@botpress/client 1.29.0 → 1.30.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,19 +1,19 @@
1
- "use strict";var HA=Object.create;var ms=Object.defineProperty;var QA=Object.getOwnPropertyDescriptor;var FA=Object.getOwnPropertyNames;var MA=Object.getPrototypeOf,OA=Object.prototype.hasOwnProperty;var b=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),qe=(e,t)=>{for(var s in t)ms(e,s,{get:t[s],enumerable:!0})},Li=(e,t,s,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of FA(t))!OA.call(e,n)&&n!==s&&ms(e,n,{get:()=>t[n],enumerable:!(r=QA(t,n))||r.enumerable});return e};var S=(e,t,s)=>(s=e!=null?HA(MA(e)):{},Li(t||!e||!e.__esModule?ms(s,"default",{value:e,enumerable:!0}):s,e)),NA=e=>Li(ms({},"__esModule",{value:!0}),e);var $i=b((rL,ji)=>{var Ki=require("stream").Stream,PT=require("util");ji.exports=Ae;function Ae(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}PT.inherits(Ae,Ki);Ae.create=function(e,t){var s=new this;t=t||{};for(var r in t)s[r]=t[r];s.source=e;var n=e.emit;return e.emit=function(){return s._handleEmit(arguments),n.apply(e,arguments)},e.on("error",function(){}),s.pauseStream&&e.pause(),s};Object.defineProperty(Ae.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});Ae.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};Ae.prototype.resume=function(){this._released||this.release(),this.source.resume()};Ae.prototype.pause=function(){this.source.pause()};Ae.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};Ae.prototype.pipe=function(){var e=Ki.prototype.pipe.apply(this,arguments);return this.resume(),e};Ae.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};Ae.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var Xi=b((aL,Yi)=>{var AT=require("util"),Ji=require("stream").Stream,zi=$i();Yi.exports=N;function N(){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}AT.inherits(N,Ji);N.create=function(e){var t=new this;e=e||{};for(var s in e)t[s]=e[s];return t};N.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};N.prototype.append=function(e){var t=N.isStreamLike(e);if(t){if(!(e instanceof zi)){var s=zi.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=s}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};N.prototype.pipe=function(e,t){return Ji.prototype.pipe.call(this,e,t),this.resume(),e};N.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}};N.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var t=e;t(function(s){var r=N.isStreamLike(s);r&&(s.on("data",this._checkDataSize.bind(this)),this._handleErrors(s)),this._pipeNext(s)}.bind(this))};N.prototype._pipeNext=function(e){this._currentStream=e;var t=N.isStreamLike(e);if(t){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var s=e;this.write(s),this._getNext()};N.prototype._handleErrors=function(e){var t=this;e.on("error",function(s){t._emitError(s)})};N.prototype.write=function(e){this.emit("data",e)};N.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};N.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")};N.prototype.end=function(){this._reset(),this.emit("end")};N.prototype.destroy=function(){this._reset(),this.emit("close")};N.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};N.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};N.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach(function(t){t.dataSize&&(e.dataSize+=t.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};N.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var Zi=b((nL,TT)=>{TT.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 tp=b((oL,ep)=>{ep.exports=Zi()});var ap=b(de=>{"use strict";var qs=tp(),BT=require("path").extname,sp=/^\s*([^;\s]*)(?:;|\s|$)/,wT=/^text\//i;de.charset=rp;de.charsets={lookup:rp};de.contentType=CT;de.extension=UT;de.extensions=Object.create(null);de.lookup=ET;de.types=Object.create(null);GT(de.extensions,de.types);function rp(e){if(!e||typeof e!="string")return!1;var t=sp.exec(e),s=t&&qs[t[1].toLowerCase()];return s&&s.charset?s.charset:t&&wT.test(t[1])?"UTF-8":!1}function CT(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?de.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var s=de.charset(t);s&&(t+="; charset="+s.toLowerCase())}return t}function UT(e){if(!e||typeof e!="string")return!1;var t=sp.exec(e),s=t&&de.extensions[t[1].toLowerCase()];return!s||!s.length?!1:s[0]}function ET(e){if(!e||typeof e!="string")return!1;var t=BT("x."+e).toLowerCase().substr(1);return t&&de.types[t]||!1}function GT(e,t){var s=["nginx","apache",void 0,"iana"];Object.keys(qs).forEach(function(n){var o=qs[n],i=o.extensions;if(!(!i||!i.length)){e[n]=i;for(var p=0;p<i.length;p++){var c=i[p];if(t[c]){var a=s.indexOf(qs[t[c]].source),u=s.indexOf(o.source);if(t[c]!=="application/octet-stream"&&(a>u||a===u&&t[c].substr(0,12)==="application/"))continue}t[c]=n}}})}});var op=b((pL,np)=>{np.exports=LT;function LT(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}});var Or=b((cL,pp)=>{var ip=op();pp.exports=ST;function ST(e){var t=!1;return ip(function(){t=!0}),function(r,n){t?e(r,n):ip(function(){e(r,n)})}}});var Nr=b((uL,cp)=>{cp.exports=_T;function _T(e){Object.keys(e.jobs).forEach(WT.bind(e)),e.jobs={}}function WT(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}});var Vr=b((dL,dp)=>{var up=Or(),DT=Nr();dp.exports=HT;function HT(e,t,s,r){var n=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[n]=QT(t,n,e[n],function(o,i){n in s.jobs&&(delete s.jobs[n],o?DT(s):s.results[n]=i,r(o,s.results))})}function QT(e,t,s,r){var n;return e.length==2?n=e(s,up(r)):n=e(s,t,up(r)),n}});var Kr=b((lL,lp)=>{lp.exports=FT;function FT(e,t){var s=!Array.isArray(e),r={index:0,keyedList:s||t?Object.keys(e):null,jobs:{},results:s?{}:[],size:s?Object.keys(e).length:e.length};return t&&r.keyedList.sort(s?t:function(n,o){return t(e[n],e[o])}),r}});var jr=b((gL,gp)=>{var MT=Nr(),OT=Or();gp.exports=NT;function NT(e){Object.keys(this.jobs).length&&(this.index=this.size,MT(this),OT(e)(null,this.results))}});var yp=b((mL,mp)=>{var VT=Vr(),KT=Kr(),jT=jr();mp.exports=$T;function $T(e,t,s){for(var r=KT(e);r.index<(r.keyedList||e).length;)VT(e,t,r,function(n,o){if(n){s(n,o);return}if(Object.keys(r.jobs).length===0){s(null,r.results);return}}),r.index++;return jT.bind(r,s)}});var $r=b((yL,bs)=>{var Rp=Vr(),zT=Kr(),JT=jr();bs.exports=YT;bs.exports.ascending=hp;bs.exports.descending=XT;function YT(e,t,s,r){var n=zT(e,s);return Rp(e,t,n,function o(i,p){if(i){r(i,p);return}if(n.index++,n.index<(n.keyedList||e).length){Rp(e,t,n,o);return}r(null,n.results)}),JT.bind(n,r)}function hp(e,t){return e<t?-1:e>t?1:0}function XT(e,t){return-1*hp(e,t)}});var qp=b((RL,fp)=>{var ZT=$r();fp.exports=eB;function eB(e,t,s){return ZT(e,t,null,s)}});var xp=b((hL,bp)=>{bp.exports={parallel:yp(),serial:qp(),serialOrdered:$r()}});var zr=b((fL,Ip)=>{"use strict";Ip.exports=Object});var Jr=b((qL,vp)=>{"use strict";vp.exports=Error});var Yr=b((bL,kp)=>{"use strict";kp.exports=EvalError});var Xr=b((xL,Pp)=>{"use strict";Pp.exports=RangeError});var Zr=b((IL,Ap)=>{"use strict";Ap.exports=ReferenceError});var xs=b((vL,Tp)=>{"use strict";Tp.exports=SyntaxError});var Me=b((kL,Bp)=>{"use strict";Bp.exports=TypeError});var ea=b((PL,wp)=>{"use strict";wp.exports=URIError});var ta=b((AL,Cp)=>{"use strict";Cp.exports=Math.abs});var sa=b((TL,Up)=>{"use strict";Up.exports=Math.floor});var ra=b((BL,Ep)=>{"use strict";Ep.exports=Math.max});var aa=b((wL,Gp)=>{"use strict";Gp.exports=Math.min});var na=b((CL,Lp)=>{"use strict";Lp.exports=Math.pow});var oa=b((UL,Sp)=>{"use strict";Sp.exports=Math.round});var Wp=b((EL,_p)=>{"use strict";_p.exports=Number.isNaN||function(t){return t!==t}});var ia=b((GL,Dp)=>{"use strict";var tB=Wp();Dp.exports=function(t){return tB(t)||t===0?t:t<0?-1:1}});var Qp=b((LL,Hp)=>{"use strict";Hp.exports=Object.getOwnPropertyDescriptor});var qt=b((SL,Fp)=>{"use strict";var Is=Qp();if(Is)try{Is([],"length")}catch{Is=null}Fp.exports=Is});var bt=b((_L,Mp)=>{"use strict";var vs=Object.defineProperty||!1;if(vs)try{vs({},"a",{value:1})}catch{vs=!1}Mp.exports=vs});var pa=b((WL,Op)=>{"use strict";Op.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},s=Symbol("test"),r=Object(s);if(typeof s=="string"||Object.prototype.toString.call(s)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var n=42;t[s]=n;for(var o in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var i=Object.getOwnPropertySymbols(t);if(i.length!==1||i[0]!==s||!Object.prototype.propertyIsEnumerable.call(t,s))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var p=Object.getOwnPropertyDescriptor(t,s);if(p.value!==n||p.enumerable!==!0)return!1}return!0}});var ca=b((DL,Vp)=>{"use strict";var Np=typeof Symbol<"u"&&Symbol,sB=pa();Vp.exports=function(){return typeof Np!="function"||typeof Symbol!="function"||typeof Np("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:sB()}});var ks=b((HL,Kp)=>{"use strict";Kp.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Ps=b((QL,jp)=>{"use strict";var rB=zr();jp.exports=rB.getPrototypeOf||null});var Jp=b((FL,zp)=>{"use strict";var aB="Function.prototype.bind called on incompatible ",nB=Object.prototype.toString,oB=Math.max,iB="[object Function]",$p=function(t,s){for(var r=[],n=0;n<t.length;n+=1)r[n]=t[n];for(var o=0;o<s.length;o+=1)r[o+t.length]=s[o];return r},pB=function(t,s){for(var r=[],n=s||0,o=0;n<t.length;n+=1,o+=1)r[o]=t[n];return r},cB=function(e,t){for(var s="",r=0;r<e.length;r+=1)s+=e[r],r+1<e.length&&(s+=t);return s};zp.exports=function(t){var s=this;if(typeof s!="function"||nB.apply(s)!==iB)throw new TypeError(aB+s);for(var r=pB(arguments,1),n,o=function(){if(this instanceof n){var u=s.apply(this,$p(r,arguments));return Object(u)===u?u:this}return s.apply(t,$p(r,arguments))},i=oB(0,s.length-r.length),p=[],c=0;c<i;c++)p[c]="$"+c;if(n=Function("binder","return function ("+cB(p,",")+"){ return binder.apply(this,arguments); }")(o),s.prototype){var a=function(){};a.prototype=s.prototype,n.prototype=new a,a.prototype=null}return n}});var Ze=b((ML,Yp)=>{"use strict";var uB=Jp();Yp.exports=Function.prototype.bind||uB});var As=b((OL,Xp)=>{"use strict";Xp.exports=Function.prototype.call});var ua=b((NL,Zp)=>{"use strict";Zp.exports=Function.prototype.apply});var tc=b((VL,ec)=>{"use strict";ec.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var rc=b((KL,sc)=>{"use strict";var dB=Ze(),lB=ua(),gB=As(),mB=tc();sc.exports=mB||dB.call(gB,lB)});var nc=b((jL,ac)=>{"use strict";var yB=Ze(),RB=Me(),hB=As(),fB=rc();ac.exports=function(t){if(t.length<1||typeof t[0]!="function")throw new RB("a function is required");return fB(yB,hB,t)}});var dc=b(($L,uc)=>{"use strict";var qB=nc(),oc=qt(),pc;try{pc=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var da=!!pc&&oc&&oc(Object.prototype,"__proto__"),cc=Object,ic=cc.getPrototypeOf;uc.exports=da&&typeof da.get=="function"?qB([da.get]):typeof ic=="function"?function(t){return ic(t==null?t:cc(t))}:!1});var la=b((zL,yc)=>{"use strict";var lc=ks(),gc=Ps(),mc=dc();yc.exports=lc?function(t){return lc(t)}:gc?function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return gc(t)}:mc?function(t){return mc(t)}:null});var hc=b((JL,Rc)=>{"use strict";Rc.exports=Function.prototype.apply});var qc=b((YL,fc)=>{"use strict";fc.exports=Function.prototype.call});var Vt=b((XL,bc)=>{"use strict";var bB=Function.prototype.call,xB=Object.prototype.hasOwnProperty,IB=Ze();bc.exports=IB.call(bB,xB)});var ya=b((ZL,Ac)=>{"use strict";var C,vB=zr(),kB=Jr(),PB=Yr(),AB=Xr(),TB=Zr(),kt=xs(),vt=Me(),BB=ea(),wB=ta(),CB=sa(),UB=ra(),EB=aa(),GB=na(),LB=oa(),SB=ia(),kc=Function,ga=function(e){try{return kc('"use strict"; return ('+e+").constructor;")()}catch{}},Kt=qt(),_B=bt(),ma=function(){throw new vt},WB=Kt?(function(){try{return arguments.callee,ma}catch{try{return Kt(arguments,"callee").get}catch{return ma}}})():ma,xt=ca()(),J=la(),DB=Ps(),HB=ks(),Pc=hc(),jt=qc(),It={},QB=typeof Uint8Array>"u"||!J?C:J(Uint8Array),et={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?C:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?C:ArrayBuffer,"%ArrayIteratorPrototype%":xt&&J?J([][Symbol.iterator]()):C,"%AsyncFromSyncIteratorPrototype%":C,"%AsyncFunction%":It,"%AsyncGenerator%":It,"%AsyncGeneratorFunction%":It,"%AsyncIteratorPrototype%":It,"%Atomics%":typeof Atomics>"u"?C:Atomics,"%BigInt%":typeof BigInt>"u"?C:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?C:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?C:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?C:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":kB,"%eval%":eval,"%EvalError%":PB,"%Float16Array%":typeof Float16Array>"u"?C:Float16Array,"%Float32Array%":typeof Float32Array>"u"?C:Float32Array,"%Float64Array%":typeof Float64Array>"u"?C:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?C:FinalizationRegistry,"%Function%":kc,"%GeneratorFunction%":It,"%Int8Array%":typeof Int8Array>"u"?C:Int8Array,"%Int16Array%":typeof Int16Array>"u"?C:Int16Array,"%Int32Array%":typeof Int32Array>"u"?C:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":xt&&J?J(J([][Symbol.iterator]())):C,"%JSON%":typeof JSON=="object"?JSON:C,"%Map%":typeof Map>"u"?C:Map,"%MapIteratorPrototype%":typeof Map>"u"||!xt||!J?C:J(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":vB,"%Object.getOwnPropertyDescriptor%":Kt,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?C:Promise,"%Proxy%":typeof Proxy>"u"?C:Proxy,"%RangeError%":AB,"%ReferenceError%":TB,"%Reflect%":typeof Reflect>"u"?C:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?C:Set,"%SetIteratorPrototype%":typeof Set>"u"||!xt||!J?C:J(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?C:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":xt&&J?J(""[Symbol.iterator]()):C,"%Symbol%":xt?Symbol:C,"%SyntaxError%":kt,"%ThrowTypeError%":WB,"%TypedArray%":QB,"%TypeError%":vt,"%Uint8Array%":typeof Uint8Array>"u"?C:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?C:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?C:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?C:Uint32Array,"%URIError%":BB,"%WeakMap%":typeof WeakMap>"u"?C:WeakMap,"%WeakRef%":typeof WeakRef>"u"?C:WeakRef,"%WeakSet%":typeof WeakSet>"u"?C:WeakSet,"%Function.prototype.call%":jt,"%Function.prototype.apply%":Pc,"%Object.defineProperty%":_B,"%Object.getPrototypeOf%":DB,"%Math.abs%":wB,"%Math.floor%":CB,"%Math.max%":UB,"%Math.min%":EB,"%Math.pow%":GB,"%Math.round%":LB,"%Math.sign%":SB,"%Reflect.getPrototypeOf%":HB};if(J)try{null.error}catch(e){xc=J(J(e)),et["%Error.prototype%"]=xc}var xc,FB=function e(t){var s;if(t==="%AsyncFunction%")s=ga("async function () {}");else if(t==="%GeneratorFunction%")s=ga("function* () {}");else if(t==="%AsyncGeneratorFunction%")s=ga("async function* () {}");else if(t==="%AsyncGenerator%"){var r=e("%AsyncGeneratorFunction%");r&&(s=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var n=e("%AsyncGenerator%");n&&J&&(s=J(n.prototype))}return et[t]=s,s},Ic={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},$t=Ze(),Ts=Vt(),MB=$t.call(jt,Array.prototype.concat),OB=$t.call(Pc,Array.prototype.splice),vc=$t.call(jt,String.prototype.replace),Bs=$t.call(jt,String.prototype.slice),NB=$t.call(jt,RegExp.prototype.exec),VB=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,KB=/\\(\\)?/g,jB=function(t){var s=Bs(t,0,1),r=Bs(t,-1);if(s==="%"&&r!=="%")throw new kt("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&s!=="%")throw new kt("invalid intrinsic syntax, expected opening `%`");var n=[];return vc(t,VB,function(o,i,p,c){n[n.length]=p?vc(c,KB,"$1"):i||o}),n},$B=function(t,s){var r=t,n;if(Ts(Ic,r)&&(n=Ic[r],r="%"+n[0]+"%"),Ts(et,r)){var o=et[r];if(o===It&&(o=FB(r)),typeof o>"u"&&!s)throw new vt("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new kt("intrinsic "+t+" does not exist!")};Ac.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new vt("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new vt('"allowMissing" argument must be a boolean');if(NB(/^%?[^%]*%?$/,t)===null)throw new kt("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=jB(t),n=r.length>0?r[0]:"",o=$B("%"+n+"%",s),i=o.name,p=o.value,c=!1,a=o.alias;a&&(n=a[0],OB(r,MB([0,1],a)));for(var u=1,y=!0;u<r.length;u+=1){var R=r[u],x=Bs(R,0,1),m=Bs(R,-1);if((x==='"'||x==="'"||x==="`"||m==='"'||m==="'"||m==="`")&&x!==m)throw new kt("property names with quotes must have matching quotes");if((R==="constructor"||!y)&&(c=!0),n+="."+R,i="%"+n+"%",Ts(et,i))p=et[i];else if(p!=null){if(!(R in p)){if(!s)throw new vt("base intrinsic for "+t+" exists, but the property is not available.");return}if(Kt&&u+1>=r.length){var q=Kt(p,R);y=!!q,y&&"get"in q&&!("originalValue"in q.get)?p=q.get:p=p[R]}else y=Ts(p,R),p=p[R];y&&!c&&(et[i]=p)}}return p}});var Bc=b((eS,Tc)=>{"use strict";var zB=pa();Tc.exports=function(){return zB()&&!!Symbol.toStringTag}});var Uc=b((tS,Cc)=>{"use strict";var JB=ya(),wc=JB("%Object.defineProperty%",!0),YB=Bc()(),XB=Vt(),ZB=Me(),ws=YB?Symbol.toStringTag:null;Cc.exports=function(t,s){var r=arguments.length>2&&!!arguments[2]&&arguments[2].force,n=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof r<"u"&&typeof r!="boolean"||typeof n<"u"&&typeof n!="boolean")throw new ZB("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");ws&&(r||!XB(t,ws))&&(wc?wc(t,ws,{configurable:!n,enumerable:!1,value:s,writable:!1}):t[ws]=s)}});var Gc=b((sS,Ec)=>{"use strict";Ec.exports=function(e,t){return Object.keys(t).forEach(function(s){e[s]=e[s]||t[s]}),e}});var Sc=b((rS,Lc)=>{"use strict";var qa=Xi(),ew=require("util"),Ra=require("path"),tw=require("http"),sw=require("https"),rw=require("url").parse,aw=require("fs"),nw=require("stream").Stream,ow=require("crypto"),ha=ap(),iw=xp(),pw=Uc(),Oe=Vt(),fa=Gc();function L(e){if(!(this instanceof L))return new L(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],qa.call(this),e=e||{};for(var t in e)this[t]=e[t]}ew.inherits(L,qa);L.LINE_BREAK=`\r
2
- `;L.DEFAULT_CONTENT_TYPE="application/octet-stream";L.prototype.append=function(e,t,s){s=s||{},typeof s=="string"&&(s={filename:s});var r=qa.prototype.append.bind(this);if((typeof t=="number"||t==null)&&(t=String(t)),Array.isArray(t)){this._error(new Error("Arrays are not supported."));return}var n=this._multiPartHeader(e,t,s),o=this._multiPartFooter();r(n),r(t),r(o),this._trackLength(n,t,s)};L.prototype._trackLength=function(e,t,s){var r=0;s.knownLength!=null?r+=Number(s.knownLength):Buffer.isBuffer(t)?r=t.length:typeof t=="string"&&(r=Buffer.byteLength(t)),this._valueLength+=r,this._overheadLength+=Buffer.byteLength(e)+L.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&Oe(t,"httpVersion"))&&!(t instanceof nw))&&(s.knownLength||this._valuesToMeasure.push(t))};L.prototype._lengthRetriever=function(e,t){Oe(e,"fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):aw.stat(e.path,function(s,r){if(s){t(s);return}var n=r.size-(e.start?e.start:0);t(null,n)}):Oe(e,"httpVersion")?t(null,Number(e.headers["content-length"])):Oe(e,"httpModule")?(e.on("response",function(s){e.pause(),t(null,Number(s.headers["content-length"]))}),e.resume()):t("Unknown stream")};L.prototype._multiPartHeader=function(e,t,s){if(typeof s.header=="string")return s.header;var r=this._getContentDisposition(t,s),n=this._getContentType(t,s),o="",i={"Content-Disposition":["form-data",'name="'+e+'"'].concat(r||[]),"Content-Type":[].concat(n||[])};typeof s.header=="object"&&fa(i,s.header);var p;for(var c in i)if(Oe(i,c)){if(p=i[c],p==null)continue;Array.isArray(p)||(p=[p]),p.length&&(o+=c+": "+p.join("; ")+L.LINE_BREAK)}return"--"+this.getBoundary()+L.LINE_BREAK+o+L.LINE_BREAK};L.prototype._getContentDisposition=function(e,t){var s;if(typeof t.filepath=="string"?s=Ra.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e&&(e.name||e.path)?s=Ra.basename(t.filename||e&&(e.name||e.path)):e&&e.readable&&Oe(e,"httpVersion")&&(s=Ra.basename(e.client._httpMessage.path||"")),s)return'filename="'+s+'"'};L.prototype._getContentType=function(e,t){var s=t.contentType;return!s&&e&&e.name&&(s=ha.lookup(e.name)),!s&&e&&e.path&&(s=ha.lookup(e.path)),!s&&e&&e.readable&&Oe(e,"httpVersion")&&(s=e.headers["content-type"]),!s&&(t.filepath||t.filename)&&(s=ha.lookup(t.filepath||t.filename)),!s&&e&&typeof e=="object"&&(s=L.DEFAULT_CONTENT_TYPE),s};L.prototype._multiPartFooter=function(){return function(e){var t=L.LINE_BREAK,s=this._streams.length===0;s&&(t+=this._lastBoundary()),e(t)}.bind(this)};L.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+L.LINE_BREAK};L.prototype.getHeaders=function(e){var t,s={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)Oe(e,t)&&(s[t.toLowerCase()]=e[t]);return s};L.prototype.setBoundary=function(e){if(typeof e!="string")throw new TypeError("FormData boundary must be a string");this._boundary=e};L.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};L.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),s=0,r=this._streams.length;s<r;s++)typeof this._streams[s]!="function"&&(Buffer.isBuffer(this._streams[s])?e=Buffer.concat([e,this._streams[s]]):e=Buffer.concat([e,Buffer.from(this._streams[s])]),(typeof this._streams[s]!="string"||this._streams[s].substring(2,t.length+2)!==t)&&(e=Buffer.concat([e,Buffer.from(L.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};L.prototype._generateBoundary=function(){this._boundary="--------------------------"+ow.randomBytes(12).toString("hex")};L.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};L.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};L.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,t));return}iw.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,r){if(s){e(s);return}r.forEach(function(n){t+=n}),e(null,t)})};L.prototype.submit=function(e,t){var s,r,n={method:"post"};return typeof e=="string"?(e=rw(e),r=fa({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},n)):(r=fa(e,n),r.port||(r.port=r.protocol==="https:"?443:80)),r.headers=this.getHeaders(e.headers),r.protocol==="https:"?s=sw.request(r):s=tw.request(r),this.getLength(function(o,i){if(o&&o!=="Unknown stream"){this._error(o);return}if(i&&s.setHeader("Content-Length",i),this.pipe(s),t){var p,c=function(a,u){return s.removeListener("error",c),s.removeListener("response",p),t.call(this,a,u)};p=c.bind(this,null),s.on("error",c),s.on("response",p)}}.bind(this)),s};L.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};L.prototype.toString=function(){return"[object FormData]"};pw(L,"FormData");Lc.exports=L});var Yc=b(Jc=>{"use strict";var kw=require("url").parse,Pw={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Aw=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function Tw(e){var t=typeof e=="string"?kw(e):e||{},s=t.protocol,r=t.host,n=t.port;if(typeof r!="string"||!r||typeof s!="string"||(s=s.split(":",1)[0],r=r.replace(/:\d*$/,""),n=parseInt(n)||Pw[s]||0,!Bw(r,n)))return"";var o=Bt("npm_config_"+s+"_proxy")||Bt(s+"_proxy")||Bt("npm_config_proxy")||Bt("all_proxy");return o&&o.indexOf("://")===-1&&(o=s+"://"+o),o}function Bw(e,t){var s=(Bt("npm_config_no_proxy")||Bt("no_proxy")).toLowerCase();return s?s==="*"?!1:s.split(/[,\s]/).every(function(r){if(!r)return!0;var n=r.match(/^(.+):(\d+)$/),o=n?n[1]:r,i=n?parseInt(n[2]):0;return i&&i!==t?!0:/^[.*]/.test(o)?(o.charAt(0)==="*"&&(o=o.slice(1)),!Aw.call(e,o)):e!==o}):!0}function Bt(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}Jc.getProxyForUrl=Tw});var Zc=b((a_,Xc)=>{var wt=1e3,Ct=wt*60,Ut=Ct*60,rt=Ut*24,ww=rt*7,Cw=rt*365.25;Xc.exports=function(e,t){t=t||{};var s=typeof e;if(s==="string"&&e.length>0)return Uw(e);if(s==="number"&&isFinite(e))return t.long?Gw(e):Ew(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Uw(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var s=parseFloat(t[1]),r=(t[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return s*Cw;case"weeks":case"week":case"w":return s*ww;case"days":case"day":case"d":return s*rt;case"hours":case"hour":case"hrs":case"hr":case"h":return s*Ut;case"minutes":case"minute":case"mins":case"min":case"m":return s*Ct;case"seconds":case"second":case"secs":case"sec":case"s":return s*wt;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function Ew(e){var t=Math.abs(e);return t>=rt?Math.round(e/rt)+"d":t>=Ut?Math.round(e/Ut)+"h":t>=Ct?Math.round(e/Ct)+"m":t>=wt?Math.round(e/wt)+"s":e+"ms"}function Gw(e){var t=Math.abs(e);return t>=rt?Gs(e,t,rt,"day"):t>=Ut?Gs(e,t,Ut,"hour"):t>=Ct?Gs(e,t,Ct,"minute"):t>=wt?Gs(e,t,wt,"second"):e+" ms"}function Gs(e,t,s,r){var n=t>=s*1.5;return Math.round(e/s)+" "+r+(n?"s":"")}});var wa=b((n_,eu)=>{function Lw(e){s.debug=s,s.default=s,s.coerce=c,s.disable=i,s.enable=n,s.enabled=p,s.humanize=Zc(),s.destroy=a,Object.keys(e).forEach(u=>{s[u]=e[u]}),s.names=[],s.skips=[],s.formatters={};function t(u){let y=0;for(let R=0;R<u.length;R++)y=(y<<5)-y+u.charCodeAt(R),y|=0;return s.colors[Math.abs(y)%s.colors.length]}s.selectColor=t;function s(u){let y,R=null,x,m;function q(...k){if(!q.enabled)return;let I=q,E=Number(new Date),G=E-(y||E);I.diff=G,I.prev=y,I.curr=E,y=E,k[0]=s.coerce(k[0]),typeof k[0]!="string"&&k.unshift("%O");let F=0;k[0]=k[0].replace(/%([a-zA-Z%])/g,(le,ge)=>{if(le==="%%")return"%";F++;let me=s.formatters[ge];if(typeof me=="function"){let oe=k[F];le=me.call(I,oe),k.splice(F,1),F--}return le}),s.formatArgs.call(I,k),(I.log||s.log).apply(I,k)}return q.namespace=u,q.useColors=s.useColors(),q.color=s.selectColor(u),q.extend=r,q.destroy=s.destroy,Object.defineProperty(q,"enabled",{enumerable:!0,configurable:!1,get:()=>R!==null?R:(x!==s.namespaces&&(x=s.namespaces,m=s.enabled(u)),m),set:k=>{R=k}}),typeof s.init=="function"&&s.init(q),q}function r(u,y){let R=s(this.namespace+(typeof y>"u"?":":y)+u);return R.log=this.log,R}function n(u){s.save(u),s.namespaces=u,s.names=[],s.skips=[];let y=(typeof u=="string"?u:"").trim().replace(" ",",").split(",").filter(Boolean);for(let R of y)R[0]==="-"?s.skips.push(R.slice(1)):s.names.push(R)}function o(u,y){let R=0,x=0,m=-1,q=0;for(;R<u.length;)if(x<y.length&&(y[x]===u[R]||y[x]==="*"))y[x]==="*"?(m=x,q=R,x++):(R++,x++);else if(m!==-1)x=m+1,q++,R=q;else return!1;for(;x<y.length&&y[x]==="*";)x++;return x===y.length}function i(){let u=[...s.names,...s.skips.map(y=>"-"+y)].join(",");return s.enable(""),u}function p(u){for(let y of s.skips)if(o(u,y))return!1;for(let y of s.names)if(o(u,y))return!0;return!1}function c(u){return u instanceof Error?u.stack||u.message:u}function a(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return s.enable(s.load()),s}eu.exports=Lw});var tu=b((Re,Ls)=>{Re.formatArgs=_w;Re.save=Ww;Re.load=Dw;Re.useColors=Sw;Re.storage=Hw();Re.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Re.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Sw(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function _w(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Ls.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let s=0,r=0;e[0].replace(/%[a-zA-Z%]/g,n=>{n!=="%%"&&(s++,n==="%c"&&(r=s))}),e.splice(r,0,t)}Re.log=console.debug||console.log||(()=>{});function Ww(e){try{e?Re.storage.setItem("debug",e):Re.storage.removeItem("debug")}catch{}}function Dw(){let e;try{e=Re.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Hw(){try{return localStorage}catch{}}Ls.exports=wa()(Re);var{formatters:Qw}=Ls.exports;Qw.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var ru=b((o_,su)=>{"use strict";su.exports=(e,t=process.argv)=>{let s=e.startsWith("-")?"":e.length===1?"-":"--",r=t.indexOf(s+e),n=t.indexOf("--");return r!==-1&&(n===-1||r<n)}});var ou=b((i_,nu)=>{"use strict";var Fw=require("os"),au=require("tty"),xe=ru(),{env:Y}=process,Ke;xe("no-color")||xe("no-colors")||xe("color=false")||xe("color=never")?Ke=0:(xe("color")||xe("colors")||xe("color=true")||xe("color=always"))&&(Ke=1);"FORCE_COLOR"in Y&&(Y.FORCE_COLOR==="true"?Ke=1:Y.FORCE_COLOR==="false"?Ke=0:Ke=Y.FORCE_COLOR.length===0?1:Math.min(parseInt(Y.FORCE_COLOR,10),3));function Ca(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Ua(e,t){if(Ke===0)return 0;if(xe("color=16m")||xe("color=full")||xe("color=truecolor"))return 3;if(xe("color=256"))return 2;if(e&&!t&&Ke===void 0)return 0;let s=Ke||0;if(Y.TERM==="dumb")return s;if(process.platform==="win32"){let r=Fw.release().split(".");return Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in Y)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(r=>r in Y)||Y.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in Y)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Y.TEAMCITY_VERSION)?1:0;if(Y.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in Y){let r=parseInt((Y.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Y.TERM_PROGRAM){case"iTerm.app":return r>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Y.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Y.TERM)||"COLORTERM"in Y?1:s}function Mw(e){let t=Ua(e,e&&e.isTTY);return Ca(t)}nu.exports={supportsColor:Mw,stdout:Ca(Ua(!0,au.isatty(1))),stderr:Ca(Ua(!0,au.isatty(2)))}});var pu=b((X,_s)=>{var Ow=require("tty"),Ss=require("util");X.init=Jw;X.log=jw;X.formatArgs=Vw;X.save=$w;X.load=zw;X.useColors=Nw;X.destroy=Ss.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");X.colors=[6,2,3,4,5,1];try{let e=ou();e&&(e.stderr||e).level>=2&&(X.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{}X.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let s=t.substring(6).toLowerCase().replace(/_([a-z])/g,(n,o)=>o.toUpperCase()),r=process.env[t];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),e[s]=r,e},{});function Nw(){return"colors"in X.inspectOpts?!!X.inspectOpts.colors:Ow.isatty(process.stderr.fd)}function Vw(e){let{namespace:t,useColors:s}=this;if(s){let r=this.color,n="\x1B[3"+(r<8?r:"8;5;"+r),o=` ${n};1m${t} \x1B[0m`;e[0]=o+e[0].split(`
1
+ "use strict";var WT=Object.create;var fs=Object.defineProperty;var HT=Object.getOwnPropertyDescriptor;var QT=Object.getOwnPropertyNames;var FT=Object.getPrototypeOf,MT=Object.prototype.hasOwnProperty;var b=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),be=(e,t)=>{for(var s in t)fs(e,s,{get:t[s],enumerable:!0})},gp=(e,t,s,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of QT(t))!MT.call(e,n)&&n!==s&&fs(e,n,{get:()=>t[n],enumerable:!(r=HT(t,n))||r.enumerable});return e};var S=(e,t,s)=>(s=e!=null?WT(FT(e)):{},gp(t||!e||!e.__esModule?fs(s,"default",{value:e,enumerable:!0}):s,e)),OT=e=>gp(fs({},"__esModule",{value:!0}),e);var Tp=b((cS,Ap)=>{var Pp=require("stream").Stream,kB=require("util");Ap.exports=Be;function Be(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}kB.inherits(Be,Pp);Be.create=function(e,t){var s=new this;t=t||{};for(var r in t)s[r]=t[r];s.source=e;var n=e.emit;return e.emit=function(){return s._handleEmit(arguments),n.apply(e,arguments)},e.on("error",function(){}),s.pauseStream&&e.pause(),s};Object.defineProperty(Be.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});Be.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};Be.prototype.resume=function(){this._released||this.release(),this.source.resume()};Be.prototype.pause=function(){this.source.pause()};Be.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};Be.prototype.pipe=function(){var e=Pp.prototype.pipe.apply(this,arguments);return this.resume(),e};Be.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};Be.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var Up=b((uS,Cp)=>{var PB=require("util"),wp=require("stream").Stream,Bp=Tp();Cp.exports=V;function V(){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}PB.inherits(V,wp);V.create=function(e){var t=new this;e=e||{};for(var s in e)t[s]=e[s];return t};V.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};V.prototype.append=function(e){var t=V.isStreamLike(e);if(t){if(!(e instanceof Bp)){var s=Bp.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=s}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};V.prototype.pipe=function(e,t){return wp.prototype.pipe.call(this,e,t),this.resume(),e};V.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}};V.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var t=e;t(function(s){var r=V.isStreamLike(s);r&&(s.on("data",this._checkDataSize.bind(this)),this._handleErrors(s)),this._pipeNext(s)}.bind(this))};V.prototype._pipeNext=function(e){this._currentStream=e;var t=V.isStreamLike(e);if(t){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var s=e;this.write(s),this._getNext()};V.prototype._handleErrors=function(e){var t=this;e.on("error",function(s){t._emitError(s)})};V.prototype.write=function(e){this.emit("data",e)};V.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};V.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")};V.prototype.end=function(){this._reset(),this.emit("end")};V.prototype.destroy=function(){this._reset(),this.emit("close")};V.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};V.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};V.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach(function(t){t.dataSize&&(e.dataSize+=t.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};V.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var Ep=b((dS,AB)=>{AB.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 Lp=b((lS,Gp)=>{Gp.exports=Ep()});var Dp=b(le=>{"use strict";var vs=Lp(),TB=require("path").extname,Sp=/^\s*([^;\s]*)(?:;|\s|$)/,BB=/^text\//i;le.charset=_p;le.charsets={lookup:_p};le.contentType=wB;le.extension=CB;le.extensions=Object.create(null);le.lookup=UB;le.types=Object.create(null);EB(le.extensions,le.types);function _p(e){if(!e||typeof e!="string")return!1;var t=Sp.exec(e),s=t&&vs[t[1].toLowerCase()];return s&&s.charset?s.charset:t&&BB.test(t[1])?"UTF-8":!1}function wB(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?le.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var s=le.charset(t);s&&(t+="; charset="+s.toLowerCase())}return t}function CB(e){if(!e||typeof e!="string")return!1;var t=Sp.exec(e),s=t&&le.extensions[t[1].toLowerCase()];return!s||!s.length?!1:s[0]}function UB(e){if(!e||typeof e!="string")return!1;var t=TB("x."+e).toLowerCase().substr(1);return t&&le.types[t]||!1}function EB(e,t){var s=["nginx","apache",void 0,"iana"];Object.keys(vs).forEach(function(n){var o=vs[n],i=o.extensions;if(!(!i||!i.length)){e[n]=i;for(var p=0;p<i.length;p++){var c=i[p];if(t[c]){var a=s.indexOf(vs[t[c]].source),u=s.indexOf(o.source);if(t[c]!=="application/octet-stream"&&(a>u||a===u&&t[c].substr(0,12)==="application/"))continue}t[c]=n}}})}});var Hp=b((mS,Wp)=>{Wp.exports=GB;function GB(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}});var $r=b((yS,Fp)=>{var Qp=Hp();Fp.exports=LB;function LB(e){var t=!1;return Qp(function(){t=!0}),function(r,n){t?e(r,n):Qp(function(){e(r,n)})}}});var zr=b((RS,Mp)=>{Mp.exports=SB;function SB(e){Object.keys(e.jobs).forEach(_B.bind(e)),e.jobs={}}function _B(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}});var Jr=b((hS,Np)=>{var Op=$r(),DB=zr();Np.exports=WB;function WB(e,t,s,r){var n=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[n]=HB(t,n,e[n],function(o,i){n in s.jobs&&(delete s.jobs[n],o?DB(s):s.results[n]=i,r(o,s.results))})}function HB(e,t,s,r){var n;return e.length==2?n=e(s,Op(r)):n=e(s,t,Op(r)),n}});var Yr=b((fS,Vp)=>{Vp.exports=QB;function QB(e,t){var s=!Array.isArray(e),r={index:0,keyedList:s||t?Object.keys(e):null,jobs:{},results:s?{}:[],size:s?Object.keys(e).length:e.length};return t&&r.keyedList.sort(s?t:function(n,o){return t(e[n],e[o])}),r}});var Xr=b((qS,Kp)=>{var FB=zr(),MB=$r();Kp.exports=OB;function OB(e){Object.keys(this.jobs).length&&(this.index=this.size,FB(this),MB(e)(null,this.results))}});var $p=b((bS,jp)=>{var NB=Jr(),VB=Yr(),KB=Xr();jp.exports=jB;function jB(e,t,s){for(var r=VB(e);r.index<(r.keyedList||e).length;)NB(e,t,r,function(n,o){if(n){s(n,o);return}if(Object.keys(r.jobs).length===0){s(null,r.results);return}}),r.index++;return KB.bind(r,s)}});var Zr=b((xS,ks)=>{var zp=Jr(),$B=Yr(),zB=Xr();ks.exports=JB;ks.exports.ascending=Jp;ks.exports.descending=YB;function JB(e,t,s,r){var n=$B(e,s);return zp(e,t,n,function o(i,p){if(i){r(i,p);return}if(n.index++,n.index<(n.keyedList||e).length){zp(e,t,n,o);return}r(null,n.results)}),zB.bind(n,r)}function Jp(e,t){return e<t?-1:e>t?1:0}function YB(e,t){return-1*Jp(e,t)}});var Xp=b((IS,Yp)=>{var XB=Zr();Yp.exports=ZB;function ZB(e,t,s){return XB(e,t,null,s)}});var ec=b((vS,Zp)=>{Zp.exports={parallel:$p(),serial:Xp(),serialOrdered:Zr()}});var ea=b((kS,tc)=>{"use strict";tc.exports=Object});var ta=b((PS,sc)=>{"use strict";sc.exports=Error});var sa=b((AS,rc)=>{"use strict";rc.exports=EvalError});var ra=b((TS,ac)=>{"use strict";ac.exports=RangeError});var aa=b((BS,nc)=>{"use strict";nc.exports=ReferenceError});var Ps=b((wS,oc)=>{"use strict";oc.exports=SyntaxError});var Ve=b((CS,ic)=>{"use strict";ic.exports=TypeError});var na=b((US,pc)=>{"use strict";pc.exports=URIError});var oa=b((ES,cc)=>{"use strict";cc.exports=Math.abs});var ia=b((GS,uc)=>{"use strict";uc.exports=Math.floor});var pa=b((LS,dc)=>{"use strict";dc.exports=Math.max});var ca=b((SS,lc)=>{"use strict";lc.exports=Math.min});var ua=b((_S,gc)=>{"use strict";gc.exports=Math.pow});var da=b((DS,mc)=>{"use strict";mc.exports=Math.round});var Rc=b((WS,yc)=>{"use strict";yc.exports=Number.isNaN||function(t){return t!==t}});var la=b((HS,hc)=>{"use strict";var ew=Rc();hc.exports=function(t){return ew(t)||t===0?t:t<0?-1:1}});var qc=b((QS,fc)=>{"use strict";fc.exports=Object.getOwnPropertyDescriptor});var kt=b((FS,bc)=>{"use strict";var As=qc();if(As)try{As([],"length")}catch{As=null}bc.exports=As});var Pt=b((MS,xc)=>{"use strict";var Ts=Object.defineProperty||!1;if(Ts)try{Ts({},"a",{value:1})}catch{Ts=!1}xc.exports=Ts});var ga=b((OS,Ic)=>{"use strict";Ic.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},s=Symbol("test"),r=Object(s);if(typeof s=="string"||Object.prototype.toString.call(s)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var n=42;t[s]=n;for(var o in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var i=Object.getOwnPropertySymbols(t);if(i.length!==1||i[0]!==s||!Object.prototype.propertyIsEnumerable.call(t,s))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var p=Object.getOwnPropertyDescriptor(t,s);if(p.value!==n||p.enumerable!==!0)return!1}return!0}});var ma=b((NS,kc)=>{"use strict";var vc=typeof Symbol<"u"&&Symbol,tw=ga();kc.exports=function(){return typeof vc!="function"||typeof Symbol!="function"||typeof vc("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:tw()}});var Bs=b((VS,Pc)=>{"use strict";Pc.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var ws=b((KS,Ac)=>{"use strict";var sw=ea();Ac.exports=sw.getPrototypeOf||null});var wc=b((jS,Bc)=>{"use strict";var rw="Function.prototype.bind called on incompatible ",aw=Object.prototype.toString,nw=Math.max,ow="[object Function]",Tc=function(t,s){for(var r=[],n=0;n<t.length;n+=1)r[n]=t[n];for(var o=0;o<s.length;o+=1)r[o+t.length]=s[o];return r},iw=function(t,s){for(var r=[],n=s||0,o=0;n<t.length;n+=1,o+=1)r[o]=t[n];return r},pw=function(e,t){for(var s="",r=0;r<e.length;r+=1)s+=e[r],r+1<e.length&&(s+=t);return s};Bc.exports=function(t){var s=this;if(typeof s!="function"||aw.apply(s)!==ow)throw new TypeError(rw+s);for(var r=iw(arguments,1),n,o=function(){if(this instanceof n){var u=s.apply(this,Tc(r,arguments));return Object(u)===u?u:this}return s.apply(t,Tc(r,arguments))},i=nw(0,s.length-r.length),p=[],c=0;c<i;c++)p[c]="$"+c;if(n=Function("binder","return function ("+pw(p,",")+"){ return binder.apply(this,arguments); }")(o),s.prototype){var a=function(){};a.prototype=s.prototype,n.prototype=new a,a.prototype=null}return n}});var st=b(($S,Cc)=>{"use strict";var cw=wc();Cc.exports=Function.prototype.bind||cw});var Cs=b((zS,Uc)=>{"use strict";Uc.exports=Function.prototype.call});var ya=b((JS,Ec)=>{"use strict";Ec.exports=Function.prototype.apply});var Lc=b((YS,Gc)=>{"use strict";Gc.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var _c=b((XS,Sc)=>{"use strict";var uw=st(),dw=ya(),lw=Cs(),gw=Lc();Sc.exports=gw||uw.call(lw,dw)});var Wc=b((ZS,Dc)=>{"use strict";var mw=st(),yw=Ve(),Rw=Cs(),hw=_c();Dc.exports=function(t){if(t.length<1||typeof t[0]!="function")throw new yw("a function is required");return hw(mw,Rw,t)}});var Nc=b((e_,Oc)=>{"use strict";var fw=Wc(),Hc=kt(),Fc;try{Fc=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var Ra=!!Fc&&Hc&&Hc(Object.prototype,"__proto__"),Mc=Object,Qc=Mc.getPrototypeOf;Oc.exports=Ra&&typeof Ra.get=="function"?fw([Ra.get]):typeof Qc=="function"?function(t){return Qc(t==null?t:Mc(t))}:!1});var ha=b((t_,$c)=>{"use strict";var Vc=Bs(),Kc=ws(),jc=Nc();$c.exports=Vc?function(t){return Vc(t)}:Kc?function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return Kc(t)}:jc?function(t){return jc(t)}:null});var Jc=b((s_,zc)=>{"use strict";zc.exports=Function.prototype.apply});var Xc=b((r_,Yc)=>{"use strict";Yc.exports=Function.prototype.call});var Jt=b((a_,Zc)=>{"use strict";var qw=Function.prototype.call,bw=Object.prototype.hasOwnProperty,xw=st();Zc.exports=xw.call(qw,bw)});var ba=b((n_,nu)=>{"use strict";var C,Iw=ea(),vw=ta(),kw=sa(),Pw=ra(),Aw=aa(),wt=Ps(),Bt=Ve(),Tw=na(),Bw=oa(),ww=ia(),Cw=pa(),Uw=ca(),Ew=ua(),Gw=da(),Lw=la(),ru=Function,fa=function(e){try{return ru('"use strict"; return ('+e+").constructor;")()}catch{}},Yt=kt(),Sw=Pt(),qa=function(){throw new Bt},_w=Yt?(function(){try{return arguments.callee,qa}catch{try{return Yt(arguments,"callee").get}catch{return qa}}})():qa,At=ma()(),Y=ha(),Dw=ws(),Ww=Bs(),au=Jc(),Xt=Xc(),Tt={},Hw=typeof Uint8Array>"u"||!Y?C:Y(Uint8Array),rt={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?C:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?C:ArrayBuffer,"%ArrayIteratorPrototype%":At&&Y?Y([][Symbol.iterator]()):C,"%AsyncFromSyncIteratorPrototype%":C,"%AsyncFunction%":Tt,"%AsyncGenerator%":Tt,"%AsyncGeneratorFunction%":Tt,"%AsyncIteratorPrototype%":Tt,"%Atomics%":typeof Atomics>"u"?C:Atomics,"%BigInt%":typeof BigInt>"u"?C:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?C:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?C:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?C:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":vw,"%eval%":eval,"%EvalError%":kw,"%Float16Array%":typeof Float16Array>"u"?C:Float16Array,"%Float32Array%":typeof Float32Array>"u"?C:Float32Array,"%Float64Array%":typeof Float64Array>"u"?C:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?C:FinalizationRegistry,"%Function%":ru,"%GeneratorFunction%":Tt,"%Int8Array%":typeof Int8Array>"u"?C:Int8Array,"%Int16Array%":typeof Int16Array>"u"?C:Int16Array,"%Int32Array%":typeof Int32Array>"u"?C:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":At&&Y?Y(Y([][Symbol.iterator]())):C,"%JSON%":typeof JSON=="object"?JSON:C,"%Map%":typeof Map>"u"?C:Map,"%MapIteratorPrototype%":typeof Map>"u"||!At||!Y?C:Y(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Iw,"%Object.getOwnPropertyDescriptor%":Yt,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?C:Promise,"%Proxy%":typeof Proxy>"u"?C:Proxy,"%RangeError%":Pw,"%ReferenceError%":Aw,"%Reflect%":typeof Reflect>"u"?C:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?C:Set,"%SetIteratorPrototype%":typeof Set>"u"||!At||!Y?C:Y(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?C:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":At&&Y?Y(""[Symbol.iterator]()):C,"%Symbol%":At?Symbol:C,"%SyntaxError%":wt,"%ThrowTypeError%":_w,"%TypedArray%":Hw,"%TypeError%":Bt,"%Uint8Array%":typeof Uint8Array>"u"?C:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?C:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?C:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?C:Uint32Array,"%URIError%":Tw,"%WeakMap%":typeof WeakMap>"u"?C:WeakMap,"%WeakRef%":typeof WeakRef>"u"?C:WeakRef,"%WeakSet%":typeof WeakSet>"u"?C:WeakSet,"%Function.prototype.call%":Xt,"%Function.prototype.apply%":au,"%Object.defineProperty%":Sw,"%Object.getPrototypeOf%":Dw,"%Math.abs%":Bw,"%Math.floor%":ww,"%Math.max%":Cw,"%Math.min%":Uw,"%Math.pow%":Ew,"%Math.round%":Gw,"%Math.sign%":Lw,"%Reflect.getPrototypeOf%":Ww};if(Y)try{null.error}catch(e){eu=Y(Y(e)),rt["%Error.prototype%"]=eu}var eu,Qw=function e(t){var s;if(t==="%AsyncFunction%")s=fa("async function () {}");else if(t==="%GeneratorFunction%")s=fa("function* () {}");else if(t==="%AsyncGeneratorFunction%")s=fa("async function* () {}");else if(t==="%AsyncGenerator%"){var r=e("%AsyncGeneratorFunction%");r&&(s=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var n=e("%AsyncGenerator%");n&&Y&&(s=Y(n.prototype))}return rt[t]=s,s},tu={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Zt=st(),Us=Jt(),Fw=Zt.call(Xt,Array.prototype.concat),Mw=Zt.call(au,Array.prototype.splice),su=Zt.call(Xt,String.prototype.replace),Es=Zt.call(Xt,String.prototype.slice),Ow=Zt.call(Xt,RegExp.prototype.exec),Nw=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Vw=/\\(\\)?/g,Kw=function(t){var s=Es(t,0,1),r=Es(t,-1);if(s==="%"&&r!=="%")throw new wt("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&s!=="%")throw new wt("invalid intrinsic syntax, expected opening `%`");var n=[];return su(t,Nw,function(o,i,p,c){n[n.length]=p?su(c,Vw,"$1"):i||o}),n},jw=function(t,s){var r=t,n;if(Us(tu,r)&&(n=tu[r],r="%"+n[0]+"%"),Us(rt,r)){var o=rt[r];if(o===Tt&&(o=Qw(r)),typeof o>"u"&&!s)throw new Bt("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new wt("intrinsic "+t+" does not exist!")};nu.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new Bt("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new Bt('"allowMissing" argument must be a boolean');if(Ow(/^%?[^%]*%?$/,t)===null)throw new wt("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=Kw(t),n=r.length>0?r[0]:"",o=jw("%"+n+"%",s),i=o.name,p=o.value,c=!1,a=o.alias;a&&(n=a[0],Mw(r,Fw([0,1],a)));for(var u=1,y=!0;u<r.length;u+=1){var R=r[u],x=Es(R,0,1),m=Es(R,-1);if((x==='"'||x==="'"||x==="`"||m==='"'||m==="'"||m==="`")&&x!==m)throw new wt("property names with quotes must have matching quotes");if((R==="constructor"||!y)&&(c=!0),n+="."+R,i="%"+n+"%",Us(rt,i))p=rt[i];else if(p!=null){if(!(R in p)){if(!s)throw new Bt("base intrinsic for "+t+" exists, but the property is not available.");return}if(Yt&&u+1>=r.length){var q=Yt(p,R);y=!!q,y&&"get"in q&&!("originalValue"in q.get)?p=q.get:p=p[R]}else y=Us(p,R),p=p[R];y&&!c&&(rt[i]=p)}}return p}});var iu=b((o_,ou)=>{"use strict";var $w=ga();ou.exports=function(){return $w()&&!!Symbol.toStringTag}});var uu=b((i_,cu)=>{"use strict";var zw=ba(),pu=zw("%Object.defineProperty%",!0),Jw=iu()(),Yw=Jt(),Xw=Ve(),Gs=Jw?Symbol.toStringTag:null;cu.exports=function(t,s){var r=arguments.length>2&&!!arguments[2]&&arguments[2].force,n=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof r<"u"&&typeof r!="boolean"||typeof n<"u"&&typeof n!="boolean")throw new Xw("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");Gs&&(r||!Yw(t,Gs))&&(pu?pu(t,Gs,{configurable:!n,enumerable:!1,value:s,writable:!1}):t[Gs]=s)}});var lu=b((p_,du)=>{"use strict";du.exports=function(e,t){return Object.keys(t).forEach(function(s){e[s]=e[s]||t[s]}),e}});var mu=b((c_,gu)=>{"use strict";var ka=Up(),Zw=require("util"),xa=require("path"),eC=require("http"),tC=require("https"),sC=require("url").parse,rC=require("fs"),aC=require("stream").Stream,nC=require("crypto"),Ia=Dp(),oC=ec(),iC=uu(),Ke=Jt(),va=lu();function L(e){if(!(this instanceof L))return new L(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],ka.call(this),e=e||{};for(var t in e)this[t]=e[t]}Zw.inherits(L,ka);L.LINE_BREAK=`\r
2
+ `;L.DEFAULT_CONTENT_TYPE="application/octet-stream";L.prototype.append=function(e,t,s){s=s||{},typeof s=="string"&&(s={filename:s});var r=ka.prototype.append.bind(this);if((typeof t=="number"||t==null)&&(t=String(t)),Array.isArray(t)){this._error(new Error("Arrays are not supported."));return}var n=this._multiPartHeader(e,t,s),o=this._multiPartFooter();r(n),r(t),r(o),this._trackLength(n,t,s)};L.prototype._trackLength=function(e,t,s){var r=0;s.knownLength!=null?r+=Number(s.knownLength):Buffer.isBuffer(t)?r=t.length:typeof t=="string"&&(r=Buffer.byteLength(t)),this._valueLength+=r,this._overheadLength+=Buffer.byteLength(e)+L.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&Ke(t,"httpVersion"))&&!(t instanceof aC))&&(s.knownLength||this._valuesToMeasure.push(t))};L.prototype._lengthRetriever=function(e,t){Ke(e,"fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):rC.stat(e.path,function(s,r){if(s){t(s);return}var n=r.size-(e.start?e.start:0);t(null,n)}):Ke(e,"httpVersion")?t(null,Number(e.headers["content-length"])):Ke(e,"httpModule")?(e.on("response",function(s){e.pause(),t(null,Number(s.headers["content-length"]))}),e.resume()):t("Unknown stream")};L.prototype._multiPartHeader=function(e,t,s){if(typeof s.header=="string")return s.header;var r=this._getContentDisposition(t,s),n=this._getContentType(t,s),o="",i={"Content-Disposition":["form-data",'name="'+e+'"'].concat(r||[]),"Content-Type":[].concat(n||[])};typeof s.header=="object"&&va(i,s.header);var p;for(var c in i)if(Ke(i,c)){if(p=i[c],p==null)continue;Array.isArray(p)||(p=[p]),p.length&&(o+=c+": "+p.join("; ")+L.LINE_BREAK)}return"--"+this.getBoundary()+L.LINE_BREAK+o+L.LINE_BREAK};L.prototype._getContentDisposition=function(e,t){var s;if(typeof t.filepath=="string"?s=xa.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e&&(e.name||e.path)?s=xa.basename(t.filename||e&&(e.name||e.path)):e&&e.readable&&Ke(e,"httpVersion")&&(s=xa.basename(e.client._httpMessage.path||"")),s)return'filename="'+s+'"'};L.prototype._getContentType=function(e,t){var s=t.contentType;return!s&&e&&e.name&&(s=Ia.lookup(e.name)),!s&&e&&e.path&&(s=Ia.lookup(e.path)),!s&&e&&e.readable&&Ke(e,"httpVersion")&&(s=e.headers["content-type"]),!s&&(t.filepath||t.filename)&&(s=Ia.lookup(t.filepath||t.filename)),!s&&e&&typeof e=="object"&&(s=L.DEFAULT_CONTENT_TYPE),s};L.prototype._multiPartFooter=function(){return function(e){var t=L.LINE_BREAK,s=this._streams.length===0;s&&(t+=this._lastBoundary()),e(t)}.bind(this)};L.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+L.LINE_BREAK};L.prototype.getHeaders=function(e){var t,s={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)Ke(e,t)&&(s[t.toLowerCase()]=e[t]);return s};L.prototype.setBoundary=function(e){if(typeof e!="string")throw new TypeError("FormData boundary must be a string");this._boundary=e};L.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};L.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),s=0,r=this._streams.length;s<r;s++)typeof this._streams[s]!="function"&&(Buffer.isBuffer(this._streams[s])?e=Buffer.concat([e,this._streams[s]]):e=Buffer.concat([e,Buffer.from(this._streams[s])]),(typeof this._streams[s]!="string"||this._streams[s].substring(2,t.length+2)!==t)&&(e=Buffer.concat([e,Buffer.from(L.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};L.prototype._generateBoundary=function(){this._boundary="--------------------------"+nC.randomBytes(12).toString("hex")};L.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};L.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};L.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,t));return}oC.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,r){if(s){e(s);return}r.forEach(function(n){t+=n}),e(null,t)})};L.prototype.submit=function(e,t){var s,r,n={method:"post"};return typeof e=="string"?(e=sC(e),r=va({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},n)):(r=va(e,n),r.port||(r.port=r.protocol==="https:"?443:80)),r.headers=this.getHeaders(e.headers),r.protocol==="https:"?s=tC.request(r):s=eC.request(r),this.getLength(function(o,i){if(o&&o!=="Unknown stream"){this._error(o);return}if(i&&s.setHeader("Content-Length",i),this.pipe(s),t){var p,c=function(a,u){return s.removeListener("error",c),s.removeListener("response",p),t.call(this,a,u)};p=c.bind(this,null),s.on("error",c),s.on("response",p)}}.bind(this)),s};L.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};L.prototype.toString=function(){return"[object FormData]"};iC(L,"FormData");gu.exports=L});var Cu=b(wu=>{"use strict";var vC=require("url").parse,kC={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},PC=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function AC(e){var t=typeof e=="string"?vC(e):e||{},s=t.protocol,r=t.host,n=t.port;if(typeof r!="string"||!r||typeof s!="string"||(s=s.split(":",1)[0],r=r.replace(/:\d*$/,""),n=parseInt(n)||kC[s]||0,!TC(r,n)))return"";var o=Gt("npm_config_"+s+"_proxy")||Gt(s+"_proxy")||Gt("npm_config_proxy")||Gt("all_proxy");return o&&o.indexOf("://")===-1&&(o=s+"://"+o),o}function TC(e,t){var s=(Gt("npm_config_no_proxy")||Gt("no_proxy")).toLowerCase();return s?s==="*"?!1:s.split(/[,\s]/).every(function(r){if(!r)return!0;var n=r.match(/^(.+):(\d+)$/),o=n?n[1]:r,i=n?parseInt(n[2]):0;return i&&i!==t?!0:/^[.*]/.test(o)?(o.charAt(0)==="*"&&(o=o.slice(1)),!PC.call(e,o)):e!==o}):!0}function Gt(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}wu.getProxyForUrl=AC});var Eu=b((uD,Uu)=>{var Lt=1e3,St=Lt*60,_t=St*60,ot=_t*24,BC=ot*7,wC=ot*365.25;Uu.exports=function(e,t){t=t||{};var s=typeof e;if(s==="string"&&e.length>0)return CC(e);if(s==="number"&&isFinite(e))return t.long?EC(e):UC(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function CC(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var s=parseFloat(t[1]),r=(t[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return s*wC;case"weeks":case"week":case"w":return s*BC;case"days":case"day":case"d":return s*ot;case"hours":case"hour":case"hrs":case"hr":case"h":return s*_t;case"minutes":case"minute":case"mins":case"min":case"m":return s*St;case"seconds":case"second":case"secs":case"sec":case"s":return s*Lt;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function UC(e){var t=Math.abs(e);return t>=ot?Math.round(e/ot)+"d":t>=_t?Math.round(e/_t)+"h":t>=St?Math.round(e/St)+"m":t>=Lt?Math.round(e/Lt)+"s":e+"ms"}function EC(e){var t=Math.abs(e);return t>=ot?Ds(e,t,ot,"day"):t>=_t?Ds(e,t,_t,"hour"):t>=St?Ds(e,t,St,"minute"):t>=Lt?Ds(e,t,Lt,"second"):e+" ms"}function Ds(e,t,s,r){var n=t>=s*1.5;return Math.round(e/s)+" "+r+(n?"s":"")}});var La=b((dD,Gu)=>{function GC(e){s.debug=s,s.default=s,s.coerce=c,s.disable=i,s.enable=n,s.enabled=p,s.humanize=Eu(),s.destroy=a,Object.keys(e).forEach(u=>{s[u]=e[u]}),s.names=[],s.skips=[],s.formatters={};function t(u){let y=0;for(let R=0;R<u.length;R++)y=(y<<5)-y+u.charCodeAt(R),y|=0;return s.colors[Math.abs(y)%s.colors.length]}s.selectColor=t;function s(u){let y,R=null,x,m;function q(...k){if(!q.enabled)return;let I=q,E=Number(new Date),G=E-(y||E);I.diff=G,I.prev=y,I.curr=E,y=E,k[0]=s.coerce(k[0]),typeof k[0]!="string"&&k.unshift("%O");let M=0;k[0]=k[0].replace(/%([a-zA-Z%])/g,(Re,he)=>{if(Re==="%%")return"%";M++;let fe=s.formatters[he];if(typeof fe=="function"){let ie=k[M];Re=fe.call(I,ie),k.splice(M,1),M--}return Re}),s.formatArgs.call(I,k),(I.log||s.log).apply(I,k)}return q.namespace=u,q.useColors=s.useColors(),q.color=s.selectColor(u),q.extend=r,q.destroy=s.destroy,Object.defineProperty(q,"enabled",{enumerable:!0,configurable:!1,get:()=>R!==null?R:(x!==s.namespaces&&(x=s.namespaces,m=s.enabled(u)),m),set:k=>{R=k}}),typeof s.init=="function"&&s.init(q),q}function r(u,y){let R=s(this.namespace+(typeof y>"u"?":":y)+u);return R.log=this.log,R}function n(u){s.save(u),s.namespaces=u,s.names=[],s.skips=[];let y=(typeof u=="string"?u:"").trim().replace(" ",",").split(",").filter(Boolean);for(let R of y)R[0]==="-"?s.skips.push(R.slice(1)):s.names.push(R)}function o(u,y){let R=0,x=0,m=-1,q=0;for(;R<u.length;)if(x<y.length&&(y[x]===u[R]||y[x]==="*"))y[x]==="*"?(m=x,q=R,x++):(R++,x++);else if(m!==-1)x=m+1,q++,R=q;else return!1;for(;x<y.length&&y[x]==="*";)x++;return x===y.length}function i(){let u=[...s.names,...s.skips.map(y=>"-"+y)].join(",");return s.enable(""),u}function p(u){for(let y of s.skips)if(o(u,y))return!1;for(let y of s.names)if(o(u,y))return!0;return!1}function c(u){return u instanceof Error?u.stack||u.message:u}function a(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return s.enable(s.load()),s}Gu.exports=GC});var Lu=b((xe,Ws)=>{xe.formatArgs=SC;xe.save=_C;xe.load=DC;xe.useColors=LC;xe.storage=WC();xe.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();xe.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 LC(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function SC(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Ws.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let s=0,r=0;e[0].replace(/%[a-zA-Z%]/g,n=>{n!=="%%"&&(s++,n==="%c"&&(r=s))}),e.splice(r,0,t)}xe.log=console.debug||console.log||(()=>{});function _C(e){try{e?xe.storage.setItem("debug",e):xe.storage.removeItem("debug")}catch{}}function DC(){let e;try{e=xe.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function WC(){try{return localStorage}catch{}}Ws.exports=La()(xe);var{formatters:HC}=Ws.exports;HC.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var _u=b((lD,Su)=>{"use strict";Su.exports=(e,t=process.argv)=>{let s=e.startsWith("-")?"":e.length===1?"-":"--",r=t.indexOf(s+e),n=t.indexOf("--");return r!==-1&&(n===-1||r<n)}});var Hu=b((gD,Wu)=>{"use strict";var QC=require("os"),Du=require("tty"),Ae=_u(),{env:X}=process,ze;Ae("no-color")||Ae("no-colors")||Ae("color=false")||Ae("color=never")?ze=0:(Ae("color")||Ae("colors")||Ae("color=true")||Ae("color=always"))&&(ze=1);"FORCE_COLOR"in X&&(X.FORCE_COLOR==="true"?ze=1:X.FORCE_COLOR==="false"?ze=0:ze=X.FORCE_COLOR.length===0?1:Math.min(parseInt(X.FORCE_COLOR,10),3));function Sa(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function _a(e,t){if(ze===0)return 0;if(Ae("color=16m")||Ae("color=full")||Ae("color=truecolor"))return 3;if(Ae("color=256"))return 2;if(e&&!t&&ze===void 0)return 0;let s=ze||0;if(X.TERM==="dumb")return s;if(process.platform==="win32"){let r=QC.release().split(".");return Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in X)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(r=>r in X)||X.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in X)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(X.TEAMCITY_VERSION)?1:0;if(X.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in X){let r=parseInt((X.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(X.TERM_PROGRAM){case"iTerm.app":return r>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(X.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(X.TERM)||"COLORTERM"in X?1:s}function FC(e){let t=_a(e,e&&e.isTTY);return Sa(t)}Wu.exports={supportsColor:FC,stdout:Sa(_a(!0,Du.isatty(1))),stderr:Sa(_a(!0,Du.isatty(2)))}});var Fu=b((Z,Qs)=>{var MC=require("tty"),Hs=require("util");Z.init=zC;Z.log=KC;Z.formatArgs=NC;Z.save=jC;Z.load=$C;Z.useColors=OC;Z.destroy=Hs.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Z.colors=[6,2,3,4,5,1];try{let e=Hu();e&&(e.stderr||e).level>=2&&(Z.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{}Z.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let s=t.substring(6).toLowerCase().replace(/_([a-z])/g,(n,o)=>o.toUpperCase()),r=process.env[t];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),e[s]=r,e},{});function OC(){return"colors"in Z.inspectOpts?!!Z.inspectOpts.colors:MC.isatty(process.stderr.fd)}function NC(e){let{namespace:t,useColors:s}=this;if(s){let r=this.color,n="\x1B[3"+(r<8?r:"8;5;"+r),o=` ${n};1m${t} \x1B[0m`;e[0]=o+e[0].split(`
3
3
  `).join(`
4
- `+o),e.push(n+"m+"+_s.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=Kw()+t+" "+e[0]}function Kw(){return X.inspectOpts.hideDate?"":new Date().toISOString()+" "}function jw(...e){return process.stderr.write(Ss.formatWithOptions(X.inspectOpts,...e)+`
5
- `)}function $w(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function zw(){return process.env.DEBUG}function Jw(e){e.inspectOpts={};let t=Object.keys(X.inspectOpts);for(let s=0;s<t.length;s++)e.inspectOpts[t[s]]=X.inspectOpts[t[s]]}_s.exports=wa()(X);var{formatters:iu}=_s.exports;iu.o=function(e){return this.inspectOpts.colors=this.useColors,Ss.inspect(e,this.inspectOpts).split(`
6
- `).map(t=>t.trim()).join(" ")};iu.O=function(e){return this.inspectOpts.colors=this.useColors,Ss.inspect(e,this.inspectOpts)}});var cu=b((p_,Ea)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Ea.exports=tu():Ea.exports=pu()});var du=b((c_,uu)=>{var Xt;uu.exports=function(){if(!Xt){try{Xt=cu()("follow-redirects")}catch{}typeof Xt!="function"&&(Xt=function(){})}Xt.apply(null,arguments)}});var qu=b((u_,Wa)=>{var at=require("url"),Ga=at.URL,Yw=require("http"),Xw=require("https"),mu=require("stream").Writable,yu=require("assert"),Ru=du(),Sa=["abort","aborted","connect","error","socket","timeout"],_a=Object.create(null);Sa.forEach(function(e){_a[e]=function(t,s,r){this._redirectable.emit(e,t,s,r)}});var Zw=es("ERR_INVALID_URL","Invalid URL",TypeError),lu=es("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),eC=es("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),tC=es("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),sC=es("ERR_STREAM_WRITE_AFTER_END","write after end");function he(e,t){mu.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var s=this;this._onNativeResponse=function(r){s._processResponse(r)},this._performRequest()}he.prototype=Object.create(mu.prototype);he.prototype.abort=function(){fu(this._currentRequest),this.emit("abort")};he.prototype.write=function(e,t,s){if(this._ending)throw new sC;if(!nt(e)&&!nC(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(Zt(t)&&(s=t,t=null),e.length===0){s&&s();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,s)):(this.emit("error",new tC),this.abort())};he.prototype.end=function(e,t,s){if(Zt(e)?(s=e,e=t=null):Zt(t)&&(s=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,s);else{var r=this,n=this._currentRequest;this.write(e,t,function(){r._ended=!0,n.end(null,null,s)}),this._ending=!0}};he.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};he.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};he.prototype.setTimeout=function(e,t){var s=this;function r(i){i.setTimeout(e),i.removeListener("timeout",i.destroy),i.addListener("timeout",i.destroy)}function n(i){s._timeout&&clearTimeout(s._timeout),s._timeout=setTimeout(function(){s.emit("timeout"),o()},e),r(i)}function o(){s._timeout&&(clearTimeout(s._timeout),s._timeout=null),s.removeListener("abort",o),s.removeListener("error",o),s.removeListener("response",o),t&&s.removeListener("timeout",t),s.socket||s._currentRequest.removeListener("socket",n)}return t&&this.on("timeout",t),this.socket?n(this.socket):this._currentRequest.once("socket",n),this.on("socket",r),this.on("abort",o),this.on("error",o),this.on("response",o),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){he.prototype[e]=function(t,s){return this._currentRequest[e](t,s)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(he.prototype,e,{get:function(){return this._currentRequest[e]}})});he.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}};he.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(!t){this.emit("error",new TypeError("Unsupported protocol "+e));return}if(this._options.agents){var s=e.slice(0,-1);this._options.agent=this._options.agents[s]}var r=this._currentRequest=t.request(this._options,this._onNativeResponse);r._redirectable=this;for(var n of Sa)r.on(n,_a[n]);if(this._currentUrl=/^\//.test(this._options.path)?at.format(this._options):this._options.path,this._isRedirect){var o=0,i=this,p=this._requestBodyBuffers;(function c(a){if(r===i._currentRequest)if(a)i.emit("error",a);else if(o<p.length){var u=p[o++];r.finished||r.write(u.data,u.encoding,c)}else i._ended&&r.end()})()}};he.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var s=e.headers.location;if(!s||this._options.followRedirects===!1||t<300||t>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(fu(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new eC);return}var r,n=this._options.beforeRedirect;n&&(r=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var o=this._options.method;((t===301||t===302)&&this._options.method==="POST"||t===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],La(/^content-/i,this._options.headers));var i=La(/^host$/i,this._options.headers),p=at.parse(this._currentUrl),c=i||p.host,a=/^\w+:/.test(s)?this._currentUrl:at.format(Object.assign(p,{host:c})),u;try{u=at.resolve(a,s)}catch(m){this.emit("error",new lu({cause:m}));return}Ru("redirecting to",u),this._isRedirect=!0;var y=at.parse(u);if(Object.assign(this._options,y),(y.protocol!==p.protocol&&y.protocol!=="https:"||y.host!==c&&!aC(y.host,c))&&La(/^(?:authorization|cookie)$/i,this._options.headers),Zt(n)){var R={headers:e.headers,statusCode:t},x={url:a,method:o,headers:r};try{n(this._options,R,x)}catch(m){this.emit("error",m);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(m){this.emit("error",new lu({cause:m}))}};function hu(e){var t={maxRedirects:21,maxBodyLength:10485760},s={};return Object.keys(e).forEach(function(r){var n=r+":",o=s[n]=e[r],i=t[r]=Object.create(o);function p(a,u,y){if(nt(a)){var R;try{R=gu(new Ga(a))}catch{R=at.parse(a)}if(!nt(R.protocol))throw new Zw({input:a});a=R}else Ga&&a instanceof Ga?a=gu(a):(y=u,u=a,a={protocol:n});return Zt(u)&&(y=u,u=null),u=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},a,u),u.nativeProtocols=s,!nt(u.host)&&!nt(u.hostname)&&(u.hostname="::1"),yu.equal(u.protocol,n,"protocol mismatch"),Ru("options",u),new he(u,y)}function c(a,u,y){var R=i.request(a,u,y);return R.end(),R}Object.defineProperties(i,{request:{value:p,configurable:!0,enumerable:!0,writable:!0},get:{value:c,configurable:!0,enumerable:!0,writable:!0}})}),t}function rC(){}function gu(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return e.port!==""&&(t.port=Number(e.port)),t}function La(e,t){var s;for(var r in t)e.test(r)&&(s=t[r],delete t[r]);return s===null||typeof s>"u"?void 0:String(s).trim()}function es(e,t,s){function r(n){Error.captureStackTrace(this,this.constructor),Object.assign(this,n||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return r.prototype=new(s||Error),r.prototype.constructor=r,r.prototype.name="Error ["+e+"]",r}function fu(e){for(var t of Sa)e.removeListener(t,_a[t]);e.on("error",rC),e.abort()}function aC(e,t){yu(nt(e)&&nt(t));var s=e.length-t.length-1;return s>0&&e[s]==="."&&e.endsWith(t)}function nt(e){return typeof e=="string"||e instanceof String}function Zt(e){return typeof e=="function"}function nC(e){return typeof e=="object"&&"length"in e}Wa.exports=hu({http:Yw,https:Xw});Wa.exports.wrap=hu});var Xu=b((dD,Yu)=>{"use strict";var MC=new Set(["ENOTFOUND","ENETUNREACH","UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_CRL","UNABLE_TO_DECRYPT_CERT_SIGNATURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","CERT_SIGNATURE_FAILURE","CRL_SIGNATURE_FAILURE","CERT_NOT_YET_VALID","CERT_HAS_EXPIRED","CRL_NOT_YET_VALID","CRL_HAS_EXPIRED","ERROR_IN_CERT_NOT_BEFORE_FIELD","ERROR_IN_CERT_NOT_AFTER_FIELD","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD","OUT_OF_MEM","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","CERT_CHAIN_TOO_LONG","CERT_REVOKED","INVALID_CA","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","CERT_UNTRUSTED","CERT_REJECTED","HOSTNAME_MISMATCH"]);Yu.exports=e=>!MC.has(e&&e.code)});var js=b(pt=>{"use strict";Object.defineProperty(pt,"__esModule",{value:!0});var JC=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},YC=typeof window<"u"&&typeof window.document<"u",XC=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,ZC=(typeof self>"u"?"undefined":JC(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",eU=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),tU=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";pt.isBrowser=YC;pt.isWebWorker=ZC;pt.isNode=XC;pt.isJsDom=eU;pt.isDeno=tU});var bd=b((qD,qd)=>{"use strict";qd.exports=Object});var vr=b((bD,Ad)=>{"use strict";var U,wU=bd(),CU=Jr(),UU=Yr(),EU=Xr(),GU=Zr(),_t=xs(),St=Me(),LU=ea(),SU=ta(),_U=sa(),WU=ra(),DU=aa(),HU=na(),QU=oa(),FU=ia(),kd=Function,Cn=function(e){try{return kd('"use strict"; return ('+e+").constructor;")()}catch{}},os=qt(),MU=bt(),Un=function(){throw new St},OU=os?(function(){try{return arguments.callee,Un}catch{try{return os(arguments,"callee").get}catch{return Un}}})():Un,Gt=ca()(),Z=la(),NU=Ps(),VU=ks(),Pd=ua(),is=As(),Lt={},KU=typeof Uint8Array>"u"||!Z?U:Z(Uint8Array),dt={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?U:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?U:ArrayBuffer,"%ArrayIteratorPrototype%":Gt&&Z?Z([][Symbol.iterator]()):U,"%AsyncFromSyncIteratorPrototype%":U,"%AsyncFunction%":Lt,"%AsyncGenerator%":Lt,"%AsyncGeneratorFunction%":Lt,"%AsyncIteratorPrototype%":Lt,"%Atomics%":typeof Atomics>"u"?U:Atomics,"%BigInt%":typeof BigInt>"u"?U:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?U:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?U:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?U:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":CU,"%eval%":eval,"%EvalError%":UU,"%Float32Array%":typeof Float32Array>"u"?U:Float32Array,"%Float64Array%":typeof Float64Array>"u"?U:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?U:FinalizationRegistry,"%Function%":kd,"%GeneratorFunction%":Lt,"%Int8Array%":typeof Int8Array>"u"?U:Int8Array,"%Int16Array%":typeof Int16Array>"u"?U:Int16Array,"%Int32Array%":typeof Int32Array>"u"?U:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Gt&&Z?Z(Z([][Symbol.iterator]())):U,"%JSON%":typeof JSON=="object"?JSON:U,"%Map%":typeof Map>"u"?U:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Gt||!Z?U:Z(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":wU,"%Object.getOwnPropertyDescriptor%":os,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?U:Promise,"%Proxy%":typeof Proxy>"u"?U:Proxy,"%RangeError%":EU,"%ReferenceError%":GU,"%Reflect%":typeof Reflect>"u"?U:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?U:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Gt||!Z?U:Z(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?U:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Gt&&Z?Z(""[Symbol.iterator]()):U,"%Symbol%":Gt?Symbol:U,"%SyntaxError%":_t,"%ThrowTypeError%":OU,"%TypedArray%":KU,"%TypeError%":St,"%Uint8Array%":typeof Uint8Array>"u"?U:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?U:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?U:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?U:Uint32Array,"%URIError%":LU,"%WeakMap%":typeof WeakMap>"u"?U:WeakMap,"%WeakRef%":typeof WeakRef>"u"?U:WeakRef,"%WeakSet%":typeof WeakSet>"u"?U:WeakSet,"%Function.prototype.call%":is,"%Function.prototype.apply%":Pd,"%Object.defineProperty%":MU,"%Object.getPrototypeOf%":NU,"%Math.abs%":SU,"%Math.floor%":_U,"%Math.max%":WU,"%Math.min%":DU,"%Math.pow%":HU,"%Math.round%":QU,"%Math.sign%":FU,"%Reflect.getPrototypeOf%":VU};if(Z)try{null.error}catch(e){xd=Z(Z(e)),dt["%Error.prototype%"]=xd}var xd,jU=function e(t){var s;if(t==="%AsyncFunction%")s=Cn("async function () {}");else if(t==="%GeneratorFunction%")s=Cn("function* () {}");else if(t==="%AsyncGeneratorFunction%")s=Cn("async function* () {}");else if(t==="%AsyncGenerator%"){var r=e("%AsyncGeneratorFunction%");r&&(s=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var n=e("%AsyncGenerator%");n&&Z&&(s=Z(n.prototype))}return dt[t]=s,s},Id={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},ps=Ze(),xr=Vt(),$U=ps.call(is,Array.prototype.concat),zU=ps.call(Pd,Array.prototype.splice),vd=ps.call(is,String.prototype.replace),Ir=ps.call(is,String.prototype.slice),JU=ps.call(is,RegExp.prototype.exec),YU=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,XU=/\\(\\)?/g,ZU=function(t){var s=Ir(t,0,1),r=Ir(t,-1);if(s==="%"&&r!=="%")throw new _t("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&s!=="%")throw new _t("invalid intrinsic syntax, expected opening `%`");var n=[];return vd(t,YU,function(o,i,p,c){n[n.length]=p?vd(c,XU,"$1"):i||o}),n},eE=function(t,s){var r=t,n;if(xr(Id,r)&&(n=Id[r],r="%"+n[0]+"%"),xr(dt,r)){var o=dt[r];if(o===Lt&&(o=jU(r)),typeof o>"u"&&!s)throw new St("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new _t("intrinsic "+t+" does not exist!")};Ad.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new St("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new St('"allowMissing" argument must be a boolean');if(JU(/^%?[^%]*%?$/,t)===null)throw new _t("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=ZU(t),n=r.length>0?r[0]:"",o=eE("%"+n+"%",s),i=o.name,p=o.value,c=!1,a=o.alias;a&&(n=a[0],zU(r,$U([0,1],a)));for(var u=1,y=!0;u<r.length;u+=1){var R=r[u],x=Ir(R,0,1),m=Ir(R,-1);if((x==='"'||x==="'"||x==="`"||m==='"'||m==="'"||m==="`")&&x!==m)throw new _t("property names with quotes must have matching quotes");if((R==="constructor"||!y)&&(c=!0),n+="."+R,i="%"+n+"%",xr(dt,i))p=dt[i];else if(p!=null){if(!(R in p)){if(!s)throw new St("base intrinsic for "+t+" exists, but the property is not available.");return}if(os&&u+1>=r.length){var q=os(p,R);y=!!q,y&&"get"in q&&!("originalValue"in q.get)?p=q.get:p=p[R]}else y=xr(p,R),p=p[R];y&&!c&&(dt[i]=p)}}return p}});var Cd=b((xD,wd)=>{"use strict";var Td=bt(),tE=xs(),Wt=Me(),Bd=qt();wd.exports=function(t,s,r){if(!t||typeof t!="object"&&typeof t!="function")throw new Wt("`obj` must be an object or a function`");if(typeof s!="string"&&typeof s!="symbol")throw new Wt("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Wt("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Wt("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Wt("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Wt("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,p=arguments.length>6?arguments[6]:!1,c=!!Bd&&Bd(t,s);if(Td)Td(t,s,{configurable:i===null&&c?c.configurable:!i,enumerable:n===null&&c?c.enumerable:!n,value:r,writable:o===null&&c?c.writable:!o});else if(p||!n&&!o&&!i)t[s]=r;else throw new tE("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var Gd=b((ID,Ed)=>{"use strict";var En=bt(),Ud=function(){return!!En};Ud.hasArrayLengthDefineBug=function(){if(!En)return null;try{return En([],"length",{value:1}).length!==1}catch{return!0}};Ed.exports=Ud});var Dd=b((vD,Wd)=>{"use strict";var sE=ya(),Ld=Cd(),rE=Gd()(),Sd=qt(),_d=Me(),aE=sE("%Math.floor%");Wd.exports=function(t,s){if(typeof t!="function")throw new _d("`fn` is not a function");if(typeof s!="number"||s<0||s>4294967295||aE(s)!==s)throw new _d("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,o=!0;if("length"in t&&Sd){var i=Sd(t,"length");i&&!i.configurable&&(n=!1),i&&!i.writable&&(o=!1)}return(n||o||!r)&&(rE?Ld(t,"length",s,!0,!0):Ld(t,"length",s)),t}});var Nd=b((kD,kr)=>{"use strict";var Gn=Ze(),Pr=vr(),nE=Dd(),oE=Me(),Fd=Pr("%Function.prototype.apply%"),Md=Pr("%Function.prototype.call%"),Od=Pr("%Reflect.apply%",!0)||Gn.call(Md,Fd),Hd=bt(),iE=Pr("%Math.max%");kr.exports=function(t){if(typeof t!="function")throw new oE("a function is required");var s=Od(Gn,Md,arguments);return nE(s,1+iE(0,t.length-(arguments.length-1)),!0)};var Qd=function(){return Od(Gn,Fd,arguments)};Hd?Hd(kr.exports,"apply",{value:Qd}):kr.exports.apply=Qd});var $d=b((PD,jd)=>{"use strict";var Vd=vr(),Kd=Nd(),pE=Kd(Vd("String.prototype.indexOf"));jd.exports=function(t,s){var r=Vd(t,!!s);return typeof r=="function"&&pE(t,".prototype.")>-1?Kd(r):r}});var Jd=b((AD,zd)=>{zd.exports=require("util").inspect});var hl=b((TD,Rl)=>{var On=typeof Map=="function"&&Map.prototype,Ln=Object.getOwnPropertyDescriptor&&On?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Tr=On&&Ln&&typeof Ln.get=="function"?Ln.get:null,Yd=On&&Map.prototype.forEach,Nn=typeof Set=="function"&&Set.prototype,Sn=Object.getOwnPropertyDescriptor&&Nn?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Br=Nn&&Sn&&typeof Sn.get=="function"?Sn.get:null,Xd=Nn&&Set.prototype.forEach,cE=typeof WeakMap=="function"&&WeakMap.prototype,us=cE?WeakMap.prototype.has:null,uE=typeof WeakSet=="function"&&WeakSet.prototype,ds=uE?WeakSet.prototype.has:null,dE=typeof WeakRef=="function"&&WeakRef.prototype,Zd=dE?WeakRef.prototype.deref:null,lE=Boolean.prototype.valueOf,gE=Object.prototype.toString,mE=Function.prototype.toString,yE=String.prototype.match,Vn=String.prototype.slice,Ye=String.prototype.replace,RE=String.prototype.toUpperCase,el=String.prototype.toLowerCase,cl=RegExp.prototype.test,tl=Array.prototype.concat,Ee=Array.prototype.join,hE=Array.prototype.slice,sl=Math.floor,Dn=typeof BigInt=="function"?BigInt.prototype.valueOf:null,_n=Object.getOwnPropertySymbols,Hn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,Dt=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ae=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Dt||!0)?Symbol.toStringTag:null,ul=Object.prototype.propertyIsEnumerable,rl=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function al(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||cl.call(/e/,t))return t;var s=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var r=e<0?-sl(-e):sl(e);if(r!==e){var n=String(r),o=Vn.call(t,n.length+1);return Ye.call(n,s,"$&_")+"."+Ye.call(Ye.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Ye.call(t,s,"$&_")}var Qn=Jd(),nl=Qn.custom,ol=gl(nl)?nl:null,dl={__proto__:null,double:'"',single:"'"},fE={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};Rl.exports=function e(t,s,r,n){var o=s||{};if(He(o,"quoteStyle")&&!He(dl,o.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(He(o,"maxStringLength")&&(typeof o.maxStringLength=="number"?o.maxStringLength<0&&o.maxStringLength!==1/0:o.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=He(o,"customInspect")?o.customInspect:!0;if(typeof i!="boolean"&&i!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(He(o,"indent")&&o.indent!==null&&o.indent!==" "&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(He(o,"numericSeparator")&&typeof o.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var p=o.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return yl(t,o);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var c=String(t);return p?al(t,c):c}if(typeof t=="bigint"){var a=String(t)+"n";return p?al(t,a):a}var u=typeof o.depth>"u"?5:o.depth;if(typeof r>"u"&&(r=0),r>=u&&u>0&&typeof t=="object")return Fn(t)?"[Array]":"[Object]";var y=_E(o,r);if(typeof n>"u")n=[];else if(ml(n,t)>=0)return"[Circular]";function R(ye,O,ue){if(O&&(n=hE.call(n),n.push(O)),ue){var Se={depth:o.depth};return He(o,"quoteStyle")&&(Se.quoteStyle=o.quoteStyle),e(ye,Se,r+1,n)}return e(ye,o,r+1,n)}if(typeof t=="function"&&!il(t)){var x=TE(t),m=Ar(t,R);return"[Function"+(x?": "+x:" (anonymous)")+"]"+(m.length>0?" { "+Ee.call(m,", ")+" }":"")}if(gl(t)){var q=Dt?Ye.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):Hn.call(t);return typeof t=="object"&&!Dt?cs(q):q}if(GE(t)){for(var k="<"+el.call(String(t.nodeName)),I=t.attributes||[],E=0;E<I.length;E++)k+=" "+I[E].name+"="+ll(qE(I[E].value),"double",o);return k+=">",t.childNodes&&t.childNodes.length&&(k+="..."),k+="</"+el.call(String(t.nodeName))+">",k}if(Fn(t)){if(t.length===0)return"[]";var G=Ar(t,R);return y&&!SE(G)?"["+Mn(G,y)+"]":"[ "+Ee.call(G,", ")+" ]"}if(xE(t)){var F=Ar(t,R);return!("cause"in Error.prototype)&&"cause"in t&&!ul.call(t,"cause")?"{ ["+String(t)+"] "+Ee.call(tl.call("[cause]: "+R(t.cause),F),", ")+" }":F.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+Ee.call(F,", ")+" }"}if(typeof t=="object"&&i){if(ol&&typeof t[ol]=="function"&&Qn)return Qn(t,{depth:u-r});if(i!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(BE(t)){var M=[];return Yd&&Yd.call(t,function(ye,O){M.push(R(O,t,!0)+" => "+R(ye,t))}),pl("Map",Tr.call(t),M,y)}if(UE(t)){var le=[];return Xd&&Xd.call(t,function(ye){le.push(R(ye,t))}),pl("Set",Br.call(t),le,y)}if(wE(t))return Wn("WeakMap");if(EE(t))return Wn("WeakSet");if(CE(t))return Wn("WeakRef");if(vE(t))return cs(R(Number(t)));if(PE(t))return cs(R(Dn.call(t)));if(kE(t))return cs(lE.call(t));if(IE(t))return cs(R(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(typeof globalThis<"u"&&t===globalThis||typeof global<"u"&&t===global)return"{ [object globalThis] }";if(!bE(t)&&!il(t)){var ge=Ar(t,R),me=rl?rl(t)===Object.prototype:t instanceof Object||t.constructor===Object,oe=t instanceof Object?"":"null prototype",we=!me&&ae&&Object(t)===t&&ae in t?Vn.call(Xe(t),8,-1):oe?"Object":"",Le=me||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",fe=Le+(we||oe?"["+Ee.call(tl.call([],we||[],oe||[]),": ")+"] ":"");return ge.length===0?fe+"{}":y?fe+"{"+Mn(ge,y)+"}":fe+"{ "+Ee.call(ge,", ")+" }"}return String(t)};function ll(e,t,s){var r=s.quoteStyle||t,n=dl[r];return n+e+n}function qE(e){return Ye.call(String(e),/"/g,"&quot;")}function Fn(e){return Xe(e)==="[object Array]"&&(!ae||!(typeof e=="object"&&ae in e))}function bE(e){return Xe(e)==="[object Date]"&&(!ae||!(typeof e=="object"&&ae in e))}function il(e){return Xe(e)==="[object RegExp]"&&(!ae||!(typeof e=="object"&&ae in e))}function xE(e){return Xe(e)==="[object Error]"&&(!ae||!(typeof e=="object"&&ae in e))}function IE(e){return Xe(e)==="[object String]"&&(!ae||!(typeof e=="object"&&ae in e))}function vE(e){return Xe(e)==="[object Number]"&&(!ae||!(typeof e=="object"&&ae in e))}function kE(e){return Xe(e)==="[object Boolean]"&&(!ae||!(typeof e=="object"&&ae in e))}function gl(e){if(Dt)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!Hn)return!1;try{return Hn.call(e),!0}catch{}return!1}function PE(e){if(!e||typeof e!="object"||!Dn)return!1;try{return Dn.call(e),!0}catch{}return!1}var AE=Object.prototype.hasOwnProperty||function(e){return e in this};function He(e,t){return AE.call(e,t)}function Xe(e){return gE.call(e)}function TE(e){if(e.name)return e.name;var t=yE.call(mE.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function ml(e,t){if(e.indexOf)return e.indexOf(t);for(var s=0,r=e.length;s<r;s++)if(e[s]===t)return s;return-1}function BE(e){if(!Tr||!e||typeof e!="object")return!1;try{Tr.call(e);try{Br.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function wE(e){if(!us||!e||typeof e!="object")return!1;try{us.call(e,us);try{ds.call(e,ds)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function CE(e){if(!Zd||!e||typeof e!="object")return!1;try{return Zd.call(e),!0}catch{}return!1}function UE(e){if(!Br||!e||typeof e!="object")return!1;try{Br.call(e);try{Tr.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function EE(e){if(!ds||!e||typeof e!="object")return!1;try{ds.call(e,ds);try{us.call(e,us)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function GE(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function yl(e,t){if(e.length>t.maxStringLength){var s=e.length-t.maxStringLength,r="... "+s+" more character"+(s>1?"s":"");return yl(Vn.call(e,0,t.maxStringLength),t)+r}var n=fE[t.quoteStyle||"single"];n.lastIndex=0;var o=Ye.call(Ye.call(e,n,"\\$1"),/[\x00-\x1f]/g,LE);return ll(o,"single",t)}function LE(e){var t=e.charCodeAt(0),s={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return s?"\\"+s:"\\x"+(t<16?"0":"")+RE.call(t.toString(16))}function cs(e){return"Object("+e+")"}function Wn(e){return e+" { ? }"}function pl(e,t,s,r){var n=r?Mn(s,r):Ee.call(s,", ");return e+" ("+t+") {"+n+"}"}function SE(e){for(var t=0;t<e.length;t++)if(ml(e[t],`
7
- `)>=0)return!1;return!0}function _E(e,t){var s;if(e.indent===" ")s=" ";else if(typeof e.indent=="number"&&e.indent>0)s=Ee.call(Array(e.indent+1)," ");else return null;return{base:s,prev:Ee.call(Array(t+1),s)}}function Mn(e,t){if(e.length===0)return"";var s=`
8
- `+t.prev+t.base;return s+Ee.call(e,","+s)+`
9
- `+t.prev}function Ar(e,t){var s=Fn(e),r=[];if(s){r.length=e.length;for(var n=0;n<e.length;n++)r[n]=He(e,n)?t(e[n],e):""}var o=typeof _n=="function"?_n(e):[],i;if(Dt){i={};for(var p=0;p<o.length;p++)i["$"+o[p]]=o[p]}for(var c in e)He(e,c)&&(s&&String(Number(c))===c&&c<e.length||Dt&&i["$"+c]instanceof Symbol||(cl.call(/[^\w$]/,c)?r.push(t(c,e)+": "+t(e[c],e)):r.push(c+": "+t(e[c],e))));if(typeof _n=="function")for(var a=0;a<o.length;a++)ul.call(e,o[a])&&r.push("["+t(o[a])+"]: "+t(e[o[a]],e));return r}});var ql=b((BD,fl)=>{"use strict";var Kn=vr(),Ht=$d(),WE=hl(),DE=Kn("%TypeError%"),wr=Kn("%WeakMap%",!0),Cr=Kn("%Map%",!0),HE=Ht("WeakMap.prototype.get",!0),QE=Ht("WeakMap.prototype.set",!0),FE=Ht("WeakMap.prototype.has",!0),ME=Ht("Map.prototype.get",!0),OE=Ht("Map.prototype.set",!0),NE=Ht("Map.prototype.has",!0),jn=function(e,t){for(var s=e,r;(r=s.next)!==null;s=r)if(r.key===t)return s.next=r.next,r.next=e.next,e.next=r,r},VE=function(e,t){var s=jn(e,t);return s&&s.value},KE=function(e,t,s){var r=jn(e,t);r?r.value=s:e.next={key:t,next:e.next,value:s}},jE=function(e,t){return!!jn(e,t)};fl.exports=function(){var t,s,r,n={assert:function(o){if(!n.has(o))throw new DE("Side channel does not contain "+WE(o))},get:function(o){if(wr&&o&&(typeof o=="object"||typeof o=="function")){if(t)return HE(t,o)}else if(Cr){if(s)return ME(s,o)}else if(r)return VE(r,o)},has:function(o){if(wr&&o&&(typeof o=="object"||typeof o=="function")){if(t)return FE(t,o)}else if(Cr){if(s)return NE(s,o)}else if(r)return jE(r,o);return!1},set:function(o,i){wr&&o&&(typeof o=="object"||typeof o=="function")?(t||(t=new wr),QE(t,o,i)):Cr?(s||(s=new Cr),OE(s,o,i)):(r||(r={key:{},next:null}),KE(r,o,i))}};return n}});var Ur=b((wD,bl)=>{"use strict";var $E=String.prototype.replace,zE=/%20/g,$n={RFC1738:"RFC1738",RFC3986:"RFC3986"};bl.exports={default:$n.RFC3986,formatters:{RFC1738:function(e){return $E.call(e,zE,"+")},RFC3986:function(e){return String(e)}},RFC1738:$n.RFC1738,RFC3986:$n.RFC3986}});var Jn=b((CD,Il)=>{"use strict";var JE=Ur(),zn=Object.prototype.hasOwnProperty,lt=Array.isArray,Ge=(function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e})(),YE=function(t){for(;t.length>1;){var s=t.pop(),r=s.obj[s.prop];if(lt(r)){for(var n=[],o=0;o<r.length;++o)typeof r[o]<"u"&&n.push(r[o]);s.obj[s.prop]=n}}},xl=function(t,s){for(var r=s&&s.plainObjects?Object.create(null):{},n=0;n<t.length;++n)typeof t[n]<"u"&&(r[n]=t[n]);return r},XE=function e(t,s,r){if(!s)return t;if(typeof s!="object"){if(lt(t))t.push(s);else if(t&&typeof t=="object")(r&&(r.plainObjects||r.allowPrototypes)||!zn.call(Object.prototype,s))&&(t[s]=!0);else return[t,s];return t}if(!t||typeof t!="object")return[t].concat(s);var n=t;return lt(t)&&!lt(s)&&(n=xl(t,r)),lt(t)&&lt(s)?(s.forEach(function(o,i){if(zn.call(t,i)){var p=t[i];p&&typeof p=="object"&&o&&typeof o=="object"?t[i]=e(p,o,r):t.push(o)}else t[i]=o}),t):Object.keys(s).reduce(function(o,i){var p=s[i];return zn.call(o,i)?o[i]=e(o[i],p,r):o[i]=p,o},n)},ZE=function(t,s){return Object.keys(s).reduce(function(r,n){return r[n]=s[n],r},t)},eG=function(e,t,s){var r=e.replace(/\+/g," ");if(s==="iso-8859-1")return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch{return r}},tG=function(t,s,r,n,o){if(t.length===0)return t;var i=t;if(typeof t=="symbol"?i=Symbol.prototype.toString.call(t):typeof t!="string"&&(i=String(t)),r==="iso-8859-1")return escape(i).replace(/%u[0-9a-f]{4}/gi,function(u){return"%26%23"+parseInt(u.slice(2),16)+"%3B"});for(var p="",c=0;c<i.length;++c){var a=i.charCodeAt(c);if(a===45||a===46||a===95||a===126||a>=48&&a<=57||a>=65&&a<=90||a>=97&&a<=122||o===JE.RFC1738&&(a===40||a===41)){p+=i.charAt(c);continue}if(a<128){p=p+Ge[a];continue}if(a<2048){p=p+(Ge[192|a>>6]+Ge[128|a&63]);continue}if(a<55296||a>=57344){p=p+(Ge[224|a>>12]+Ge[128|a>>6&63]+Ge[128|a&63]);continue}c+=1,a=65536+((a&1023)<<10|i.charCodeAt(c)&1023),p+=Ge[240|a>>18]+Ge[128|a>>12&63]+Ge[128|a>>6&63]+Ge[128|a&63]}return p},sG=function(t){for(var s=[{obj:{o:t},prop:"o"}],r=[],n=0;n<s.length;++n)for(var o=s[n],i=o.obj[o.prop],p=Object.keys(i),c=0;c<p.length;++c){var a=p[c],u=i[a];typeof u=="object"&&u!==null&&r.indexOf(u)===-1&&(s.push({obj:i,prop:a}),r.push(u))}return YE(s),t},rG=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},aG=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},nG=function(t,s){return[].concat(t,s)},oG=function(t,s){if(lt(t)){for(var r=[],n=0;n<t.length;n+=1)r.push(s(t[n]));return r}return s(t)};Il.exports={arrayToObject:xl,assign:ZE,combine:nG,compact:sG,decode:eG,encode:tG,isBuffer:aG,isRegExp:rG,maybeMap:oG,merge:XE}});var Bl=b((UD,Tl)=>{"use strict";var Pl=ql(),Xn=Jn(),ls=Ur(),iG=Object.prototype.hasOwnProperty,vl={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,s){return t+"["+s+"]"},repeat:function(t){return t}},Qe=Array.isArray,pG=String.prototype.split,cG=Array.prototype.push,Al=function(e,t){cG.apply(e,Qe(t)?t:[t])},uG=Date.prototype.toISOString,kl=ls.default,se={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:Xn.encode,encodeValuesOnly:!1,format:kl,formatter:ls.formatters[kl],indices:!1,serializeDate:function(t){return uG.call(t)},skipNulls:!1,strictNullHandling:!1},dG=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},Yn={},lG=function e(t,s,r,n,o,i,p,c,a,u,y,R,x,m,q,k){for(var I=t,E=k,G=0,F=!1;(E=E.get(Yn))!==void 0&&!F;){var M=E.get(t);if(G+=1,typeof M<"u"){if(M===G)throw new RangeError("Cyclic object value");F=!0}typeof E.get(Yn)>"u"&&(G=0)}if(typeof c=="function"?I=c(s,I):I instanceof Date?I=y(I):r==="comma"&&Qe(I)&&(I=Xn.maybeMap(I,function(V){return V instanceof Date?y(V):V})),I===null){if(o)return p&&!m?p(s,se.encoder,q,"key",R):s;I=""}if(dG(I)||Xn.isBuffer(I)){if(p){var le=m?s:p(s,se.encoder,q,"key",R);if(r==="comma"&&m){for(var ge=pG.call(String(I),","),me="",oe=0;oe<ge.length;++oe)me+=(oe===0?"":",")+x(p(ge[oe],se.encoder,q,"value",R));return[x(le)+(n&&Qe(I)&&ge.length===1?"[]":"")+"="+me]}return[x(le)+"="+x(p(I,se.encoder,q,"value",R))]}return[x(s)+"="+x(String(I))]}var we=[];if(typeof I>"u")return we;var Le;if(r==="comma"&&Qe(I))Le=[{value:I.length>0?I.join(",")||null:void 0}];else if(Qe(c))Le=c;else{var fe=Object.keys(I);Le=a?fe.sort(a):fe}for(var ye=n&&Qe(I)&&I.length===1?s+"[]":s,O=0;O<Le.length;++O){var ue=Le[O],Se=typeof ue=="object"&&typeof ue.value<"u"?ue.value:I[ue];if(!(i&&Se===null)){var w=Qe(I)?typeof r=="function"?r(ye,ue):ye:ye+(u?"."+ue:"["+ue+"]");k.set(t,G);var B=Pl();B.set(Yn,k),Al(we,e(Se,w,r,n,o,i,p,c,a,u,y,R,x,m,q,B))}}return we},gG=function(t){if(!t)return se;if(t.encoder!==null&&typeof t.encoder<"u"&&typeof t.encoder!="function")throw new TypeError("Encoder has to be a function.");var s=t.charset||se.charset;if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=ls.default;if(typeof t.format<"u"){if(!iG.call(ls.formatters,t.format))throw new TypeError("Unknown format option provided.");r=t.format}var n=ls.formatters[r],o=se.filter;return(typeof t.filter=="function"||Qe(t.filter))&&(o=t.filter),{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:se.addQueryPrefix,allowDots:typeof t.allowDots>"u"?se.allowDots:!!t.allowDots,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:se.charsetSentinel,delimiter:typeof t.delimiter>"u"?se.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:se.encode,encoder:typeof t.encoder=="function"?t.encoder:se.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:se.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:se.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:se.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:se.strictNullHandling}};Tl.exports=function(e,t){var s=e,r=gG(t),n,o;typeof r.filter=="function"?(o=r.filter,s=o("",s)):Qe(r.filter)&&(o=r.filter,n=o);var i=[];if(typeof s!="object"||s===null)return"";var p;t&&t.arrayFormat in vl?p=t.arrayFormat:t&&"indices"in t?p=t.indices?"indices":"repeat":p="indices";var c=vl[p];if(t&&"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var a=c==="comma"&&t&&t.commaRoundTrip;n||(n=Object.keys(s)),r.sort&&n.sort(r.sort);for(var u=Pl(),y=0;y<n.length;++y){var R=n[y];r.skipNulls&&s[R]===null||Al(i,lG(s[R],R,c,a,r.strictNullHandling,r.skipNulls,r.encode?r.encoder:null,r.filter,r.sort,r.allowDots,r.serializeDate,r.format,r.formatter,r.encodeValuesOnly,r.charset,u))}var x=i.join(r.delimiter),m=r.addQueryPrefix===!0?"?":"";return r.charsetSentinel&&(r.charset==="iso-8859-1"?m+="utf8=%26%2310003%3B&":m+="utf8=%E2%9C%93&"),x.length>0?m+x:""}});var Ul=b((ED,Cl)=>{"use strict";var Qt=Jn(),Zn=Object.prototype.hasOwnProperty,mG=Array.isArray,ee={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:Qt.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},yG=function(e){return e.replace(/&#(\d+);/g,function(t,s){return String.fromCharCode(parseInt(s,10))})},wl=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},RG="utf8=%26%2310003%3B",hG="utf8=%E2%9C%93",fG=function(t,s){var r={},n=s.ignoreQueryPrefix?t.replace(/^\?/,""):t,o=s.parameterLimit===1/0?void 0:s.parameterLimit,i=n.split(s.delimiter,o),p=-1,c,a=s.charset;if(s.charsetSentinel)for(c=0;c<i.length;++c)i[c].indexOf("utf8=")===0&&(i[c]===hG?a="utf-8":i[c]===RG&&(a="iso-8859-1"),p=c,c=i.length);for(c=0;c<i.length;++c)if(c!==p){var u=i[c],y=u.indexOf("]="),R=y===-1?u.indexOf("="):y+1,x,m;R===-1?(x=s.decoder(u,ee.decoder,a,"key"),m=s.strictNullHandling?null:""):(x=s.decoder(u.slice(0,R),ee.decoder,a,"key"),m=Qt.maybeMap(wl(u.slice(R+1),s),function(q){return s.decoder(q,ee.decoder,a,"value")})),m&&s.interpretNumericEntities&&a==="iso-8859-1"&&(m=yG(m)),u.indexOf("[]=")>-1&&(m=mG(m)?[m]:m),Zn.call(r,x)?r[x]=Qt.combine(r[x],m):r[x]=m}return r},qG=function(e,t,s,r){for(var n=r?t:wl(t,s),o=e.length-1;o>=0;--o){var i,p=e[o];if(p==="[]"&&s.parseArrays)i=[].concat(n);else{i=s.plainObjects?Object.create(null):{};var c=p.charAt(0)==="["&&p.charAt(p.length-1)==="]"?p.slice(1,-1):p,a=parseInt(c,10);!s.parseArrays&&c===""?i={0:n}:!isNaN(a)&&p!==c&&String(a)===c&&a>=0&&s.parseArrays&&a<=s.arrayLimit?(i=[],i[a]=n):c!=="__proto__"&&(i[c]=n)}n=i}return n},bG=function(t,s,r,n){if(t){var o=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,i=/(\[[^[\]]*])/,p=/(\[[^[\]]*])/g,c=r.depth>0&&i.exec(o),a=c?o.slice(0,c.index):o,u=[];if(a){if(!r.plainObjects&&Zn.call(Object.prototype,a)&&!r.allowPrototypes)return;u.push(a)}for(var y=0;r.depth>0&&(c=p.exec(o))!==null&&y<r.depth;){if(y+=1,!r.plainObjects&&Zn.call(Object.prototype,c[1].slice(1,-1))&&!r.allowPrototypes)return;u.push(c[1])}return c&&u.push("["+o.slice(c.index)+"]"),qG(u,s,r,n)}},xG=function(t){if(!t)return ee;if(t.decoder!==null&&t.decoder!==void 0&&typeof t.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var s=typeof t.charset>"u"?ee.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?ee.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:ee.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:ee.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:ee.arrayLimit,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:ee.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:ee.comma,decoder:typeof t.decoder=="function"?t.decoder:ee.decoder,delimiter:typeof t.delimiter=="string"||Qt.isRegExp(t.delimiter)?t.delimiter:ee.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:ee.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:ee.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:ee.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:ee.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:ee.strictNullHandling}};Cl.exports=function(e,t){var s=xG(t);if(e===""||e===null||typeof e>"u")return s.plainObjects?Object.create(null):{};for(var r=typeof e=="string"?fG(e,s):e,n=s.plainObjects?Object.create(null):{},o=Object.keys(r),i=0;i<o.length;++i){var p=o[i],c=bG(p,r[p],s,typeof e=="string");n=Qt.merge(n,c,s)}return s.allowSparse===!0?n:Qt.compact(n)}});var Ft=b((GD,El)=>{"use strict";var IG=Bl(),vG=Ul(),kG=Ur();El.exports={formats:kG,parse:vG,stringify:IG}});var JG={};qe(JG,{AlreadyExistsError:()=>yr,BreakingChangesError:()=>br,Client:()=>Gi,ForbiddenError:()=>Zs,InternalError:()=>Ys,InvalidDataFormatError:()=>or,InvalidIdentifierError:()=>ir,InvalidJsonSchemaError:()=>nr,InvalidPayloadError:()=>tr,InvalidQueryError:()=>gr,LimitExceededError:()=>qr,MethodNotFoundError:()=>rr,PayloadTooLargeError:()=>er,PaymentRequiredError:()=>hr,QuotaExceededError:()=>fr,RateLimitedError:()=>Rr,ReferenceConstraintError:()=>cr,ReferenceNotFoundError:()=>lr,RelationConflictError:()=>pr,ResourceGoneError:()=>dr,ResourceLockedConflictError:()=>ur,ResourceNotFoundError:()=>ar,RuntimeError:()=>mr,UnauthorizedError:()=>Xs,UnknownError:()=>Je,UnsupportedMediaTypeError:()=>sr,UploadFileError:()=>De,admin:()=>Co,axios:()=>Os,axiosRetry:()=>Za,errorFrom:()=>ct,files:()=>ai,isApiError:()=>Rd,runtime:()=>to,tables:()=>Ei});module.exports=NA(JG);var Os={};qe(Os,{Axios:()=>AC,AxiosError:()=>TC,AxiosHeaders:()=>WC,Cancel:()=>GC,CancelToken:()=>CC,CanceledError:()=>BC,HttpStatusCode:()=>DC,VERSION:()=>UC,all:()=>EC,default:()=>j,formToJSON:()=>HC,getAdapter:()=>QC,isAxiosError:()=>LC,isCancel:()=>wC,mergeConfig:()=>FC,spread:()=>SC,toFormData:()=>_C});function Mt(e,t){return function(){return e.apply(t,arguments)}}var{toString:VA}=Object.prototype,{getPrototypeOf:Mr}=Object,Rs=(e=>t=>{let s=VA.call(t);return e[s]||(e[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),Ue=e=>(e=e.toLowerCase(),t=>Rs(t)===e),hs=e=>t=>typeof t===e,{isArray:ht}=Array,Ot=hs("undefined");function KA(e){return e!==null&&!Ot(e)&&e.constructor!==null&&!Ot(e.constructor)&&be(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}var Wi=Ue("ArrayBuffer");function jA(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Wi(e.buffer),t}var $A=hs("string"),be=hs("function"),Di=hs("number"),fs=e=>e!==null&&typeof e=="object",zA=e=>e===!0||e===!1,ys=e=>{if(Rs(e)!=="object")return!1;let t=Mr(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},JA=Ue("Date"),YA=Ue("File"),XA=Ue("Blob"),ZA=Ue("FileList"),eT=e=>fs(e)&&be(e.pipe),tT=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||be(e.append)&&((t=Rs(e))==="formdata"||t==="object"&&be(e.toString)&&e.toString()==="[object FormData]"))},sT=Ue("URLSearchParams"),rT=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Nt(e,t,{allOwnKeys:s=!1}={}){if(e===null||typeof e>"u")return;let r,n;if(typeof e!="object"&&(e=[e]),ht(e))for(r=0,n=e.length;r<n;r++)t.call(null,e[r],r,e);else{let o=s?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length,p;for(r=0;r<i;r++)p=o[r],t.call(null,e[p],p,e)}}function Hi(e,t){t=t.toLowerCase();let s=Object.keys(e),r=s.length,n;for(;r-- >0;)if(n=s[r],t===n.toLowerCase())return n;return null}var Qi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Fi=e=>!Ot(e)&&e!==Qi;function Fr(){let{caseless:e}=Fi(this)&&this||{},t={},s=(r,n)=>{let o=e&&Hi(t,n)||n;ys(t[o])&&ys(r)?t[o]=Fr(t[o],r):ys(r)?t[o]=Fr({},r):ht(r)?t[o]=r.slice():t[o]=r};for(let r=0,n=arguments.length;r<n;r++)arguments[r]&&Nt(arguments[r],s);return t}var aT=(e,t,s,{allOwnKeys:r}={})=>(Nt(t,(n,o)=>{s&&be(n)?e[o]=Mt(n,s):e[o]=n},{allOwnKeys:r}),e),nT=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),oT=(e,t,s,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),s&&Object.assign(e.prototype,s)},iT=(e,t,s,r)=>{let n,o,i,p={};if(t=t||{},e==null)return t;do{for(n=Object.getOwnPropertyNames(e),o=n.length;o-- >0;)i=n[o],(!r||r(i,e,t))&&!p[i]&&(t[i]=e[i],p[i]=!0);e=s!==!1&&Mr(e)}while(e&&(!s||s(e,t))&&e!==Object.prototype);return t},pT=(e,t,s)=>{e=String(e),(s===void 0||s>e.length)&&(s=e.length),s-=t.length;let r=e.indexOf(t,s);return r!==-1&&r===s},cT=e=>{if(!e)return null;if(ht(e))return e;let t=e.length;if(!Di(t))return null;let s=new Array(t);for(;t-- >0;)s[t]=e[t];return s},uT=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Mr(Uint8Array)),dT=(e,t)=>{let r=(e&&e[Symbol.iterator]).call(e),n;for(;(n=r.next())&&!n.done;){let o=n.value;t.call(e,o[0],o[1])}},lT=(e,t)=>{let s,r=[];for(;(s=e.exec(t))!==null;)r.push(s);return r},gT=Ue("HTMLFormElement"),mT=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,r,n){return r.toUpperCase()+n}),Si=(({hasOwnProperty:e})=>(t,s)=>e.call(t,s))(Object.prototype),yT=Ue("RegExp"),Mi=(e,t)=>{let s=Object.getOwnPropertyDescriptors(e),r={};Nt(s,(n,o)=>{let i;(i=t(n,o,e))!==!1&&(r[o]=i||n)}),Object.defineProperties(e,r)},RT=e=>{Mi(e,(t,s)=>{if(be(e)&&["arguments","caller","callee"].indexOf(s)!==-1)return!1;let r=e[s];if(be(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+s+"'")})}})},hT=(e,t)=>{let s={},r=n=>{n.forEach(o=>{s[o]=!0})};return ht(e)?r(e):r(String(e).split(t)),s},fT=()=>{},qT=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Qr="abcdefghijklmnopqrstuvwxyz",_i="0123456789",Oi={DIGIT:_i,ALPHA:Qr,ALPHA_DIGIT:Qr+Qr.toUpperCase()+_i},bT=(e=16,t=Oi.ALPHA_DIGIT)=>{let s="",{length:r}=t;for(;e--;)s+=t[Math.random()*r|0];return s};function xT(e){return!!(e&&be(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}var IT=e=>{let t=new Array(10),s=(r,n)=>{if(fs(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[n]=r;let o=ht(r)?[]:{};return Nt(r,(i,p)=>{let c=s(i,n+1);!Ot(c)&&(o[p]=c)}),t[n]=void 0,o}}return r};return s(e,0)},vT=Ue("AsyncFunction"),kT=e=>e&&(fs(e)||be(e))&&be(e.then)&&be(e.catch),g={isArray:ht,isArrayBuffer:Wi,isBuffer:KA,isFormData:tT,isArrayBufferView:jA,isString:$A,isNumber:Di,isBoolean:zA,isObject:fs,isPlainObject:ys,isUndefined:Ot,isDate:JA,isFile:YA,isBlob:XA,isRegExp:yT,isFunction:be,isStream:eT,isURLSearchParams:sT,isTypedArray:uT,isFileList:ZA,forEach:Nt,merge:Fr,extend:aT,trim:rT,stripBOM:nT,inherits:oT,toFlatObject:iT,kindOf:Rs,kindOfTest:Ue,endsWith:pT,toArray:cT,forEachEntry:dT,matchAll:lT,isHTMLForm:gT,hasOwnProperty:Si,hasOwnProp:Si,reduceDescriptors:Mi,freezeMethods:RT,toObjectSet:hT,toCamelCase:mT,noop:fT,toFiniteNumber:qT,findKey:Hi,global:Qi,isContextDefined:Fi,ALPHABET:Oi,generateString:bT,isSpecCompliantForm:xT,toJSONObject:IT,isAsyncFn:vT,isThenable:kT};function ft(e,t,s,r,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),s&&(this.config=s),r&&(this.request=r),n&&(this.response=n)}g.inherits(ft,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:g.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var Ni=ft.prototype,Vi={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Vi[e]={value:e}});Object.defineProperties(ft,Vi);Object.defineProperty(Ni,"isAxiosError",{value:!0});ft.from=(e,t,s,r,n,o)=>{let i=Object.create(Ni);return g.toFlatObject(e,i,function(c){return c!==Error.prototype},p=>p!=="isAxiosError"),ft.call(i,e.message,t,s,r,n),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};var v=ft;var _c=S(Sc(),1),Cs=_c.default;function ba(e){return g.isPlainObject(e)||g.isArray(e)}function Dc(e){return g.endsWith(e,"[]")?e.slice(0,-2):e}function Wc(e,t,s){return e?e.concat(t).map(function(n,o){return n=Dc(n),!s&&o?"["+n+"]":n}).join(s?".":""):t}function cw(e){return g.isArray(e)&&!e.some(ba)}var uw=g.toFlatObject(g,{},null,function(t){return/^is[A-Z]/.test(t)});function dw(e,t,s){if(!g.isObject(e))throw new TypeError("target must be an object");t=t||new(Cs||FormData),s=g.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(q,k){return!g.isUndefined(k[q])});let r=s.metaTokens,n=s.visitor||u,o=s.dots,i=s.indexes,c=(s.Blob||typeof Blob<"u"&&Blob)&&g.isSpecCompliantForm(t);if(!g.isFunction(n))throw new TypeError("visitor must be a function");function a(m){if(m===null)return"";if(g.isDate(m))return m.toISOString();if(!c&&g.isBlob(m))throw new v("Blob is not supported. Use a Buffer instead.");return g.isArrayBuffer(m)||g.isTypedArray(m)?c&&typeof Blob=="function"?new Blob([m]):Buffer.from(m):m}function u(m,q,k){let I=m;if(m&&!k&&typeof m=="object"){if(g.endsWith(q,"{}"))q=r?q:q.slice(0,-2),m=JSON.stringify(m);else if(g.isArray(m)&&cw(m)||(g.isFileList(m)||g.endsWith(q,"[]"))&&(I=g.toArray(m)))return q=Dc(q),I.forEach(function(G,F){!(g.isUndefined(G)||G===null)&&t.append(i===!0?Wc([q],F,o):i===null?q:q+"[]",a(G))}),!1}return ba(m)?!0:(t.append(Wc(k,q,o),a(m)),!1)}let y=[],R=Object.assign(uw,{defaultVisitor:u,convertValue:a,isVisitable:ba});function x(m,q){if(!g.isUndefined(m)){if(y.indexOf(m)!==-1)throw Error("Circular reference detected in "+q.join("."));y.push(m),g.forEach(m,function(I,E){(!(g.isUndefined(I)||I===null)&&n.call(t,I,g.isString(E)?E.trim():E,q,R))===!0&&x(I,q?q.concat(E):[E])}),y.pop()}}if(!g.isObject(e))throw new TypeError("data must be an object");return x(e),t}var Ne=dw;function Hc(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Qc(e,t){this._pairs=[],e&&Ne(e,this,t)}var Fc=Qc.prototype;Fc.append=function(t,s){this._pairs.push([t,s])};Fc.toString=function(t){let s=t?function(r){return t.call(this,r,Hc)}:Hc;return this._pairs.map(function(n){return s(n[0])+"="+s(n[1])},"").join("&")};var Mc=Qc;function lw(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function tt(e,t,s){if(!t)return e;let r=s&&s.encode||lw,n=s&&s.serialize,o;if(n?o=n(t,s):o=g.isURLSearchParams(t)?t.toString():new Mc(t,s).toString(r),o){let i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}var xa=class{constructor(){this.handlers=[]}use(t,s,r){return this.handlers.push({fulfilled:t,rejected:s,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){g.forEach(this.handlers,function(r){r!==null&&t(r)})}},Ia=xa;var Pt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Oc=S(require("url"),1),Nc=Oc.default.URLSearchParams;var Vc={isNode:!0,classes:{URLSearchParams:Nc,FormData:Cs,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var va={};qe(va,{hasBrowserEnv:()=>Kc,hasStandardBrowserEnv:()=>gw,hasStandardBrowserWebWorkerEnv:()=>mw});var Kc=typeof window<"u"&&typeof document<"u",gw=(e=>Kc&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),mw=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function";var $={...va,...Vc};function ka(e,t){return Ne(e,new $.classes.URLSearchParams,Object.assign({visitor:function(s,r,n,o){return $.isNode&&g.isBuffer(s)?(this.append(r,s.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function yw(e){return g.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Rw(e){let t={},s=Object.keys(e),r,n=s.length,o;for(r=0;r<n;r++)o=s[r],t[o]=e[o];return t}function hw(e){function t(s,r,n,o){let i=s[o++],p=Number.isFinite(+i),c=o>=s.length;return i=!i&&g.isArray(n)?n.length:i,c?(g.hasOwnProp(n,i)?n[i]=[n[i],r]:n[i]=r,!p):((!n[i]||!g.isObject(n[i]))&&(n[i]=[]),t(s,r,n[i],o)&&g.isArray(n[i])&&(n[i]=Rw(n[i])),!p)}if(g.isFormData(e)&&g.isFunction(e.entries)){let s={};return g.forEachEntry(e,(r,n)=>{t(yw(r),n,s,0)}),s}return null}var Us=hw;function fw(e,t,s){if(g.isString(e))try{return(t||JSON.parse)(e),g.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(s||JSON.stringify)(e)}var Pa={transitional:Pt,adapter:["xhr","http"],transformRequest:[function(t,s){let r=s.getContentType()||"",n=r.indexOf("application/json")>-1,o=g.isObject(t);if(o&&g.isHTMLForm(t)&&(t=new FormData(t)),g.isFormData(t))return n&&n?JSON.stringify(Us(t)):t;if(g.isArrayBuffer(t)||g.isBuffer(t)||g.isStream(t)||g.isFile(t)||g.isBlob(t))return t;if(g.isArrayBufferView(t))return t.buffer;if(g.isURLSearchParams(t))return s.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let p;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return ka(t,this.formSerializer).toString();if((p=g.isFileList(t))||r.indexOf("multipart/form-data")>-1){let c=this.env&&this.env.FormData;return Ne(p?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||n?(s.setContentType("application/json",!1),fw(t)):t}],transformResponse:[function(t){let s=this.transitional||Pa.transitional,r=s&&s.forcedJSONParsing,n=this.responseType==="json";if(t&&g.isString(t)&&(r&&!this.responseType||n)){let i=!(s&&s.silentJSONParsing)&&n;try{return JSON.parse(t)}catch(p){if(i)throw p.name==="SyntaxError"?v.from(p,v.ERR_BAD_RESPONSE,this,null,this.response):p}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:$.classes.FormData,Blob:$.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};g.forEach(["delete","get","head","post","put","patch"],e=>{Pa.headers[e]={}});var At=Pa;var qw=g.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"]),jc=e=>{let t={},s,r,n;return e&&e.split(`
10
- `).forEach(function(i){n=i.indexOf(":"),s=i.substring(0,n).trim().toLowerCase(),r=i.substring(n+1).trim(),!(!s||t[s]&&qw[s])&&(s==="set-cookie"?t[s]?t[s].push(r):t[s]=[r]:t[s]=t[s]?t[s]+", "+r:r)}),t};var $c=Symbol("internals");function zt(e){return e&&String(e).trim().toLowerCase()}function Es(e){return e===!1||e==null?e:g.isArray(e)?e.map(Es):String(e)}function bw(e){let t=Object.create(null),s=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,r;for(;r=s.exec(e);)t[r[1]]=r[2];return t}var xw=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Aa(e,t,s,r,n){if(g.isFunction(r))return r.call(this,t,s);if(n&&(t=s),!!g.isString(t)){if(g.isString(r))return t.indexOf(r)!==-1;if(g.isRegExp(r))return r.test(t)}}function Iw(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,s,r)=>s.toUpperCase()+r)}function vw(e,t){let s=g.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+s,{value:function(n,o,i){return this[r].call(this,t,n,o,i)},configurable:!0})})}var Tt=class{constructor(t){t&&this.set(t)}set(t,s,r){let n=this;function o(p,c,a){let u=zt(c);if(!u)throw new Error("header name must be a non-empty string");let y=g.findKey(n,u);(!y||n[y]===void 0||a===!0||a===void 0&&n[y]!==!1)&&(n[y||c]=Es(p))}let i=(p,c)=>g.forEach(p,(a,u)=>o(a,u,c));return g.isPlainObject(t)||t instanceof this.constructor?i(t,s):g.isString(t)&&(t=t.trim())&&!xw(t)?i(jc(t),s):t!=null&&o(s,t,r),this}get(t,s){if(t=zt(t),t){let r=g.findKey(this,t);if(r){let n=this[r];if(!s)return n;if(s===!0)return bw(n);if(g.isFunction(s))return s.call(this,n,r);if(g.isRegExp(s))return s.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,s){if(t=zt(t),t){let r=g.findKey(this,t);return!!(r&&this[r]!==void 0&&(!s||Aa(this,this[r],r,s)))}return!1}delete(t,s){let r=this,n=!1;function o(i){if(i=zt(i),i){let p=g.findKey(r,i);p&&(!s||Aa(r,r[p],p,s))&&(delete r[p],n=!0)}}return g.isArray(t)?t.forEach(o):o(t),n}clear(t){let s=Object.keys(this),r=s.length,n=!1;for(;r--;){let o=s[r];(!t||Aa(this,this[o],o,t,!0))&&(delete this[o],n=!0)}return n}normalize(t){let s=this,r={};return g.forEach(this,(n,o)=>{let i=g.findKey(r,o);if(i){s[i]=Es(n),delete s[o];return}let p=t?Iw(o):String(o).trim();p!==o&&delete s[o],s[p]=Es(n),r[p]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){let s=Object.create(null);return g.forEach(this,(r,n)=>{r!=null&&r!==!1&&(s[n]=t&&g.isArray(r)?r.join(", "):r)}),s}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,s])=>t+": "+s).join(`
11
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...s){let r=new this(t);return s.forEach(n=>r.set(n)),r}static accessor(t){let r=(this[$c]=this[$c]={accessors:{}}).accessors,n=this.prototype;function o(i){let p=zt(i);r[p]||(vw(n,i),r[p]=!0)}return g.isArray(t)?t.forEach(o):o(t),this}};Tt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);g.reduceDescriptors(Tt.prototype,({value:e},t)=>{let s=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[s]=r}}});g.freezeMethods(Tt);var z=Tt;function Jt(e,t){let s=this||At,r=t||s,n=z.from(r.headers),o=r.data;return g.forEach(e,function(p){o=p.call(s,o,n.normalize(),t?t.status:void 0)}),n.normalize(),o}function Yt(e){return!!(e&&e.__CANCEL__)}function zc(e,t,s){v.call(this,e??"canceled",v.ERR_CANCELED,t,s),this.name="CanceledError"}g.inherits(zc,v,{__CANCEL__:!0});var Te=zc;function Ve(e,t,s){let r=s.config.validateStatus;!s.status||!r||r(s.status)?e(s):t(new v("Request failed with status code "+s.status,[v.ERR_BAD_REQUEST,v.ERR_BAD_RESPONSE][Math.floor(s.status/100)-4],s.config,s.request,s))}function Ta(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Ba(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function st(e,t){return e&&!Ta(t)?Ba(e,t):t}var Gu=S(Yc(),1),Lu=S(require("http"),1),Su=S(require("https"),1),_u=S(require("util"),1),Wu=S(qu(),1),_e=S(require("zlib"),1);var ot="1.6.1";function ts(e){let t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}var oC=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function Da(e,t,s){let r=s&&s.Blob||$.classes.Blob,n=ts(e);if(t===void 0&&r&&(t=!0),n==="data"){e=n.length?e.slice(n.length+1):e;let o=oC.exec(e);if(!o)throw new v("Invalid URL",v.ERR_INVALID_URL);let i=o[1],p=o[2],c=o[3],a=Buffer.from(decodeURIComponent(c),p?"base64":"utf8");if(t){if(!r)throw new v("Blob is not supported",v.ERR_NOT_SUPPORT);return new r([a],{type:i})}return a}throw new v("Unsupported protocol "+n,v.ERR_NOT_SUPPORT)}var it=S(require("stream"),1);var xu=S(require("stream"),1);function iC(e,t){let s=0,r=1e3/t,n=null;return function(i,p){let c=Date.now();if(i||c-s>r)return n&&(clearTimeout(n),n=null),s=c,e.apply(null,p);n||(n=setTimeout(()=>(n=null,s=Date.now(),e.apply(null,p)),r-(c-s)))}}var bu=iC;function pC(e,t){e=e||10;let s=new Array(e),r=new Array(e),n=0,o=0,i;return t=t!==void 0?t:1e3,function(c){let a=Date.now(),u=r[o];i||(i=a),s[n]=c,r[n]=a;let y=o,R=0;for(;y!==n;)R+=s[y++],y=y%e;if(n=(n+1)%e,n===o&&(o=(o+1)%e),a-i<t)return;let x=u&&a-u;return x?Math.round(R*1e3/x):void 0}}var Ws=pC;var Ds=Symbol("internals"),Ha=class extends xu.default.Transform{constructor(t){t=g.toFlatObject(t,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(p,c)=>!g.isUndefined(c[p])),super({readableHighWaterMark:t.chunkSize});let s=this,r=this[Ds]={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},n=Ws(r.ticksRate*t.samplesCount,r.timeWindow);this.on("newListener",p=>{p==="progress"&&(r.isCaptured||(r.isCaptured=!0))});let o=0;r.updateProgress=bu(function(){let c=r.length,a=r.bytesSeen,u=a-o;if(!u||s.destroyed)return;let y=n(u);o=a,process.nextTick(()=>{s.emit("progress",{loaded:a,total:c,progress:c?a/c:void 0,bytes:u,rate:y||void 0,estimated:y&&c&&a<=c?(c-a)/y:void 0})})},r.ticksRate);let i=()=>{r.updateProgress(!0)};this.once("end",i),this.once("error",i)}_read(t){let s=this[Ds];return s.onReadCallback&&s.onReadCallback(),super._read(t)}_transform(t,s,r){let n=this,o=this[Ds],i=o.maxRate,p=this.readableHighWaterMark,c=o.timeWindow,a=1e3/c,u=i/a,y=o.minChunkSize!==!1?Math.max(o.minChunkSize,u*.01):0;function R(m,q){let k=Buffer.byteLength(m);o.bytesSeen+=k,o.bytes+=k,o.isCaptured&&o.updateProgress(),n.push(m)?process.nextTick(q):o.onReadCallback=()=>{o.onReadCallback=null,process.nextTick(q)}}let x=(m,q)=>{let k=Buffer.byteLength(m),I=null,E=p,G,F=0;if(i){let M=Date.now();(!o.ts||(F=M-o.ts)>=c)&&(o.ts=M,G=u-o.bytes,o.bytes=G<0?-G:0,F=0),G=u-o.bytes}if(i){if(G<=0)return setTimeout(()=>{q(null,m)},c-F);G<E&&(E=G)}E&&k>E&&k-E>y&&(I=m.subarray(E),m=m.subarray(0,E)),R(m,I?()=>{process.nextTick(q,null,I)}:q)};x(t,function m(q,k){if(q)return r(q);k?x(k,m):r(null)})}setLength(t){return this[Ds].length=+t,this}},Qa=Ha;var Du=S(require("events"),1);var vu=require("util"),ku=require("stream");var{asyncIterator:Iu}=Symbol,cC=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[Iu]?yield*e[Iu]():yield e},Hs=cC;var uC=g.ALPHABET.ALPHA_DIGIT+"-_",ss=new vu.TextEncoder,je=`\r
12
- `,dC=ss.encode(je),lC=2,Fa=class{constructor(t,s){let{escapeName:r}=this.constructor,n=g.isString(s),o=`Content-Disposition: form-data; name="${r(t)}"${!n&&s.name?`; filename="${r(s.name)}"`:""}${je}`;n?s=ss.encode(String(s).replace(/\r?\n|\r\n?/g,je)):o+=`Content-Type: ${s.type||"application/octet-stream"}${je}`,this.headers=ss.encode(o+je),this.contentLength=n?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+lC,this.name=t,this.value=s}async*encode(){yield this.headers;let{value:t}=this;g.isTypedArray(t)?yield t:yield*Hs(t),yield dC}static escapeName(t){return String(t).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},gC=(e,t,s)=>{let{tag:r="form-data-boundary",size:n=25,boundary:o=r+"-"+g.generateString(n,uC)}=s||{};if(!g.isFormData(e))throw TypeError("FormData instance required");if(o.length<1||o.length>70)throw Error("boundary must be 10-70 characters long");let i=ss.encode("--"+o+je),p=ss.encode("--"+o+"--"+je+je),c=p.byteLength,a=Array.from(e.entries()).map(([y,R])=>{let x=new Fa(y,R);return c+=x.size,x});c+=i.byteLength*a.length,c=g.toFiniteNumber(c);let u={"Content-Type":`multipart/form-data; boundary=${o}`};return Number.isFinite(c)&&(u["Content-Length"]=c),t&&t(u),ku.Readable.from((async function*(){for(let y of a)yield i,yield*y.encode();yield p})())},Pu=gC;var Au=S(require("stream"),1),Ma=class extends Au.default.Transform{__transform(t,s,r){this.push(t),r()}_transform(t,s,r){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let n=Buffer.alloc(2);n[0]=120,n[1]=156,this.push(n,s)}this.__transform(t,s,r)}},Tu=Ma;var mC=(e,t)=>g.isAsyncFn(e)?function(...s){let r=s.pop();e.apply(this,s).then(n=>{try{t?r(null,...t(n)):r(null,n)}catch(o){r(o)}},r)}:e,Bu=mC;var wu={flush:_e.default.constants.Z_SYNC_FLUSH,finishFlush:_e.default.constants.Z_SYNC_FLUSH},yC={flush:_e.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:_e.default.constants.BROTLI_OPERATION_FLUSH},Cu=g.isFunction(_e.default.createBrotliDecompress),{http:RC,https:hC}=Wu.default,fC=/https:?/,Uu=$.protocols.map(e=>e+":");function qC(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function Hu(e,t,s){let r=t;if(!r&&r!==!1){let n=(0,Gu.getProxyForUrl)(s);n&&(r=new URL(n))}if(r){if(r.username&&(r.auth=(r.username||"")+":"+(r.password||"")),r.auth){(r.auth.username||r.auth.password)&&(r.auth=(r.auth.username||"")+":"+(r.auth.password||""));let o=Buffer.from(r.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+o}e.headers.host=e.hostname+(e.port?":"+e.port:"");let n=r.hostname||r.host;e.hostname=n,e.host=n,e.port=r.port,e.path=s,r.protocol&&(e.protocol=r.protocol.includes(":")?r.protocol:`${r.protocol}:`)}e.beforeRedirects.proxy=function(o){Hu(o,t,o.href)}}var bC=typeof process<"u"&&g.kindOf(process)==="process",xC=e=>new Promise((t,s)=>{let r,n,o=(c,a)=>{n||(n=!0,r&&r(c,a))},i=c=>{o(c),t(c)},p=c=>{o(c,!0),s(c)};e(i,p,c=>r=c).catch(p)}),IC=({address:e,family:t})=>{if(!g.isString(e))throw TypeError("address must be a string");return{address:e,family:t||(e.indexOf(".")<0?6:4)}},Eu=(e,t)=>IC(g.isObject(e)?e:{address:e,family:t}),Qu=bC&&function(t){return xC(async function(r,n,o){let{data:i,lookup:p,family:c}=t,{responseType:a,responseEncoding:u}=t,y=t.method.toUpperCase(),R,x=!1,m;if(p){let w=Bu(p,B=>g.isArray(B)?B:[B]);p=(B,V,Rt)=>{w(B,V,(ie,Fe,Dr)=>{let Ce=g.isArray(Fe)?Fe.map(Pe=>Eu(Pe)):[Eu(Fe,Dr)];V.all?Rt(ie,Ce):Rt(ie,Ce[0].address,Ce[0].family)})}}let q=new Du.default,k=()=>{t.cancelToken&&t.cancelToken.unsubscribe(I),t.signal&&t.signal.removeEventListener("abort",I),q.removeAllListeners()};o((w,B)=>{R=!0,B&&(x=!0,k())});function I(w){q.emit("abort",!w||w.type?new Te(null,t,m):w)}q.once("abort",n),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(I),t.signal&&(t.signal.aborted?I():t.signal.addEventListener("abort",I)));let E=st(t.baseURL,t.url),G=new URL(E,"http://localhost"),F=G.protocol||Uu[0];if(F==="data:"){let w;if(y!=="GET")return Ve(r,n,{status:405,statusText:"method not allowed",headers:{},config:t});try{w=Da(t.url,a==="blob",{Blob:t.env&&t.env.Blob})}catch(B){throw v.from(B,v.ERR_BAD_REQUEST,t)}return a==="text"?(w=w.toString(u),(!u||u==="utf8")&&(w=g.stripBOM(w))):a==="stream"&&(w=it.default.Readable.from(w)),Ve(r,n,{data:w,status:200,statusText:"OK",headers:new z,config:t})}if(Uu.indexOf(F)===-1)return n(new v("Unsupported protocol "+F,v.ERR_BAD_REQUEST,t));let M=z.from(t.headers).normalize();M.set("User-Agent","axios/"+ot,!1);let le=t.onDownloadProgress,ge=t.onUploadProgress,me=t.maxRate,oe,we;if(g.isSpecCompliantForm(i)){let w=M.getContentType(/boundary=([-_\w\d]{10,70})/i);i=Pu(i,B=>{M.set(B)},{tag:`axios-${ot}-boundary`,boundary:w&&w[1]||void 0})}else if(g.isFormData(i)&&g.isFunction(i.getHeaders)){if(M.set(i.getHeaders()),!M.hasContentLength())try{let w=await _u.default.promisify(i.getLength).call(i);Number.isFinite(w)&&w>=0&&M.setContentLength(w)}catch{}}else if(g.isBlob(i))i.size&&M.setContentType(i.type||"application/octet-stream"),M.setContentLength(i.size||0),i=it.default.Readable.from(Hs(i));else if(i&&!g.isStream(i)){if(!Buffer.isBuffer(i))if(g.isArrayBuffer(i))i=Buffer.from(new Uint8Array(i));else if(g.isString(i))i=Buffer.from(i,"utf-8");else return n(new v("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",v.ERR_BAD_REQUEST,t));if(M.setContentLength(i.length,!1),t.maxBodyLength>-1&&i.length>t.maxBodyLength)return n(new v("Request body larger than maxBodyLength limit",v.ERR_BAD_REQUEST,t))}let Le=g.toFiniteNumber(M.getContentLength());g.isArray(me)?(oe=me[0],we=me[1]):oe=we=me,i&&(ge||oe)&&(g.isStream(i)||(i=it.default.Readable.from(i,{objectMode:!1})),i=it.default.pipeline([i,new Qa({length:Le,maxRate:g.toFiniteNumber(oe)})],g.noop),ge&&i.on("progress",w=>{ge(Object.assign(w,{upload:!0}))}));let fe;if(t.auth){let w=t.auth.username||"",B=t.auth.password||"";fe=w+":"+B}if(!fe&&G.username){let w=G.username,B=G.password;fe=w+":"+B}fe&&M.delete("authorization");let ye;try{ye=tt(G.pathname+G.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(w){let B=new Error(w.message);return B.config=t,B.url=t.url,B.exists=!0,n(B)}M.set("Accept-Encoding","gzip, compress, deflate"+(Cu?", br":""),!1);let O={path:ye,method:y,headers:M.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:fe,protocol:F,family:c,beforeRedirect:qC,beforeRedirects:{}};!g.isUndefined(p)&&(O.lookup=p),t.socketPath?O.socketPath=t.socketPath:(O.hostname=G.hostname,O.port=G.port,Hu(O,t.proxy,F+"//"+G.hostname+(G.port?":"+G.port:"")+O.path));let ue,Se=fC.test(O.protocol);if(O.agent=Se?t.httpsAgent:t.httpAgent,t.transport?ue=t.transport:t.maxRedirects===0?ue=Se?Su.default:Lu.default:(t.maxRedirects&&(O.maxRedirects=t.maxRedirects),t.beforeRedirect&&(O.beforeRedirects.config=t.beforeRedirect),ue=Se?hC:RC),t.maxBodyLength>-1?O.maxBodyLength=t.maxBodyLength:O.maxBodyLength=1/0,t.insecureHTTPParser&&(O.insecureHTTPParser=t.insecureHTTPParser),m=ue.request(O,function(B){if(m.destroyed)return;let V=[B],Rt=+B.headers["content-length"];if(le){let Pe=new Qa({length:g.toFiniteNumber(Rt),maxRate:g.toFiniteNumber(we)});le&&Pe.on("progress",gs=>{le(Object.assign(gs,{download:!0}))}),V.push(Pe)}let ie=B,Fe=B.req||m;if(t.decompress!==!1&&B.headers["content-encoding"])switch((y==="HEAD"||B.statusCode===204)&&delete B.headers["content-encoding"],(B.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":V.push(_e.default.createUnzip(wu)),delete B.headers["content-encoding"];break;case"deflate":V.push(new Tu),V.push(_e.default.createUnzip(wu)),delete B.headers["content-encoding"];break;case"br":Cu&&(V.push(_e.default.createBrotliDecompress(yC)),delete B.headers["content-encoding"])}ie=V.length>1?it.default.pipeline(V,g.noop):V[0];let Dr=it.default.finished(ie,()=>{Dr(),k()}),Ce={status:B.statusCode,statusText:B.statusMessage,headers:new z(B.headers),config:t,request:Fe};if(a==="stream")Ce.data=ie,Ve(r,n,Ce);else{let Pe=[],gs=0;ie.on("data",function(pe){Pe.push(pe),gs+=pe.length,t.maxContentLength>-1&&gs>t.maxContentLength&&(x=!0,ie.destroy(),n(new v("maxContentLength size of "+t.maxContentLength+" exceeded",v.ERR_BAD_RESPONSE,t,Fe)))}),ie.on("aborted",function(){if(x)return;let pe=new v("maxContentLength size of "+t.maxContentLength+" exceeded",v.ERR_BAD_RESPONSE,t,Fe);ie.destroy(pe),n(pe)}),ie.on("error",function(pe){m.destroyed||n(v.from(pe,null,t,Fe))}),ie.on("end",function(){try{let pe=Pe.length===1?Pe[0]:Buffer.concat(Pe);a!=="arraybuffer"&&(pe=pe.toString(u),(!u||u==="utf8")&&(pe=g.stripBOM(pe))),Ce.data=pe}catch(pe){return n(v.from(pe,null,t,Ce.request,Ce))}Ve(r,n,Ce)})}q.once("abort",Pe=>{ie.destroyed||(ie.emit("error",Pe),ie.destroy())})}),q.once("abort",w=>{n(w),m.destroy(w)}),m.on("error",function(B){n(v.from(B,null,t,m))}),m.on("socket",function(B){B.setKeepAlive(!0,1e3*60)}),t.timeout){let w=parseInt(t.timeout,10);if(Number.isNaN(w)){n(new v("error trying to parse `config.timeout` to int",v.ERR_BAD_OPTION_VALUE,t,m));return}m.setTimeout(w,function(){if(R)return;let V=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",Rt=t.transitional||Pt;t.timeoutErrorMessage&&(V=t.timeoutErrorMessage),n(new v(V,Rt.clarifyTimeoutError?v.ETIMEDOUT:v.ECONNABORTED,t,m)),I()})}if(g.isStream(i)){let w=!1,B=!1;i.on("end",()=>{w=!0}),i.once("error",V=>{B=!0,m.destroy(V)}),i.on("close",()=>{!w&&!B&&I(new Te("Request stream has been aborted",t,m))}),i.pipe(m)}else m.end(i)})};var Fu=$.hasStandardBrowserEnv?(function(){return{write:function(s,r,n,o,i,p){let c=[];c.push(s+"="+encodeURIComponent(r)),g.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),g.isString(o)&&c.push("path="+o),g.isString(i)&&c.push("domain="+i),p===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(s){let r=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(s){this.write(s,"",Date.now()-864e5)}}})():(function(){return{write:function(){},read:function(){return null},remove:function(){}}})();var Mu=$.hasStandardBrowserEnv?(function(){let t=/(msie|trident)/i.test(navigator.userAgent),s=document.createElement("a"),r;function n(o){let i=o;return t&&(s.setAttribute("href",i),i=s.href),s.setAttribute("href",i),{href:s.href,protocol:s.protocol?s.protocol.replace(/:$/,""):"",host:s.host,search:s.search?s.search.replace(/^\?/,""):"",hash:s.hash?s.hash.replace(/^#/,""):"",hostname:s.hostname,port:s.port,pathname:s.pathname.charAt(0)==="/"?s.pathname:"/"+s.pathname}}return r=n(window.location.href),function(i){let p=g.isString(i)?n(i):i;return p.protocol===r.protocol&&p.host===r.host}})():(function(){return function(){return!0}})();function Ou(e,t){let s=0,r=Ws(50,250);return n=>{let o=n.loaded,i=n.lengthComputable?n.total:void 0,p=o-s,c=r(p),a=o<=i;s=o;let u={loaded:o,total:i,progress:i?o/i:void 0,bytes:p,rate:c||void 0,estimated:c&&i&&a?(i-o)/c:void 0,event:n};u[t?"download":"upload"]=!0,e(u)}}var vC=typeof XMLHttpRequest<"u",Nu=vC&&function(e){return new Promise(function(s,r){let n=e.data,o=z.from(e.headers).normalize(),i=e.responseType,p;function c(){e.cancelToken&&e.cancelToken.unsubscribe(p),e.signal&&e.signal.removeEventListener("abort",p)}let a;if(g.isFormData(n)){if($.hasStandardBrowserEnv||$.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((a=o.getContentType())!==!1){let[m,...q]=a?a.split(";").map(k=>k.trim()).filter(Boolean):[];o.setContentType([m||"multipart/form-data",...q].join("; "))}}let u=new XMLHttpRequest;if(e.auth){let m=e.auth.username||"",q=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(m+":"+q))}let y=st(e.baseURL,e.url);u.open(e.method.toUpperCase(),tt(y,e.params,e.paramsSerializer),!0),u.timeout=e.timeout;function R(){if(!u)return;let m=z.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),k={data:!i||i==="text"||i==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:m,config:e,request:u};Ve(function(E){s(E),c()},function(E){r(E),c()},k),u=null}if("onloadend"in u?u.onloadend=R:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(R)},u.onabort=function(){u&&(r(new v("Request aborted",v.ECONNABORTED,e,u)),u=null)},u.onerror=function(){r(new v("Network Error",v.ERR_NETWORK,e,u)),u=null},u.ontimeout=function(){let q=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",k=e.transitional||Pt;e.timeoutErrorMessage&&(q=e.timeoutErrorMessage),r(new v(q,k.clarifyTimeoutError?v.ETIMEDOUT:v.ECONNABORTED,e,u)),u=null},$.hasStandardBrowserEnv){let m=Mu(y)&&e.xsrfCookieName&&Fu.read(e.xsrfCookieName);m&&o.set(e.xsrfHeaderName,m)}n===void 0&&o.setContentType(null),"setRequestHeader"in u&&g.forEach(o.toJSON(),function(q,k){u.setRequestHeader(k,q)}),g.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),i&&i!=="json"&&(u.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&u.addEventListener("progress",Ou(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",Ou(e.onUploadProgress)),(e.cancelToken||e.signal)&&(p=m=>{u&&(r(!m||m.type?new Te(null,e,u):m),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(p),e.signal&&(e.signal.aborted?p():e.signal.addEventListener("abort",p)));let x=ts(y);if(x&&$.protocols.indexOf(x)===-1){r(new v("Unsupported protocol "+x+":",v.ERR_BAD_REQUEST,e));return}u.send(n||null)})};var Oa={http:Qu,xhr:Nu};g.forEach(Oa,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});var Vu=e=>`- ${e}`,kC=e=>g.isFunction(e)||e===null||e===!1,Qs={getAdapter:e=>{e=g.isArray(e)?e:[e];let{length:t}=e,s,r,n={};for(let o=0;o<t;o++){s=e[o];let i;if(r=s,!kC(s)&&(r=Oa[(i=String(s)).toLowerCase()],r===void 0))throw new v(`Unknown adapter '${i}'`);if(r)break;n[i||"#"+o]=r}if(!r){let o=Object.entries(n).map(([p,c])=>`adapter ${p} `+(c===!1?"is not supported by the environment":"is not available in the build")),i=t?o.length>1?`since :
13
- `+o.map(Vu).join(`
14
- `):" "+Vu(o[0]):"as no adapter specified";throw new v("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:Oa};function Na(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Te(null,e)}function Fs(e){return Na(e),e.headers=z.from(e.headers),e.data=Jt.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Qs.getAdapter(e.adapter||At.adapter)(e).then(function(r){return Na(e),r.data=Jt.call(e,e.transformResponse,r),r.headers=z.from(r.headers),r},function(r){return Yt(r)||(Na(e),r&&r.response&&(r.response.data=Jt.call(e,e.transformResponse,r.response),r.response.headers=z.from(r.response.headers))),Promise.reject(r)})}var Ku=e=>e instanceof z?e.toJSON():e;function We(e,t){t=t||{};let s={};function r(a,u,y){return g.isPlainObject(a)&&g.isPlainObject(u)?g.merge.call({caseless:y},a,u):g.isPlainObject(u)?g.merge({},u):g.isArray(u)?u.slice():u}function n(a,u,y){if(g.isUndefined(u)){if(!g.isUndefined(a))return r(void 0,a,y)}else return r(a,u,y)}function o(a,u){if(!g.isUndefined(u))return r(void 0,u)}function i(a,u){if(g.isUndefined(u)){if(!g.isUndefined(a))return r(void 0,a)}else return r(void 0,u)}function p(a,u,y){if(y in t)return r(a,u);if(y in e)return r(void 0,a)}let c={url:o,method:o,data:o,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:p,headers:(a,u)=>n(Ku(a),Ku(u),!0)};return g.forEach(Object.keys(Object.assign({},e,t)),function(u){let y=c[u]||n,R=y(e[u],t[u],u);g.isUndefined(R)&&y!==p||(s[u]=R)}),s}var Va={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Va[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});var ju={};Va.transitional=function(t,s,r){function n(o,i){return"[Axios v"+ot+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,p)=>{if(t===!1)throw new v(n(i," has been removed"+(s?" in "+s:"")),v.ERR_DEPRECATED);return s&&!ju[i]&&(ju[i]=!0,console.warn(n(i," has been deprecated since v"+s+" and will be removed in the near future"))),t?t(o,i,p):!0}};function PC(e,t,s){if(typeof e!="object")throw new v("options must be an object",v.ERR_BAD_OPTION_VALUE);let r=Object.keys(e),n=r.length;for(;n-- >0;){let o=r[n],i=t[o];if(i){let p=e[o],c=p===void 0||i(p,o,e);if(c!==!0)throw new v("option "+o+" must be "+c,v.ERR_BAD_OPTION_VALUE);continue}if(s!==!0)throw new v("Unknown option "+o,v.ERR_BAD_OPTION)}}var Ms={assertOptions:PC,validators:Va};var $e=Ms.validators,Et=class{constructor(t){this.defaults=t,this.interceptors={request:new Ia,response:new Ia}}request(t,s){typeof t=="string"?(s=s||{},s.url=t):s=t||{},s=We(this.defaults,s);let{transitional:r,paramsSerializer:n,headers:o}=s;r!==void 0&&Ms.assertOptions(r,{silentJSONParsing:$e.transitional($e.boolean),forcedJSONParsing:$e.transitional($e.boolean),clarifyTimeoutError:$e.transitional($e.boolean)},!1),n!=null&&(g.isFunction(n)?s.paramsSerializer={serialize:n}:Ms.assertOptions(n,{encode:$e.function,serialize:$e.function},!0)),s.method=(s.method||this.defaults.method||"get").toLowerCase();let i=o&&g.merge(o.common,o[s.method]);o&&g.forEach(["delete","get","head","post","put","patch","common"],m=>{delete o[m]}),s.headers=z.concat(i,o);let p=[],c=!0;this.interceptors.request.forEach(function(q){typeof q.runWhen=="function"&&q.runWhen(s)===!1||(c=c&&q.synchronous,p.unshift(q.fulfilled,q.rejected))});let a=[];this.interceptors.response.forEach(function(q){a.push(q.fulfilled,q.rejected)});let u,y=0,R;if(!c){let m=[Fs.bind(this),void 0];for(m.unshift.apply(m,p),m.push.apply(m,a),R=m.length,u=Promise.resolve(s);y<R;)u=u.then(m[y++],m[y++]);return u}R=p.length;let x=s;for(y=0;y<R;){let m=p[y++],q=p[y++];try{x=m(x)}catch(k){q.call(this,k);break}}try{u=Fs.call(this,x)}catch(m){return Promise.reject(m)}for(y=0,R=a.length;y<R;)u=u.then(a[y++],a[y++]);return u}getUri(t){t=We(this.defaults,t);let s=st(t.baseURL,t.url);return tt(s,t.params,t.paramsSerializer)}};g.forEach(["delete","get","head","options"],function(t){Et.prototype[t]=function(s,r){return this.request(We(r||{},{method:t,url:s,data:(r||{}).data}))}});g.forEach(["post","put","patch"],function(t){function s(r){return function(o,i,p){return this.request(We(p||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}Et.prototype[t]=s(),Et.prototype[t+"Form"]=s(!0)});var rs=Et;var Ka=class e{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let s;this.promise=new Promise(function(o){s=o});let r=this;this.promise.then(n=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](n);r._listeners=null}),this.promise.then=n=>{let o,i=new Promise(p=>{r.subscribe(p),o=p}).then(n);return i.cancel=function(){r.unsubscribe(o)},i},t(function(o,i,p){r.reason||(r.reason=new Te(o,i,p),s(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;let s=this._listeners.indexOf(t);s!==-1&&this._listeners.splice(s,1)}static source(){let t;return{token:new e(function(n){t=n}),cancel:t}}},$u=Ka;function ja(e){return function(s){return e.apply(null,s)}}function $a(e){return g.isObject(e)&&e.isAxiosError===!0}var za={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(za).forEach(([e,t])=>{za[t]=e});var zu=za;function Ju(e){let t=new rs(e),s=Mt(rs.prototype.request,t);return g.extend(s,rs.prototype,t,{allOwnKeys:!0}),g.extend(s,t,null,{allOwnKeys:!0}),s.create=function(n){return Ju(We(e,n))},s}var K=Ju(At);K.Axios=rs;K.CanceledError=Te;K.CancelToken=$u;K.isCancel=Yt;K.VERSION=ot;K.toFormData=Ne;K.AxiosError=v;K.Cancel=K.CanceledError;K.all=function(t){return Promise.all(t)};K.spread=ja;K.isAxiosError=$a;K.mergeConfig=We;K.AxiosHeaders=z;K.formToJSON=e=>Us(g.isHTMLForm(e)?new FormData(e):e);K.getAdapter=Qs.getAdapter;K.HttpStatusCode=zu;K.default=K;var j=K;var{Axios:AC,AxiosError:TC,CanceledError:BC,isCancel:wC,CancelToken:CC,VERSION:UC,all:EC,Cancel:GC,isAxiosError:LC,spread:SC,toFormData:_C,AxiosHeaders:WC,HttpStatusCode:DC,formToJSON:HC,getAdapter:QC,mergeConfig:FC}=j;var Za={};qe(Za,{DEFAULT_OPTIONS:()=>nd,default:()=>Be,exponentialDelay:()=>rd,isIdempotentRequestError:()=>Ya,isNetworkError:()=>Ja,isNetworkOrIdempotentRequestError:()=>Xa,isRetryableError:()=>Vs,isSafeRequestError:()=>sd,linearDelay:()=>ad,namespace:()=>Ns,retryAfter:()=>Ks});var ed=S(Xu(),1),Ns="axios-retry";function Ja(e){let t=["ERR_CANCELED","ECONNABORTED"];return e.response||!e.code||t.includes(e.code)?!1:(0,ed.default)(e)}var td=["get","head","options"],OC=td.concat(["put","delete"]);function Vs(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status===429||e.response.status>=500&&e.response.status<=599)}function sd(e){return e.config?.method?Vs(e)&&td.indexOf(e.config.method)!==-1:!1}function Ya(e){return e.config?.method?Vs(e)&&OC.indexOf(e.config.method)!==-1:!1}function Xa(e){return Ja(e)||Ya(e)}function Ks(e=void 0){let t=e?.response?.headers["retry-after"];if(!t)return 0;let s=(Number(t)||0)*1e3;return s===0&&(s=(new Date(t).valueOf()||0)-Date.now()),Math.max(0,s)}function NC(e=0,t=void 0){return Math.max(0,Ks(t))}function rd(e=0,t=void 0,s=100){let r=2**e*s,n=Math.max(r,Ks(t)),o=n*.2*Math.random();return n+o}function ad(e=100){return(t=0,s=void 0)=>{let r=t*e;return Math.max(r,Ks(s))}}var nd={retries:3,retryCondition:Xa,retryDelay:NC,shouldResetTimeout:!1,onRetry:()=>{},onMaxRetryTimesExceeded:()=>{},validateResponse:null};function VC(e,t){return{...nd,...t,...e[Ns]}}function Zu(e,t,s=!1){let r=VC(e,t||{});return r.retryCount=r.retryCount||0,(!r.lastRequestTime||s)&&(r.lastRequestTime=Date.now()),e[Ns]=r,r}function KC(e,t){e.defaults.agent===t.agent&&delete t.agent,e.defaults.httpAgent===t.httpAgent&&delete t.httpAgent,e.defaults.httpsAgent===t.httpsAgent&&delete t.httpsAgent}async function jC(e,t){let{retries:s,retryCondition:r}=e,n=(e.retryCount||0)<s&&r(t);if(typeof n=="object")try{return await n!==!1}catch{return!1}return n}async function $C(e,t,s,r){t.retryCount+=1;let{retryDelay:n,shouldResetTimeout:o,onRetry:i}=t,p=n(t.retryCount,s);if(KC(e,r),!o&&r.timeout&&t.lastRequestTime){let c=Date.now()-t.lastRequestTime,a=r.timeout-c-p;if(a<=0)return Promise.reject(s);r.timeout=a}return r.transformRequest=[c=>c],await i(t.retryCount,s,r),r.signal?.aborted?Promise.resolve(e(r)):new Promise(c=>{let a=()=>{clearTimeout(u),c(e(r))},u=setTimeout(()=>{c(e(r)),r.signal?.removeEventListener&&r.signal.removeEventListener("abort",a)},p);r.signal?.addEventListener&&r.signal.addEventListener("abort",a,{once:!0})})}async function zC(e,t){e.retryCount>=e.retries&&await e.onMaxRetryTimesExceeded(t,e.retryCount)}var ze=(e,t)=>{let s=e.interceptors.request.use(n=>(Zu(n,t,!0),n[Ns]?.validateResponse&&(n.validateStatus=()=>!1),n)),r=e.interceptors.response.use(null,async n=>{let{config:o}=n;if(!o)return Promise.reject(n);let i=Zu(o,t);return n.response&&i.validateResponse?.(n.response)?n.response:await jC(i,n)?$C(e,i,n,o):(await zC(i,n),Promise.reject(n))});return{requestInterceptorId:s,responseInterceptorId:r}};ze.isNetworkError=Ja;ze.isSafeRequestError=sd;ze.isIdempotentRequestError=Ya;ze.isNetworkOrIdempotentRequestError=Xa;ze.exponentialDelay=rd;ze.linearDelay=ad;ze.isRetryableError=Vs;var Be=ze;var to={};qe(to,{Client:()=>eo});var en=S(js()),$s=S(require("http")),zs=S(require("https")),od=100*1024*1024,id=od,pd=od,cd=en.isNode&&$s.default&&$s.default.Agent?new $s.default.Agent({keepAlive:!0}):void 0,ud=en.isNode&&zs.default&&zs.default.Agent?new zs.default.Agent({keepAlive:!0}):void 0;var Ie={};qe(Ie,{getClientConfig:()=>uU});var as=S(js()),sU="https://api.botpress.cloud",rU=6e4,aU=!1,nU="BP_API_URL",oU="BP_BOT_ID",iU="BP_INTEGRATION_ID",pU="BP_WORKSPACE_ID",cU="BP_TOKEN";function uU(e){let t=dU(e),s={};t.workspaceId&&(s["x-workspace-id"]=t.workspaceId),t.botId&&(s["x-bot-id"]=t.botId),t.integrationId&&(s["x-integration-id"]=t.integrationId),t.integrationAlias&&(s["x-integration-alias"]=t.integrationAlias),t.token&&(s.Authorization=`Bearer ${t.token}`),s={...s,...t.headers};let r=t.apiUrl??sU,n=t.timeout??rU,o=t.debug??aU;return{apiUrl:r,timeout:n,withCredentials:as.isBrowser,headers:s,debug:o}}function dU(e){return as.isBrowser?e:as.isNode?lU(e):e}function lU(e){let t={...e,apiUrl:e.apiUrl??process.env[nU],botId:e.botId??process.env[oU],integrationId:e.integrationId??process.env[iU],integrationAlias:e.integrationAlias,workspaceId:e.workspaceId??process.env[pU]},s=t.token??process.env[cU];return s&&(t.token=s),t}var P={};qe(P,{AsyncCollection:()=>tn});var tn=class{constructor(t){this._list=t}async*[Symbol.asyncIterator](){let t;do{let{items:s,meta:r}=await this._list({nextToken:t});t=r.nextToken;for(let n of s)yield n}while(t)}async collect(t={}){let s=t.limit??Number.POSITIVE_INFINITY,r=[],n=0;for await(let o of this)if(r.push(o),n++,n>=s)break;return r}};var ve={};qe(ve,{createAxiosInstance:()=>fU});var ld=S(js()),Js;ld.isNode?Js=require("crypto").randomUUID:typeof crypto<"u"&&crypto.randomUUID?Js=()=>crypto.randomUUID():Js=()=>Math.random().toString(36).substring(2,15);var gd=e=>{e.interceptors.request.use(t=>(t.metadata={startTime:new Date().getTime(),id:Js()},console.debug(gU(t)),t)),e.interceptors.response.use(t=>(console.debug(mU(t)),t),t=>(console.debug(yU(t)),Promise.reject(t)))},gU=e=>{let{method:t,url:s,headers:r,data:n}=e,o=e.baseURL?new URL(s,e.baseURL).toString():s;return"REQUEST: "+JSON.stringify({method:t?.toUpperCase(),url:o,timestamp:new Date().toISOString(),requestId:e.metadata?.id,headers:r,body:n})+`
15
- `},mU=e=>{let{config:t,status:s,headers:r,data:n}=e,o=md(e),i=t.baseURL?new URL(e.config.url,t.baseURL).toString():e.config.url;return"RESPONSE: "+JSON.stringify({method:t.method?.toUpperCase(),status:s,url:i,timestamp:new Date().toISOString(),requestId:t.metadata?.id,duration:o,headers:r,body:n})+`
16
- `},yU=e=>{let t=e?md(e):"N/A",s=e.config.baseURL?new URL(e.config.url,e.config.baseURL).toString():e.config.url;return"ERROR: "+JSON.stringify({status:e.code,url:s,timestamp:new Date().toISOString(),requestId:e.config.metadata?.id??"N/A",duration:t})},md=e=>{let t=e.config.metadata?.startTime,s=new Date().getTime();return t?`${s-t}ms`:"N/A"};var hU=e=>({baseURL:e.apiUrl,headers:e.headers,withCredentials:e.withCredentials,timeout:e.timeout,maxBodyLength:id,maxContentLength:pd,httpAgent:cd,httpsAgent:ud}),fU=e=>{let t=hU(e),s=j.create(t);return e.debug&&gd(s),s};var ke={};qe(ke,{toApiError:()=>vU});var yd=S(require("crypto"));var qU={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},sn=typeof window<"u"&&typeof window.document<"u"?window.crypto:yd.default;sn.getRandomValues||(sn=qU);var _=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(sn.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},bU=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,Rd=e=>e instanceof _||bU(e)&&e.isApiError===!0,Je=class extends _{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},Ys=class extends _{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},Xs=class extends _{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},Zs=class extends _{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},er=class extends _{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},tr=class extends _{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},sr=class extends _{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},rr=class extends _{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},ar=class extends _{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},nr=class extends _{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},or=class extends _{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},ir=class extends _{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},pr=class extends _{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},cr=class extends _{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},ur=class extends _{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},dr=class extends _{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},lr=class extends _{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},gr=class extends _{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},mr=class extends _{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},yr=class extends _{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},Rr=class extends _{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},hr=class extends _{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},fr=class extends _{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},qr=class extends _{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},br=class extends _{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},xU={Unknown:Je,Internal:Ys,Unauthorized:Xs,Forbidden:Zs,PayloadTooLarge:er,InvalidPayload:tr,UnsupportedMediaType:sr,MethodNotFound:rr,ResourceNotFound:ar,InvalidJsonSchema:nr,InvalidDataFormat:or,InvalidIdentifier:ir,RelationConflict:pr,ReferenceConstraint:cr,ResourceLockedConflict:ur,ResourceGone:dr,ReferenceNotFound:lr,InvalidQuery:gr,Runtime:mr,AlreadyExists:yr,RateLimited:Rr,PaymentRequired:hr,QuotaExceeded:fr,LimitExceeded:qr,BreakingChanges:br},ct=e=>Rd(e)?e:e instanceof Error?new Je(e.message,e):typeof e=="string"?new Je(e):IU(e);function IU(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=xU[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new Je(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new Je("An invalid error occurred: "+JSON.stringify(e))}var De=class extends Error{constructor(s,r,n){super(s);this.innerError=r;this.file=n;this.name="FileUploadError"}};var vU=e=>j.isAxiosError(e)&&e.response?.data?ct(e.response.data):ct(e);var fd=S(require("crypto"));var kU={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},rn=typeof window<"u"&&typeof window.document<"u"?window.crypto:fd.default;rn.getRandomValues||(rn=kU);var W=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(rn.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},PU=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,AU=e=>e instanceof W||PU(e)&&e.isApiError===!0,ut=class extends W{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},an=class extends W{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},nn=class extends W{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},on=class extends W{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},pn=class extends W{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},cn=class extends W{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},un=class extends W{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},dn=class extends W{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},ln=class extends W{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},gn=class extends W{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},mn=class extends W{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},yn=class extends W{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},Rn=class extends W{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},hn=class extends W{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},fn=class extends W{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},qn=class extends W{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},bn=class extends W{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},xn=class extends W{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},In=class extends W{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},vn=class extends W{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},kn=class extends W{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},Pn=class extends W{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},An=class extends W{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},Tn=class extends W{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},Bn=class extends W{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},TU={Unknown:ut,Internal:an,Unauthorized:nn,Forbidden:on,PayloadTooLarge:pn,InvalidPayload:cn,UnsupportedMediaType:un,MethodNotFound:dn,ResourceNotFound:ln,InvalidJsonSchema:gn,InvalidDataFormat:mn,InvalidIdentifier:yn,RelationConflict:Rn,ReferenceConstraint:hn,ResourceLockedConflict:fn,ResourceGone:qn,ReferenceNotFound:bn,InvalidQuery:xn,Runtime:In,AlreadyExists:vn,RateLimited:kn,PaymentRequired:Pn,QuotaExceeded:An,LimitExceeded:Tn,BreakingChanges:Bn},wn=e=>AU(e)?e:e instanceof Error?new ut(e.message,e):typeof e=="string"?new ut(e):BU(e);function BU(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=TU[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new ut(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new ut("An invalid error occurred: "+JSON.stringify(e))}var Gl=S(Ft()),PG=e=>e[1]!==void 0,A=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(PG),p=Object.fromEntries(i),c=Gl.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var Ll=e=>({path:"/v1/chat/conversations",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var _l=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Dl=e=>({path:"/v1/chat/conversations",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,participantIds:e.participantIds,integrationName:e.integrationName,channel:e.channel,afterDate:e.afterDate,beforeDate:e.beforeDate},params:{},body:{}});var Ql=e=>({path:"/v1/chat/conversations/get-or-create",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName,discriminateByTags:e.discriminateByTags}});var Ml=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{currentTaskId:e.currentTaskId,tags:e.tags}});var Nl=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Kl=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var $l=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{},params:{id:e.id},body:{userId:e.userId}});var Jl=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Xl=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var eg=e=>({path:"/v1/chat/events",headers:{},query:{},params:{},body:{type:e.type,payload:e.payload,schedule:e.schedule,conversationId:e.conversationId,userId:e.userId,workflowId:e.workflowId,messageId:e.messageId}});var sg=e=>({path:`/v1/chat/events/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ag=e=>({path:"/v1/chat/events",headers:{},query:{nextToken:e.nextToken,type:e.type,conversationId:e.conversationId,userId:e.userId,messageId:e.messageId,workflowId:e.workflowId,status:e.status},params:{},body:{}});var og=e=>({path:`/v1/chat/events/scheduled/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var pg=e=>({path:"/v1/chat/messages",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,origin:e.origin}});var ug=e=>({path:"/v1/chat/messages/get-or-create",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,origin:e.origin,discriminateByTags:e.discriminateByTags}});var lg=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var mg=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,payload:e.payload}});var Rg=e=>({path:"/v1/chat/messages",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags,afterDate:e.afterDate,beforeDate:e.beforeDate},params:{},body:{}});var fg=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var bg=e=>({path:"/v1/chat/initialize-incoming-message",headers:{},query:{},params:{},body:{userId:e.userId,user:e.user,conversationId:e.conversationId,conversation:e.conversation,message:e.message}});var Ig=e=>({path:"/v1/chat/messages/import-messages",headers:{},query:{},params:{},body:{messages:e.messages}});var kg=e=>({path:"/v1/chat/users",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var Ag=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Bg=e=>({path:"/v1/chat/users",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags,afterDate:e.afterDate,beforeDate:e.beforeDate,rangeField:e.rangeField,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var Cg=e=>({path:"/v1/chat/users/get-or-create",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl,discriminateByTags:e.discriminateByTags}});var Eg=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,name:e.name,pictureUrl:e.pictureUrl}});var Lg=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var _g=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/expiry`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{expiry:e.expiry}});var Dg=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{}});var Qg=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var Mg=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/get-or-set`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var Ng=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload}});var Kg=e=>({path:"/v1/chat/actions",headers:{},query:{},params:{},body:{type:e.type,input:e.input}});var $g=e=>({path:"/v1/chat/integrations/configure",headers:{},query:{},params:{},body:{identifier:e.identifier,scheduleRegisterCall:e.scheduleRegisterCall,sandboxIdentifiers:e.sandboxIdentifiers}});var Jg=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xg=e=>({path:"/v1/chat/tasks",headers:{},query:{},params:{},body:{title:e.title,description:e.description,type:e.type,data:e.data,parentTaskId:e.parentTaskId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags}});var em=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{title:e.title,description:e.description,data:e.data,timeoutAt:e.timeoutAt,status:e.status,tags:e.tags}});var sm=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var am=e=>({path:"/v1/chat/tasks",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentTaskId:e.parentTaskId,status:e.status,type:e.type},params:{},body:{}});var om=e=>({path:"/v1/chat/workflows",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId}});var pm=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var um=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{output:e.output,timeoutAt:e.timeoutAt,status:e.status,failureReason:e.failureReason,tags:e.tags,userId:e.userId,eventId:e.eventId}});var lm=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var mm=e=>({path:"/v1/chat/workflows",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentWorkflowId:e.parentWorkflowId,statuses:e.statuses,name:e.name},params:{},body:{}});var Rm=e=>({path:"/v1/chat/workflows/get-or-create",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId,discriminateByTags:e.discriminateByTags,discriminateByStatusGroup:e.discriminateByStatusGroup}});var fm=e=>({path:`/v1/chat/tags/${encodeURIComponent(e.key)}/values`,headers:{},query:{nextToken:e.nextToken,type:e.type},params:{key:e.key},body:{}});var bm=e=>({path:"/v1/chat/analytics",headers:{},query:{},params:{},body:{name:e.name,count:e.count}});var Er=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}createConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Ll(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getConversation=async t=>{let{path:s,headers:r,query:n,body:o}=_l(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listConversations=async t=>{let{path:s,headers:r,query:n,body:o}=Dl(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Ql(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Ml(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Nl(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listParticipants=async t=>{let{path:s,headers:r,query:n,body:o}=Kl(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};addParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=$l(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=Jl(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};removeParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=Xl(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createEvent=async t=>{let{path:s,headers:r,query:n,body:o}=eg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getEvent=async t=>{let{path:s,headers:r,query:n,body:o}=sg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listEvents=async t=>{let{path:s,headers:r,query:n,body:o}=ag(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};cancelScheduledEvent=async t=>{let{path:s,headers:r,query:n,body:o}=og(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createMessage=async t=>{let{path:s,headers:r,query:n,body:o}=pg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateMessage=async t=>{let{path:s,headers:r,query:n,body:o}=ug(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getMessage=async t=>{let{path:s,headers:r,query:n,body:o}=lg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateMessage=async t=>{let{path:s,headers:r,query:n,body:o}=mg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listMessages=async t=>{let{path:s,headers:r,query:n,body:o}=Rg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteMessage=async t=>{let{path:s,headers:r,query:n,body:o}=fg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};initializeIncomingMessage=async t=>{let{path:s,headers:r,query:n,body:o}=bg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};importMessages=async t=>{let{path:s,headers:r,query:n,body:o}=Ig(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createUser=async t=>{let{path:s,headers:r,query:n,body:o}=kg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUser=async t=>{let{path:s,headers:r,query:n,body:o}=Ag(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsers=async t=>{let{path:s,headers:r,query:n,body:o}=Bg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateUser=async t=>{let{path:s,headers:r,query:n,body:o}=Cg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateUser=async t=>{let{path:s,headers:r,query:n,body:o}=Eg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteUser=async t=>{let{path:s,headers:r,query:n,body:o}=Lg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setStateExpiry=async t=>{let{path:s,headers:r,query:n,body:o}=_g(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getState=async t=>{let{path:s,headers:r,query:n,body:o}=Dg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setState=async t=>{let{path:s,headers:r,query:n,body:o}=Qg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrSetState=async t=>{let{path:s,headers:r,query:n,body:o}=Mg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};patchState=async t=>{let{path:s,headers:r,query:n,body:o}=Ng(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"patch",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};callAction=async t=>{let{path:s,headers:r,query:n,body:o}=Kg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};configureIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=$g(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTask=async t=>{let{path:s,headers:r,query:n,body:o}=Jg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTask=async t=>{let{path:s,headers:r,query:n,body:o}=Xg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTask=async t=>{let{path:s,headers:r,query:n,body:o}=em(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTask=async t=>{let{path:s,headers:r,query:n,body:o}=sm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTasks=async t=>{let{path:s,headers:r,query:n,body:o}=am(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=om(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=pm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=um(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=lm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkflows=async t=>{let{path:s,headers:r,query:n,body:o}=mm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=Rm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTagValues=async t=>{let{path:s,headers:r,query:n,body:o}=fm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};trackAnalytics=async t=>{let{path:s,headers:r,query:n,body:o}=bm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function T(e){return j.isAxiosError(e)&&e.response?.data?wn(e.response.data):wn(e)}var eo=class extends Er{config;constructor(t){let s=Ie.getClientConfig(t),r=ve.createAxiosInstance(s);super(r,{toApiError:ke.toApiError}),t.retry&&Be(r,t.retry),this.config=s}get list(){return{conversations:t=>new P.AsyncCollection(({nextToken:s})=>this.listConversations({nextToken:s,...t}).then(r=>({...r,items:r.conversations}))),participants:t=>new P.AsyncCollection(({nextToken:s})=>this.listParticipants({nextToken:s,...t}).then(r=>({...r,items:r.participants}))),events:t=>new P.AsyncCollection(({nextToken:s})=>this.listEvents({nextToken:s,...t}).then(r=>({...r,items:r.events}))),messages:t=>new P.AsyncCollection(({nextToken:s})=>this.listMessages({nextToken:s,...t}).then(r=>({...r,items:r.messages}))),users:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsers({nextToken:s,...t}).then(r=>({...r,items:r.users}))),tasks:t=>new P.AsyncCollection(({nextToken:s})=>this.listTasks({nextToken:s,...t}).then(r=>({...r,items:r.tasks})))}}};var Co={};qe(Co,{Client:()=>wo});var Im=S(require("crypto"));var TG={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},so=typeof window<"u"&&typeof window.document<"u"?window.crypto:Im.default;so.getRandomValues||(so=TG);var D=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(so.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},BG=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,wG=e=>e instanceof D||BG(e)&&e.isApiError===!0,gt=class extends D{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},ro=class extends D{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},ao=class extends D{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},no=class extends D{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},oo=class extends D{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},io=class extends D{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},po=class extends D{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},co=class extends D{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},uo=class extends D{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},lo=class extends D{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},go=class extends D{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},mo=class extends D{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},yo=class extends D{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},Ro=class extends D{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},ho=class extends D{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},fo=class extends D{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},qo=class extends D{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},bo=class extends D{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},xo=class extends D{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},Io=class extends D{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},vo=class extends D{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},ko=class extends D{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},Po=class extends D{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},Ao=class extends D{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},To=class extends D{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},CG={Unknown:gt,Internal:ro,Unauthorized:ao,Forbidden:no,PayloadTooLarge:oo,InvalidPayload:io,UnsupportedMediaType:po,MethodNotFound:co,ResourceNotFound:uo,InvalidJsonSchema:lo,InvalidDataFormat:go,InvalidIdentifier:mo,RelationConflict:yo,ReferenceConstraint:Ro,ResourceLockedConflict:ho,ResourceGone:fo,ReferenceNotFound:qo,InvalidQuery:bo,Runtime:xo,AlreadyExists:Io,RateLimited:vo,PaymentRequired:ko,QuotaExceeded:Po,LimitExceeded:Ao,BreakingChanges:To},Bo=e=>wG(e)?e:e instanceof Error?new gt(e.message,e):typeof e=="string"?new gt(e):UG(e);function UG(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=CG[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new gt(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new gt("An invalid error occurred: "+JSON.stringify(e))}var vm=S(Ft()),EG=e=>e[1]!==void 0,h=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(EG),p=Object.fromEntries(i),c=vm.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var km=e=>({path:"/v1/admin/helper/vrl",headers:{},query:{},params:{},body:{data:e.data,script:e.script}});var Am=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var Bm=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{displayName:e.displayName,profilePicture:e.profilePicture,refresh:e.refresh}});var Cm=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var Em=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{}});var Lm=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{note:e.note}});var _m=e=>({path:`/v1/admin/account/pats/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Dm=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var Qm=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var Mm=e=>({path:"/v1/admin/hub/integrations",headers:{},query:{nextToken:e.nextToken,limit:e.limit,name:e.name,version:e.version,interfaceId:e.interfaceId,interfaceName:e.interfaceName,installedByBotId:e.installedByBotId,verificationStatus:e.verificationStatus,search:e.search,sortBy:e.sortBy,direction:e.direction},params:{},body:{}});var Nm=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Km=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var $m=e=>({path:"/v1/admin/hub/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var Jm=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xm=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}/dereferenced`,headers:{},query:{interfaces:e.interfaces},params:{id:e.id},body:{}});var ey=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var sy=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var ay=e=>({path:"/v1/admin/hub/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var oy=e=>({path:`/v1/admin/hub/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var py=e=>({path:`/v1/admin/hub/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var uy=e=>({path:"/v1/admin/bots",headers:{},query:{},params:{},body:{states:e.states,events:e.events,recurringEvents:e.recurringEvents,subscriptions:e.subscriptions,actions:e.actions,configuration:e.configuration,user:e.user,conversation:e.conversation,message:e.message,tags:e.tags,code:e.code,name:e.name,description:e.description,medias:e.medias,url:e.url,dev:e.dev}});var ly=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{url:e.url,authentication:e.authentication,configuration:e.configuration,tags:e.tags,blocked:e.blocked,maxExecutionTime:e.maxExecutionTime,alwaysAlive:e.alwaysAlive,user:e.user,message:e.message,conversation:e.conversation,events:e.events,actions:e.actions,states:e.states,recurringEvents:e.recurringEvents,integrations:e.integrations,plugins:e.plugins,subscriptions:e.subscriptions,code:e.code,name:e.name,description:e.description,medias:e.medias,layers:e.layers,shouldMergePlugins:e.shouldMergePlugins}});var my=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/transfer`,headers:{},query:{},params:{id:e.id},body:{targetWorkspaceId:e.targetWorkspaceId}});var Ry=e=>({path:"/v1/admin/bots",headers:{},query:{dev:e.dev,tags:e.tags,nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var fy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{shouldMergePlugins:e.shouldMergePlugins},params:{id:e.id},body:{}});var by=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Iy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,workflowId:e.workflowId,conversationId:e.conversationId,messageContains:e.messageContains,nextToken:e.nextToken},params:{id:e.id},body:{}});var ky=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/webchat`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var Ay=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/analytics`,headers:{},query:{startDate:e.startDate,endDate:e.endDate},params:{id:e.id},body:{}});var By=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/action-runs`,headers:{},query:{integrationName:e.integrationName,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var Cy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Ey=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Ly=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var _y=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}/events`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Dy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{}});var Qy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/${encodeURIComponent(e.versionId)}`,headers:{},query:{},params:{id:e.id,versionId:e.versionId},body:{}});var My=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/bot-json`,headers:{},query:{},params:{id:e.id},body:{}});var Ny=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/publish-from-bot-json`,headers:{},query:{},params:{id:e.id},body:{botJson:e.botJson}});var Ky=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{name:e.name,description:e.description}});var $y=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/deploy`,headers:{},query:{},params:{id:e.id},body:{versionId:e.versionId}});var Jy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var Xy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var eR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var sR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/sandboxed-conversations`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var aR=e=>({path:"/v1/admin/bots/baks",headers:{},query:{botId:e.botId},params:{},body:{}});var oR=e=>({path:"/v1/admin/bots/baks",headers:{},query:{},params:{},body:{botId:e.botId,note:e.note}});var pR=e=>({path:`/v1/admin/bots/baks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var uR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/allowlist`,headers:{},query:{},params:{botId:e.botId},body:{}});var lR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/allowlist`,headers:{},query:{},params:{botId:e.botId},body:{setting:e.setting,users:e.users}});var mR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices`,headers:{},query:{},params:{id:e.id},body:{}});var RR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/upcoming-invoice`,headers:{},query:{},params:{id:e.id},body:{}});var fR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices/charge-unpaid`,headers:{},query:{},params:{id:e.id},body:{invoiceIds:e.invoiceIds}});var bR=e=>({path:"/v1/admin/workspaces",headers:{},query:{},params:{},body:{name:e.name}});var IR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/public`,headers:{},query:{},params:{id:e.id},body:{}});var kR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var AR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var BR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages/by-bot`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var CR=e=>({path:"/v1/admin/workspaces/usages/quota-completion",headers:{},query:{},params:{},body:{}});var ER=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quota`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var LR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quotas`,headers:{},query:{period:e.period},params:{id:e.id},body:{}});var _R=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,spendingLimit:e.spendingLimit,about:e.about,profilePicture:e.profilePicture,contactEmail:e.contactEmail,website:e.website,socialAccounts:e.socialAccounts,isPublic:e.isPublic,handle:e.handle}});var DR=e=>({path:"/v1/admin/workspaces/handle-availability",headers:{},query:{},params:{},body:{handle:e.handle}});var QR=e=>({path:"/v1/admin/workspaces",headers:{},query:{nextToken:e.nextToken,handle:e.handle},params:{},body:{}});var MR=e=>({path:"/v1/admin/workspaces/public",headers:{},query:{nextToken:e.nextToken,workspaceIds:e.workspaceIds,search:e.search},params:{},body:{}});var NR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var KR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/audit-records`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var $R=e=>({path:`/v1/admin/workspaces/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var JR=e=>({path:`/v1/admin/workspaces/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var XR=e=>({path:"/v1/admin/workspace-members",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var eh=e=>({path:"/v1/admin/workspace-members/me",headers:{},query:{},params:{},body:{}});var sh=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ah=e=>({path:"/v1/admin/workspace-members",headers:{},query:{},params:{},body:{email:e.email,role:e.role}});var oh=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{role:e.role}});var ph=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{integrationId:e.integrationId},params:{},body:{}});var uh=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{},params:{},body:{integrationId:e.integrationId,note:e.note}});var lh=e=>({path:`/v1/admin/integrations/iaks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var mh=e=>({path:"/v1/admin/integrations",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,attributes:e.attributes,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,layers:e.layers}});var Rh=e=>({path:"/v1/admin/integrations/validate",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,attributes:e.attributes,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,layers:e.layers}});var fh=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,channels:e.channels,maxExecutionTime:e.maxExecutionTime,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,attributes:e.attributes,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,visibility:e.visibility,layers:e.layers}});var bh=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/validate`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,channels:e.channels,maxExecutionTime:e.maxExecutionTime,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,attributes:e.attributes,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,visibility:e.visibility,layers:e.layers}});var Ih=e=>({path:"/v1/admin/integrations",headers:{},query:{nextToken:e.nextToken,limit:e.limit,name:e.name,version:e.version,interfaceId:e.interfaceId,interfaceName:e.interfaceName,installedByBotId:e.installedByBotId,verificationStatus:e.verificationStatus,search:e.search,sortBy:e.sortBy,direction:e.direction,visibility:e.visibility,dev:e.dev},params:{},body:{}});var kh=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ah=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,conversationId:e.conversationId,messageContains:e.messageContains,nextToken:e.nextToken},params:{id:e.id},body:{}});var Bh=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Ch=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Eh=e=>({path:"/v1/admin/integrations/request-verification",headers:{},query:{},params:{},body:{integrationId:e.integrationId}});var Lh=e=>({path:"/v1/admin/interfaces",headers:{},query:{},params:{},body:{name:e.name,version:e.version,entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate,attributes:e.attributes,sdkVersion:e.sdkVersion,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public}});var _h=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Dh=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Qh=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate,attributes:e.attributes,sdkVersion:e.sdkVersion,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public}});var Mh=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Nh=e=>({path:"/v1/admin/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var Kh=e=>({path:"/v1/admin/plugins",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,attributes:e.attributes,sdkVersion:e.sdkVersion,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,dependencies:e.dependencies}});var $h=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Jh=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/dereferenced`,headers:{},query:{interfaces:e.interfaces},params:{id:e.id},body:{}});var Xh=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var ef=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,attributes:e.attributes,sdkVersion:e.sdkVersion,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,dependencies:e.dependencies}});var sf=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var af=e=>({path:"/v1/admin/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var of=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var cf=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var df=e=>({path:"/v1/admin/usages/multiple",headers:{},query:{types:e.types,ids:e.ids,period:e.period},params:{},body:{}});var gf=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/history`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var yf=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/activity`,headers:{},query:{type:e.type,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var hf=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/daily-activity`,headers:{},query:{type:e.type,dateFrom:e.dateFrom,dateUntil:e.dateUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var qf=e=>({path:"/v1/admin/quotas/ai-spend",headers:{},query:{},params:{},body:{monthlySpendingLimit:e.monthlySpendingLimit}});var xf=e=>({path:"/v1/admin/activities",headers:{},query:{nextToken:e.nextToken,taskId:e.taskId,botId:e.botId},params:{},body:{}});var vf=e=>({path:"/v1/admin/introspect",headers:{},query:{},params:{},body:{botId:e.botId}});var Gr=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}runVrl=async t=>{let{path:s,headers:r,query:n,body:o}=km(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAccount=async t=>{let{path:s,headers:r,query:n,body:o}=Am(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateAccount=async t=>{let{path:s,headers:r,query:n,body:o}=Bm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteAccount=async t=>{let{path:s,headers:r,query:n,body:o}=Cm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPersonalAccessTokens=async t=>{let{path:s,headers:r,query:n,body:o}=Em(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPersonalAccessToken=async t=>{let{path:s,headers:r,query:n,body:o}=Lm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deletePersonalAccessToken=async t=>{let{path:s,headers:r,query:n,body:o}=_m(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setAccountPreference=async t=>{let{path:s,headers:r,query:n,body:o}=Dm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAccountPreference=async t=>{let{path:s,headers:r,query:n,body:o}=Qm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicIntegrations=async t=>{let{path:s,headers:r,query:n,body:o}=Mm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicIntegrationById=async t=>{let{path:s,headers:r,query:n,body:o}=Nm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=Km(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicPlugins=async t=>{let{path:s,headers:r,query:n,body:o}=$m(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPluginById=async t=>{let{path:s,headers:r,query:n,body:o}=Jm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getDereferencedPublicPluginById=async t=>{let{path:s,headers:r,query:n,body:o}=Xm(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=ey(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPluginCode=async t=>{let{path:s,headers:r,query:n,body:o}=sy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicInterfaces=async t=>{let{path:s,headers:r,query:n,body:o}=ay(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicInterfaceById=async t=>{let{path:s,headers:r,query:n,body:o}=oy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicInterface=async t=>{let{path:s,headers:r,query:n,body:o}=py(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBot=async t=>{let{path:s,headers:r,query:n,body:o}=uy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateBot=async t=>{let{path:s,headers:r,query:n,body:o}=ly(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};transferBot=async t=>{let{path:s,headers:r,query:n,body:o}=my(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBots=async t=>{let{path:s,headers:r,query:n,body:o}=Ry(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBot=async t=>{let{path:s,headers:r,query:n,body:o}=fy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBot=async t=>{let{path:s,headers:r,query:n,body:o}=by(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotLogs=async t=>{let{path:s,headers:r,query:n,body:o}=Iy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotWebchat=async t=>{let{path:s,headers:r,query:n,body:o}=ky(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotAnalytics=async t=>{let{path:s,headers:r,query:n,body:o}=Ay(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listActionRuns=async t=>{let{path:s,headers:r,query:n,body:o}=By(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotIssue=async t=>{let{path:s,headers:r,query:n,body:o}=Cy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotIssues=async t=>{let{path:s,headers:r,query:n,body:o}=Ey(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBotIssue=async t=>{let{path:s,headers:r,query:n,body:o}=Ly(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotIssueEvents=async t=>{let{path:s,headers:r,query:n,body:o}=_y(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotVersions=async t=>{let{path:s,headers:r,query:n,body:o}=Dy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=Qy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotJson=async t=>{let{path:s,headers:r,query:n,body:o}=My(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};publishFromBotJson=async t=>{let{path:s,headers:r,query:n,body:o}=Ny(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=Ky(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deployBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=$y(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=Jy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=Xy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=eR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};unlinkSandboxedConversations=async t=>{let{path:s,headers:r,query:n,body:o}=sR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotApiKeys=async t=>{let{path:s,headers:r,query:n,body:o}=aR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBotApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=oR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBotApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=pR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotAllowlist=async t=>{let{path:s,headers:r,query:n,body:o}=uR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateBotAllowlist=async t=>{let{path:s,headers:r,query:n,body:o}=lR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=mR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUpcomingInvoice=async t=>{let{path:s,headers:r,query:n,body:o}=RR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};chargeWorkspaceUnpaidInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=fR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=bR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=IR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=kR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceUsages=async t=>{let{path:s,headers:r,query:n,body:o}=AR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};breakDownWorkspaceUsageByBot=async t=>{let{path:s,headers:r,query:n,body:o}=BR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAllWorkspaceQuotaCompletion=async t=>{let{path:s,headers:r,query:n,body:o}=CR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspaceQuota=async t=>{let{path:s,headers:r,query:n,body:o}=ER(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceQuotas=async t=>{let{path:s,headers:r,query:n,body:o}=LR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=_R(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};checkHandleAvailability=async t=>{let{path:s,headers:r,query:n,body:o}=DR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaces=async t=>{let{path:s,headers:r,query:n,body:o}=QR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicWorkspaces=async t=>{let{path:s,headers:r,query:n,body:o}=MR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=NR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAuditRecords=async t=>{let{path:s,headers:r,query:n,body:o}=KR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setWorkspacePreference=async t=>{let{path:s,headers:r,query:n,body:o}=$R(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspacePreference=async t=>{let{path:s,headers:r,query:n,body:o}=JR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceMembers=async t=>{let{path:s,headers:r,query:n,body:o}=XR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=eh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=sh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=ah(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=oh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listIntegrationApiKeys=async t=>{let{path:s,headers:r,query:n,body:o}=ph(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegrationApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=uh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegrationApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=lh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=mh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};validateIntegrationCreation=async t=>{let{path:s,headers:r,query:n,body:o}=Rh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=fh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};validateIntegrationUpdate=async t=>{let{path:s,headers:r,query:n,body:o}=bh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listIntegrations=async t=>{let{path:s,headers:r,query:n,body:o}=Ih(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=kh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationLogs=async t=>{let{path:s,headers:r,query:n,body:o}=Ah(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationByName=async t=>{let{path:s,headers:r,query:n,body:o}=Bh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=Ch(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};requestIntegrationVerification=async t=>{let{path:s,headers:r,query:n,body:o}=Eh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createInterface=async t=>{let{path:s,headers:r,query:n,body:o}=Lh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getInterface=async t=>{let{path:s,headers:r,query:n,body:o}=_h(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getInterfaceByName=async t=>{let{path:s,headers:r,query:n,body:o}=Dh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateInterface=async t=>{let{path:s,headers:r,query:n,body:o}=Qh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteInterface=async t=>{let{path:s,headers:r,query:n,body:o}=Mh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listInterfaces=async t=>{let{path:s,headers:r,query:n,body:o}=Nh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Kh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=$h(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getDereferencedPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Jh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPluginByName=async t=>{let{path:s,headers:r,query:n,body:o}=Xh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updatePlugin=async t=>{let{path:s,headers:r,query:n,body:o}=ef(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deletePlugin=async t=>{let{path:s,headers:r,query:n,body:o}=sf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPlugins=async t=>{let{path:s,headers:r,query:n,body:o}=af(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPluginCode=async t=>{let{path:s,headers:r,query:n,body:o}=of(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUsage=async t=>{let{path:s,headers:r,query:n,body:o}=cf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getMultipleUsages=async t=>{let{path:s,headers:r,query:n,body:o}=df(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageHistory=async t=>{let{path:s,headers:r,query:n,body:o}=gf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageActivity=async t=>{let{path:s,headers:r,query:n,body:o}=yf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageActivityDaily=async t=>{let{path:s,headers:r,query:n,body:o}=hf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};changeAISpendQuota=async t=>{let{path:s,headers:r,query:n,body:o}=qf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listActivities=async t=>{let{path:s,headers:r,query:n,body:o}=xf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};introspect=async t=>{let{path:s,headers:r,query:n,body:o}=vf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function f(e){return j.isAxiosError(e)&&e.response?.data?Bo(e.response.data):Bo(e)}var wo=class extends Gr{config;constructor(t){let s=Ie.getClientConfig(t),r=ve.createAxiosInstance(s);super(r,{toApiError:ke.toApiError}),t.retry&&Be(r,t.retry),this.config=s}get list(){return{publicIntegrations:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations}))),bots:t=>new P.AsyncCollection(({nextToken:s})=>this.listBots({nextToken:s,...t}).then(r=>({...r,items:r.bots}))),botIssues:t=>new P.AsyncCollection(({nextToken:s})=>this.listBotIssues({nextToken:s,...t}).then(r=>({...r,items:r.issues}))),workspaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces}))),publicWorkspaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces}))),workspaceMembers:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkspaceMembers({nextToken:s,...t}).then(r=>({...r,items:r.members}))),integrations:t=>new P.AsyncCollection(({nextToken:s})=>this.listIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations}))),interfaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listInterfaces({nextToken:s,...t}).then(r=>({...r,items:r.interfaces}))),activities:t=>new P.AsyncCollection(({nextToken:s})=>this.listActivities({nextToken:s,...t}).then(r=>({...r,items:r.activities}))),usageActivity:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsageActivity({nextToken:s,...t}).then(r=>({...r,items:r.data}))),usageActivityDaily:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsageActivityDaily({nextToken:s,...t}).then(r=>({...r,items:r.data})))}}};var ai={};qe(ai,{Client:()=>ri});var Pf=S(require("crypto"));var LG={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},Uo=typeof window<"u"&&typeof window.document<"u"?window.crypto:Pf.default;Uo.getRandomValues||(Uo=LG);var H=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(Uo.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},SG=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,_G=e=>e instanceof H||SG(e)&&e.isApiError===!0,mt=class extends H{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},Eo=class extends H{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},Go=class extends H{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},Lo=class extends H{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},So=class extends H{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},_o=class extends H{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},Wo=class extends H{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},Do=class extends H{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},Ho=class extends H{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},Qo=class extends H{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},Fo=class extends H{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},Mo=class extends H{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},Oo=class extends H{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},No=class extends H{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},Vo=class extends H{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},Ko=class extends H{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},jo=class extends H{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},$o=class extends H{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},zo=class extends H{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},Jo=class extends H{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},Yo=class extends H{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},Xo=class extends H{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},Zo=class extends H{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},ei=class extends H{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},ti=class extends H{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},WG={Unknown:mt,Internal:Eo,Unauthorized:Go,Forbidden:Lo,PayloadTooLarge:So,InvalidPayload:_o,UnsupportedMediaType:Wo,MethodNotFound:Do,ResourceNotFound:Ho,InvalidJsonSchema:Qo,InvalidDataFormat:Fo,InvalidIdentifier:Mo,RelationConflict:Oo,ReferenceConstraint:No,ResourceLockedConflict:Vo,ResourceGone:Ko,ReferenceNotFound:jo,InvalidQuery:$o,Runtime:zo,AlreadyExists:Jo,RateLimited:Yo,PaymentRequired:Xo,QuotaExceeded:Zo,LimitExceeded:ei,BreakingChanges:ti},si=e=>_G(e)?e:e instanceof Error?new mt(e.message,e):typeof e=="string"?new mt(e):DG(e);function DG(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=WG[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new mt(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new mt("An invalid error occurred: "+JSON.stringify(e))}var Af=S(Ft()),HG=e=>e[1]!==void 0,ne=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(HG),p=Object.fromEntries(i),c=Af.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var Tf=e=>({path:"/v1/files",headers:{},query:{},params:{},body:{key:e.key,tags:e.tags,size:e.size,index:e.index,indexing:e.indexing,accessPolicies:e.accessPolicies,contentType:e.contentType,expiresAt:e.expiresAt,publicContentImmediatelyAccessible:e.publicContentImmediatelyAccessible,metadata:e.metadata}});var wf=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Uf=e=>({path:"/v1/files",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,ids:e.ids,indexed:e.indexed},params:{},body:{}});var Gf=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Sf=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{metadata:e.metadata,tags:e.tags,accessPolicies:e.accessPolicies,expiresAt:e.expiresAt}});var Wf=e=>({path:`/v1/files/${encodeURIComponent(e.idOrKey)}/${encodeURIComponent(e.destinationKey)}`,headers:{"x-destination-bot-id":e["x-destination-bot-id"]},query:{},params:{idOrKey:e.idOrKey,destinationKey:e.destinationKey},body:{overwrite:e.overwrite}});var Hf=e=>({path:"/v1/files/search",headers:{},query:{tags:e.tags,query:e.query,contextDepth:e.contextDepth,limit:e.limit,consolidate:e.consolidate,includeBreadcrumb:e.includeBreadcrumb,withContext:e.withContext},params:{},body:{}});var Ff=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{nextToken:e.nextToken,limit:e.limit},params:{id:e.id},body:{}});var Of=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{},params:{id:e.id},body:{passages:e.passages}});var Vf=e=>({path:"/v1/files/tags",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var jf=e=>({path:`/v1/files/tags/${encodeURIComponent(e.tag)}/values`,headers:{},query:{nextToken:e.nextToken},params:{tag:e.tag},body:{}});var zf=e=>({path:"/v1/files/knowledge-bases",headers:{},query:{},params:{},body:{name:e.name,tags:e.tags}});var Yf=e=>({path:`/v1/files/knowledge-bases/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Zf=e=>({path:`/v1/files/knowledge-bases/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,tags:e.tags}});var tq=e=>({path:"/v1/files/knowledge-bases",headers:{},query:{nextToken:e.nextToken,tags:e.tags},params:{},body:{}});var Lr=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}upsertFile=async t=>{let{path:s,headers:r,query:n,body:o}=Tf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteFile=async t=>{let{path:s,headers:r,query:n,body:o}=wf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFiles=async t=>{let{path:s,headers:r,query:n,body:o}=Uf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getFile=async t=>{let{path:s,headers:r,query:n,body:o}=Gf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateFileMetadata=async t=>{let{path:s,headers:r,query:n,body:o}=Sf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};copyFile=async t=>{let{path:s,headers:r,query:n,body:o}=Wf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};searchFiles=async t=>{let{path:s,headers:r,query:n,body:o}=Hf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFilePassages=async t=>{let{path:s,headers:r,query:n,body:o}=Ff(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setFilePassages=async t=>{let{path:s,headers:r,query:n,body:o}=Of(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFileTags=async t=>{let{path:s,headers:r,query:n,body:o}=Vf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFileTagValues=async t=>{let{path:s,headers:r,query:n,body:o}=jf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=zf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=Yf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=Zf(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listKnowledgeBases=async t=>{let{path:s,headers:r,query:n,body:o}=tq(t),i=this.props.toAxiosRequest??ne,p=this.props.toApiError??ce,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function ce(e){return j.isAxiosError(e)&&e.response?.data?si(e.response.data):si(e)}var Sr=async(e,{key:t,index:s,tags:r,contentType:n,accessPolicies:o,content:i,url:p,indexing:c,expiresAt:a,metadata:u,publicContentImmediatelyAccessible:y})=>{if(p&&i)throw new De("Cannot provide both content and URL, please provide only one of them");if(p&&(i=await j.get(p,{responseType:"arraybuffer"}).then(k=>k.data).catch(k=>{throw new De(`Failed to download file from provided URL: ${k.message}`,k)})),!i)throw new De("No content was provided for the file");let R,x;if(typeof i=="string"){let I=new TextEncoder().encode(i);R=I,x=I.byteLength}else if(i instanceof Uint8Array)R=i,x=R.byteLength;else if(i instanceof ArrayBuffer)R=i,x=R.byteLength;else if(i instanceof Blob)R=i,x=i.size;else throw new De("The provided content is not supported");let{file:m}=await e.upsertFile({key:t,tags:r,index:s,accessPolicies:o,contentType:n,metadata:u,size:x,expiresAt:a,indexing:c,publicContentImmediatelyAccessible:y}),q={"Content-Type":m.contentType};y&&(q["x-amz-tagging"]="public=true");try{await j.put(m.uploadUrl,R,{maxBodyLength:1/0,headers:q})}catch(k){let I=k instanceof Error?k:new Error(String(k));throw new De(`Failed to upload file: ${I.message}`,I,m)}return{file:{...m,size:x}}};var ri=class extends Lr{config;constructor(t){let s=Ie.getClientConfig(t),r=ve.createAxiosInstance(s);super(r,{toApiError:ke.toApiError}),t.retry&&Be(r,t.retry),this.config=s}get list(){return{files:t=>new P.AsyncCollection(({nextToken:s})=>this.listFiles({nextToken:s,...t}).then(r=>({...r,items:r.files}))),filePassages:t=>new P.AsyncCollection(({nextToken:s})=>this.listFilePassages({nextToken:s,...t}).then(r=>({...r,items:r.passages}))),fileTags:t=>new P.AsyncCollection(({nextToken:s})=>this.listFileTags({nextToken:s,...t}).then(r=>({...r,items:r.tags}))),fileTagValues:t=>new P.AsyncCollection(({nextToken:s})=>this.listFileTagValues({nextToken:s,...t}).then(r=>({...r,items:r.values}))),knowledgeBases:t=>new P.AsyncCollection(({nextToken:s})=>this.listKnowledgeBases({nextToken:s,...t}).then(r=>({...r,items:r.knowledgeBases})))}}async uploadFile(t){return await Sr(this,t)}};var Ei={};qe(Ei,{Client:()=>Ui});var aq=S(require("crypto"));var FG={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},ni=typeof window<"u"&&typeof window.document<"u"?window.crypto:aq.default;ni.getRandomValues||(ni=FG);var Q=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(ni.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},MG=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,OG=e=>e instanceof Q||MG(e)&&e.isApiError===!0,yt=class extends Q{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},oi=class extends Q{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},ii=class extends Q{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},pi=class extends Q{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},ci=class extends Q{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},ui=class extends Q{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},di=class extends Q{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},li=class extends Q{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},gi=class extends Q{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},mi=class extends Q{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},yi=class extends Q{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},Ri=class extends Q{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},hi=class extends Q{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},fi=class extends Q{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},qi=class extends Q{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},bi=class extends Q{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},xi=class extends Q{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},Ii=class extends Q{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},vi=class extends Q{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},ki=class extends Q{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},Pi=class extends Q{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},Ai=class extends Q{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},Ti=class extends Q{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},Bi=class extends Q{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},wi=class extends Q{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},NG={Unknown:yt,Internal:oi,Unauthorized:ii,Forbidden:pi,PayloadTooLarge:ci,InvalidPayload:ui,UnsupportedMediaType:di,MethodNotFound:li,ResourceNotFound:gi,InvalidJsonSchema:mi,InvalidDataFormat:yi,InvalidIdentifier:Ri,RelationConflict:hi,ReferenceConstraint:fi,ResourceLockedConflict:qi,ResourceGone:bi,ReferenceNotFound:xi,InvalidQuery:Ii,Runtime:vi,AlreadyExists:ki,RateLimited:Pi,PaymentRequired:Ai,QuotaExceeded:Ti,LimitExceeded:Bi,BreakingChanges:wi},Ci=e=>OG(e)?e:e instanceof Error?new yt(e.message,e):typeof e=="string"?new yt(e):VG(e);function VG(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=NG[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new yt(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new yt("An invalid error occurred: "+JSON.stringify(e))}var nq=S(Ft()),KG=e=>e[1]!==void 0,te=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(KG),p=Object.fromEntries(i),c=nq.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var oq=e=>({path:"/v1/tables",headers:{},query:{tags:e.tags},params:{},body:{}});var pq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var uq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{factor:e.factor,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var lq=e=>({path:"/v1/tables",headers:{},query:{},params:{},body:{name:e.name,factor:e.factor,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var mq=e=>({path:`/v1/tables/${encodeURIComponent(e.sourceTableId)}/duplicate`,headers:{},query:{},params:{sourceTableId:e.sourceTableId},body:{tableName:e.tableName,schemaOnly:e.schemaOnly,factor:e.factor}});var Rq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/export`,headers:{},query:{format:e.format,compress:e.compress},params:{table:e.table},body:{}});var fq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/jobs`,headers:{},query:{},params:{table:e.table},body:{}});var bq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/import`,headers:{},query:{},params:{table:e.table},body:{fileId:e.fileId}});var Iq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{name:e.name,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled,factor:e.factor}});var kq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/column`,headers:{},query:{},params:{table:e.table},body:{name:e.name,newName:e.newName}});var Aq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var Bq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/row`,headers:{},query:{id:e.id},params:{table:e.table},body:{}});var Cq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/find`,headers:{},query:{},params:{table:e.table},body:{limit:e.limit,offset:e.offset,filter:e.filter,group:e.group,search:e.search,select:e.select,orderBy:e.orderBy,orderDirection:e.orderDirection}});var Eq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var Lq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/delete`,headers:{},query:{},params:{table:e.table},body:{ids:e.ids,filter:e.filter,deleteAllRows:e.deleteAllRows}});var _q=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var Dq=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/upsert`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,keyColumn:e.keyColumn,waitComputed:e.waitComputed}});var _r=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}listTables=async t=>{let{path:s,headers:r,query:n,body:o}=oq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTable=async t=>{let{path:s,headers:r,query:n,body:o}=pq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateTable=async t=>{let{path:s,headers:r,query:n,body:o}=uq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTable=async t=>{let{path:s,headers:r,query:n,body:o}=lq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};duplicateTable=async t=>{let{path:s,headers:r,query:n,body:o}=mq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};exportTable=async t=>{let{path:s,headers:r,query:n,body:o}=Rq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTableJobs=async t=>{let{path:s,headers:r,query:n,body:o}=fq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};importTable=async t=>{let{path:s,headers:r,query:n,body:o}=bq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTable=async t=>{let{path:s,headers:r,query:n,body:o}=Iq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};renameTableColumn=async t=>{let{path:s,headers:r,query:n,body:o}=kq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTable=async t=>{let{path:s,headers:r,query:n,body:o}=Aq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTableRow=async t=>{let{path:s,headers:r,query:n,body:o}=Bq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};findTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=Cq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=Eq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=Lq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=_q(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};upsertTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=Dq(t),i=this.props.toAxiosRequest??te,p=this.props.toApiError??re,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function re(e){return j.isAxiosError(e)&&e.response?.data?Ci(e.response.data):Ci(e)}var Ui=class extends _r{config;constructor(t){let s=Ie.getClientConfig(t),r=ve.createAxiosInstance(s);super(r,{toApiError:ke.toApiError}),t.retry&&Be(r,t.retry),this.config=s}};var Qq=S(Ft()),$G=e=>e[1]!==void 0,d=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter($G),p=Object.fromEntries(i),c=Qq.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var Fq=e=>({path:"/v1/chat/conversations",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var Oq=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Vq=e=>({path:"/v1/chat/conversations",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,participantIds:e.participantIds,integrationName:e.integrationName,channel:e.channel,afterDate:e.afterDate,beforeDate:e.beforeDate},params:{},body:{}});var jq=e=>({path:"/v1/chat/conversations/get-or-create",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName,discriminateByTags:e.discriminateByTags}});var zq=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{currentTaskId:e.currentTaskId,tags:e.tags}});var Yq=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Zq=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var tb=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{},params:{id:e.id},body:{userId:e.userId}});var rb=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var nb=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var ib=e=>({path:"/v1/chat/events",headers:{},query:{},params:{},body:{type:e.type,payload:e.payload,schedule:e.schedule,conversationId:e.conversationId,userId:e.userId,workflowId:e.workflowId,messageId:e.messageId}});var cb=e=>({path:`/v1/chat/events/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var db=e=>({path:"/v1/chat/events",headers:{},query:{nextToken:e.nextToken,type:e.type,conversationId:e.conversationId,userId:e.userId,messageId:e.messageId,workflowId:e.workflowId,status:e.status},params:{},body:{}});var gb=e=>({path:`/v1/chat/events/scheduled/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var yb=e=>({path:"/v1/chat/messages",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,origin:e.origin}});var hb=e=>({path:"/v1/chat/messages/get-or-create",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,origin:e.origin,discriminateByTags:e.discriminateByTags}});var qb=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var xb=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,payload:e.payload}});var vb=e=>({path:"/v1/chat/messages",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags,afterDate:e.afterDate,beforeDate:e.beforeDate},params:{},body:{}});var Pb=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Tb=e=>({path:"/v1/chat/initialize-incoming-message",headers:{},query:{},params:{},body:{userId:e.userId,user:e.user,conversationId:e.conversationId,conversation:e.conversation,message:e.message}});var wb=e=>({path:"/v1/chat/messages/import-messages",headers:{},query:{},params:{},body:{messages:e.messages}});var Ub=e=>({path:"/v1/chat/users",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var Gb=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Sb=e=>({path:"/v1/chat/users",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags,afterDate:e.afterDate,beforeDate:e.beforeDate,rangeField:e.rangeField,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var Wb=e=>({path:"/v1/chat/users/get-or-create",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl,discriminateByTags:e.discriminateByTags}});var Hb=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,name:e.name,pictureUrl:e.pictureUrl}});var Fb=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ob=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/expiry`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{expiry:e.expiry}});var Vb=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{}});var jb=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var zb=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/get-or-set`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var Yb=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload}});var Zb=e=>({path:"/v1/chat/actions",headers:{},query:{},params:{},body:{type:e.type,input:e.input}});var tx=e=>({path:"/v1/chat/integrations/configure",headers:{},query:{},params:{},body:{identifier:e.identifier,scheduleRegisterCall:e.scheduleRegisterCall,sandboxIdentifiers:e.sandboxIdentifiers}});var rx=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var nx=e=>({path:"/v1/chat/tasks",headers:{},query:{},params:{},body:{title:e.title,description:e.description,type:e.type,data:e.data,parentTaskId:e.parentTaskId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags}});var ix=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{title:e.title,description:e.description,data:e.data,timeoutAt:e.timeoutAt,status:e.status,tags:e.tags}});var cx=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var dx=e=>({path:"/v1/chat/tasks",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentTaskId:e.parentTaskId,status:e.status,type:e.type},params:{},body:{}});var gx=e=>({path:"/v1/chat/workflows",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId}});var yx=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var hx=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{output:e.output,timeoutAt:e.timeoutAt,status:e.status,failureReason:e.failureReason,tags:e.tags,userId:e.userId,eventId:e.eventId}});var qx=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var xx=e=>({path:"/v1/chat/workflows",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentWorkflowId:e.parentWorkflowId,statuses:e.statuses,name:e.name},params:{},body:{}});var vx=e=>({path:"/v1/chat/workflows/get-or-create",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId,discriminateByTags:e.discriminateByTags,discriminateByStatusGroup:e.discriminateByStatusGroup}});var Px=e=>({path:`/v1/chat/tags/${encodeURIComponent(e.key)}/values`,headers:{},query:{nextToken:e.nextToken,type:e.type},params:{key:e.key},body:{}});var Tx=e=>({path:"/v1/chat/analytics",headers:{},query:{},params:{},body:{name:e.name,count:e.count}});var wx=e=>({path:"/v1/admin/helper/vrl",headers:{},query:{},params:{},body:{data:e.data,script:e.script}});var Ux=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var Gx=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{displayName:e.displayName,profilePicture:e.profilePicture,refresh:e.refresh}});var Sx=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var Wx=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{}});var Hx=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{note:e.note}});var Fx=e=>({path:`/v1/admin/account/pats/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ox=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var Vx=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var jx=e=>({path:"/v1/admin/hub/integrations",headers:{},query:{nextToken:e.nextToken,limit:e.limit,name:e.name,version:e.version,interfaceId:e.interfaceId,interfaceName:e.interfaceName,installedByBotId:e.installedByBotId,verificationStatus:e.verificationStatus,search:e.search,sortBy:e.sortBy,direction:e.direction},params:{},body:{}});var zx=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Yx=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Zx=e=>({path:"/v1/admin/hub/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var tI=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var rI=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}/dereferenced`,headers:{},query:{interfaces:e.interfaces},params:{id:e.id},body:{}});var nI=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var iI=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var cI=e=>({path:"/v1/admin/hub/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var dI=e=>({path:`/v1/admin/hub/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var gI=e=>({path:`/v1/admin/hub/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var yI=e=>({path:"/v1/admin/bots",headers:{},query:{},params:{},body:{states:e.states,events:e.events,recurringEvents:e.recurringEvents,subscriptions:e.subscriptions,actions:e.actions,configuration:e.configuration,user:e.user,conversation:e.conversation,message:e.message,tags:e.tags,code:e.code,name:e.name,description:e.description,medias:e.medias,url:e.url,dev:e.dev}});var hI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{url:e.url,authentication:e.authentication,configuration:e.configuration,tags:e.tags,blocked:e.blocked,maxExecutionTime:e.maxExecutionTime,alwaysAlive:e.alwaysAlive,user:e.user,message:e.message,conversation:e.conversation,events:e.events,actions:e.actions,states:e.states,recurringEvents:e.recurringEvents,integrations:e.integrations,plugins:e.plugins,subscriptions:e.subscriptions,code:e.code,name:e.name,description:e.description,medias:e.medias,layers:e.layers,shouldMergePlugins:e.shouldMergePlugins}});var qI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/transfer`,headers:{},query:{},params:{id:e.id},body:{targetWorkspaceId:e.targetWorkspaceId}});var xI=e=>({path:"/v1/admin/bots",headers:{},query:{dev:e.dev,tags:e.tags,nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var vI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{shouldMergePlugins:e.shouldMergePlugins},params:{id:e.id},body:{}});var PI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var TI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,workflowId:e.workflowId,conversationId:e.conversationId,messageContains:e.messageContains,nextToken:e.nextToken},params:{id:e.id},body:{}});var wI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/webchat`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var UI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/analytics`,headers:{},query:{startDate:e.startDate,endDate:e.endDate},params:{id:e.id},body:{}});var GI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/action-runs`,headers:{},query:{integrationName:e.integrationName,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var SI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var WI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var HI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var FI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}/events`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var OI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{}});var VI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/${encodeURIComponent(e.versionId)}`,headers:{},query:{},params:{id:e.id,versionId:e.versionId},body:{}});var jI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/bot-json`,headers:{},query:{},params:{id:e.id},body:{}});var zI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/publish-from-bot-json`,headers:{},query:{},params:{id:e.id},body:{botJson:e.botJson}});var YI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{name:e.name,description:e.description}});var ZI=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/deploy`,headers:{},query:{},params:{id:e.id},body:{versionId:e.versionId}});var tv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var rv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var nv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var iv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/sandboxed-conversations`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var cv=e=>({path:"/v1/admin/bots/baks",headers:{},query:{botId:e.botId},params:{},body:{}});var dv=e=>({path:"/v1/admin/bots/baks",headers:{},query:{},params:{},body:{botId:e.botId,note:e.note}});var gv=e=>({path:`/v1/admin/bots/baks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var yv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/allowlist`,headers:{},query:{},params:{botId:e.botId},body:{}});var hv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/allowlist`,headers:{},query:{},params:{botId:e.botId},body:{setting:e.setting,users:e.users}});var qv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices`,headers:{},query:{},params:{id:e.id},body:{}});var xv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/upcoming-invoice`,headers:{},query:{},params:{id:e.id},body:{}});var vv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices/charge-unpaid`,headers:{},query:{},params:{id:e.id},body:{invoiceIds:e.invoiceIds}});var Pv=e=>({path:"/v1/admin/workspaces",headers:{},query:{},params:{},body:{name:e.name}});var Tv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/public`,headers:{},query:{},params:{id:e.id},body:{}});var wv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Uv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Gv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages/by-bot`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Sv=e=>({path:"/v1/admin/workspaces/usages/quota-completion",headers:{},query:{},params:{},body:{}});var Wv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quota`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Hv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quotas`,headers:{},query:{period:e.period},params:{id:e.id},body:{}});var Fv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,spendingLimit:e.spendingLimit,about:e.about,profilePicture:e.profilePicture,contactEmail:e.contactEmail,website:e.website,socialAccounts:e.socialAccounts,isPublic:e.isPublic,handle:e.handle}});var Ov=e=>({path:"/v1/admin/workspaces/handle-availability",headers:{},query:{},params:{},body:{handle:e.handle}});var Vv=e=>({path:"/v1/admin/workspaces",headers:{},query:{nextToken:e.nextToken,handle:e.handle},params:{},body:{}});var jv=e=>({path:"/v1/admin/workspaces/public",headers:{},query:{nextToken:e.nextToken,workspaceIds:e.workspaceIds,search:e.search},params:{},body:{}});var zv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Yv=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/audit-records`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Zv=e=>({path:`/v1/admin/workspaces/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var tk=e=>({path:`/v1/admin/workspaces/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var rk=e=>({path:"/v1/admin/workspace-members",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var nk=e=>({path:"/v1/admin/workspace-members/me",headers:{},query:{},params:{},body:{}});var ik=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ck=e=>({path:"/v1/admin/workspace-members",headers:{},query:{},params:{},body:{email:e.email,role:e.role}});var dk=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{role:e.role}});var gk=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{integrationId:e.integrationId},params:{},body:{}});var yk=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{},params:{},body:{integrationId:e.integrationId,note:e.note}});var hk=e=>({path:`/v1/admin/integrations/iaks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var qk=e=>({path:"/v1/admin/integrations",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,attributes:e.attributes,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,layers:e.layers}});var xk=e=>({path:"/v1/admin/integrations/validate",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,attributes:e.attributes,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,layers:e.layers}});var vk=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,channels:e.channels,maxExecutionTime:e.maxExecutionTime,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,attributes:e.attributes,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,visibility:e.visibility,layers:e.layers}});var Pk=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/validate`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,channels:e.channels,maxExecutionTime:e.maxExecutionTime,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,attributes:e.attributes,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,visibility:e.visibility,layers:e.layers}});var Tk=e=>({path:"/v1/admin/integrations",headers:{},query:{nextToken:e.nextToken,limit:e.limit,name:e.name,version:e.version,interfaceId:e.interfaceId,interfaceName:e.interfaceName,installedByBotId:e.installedByBotId,verificationStatus:e.verificationStatus,search:e.search,sortBy:e.sortBy,direction:e.direction,visibility:e.visibility,dev:e.dev},params:{},body:{}});var wk=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Uk=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,conversationId:e.conversationId,messageContains:e.messageContains,nextToken:e.nextToken},params:{id:e.id},body:{}});var Gk=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Sk=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Wk=e=>({path:"/v1/admin/integrations/request-verification",headers:{},query:{},params:{},body:{integrationId:e.integrationId}});var Hk=e=>({path:"/v1/admin/interfaces",headers:{},query:{},params:{},body:{name:e.name,version:e.version,entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate,attributes:e.attributes,sdkVersion:e.sdkVersion,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public}});var Fk=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ok=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Vk=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate,attributes:e.attributes,sdkVersion:e.sdkVersion,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public}});var jk=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var zk=e=>({path:"/v1/admin/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var Yk=e=>({path:"/v1/admin/plugins",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,attributes:e.attributes,sdkVersion:e.sdkVersion,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,dependencies:e.dependencies}});var Zk=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var tP=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/dereferenced`,headers:{},query:{interfaces:e.interfaces},params:{id:e.id},body:{}});var rP=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var nP=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,attributes:e.attributes,sdkVersion:e.sdkVersion,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,dependencies:e.dependencies}});var iP=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var cP=e=>({path:"/v1/admin/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var dP=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var gP=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var yP=e=>({path:"/v1/admin/usages/multiple",headers:{},query:{types:e.types,ids:e.ids,period:e.period},params:{},body:{}});var hP=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/history`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var qP=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/activity`,headers:{},query:{type:e.type,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var xP=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/daily-activity`,headers:{},query:{type:e.type,dateFrom:e.dateFrom,dateUntil:e.dateUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var vP=e=>({path:"/v1/admin/quotas/ai-spend",headers:{},query:{},params:{},body:{monthlySpendingLimit:e.monthlySpendingLimit}});var PP=e=>({path:"/v1/admin/activities",headers:{},query:{nextToken:e.nextToken,taskId:e.taskId,botId:e.botId},params:{},body:{}});var TP=e=>({path:"/v1/admin/introspect",headers:{},query:{},params:{},body:{botId:e.botId}});var wP=e=>({path:"/v1/files",headers:{},query:{},params:{},body:{key:e.key,tags:e.tags,size:e.size,index:e.index,indexing:e.indexing,accessPolicies:e.accessPolicies,contentType:e.contentType,expiresAt:e.expiresAt,publicContentImmediatelyAccessible:e.publicContentImmediatelyAccessible,metadata:e.metadata}});var UP=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var GP=e=>({path:"/v1/files",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,ids:e.ids,indexed:e.indexed},params:{},body:{}});var SP=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var WP=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{metadata:e.metadata,tags:e.tags,accessPolicies:e.accessPolicies,expiresAt:e.expiresAt}});var HP=e=>({path:`/v1/files/${encodeURIComponent(e.idOrKey)}/${encodeURIComponent(e.destinationKey)}`,headers:{"x-destination-bot-id":e["x-destination-bot-id"]},query:{},params:{idOrKey:e.idOrKey,destinationKey:e.destinationKey},body:{overwrite:e.overwrite}});var FP=e=>({path:"/v1/files/search",headers:{},query:{tags:e.tags,query:e.query,contextDepth:e.contextDepth,limit:e.limit,consolidate:e.consolidate,includeBreadcrumb:e.includeBreadcrumb,withContext:e.withContext},params:{},body:{}});var OP=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{nextToken:e.nextToken,limit:e.limit},params:{id:e.id},body:{}});var VP=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{},params:{id:e.id},body:{passages:e.passages}});var jP=e=>({path:"/v1/files/tags",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var zP=e=>({path:`/v1/files/tags/${encodeURIComponent(e.tag)}/values`,headers:{},query:{nextToken:e.nextToken},params:{tag:e.tag},body:{}});var YP=e=>({path:"/v1/files/knowledge-bases",headers:{},query:{},params:{},body:{name:e.name,tags:e.tags}});var ZP=e=>({path:`/v1/files/knowledge-bases/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var tA=e=>({path:`/v1/files/knowledge-bases/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,tags:e.tags}});var rA=e=>({path:"/v1/files/knowledge-bases",headers:{},query:{nextToken:e.nextToken,tags:e.tags},params:{},body:{}});var nA=e=>({path:"/v1/tables",headers:{},query:{tags:e.tags},params:{},body:{}});var iA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var cA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{factor:e.factor,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var dA=e=>({path:"/v1/tables",headers:{},query:{},params:{},body:{name:e.name,factor:e.factor,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var gA=e=>({path:`/v1/tables/${encodeURIComponent(e.sourceTableId)}/duplicate`,headers:{},query:{},params:{sourceTableId:e.sourceTableId},body:{tableName:e.tableName,schemaOnly:e.schemaOnly,factor:e.factor}});var yA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/export`,headers:{},query:{format:e.format,compress:e.compress},params:{table:e.table},body:{}});var hA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/jobs`,headers:{},query:{},params:{table:e.table},body:{}});var qA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/import`,headers:{},query:{},params:{table:e.table},body:{fileId:e.fileId}});var xA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{name:e.name,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled,factor:e.factor}});var vA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/column`,headers:{},query:{},params:{table:e.table},body:{name:e.name,newName:e.newName}});var PA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var TA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/row`,headers:{},query:{id:e.id},params:{table:e.table},body:{}});var wA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/find`,headers:{},query:{},params:{table:e.table},body:{limit:e.limit,offset:e.offset,filter:e.filter,group:e.group,search:e.search,select:e.select,orderBy:e.orderBy,orderDirection:e.orderDirection}});var UA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var GA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/delete`,headers:{},query:{},params:{table:e.table},body:{ids:e.ids,filter:e.filter,deleteAllRows:e.deleteAllRows}});var SA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var WA=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/upsert`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,keyColumn:e.keyColumn,waitComputed:e.waitComputed}});var Wr=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}createConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Fq(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Oq(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listConversations=async t=>{let{path:s,headers:r,query:n,body:o}=Vq(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateConversation=async t=>{let{path:s,headers:r,query:n,body:o}=jq(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateConversation=async t=>{let{path:s,headers:r,query:n,body:o}=zq(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Yq(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listParticipants=async t=>{let{path:s,headers:r,query:n,body:o}=Zq(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};addParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=tb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=rb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};removeParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=nb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createEvent=async t=>{let{path:s,headers:r,query:n,body:o}=ib(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getEvent=async t=>{let{path:s,headers:r,query:n,body:o}=cb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listEvents=async t=>{let{path:s,headers:r,query:n,body:o}=db(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};cancelScheduledEvent=async t=>{let{path:s,headers:r,query:n,body:o}=gb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createMessage=async t=>{let{path:s,headers:r,query:n,body:o}=yb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateMessage=async t=>{let{path:s,headers:r,query:n,body:o}=hb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getMessage=async t=>{let{path:s,headers:r,query:n,body:o}=qb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateMessage=async t=>{let{path:s,headers:r,query:n,body:o}=xb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listMessages=async t=>{let{path:s,headers:r,query:n,body:o}=vb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Pb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};initializeIncomingMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Tb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};importMessages=async t=>{let{path:s,headers:r,query:n,body:o}=wb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createUser=async t=>{let{path:s,headers:r,query:n,body:o}=Ub(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUser=async t=>{let{path:s,headers:r,query:n,body:o}=Gb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsers=async t=>{let{path:s,headers:r,query:n,body:o}=Sb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateUser=async t=>{let{path:s,headers:r,query:n,body:o}=Wb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateUser=async t=>{let{path:s,headers:r,query:n,body:o}=Hb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteUser=async t=>{let{path:s,headers:r,query:n,body:o}=Fb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setStateExpiry=async t=>{let{path:s,headers:r,query:n,body:o}=Ob(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getState=async t=>{let{path:s,headers:r,query:n,body:o}=Vb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setState=async t=>{let{path:s,headers:r,query:n,body:o}=jb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrSetState=async t=>{let{path:s,headers:r,query:n,body:o}=zb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};patchState=async t=>{let{path:s,headers:r,query:n,body:o}=Yb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"patch",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};callAction=async t=>{let{path:s,headers:r,query:n,body:o}=Zb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};configureIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=tx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTask=async t=>{let{path:s,headers:r,query:n,body:o}=rx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTask=async t=>{let{path:s,headers:r,query:n,body:o}=nx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTask=async t=>{let{path:s,headers:r,query:n,body:o}=ix(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTask=async t=>{let{path:s,headers:r,query:n,body:o}=cx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTasks=async t=>{let{path:s,headers:r,query:n,body:o}=dx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=gx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=yx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=hx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=qx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkflows=async t=>{let{path:s,headers:r,query:n,body:o}=xx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=vx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTagValues=async t=>{let{path:s,headers:r,query:n,body:o}=Px(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};trackAnalytics=async t=>{let{path:s,headers:r,query:n,body:o}=Tx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};runVrl=async t=>{let{path:s,headers:r,query:n,body:o}=wx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAccount=async t=>{let{path:s,headers:r,query:n,body:o}=Ux(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateAccount=async t=>{let{path:s,headers:r,query:n,body:o}=Gx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteAccount=async t=>{let{path:s,headers:r,query:n,body:o}=Sx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPersonalAccessTokens=async t=>{let{path:s,headers:r,query:n,body:o}=Wx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPersonalAccessToken=async t=>{let{path:s,headers:r,query:n,body:o}=Hx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deletePersonalAccessToken=async t=>{let{path:s,headers:r,query:n,body:o}=Fx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setAccountPreference=async t=>{let{path:s,headers:r,query:n,body:o}=Ox(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAccountPreference=async t=>{let{path:s,headers:r,query:n,body:o}=Vx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicIntegrations=async t=>{let{path:s,headers:r,query:n,body:o}=jx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicIntegrationById=async t=>{let{path:s,headers:r,query:n,body:o}=zx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=Yx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicPlugins=async t=>{let{path:s,headers:r,query:n,body:o}=Zx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPluginById=async t=>{let{path:s,headers:r,query:n,body:o}=tI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getDereferencedPublicPluginById=async t=>{let{path:s,headers:r,query:n,body:o}=rI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=nI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPluginCode=async t=>{let{path:s,headers:r,query:n,body:o}=iI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicInterfaces=async t=>{let{path:s,headers:r,query:n,body:o}=cI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicInterfaceById=async t=>{let{path:s,headers:r,query:n,body:o}=dI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicInterface=async t=>{let{path:s,headers:r,query:n,body:o}=gI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBot=async t=>{let{path:s,headers:r,query:n,body:o}=yI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateBot=async t=>{let{path:s,headers:r,query:n,body:o}=hI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};transferBot=async t=>{let{path:s,headers:r,query:n,body:o}=qI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBots=async t=>{let{path:s,headers:r,query:n,body:o}=xI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBot=async t=>{let{path:s,headers:r,query:n,body:o}=vI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBot=async t=>{let{path:s,headers:r,query:n,body:o}=PI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotLogs=async t=>{let{path:s,headers:r,query:n,body:o}=TI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotWebchat=async t=>{let{path:s,headers:r,query:n,body:o}=wI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotAnalytics=async t=>{let{path:s,headers:r,query:n,body:o}=UI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listActionRuns=async t=>{let{path:s,headers:r,query:n,body:o}=GI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotIssue=async t=>{let{path:s,headers:r,query:n,body:o}=SI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotIssues=async t=>{let{path:s,headers:r,query:n,body:o}=WI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBotIssue=async t=>{let{path:s,headers:r,query:n,body:o}=HI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotIssueEvents=async t=>{let{path:s,headers:r,query:n,body:o}=FI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotVersions=async t=>{let{path:s,headers:r,query:n,body:o}=OI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=VI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotJson=async t=>{let{path:s,headers:r,query:n,body:o}=jI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};publishFromBotJson=async t=>{let{path:s,headers:r,query:n,body:o}=zI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=YI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deployBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=ZI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=tv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=rv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=nv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};unlinkSandboxedConversations=async t=>{let{path:s,headers:r,query:n,body:o}=iv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotApiKeys=async t=>{let{path:s,headers:r,query:n,body:o}=cv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBotApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=dv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBotApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=gv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotAllowlist=async t=>{let{path:s,headers:r,query:n,body:o}=yv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateBotAllowlist=async t=>{let{path:s,headers:r,query:n,body:o}=hv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=qv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUpcomingInvoice=async t=>{let{path:s,headers:r,query:n,body:o}=xv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};chargeWorkspaceUnpaidInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=vv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=Pv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=Tv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=wv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceUsages=async t=>{let{path:s,headers:r,query:n,body:o}=Uv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};breakDownWorkspaceUsageByBot=async t=>{let{path:s,headers:r,query:n,body:o}=Gv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAllWorkspaceQuotaCompletion=async t=>{let{path:s,headers:r,query:n,body:o}=Sv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspaceQuota=async t=>{let{path:s,headers:r,query:n,body:o}=Wv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceQuotas=async t=>{let{path:s,headers:r,query:n,body:o}=Hv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=Fv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};checkHandleAvailability=async t=>{let{path:s,headers:r,query:n,body:o}=Ov(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaces=async t=>{let{path:s,headers:r,query:n,body:o}=Vv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicWorkspaces=async t=>{let{path:s,headers:r,query:n,body:o}=jv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=zv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAuditRecords=async t=>{let{path:s,headers:r,query:n,body:o}=Yv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setWorkspacePreference=async t=>{let{path:s,headers:r,query:n,body:o}=Zv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspacePreference=async t=>{let{path:s,headers:r,query:n,body:o}=tk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceMembers=async t=>{let{path:s,headers:r,query:n,body:o}=rk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=nk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=ik(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=ck(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=dk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listIntegrationApiKeys=async t=>{let{path:s,headers:r,query:n,body:o}=gk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegrationApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=yk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegrationApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=hk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=qk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};validateIntegrationCreation=async t=>{let{path:s,headers:r,query:n,body:o}=xk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=vk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};validateIntegrationUpdate=async t=>{let{path:s,headers:r,query:n,body:o}=Pk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listIntegrations=async t=>{let{path:s,headers:r,query:n,body:o}=Tk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=wk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationLogs=async t=>{let{path:s,headers:r,query:n,body:o}=Uk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationByName=async t=>{let{path:s,headers:r,query:n,body:o}=Gk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=Sk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};requestIntegrationVerification=async t=>{let{path:s,headers:r,query:n,body:o}=Wk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createInterface=async t=>{let{path:s,headers:r,query:n,body:o}=Hk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getInterface=async t=>{let{path:s,headers:r,query:n,body:o}=Fk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getInterfaceByName=async t=>{let{path:s,headers:r,query:n,body:o}=Ok(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateInterface=async t=>{let{path:s,headers:r,query:n,body:o}=Vk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteInterface=async t=>{let{path:s,headers:r,query:n,body:o}=jk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listInterfaces=async t=>{let{path:s,headers:r,query:n,body:o}=zk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Yk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Zk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getDereferencedPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=tP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPluginByName=async t=>{let{path:s,headers:r,query:n,body:o}=rP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updatePlugin=async t=>{let{path:s,headers:r,query:n,body:o}=nP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deletePlugin=async t=>{let{path:s,headers:r,query:n,body:o}=iP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPlugins=async t=>{let{path:s,headers:r,query:n,body:o}=cP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPluginCode=async t=>{let{path:s,headers:r,query:n,body:o}=dP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUsage=async t=>{let{path:s,headers:r,query:n,body:o}=gP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getMultipleUsages=async t=>{let{path:s,headers:r,query:n,body:o}=yP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageHistory=async t=>{let{path:s,headers:r,query:n,body:o}=hP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageActivity=async t=>{let{path:s,headers:r,query:n,body:o}=qP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageActivityDaily=async t=>{let{path:s,headers:r,query:n,body:o}=xP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};changeAISpendQuota=async t=>{let{path:s,headers:r,query:n,body:o}=vP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listActivities=async t=>{let{path:s,headers:r,query:n,body:o}=PP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};introspect=async t=>{let{path:s,headers:r,query:n,body:o}=TP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};upsertFile=async t=>{let{path:s,headers:r,query:n,body:o}=wP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteFile=async t=>{let{path:s,headers:r,query:n,body:o}=UP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFiles=async t=>{let{path:s,headers:r,query:n,body:o}=GP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getFile=async t=>{let{path:s,headers:r,query:n,body:o}=SP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateFileMetadata=async t=>{let{path:s,headers:r,query:n,body:o}=WP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};copyFile=async t=>{let{path:s,headers:r,query:n,body:o}=HP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};searchFiles=async t=>{let{path:s,headers:r,query:n,body:o}=FP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFilePassages=async t=>{let{path:s,headers:r,query:n,body:o}=OP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setFilePassages=async t=>{let{path:s,headers:r,query:n,body:o}=VP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFileTags=async t=>{let{path:s,headers:r,query:n,body:o}=jP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFileTagValues=async t=>{let{path:s,headers:r,query:n,body:o}=zP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=YP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=ZP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=tA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listKnowledgeBases=async t=>{let{path:s,headers:r,query:n,body:o}=rA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTables=async t=>{let{path:s,headers:r,query:n,body:o}=nA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTable=async t=>{let{path:s,headers:r,query:n,body:o}=iA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateTable=async t=>{let{path:s,headers:r,query:n,body:o}=cA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTable=async t=>{let{path:s,headers:r,query:n,body:o}=dA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};duplicateTable=async t=>{let{path:s,headers:r,query:n,body:o}=gA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};exportTable=async t=>{let{path:s,headers:r,query:n,body:o}=yA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTableJobs=async t=>{let{path:s,headers:r,query:n,body:o}=hA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};importTable=async t=>{let{path:s,headers:r,query:n,body:o}=qA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTable=async t=>{let{path:s,headers:r,query:n,body:o}=xA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};renameTableColumn=async t=>{let{path:s,headers:r,query:n,body:o}=vA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTable=async t=>{let{path:s,headers:r,query:n,body:o}=PA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTableRow=async t=>{let{path:s,headers:r,query:n,body:o}=TA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};findTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=wA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=UA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=GA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=SA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};upsertTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=WA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function l(e){return j.isAxiosError(e)&&e.response?.data?ct(e.response.data):ct(e)}var Gi=class extends Wr{config;constructor(t={}){let s=Ie.getClientConfig(t),r=ve.createAxiosInstance(s);super(r,{toApiError:ke.toApiError}),t.retry&&Be(r,t.retry),this.config=s}get list(){return{conversations:t=>new P.AsyncCollection(({nextToken:s})=>this.listConversations({nextToken:s,...t}).then(r=>({...r,items:r.conversations}))),participants:t=>new P.AsyncCollection(({nextToken:s})=>this.listParticipants({nextToken:s,...t}).then(r=>({...r,items:r.participants}))),events:t=>new P.AsyncCollection(({nextToken:s})=>this.listEvents({nextToken:s,...t}).then(r=>({...r,items:r.events}))),messages:t=>new P.AsyncCollection(({nextToken:s})=>this.listMessages({nextToken:s,...t}).then(r=>({...r,items:r.messages}))),users:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsers({nextToken:s,...t}).then(r=>({...r,items:r.users}))),tasks:t=>new P.AsyncCollection(({nextToken:s})=>this.listTasks({nextToken:s,...t}).then(r=>({...r,items:r.tasks}))),publicIntegrations:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations}))),bots:t=>new P.AsyncCollection(({nextToken:s})=>this.listBots({nextToken:s,...t}).then(r=>({...r,items:r.bots}))),botIssues:t=>new P.AsyncCollection(({nextToken:s})=>this.listBotIssues({nextToken:s,...t}).then(r=>({...r,items:r.issues}))),workspaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces}))),publicWorkspaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces}))),workspaceMembers:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkspaceMembers({nextToken:s,...t}).then(r=>({...r,items:r.members}))),integrations:t=>new P.AsyncCollection(({nextToken:s})=>this.listIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations}))),interfaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listInterfaces({nextToken:s,...t}).then(r=>({...r,items:r.interfaces}))),publicInterfaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicInterfaces({nextToken:s,...t}).then(r=>({...r,items:r.interfaces}))),plugins:t=>new P.AsyncCollection(({nextToken:s})=>this.listPlugins({nextToken:s,...t}).then(r=>({...r,items:r.plugins}))),publicPlugins:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicPlugins({nextToken:s,...t}).then(r=>({...r,items:r.plugins}))),activities:t=>new P.AsyncCollection(({nextToken:s})=>this.listActivities({nextToken:s,...t}).then(r=>({...r,items:r.activities}))),files:t=>new P.AsyncCollection(({nextToken:s})=>this.listFiles({nextToken:s,...t}).then(r=>({...r,items:r.files}))),filePassages:t=>new P.AsyncCollection(({nextToken:s})=>this.listFilePassages({nextToken:s,...t}).then(r=>({...r,items:r.passages}))),fileTags:t=>new P.AsyncCollection(({nextToken:s})=>this.listFileTags({nextToken:s,...t}).then(r=>({...r,items:r.tags}))),fileTagValues:t=>new P.AsyncCollection(({nextToken:s})=>this.listFileTagValues({nextToken:s,...t}).then(r=>({...r,items:r.values}))),knowledgeBases:t=>new P.AsyncCollection(({nextToken:s})=>this.listKnowledgeBases({nextToken:s,...t}).then(r=>({...r,items:r.knowledgeBases}))),usageActivity:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsageActivity({nextToken:s,...t}).then(r=>({...r,items:r.data}))),usageActivityDaily:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsageActivityDaily({nextToken:s,...t}).then(r=>({...r,items:r.data}))),workflows:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkflows({nextToken:s,...t}).then(r=>({...r,items:r.workflows})))}}uploadFile=async t=>await Sr(this,t)};0&&(module.exports={AlreadyExistsError,BreakingChangesError,Client,ForbiddenError,InternalError,InvalidDataFormatError,InvalidIdentifierError,InvalidJsonSchemaError,InvalidPayloadError,InvalidQueryError,LimitExceededError,MethodNotFoundError,PayloadTooLargeError,PaymentRequiredError,QuotaExceededError,RateLimitedError,ReferenceConstraintError,ReferenceNotFoundError,RelationConflictError,ResourceGoneError,ResourceLockedConflictError,ResourceNotFoundError,RuntimeError,UnauthorizedError,UnknownError,UnsupportedMediaTypeError,UploadFileError,admin,axios,axiosRetry,errorFrom,files,isApiError,runtime,tables});
4
+ `+o),e.push(n+"m+"+Qs.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=VC()+t+" "+e[0]}function VC(){return Z.inspectOpts.hideDate?"":new Date().toISOString()+" "}function KC(...e){return process.stderr.write(Hs.formatWithOptions(Z.inspectOpts,...e)+`
5
+ `)}function jC(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function $C(){return process.env.DEBUG}function zC(e){e.inspectOpts={};let t=Object.keys(Z.inspectOpts);for(let s=0;s<t.length;s++)e.inspectOpts[t[s]]=Z.inspectOpts[t[s]]}Qs.exports=La()(Z);var{formatters:Qu}=Qs.exports;Qu.o=function(e){return this.inspectOpts.colors=this.useColors,Hs.inspect(e,this.inspectOpts).split(`
6
+ `).map(t=>t.trim()).join(" ")};Qu.O=function(e){return this.inspectOpts.colors=this.useColors,Hs.inspect(e,this.inspectOpts)}});var Mu=b((mD,Da)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Da.exports=Lu():Da.exports=Fu()});var Nu=b((yD,Ou)=>{var rs;Ou.exports=function(){if(!rs){try{rs=Mu()("follow-redirects")}catch{}typeof rs!="function"&&(rs=function(){})}rs.apply(null,arguments)}});var Xu=b((RD,Ma)=>{var it=require("url"),Wa=it.URL,JC=require("http"),YC=require("https"),ju=require("stream").Writable,$u=require("assert"),zu=Nu(),Qa=["abort","aborted","connect","error","socket","timeout"],Fa=Object.create(null);Qa.forEach(function(e){Fa[e]=function(t,s,r){this._redirectable.emit(e,t,s,r)}});var XC=ns("ERR_INVALID_URL","Invalid URL",TypeError),Vu=ns("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),ZC=ns("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),eU=ns("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),tU=ns("ERR_STREAM_WRITE_AFTER_END","write after end");function Ie(e,t){ju.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var s=this;this._onNativeResponse=function(r){s._processResponse(r)},this._performRequest()}Ie.prototype=Object.create(ju.prototype);Ie.prototype.abort=function(){Yu(this._currentRequest),this.emit("abort")};Ie.prototype.write=function(e,t,s){if(this._ending)throw new tU;if(!pt(e)&&!aU(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(as(t)&&(s=t,t=null),e.length===0){s&&s();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,s)):(this.emit("error",new eU),this.abort())};Ie.prototype.end=function(e,t,s){if(as(e)?(s=e,e=t=null):as(t)&&(s=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,s);else{var r=this,n=this._currentRequest;this.write(e,t,function(){r._ended=!0,n.end(null,null,s)}),this._ending=!0}};Ie.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};Ie.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};Ie.prototype.setTimeout=function(e,t){var s=this;function r(i){i.setTimeout(e),i.removeListener("timeout",i.destroy),i.addListener("timeout",i.destroy)}function n(i){s._timeout&&clearTimeout(s._timeout),s._timeout=setTimeout(function(){s.emit("timeout"),o()},e),r(i)}function o(){s._timeout&&(clearTimeout(s._timeout),s._timeout=null),s.removeListener("abort",o),s.removeListener("error",o),s.removeListener("response",o),t&&s.removeListener("timeout",t),s.socket||s._currentRequest.removeListener("socket",n)}return t&&this.on("timeout",t),this.socket?n(this.socket):this._currentRequest.once("socket",n),this.on("socket",r),this.on("abort",o),this.on("error",o),this.on("response",o),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){Ie.prototype[e]=function(t,s){return this._currentRequest[e](t,s)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(Ie.prototype,e,{get:function(){return this._currentRequest[e]}})});Ie.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}};Ie.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(!t){this.emit("error",new TypeError("Unsupported protocol "+e));return}if(this._options.agents){var s=e.slice(0,-1);this._options.agent=this._options.agents[s]}var r=this._currentRequest=t.request(this._options,this._onNativeResponse);r._redirectable=this;for(var n of Qa)r.on(n,Fa[n]);if(this._currentUrl=/^\//.test(this._options.path)?it.format(this._options):this._options.path,this._isRedirect){var o=0,i=this,p=this._requestBodyBuffers;(function c(a){if(r===i._currentRequest)if(a)i.emit("error",a);else if(o<p.length){var u=p[o++];r.finished||r.write(u.data,u.encoding,c)}else i._ended&&r.end()})()}};Ie.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var s=e.headers.location;if(!s||this._options.followRedirects===!1||t<300||t>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(Yu(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new ZC);return}var r,n=this._options.beforeRedirect;n&&(r=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var o=this._options.method;((t===301||t===302)&&this._options.method==="POST"||t===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Ha(/^content-/i,this._options.headers));var i=Ha(/^host$/i,this._options.headers),p=it.parse(this._currentUrl),c=i||p.host,a=/^\w+:/.test(s)?this._currentUrl:it.format(Object.assign(p,{host:c})),u;try{u=it.resolve(a,s)}catch(m){this.emit("error",new Vu({cause:m}));return}zu("redirecting to",u),this._isRedirect=!0;var y=it.parse(u);if(Object.assign(this._options,y),(y.protocol!==p.protocol&&y.protocol!=="https:"||y.host!==c&&!rU(y.host,c))&&Ha(/^(?:authorization|cookie)$/i,this._options.headers),as(n)){var R={headers:e.headers,statusCode:t},x={url:a,method:o,headers:r};try{n(this._options,R,x)}catch(m){this.emit("error",m);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(m){this.emit("error",new Vu({cause:m}))}};function Ju(e){var t={maxRedirects:21,maxBodyLength:10485760},s={};return Object.keys(e).forEach(function(r){var n=r+":",o=s[n]=e[r],i=t[r]=Object.create(o);function p(a,u,y){if(pt(a)){var R;try{R=Ku(new Wa(a))}catch{R=it.parse(a)}if(!pt(R.protocol))throw new XC({input:a});a=R}else Wa&&a instanceof Wa?a=Ku(a):(y=u,u=a,a={protocol:n});return as(u)&&(y=u,u=null),u=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},a,u),u.nativeProtocols=s,!pt(u.host)&&!pt(u.hostname)&&(u.hostname="::1"),$u.equal(u.protocol,n,"protocol mismatch"),zu("options",u),new Ie(u,y)}function c(a,u,y){var R=i.request(a,u,y);return R.end(),R}Object.defineProperties(i,{request:{value:p,configurable:!0,enumerable:!0,writable:!0},get:{value:c,configurable:!0,enumerable:!0,writable:!0}})}),t}function sU(){}function Ku(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return e.port!==""&&(t.port=Number(e.port)),t}function Ha(e,t){var s;for(var r in t)e.test(r)&&(s=t[r],delete t[r]);return s===null||typeof s>"u"?void 0:String(s).trim()}function ns(e,t,s){function r(n){Error.captureStackTrace(this,this.constructor),Object.assign(this,n||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return r.prototype=new(s||Error),r.prototype.constructor=r,r.prototype.name="Error ["+e+"]",r}function Yu(e){for(var t of Qa)e.removeListener(t,Fa[t]);e.on("error",sU),e.abort()}function rU(e,t){$u(pt(e)&&pt(t));var s=e.length-t.length-1;return s>0&&e[s]==="."&&e.endsWith(t)}function pt(e){return typeof e=="string"||e instanceof String}function as(e){return typeof e=="function"}function aU(e){return typeof e=="object"&&"length"in e}Ma.exports=Ju({http:JC,https:YC});Ma.exports.wrap=Ju});var Ud=b((hH,Cd)=>{"use strict";var FU=new Set(["ENOTFOUND","ENETUNREACH","UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_CRL","UNABLE_TO_DECRYPT_CERT_SIGNATURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","CERT_SIGNATURE_FAILURE","CRL_SIGNATURE_FAILURE","CERT_NOT_YET_VALID","CERT_HAS_EXPIRED","CRL_NOT_YET_VALID","CRL_HAS_EXPIRED","ERROR_IN_CERT_NOT_BEFORE_FIELD","ERROR_IN_CERT_NOT_AFTER_FIELD","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD","OUT_OF_MEM","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","CERT_CHAIN_TOO_LONG","CERT_REVOKED","INVALID_CA","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","CERT_UNTRUSTED","CERT_REJECTED","HOSTNAME_MISMATCH"]);Cd.exports=e=>!FU.has(e&&e.code)});var Ys=b(dt=>{"use strict";Object.defineProperty(dt,"__esModule",{value:!0});var zU=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},JU=typeof window<"u"&&typeof window.document<"u",YU=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,XU=(typeof self>"u"?"undefined":zU(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",ZU=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),eE=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";dt.isBrowser=JU;dt.isWebWorker=XU;dt.isNode=YU;dt.isJsDom=ZU;dt.isDeno=eE});var Zd=b((PH,Xd)=>{"use strict";Xd.exports=Object});var Tr=b((AH,nl)=>{"use strict";var U,BE=Zd(),wE=ta(),CE=sa(),UE=ra(),EE=aa(),Mt=Ps(),Ft=Ve(),GE=na(),LE=oa(),SE=ia(),_E=pa(),DE=ca(),WE=ua(),HE=da(),QE=la(),rl=Function,Sn=function(e){try{return rl('"use strict"; return ('+e+").constructor;")()}catch{}},us=kt(),FE=Pt(),_n=function(){throw new Ft},ME=us?(function(){try{return arguments.callee,_n}catch{try{return us(arguments,"callee").get}catch{return _n}}})():_n,Ht=ma()(),ee=ha(),OE=ws(),NE=Bs(),al=ya(),ds=Cs(),Qt={},VE=typeof Uint8Array>"u"||!ee?U:ee(Uint8Array),mt={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?U:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?U:ArrayBuffer,"%ArrayIteratorPrototype%":Ht&&ee?ee([][Symbol.iterator]()):U,"%AsyncFromSyncIteratorPrototype%":U,"%AsyncFunction%":Qt,"%AsyncGenerator%":Qt,"%AsyncGeneratorFunction%":Qt,"%AsyncIteratorPrototype%":Qt,"%Atomics%":typeof Atomics>"u"?U:Atomics,"%BigInt%":typeof BigInt>"u"?U:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?U:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?U:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?U:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":wE,"%eval%":eval,"%EvalError%":CE,"%Float32Array%":typeof Float32Array>"u"?U:Float32Array,"%Float64Array%":typeof Float64Array>"u"?U:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?U:FinalizationRegistry,"%Function%":rl,"%GeneratorFunction%":Qt,"%Int8Array%":typeof Int8Array>"u"?U:Int8Array,"%Int16Array%":typeof Int16Array>"u"?U:Int16Array,"%Int32Array%":typeof Int32Array>"u"?U:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ht&&ee?ee(ee([][Symbol.iterator]())):U,"%JSON%":typeof JSON=="object"?JSON:U,"%Map%":typeof Map>"u"?U:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ht||!ee?U:ee(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":BE,"%Object.getOwnPropertyDescriptor%":us,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?U:Promise,"%Proxy%":typeof Proxy>"u"?U:Proxy,"%RangeError%":UE,"%ReferenceError%":EE,"%Reflect%":typeof Reflect>"u"?U:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?U:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ht||!ee?U:ee(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?U:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ht&&ee?ee(""[Symbol.iterator]()):U,"%Symbol%":Ht?Symbol:U,"%SyntaxError%":Mt,"%ThrowTypeError%":ME,"%TypedArray%":VE,"%TypeError%":Ft,"%Uint8Array%":typeof Uint8Array>"u"?U:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?U:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?U:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?U:Uint32Array,"%URIError%":GE,"%WeakMap%":typeof WeakMap>"u"?U:WeakMap,"%WeakRef%":typeof WeakRef>"u"?U:WeakRef,"%WeakSet%":typeof WeakSet>"u"?U:WeakSet,"%Function.prototype.call%":ds,"%Function.prototype.apply%":al,"%Object.defineProperty%":FE,"%Object.getPrototypeOf%":OE,"%Math.abs%":LE,"%Math.floor%":SE,"%Math.max%":_E,"%Math.min%":DE,"%Math.pow%":WE,"%Math.round%":HE,"%Math.sign%":QE,"%Reflect.getPrototypeOf%":NE};if(ee)try{null.error}catch(e){el=ee(ee(e)),mt["%Error.prototype%"]=el}var el,KE=function e(t){var s;if(t==="%AsyncFunction%")s=Sn("async function () {}");else if(t==="%GeneratorFunction%")s=Sn("function* () {}");else if(t==="%AsyncGeneratorFunction%")s=Sn("async function* () {}");else if(t==="%AsyncGenerator%"){var r=e("%AsyncGeneratorFunction%");r&&(s=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var n=e("%AsyncGenerator%");n&&ee&&(s=ee(n.prototype))}return mt[t]=s,s},tl={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},ls=st(),Pr=Jt(),jE=ls.call(ds,Array.prototype.concat),$E=ls.call(al,Array.prototype.splice),sl=ls.call(ds,String.prototype.replace),Ar=ls.call(ds,String.prototype.slice),zE=ls.call(ds,RegExp.prototype.exec),JE=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,YE=/\\(\\)?/g,XE=function(t){var s=Ar(t,0,1),r=Ar(t,-1);if(s==="%"&&r!=="%")throw new Mt("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&s!=="%")throw new Mt("invalid intrinsic syntax, expected opening `%`");var n=[];return sl(t,JE,function(o,i,p,c){n[n.length]=p?sl(c,YE,"$1"):i||o}),n},ZE=function(t,s){var r=t,n;if(Pr(tl,r)&&(n=tl[r],r="%"+n[0]+"%"),Pr(mt,r)){var o=mt[r];if(o===Qt&&(o=KE(r)),typeof o>"u"&&!s)throw new Ft("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new Mt("intrinsic "+t+" does not exist!")};nl.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new Ft("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new Ft('"allowMissing" argument must be a boolean');if(zE(/^%?[^%]*%?$/,t)===null)throw new Mt("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=XE(t),n=r.length>0?r[0]:"",o=ZE("%"+n+"%",s),i=o.name,p=o.value,c=!1,a=o.alias;a&&(n=a[0],$E(r,jE([0,1],a)));for(var u=1,y=!0;u<r.length;u+=1){var R=r[u],x=Ar(R,0,1),m=Ar(R,-1);if((x==='"'||x==="'"||x==="`"||m==='"'||m==="'"||m==="`")&&x!==m)throw new Mt("property names with quotes must have matching quotes");if((R==="constructor"||!y)&&(c=!0),n+="."+R,i="%"+n+"%",Pr(mt,i))p=mt[i];else if(p!=null){if(!(R in p)){if(!s)throw new Ft("base intrinsic for "+t+" exists, but the property is not available.");return}if(us&&u+1>=r.length){var q=us(p,R);y=!!q,y&&"get"in q&&!("originalValue"in q.get)?p=q.get:p=p[R]}else y=Pr(p,R),p=p[R];y&&!c&&(mt[i]=p)}}return p}});var cl=b((TH,pl)=>{"use strict";var ol=Pt(),eG=Ps(),Ot=Ve(),il=kt();pl.exports=function(t,s,r){if(!t||typeof t!="object"&&typeof t!="function")throw new Ot("`obj` must be an object or a function`");if(typeof s!="string"&&typeof s!="symbol")throw new Ot("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Ot("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Ot("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Ot("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Ot("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,p=arguments.length>6?arguments[6]:!1,c=!!il&&il(t,s);if(ol)ol(t,s,{configurable:i===null&&c?c.configurable:!i,enumerable:n===null&&c?c.enumerable:!n,value:r,writable:o===null&&c?c.writable:!o});else if(p||!n&&!o&&!i)t[s]=r;else throw new eG("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var ll=b((BH,dl)=>{"use strict";var Dn=Pt(),ul=function(){return!!Dn};ul.hasArrayLengthDefineBug=function(){if(!Dn)return null;try{return Dn([],"length",{value:1}).length!==1}catch{return!0}};dl.exports=ul});var hl=b((wH,Rl)=>{"use strict";var tG=ba(),gl=cl(),sG=ll()(),ml=kt(),yl=Ve(),rG=tG("%Math.floor%");Rl.exports=function(t,s){if(typeof t!="function")throw new yl("`fn` is not a function");if(typeof s!="number"||s<0||s>4294967295||rG(s)!==s)throw new yl("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,o=!0;if("length"in t&&ml){var i=ml(t,"length");i&&!i.configurable&&(n=!1),i&&!i.writable&&(o=!1)}return(n||o||!r)&&(sG?gl(t,"length",s,!0,!0):gl(t,"length",s)),t}});var vl=b((CH,Br)=>{"use strict";var Wn=st(),wr=Tr(),aG=hl(),nG=Ve(),bl=wr("%Function.prototype.apply%"),xl=wr("%Function.prototype.call%"),Il=wr("%Reflect.apply%",!0)||Wn.call(xl,bl),fl=Pt(),oG=wr("%Math.max%");Br.exports=function(t){if(typeof t!="function")throw new nG("a function is required");var s=Il(Wn,xl,arguments);return aG(s,1+oG(0,t.length-(arguments.length-1)),!0)};var ql=function(){return Il(Wn,bl,arguments)};fl?fl(Br.exports,"apply",{value:ql}):Br.exports.apply=ql});var Tl=b((UH,Al)=>{"use strict";var kl=Tr(),Pl=vl(),iG=Pl(kl("String.prototype.indexOf"));Al.exports=function(t,s){var r=kl(t,!!s);return typeof r=="function"&&iG(t,".prototype.")>-1?Pl(r):r}});var wl=b((EH,Bl)=>{Bl.exports=require("util").inspect});var Jl=b((GH,zl)=>{var $n=typeof Map=="function"&&Map.prototype,Hn=Object.getOwnPropertyDescriptor&&$n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Ur=$n&&Hn&&typeof Hn.get=="function"?Hn.get:null,Cl=$n&&Map.prototype.forEach,zn=typeof Set=="function"&&Set.prototype,Qn=Object.getOwnPropertyDescriptor&&zn?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Er=zn&&Qn&&typeof Qn.get=="function"?Qn.get:null,Ul=zn&&Set.prototype.forEach,pG=typeof WeakMap=="function"&&WeakMap.prototype,ms=pG?WeakMap.prototype.has:null,cG=typeof WeakSet=="function"&&WeakSet.prototype,ys=cG?WeakSet.prototype.has:null,uG=typeof WeakRef=="function"&&WeakRef.prototype,El=uG?WeakRef.prototype.deref:null,dG=Boolean.prototype.valueOf,lG=Object.prototype.toString,gG=Function.prototype.toString,mG=String.prototype.match,Jn=String.prototype.slice,et=String.prototype.replace,yG=String.prototype.toUpperCase,Gl=String.prototype.toLowerCase,Ml=RegExp.prototype.test,Ll=Array.prototype.concat,Ge=Array.prototype.join,RG=Array.prototype.slice,Sl=Math.floor,On=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Fn=Object.getOwnPropertySymbols,Nn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,Nt=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ne=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Nt||!0)?Symbol.toStringTag:null,Ol=Object.prototype.propertyIsEnumerable,_l=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Dl(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||Ml.call(/e/,t))return t;var s=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var r=e<0?-Sl(-e):Sl(e);if(r!==e){var n=String(r),o=Jn.call(t,n.length+1);return et.call(n,s,"$&_")+"."+et.call(et.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return et.call(t,s,"$&_")}var Vn=wl(),Wl=Vn.custom,Hl=Kl(Wl)?Wl:null,Nl={__proto__:null,double:'"',single:"'"},hG={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};zl.exports=function e(t,s,r,n){var o=s||{};if(Fe(o,"quoteStyle")&&!Fe(Nl,o.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Fe(o,"maxStringLength")&&(typeof o.maxStringLength=="number"?o.maxStringLength<0&&o.maxStringLength!==1/0:o.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=Fe(o,"customInspect")?o.customInspect:!0;if(typeof i!="boolean"&&i!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Fe(o,"indent")&&o.indent!==null&&o.indent!==" "&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Fe(o,"numericSeparator")&&typeof o.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var p=o.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return $l(t,o);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var c=String(t);return p?Dl(t,c):c}if(typeof t=="bigint"){var a=String(t)+"n";return p?Dl(t,a):a}var u=typeof o.depth>"u"?5:o.depth;if(typeof r>"u"&&(r=0),r>=u&&u>0&&typeof t=="object")return Kn(t)?"[Array]":"[Object]";var y=SG(o,r);if(typeof n>"u")n=[];else if(jl(n,t)>=0)return"[Circular]";function R(qe,N,de){if(N&&(n=RG.call(n),n.push(N)),de){var De={depth:o.depth};return Fe(o,"quoteStyle")&&(De.quoteStyle=o.quoteStyle),e(qe,De,r+1,n)}return e(qe,o,r+1,n)}if(typeof t=="function"&&!Ql(t)){var x=AG(t),m=Cr(t,R);return"[Function"+(x?": "+x:" (anonymous)")+"]"+(m.length>0?" { "+Ge.call(m,", ")+" }":"")}if(Kl(t)){var q=Nt?et.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):Nn.call(t);return typeof t=="object"&&!Nt?gs(q):q}if(EG(t)){for(var k="<"+Gl.call(String(t.nodeName)),I=t.attributes||[],E=0;E<I.length;E++)k+=" "+I[E].name+"="+Vl(fG(I[E].value),"double",o);return k+=">",t.childNodes&&t.childNodes.length&&(k+="..."),k+="</"+Gl.call(String(t.nodeName))+">",k}if(Kn(t)){if(t.length===0)return"[]";var G=Cr(t,R);return y&&!LG(G)?"["+jn(G,y)+"]":"[ "+Ge.call(G,", ")+" ]"}if(bG(t)){var M=Cr(t,R);return!("cause"in Error.prototype)&&"cause"in t&&!Ol.call(t,"cause")?"{ ["+String(t)+"] "+Ge.call(Ll.call("[cause]: "+R(t.cause),M),", ")+" }":M.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+Ge.call(M,", ")+" }"}if(typeof t=="object"&&i){if(Hl&&typeof t[Hl]=="function"&&Vn)return Vn(t,{depth:u-r});if(i!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(TG(t)){var O=[];return Cl&&Cl.call(t,function(qe,N){O.push(R(N,t,!0)+" => "+R(qe,t))}),Fl("Map",Ur.call(t),O,y)}if(CG(t)){var Re=[];return Ul&&Ul.call(t,function(qe){Re.push(R(qe,t))}),Fl("Set",Er.call(t),Re,y)}if(BG(t))return Mn("WeakMap");if(UG(t))return Mn("WeakSet");if(wG(t))return Mn("WeakRef");if(IG(t))return gs(R(Number(t)));if(kG(t))return gs(R(On.call(t)));if(vG(t))return gs(dG.call(t));if(xG(t))return gs(R(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(typeof globalThis<"u"&&t===globalThis||typeof global<"u"&&t===global)return"{ [object globalThis] }";if(!qG(t)&&!Ql(t)){var he=Cr(t,R),fe=_l?_l(t)===Object.prototype:t instanceof Object||t.constructor===Object,ie=t instanceof Object?"":"null prototype",Ce=!fe&&ne&&Object(t)===t&&ne in t?Jn.call(tt(t),8,-1):ie?"Object":"",_e=fe||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",ke=_e+(Ce||ie?"["+Ge.call(Ll.call([],Ce||[],ie||[]),": ")+"] ":"");return he.length===0?ke+"{}":y?ke+"{"+jn(he,y)+"}":ke+"{ "+Ge.call(he,", ")+" }"}return String(t)};function Vl(e,t,s){var r=s.quoteStyle||t,n=Nl[r];return n+e+n}function fG(e){return et.call(String(e),/"/g,"&quot;")}function Kn(e){return tt(e)==="[object Array]"&&(!ne||!(typeof e=="object"&&ne in e))}function qG(e){return tt(e)==="[object Date]"&&(!ne||!(typeof e=="object"&&ne in e))}function Ql(e){return tt(e)==="[object RegExp]"&&(!ne||!(typeof e=="object"&&ne in e))}function bG(e){return tt(e)==="[object Error]"&&(!ne||!(typeof e=="object"&&ne in e))}function xG(e){return tt(e)==="[object String]"&&(!ne||!(typeof e=="object"&&ne in e))}function IG(e){return tt(e)==="[object Number]"&&(!ne||!(typeof e=="object"&&ne in e))}function vG(e){return tt(e)==="[object Boolean]"&&(!ne||!(typeof e=="object"&&ne in e))}function Kl(e){if(Nt)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!Nn)return!1;try{return Nn.call(e),!0}catch{}return!1}function kG(e){if(!e||typeof e!="object"||!On)return!1;try{return On.call(e),!0}catch{}return!1}var PG=Object.prototype.hasOwnProperty||function(e){return e in this};function Fe(e,t){return PG.call(e,t)}function tt(e){return lG.call(e)}function AG(e){if(e.name)return e.name;var t=mG.call(gG.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function jl(e,t){if(e.indexOf)return e.indexOf(t);for(var s=0,r=e.length;s<r;s++)if(e[s]===t)return s;return-1}function TG(e){if(!Ur||!e||typeof e!="object")return!1;try{Ur.call(e);try{Er.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function BG(e){if(!ms||!e||typeof e!="object")return!1;try{ms.call(e,ms);try{ys.call(e,ys)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function wG(e){if(!El||!e||typeof e!="object")return!1;try{return El.call(e),!0}catch{}return!1}function CG(e){if(!Er||!e||typeof e!="object")return!1;try{Er.call(e);try{Ur.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function UG(e){if(!ys||!e||typeof e!="object")return!1;try{ys.call(e,ys);try{ms.call(e,ms)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function EG(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function $l(e,t){if(e.length>t.maxStringLength){var s=e.length-t.maxStringLength,r="... "+s+" more character"+(s>1?"s":"");return $l(Jn.call(e,0,t.maxStringLength),t)+r}var n=hG[t.quoteStyle||"single"];n.lastIndex=0;var o=et.call(et.call(e,n,"\\$1"),/[\x00-\x1f]/g,GG);return Vl(o,"single",t)}function GG(e){var t=e.charCodeAt(0),s={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return s?"\\"+s:"\\x"+(t<16?"0":"")+yG.call(t.toString(16))}function gs(e){return"Object("+e+")"}function Mn(e){return e+" { ? }"}function Fl(e,t,s,r){var n=r?jn(s,r):Ge.call(s,", ");return e+" ("+t+") {"+n+"}"}function LG(e){for(var t=0;t<e.length;t++)if(jl(e[t],`
7
+ `)>=0)return!1;return!0}function SG(e,t){var s;if(e.indent===" ")s=" ";else if(typeof e.indent=="number"&&e.indent>0)s=Ge.call(Array(e.indent+1)," ");else return null;return{base:s,prev:Ge.call(Array(t+1),s)}}function jn(e,t){if(e.length===0)return"";var s=`
8
+ `+t.prev+t.base;return s+Ge.call(e,","+s)+`
9
+ `+t.prev}function Cr(e,t){var s=Kn(e),r=[];if(s){r.length=e.length;for(var n=0;n<e.length;n++)r[n]=Fe(e,n)?t(e[n],e):""}var o=typeof Fn=="function"?Fn(e):[],i;if(Nt){i={};for(var p=0;p<o.length;p++)i["$"+o[p]]=o[p]}for(var c in e)Fe(e,c)&&(s&&String(Number(c))===c&&c<e.length||Nt&&i["$"+c]instanceof Symbol||(Ml.call(/[^\w$]/,c)?r.push(t(c,e)+": "+t(e[c],e)):r.push(c+": "+t(e[c],e))));if(typeof Fn=="function")for(var a=0;a<o.length;a++)Ol.call(e,o[a])&&r.push("["+t(o[a])+"]: "+t(e[o[a]],e));return r}});var Xl=b((LH,Yl)=>{"use strict";var Yn=Tr(),Vt=Tl(),_G=Jl(),DG=Yn("%TypeError%"),Gr=Yn("%WeakMap%",!0),Lr=Yn("%Map%",!0),WG=Vt("WeakMap.prototype.get",!0),HG=Vt("WeakMap.prototype.set",!0),QG=Vt("WeakMap.prototype.has",!0),FG=Vt("Map.prototype.get",!0),MG=Vt("Map.prototype.set",!0),OG=Vt("Map.prototype.has",!0),Xn=function(e,t){for(var s=e,r;(r=s.next)!==null;s=r)if(r.key===t)return s.next=r.next,r.next=e.next,e.next=r,r},NG=function(e,t){var s=Xn(e,t);return s&&s.value},VG=function(e,t,s){var r=Xn(e,t);r?r.value=s:e.next={key:t,next:e.next,value:s}},KG=function(e,t){return!!Xn(e,t)};Yl.exports=function(){var t,s,r,n={assert:function(o){if(!n.has(o))throw new DG("Side channel does not contain "+_G(o))},get:function(o){if(Gr&&o&&(typeof o=="object"||typeof o=="function")){if(t)return WG(t,o)}else if(Lr){if(s)return FG(s,o)}else if(r)return NG(r,o)},has:function(o){if(Gr&&o&&(typeof o=="object"||typeof o=="function")){if(t)return QG(t,o)}else if(Lr){if(s)return OG(s,o)}else if(r)return KG(r,o);return!1},set:function(o,i){Gr&&o&&(typeof o=="object"||typeof o=="function")?(t||(t=new Gr),HG(t,o,i)):Lr?(s||(s=new Lr),MG(s,o,i)):(r||(r={key:{},next:null}),VG(r,o,i))}};return n}});var Sr=b((SH,Zl)=>{"use strict";var jG=String.prototype.replace,$G=/%20/g,Zn={RFC1738:"RFC1738",RFC3986:"RFC3986"};Zl.exports={default:Zn.RFC3986,formatters:{RFC1738:function(e){return jG.call(e,$G,"+")},RFC3986:function(e){return String(e)}},RFC1738:Zn.RFC1738,RFC3986:Zn.RFC3986}});var to=b((_H,tg)=>{"use strict";var zG=Sr(),eo=Object.prototype.hasOwnProperty,yt=Array.isArray,Le=(function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e})(),JG=function(t){for(;t.length>1;){var s=t.pop(),r=s.obj[s.prop];if(yt(r)){for(var n=[],o=0;o<r.length;++o)typeof r[o]<"u"&&n.push(r[o]);s.obj[s.prop]=n}}},eg=function(t,s){for(var r=s&&s.plainObjects?Object.create(null):{},n=0;n<t.length;++n)typeof t[n]<"u"&&(r[n]=t[n]);return r},YG=function e(t,s,r){if(!s)return t;if(typeof s!="object"){if(yt(t))t.push(s);else if(t&&typeof t=="object")(r&&(r.plainObjects||r.allowPrototypes)||!eo.call(Object.prototype,s))&&(t[s]=!0);else return[t,s];return t}if(!t||typeof t!="object")return[t].concat(s);var n=t;return yt(t)&&!yt(s)&&(n=eg(t,r)),yt(t)&&yt(s)?(s.forEach(function(o,i){if(eo.call(t,i)){var p=t[i];p&&typeof p=="object"&&o&&typeof o=="object"?t[i]=e(p,o,r):t.push(o)}else t[i]=o}),t):Object.keys(s).reduce(function(o,i){var p=s[i];return eo.call(o,i)?o[i]=e(o[i],p,r):o[i]=p,o},n)},XG=function(t,s){return Object.keys(s).reduce(function(r,n){return r[n]=s[n],r},t)},ZG=function(e,t,s){var r=e.replace(/\+/g," ");if(s==="iso-8859-1")return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch{return r}},eL=function(t,s,r,n,o){if(t.length===0)return t;var i=t;if(typeof t=="symbol"?i=Symbol.prototype.toString.call(t):typeof t!="string"&&(i=String(t)),r==="iso-8859-1")return escape(i).replace(/%u[0-9a-f]{4}/gi,function(u){return"%26%23"+parseInt(u.slice(2),16)+"%3B"});for(var p="",c=0;c<i.length;++c){var a=i.charCodeAt(c);if(a===45||a===46||a===95||a===126||a>=48&&a<=57||a>=65&&a<=90||a>=97&&a<=122||o===zG.RFC1738&&(a===40||a===41)){p+=i.charAt(c);continue}if(a<128){p=p+Le[a];continue}if(a<2048){p=p+(Le[192|a>>6]+Le[128|a&63]);continue}if(a<55296||a>=57344){p=p+(Le[224|a>>12]+Le[128|a>>6&63]+Le[128|a&63]);continue}c+=1,a=65536+((a&1023)<<10|i.charCodeAt(c)&1023),p+=Le[240|a>>18]+Le[128|a>>12&63]+Le[128|a>>6&63]+Le[128|a&63]}return p},tL=function(t){for(var s=[{obj:{o:t},prop:"o"}],r=[],n=0;n<s.length;++n)for(var o=s[n],i=o.obj[o.prop],p=Object.keys(i),c=0;c<p.length;++c){var a=p[c],u=i[a];typeof u=="object"&&u!==null&&r.indexOf(u)===-1&&(s.push({obj:i,prop:a}),r.push(u))}return JG(s),t},sL=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},rL=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},aL=function(t,s){return[].concat(t,s)},nL=function(t,s){if(yt(t)){for(var r=[],n=0;n<t.length;n+=1)r.push(s(t[n]));return r}return s(t)};tg.exports={arrayToObject:eg,assign:XG,combine:aL,compact:tL,decode:ZG,encode:eL,isBuffer:rL,isRegExp:sL,maybeMap:nL,merge:YG}});var ig=b((DH,og)=>{"use strict";var ag=Xl(),ro=to(),Rs=Sr(),oL=Object.prototype.hasOwnProperty,sg={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,s){return t+"["+s+"]"},repeat:function(t){return t}},Me=Array.isArray,iL=String.prototype.split,pL=Array.prototype.push,ng=function(e,t){pL.apply(e,Me(t)?t:[t])},cL=Date.prototype.toISOString,rg=Rs.default,re={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:ro.encode,encodeValuesOnly:!1,format:rg,formatter:Rs.formatters[rg],indices:!1,serializeDate:function(t){return cL.call(t)},skipNulls:!1,strictNullHandling:!1},uL=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},so={},dL=function e(t,s,r,n,o,i,p,c,a,u,y,R,x,m,q,k){for(var I=t,E=k,G=0,M=!1;(E=E.get(so))!==void 0&&!M;){var O=E.get(t);if(G+=1,typeof O<"u"){if(O===G)throw new RangeError("Cyclic object value");M=!0}typeof E.get(so)>"u"&&(G=0)}if(typeof c=="function"?I=c(s,I):I instanceof Date?I=y(I):r==="comma"&&Me(I)&&(I=ro.maybeMap(I,function(j){return j instanceof Date?y(j):j})),I===null){if(o)return p&&!m?p(s,re.encoder,q,"key",R):s;I=""}if(uL(I)||ro.isBuffer(I)){if(p){var Re=m?s:p(s,re.encoder,q,"key",R);if(r==="comma"&&m){for(var he=iL.call(String(I),","),fe="",ie=0;ie<he.length;++ie)fe+=(ie===0?"":",")+x(p(he[ie],re.encoder,q,"value",R));return[x(Re)+(n&&Me(I)&&he.length===1?"[]":"")+"="+fe]}return[x(Re)+"="+x(p(I,re.encoder,q,"value",R))]}return[x(s)+"="+x(String(I))]}var Ce=[];if(typeof I>"u")return Ce;var _e;if(r==="comma"&&Me(I))_e=[{value:I.length>0?I.join(",")||null:void 0}];else if(Me(c))_e=c;else{var ke=Object.keys(I);_e=a?ke.sort(a):ke}for(var qe=n&&Me(I)&&I.length===1?s+"[]":s,N=0;N<_e.length;++N){var de=_e[N],De=typeof de=="object"&&typeof de.value<"u"?de.value:I[de];if(!(i&&De===null)){var w=Me(I)?typeof r=="function"?r(qe,de):qe:qe+(u?"."+de:"["+de+"]");k.set(t,G);var B=ag();B.set(so,k),ng(Ce,e(De,w,r,n,o,i,p,c,a,u,y,R,x,m,q,B))}}return Ce},lL=function(t){if(!t)return re;if(t.encoder!==null&&typeof t.encoder<"u"&&typeof t.encoder!="function")throw new TypeError("Encoder has to be a function.");var s=t.charset||re.charset;if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=Rs.default;if(typeof t.format<"u"){if(!oL.call(Rs.formatters,t.format))throw new TypeError("Unknown format option provided.");r=t.format}var n=Rs.formatters[r],o=re.filter;return(typeof t.filter=="function"||Me(t.filter))&&(o=t.filter),{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:re.addQueryPrefix,allowDots:typeof t.allowDots>"u"?re.allowDots:!!t.allowDots,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:re.charsetSentinel,delimiter:typeof t.delimiter>"u"?re.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:re.encode,encoder:typeof t.encoder=="function"?t.encoder:re.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:re.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:re.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:re.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:re.strictNullHandling}};og.exports=function(e,t){var s=e,r=lL(t),n,o;typeof r.filter=="function"?(o=r.filter,s=o("",s)):Me(r.filter)&&(o=r.filter,n=o);var i=[];if(typeof s!="object"||s===null)return"";var p;t&&t.arrayFormat in sg?p=t.arrayFormat:t&&"indices"in t?p=t.indices?"indices":"repeat":p="indices";var c=sg[p];if(t&&"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var a=c==="comma"&&t&&t.commaRoundTrip;n||(n=Object.keys(s)),r.sort&&n.sort(r.sort);for(var u=ag(),y=0;y<n.length;++y){var R=n[y];r.skipNulls&&s[R]===null||ng(i,dL(s[R],R,c,a,r.strictNullHandling,r.skipNulls,r.encode?r.encoder:null,r.filter,r.sort,r.allowDots,r.serializeDate,r.format,r.formatter,r.encodeValuesOnly,r.charset,u))}var x=i.join(r.delimiter),m=r.addQueryPrefix===!0?"?":"";return r.charsetSentinel&&(r.charset==="iso-8859-1"?m+="utf8=%26%2310003%3B&":m+="utf8=%E2%9C%93&"),x.length>0?m+x:""}});var ug=b((WH,cg)=>{"use strict";var Kt=to(),ao=Object.prototype.hasOwnProperty,gL=Array.isArray,te={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:Kt.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},mL=function(e){return e.replace(/&#(\d+);/g,function(t,s){return String.fromCharCode(parseInt(s,10))})},pg=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},yL="utf8=%26%2310003%3B",RL="utf8=%E2%9C%93",hL=function(t,s){var r={},n=s.ignoreQueryPrefix?t.replace(/^\?/,""):t,o=s.parameterLimit===1/0?void 0:s.parameterLimit,i=n.split(s.delimiter,o),p=-1,c,a=s.charset;if(s.charsetSentinel)for(c=0;c<i.length;++c)i[c].indexOf("utf8=")===0&&(i[c]===RL?a="utf-8":i[c]===yL&&(a="iso-8859-1"),p=c,c=i.length);for(c=0;c<i.length;++c)if(c!==p){var u=i[c],y=u.indexOf("]="),R=y===-1?u.indexOf("="):y+1,x,m;R===-1?(x=s.decoder(u,te.decoder,a,"key"),m=s.strictNullHandling?null:""):(x=s.decoder(u.slice(0,R),te.decoder,a,"key"),m=Kt.maybeMap(pg(u.slice(R+1),s),function(q){return s.decoder(q,te.decoder,a,"value")})),m&&s.interpretNumericEntities&&a==="iso-8859-1"&&(m=mL(m)),u.indexOf("[]=")>-1&&(m=gL(m)?[m]:m),ao.call(r,x)?r[x]=Kt.combine(r[x],m):r[x]=m}return r},fL=function(e,t,s,r){for(var n=r?t:pg(t,s),o=e.length-1;o>=0;--o){var i,p=e[o];if(p==="[]"&&s.parseArrays)i=[].concat(n);else{i=s.plainObjects?Object.create(null):{};var c=p.charAt(0)==="["&&p.charAt(p.length-1)==="]"?p.slice(1,-1):p,a=parseInt(c,10);!s.parseArrays&&c===""?i={0:n}:!isNaN(a)&&p!==c&&String(a)===c&&a>=0&&s.parseArrays&&a<=s.arrayLimit?(i=[],i[a]=n):c!=="__proto__"&&(i[c]=n)}n=i}return n},qL=function(t,s,r,n){if(t){var o=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,i=/(\[[^[\]]*])/,p=/(\[[^[\]]*])/g,c=r.depth>0&&i.exec(o),a=c?o.slice(0,c.index):o,u=[];if(a){if(!r.plainObjects&&ao.call(Object.prototype,a)&&!r.allowPrototypes)return;u.push(a)}for(var y=0;r.depth>0&&(c=p.exec(o))!==null&&y<r.depth;){if(y+=1,!r.plainObjects&&ao.call(Object.prototype,c[1].slice(1,-1))&&!r.allowPrototypes)return;u.push(c[1])}return c&&u.push("["+o.slice(c.index)+"]"),fL(u,s,r,n)}},bL=function(t){if(!t)return te;if(t.decoder!==null&&t.decoder!==void 0&&typeof t.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var s=typeof t.charset>"u"?te.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?te.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:te.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:te.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:te.arrayLimit,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:te.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:te.comma,decoder:typeof t.decoder=="function"?t.decoder:te.decoder,delimiter:typeof t.delimiter=="string"||Kt.isRegExp(t.delimiter)?t.delimiter:te.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:te.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:te.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:te.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:te.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:te.strictNullHandling}};cg.exports=function(e,t){var s=bL(t);if(e===""||e===null||typeof e>"u")return s.plainObjects?Object.create(null):{};for(var r=typeof e=="string"?hL(e,s):e,n=s.plainObjects?Object.create(null):{},o=Object.keys(r),i=0;i<o.length;++i){var p=o[i],c=qL(p,r[p],s,typeof e=="string");n=Kt.merge(n,c,s)}return s.allowSparse===!0?n:Kt.compact(n)}});var Rt=b((HH,dg)=>{"use strict";var xL=ig(),IL=ug(),vL=Sr();dg.exports={formats:vL,parse:IL,stringify:xL}});var sS={};be(sS,{AlreadyExistsError:()=>qr,BreakingChangesError:()=>kr,Client:()=>lp,ForbiddenError:()=>rr,InternalError:()=>tr,InvalidDataFormatError:()=>ur,InvalidIdentifierError:()=>dr,InvalidJsonSchemaError:()=>cr,InvalidPayloadError:()=>nr,InvalidQueryError:()=>hr,LimitExceededError:()=>vr,MethodNotFoundError:()=>ir,PayloadTooLargeError:()=>ar,PaymentRequiredError:()=>xr,QuotaExceededError:()=>Ir,RateLimitedError:()=>br,ReferenceConstraintError:()=>gr,ReferenceNotFoundError:()=>Rr,RelationConflictError:()=>lr,ResourceGoneError:()=>yr,ResourceLockedConflictError:()=>mr,ResourceNotFoundError:()=>pr,RuntimeError:()=>fr,UnauthorizedError:()=>sr,UnknownError:()=>Ze,UnsupportedMediaTypeError:()=>or,UploadFileError:()=>Qe,admin:()=>So,axios:()=>js,axiosRetry:()=>an,billing:()=>ci,errorFrom:()=>lt,files:()=>Di,isApiError:()=>zd,runtime:()=>oo,tables:()=>dp});module.exports=OT(sS);var js={};be(js,{Axios:()=>PU,AxiosError:()=>AU,AxiosHeaders:()=>_U,Cancel:()=>EU,CancelToken:()=>wU,CanceledError:()=>TU,HttpStatusCode:()=>DU,VERSION:()=>CU,all:()=>UU,default:()=>K,formToJSON:()=>WU,getAdapter:()=>HU,isAxiosError:()=>GU,isCancel:()=>BU,mergeConfig:()=>QU,spread:()=>LU,toFormData:()=>SU});function jt(e,t){return function(){return e.apply(t,arguments)}}var{toString:NT}=Object.prototype,{getPrototypeOf:jr}=Object,bs=(e=>t=>{let s=NT.call(t);return e[s]||(e[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),Ee=e=>(e=e.toLowerCase(),t=>bs(t)===e),xs=e=>t=>typeof t===e,{isArray:It}=Array,$t=xs("undefined");function VT(e){return e!==null&&!$t(e)&&e.constructor!==null&&!$t(e.constructor)&&Pe(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}var Rp=Ee("ArrayBuffer");function KT(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Rp(e.buffer),t}var jT=xs("string"),Pe=xs("function"),hp=xs("number"),Is=e=>e!==null&&typeof e=="object",$T=e=>e===!0||e===!1,qs=e=>{if(bs(e)!=="object")return!1;let t=jr(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},zT=Ee("Date"),JT=Ee("File"),YT=Ee("Blob"),XT=Ee("FileList"),ZT=e=>Is(e)&&Pe(e.pipe),eB=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Pe(e.append)&&((t=bs(e))==="formdata"||t==="object"&&Pe(e.toString)&&e.toString()==="[object FormData]"))},tB=Ee("URLSearchParams"),sB=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function zt(e,t,{allOwnKeys:s=!1}={}){if(e===null||typeof e>"u")return;let r,n;if(typeof e!="object"&&(e=[e]),It(e))for(r=0,n=e.length;r<n;r++)t.call(null,e[r],r,e);else{let o=s?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length,p;for(r=0;r<i;r++)p=o[r],t.call(null,e[p],p,e)}}function fp(e,t){t=t.toLowerCase();let s=Object.keys(e),r=s.length,n;for(;r-- >0;)if(n=s[r],t===n.toLowerCase())return n;return null}var qp=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,bp=e=>!$t(e)&&e!==qp;function Kr(){let{caseless:e}=bp(this)&&this||{},t={},s=(r,n)=>{let o=e&&fp(t,n)||n;qs(t[o])&&qs(r)?t[o]=Kr(t[o],r):qs(r)?t[o]=Kr({},r):It(r)?t[o]=r.slice():t[o]=r};for(let r=0,n=arguments.length;r<n;r++)arguments[r]&&zt(arguments[r],s);return t}var rB=(e,t,s,{allOwnKeys:r}={})=>(zt(t,(n,o)=>{s&&Pe(n)?e[o]=jt(n,s):e[o]=n},{allOwnKeys:r}),e),aB=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),nB=(e,t,s,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),s&&Object.assign(e.prototype,s)},oB=(e,t,s,r)=>{let n,o,i,p={};if(t=t||{},e==null)return t;do{for(n=Object.getOwnPropertyNames(e),o=n.length;o-- >0;)i=n[o],(!r||r(i,e,t))&&!p[i]&&(t[i]=e[i],p[i]=!0);e=s!==!1&&jr(e)}while(e&&(!s||s(e,t))&&e!==Object.prototype);return t},iB=(e,t,s)=>{e=String(e),(s===void 0||s>e.length)&&(s=e.length),s-=t.length;let r=e.indexOf(t,s);return r!==-1&&r===s},pB=e=>{if(!e)return null;if(It(e))return e;let t=e.length;if(!hp(t))return null;let s=new Array(t);for(;t-- >0;)s[t]=e[t];return s},cB=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&jr(Uint8Array)),uB=(e,t)=>{let r=(e&&e[Symbol.iterator]).call(e),n;for(;(n=r.next())&&!n.done;){let o=n.value;t.call(e,o[0],o[1])}},dB=(e,t)=>{let s,r=[];for(;(s=e.exec(t))!==null;)r.push(s);return r},lB=Ee("HTMLFormElement"),gB=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,r,n){return r.toUpperCase()+n}),mp=(({hasOwnProperty:e})=>(t,s)=>e.call(t,s))(Object.prototype),mB=Ee("RegExp"),xp=(e,t)=>{let s=Object.getOwnPropertyDescriptors(e),r={};zt(s,(n,o)=>{let i;(i=t(n,o,e))!==!1&&(r[o]=i||n)}),Object.defineProperties(e,r)},yB=e=>{xp(e,(t,s)=>{if(Pe(e)&&["arguments","caller","callee"].indexOf(s)!==-1)return!1;let r=e[s];if(Pe(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+s+"'")})}})},RB=(e,t)=>{let s={},r=n=>{n.forEach(o=>{s[o]=!0})};return It(e)?r(e):r(String(e).split(t)),s},hB=()=>{},fB=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Vr="abcdefghijklmnopqrstuvwxyz",yp="0123456789",Ip={DIGIT:yp,ALPHA:Vr,ALPHA_DIGIT:Vr+Vr.toUpperCase()+yp},qB=(e=16,t=Ip.ALPHA_DIGIT)=>{let s="",{length:r}=t;for(;e--;)s+=t[Math.random()*r|0];return s};function bB(e){return!!(e&&Pe(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}var xB=e=>{let t=new Array(10),s=(r,n)=>{if(Is(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[n]=r;let o=It(r)?[]:{};return zt(r,(i,p)=>{let c=s(i,n+1);!$t(c)&&(o[p]=c)}),t[n]=void 0,o}}return r};return s(e,0)},IB=Ee("AsyncFunction"),vB=e=>e&&(Is(e)||Pe(e))&&Pe(e.then)&&Pe(e.catch),g={isArray:It,isArrayBuffer:Rp,isBuffer:VT,isFormData:eB,isArrayBufferView:KT,isString:jT,isNumber:hp,isBoolean:$T,isObject:Is,isPlainObject:qs,isUndefined:$t,isDate:zT,isFile:JT,isBlob:YT,isRegExp:mB,isFunction:Pe,isStream:ZT,isURLSearchParams:tB,isTypedArray:cB,isFileList:XT,forEach:zt,merge:Kr,extend:rB,trim:sB,stripBOM:aB,inherits:nB,toFlatObject:oB,kindOf:bs,kindOfTest:Ee,endsWith:iB,toArray:pB,forEachEntry:uB,matchAll:dB,isHTMLForm:lB,hasOwnProperty:mp,hasOwnProp:mp,reduceDescriptors:xp,freezeMethods:yB,toObjectSet:RB,toCamelCase:gB,noop:hB,toFiniteNumber:fB,findKey:fp,global:qp,isContextDefined:bp,ALPHABET:Ip,generateString:qB,isSpecCompliantForm:bB,toJSONObject:xB,isAsyncFn:IB,isThenable:vB};function vt(e,t,s,r,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),s&&(this.config=s),r&&(this.request=r),n&&(this.response=n)}g.inherits(vt,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:g.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var vp=vt.prototype,kp={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{kp[e]={value:e}});Object.defineProperties(vt,kp);Object.defineProperty(vp,"isAxiosError",{value:!0});vt.from=(e,t,s,r,n,o)=>{let i=Object.create(vp);return g.toFlatObject(e,i,function(c){return c!==Error.prototype},p=>p!=="isAxiosError"),vt.call(i,e.message,t,s,r,n),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};var v=vt;var yu=S(mu(),1),Ls=yu.default;function Pa(e){return g.isPlainObject(e)||g.isArray(e)}function hu(e){return g.endsWith(e,"[]")?e.slice(0,-2):e}function Ru(e,t,s){return e?e.concat(t).map(function(n,o){return n=hu(n),!s&&o?"["+n+"]":n}).join(s?".":""):t}function pC(e){return g.isArray(e)&&!e.some(Pa)}var cC=g.toFlatObject(g,{},null,function(t){return/^is[A-Z]/.test(t)});function uC(e,t,s){if(!g.isObject(e))throw new TypeError("target must be an object");t=t||new(Ls||FormData),s=g.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(q,k){return!g.isUndefined(k[q])});let r=s.metaTokens,n=s.visitor||u,o=s.dots,i=s.indexes,c=(s.Blob||typeof Blob<"u"&&Blob)&&g.isSpecCompliantForm(t);if(!g.isFunction(n))throw new TypeError("visitor must be a function");function a(m){if(m===null)return"";if(g.isDate(m))return m.toISOString();if(!c&&g.isBlob(m))throw new v("Blob is not supported. Use a Buffer instead.");return g.isArrayBuffer(m)||g.isTypedArray(m)?c&&typeof Blob=="function"?new Blob([m]):Buffer.from(m):m}function u(m,q,k){let I=m;if(m&&!k&&typeof m=="object"){if(g.endsWith(q,"{}"))q=r?q:q.slice(0,-2),m=JSON.stringify(m);else if(g.isArray(m)&&pC(m)||(g.isFileList(m)||g.endsWith(q,"[]"))&&(I=g.toArray(m)))return q=hu(q),I.forEach(function(G,M){!(g.isUndefined(G)||G===null)&&t.append(i===!0?Ru([q],M,o):i===null?q:q+"[]",a(G))}),!1}return Pa(m)?!0:(t.append(Ru(k,q,o),a(m)),!1)}let y=[],R=Object.assign(cC,{defaultVisitor:u,convertValue:a,isVisitable:Pa});function x(m,q){if(!g.isUndefined(m)){if(y.indexOf(m)!==-1)throw Error("Circular reference detected in "+q.join("."));y.push(m),g.forEach(m,function(I,E){(!(g.isUndefined(I)||I===null)&&n.call(t,I,g.isString(E)?E.trim():E,q,R))===!0&&x(I,q?q.concat(E):[E])}),y.pop()}}if(!g.isObject(e))throw new TypeError("data must be an object");return x(e),t}var je=uC;function fu(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function qu(e,t){this._pairs=[],e&&je(e,this,t)}var bu=qu.prototype;bu.append=function(t,s){this._pairs.push([t,s])};bu.toString=function(t){let s=t?function(r){return t.call(this,r,fu)}:fu;return this._pairs.map(function(n){return s(n[0])+"="+s(n[1])},"").join("&")};var xu=qu;function dC(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function at(e,t,s){if(!t)return e;let r=s&&s.encode||dC,n=s&&s.serialize,o;if(n?o=n(t,s):o=g.isURLSearchParams(t)?t.toString():new xu(t,s).toString(r),o){let i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}var Aa=class{constructor(){this.handlers=[]}use(t,s,r){return this.handlers.push({fulfilled:t,rejected:s,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){g.forEach(this.handlers,function(r){r!==null&&t(r)})}},Ta=Aa;var Ct={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Iu=S(require("url"),1),vu=Iu.default.URLSearchParams;var ku={isNode:!0,classes:{URLSearchParams:vu,FormData:Ls,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var Ba={};be(Ba,{hasBrowserEnv:()=>Pu,hasStandardBrowserEnv:()=>lC,hasStandardBrowserWebWorkerEnv:()=>gC});var Pu=typeof window<"u"&&typeof document<"u",lC=(e=>Pu&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),gC=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function";var z={...Ba,...ku};function wa(e,t){return je(e,new z.classes.URLSearchParams,Object.assign({visitor:function(s,r,n,o){return z.isNode&&g.isBuffer(s)?(this.append(r,s.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function mC(e){return g.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function yC(e){let t={},s=Object.keys(e),r,n=s.length,o;for(r=0;r<n;r++)o=s[r],t[o]=e[o];return t}function RC(e){function t(s,r,n,o){let i=s[o++],p=Number.isFinite(+i),c=o>=s.length;return i=!i&&g.isArray(n)?n.length:i,c?(g.hasOwnProp(n,i)?n[i]=[n[i],r]:n[i]=r,!p):((!n[i]||!g.isObject(n[i]))&&(n[i]=[]),t(s,r,n[i],o)&&g.isArray(n[i])&&(n[i]=yC(n[i])),!p)}if(g.isFormData(e)&&g.isFunction(e.entries)){let s={};return g.forEachEntry(e,(r,n)=>{t(mC(r),n,s,0)}),s}return null}var Ss=RC;function hC(e,t,s){if(g.isString(e))try{return(t||JSON.parse)(e),g.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(s||JSON.stringify)(e)}var Ca={transitional:Ct,adapter:["xhr","http"],transformRequest:[function(t,s){let r=s.getContentType()||"",n=r.indexOf("application/json")>-1,o=g.isObject(t);if(o&&g.isHTMLForm(t)&&(t=new FormData(t)),g.isFormData(t))return n&&n?JSON.stringify(Ss(t)):t;if(g.isArrayBuffer(t)||g.isBuffer(t)||g.isStream(t)||g.isFile(t)||g.isBlob(t))return t;if(g.isArrayBufferView(t))return t.buffer;if(g.isURLSearchParams(t))return s.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let p;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return wa(t,this.formSerializer).toString();if((p=g.isFileList(t))||r.indexOf("multipart/form-data")>-1){let c=this.env&&this.env.FormData;return je(p?{"files[]":t}:t,c&&new c,this.formSerializer)}}return o||n?(s.setContentType("application/json",!1),hC(t)):t}],transformResponse:[function(t){let s=this.transitional||Ca.transitional,r=s&&s.forcedJSONParsing,n=this.responseType==="json";if(t&&g.isString(t)&&(r&&!this.responseType||n)){let i=!(s&&s.silentJSONParsing)&&n;try{return JSON.parse(t)}catch(p){if(i)throw p.name==="SyntaxError"?v.from(p,v.ERR_BAD_RESPONSE,this,null,this.response):p}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:z.classes.FormData,Blob:z.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};g.forEach(["delete","get","head","post","put","patch"],e=>{Ca.headers[e]={}});var Ut=Ca;var fC=g.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"]),Au=e=>{let t={},s,r,n;return e&&e.split(`
10
+ `).forEach(function(i){n=i.indexOf(":"),s=i.substring(0,n).trim().toLowerCase(),r=i.substring(n+1).trim(),!(!s||t[s]&&fC[s])&&(s==="set-cookie"?t[s]?t[s].push(r):t[s]=[r]:t[s]=t[s]?t[s]+", "+r:r)}),t};var Tu=Symbol("internals");function es(e){return e&&String(e).trim().toLowerCase()}function _s(e){return e===!1||e==null?e:g.isArray(e)?e.map(_s):String(e)}function qC(e){let t=Object.create(null),s=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,r;for(;r=s.exec(e);)t[r[1]]=r[2];return t}var bC=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ua(e,t,s,r,n){if(g.isFunction(r))return r.call(this,t,s);if(n&&(t=s),!!g.isString(t)){if(g.isString(r))return t.indexOf(r)!==-1;if(g.isRegExp(r))return r.test(t)}}function xC(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,s,r)=>s.toUpperCase()+r)}function IC(e,t){let s=g.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+s,{value:function(n,o,i){return this[r].call(this,t,n,o,i)},configurable:!0})})}var Et=class{constructor(t){t&&this.set(t)}set(t,s,r){let n=this;function o(p,c,a){let u=es(c);if(!u)throw new Error("header name must be a non-empty string");let y=g.findKey(n,u);(!y||n[y]===void 0||a===!0||a===void 0&&n[y]!==!1)&&(n[y||c]=_s(p))}let i=(p,c)=>g.forEach(p,(a,u)=>o(a,u,c));return g.isPlainObject(t)||t instanceof this.constructor?i(t,s):g.isString(t)&&(t=t.trim())&&!bC(t)?i(Au(t),s):t!=null&&o(s,t,r),this}get(t,s){if(t=es(t),t){let r=g.findKey(this,t);if(r){let n=this[r];if(!s)return n;if(s===!0)return qC(n);if(g.isFunction(s))return s.call(this,n,r);if(g.isRegExp(s))return s.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,s){if(t=es(t),t){let r=g.findKey(this,t);return!!(r&&this[r]!==void 0&&(!s||Ua(this,this[r],r,s)))}return!1}delete(t,s){let r=this,n=!1;function o(i){if(i=es(i),i){let p=g.findKey(r,i);p&&(!s||Ua(r,r[p],p,s))&&(delete r[p],n=!0)}}return g.isArray(t)?t.forEach(o):o(t),n}clear(t){let s=Object.keys(this),r=s.length,n=!1;for(;r--;){let o=s[r];(!t||Ua(this,this[o],o,t,!0))&&(delete this[o],n=!0)}return n}normalize(t){let s=this,r={};return g.forEach(this,(n,o)=>{let i=g.findKey(r,o);if(i){s[i]=_s(n),delete s[o];return}let p=t?xC(o):String(o).trim();p!==o&&delete s[o],s[p]=_s(n),r[p]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){let s=Object.create(null);return g.forEach(this,(r,n)=>{r!=null&&r!==!1&&(s[n]=t&&g.isArray(r)?r.join(", "):r)}),s}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,s])=>t+": "+s).join(`
11
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...s){let r=new this(t);return s.forEach(n=>r.set(n)),r}static accessor(t){let r=(this[Tu]=this[Tu]={accessors:{}}).accessors,n=this.prototype;function o(i){let p=es(i);r[p]||(IC(n,i),r[p]=!0)}return g.isArray(t)?t.forEach(o):o(t),this}};Et.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);g.reduceDescriptors(Et.prototype,({value:e},t)=>{let s=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[s]=r}}});g.freezeMethods(Et);var J=Et;function ts(e,t){let s=this||Ut,r=t||s,n=J.from(r.headers),o=r.data;return g.forEach(e,function(p){o=p.call(s,o,n.normalize(),t?t.status:void 0)}),n.normalize(),o}function ss(e){return!!(e&&e.__CANCEL__)}function Bu(e,t,s){v.call(this,e??"canceled",v.ERR_CANCELED,t,s),this.name="CanceledError"}g.inherits(Bu,v,{__CANCEL__:!0});var we=Bu;function $e(e,t,s){let r=s.config.validateStatus;!s.status||!r||r(s.status)?e(s):t(new v("Request failed with status code "+s.status,[v.ERR_BAD_REQUEST,v.ERR_BAD_RESPONSE][Math.floor(s.status/100)-4],s.config,s.request,s))}function Ea(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Ga(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function nt(e,t){return e&&!Ea(t)?Ga(e,t):t}var ld=S(Cu(),1),gd=S(require("http"),1),md=S(require("https"),1),yd=S(require("util"),1),Rd=S(Xu(),1),We=S(require("zlib"),1);var ct="1.6.1";function os(e){let t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}var nU=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function Oa(e,t,s){let r=s&&s.Blob||z.classes.Blob,n=os(e);if(t===void 0&&r&&(t=!0),n==="data"){e=n.length?e.slice(n.length+1):e;let o=nU.exec(e);if(!o)throw new v("Invalid URL",v.ERR_INVALID_URL);let i=o[1],p=o[2],c=o[3],a=Buffer.from(decodeURIComponent(c),p?"base64":"utf8");if(t){if(!r)throw new v("Blob is not supported",v.ERR_NOT_SUPPORT);return new r([a],{type:i})}return a}throw new v("Unsupported protocol "+n,v.ERR_NOT_SUPPORT)}var ut=S(require("stream"),1);var ed=S(require("stream"),1);function oU(e,t){let s=0,r=1e3/t,n=null;return function(i,p){let c=Date.now();if(i||c-s>r)return n&&(clearTimeout(n),n=null),s=c,e.apply(null,p);n||(n=setTimeout(()=>(n=null,s=Date.now(),e.apply(null,p)),r-(c-s)))}}var Zu=oU;function iU(e,t){e=e||10;let s=new Array(e),r=new Array(e),n=0,o=0,i;return t=t!==void 0?t:1e3,function(c){let a=Date.now(),u=r[o];i||(i=a),s[n]=c,r[n]=a;let y=o,R=0;for(;y!==n;)R+=s[y++],y=y%e;if(n=(n+1)%e,n===o&&(o=(o+1)%e),a-i<t)return;let x=u&&a-u;return x?Math.round(R*1e3/x):void 0}}var Fs=iU;var Ms=Symbol("internals"),Na=class extends ed.default.Transform{constructor(t){t=g.toFlatObject(t,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(p,c)=>!g.isUndefined(c[p])),super({readableHighWaterMark:t.chunkSize});let s=this,r=this[Ms]={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},n=Fs(r.ticksRate*t.samplesCount,r.timeWindow);this.on("newListener",p=>{p==="progress"&&(r.isCaptured||(r.isCaptured=!0))});let o=0;r.updateProgress=Zu(function(){let c=r.length,a=r.bytesSeen,u=a-o;if(!u||s.destroyed)return;let y=n(u);o=a,process.nextTick(()=>{s.emit("progress",{loaded:a,total:c,progress:c?a/c:void 0,bytes:u,rate:y||void 0,estimated:y&&c&&a<=c?(c-a)/y:void 0})})},r.ticksRate);let i=()=>{r.updateProgress(!0)};this.once("end",i),this.once("error",i)}_read(t){let s=this[Ms];return s.onReadCallback&&s.onReadCallback(),super._read(t)}_transform(t,s,r){let n=this,o=this[Ms],i=o.maxRate,p=this.readableHighWaterMark,c=o.timeWindow,a=1e3/c,u=i/a,y=o.minChunkSize!==!1?Math.max(o.minChunkSize,u*.01):0;function R(m,q){let k=Buffer.byteLength(m);o.bytesSeen+=k,o.bytes+=k,o.isCaptured&&o.updateProgress(),n.push(m)?process.nextTick(q):o.onReadCallback=()=>{o.onReadCallback=null,process.nextTick(q)}}let x=(m,q)=>{let k=Buffer.byteLength(m),I=null,E=p,G,M=0;if(i){let O=Date.now();(!o.ts||(M=O-o.ts)>=c)&&(o.ts=O,G=u-o.bytes,o.bytes=G<0?-G:0,M=0),G=u-o.bytes}if(i){if(G<=0)return setTimeout(()=>{q(null,m)},c-M);G<E&&(E=G)}E&&k>E&&k-E>y&&(I=m.subarray(E),m=m.subarray(0,E)),R(m,I?()=>{process.nextTick(q,null,I)}:q)};x(t,function m(q,k){if(q)return r(q);k?x(k,m):r(null)})}setLength(t){return this[Ms].length=+t,this}},Va=Na;var hd=S(require("events"),1);var sd=require("util"),rd=require("stream");var{asyncIterator:td}=Symbol,pU=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[td]?yield*e[td]():yield e},Os=pU;var cU=g.ALPHABET.ALPHA_DIGIT+"-_",is=new sd.TextEncoder,Je=`\r
12
+ `,uU=is.encode(Je),dU=2,Ka=class{constructor(t,s){let{escapeName:r}=this.constructor,n=g.isString(s),o=`Content-Disposition: form-data; name="${r(t)}"${!n&&s.name?`; filename="${r(s.name)}"`:""}${Je}`;n?s=is.encode(String(s).replace(/\r?\n|\r\n?/g,Je)):o+=`Content-Type: ${s.type||"application/octet-stream"}${Je}`,this.headers=is.encode(o+Je),this.contentLength=n?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+dU,this.name=t,this.value=s}async*encode(){yield this.headers;let{value:t}=this;g.isTypedArray(t)?yield t:yield*Os(t),yield uU}static escapeName(t){return String(t).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},lU=(e,t,s)=>{let{tag:r="form-data-boundary",size:n=25,boundary:o=r+"-"+g.generateString(n,cU)}=s||{};if(!g.isFormData(e))throw TypeError("FormData instance required");if(o.length<1||o.length>70)throw Error("boundary must be 10-70 characters long");let i=is.encode("--"+o+Je),p=is.encode("--"+o+"--"+Je+Je),c=p.byteLength,a=Array.from(e.entries()).map(([y,R])=>{let x=new Ka(y,R);return c+=x.size,x});c+=i.byteLength*a.length,c=g.toFiniteNumber(c);let u={"Content-Type":`multipart/form-data; boundary=${o}`};return Number.isFinite(c)&&(u["Content-Length"]=c),t&&t(u),rd.Readable.from((async function*(){for(let y of a)yield i,yield*y.encode();yield p})())},ad=lU;var nd=S(require("stream"),1),ja=class extends nd.default.Transform{__transform(t,s,r){this.push(t),r()}_transform(t,s,r){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let n=Buffer.alloc(2);n[0]=120,n[1]=156,this.push(n,s)}this.__transform(t,s,r)}},od=ja;var gU=(e,t)=>g.isAsyncFn(e)?function(...s){let r=s.pop();e.apply(this,s).then(n=>{try{t?r(null,...t(n)):r(null,n)}catch(o){r(o)}},r)}:e,id=gU;var pd={flush:We.default.constants.Z_SYNC_FLUSH,finishFlush:We.default.constants.Z_SYNC_FLUSH},mU={flush:We.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:We.default.constants.BROTLI_OPERATION_FLUSH},cd=g.isFunction(We.default.createBrotliDecompress),{http:yU,https:RU}=Rd.default,hU=/https:?/,ud=z.protocols.map(e=>e+":");function fU(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function fd(e,t,s){let r=t;if(!r&&r!==!1){let n=(0,ld.getProxyForUrl)(s);n&&(r=new URL(n))}if(r){if(r.username&&(r.auth=(r.username||"")+":"+(r.password||"")),r.auth){(r.auth.username||r.auth.password)&&(r.auth=(r.auth.username||"")+":"+(r.auth.password||""));let o=Buffer.from(r.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+o}e.headers.host=e.hostname+(e.port?":"+e.port:"");let n=r.hostname||r.host;e.hostname=n,e.host=n,e.port=r.port,e.path=s,r.protocol&&(e.protocol=r.protocol.includes(":")?r.protocol:`${r.protocol}:`)}e.beforeRedirects.proxy=function(o){fd(o,t,o.href)}}var qU=typeof process<"u"&&g.kindOf(process)==="process",bU=e=>new Promise((t,s)=>{let r,n,o=(c,a)=>{n||(n=!0,r&&r(c,a))},i=c=>{o(c),t(c)},p=c=>{o(c,!0),s(c)};e(i,p,c=>r=c).catch(p)}),xU=({address:e,family:t})=>{if(!g.isString(e))throw TypeError("address must be a string");return{address:e,family:t||(e.indexOf(".")<0?6:4)}},dd=(e,t)=>xU(g.isObject(e)?e:{address:e,family:t}),qd=qU&&function(t){return bU(async function(r,n,o){let{data:i,lookup:p,family:c}=t,{responseType:a,responseEncoding:u}=t,y=t.method.toUpperCase(),R,x=!1,m;if(p){let w=id(p,B=>g.isArray(B)?B:[B]);p=(B,j,xt)=>{w(B,j,(pe,Ne,Or)=>{let Ue=g.isArray(Ne)?Ne.map(Te=>dd(Te)):[dd(Ne,Or)];j.all?xt(pe,Ue):xt(pe,Ue[0].address,Ue[0].family)})}}let q=new hd.default,k=()=>{t.cancelToken&&t.cancelToken.unsubscribe(I),t.signal&&t.signal.removeEventListener("abort",I),q.removeAllListeners()};o((w,B)=>{R=!0,B&&(x=!0,k())});function I(w){q.emit("abort",!w||w.type?new we(null,t,m):w)}q.once("abort",n),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(I),t.signal&&(t.signal.aborted?I():t.signal.addEventListener("abort",I)));let E=nt(t.baseURL,t.url),G=new URL(E,"http://localhost"),M=G.protocol||ud[0];if(M==="data:"){let w;if(y!=="GET")return $e(r,n,{status:405,statusText:"method not allowed",headers:{},config:t});try{w=Oa(t.url,a==="blob",{Blob:t.env&&t.env.Blob})}catch(B){throw v.from(B,v.ERR_BAD_REQUEST,t)}return a==="text"?(w=w.toString(u),(!u||u==="utf8")&&(w=g.stripBOM(w))):a==="stream"&&(w=ut.default.Readable.from(w)),$e(r,n,{data:w,status:200,statusText:"OK",headers:new J,config:t})}if(ud.indexOf(M)===-1)return n(new v("Unsupported protocol "+M,v.ERR_BAD_REQUEST,t));let O=J.from(t.headers).normalize();O.set("User-Agent","axios/"+ct,!1);let Re=t.onDownloadProgress,he=t.onUploadProgress,fe=t.maxRate,ie,Ce;if(g.isSpecCompliantForm(i)){let w=O.getContentType(/boundary=([-_\w\d]{10,70})/i);i=ad(i,B=>{O.set(B)},{tag:`axios-${ct}-boundary`,boundary:w&&w[1]||void 0})}else if(g.isFormData(i)&&g.isFunction(i.getHeaders)){if(O.set(i.getHeaders()),!O.hasContentLength())try{let w=await yd.default.promisify(i.getLength).call(i);Number.isFinite(w)&&w>=0&&O.setContentLength(w)}catch{}}else if(g.isBlob(i))i.size&&O.setContentType(i.type||"application/octet-stream"),O.setContentLength(i.size||0),i=ut.default.Readable.from(Os(i));else if(i&&!g.isStream(i)){if(!Buffer.isBuffer(i))if(g.isArrayBuffer(i))i=Buffer.from(new Uint8Array(i));else if(g.isString(i))i=Buffer.from(i,"utf-8");else return n(new v("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",v.ERR_BAD_REQUEST,t));if(O.setContentLength(i.length,!1),t.maxBodyLength>-1&&i.length>t.maxBodyLength)return n(new v("Request body larger than maxBodyLength limit",v.ERR_BAD_REQUEST,t))}let _e=g.toFiniteNumber(O.getContentLength());g.isArray(fe)?(ie=fe[0],Ce=fe[1]):ie=Ce=fe,i&&(he||ie)&&(g.isStream(i)||(i=ut.default.Readable.from(i,{objectMode:!1})),i=ut.default.pipeline([i,new Va({length:_e,maxRate:g.toFiniteNumber(ie)})],g.noop),he&&i.on("progress",w=>{he(Object.assign(w,{upload:!0}))}));let ke;if(t.auth){let w=t.auth.username||"",B=t.auth.password||"";ke=w+":"+B}if(!ke&&G.username){let w=G.username,B=G.password;ke=w+":"+B}ke&&O.delete("authorization");let qe;try{qe=at(G.pathname+G.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(w){let B=new Error(w.message);return B.config=t,B.url=t.url,B.exists=!0,n(B)}O.set("Accept-Encoding","gzip, compress, deflate"+(cd?", br":""),!1);let N={path:qe,method:y,headers:O.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:ke,protocol:M,family:c,beforeRedirect:fU,beforeRedirects:{}};!g.isUndefined(p)&&(N.lookup=p),t.socketPath?N.socketPath=t.socketPath:(N.hostname=G.hostname,N.port=G.port,fd(N,t.proxy,M+"//"+G.hostname+(G.port?":"+G.port:"")+N.path));let de,De=hU.test(N.protocol);if(N.agent=De?t.httpsAgent:t.httpAgent,t.transport?de=t.transport:t.maxRedirects===0?de=De?md.default:gd.default:(t.maxRedirects&&(N.maxRedirects=t.maxRedirects),t.beforeRedirect&&(N.beforeRedirects.config=t.beforeRedirect),de=De?RU:yU),t.maxBodyLength>-1?N.maxBodyLength=t.maxBodyLength:N.maxBodyLength=1/0,t.insecureHTTPParser&&(N.insecureHTTPParser=t.insecureHTTPParser),m=de.request(N,function(B){if(m.destroyed)return;let j=[B],xt=+B.headers["content-length"];if(Re){let Te=new Va({length:g.toFiniteNumber(xt),maxRate:g.toFiniteNumber(Ce)});Re&&Te.on("progress",hs=>{Re(Object.assign(hs,{download:!0}))}),j.push(Te)}let pe=B,Ne=B.req||m;if(t.decompress!==!1&&B.headers["content-encoding"])switch((y==="HEAD"||B.statusCode===204)&&delete B.headers["content-encoding"],(B.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":j.push(We.default.createUnzip(pd)),delete B.headers["content-encoding"];break;case"deflate":j.push(new od),j.push(We.default.createUnzip(pd)),delete B.headers["content-encoding"];break;case"br":cd&&(j.push(We.default.createBrotliDecompress(mU)),delete B.headers["content-encoding"])}pe=j.length>1?ut.default.pipeline(j,g.noop):j[0];let Or=ut.default.finished(pe,()=>{Or(),k()}),Ue={status:B.statusCode,statusText:B.statusMessage,headers:new J(B.headers),config:t,request:Ne};if(a==="stream")Ue.data=pe,$e(r,n,Ue);else{let Te=[],hs=0;pe.on("data",function(ce){Te.push(ce),hs+=ce.length,t.maxContentLength>-1&&hs>t.maxContentLength&&(x=!0,pe.destroy(),n(new v("maxContentLength size of "+t.maxContentLength+" exceeded",v.ERR_BAD_RESPONSE,t,Ne)))}),pe.on("aborted",function(){if(x)return;let ce=new v("maxContentLength size of "+t.maxContentLength+" exceeded",v.ERR_BAD_RESPONSE,t,Ne);pe.destroy(ce),n(ce)}),pe.on("error",function(ce){m.destroyed||n(v.from(ce,null,t,Ne))}),pe.on("end",function(){try{let ce=Te.length===1?Te[0]:Buffer.concat(Te);a!=="arraybuffer"&&(ce=ce.toString(u),(!u||u==="utf8")&&(ce=g.stripBOM(ce))),Ue.data=ce}catch(ce){return n(v.from(ce,null,t,Ue.request,Ue))}$e(r,n,Ue)})}q.once("abort",Te=>{pe.destroyed||(pe.emit("error",Te),pe.destroy())})}),q.once("abort",w=>{n(w),m.destroy(w)}),m.on("error",function(B){n(v.from(B,null,t,m))}),m.on("socket",function(B){B.setKeepAlive(!0,1e3*60)}),t.timeout){let w=parseInt(t.timeout,10);if(Number.isNaN(w)){n(new v("error trying to parse `config.timeout` to int",v.ERR_BAD_OPTION_VALUE,t,m));return}m.setTimeout(w,function(){if(R)return;let j=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",xt=t.transitional||Ct;t.timeoutErrorMessage&&(j=t.timeoutErrorMessage),n(new v(j,xt.clarifyTimeoutError?v.ETIMEDOUT:v.ECONNABORTED,t,m)),I()})}if(g.isStream(i)){let w=!1,B=!1;i.on("end",()=>{w=!0}),i.once("error",j=>{B=!0,m.destroy(j)}),i.on("close",()=>{!w&&!B&&I(new we("Request stream has been aborted",t,m))}),i.pipe(m)}else m.end(i)})};var bd=z.hasStandardBrowserEnv?(function(){return{write:function(s,r,n,o,i,p){let c=[];c.push(s+"="+encodeURIComponent(r)),g.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),g.isString(o)&&c.push("path="+o),g.isString(i)&&c.push("domain="+i),p===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(s){let r=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(s){this.write(s,"",Date.now()-864e5)}}})():(function(){return{write:function(){},read:function(){return null},remove:function(){}}})();var xd=z.hasStandardBrowserEnv?(function(){let t=/(msie|trident)/i.test(navigator.userAgent),s=document.createElement("a"),r;function n(o){let i=o;return t&&(s.setAttribute("href",i),i=s.href),s.setAttribute("href",i),{href:s.href,protocol:s.protocol?s.protocol.replace(/:$/,""):"",host:s.host,search:s.search?s.search.replace(/^\?/,""):"",hash:s.hash?s.hash.replace(/^#/,""):"",hostname:s.hostname,port:s.port,pathname:s.pathname.charAt(0)==="/"?s.pathname:"/"+s.pathname}}return r=n(window.location.href),function(i){let p=g.isString(i)?n(i):i;return p.protocol===r.protocol&&p.host===r.host}})():(function(){return function(){return!0}})();function Id(e,t){let s=0,r=Fs(50,250);return n=>{let o=n.loaded,i=n.lengthComputable?n.total:void 0,p=o-s,c=r(p),a=o<=i;s=o;let u={loaded:o,total:i,progress:i?o/i:void 0,bytes:p,rate:c||void 0,estimated:c&&i&&a?(i-o)/c:void 0,event:n};u[t?"download":"upload"]=!0,e(u)}}var IU=typeof XMLHttpRequest<"u",vd=IU&&function(e){return new Promise(function(s,r){let n=e.data,o=J.from(e.headers).normalize(),i=e.responseType,p;function c(){e.cancelToken&&e.cancelToken.unsubscribe(p),e.signal&&e.signal.removeEventListener("abort",p)}let a;if(g.isFormData(n)){if(z.hasStandardBrowserEnv||z.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((a=o.getContentType())!==!1){let[m,...q]=a?a.split(";").map(k=>k.trim()).filter(Boolean):[];o.setContentType([m||"multipart/form-data",...q].join("; "))}}let u=new XMLHttpRequest;if(e.auth){let m=e.auth.username||"",q=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(m+":"+q))}let y=nt(e.baseURL,e.url);u.open(e.method.toUpperCase(),at(y,e.params,e.paramsSerializer),!0),u.timeout=e.timeout;function R(){if(!u)return;let m=J.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),k={data:!i||i==="text"||i==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:m,config:e,request:u};$e(function(E){s(E),c()},function(E){r(E),c()},k),u=null}if("onloadend"in u?u.onloadend=R:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(R)},u.onabort=function(){u&&(r(new v("Request aborted",v.ECONNABORTED,e,u)),u=null)},u.onerror=function(){r(new v("Network Error",v.ERR_NETWORK,e,u)),u=null},u.ontimeout=function(){let q=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",k=e.transitional||Ct;e.timeoutErrorMessage&&(q=e.timeoutErrorMessage),r(new v(q,k.clarifyTimeoutError?v.ETIMEDOUT:v.ECONNABORTED,e,u)),u=null},z.hasStandardBrowserEnv){let m=xd(y)&&e.xsrfCookieName&&bd.read(e.xsrfCookieName);m&&o.set(e.xsrfHeaderName,m)}n===void 0&&o.setContentType(null),"setRequestHeader"in u&&g.forEach(o.toJSON(),function(q,k){u.setRequestHeader(k,q)}),g.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),i&&i!=="json"&&(u.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&u.addEventListener("progress",Id(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",Id(e.onUploadProgress)),(e.cancelToken||e.signal)&&(p=m=>{u&&(r(!m||m.type?new we(null,e,u):m),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(p),e.signal&&(e.signal.aborted?p():e.signal.addEventListener("abort",p)));let x=os(y);if(x&&z.protocols.indexOf(x)===-1){r(new v("Unsupported protocol "+x+":",v.ERR_BAD_REQUEST,e));return}u.send(n||null)})};var $a={http:qd,xhr:vd};g.forEach($a,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});var kd=e=>`- ${e}`,vU=e=>g.isFunction(e)||e===null||e===!1,Ns={getAdapter:e=>{e=g.isArray(e)?e:[e];let{length:t}=e,s,r,n={};for(let o=0;o<t;o++){s=e[o];let i;if(r=s,!vU(s)&&(r=$a[(i=String(s)).toLowerCase()],r===void 0))throw new v(`Unknown adapter '${i}'`);if(r)break;n[i||"#"+o]=r}if(!r){let o=Object.entries(n).map(([p,c])=>`adapter ${p} `+(c===!1?"is not supported by the environment":"is not available in the build")),i=t?o.length>1?`since :
13
+ `+o.map(kd).join(`
14
+ `):" "+kd(o[0]):"as no adapter specified";throw new v("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:$a};function za(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new we(null,e)}function Vs(e){return za(e),e.headers=J.from(e.headers),e.data=ts.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ns.getAdapter(e.adapter||Ut.adapter)(e).then(function(r){return za(e),r.data=ts.call(e,e.transformResponse,r),r.headers=J.from(r.headers),r},function(r){return ss(r)||(za(e),r&&r.response&&(r.response.data=ts.call(e,e.transformResponse,r.response),r.response.headers=J.from(r.response.headers))),Promise.reject(r)})}var Pd=e=>e instanceof J?e.toJSON():e;function He(e,t){t=t||{};let s={};function r(a,u,y){return g.isPlainObject(a)&&g.isPlainObject(u)?g.merge.call({caseless:y},a,u):g.isPlainObject(u)?g.merge({},u):g.isArray(u)?u.slice():u}function n(a,u,y){if(g.isUndefined(u)){if(!g.isUndefined(a))return r(void 0,a,y)}else return r(a,u,y)}function o(a,u){if(!g.isUndefined(u))return r(void 0,u)}function i(a,u){if(g.isUndefined(u)){if(!g.isUndefined(a))return r(void 0,a)}else return r(void 0,u)}function p(a,u,y){if(y in t)return r(a,u);if(y in e)return r(void 0,a)}let c={url:o,method:o,data:o,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:p,headers:(a,u)=>n(Pd(a),Pd(u),!0)};return g.forEach(Object.keys(Object.assign({},e,t)),function(u){let y=c[u]||n,R=y(e[u],t[u],u);g.isUndefined(R)&&y!==p||(s[u]=R)}),s}var Ja={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Ja[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});var Ad={};Ja.transitional=function(t,s,r){function n(o,i){return"[Axios v"+ct+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,p)=>{if(t===!1)throw new v(n(i," has been removed"+(s?" in "+s:"")),v.ERR_DEPRECATED);return s&&!Ad[i]&&(Ad[i]=!0,console.warn(n(i," has been deprecated since v"+s+" and will be removed in the near future"))),t?t(o,i,p):!0}};function kU(e,t,s){if(typeof e!="object")throw new v("options must be an object",v.ERR_BAD_OPTION_VALUE);let r=Object.keys(e),n=r.length;for(;n-- >0;){let o=r[n],i=t[o];if(i){let p=e[o],c=p===void 0||i(p,o,e);if(c!==!0)throw new v("option "+o+" must be "+c,v.ERR_BAD_OPTION_VALUE);continue}if(s!==!0)throw new v("Unknown option "+o,v.ERR_BAD_OPTION)}}var Ks={assertOptions:kU,validators:Ja};var Ye=Ks.validators,Dt=class{constructor(t){this.defaults=t,this.interceptors={request:new Ta,response:new Ta}}request(t,s){typeof t=="string"?(s=s||{},s.url=t):s=t||{},s=He(this.defaults,s);let{transitional:r,paramsSerializer:n,headers:o}=s;r!==void 0&&Ks.assertOptions(r,{silentJSONParsing:Ye.transitional(Ye.boolean),forcedJSONParsing:Ye.transitional(Ye.boolean),clarifyTimeoutError:Ye.transitional(Ye.boolean)},!1),n!=null&&(g.isFunction(n)?s.paramsSerializer={serialize:n}:Ks.assertOptions(n,{encode:Ye.function,serialize:Ye.function},!0)),s.method=(s.method||this.defaults.method||"get").toLowerCase();let i=o&&g.merge(o.common,o[s.method]);o&&g.forEach(["delete","get","head","post","put","patch","common"],m=>{delete o[m]}),s.headers=J.concat(i,o);let p=[],c=!0;this.interceptors.request.forEach(function(q){typeof q.runWhen=="function"&&q.runWhen(s)===!1||(c=c&&q.synchronous,p.unshift(q.fulfilled,q.rejected))});let a=[];this.interceptors.response.forEach(function(q){a.push(q.fulfilled,q.rejected)});let u,y=0,R;if(!c){let m=[Vs.bind(this),void 0];for(m.unshift.apply(m,p),m.push.apply(m,a),R=m.length,u=Promise.resolve(s);y<R;)u=u.then(m[y++],m[y++]);return u}R=p.length;let x=s;for(y=0;y<R;){let m=p[y++],q=p[y++];try{x=m(x)}catch(k){q.call(this,k);break}}try{u=Vs.call(this,x)}catch(m){return Promise.reject(m)}for(y=0,R=a.length;y<R;)u=u.then(a[y++],a[y++]);return u}getUri(t){t=He(this.defaults,t);let s=nt(t.baseURL,t.url);return at(s,t.params,t.paramsSerializer)}};g.forEach(["delete","get","head","options"],function(t){Dt.prototype[t]=function(s,r){return this.request(He(r||{},{method:t,url:s,data:(r||{}).data}))}});g.forEach(["post","put","patch"],function(t){function s(r){return function(o,i,p){return this.request(He(p||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}Dt.prototype[t]=s(),Dt.prototype[t+"Form"]=s(!0)});var ps=Dt;var Ya=class e{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let s;this.promise=new Promise(function(o){s=o});let r=this;this.promise.then(n=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](n);r._listeners=null}),this.promise.then=n=>{let o,i=new Promise(p=>{r.subscribe(p),o=p}).then(n);return i.cancel=function(){r.unsubscribe(o)},i},t(function(o,i,p){r.reason||(r.reason=new we(o,i,p),s(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;let s=this._listeners.indexOf(t);s!==-1&&this._listeners.splice(s,1)}static source(){let t;return{token:new e(function(n){t=n}),cancel:t}}},Td=Ya;function Xa(e){return function(s){return e.apply(null,s)}}function Za(e){return g.isObject(e)&&e.isAxiosError===!0}var en={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(en).forEach(([e,t])=>{en[t]=e});var Bd=en;function wd(e){let t=new ps(e),s=jt(ps.prototype.request,t);return g.extend(s,ps.prototype,t,{allOwnKeys:!0}),g.extend(s,t,null,{allOwnKeys:!0}),s.create=function(n){return wd(He(e,n))},s}var $=wd(Ut);$.Axios=ps;$.CanceledError=we;$.CancelToken=Td;$.isCancel=ss;$.VERSION=ct;$.toFormData=je;$.AxiosError=v;$.Cancel=$.CanceledError;$.all=function(t){return Promise.all(t)};$.spread=Xa;$.isAxiosError=Za;$.mergeConfig=He;$.AxiosHeaders=J;$.formToJSON=e=>Ss(g.isHTMLForm(e)?new FormData(e):e);$.getAdapter=Ns.getAdapter;$.HttpStatusCode=Bd;$.default=$;var K=$;var{Axios:PU,AxiosError:AU,CanceledError:TU,isCancel:BU,CancelToken:wU,VERSION:CU,all:UU,Cancel:EU,isAxiosError:GU,spread:LU,toFormData:SU,AxiosHeaders:_U,HttpStatusCode:DU,formToJSON:WU,getAdapter:HU,mergeConfig:QU}=K;var an={};be(an,{DEFAULT_OPTIONS:()=>Wd,default:()=>ve,exponentialDelay:()=>_d,isIdempotentRequestError:()=>sn,isNetworkError:()=>tn,isNetworkOrIdempotentRequestError:()=>rn,isRetryableError:()=>zs,isSafeRequestError:()=>Sd,linearDelay:()=>Dd,namespace:()=>$s,retryAfter:()=>Js});var Gd=S(Ud(),1),$s="axios-retry";function tn(e){let t=["ERR_CANCELED","ECONNABORTED"];return e.response||!e.code||t.includes(e.code)?!1:(0,Gd.default)(e)}var Ld=["get","head","options"],MU=Ld.concat(["put","delete"]);function zs(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status===429||e.response.status>=500&&e.response.status<=599)}function Sd(e){return e.config?.method?zs(e)&&Ld.indexOf(e.config.method)!==-1:!1}function sn(e){return e.config?.method?zs(e)&&MU.indexOf(e.config.method)!==-1:!1}function rn(e){return tn(e)||sn(e)}function Js(e=void 0){let t=e?.response?.headers["retry-after"];if(!t)return 0;let s=(Number(t)||0)*1e3;return s===0&&(s=(new Date(t).valueOf()||0)-Date.now()),Math.max(0,s)}function OU(e=0,t=void 0){return Math.max(0,Js(t))}function _d(e=0,t=void 0,s=100){let r=2**e*s,n=Math.max(r,Js(t)),o=n*.2*Math.random();return n+o}function Dd(e=100){return(t=0,s=void 0)=>{let r=t*e;return Math.max(r,Js(s))}}var Wd={retries:3,retryCondition:rn,retryDelay:OU,shouldResetTimeout:!1,onRetry:()=>{},onMaxRetryTimesExceeded:()=>{},validateResponse:null};function NU(e,t){return{...Wd,...t,...e[$s]}}function Ed(e,t,s=!1){let r=NU(e,t||{});return r.retryCount=r.retryCount||0,(!r.lastRequestTime||s)&&(r.lastRequestTime=Date.now()),e[$s]=r,r}function VU(e,t){e.defaults.agent===t.agent&&delete t.agent,e.defaults.httpAgent===t.httpAgent&&delete t.httpAgent,e.defaults.httpsAgent===t.httpsAgent&&delete t.httpsAgent}async function KU(e,t){let{retries:s,retryCondition:r}=e,n=(e.retryCount||0)<s&&r(t);if(typeof n=="object")try{return await n!==!1}catch{return!1}return n}async function jU(e,t,s,r){t.retryCount+=1;let{retryDelay:n,shouldResetTimeout:o,onRetry:i}=t,p=n(t.retryCount,s);if(VU(e,r),!o&&r.timeout&&t.lastRequestTime){let c=Date.now()-t.lastRequestTime,a=r.timeout-c-p;if(a<=0)return Promise.reject(s);r.timeout=a}return r.transformRequest=[c=>c],await i(t.retryCount,s,r),r.signal?.aborted?Promise.resolve(e(r)):new Promise(c=>{let a=()=>{clearTimeout(u),c(e(r))},u=setTimeout(()=>{c(e(r)),r.signal?.removeEventListener&&r.signal.removeEventListener("abort",a)},p);r.signal?.addEventListener&&r.signal.addEventListener("abort",a,{once:!0})})}async function $U(e,t){e.retryCount>=e.retries&&await e.onMaxRetryTimesExceeded(t,e.retryCount)}var Xe=(e,t)=>{let s=e.interceptors.request.use(n=>(Ed(n,t,!0),n[$s]?.validateResponse&&(n.validateStatus=()=>!1),n)),r=e.interceptors.response.use(null,async n=>{let{config:o}=n;if(!o)return Promise.reject(n);let i=Ed(o,t);return n.response&&i.validateResponse?.(n.response)?n.response:await KU(i,n)?jU(e,i,n,o):(await $U(i,n),Promise.reject(n))});return{requestInterceptorId:s,responseInterceptorId:r}};Xe.isNetworkError=tn;Xe.isSafeRequestError=Sd;Xe.isIdempotentRequestError=sn;Xe.isNetworkOrIdempotentRequestError=rn;Xe.exponentialDelay=_d;Xe.linearDelay=Dd;Xe.isRetryableError=zs;var ve=Xe;var oo={};be(oo,{Client:()=>no});var nn=S(Ys()),Xs=S(require("http")),Zs=S(require("https")),Hd=100*1024*1024,Qd=Hd,Fd=Hd,Md=nn.isNode&&Xs.default&&Xs.default.Agent?new Xs.default.Agent({keepAlive:!0}):void 0,Od=nn.isNode&&Zs.default&&Zs.default.Agent?new Zs.default.Agent({keepAlive:!0}):void 0;var ge={};be(ge,{getClientConfig:()=>cE});var cs=S(Ys()),tE="https://api.botpress.cloud",sE=6e4,rE=!1,aE="BP_API_URL",nE="BP_BOT_ID",oE="BP_INTEGRATION_ID",iE="BP_WORKSPACE_ID",pE="BP_TOKEN";function cE(e){let t=uE(e),s={};t.workspaceId&&(s["x-workspace-id"]=t.workspaceId),t.botId&&(s["x-bot-id"]=t.botId),t.integrationId&&(s["x-integration-id"]=t.integrationId),t.integrationAlias&&(s["x-integration-alias"]=t.integrationAlias),t.token&&(s.Authorization=`Bearer ${t.token}`),s={...s,...t.headers};let r=t.apiUrl??tE,n=t.timeout??sE,o=t.debug??rE;return{apiUrl:r,timeout:n,withCredentials:cs.isBrowser,headers:s,debug:o}}function uE(e){return cs.isBrowser?e:cs.isNode?dE(e):e}function dE(e){let t={...e,apiUrl:e.apiUrl??process.env[aE],botId:e.botId??process.env[nE],integrationId:e.integrationId??process.env[oE],integrationAlias:e.integrationAlias,workspaceId:e.workspaceId??process.env[iE]},s=t.token??process.env[pE];return s&&(t.token=s),t}var P={};be(P,{AsyncCollection:()=>on});var on=class{constructor(t){this._list=t}async*[Symbol.asyncIterator](){let t;do{let{items:s,meta:r}=await this._list({nextToken:t});t=r.nextToken;for(let n of s)yield n}while(t)}async collect(t={}){let s=t.limit??Number.POSITIVE_INFINITY,r=[],n=0;for await(let o of this)if(r.push(o),n++,n>=s)break;return r}};var me={};be(me,{createAxiosInstance:()=>hE});var Vd=S(Ys()),er;Vd.isNode?er=require("crypto").randomUUID:typeof crypto<"u"&&crypto.randomUUID?er=()=>crypto.randomUUID():er=()=>Math.random().toString(36).substring(2,15);var Kd=e=>{e.interceptors.request.use(t=>(t.metadata={startTime:new Date().getTime(),id:er()},console.debug(lE(t)),t)),e.interceptors.response.use(t=>(console.debug(gE(t)),t),t=>(console.debug(mE(t)),Promise.reject(t)))},lE=e=>{let{method:t,url:s,headers:r,data:n}=e,o=e.baseURL?new URL(s,e.baseURL).toString():s;return"REQUEST: "+JSON.stringify({method:t?.toUpperCase(),url:o,timestamp:new Date().toISOString(),requestId:e.metadata?.id,headers:r,body:n})+`
15
+ `},gE=e=>{let{config:t,status:s,headers:r,data:n}=e,o=jd(e),i=t.baseURL?new URL(e.config.url,t.baseURL).toString():e.config.url;return"RESPONSE: "+JSON.stringify({method:t.method?.toUpperCase(),status:s,url:i,timestamp:new Date().toISOString(),requestId:t.metadata?.id,duration:o,headers:r,body:n})+`
16
+ `},mE=e=>{let t=e?jd(e):"N/A",s=e.config.baseURL?new URL(e.config.url,e.config.baseURL).toString():e.config.url;return"ERROR: "+JSON.stringify({status:e.code,url:s,timestamp:new Date().toISOString(),requestId:e.config.metadata?.id??"N/A",duration:t})},jd=e=>{let t=e.config.metadata?.startTime,s=new Date().getTime();return t?`${s-t}ms`:"N/A"};var RE=e=>({baseURL:e.apiUrl,headers:e.headers,withCredentials:e.withCredentials,timeout:e.timeout,maxBodyLength:Qd,maxContentLength:Fd,httpAgent:Md,httpsAgent:Od}),hE=e=>{let t=RE(e),s=K.create(t);return e.debug&&Kd(s),s};var ye={};be(ye,{toApiError:()=>IE});var $d=S(require("crypto"));var fE={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},pn=typeof window<"u"&&typeof window.document<"u"?window.crypto:$d.default;pn.getRandomValues||(pn=fE);var _=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(pn.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},qE=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,zd=e=>e instanceof _||qE(e)&&e.isApiError===!0,Ze=class extends _{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},tr=class extends _{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},sr=class extends _{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},rr=class extends _{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},ar=class extends _{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},nr=class extends _{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},or=class extends _{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},ir=class extends _{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},pr=class extends _{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},cr=class extends _{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},ur=class extends _{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},dr=class extends _{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},lr=class extends _{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},gr=class extends _{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},mr=class extends _{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},yr=class extends _{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},Rr=class extends _{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},hr=class extends _{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},fr=class extends _{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},qr=class extends _{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},br=class extends _{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},xr=class extends _{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},Ir=class extends _{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},vr=class extends _{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},kr=class extends _{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},bE={Unknown:Ze,Internal:tr,Unauthorized:sr,Forbidden:rr,PayloadTooLarge:ar,InvalidPayload:nr,UnsupportedMediaType:or,MethodNotFound:ir,ResourceNotFound:pr,InvalidJsonSchema:cr,InvalidDataFormat:ur,InvalidIdentifier:dr,RelationConflict:lr,ReferenceConstraint:gr,ResourceLockedConflict:mr,ResourceGone:yr,ReferenceNotFound:Rr,InvalidQuery:hr,Runtime:fr,AlreadyExists:qr,RateLimited:br,PaymentRequired:xr,QuotaExceeded:Ir,LimitExceeded:vr,BreakingChanges:kr},lt=e=>zd(e)?e:e instanceof Error?new Ze(e.message,e):typeof e=="string"?new Ze(e):xE(e);function xE(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=bE[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new Ze(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new Ze("An invalid error occurred: "+JSON.stringify(e))}var Qe=class extends Error{constructor(s,r,n){super(s);this.innerError=r;this.file=n;this.name="FileUploadError"}};var IE=e=>K.isAxiosError(e)&&e.response?.data?lt(e.response.data):lt(e);var Yd=S(require("crypto"));var vE={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},cn=typeof window<"u"&&typeof window.document<"u"?window.crypto:Yd.default;cn.getRandomValues||(cn=vE);var D=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(cn.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},kE=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,PE=e=>e instanceof D||kE(e)&&e.isApiError===!0,gt=class extends D{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},un=class extends D{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},dn=class extends D{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},ln=class extends D{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},gn=class extends D{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},mn=class extends D{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},yn=class extends D{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},Rn=class extends D{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},hn=class extends D{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},fn=class extends D{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},qn=class extends D{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},bn=class extends D{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},xn=class extends D{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},In=class extends D{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},vn=class extends D{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},kn=class extends D{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},Pn=class extends D{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},An=class extends D{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},Tn=class extends D{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},Bn=class extends D{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},wn=class extends D{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},Cn=class extends D{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},Un=class extends D{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},En=class extends D{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},Gn=class extends D{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},AE={Unknown:gt,Internal:un,Unauthorized:dn,Forbidden:ln,PayloadTooLarge:gn,InvalidPayload:mn,UnsupportedMediaType:yn,MethodNotFound:Rn,ResourceNotFound:hn,InvalidJsonSchema:fn,InvalidDataFormat:qn,InvalidIdentifier:bn,RelationConflict:xn,ReferenceConstraint:In,ResourceLockedConflict:vn,ResourceGone:kn,ReferenceNotFound:Pn,InvalidQuery:An,Runtime:Tn,AlreadyExists:Bn,RateLimited:wn,PaymentRequired:Cn,QuotaExceeded:Un,LimitExceeded:En,BreakingChanges:Gn},Ln=e=>PE(e)?e:e instanceof Error?new gt(e.message,e):typeof e=="string"?new gt(e):TE(e);function TE(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=AE[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new gt(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new gt("An invalid error occurred: "+JSON.stringify(e))}var lg=S(Rt()),kL=e=>e[1]!==void 0,A=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(kL),p=Object.fromEntries(i),c=lg.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var gg=e=>({path:"/v1/chat/conversations",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var yg=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var hg=e=>({path:"/v1/chat/conversations",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,participantIds:e.participantIds,integrationName:e.integrationName,channel:e.channel,afterDate:e.afterDate,beforeDate:e.beforeDate},params:{},body:{}});var qg=e=>({path:"/v1/chat/conversations/get-or-create",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName,discriminateByTags:e.discriminateByTags}});var xg=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{currentTaskId:e.currentTaskId,tags:e.tags}});var vg=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Pg=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Tg=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{},params:{id:e.id},body:{userId:e.userId}});var wg=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Ug=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Gg=e=>({path:"/v1/chat/events",headers:{},query:{},params:{},body:{type:e.type,payload:e.payload,schedule:e.schedule,conversationId:e.conversationId,userId:e.userId,workflowId:e.workflowId,messageId:e.messageId}});var Sg=e=>({path:`/v1/chat/events/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Dg=e=>({path:"/v1/chat/events",headers:{},query:{nextToken:e.nextToken,type:e.type,conversationId:e.conversationId,userId:e.userId,messageId:e.messageId,workflowId:e.workflowId,status:e.status},params:{},body:{}});var Hg=e=>({path:`/v1/chat/events/scheduled/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Fg=e=>({path:"/v1/chat/messages",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,origin:e.origin}});var Og=e=>({path:"/v1/chat/messages/get-or-create",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,origin:e.origin,discriminateByTags:e.discriminateByTags}});var Vg=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var jg=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,payload:e.payload}});var zg=e=>({path:"/v1/chat/messages",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags,afterDate:e.afterDate,beforeDate:e.beforeDate},params:{},body:{}});var Yg=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Zg=e=>({path:"/v1/chat/initialize-incoming-message",headers:{},query:{},params:{},body:{userId:e.userId,user:e.user,conversationId:e.conversationId,conversation:e.conversation,message:e.message}});var tm=e=>({path:"/v1/chat/messages/import-messages",headers:{},query:{},params:{},body:{messages:e.messages}});var rm=e=>({path:"/v1/chat/users",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var nm=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var im=e=>({path:"/v1/chat/users",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags,afterDate:e.afterDate,beforeDate:e.beforeDate,rangeField:e.rangeField,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var cm=e=>({path:"/v1/chat/users/get-or-create",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl,discriminateByTags:e.discriminateByTags}});var dm=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,name:e.name,pictureUrl:e.pictureUrl}});var gm=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ym=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/expiry`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{expiry:e.expiry}});var hm=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{}});var qm=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var xm=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/get-or-set`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var vm=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload}});var Pm=e=>({path:"/v1/chat/actions",headers:{},query:{},params:{},body:{type:e.type,input:e.input}});var Tm=e=>({path:"/v1/chat/integrations/configure",headers:{},query:{},params:{},body:{identifier:e.identifier,scheduleRegisterCall:e.scheduleRegisterCall,sandboxIdentifiers:e.sandboxIdentifiers}});var wm=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Um=e=>({path:"/v1/chat/tasks",headers:{},query:{},params:{},body:{title:e.title,description:e.description,type:e.type,data:e.data,parentTaskId:e.parentTaskId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags}});var Gm=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{title:e.title,description:e.description,data:e.data,timeoutAt:e.timeoutAt,status:e.status,tags:e.tags}});var Sm=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Dm=e=>({path:"/v1/chat/tasks",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentTaskId:e.parentTaskId,status:e.status,type:e.type},params:{},body:{}});var Hm=e=>({path:"/v1/chat/workflows",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId}});var Fm=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Om=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{output:e.output,timeoutAt:e.timeoutAt,status:e.status,failureReason:e.failureReason,tags:e.tags,userId:e.userId,eventId:e.eventId}});var Vm=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var jm=e=>({path:"/v1/chat/workflows",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentWorkflowId:e.parentWorkflowId,statuses:e.statuses,name:e.name},params:{},body:{}});var zm=e=>({path:"/v1/chat/workflows/get-or-create",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId,discriminateByTags:e.discriminateByTags,discriminateByStatusGroup:e.discriminateByStatusGroup}});var Ym=e=>({path:`/v1/chat/tags/${encodeURIComponent(e.key)}/values`,headers:{},query:{nextToken:e.nextToken,type:e.type},params:{key:e.key},body:{}});var Zm=e=>({path:"/v1/chat/analytics",headers:{},query:{},params:{},body:{name:e.name,count:e.count}});var _r=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}createConversation=async t=>{let{path:s,headers:r,query:n,body:o}=gg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getConversation=async t=>{let{path:s,headers:r,query:n,body:o}=yg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listConversations=async t=>{let{path:s,headers:r,query:n,body:o}=hg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateConversation=async t=>{let{path:s,headers:r,query:n,body:o}=qg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateConversation=async t=>{let{path:s,headers:r,query:n,body:o}=xg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteConversation=async t=>{let{path:s,headers:r,query:n,body:o}=vg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listParticipants=async t=>{let{path:s,headers:r,query:n,body:o}=Pg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};addParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=Tg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=wg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};removeParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=Ug(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createEvent=async t=>{let{path:s,headers:r,query:n,body:o}=Gg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getEvent=async t=>{let{path:s,headers:r,query:n,body:o}=Sg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listEvents=async t=>{let{path:s,headers:r,query:n,body:o}=Dg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};cancelScheduledEvent=async t=>{let{path:s,headers:r,query:n,body:o}=Hg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Fg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Og(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Vg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateMessage=async t=>{let{path:s,headers:r,query:n,body:o}=jg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listMessages=async t=>{let{path:s,headers:r,query:n,body:o}=zg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Yg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};initializeIncomingMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Zg(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};importMessages=async t=>{let{path:s,headers:r,query:n,body:o}=tm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createUser=async t=>{let{path:s,headers:r,query:n,body:o}=rm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUser=async t=>{let{path:s,headers:r,query:n,body:o}=nm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsers=async t=>{let{path:s,headers:r,query:n,body:o}=im(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateUser=async t=>{let{path:s,headers:r,query:n,body:o}=cm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateUser=async t=>{let{path:s,headers:r,query:n,body:o}=dm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteUser=async t=>{let{path:s,headers:r,query:n,body:o}=gm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setStateExpiry=async t=>{let{path:s,headers:r,query:n,body:o}=ym(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getState=async t=>{let{path:s,headers:r,query:n,body:o}=hm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setState=async t=>{let{path:s,headers:r,query:n,body:o}=qm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrSetState=async t=>{let{path:s,headers:r,query:n,body:o}=xm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};patchState=async t=>{let{path:s,headers:r,query:n,body:o}=vm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"patch",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};callAction=async t=>{let{path:s,headers:r,query:n,body:o}=Pm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};configureIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=Tm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTask=async t=>{let{path:s,headers:r,query:n,body:o}=wm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTask=async t=>{let{path:s,headers:r,query:n,body:o}=Um(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTask=async t=>{let{path:s,headers:r,query:n,body:o}=Gm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTask=async t=>{let{path:s,headers:r,query:n,body:o}=Sm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTasks=async t=>{let{path:s,headers:r,query:n,body:o}=Dm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=Hm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=Fm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=Om(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=Vm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkflows=async t=>{let{path:s,headers:r,query:n,body:o}=jm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=zm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTagValues=async t=>{let{path:s,headers:r,query:n,body:o}=Ym(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};trackAnalytics=async t=>{let{path:s,headers:r,query:n,body:o}=Zm(t),i=this.props.toAxiosRequest??A,p=this.props.toApiError??T,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function T(e){return K.isAxiosError(e)&&e.response?.data?Ln(e.response.data):Ln(e)}var no=class extends _r{config;constructor(t){let s=ge.getClientConfig(t),r=me.createAxiosInstance(s);super(r,{toApiError:ye.toApiError}),t.retry&&ve(r,t.retry),this.config=s}get list(){return{conversations:t=>new P.AsyncCollection(({nextToken:s})=>this.listConversations({nextToken:s,...t}).then(r=>({...r,items:r.conversations}))),participants:t=>new P.AsyncCollection(({nextToken:s})=>this.listParticipants({nextToken:s,...t}).then(r=>({...r,items:r.participants}))),events:t=>new P.AsyncCollection(({nextToken:s})=>this.listEvents({nextToken:s,...t}).then(r=>({...r,items:r.events}))),messages:t=>new P.AsyncCollection(({nextToken:s})=>this.listMessages({nextToken:s,...t}).then(r=>({...r,items:r.messages}))),users:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsers({nextToken:s,...t}).then(r=>({...r,items:r.users}))),tasks:t=>new P.AsyncCollection(({nextToken:s})=>this.listTasks({nextToken:s,...t}).then(r=>({...r,items:r.tasks})))}}};var So={};be(So,{Client:()=>Lo});var ty=S(require("crypto"));var AL={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},io=typeof window<"u"&&typeof window.document<"u"?window.crypto:ty.default;io.getRandomValues||(io=AL);var W=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(io.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},TL=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,BL=e=>e instanceof W||TL(e)&&e.isApiError===!0,ht=class extends W{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},po=class extends W{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},co=class extends W{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},uo=class extends W{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},lo=class extends W{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},go=class extends W{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},mo=class extends W{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},yo=class extends W{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},Ro=class extends W{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},ho=class extends W{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},fo=class extends W{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},qo=class extends W{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},bo=class extends W{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},xo=class extends W{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},Io=class extends W{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},vo=class extends W{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},ko=class extends W{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},Po=class extends W{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},Ao=class extends W{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},To=class extends W{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},Bo=class extends W{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},wo=class extends W{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},Co=class extends W{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},Uo=class extends W{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},Eo=class extends W{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},wL={Unknown:ht,Internal:po,Unauthorized:co,Forbidden:uo,PayloadTooLarge:lo,InvalidPayload:go,UnsupportedMediaType:mo,MethodNotFound:yo,ResourceNotFound:Ro,InvalidJsonSchema:ho,InvalidDataFormat:fo,InvalidIdentifier:qo,RelationConflict:bo,ReferenceConstraint:xo,ResourceLockedConflict:Io,ResourceGone:vo,ReferenceNotFound:ko,InvalidQuery:Po,Runtime:Ao,AlreadyExists:To,RateLimited:Bo,PaymentRequired:wo,QuotaExceeded:Co,LimitExceeded:Uo,BreakingChanges:Eo},Go=e=>BL(e)?e:e instanceof Error?new ht(e.message,e):typeof e=="string"?new ht(e):CL(e);function CL(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=wL[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new ht(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new ht("An invalid error occurred: "+JSON.stringify(e))}var sy=S(Rt()),UL=e=>e[1]!==void 0,h=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(UL),p=Object.fromEntries(i),c=sy.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var ry=e=>({path:"/v1/admin/helper/vrl",headers:{},query:{},params:{},body:{data:e.data,script:e.script}});var ny=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var iy=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{displayName:e.displayName,profilePicture:e.profilePicture,refresh:e.refresh}});var cy=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var dy=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{}});var gy=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{note:e.note}});var yy=e=>({path:`/v1/admin/account/pats/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var hy=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var qy=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var xy=e=>({path:"/v1/admin/hub/integrations",headers:{},query:{nextToken:e.nextToken,limit:e.limit,name:e.name,version:e.version,interfaceId:e.interfaceId,interfaceName:e.interfaceName,installedByBotId:e.installedByBotId,verificationStatus:e.verificationStatus,search:e.search,sortBy:e.sortBy,direction:e.direction},params:{},body:{}});var vy=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Py=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Ty=e=>({path:"/v1/admin/hub/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var wy=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Uy=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}/dereferenced`,headers:{},query:{interfaces:e.interfaces},params:{id:e.id},body:{}});var Gy=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Sy=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var Dy=e=>({path:"/v1/admin/hub/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var Hy=e=>({path:`/v1/admin/hub/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Fy=e=>({path:`/v1/admin/hub/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Oy=e=>({path:"/v1/admin/bots",headers:{},query:{},params:{},body:{states:e.states,events:e.events,recurringEvents:e.recurringEvents,subscriptions:e.subscriptions,actions:e.actions,configuration:e.configuration,user:e.user,conversation:e.conversation,message:e.message,tags:e.tags,code:e.code,name:e.name,description:e.description,medias:e.medias,url:e.url,dev:e.dev}});var Vy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{url:e.url,authentication:e.authentication,configuration:e.configuration,tags:e.tags,blocked:e.blocked,maxExecutionTime:e.maxExecutionTime,alwaysAlive:e.alwaysAlive,user:e.user,message:e.message,conversation:e.conversation,events:e.events,actions:e.actions,states:e.states,recurringEvents:e.recurringEvents,integrations:e.integrations,plugins:e.plugins,subscriptions:e.subscriptions,code:e.code,name:e.name,description:e.description,medias:e.medias,layers:e.layers,shouldMergePlugins:e.shouldMergePlugins}});var jy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/transfer`,headers:{},query:{},params:{id:e.id},body:{targetWorkspaceId:e.targetWorkspaceId}});var zy=e=>({path:"/v1/admin/bots",headers:{},query:{dev:e.dev,tags:e.tags,nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var Yy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{shouldMergePlugins:e.shouldMergePlugins},params:{id:e.id},body:{}});var Zy=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var tR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,workflowId:e.workflowId,conversationId:e.conversationId,messageContains:e.messageContains,nextToken:e.nextToken},params:{id:e.id},body:{}});var rR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/webchat`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var nR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/analytics`,headers:{},query:{startDate:e.startDate,endDate:e.endDate},params:{id:e.id},body:{}});var iR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/action-runs`,headers:{},query:{integrationName:e.integrationName,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var cR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var dR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var gR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var yR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}/events`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var hR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{}});var qR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/${encodeURIComponent(e.versionId)}`,headers:{},query:{},params:{id:e.id,versionId:e.versionId},body:{}});var xR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/bot-json`,headers:{},query:{},params:{id:e.id},body:{}});var vR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/publish-from-bot-json`,headers:{},query:{},params:{id:e.id},body:{botJson:e.botJson}});var PR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{name:e.name,description:e.description}});var TR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/deploy`,headers:{},query:{},params:{id:e.id},body:{versionId:e.versionId}});var wR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var UR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var GR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var SR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/sandboxed-conversations`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var DR=e=>({path:"/v1/admin/bots/baks",headers:{},query:{botId:e.botId},params:{},body:{}});var HR=e=>({path:"/v1/admin/bots/baks",headers:{},query:{},params:{},body:{botId:e.botId,note:e.note}});var FR=e=>({path:`/v1/admin/bots/baks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var OR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/allowlist`,headers:{},query:{},params:{botId:e.botId},body:{}});var VR=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/allowlist`,headers:{},query:{},params:{botId:e.botId},body:{setting:e.setting,users:e.users}});var jR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices`,headers:{},query:{},params:{id:e.id},body:{}});var zR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/upcoming-invoice`,headers:{},query:{},params:{id:e.id},body:{}});var YR=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices/charge-unpaid`,headers:{},query:{},params:{id:e.id},body:{invoiceIds:e.invoiceIds}});var ZR=e=>({path:"/v1/admin/workspaces",headers:{},query:{},params:{},body:{name:e.name}});var th=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/public`,headers:{},query:{},params:{id:e.id},body:{}});var rh=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var nh=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var ih=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages/by-bot`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var ch=e=>({path:"/v1/admin/workspaces/usages/quota-completion",headers:{},query:{},params:{},body:{}});var dh=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quota`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var gh=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quotas`,headers:{},query:{period:e.period},params:{id:e.id},body:{}});var yh=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,spendingLimit:e.spendingLimit,about:e.about,profilePicture:e.profilePicture,contactEmail:e.contactEmail,website:e.website,socialAccounts:e.socialAccounts,isPublic:e.isPublic,handle:e.handle}});var hh=e=>({path:"/v1/admin/workspaces/handle-availability",headers:{},query:{},params:{},body:{handle:e.handle}});var qh=e=>({path:"/v1/admin/workspaces",headers:{},query:{nextToken:e.nextToken,handle:e.handle},params:{},body:{}});var xh=e=>({path:"/v1/admin/workspaces/public",headers:{},query:{nextToken:e.nextToken,workspaceIds:e.workspaceIds,search:e.search},params:{},body:{}});var vh=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ph=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/audit-records`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Th=e=>({path:`/v1/admin/workspaces/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var wh=e=>({path:`/v1/admin/workspaces/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var Uh=e=>({path:"/v1/admin/workspace-members",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var Gh=e=>({path:"/v1/admin/workspace-members/me",headers:{},query:{},params:{},body:{}});var Sh=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Dh=e=>({path:"/v1/admin/workspace-members",headers:{},query:{},params:{},body:{email:e.email,role:e.role}});var Hh=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{role:e.role}});var Fh=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{integrationId:e.integrationId},params:{},body:{}});var Oh=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{},params:{},body:{integrationId:e.integrationId,note:e.note}});var Vh=e=>({path:`/v1/admin/integrations/iaks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var jh=e=>({path:"/v1/admin/integrations",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,attributes:e.attributes,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,layers:e.layers}});var zh=e=>({path:"/v1/admin/integrations/validate",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,attributes:e.attributes,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,layers:e.layers}});var Yh=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,channels:e.channels,maxExecutionTime:e.maxExecutionTime,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,attributes:e.attributes,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,visibility:e.visibility,layers:e.layers}});var Zh=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/validate`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,channels:e.channels,maxExecutionTime:e.maxExecutionTime,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,attributes:e.attributes,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,visibility:e.visibility,layers:e.layers}});var tf=e=>({path:"/v1/admin/integrations",headers:{},query:{nextToken:e.nextToken,limit:e.limit,name:e.name,version:e.version,interfaceId:e.interfaceId,interfaceName:e.interfaceName,installedByBotId:e.installedByBotId,verificationStatus:e.verificationStatus,search:e.search,sortBy:e.sortBy,direction:e.direction,visibility:e.visibility,dev:e.dev},params:{},body:{}});var rf=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var nf=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,conversationId:e.conversationId,messageContains:e.messageContains,nextToken:e.nextToken},params:{id:e.id},body:{}});var pf=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var uf=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var lf=e=>({path:"/v1/admin/integrations/request-verification",headers:{},query:{},params:{},body:{integrationId:e.integrationId}});var mf=e=>({path:"/v1/admin/interfaces",headers:{},query:{},params:{},body:{name:e.name,version:e.version,entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate,attributes:e.attributes,sdkVersion:e.sdkVersion,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public}});var Rf=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ff=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var bf=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate,attributes:e.attributes,sdkVersion:e.sdkVersion,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public}});var If=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var kf=e=>({path:"/v1/admin/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var Af=e=>({path:"/v1/admin/plugins",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,attributes:e.attributes,sdkVersion:e.sdkVersion,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,dependencies:e.dependencies}});var Bf=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Cf=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/dereferenced`,headers:{},query:{interfaces:e.interfaces},params:{id:e.id},body:{}});var Ef=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Lf=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,attributes:e.attributes,sdkVersion:e.sdkVersion,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,dependencies:e.dependencies}});var _f=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Wf=e=>({path:"/v1/admin/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var Qf=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var Mf=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Nf=e=>({path:"/v1/admin/usages/multiple",headers:{},query:{types:e.types,ids:e.ids,period:e.period},params:{},body:{}});var Kf=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/history`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var $f=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/activity`,headers:{},query:{type:e.type,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var Jf=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/daily-activity`,headers:{},query:{type:e.type,dateFrom:e.dateFrom,dateUntil:e.dateUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var Xf=e=>({path:"/v1/admin/quotas/ai-spend",headers:{},query:{},params:{},body:{monthlySpendingLimit:e.monthlySpendingLimit}});var eq=e=>({path:"/v1/admin/activities",headers:{},query:{nextToken:e.nextToken,taskId:e.taskId,botId:e.botId},params:{},body:{}});var sq=e=>({path:"/v1/admin/introspect",headers:{},query:{},params:{},body:{botId:e.botId}});var Dr=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}runVrl=async t=>{let{path:s,headers:r,query:n,body:o}=ry(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAccount=async t=>{let{path:s,headers:r,query:n,body:o}=ny(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateAccount=async t=>{let{path:s,headers:r,query:n,body:o}=iy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteAccount=async t=>{let{path:s,headers:r,query:n,body:o}=cy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPersonalAccessTokens=async t=>{let{path:s,headers:r,query:n,body:o}=dy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPersonalAccessToken=async t=>{let{path:s,headers:r,query:n,body:o}=gy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deletePersonalAccessToken=async t=>{let{path:s,headers:r,query:n,body:o}=yy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setAccountPreference=async t=>{let{path:s,headers:r,query:n,body:o}=hy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAccountPreference=async t=>{let{path:s,headers:r,query:n,body:o}=qy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicIntegrations=async t=>{let{path:s,headers:r,query:n,body:o}=xy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicIntegrationById=async t=>{let{path:s,headers:r,query:n,body:o}=vy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=Py(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicPlugins=async t=>{let{path:s,headers:r,query:n,body:o}=Ty(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPluginById=async t=>{let{path:s,headers:r,query:n,body:o}=wy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getDereferencedPublicPluginById=async t=>{let{path:s,headers:r,query:n,body:o}=Uy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Gy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPluginCode=async t=>{let{path:s,headers:r,query:n,body:o}=Sy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicInterfaces=async t=>{let{path:s,headers:r,query:n,body:o}=Dy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicInterfaceById=async t=>{let{path:s,headers:r,query:n,body:o}=Hy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicInterface=async t=>{let{path:s,headers:r,query:n,body:o}=Fy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBot=async t=>{let{path:s,headers:r,query:n,body:o}=Oy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateBot=async t=>{let{path:s,headers:r,query:n,body:o}=Vy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};transferBot=async t=>{let{path:s,headers:r,query:n,body:o}=jy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBots=async t=>{let{path:s,headers:r,query:n,body:o}=zy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBot=async t=>{let{path:s,headers:r,query:n,body:o}=Yy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBot=async t=>{let{path:s,headers:r,query:n,body:o}=Zy(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotLogs=async t=>{let{path:s,headers:r,query:n,body:o}=tR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotWebchat=async t=>{let{path:s,headers:r,query:n,body:o}=rR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotAnalytics=async t=>{let{path:s,headers:r,query:n,body:o}=nR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listActionRuns=async t=>{let{path:s,headers:r,query:n,body:o}=iR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotIssue=async t=>{let{path:s,headers:r,query:n,body:o}=cR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotIssues=async t=>{let{path:s,headers:r,query:n,body:o}=dR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBotIssue=async t=>{let{path:s,headers:r,query:n,body:o}=gR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotIssueEvents=async t=>{let{path:s,headers:r,query:n,body:o}=yR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotVersions=async t=>{let{path:s,headers:r,query:n,body:o}=hR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=qR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotJson=async t=>{let{path:s,headers:r,query:n,body:o}=xR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};publishFromBotJson=async t=>{let{path:s,headers:r,query:n,body:o}=vR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=PR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deployBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=TR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=wR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=UR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=GR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};unlinkSandboxedConversations=async t=>{let{path:s,headers:r,query:n,body:o}=SR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotApiKeys=async t=>{let{path:s,headers:r,query:n,body:o}=DR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBotApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=HR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBotApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=FR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotAllowlist=async t=>{let{path:s,headers:r,query:n,body:o}=OR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateBotAllowlist=async t=>{let{path:s,headers:r,query:n,body:o}=VR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=jR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUpcomingInvoice=async t=>{let{path:s,headers:r,query:n,body:o}=zR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};chargeWorkspaceUnpaidInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=YR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=ZR(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=th(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=rh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceUsages=async t=>{let{path:s,headers:r,query:n,body:o}=nh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};breakDownWorkspaceUsageByBot=async t=>{let{path:s,headers:r,query:n,body:o}=ih(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAllWorkspaceQuotaCompletion=async t=>{let{path:s,headers:r,query:n,body:o}=ch(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspaceQuota=async t=>{let{path:s,headers:r,query:n,body:o}=dh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceQuotas=async t=>{let{path:s,headers:r,query:n,body:o}=gh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=yh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};checkHandleAvailability=async t=>{let{path:s,headers:r,query:n,body:o}=hh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaces=async t=>{let{path:s,headers:r,query:n,body:o}=qh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicWorkspaces=async t=>{let{path:s,headers:r,query:n,body:o}=xh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=vh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAuditRecords=async t=>{let{path:s,headers:r,query:n,body:o}=Ph(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setWorkspacePreference=async t=>{let{path:s,headers:r,query:n,body:o}=Th(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspacePreference=async t=>{let{path:s,headers:r,query:n,body:o}=wh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceMembers=async t=>{let{path:s,headers:r,query:n,body:o}=Uh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=Gh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=Sh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=Dh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=Hh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listIntegrationApiKeys=async t=>{let{path:s,headers:r,query:n,body:o}=Fh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegrationApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=Oh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegrationApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=Vh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=jh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};validateIntegrationCreation=async t=>{let{path:s,headers:r,query:n,body:o}=zh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=Yh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};validateIntegrationUpdate=async t=>{let{path:s,headers:r,query:n,body:o}=Zh(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listIntegrations=async t=>{let{path:s,headers:r,query:n,body:o}=tf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=rf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationLogs=async t=>{let{path:s,headers:r,query:n,body:o}=nf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationByName=async t=>{let{path:s,headers:r,query:n,body:o}=pf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=uf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};requestIntegrationVerification=async t=>{let{path:s,headers:r,query:n,body:o}=lf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createInterface=async t=>{let{path:s,headers:r,query:n,body:o}=mf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getInterface=async t=>{let{path:s,headers:r,query:n,body:o}=Rf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getInterfaceByName=async t=>{let{path:s,headers:r,query:n,body:o}=ff(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateInterface=async t=>{let{path:s,headers:r,query:n,body:o}=bf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteInterface=async t=>{let{path:s,headers:r,query:n,body:o}=If(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listInterfaces=async t=>{let{path:s,headers:r,query:n,body:o}=kf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Af(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Bf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getDereferencedPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Cf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPluginByName=async t=>{let{path:s,headers:r,query:n,body:o}=Ef(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updatePlugin=async t=>{let{path:s,headers:r,query:n,body:o}=Lf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deletePlugin=async t=>{let{path:s,headers:r,query:n,body:o}=_f(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPlugins=async t=>{let{path:s,headers:r,query:n,body:o}=Wf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPluginCode=async t=>{let{path:s,headers:r,query:n,body:o}=Qf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUsage=async t=>{let{path:s,headers:r,query:n,body:o}=Mf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getMultipleUsages=async t=>{let{path:s,headers:r,query:n,body:o}=Nf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageHistory=async t=>{let{path:s,headers:r,query:n,body:o}=Kf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageActivity=async t=>{let{path:s,headers:r,query:n,body:o}=$f(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageActivityDaily=async t=>{let{path:s,headers:r,query:n,body:o}=Jf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};changeAISpendQuota=async t=>{let{path:s,headers:r,query:n,body:o}=Xf(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listActivities=async t=>{let{path:s,headers:r,query:n,body:o}=eq(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};introspect=async t=>{let{path:s,headers:r,query:n,body:o}=sq(t),i=this.props.toAxiosRequest??h,p=this.props.toApiError??f,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function f(e){return K.isAxiosError(e)&&e.response?.data?Go(e.response.data):Go(e)}var Lo=class extends Dr{config;constructor(t){let s=ge.getClientConfig(t),r=me.createAxiosInstance(s);super(r,{toApiError:ye.toApiError}),t.retry&&ve(r,t.retry),this.config=s}get list(){return{publicIntegrations:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations}))),bots:t=>new P.AsyncCollection(({nextToken:s})=>this.listBots({nextToken:s,...t}).then(r=>({...r,items:r.bots}))),botIssues:t=>new P.AsyncCollection(({nextToken:s})=>this.listBotIssues({nextToken:s,...t}).then(r=>({...r,items:r.issues}))),workspaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces}))),publicWorkspaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces}))),workspaceMembers:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkspaceMembers({nextToken:s,...t}).then(r=>({...r,items:r.members}))),integrations:t=>new P.AsyncCollection(({nextToken:s})=>this.listIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations}))),interfaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listInterfaces({nextToken:s,...t}).then(r=>({...r,items:r.interfaces}))),activities:t=>new P.AsyncCollection(({nextToken:s})=>this.listActivities({nextToken:s,...t}).then(r=>({...r,items:r.activities}))),usageActivity:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsageActivity({nextToken:s,...t}).then(r=>({...r,items:r.data}))),usageActivityDaily:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsageActivityDaily({nextToken:s,...t}).then(r=>({...r,items:r.data})))}}};var ci={};be(ci,{Client:()=>pi});var aq=S(require("crypto"));var GL={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},_o=typeof window<"u"&&typeof window.document<"u"?window.crypto:aq.default;_o.getRandomValues||(_o=GL);var H=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(_o.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},LL=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,SL=e=>e instanceof H||LL(e)&&e.isApiError===!0,ft=class extends H{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},Do=class extends H{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},Wo=class extends H{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},Ho=class extends H{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},Qo=class extends H{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},Fo=class extends H{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},Mo=class extends H{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},Oo=class extends H{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},No=class extends H{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},Vo=class extends H{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},Ko=class extends H{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},jo=class extends H{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},$o=class extends H{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},zo=class extends H{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},Jo=class extends H{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},Yo=class extends H{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},Xo=class extends H{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},Zo=class extends H{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},ei=class extends H{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},ti=class extends H{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},si=class extends H{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},ri=class extends H{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},ai=class extends H{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},ni=class extends H{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},oi=class extends H{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},_L={Unknown:ft,Internal:Do,Unauthorized:Wo,Forbidden:Ho,PayloadTooLarge:Qo,InvalidPayload:Fo,UnsupportedMediaType:Mo,MethodNotFound:Oo,ResourceNotFound:No,InvalidJsonSchema:Vo,InvalidDataFormat:Ko,InvalidIdentifier:jo,RelationConflict:$o,ReferenceConstraint:zo,ResourceLockedConflict:Jo,ResourceGone:Yo,ReferenceNotFound:Xo,InvalidQuery:Zo,Runtime:ei,AlreadyExists:ti,RateLimited:si,PaymentRequired:ri,QuotaExceeded:ai,LimitExceeded:ni,BreakingChanges:oi},ii=e=>SL(e)?e:e instanceof Error?new ft(e.message,e):typeof e=="string"?new ft(e):DL(e);function DL(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=_L[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new ft(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new ft("An invalid error occurred: "+JSON.stringify(e))}var nq=S(Rt()),WL=e=>e[1]!==void 0,Se=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(WL),p=Object.fromEntries(i),c=nq.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var oq=e=>({path:`/v2/billing/plans/${encodeURIComponent(e.planId)}`,headers:{},query:{},params:{planId:e.planId},body:{}});var pq=e=>({path:"/v2/billing/plans",headers:{},query:{},params:{},body:{}});var uq=e=>({path:`/v2/billing/addons/${encodeURIComponent(e.addonId)}`,headers:{},query:{},params:{addonId:e.addonId},body:{}});var lq=e=>({path:"/v2/billing/addons",headers:{},query:{},params:{},body:{}});var mq=e=>({path:"/v2/billing/invoices",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var Rq=e=>({path:`/v2/billing/invoices/${encodeURIComponent(e.invoiceId)}/pay`,headers:{},query:{},params:{invoiceId:e.invoiceId},body:{idempotencyKey:e.idempotencyKey}});var fq=e=>({path:"/v2/billing/payment-methods",headers:{},query:{},params:{},body:{}});var bq=e=>({path:"/v2/billing/payment-methods",headers:{},query:{},params:{},body:{paymentMethodId:e.paymentMethodId}});var Iq=e=>({path:"/v2/billing/payment-methods/intent",headers:{},query:{},params:{},body:{}});var Wr=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}getPlan=async t=>{let{path:s,headers:r,query:n,body:o}=oq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPlans=async t=>{let{path:s,headers:r,query:n,body:o}=pq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAddon=async t=>{let{path:s,headers:r,query:n,body:o}=uq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listAddons=async t=>{let{path:s,headers:r,query:n,body:o}=lq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=mq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};payInvoice=async t=>{let{path:s,headers:r,query:n,body:o}=Rq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPaymentMethod=async t=>{let{path:s,headers:r,query:n,body:o}=fq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setPaymentMethod=async t=>{let{path:s,headers:r,query:n,body:o}=bq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPaymentMethodIntent=async t=>{let{path:s,headers:r,query:n,body:o}=Iq(t),i=this.props.toAxiosRequest??Se,p=this.props.toApiError??Oe,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function Oe(e){return K.isAxiosError(e)&&e.response?.data?ii(e.response.data):ii(e)}var pi=class extends Wr{config;constructor(t){let s=ge.getClientConfig(t),r=me.createAxiosInstance(s);super(r,{toApiError:ye.toApiError}),t.retry&&ve(r,t.retry),this.config=s}get list(){return{listInvoices:t=>new P.AsyncCollection(({nextToken:s})=>this.listInvoices({nextToken:s,...t}).then(r=>({...r,items:r.invoices})))}}};var Di={};be(Di,{Client:()=>_i});var kq=S(require("crypto"));var QL={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},ui=typeof window<"u"&&typeof window.document<"u"?window.crypto:kq.default;ui.getRandomValues||(ui=QL);var Q=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(ui.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},FL=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,ML=e=>e instanceof Q||FL(e)&&e.isApiError===!0,qt=class extends Q{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},di=class extends Q{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},li=class extends Q{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},gi=class extends Q{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},mi=class extends Q{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},yi=class extends Q{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},Ri=class extends Q{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},hi=class extends Q{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},fi=class extends Q{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},qi=class extends Q{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},bi=class extends Q{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},xi=class extends Q{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},Ii=class extends Q{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},vi=class extends Q{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},ki=class extends Q{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},Pi=class extends Q{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},Ai=class extends Q{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},Ti=class extends Q{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},Bi=class extends Q{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},wi=class extends Q{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},Ci=class extends Q{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},Ui=class extends Q{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},Ei=class extends Q{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},Gi=class extends Q{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},Li=class extends Q{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},OL={Unknown:qt,Internal:di,Unauthorized:li,Forbidden:gi,PayloadTooLarge:mi,InvalidPayload:yi,UnsupportedMediaType:Ri,MethodNotFound:hi,ResourceNotFound:fi,InvalidJsonSchema:qi,InvalidDataFormat:bi,InvalidIdentifier:xi,RelationConflict:Ii,ReferenceConstraint:vi,ResourceLockedConflict:ki,ResourceGone:Pi,ReferenceNotFound:Ai,InvalidQuery:Ti,Runtime:Bi,AlreadyExists:wi,RateLimited:Ci,PaymentRequired:Ui,QuotaExceeded:Ei,LimitExceeded:Gi,BreakingChanges:Li},Si=e=>ML(e)?e:e instanceof Error?new qt(e.message,e):typeof e=="string"?new qt(e):NL(e);function NL(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=OL[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new qt(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new qt("An invalid error occurred: "+JSON.stringify(e))}var Pq=S(Rt()),VL=e=>e[1]!==void 0,oe=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(VL),p=Object.fromEntries(i),c=Pq.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var Aq=e=>({path:"/v1/files",headers:{},query:{},params:{},body:{key:e.key,tags:e.tags,size:e.size,index:e.index,indexing:e.indexing,accessPolicies:e.accessPolicies,contentType:e.contentType,expiresAt:e.expiresAt,publicContentImmediatelyAccessible:e.publicContentImmediatelyAccessible,metadata:e.metadata}});var Bq=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Cq=e=>({path:"/v1/files",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,ids:e.ids,indexed:e.indexed},params:{},body:{}});var Eq=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Lq=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{metadata:e.metadata,tags:e.tags,accessPolicies:e.accessPolicies,expiresAt:e.expiresAt}});var _q=e=>({path:`/v1/files/${encodeURIComponent(e.idOrKey)}/${encodeURIComponent(e.destinationKey)}`,headers:{"x-destination-bot-id":e["x-destination-bot-id"]},query:{},params:{idOrKey:e.idOrKey,destinationKey:e.destinationKey},body:{overwrite:e.overwrite}});var Wq=e=>({path:"/v1/files/search",headers:{},query:{tags:e.tags,query:e.query,contextDepth:e.contextDepth,limit:e.limit,consolidate:e.consolidate,includeBreadcrumb:e.includeBreadcrumb,withContext:e.withContext},params:{},body:{}});var Qq=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{nextToken:e.nextToken,limit:e.limit},params:{id:e.id},body:{}});var Mq=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{},params:{id:e.id},body:{passages:e.passages}});var Nq=e=>({path:"/v1/files/tags",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var Kq=e=>({path:`/v1/files/tags/${encodeURIComponent(e.tag)}/values`,headers:{},query:{nextToken:e.nextToken},params:{tag:e.tag},body:{}});var $q=e=>({path:"/v1/files/knowledge-bases",headers:{},query:{},params:{},body:{name:e.name,tags:e.tags}});var Jq=e=>({path:`/v1/files/knowledge-bases/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xq=e=>({path:`/v1/files/knowledge-bases/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,tags:e.tags}});var eb=e=>({path:"/v1/files/knowledge-bases",headers:{},query:{nextToken:e.nextToken,tags:e.tags},params:{},body:{}});var Hr=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}upsertFile=async t=>{let{path:s,headers:r,query:n,body:o}=Aq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteFile=async t=>{let{path:s,headers:r,query:n,body:o}=Bq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFiles=async t=>{let{path:s,headers:r,query:n,body:o}=Cq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getFile=async t=>{let{path:s,headers:r,query:n,body:o}=Eq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateFileMetadata=async t=>{let{path:s,headers:r,query:n,body:o}=Lq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};copyFile=async t=>{let{path:s,headers:r,query:n,body:o}=_q(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};searchFiles=async t=>{let{path:s,headers:r,query:n,body:o}=Wq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFilePassages=async t=>{let{path:s,headers:r,query:n,body:o}=Qq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setFilePassages=async t=>{let{path:s,headers:r,query:n,body:o}=Mq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFileTags=async t=>{let{path:s,headers:r,query:n,body:o}=Nq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFileTagValues=async t=>{let{path:s,headers:r,query:n,body:o}=Kq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=$q(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=Jq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=Xq(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listKnowledgeBases=async t=>{let{path:s,headers:r,query:n,body:o}=eb(t),i=this.props.toAxiosRequest??oe,p=this.props.toApiError??ue,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function ue(e){return K.isAxiosError(e)&&e.response?.data?Si(e.response.data):Si(e)}var Qr=async(e,{key:t,index:s,tags:r,contentType:n,accessPolicies:o,content:i,url:p,indexing:c,expiresAt:a,metadata:u,publicContentImmediatelyAccessible:y})=>{if(p&&i)throw new Qe("Cannot provide both content and URL, please provide only one of them");if(p&&(i=await K.get(p,{responseType:"arraybuffer"}).then(k=>k.data).catch(k=>{throw new Qe(`Failed to download file from provided URL: ${k.message}`,k)})),!i)throw new Qe("No content was provided for the file");let R,x;if(typeof i=="string"){let I=new TextEncoder().encode(i);R=I,x=I.byteLength}else if(i instanceof Uint8Array)R=i,x=R.byteLength;else if(i instanceof ArrayBuffer)R=i,x=R.byteLength;else if(i instanceof Blob)R=i,x=i.size;else throw new Qe("The provided content is not supported");let{file:m}=await e.upsertFile({key:t,tags:r,index:s,accessPolicies:o,contentType:n,metadata:u,size:x,expiresAt:a,indexing:c,publicContentImmediatelyAccessible:y}),q={"Content-Type":m.contentType};y&&(q["x-amz-tagging"]="public=true");try{await K.put(m.uploadUrl,R,{maxBodyLength:1/0,headers:q})}catch(k){let I=k instanceof Error?k:new Error(String(k));throw new Qe(`Failed to upload file: ${I.message}`,I,m)}return{file:{...m,size:x}}};var _i=class extends Hr{config;constructor(t){let s=ge.getClientConfig(t),r=me.createAxiosInstance(s);super(r,{toApiError:ye.toApiError}),t.retry&&ve(r,t.retry),this.config=s}get list(){return{files:t=>new P.AsyncCollection(({nextToken:s})=>this.listFiles({nextToken:s,...t}).then(r=>({...r,items:r.files}))),filePassages:t=>new P.AsyncCollection(({nextToken:s})=>this.listFilePassages({nextToken:s,...t}).then(r=>({...r,items:r.passages}))),fileTags:t=>new P.AsyncCollection(({nextToken:s})=>this.listFileTags({nextToken:s,...t}).then(r=>({...r,items:r.tags}))),fileTagValues:t=>new P.AsyncCollection(({nextToken:s})=>this.listFileTagValues({nextToken:s,...t}).then(r=>({...r,items:r.values}))),knowledgeBases:t=>new P.AsyncCollection(({nextToken:s})=>this.listKnowledgeBases({nextToken:s,...t}).then(r=>({...r,items:r.knowledgeBases})))}}async uploadFile(t){return await Qr(this,t)}};var dp={};be(dp,{Client:()=>up});var rb=S(require("crypto"));var jL={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},Wi=typeof window<"u"&&typeof window.document<"u"?window.crypto:rb.default;Wi.getRandomValues||(Wi=jL);var F=class e extends Error{constructor(s,r,n,o,i,p,c){super(o);this.code=s;this.description=r;this.type=n;this.message=o;this.error=i;this.id=p;this.metadata=c;this.id||(this.id=e.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],n=4,o=Array.from(Wi.getRandomValues(new Uint8Array(n))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},$L=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,zL=e=>e instanceof F||$L(e)&&e.isApiError===!0,bt=class extends F{constructor(t,s,r,n){super(500,"An unknown error occurred","Unknown",t,s,r,n)}},Hi=class extends F{constructor(t,s,r,n){super(500,"An internal error occurred","Internal",t,s,r,n)}},Qi=class extends F{constructor(t,s,r,n){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,n)}},Fi=class extends F{constructor(t,s,r,n){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,n)}},Mi=class extends F{constructor(t,s,r,n){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,n)}},Oi=class extends F{constructor(t,s,r,n){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,n)}},Ni=class extends F{constructor(t,s,r,n){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,n)}},Vi=class extends F{constructor(t,s,r,n){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,n)}},Ki=class extends F{constructor(t,s,r,n){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,n)}},ji=class extends F{constructor(t,s,r,n){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,n)}},$i=class extends F{constructor(t,s,r,n){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,n)}},zi=class extends F{constructor(t,s,r,n){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,n)}},Ji=class extends F{constructor(t,s,r,n){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,n)}},Yi=class extends F{constructor(t,s,r,n){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,n)}},Xi=class extends F{constructor(t,s,r,n){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,n)}},Zi=class extends F{constructor(t,s,r,n){super(410,"The requested resource is no longer available.","ResourceGone",t,s,r,n)}},ep=class extends F{constructor(t,s,r,n){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,n)}},tp=class extends F{constructor(t,s,r,n){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,n)}},sp=class extends F{constructor(t,s,r,n){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,n)}},rp=class extends F{constructor(t,s,r,n){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,n)}},ap=class extends F{constructor(t,s,r,n){super(429,"The request has been rate limited.","RateLimited",t,s,r,n)}},np=class extends F{constructor(t,s,r,n){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,n)}},op=class extends F{constructor(t,s,r,n){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,n)}},ip=class extends F{constructor(t,s,r,n){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,n)}},pp=class extends F{constructor(t,s,r,n){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,n)}},JL={Unknown:bt,Internal:Hi,Unauthorized:Qi,Forbidden:Fi,PayloadTooLarge:Mi,InvalidPayload:Oi,UnsupportedMediaType:Ni,MethodNotFound:Vi,ResourceNotFound:Ki,InvalidJsonSchema:ji,InvalidDataFormat:$i,InvalidIdentifier:zi,RelationConflict:Ji,ReferenceConstraint:Yi,ResourceLockedConflict:Xi,ResourceGone:Zi,ReferenceNotFound:ep,InvalidQuery:tp,Runtime:sp,AlreadyExists:rp,RateLimited:ap,PaymentRequired:np,QuotaExceeded:op,LimitExceeded:ip,BreakingChanges:pp},cp=e=>zL(e)?e:e instanceof Error?new bt(e.message,e):typeof e=="string"?new bt(e):YL(e);function YL(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=JL[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new bt(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new bt("An invalid error occurred: "+JSON.stringify(e))}var ab=S(Rt()),XL=e=>e[1]!==void 0,se=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(XL),p=Object.fromEntries(i),c=ab.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var nb=e=>({path:"/v1/tables",headers:{},query:{tags:e.tags},params:{},body:{}});var ib=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var cb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{factor:e.factor,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var db=e=>({path:"/v1/tables",headers:{},query:{},params:{},body:{name:e.name,factor:e.factor,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var gb=e=>({path:`/v1/tables/${encodeURIComponent(e.sourceTableId)}/duplicate`,headers:{},query:{},params:{sourceTableId:e.sourceTableId},body:{tableName:e.tableName,schemaOnly:e.schemaOnly,factor:e.factor}});var yb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/export`,headers:{},query:{format:e.format,compress:e.compress},params:{table:e.table},body:{}});var hb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/jobs`,headers:{},query:{},params:{table:e.table},body:{}});var qb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/import`,headers:{},query:{},params:{table:e.table},body:{fileId:e.fileId}});var xb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{name:e.name,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled,factor:e.factor}});var vb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/column`,headers:{},query:{},params:{table:e.table},body:{name:e.name,newName:e.newName}});var Pb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var Tb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/row`,headers:{},query:{id:e.id},params:{table:e.table},body:{}});var wb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/find`,headers:{},query:{},params:{table:e.table},body:{limit:e.limit,offset:e.offset,filter:e.filter,group:e.group,search:e.search,select:e.select,orderBy:e.orderBy,orderDirection:e.orderDirection}});var Ub=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var Gb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/delete`,headers:{},query:{},params:{table:e.table},body:{ids:e.ids,filter:e.filter,deleteAllRows:e.deleteAllRows}});var Sb=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var Db=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/upsert`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,keyColumn:e.keyColumn,waitComputed:e.waitComputed}});var Fr=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}listTables=async t=>{let{path:s,headers:r,query:n,body:o}=nb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTable=async t=>{let{path:s,headers:r,query:n,body:o}=ib(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateTable=async t=>{let{path:s,headers:r,query:n,body:o}=cb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTable=async t=>{let{path:s,headers:r,query:n,body:o}=db(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};duplicateTable=async t=>{let{path:s,headers:r,query:n,body:o}=gb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};exportTable=async t=>{let{path:s,headers:r,query:n,body:o}=yb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTableJobs=async t=>{let{path:s,headers:r,query:n,body:o}=hb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};importTable=async t=>{let{path:s,headers:r,query:n,body:o}=qb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTable=async t=>{let{path:s,headers:r,query:n,body:o}=xb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};renameTableColumn=async t=>{let{path:s,headers:r,query:n,body:o}=vb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTable=async t=>{let{path:s,headers:r,query:n,body:o}=Pb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTableRow=async t=>{let{path:s,headers:r,query:n,body:o}=Tb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};findTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=wb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=Ub(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=Gb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=Sb(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};upsertTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=Db(t),i=this.props.toAxiosRequest??se,p=this.props.toApiError??ae,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function ae(e){return K.isAxiosError(e)&&e.response?.data?cp(e.response.data):cp(e)}var up=class extends Fr{config;constructor(t){let s=ge.getClientConfig(t),r=me.createAxiosInstance(s);super(r,{toApiError:ye.toApiError}),t.retry&&ve(r,t.retry),this.config=s}};var Hb=S(Rt()),eS=e=>e[1]!==void 0,d=e=>{let{method:t,path:s,query:r,headers:n,body:o}=e,i=Object.entries(n).filter(eS),p=Object.fromEntries(i),c=Hb.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),a=c?[s,c].join("?"):s,u=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:a,headers:p,data:u}};var Qb=e=>({path:"/v1/chat/conversations",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var Mb=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Nb=e=>({path:"/v1/chat/conversations",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,participantIds:e.participantIds,integrationName:e.integrationName,channel:e.channel,afterDate:e.afterDate,beforeDate:e.beforeDate},params:{},body:{}});var Kb=e=>({path:"/v1/chat/conversations/get-or-create",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName,discriminateByTags:e.discriminateByTags}});var $b=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{currentTaskId:e.currentTaskId,tags:e.tags}});var Jb=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xb=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var ex=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{},params:{id:e.id},body:{userId:e.userId}});var sx=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var ax=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var ox=e=>({path:"/v1/chat/events",headers:{},query:{},params:{},body:{type:e.type,payload:e.payload,schedule:e.schedule,conversationId:e.conversationId,userId:e.userId,workflowId:e.workflowId,messageId:e.messageId}});var px=e=>({path:`/v1/chat/events/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ux=e=>({path:"/v1/chat/events",headers:{},query:{nextToken:e.nextToken,type:e.type,conversationId:e.conversationId,userId:e.userId,messageId:e.messageId,workflowId:e.workflowId,status:e.status},params:{},body:{}});var lx=e=>({path:`/v1/chat/events/scheduled/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var mx=e=>({path:"/v1/chat/messages",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,origin:e.origin}});var Rx=e=>({path:"/v1/chat/messages/get-or-create",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,origin:e.origin,discriminateByTags:e.discriminateByTags}});var fx=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var bx=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,payload:e.payload}});var Ix=e=>({path:"/v1/chat/messages",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags,afterDate:e.afterDate,beforeDate:e.beforeDate},params:{},body:{}});var kx=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ax=e=>({path:"/v1/chat/initialize-incoming-message",headers:{},query:{},params:{},body:{userId:e.userId,user:e.user,conversationId:e.conversationId,conversation:e.conversation,message:e.message}});var Bx=e=>({path:"/v1/chat/messages/import-messages",headers:{},query:{},params:{},body:{messages:e.messages}});var Cx=e=>({path:"/v1/chat/users",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var Ex=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Lx=e=>({path:"/v1/chat/users",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags,afterDate:e.afterDate,beforeDate:e.beforeDate,rangeField:e.rangeField,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var _x=e=>({path:"/v1/chat/users/get-or-create",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl,discriminateByTags:e.discriminateByTags}});var Wx=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,name:e.name,pictureUrl:e.pictureUrl}});var Qx=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Mx=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/expiry`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{expiry:e.expiry}});var Nx=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{}});var Kx=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var $x=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/get-or-set`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var Jx=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload}});var Xx=e=>({path:"/v1/chat/actions",headers:{},query:{},params:{},body:{type:e.type,input:e.input}});var eI=e=>({path:"/v1/chat/integrations/configure",headers:{},query:{},params:{},body:{identifier:e.identifier,scheduleRegisterCall:e.scheduleRegisterCall,sandboxIdentifiers:e.sandboxIdentifiers}});var sI=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var aI=e=>({path:"/v1/chat/tasks",headers:{},query:{},params:{},body:{title:e.title,description:e.description,type:e.type,data:e.data,parentTaskId:e.parentTaskId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags}});var oI=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{title:e.title,description:e.description,data:e.data,timeoutAt:e.timeoutAt,status:e.status,tags:e.tags}});var pI=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var uI=e=>({path:"/v1/chat/tasks",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentTaskId:e.parentTaskId,status:e.status,type:e.type},params:{},body:{}});var lI=e=>({path:"/v1/chat/workflows",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId}});var mI=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var RI=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{output:e.output,timeoutAt:e.timeoutAt,status:e.status,failureReason:e.failureReason,tags:e.tags,userId:e.userId,eventId:e.eventId}});var fI=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var bI=e=>({path:"/v1/chat/workflows",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentWorkflowId:e.parentWorkflowId,statuses:e.statuses,name:e.name},params:{},body:{}});var II=e=>({path:"/v1/chat/workflows/get-or-create",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId,discriminateByTags:e.discriminateByTags,discriminateByStatusGroup:e.discriminateByStatusGroup}});var kI=e=>({path:`/v1/chat/tags/${encodeURIComponent(e.key)}/values`,headers:{},query:{nextToken:e.nextToken,type:e.type},params:{key:e.key},body:{}});var AI=e=>({path:"/v1/chat/analytics",headers:{},query:{},params:{},body:{name:e.name,count:e.count}});var BI=e=>({path:"/v1/admin/helper/vrl",headers:{},query:{},params:{},body:{data:e.data,script:e.script}});var CI=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var EI=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{displayName:e.displayName,profilePicture:e.profilePicture,refresh:e.refresh}});var LI=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var _I=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{}});var WI=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{note:e.note}});var QI=e=>({path:`/v1/admin/account/pats/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var MI=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var NI=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var KI=e=>({path:"/v1/admin/hub/integrations",headers:{},query:{nextToken:e.nextToken,limit:e.limit,name:e.name,version:e.version,interfaceId:e.interfaceId,interfaceName:e.interfaceName,installedByBotId:e.installedByBotId,verificationStatus:e.verificationStatus,search:e.search,sortBy:e.sortBy,direction:e.direction},params:{},body:{}});var $I=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var JI=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var XI=e=>({path:"/v1/admin/hub/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var ev=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var sv=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}/dereferenced`,headers:{},query:{interfaces:e.interfaces},params:{id:e.id},body:{}});var av=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var ov=e=>({path:`/v1/admin/hub/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var pv=e=>({path:"/v1/admin/hub/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var uv=e=>({path:`/v1/admin/hub/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var lv=e=>({path:`/v1/admin/hub/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var mv=e=>({path:"/v1/admin/bots",headers:{},query:{},params:{},body:{states:e.states,events:e.events,recurringEvents:e.recurringEvents,subscriptions:e.subscriptions,actions:e.actions,configuration:e.configuration,user:e.user,conversation:e.conversation,message:e.message,tags:e.tags,code:e.code,name:e.name,description:e.description,medias:e.medias,url:e.url,dev:e.dev}});var Rv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{url:e.url,authentication:e.authentication,configuration:e.configuration,tags:e.tags,blocked:e.blocked,maxExecutionTime:e.maxExecutionTime,alwaysAlive:e.alwaysAlive,user:e.user,message:e.message,conversation:e.conversation,events:e.events,actions:e.actions,states:e.states,recurringEvents:e.recurringEvents,integrations:e.integrations,plugins:e.plugins,subscriptions:e.subscriptions,code:e.code,name:e.name,description:e.description,medias:e.medias,layers:e.layers,shouldMergePlugins:e.shouldMergePlugins}});var fv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/transfer`,headers:{},query:{},params:{id:e.id},body:{targetWorkspaceId:e.targetWorkspaceId}});var bv=e=>({path:"/v1/admin/bots",headers:{},query:{dev:e.dev,tags:e.tags,nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var Iv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{shouldMergePlugins:e.shouldMergePlugins},params:{id:e.id},body:{}});var kv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Av=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,workflowId:e.workflowId,conversationId:e.conversationId,messageContains:e.messageContains,nextToken:e.nextToken},params:{id:e.id},body:{}});var Bv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/webchat`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var Cv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/analytics`,headers:{},query:{startDate:e.startDate,endDate:e.endDate},params:{id:e.id},body:{}});var Ev=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/action-runs`,headers:{},query:{integrationName:e.integrationName,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var Lv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var _v=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Wv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Qv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}/events`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Mv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{}});var Nv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/${encodeURIComponent(e.versionId)}`,headers:{},query:{},params:{id:e.id,versionId:e.versionId},body:{}});var Kv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/bot-json`,headers:{},query:{},params:{id:e.id},body:{}});var $v=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/publish-from-bot-json`,headers:{},query:{},params:{id:e.id},body:{botJson:e.botJson}});var Jv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{name:e.name,description:e.description}});var Xv=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/deploy`,headers:{},query:{},params:{id:e.id},body:{versionId:e.versionId}});var ek=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var sk=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var ak=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/shareable-id`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var ok=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/integrations/${encodeURIComponent(e.integrationId)}/sandboxed-conversations`,headers:{},query:{integrationInstanceAlias:e.integrationInstanceAlias},params:{botId:e.botId,integrationId:e.integrationId},body:{}});var pk=e=>({path:"/v1/admin/bots/baks",headers:{},query:{botId:e.botId},params:{},body:{}});var uk=e=>({path:"/v1/admin/bots/baks",headers:{},query:{},params:{},body:{botId:e.botId,note:e.note}});var lk=e=>({path:`/v1/admin/bots/baks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var mk=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/allowlist`,headers:{},query:{},params:{botId:e.botId},body:{}});var Rk=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.botId)}/allowlist`,headers:{},query:{},params:{botId:e.botId},body:{setting:e.setting,users:e.users}});var fk=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices`,headers:{},query:{},params:{id:e.id},body:{}});var bk=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/upcoming-invoice`,headers:{},query:{},params:{id:e.id},body:{}});var Ik=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices/charge-unpaid`,headers:{},query:{},params:{id:e.id},body:{invoiceIds:e.invoiceIds}});var kk=e=>({path:"/v1/admin/workspaces",headers:{},query:{},params:{},body:{name:e.name}});var Ak=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/public`,headers:{},query:{},params:{id:e.id},body:{}});var Bk=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ck=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Ek=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages/by-bot`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Lk=e=>({path:"/v1/admin/workspaces/usages/quota-completion",headers:{},query:{},params:{},body:{}});var _k=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quota`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Wk=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quotas`,headers:{},query:{period:e.period},params:{id:e.id},body:{}});var Qk=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,spendingLimit:e.spendingLimit,about:e.about,profilePicture:e.profilePicture,contactEmail:e.contactEmail,website:e.website,socialAccounts:e.socialAccounts,isPublic:e.isPublic,handle:e.handle}});var Mk=e=>({path:"/v1/admin/workspaces/handle-availability",headers:{},query:{},params:{},body:{handle:e.handle}});var Nk=e=>({path:"/v1/admin/workspaces",headers:{},query:{nextToken:e.nextToken,handle:e.handle},params:{},body:{}});var Kk=e=>({path:"/v1/admin/workspaces/public",headers:{},query:{nextToken:e.nextToken,workspaceIds:e.workspaceIds,search:e.search},params:{},body:{}});var $k=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Jk=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/audit-records`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Xk=e=>({path:`/v1/admin/workspaces/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var eP=e=>({path:`/v1/admin/workspaces/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var sP=e=>({path:"/v1/admin/workspace-members",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var aP=e=>({path:"/v1/admin/workspace-members/me",headers:{},query:{},params:{},body:{}});var oP=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var pP=e=>({path:"/v1/admin/workspace-members",headers:{},query:{},params:{},body:{email:e.email,role:e.role}});var uP=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{role:e.role}});var lP=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{integrationId:e.integrationId},params:{},body:{}});var mP=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{},params:{},body:{integrationId:e.integrationId,note:e.note}});var RP=e=>({path:`/v1/admin/integrations/iaks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var fP=e=>({path:"/v1/admin/integrations",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,attributes:e.attributes,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,layers:e.layers}});var bP=e=>({path:"/v1/admin/integrations/validate",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,attributes:e.attributes,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,layers:e.layers}});var IP=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,channels:e.channels,maxExecutionTime:e.maxExecutionTime,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,attributes:e.attributes,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,visibility:e.visibility,layers:e.layers}});var kP=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/validate`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,extraOperations:e.extraOperations,sdkVersion:e.sdkVersion,channels:e.channels,maxExecutionTime:e.maxExecutionTime,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,attributes:e.attributes,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,visibility:e.visibility,layers:e.layers}});var AP=e=>({path:"/v1/admin/integrations",headers:{},query:{nextToken:e.nextToken,limit:e.limit,name:e.name,version:e.version,interfaceId:e.interfaceId,interfaceName:e.interfaceName,installedByBotId:e.installedByBotId,verificationStatus:e.verificationStatus,search:e.search,sortBy:e.sortBy,direction:e.direction,visibility:e.visibility,dev:e.dev},params:{},body:{}});var BP=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var CP=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,conversationId:e.conversationId,messageContains:e.messageContains,nextToken:e.nextToken},params:{id:e.id},body:{}});var EP=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var LP=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var _P=e=>({path:"/v1/admin/integrations/request-verification",headers:{},query:{},params:{},body:{integrationId:e.integrationId}});var WP=e=>({path:"/v1/admin/interfaces",headers:{},query:{},params:{},body:{name:e.name,version:e.version,entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate,attributes:e.attributes,sdkVersion:e.sdkVersion,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public}});var QP=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var MP=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var NP=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate,attributes:e.attributes,sdkVersion:e.sdkVersion,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public}});var KP=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var $P=e=>({path:"/v1/admin/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var JP=e=>({path:"/v1/admin/plugins",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,attributes:e.attributes,sdkVersion:e.sdkVersion,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,dependencies:e.dependencies}});var XP=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var eA=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/dereferenced`,headers:{},query:{interfaces:e.interfaces},params:{id:e.id},body:{}});var sA=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var aA=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,attributes:e.attributes,sdkVersion:e.sdkVersion,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,visibility:e.visibility,dependencies:e.dependencies}});var oA=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var pA=e=>({path:"/v1/admin/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var uA=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var lA=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var mA=e=>({path:"/v1/admin/usages/multiple",headers:{},query:{types:e.types,ids:e.ids,period:e.period},params:{},body:{}});var RA=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/history`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var fA=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/activity`,headers:{},query:{type:e.type,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var bA=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/daily-activity`,headers:{},query:{type:e.type,dateFrom:e.dateFrom,dateUntil:e.dateUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var IA=e=>({path:"/v1/admin/quotas/ai-spend",headers:{},query:{},params:{},body:{monthlySpendingLimit:e.monthlySpendingLimit}});var kA=e=>({path:"/v1/admin/activities",headers:{},query:{nextToken:e.nextToken,taskId:e.taskId,botId:e.botId},params:{},body:{}});var AA=e=>({path:"/v1/admin/introspect",headers:{},query:{},params:{},body:{botId:e.botId}});var BA=e=>({path:"/v1/files",headers:{},query:{},params:{},body:{key:e.key,tags:e.tags,size:e.size,index:e.index,indexing:e.indexing,accessPolicies:e.accessPolicies,contentType:e.contentType,expiresAt:e.expiresAt,publicContentImmediatelyAccessible:e.publicContentImmediatelyAccessible,metadata:e.metadata}});var CA=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var EA=e=>({path:"/v1/files",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,ids:e.ids,indexed:e.indexed},params:{},body:{}});var LA=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var _A=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{metadata:e.metadata,tags:e.tags,accessPolicies:e.accessPolicies,expiresAt:e.expiresAt}});var WA=e=>({path:`/v1/files/${encodeURIComponent(e.idOrKey)}/${encodeURIComponent(e.destinationKey)}`,headers:{"x-destination-bot-id":e["x-destination-bot-id"]},query:{},params:{idOrKey:e.idOrKey,destinationKey:e.destinationKey},body:{overwrite:e.overwrite}});var QA=e=>({path:"/v1/files/search",headers:{},query:{tags:e.tags,query:e.query,contextDepth:e.contextDepth,limit:e.limit,consolidate:e.consolidate,includeBreadcrumb:e.includeBreadcrumb,withContext:e.withContext},params:{},body:{}});var MA=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{nextToken:e.nextToken,limit:e.limit},params:{id:e.id},body:{}});var NA=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{},params:{id:e.id},body:{passages:e.passages}});var KA=e=>({path:"/v1/files/tags",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var $A=e=>({path:`/v1/files/tags/${encodeURIComponent(e.tag)}/values`,headers:{},query:{nextToken:e.nextToken},params:{tag:e.tag},body:{}});var JA=e=>({path:"/v1/files/knowledge-bases",headers:{},query:{},params:{},body:{name:e.name,tags:e.tags}});var XA=e=>({path:`/v1/files/knowledge-bases/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var eT=e=>({path:`/v1/files/knowledge-bases/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,tags:e.tags}});var sT=e=>({path:"/v1/files/knowledge-bases",headers:{},query:{nextToken:e.nextToken,tags:e.tags},params:{},body:{}});var aT=e=>({path:"/v1/tables",headers:{},query:{tags:e.tags},params:{},body:{}});var oT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var pT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{factor:e.factor,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var uT=e=>({path:"/v1/tables",headers:{},query:{},params:{},body:{name:e.name,factor:e.factor,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var lT=e=>({path:`/v1/tables/${encodeURIComponent(e.sourceTableId)}/duplicate`,headers:{},query:{},params:{sourceTableId:e.sourceTableId},body:{tableName:e.tableName,schemaOnly:e.schemaOnly,factor:e.factor}});var mT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/export`,headers:{},query:{format:e.format,compress:e.compress},params:{table:e.table},body:{}});var RT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/jobs`,headers:{},query:{},params:{table:e.table},body:{}});var fT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/import`,headers:{},query:{},params:{table:e.table},body:{fileId:e.fileId}});var bT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{name:e.name,frozen:e.frozen,keyColumn:e.keyColumn,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled,factor:e.factor}});var IT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/column`,headers:{},query:{},params:{table:e.table},body:{name:e.name,newName:e.newName}});var kT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var AT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/row`,headers:{},query:{id:e.id},params:{table:e.table},body:{}});var BT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/find`,headers:{},query:{},params:{table:e.table},body:{limit:e.limit,offset:e.offset,filter:e.filter,group:e.group,search:e.search,select:e.select,orderBy:e.orderBy,orderDirection:e.orderDirection}});var CT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var ET=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/delete`,headers:{},query:{},params:{table:e.table},body:{ids:e.ids,filter:e.filter,deleteAllRows:e.deleteAllRows}});var LT=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var _T=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/upsert`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,keyColumn:e.keyColumn,waitComputed:e.waitComputed}});var Mr=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}createConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Qb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Mb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listConversations=async t=>{let{path:s,headers:r,query:n,body:o}=Nb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Kb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateConversation=async t=>{let{path:s,headers:r,query:n,body:o}=$b(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteConversation=async t=>{let{path:s,headers:r,query:n,body:o}=Jb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listParticipants=async t=>{let{path:s,headers:r,query:n,body:o}=Xb(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};addParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=ex(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=sx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};removeParticipant=async t=>{let{path:s,headers:r,query:n,body:o}=ax(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createEvent=async t=>{let{path:s,headers:r,query:n,body:o}=ox(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getEvent=async t=>{let{path:s,headers:r,query:n,body:o}=px(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listEvents=async t=>{let{path:s,headers:r,query:n,body:o}=ux(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};cancelScheduledEvent=async t=>{let{path:s,headers:r,query:n,body:o}=lx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createMessage=async t=>{let{path:s,headers:r,query:n,body:o}=mx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Rx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getMessage=async t=>{let{path:s,headers:r,query:n,body:o}=fx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateMessage=async t=>{let{path:s,headers:r,query:n,body:o}=bx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listMessages=async t=>{let{path:s,headers:r,query:n,body:o}=Ix(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteMessage=async t=>{let{path:s,headers:r,query:n,body:o}=kx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};initializeIncomingMessage=async t=>{let{path:s,headers:r,query:n,body:o}=Ax(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};importMessages=async t=>{let{path:s,headers:r,query:n,body:o}=Bx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createUser=async t=>{let{path:s,headers:r,query:n,body:o}=Cx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUser=async t=>{let{path:s,headers:r,query:n,body:o}=Ex(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsers=async t=>{let{path:s,headers:r,query:n,body:o}=Lx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateUser=async t=>{let{path:s,headers:r,query:n,body:o}=_x(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateUser=async t=>{let{path:s,headers:r,query:n,body:o}=Wx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteUser=async t=>{let{path:s,headers:r,query:n,body:o}=Qx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setStateExpiry=async t=>{let{path:s,headers:r,query:n,body:o}=Mx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getState=async t=>{let{path:s,headers:r,query:n,body:o}=Nx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setState=async t=>{let{path:s,headers:r,query:n,body:o}=Kx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrSetState=async t=>{let{path:s,headers:r,query:n,body:o}=$x(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};patchState=async t=>{let{path:s,headers:r,query:n,body:o}=Jx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"patch",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};callAction=async t=>{let{path:s,headers:r,query:n,body:o}=Xx(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};configureIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=eI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTask=async t=>{let{path:s,headers:r,query:n,body:o}=sI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTask=async t=>{let{path:s,headers:r,query:n,body:o}=aI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTask=async t=>{let{path:s,headers:r,query:n,body:o}=oI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTask=async t=>{let{path:s,headers:r,query:n,body:o}=pI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTasks=async t=>{let{path:s,headers:r,query:n,body:o}=uI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=lI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=mI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=RI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=fI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkflows=async t=>{let{path:s,headers:r,query:n,body:o}=bI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateWorkflow=async t=>{let{path:s,headers:r,query:n,body:o}=II(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTagValues=async t=>{let{path:s,headers:r,query:n,body:o}=kI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};trackAnalytics=async t=>{let{path:s,headers:r,query:n,body:o}=AI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};runVrl=async t=>{let{path:s,headers:r,query:n,body:o}=BI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAccount=async t=>{let{path:s,headers:r,query:n,body:o}=CI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateAccount=async t=>{let{path:s,headers:r,query:n,body:o}=EI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteAccount=async t=>{let{path:s,headers:r,query:n,body:o}=LI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPersonalAccessTokens=async t=>{let{path:s,headers:r,query:n,body:o}=_I(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPersonalAccessToken=async t=>{let{path:s,headers:r,query:n,body:o}=WI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deletePersonalAccessToken=async t=>{let{path:s,headers:r,query:n,body:o}=QI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setAccountPreference=async t=>{let{path:s,headers:r,query:n,body:o}=MI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAccountPreference=async t=>{let{path:s,headers:r,query:n,body:o}=NI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicIntegrations=async t=>{let{path:s,headers:r,query:n,body:o}=KI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicIntegrationById=async t=>{let{path:s,headers:r,query:n,body:o}=$I(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=JI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicPlugins=async t=>{let{path:s,headers:r,query:n,body:o}=XI(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPluginById=async t=>{let{path:s,headers:r,query:n,body:o}=ev(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getDereferencedPublicPluginById=async t=>{let{path:s,headers:r,query:n,body:o}=sv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=av(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicPluginCode=async t=>{let{path:s,headers:r,query:n,body:o}=ov(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicInterfaces=async t=>{let{path:s,headers:r,query:n,body:o}=pv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicInterfaceById=async t=>{let{path:s,headers:r,query:n,body:o}=uv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicInterface=async t=>{let{path:s,headers:r,query:n,body:o}=lv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBot=async t=>{let{path:s,headers:r,query:n,body:o}=mv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateBot=async t=>{let{path:s,headers:r,query:n,body:o}=Rv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};transferBot=async t=>{let{path:s,headers:r,query:n,body:o}=fv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBots=async t=>{let{path:s,headers:r,query:n,body:o}=bv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBot=async t=>{let{path:s,headers:r,query:n,body:o}=Iv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBot=async t=>{let{path:s,headers:r,query:n,body:o}=kv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotLogs=async t=>{let{path:s,headers:r,query:n,body:o}=Av(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotWebchat=async t=>{let{path:s,headers:r,query:n,body:o}=Bv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotAnalytics=async t=>{let{path:s,headers:r,query:n,body:o}=Cv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listActionRuns=async t=>{let{path:s,headers:r,query:n,body:o}=Ev(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotIssue=async t=>{let{path:s,headers:r,query:n,body:o}=Lv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotIssues=async t=>{let{path:s,headers:r,query:n,body:o}=_v(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBotIssue=async t=>{let{path:s,headers:r,query:n,body:o}=Wv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotIssueEvents=async t=>{let{path:s,headers:r,query:n,body:o}=Qv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotVersions=async t=>{let{path:s,headers:r,query:n,body:o}=Mv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=Nv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotJson=async t=>{let{path:s,headers:r,query:n,body:o}=Kv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};publishFromBotJson=async t=>{let{path:s,headers:r,query:n,body:o}=$v(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=Jv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deployBotVersion=async t=>{let{path:s,headers:r,query:n,body:o}=Xv(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=ek(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=sk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationShareableId=async t=>{let{path:s,headers:r,query:n,body:o}=ak(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};unlinkSandboxedConversations=async t=>{let{path:s,headers:r,query:n,body:o}=ok(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listBotApiKeys=async t=>{let{path:s,headers:r,query:n,body:o}=pk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createBotApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=uk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteBotApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=lk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getBotAllowlist=async t=>{let{path:s,headers:r,query:n,body:o}=mk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateBotAllowlist=async t=>{let{path:s,headers:r,query:n,body:o}=Rk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=fk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUpcomingInvoice=async t=>{let{path:s,headers:r,query:n,body:o}=bk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};chargeWorkspaceUnpaidInvoices=async t=>{let{path:s,headers:r,query:n,body:o}=Ik(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=kk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPublicWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=Ak(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=Bk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceUsages=async t=>{let{path:s,headers:r,query:n,body:o}=Ck(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};breakDownWorkspaceUsageByBot=async t=>{let{path:s,headers:r,query:n,body:o}=Ek(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAllWorkspaceQuotaCompletion=async t=>{let{path:s,headers:r,query:n,body:o}=Lk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspaceQuota=async t=>{let{path:s,headers:r,query:n,body:o}=_k(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceQuotas=async t=>{let{path:s,headers:r,query:n,body:o}=Wk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=Qk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};checkHandleAvailability=async t=>{let{path:s,headers:r,query:n,body:o}=Mk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaces=async t=>{let{path:s,headers:r,query:n,body:o}=Nk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPublicWorkspaces=async t=>{let{path:s,headers:r,query:n,body:o}=Kk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkspace=async t=>{let{path:s,headers:r,query:n,body:o}=$k(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getAuditRecords=async t=>{let{path:s,headers:r,query:n,body:o}=Jk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setWorkspacePreference=async t=>{let{path:s,headers:r,query:n,body:o}=Xk(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspacePreference=async t=>{let{path:s,headers:r,query:n,body:o}=eP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listWorkspaceMembers=async t=>{let{path:s,headers:r,query:n,body:o}=sP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=aP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=oP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=pP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateWorkspaceMember=async t=>{let{path:s,headers:r,query:n,body:o}=uP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listIntegrationApiKeys=async t=>{let{path:s,headers:r,query:n,body:o}=lP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegrationApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=mP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegrationApiKey=async t=>{let{path:s,headers:r,query:n,body:o}=RP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=fP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};validateIntegrationCreation=async t=>{let{path:s,headers:r,query:n,body:o}=bP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=IP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};validateIntegrationUpdate=async t=>{let{path:s,headers:r,query:n,body:o}=kP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listIntegrations=async t=>{let{path:s,headers:r,query:n,body:o}=AP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=BP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationLogs=async t=>{let{path:s,headers:r,query:n,body:o}=CP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getIntegrationByName=async t=>{let{path:s,headers:r,query:n,body:o}=EP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteIntegration=async t=>{let{path:s,headers:r,query:n,body:o}=LP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};requestIntegrationVerification=async t=>{let{path:s,headers:r,query:n,body:o}=_P(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createInterface=async t=>{let{path:s,headers:r,query:n,body:o}=WP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getInterface=async t=>{let{path:s,headers:r,query:n,body:o}=QP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getInterfaceByName=async t=>{let{path:s,headers:r,query:n,body:o}=MP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateInterface=async t=>{let{path:s,headers:r,query:n,body:o}=NP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteInterface=async t=>{let{path:s,headers:r,query:n,body:o}=KP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listInterfaces=async t=>{let{path:s,headers:r,query:n,body:o}=$P(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=JP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=XP(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getDereferencedPlugin=async t=>{let{path:s,headers:r,query:n,body:o}=eA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPluginByName=async t=>{let{path:s,headers:r,query:n,body:o}=sA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updatePlugin=async t=>{let{path:s,headers:r,query:n,body:o}=aA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deletePlugin=async t=>{let{path:s,headers:r,query:n,body:o}=oA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listPlugins=async t=>{let{path:s,headers:r,query:n,body:o}=pA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getPluginCode=async t=>{let{path:s,headers:r,query:n,body:o}=uA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getUsage=async t=>{let{path:s,headers:r,query:n,body:o}=lA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getMultipleUsages=async t=>{let{path:s,headers:r,query:n,body:o}=mA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageHistory=async t=>{let{path:s,headers:r,query:n,body:o}=RA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageActivity=async t=>{let{path:s,headers:r,query:n,body:o}=fA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listUsageActivityDaily=async t=>{let{path:s,headers:r,query:n,body:o}=bA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};changeAISpendQuota=async t=>{let{path:s,headers:r,query:n,body:o}=IA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listActivities=async t=>{let{path:s,headers:r,query:n,body:o}=kA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};introspect=async t=>{let{path:s,headers:r,query:n,body:o}=AA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};upsertFile=async t=>{let{path:s,headers:r,query:n,body:o}=BA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteFile=async t=>{let{path:s,headers:r,query:n,body:o}=CA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFiles=async t=>{let{path:s,headers:r,query:n,body:o}=EA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getFile=async t=>{let{path:s,headers:r,query:n,body:o}=LA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateFileMetadata=async t=>{let{path:s,headers:r,query:n,body:o}=_A(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};copyFile=async t=>{let{path:s,headers:r,query:n,body:o}=WA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};searchFiles=async t=>{let{path:s,headers:r,query:n,body:o}=QA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFilePassages=async t=>{let{path:s,headers:r,query:n,body:o}=MA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};setFilePassages=async t=>{let{path:s,headers:r,query:n,body:o}=NA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFileTags=async t=>{let{path:s,headers:r,query:n,body:o}=KA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listFileTagValues=async t=>{let{path:s,headers:r,query:n,body:o}=$A(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=JA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=XA(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateKnowledgeBase=async t=>{let{path:s,headers:r,query:n,body:o}=eT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listKnowledgeBases=async t=>{let{path:s,headers:r,query:n,body:o}=sT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};listTables=async t=>{let{path:s,headers:r,query:n,body:o}=aT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTable=async t=>{let{path:s,headers:r,query:n,body:o}=oT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getOrCreateTable=async t=>{let{path:s,headers:r,query:n,body:o}=pT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTable=async t=>{let{path:s,headers:r,query:n,body:o}=uT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};duplicateTable=async t=>{let{path:s,headers:r,query:n,body:o}=lT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};exportTable=async t=>{let{path:s,headers:r,query:n,body:o}=mT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTableJobs=async t=>{let{path:s,headers:r,query:n,body:o}=RT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};importTable=async t=>{let{path:s,headers:r,query:n,body:o}=fT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTable=async t=>{let{path:s,headers:r,query:n,body:o}=bT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};renameTableColumn=async t=>{let{path:s,headers:r,query:n,body:o}=IT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTable=async t=>{let{path:s,headers:r,query:n,body:o}=kT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"delete",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};getTableRow=async t=>{let{path:s,headers:r,query:n,body:o}=AT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"get",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};findTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=BT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};createTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=CT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};deleteTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=ET(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};updateTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=LT(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"put",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})};upsertTableRows=async t=>{let{path:s,headers:r,query:n,body:o}=_T(t),i=this.props.toAxiosRequest??d,p=this.props.toApiError??l,c=i({method:"post",path:s,headers:{...r},query:{...n},body:o});return this.axiosInstance.request(c).then(a=>a.data).catch(a=>{throw p(a)})}};function l(e){return K.isAxiosError(e)&&e.response?.data?lt(e.response.data):lt(e)}var lp=class extends Mr{config;constructor(t={}){let s=ge.getClientConfig(t),r=me.createAxiosInstance(s);super(r,{toApiError:ye.toApiError}),t.retry&&ve(r,t.retry),this.config=s}get list(){return{conversations:t=>new P.AsyncCollection(({nextToken:s})=>this.listConversations({nextToken:s,...t}).then(r=>({...r,items:r.conversations}))),participants:t=>new P.AsyncCollection(({nextToken:s})=>this.listParticipants({nextToken:s,...t}).then(r=>({...r,items:r.participants}))),events:t=>new P.AsyncCollection(({nextToken:s})=>this.listEvents({nextToken:s,...t}).then(r=>({...r,items:r.events}))),messages:t=>new P.AsyncCollection(({nextToken:s})=>this.listMessages({nextToken:s,...t}).then(r=>({...r,items:r.messages}))),users:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsers({nextToken:s,...t}).then(r=>({...r,items:r.users}))),tasks:t=>new P.AsyncCollection(({nextToken:s})=>this.listTasks({nextToken:s,...t}).then(r=>({...r,items:r.tasks}))),publicIntegrations:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations}))),bots:t=>new P.AsyncCollection(({nextToken:s})=>this.listBots({nextToken:s,...t}).then(r=>({...r,items:r.bots}))),botIssues:t=>new P.AsyncCollection(({nextToken:s})=>this.listBotIssues({nextToken:s,...t}).then(r=>({...r,items:r.issues}))),workspaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces}))),publicWorkspaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces}))),workspaceMembers:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkspaceMembers({nextToken:s,...t}).then(r=>({...r,items:r.members}))),integrations:t=>new P.AsyncCollection(({nextToken:s})=>this.listIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations}))),interfaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listInterfaces({nextToken:s,...t}).then(r=>({...r,items:r.interfaces}))),publicInterfaces:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicInterfaces({nextToken:s,...t}).then(r=>({...r,items:r.interfaces}))),plugins:t=>new P.AsyncCollection(({nextToken:s})=>this.listPlugins({nextToken:s,...t}).then(r=>({...r,items:r.plugins}))),publicPlugins:t=>new P.AsyncCollection(({nextToken:s})=>this.listPublicPlugins({nextToken:s,...t}).then(r=>({...r,items:r.plugins}))),activities:t=>new P.AsyncCollection(({nextToken:s})=>this.listActivities({nextToken:s,...t}).then(r=>({...r,items:r.activities}))),files:t=>new P.AsyncCollection(({nextToken:s})=>this.listFiles({nextToken:s,...t}).then(r=>({...r,items:r.files}))),filePassages:t=>new P.AsyncCollection(({nextToken:s})=>this.listFilePassages({nextToken:s,...t}).then(r=>({...r,items:r.passages}))),fileTags:t=>new P.AsyncCollection(({nextToken:s})=>this.listFileTags({nextToken:s,...t}).then(r=>({...r,items:r.tags}))),fileTagValues:t=>new P.AsyncCollection(({nextToken:s})=>this.listFileTagValues({nextToken:s,...t}).then(r=>({...r,items:r.values}))),knowledgeBases:t=>new P.AsyncCollection(({nextToken:s})=>this.listKnowledgeBases({nextToken:s,...t}).then(r=>({...r,items:r.knowledgeBases}))),usageActivity:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsageActivity({nextToken:s,...t}).then(r=>({...r,items:r.data}))),usageActivityDaily:t=>new P.AsyncCollection(({nextToken:s})=>this.listUsageActivityDaily({nextToken:s,...t}).then(r=>({...r,items:r.data}))),workflows:t=>new P.AsyncCollection(({nextToken:s})=>this.listWorkflows({nextToken:s,...t}).then(r=>({...r,items:r.workflows})))}}uploadFile=async t=>await Qr(this,t)};0&&(module.exports={AlreadyExistsError,BreakingChangesError,Client,ForbiddenError,InternalError,InvalidDataFormatError,InvalidIdentifierError,InvalidJsonSchemaError,InvalidPayloadError,InvalidQueryError,LimitExceededError,MethodNotFoundError,PayloadTooLargeError,PaymentRequiredError,QuotaExceededError,RateLimitedError,ReferenceConstraintError,ReferenceNotFoundError,RelationConflictError,ResourceGoneError,ResourceLockedConflictError,ResourceNotFoundError,RuntimeError,UnauthorizedError,UnknownError,UnsupportedMediaTypeError,UploadFileError,admin,axios,axiosRetry,billing,errorFrom,files,isApiError,runtime,tables});
17
17
  /*! Bundled license information:
18
18
 
19
19
  mime-db/index.js: