@globus/sdk 3.3.0 → 3.4.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.
Files changed (121) hide show
  1. package/README.md +1 -1
  2. package/cjs/index.d.ts +1 -0
  3. package/cjs/index.d.ts.map +1 -1
  4. package/cjs/index.js +2 -1
  5. package/cjs/index.js.map +1 -1
  6. package/cjs/lib/apps/web.d.ts +1 -1
  7. package/cjs/lib/apps/web.d.ts.map +1 -1
  8. package/cjs/lib/apps/web.js +2 -2
  9. package/cjs/lib/apps/web.js.map +1 -1
  10. package/cjs/lib/core/authorization/AuthorizationManager.d.ts +61 -9
  11. package/cjs/lib/core/authorization/AuthorizationManager.d.ts.map +1 -1
  12. package/cjs/lib/core/authorization/AuthorizationManager.js +59 -23
  13. package/cjs/lib/core/authorization/AuthorizationManager.js.map +1 -1
  14. package/cjs/lib/core/authorization/RedirectTransport.d.ts +7 -6
  15. package/cjs/lib/core/authorization/RedirectTransport.d.ts.map +1 -1
  16. package/cjs/lib/core/authorization/RedirectTransport.js.map +1 -1
  17. package/cjs/lib/core/authorization/index.d.ts +7 -7
  18. package/cjs/lib/core/authorization/index.d.ts.map +1 -1
  19. package/cjs/lib/core/authorization/index.js +8 -31
  20. package/cjs/lib/core/authorization/index.js.map +1 -1
  21. package/cjs/lib/core/errors.d.ts +6 -0
  22. package/cjs/lib/core/errors.d.ts.map +1 -1
  23. package/cjs/lib/core/errors.js +6 -0
  24. package/cjs/lib/core/errors.js.map +1 -1
  25. package/cjs/lib/core/global.d.ts +1 -0
  26. package/cjs/lib/core/global.d.ts.map +1 -1
  27. package/cjs/lib/core/info/index.d.ts +23 -0
  28. package/cjs/lib/core/info/index.d.ts.map +1 -0
  29. package/cjs/lib/core/info/index.js +45 -0
  30. package/cjs/lib/core/info/index.js.map +1 -0
  31. package/cjs/lib/core/info/private.d.ts +26 -0
  32. package/cjs/lib/core/info/private.d.ts.map +1 -0
  33. package/cjs/lib/core/info/private.js +48 -0
  34. package/cjs/lib/core/info/private.js.map +1 -0
  35. package/cjs/lib/core/info/version.d.ts +2 -0
  36. package/cjs/lib/core/info/version.d.ts.map +1 -0
  37. package/cjs/lib/core/info/version.js +7 -0
  38. package/cjs/lib/core/info/version.js.map +1 -0
  39. package/cjs/lib/services/globus-connect-server/client.d.ts +30 -0
  40. package/cjs/lib/services/globus-connect-server/client.d.ts.map +1 -1
  41. package/cjs/lib/services/globus-connect-server/client.js +6 -0
  42. package/cjs/lib/services/globus-connect-server/client.js.map +1 -1
  43. package/cjs/lib/services/globus-connect-server/index.d.ts +1 -0
  44. package/cjs/lib/services/globus-connect-server/index.d.ts.map +1 -1
  45. package/cjs/lib/services/globus-connect-server/index.js +2 -1
  46. package/cjs/lib/services/globus-connect-server/index.js.map +1 -1
  47. package/cjs/lib/services/globus-connect-server/service/https.d.ts +41 -0
  48. package/cjs/lib/services/globus-connect-server/service/https.d.ts.map +1 -0
  49. package/cjs/lib/services/globus-connect-server/service/https.js +38 -0
  50. package/cjs/lib/services/globus-connect-server/service/https.js.map +1 -0
  51. package/cjs/lib/services/shared.d.ts +11 -2
  52. package/cjs/lib/services/shared.d.ts.map +1 -1
  53. package/cjs/lib/services/shared.js +23 -7
  54. package/cjs/lib/services/shared.js.map +1 -1
  55. package/cjs/lib/services/types.d.ts +2 -0
  56. package/cjs/lib/services/types.d.ts.map +1 -1
  57. package/esm/index.d.ts +1 -0
  58. package/esm/index.d.ts.map +1 -1
  59. package/esm/index.js +1 -0
  60. package/esm/index.js.map +1 -1
  61. package/esm/lib/apps/web.d.ts +1 -1
  62. package/esm/lib/apps/web.d.ts.map +1 -1
  63. package/esm/lib/apps/web.js +1 -1
  64. package/esm/lib/apps/web.js.map +1 -1
  65. package/esm/lib/core/authorization/AuthorizationManager.d.ts +61 -9
  66. package/esm/lib/core/authorization/AuthorizationManager.d.ts.map +1 -1
  67. package/esm/lib/core/authorization/AuthorizationManager.js +60 -24
  68. package/esm/lib/core/authorization/AuthorizationManager.js.map +1 -1
  69. package/esm/lib/core/authorization/RedirectTransport.d.ts +7 -6
  70. package/esm/lib/core/authorization/RedirectTransport.d.ts.map +1 -1
  71. package/esm/lib/core/authorization/RedirectTransport.js.map +1 -1
  72. package/esm/lib/core/authorization/index.d.ts +7 -7
  73. package/esm/lib/core/authorization/index.d.ts.map +1 -1
  74. package/esm/lib/core/authorization/index.js +7 -7
  75. package/esm/lib/core/authorization/index.js.map +1 -1
  76. package/esm/lib/core/errors.d.ts +6 -0
  77. package/esm/lib/core/errors.d.ts.map +1 -1
  78. package/esm/lib/core/errors.js +6 -0
  79. package/esm/lib/core/errors.js.map +1 -1
  80. package/esm/lib/core/global.d.ts +1 -0
  81. package/esm/lib/core/global.d.ts.map +1 -1
  82. package/esm/lib/core/info/index.d.ts +23 -0
  83. package/esm/lib/core/info/index.d.ts.map +1 -0
  84. package/esm/lib/core/info/index.js +39 -0
  85. package/esm/lib/core/info/index.js.map +1 -0
  86. package/esm/lib/core/info/private.d.ts +26 -0
  87. package/esm/lib/core/info/private.d.ts.map +1 -0
  88. package/esm/lib/core/info/private.js +41 -0
  89. package/esm/lib/core/info/private.js.map +1 -0
  90. package/esm/lib/core/info/version.d.ts +2 -0
  91. package/esm/lib/core/info/version.d.ts.map +1 -0
  92. package/esm/lib/core/info/version.js +4 -0
  93. package/esm/lib/core/info/version.js.map +1 -0
  94. package/esm/lib/services/globus-connect-server/client.d.ts +30 -0
  95. package/esm/lib/services/globus-connect-server/client.d.ts.map +1 -1
  96. package/esm/lib/services/globus-connect-server/client.js +6 -0
  97. package/esm/lib/services/globus-connect-server/client.js.map +1 -1
  98. package/esm/lib/services/globus-connect-server/index.d.ts +1 -0
  99. package/esm/lib/services/globus-connect-server/index.d.ts.map +1 -1
  100. package/esm/lib/services/globus-connect-server/index.js +1 -0
  101. package/esm/lib/services/globus-connect-server/index.js.map +1 -1
  102. package/esm/lib/services/globus-connect-server/service/https.d.ts +41 -0
  103. package/esm/lib/services/globus-connect-server/service/https.d.ts.map +1 -0
  104. package/esm/lib/services/globus-connect-server/service/https.js +35 -0
  105. package/esm/lib/services/globus-connect-server/service/https.js.map +1 -0
  106. package/esm/lib/services/shared.d.ts +11 -2
  107. package/esm/lib/services/shared.d.ts.map +1 -1
  108. package/esm/lib/services/shared.js +23 -7
  109. package/esm/lib/services/shared.js.map +1 -1
  110. package/esm/lib/services/types.d.ts +2 -0
  111. package/esm/lib/services/types.d.ts.map +1 -1
  112. package/package.json +1 -1
  113. package/umd/globus.production.js +1 -1
  114. package/cjs/lib/core/authorization/tokens.d.ts +0 -8
  115. package/cjs/lib/core/authorization/tokens.d.ts.map +0 -1
  116. package/cjs/lib/core/authorization/tokens.js +0 -24
  117. package/cjs/lib/core/authorization/tokens.js.map +0 -1
  118. package/esm/lib/core/authorization/tokens.d.ts +0 -8
  119. package/esm/lib/core/authorization/tokens.d.ts.map +0 -1
  120. package/esm/lib/core/authorization/tokens.js +0 -20
  121. package/esm/lib/core/authorization/tokens.js.map +0 -1
@@ -1 +1 @@
1
- var globus;(()=>{var e={945:(e,t,r)=>{var n="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==r.g&&r.g,o=function(){function e(){this.fetch=!1,this.DOMException=n.DOMException}return e.prototype=n,new e}();!function(e){!function(t){var r=void 0!==e&&e||"undefined"!=typeof self&&self||void 0!==r&&r,n="URLSearchParams"in r,o="Symbol"in r&&"iterator"in Symbol,i="FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(e){return!1}}(),s="FormData"in r,a="ArrayBuffer"in r;if(a)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],u=ArrayBuffer.isView||function(e){return e&&c.indexOf(Object.prototype.toString.call(e))>-1};function p(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function h(e){return"string"!=typeof e&&(e=String(e)),e}function d(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return o&&(t[Symbol.iterator]=function(){return t}),t}function l(e){this.map={},e instanceof l?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function f(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function g(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function v(e){var t=new FileReader,r=g(t);return t.readAsArrayBuffer(e),r}function y(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function m(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:i&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:s&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:n&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():a&&i&&(t=e)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=y(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(e)||u(e))?this._bodyArrayBuffer=y(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var e=f(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?f(this)||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer)):this.blob().then(v)}),this.text=function(){var e,t,r,n=f(this);if(n)return n;if(this._bodyBlob)return e=this._bodyBlob,r=g(t=new FileReader),t.readAsText(e),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},s&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(e,t){e=p(e),t=h(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},l.prototype.delete=function(e){delete this.map[p(e)]},l.prototype.get=function(e){return e=p(e),this.has(e)?this.map[e]:null},l.prototype.has=function(e){return this.map.hasOwnProperty(p(e))},l.prototype.set=function(e,t){this.map[p(e)]=h(t)},l.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},l.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),d(e)},l.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),d(e)},l.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),d(e)},o&&(l.prototype[Symbol.iterator]=l.prototype.entries);var b=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function w(e,t){if(!(this instanceof w))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,o=(t=t||{}).body;if(e instanceof w){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new l(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,o||null==e._bodyInit||(o=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new l(t.headers)),this.method=(n=(r=t.method||this.method||"GET").toUpperCase(),b.indexOf(n)>-1?n:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){var i=/([?&])_=[^&]*/;i.test(this.url)?this.url=this.url.replace(i,"$1_="+(new Date).getTime()):this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(o))}})),t}function A(e,t){if(!(this instanceof A))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new l(t.headers),this.url=t.url||"",this._initBody(e)}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})},m.call(w.prototype),m.call(A.prototype),A.prototype.clone=function(){return new A(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},A.error=function(){var e=new A(null,{status:0,statusText:""});return e.type="error",e};var T=[301,302,303,307,308];A.redirect=function(e,t){if(-1===T.indexOf(t))throw new RangeError("Invalid status code");return new A(null,{status:t,headers:{location:e}})},t.DOMException=r.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function E(e,n){return new Promise((function(o,s){var c=new w(e,n);if(c.signal&&c.signal.aborted)return s(new t.DOMException("Aborted","AbortError"));var u=new XMLHttpRequest;function p(){u.abort()}u.onload=function(){var e,t,r={status:u.status,statusText:u.statusText,headers:(e=u.getAllResponseHeaders()||"",t=new l,e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var r=e.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();t.append(n,o)}})),t)};r.url="responseURL"in u?u.responseURL:r.headers.get("X-Request-URL");var n="response"in u?u.response:u.responseText;setTimeout((function(){o(new A(n,r))}),0)},u.onerror=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},u.ontimeout=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},u.onabort=function(){setTimeout((function(){s(new t.DOMException("Aborted","AbortError"))}),0)},u.open(c.method,function(e){try{return""===e&&r.location.href?r.location.href:e}catch(t){return e}}(c.url),!0),"include"===c.credentials?u.withCredentials=!0:"omit"===c.credentials&&(u.withCredentials=!1),"responseType"in u&&(i?u.responseType="blob":a&&c.headers.get("Content-Type")&&-1!==c.headers.get("Content-Type").indexOf("application/octet-stream")&&(u.responseType="arraybuffer")),!n||"object"!=typeof n.headers||n.headers instanceof l?c.headers.forEach((function(e,t){u.setRequestHeader(t,e)})):Object.getOwnPropertyNames(n.headers).forEach((function(e){u.setRequestHeader(e,h(n.headers[e]))})),c.signal&&(c.signal.addEventListener("abort",p),u.onreadystatechange=function(){4===u.readyState&&c.signal.removeEventListener("abort",p)}),u.send(void 0===c._bodyInit?null:c._bodyInit)}))}E.polyfill=!0,r.fetch||(r.fetch=E,r.Headers=l,r.Request=w,r.Response=A),t.Headers=l,t.Request=w,t.Response=A,t.fetch=E}({})}(o),o.fetch.ponyfill=!0,delete o.fetch.polyfill;var i=n.fetch?n:o;(t=i.fetch).default=i.fetch,t.fetch=i.fetch,t.Headers=i.Headers,t.Request=i.Request,t.Response=i.Response,e.exports=t},21:function(e,t,r){var n;e.exports=(n=n||function(e,t){var n;if("undefined"!=typeof window&&window.crypto&&(n=window.crypto),"undefined"!=typeof self&&self.crypto&&(n=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(n=globalThis.crypto),!n&&"undefined"!=typeof window&&window.msCrypto&&(n=window.msCrypto),!n&&void 0!==r.g&&r.g.crypto&&(n=r.g.crypto),!n)try{n=r(477)}catch(e){}var o=function(){if(n){if("function"==typeof n.getRandomValues)try{return n.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof n.randomBytes)try{return n.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},i=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),s={},a=s.lib={},c=a.Base={extend:function(e){var t=i(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},u=a.WordArray=c.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||h).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var s=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=s<<24-(n+i)%4*8}else for(var a=0;a<o;a+=4)t[n+a>>>2]=r[a>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=c.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(o());return new u.init(t,e)}}),p=s.enc={},h=p.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new u.init(r,t/2)}},d=p.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new u.init(r,t)}},l=p.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},f=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=l.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,s=this.blockSize,a=i/(4*s),c=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*s,p=e.min(4*c,i);if(c){for(var h=0;h<c;h+=s)this._doProcessBlock(o,h);r=o.splice(0,c),n.sigBytes-=p}return new u.init(r,p)},clone:function(){var e=c.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),g=(a.Hasher=f.extend({cfg:c.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){f.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new g.HMAC.init(e,r).finalize(t)}}}),s.algo={});return s}(Math),n)},754:function(e,t,r){var n,o,i;e.exports=(n=r(21),i=(o=n).lib.WordArray,o.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var s=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,a=0;a<4&&i+.75*a<r;a++)o.push(n.charAt(s>>>6*(3-a)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var o=0;o<r.length;o++)n[r.charCodeAt(o)]=o}var s=r.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return function(e,t,r){for(var n=[],o=0,s=0;s<t;s++)if(s%4){var a=r[e.charCodeAt(s-1)]<<s%4*2|r[e.charCodeAt(s)]>>>6-s%4*2;n[o>>>2]|=a<<24-o%4*8,o++}return i.create(n,o)}(e,t,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},n.enc.Base64)},440:function(e,t,r){var n;e.exports=(n=r(21),function(){if("function"==typeof ArrayBuffer){var e=n.lib.WordArray,t=e.init,r=e.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var r=e.byteLength,n=[],o=0;o<r;o++)n[o>>>2]|=e[o]<<24-o%4*8;t.call(this,n,r)}else t.apply(this,arguments)};r.prototype=e}}(),n.lib.WordArray)},9:function(e,t,r){var n;e.exports=(n=r(21),function(e){var t=n,r=t.lib,o=r.WordArray,i=r.Hasher,s=t.algo,a=[],c=[];!function(){function t(t){for(var r=e.sqrt(t),n=2;n<=r;n++)if(!(t%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)t(n)&&(o<8&&(a[o]=r(e.pow(n,.5))),c[o]=r(e.pow(n,1/3)),o++),n++}();var u=[],p=s.SHA256=i.extend({_doReset:function(){this._hash=new o.init(a.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],s=r[3],a=r[4],p=r[5],h=r[6],d=r[7],l=0;l<64;l++){if(l<16)u[l]=0|e[t+l];else{var f=u[l-15],g=(f<<25|f>>>7)^(f<<14|f>>>18)^f>>>3,v=u[l-2],y=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;u[l]=g+u[l-7]+y+u[l-16]}var m=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),w=d+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&p^~a&h)+c[l]+u[l];d=h,h=p,p=a,a=s+w|0,s=i,i=o,o=n,n=w+(b+m)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+s|0,r[4]=r[4]+a|0,r[5]=r[5]+p|0,r[6]=r[6]+h|0,r[7]=r[7]+d|0},_doFinalize:function(){var t=this._data,r=t.words,n=8*this._nDataBytes,o=8*t.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=e.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,t.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=i._createHelper(p),t.HmacSHA256=i._createHmacHelper(p)}(Math),n.SHA256)},368:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=o(r(9)),s=o(r(754)),a=o(r(440)),c=function(){function e(e){this.state="",this.codeVerifier="",this.corsRequestOptions={},this.config=e}return e.prototype.enableCorsCredentials=function(e){return this.corsRequestOptions=e?{credentials:"include",mode:"cors"}:{},this.corsRequestOptions},e.prototype.authorizeUrl=function(e){void 0===e&&(e={});var t=this.pkceChallengeFromVerifier(),r=new URLSearchParams(Object.assign({response_type:"code",client_id:this.config.client_id,state:this.getState(e.state||null),scope:this.config.requested_scopes,redirect_uri:this.config.redirect_uri,code_challenge:t,code_challenge_method:"S256"},e)).toString();return"".concat(this.config.authorization_endpoint,"?").concat(r)},e.prototype.exchangeForAccessToken=function(e,t){var r=this;return void 0===t&&(t={}),this.parseAuthResponseUrl(e).then((function(e){return fetch(r.config.token_endpoint,n({method:"POST",body:new URLSearchParams(Object.assign({grant_type:"authorization_code",code:e.code,client_id:r.config.client_id,redirect_uri:r.config.redirect_uri,code_verifier:r.getCodeVerifier()},t)),headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}},r.corsRequestOptions)).then((function(e){return e.json()}))}))},e.prototype.refreshAccessToken=function(e){return fetch(this.config.token_endpoint,{method:"POST",body:new URLSearchParams({grant_type:"refresh_token",client_id:this.config.client_id,refresh_token:e}),headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}}).then((function(e){return e.json()}))},e.prototype.getCodeVerifier=function(){return""===this.codeVerifier&&(this.codeVerifier=this.randomStringFromStorage("pkce_code_verifier")),this.codeVerifier},e.prototype.getState=function(e){void 0===e&&(e=null);var t="pkce_state";return null!==e&&this.getStore().setItem(t,e),""===this.state&&(this.state=this.randomStringFromStorage(t)),this.state},e.prototype.parseAuthResponseUrl=function(e){var t=new URL(e).searchParams;return this.validateAuthResponse({error:t.get("error"),query:t.get("query"),state:t.get("state"),code:t.get("code")})},e.prototype.pkceChallengeFromVerifier=function(){var e=(0,i.default)(this.getCodeVerifier());return s.default.stringify(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")},e.prototype.randomStringFromStorage=function(e){return null===this.getStore().getItem(e)&&this.getStore().setItem(e,a.default.random(64)),this.getStore().getItem(e)||""},e.prototype.validateAuthResponse=function(e){var t=this;return new Promise((function(r,n){return e.error?n({error:e.error}):e.state!==t.getState()?n({error:"Invalid State"}):r(e)}))},e.prototype.getStore=function(){var e;return(null===(e=this.config)||void 0===e?void 0:e.storage)||sessionStorage},e}();t.default=c},477:()=>{}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{"use strict";r.r(n),r.d(n,{auth:()=>f,authorization:()=>v,compute:()=>J,errors:()=>p,flows:()=>B,gcs:()=>G,groups:()=>$,logger:()=>e,search:()=>j,timer:()=>W,transfer:()=>L,webapp:()=>K});var e={};r.r(e),r.d(e,{log:()=>te,setLogLevel:()=>ee,setLogger:()=>Z});var t={};r.r(t),r.d(t,{HOSTS:()=>ie,ID:()=>ne,SCOPES:()=>oe});var o={};r.r(o),r.d(o,{HOSTS:()=>ae,ID:()=>se,SCOPES:()=>ce});var i={};r.r(i),r.d(i,{HOSTS:()=>pe,ID:()=>ue});var s={};r.r(s),r.d(s,{HOSTS:()=>de,ID:()=>he,SCOPES:()=>le});var a={};r.r(a),r.d(a,{HOSTS:()=>ge,ID:()=>fe,SCOPES:()=>ve});var c={};r.r(c),r.d(c,{HOSTS:()=>me,ID:()=>ye,SCOPES:()=>be});var u={};r.r(u),r.d(u,{HOSTS:()=>_e,ID:()=>we,RESOURCE_SERVERS:()=>Te,SCOPES:()=>Ae});var p={};r.r(p),r.d(p,{EnvironmentConfigurationError:()=>Ee,isAuthorizationRequirementsError:()=>Le,isConsentRequiredError:()=>Se,isErrorWellFormed:()=>Oe});var h={};r.r(h),r.d(h,{get:()=>Be,getAll:()=>Ne});var d={};r.r(d),r.d(d,{introspect:()=>He,refresh:()=>qe,revoke:()=>Fe,validate:()=>ze});var l={};r.r(l),r.d(l,{token:()=>d,userinfo:()=>Ge});var f={};r.r(f),r.d(f,{CONFIG:()=>We,getAuthorizationEndpoint:()=>Ve,getTokenEndpoint:()=>Je,identities:()=>h,isGlobusAuthTokenResponse:()=>Xe,isRefreshToken:()=>Ye,isToken:()=>Ke,oauth2:()=>l});var g={};r.r(g),r.d(g,{getTokenForScope:()=>Nt});var v={};r.r(v),r.d(v,{create:()=>Ht,getTokenForScope:()=>Mt,tokens:()=>g});var y={};r.r(y),r.d(y,{ls:()=>zt,mkdir:()=>Gt,rename:()=>Wt,symlink:()=>Vt});var m={};r.r(m),r.d(m,{submissionId:()=>Yt,submitDelete:()=>Jt,submitTransfer:()=>Kt});var b={};r.r(b),r.d(b,{create:()=>Qt,get:()=>Xt,remove:()=>er,update:()=>Zt});var w={};r.r(w),r.d(w,{cancel:()=>or,get:()=>rr,getAll:()=>tr,getEventList:()=>sr,getPauseInfo:()=>ur,getSkippedErrors:()=>cr,getSuccessfulTransfers:()=>ar,remove:()=>ir,update:()=>nr});var _={};r.r(_),r.d(_,{create:()=>hr,get:()=>dr,getAll:()=>pr,remove:()=>fr,update:()=>lr});var A={};r.r(A),r.d(A,{create:()=>vr,get:()=>yr,getAll:()=>gr,remove:()=>br,update:()=>mr});var T={};r.r(T),r.d(T,{get:()=>wr,getAccessList:()=>Ar,getHostedEndpoints:()=>_r,getMonitoredEndpoints:()=>Tr});var E={};r.r(E),r.d(E,{create:()=>Or,get:()=>Sr,getAll:()=>Er,remove:()=>Pr,update:()=>Lr});var O={};r.r(O),r.d(O,{cancel:()=>jr,get:()=>Rr,getAdminCancel:()=>xr,getAll:()=>kr,getEventList:()=>Cr,getPauseInfo:()=>Br,getSkippedErrors:()=>$r,getSuccessfulTransfers:()=>Ir,pause:()=>Ur,resume:()=>Dr});var S={};r.r(S),r.d(S,{endpoint:()=>T,pauseRule:()=>E,task:()=>O});var L={};r.r(L),r.d(L,{CONFIG:()=>Nr,access:()=>_,collectionBookmarks:()=>A,endpoint:()=>b,endpointManager:()=>S,endpointSearch:()=>Ft,fileOperations:()=>y,task:()=>w,taskSubmission:()=>m});var P={};r.r(P),r.d(P,{get:()=>Mr,post:()=>Hr});var k={};r.r(k),r.d(k,{get:()=>Fr});var R={};r.r(R),r.d(R,{get:()=>qr});var j={};r.r(j),r.d(j,{CONFIG:()=>zr,entry:()=>R,query:()=>P,subject:()=>k});var x={};r.r(x),r.d(x,{get:()=>Wr,getMyGroups:()=>Gr});var C={};r.r(C),r.d(C,{get:()=>Vr});var I={};r.r(I),r.d(I,{act:()=>Jr});var $={};r.r($),r.d($,{CONFIG:()=>Kr,groups:()=>x,membership:()=>I,policies:()=>C});var U={};r.r(U),r.d(U,{get:()=>Xr,getAll:()=>Yr,remove:()=>Qr});var D={};r.r(D),r.d(D,{getAll:()=>Zr});var B={};r.r(B),r.d(B,{CONFIG:()=>en,flows:()=>U,runs:()=>D});var N={};r.r(N),r.d(N,{create:()=>on,get:()=>rn,getAll:()=>tn,patch:()=>an,remove:()=>nn,resetOwnerString:()=>un,update:()=>sn,updateOwnerString:()=>cn});var M={};r.r(M),r.d(M,{get:()=>pn,patch:()=>dn,update:()=>hn,updateSubscriptionId:()=>ln});var H={};r.r(H),r.d(H,{create:()=>yn,get:()=>gn,getAll:()=>fn,remove:()=>vn});var F={};r.r(F),r.d(F,{create:()=>_n,get:()=>bn,getAll:()=>mn,patch:()=>Tn,remove:()=>wn,update:()=>An});var q={};r.r(q),r.d(q,{create:()=>Ln,get:()=>On,getAll:()=>En,patch:()=>kn,remove:()=>Sn,update:()=>Pn});var z={};r.r(z),r.d(z,{info:()=>Rn});var G={};r.r(G),r.d(G,{collections:()=>N,endpoint:()=>M,getRequiredScopes:()=>xn,roles:()=>H,storageGateways:()=>F,userCredentials:()=>q,versioning:()=>z});var W={};r.r(W),r.d(W,{CONFIG:()=>In,create:()=>Cn});var V={};r.r(V),r.d(V,{get:()=>Un,getAll:()=>$n,getStatus:()=>Dn});var J={};r.r(J),r.d(J,{CONFIG:()=>Bn,endpoints:()=>V});var K={};r.r(K),r.d(K,{HOSTS:()=>Nn,host:()=>Mn,url:()=>Hn,urlFor:()=>qn});const Y=["debug","info","warn","error"];let X,Q=Y.indexOf("error");function Z(e){X=e}function ee(e){Q=Y.indexOf(e)}function te(e,...t){var r;X&&(Y.indexOf(e)<Q||(null!==(r=X[e])&&void 0!==r?r:X.log)(...t))}class re extends Error{}re.prototype.name="InvalidTokenError";const ne="TRANSFER",oe={ALL:"urn:globus:auth:scope:transfer.api.globus.org:all"},ie={sandbox:"transfer.api.sandbox.globuscs.info",production:"transfer.api.globusonline.org",staging:"transfer.api.staging.globuscs.info",integration:"transfer.api.integration.globuscs.info",test:"transfer.api.test.globuscs.info",preview:"transfer.api.preview.globus.org"},se="FLOWS",ae={sandbox:"sandbox.flows.automate.globus.org",production:"flows.globus.org",staging:"staging.flows.automate.globus.org",integration:"integration.flows.automate.globus.org",test:"test.flows.automate.globus.org",preview:"preview.flows.automate.globus.org"},ce={MANAGE_FLOWS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/manage_flows",VIEW_FLOWS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/view_flows",RUN:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run",RUN_STATUS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run_status",RUN_MANAGE:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run_manage"},ue="TIMER",pe={sandbox:"sandbox.timer.automate.globus.org",production:"timer.automate.globus.org",staging:"staging.timer.automate.globus.org",integration:"integration.timer.automate.globus.org",test:"test.timer.automate.globus.org",preview:"preview.timer.automate.globus.org"},he="GROUPS",de={sandbox:"groups.api.sandbox.globuscs.info",production:"groups.api.globus.org",staging:"groups.api.staging.globuscs.info",integration:"groups.api.integration.globuscs.info",test:"groups.api.test.globuscs.info",preview:"groups.api.preview.globuscs.info"},le={ALL:"urn:globus:auth:scope:groups.api.globus.org:all",VIEW_MY:"urn:globus:auth:scope:groups.api.globus.org:view_my_groups_and_membership"},fe="SEARCH",ge={sandbox:"search.api.sandbox.globuscs.info",production:"search.api.globus.org",staging:"search.api.staging.globuscs.info",integration:"search.api.integration.globuscs.info",test:"search.api.test.globuscs.info",preview:"search.api.preview.globus.org"},ve={ALL:"urn:globus:auth:scope:search.api.globus.org:all",INGEST:"urn:globus:auth:scope:search.api.globus.org:ingest",SEARCH:"urn:globus:auth:scope:search.api.globus.org:search"},ye="COMPUTE",me={sandbox:"compute.api.sandbox.globuscs.info",production:"compute.api.globus.org",staging:"compute.api.staging.globuscs.info",integration:"compute.api.integration.globuscs.info",test:"compute.api.test.globuscs.info",preview:"compute.api.preview.globus.org"},be={ALL:"https://auth.globus.org/scopes/facd7ccc-c5f4-42aa-916b-a0e270e2c2a9/all"},we="AUTH",_e={integration:"auth.integration.globuscs.info",sandbox:"auth.sandbox.globuscs.info",production:"auth.globus.org",test:"auth.test.globuscs.info",staging:"auth.staging.globuscs.info",preview:"auth.preview.globus.org"},Ae={VIEW_IDENTITIES:"urn:globus:auth:scope:auth.globus.org:view_identities"},Te={[we]:"auth.globus.org",[ne]:"transfer.api.globus.org",[se]:"flows.api.globus.org",[he]:"groups.api.globus.org",[fe]:"search.api.globus.org",[ue]:"524230d7-ea86-4a52-8312-86065a9e0417",[ye]:"funcx_service"};class Ee extends Error{constructor(e,t){super(),this.name="EnvironmentConfigurationError",this.message=`Invalid configuration value provided for ${e} (${t}).`}}function Oe(e){return"object"==typeof e&&null!==e&&"code"in e&&"message"in e}function Se(e){return Oe(e)&&"ConsentRequired"===e.code&&"required_scopes"in e&&Array.isArray(e.required_scopes)}function Le(e){return Oe(e)&&"authorization_parameters"in e&&"object"==typeof e.authorization_parameters&&null!==e.authorization_parameters}function Pe(e,t){const r="undefined"!=typeof window?window:process;let n;return n=function(e){return typeof window==typeof e}(r)?r:r.env,e in n?n[e]:t}const ke={PRODUCTION:"production",PREVIEW:"preview",STAGING:"staging",SANDBOX:"sandbox",INTEGRATION:"integration",TEST:"test"};function Re(){const e=Pe("GLOBUS_SDK_ENVIRONMENT",ke.PRODUCTION);if(!e||!Object.values(ke).includes(e))throw new Ee("GLOBUS_SDK_ENVIRONMENT",e);return e}const je={[we]:we,[ne]:ne,[se]:se,[he]:he,[fe]:fe,[ue]:ue,[ye]:ye},xe={[we]:_e,[ne]:ie,[se]:ae,[he]:de,[fe]:ge,[ue]:pe,[ye]:me};function Ce(e,t,r,n){let o;return o="object"==typeof e?new URL(t,e.host):function(e,t="",r=Re()){const n=function(e,t=Re()){const r=function(e,t=Re()){return xe[e][t]}(e,t);return Pe(`GLOBUS_SDK_SERVICE_URL_${e}`,r?`https://${r}`:void 0)}(e,r);return new URL(t,n)}(e,t,null==n?void 0:n.environment),r&&r.search&&(o.search=function(e){const t=new URLSearchParams;return Array.from(Object.entries(e)).forEach((([e,r])=>{Array.isArray(r)?t.set(e,r.join(",")):void 0!==r&&t.set(e,String(r))})),t.toString()}(r.search)),o.toString()}var Ie,$e=r(945),Ue=r.n($e);function De(e,t,r){var n;const o=function(e){var t,r,n,o,i,s;let a=Pe("GLOBUS_SDK_OPTIONS",{});return"string"==typeof a&&(a=JSON.parse(a)),Object.assign(Object.assign(Object.assign({},a),e),{fetch:Object.assign(Object.assign(Object.assign({},null==a?void 0:a.fetch),null==e?void 0:e.fetch),{options:Object.assign(Object.assign(Object.assign({},null===(t=null==a?void 0:a.fetch)||void 0===t?void 0:t.options),null===(r=null==e?void 0:e.fetch)||void 0===r?void 0:r.options),{headers:Object.assign(Object.assign({},null===(o=null===(n=null==a?void 0:a.fetch)||void 0===n?void 0:n.options)||void 0===o?void 0:o.headers),null===(s=null===(i=null==e?void 0:e.fetch)||void 0===i?void 0:i.options)||void 0===s?void 0:s.headers)})})})}(r),i=(null===(n=null==o?void 0:o.fetch)||void 0===n?void 0:n.options)||{},s=Object.assign(Object.assign({},null==t?void 0:t.headers),i.headers);if(e.scope&&!(null==s?void 0:s.Authorization)){const t=Mt(e.scope);t&&(s.Authorization=t)}let a=null==t?void 0:t.body;!a&&(null==t?void 0:t.payload)&&(a=JSON.stringify(t.payload)),!(null==s?void 0:s["Content-Type"])&&a&&(s["Content-Type"]="application/json");const c=Ce(e.service,e.path,{search:null==t?void 0:t.query},o),u=Object.assign(Object.assign({method:e.method,body:a},i),{headers:s});return(null==i?void 0:i.__callable)?(delete u.__callable,i.__callable.call(this,c,u)):Ue()(c,u)}!function(e){e.POST="POST",e.GET="GET",e.DELETE="DELETE",e.PUT="PUT",e.PATCH="PATCH"}(Ie||(Ie={}));const Be=function(e,t={},r){return De({service:we,scope:Ae.VIEW_IDENTITIES,path:`/identities/${e}`},t,r)},Ne=function(e={},t){return De({service:we,scope:Ae.VIEW_IDENTITIES,path:"/identities"},e,t)};function Me(e){return Object.assign(Object.assign({},e),{body:(t=e.payload,new URLSearchParams(t)),headers:Object.assign(Object.assign({},(null==e?void 0:e.headers)||{}),{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"})});var t}const He=function(e,t){if(!(null==e?void 0:e.payload))throw new Error("'payload' is required for introspect");return De({service:we,scope:void 0,path:"/v2/oauth2/token/introspect",method:Ie.POST},Me(e),t)},Fe=function(e,t){if(!(null==e?void 0:e.payload))throw new Error("'payload' is required for revoke");return De({service:we,scope:void 0,path:"/v2/oauth2/token/revoke",method:Ie.POST},Me(e),t)},qe=function(e,t){if(!(null==e?void 0:e.payload))throw new Error("'payload' is required for revoke");return De({service:we,scope:void 0,path:"/v2/oauth2/token",method:Ie.POST},Me(e),t)},ze=function(e,t){if(!(null==e?void 0:e.payload))throw new Error("'payload' is required for validate");return De({service:we,scope:void 0,path:"/v2/oauth2/token/validate",method:Ie.POST},Me(e),t)},Ge=function(e,t){return De({service:we,scope:void 0,path:"/v2/oauth2/userinfo",method:Ie.GET},e,t)},We=u;function Ve(){return Ce(we,"/v2/oauth2/authorize")}function Je(){return Ce(we,"/v2/oauth2/token")}function Ke(e){return"object"==typeof e&&null!==e&&"access_token"in e}function Ye(e){return Ke(e)&&null!==e&&"refresh_token"in e}function Xe(e){return Ke(e)&&null!==e&&"resource_server"in e}var Qe,Ze=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)};class et{constructor(){Qe.set(this,{})}get(e){return void 0!==Ze(this,Qe,"f")[e]?Ze(this,Qe,"f")[e]:null}set(e,t){Ze(this,Qe,"f")[e]="string"!=typeof t?JSON.stringify(t):t}remove(e){delete Ze(this,Qe,"f")[e]}keys(){return Object.keys(Ze(this,Qe,"f"))}clear(){!function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===n?o.call(e,r):o?o.value=r:t.set(e,r)}(this,Qe,{},"f")}}Qe=new WeakMap;var tt,rt=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)};class nt{constructor(){tt.set(this,globalThis.localStorage)}get(e){return rt(this,tt,"f").getItem(e)}set(e,t){rt(this,tt,"f").setItem(e,"string"!=typeof t?JSON.stringify(t):t)}keys(){return Object.keys(rt(this,tt,"f"))}remove(e){rt(this,tt,"f").removeItem(e)}clear(){rt(this,tt,"f").clear()}}let ot;function it(e="memory"){if(!ot){let t;t="localStorage"===e?nt:"memory"===e?et:e,ot=new t}return ot}tt=new WeakMap;const st=it;var at,ct=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)},ut=function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?o.call(e,r):o?o.value=r:t.set(e,r),r};class pt{constructor(e){this.name=e,at.set(this,[])}addListener(e){return ct(this,at,"f").push(e),()=>this.removeListener(e)}removeListener(e){ut(this,at,ct(this,at,"f").filter((t=>t!==e)),"f")}clearListeners(){ut(this,at,[],"f")}dispatch(e){return t=this,r=void 0,o=function*(){yield Promise.all(ct(this,at,"f").map((t=>t(e))))},new((n=void 0)||(n=Promise))((function(e,i){function s(e){try{c(o.next(e))}catch(e){i(e)}}function a(e){try{c(o.throw(e))}catch(e){i(e)}}function c(t){var r;t.done?e(t.value):(r=t.value,r instanceof n?r:new n((function(e){e(r)}))).then(s,a)}c((o=o.apply(t,r||[])).next())}));var t,r,n,o}}at=new WeakMap;var ht,dt,lt=r(368),ft=r.n(lt),gt=function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?o.call(e,r):o?o.value=r:t.set(e,r),r},vt=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)};class yt{constructor(e){ht.set(this,void 0),dt.set(this,{});const{params:t}=e,r=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(e,["params"]);gt(this,ht,new(ft())(Object.assign({},r)),"f"),gt(this,dt,Object.assign({},t),"f")}send(){window.location.replace(vt(this,ht,"f").authorizeUrl(vt(this,dt,"f")))}getToken(){return e=this,t=arguments,n=function*(e={shouldReplace:!0}){const t=new URL(window.location.href),r=new URLSearchParams(t.search);if(!r.get("code"))return;const n=yield vt(this,ht,"f").exchangeForAccessToken(t.toString());return sessionStorage.removeItem("pkce_state"),sessionStorage.removeItem("pkce_code_verifier"),e.shouldReplace&&(r.delete("code"),r.delete("state"),t.search=r.toString(),window.location.replace(t)),n},new((r=void 0)||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}));var e,t,r,n}}ht=new WeakMap,dt=new WeakMap;var mt,bt,wt,_t,At=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)};function Tt(e){const t=st().get(e)||"null";let r=null;try{const e=JSON.parse(t);Ke(e)&&(r=e)}catch(e){}return r}class Et{constructor(e){mt.add(this),bt.set(this,void 0),function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===n?o.call(e,r):o?o.value=r:t.set(e,r)}(this,bt,e.manager,"f")}get auth(){return At(this,mt,"m",_t).call(this,je.AUTH)}get transfer(){return At(this,mt,"m",_t).call(this,je.TRANSFER)}get flows(){return At(this,mt,"m",_t).call(this,je.FLOWS)}get groups(){return At(this,mt,"m",_t).call(this,je.GROUPS)}get search(){return At(this,mt,"m",_t).call(this,je.SEARCH)}get timer(){return At(this,mt,"m",_t).call(this,je.TIMER)}get compute(){return At(this,mt,"m",_t).call(this,je.COMPUTE)}gcs(e){return this.getByResourceServer(e)}getByResourceServer(e){return At(this,mt,"m",wt).call(this,e)}getAll(){return st().keys().reduce(((e,t)=>(t.startsWith(At(this,bt,"f").storageKeyPrefix)&&e.push(Tt(t)),e)),[]).filter(Ke)}}bt=new WeakMap,mt=new WeakSet,wt=function(e){return Tt(`${At(this,bt,"f").storageKeyPrefix}${e}`)},_t=function(e){var t;const r=null===(t=We.RESOURCE_SERVERS)||void 0===t?void 0:t[e];return At(this,mt,"m",wt).call(this,r)};var Ot,St,Lt,Pt,kt,Rt,jt,xt,Ct,It,$t=function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))},Ut=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)},Dt=function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?o.call(e,r):o?o.value=r:t.set(e,r),r};class Bt{get authenticated(){return Ut(this,Lt,"f")}set authenticated(e){Dt(this,Lt,e,"f"),Ut(this,Ot,"m",jt).call(this)}constructor(e){var t;if(Ot.add(this),St.set(this,void 0),Lt.set(this,!1),this.events={authenticated:new pt("authenticated"),revoke:new pt("revoke")},this.addTokenResponse=e=>{var t;st().set(`${this.configuration.client}:${e.resource_server}`,e),"other_tokens"in e&&(null===(t=e.other_tokens)||void 0===t||t.forEach(this.addTokenResponse)),Ut(this,Ot,"m",kt).call(this)},it("localStorage"),!e.client)throw new Error("You must provide a `client` for your application.");const r=!1===e.defaultScopes?"":null!==(t=e.defaultScopes)&&void 0!==t?t:"openid profile email";this.configuration=Object.assign(Object.assign({},e),{scopes:[e.scopes?e.scopes:"",r].filter((e=>e.length)).join(" ")}),this.tokens=new Et({manager:this}),Ut(this,Ot,"m",Rt).call(this),this.startSilentRefresh()}get storageKeyPrefix(){return`${this.configuration.client}:`}get user(){const e=this.getGlobusAuthToken();return e&&e.id_token?function(e,t){if("string"!=typeof e)throw new re("Invalid token specified: must be a string");t||(t={});const r=!0===t.header?0:1,n=e.split(".")[r];if("string"!=typeof n)throw new re(`Invalid token specified: missing part #${r+1}`);let o;try{o=function(e){let t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return function(e){return decodeURIComponent(atob(e).replace(/(.)/g,((e,t)=>{let r=t.charCodeAt(0).toString(16).toUpperCase();return r.length<2&&(r="0"+r),"%"+r})))}(t)}catch(e){return atob(t)}}(n)}catch(e){throw new re(`Invalid token specified: invalid base64 for part #${r+1} (${e.message})`)}try{return JSON.parse(o)}catch(e){throw new re(`Invalid token specified: invalid json for part #${r+1} (${e.message})`)}}(e.id_token):null}startSilentRefresh(){te("debug",`AuthorizationManager.startSilentRefresh | useRefreshTokens=${this.configuration.useRefreshTokens}`),this.configuration.useRefreshTokens&&Ut(this,Ot,"m",Pt).call(this)}refreshToken(e){return $t(this,void 0,void 0,(function*(){te("debug",`AuthorizationManager.refreshToken | resource_server=${e.resource_server}`);try{const t=yield(yield qe({payload:{client_id:this.configuration.client,refresh_token:e.refresh_token,grant_type:"refresh_token"}})).json();Xe(t)&&this.addTokenResponse(t)}catch(t){te("error",`AuthorizationManager.refreshToken | resource_server=${e.resource_server}`)}}))}hasGlobusAuthToken(){return null!==this.getGlobusAuthToken()}getGlobusAuthToken(){const e=st().get(`${this.storageKeyPrefix}auth.globus.org`);return e?JSON.parse(e):null}reset(){st().keys().forEach((e=>{e.startsWith(this.storageKeyPrefix)&&st().remove(e)})),this.authenticated=!1}login(){te("debug","AuthorizationManager.login"),this.reset(),Ut(this,Ot,"m",Ct).call(this).send()}handleCodeRedirect(){return $t(this,arguments,void 0,(function*(e={shouldReplace:!0}){te("debug","AuthorizationManager.handleCodeRedirect");const t=yield Ut(this,Ot,"m",Ct).call(this).getToken({shouldReplace:null==e?void 0:e.shouldReplace});Xe(t)&&(te("debug",`AuthorizationManager.handleCodeRedirect | response=${JSON.stringify(t)}`),this.addTokenResponse(t))}))}handleErrorResponse(e,t=!0){te("debug",`AuthorizationManager.handleErrorResponse | response=${JSON.stringify(e)} execute=${t}`);let r=()=>{};return Le(e)&&(te("debug","AuthorizationManager.handleErrorResponse | error=AuthorizationRequirementsError"),r=()=>this.handleAuthorizationRequirementsError(e)),Se(e)&&(te("debug","AuthorizationManager.handleErrorResponse | error=ConsentRequiredError"),r=()=>this.handleConsentRequiredError(e)),"code"in e&&"AuthenticationFailed"===e.code&&(te("debug","AuthorizationManager.handleErrorResponse | error=AuthenticationFailed"),r=()=>this.revoke()),!0===t?r():r}handleAuthorizationRequirementsError(e){Dt(this,St,Ut(this,Ot,"m",Ct).call(this,{params:{session_message:e.authorization_parameters.session_message,session_required_identities:e.authorization_parameters.session_required_identities.join(","),session_required_mfa:e.authorization_parameters.session_required_mfa,session_required_single_domain:e.authorization_parameters.session_required_single_domain.join(","),prompt:"login"}}),"f"),Ut(this,St,"f").send()}handleConsentRequiredError(e){Dt(this,St,Ut(this,Ot,"m",Ct).call(this,{requested_scopes:Ut(this,Ot,"m",xt).call(this,e.required_scopes.join(" "))}),"f"),Ut(this,St,"f").send()}revoke(){return $t(this,void 0,void 0,(function*(){te("debug","AuthorizationManager.revoke");const e=Promise.all(this.tokens.getAll().map(Ut(this,Ot,"m",It).bind(this)));this.reset(),yield e,yield this.events.revoke.dispatch()}))}}function Nt(e){const t=st().get(e),r=t?JSON.parse(t):null;return r&&function(e){const t=e;return Boolean(t.token_type&&t.access_token)}(r)?`${r.token_type} ${r.access_token}`:null}St=new WeakMap,Lt=new WeakMap,Ot=new WeakSet,Pt=function(){te("debug","AuthorizationManager.#silentRefreshTokens"),this.tokens.getAll().forEach((e=>{Ye(e)&&this.refreshToken(e)}))},kt=function(){te("debug","AuthorizationManager.#checkAuthorizationState"),this.hasGlobusAuthToken()&&(this.authenticated=!0)},Rt=function(){return $t(this,void 0,void 0,(function*(){te("debug","AuthorizationManager.bootstrapFromStorageState"),Ut(this,Ot,"m",kt).call(this)}))},jt=function(){return $t(this,void 0,void 0,(function*(){var e;const t=this.authenticated,r=null!==(e=this.getGlobusAuthToken())&&void 0!==e?e:void 0;yield this.events.authenticated.dispatch({isAuthenticated:t,token:r})}))},xt=function(e){return`${e}${this.configuration.useRefreshTokens?" offline_access":""}`},Ct=function(e){var t;const r=Ut(this,Ot,"m",xt).call(this,null!==(t=null==e?void 0:e.requested_scopes)&&void 0!==t?t:this.configuration.scopes||"");return new yt(Object.assign({client_id:this.configuration.client,authorization_endpoint:Ve(),token_endpoint:Je(),redirect_uri:this.configuration.redirect,requested_scopes:r},e))},It=function(e){return te("debug",`AuthorizationManager.revokeToken | resource_server=${e.resource_server}`),Fe({payload:{client_id:this.configuration.client,token:e.access_token}})};const{getTokenForScope:Mt}=g;function Ht(e){return new Bt(e)}const Ft=function(e,t){const r=Object.assign(Object.assign({},e),{query:null==e?void 0:e.query});return De({service:ne,scope:oe.ALL,path:"/v0.10/endpoint_search"},r,t)};function qt(e){return e===Ie.GET?{}:{"Content-Type":"application/json"}}const zt=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/operation/endpoint/${e}/ls`},t,r)},Gt=function(e,t,r){const n={payload:Object.assign({DATA_TYPE:"mkdir"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},qt(Ie.POST)),null==t?void 0:t.headers)};return De({service:ne,scope:oe.ALL,path:`/v0.10/operation/endpoint/${e}/mkdir`,method:Ie.POST},n,r)},Wt=function(e,t,r){const n={payload:Object.assign({DATA_TYPE:"rename"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},qt(Ie.POST)),null==t?void 0:t.headers)};return De({service:ne,scope:oe.ALL,path:`/v0.10/operation/endpoint/${e}/rename`,method:Ie.POST},n,r)},Vt=function(e,t,r){const n={payload:Object.assign({DATA_TYPE:"symlink"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},qt(Ie.POST)),null==t?void 0:t.headers)};return De({service:ne,scope:oe.ALL,path:`/v0.10/operation/endpoint/${e}/symlink`,method:Ie.POST},n,r)},Jt=function(e,t){const r={payload:Object.assign({DATA_TYPE:"delete"},null==e?void 0:e.payload),headers:Object.assign(Object.assign({},qt(Ie.POST)),null==e?void 0:e.headers)};return De({service:ne,scope:oe.ALL,path:"/v0.10/delete",method:Ie.POST},r,t)},Kt=function(e,t){const r={payload:Object.assign({DATA_TYPE:"transfer"},null==e?void 0:e.payload),headers:Object.assign(Object.assign({},qt(Ie.POST)),null==e?void 0:e.headers)};return De({service:ne,scope:oe.ALL,path:"/v0.10/transfer",method:Ie.POST},r,t)},Yt=function(e,t){return De({service:ne,scope:oe.ALL,path:"/v0.10/submission_id"},e,t)},Xt=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint/${e}`},t,r)},Qt=function(e,t){return(null==e?void 0:e.payload)&&Object.assign(e.payload,{DATA_TYPE:"shared_endpoint"}),De({service:ne,scope:oe.ALL,path:"/v0.10/shared_endpoint",method:Ie.POST},e,t)},Zt=function(e,t,r){return(null==t?void 0:t.payload)&&Object.assign(t.payload,{DATA_TYPE:"endpoint"}),De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint/${e}`,method:Ie.PUT},t,r)},er=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint/${e}`,method:Ie.DELETE},t,r)},tr=function(e={},t){return De({service:ne,scope:oe.ALL,path:"/v0.10/task_list"},e,t)},rr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/task/${e}`},t,r)},nr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/task/${e}`,method:Ie.PUT},t,r)},or=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/task/${e}/cancel`,method:Ie.POST},t,r)},ir=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/task/${e}/remove`,method:Ie.POST},t,r)},sr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/task/${e}/event_list`},t,r)},ar=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/task/${e}/successful_transfers`},t,r)},cr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/task/${e}/skipped_errors`},t,r)},ur=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/task/${e}/pause_info`},t,r)},pr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint/${e}/access_list`},t,r)},hr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint/${e}/access`,method:Ie.POST},t,r)},dr=function({endpoint_xid:e,id:t},r,n){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint/${e}/access/${t}`},r,n)},lr=function({endpoint_xid:e,id:t},r,n){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint/${e}/access/${t}`,method:Ie.PUT},r,n)},fr=function({endpoint_xid:e,id:t},r,n){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint/${e}/access/${t}`,method:Ie.DELETE},r,n)},gr=function(e,t){return De({service:ne,scope:oe.ALL,path:"/v0.10/bookmark_list"},e,t)},vr=function(e,t){return De({service:ne,scope:oe.ALL,path:"/v0.10/bookmark",method:Ie.POST},e,t)},yr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/bookmark/${e}`},t,r)},mr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/bookmark/${e}`,method:Ie.PUT},t,r)},br=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/bookmark/${e}`,method:Ie.DELETE},t,r)},wr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/endpoint/${e}`},t,r)},_r=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/endpoint/${e}/hosted_endpoint_list`},t,r)},Ar=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/endpoint/${e}/access_list`},t,r)},Tr=function(e={},t){return De({service:ne,scope:oe.ALL,path:"/v0.10/endpoint_manager/monitored_endpoints"},e,t)},Er=function(e,t){return De({service:ne,scope:oe.ALL,path:"/v0.10/endpoint_manager/pause_rule_list"},e,t)},Or=function(e,t){return De({service:ne,scope:oe.ALL,path:"/v0.10/endpoint_manager/pause_rule",method:Ie.POST},e,t)},Sr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/pause_rule/${e}`},t,r)},Lr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/pause_rule/${e}`,method:Ie.PUT},t,r)},Pr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/pause_rule/${e}`,method:Ie.DELETE},t,r)},kr=function(e={},t){return De({service:ne,scope:oe.ALL,path:"/v0.10/task_list"},e,t)},Rr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/task/${e}`},t,r)},jr=function(e,t){return De({service:ne,scope:oe.ALL,path:"/v0.10/endpoint_manager/admin_cancel",method:Ie.POST},e,t)},xr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/admin_cancel/${e}`,method:Ie.POST},t,r)},Cr=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/task/${e}/event_list`},t,r)},Ir=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/task/${e}/successful_transfers`},t,r)},$r=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/task/${e}/skipped_errors`},t,r)},Ur=function(e,t){return De({service:ne,scope:oe.ALL,path:"/v0.10/endpoint_manager/admin_pause",method:Ie.POST},e,t)},Dr=function(e,t){return De({service:ne,scope:oe.ALL,path:"/v0.10/endpoint_manager/admin_resume",method:Ie.POST},e,t)},Br=function(e,t,r){return De({service:ne,scope:oe.ALL,path:`/v0.10/endpoint_manager/task/${e}/pause_info`},t,r)},Nr=t,Mr=function(e,t,r){return De({service:fe,scope:ve.SEARCH,path:`/v1/index/${e}/search`},t,r)},Hr=function(e,t,r){return De({service:fe,scope:ve.SEARCH,path:`/v1/index/${e}/search`,method:Ie.POST},t,r)},Fr=function(e,t,r){return De({service:fe,scope:ve.SEARCH,path:`/v1/index/${e}/subject`},t,r)},qr=function(e,t,r){return De({service:fe,scope:ve.SEARCH,path:`/v1/index/${e}/entry`},t,r)},zr=a,Gr=function(e,t){return De({scope:le.ALL,path:"/v2/groups/my_groups",service:he},e,t)},Wr=function(e,t,r){return De({service:he,scope:le.ALL,path:`/v2/groups/${e}`},t,r)},Vr=function(e,t,r){return De({scope:le.ALL,path:`/v2/groups/${e}/policies`,service:he},t,r)},Jr=function(e,t,r){if(!(null==t?void 0:t.payload))throw new Error("payload is required.");return De({service:he,scope:le.ALL,path:`/v2/groups/${e}`,method:Ie.POST},t,r)},Kr=s,Yr=function(e,t){return De({service:se,scope:ce.VIEW_FLOWS,path:"/flows"},e,t)},Xr=function(e,t,r){return De({service:se,scope:ce.VIEW_FLOWS,path:`/flows/${e}`},t,r)},Qr=function(e,t,r){return De({scope:ce.MANAGE_FLOWS,service:se,path:`/flows/${e}`,method:Ie.DELETE},t,r)},Zr=function(e={},t){return De({service:se,scope:ce.RUN_MANAGE,path:"/runs"},e,t)},en=o,tn=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/collections"},t,r)},rn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/collections/${t}`},r,n)},nn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/collections/${t}`,method:Ie.DELETE},r,n)},on=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/collections",method:Ie.POST},t,r)},sn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/collections/${t}`,method:Ie.PUT},r,n)},an=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/collections/${t}`,method:Ie.PATCH},r,n)},cn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/collections/${t}/owner_string`,method:Ie.PUT},r,n)},un=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/collections/${t}/owner_string`,method:Ie.DELETE},r,n)},pn=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/endpoint"},t,r)},hn=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/endpoint",method:Ie.PUT},t,r)},dn=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/endpoint",method:Ie.PATCH},t,r)},ln=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/endpoint/subscription_id",method:Ie.PUT},t,r)},fn=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/roles"},t,r)},gn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/roles/${t}`},r,n)},vn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/roles/${t}`,method:Ie.DELETE},r,n)},yn=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/roles",method:Ie.POST},t,r)},mn=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/storage_gateways"},t,r)},bn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/storage_gateways/${t}`},r,n)},wn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/storage_gateways/${t}`,method:Ie.DELETE},r,n)},_n=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/storage_gateways",method:Ie.POST},t,r)},An=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/storage_gateways/${t}`,method:Ie.PUT},r,n)},Tn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/storage_gateways/${t}`,method:Ie.PATCH},r,n)},En=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/user_credentials"},t,r)},On=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/user_credentials/${t}`},r,n)},Sn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/user_credentials/${t}`,method:Ie.DELETE},r,n)},Ln=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/user_credentials",method:Ie.POST},t,r)},Pn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/user_credentials/${t}`,method:Ie.PUT},r,n)},kn=function(e,t,r,n){return De({service:e,scope:xn(e),path:`/api/user_credentials/${t}`,method:Ie.PATCH},r,n)},Rn=function(e,t,r){return De({service:e,scope:xn(e),path:"/api/info"},t,r)},jn={HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections",NON_HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections[*https://auth.globus.org/scopes/<MAPPED_COLLECTION_ID>/data_access]"};function xn(e){return jn.HIGH_ASSURANCE.replace("<ENDPOINT_ID>",e.endpoint_id)}const Cn=function(e,t){return De({service:ue,scope:"https://auth.globus.org/scopes/524230d7-ea86-4a52-8312-86065a9e0417/timer",path:"/v2/timer",method:Ie.POST},e,t)},In=i,$n=function(e,t){return De({service:ye,scope:be.ALL,path:"/v2/endpoints",method:Ie.GET},e,t)},Un=function(e,t,r){return De({service:ye,scope:be.ALL,path:`/v2/endpoints/${e}`,method:Ie.GET},t,r)},Dn=function(e,t,r){return De({service:ye,scope:be.ALL,path:`/v2/endpoints/${e}/status`},t,r)},Bn=c,Nn={integration:"app.integration.globuscs.info",sandbox:"app.sandbox.globuscs.info",test:"app.test.globuscs.info",staging:"app.staging.globuscs.info",preview:"app.preview.globus.org",production:"app.globus.org"};function Mn(e=Re()){return Nn[e]}function Hn(e,t){return new URL(e||"",`https://${Mn(null==t?void 0:t.environment)}`)}const Fn={TASK:"/activity/%s/overview",COLLECTION:"/file-manager/collections/%s/overview",ENDPOINT:"/file-manager/collections/%s/overview"};function qn(e,t,r){return Hn(Fn[e].replace(/%s/g,(null==t?void 0:t.join("/"))||""),r)}})(),globus=n})();
1
+ var globus;(()=>{var e={945:(e,t,r)=>{var n="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==r.g&&r.g,o=function(){function e(){this.fetch=!1,this.DOMException=n.DOMException}return e.prototype=n,new e}();!function(e){!function(t){var r=void 0!==e&&e||"undefined"!=typeof self&&self||void 0!==r&&r,n="URLSearchParams"in r,o="Symbol"in r&&"iterator"in Symbol,i="FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(e){return!1}}(),s="FormData"in r,a="ArrayBuffer"in r;if(a)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],u=ArrayBuffer.isView||function(e){return e&&c.indexOf(Object.prototype.toString.call(e))>-1};function p(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function h(e){return"string"!=typeof e&&(e=String(e)),e}function d(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return o&&(t[Symbol.iterator]=function(){return t}),t}function l(e){this.map={},e instanceof l?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function f(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function g(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function v(e){var t=new FileReader,r=g(t);return t.readAsArrayBuffer(e),r}function y(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function m(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:i&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:s&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:n&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():a&&i&&(t=e)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=y(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(e)||u(e))?this._bodyArrayBuffer=y(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var e=f(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?f(this)||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer)):this.blob().then(v)}),this.text=function(){var e,t,r,n=f(this);if(n)return n;if(this._bodyBlob)return e=this._bodyBlob,r=g(t=new FileReader),t.readAsText(e),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},s&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(e,t){e=p(e),t=h(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},l.prototype.delete=function(e){delete this.map[p(e)]},l.prototype.get=function(e){return e=p(e),this.has(e)?this.map[e]:null},l.prototype.has=function(e){return this.map.hasOwnProperty(p(e))},l.prototype.set=function(e,t){this.map[p(e)]=h(t)},l.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},l.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),d(e)},l.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),d(e)},l.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),d(e)},o&&(l.prototype[Symbol.iterator]=l.prototype.entries);var b=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function w(e,t){if(!(this instanceof w))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,n,o=(t=t||{}).body;if(e instanceof w){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new l(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,o||null==e._bodyInit||(o=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new l(t.headers)),this.method=(n=(r=t.method||this.method||"GET").toUpperCase(),b.indexOf(n)>-1?n:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){var i=/([?&])_=[^&]*/;i.test(this.url)?this.url=this.url.replace(i,"$1_="+(new Date).getTime()):this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(o))}})),t}function A(e,t){if(!(this instanceof A))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new l(t.headers),this.url=t.url||"",this._initBody(e)}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})},m.call(w.prototype),m.call(A.prototype),A.prototype.clone=function(){return new A(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},A.error=function(){var e=new A(null,{status:0,statusText:""});return e.type="error",e};var T=[301,302,303,307,308];A.redirect=function(e,t){if(-1===T.indexOf(t))throw new RangeError("Invalid status code");return new A(null,{status:t,headers:{location:e}})},t.DOMException=r.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function E(e,n){return new Promise((function(o,s){var c=new w(e,n);if(c.signal&&c.signal.aborted)return s(new t.DOMException("Aborted","AbortError"));var u=new XMLHttpRequest;function p(){u.abort()}u.onload=function(){var e,t,r={status:u.status,statusText:u.statusText,headers:(e=u.getAllResponseHeaders()||"",t=new l,e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var r=e.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();t.append(n,o)}})),t)};r.url="responseURL"in u?u.responseURL:r.headers.get("X-Request-URL");var n="response"in u?u.response:u.responseText;setTimeout((function(){o(new A(n,r))}),0)},u.onerror=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},u.ontimeout=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},u.onabort=function(){setTimeout((function(){s(new t.DOMException("Aborted","AbortError"))}),0)},u.open(c.method,function(e){try{return""===e&&r.location.href?r.location.href:e}catch(t){return e}}(c.url),!0),"include"===c.credentials?u.withCredentials=!0:"omit"===c.credentials&&(u.withCredentials=!1),"responseType"in u&&(i?u.responseType="blob":a&&c.headers.get("Content-Type")&&-1!==c.headers.get("Content-Type").indexOf("application/octet-stream")&&(u.responseType="arraybuffer")),!n||"object"!=typeof n.headers||n.headers instanceof l?c.headers.forEach((function(e,t){u.setRequestHeader(t,e)})):Object.getOwnPropertyNames(n.headers).forEach((function(e){u.setRequestHeader(e,h(n.headers[e]))})),c.signal&&(c.signal.addEventListener("abort",p),u.onreadystatechange=function(){4===u.readyState&&c.signal.removeEventListener("abort",p)}),u.send(void 0===c._bodyInit?null:c._bodyInit)}))}E.polyfill=!0,r.fetch||(r.fetch=E,r.Headers=l,r.Request=w,r.Response=A),t.Headers=l,t.Request=w,t.Response=A,t.fetch=E}({})}(o),o.fetch.ponyfill=!0,delete o.fetch.polyfill;var i=n.fetch?n:o;(t=i.fetch).default=i.fetch,t.fetch=i.fetch,t.Headers=i.Headers,t.Request=i.Request,t.Response=i.Response,e.exports=t},21:function(e,t,r){var n;e.exports=(n=n||function(e,t){var n;if("undefined"!=typeof window&&window.crypto&&(n=window.crypto),"undefined"!=typeof self&&self.crypto&&(n=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(n=globalThis.crypto),!n&&"undefined"!=typeof window&&window.msCrypto&&(n=window.msCrypto),!n&&void 0!==r.g&&r.g.crypto&&(n=r.g.crypto),!n)try{n=r(477)}catch(e){}var o=function(){if(n){if("function"==typeof n.getRandomValues)try{return n.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof n.randomBytes)try{return n.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},i=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),s={},a=s.lib={},c=a.Base={extend:function(e){var t=i(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},u=a.WordArray=c.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||h).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var s=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=s<<24-(n+i)%4*8}else for(var a=0;a<o;a+=4)t[n+a>>>2]=r[a>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=c.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(o());return new u.init(t,e)}}),p=s.enc={},h=p.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new u.init(r,t/2)}},d=p.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new u.init(r,t)}},l=p.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},f=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=l.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,s=this.blockSize,a=i/(4*s),c=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*s,p=e.min(4*c,i);if(c){for(var h=0;h<c;h+=s)this._doProcessBlock(o,h);r=o.splice(0,c),n.sigBytes-=p}return new u.init(r,p)},clone:function(){var e=c.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),g=(a.Hasher=f.extend({cfg:c.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){f.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new g.HMAC.init(e,r).finalize(t)}}}),s.algo={});return s}(Math),n)},754:function(e,t,r){var n,o,i;e.exports=(n=r(21),i=(o=n).lib.WordArray,o.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var s=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,a=0;a<4&&i+.75*a<r;a++)o.push(n.charAt(s>>>6*(3-a)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var o=0;o<r.length;o++)n[r.charCodeAt(o)]=o}var s=r.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return function(e,t,r){for(var n=[],o=0,s=0;s<t;s++)if(s%4){var a=r[e.charCodeAt(s-1)]<<s%4*2|r[e.charCodeAt(s)]>>>6-s%4*2;n[o>>>2]|=a<<24-o%4*8,o++}return i.create(n,o)}(e,t,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},n.enc.Base64)},440:function(e,t,r){var n;e.exports=(n=r(21),function(){if("function"==typeof ArrayBuffer){var e=n.lib.WordArray,t=e.init,r=e.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var r=e.byteLength,n=[],o=0;o<r;o++)n[o>>>2]|=e[o]<<24-o%4*8;t.call(this,n,r)}else t.apply(this,arguments)};r.prototype=e}}(),n.lib.WordArray)},9:function(e,t,r){var n;e.exports=(n=r(21),function(e){var t=n,r=t.lib,o=r.WordArray,i=r.Hasher,s=t.algo,a=[],c=[];!function(){function t(t){for(var r=e.sqrt(t),n=2;n<=r;n++)if(!(t%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)t(n)&&(o<8&&(a[o]=r(e.pow(n,.5))),c[o]=r(e.pow(n,1/3)),o++),n++}();var u=[],p=s.SHA256=i.extend({_doReset:function(){this._hash=new o.init(a.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],s=r[3],a=r[4],p=r[5],h=r[6],d=r[7],l=0;l<64;l++){if(l<16)u[l]=0|e[t+l];else{var f=u[l-15],g=(f<<25|f>>>7)^(f<<14|f>>>18)^f>>>3,v=u[l-2],y=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;u[l]=g+u[l-7]+y+u[l-16]}var m=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),w=d+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&p^~a&h)+c[l]+u[l];d=h,h=p,p=a,a=s+w|0,s=i,i=o,o=n,n=w+(b+m)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+s|0,r[4]=r[4]+a|0,r[5]=r[5]+p|0,r[6]=r[6]+h|0,r[7]=r[7]+d|0},_doFinalize:function(){var t=this._data,r=t.words,n=8*this._nDataBytes,o=8*t.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=e.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,t.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=i._createHelper(p),t.HmacSHA256=i._createHmacHelper(p)}(Math),n.SHA256)},368:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=o(r(9)),s=o(r(754)),a=o(r(440)),c=function(){function e(e){this.state="",this.codeVerifier="",this.corsRequestOptions={},this.config=e}return e.prototype.enableCorsCredentials=function(e){return this.corsRequestOptions=e?{credentials:"include",mode:"cors"}:{},this.corsRequestOptions},e.prototype.authorizeUrl=function(e){void 0===e&&(e={});var t=this.pkceChallengeFromVerifier(),r=new URLSearchParams(Object.assign({response_type:"code",client_id:this.config.client_id,state:this.getState(e.state||null),scope:this.config.requested_scopes,redirect_uri:this.config.redirect_uri,code_challenge:t,code_challenge_method:"S256"},e)).toString();return"".concat(this.config.authorization_endpoint,"?").concat(r)},e.prototype.exchangeForAccessToken=function(e,t){var r=this;return void 0===t&&(t={}),this.parseAuthResponseUrl(e).then((function(e){return fetch(r.config.token_endpoint,n({method:"POST",body:new URLSearchParams(Object.assign({grant_type:"authorization_code",code:e.code,client_id:r.config.client_id,redirect_uri:r.config.redirect_uri,code_verifier:r.getCodeVerifier()},t)),headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}},r.corsRequestOptions)).then((function(e){return e.json()}))}))},e.prototype.refreshAccessToken=function(e){return fetch(this.config.token_endpoint,{method:"POST",body:new URLSearchParams({grant_type:"refresh_token",client_id:this.config.client_id,refresh_token:e}),headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}}).then((function(e){return e.json()}))},e.prototype.getCodeVerifier=function(){return""===this.codeVerifier&&(this.codeVerifier=this.randomStringFromStorage("pkce_code_verifier")),this.codeVerifier},e.prototype.getState=function(e){void 0===e&&(e=null);var t="pkce_state";return null!==e&&this.getStore().setItem(t,e),""===this.state&&(this.state=this.randomStringFromStorage(t)),this.state},e.prototype.parseAuthResponseUrl=function(e){var t=new URL(e).searchParams;return this.validateAuthResponse({error:t.get("error"),query:t.get("query"),state:t.get("state"),code:t.get("code")})},e.prototype.pkceChallengeFromVerifier=function(){var e=(0,i.default)(this.getCodeVerifier());return s.default.stringify(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")},e.prototype.randomStringFromStorage=function(e){return null===this.getStore().getItem(e)&&this.getStore().setItem(e,a.default.random(64)),this.getStore().getItem(e)||""},e.prototype.validateAuthResponse=function(e){var t=this;return new Promise((function(r,n){return e.error?n({error:e.error}):e.state!==t.getState()?n({error:"Invalid State"}):r(e)}))},e.prototype.getStore=function(){var e;return(null===(e=this.config)||void 0===e?void 0:e.storage)||sessionStorage},e}();t.default=c},477:()=>{}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{"use strict";r.r(n),r.d(n,{auth:()=>g,authorization:()=>v,compute:()=>K,errors:()=>h,flows:()=>B,gcs:()=>W,groups:()=>$,info:()=>e,logger:()=>t,search:()=>j,timer:()=>V,transfer:()=>L,webapp:()=>Y});var e={};r.r(e),r.d(e,{CLIENT_INFO:()=>re,VERSION:()=>te,addClientInfo:()=>oe,getClientInfo:()=>ie,getClientInfoRequestHeaders:()=>se});var t={};r.r(t),r.d(t,{log:()=>de,setLogLevel:()=>he,setLogger:()=>pe});var o={};r.r(o),r.d(o,{HOSTS:()=>ve,ID:()=>fe,SCOPES:()=>ge});var i={};r.r(i),r.d(i,{HOSTS:()=>me,ID:()=>ye,SCOPES:()=>be});var s={};r.r(s),r.d(s,{HOSTS:()=>_e,ID:()=>we});var a={};r.r(a),r.d(a,{HOSTS:()=>Te,ID:()=>Ae,SCOPES:()=>Ee});var c={};r.r(c),r.d(c,{HOSTS:()=>Se,ID:()=>Oe,SCOPES:()=>Le});var u={};r.r(u),r.d(u,{HOSTS:()=>ke,ID:()=>Pe,SCOPES:()=>Re});var p={};r.r(p),r.d(p,{HOSTS:()=>xe,ID:()=>je,RESOURCE_SERVERS:()=>Ce,SCOPES:()=>Ie});var h={};r.r(h),r.d(h,{EnvironmentConfigurationError:()=>$e,isAuthorizationRequirementsError:()=>Be,isConsentRequiredError:()=>De,isErrorWellFormed:()=>Ue});var d={};r.r(d),r.d(d,{get:()=>Ke,getAll:()=>Ye});var l={};r.r(l),r.d(l,{introspect:()=>Qe,refresh:()=>et,revoke:()=>Ze,validate:()=>tt});var f={};r.r(f),r.d(f,{token:()=>l,userinfo:()=>rt});var g={};r.r(g),r.d(g,{CONFIG:()=>nt,getAuthorizationEndpoint:()=>ot,getTokenEndpoint:()=>it,identities:()=>d,isGlobusAuthTokenResponse:()=>ct,isRefreshToken:()=>at,isToken:()=>st,oauth2:()=>f});var v={};r.r(v),r.d(v,{create:()=>Xt});var y={};r.r(y),r.d(y,{ls:()=>er,mkdir:()=>tr,rename:()=>rr,symlink:()=>nr});var m={};r.r(m),r.d(m,{submissionId:()=>sr,submitDelete:()=>or,submitTransfer:()=>ir});var b={};r.r(b),r.d(b,{create:()=>cr,get:()=>ar,remove:()=>pr,update:()=>ur});var w={};r.r(w),r.d(w,{cancel:()=>fr,get:()=>dr,getAll:()=>hr,getEventList:()=>vr,getPauseInfo:()=>br,getSkippedErrors:()=>mr,getSuccessfulTransfers:()=>yr,remove:()=>gr,update:()=>lr});var _={};r.r(_),r.d(_,{create:()=>_r,get:()=>Ar,getAll:()=>wr,remove:()=>Er,update:()=>Tr});var A={};r.r(A),r.d(A,{create:()=>Sr,get:()=>Lr,getAll:()=>Or,remove:()=>kr,update:()=>Pr});var T={};r.r(T),r.d(T,{get:()=>Rr,getAccessList:()=>xr,getHostedEndpoints:()=>jr,getMonitoredEndpoints:()=>Ir});var E={};r.r(E),r.d(E,{create:()=>$r,get:()=>Ur,getAll:()=>Cr,remove:()=>Br,update:()=>Dr});var O={};r.r(O),r.d(O,{cancel:()=>Hr,get:()=>Mr,getAdminCancel:()=>Fr,getAll:()=>Nr,getEventList:()=>qr,getPauseInfo:()=>Jr,getSkippedErrors:()=>Gr,getSuccessfulTransfers:()=>zr,pause:()=>Wr,resume:()=>Vr});var S={};r.r(S),r.d(S,{endpoint:()=>T,pauseRule:()=>E,task:()=>O});var L={};r.r(L),r.d(L,{CONFIG:()=>Kr,access:()=>_,collectionBookmarks:()=>A,endpoint:()=>b,endpointManager:()=>S,endpointSearch:()=>Qt,fileOperations:()=>y,task:()=>w,taskSubmission:()=>m});var P={};r.r(P),r.d(P,{get:()=>Yr,post:()=>Xr});var k={};r.r(k),r.d(k,{get:()=>Qr});var R={};r.r(R),r.d(R,{get:()=>Zr});var j={};r.r(j),r.d(j,{CONFIG:()=>en,entry:()=>R,query:()=>P,subject:()=>k});var x={};r.r(x),r.d(x,{get:()=>rn,getMyGroups:()=>tn});var I={};r.r(I),r.d(I,{get:()=>nn});var C={};r.r(C),r.d(C,{act:()=>on});var $={};r.r($),r.d($,{CONFIG:()=>sn,groups:()=>x,membership:()=>C,policies:()=>I});var U={};r.r(U),r.d(U,{get:()=>cn,getAll:()=>an,remove:()=>un});var D={};r.r(D),r.d(D,{getAll:()=>pn});var B={};r.r(B),r.d(B,{CONFIG:()=>hn,flows:()=>U,runs:()=>D});var N={};r.r(N),r.d(N,{create:()=>gn,get:()=>ln,getAll:()=>dn,patch:()=>yn,remove:()=>fn,resetOwnerString:()=>bn,update:()=>vn,updateOwnerString:()=>mn});var M={};r.r(M),r.d(M,{get:()=>wn,patch:()=>An,update:()=>_n,updateSubscriptionId:()=>Tn});var H={};r.r(H),r.d(H,{get:()=>En,remove:()=>On,update:()=>Sn});var F={};r.r(F),r.d(F,{create:()=>Rn,get:()=>Pn,getAll:()=>Ln,remove:()=>kn});var q={};r.r(q),r.d(q,{create:()=>Cn,get:()=>xn,getAll:()=>jn,patch:()=>Un,remove:()=>In,update:()=>$n});var z={};r.r(z),r.d(z,{create:()=>Mn,get:()=>Bn,getAll:()=>Dn,patch:()=>Fn,remove:()=>Nn,update:()=>Hn});var G={};r.r(G),r.d(G,{info:()=>qn});var W={};r.r(W),r.d(W,{collections:()=>N,endpoint:()=>M,getRequiredScopes:()=>Gn,https:()=>H,roles:()=>F,storageGateways:()=>q,userCredentials:()=>z,versioning:()=>G});var V={};r.r(V),r.d(V,{CONFIG:()=>Vn,create:()=>Wn});var J={};r.r(J),r.d(J,{get:()=>Kn,getAll:()=>Jn,getStatus:()=>Yn});var K={};r.r(K),r.d(K,{CONFIG:()=>Xn,endpoints:()=>J});var Y={};r.r(Y),r.d(Y,{HOSTS:()=>Qn,host:()=>Zn,url:()=>eo,urlFor:()=>ro});const X="X-Globus-ClientInfo";let Q=!0;const Z=";",ee=",",te="3.4.0",re={product:"javascript-sdk",version:te};let ne=[re];function oe(e){ne=ne.concat(e)}function ie(){return function(e){return(Array.isArray(e)?e:[e]).map((e=>Object.entries(e).map((([e,t])=>`${e}=${t}`)).join(ee))).join(Z)}(ne)}function se(){return Q?{[X]:ie()}:{}}const ae=["debug","info","warn","error"];let ce,ue=ae.indexOf("error");function pe(e){ce=e}function he(e){ue=ae.indexOf(e)}function de(e,...t){var r;ce&&(ae.indexOf(e)<ue||(null!==(r=ce[e])&&void 0!==r?r:ce.log)(...t))}class le extends Error{}le.prototype.name="InvalidTokenError";const fe="TRANSFER",ge={ALL:"urn:globus:auth:scope:transfer.api.globus.org:all"},ve={sandbox:"transfer.api.sandbox.globuscs.info",production:"transfer.api.globusonline.org",staging:"transfer.api.staging.globuscs.info",integration:"transfer.api.integration.globuscs.info",test:"transfer.api.test.globuscs.info",preview:"transfer.api.preview.globus.org"},ye="FLOWS",me={sandbox:"sandbox.flows.automate.globus.org",production:"flows.globus.org",staging:"staging.flows.automate.globus.org",integration:"integration.flows.automate.globus.org",test:"test.flows.automate.globus.org",preview:"preview.flows.automate.globus.org"},be={MANAGE_FLOWS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/manage_flows",VIEW_FLOWS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/view_flows",RUN:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run",RUN_STATUS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run_status",RUN_MANAGE:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run_manage"},we="TIMER",_e={sandbox:"sandbox.timer.automate.globus.org",production:"timer.automate.globus.org",staging:"staging.timer.automate.globus.org",integration:"integration.timer.automate.globus.org",test:"test.timer.automate.globus.org",preview:"preview.timer.automate.globus.org"},Ae="GROUPS",Te={sandbox:"groups.api.sandbox.globuscs.info",production:"groups.api.globus.org",staging:"groups.api.staging.globuscs.info",integration:"groups.api.integration.globuscs.info",test:"groups.api.test.globuscs.info",preview:"groups.api.preview.globuscs.info"},Ee={ALL:"urn:globus:auth:scope:groups.api.globus.org:all",VIEW_MY:"urn:globus:auth:scope:groups.api.globus.org:view_my_groups_and_membership"},Oe="SEARCH",Se={sandbox:"search.api.sandbox.globuscs.info",production:"search.api.globus.org",staging:"search.api.staging.globuscs.info",integration:"search.api.integration.globuscs.info",test:"search.api.test.globuscs.info",preview:"search.api.preview.globus.org"},Le={ALL:"urn:globus:auth:scope:search.api.globus.org:all",INGEST:"urn:globus:auth:scope:search.api.globus.org:ingest",SEARCH:"urn:globus:auth:scope:search.api.globus.org:search"},Pe="COMPUTE",ke={sandbox:"compute.api.sandbox.globuscs.info",production:"compute.api.globus.org",staging:"compute.api.staging.globuscs.info",integration:"compute.api.integration.globuscs.info",test:"compute.api.test.globuscs.info",preview:"compute.api.preview.globus.org"},Re={ALL:"https://auth.globus.org/scopes/facd7ccc-c5f4-42aa-916b-a0e270e2c2a9/all"},je="AUTH",xe={integration:"auth.integration.globuscs.info",sandbox:"auth.sandbox.globuscs.info",production:"auth.globus.org",test:"auth.test.globuscs.info",staging:"auth.staging.globuscs.info",preview:"auth.preview.globus.org"},Ie={VIEW_IDENTITIES:"urn:globus:auth:scope:auth.globus.org:view_identities"},Ce={[je]:"auth.globus.org",[fe]:"transfer.api.globus.org",[ye]:"flows.api.globus.org",[Ae]:"groups.api.globus.org",[Oe]:"search.api.globus.org",[we]:"524230d7-ea86-4a52-8312-86065a9e0417",[Pe]:"funcx_service"};class $e extends Error{constructor(e,t){super(),this.name="EnvironmentConfigurationError",this.message=`Invalid configuration value provided for ${e} (${t}).`}}function Ue(e){return"object"==typeof e&&null!==e&&"code"in e&&"message"in e}function De(e){return Ue(e)&&"ConsentRequired"===e.code&&"required_scopes"in e&&Array.isArray(e.required_scopes)}function Be(e){return Ue(e)&&"authorization_parameters"in e&&"object"==typeof e.authorization_parameters&&null!==e.authorization_parameters}function Ne(e,t){const r="undefined"!=typeof window?window:process;let n;return n=function(e){return typeof window==typeof e}(r)?r:r.env,e in n?n[e]:t}const Me={PRODUCTION:"production",PREVIEW:"preview",STAGING:"staging",SANDBOX:"sandbox",INTEGRATION:"integration",TEST:"test"};function He(){const e=Ne("GLOBUS_SDK_ENVIRONMENT",Me.PRODUCTION);if(!e||!Object.values(Me).includes(e))throw new $e("GLOBUS_SDK_ENVIRONMENT",e);return e}const Fe={[je]:je,[fe]:fe,[ye]:ye,[Ae]:Ae,[Oe]:Oe,[we]:we,[Pe]:Pe},qe={[je]:xe,[fe]:ve,[ye]:me,[Ae]:Te,[Oe]:Se,[we]:_e,[Pe]:ke};function ze(e,t,r,n){let o;return o="object"==typeof e?new URL(t,e.host):function(e,t="",r=He()){const n=function(e,t=He()){const r=function(e,t=He()){return qe[e][t]}(e,t);return Ne(`GLOBUS_SDK_SERVICE_URL_${e}`,r?`https://${r}`:void 0)}(e,r);return new URL(t,n)}(e,t,null==n?void 0:n.environment),r&&r.search&&(o.search=function(e){const t=new URLSearchParams;return Array.from(Object.entries(e)).forEach((([e,r])=>{Array.isArray(r)?t.set(e,r.join(",")):void 0!==r&&t.set(e,String(r))})),t.toString()}(r.search)),o.toString()}var Ge,We=r(945),Ve=r.n(We);function Je(e,t,r){var n;const o=function(e){var t,r,n,o,i,s;let a=Ne("GLOBUS_SDK_OPTIONS",{});return"string"==typeof a&&(a=JSON.parse(a)),Object.assign(Object.assign(Object.assign({},a),e),{fetch:Object.assign(Object.assign(Object.assign({},null==a?void 0:a.fetch),null==e?void 0:e.fetch),{options:Object.assign(Object.assign(Object.assign({},null===(t=null==a?void 0:a.fetch)||void 0===t?void 0:t.options),null===(r=null==e?void 0:e.fetch)||void 0===r?void 0:r.options),{headers:Object.assign(Object.assign({},null===(o=null===(n=null==a?void 0:a.fetch)||void 0===n?void 0:n.options)||void 0===o?void 0:o.headers),null===(s=null===(i=null==e?void 0:e.fetch)||void 0===i?void 0:i.options)||void 0===s?void 0:s.headers)})})})}(r),i=(null===(n=null==o?void 0:o.fetch)||void 0===n?void 0:n.options)||{},s=Object.assign(Object.assign(Object.assign({},se()),null==t?void 0:t.headers),i.headers);if(e.resource_server&&(null==o?void 0:o.manager)){const t=o.manager.tokens.getByResourceServer(e.resource_server);t&&(s.Authorization=`Bearer ${t.access_token}`)}if(e.scope&&(null==o?void 0:o.manager)){const t="string"==typeof e.service?Ce[e.service]:e.service.endpoint_id,r=o.manager.tokens.getByResourceServer(t);r&&(s.Authorization=`Bearer ${r.access_token}`)}let a=null==t?void 0:t.body;!a&&(null==t?void 0:t.payload)&&(a=JSON.stringify(t.payload)),!(null==s?void 0:s["Content-Type"])&&a&&(s["Content-Type"]="application/json");const c=ze(e.service,e.path,{search:null==t?void 0:t.query},o),u=Object.assign(Object.assign({method:e.method,body:a},i),{headers:s});return(null==i?void 0:i.__callable)?(delete u.__callable,i.__callable.call(this,c,u)):Ve()(c,u)}!function(e){e.POST="POST",e.GET="GET",e.DELETE="DELETE",e.PUT="PUT",e.PATCH="PATCH"}(Ge||(Ge={}));const Ke=function(e,t={},r){return Je({service:je,scope:Ie.VIEW_IDENTITIES,path:`/identities/${e}`},t,r)},Ye=function(e={},t){return Je({service:je,scope:Ie.VIEW_IDENTITIES,path:"/identities"},e,t)};function Xe(e){return Object.assign(Object.assign({},e),{body:(t=e.payload,new URLSearchParams(t)),headers:Object.assign(Object.assign({},(null==e?void 0:e.headers)||{}),{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"})});var t}const Qe=function(e,t){if(!(null==e?void 0:e.payload))throw new Error("'payload' is required for introspect");return Je({service:je,scope:void 0,path:"/v2/oauth2/token/introspect",method:Ge.POST},Xe(e),t)},Ze=function(e,t){if(!(null==e?void 0:e.payload))throw new Error("'payload' is required for revoke");return Je({service:je,scope:void 0,path:"/v2/oauth2/token/revoke",method:Ge.POST},Xe(e),t)},et=function(e,t){if(!(null==e?void 0:e.payload))throw new Error("'payload' is required for revoke");return Je({service:je,scope:void 0,path:"/v2/oauth2/token",method:Ge.POST},Xe(e),t)},tt=function(e,t){if(!(null==e?void 0:e.payload))throw new Error("'payload' is required for validate");return Je({service:je,scope:void 0,path:"/v2/oauth2/token/validate",method:Ge.POST},Xe(e),t)},rt=function(e,t){return Je({service:je,scope:void 0,path:"/v2/oauth2/userinfo",method:Ge.GET},e,t)},nt=p;function ot(){return ze(je,"/v2/oauth2/authorize")}function it(){return ze(je,"/v2/oauth2/token")}function st(e){return"object"==typeof e&&null!==e&&"access_token"in e}function at(e){return st(e)&&null!==e&&"refresh_token"in e}function ct(e){return st(e)&&null!==e&&"resource_server"in e}var ut,pt=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)};class ht{constructor(){ut.set(this,{})}get(e){return void 0!==pt(this,ut,"f")[e]?pt(this,ut,"f")[e]:null}set(e,t){pt(this,ut,"f")[e]="string"!=typeof t?JSON.stringify(t):t}remove(e){delete pt(this,ut,"f")[e]}keys(){return Object.keys(pt(this,ut,"f"))}clear(){!function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===n?o.call(e,r):o?o.value=r:t.set(e,r)}(this,ut,{},"f")}}ut=new WeakMap;var dt,lt=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)};class ft{constructor(){dt.set(this,globalThis.localStorage)}get(e){return lt(this,dt,"f").getItem(e)}set(e,t){lt(this,dt,"f").setItem(e,"string"!=typeof t?JSON.stringify(t):t)}keys(){return Object.keys(lt(this,dt,"f"))}remove(e){lt(this,dt,"f").removeItem(e)}clear(){lt(this,dt,"f").clear()}}let gt;function vt(e="memory"){if(!gt){let t;t="localStorage"===e?ft:"memory"===e?ht:e,gt=new t}return gt}dt=new WeakMap;const yt=vt;var mt,bt=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)},wt=function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?o.call(e,r):o?o.value=r:t.set(e,r),r};class _t{constructor(e){this.name=e,mt.set(this,[])}addListener(e){return bt(this,mt,"f").push(e),()=>this.removeListener(e)}removeListener(e){wt(this,mt,bt(this,mt,"f").filter((t=>t!==e)),"f")}clearListeners(){wt(this,mt,[],"f")}dispatch(e){return t=this,r=void 0,o=function*(){yield Promise.all(bt(this,mt,"f").map((t=>t(e))))},new((n=void 0)||(n=Promise))((function(e,i){function s(e){try{c(o.next(e))}catch(e){i(e)}}function a(e){try{c(o.throw(e))}catch(e){i(e)}}function c(t){var r;t.done?e(t.value):(r=t.value,r instanceof n?r:new n((function(e){e(r)}))).then(s,a)}c((o=o.apply(t,r||[])).next())}));var t,r,n,o}}mt=new WeakMap;var At,Tt,Et=r(368),Ot=r.n(Et),St=function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?o.call(e,r):o?o.value=r:t.set(e,r),r},Lt=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)};class Pt{constructor(e){At.set(this,void 0),Tt.set(this,{});const{params:t}=e,r=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(e,["params"]);St(this,At,new(Ot())(Object.assign({},r)),"f"),St(this,Tt,Object.assign({},t),"f")}send(){window.location.replace(Lt(this,At,"f").authorizeUrl(Lt(this,Tt,"f")))}getToken(){return e=this,t=arguments,n=function*(e={shouldReplace:!0}){const t=new URL(window.location.href),r=new URLSearchParams(t.search);if(!r.get("code"))return;const n=yield Lt(this,At,"f").exchangeForAccessToken(t.toString());return sessionStorage.removeItem("pkce_state"),sessionStorage.removeItem("pkce_code_verifier"),e.shouldReplace&&(r.delete("code"),r.delete("state"),t.search=r.toString(),window.location.replace(t)),n},new((r=void 0)||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}));var e,t,r,n}}At=new WeakMap,Tt=new WeakMap;var kt,Rt,jt,xt,It=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)};function Ct(e){const t=yt().get(e)||"null";let r=null;try{const e=JSON.parse(t);st(e)&&(r=e)}catch(e){}return r}class $t{constructor(e){kt.add(this),Rt.set(this,void 0),function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===n?o.call(e,r):o?o.value=r:t.set(e,r)}(this,Rt,e.manager,"f")}get auth(){return It(this,kt,"m",xt).call(this,Fe.AUTH)}get transfer(){return It(this,kt,"m",xt).call(this,Fe.TRANSFER)}get flows(){return It(this,kt,"m",xt).call(this,Fe.FLOWS)}get groups(){return It(this,kt,"m",xt).call(this,Fe.GROUPS)}get search(){return It(this,kt,"m",xt).call(this,Fe.SEARCH)}get timer(){return It(this,kt,"m",xt).call(this,Fe.TIMER)}get compute(){return It(this,kt,"m",xt).call(this,Fe.COMPUTE)}gcs(e){return this.getByResourceServer(e)}getByResourceServer(e){return It(this,kt,"m",jt).call(this,e)}getAll(){return yt().keys().reduce(((e,t)=>(t.startsWith(It(this,Rt,"f").storageKeyPrefix)&&e.push(Ct(t)),e)),[]).filter(st)}}Rt=new WeakMap,kt=new WeakSet,jt=function(e){return Ct(`${It(this,Rt,"f").storageKeyPrefix}${e}`)},xt=function(e){var t;const r=null===(t=nt.RESOURCE_SERVERS)||void 0===t?void 0:t[e];return It(this,kt,"m",jt).call(this,r)};var Ut,Dt,Bt,Nt,Mt,Ht,Ft,qt,zt,Gt,Wt=function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))},Vt=function(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)},Jt=function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?o.call(e,r):o?o.value=r:t.set(e,r),r};const Kt={execute:!0,additionalParams:void 0};class Yt{get authenticated(){return Vt(this,Bt,"f")}set authenticated(e){Jt(this,Bt,e,"f"),Vt(this,Ut,"m",Ft).call(this)}constructor(e){var t;if(Ut.add(this),Dt.set(this,void 0),Bt.set(this,!1),this.events={authenticated:new _t("authenticated"),revoke:new _t("revoke")},this.addTokenResponse=e=>{var t;yt().set(`${this.configuration.client}:${e.resource_server}`,e),"other_tokens"in e&&(null===(t=e.other_tokens)||void 0===t||t.forEach(this.addTokenResponse)),Vt(this,Ut,"m",Mt).call(this)},vt("localStorage"),!e.client)throw new Error("You must provide a `client` for your application.");const r=!1===e.defaultScopes?"":null!==(t=e.defaultScopes)&&void 0!==t?t:"openid profile email";this.configuration=Object.assign(Object.assign({},e),{scopes:[e.scopes?e.scopes:"",r].filter((e=>e.length)).join(" ")}),this.tokens=new $t({manager:this}),Vt(this,Ut,"m",Ht).call(this),this.startSilentRefresh()}get storageKeyPrefix(){return`${this.configuration.client}:`}get user(){const e=this.getGlobusAuthToken();return e&&e.id_token?function(e,t){if("string"!=typeof e)throw new le("Invalid token specified: must be a string");t||(t={});const r=!0===t.header?0:1,n=e.split(".")[r];if("string"!=typeof n)throw new le(`Invalid token specified: missing part #${r+1}`);let o;try{o=function(e){let t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return function(e){return decodeURIComponent(atob(e).replace(/(.)/g,((e,t)=>{let r=t.charCodeAt(0).toString(16).toUpperCase();return r.length<2&&(r="0"+r),"%"+r})))}(t)}catch(e){return atob(t)}}(n)}catch(e){throw new le(`Invalid token specified: invalid base64 for part #${r+1} (${e.message})`)}try{return JSON.parse(o)}catch(e){throw new le(`Invalid token specified: invalid json for part #${r+1} (${e.message})`)}}(e.id_token):null}startSilentRefresh(){de("debug",`AuthorizationManager.startSilentRefresh | useRefreshTokens=${this.configuration.useRefreshTokens}`),this.configuration.useRefreshTokens&&Vt(this,Ut,"m",Nt).call(this)}refreshToken(e){return Wt(this,void 0,void 0,(function*(){de("debug",`AuthorizationManager.refreshToken | resource_server=${e.resource_server}`);try{const t=yield(yield et({payload:{client_id:this.configuration.client,refresh_token:e.refresh_token,grant_type:"refresh_token"}})).json();ct(t)&&this.addTokenResponse(t)}catch(t){de("error",`AuthorizationManager.refreshToken | resource_server=${e.resource_server}`)}}))}hasGlobusAuthToken(){return null!==this.getGlobusAuthToken()}getGlobusAuthToken(){const e=yt().get(`${this.storageKeyPrefix}auth.globus.org`);return e?JSON.parse(e):null}reset(){yt().keys().forEach((e=>{e.startsWith(this.storageKeyPrefix)&&yt().remove(e)})),this.authenticated=!1}login(e={additionalParams:{}}){de("debug","AuthorizationManager.login"),this.reset(),Vt(this,Ut,"m",zt).call(this,{params:null==e?void 0:e.additionalParams}).send()}handleCodeRedirect(){return Wt(this,arguments,void 0,(function*(e={shouldReplace:!0,additionalParams:{}}){de("debug","AuthorizationManager.handleCodeRedirect");const t=yield Vt(this,Ut,"m",zt).call(this,{params:null==e?void 0:e.additionalParams}).getToken({shouldReplace:null==e?void 0:e.shouldReplace});ct(t)&&(de("debug",`AuthorizationManager.handleCodeRedirect | response=${JSON.stringify(t)}`),this.addTokenResponse(t))}))}handleErrorResponse(e,t){const r="boolean"==typeof t?Object.assign(Object.assign({},Kt),{execute:t}):Object.assign(Object.assign({},Kt),t);de("debug",`AuthorizationManager.handleErrorResponse | response=${JSON.stringify(e)} execute=${r.execute}`);let n=()=>{};return Be(e)&&(de("debug","AuthorizationManager.handleErrorResponse | error=AuthorizationRequirementsError"),n=()=>this.handleAuthorizationRequirementsError(e,{additionalParams:r.additionalParams})),De(e)&&(de("debug","AuthorizationManager.handleErrorResponse | error=ConsentRequiredError"),n=()=>this.handleConsentRequiredError(e,{additionalParams:r.additionalParams})),"code"in e&&"AuthenticationFailed"===e.code&&(de("debug","AuthorizationManager.handleErrorResponse | error=AuthenticationFailed"),n=()=>this.revoke()),!0===r.execute?n():n}handleAuthorizationRequirementsError(e,t){Jt(this,Dt,Vt(this,Ut,"m",zt).call(this,{params:Object.assign({session_message:e.authorization_parameters.session_message,session_required_identities:e.authorization_parameters.session_required_identities.join(","),session_required_mfa:e.authorization_parameters.session_required_mfa,session_required_single_domain:e.authorization_parameters.session_required_single_domain.join(","),prompt:"login"},null==t?void 0:t.additionalParams)}),"f"),Vt(this,Dt,"f").send()}handleConsentRequiredError(e,t){Jt(this,Dt,Vt(this,Ut,"m",zt).call(this,{requested_scopes:Vt(this,Ut,"m",qt).call(this,e.required_scopes.join(" ")),params:Object.assign({},null==t?void 0:t.additionalParams)}),"f"),Vt(this,Dt,"f").send()}revoke(){return Wt(this,void 0,void 0,(function*(){de("debug","AuthorizationManager.revoke");const e=Promise.all(this.tokens.getAll().map(Vt(this,Ut,"m",Gt).bind(this)));this.reset(),yield e,yield this.events.revoke.dispatch()}))}}function Xt(e){return new Yt(e)}Dt=new WeakMap,Bt=new WeakMap,Ut=new WeakSet,Nt=function(){de("debug","AuthorizationManager.#silentRefreshTokens"),this.tokens.getAll().forEach((e=>{at(e)&&this.refreshToken(e)}))},Mt=function(){de("debug","AuthorizationManager.#checkAuthorizationState"),this.hasGlobusAuthToken()&&(this.authenticated=!0)},Ht=function(){return Wt(this,void 0,void 0,(function*(){de("debug","AuthorizationManager.bootstrapFromStorageState"),Vt(this,Ut,"m",Mt).call(this)}))},Ft=function(){return Wt(this,void 0,void 0,(function*(){var e;const t=this.authenticated,r=null!==(e=this.getGlobusAuthToken())&&void 0!==e?e:void 0;yield this.events.authenticated.dispatch({isAuthenticated:t,token:r})}))},qt=function(e){return`${e}${this.configuration.useRefreshTokens?" offline_access":""}`},zt=function(e){var t;const r=Vt(this,Ut,"m",qt).call(this,null!==(t=null==e?void 0:e.requested_scopes)&&void 0!==t?t:this.configuration.scopes||"");return new Pt(Object.assign({client_id:this.configuration.client,authorization_endpoint:ot(),token_endpoint:it(),redirect_uri:this.configuration.redirect,requested_scopes:r},e))},Gt=function(e){return de("debug",`AuthorizationManager.revokeToken | resource_server=${e.resource_server}`),Ze({payload:{client_id:this.configuration.client,token:e.access_token}})};const Qt=function(e,t){const r=Object.assign(Object.assign({},e),{query:null==e?void 0:e.query});return Je({service:fe,scope:ge.ALL,path:"/v0.10/endpoint_search"},r,t)};function Zt(e){return e===Ge.GET?{}:{"Content-Type":"application/json"}}const er=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/operation/endpoint/${e}/ls`},t,r)},tr=function(e,t,r){const n={payload:Object.assign({DATA_TYPE:"mkdir"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},Zt(Ge.POST)),null==t?void 0:t.headers)};return Je({service:fe,scope:ge.ALL,path:`/v0.10/operation/endpoint/${e}/mkdir`,method:Ge.POST},n,r)},rr=function(e,t,r){const n={payload:Object.assign({DATA_TYPE:"rename"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},Zt(Ge.POST)),null==t?void 0:t.headers)};return Je({service:fe,scope:ge.ALL,path:`/v0.10/operation/endpoint/${e}/rename`,method:Ge.POST},n,r)},nr=function(e,t,r){const n={payload:Object.assign({DATA_TYPE:"symlink"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},Zt(Ge.POST)),null==t?void 0:t.headers)};return Je({service:fe,scope:ge.ALL,path:`/v0.10/operation/endpoint/${e}/symlink`,method:Ge.POST},n,r)},or=function(e,t){const r={payload:Object.assign({DATA_TYPE:"delete"},null==e?void 0:e.payload),headers:Object.assign(Object.assign({},Zt(Ge.POST)),null==e?void 0:e.headers)};return Je({service:fe,scope:ge.ALL,path:"/v0.10/delete",method:Ge.POST},r,t)},ir=function(e,t){const r={payload:Object.assign({DATA_TYPE:"transfer"},null==e?void 0:e.payload),headers:Object.assign(Object.assign({},Zt(Ge.POST)),null==e?void 0:e.headers)};return Je({service:fe,scope:ge.ALL,path:"/v0.10/transfer",method:Ge.POST},r,t)},sr=function(e,t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/submission_id"},e,t)},ar=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint/${e}`},t,r)},cr=function(e,t){return(null==e?void 0:e.payload)&&Object.assign(e.payload,{DATA_TYPE:"shared_endpoint"}),Je({service:fe,scope:ge.ALL,path:"/v0.10/shared_endpoint",method:Ge.POST},e,t)},ur=function(e,t,r){return(null==t?void 0:t.payload)&&Object.assign(t.payload,{DATA_TYPE:"endpoint"}),Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint/${e}`,method:Ge.PUT},t,r)},pr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint/${e}`,method:Ge.DELETE},t,r)},hr=function(e={},t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/task_list"},e,t)},dr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/task/${e}`},t,r)},lr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/task/${e}`,method:Ge.PUT},t,r)},fr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/task/${e}/cancel`,method:Ge.POST},t,r)},gr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/task/${e}/remove`,method:Ge.POST},t,r)},vr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/task/${e}/event_list`},t,r)},yr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/task/${e}/successful_transfers`},t,r)},mr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/task/${e}/skipped_errors`},t,r)},br=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/task/${e}/pause_info`},t,r)},wr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint/${e}/access_list`},t,r)},_r=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint/${e}/access`,method:Ge.POST},t,r)},Ar=function({endpoint_xid:e,id:t},r,n){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint/${e}/access/${t}`},r,n)},Tr=function({endpoint_xid:e,id:t},r,n){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint/${e}/access/${t}`,method:Ge.PUT},r,n)},Er=function({endpoint_xid:e,id:t},r,n){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint/${e}/access/${t}`,method:Ge.DELETE},r,n)},Or=function(e,t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/bookmark_list"},e,t)},Sr=function(e,t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/bookmark",method:Ge.POST},e,t)},Lr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/bookmark/${e}`},t,r)},Pr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/bookmark/${e}`,method:Ge.PUT},t,r)},kr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/bookmark/${e}`,method:Ge.DELETE},t,r)},Rr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/endpoint/${e}`},t,r)},jr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/endpoint/${e}/hosted_endpoint_list`},t,r)},xr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/endpoint/${e}/access_list`},t,r)},Ir=function(e={},t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/endpoint_manager/monitored_endpoints"},e,t)},Cr=function(e,t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/endpoint_manager/pause_rule_list"},e,t)},$r=function(e,t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/endpoint_manager/pause_rule",method:Ge.POST},e,t)},Ur=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/pause_rule/${e}`},t,r)},Dr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/pause_rule/${e}`,method:Ge.PUT},t,r)},Br=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/pause_rule/${e}`,method:Ge.DELETE},t,r)},Nr=function(e={},t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/task_list"},e,t)},Mr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/task/${e}`},t,r)},Hr=function(e,t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/endpoint_manager/admin_cancel",method:Ge.POST},e,t)},Fr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/admin_cancel/${e}`,method:Ge.POST},t,r)},qr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/task/${e}/event_list`},t,r)},zr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/task/${e}/successful_transfers`},t,r)},Gr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/task/${e}/skipped_errors`},t,r)},Wr=function(e,t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/endpoint_manager/admin_pause",method:Ge.POST},e,t)},Vr=function(e,t){return Je({service:fe,scope:ge.ALL,path:"/v0.10/endpoint_manager/admin_resume",method:Ge.POST},e,t)},Jr=function(e,t,r){return Je({service:fe,scope:ge.ALL,path:`/v0.10/endpoint_manager/task/${e}/pause_info`},t,r)},Kr=o,Yr=function(e,t,r){return Je({service:Oe,scope:Le.SEARCH,path:`/v1/index/${e}/search`},t,r)},Xr=function(e,t,r){return Je({service:Oe,scope:Le.SEARCH,path:`/v1/index/${e}/search`,method:Ge.POST},t,r)},Qr=function(e,t,r){return Je({service:Oe,scope:Le.SEARCH,path:`/v1/index/${e}/subject`},t,r)},Zr=function(e,t,r){return Je({service:Oe,scope:Le.SEARCH,path:`/v1/index/${e}/entry`},t,r)},en=c,tn=function(e,t){return Je({scope:Ee.ALL,path:"/v2/groups/my_groups",service:Ae},e,t)},rn=function(e,t,r){return Je({service:Ae,scope:Ee.ALL,path:`/v2/groups/${e}`},t,r)},nn=function(e,t,r){return Je({scope:Ee.ALL,path:`/v2/groups/${e}/policies`,service:Ae},t,r)},on=function(e,t,r){if(!(null==t?void 0:t.payload))throw new Error("payload is required.");return Je({service:Ae,scope:Ee.ALL,path:`/v2/groups/${e}`,method:Ge.POST},t,r)},sn=a,an=function(e,t){return Je({service:ye,scope:be.VIEW_FLOWS,path:"/flows"},e,t)},cn=function(e,t,r){return Je({service:ye,scope:be.VIEW_FLOWS,path:`/flows/${e}`},t,r)},un=function(e,t,r){return Je({scope:be.MANAGE_FLOWS,service:ye,path:`/flows/${e}`,method:Ge.DELETE},t,r)},pn=function(e={},t){return Je({service:ye,scope:be.RUN_MANAGE,path:"/runs"},e,t)},hn=i,dn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/collections"},t,r)},ln=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/collections/${t}`},r,n)},fn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/collections/${t}`,method:Ge.DELETE},r,n)},gn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/collections",method:Ge.POST},t,r)},vn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/collections/${t}`,method:Ge.PUT},r,n)},yn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/collections/${t}`,method:Ge.PATCH},r,n)},mn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/collections/${t}/owner_string`,method:Ge.PUT},r,n)},bn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/collections/${t}/owner_string`,method:Ge.DELETE},r,n)},wn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/endpoint"},t,r)},_n=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/endpoint",method:Ge.PUT},t,r)},An=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/endpoint",method:Ge.PATCH},t,r)},Tn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/endpoint/subscription_id",method:Ge.PUT},t,r)},En=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:t},r,n)},On=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:t,method:Ge.DELETE},r,n)},Sn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:t,method:Ge.PUT},r,n)},Ln=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/roles"},t,r)},Pn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/roles/${t}`},r,n)},kn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/roles/${t}`,method:Ge.DELETE},r,n)},Rn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/roles",method:Ge.POST},t,r)},jn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/storage_gateways"},t,r)},xn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/storage_gateways/${t}`},r,n)},In=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/storage_gateways/${t}`,method:Ge.DELETE},r,n)},Cn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/storage_gateways",method:Ge.POST},t,r)},$n=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/storage_gateways/${t}`,method:Ge.PUT},r,n)},Un=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/storage_gateways/${t}`,method:Ge.PATCH},r,n)},Dn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/user_credentials"},t,r)},Bn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/user_credentials/${t}`},r,n)},Nn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/user_credentials/${t}`,method:Ge.DELETE},r,n)},Mn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/user_credentials",method:Ge.POST},t,r)},Hn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/user_credentials/${t}`,method:Ge.PUT},r,n)},Fn=function(e,t,r,n){return Je({service:e,scope:Gn(e),path:`/api/user_credentials/${t}`,method:Ge.PATCH},r,n)},qn=function(e,t,r){return Je({service:e,scope:Gn(e),path:"/api/info"},t,r)},zn={HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections",NON_HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections[*https://auth.globus.org/scopes/<MAPPED_COLLECTION_ID>/data_access]"};function Gn(e){return zn.HIGH_ASSURANCE.replace("<ENDPOINT_ID>",e.endpoint_id)}const Wn=function(e,t){return Je({service:we,scope:"https://auth.globus.org/scopes/524230d7-ea86-4a52-8312-86065a9e0417/timer",path:"/v2/timer",method:Ge.POST},e,t)},Vn=s,Jn=function(e,t){return Je({service:Pe,scope:Re.ALL,path:"/v2/endpoints",method:Ge.GET},e,t)},Kn=function(e,t,r){return Je({service:Pe,scope:Re.ALL,path:`/v2/endpoints/${e}`,method:Ge.GET},t,r)},Yn=function(e,t,r){return Je({service:Pe,scope:Re.ALL,path:`/v2/endpoints/${e}/status`},t,r)},Xn=u,Qn={integration:"app.integration.globuscs.info",sandbox:"app.sandbox.globuscs.info",test:"app.test.globuscs.info",staging:"app.staging.globuscs.info",preview:"app.preview.globus.org",production:"app.globus.org"};function Zn(e=He()){return Qn[e]}function eo(e,t){return new URL(e||"",`https://${Zn(null==t?void 0:t.environment)}`)}const to={TASK:"/activity/%s/overview",COLLECTION:"/file-manager/collections/%s/overview",ENDPOINT:"/file-manager/collections/%s/overview"};function ro(e,t,r){return eo(to[e].replace(/%s/g,(null==t?void 0:t.join("/"))||""),r)}})(),globus=n})();
@@ -1,8 +0,0 @@
1
- /**
2
- * Obtain the token string for the given scope.
3
- * @param scope The scope string that will be used to look up the token.
4
- * @returns The token string for the given scope or null if no token is found.
5
- * @deprecated Use an `AuthorizationManager` instance to manage tokens.
6
- */
7
- export declare function getTokenForScope(scope: string): string | null;
8
- //# sourceMappingURL=tokens.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../../../src/lib/core/authorization/tokens.ts"],"names":[],"mappings":"AASA;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,iBAO7C"}
@@ -1,24 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getTokenForScope = void 0;
4
- const index_js_1 = require("../storage/index.js");
5
- function isValidToken(check) {
6
- const maybe = check;
7
- return Boolean(maybe.token_type && maybe.access_token);
8
- }
9
- /**
10
- * Obtain the token string for the given scope.
11
- * @param scope The scope string that will be used to look up the token.
12
- * @returns The token string for the given scope or null if no token is found.
13
- * @deprecated Use an `AuthorizationManager` instance to manage tokens.
14
- */
15
- function getTokenForScope(scope) {
16
- const storageValue = (0, index_js_1.getStorage)().get(scope);
17
- const token = storageValue ? JSON.parse(storageValue) : null;
18
- if (!token || !isValidToken(token)) {
19
- return null;
20
- }
21
- return `${token.token_type} ${token.access_token}`;
22
- }
23
- exports.getTokenForScope = getTokenForScope;
24
- //# sourceMappingURL=tokens.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../../../src/lib/core/authorization/tokens.ts"],"names":[],"mappings":";;;AAAA,kDAAiD;AAIjD,SAAS,YAAY,CAAC,KAAc;IAClC,MAAM,KAAK,GAAG,KAAc,CAAC;IAC7B,OAAO,OAAO,CAAC,KAAK,CAAC,UAAU,IAAI,KAAK,CAAC,YAAY,CAAC,CAAC;AACzD,CAAC;AAED;;;;;GAKG;AACH,SAAgB,gBAAgB,CAAC,KAAa;IAC5C,MAAM,YAAY,GAAG,IAAA,qBAAU,GAAE,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC7C,MAAM,KAAK,GAAG,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,IAAI,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,CAAC;QACnC,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,GAAG,KAAK,CAAC,UAAU,IAAI,KAAK,CAAC,YAAY,EAAE,CAAC;AACrD,CAAC;AAPD,4CAOC"}
@@ -1,8 +0,0 @@
1
- /**
2
- * Obtain the token string for the given scope.
3
- * @param scope The scope string that will be used to look up the token.
4
- * @returns The token string for the given scope or null if no token is found.
5
- * @deprecated Use an `AuthorizationManager` instance to manage tokens.
6
- */
7
- export declare function getTokenForScope(scope: string): string | null;
8
- //# sourceMappingURL=tokens.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../../../src/lib/core/authorization/tokens.ts"],"names":[],"mappings":"AASA;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,iBAO7C"}
@@ -1,20 +0,0 @@
1
- import { getStorage } from '../storage/index.js';
2
- function isValidToken(check) {
3
- const maybe = check;
4
- return Boolean(maybe.token_type && maybe.access_token);
5
- }
6
- /**
7
- * Obtain the token string for the given scope.
8
- * @param scope The scope string that will be used to look up the token.
9
- * @returns The token string for the given scope or null if no token is found.
10
- * @deprecated Use an `AuthorizationManager` instance to manage tokens.
11
- */
12
- export function getTokenForScope(scope) {
13
- const storageValue = getStorage().get(scope);
14
- const token = storageValue ? JSON.parse(storageValue) : null;
15
- if (!token || !isValidToken(token)) {
16
- return null;
17
- }
18
- return `${token.token_type} ${token.access_token}`;
19
- }
20
- //# sourceMappingURL=tokens.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../../../src/lib/core/authorization/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,SAAS,YAAY,CAAC,KAAc;IAClC,MAAM,KAAK,GAAG,KAAc,CAAC;IAC7B,OAAO,OAAO,CAAC,KAAK,CAAC,UAAU,IAAI,KAAK,CAAC,YAAY,CAAC,CAAC;AACzD,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,gBAAgB,CAAC,KAAa;IAC5C,MAAM,YAAY,GAAG,UAAU,EAAE,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC7C,MAAM,KAAK,GAAG,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,IAAI,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,CAAC;QACnC,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,GAAG,KAAK,CAAC,UAAU,IAAI,KAAK,CAAC,YAAY,EAAE,CAAC;AACrD,CAAC"}