needle-cloud 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/dist/cli.esm.js +1 -1
- package/dist/index.d.ts +186 -99
- package/dist/index.esm.js +1 -1
- package/package.json +8 -3
package/dist/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import e,{Buffer as t}from"buffer";import n,{UserScope as r}from"@logto/browser";globalThis.Buffer=t;var o,i={Basic:[r.Profile,r.Email],Payment:["read:accounting","write:accounting"],All:[r.Profile,r.Email,r.Roles,r.CustomData,r.Organizations,r.OrganizationRoles].concat(["all","read","write","delete","invite","download","create:org","write:org","delete:org","read:accounting","write:accounting","read:usage"])},s=["Needle Engine"],a=void 0,u=[],l=null,c=null,f=null,d=null,h=new Array;function p(){h.forEach(function(e){try{e()}catch(e){console.error(e)}})}var m=!1,g={setDebug:function(e){m=e},baseUrl:window.location.origin,redirectUri:window.location.origin,postSignOutRedirectUri:window.location.origin,onChanged:function(e){return h.includes(e)||h.push(e),function(){for(;;){var t=h.indexOf(e);if(!(t>=0))break;h.splice(t,1)}}},ready:function(){return c?c.then(function(){return!0}):Promise.reject(new Error("Auth not initialized"))},init:function(e){return c||(c=function(e){try{var t,n,r=function(){var e=y(!0);if(!e)return g.checkIsAuthenticated().then(function(e){return!e||g.requestUserInfo().then(function(){return!0})});var t=new URL(window.location.href);return t.search=e,window.history.replaceState({},"",t.href),Promise.resolve(!0)};if(null!=e&&e.debug&&(m=e.debug),m&&console.debug("Auth.init",e),null!=e&&e.scopes){switch(e.scopes){case"all":e.scopes=i.All;break;case"payment":e.scopes=i.Payment}u=e.scopes}u.length<=0&&(t=u).push.apply(t,i.Basic.concat(i.Payment)),m&&console.debug("Auth.init","Use scopes",u),null!=e&&e.appId?(null==(n=d)?void 0:n.logtoConfig.appId)!==(a=e.appId)&&(m&&console.debug("Auth.init","App ID changed, resetting client"),d=null):(a="2x82zzh5xuudmiotdy2ux",m&&console.debug("Auth.init","Use default app ID",a));var o=function(){var e,t=new URL(window.location.href);if(t.searchParams.has("code")&&t.searchParams.has("state")&&null!=(e=t.searchParams.get("iss"))&&e.includes("https://auth.needle.tools/"))return b().handleSignInCallback(t.href).then(function(){var e=new URL(window.location.href);e.pathname=e.pathname.replace("callback",""),e.searchParams.delete("code"),e.searchParams.delete("state"),e.searchParams.delete("iss");var t=y();t&&(console.log("Restore query before login",t,"Current:",e.search),e.search=t),window.history.replaceState({},"",e.href)}).catch(function(e){console.error(e)})}(),s=function(){if(o instanceof Promise)return Promise.resolve(o.then(function(e){return!0})).then(function(){})}();return Promise.resolve(s&&s.then?s.then(r):r())}catch(e){return Promise.reject(e)}}(e))},isAuthenticated:function(){return o},checkIsAuthenticated:function(){return b().isAuthenticated().then(function(e){return o=e,e})},getUserInfo:function(){return l},getUserId:function(){return l?l.sub:null},getName:function(){return l?l.username?l.username:l.name?l.name:l.email?l.email.split("@")[0]:null:null},requestUserInfo:function(){return f||(f=g.checkIsAuthenticated().then(function(e){return e?b().fetchUserInfo().then(function(e){var t;return m&&(null==e?void 0:e.sub)!=(null==(t=l)?void 0:t.sub)&&console.debug("UserInfo",e),l=e,p(),e}).catch(function(e){return console.error(e),l=null,p(),null}):(l=null,p(),null)}))},requestAccessToken:function(e){return m&&console.debug("requestAccessToken",{org_id:e}),e?b().getOrganizationToken(e):b().getAccessToken("https://cloud.needle.tools/api",e||void 0)},signIn:function(){return g.checkIsAuthenticated().then(function(e){if(0==e){var t;if(null==(t=a)||!t.length)throw new Error("App ID is not set: Make sure to call 'init' first");v(),b().signIn(g.redirectUri)}})},getDefaultTeamId:function(){var e,t=null==(e=l)?void 0:e.custom_data,n=null==t?void 0:t.default_org;return"string"==typeof n?n:void 0},signOut:function(){return f=null,g.checkIsAuthenticated().then(function(e){if(1==e){var t;if(null==(t=a)||!t.length)throw new Error("App ID is not set: Make sure to call 'init' first");v(),b().signOut(g.postSignOutRedirectUri)}})}};function v(){sessionStorage.setItem("needle-auth:query",window.location.search)}function y(e){void 0===e&&(e=!0);var t=sessionStorage.getItem("needle-auth:query");return t?(e&&sessionStorage.removeItem("needle-auth:query"),t):""}function b(){if(!d){if(!a)throw new Error("App ID is not set: Make sure to call 'init' first");var e={endpoint:"https://auth.needle.tools",appId:a,scopes:u,resources:["https://cloud.needle.tools/api"]};m&&console.warn("Creating auth client:",m,e),d=new n(e)}return d}function w(e,t){this.v=e,this.k=t}function x(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function S(e){var t={},n=!1;function r(t,r){return n=!0,r=new Promise(function(n){n(e[t](r))}),{done:!1,value:new w(r,1)}}return t["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this},t.next=function(e){return n?(n=!1,e):r("next",e)},"function"==typeof e.throw&&(t.throw=function(e){if(n)throw n=!1,e;return r("throw",e)}),"function"==typeof e.return&&(t.return=function(e){return n?(n=!1,e):r("return",e)}),t}function E(e){var t,n,r,o=2;for("undefined"!=typeof Symbol&&(n=Symbol.asyncIterator,r=Symbol.iterator);o--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new P(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function P(e){function t(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then(function(e){return{value:e,done:t}})}return P=function(e){this.s=e,this.n=e.next},P.prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(e){var n=this.s.return;return void 0===n?Promise.resolve({value:e,done:!0}):t(n.apply(this.s,arguments))},throw:function(e){var n=this.s.return;return void 0===n?Promise.reject(e):t(n.apply(this.s,arguments))}},new P(e)}function _(e){return new w(e,0)}function T(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return x(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?x(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function j(){return j=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},j.apply(null,arguments)}function O(e){return O=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},O(e)}function R(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(R=function(){return!!e})()}function A(){A=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,o=Object.defineProperty||function(e,t,n){e[t]=n.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function c(e,t,n,r){var i=Object.create((t&&t.prototype instanceof v?t:v).prototype),s=new k(r||[]);return o(i,"_invoke",{value:T(e,n,s)}),i}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=c;var d="suspendedStart",h="suspendedYield",p="executing",m="completed",g={};function v(){}function y(){}function b(){}var w={};l(w,s,function(){return this});var x=Object.getPrototypeOf,S=x&&x(x(U([])));S&&S!==n&&r.call(S,s)&&(w=S);var E=b.prototype=v.prototype=Object.create(w);function P(e){["next","throw","return"].forEach(function(t){l(e,t,function(e){return this._invoke(t,e)})})}function _(e,t){function n(o,i,s,a){var u=f(e[o],e,i);if("throw"!==u.type){var l=u.arg,c=l.value;return c&&"object"==typeof c&&r.call(c,"__await")?t.resolve(c.__await).then(function(e){n("next",e,s,a)},function(e){n("throw",e,s,a)}):t.resolve(c).then(function(e){l.value=e,s(l)},function(e){return n("throw",e,s,a)})}a(u.arg)}var i;o(this,"_invoke",{value:function(e,r){function o(){return new t(function(t,o){n(e,r,t,o)})}return i=i?i.then(o,o):o()}})}function T(t,n,r){var o=d;return function(i,s){if(o===p)throw Error("Generator is already running");if(o===m){if("throw"===i)throw s;return{value:e,done:!0}}for(r.method=i,r.arg=s;;){var a=r.delegate;if(a){var u=j(a,r);if(u){if(u===g)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===d)throw o=m,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=p;var l=f(t,n,r);if("normal"===l.type){if(o=r.done?m:h,l.arg===g)continue;return{value:l.arg,done:r.done}}"throw"===l.type&&(o=m,r.method="throw",r.arg=l.arg)}}}function j(t,n){var r=n.method,o=t.iterator[r];if(o===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,j(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),g;var i=f(o,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,g;var s=i.arg;return s?s.done?(n[t.resultName]=s.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,g):s:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,g)}function O(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function R(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function k(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(O,this),this.reset(!0)}function U(t){if(t||""===t){var n=t[s];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return i.next=i}}throw new TypeError(typeof t+" is not iterable")}return y.prototype=b,o(E,"constructor",{value:b,configurable:!0}),o(b,"constructor",{value:y,configurable:!0}),y.displayName=l(b,u,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,b):(e.__proto__=b,l(e,u,"GeneratorFunction")),e.prototype=Object.create(E),e},t.awrap=function(e){return{__await:e}},P(_.prototype),l(_.prototype,a,function(){return this}),t.AsyncIterator=_,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var s=new _(c(e,n,r,o),i);return t.isGeneratorFunction(n)?s:s.next().then(function(e){return e.done?e.value:s.next()})},P(E),l(E,u,"Generator"),l(E,s,function(){return this}),l(E,"toString",function(){return"[object Generator]"}),t.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=U,k.prototype={constructor:k,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(R),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function o(r,o){return a.type="throw",a.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var s=this.tryEntries[i],a=s.completion;if("root"===s.tryLoc)return o("end");if(s.tryLoc<=this.prev){var u=r.call(s,"catchLoc"),l=r.call(s,"finallyLoc");if(u&&l){if(this.prev<s.catchLoc)return o(s.catchLoc,!0);if(this.prev<s.finallyLoc)return o(s.finallyLoc)}else if(u){if(this.prev<s.catchLoc)return o(s.catchLoc,!0)}else{if(!l)throw Error("try statement without catch or finally");if(this.prev<s.finallyLoc)return o(s.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var s=i?i.completion:{};return s.type=e,s.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(s)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),R(n),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;R(n)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:U(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),g}},t}function k(e,t){return k=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},k(e,t)}function U(e){return function(){return new C(e.apply(this,arguments))}}function C(e){var t,n;function r(t,n){try{var i=e[t](n),s=i.value,a=s instanceof w;Promise.resolve(a?s.v:s).then(function(n){if(a){var u="return"===t?"return":"next";if(!s.k||n.done)return r(u,n);n=e[u](n).value}o(i.done?"return":"normal",n)},function(e){r("throw",e)})}catch(e){o("throw",e)}}function o(e,o){switch(e){case"return":t.resolve({value:o,done:!0});break;case"throw":t.reject(o);break;default:t.resolve({value:o,done:!1})}(t=t.next)?r(t.key,t.arg):n=null}this._invoke=function(e,o){return new Promise(function(i,s){var a={key:e,arg:o,resolve:i,reject:s,next:null};n?n=n.next=a:(t=n=a,r(e,o))})},"function"!=typeof e.return&&(this.return=void 0)}function W(e){var t="function"==typeof Map?new Map:void 0;return W=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return function(e,t,n){if(R())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&k(o,n.prototype),o}(e,arguments,O(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),k(n,e)},W(e)}function L(){L=function(e,t){return new n(e,void 0,t)};var e=RegExp.prototype,t=new WeakMap;function n(e,r,o){var i=RegExp(e,r);return t.set(i,o||t.get(e)),k(i,n.prototype)}function r(e,n){var r=t.get(n);return Object.keys(r).reduce(function(t,n){var o=r[n];if("number"==typeof o)t[n]=e[o];else{for(var i=0;void 0===e[o[i]]&&i+1<o.length;)i++;t[n]=e[o[i]]}return t},Object.create(null))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&k(e,t)}(n,RegExp),n.prototype.exec=function(t){var n=e.exec.call(this,t);if(n){n.groups=r(n,this);var o=n.indices;o&&(o.groups=r(o,this))}return n},n.prototype[Symbol.replace]=function(n,o){if("string"==typeof o){var i=t.get(this);return e[Symbol.replace].call(this,n,o.replace(/\$<([^>]+)>/g,function(e,t){var n=i[t];return"$"+(Array.isArray(n)?n.join("$"):n)}))}if("function"==typeof o){var s=this;return e[Symbol.replace].call(this,n,function(){var e=arguments;return"object"!=typeof e[e.length-1]&&(e=[].slice.call(e)).push(r(e,s)),o.apply(this,e)})}return e[Symbol.replace].call(this,n,o)},L.apply(this,arguments)}C.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},C.prototype.next=function(e){return this._invoke("next",e)},C.prototype.throw=function(e){return this._invoke("throw",e)},C.prototype.return=function(e){return this._invoke("return",e)};var z=/*#__PURE__*/function(e){function t(){var t;return(t=e.call(this)||this).addEventListener("click",function(){g.isAuthenticated()?g.signOut():g.signIn()}),t}var n,r;r=e,(n=t).prototype=Object.create(r.prototype),n.prototype.constructor=n,k(n,r);var o=t.prototype;return o.connectedCallback=function(){var e=this;console.debug("Login button connected..."),this.__update(),this.__unsubscribeOnChange=g.onChanged(function(){e.__update()})},o.disconnectedCallback=function(){var e;null==(e=this.__unsubscribeOnChange)||e.call(this)},o.__update=function(){this.innerHTML=g.isAuthenticated()?"Logout":"Login"},t}(/*#__PURE__*/W(HTMLButtonElement));if(customElements.get("needle-login-button"))try{("localhost"===window.location.hostname||/^(127|192\.168|10\.|172\.(1[6-9]|2[0-9]|3[0-1]))\./.test(window.location.hostname))&&console.debug("needle-login-button is already defined.")}catch(e){}else customElements.define("needle-login-button",z,{extends:"button"});var F="/v1/ai/chat";function N(e){var t={authorization:"Bearer "+e.authToken};return e.org&&(t["x-needle-cloud-org"]=e.org),e.roles&&(t.roles=e.roles.join(",")),e.roles_org&&(t.roles_org=e.roles_org.join(",")),t}var B={credentials:"omit"},I=function(e,t){try{var n=e.baseUrl+"/v1/account/get/licenses",r=j({},t),o=j({},r,N(e));return Promise.resolve(fetch(n,j({},B,{method:"GET",headers:o})).catch(function(e){return console.error(e),null})).then(function(e){var t;function n(n){return t?n:Promise.resolve(e.json()).then(function(e){return e.licenses})}if(!e)return[];var r=function(){if(!e.ok){var n=e.statusText;return Promise.resolve(e.text()).then(function(e){return console.error(n,e),t=1,[]})}}();return r&&r.then?r.then(n):n(r)})}catch(e){return Promise.reject(e)}};function D(e,t){return function(){return e.apply(t,arguments)}}const{toString:M}=Object.prototype,{getPrototypeOf:q}=Object,J=(H=Object.create(null),e=>{const t=M.call(e);return H[t]||(H[t]=t.slice(8,-1).toLowerCase())});var H;const G=e=>(e=e.toLowerCase(),t=>J(t)===e),K=e=>t=>typeof t===e,{isArray:V}=Array,$=K("undefined"),X=G("ArrayBuffer"),Y=K("string"),Z=K("function"),Q=K("number"),ee=e=>null!==e&&"object"==typeof e,te=e=>{if("object"!==J(e))return!1;const t=q(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},ne=G("Date"),re=G("File"),oe=G("Blob"),ie=G("FileList"),se=G("URLSearchParams"),[ae,ue,le,ce]=["ReadableStream","Request","Response","Headers"].map(G);function fe(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),V(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let s;for(r=0;r<i;r++)s=o[r],t.call(null,e[s],s,e)}}function de(e,t){t=t.toLowerCase();const n=Object.keys(e);let r,o=n.length;for(;o-- >0;)if(r=n[o],t===r.toLowerCase())return r;return null}const he="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,pe=e=>!$(e)&&e!==he,me=(ge="undefined"!=typeof Uint8Array&&q(Uint8Array),e=>ge&&e instanceof ge);var ge;const ve=G("HTMLFormElement"),ye=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),be=G("RegExp"),we=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};fe(n,(n,o)=>{let i;!1!==(i=t(n,o,e))&&(r[o]=i||n)}),Object.defineProperties(e,r)},xe="abcdefghijklmnopqrstuvwxyz",Se="0123456789",Ee={DIGIT:Se,ALPHA:xe,ALPHA_DIGIT:xe+xe.toUpperCase()+Se},Pe=G("AsyncFunction"),_e=(Te="function"==typeof setImmediate,je=Z(he.postMessage),Te?setImmediate:je?(Oe=`axios@${Math.random()}`,Re=[],he.addEventListener("message",({source:e,data:t})=>{e===he&&t===Oe&&Re.length&&Re.shift()()},!1),e=>{Re.push(e),he.postMessage(Oe,"*")}):e=>setTimeout(e));var Te,je,Oe,Re;const Ae="undefined"!=typeof queueMicrotask?queueMicrotask.bind(he):"undefined"!=typeof process&&process.nextTick||_e;var ke={isArray:V,isArrayBuffer:X,isBuffer:function(e){return null!==e&&!$(e)&&null!==e.constructor&&!$(e.constructor)&&Z(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||Z(e.append)&&("formdata"===(t=J(e))||"object"===t&&Z(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&X(e.buffer),t},isString:Y,isNumber:Q,isBoolean:e=>!0===e||!1===e,isObject:ee,isPlainObject:te,isReadableStream:ae,isRequest:ue,isResponse:le,isHeaders:ce,isUndefined:$,isDate:ne,isFile:re,isBlob:oe,isRegExp:be,isFunction:Z,isStream:e=>ee(e)&&Z(e.pipe),isURLSearchParams:se,isTypedArray:me,isFileList:ie,forEach:fe,merge:function e(){const{caseless:t}=pe(this)&&this||{},n={},r=(r,o)=>{const i=t&&de(n,o)||o;n[i]=te(n[i])&&te(r)?e(n[i],r):te(r)?e({},r):V(r)?r.slice():r};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&fe(arguments[e],r);return n},extend:(e,t,n,{allOwnKeys:r}={})=>(fe(t,(t,r)=>{e[r]=n&&Z(t)?D(t,n):t},{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,r)=>{let o,i,s;const a={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),i=o.length;i-- >0;)s=o[i],r&&!r(s,e,t)||a[s]||(t[s]=e[s],a[s]=!0);e=!1!==n&&q(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:J,kindOfTest:G,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length);const r=e.indexOf(t,n-=t.length);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(V(e))return e;let t=e.length;if(!Q(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:ve,hasOwnProperty:ye,hasOwnProp:ye,reduceDescriptors:we,freezeMethods:e=>{we(e,(t,n)=>{if(Z(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;Z(e[n])&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))})},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach(e=>{n[e]=!0})};return V(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:de,global:he,isContextDefined:pe,ALPHABET:Ee,generateString:(e=16,t=Ee.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&Z(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(ee(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const o=V(e)?[]:{};return fe(e,(e,t)=>{const i=n(e,r+1);!$(i)&&(o[t]=i)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:Pe,isThenable:e=>e&&(ee(e)||Z(e))&&Z(e.then)&&Z(e.catch),setImmediate:_e,asap:Ae};function Ue(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}ke.inherits(Ue,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ke.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Ce=Ue.prototype,We={};function Le(e){return ke.isPlainObject(e)||ke.isArray(e)}function ze(e){return ke.endsWith(e,"[]")?e.slice(0,-2):e}function Fe(e,t,n){return e?e.concat(t).map(function(e,t){return e=ze(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{We[e]={value:e}}),Object.defineProperties(Ue,We),Object.defineProperty(Ce,"isAxiosError",{value:!0}),Ue.from=(e,t,n,r,o,i)=>{const s=Object.create(Ce);return ke.toFlatObject(e,s,function(e){return e!==Error.prototype},e=>"isAxiosError"!==e),Ue.call(s,e.message,t,n,r,o),s.cause=e,s.name=e.name,i&&Object.assign(s,i),s};const Ne=ke.toFlatObject(ke,{},null,function(e){return/^is[A-Z]/.test(e)});function Be(e,t,n){if(!ke.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=ke.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!ke.isUndefined(t[e])})).metaTokens,o=n.visitor||l,i=n.dots,s=n.indexes,a=(n.Blob||"undefined"!=typeof Blob&&Blob)&&ke.isSpecCompliantForm(t);if(!ke.isFunction(o))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(ke.isDate(e))return e.toISOString();if(!a&&ke.isBlob(e))throw new Ue("Blob is not supported. Use a Buffer instead.");return ke.isArrayBuffer(e)||ke.isTypedArray(e)?a&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function l(e,n,o){let a=e;if(e&&!o&&"object"==typeof e)if(ke.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(ke.isArray(e)&&function(e){return ke.isArray(e)&&!e.some(Le)}(e)||(ke.isFileList(e)||ke.endsWith(n,"[]"))&&(a=ke.toArray(e)))return n=ze(n),a.forEach(function(e,r){!ke.isUndefined(e)&&null!==e&&t.append(!0===s?Fe([n],r,i):null===s?n:n+"[]",u(e))}),!1;return!!Le(e)||(t.append(Fe(o,n,i),u(e)),!1)}const c=[],f=Object.assign(Ne,{defaultVisitor:l,convertValue:u,isVisitable:Le});if(!ke.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!ke.isUndefined(n)){if(-1!==c.indexOf(n))throw Error("Circular reference detected in "+r.join("."));c.push(n),ke.forEach(n,function(n,i){!0===(!(ke.isUndefined(n)||null===n)&&o.call(t,n,ke.isString(i)?i.trim():i,r,f))&&e(n,r?r.concat(i):[i])}),c.pop()}}(e),t}function Ie(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function De(e,t){this._pairs=[],e&&Be(e,this,t)}const Me=De.prototype;function qe(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Je(e,t,n){if(!t)return e;const r=n&&n.encode||qe,o=n&&n.serialize;let i;if(i=o?o(t,n):ke.isURLSearchParams(t)?t.toString():new De(t,n).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}Me.append=function(e,t){this._pairs.push([e,t])},Me.toString=function(e){const t=e?function(t){return e.call(this,t,Ie)}:Ie;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var He=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){ke.forEach(this.handlers,function(t){null!==t&&e(t)})}},Ge={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ke={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:De,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Ve="undefined"!=typeof window&&"undefined"!=typeof document,$e=(Xe="undefined"!=typeof navigator&&navigator.product,Ve&&["ReactNative","NativeScript","NS"].indexOf(Xe)<0);var Xe,Ye={__proto__:null,hasBrowserEnv:Ve,hasStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,hasStandardBrowserEnv:$e,origin:Ve&&window.location.href||"http://localhost",...Ke};function Ze(e){function t(e,n,r,o){let i=e[o++];if("__proto__"===i)return!0;const s=Number.isFinite(+i),a=o>=e.length;return i=!i&&ke.isArray(r)?r.length:i,a?(r[i]=ke.hasOwnProp(r,i)?[r[i],n]:n,!s):(r[i]&&ke.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&ke.isArray(r[i])&&(r[i]=function(e){const t={},n=Object.keys(e);let r;const o=n.length;let i;for(r=0;r<o;r++)i=n[r],t[i]=e[i];return t}(r[i])),!s)}if(ke.isFormData(e)&&ke.isFunction(e.entries)){const n={};return ke.forEachEntry(e,(e,r)=>{t(function(e){return ke.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const Qe={transitional:Ge,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=ke.isObject(e);if(o&&ke.isHTMLForm(e)&&(e=new FormData(e)),ke.isFormData(e))return r?JSON.stringify(Ze(e)):e;if(ke.isArrayBuffer(e)||ke.isBuffer(e)||ke.isStream(e)||ke.isFile(e)||ke.isBlob(e)||ke.isReadableStream(e))return e;if(ke.isArrayBufferView(e))return e.buffer;if(ke.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Be(e,new Ye.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return Ye.isNode&&ke.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((i=ke.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Be(i?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(ke.isString(e))try{return(0,JSON.parse)(e),ke.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Qe.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(ke.isResponse(e)||ke.isReadableStream(e))return e;if(e&&ke.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw Ue.from(e,Ue.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ye.classes.FormData,Blob:Ye.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ke.forEach(["delete","get","head","post","put","patch"],e=>{Qe.headers[e]={}});var et=Qe;const tt=ke.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),nt=Symbol("internals");function rt(e){return e&&String(e).trim().toLowerCase()}function ot(e){return!1===e||null==e?e:ke.isArray(e)?e.map(ot):String(e)}function it(e,t,n,r,o){return ke.isFunction(r)?r.call(this,t,n):(o&&(t=n),ke.isString(t)?ke.isString(r)?-1!==t.indexOf(r):ke.isRegExp(r)?r.test(t):void 0:void 0)}class st{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=rt(t);if(!o)throw new Error("header name must be a non-empty string");const i=ke.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=ot(e))}const i=(e,t)=>ke.forEach(e,(e,n)=>o(e,n,t));if(ke.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(ke.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i((e=>{const t={};let n,r,o;return e&&e.split("\n").forEach(function(e){o=e.indexOf(":"),n=e.substring(0,o).trim().toLowerCase(),r=e.substring(o+1).trim(),!n||t[n]&&tt[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t})(e),t);else if(ke.isHeaders(e))for(const[t,r]of e.entries())o(r,t,n);else null!=e&&o(t,e,n);return this}get(e,t){if(e=rt(e)){const n=ke.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}(e);if(ke.isFunction(t))return t.call(this,e,n);if(ke.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=rt(e)){const n=ke.findKey(this,e);return!(!n||void 0===this[n]||t&&!it(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=rt(e)){const o=ke.findKey(n,e);!o||t&&!it(0,n[o],o,t)||(delete n[o],r=!0)}}return ke.isArray(e)?e.forEach(o):o(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const o=t[n];e&&!it(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return ke.forEach(this,(r,o)=>{const i=ke.findKey(n,o);if(i)return t[i]=ot(r),void delete t[o];const s=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,n)=>t.toUpperCase()+n)}(o):String(o).trim();s!==o&&delete t[o],t[s]=ot(r),n[s]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return ke.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&ke.isArray(n)?n.join(", "):n)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach(e=>n.set(e)),n}static accessor(e){const t=(this[nt]=this[nt]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=rt(e);t[r]||(function(e,t){const n=ke.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return ke.isArray(e)?e.forEach(r):r(e),this}}st.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ke.reduceDescriptors(st.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),ke.freezeMethods(st);var at=st;function ut(e,t){const n=this||et,r=t||n,o=at.from(r.headers);let i=r.data;return ke.forEach(e,function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)}),o.normalize(),i}function lt(e){return!(!e||!e.__CANCEL__)}function ct(e,t,n){Ue.call(this,null==e?"canceled":e,Ue.ERR_CANCELED,t,n),this.name="CanceledError"}function ft(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new Ue("Request failed with status code "+n.status,[Ue.ERR_BAD_REQUEST,Ue.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}ke.inherits(ct,Ue,{__CANCEL__:!0});const dt=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,i=0,s=0;return t=void 0!==t?t:1e3,function(a){const u=Date.now(),l=r[s];o||(o=u),n[i]=a,r[i]=u;let c=s,f=0;for(;c!==i;)f+=n[c++],c%=e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),u-o<t)return;const d=l&&u-l;return d?Math.round(1e3*f/d):void 0}}(50,250);return function(e,t){let n,r,o=0,i=1e3/t;const s=(t,i=Date.now())=>{o=i,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)};return[(...e)=>{const t=Date.now(),a=t-o;a>=i?s(e,t):(n=e,r||(r=setTimeout(()=>{r=null,s(n)},i-a)))},()=>n&&s(n)]}(n=>{const i=n.loaded,s=n.lengthComputable?n.total:void 0,a=i-r,u=o(a);r=i,e({loaded:i,total:s,progress:s?i/s:void 0,bytes:a,rate:u||void 0,estimated:u&&s&&i<=s?(s-i)/u:void 0,event:n,lengthComputable:null!=s,[t?"download":"upload"]:!0})},n)},ht=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},pt=e=>(...t)=>ke.asap(()=>e(...t));var mt=Ye.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=ke.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0},gt=Ye.hasStandardBrowserEnv?{write(e,t,n,r,o,i){const s=[e+"="+encodeURIComponent(t)];ke.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),ke.isString(r)&&s.push("path="+r),ke.isString(o)&&s.push("domain="+o),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function vt(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const yt=e=>e instanceof at?{...e}:e;function bt(e,t){t=t||{};const n={};function r(e,t,n){return ke.isPlainObject(e)&&ke.isPlainObject(t)?ke.merge.call({caseless:n},e,t):ke.isPlainObject(t)?ke.merge({},t):ke.isArray(t)?t.slice():t}function o(e,t,n){return ke.isUndefined(t)?ke.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function i(e,t){if(!ke.isUndefined(t))return r(void 0,t)}function s(e,t){return ke.isUndefined(t)?ke.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}const u={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(e,t)=>o(yt(e),yt(t),!0)};return ke.forEach(Object.keys(Object.assign({},e,t)),function(r){const i=u[r]||o,s=i(e[r],t[r],r);ke.isUndefined(s)&&i!==a||(n[r]=s)}),n}var wt=e=>{const t=bt({},e);let n,{data:r,withXSRFToken:o,xsrfHeaderName:i,xsrfCookieName:s,headers:a,auth:u}=t;if(t.headers=a=at.from(a),t.url=Je(vt(t.baseURL,t.url),e.params,e.paramsSerializer),u&&a.set("Authorization","Basic "+btoa((u.username||"")+":"+(u.password?unescape(encodeURIComponent(u.password)):""))),ke.isFormData(r))if(Ye.hasStandardBrowserEnv||Ye.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if(!1!==(n=a.getContentType())){const[e,...t]=n?n.split(";").map(e=>e.trim()).filter(Boolean):[];a.setContentType([e||"multipart/form-data",...t].join("; "))}if(Ye.hasStandardBrowserEnv&&(o&&ke.isFunction(o)&&(o=o(t)),o||!1!==o&&mt(t.url))){const e=i&&s&>.read(s);e&&a.set(i,e)}return t},xt="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=wt(e);let o=r.data;const i=at.from(r.headers).normalize();let s,a,u,l,c,{responseType:f,onUploadProgress:d,onDownloadProgress:h}=r;function p(){l&&l(),c&&c(),r.cancelToken&&r.cancelToken.unsubscribe(s),r.signal&&r.signal.removeEventListener("abort",s)}let m=new XMLHttpRequest;function g(){if(!m)return;const r=at.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());ft(function(e){t(e),p()},function(e){n(e),p()},{data:f&&"text"!==f&&"json"!==f?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:r,config:e,request:m}),m=null}m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout,"onloadend"in m?m.onloadend=g:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(g)},m.onabort=function(){m&&(n(new Ue("Request aborted",Ue.ECONNABORTED,e,m)),m=null)},m.onerror=function(){n(new Ue("Network Error",Ue.ERR_NETWORK,e,m)),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new Ue(t,(r.transitional||Ge).clarifyTimeoutError?Ue.ETIMEDOUT:Ue.ECONNABORTED,e,m)),m=null},void 0===o&&i.setContentType(null),"setRequestHeader"in m&&ke.forEach(i.toJSON(),function(e,t){m.setRequestHeader(t,e)}),ke.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),f&&"json"!==f&&(m.responseType=r.responseType),h&&([u,c]=dt(h,!0),m.addEventListener("progress",u)),d&&m.upload&&([a,l]=dt(d),m.upload.addEventListener("progress",a),m.upload.addEventListener("loadend",l)),(r.cancelToken||r.signal)&&(s=t=>{m&&(n(!t||t.type?new ct(null,e,m):t),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(s),r.signal&&(r.signal.aborted?s():r.signal.addEventListener("abort",s)));const v=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);v&&-1===Ye.protocols.indexOf(v)?n(new Ue("Unsupported protocol "+v+":",Ue.ERR_BAD_REQUEST,e)):m.send(o||null)})},St=(e,t)=>{let n,r=new AbortController;const o=function(e){if(!n){n=!0,s();const t=e instanceof Error?e:this.reason;r.abort(t instanceof Ue?t:new ct(t instanceof Error?t.message:t))}};let i=t&&setTimeout(()=>{o(new Ue(`timeout ${t} of ms exceeded`,Ue.ETIMEDOUT))},t);const s=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(e=>{e&&(e.removeEventListener?e.removeEventListener("abort",o):e.unsubscribe(o))}),e=null)};e.forEach(e=>e&&e.addEventListener&&e.addEventListener("abort",o));const{signal:a}=r;return a.unsubscribe=s,[a,()=>{i&&clearTimeout(i),i=null}]};const Et=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let r,o=0;for(;o<n;)r=o+t,yield e.slice(o,r),o=r},Pt=(e,t,n,r,o)=>{const i=async function*(e,t,n){for await(const r of e)yield*Et(ArrayBuffer.isView(r)?r:await n(String(r)),t)}(e,t,o);let s,a=0,u=e=>{s||(s=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await i.next();if(t)return u(),void e.close();if(n){let e=a+=r.byteLength;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw u(e),e}},cancel:e=>(u(e),i.return())},{highWaterMark:2})},_t="function"==typeof fetch&&"function"==typeof Request&&"function"==typeof Response,Tt=_t&&"function"==typeof ReadableStream,jt=_t&&("function"==typeof TextEncoder?(Ot=new TextEncoder,e=>Ot.encode(e)):async e=>new Uint8Array(await new Response(e).arrayBuffer()));var Ot;const Rt=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},At=Tt&&Rt(()=>{let e=!1;const t=new Request(Ye.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),kt=Tt&&Rt(()=>ke.isReadableStream(new Response("").body)),Ut={stream:kt&&(e=>e.body)};var Ct;_t&&(Ct=new Response,["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!Ut[e]&&(Ut[e]=ke.isFunction(Ct[e])?t=>t[e]():(t,n)=>{throw new Ue(`Response type '${e}' is not supported`,Ue.ERR_NOT_SUPPORT,n)})}));const Wt={http:null,xhr:xt,fetch:_t&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:i,timeout:s,onDownloadProgress:a,onUploadProgress:u,responseType:l,headers:c,withCredentials:f="same-origin",fetchOptions:d}=wt(e);l=l?(l+"").toLowerCase():"text";let h,p,[m,g]=o||i||s?St([o,i],s):[];const v=()=>{!h&&setTimeout(()=>{m&&m.unsubscribe()}),h=!0};let y;try{if(u&&At&&"get"!==n&&"head"!==n&&0!==(y=await(async(e,t)=>{const n=ke.toFiniteNumber(e.getContentLength());return null==n?(async e=>null==e?0:ke.isBlob(e)?e.size:ke.isSpecCompliantForm(e)?(await new Request(e).arrayBuffer()).byteLength:ke.isArrayBufferView(e)||ke.isArrayBuffer(e)?e.byteLength:(ke.isURLSearchParams(e)&&(e+=""),ke.isString(e)?(await jt(e)).byteLength:void 0))(t):n})(c,r))){let e,n=new Request(t,{method:"POST",body:r,duplex:"half"});if(ke.isFormData(r)&&(e=n.headers.get("content-type"))&&c.setContentType(e),n.body){const[e,t]=ht(y,dt(pt(u)));r=Pt(n.body,65536,e,t,jt)}}ke.isString(f)||(f=f?"include":"omit"),p=new Request(t,{...d,signal:m,method:n.toUpperCase(),headers:c.normalize().toJSON(),body:r,duplex:"half",credentials:f});let o=await fetch(p);const i=kt&&("stream"===l||"response"===l);if(kt&&(a||i)){const e={};["status","statusText","headers"].forEach(t=>{e[t]=o[t]});const t=ke.toFiniteNumber(o.headers.get("content-length")),[n,r]=a&&ht(t,dt(pt(a),!0))||[];o=new Response(Pt(o.body,65536,n,()=>{r&&r(),i&&v()},jt),e)}l=l||"text";let s=await Ut[ke.findKey(Ut,l)||"text"](o,e);return!i&&v(),g&&g(),await new Promise((t,n)=>{ft(t,n,{data:s,headers:at.from(o.headers),status:o.status,statusText:o.statusText,config:e,request:p})})}catch(t){if(v(),t&&"TypeError"===t.name&&/fetch/i.test(t.message))throw Object.assign(new Ue("Network Error",Ue.ERR_NETWORK,e,p),{cause:t.cause||t});throw Ue.from(t,t&&t.code,e,p)}})};ke.forEach(Wt,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});const Lt=e=>`- ${e}`,zt=e=>ke.isFunction(e)||null===e||!1===e;var Ft=e=>{e=ke.isArray(e)?e:[e];const{length:t}=e;let n,r;const o={};for(let i=0;i<t;i++){let t;if(n=e[i],r=n,!zt(n)&&(r=Wt[(t=String(n)).toLowerCase()],void 0===r))throw new Ue(`Unknown adapter '${t}'`);if(r)break;o[t||"#"+i]=r}if(!r){const e=Object.entries(o).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));throw new Ue("There is no suitable adapter to dispatch the request "+(t?e.length>1?"since :\n"+e.map(Lt).join("\n"):" "+Lt(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return r};function Nt(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ct(null,e)}function Bt(e){return Nt(e),e.headers=at.from(e.headers),e.data=ut.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Ft(e.adapter||et.adapter)(e).then(function(t){return Nt(e),t.data=ut.call(e,e.transformResponse,t),t.headers=at.from(t.headers),t},function(t){return lt(t)||(Nt(e),t&&t.response&&(t.response.data=ut.call(e,e.transformResponse,t.response),t.response.headers=at.from(t.response.headers))),Promise.reject(t)})}const It={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{It[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Dt={};It.transitional=function(e,t,n){function r(e,t){return"[Axios v1.7.4] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,i)=>{if(!1===e)throw new Ue(r(o," has been removed"+(t?" in "+t:"")),Ue.ERR_DEPRECATED);return t&&!Dt[o]&&(Dt[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};var Mt={assertOptions:function(e,t,n){if("object"!=typeof e)throw new Ue("options must be an object",Ue.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],s=t[i];if(s){const t=e[i],n=void 0===t||s(t,i,e);if(!0!==n)throw new Ue("option "+i+" must be "+n,Ue.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new Ue("Unknown option "+i,Ue.ERR_BAD_OPTION)}},validators:It};const qt=Mt.validators;class Jt{constructor(e){this.defaults=e,this.interceptors={request:new He,response:new He}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t;Error.captureStackTrace?Error.captureStackTrace(t={}):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=bt(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&Mt.assertOptions(n,{silentJSONParsing:qt.transitional(qt.boolean),forcedJSONParsing:qt.transitional(qt.boolean),clarifyTimeoutError:qt.transitional(qt.boolean)},!1),null!=r&&(ke.isFunction(r)?t.paramsSerializer={serialize:r}:Mt.assertOptions(r,{encode:qt.function,serialize:qt.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let i=o&&ke.merge(o.common,o[t.method]);o&&ke.forEach(["delete","get","head","post","put","patch","common"],e=>{delete o[e]}),t.headers=at.concat(i,o);const s=[];let a=!0;this.interceptors.request.forEach(function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,s.unshift(e.fulfilled,e.rejected))});const u=[];let l;this.interceptors.response.forEach(function(e){u.push(e.fulfilled,e.rejected)});let c,f=0;if(!a){const e=[Bt.bind(this),void 0];for(e.unshift.apply(e,s),e.push.apply(e,u),c=e.length,l=Promise.resolve(t);f<c;)l=l.then(e[f++],e[f++]);return l}c=s.length;let d=t;for(f=0;f<c;){const e=s[f++],t=s[f++];try{d=e(d)}catch(e){t.call(this,e);break}}try{l=Bt.call(this,d)}catch(e){return Promise.reject(e)}for(f=0,c=u.length;f<c;)l=l.then(u[f++],u[f++]);return l}getUri(e){return Je(vt((e=bt(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}ke.forEach(["delete","get","head","options"],function(e){Jt.prototype[e]=function(t,n){return this.request(bt(n||{},{method:e,url:t,data:(n||{}).data}))}}),ke.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(bt(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Jt.prototype[e]=t(),Jt.prototype[e+"Form"]=t(!0)});var Ht=Jt;class Gt{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(e){t=e});const n=this;this.promise.then(e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null}),this.promise.then=e=>{let t;const r=new Promise(e=>{n.subscribe(e),t=e}).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e(function(e,r,o){n.reason||(n.reason=new ct(e,r,o),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new Gt(function(t){e=t}),cancel:e}}}var Kt=Gt;const Vt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Vt).forEach(([e,t])=>{Vt[t]=e});var $t=Vt;const Xt=function e(t){const n=new Ht(t),r=D(Ht.prototype.request,n);return ke.extend(r,Ht.prototype,n,{allOwnKeys:!0}),ke.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(bt(t,n))},r}(et);Xt.Axios=Ht,Xt.CanceledError=ct,Xt.CancelToken=Kt,Xt.isCancel=lt,Xt.VERSION="1.7.4",Xt.toFormData=Be,Xt.AxiosError=Ue,Xt.Cancel=Xt.CanceledError,Xt.all=function(e){return Promise.all(e)},Xt.spread=function(e){return function(t){return e.apply(null,t)}},Xt.isAxiosError=function(e){return ke.isObject(e)&&!0===e.isAxiosError},Xt.mergeConfig=bt,Xt.AxiosHeaders=at,Xt.formToJSON=e=>Ze(ke.isHTMLForm(e)?new FormData(e):e),Xt.getAdapter=Ft,Xt.HttpStatusCode=$t,Xt.default=Xt;var Yt=Xt;const{CanceledError:Zt}=Yt;var Qt,en,tn=function(e,t){try{var n=t.baseUrl+"/v1/jobs/update",r=j({},N(t),{job_id:e.identifier,status:e.status});return Promise.resolve(fetch(n,j({},B,{method:"POST",headers:r,body:JSON.stringify({status_message:e.status_message,error:e.error,progress:e.progress})})).catch(function(e){return console.error(e),null})).then(function(e){return!!e&&e.ok})}catch(e){return Promise.reject(e)}},nn="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},rn={__proto__:null,default:{}},on=(Qt=function(t){!function(){var n="input is invalid type",r="object"==typeof window,o=r?window:{};o.JS_MD5_NO_WINDOW&&(r=!1);var i=!r&&"object"==typeof self,s=!o.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;s?o=nn:i&&(o=self);var a,u=!o.JS_MD5_NO_COMMON_JS&&t.exports,l=!o.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,c="0123456789abcdef".split(""),f=[128,32768,8388608,-2147483648],d=[0,8,16,24],h=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),m=[];if(l){var g=new ArrayBuffer(68);a=new Uint8Array(g),m=new Uint32Array(g)}var v=Array.isArray;!o.JS_MD5_NO_NODE_JS&&v||(v=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var y=ArrayBuffer.isView;!l||!o.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&y||(y=function(e){return"object"==typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var b=function(e){var t=typeof e;if("string"===t)return[e,!0];if("object"!==t||null===e)throw new Error(n);if(l&&e.constructor===ArrayBuffer)return[new Uint8Array(e),!1];if(!v(e)&&!y(e))throw new Error(n);return[e,!1]},w=function(e){return function(t){return new S(!0).update(t)[e]()}},x=function(e){return function(t,n){return new E(t,!0).update(n)[e]()}};function S(e){if(e)m[0]=m[16]=m[1]=m[2]=m[3]=m[4]=m[5]=m[6]=m[7]=m[8]=m[9]=m[10]=m[11]=m[12]=m[13]=m[14]=m[15]=0,this.blocks=m,this.buffer8=a;else if(l){var t=new ArrayBuffer(68);this.buffer8=new Uint8Array(t),this.blocks=new Uint32Array(t)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}function E(e,t){var n,r=b(e);if(e=r[0],r[1]){var o,i=[],s=e.length,a=0;for(n=0;n<s;++n)(o=e.charCodeAt(n))<128?i[a++]=o:o<2048?(i[a++]=192|o>>>6,i[a++]=128|63&o):o<55296||o>=57344?(i[a++]=224|o>>>12,i[a++]=128|o>>>6&63,i[a++]=128|63&o):(o=65536+((1023&o)<<10|1023&e.charCodeAt(++n)),i[a++]=240|o>>>18,i[a++]=128|o>>>12&63,i[a++]=128|o>>>6&63,i[a++]=128|63&o);e=i}e.length>64&&(e=new S(!0).update(e).array());var u=[],l=[];for(n=0;n<64;++n){var c=e[n]||0;u[n]=92^c,l[n]=54^c}S.call(this,t),this.update(l),this.oKeyPad=u,this.inner=!0,this.sharedMemory=t}S.prototype.update=function(e){if(this.finalized)throw new Error("finalize already called");for(var t,n,r=b(e),o=r[1],i=0,s=(e=r[0]).length,a=this.blocks,u=this.buffer8;i<s;){if(this.hashed&&(this.hashed=!1,a[0]=a[16],a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),o)if(l)for(n=this.start;i<s&&n<64;++i)(t=e.charCodeAt(i))<128?u[n++]=t:t<2048?(u[n++]=192|t>>>6,u[n++]=128|63&t):t<55296||t>=57344?(u[n++]=224|t>>>12,u[n++]=128|t>>>6&63,u[n++]=128|63&t):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),u[n++]=240|t>>>18,u[n++]=128|t>>>12&63,u[n++]=128|t>>>6&63,u[n++]=128|63&t);else for(n=this.start;i<s&&n<64;++i)(t=e.charCodeAt(i))<128?a[n>>>2]|=t<<d[3&n++]:t<2048?(a[n>>>2]|=(192|t>>>6)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]):t<55296||t>=57344?(a[n>>>2]|=(224|t>>>12)<<d[3&n++],a[n>>>2]|=(128|t>>>6&63)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),a[n>>>2]|=(240|t>>>18)<<d[3&n++],a[n>>>2]|=(128|t>>>12&63)<<d[3&n++],a[n>>>2]|=(128|t>>>6&63)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]);else if(l)for(n=this.start;i<s&&n<64;++i)u[n++]=e[i];else for(n=this.start;i<s&&n<64;++i)a[n>>>2]|=e[i]<<d[3&n++];this.lastByteIndex=n,this.bytes+=n-this.start,n>=64?(this.start=n-64,this.hash(),this.hashed=!0):this.start=n}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296|0,this.bytes=this.bytes%4294967296),this},S.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[t>>>2]|=f[3&t],t>=56&&(this.hashed||this.hash(),e[0]=e[16],e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.bytes<<3,e[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},S.prototype.hash=function(){var e,t,n,r,o,i,s=this.blocks;this.first?t=((t=((e=((e=s[0]-680876937)<<7|e>>>25)-271733879|0)^(n=((n=(-271733879^(r=((r=(-1732584194^2004318071&e)+s[1]-117830708)<<12|r>>>20)+e|0)&(-271733879^e))+s[2]-1126478375)<<17|n>>>15)+r|0)&(r^e))+s[3]-1316259209)<<22|t>>>10)+n|0:(e=this.h0,t=this.h1,t=((t+=((e=((e+=((r=this.h3)^t&((n=this.h2)^r))+s[0]-680876936)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[1]-389564586)<<12|r>>>20)+e|0)&(e^t))+s[2]+606105819)<<17|n>>>15)+r|0)&(r^e))+s[3]-1044525330)<<22|t>>>10)+n|0),t=((t+=((e=((e+=(r^t&(n^r))+s[4]-176418897)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[5]+1200080426)<<12|r>>>20)+e|0)&(e^t))+s[6]-1473231341)<<17|n>>>15)+r|0)&(r^e))+s[7]-45705983)<<22|t>>>10)+n|0,t=((t+=((e=((e+=(r^t&(n^r))+s[8]+1770035416)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[9]-1958414417)<<12|r>>>20)+e|0)&(e^t))+s[10]-42063)<<17|n>>>15)+r|0)&(r^e))+s[11]-1990404162)<<22|t>>>10)+n|0,t=((t+=((e=((e+=(r^t&(n^r))+s[12]+1804603682)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[13]-40341101)<<12|r>>>20)+e|0)&(e^t))+s[14]-1502002290)<<17|n>>>15)+r|0)&(r^e))+s[15]+1236535329)<<22|t>>>10)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[1]-165796510)<<5|e>>>27)+t|0)^t))+s[6]-1069501632)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[11]+643717713)<<14|n>>>18)+r|0)^r))+s[0]-373897302)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[5]-701558691)<<5|e>>>27)+t|0)^t))+s[10]+38016083)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[15]-660478335)<<14|n>>>18)+r|0)^r))+s[4]-405537848)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[9]+568446438)<<5|e>>>27)+t|0)^t))+s[14]-1019803690)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[3]-187363961)<<14|n>>>18)+r|0)^r))+s[8]+1163531501)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[13]-1444681467)<<5|e>>>27)+t|0)^t))+s[2]-51403784)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[7]+1735328473)<<14|n>>>18)+r|0)^r))+s[12]-1926607734)<<20|t>>>12)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[5]-378558)<<4|e>>>28)+t|0))+s[8]-2022574463)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[11]+1839030562)<<16|n>>>16)+r|0))+s[14]-35309556)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[1]-1530992060)<<4|e>>>28)+t|0))+s[4]+1272893353)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[7]-155497632)<<16|n>>>16)+r|0))+s[10]-1094730640)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[13]+681279174)<<4|e>>>28)+t|0))+s[0]-358537222)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[3]-722521979)<<16|n>>>16)+r|0))+s[6]+76029189)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[9]-640364487)<<4|e>>>28)+t|0))+s[12]-421815835)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[15]+530742520)<<16|n>>>16)+r|0))+s[2]-995338651)<<23|t>>>9)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[0]-198630844)<<6|e>>>26)+t|0)|~n))+s[7]+1126891415)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[14]-1416354905)<<15|n>>>17)+r|0)|~e))+s[5]-57434055)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[12]+1700485571)<<6|e>>>26)+t|0)|~n))+s[3]-1894986606)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[10]-1051523)<<15|n>>>17)+r|0)|~e))+s[1]-2054922799)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[8]+1873313359)<<6|e>>>26)+t|0)|~n))+s[15]-30611744)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[6]-1560198380)<<15|n>>>17)+r|0)|~e))+s[13]+1309151649)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[4]-145523070)<<6|e>>>26)+t|0)|~n))+s[11]-1120210379)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[2]+718787259)<<15|n>>>17)+r|0)|~e))+s[9]-343485551)<<21|t>>>11)+n|0,this.first?(this.h0=e+1732584193|0,this.h1=t-271733879|0,this.h2=n-1732584194|0,this.h3=r+271733878|0,this.first=!1):(this.h0=this.h0+e|0,this.h1=this.h1+t|0,this.h2=this.h2+n|0,this.h3=this.h3+r|0)},S.prototype.toString=S.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3;return c[e>>>4&15]+c[15&e]+c[e>>>12&15]+c[e>>>8&15]+c[e>>>20&15]+c[e>>>16&15]+c[e>>>28&15]+c[e>>>24&15]+c[t>>>4&15]+c[15&t]+c[t>>>12&15]+c[t>>>8&15]+c[t>>>20&15]+c[t>>>16&15]+c[t>>>28&15]+c[t>>>24&15]+c[n>>>4&15]+c[15&n]+c[n>>>12&15]+c[n>>>8&15]+c[n>>>20&15]+c[n>>>16&15]+c[n>>>28&15]+c[n>>>24&15]+c[r>>>4&15]+c[15&r]+c[r>>>12&15]+c[r>>>8&15]+c[r>>>20&15]+c[r>>>16&15]+c[r>>>28&15]+c[r>>>24&15]},S.prototype.array=S.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3;return[255&e,e>>>8&255,e>>>16&255,e>>>24&255,255&t,t>>>8&255,t>>>16&255,t>>>24&255,255&n,n>>>8&255,n>>>16&255,n>>>24&255,255&r,r>>>8&255,r>>>16&255,r>>>24&255]},S.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(16),t=new Uint32Array(e);return t[0]=this.h0,t[1]=this.h1,t[2]=this.h2,t[3]=this.h3,e},S.prototype.buffer=S.prototype.arrayBuffer,S.prototype.base64=function(){for(var e,t,n,r="",o=this.array(),i=0;i<15;)e=o[i++],t=o[i++],n=o[i++],r+=p[e>>>2]+p[63&(e<<4|t>>>4)]+p[63&(t<<2|n>>>6)]+p[63&n];return r+(p[(e=o[i])>>>2]+p[e<<4&63]+"==")},(E.prototype=new S).finalize=function(){if(S.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();S.call(this,this.sharedMemory),this.update(this.oKeyPad),this.update(e),S.prototype.finalize.call(this)}};var P=function(){var t=w("hex");s&&(t=function(t){var r,i=rn,s=e.Buffer;return r=s.from&&!o.JS_MD5_NO_BUFFER_FROM?s.from:function(e){return new s(e)},function(e){if("string"==typeof e)return i.createHash("md5").update(e,"utf8").digest("hex");if(null==e)throw new Error(n);return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),v(e)||y(e)||e.constructor===s?i.createHash("md5").update(r(e)).digest("hex"):t(e)}}(t)),t.create=function(){return new S},t.update=function(e){return t.create().update(e)};for(var r=0;r<h.length;++r){var i=h[r];t[i]=w(i)}return t}();P.md5=P,P.md5.hmac=function(){var e=x("hex");e.create=function(e){return new E(e)},e.update=function(t,n){return e.create(t).update(n)};for(var t=0;t<h.length;++t){var n=h[t];e[n]=x(n)}return e}(),u?t.exports=P:o.md5=P}()},Qt(en={exports:{}}),en.exports);function sn(e,t=0){return cn(e,t,2).getUint16(0,!0)}function an(e,t=0){return cn(e,t,4).getUint32(0,!0)}function un(e,t=0,n=e.byteLength){const r=e.slice(t,t+n);return fn.decode(new Uint8Array(r))}function ln(e,t,n=0){if(e.length<t.length+n)return!1;for(const[r,o]of t.entries())if(null!==o&&o!==e[r+n])return!1;return!0}function cn(e,t,n){const r=e.slice(t,t+n);return new DataView(new Uint8Array(r).buffer)}const fn=new TextDecoder("utf8"),dn=[["db","application/vnd.sqlite3",[83,81,76,105,116,101,32,102,111,114,109,97,116,32,51,0]],["woff","font/woff",[119,79,70,70]],["woff2","font/woff2",[119,79,70,50]],["bmp","image/bmp",[66,77]],["gif","image/gif",[71,73,70,56,55,97]],["gif","image/gif",[71,73,70,56,57,97]],["heic","image/heic",[102,116,121,112,104,101,105],{offset:4}],["heic","image/heic",[102,116,121,112,109],{offset:4}],["ico","image/x-icon",[0,0,1,0]],["jpg","image/jpeg",[255,216,255]],["pdf","application/pdf",[37,80,68,70,45]],["png","image/png",[137,80,78,71,13,10,26,10]],["7z","application/x-7z-compressed",[55,122,188,175,39,28]],["rar","application/x-rar-compressed",[82,97,114,33,26,7,0]],["rar","application/x-rar-compressed",[82,97,114,33,26,7,1,0]],["rtf","application/rtf",[123,92,114,116,102,49]],["bz2","application/x-bzip2",[66,90,104]],["gz","application/gzip",[31,139]],["tar","application/x-tar",[117,115,116,97,114,0,48,48],{offset:257}],["tar","application/x-tar",[117,115,116,97,114,32,32,0],{offset:257}],["tif","image/tiff",[73,73,42,0]],["tiff","image/tiff",[77,77,0,42]],["zip","application/zip",[80,75,3,4],{exact:!1}],["zip","application/zip",[80,75,5,6]],["mp3","audio/mp3",[255,251]],["mp3","audio/mp3",[255,243]],["mp3","audio/mp3",[255,242]],["mp3","audio/mp3",[73,68,51]],["mp4","video/mp4",[102,116,121,112,105,115,111,109],{offset:4}],["avi","video/x-msvideo",[82,73,70,70,null,null,null,null,65,86,73,32]],["wav","audio/wav",[82,73,70,70,null,null,null,null,87,65,86,69]],["ogx","application/ogg",[79,103,103,83],{exact:!1},[["oga","audio/ogg",[127,70,76,65,67],{offset:28}],["ogg","audio/ogg",[1,118,111,114,98,105,115],{offset:28}],["ogm","video/ogg",[1,118,105,100,101,111,0],{offset:28}],["ogv","video/ogg",[128,116,104,101,111,114,97],{offset:28}]]],["webp","image/webp",[82,73,70,70,null,null,null,null,87,69,66,80]],["psd","image/vnd.adobe.photoshop",[56,66,80,83]],["flac","audio/x-flac",[102,76,97,67]],["wasm","application/wasm",[0,97,115,109]],["deb","application/x-deb",[33,60,97,114,99,104,62,10]],["exe","application/x-msdownload",[77,90]],["exe","application/x-msdownload",[90,77]],["class","application/java-vm",[202,254,186,190]]];function hn(e){return e.flatMap(([e,t,n,r={},o=[]])=>[[e,t,n,r],...o])}function pn(e,t){const n=sn(e,26),r=un(e,30,n),[o]=r.split("/"),i=r.endsWith(".xml");return"META-INF"===o?{ext:"jar",mime:"application/java-archive"}:"ppt"===o&&i?{ext:"pptx",mime:"application/vnd.openxmlformats-officedocument.presentationml.presentation"}:"word"===o&&i?{ext:"docx",mime:"application/vnd.openxmlformats-officedocument.wordprocessingml.document"}:"xl"===o&&i?{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}:"mimetype"===o?function(e,t){const n=an(e,18),r=an(e,22),o=sn(e,28);if(n===r){const r=un(e,30+t+o,n);if("application/vnd.oasis.opendocument.presentation"===r)return{ext:"odp",mime:r};if("application/vnd.oasis.opendocument.spreadsheet"===r)return{ext:"ods",mime:r};if("application/vnd.oasis.opendocument.text"===r)return{ext:"odt",mime:r};if("application/epub+zip"===r)return{ext:"epub",mime:r}}}(e,n)??t:t}const mn=function(e){return hn(e).map(([e,t,n,{offset:r=0}={}])=>n.length+r).reduce((e,t)=>t>e?t:e,0)}(dn);function gn(e,t){for(const[n,r,o,{exact:i=!0,offset:s=0}={},a=[]]of t)if(ln(e,o,s)){if("zip"===n&&!i)return pn(e.buffer,{ext:n,mime:r});if(!i&&a.length)for(const[t,n,r,{offset:o=0}={}]of a)if(ln(e,r,o))return{ext:t,mime:n};return{ext:n,mime:r}}}function vn(e){var t=on.md5.create();return t.update(e),t.base64()}function yn(e,t){void 0===t&&(t=void 0);var n=function(e,{extra:t=!1,hint:n}={}){const r=new Uint8Array(e.slice(0,mn));if(n){const e=function(e,{ext:t,mime:n}){return t||n?hn(e).filter(e=>e[0]===t||e[1]===n):[]}(dn,n);if(e.length>0){const t=gn(r,e);if(void 0!==t)return t}}return gn(r,dn)||(t?function(e){return function(e){try{const t=un(e);if(!function(e){for(let t=0;t<e.length;t++)try{const n=e.charCodeAt(t);if(65533===n||n<=8)return!1}catch{return!1}return!0}(t))return;try{return JSON.parse(t),{ext:"json",mime:"application/json"}}catch{return{ext:"txt",mime:"text/plain"}}}catch{return}}(e)}(e):void 0)}(e);if(n)return n.mime;for(var r=new Uint8Array(e).subarray(0,4),o="",i=0;i<r.length;i++)o+=r[i].toString(16);var s="unknown";switch(o){case"676c5446":s="model/gltf-binary";break;case"89504e47":s="image/png";break;case"ffd8ffe0":case"ffd8ffe1":case"ffd8ffe2":case"ffd8ffe3":case"ffd8ffe8":s="image/jpeg";break;default:s="unknown"}return"unknown"===s&&"string"==typeof t&&(s=bn(t)),s}function bn(e){var t=e.toLowerCase(),n="";return t.endsWith(".html")||t.endsWith(".html.gz")||t.endsWith(".html.br")?n="text/html":t.endsWith(".js")||t.endsWith(".js.gz")||t.endsWith(".js.br")||t.endsWith(".mjs")||t.endsWith(".mjs.gz")||t.endsWith(".mjs.br")||t.endsWith(".cjs")||t.endsWith(".cjs.gz")||t.endsWith(".cjs.br")?n="application/javascript":t.endsWith(".wasm")?n="application/wasm":t.endsWith(".css")||t.endsWith(".css.gz")||t.endsWith(".css.br")?n="text/css":t.endsWith(".json")?n="application/json":t.endsWith(".txt")?n="text/plain":t.endsWith(".bin")?n="application/octet-stream":t.endsWith(".png")?n="image/png":t.endsWith(".jpg")||t.endsWith(".jpeg")?n="image/jpeg":t.endsWith(".gif")?n="image/gif":t.endsWith(".webp")?n="image/webp":t.endsWith(".svg")?n="image/svg+xml":t.endsWith(".xml")?n="application/xml":t.endsWith(".glb")?n="model/gltf-binary":t.endsWith(".gltf")?n="model/gltf+json":t.endsWith(".vrm")?n="model/gltf-binary":t.endsWith(".usdz")?n="model/vnd.usdz+zip":t.endsWith(".usda")?n="model/vnd.usd-usda":t.endsWith(".usdc")?n="model/vnd.usd-usdc":t.endsWith(".usd")?n="model/vnd.usd-usd":t.endsWith(".mtl")?n="model/mtl":t.endsWith(".obj")?n="model/obj":t.endsWith(".fbx")?n="model/vnd.autodesk.fbx":t.endsWith(".stl")?n="model/stl":t.endsWith(".mtlx")&&(n="application/materialx+xml"),n}function wn(e,t,n){void 0===t&&(t=void 0),void 0===n&&(n=!0);var r=Math.abs(e);if(r>=1099511627776){var o=n?" TB":"";return(e/1099511627776).toFixed(void 0===t?2:t)+o}if(r>=1073741824){var i=n?" GB":"";return(e/1073741824).toFixed(void 0===t?2:t)+i}if(r>=1048576){var s=n?" MB":"";return(e/1048576).toFixed(void 0===t?1:t)+s}if(r>=1024){var a=n?" KB":"";return(e/1024).toFixed(void 0===t?0:t)+a}var u=n?" B":"";return e.toFixed(0)+u}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));var xn=function(e){try{return Promise.resolve(new Promise(function(t){return setTimeout(t,e)}))}catch(e){return Promise.reject(e)}},Sn=/*#__PURE__*/L(/^image_(\d+)_|^mesh_lod_(\d+)_/,{image_lod:1,mesh_lod:2});function En(e,t,n){if(!e.s){if(n instanceof Pn){if(!n.s)return void(n.o=En.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(En.bind(null,e,t),En.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}var Pn=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,n){var r=new e,o=this.s;if(o){var i=1&o?t:n;if(i){try{En(r,1,i(this.v))}catch(e){En(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?En(r,1,t?t(o):o):n?En(r,1,n(o)):En(r,2,o)}catch(e){En(r,2,e)}},r},e}();function _n(e){return e instanceof Pn&&1&e.s}function Tn(e){return e.includes("\\u")?JSON.parse('"'+e+'"'):decodeURIComponent(e)}function jn(e){for(var t=-1,n=Infinity,r=0;r<e.length;r++){var o=e[r];o.path.split("/").length<n&&(n=o.path.split("/").length,t=r)}return t<0?null:e[t]}var On=/*#__PURE__*/function(){function e(e,t){this.totalFiles=e,this.estimatedTotalSize=t,this.uploadedSize=0,this.startTime=Date.now(),this.lastUpdateTime=this.startTime,this.lastUploadedSize=0,this.speedEMA=null,this.emaFactor=.1,this.smoothedRemainingTime=null,this.recentSpeeds=new Array,this.maxRecentSpeeds=20,this.initialEstimateThreshold=.05}var t=e.prototype;return t.updateProgress=function(e){var t=Date.now(),n=(t-this.lastUpdateTime)/1e3,r=e-this.lastUploadedSize;if(this.uploadedSize=e,n>0&&r>0){this.recentSpeeds.push(r/n),this.recentSpeeds.length>this.maxRecentSpeeds&&this.recentSpeeds.shift();var o=this.recentSpeeds.reduce(function(e,t){return e+t},0)/this.recentSpeeds.length;this.speedEMA=null===this.speedEMA?o:this.emaFactor*o+(1-this.emaFactor)*this.speedEMA}this.lastUpdateTime=t,this.lastUploadedSize=e;var i,s=this.uploadedSize/this.estimatedTotalSize,a=(t-this.startTime)/1e3,u=this.speedEMA&&this.speedEMA>0?this.speedEMA:this.uploadedSize/a;return i=u>0?(this.estimatedTotalSize-this.uploadedSize)/u:Infinity,this.smoothedRemainingTime=s>=this.initialEstimateThreshold?null===this.smoothedRemainingTime?i:.9*this.smoothedRemainingTime+.1*i:a/s-a,this.smoothedRemainingTime=Math.max(this.smoothedRemainingTime,(this.estimatedTotalSize-this.uploadedSize)/u),{progress:100*s,estimatedTimeRemaining:Math.round(this.smoothedRemainingTime),estimatedTimeRemainingString:this.smoothedRemainingTime>3?this.__formatTime(this.smoothedRemainingTime):"few seconds"}},t.__formatTime=function(e){if(!isFinite(e)||e>86400)return"Calculating...";if(e<60)return Math.round(e)+"sec";var t=Math.floor(e/60);return t<60?t+"min":Math.floor(t/60)+"h "+t%60+"min"},e}();function Rn(e,t,n){if(!e.s){if(n instanceof An){if(!n.s)return void(n.o=Rn.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(Rn.bind(null,e,t),Rn.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));var An=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,n){var r=new e,o=this.s;if(o){var i=1&o?t:n;if(i){try{Rn(r,1,i(this.v))}catch(e){Rn(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?Rn(r,1,t?t(o):o):n?Rn(r,1,n(o)):Rn(r,2,o)}catch(e){Rn(r,2,e)}},r},e}();function kn(e){return e instanceof An&&1&e.s}function Un(e,t,n){var r,o,i=-1;return function s(a){try{for(;++i<e.length&&(!n||!n());)if((a=t(i))&&a.then){if(!kn(a))return void a.then(s,o||(o=Rn.bind(null,r=new An,2)));a=a.v}r?Rn(r,1,a):r=a}catch(e){Rn(r||(r=new An),2,e)}}(),r}function Cn(e,t,n){for(var r;;){var o=e();if(kn(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!kn(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!kn(s)){r=2;break}}}var a=new An,u=Rn.bind(null,a,2);return(0===r?o.then(c):1===r?i.then(l):s.then(f)).then(void 0,u),a;function l(r){i=r;do{if(t&&(s=t())&&s.then&&!kn(s))return void s.then(f).then(void 0,u);if(!(o=e())||kn(o)&&!o.v)return void Rn(a,1,i);if(o.then)return void o.then(c).then(void 0,u);kn(i=n())&&(i=i.v)}while(!i||!i.then);i.then(l).then(void 0,u)}function c(e){e?(i=n())&&i.then?i.then(l).then(void 0,u):l(i):Rn(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):Rn(a,1,i)}}var Wn=[];function Ln(e){return zn.apply(this,arguments)}function zn(){return zn=U(/*#__PURE__*/A().mark(function e(t){var n,r,o,i,s,a,u,l,c,f;return A().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=t.getReader(),r=new TextDecoder,o="",e.prev=3;case 4:return e.next=7,_(n.read());case 7:if(s=(i=e.sent).value,!i.done){e.next=12;break}return e.abrupt("break",26);case 12:o+=r.decode(s,{stream:!0}),a=o.split("\n\n"),o=a.pop()||"",u=T(a);case 16:if((l=u()).done){e.next=24;break}if(!(c=Fn(l.value))){e.next=22;break}return e.next=22,c;case 22:e.next=16;break;case 24:e.next=4;break;case 26:if(!o.trim()){e.next=31;break}if(!(f=Fn(o))){e.next=31;break}return e.next=31,f;case 31:return e.prev=31,n.releaseLock(),e.finish(31);case 34:case"end":return e.stop()}},e,null,[[3,,31,34]])})),zn.apply(this,arguments)}function Fn(e){for(var t,n=null,r="",o=void 0,i=T(e.split("\n"));!(t=i()).done;){var s=t.value;s.startsWith("event: ")?n=s.slice(7).trim():s.startsWith("data: ")?r=s.slice(6):s.startsWith("id: ")&&(o=parseInt(s.slice(4).trim(),10))}if(!n)return null;var a=null;switch(n){case"delta":a={type:"delta",content:decodeURIComponent(r)};break;case"message":a={type:"message",content:decodeURIComponent(r)};break;case"status":a={type:"status",message:decodeURIComponent(r)};break;case"error":a={type:"error",message:decodeURIComponent(r)};break;case"stopped":a={type:"stopped"};break;case"tool_call":a=j({type:"tool_call"},JSON.parse(r));break;case"tool_result":a=j({type:"tool_result"},JSON.parse(r));break;case"client_tool_request":a=j({type:"client_tool_request"},JSON.parse(r));break;case"done":a={type:"done",token_usage:JSON.parse(r)};break;case"message_id":a={type:"message_id",message_id:decodeURIComponent(r)};break;case"chat_id":a={type:"chat_id",chat_id:decodeURIComponent(r)}}return a&&void 0!==o&&(a.id=o),a}function Nn(e,t){var n=N(e);return null!=t&&t.personal&&(n["x-needle-ai-chat"]="personal"),n}function Bn(){return Bn=U(/*#__PURE__*/A().mark(function e(t,n){var r,o,i,s;return A().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=new URL(t.baseUrl+F),(o=Nn(t,n))["Content-Type"]="application/json",i={type:"new_message",slug:n.slug,message:n.message,stream:!0,source:n.source,full_url:n.full_url,pathname:n.pathname,client_tools:n.client_tools,context:n.context},e.next=6,_(fetch(r,j({},B,{method:"POST",headers:o,body:JSON.stringify(i)})));case 6:if((s=e.sent).ok){e.next=12;break}return e.next=10,_(s.text());case 10:throw new Error("Failed to stream chat message ("+s.status+"): "+e.sent);case 12:if(s.body){e.next=14;break}throw new Error("Response body is null — streaming not supported in this environment");case 14:return e.delegateYield(S(E(Ln(s.body))),"t0",15);case 15:case"end":return e.stop()}},e)})),Bn.apply(this,arguments)}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")),new Array;var In=function(e,t){try{return Promise.resolve(t?{authToken:t,org:e||void 0}:g.requestAccessToken(e).then(function(t){return{authToken:t,org:e||void 0}}))}catch(e){return Promise.reject(e)}},Dn=function(e,t){try{return Promise.resolve(In(t.org)).then(function(n){if(!n)throw new Error("Not authenticated");var r=e.map(function(e){return function(e,t){if(void 0===t&&(t=null),"object"==typeof(r=e)&&"string"==typeof r.name&&"string"==typeof r.mimetype){var n=e.mimetype||bn(e.name);e=new File([e.buffer],e.name,{type:n})}else e.type||(e=new File([e],e.name,{type:bn(e.name)}));var r,o=e;return null==t&&(t=e.webkitRelativePath||""),o.path=t+e.name,o}(e)});return function(e,t,n){void 0===n&&(n=void 0);try{var r=function(e,t,n){void 0===n&&(n=void 0);try{var r,o=t.files,i=(null==(r=n)?void 0:r.loglevel)||"none";if(!o.length)return"none"!=i&&console.error("No files to upload"),Promise.resolve({success:!1,error:"No files to upload"});if(!t.entrypoint){var s=function(e){var t=null,n="",r=e.filter(function(e){return"index.html"===e.name.toLowerCase()||"index.html.gz"===e.name.toLowerCase()||"index.html.br"===e.name.toLowerCase()});if(1===r.length)return r[0];var o=e.filter(function(e){return e.name.toLowerCase().endsWith(".html")||e.name.toLowerCase().endsWith(".htm")||e.name.toLowerCase().endsWith(".html.gz")||e.name.toLowerCase().endsWith(".html.br")});if(1===o.length)return o[0];if(o.length>1){for(var i,s=new Map,a=T(o);!(i=a()).done;){var u=i.value,l=u.path.split("/"),c=s.get(l.length);c||s.set(l.length,c=[]),c.push(u)}var f=Array.from(s.keys()).sort(function(e,t){return e-t});if(f.length>0)for(var d,h=T(f);!(d=h()).done;){var p=s.get(d.value);if(p)return p.find(function(e){return"index.html"===e.name.toLowerCase()||"index.html.gz"===e.name.toLowerCase()||"index.html.br"===e.name.toLowerCase()})||p[0]}return n="Invalid upload: Multiple HTML files found but could not determine root.",console.error(n,o.map(function(e){return e.path||e.name})),{error:n}}var m=e.filter(function(e){return e.name.toLowerCase().endsWith(".glb")||e.name.toLowerCase().endsWith(".gltf")||e.name.toLowerCase().endsWith(".vrm")});if(m.length>1){var g=function(e){for(var t,n=new Array,r=/(mesh_lod|image)_\d_(.{1,50})/,o=T(e);!(t=o()).done;){var i=t.value;if(!r.test(i.name)){var s=i.name.toLowerCase();(s.endsWith(".gltf")||s.endsWith(".vrm")||s.endsWith(".glb"))&&n.push(i)}}return 1==n.length?n[0]:jn(n)}(m);return g?t=g:(n="Invalid upload: Multiple glb/glTF/vrm files found. This is currently not supported.",console.error(n,m.map(function(e){return e.path||e.name})),{error:n})}if(1===m.length)return m[0];var v=e.filter(function(e){return e.name.toLowerCase().endsWith(".usdz")||e.name.toLowerCase().endsWith(".usd")||e.name.toLowerCase().endsWith(".usda")||e.name.toLowerCase().endsWith(".usdc")});v.length>=1&&(t=jn(v));var y=e.filter(function(e){return e.name.toLowerCase().endsWith(".fbx")});if(y.length>1)return n="Invalid upload: Multiple fbx files found. This is currently not supported.",console.error(n,y),{error:n};if(1===y.length)return y[0];var b=e.filter(function(e){return e.name.toLowerCase().endsWith(".obj")});if(b.length>1)return n="Invalid upload: Multiple obj files found. This is currently not supported.",console.error(n,b),{error:n};if(1===b.length)return b[0];var w=e.filter(function(e){return e.name.toLowerCase().endsWith(".stl")});if(w.length>1)return n="Invalid upload: Multiple stl files found. This is currently not supported.",console.error(n,w),{error:n};if(1===w.length)return w[0];if(1===e.length&&!e[0].arrayBuffer&&e[0].path.toLowerCase().startsWith("http"))return e[0];var x=e.filter(function(e){return e.name.toLowerCase().endsWith("package.json")});if(1===x.length)return x[0];if(x.length>1)return n="Invalid upload: Multiple package.json files found. This is currently not supported.",console.error(n,x),{error:n};var S=e.filter(function(e){return e.name.toLowerCase().endsWith(".mtlx")});return S.length>1?(n="Invalid upload: Multiple mtlx files found. This is currently not supported.",console.error(n,S),{error:n}):1===S.length?t=S[0]:t||{error:"No supported file to upload found..."}}(o);if(null==s)return Promise.resolve({success:!1,error:"No entrypoint file found"});if("object"==typeof s&&"error"in s)return Promise.resolve({success:!1,error:s.error});"info"===i&&console.log("Entrypoint: "+s.name),t.entrypoint=s}return t.entrypoint&&!o.includes(t.entrypoint)&&o.push(t.entrypoint),Promise.resolve(function(e){try{var t,n=function(e){return t?e:{success:!0,vrm_count:o,gltf_count:i,glb_count:s}};if(e.length>5e3)return Promise.resolve({success:!1,error:"Too many files. Maximum filecount is 5000"});var r=0,o=0,i=0,s=0,a=e.length-1,u=function(e,t,n){for(var r;;){var o=e();if(_n(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!_n(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!_n(s)){r=2;break}}}var a=new Pn,u=En.bind(null,a,2);return(0===r?o.then(c):1===r?i.then(l):s.then(f)).then(void 0,u),a;function l(r){i=r;do{if(t&&(s=t())&&s.then&&!_n(s))return void s.then(f).then(void 0,u);if(!(o=e())||_n(o)&&!o.v)return void En(a,1,i);if(o.then)return void o.then(c).then(void 0,u);_n(i=n())&&(i=i.v)}while(!i||!i.then);i.then(l).then(void 0,u)}function c(e){e?(i=n())&&i.then?i.then(l).then(void 0,u):l(i):En(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):En(a,1,i)}}(function(){return!t&&a>=0},function(){return a--},function(){var n=e[a];if((r+=n.size)>1073741824){var u={success:!1,error:"Total file size exceeds limit of "+1024..toFixed(0)+" MB. Please reduce the size of your upload."};return t=1,u}var l,c=n.name.toLocaleLowerCase();if(".ds_store"!==c)return c.endsWith(".gltf")?i++:c.endsWith(".glb")?(l=c)&&Sn.test(l)||s++:c.endsWith(".vrm")&&o++,function(){if(c.endsWith(".gltf"))return i+=1,console.log("Found glTF file "+n.name+". Will check if all dependencies are available\n",e),Promise.resolve(n.text()).then(function(r){var o,i=r.matchAll(/*#__PURE__*/L(/"uri"\s*:\s*"(.*?)"/g,{value:1}));if(i){var s=JSON.parse(r);if("2.0"!==s.asset.version)return console.warn("⚠ glTF version is not 2.0. This is currently not supported."),t=1,{success:!1,error:"glTF version "+s.asset.version+" is unsupported.Please use glTF 2.0."};for(var a,u=null==(o=n.path)?void 0:o.split("/"),l=u.splice(0,u.length-1).join("/"),c=T(i);!(a=c()).done;){var f,d=null==(f=a.value.groups)?void 0:f.value;if(d){var h=!1;if(d.startsWith("http://")||d.startsWith("https://")||d.startsWith("www.")){console.log("✅ Found remote dependency "+d+" ");break}if(d.startsWith("data:")){console.log("✅ Found embedded dependency "+d+" ");break}var p=(l+"/"+Tn(d)).split("/").reduce(function(e,t){return"."===t||(".."===t?e.pop():null!=t&&t.length&&e.push(t)),e},[]).join("/");console.log('❓ Check if local dependency exists "'+p+'"');for(var m,g=T(e);!(m=g()).done;){var v=m.value;if(v.webkitRelativePath===p||v.name==p){h=!0,console.log("✅ Found dependency in name or webkit: "+v.name+" || "+v.webkitRelativePath+" ");break}if(v.path===p){h=!0,console.log("✅ Found dependency in path: "+v.path+" ");break}}if(!h)return console.warn("⚠ Missing dependency "+d,l),t=1,{success:!1,error:"Missing resource: "+d}}}}})}();e.splice(a,1)});return Promise.resolve(u&&u.then?u.then(n):n(u))}catch(e){return Promise.reject(e)}}(o)).then(function(r){var s,a,u,l,c;function f(r){var s,a,u,l,f,d;if(c)return r;function h(r){return Promise.resolve(fetch(p+"/v1/upload/request",j({},B,{method:"POST",headers:g,body:JSON.stringify(y)})).catch(function(e){return"fetch failed"==e.message||"Failed to fetch"==e.message?"Network error. Make sure you are connected to the internet and "+p+" is reachable.":(console.error("Failed to begin upload\n",e),null)})).then(function(r){var s;function a(a){return s?a:Promise.resolve(r.json()).then(function(r){var s,a,u;function l(){return Promise.resolve(Promise.all(E).catch(function(e){var t;null!=(t=n)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),P=!0)})).then(function(){var t;function s(s){var a;if(t)return s;function u(t){var n;if(a)return t;function s(){var e;function t(t){return e?t:("none"!=i&&console.log("Upload complete"),Promise.resolve(l.json()).then(function(e){return{success:!0,type:e.type,uploadSkipped:!1,id:e.id,content_id:e.content_id,url:e.url,filesUploaded:o.length,totalSize:f}}))}if(!l)return console.error("Failed to complete upload"),{success:!1,error:"Failed to complete upload"};var n=function(){if(!l.ok)return 524===l.status?(console.error("Failed to complete upload: Gateway Timeout"),e=1,{success:!1,error:"Failed to complete upload: Gateway Timeout"}):Promise.resolve(l.text()).then(function(t){return console.error("Failed to complete upload ("+l.status+"): "+t),e=1,{success:!1,error:"Failed to complete upload"}})}();return n&&n.then?n.then(t):t(n)}g=!0,console.log("Upload Done: All files uploaded to "+r.id);var u=j({},N(e),{id:r.id});"none"!=i&&console.log("Completing upload - notify server");var l=null,c=0,d=Cn(function(){return!n&&c<5},function(){return c++},function(){return Promise.resolve(xn(1e3*c)).then(function(){var e=AbortSignal.timeout(2e4+1e3*c);return Promise.resolve(fetch(p+"/v1/upload/done",j({},B,{method:"POST",headers:u,signal:e})).catch(function(e){return console.error("Failed to complete upload ("+(c+1)+" / 5)",e.message),null})).then(function(e){var t,r;!0!==(null==(t=l=e)?void 0:t.ok)?"none"!=i&&c<4&&console.warn("Failed to complete upload ("+((null==(r=l)?void 0:r.status)||"no status")+"): will retry in 1 second"):n=1})})});return d&&d.then?d.then(s):s()}var l=function(t){if(null!=(t=n)&&null!=(t=t.abort)&&t.aborted)return Promise.resolve(tn({identifier:r.id,status:"canceled",status_message:"Upload aborted",error:"Upload aborted"},e)).then(function(){return a=1,{success:!1,error:"Upload aborted"}})}();return l&&l.then?l.then(u):u(l)}var a=function(){if(P)return Promise.resolve(tn({identifier:r.id,status:"failed",error:"Failed to upload files"},e)).then(function(){return t=1,{success:!1,error:"Failed to upload files"}})}();return a&&a.then?a.then(s):s(a)})}"debug"===i&&console.debug("BeginResponse",r);var c,f=o.reduce(function(e,t){return e+t.size},0);if("exists"===r.type)return"none"!=i&&console.log("Upload already exists",r.id),null!=(c=n)&&c.onStart&&n.onStart(r.id,r.content_id),{success:!0,uploadSkipped:!0,id:r.id,type:r.job_type,content_id:r.content_id,filesUploaded:o.length,totalSize:f,url:r.url};var d=t.entrypoint.webkitRelativePath||t.entrypoint.name,h=0;null==(s=n)||null==(s=s.abort)||s.addEventListener("abort",function(){try{return console.log("Upload aborted: Cancelling upload"),Promise.resolve(fetch(p+"/v1/upload/cancel",j({},B,{method:"POST",headers:{authorization:m,id:r.id}}))).then(function(){})}catch(e){return Promise.reject(e)}});var g=!1;function y(t,n,o){if(void 0===o&&(o=!1),!o&&Date.now()-w<1e3)return!1;if(!g||"completed"===n){w=Date.now();var s=Math.floor(h/f*100);return"debug"===i&&console.log("SET STATUS: "+n,t,s),tn({identifier:r.id,status:n,status_message:t,progress:s},e),!0}"none"!=i&&console.warn("Invalid status update...")}var w=Date.now();null!=(a=n)&&a.onStart&&n.onStart(r.id,r.content_id);var x=Date.now(),S=new On(o.length,f/1024/1024),E=new Array,P=!1,_=[].concat(o),T=o.length,O=Un(_,function(s){var a;if(null!=(a=n)&&null!=(a=a.abort)&&a.aborted)return console.debug("Upload aborted"),void(u=1);if(P)return console.debug("Upload failed"),void(u=1);if(E.length<10){console.debug("Uploading file "+s+"/"+o.length+": "+o[s].name);var l=0,c=0,p=v.files[s],m=p.filename,g=b[s],w=p.content_length,_=p.content_type,O=o[s],R=O.name.endsWith(".gz")?"gzip":O.name.endsWith(".br")?"br":void 0,A=function(e){try{var t,n=function(t){var n;function o(e){var t=function(){var e;if(!h)return console.error("Failed to upload file "+a),Promise.resolve(tn({identifier:r,status:"failed",status_message:"Failed to upload file ("+a+"): "+(null==(e=w)?void 0:e.substring(0,200)),error:"Failed to upload file "+a},v)).then(function(){throw new Error("Failed to upload file "+a)})}();return!t||!t.then||t.then(function(e){return!0})}if(null==E)throw new Error('Failed to get presigned url for "'+a+'" "'+f+'" \n'+P);var i=E.presigned_url,h=!1,w=null,x=0,S=Cn(function(){return!n&&x<5},function(){return x++},function(){function t(){var t;if(null!=y&&null!=(t=y.abort)&&t.aborted)throw new Zt("Upload aborted");var r={"Content-Type":f,"Content-MD5":l};return b&&(r["Content-Length"]=c.toString()),d&&(r["Content-Encoding"]=d),0===x&&"none"!=g&&console.log("Uploading file "+p+"/"+m+": "+a),"debug"===g&&console.debug("PUT with headers",r),Promise.resolve(Yt.put(i,u,j({},B,{withCredentials:!1,signal:null==y?void 0:y.abort,headers:r,timeout:3e5,onUploadProgress:function(t){e.onProgress(t)}})).catch(function(e){return w=e.message,e instanceof Zt||("none"!==g&&console.error("Failed to upload file (PUT) ("+p+", "+a+') "'+e.message+'"'),"debug"===g&&(console.log(r,{fileSize:c}),e.response?console.debug(e.response):console.debug(e))),null})).then(function(e){if(e)return 200!==e.status?(w=e.statusText+" ("+e.status+")",void console.debug("Failed ("+e.status+" "+e.status+") to upload file "+s.name+' to "'+E.path+'". Retrying...')):(h=!0,"info"===g&&console.log("Uploaded file "+p+"/"+m+' "'+a+'" ('+f+", "+wn(c)+")"),void(n=1))})}var r=function(){if(x>0)return"none"!==g&&console.log("Retry PUT #"+x+" for file "+a),Promise.resolve(xn(1e3*x)).then(function(){})}();return r&&r.then?r.then(t):t()});return S&&S.then?S.then(o):o()},r=e.uploadId,o=e.uploadRequestPUTUrl,i=e.entrypointPath,s=e.file,a=e.fileName,u=e.fileBuffer,l=e.fileMd5,c=e.fileSize,f=e.fileType,d=e.content_encoding,h=e.fileIndex,p=e.fileNumber,m=e.fileCount,g=e.loglevel,v=e.args,y=e.options,b=e.experimental;"info"===g&&console.log('Uploading file "'+s.name+'" type='+f+" ("+c+") "+s.type+" with hash "+l);var w=j({},N(v),{"Content-Type":"application/json",org:v.org,job_id:r,filesize:c.toString(),progress:(h/m*100).toFixed(0)}),x={filename:a,entrypoint:i,"content-type":f,"content-md5":l,"content-encoding":d,output_index:0};"debug"===g&&console.debug("Requesting presigned URL with headers",w);var S=JSON.stringify(x),E=null,P="",_=0,T=Cn(function(){return!t&&_<5},function(){return _++},function(){var e;if(null==E){if(null!=y&&null!=(e=y.abort)&&e.aborted)throw new Error("Upload aborted");return Promise.resolve(xn(200*_)).then(function(){return Promise.resolve(fetch(o,j({},B,{method:"POST",headers:w,body:S})).then(function(e){try{var t,n=function(n){return t?n:Promise.resolve(e.json())},r=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(n){return P=n,console.log(o),console.warn('Failed to get presigned url for "'+a+'" "'+f+'" ('+e.status+").\n→ Retrying..."),t=1,null})}();return Promise.resolve(r&&r.then?r.then(n):n(r))}catch(e){return Promise.reject(e)}}).catch(function(e){return P=e.message,console.warn("Failed to get presigned url "+e.message+", retrying..."),null})).then(function(e){E=e})})}t=1});return Promise.resolve(T&&T.then?T.then(n):n())}catch(e){return Promise.reject(e)}}({uploadId:r.id,uploadRequestPUTUrl:r.request_put_url,entrypointPath:d,file:o[s],fileName:m,fileMd5:p.content_md5,fileBuffer:g,fileType:_,content_encoding:R,fileSize:w,fileIndex:s,fileNumber:s+1,fileCount:T,loglevel:i,experimental:t.experimental,args:e,options:n,onProgress:function(e){var t,r=e.progress||0,i=(l=o[s].size*r)-c;if(c=l,h+=i,null!=(t=n)&&t.progress){var a=h/f,u=o.length,d=o[s].size,p=(Date.now()-x)/1e3,g=S.updateProgress(h/1024/1024);n.progress({uploadedBytes:h,totalBytes:f,progress01:a,fileName:o[s].name,fileSize:d,fileProgress01:r,fileIndex:s,totalFiles:u,estimatedTimeLeftDisplay:g.estimatedTimeRemainingString,estimatedTimeLeft:g.estimatedTimeRemaining,elapsedTime:p}),y("Uploading file "+(s+1)+"/"+u+" ("+m+"): "+(100*r).toFixed(0)+"% of "+wn(f)+". Finished in approx. "+g.estimatedTimeRemainingString,"running",!1)}}}).then(function(e){if(!0!==e)return e;for(var t=E.length-1;t>=0;t--)E[t]===A&&E.splice(t,1);y("Uploaded "+wn(h)+" of "+wn(f)+" for "+o[s].name,"running")}).catch(function(e){var t;null!=(t=n)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),P=!0)});E.push(A)}var k=function(){if(E.length>=10)return Promise.resolve(Promise.race(E)).then(function(){})}();return k&&k.then?k.then(function(){}):void 0},function(){return u});return O&&O.then?O.then(l):l()})}if(null===r||"string"==typeof r)return{success:!1,error:r||"Failed to begin upload"};var u=function(){if(!r.ok)return Promise.resolve(r.text()).then(function(e){if(e.startsWith("{")){var t=JSON.parse(e);if("error"in t)return s=1,{success:!1,status:r.status,error:t.error}}return"none"!=i&&console.error("Failed to begin upload\n",r.status,e),s=1,{success:!1,status:r.status,error:""+e}})}();return u&&u.then?u.then(a):a(u)})}o.sort(function(e,t){return e.name.includes(".needle")&&!t.name.includes(".needle")?-1:!e.name.includes(".needle")&&t.name.includes(".needle")?1:0});var p=e.baseUrl,m="Bearer "+e.authToken,g=j({},N(e),{triggered_by:t.triggered_by,filename:""+encodeURIComponent(t.entrypoint.name),"total-files":o.length.toString(),"total-files-size":o.reduce(function(e,t){return e+t.size},0).toString()});null!=(s=n)&&s.content_id&&(g.content_id=n.content_id),null!=(a=n)&&a.type&&(g.type=n.type),null!=(u=n)&&u.name&&(g.name=encodeURIComponent(n.name)),null!=(l=n)&&l.parent_job_id&&(g.parent_job_id=n.parent_job_id);var v={entrypoint:(null==(f=t.entrypoint)?void 0:f.path)||(null==(d=t.entrypoint)?void 0:d.name),files:[]},y={outputs:[v]},b=[],w=Un(o,function(e){var t,r=o[e],i=r.path||r.webkitRelativePath||r.name;if(null!=(t=i)&&t.includes(":"))throw new Error("Invalid filename: "+i);return Promise.resolve(r.arrayBuffer()).then(function(t){var o,s,a,u,l,c=r.size,f=r.type;if(null!=(o=f)&&o.length&&"unknown"!==f.toLowerCase()||(f=yn(t,i)),"deployment"===(null==(s=n)?void 0:s.type)){var d=(u=f,l=(a=i).toLowerCase(),"application/gzip"===u||"application/brotli"===u?(l.endsWith(".html.gz")||l.endsWith(".html.br")?(u="text/html",a=a.substring(0,a.length-3)):l.endsWith(".js.gz")||l.endsWith(".js.br")||l.endsWith(".mjs.gz")||l.endsWith(".mjs.br")||l.endsWith(".cjs.gz")||l.endsWith(".cjs.br")?(u="application/javascript",a=a.substring(0,a.length-3)):l.endsWith(".css.gz")||l.endsWith(".css.br")?(u="text/css",a=a.substring(0,a.length-3)):l.endsWith(".json.gz")||l.endsWith(".json.br")?(u="text/json",a=a.substring(0,a.length-3)):l.endsWith(".txt.gz")||l.endsWith(".txt.br")?(u="text/plain",a=a.substring(0,a.length-3)):l.endsWith(".wasm.gz")||l.endsWith(".wasm.br")?(u="application/wasm",a=a.substring(0,a.length-3)):l.endsWith(".bin.gz")||l.endsWith(".bin.br")?(u="application/octet-stream",a=a.substring(0,a.length-3)):l.endsWith(".png.gz")||l.endsWith(".png.br")?(u="image/png",a=a.substring(0,a.length-3)):l.endsWith(".jpg.gz")||l.endsWith(".jpg.br")||l.endsWith(".jpeg.gz")||l.endsWith(".jpeg.br")?(u="image/jpeg",a=a.substring(0,a.length-3)):l.endsWith(".gif.gz")||l.endsWith(".gif.br")?(u="image/gif",a=a.substring(0,a.length-3)):l.endsWith(".webp.gz")||l.endsWith(".webp.br")?(u="image/webp",a=a.substring(0,a.length-3)):l.endsWith(".svg.gz")||l.endsWith(".svg.br")?(u="image/svg+xml",a=a.substring(0,a.length-3)):l.endsWith(".xml.gz")||l.endsWith(".xml.br")?(u="application/xml",a=a.substring(0,a.length-3)):l.endsWith(".ico.gz")||l.endsWith(".ico.br")?(u="image/x-icon",a=a.substring(0,a.length-3)):l.endsWith(".webm.gz")||l.endsWith(".webm.br")?(u="video/webm",a=a.substring(0,a.length-3)):l.endsWith(".mp4.gz")||l.endsWith(".mp4.br")?(u="video/mp4",a=a.substring(0,a.length-3)):l.endsWith(".mov.gz")||l.endsWith(".mov.br")?(u="video/quicktime",a=a.substring(0,a.length-3)):l.endsWith(".mp3.gz")||l.endsWith(".mp3.br")?(u="audio/mpeg",a=a.substring(0,a.length-3)):l.endsWith(".wav.gz")||l.endsWith(".wav.br")?(u="audio/wave",a=a.substring(0,a.length-3)):l.endsWith(".ogg.gz")||l.endsWith(".ogg.br")?(u="audio/ogg",a=a.substring(0,a.length-3)):l.endsWith(".flac.gz")||l.endsWith(".flac.br")?(u="audio/flac",a=a.substring(0,a.length-3)):l.endsWith(".glb.gz")||l.endsWith(".glb.br")?(u="model/gltf-binary",a=a.substring(0,a.length-3)):l.endsWith(".gltf.gz")||l.endsWith(".gltf.br")?(u="model/gltf+json",a=a.substring(0,a.length-3)):l.endsWith(".vrm.gz")||l.endsWith(".vrm.br")?(u="model/gltf-binary",a=a.substring(0,a.length-3)):l.endsWith(".usdz.gz")||l.endsWith(".usdz.br")?(u="model/vnd.usdz+zip",a=a.substring(0,a.length-3)):l.endsWith(".obj.gz")||l.endsWith(".obj.br")?(u="model/obj",a=a.substring(0,a.length-3)):l.endsWith(".mtl.gz")||l.endsWith(".mtl.br")?(u="model/mtl",a=a.substring(0,a.length-3)):l.endsWith(".stl.gz")||l.endsWith(".stl.br")?(u="model/stl",a=a.substring(0,a.length-3)):(l.endsWith(".mtlx.gz")||l.endsWith(".mtlx.br"))&&(u="application/materialx+xml",a=a.substring(0,a.length-3)),{filename:a,mimetype:u}):null);d&&(i=d.filename,f=d.mimetype)}var h=vn(t);b[e]=t,v.files[e]={filename:i,content_type:f,content_length:c,content_md5:h}})},function(){});return w&&w.then?w.then(h):h()}if("error"in r)return{success:!1,error:r.error||"Failed to validate files"};if(null!=(s=t.entrypoint)&&s.name.endsWith(".htm")||null!=(a=t.entrypoint)&&a.name.endsWith(".html")||null!=(u=t.entrypoint)&&u.name.endsWith(".html.gz")||null!=(l=t.entrypoint)&&l.name.endsWith(".html.br"))n||(n={}),n.type="deployment";else if(r.vrm_count>10)return{success:!1,error:"Multiple model files found - this is not supported for asset uploads. Please upload a single model file only."};var d=function(){if(!t.raw)return Un(o,function(e){var r=o[e],i=r.name.toLowerCase();return function(){var s;if(i.endsWith(".html")||i.endsWith(".js")||i.endsWith(".css"))return"none"!==(null==(s=n)?void 0:s.loglevel)&&console.log("gZip compressing file: "+r.name),Promise.resolve(function(e){try{return Promise.resolve(import("./pako.esm-01431bd2.js")).then(function(t){return Promise.resolve(e.arrayBuffer()).then(function(n){var r=t.gzip(new Uint8Array(n)).buffer.slice(0);if(r.byteLength>51200&&r.byteLength>=n.byteLength){if(n.byteLength>0)return null}else if(!(r instanceof ArrayBuffer))return console.error("gzipCompress: Invalid ArrayBuffer"),{error:'Gzip compressing failed for "'+e.name+'" (unexpected result)'};return function(e,t,n){var r;void 0===n&&(n=void 0);var o=function(e,t,n){for(var r=0;;){var o=e.indexOf("\\",r);if(-1===o)break;r=o+1,e=e.replace("\\","/")}return e}(e).split("/").pop()||e,i=(null==(r=n)?void 0:r.type)||yn(t,e),s=new File([t],o,{type:i});return s.path=e,s}(("path"in e?e.path:e.name)+".gz",r,{type:"application/gzip"})})})}catch(e){return Promise.reject(e)}}(r).catch(function(e){return{error:"Error compressing "+r.name+": "+e.message}})).then(function(i){var s;if(null!==i){if("error"in i)return c=1,{success:!1,error:i.error,status:500};if(!i)return c=1,{success:!1,error:"Failed to compress "+r.name,status:500};var a=t.entrypoint===r;o[e]=i,a&&(t.entrypoint=i),"none"!==(null==(s=n)?void 0:s.loglevel)&&console.log("gZip compressed file: "+r.name+" "+(a?"(entrypoint)":""))}else{var u;"none"!==(null==(u=n)?void 0:u.loglevel)&&console.error("Did not compress file: "+r.name)}})}()},function(){return c});"none"!=i&&console.warn("Raw upload - skipping gzip compression of files")}();return d&&d.then?d.then(f):f(d)})}catch(e){return Promise.reject(e)}}(e,t,n);return Wn.push(r),Promise.resolve(r.finally(function(){var e=Wn.indexOf(r);e>=0&&Wn.splice(e,1)}))}catch(e){return Promise.reject(e)}}(j({baseUrl:"https://cloud.needle.tools/api"},n,t),{triggered_by:"web",entrypoint:void 0,files:r},{name:t.name,abort:t.abort}).then(function(e){return"error"in e?{error:e.error}:{job_id:e.id,content_id:e.content_id,url:e.url,skipped:e.uploadSkipped}})})}catch(e){return Promise.reject(e)}},Mn=function(e){try{return Promise.resolve(In()).then(function(t){if(!t)return!1;var n=Array.isArray(e.product)?e.product:[e.product];return n.push.apply(n,s),I(j({baseUrl:"https://cloud.needle.tools/api"},t),{type:"user","x-needle-product":n.join(",")}).then(function(e){for(var t,n=T(e);!(t=n()).done;)if(t.value.valid)return!0;return!1})})}catch(e){return Promise.reject(e)}},qn=function(e){try{return Promise.resolve(In()).then(function(t){if(!t)return null;var n=Array.isArray(e.product)?e.product:[e.product];return n.push.apply(n,s),I(j({baseUrl:"https://cloud.needle.tools/api"},t),{type:"user","x-needle-product":n.join(",")}).then(function(t){return!0===e.includeInvalid?t:t.filter(function(e){return e.valid})})})}catch(e){return Promise.reject(e)}},Jn=function(e){try{return Promise.resolve(In(e.org)).then(function(t){if(!t)throw new Error("Not authenticated");return Promise.resolve(function(e){try{var t=new URL((e.endpoint||"https://cloud.needle.tools/api")+"/v1/list/deployments");return t.searchParams.append("offset",e.offset.toString()),t.searchParams.append("limit",e.limit.toString()),e.names&&t.searchParams.append("name",e.names.map(function(e){return e.trim()}).join(",")),Promise.resolve(fetch(t,{method:"GET",headers:j({},N({authToken:e.authToken,org:e.org}))})).then(function(e){var t;function n(n){return t?n:Promise.resolve(e.json())}var r=function(){if(!e.ok){var n=e.status;return Promise.resolve(e.text()).then(function(e){return t=1,{status:n,error:e}})}}();return r&&r.then?r.then(n):n(r)})}catch(e){return Promise.reject(e)}}(j({endpoint:"https://cloud.needle.tools/api"},t,{offset:e.offset||0,limit:e.limit||10})).catch(function(e){return e})).then(function(e){if(!e||e instanceof Error)return[];var t=e;return Array.isArray(t.deployments)?t.deployments.map(function(e){return{name:e.name,url:e.url}}):[]})})}catch(e){return Promise.reject(e)}},Hn=function(e,t,n){try{return Promise.resolve(Xn(null==n?void 0:n.org)).then(function(r){return Promise.resolve(In(r,null==n?void 0:n.authToken)).then(function(r){return function(e,t,n,r){try{var o,i=new URL(e.baseUrl+"/v1/ai/chat/tool-result"),s=Nn(e,r);s["Content-Type"]="application/json";var a=j({request_id:t},null!=n.error?{error:n.error}:{result:null!=(o=n.result)?o:""});return Promise.resolve(fetch(i,j({},B,{method:"POST",headers:s,body:JSON.stringify(a)}))).then(function(e){return function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to submit tool result ("+e.status+"): "+t)})}()})}catch(e){return Promise.reject(e)}}(j({baseUrl:"https://cloud.needle.tools/api"},r),e,t,{personal:null==n?void 0:n.personal})})})}catch(e){return Promise.reject(e)}},Gn=function(e,t){try{return Promise.resolve(Xn(null==t?void 0:t.org)).then(function(n){return Promise.resolve(In(n,null==t?void 0:t.authToken)).then(function(n){return function(e,t,n){try{var r=new URL(e.baseUrl+"/v1/ai/chat/stop"),o=Nn(e,n);return o["Content-Type"]="application/json",Promise.resolve(fetch(r,j({},B,{method:"POST",headers:o,body:JSON.stringify({slug:t})}))).then(function(e){return function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to interrupt chat ("+e.status+"): "+t)})}()})}catch(e){return Promise.reject(e)}}(j({baseUrl:"https://cloud.needle.tools/api"},n),e,{personal:null==t?void 0:t.personal})})})}catch(e){return Promise.reject(e)}},Kn=function(e,t,n){try{return Promise.resolve(Xn(null==n?void 0:n.org)).then(function(r){return Promise.resolve(In(r,null==n?void 0:n.authToken)).then(function(r){var o,i,s=(null==n?void 0:n.source)||"sdk-web";return o=j({baseUrl:"https://cloud.needle.tools/api"},r),(i=null!=n&&n.stream?{slug:e,message:t,stream:!0,source:s,personal:null==n?void 0:n.personal,full_url:null==n?void 0:n.full_url,pathname:null==n?void 0:n.pathname,client_tools:null==n?void 0:n.client_tools,context:null==n?void 0:n.context}:{slug:e,message:t,source:s,personal:null==n?void 0:n.personal,full_url:null==n?void 0:n.full_url,pathname:null==n?void 0:n.pathname,client_tools:null==n?void 0:n.client_tools,context:null==n?void 0:n.context}).stream?function(e,t){return Bn.apply(this,arguments)}(o,i):function(e,t){try{var n=new URL(e.baseUrl+F),r=Nn(e,t);return r["Content-Type"]="application/json",Promise.resolve(fetch(n,j({},B,{method:"POST",headers:r,body:JSON.stringify({type:"new_message",slug:t.slug,message:t.message,stream:!1,source:t.source,full_url:t.full_url,pathname:t.pathname,client_tools:t.client_tools,context:t.context})}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to send chat message ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(o,i)})})}catch(e){return Promise.reject(e)}},Vn=function(e,t){try{return Promise.resolve(Xn(null==t?void 0:t.org)).then(function(n){return Promise.resolve(In(n,null==t?void 0:t.authToken)).then(function(n){return function(e,t,n){try{return null!=n&&n.reconnect?function(e,t,n){try{var r=new URL(e.baseUrl+F+"/"+encodeURIComponent(t)),o=Nn(e,n);return o.Accept="text/event-stream",Promise.resolve(fetch(r,j({},B,{method:"GET",headers:o,signal:null==n?void 0:n.signal}))).then(function(e){var t;return e.ok&&null!=(t=e.headers.get("content-type"))&&t.includes("text/event-stream")&&e.body?Ln(e.body):null})}catch(e){return Promise.reject(e)}}(e,t,n):function(e,t,n){try{var r=new URL(e.baseUrl+F+"/"+encodeURIComponent(t));null!=(null==n?void 0:n.limit)&&r.searchParams.set("limit",String(n.limit)),null!=(null==n?void 0:n.offset)&&r.searchParams.set("offset",String(n.offset));var o=Nn(e,n);return Promise.resolve(fetch(r,j({},B,{method:"GET",headers:o}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to read chat ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(e,t,n)}catch(e){return Promise.reject(e)}}(j({baseUrl:"https://cloud.needle.tools/api"},n),e,null!=t&&t.reconnect?{personal:null==t?void 0:t.personal,reconnect:!0,signal:null==t?void 0:t.signal}:{offset:null==t?void 0:t.offset,limit:null==t?void 0:t.limit,personal:null==t?void 0:t.personal})})})}catch(e){return Promise.reject(e)}},$n=function(e){try{return Promise.resolve(Xn(null==e?void 0:e.org)).then(function(t){return Promise.resolve(In(t,null==e?void 0:e.authToken)).then(function(e){return function(e){try{var t=new URL(e.baseUrl+"/v1/ai/chat/list"),n=Nn(e);return Promise.resolve(fetch(t,j({},B,{method:"GET",headers:n}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to list chats ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(j({baseUrl:"https://cloud.needle.tools/api"},e))})})}catch(e){return Promise.reject(e)}},Xn=function(e){try{return Promise.resolve(e||g.getDefaultTeamId())}catch(e){return Promise.reject(e)}},Yn=function(e){try{var t=new URL("https://cloud.needle.tools/api/v1/account/buy_licenses");return Promise.resolve(In()).then(function(n){var r={mode:"payment",price_id:e.price_id,return_url:window.location.href,cancel_url:window.location.href};return Promise.resolve(fetch(t,{method:"POST",headers:j({"Content-Type":"application/json"},N(n)),body:JSON.stringify(r)})).then(function(e){return e.ok?Promise.resolve(e.json()).then(function(e){return"session_url"in e?(window.location.href=e.session_url,{ok:!0,status:200}):{ok:!1,status:400}}):{ok:!1,status:e.status}})})}catch(e){return Promise.reject(e)}};export{g as Auth,i as AuthScopes,z as NeedleLoginButton,Jn as getDeployments,qn as getUserLicenses,Gn as interruptChat,$n as listChats,Mn as ownsProduct,Vn as readChat,Kn as sendChatMessage,Yn as startCheckoutSession,Hn as submitToolResult,Dn as uploadFiles};
|
|
1
|
+
import e,{Buffer as t}from"buffer";import n,{UserScope as r}from"@logto/browser";globalThis.Buffer=t;var o,i={Basic:[r.Profile,r.Email],Payment:["read:accounting","write:accounting"],All:[r.Profile,r.Email,r.Roles,r.CustomData,r.Organizations,r.OrganizationRoles].concat(["all","read","write","delete","invite","download","create:org","write:org","delete:org","read:accounting","write:accounting","read:usage"])},s=["Needle Engine"],a="https://auth.needle.tools",u=void 0,l=[],c=null,f=null,d=null,h=null,p=new Array;function m(){p.forEach(function(e){try{e()}catch(e){console.error(e)}})}var g=!1,v={setDebug:function(e){g=e},baseUrl:window.location.origin,redirectUri:window.location.origin,postSignOutRedirectUri:window.location.origin,onChanged:function(e){return p.includes(e)||p.push(e),function(){for(;;){var t=p.indexOf(e);if(!(t>=0))break;p.splice(t,1)}}},ready:function(){return f?f.then(function(){return!0}):Promise.reject(new Error("Auth not initialized"))},init:function(e){return f||(f=function(e){try{var t,n,r=function(){var e=b(!0);if(!e)return v.checkIsAuthenticated().then(function(e){return!e||v.requestUserInfo().then(function(){return!0})});var t=new URL(window.location.href);return t.search=e,window.history.replaceState({},"",t.href),Promise.resolve(!0)};if(null!=e&&e.debug&&(g=e.debug),g&&console.debug("Auth.init",e),null!=e&&e.scopes){switch(e.scopes){case"all":e.scopes=i.All;break;case"payment":e.scopes=i.Payment}l=e.scopes}l.length<=0&&(t=l).push.apply(t,i.Basic.concat(i.Payment)),g&&console.debug("Auth.init","Use scopes",l),null!=e&&e.appId?(null==(n=h)?void 0:n.logtoConfig.appId)!==(u=e.appId)&&(g&&console.debug("Auth.init","App ID changed, resetting client"),h=null):(u="2x82zzh5xuudmiotdy2ux",g&&console.debug("Auth.init","Use default app ID",u));var o=function(){var e,t=new URL(window.location.href);if(t.searchParams.has("code")&&t.searchParams.has("state")&&null!=(e=t.searchParams.get("iss"))&&e.includes(a))return w().handleSignInCallback(t.href).then(function(){var e=new URL(window.location.href);e.pathname=e.pathname.replace("callback",""),e.searchParams.delete("code"),e.searchParams.delete("state"),e.searchParams.delete("iss");var t=b();t&&(console.log("Restore query before login",t,"Current:",e.search),e.search=t),window.history.replaceState({},"",e.href)}).catch(function(e){console.error(e)})}(),s=function(){if(o instanceof Promise)return Promise.resolve(o.then(function(e){return!0})).then(function(){})}();return Promise.resolve(s&&s.then?s.then(r):r())}catch(e){return Promise.reject(e)}}(e))},isAuthenticated:function(){return o},checkIsAuthenticated:function(){return w().isAuthenticated().then(function(e){return o=e,e})},getUserInfo:function(){return c},getUserId:function(){return c?c.sub:null},getName:function(){return c?c.username?c.username:c.name?c.name:c.email?c.email.split("@")[0]:null:null},requestUserInfo:function(){return d||(d=v.checkIsAuthenticated().then(function(e){return e?w().fetchUserInfo().then(function(e){var t;return g&&(null==e?void 0:e.sub)!=(null==(t=c)?void 0:t.sub)&&console.debug("UserInfo",e),c=e,m(),e}).catch(function(e){return console.error(e),c=null,m(),null}):(c=null,m(),null)}))},requestAccessToken:function(e){return g&&console.debug("requestAccessToken",{org_id:e}),e?w().getOrganizationToken(e):w().getAccessToken("https://cloud.needle.tools/api",e||void 0)},signIn:function(){return v.checkIsAuthenticated().then(function(e){if(0==e){var t;if(null==(t=u)||!t.length)throw new Error("App ID is not set: Make sure to call 'init' first");y(),w().signIn(v.redirectUri)}})},getDefaultTeamId:function(){var e,t=null==(e=c)?void 0:e.custom_data,n=null==t?void 0:t.default_org;return"string"==typeof n?n:void 0},signOut:function(){return d=null,v.checkIsAuthenticated().then(function(e){if(1==e){var t;if(null==(t=u)||!t.length)throw new Error("App ID is not set: Make sure to call 'init' first");y(),w().signOut(v.postSignOutRedirectUri)}})}};function y(){sessionStorage.setItem("needle-auth:query",window.location.search)}function b(e){void 0===e&&(e=!0);var t=sessionStorage.getItem("needle-auth:query");return t?(e&&sessionStorage.removeItem("needle-auth:query"),t):""}function w(){if(!h){if(!u)throw new Error("App ID is not set: Make sure to call 'init' first");var e={endpoint:a,appId:u,scopes:l,resources:["https://cloud.needle.tools/api"]};g&&console.warn("Creating auth client:",g,e),h=new n(e)}return h}function _(e,t){this.v=e,this.k=t}function x(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function S(e){var t={},n=!1;function r(t,r){return n=!0,r=new Promise(function(n){n(e[t](r))}),{done:!1,value:new _(r,1)}}return t["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this},t.next=function(e){return n?(n=!1,e):r("next",e)},"function"==typeof e.throw&&(t.throw=function(e){if(n)throw n=!1,e;return r("throw",e)}),"function"==typeof e.return&&(t.return=function(e){return n?(n=!1,e):r("return",e)}),t}function E(e){var t,n,r,o=2;for("undefined"!=typeof Symbol&&(n=Symbol.asyncIterator,r=Symbol.iterator);o--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new P(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function P(e){function t(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then(function(e){return{value:e,done:t}})}return P=function(e){this.s=e,this.n=e.next},P.prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(e){var n=this.s.return;return void 0===n?Promise.resolve({value:e,done:!0}):t(n.apply(this.s,arguments))},throw:function(e){var n=this.s.return;return void 0===n?Promise.reject(e):t(n.apply(this.s,arguments))}},new P(e)}function j(e){return new _(e,0)}function T(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return x(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?x(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function O(){return O=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},O.apply(null,arguments)}function R(e){return R=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},R(e)}function k(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(k=function(){return!!e})()}function A(){A=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,o=Object.defineProperty||function(e,t,n){e[t]=n.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function c(e,t,n,r){var i=Object.create((t&&t.prototype instanceof v?t:v).prototype),s=new k(r||[]);return o(i,"_invoke",{value:j(e,n,s)}),i}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=c;var d="suspendedStart",h="suspendedYield",p="executing",m="completed",g={};function v(){}function y(){}function b(){}var w={};l(w,s,function(){return this});var _=Object.getPrototypeOf,x=_&&_(_(C([])));x&&x!==n&&r.call(x,s)&&(w=x);var S=b.prototype=v.prototype=Object.create(w);function E(e){["next","throw","return"].forEach(function(t){l(e,t,function(e){return this._invoke(t,e)})})}function P(e,t){function n(o,i,s,a){var u=f(e[o],e,i);if("throw"!==u.type){var l=u.arg,c=l.value;return c&&"object"==typeof c&&r.call(c,"__await")?t.resolve(c.__await).then(function(e){n("next",e,s,a)},function(e){n("throw",e,s,a)}):t.resolve(c).then(function(e){l.value=e,s(l)},function(e){return n("throw",e,s,a)})}a(u.arg)}var i;o(this,"_invoke",{value:function(e,r){function o(){return new t(function(t,o){n(e,r,t,o)})}return i=i?i.then(o,o):o()}})}function j(t,n,r){var o=d;return function(i,s){if(o===p)throw Error("Generator is already running");if(o===m){if("throw"===i)throw s;return{value:e,done:!0}}for(r.method=i,r.arg=s;;){var a=r.delegate;if(a){var u=T(a,r);if(u){if(u===g)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===d)throw o=m,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=p;var l=f(t,n,r);if("normal"===l.type){if(o=r.done?m:h,l.arg===g)continue;return{value:l.arg,done:r.done}}"throw"===l.type&&(o=m,r.method="throw",r.arg=l.arg)}}}function T(t,n){var r=n.method,o=t.iterator[r];if(o===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,T(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),g;var i=f(o,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,g;var s=i.arg;return s?s.done?(n[t.resultName]=s.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,g):s:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,g)}function O(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function R(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function k(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(O,this),this.reset(!0)}function C(t){if(t||""===t){var n=t[s];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return i.next=i}}throw new TypeError(typeof t+" is not iterable")}return y.prototype=b,o(S,"constructor",{value:b,configurable:!0}),o(b,"constructor",{value:y,configurable:!0}),y.displayName=l(b,u,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,b):(e.__proto__=b,l(e,u,"GeneratorFunction")),e.prototype=Object.create(S),e},t.awrap=function(e){return{__await:e}},E(P.prototype),l(P.prototype,a,function(){return this}),t.AsyncIterator=P,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var s=new P(c(e,n,r,o),i);return t.isGeneratorFunction(n)?s:s.next().then(function(e){return e.done?e.value:s.next()})},E(S),l(S,u,"Generator"),l(S,s,function(){return this}),l(S,"toString",function(){return"[object Generator]"}),t.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=C,k.prototype={constructor:k,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(R),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function o(r,o){return a.type="throw",a.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var s=this.tryEntries[i],a=s.completion;if("root"===s.tryLoc)return o("end");if(s.tryLoc<=this.prev){var u=r.call(s,"catchLoc"),l=r.call(s,"finallyLoc");if(u&&l){if(this.prev<s.catchLoc)return o(s.catchLoc,!0);if(this.prev<s.finallyLoc)return o(s.finallyLoc)}else if(u){if(this.prev<s.catchLoc)return o(s.catchLoc,!0)}else{if(!l)throw Error("try statement without catch or finally");if(this.prev<s.finallyLoc)return o(s.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var s=i?i.completion:{};return s.type=e,s.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(s)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),R(n),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;R(n)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:C(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),g}},t}function C(e,t){return C=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},C(e,t)}function U(e){return function(){return new W(e.apply(this,arguments))}}function W(e){var t,n;function r(t,n){try{var i=e[t](n),s=i.value,a=s instanceof _;Promise.resolve(a?s.v:s).then(function(n){if(a){var u="return"===t?"return":"next";if(!s.k||n.done)return r(u,n);n=e[u](n).value}o(i.done?"return":"normal",n)},function(e){r("throw",e)})}catch(e){o("throw",e)}}function o(e,o){switch(e){case"return":t.resolve({value:o,done:!0});break;case"throw":t.reject(o);break;default:t.resolve({value:o,done:!1})}(t=t.next)?r(t.key,t.arg):n=null}this._invoke=function(e,o){return new Promise(function(i,s){var a={key:e,arg:o,resolve:i,reject:s,next:null};n?n=n.next=a:(t=n=a,r(e,o))})},"function"!=typeof e.return&&(this.return=void 0)}function L(e){var t="function"==typeof Map?new Map:void 0;return L=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return function(e,t,n){if(k())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&C(o,n.prototype),o}(e,arguments,R(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),C(n,e)},L(e)}function z(){z=function(e,t){return new n(e,void 0,t)};var e=RegExp.prototype,t=new WeakMap;function n(e,r,o){var i=RegExp(e,r);return t.set(i,o||t.get(e)),C(i,n.prototype)}function r(e,n){var r=t.get(n);return Object.keys(r).reduce(function(t,n){var o=r[n];if("number"==typeof o)t[n]=e[o];else{for(var i=0;void 0===e[o[i]]&&i+1<o.length;)i++;t[n]=e[o[i]]}return t},Object.create(null))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&C(e,t)}(n,RegExp),n.prototype.exec=function(t){var n=e.exec.call(this,t);if(n){n.groups=r(n,this);var o=n.indices;o&&(o.groups=r(o,this))}return n},n.prototype[Symbol.replace]=function(n,o){if("string"==typeof o){var i=t.get(this);return e[Symbol.replace].call(this,n,o.replace(/\$<([^>]+)>/g,function(e,t){var n=i[t];return"$"+(Array.isArray(n)?n.join("$"):n)}))}if("function"==typeof o){var s=this;return e[Symbol.replace].call(this,n,function(){var e=arguments;return"object"!=typeof e[e.length-1]&&(e=[].slice.call(e)).push(r(e,s)),o.apply(this,e)})}return e[Symbol.replace].call(this,n,o)},z.apply(this,arguments)}W.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},W.prototype.next=function(e){return this._invoke("next",e)},W.prototype.throw=function(e){return this._invoke("throw",e)},W.prototype.return=function(e){return this._invoke("return",e)};var F=/*#__PURE__*/function(e){function t(){var t;return(t=e.call(this)||this).addEventListener("click",function(){v.isAuthenticated()?v.signOut():v.signIn()}),t}var n,r;r=e,(n=t).prototype=Object.create(r.prototype),n.prototype.constructor=n,C(n,r);var o=t.prototype;return o.connectedCallback=function(){var e=this;console.debug("Login button connected..."),this.__update(),this.__unsubscribeOnChange=v.onChanged(function(){e.__update()})},o.disconnectedCallback=function(){var e;null==(e=this.__unsubscribeOnChange)||e.call(this)},o.__update=function(){this.innerHTML=v.isAuthenticated()?"Logout":"Login"},t}(/*#__PURE__*/L(HTMLButtonElement));if(customElements.get("needle-login-button"))try{("localhost"===window.location.hostname||/^(127|192\.168|10\.|172\.(1[6-9]|2[0-9]|3[0-1]))\./.test(window.location.hostname))&&console.debug("needle-login-button is already defined.")}catch(e){}else customElements.define("needle-login-button",F,{extends:"button"});var N={status:"/v1/status",version:"/v1/version",api:"/v1/api",usage:{get:"/v1/usage"},affiliate:{get:"/v1/affiliate/get",link_clicked:"/v1/affiliate/link_clicked"},account:{public_key:"/v1/account/public_key",post_machine:"/v1/account/machine",connect:"/v1/account/connect",get_licenses:"/v1/account/get/licenses",set_license_active:"/v1/account/set_license_active",set_licenses_active:"/v1/account/set_licenses_active",buy_licenses:"/v1/account/buy_licenses",update_licenses:"/v1/account/update_licenses",update_payment_method:"/v1/account/update_payment_method",get_billing:"/v1/account/get_billing",resume_subscription:"/v1/account/resume_subscription",cancel_subscription:"/v1/account/cancel_subscription",start_billingportal_session:"/v1/account/start_billingportal_session",post_preferences:"/v1/account/preferences",get_preferences:"/v1/account/preferences"},ai:{llmstxt:"/v1/ai/llmstxt",chat:"/v1/ai/chat",list_chats:"/v1/ai/chat/list",chat_tool_result:"/v1/ai/chat/tool-result",chat_stop:"/v1/ai/chat/stop",ask:"/v1/ai/ask",post_settings:"/v1/ai/chat/settings",ws:"/v1/ws",cli_ws:"/v1/cli/ws"},organizations:{get:"/v1/organizations/get",orgs_details:"/v1/organizations/details",licenses:"/v1/organizations/licenses",get_invitations:"/v1/organizations/get_invitations"},events:{get:"/v1/events/get",post:"/v1/events/post",list:"/v1/events/list"},reports:{get:"/v1/reports/get",post:"/v1/reports/post"},questionnaire:{get:"/v1/questionnaires/get",post:"/v1/questionnaires/post"},roadmap:{get:"/v1/roadmap/get",post_vote:"/v1/roadmap/post"},tokens:{create:"/v1/tokens/create",delete:"/v1/tokens/delete",list:"/v1/tokens/list"},get:{stats:"/v1/get/stats",jobs:"/v1/list/jobs",deployments:"/v1/list/deployments",discounts:"/v1/get/discounts"},urls:{public:"/v1/public",public_download_urls:"/v1/public/download/urls"},view:{get_analytics:"/v1/view/analytics",get_public_info:"/v1/view/public/info",post_version:"/v1/view/post_version"},content:{root:"/v1/content",download:"/v1/content/download",detail:"/v1/content/:identifier",update:"/v1/content/:identifier",delete:"/v1/content/:identifier",restore:"/v1/content/:identifier/restore"},collections:{list:"/v1/collections/list",get:"/v1/collections/get",create:"/v1/collections/create",update:"/v1/collections/update",delete:"/v1/collections/delete",add_item:"/v1/collections/add-item",remove_item:"/v1/collections/remove-item",reorder_items:"/v1/collections/reorder-items"},upload:{request:"/v1/upload/request",request_put_url:"/v1/upload/put",update_results:"/v1/upload/results",done:"/v1/upload/done",cancel:"/v1/upload/cancel"},jobs:{create:"/v1/jobs/create",get_id:"/v1/jobs/get_id",request_start:"/v1/jobs/request_start",request_download_url:"/v1/download/get_presigned_url",request_download_urls:"/v1/download/get_presigned_urls",request_restart:"/v1/jobs/restart",delete:"/v1/jobs/delete",post_update:"/v1/jobs/update",post_results_stats:"/v1/jobs/results_stats",post_usage:"/v1/jobs/post_usage",get_status:"/v1/jobs/status",get_org:"/v1/jobs/org",query:"/v1/jobs/query",request_job_that_needs_stats:"/v1/jobs/job_needs_stats"},worker:{ping:"/v1/worker/ping",get_available_count:"/v1/worker/get_available_count",post_available_info:"/v1/worker/post_available_info",get_available_info:"/v1/worker/get_available_info"},local_projects:{get:{user:"/v1/local_projects/user",by_id:"/v1/local_projects/"},post:"/v1/local_projects"}};function I(e){var t={authorization:"Bearer "+e.authToken};return e.org&&(t["x-needle-cloud-org"]=e.org),e.roles&&(t.roles=e.roles.join(",")),e.roles_org&&(t.roles_org=e.roles_org.join(",")),t}var B={credentials:"omit"},D=function(e,t){try{var n=e.baseUrl+N.account.get_licenses,r=O({},t),o=O({},r,I(e));return Promise.resolve(fetch(n,O({},B,{method:"GET",headers:o})).catch(function(e){return console.error(e),null})).then(function(e){var t;function n(n){return t?n:Promise.resolve(e.json()).then(function(e){return e.licenses})}if(!e)return[];var r=function(){if(!e.ok){var n=e.statusText;return Promise.resolve(e.text()).then(function(e){return console.error(n,e),t=1,[]})}}();return r&&r.then?r.then(n):n(r)})}catch(e){return Promise.reject(e)}};function M(e,t){return function(){return e.apply(t,arguments)}}const{toString:q}=Object.prototype,{getPrototypeOf:J}=Object,H=(G=Object.create(null),e=>{const t=q.call(e);return G[t]||(G[t]=t.slice(8,-1).toLowerCase())});var G;const K=e=>(e=e.toLowerCase(),t=>H(t)===e),V=e=>t=>typeof t===e,{isArray:$}=Array,X=V("undefined"),Y=K("ArrayBuffer"),Z=V("string"),Q=V("function"),ee=V("number"),te=e=>null!==e&&"object"==typeof e,ne=e=>{if("object"!==H(e))return!1;const t=J(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},re=K("Date"),oe=K("File"),ie=K("Blob"),se=K("FileList"),ae=K("URLSearchParams"),[ue,le,ce,fe]=["ReadableStream","Request","Response","Headers"].map(K);function de(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),$(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let s;for(r=0;r<i;r++)s=o[r],t.call(null,e[s],s,e)}}function he(e,t){t=t.toLowerCase();const n=Object.keys(e);let r,o=n.length;for(;o-- >0;)if(r=n[o],t===r.toLowerCase())return r;return null}const pe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,me=e=>!X(e)&&e!==pe,ge=(ve="undefined"!=typeof Uint8Array&&J(Uint8Array),e=>ve&&e instanceof ve);var ve;const ye=K("HTMLFormElement"),be=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),we=K("RegExp"),_e=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};de(n,(n,o)=>{let i;!1!==(i=t(n,o,e))&&(r[o]=i||n)}),Object.defineProperties(e,r)},xe="abcdefghijklmnopqrstuvwxyz",Se="0123456789",Ee={DIGIT:Se,ALPHA:xe,ALPHA_DIGIT:xe+xe.toUpperCase()+Se},Pe=K("AsyncFunction"),je=(Te="function"==typeof setImmediate,Oe=Q(pe.postMessage),Te?setImmediate:Oe?(Re=`axios@${Math.random()}`,ke=[],pe.addEventListener("message",({source:e,data:t})=>{e===pe&&t===Re&&ke.length&&ke.shift()()},!1),e=>{ke.push(e),pe.postMessage(Re,"*")}):e=>setTimeout(e));var Te,Oe,Re,ke;const Ae="undefined"!=typeof queueMicrotask?queueMicrotask.bind(pe):"undefined"!=typeof process&&process.nextTick||je;var Ce={isArray:$,isArrayBuffer:Y,isBuffer:function(e){return null!==e&&!X(e)&&null!==e.constructor&&!X(e.constructor)&&Q(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||Q(e.append)&&("formdata"===(t=H(e))||"object"===t&&Q(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&Y(e.buffer),t},isString:Z,isNumber:ee,isBoolean:e=>!0===e||!1===e,isObject:te,isPlainObject:ne,isReadableStream:ue,isRequest:le,isResponse:ce,isHeaders:fe,isUndefined:X,isDate:re,isFile:oe,isBlob:ie,isRegExp:we,isFunction:Q,isStream:e=>te(e)&&Q(e.pipe),isURLSearchParams:ae,isTypedArray:ge,isFileList:se,forEach:de,merge:function e(){const{caseless:t}=me(this)&&this||{},n={},r=(r,o)=>{const i=t&&he(n,o)||o;n[i]=ne(n[i])&&ne(r)?e(n[i],r):ne(r)?e({},r):$(r)?r.slice():r};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&de(arguments[e],r);return n},extend:(e,t,n,{allOwnKeys:r}={})=>(de(t,(t,r)=>{e[r]=n&&Q(t)?M(t,n):t},{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,r)=>{let o,i,s;const a={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),i=o.length;i-- >0;)s=o[i],r&&!r(s,e,t)||a[s]||(t[s]=e[s],a[s]=!0);e=!1!==n&&J(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:H,kindOfTest:K,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length);const r=e.indexOf(t,n-=t.length);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if($(e))return e;let t=e.length;if(!ee(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:ye,hasOwnProperty:be,hasOwnProp:be,reduceDescriptors:_e,freezeMethods:e=>{_e(e,(t,n)=>{if(Q(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;Q(e[n])&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))})},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach(e=>{n[e]=!0})};return $(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:he,global:pe,isContextDefined:me,ALPHABET:Ee,generateString:(e=16,t=Ee.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&Q(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(te(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const o=$(e)?[]:{};return de(e,(e,t)=>{const i=n(e,r+1);!X(i)&&(o[t]=i)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:Pe,isThenable:e=>e&&(te(e)||Q(e))&&Q(e.then)&&Q(e.catch),setImmediate:je,asap:Ae};function Ue(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}Ce.inherits(Ue,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Ce.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const We=Ue.prototype,Le={};function ze(e){return Ce.isPlainObject(e)||Ce.isArray(e)}function Fe(e){return Ce.endsWith(e,"[]")?e.slice(0,-2):e}function Ne(e,t,n){return e?e.concat(t).map(function(e,t){return e=Fe(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Le[e]={value:e}}),Object.defineProperties(Ue,Le),Object.defineProperty(We,"isAxiosError",{value:!0}),Ue.from=(e,t,n,r,o,i)=>{const s=Object.create(We);return Ce.toFlatObject(e,s,function(e){return e!==Error.prototype},e=>"isAxiosError"!==e),Ue.call(s,e.message,t,n,r,o),s.cause=e,s.name=e.name,i&&Object.assign(s,i),s};const Ie=Ce.toFlatObject(Ce,{},null,function(e){return/^is[A-Z]/.test(e)});function Be(e,t,n){if(!Ce.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=Ce.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!Ce.isUndefined(t[e])})).metaTokens,o=n.visitor||l,i=n.dots,s=n.indexes,a=(n.Blob||"undefined"!=typeof Blob&&Blob)&&Ce.isSpecCompliantForm(t);if(!Ce.isFunction(o))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(Ce.isDate(e))return e.toISOString();if(!a&&Ce.isBlob(e))throw new Ue("Blob is not supported. Use a Buffer instead.");return Ce.isArrayBuffer(e)||Ce.isTypedArray(e)?a&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function l(e,n,o){let a=e;if(e&&!o&&"object"==typeof e)if(Ce.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(Ce.isArray(e)&&function(e){return Ce.isArray(e)&&!e.some(ze)}(e)||(Ce.isFileList(e)||Ce.endsWith(n,"[]"))&&(a=Ce.toArray(e)))return n=Fe(n),a.forEach(function(e,r){!Ce.isUndefined(e)&&null!==e&&t.append(!0===s?Ne([n],r,i):null===s?n:n+"[]",u(e))}),!1;return!!ze(e)||(t.append(Ne(o,n,i),u(e)),!1)}const c=[],f=Object.assign(Ie,{defaultVisitor:l,convertValue:u,isVisitable:ze});if(!Ce.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!Ce.isUndefined(n)){if(-1!==c.indexOf(n))throw Error("Circular reference detected in "+r.join("."));c.push(n),Ce.forEach(n,function(n,i){!0===(!(Ce.isUndefined(n)||null===n)&&o.call(t,n,Ce.isString(i)?i.trim():i,r,f))&&e(n,r?r.concat(i):[i])}),c.pop()}}(e),t}function De(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function Me(e,t){this._pairs=[],e&&Be(e,this,t)}const qe=Me.prototype;function Je(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function He(e,t,n){if(!t)return e;const r=n&&n.encode||Je,o=n&&n.serialize;let i;if(i=o?o(t,n):Ce.isURLSearchParams(t)?t.toString():new Me(t,n).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}qe.append=function(e,t){this._pairs.push([e,t])},qe.toString=function(e){const t=e?function(t){return e.call(this,t,De)}:De;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var Ge=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){Ce.forEach(this.handlers,function(t){null!==t&&e(t)})}},Ke={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ve={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Me,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const $e="undefined"!=typeof window&&"undefined"!=typeof document,Xe=(Ye="undefined"!=typeof navigator&&navigator.product,$e&&["ReactNative","NativeScript","NS"].indexOf(Ye)<0);var Ye,Ze={__proto__:null,hasBrowserEnv:$e,hasStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,hasStandardBrowserEnv:Xe,origin:$e&&window.location.href||"http://localhost",...Ve};function Qe(e){function t(e,n,r,o){let i=e[o++];if("__proto__"===i)return!0;const s=Number.isFinite(+i),a=o>=e.length;return i=!i&&Ce.isArray(r)?r.length:i,a?(r[i]=Ce.hasOwnProp(r,i)?[r[i],n]:n,!s):(r[i]&&Ce.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&Ce.isArray(r[i])&&(r[i]=function(e){const t={},n=Object.keys(e);let r;const o=n.length;let i;for(r=0;r<o;r++)i=n[r],t[i]=e[i];return t}(r[i])),!s)}if(Ce.isFormData(e)&&Ce.isFunction(e.entries)){const n={};return Ce.forEachEntry(e,(e,r)=>{t(function(e){return Ce.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const et={transitional:Ke,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=Ce.isObject(e);if(o&&Ce.isHTMLForm(e)&&(e=new FormData(e)),Ce.isFormData(e))return r?JSON.stringify(Qe(e)):e;if(Ce.isArrayBuffer(e)||Ce.isBuffer(e)||Ce.isStream(e)||Ce.isFile(e)||Ce.isBlob(e)||Ce.isReadableStream(e))return e;if(Ce.isArrayBufferView(e))return e.buffer;if(Ce.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Be(e,new Ze.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return Ze.isNode&&Ce.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((i=Ce.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Be(i?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(Ce.isString(e))try{return(0,JSON.parse)(e),Ce.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||et.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(Ce.isResponse(e)||Ce.isReadableStream(e))return e;if(e&&Ce.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw Ue.from(e,Ue.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ze.classes.FormData,Blob:Ze.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Ce.forEach(["delete","get","head","post","put","patch"],e=>{et.headers[e]={}});var tt=et;const nt=Ce.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),rt=Symbol("internals");function ot(e){return e&&String(e).trim().toLowerCase()}function it(e){return!1===e||null==e?e:Ce.isArray(e)?e.map(it):String(e)}function st(e,t,n,r,o){return Ce.isFunction(r)?r.call(this,t,n):(o&&(t=n),Ce.isString(t)?Ce.isString(r)?-1!==t.indexOf(r):Ce.isRegExp(r)?r.test(t):void 0:void 0)}class at{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=ot(t);if(!o)throw new Error("header name must be a non-empty string");const i=Ce.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=it(e))}const i=(e,t)=>Ce.forEach(e,(e,n)=>o(e,n,t));if(Ce.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(Ce.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i((e=>{const t={};let n,r,o;return e&&e.split("\n").forEach(function(e){o=e.indexOf(":"),n=e.substring(0,o).trim().toLowerCase(),r=e.substring(o+1).trim(),!n||t[n]&&nt[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t})(e),t);else if(Ce.isHeaders(e))for(const[t,r]of e.entries())o(r,t,n);else null!=e&&o(t,e,n);return this}get(e,t){if(e=ot(e)){const n=Ce.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}(e);if(Ce.isFunction(t))return t.call(this,e,n);if(Ce.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=ot(e)){const n=Ce.findKey(this,e);return!(!n||void 0===this[n]||t&&!st(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=ot(e)){const o=Ce.findKey(n,e);!o||t&&!st(0,n[o],o,t)||(delete n[o],r=!0)}}return Ce.isArray(e)?e.forEach(o):o(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const o=t[n];e&&!st(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return Ce.forEach(this,(r,o)=>{const i=Ce.findKey(n,o);if(i)return t[i]=it(r),void delete t[o];const s=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,n)=>t.toUpperCase()+n)}(o):String(o).trim();s!==o&&delete t[o],t[s]=it(r),n[s]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Ce.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&Ce.isArray(n)?n.join(", "):n)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach(e=>n.set(e)),n}static accessor(e){const t=(this[rt]=this[rt]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=ot(e);t[r]||(function(e,t){const n=Ce.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return Ce.isArray(e)?e.forEach(r):r(e),this}}at.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Ce.reduceDescriptors(at.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),Ce.freezeMethods(at);var ut=at;function lt(e,t){const n=this||tt,r=t||n,o=ut.from(r.headers);let i=r.data;return Ce.forEach(e,function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)}),o.normalize(),i}function ct(e){return!(!e||!e.__CANCEL__)}function ft(e,t,n){Ue.call(this,null==e?"canceled":e,Ue.ERR_CANCELED,t,n),this.name="CanceledError"}function dt(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new Ue("Request failed with status code "+n.status,[Ue.ERR_BAD_REQUEST,Ue.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}Ce.inherits(ft,Ue,{__CANCEL__:!0});const ht=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,i=0,s=0;return t=void 0!==t?t:1e3,function(a){const u=Date.now(),l=r[s];o||(o=u),n[i]=a,r[i]=u;let c=s,f=0;for(;c!==i;)f+=n[c++],c%=e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),u-o<t)return;const d=l&&u-l;return d?Math.round(1e3*f/d):void 0}}(50,250);return function(e,t){let n,r,o=0,i=1e3/t;const s=(t,i=Date.now())=>{o=i,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)};return[(...e)=>{const t=Date.now(),a=t-o;a>=i?s(e,t):(n=e,r||(r=setTimeout(()=>{r=null,s(n)},i-a)))},()=>n&&s(n)]}(n=>{const i=n.loaded,s=n.lengthComputable?n.total:void 0,a=i-r,u=o(a);r=i,e({loaded:i,total:s,progress:s?i/s:void 0,bytes:a,rate:u||void 0,estimated:u&&s&&i<=s?(s-i)/u:void 0,event:n,lengthComputable:null!=s,[t?"download":"upload"]:!0})},n)},pt=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},mt=e=>(...t)=>Ce.asap(()=>e(...t));var gt=Ze.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=Ce.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0},vt=Ze.hasStandardBrowserEnv?{write(e,t,n,r,o,i){const s=[e+"="+encodeURIComponent(t)];Ce.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),Ce.isString(r)&&s.push("path="+r),Ce.isString(o)&&s.push("domain="+o),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function yt(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const bt=e=>e instanceof ut?{...e}:e;function wt(e,t){t=t||{};const n={};function r(e,t,n){return Ce.isPlainObject(e)&&Ce.isPlainObject(t)?Ce.merge.call({caseless:n},e,t):Ce.isPlainObject(t)?Ce.merge({},t):Ce.isArray(t)?t.slice():t}function o(e,t,n){return Ce.isUndefined(t)?Ce.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function i(e,t){if(!Ce.isUndefined(t))return r(void 0,t)}function s(e,t){return Ce.isUndefined(t)?Ce.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}const u={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(e,t)=>o(bt(e),bt(t),!0)};return Ce.forEach(Object.keys(Object.assign({},e,t)),function(r){const i=u[r]||o,s=i(e[r],t[r],r);Ce.isUndefined(s)&&i!==a||(n[r]=s)}),n}var _t=e=>{const t=wt({},e);let n,{data:r,withXSRFToken:o,xsrfHeaderName:i,xsrfCookieName:s,headers:a,auth:u}=t;if(t.headers=a=ut.from(a),t.url=He(yt(t.baseURL,t.url),e.params,e.paramsSerializer),u&&a.set("Authorization","Basic "+btoa((u.username||"")+":"+(u.password?unescape(encodeURIComponent(u.password)):""))),Ce.isFormData(r))if(Ze.hasStandardBrowserEnv||Ze.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if(!1!==(n=a.getContentType())){const[e,...t]=n?n.split(";").map(e=>e.trim()).filter(Boolean):[];a.setContentType([e||"multipart/form-data",...t].join("; "))}if(Ze.hasStandardBrowserEnv&&(o&&Ce.isFunction(o)&&(o=o(t)),o||!1!==o&>(t.url))){const e=i&&s&&vt.read(s);e&&a.set(i,e)}return t},xt="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=_t(e);let o=r.data;const i=ut.from(r.headers).normalize();let s,a,u,l,c,{responseType:f,onUploadProgress:d,onDownloadProgress:h}=r;function p(){l&&l(),c&&c(),r.cancelToken&&r.cancelToken.unsubscribe(s),r.signal&&r.signal.removeEventListener("abort",s)}let m=new XMLHttpRequest;function g(){if(!m)return;const r=ut.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());dt(function(e){t(e),p()},function(e){n(e),p()},{data:f&&"text"!==f&&"json"!==f?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:r,config:e,request:m}),m=null}m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout,"onloadend"in m?m.onloadend=g:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(g)},m.onabort=function(){m&&(n(new Ue("Request aborted",Ue.ECONNABORTED,e,m)),m=null)},m.onerror=function(){n(new Ue("Network Error",Ue.ERR_NETWORK,e,m)),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new Ue(t,(r.transitional||Ke).clarifyTimeoutError?Ue.ETIMEDOUT:Ue.ECONNABORTED,e,m)),m=null},void 0===o&&i.setContentType(null),"setRequestHeader"in m&&Ce.forEach(i.toJSON(),function(e,t){m.setRequestHeader(t,e)}),Ce.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),f&&"json"!==f&&(m.responseType=r.responseType),h&&([u,c]=ht(h,!0),m.addEventListener("progress",u)),d&&m.upload&&([a,l]=ht(d),m.upload.addEventListener("progress",a),m.upload.addEventListener("loadend",l)),(r.cancelToken||r.signal)&&(s=t=>{m&&(n(!t||t.type?new ft(null,e,m):t),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(s),r.signal&&(r.signal.aborted?s():r.signal.addEventListener("abort",s)));const v=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);v&&-1===Ze.protocols.indexOf(v)?n(new Ue("Unsupported protocol "+v+":",Ue.ERR_BAD_REQUEST,e)):m.send(o||null)})},St=(e,t)=>{let n,r=new AbortController;const o=function(e){if(!n){n=!0,s();const t=e instanceof Error?e:this.reason;r.abort(t instanceof Ue?t:new ft(t instanceof Error?t.message:t))}};let i=t&&setTimeout(()=>{o(new Ue(`timeout ${t} of ms exceeded`,Ue.ETIMEDOUT))},t);const s=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(e=>{e&&(e.removeEventListener?e.removeEventListener("abort",o):e.unsubscribe(o))}),e=null)};e.forEach(e=>e&&e.addEventListener&&e.addEventListener("abort",o));const{signal:a}=r;return a.unsubscribe=s,[a,()=>{i&&clearTimeout(i),i=null}]};const Et=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let r,o=0;for(;o<n;)r=o+t,yield e.slice(o,r),o=r},Pt=(e,t,n,r,o)=>{const i=async function*(e,t,n){for await(const r of e)yield*Et(ArrayBuffer.isView(r)?r:await n(String(r)),t)}(e,t,o);let s,a=0,u=e=>{s||(s=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await i.next();if(t)return u(),void e.close();if(n){let e=a+=r.byteLength;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw u(e),e}},cancel:e=>(u(e),i.return())},{highWaterMark:2})},jt="function"==typeof fetch&&"function"==typeof Request&&"function"==typeof Response,Tt=jt&&"function"==typeof ReadableStream,Ot=jt&&("function"==typeof TextEncoder?(Rt=new TextEncoder,e=>Rt.encode(e)):async e=>new Uint8Array(await new Response(e).arrayBuffer()));var Rt;const kt=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},At=Tt&&kt(()=>{let e=!1;const t=new Request(Ze.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Ct=Tt&&kt(()=>Ce.isReadableStream(new Response("").body)),Ut={stream:Ct&&(e=>e.body)};var Wt;jt&&(Wt=new Response,["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!Ut[e]&&(Ut[e]=Ce.isFunction(Wt[e])?t=>t[e]():(t,n)=>{throw new Ue(`Response type '${e}' is not supported`,Ue.ERR_NOT_SUPPORT,n)})}));const Lt={http:null,xhr:xt,fetch:jt&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:i,timeout:s,onDownloadProgress:a,onUploadProgress:u,responseType:l,headers:c,withCredentials:f="same-origin",fetchOptions:d}=_t(e);l=l?(l+"").toLowerCase():"text";let h,p,[m,g]=o||i||s?St([o,i],s):[];const v=()=>{!h&&setTimeout(()=>{m&&m.unsubscribe()}),h=!0};let y;try{if(u&&At&&"get"!==n&&"head"!==n&&0!==(y=await(async(e,t)=>{const n=Ce.toFiniteNumber(e.getContentLength());return null==n?(async e=>null==e?0:Ce.isBlob(e)?e.size:Ce.isSpecCompliantForm(e)?(await new Request(e).arrayBuffer()).byteLength:Ce.isArrayBufferView(e)||Ce.isArrayBuffer(e)?e.byteLength:(Ce.isURLSearchParams(e)&&(e+=""),Ce.isString(e)?(await Ot(e)).byteLength:void 0))(t):n})(c,r))){let e,n=new Request(t,{method:"POST",body:r,duplex:"half"});if(Ce.isFormData(r)&&(e=n.headers.get("content-type"))&&c.setContentType(e),n.body){const[e,t]=pt(y,ht(mt(u)));r=Pt(n.body,65536,e,t,Ot)}}Ce.isString(f)||(f=f?"include":"omit"),p=new Request(t,{...d,signal:m,method:n.toUpperCase(),headers:c.normalize().toJSON(),body:r,duplex:"half",credentials:f});let o=await fetch(p);const i=Ct&&("stream"===l||"response"===l);if(Ct&&(a||i)){const e={};["status","statusText","headers"].forEach(t=>{e[t]=o[t]});const t=Ce.toFiniteNumber(o.headers.get("content-length")),[n,r]=a&&pt(t,ht(mt(a),!0))||[];o=new Response(Pt(o.body,65536,n,()=>{r&&r(),i&&v()},Ot),e)}l=l||"text";let s=await Ut[Ce.findKey(Ut,l)||"text"](o,e);return!i&&v(),g&&g(),await new Promise((t,n)=>{dt(t,n,{data:s,headers:ut.from(o.headers),status:o.status,statusText:o.statusText,config:e,request:p})})}catch(t){if(v(),t&&"TypeError"===t.name&&/fetch/i.test(t.message))throw Object.assign(new Ue("Network Error",Ue.ERR_NETWORK,e,p),{cause:t.cause||t});throw Ue.from(t,t&&t.code,e,p)}})};Ce.forEach(Lt,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});const zt=e=>`- ${e}`,Ft=e=>Ce.isFunction(e)||null===e||!1===e;var Nt=e=>{e=Ce.isArray(e)?e:[e];const{length:t}=e;let n,r;const o={};for(let i=0;i<t;i++){let t;if(n=e[i],r=n,!Ft(n)&&(r=Lt[(t=String(n)).toLowerCase()],void 0===r))throw new Ue(`Unknown adapter '${t}'`);if(r)break;o[t||"#"+i]=r}if(!r){const e=Object.entries(o).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));throw new Ue("There is no suitable adapter to dispatch the request "+(t?e.length>1?"since :\n"+e.map(zt).join("\n"):" "+zt(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return r};function It(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ft(null,e)}function Bt(e){return It(e),e.headers=ut.from(e.headers),e.data=lt.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Nt(e.adapter||tt.adapter)(e).then(function(t){return It(e),t.data=lt.call(e,e.transformResponse,t),t.headers=ut.from(t.headers),t},function(t){return ct(t)||(It(e),t&&t.response&&(t.response.data=lt.call(e,e.transformResponse,t.response),t.response.headers=ut.from(t.response.headers))),Promise.reject(t)})}const Dt={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Dt[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Mt={};Dt.transitional=function(e,t,n){function r(e,t){return"[Axios v1.7.4] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,i)=>{if(!1===e)throw new Ue(r(o," has been removed"+(t?" in "+t:"")),Ue.ERR_DEPRECATED);return t&&!Mt[o]&&(Mt[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};var qt={assertOptions:function(e,t,n){if("object"!=typeof e)throw new Ue("options must be an object",Ue.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],s=t[i];if(s){const t=e[i],n=void 0===t||s(t,i,e);if(!0!==n)throw new Ue("option "+i+" must be "+n,Ue.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new Ue("Unknown option "+i,Ue.ERR_BAD_OPTION)}},validators:Dt};const Jt=qt.validators;class Ht{constructor(e){this.defaults=e,this.interceptors={request:new Ge,response:new Ge}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t;Error.captureStackTrace?Error.captureStackTrace(t={}):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=wt(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&qt.assertOptions(n,{silentJSONParsing:Jt.transitional(Jt.boolean),forcedJSONParsing:Jt.transitional(Jt.boolean),clarifyTimeoutError:Jt.transitional(Jt.boolean)},!1),null!=r&&(Ce.isFunction(r)?t.paramsSerializer={serialize:r}:qt.assertOptions(r,{encode:Jt.function,serialize:Jt.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let i=o&&Ce.merge(o.common,o[t.method]);o&&Ce.forEach(["delete","get","head","post","put","patch","common"],e=>{delete o[e]}),t.headers=ut.concat(i,o);const s=[];let a=!0;this.interceptors.request.forEach(function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,s.unshift(e.fulfilled,e.rejected))});const u=[];let l;this.interceptors.response.forEach(function(e){u.push(e.fulfilled,e.rejected)});let c,f=0;if(!a){const e=[Bt.bind(this),void 0];for(e.unshift.apply(e,s),e.push.apply(e,u),c=e.length,l=Promise.resolve(t);f<c;)l=l.then(e[f++],e[f++]);return l}c=s.length;let d=t;for(f=0;f<c;){const e=s[f++],t=s[f++];try{d=e(d)}catch(e){t.call(this,e);break}}try{l=Bt.call(this,d)}catch(e){return Promise.reject(e)}for(f=0,c=u.length;f<c;)l=l.then(u[f++],u[f++]);return l}getUri(e){return He(yt((e=wt(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}Ce.forEach(["delete","get","head","options"],function(e){Ht.prototype[e]=function(t,n){return this.request(wt(n||{},{method:e,url:t,data:(n||{}).data}))}}),Ce.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(wt(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Ht.prototype[e]=t(),Ht.prototype[e+"Form"]=t(!0)});var Gt=Ht;class Kt{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(e){t=e});const n=this;this.promise.then(e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null}),this.promise.then=e=>{let t;const r=new Promise(e=>{n.subscribe(e),t=e}).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e(function(e,r,o){n.reason||(n.reason=new ft(e,r,o),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new Kt(function(t){e=t}),cancel:e}}}var Vt=Kt;const $t={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries($t).forEach(([e,t])=>{$t[t]=e});var Xt=$t;const Yt=function e(t){const n=new Gt(t),r=M(Gt.prototype.request,n);return Ce.extend(r,Gt.prototype,n,{allOwnKeys:!0}),Ce.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(wt(t,n))},r}(tt);Yt.Axios=Gt,Yt.CanceledError=ft,Yt.CancelToken=Vt,Yt.isCancel=ct,Yt.VERSION="1.7.4",Yt.toFormData=Be,Yt.AxiosError=Ue,Yt.Cancel=Yt.CanceledError,Yt.all=function(e){return Promise.all(e)},Yt.spread=function(e){return function(t){return e.apply(null,t)}},Yt.isAxiosError=function(e){return Ce.isObject(e)&&!0===e.isAxiosError},Yt.mergeConfig=wt,Yt.AxiosHeaders=ut,Yt.formToJSON=e=>Qe(Ce.isHTMLForm(e)?new FormData(e):e),Yt.getAdapter=Nt,Yt.HttpStatusCode=Xt,Yt.default=Yt;var Zt=Yt;const{CanceledError:Qt}=Zt;var en,tn,nn=function(e,t){try{var n=t.baseUrl+N.jobs.post_update,r=O({},I(t),{job_id:e.identifier,status:e.status});return Promise.resolve(fetch(n,O({},B,{method:"POST",headers:r,body:JSON.stringify({status_message:e.status_message,error:e.error,progress:e.progress})})).catch(function(e){return console.error(e),null})).then(function(e){return!!e&&e.ok})}catch(e){return Promise.reject(e)}},rn="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},on={__proto__:null,default:{}},sn=(en=function(t){!function(){var n="input is invalid type",r="object"==typeof window,o=r?window:{};o.JS_MD5_NO_WINDOW&&(r=!1);var i=!r&&"object"==typeof self,s=!o.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;s?o=rn:i&&(o=self);var a,u=!o.JS_MD5_NO_COMMON_JS&&t.exports,l=!o.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,c="0123456789abcdef".split(""),f=[128,32768,8388608,-2147483648],d=[0,8,16,24],h=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),m=[];if(l){var g=new ArrayBuffer(68);a=new Uint8Array(g),m=new Uint32Array(g)}var v=Array.isArray;!o.JS_MD5_NO_NODE_JS&&v||(v=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var y=ArrayBuffer.isView;!l||!o.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&y||(y=function(e){return"object"==typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var b=function(e){var t=typeof e;if("string"===t)return[e,!0];if("object"!==t||null===e)throw new Error(n);if(l&&e.constructor===ArrayBuffer)return[new Uint8Array(e),!1];if(!v(e)&&!y(e))throw new Error(n);return[e,!1]},w=function(e){return function(t){return new x(!0).update(t)[e]()}},_=function(e){return function(t,n){return new S(t,!0).update(n)[e]()}};function x(e){if(e)m[0]=m[16]=m[1]=m[2]=m[3]=m[4]=m[5]=m[6]=m[7]=m[8]=m[9]=m[10]=m[11]=m[12]=m[13]=m[14]=m[15]=0,this.blocks=m,this.buffer8=a;else if(l){var t=new ArrayBuffer(68);this.buffer8=new Uint8Array(t),this.blocks=new Uint32Array(t)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}function S(e,t){var n,r=b(e);if(e=r[0],r[1]){var o,i=[],s=e.length,a=0;for(n=0;n<s;++n)(o=e.charCodeAt(n))<128?i[a++]=o:o<2048?(i[a++]=192|o>>>6,i[a++]=128|63&o):o<55296||o>=57344?(i[a++]=224|o>>>12,i[a++]=128|o>>>6&63,i[a++]=128|63&o):(o=65536+((1023&o)<<10|1023&e.charCodeAt(++n)),i[a++]=240|o>>>18,i[a++]=128|o>>>12&63,i[a++]=128|o>>>6&63,i[a++]=128|63&o);e=i}e.length>64&&(e=new x(!0).update(e).array());var u=[],l=[];for(n=0;n<64;++n){var c=e[n]||0;u[n]=92^c,l[n]=54^c}x.call(this,t),this.update(l),this.oKeyPad=u,this.inner=!0,this.sharedMemory=t}x.prototype.update=function(e){if(this.finalized)throw new Error("finalize already called");for(var t,n,r=b(e),o=r[1],i=0,s=(e=r[0]).length,a=this.blocks,u=this.buffer8;i<s;){if(this.hashed&&(this.hashed=!1,a[0]=a[16],a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),o)if(l)for(n=this.start;i<s&&n<64;++i)(t=e.charCodeAt(i))<128?u[n++]=t:t<2048?(u[n++]=192|t>>>6,u[n++]=128|63&t):t<55296||t>=57344?(u[n++]=224|t>>>12,u[n++]=128|t>>>6&63,u[n++]=128|63&t):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),u[n++]=240|t>>>18,u[n++]=128|t>>>12&63,u[n++]=128|t>>>6&63,u[n++]=128|63&t);else for(n=this.start;i<s&&n<64;++i)(t=e.charCodeAt(i))<128?a[n>>>2]|=t<<d[3&n++]:t<2048?(a[n>>>2]|=(192|t>>>6)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]):t<55296||t>=57344?(a[n>>>2]|=(224|t>>>12)<<d[3&n++],a[n>>>2]|=(128|t>>>6&63)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),a[n>>>2]|=(240|t>>>18)<<d[3&n++],a[n>>>2]|=(128|t>>>12&63)<<d[3&n++],a[n>>>2]|=(128|t>>>6&63)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]);else if(l)for(n=this.start;i<s&&n<64;++i)u[n++]=e[i];else for(n=this.start;i<s&&n<64;++i)a[n>>>2]|=e[i]<<d[3&n++];this.lastByteIndex=n,this.bytes+=n-this.start,n>=64?(this.start=n-64,this.hash(),this.hashed=!0):this.start=n}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296|0,this.bytes=this.bytes%4294967296),this},x.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[t>>>2]|=f[3&t],t>=56&&(this.hashed||this.hash(),e[0]=e[16],e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.bytes<<3,e[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},x.prototype.hash=function(){var e,t,n,r,o,i,s=this.blocks;this.first?t=((t=((e=((e=s[0]-680876937)<<7|e>>>25)-271733879|0)^(n=((n=(-271733879^(r=((r=(-1732584194^2004318071&e)+s[1]-117830708)<<12|r>>>20)+e|0)&(-271733879^e))+s[2]-1126478375)<<17|n>>>15)+r|0)&(r^e))+s[3]-1316259209)<<22|t>>>10)+n|0:(e=this.h0,t=this.h1,t=((t+=((e=((e+=((r=this.h3)^t&((n=this.h2)^r))+s[0]-680876936)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[1]-389564586)<<12|r>>>20)+e|0)&(e^t))+s[2]+606105819)<<17|n>>>15)+r|0)&(r^e))+s[3]-1044525330)<<22|t>>>10)+n|0),t=((t+=((e=((e+=(r^t&(n^r))+s[4]-176418897)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[5]+1200080426)<<12|r>>>20)+e|0)&(e^t))+s[6]-1473231341)<<17|n>>>15)+r|0)&(r^e))+s[7]-45705983)<<22|t>>>10)+n|0,t=((t+=((e=((e+=(r^t&(n^r))+s[8]+1770035416)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[9]-1958414417)<<12|r>>>20)+e|0)&(e^t))+s[10]-42063)<<17|n>>>15)+r|0)&(r^e))+s[11]-1990404162)<<22|t>>>10)+n|0,t=((t+=((e=((e+=(r^t&(n^r))+s[12]+1804603682)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[13]-40341101)<<12|r>>>20)+e|0)&(e^t))+s[14]-1502002290)<<17|n>>>15)+r|0)&(r^e))+s[15]+1236535329)<<22|t>>>10)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[1]-165796510)<<5|e>>>27)+t|0)^t))+s[6]-1069501632)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[11]+643717713)<<14|n>>>18)+r|0)^r))+s[0]-373897302)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[5]-701558691)<<5|e>>>27)+t|0)^t))+s[10]+38016083)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[15]-660478335)<<14|n>>>18)+r|0)^r))+s[4]-405537848)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[9]+568446438)<<5|e>>>27)+t|0)^t))+s[14]-1019803690)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[3]-187363961)<<14|n>>>18)+r|0)^r))+s[8]+1163531501)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[13]-1444681467)<<5|e>>>27)+t|0)^t))+s[2]-51403784)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[7]+1735328473)<<14|n>>>18)+r|0)^r))+s[12]-1926607734)<<20|t>>>12)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[5]-378558)<<4|e>>>28)+t|0))+s[8]-2022574463)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[11]+1839030562)<<16|n>>>16)+r|0))+s[14]-35309556)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[1]-1530992060)<<4|e>>>28)+t|0))+s[4]+1272893353)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[7]-155497632)<<16|n>>>16)+r|0))+s[10]-1094730640)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[13]+681279174)<<4|e>>>28)+t|0))+s[0]-358537222)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[3]-722521979)<<16|n>>>16)+r|0))+s[6]+76029189)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[9]-640364487)<<4|e>>>28)+t|0))+s[12]-421815835)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[15]+530742520)<<16|n>>>16)+r|0))+s[2]-995338651)<<23|t>>>9)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[0]-198630844)<<6|e>>>26)+t|0)|~n))+s[7]+1126891415)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[14]-1416354905)<<15|n>>>17)+r|0)|~e))+s[5]-57434055)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[12]+1700485571)<<6|e>>>26)+t|0)|~n))+s[3]-1894986606)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[10]-1051523)<<15|n>>>17)+r|0)|~e))+s[1]-2054922799)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[8]+1873313359)<<6|e>>>26)+t|0)|~n))+s[15]-30611744)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[6]-1560198380)<<15|n>>>17)+r|0)|~e))+s[13]+1309151649)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[4]-145523070)<<6|e>>>26)+t|0)|~n))+s[11]-1120210379)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[2]+718787259)<<15|n>>>17)+r|0)|~e))+s[9]-343485551)<<21|t>>>11)+n|0,this.first?(this.h0=e+1732584193|0,this.h1=t-271733879|0,this.h2=n-1732584194|0,this.h3=r+271733878|0,this.first=!1):(this.h0=this.h0+e|0,this.h1=this.h1+t|0,this.h2=this.h2+n|0,this.h3=this.h3+r|0)},x.prototype.toString=x.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3;return c[e>>>4&15]+c[15&e]+c[e>>>12&15]+c[e>>>8&15]+c[e>>>20&15]+c[e>>>16&15]+c[e>>>28&15]+c[e>>>24&15]+c[t>>>4&15]+c[15&t]+c[t>>>12&15]+c[t>>>8&15]+c[t>>>20&15]+c[t>>>16&15]+c[t>>>28&15]+c[t>>>24&15]+c[n>>>4&15]+c[15&n]+c[n>>>12&15]+c[n>>>8&15]+c[n>>>20&15]+c[n>>>16&15]+c[n>>>28&15]+c[n>>>24&15]+c[r>>>4&15]+c[15&r]+c[r>>>12&15]+c[r>>>8&15]+c[r>>>20&15]+c[r>>>16&15]+c[r>>>28&15]+c[r>>>24&15]},x.prototype.array=x.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3;return[255&e,e>>>8&255,e>>>16&255,e>>>24&255,255&t,t>>>8&255,t>>>16&255,t>>>24&255,255&n,n>>>8&255,n>>>16&255,n>>>24&255,255&r,r>>>8&255,r>>>16&255,r>>>24&255]},x.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(16),t=new Uint32Array(e);return t[0]=this.h0,t[1]=this.h1,t[2]=this.h2,t[3]=this.h3,e},x.prototype.buffer=x.prototype.arrayBuffer,x.prototype.base64=function(){for(var e,t,n,r="",o=this.array(),i=0;i<15;)e=o[i++],t=o[i++],n=o[i++],r+=p[e>>>2]+p[63&(e<<4|t>>>4)]+p[63&(t<<2|n>>>6)]+p[63&n];return r+(p[(e=o[i])>>>2]+p[e<<4&63]+"==")},(S.prototype=new x).finalize=function(){if(x.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();x.call(this,this.sharedMemory),this.update(this.oKeyPad),this.update(e),x.prototype.finalize.call(this)}};var E=function(){var t=w("hex");s&&(t=function(t){var r,i=on,s=e.Buffer;return r=s.from&&!o.JS_MD5_NO_BUFFER_FROM?s.from:function(e){return new s(e)},function(e){if("string"==typeof e)return i.createHash("md5").update(e,"utf8").digest("hex");if(null==e)throw new Error(n);return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),v(e)||y(e)||e.constructor===s?i.createHash("md5").update(r(e)).digest("hex"):t(e)}}(t)),t.create=function(){return new x},t.update=function(e){return t.create().update(e)};for(var r=0;r<h.length;++r){var i=h[r];t[i]=w(i)}return t}();E.md5=E,E.md5.hmac=function(){var e=_("hex");e.create=function(e){return new S(e)},e.update=function(t,n){return e.create(t).update(n)};for(var t=0;t<h.length;++t){var n=h[t];e[n]=_(n)}return e}(),u?t.exports=E:o.md5=E}()},en(tn={exports:{}}),tn.exports);function an(e,t=0){return fn(e,t,2).getUint16(0,!0)}function un(e,t=0){return fn(e,t,4).getUint32(0,!0)}function ln(e,t=0,n=e.byteLength){const r=e.slice(t,t+n);return dn.decode(new Uint8Array(r))}function cn(e,t,n=0){if(e.length<t.length+n)return!1;for(const[r,o]of t.entries())if(null!==o&&o!==e[r+n])return!1;return!0}function fn(e,t,n){const r=e.slice(t,t+n);return new DataView(new Uint8Array(r).buffer)}const dn=new TextDecoder("utf8"),hn=[["db","application/vnd.sqlite3",[83,81,76,105,116,101,32,102,111,114,109,97,116,32,51,0]],["woff","font/woff",[119,79,70,70]],["woff2","font/woff2",[119,79,70,50]],["bmp","image/bmp",[66,77]],["gif","image/gif",[71,73,70,56,55,97]],["gif","image/gif",[71,73,70,56,57,97]],["heic","image/heic",[102,116,121,112,104,101,105],{offset:4}],["heic","image/heic",[102,116,121,112,109],{offset:4}],["ico","image/x-icon",[0,0,1,0]],["jpg","image/jpeg",[255,216,255]],["pdf","application/pdf",[37,80,68,70,45]],["png","image/png",[137,80,78,71,13,10,26,10]],["7z","application/x-7z-compressed",[55,122,188,175,39,28]],["rar","application/x-rar-compressed",[82,97,114,33,26,7,0]],["rar","application/x-rar-compressed",[82,97,114,33,26,7,1,0]],["rtf","application/rtf",[123,92,114,116,102,49]],["bz2","application/x-bzip2",[66,90,104]],["gz","application/gzip",[31,139]],["tar","application/x-tar",[117,115,116,97,114,0,48,48],{offset:257}],["tar","application/x-tar",[117,115,116,97,114,32,32,0],{offset:257}],["tif","image/tiff",[73,73,42,0]],["tiff","image/tiff",[77,77,0,42]],["zip","application/zip",[80,75,3,4],{exact:!1}],["zip","application/zip",[80,75,5,6]],["mp3","audio/mp3",[255,251]],["mp3","audio/mp3",[255,243]],["mp3","audio/mp3",[255,242]],["mp3","audio/mp3",[73,68,51]],["mp4","video/mp4",[102,116,121,112,105,115,111,109],{offset:4}],["avi","video/x-msvideo",[82,73,70,70,null,null,null,null,65,86,73,32]],["wav","audio/wav",[82,73,70,70,null,null,null,null,87,65,86,69]],["ogx","application/ogg",[79,103,103,83],{exact:!1},[["oga","audio/ogg",[127,70,76,65,67],{offset:28}],["ogg","audio/ogg",[1,118,111,114,98,105,115],{offset:28}],["ogm","video/ogg",[1,118,105,100,101,111,0],{offset:28}],["ogv","video/ogg",[128,116,104,101,111,114,97],{offset:28}]]],["webp","image/webp",[82,73,70,70,null,null,null,null,87,69,66,80]],["psd","image/vnd.adobe.photoshop",[56,66,80,83]],["flac","audio/x-flac",[102,76,97,67]],["wasm","application/wasm",[0,97,115,109]],["deb","application/x-deb",[33,60,97,114,99,104,62,10]],["exe","application/x-msdownload",[77,90]],["exe","application/x-msdownload",[90,77]],["class","application/java-vm",[202,254,186,190]]];function pn(e){return e.flatMap(([e,t,n,r={},o=[]])=>[[e,t,n,r],...o])}function mn(e,t){const n=an(e,26),r=ln(e,30,n),[o]=r.split("/"),i=r.endsWith(".xml");return"META-INF"===o?{ext:"jar",mime:"application/java-archive"}:"ppt"===o&&i?{ext:"pptx",mime:"application/vnd.openxmlformats-officedocument.presentationml.presentation"}:"word"===o&&i?{ext:"docx",mime:"application/vnd.openxmlformats-officedocument.wordprocessingml.document"}:"xl"===o&&i?{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}:"mimetype"===o?function(e,t){const n=un(e,18),r=un(e,22),o=an(e,28);if(n===r){const r=ln(e,30+t+o,n);if("application/vnd.oasis.opendocument.presentation"===r)return{ext:"odp",mime:r};if("application/vnd.oasis.opendocument.spreadsheet"===r)return{ext:"ods",mime:r};if("application/vnd.oasis.opendocument.text"===r)return{ext:"odt",mime:r};if("application/epub+zip"===r)return{ext:"epub",mime:r}}}(e,n)??t:t}const gn=function(e){return pn(e).map(([e,t,n,{offset:r=0}={}])=>n.length+r).reduce((e,t)=>t>e?t:e,0)}(hn);function vn(e,t){for(const[n,r,o,{exact:i=!0,offset:s=0}={},a=[]]of t)if(cn(e,o,s)){if("zip"===n&&!i)return mn(e.buffer,{ext:n,mime:r});if(!i&&a.length)for(const[t,n,r,{offset:o=0}={}]of a)if(cn(e,r,o))return{ext:t,mime:n};return{ext:n,mime:r}}}function yn(e){var t=sn.md5.create();return t.update(e),t.base64()}function bn(e,t){void 0===t&&(t=void 0);var n=function(e,{extra:t=!1,hint:n}={}){const r=new Uint8Array(e.slice(0,gn));if(n){const e=function(e,{ext:t,mime:n}){return t||n?pn(e).filter(e=>e[0]===t||e[1]===n):[]}(hn,n);if(e.length>0){const t=vn(r,e);if(void 0!==t)return t}}return vn(r,hn)||(t?function(e){return function(e){try{const t=ln(e);if(!function(e){for(let t=0;t<e.length;t++)try{const n=e.charCodeAt(t);if(65533===n||n<=8)return!1}catch{return!1}return!0}(t))return;try{return JSON.parse(t),{ext:"json",mime:"application/json"}}catch{return{ext:"txt",mime:"text/plain"}}}catch{return}}(e)}(e):void 0)}(e);if(n)return n.mime;for(var r=new Uint8Array(e).subarray(0,4),o="",i=0;i<r.length;i++)o+=r[i].toString(16);var s="unknown";switch(o){case"676c5446":s="model/gltf-binary";break;case"89504e47":s="image/png";break;case"ffd8ffe0":case"ffd8ffe1":case"ffd8ffe2":case"ffd8ffe3":case"ffd8ffe8":s="image/jpeg";break;default:s="unknown"}return"unknown"===s&&"string"==typeof t&&(s=wn(t)),s}function wn(e){var t=e.toLowerCase(),n="";return t.endsWith(".html")||t.endsWith(".html.gz")||t.endsWith(".html.br")?n="text/html":t.endsWith(".js")||t.endsWith(".js.gz")||t.endsWith(".js.br")||t.endsWith(".mjs")||t.endsWith(".mjs.gz")||t.endsWith(".mjs.br")||t.endsWith(".cjs")||t.endsWith(".cjs.gz")||t.endsWith(".cjs.br")?n="application/javascript":t.endsWith(".wasm")?n="application/wasm":t.endsWith(".css")||t.endsWith(".css.gz")||t.endsWith(".css.br")?n="text/css":t.endsWith(".json")?n="application/json":t.endsWith(".txt")?n="text/plain":t.endsWith(".bin")?n="application/octet-stream":t.endsWith(".png")?n="image/png":t.endsWith(".jpg")||t.endsWith(".jpeg")?n="image/jpeg":t.endsWith(".gif")?n="image/gif":t.endsWith(".webp")?n="image/webp":t.endsWith(".svg")?n="image/svg+xml":t.endsWith(".xml")?n="application/xml":t.endsWith(".glb")?n="model/gltf-binary":t.endsWith(".gltf")?n="model/gltf+json":t.endsWith(".vrm")?n="model/gltf-binary":t.endsWith(".usdz")?n="model/vnd.usdz+zip":t.endsWith(".usda")?n="model/vnd.usd-usda":t.endsWith(".usdc")?n="model/vnd.usd-usdc":t.endsWith(".usd")?n="model/vnd.usd-usd":t.endsWith(".mtl")?n="model/mtl":t.endsWith(".obj")?n="model/obj":t.endsWith(".fbx")?n="model/vnd.autodesk.fbx":t.endsWith(".stl")?n="model/stl":t.endsWith(".mtlx")&&(n="application/materialx+xml"),n}function _n(e,t,n){void 0===t&&(t=void 0),void 0===n&&(n=!0);var r=Math.abs(e);if(r>=1099511627776){var o=n?" TB":"";return(e/1099511627776).toFixed(void 0===t?2:t)+o}if(r>=1073741824){var i=n?" GB":"";return(e/1073741824).toFixed(void 0===t?2:t)+i}if(r>=1048576){var s=n?" MB":"";return(e/1048576).toFixed(void 0===t?1:t)+s}if(r>=1024){var a=n?" KB":"";return(e/1024).toFixed(void 0===t?0:t)+a}var u=n?" B":"";return e.toFixed(0)+u}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));var xn=function(e){try{return Promise.resolve(new Promise(function(t){return setTimeout(t,e)}))}catch(e){return Promise.reject(e)}},Sn=/*#__PURE__*/z(/^image_(\d+)_|^mesh_lod_(\d+)_/,{image_lod:1,mesh_lod:2});function En(e,t,n){if(!e.s){if(n instanceof Pn){if(!n.s)return void(n.o=En.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(En.bind(null,e,t),En.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}var Pn=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,n){var r=new e,o=this.s;if(o){var i=1&o?t:n;if(i){try{En(r,1,i(this.v))}catch(e){En(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?En(r,1,t?t(o):o):n?En(r,1,n(o)):En(r,2,o)}catch(e){En(r,2,e)}},r},e}();function jn(e){return e instanceof Pn&&1&e.s}function Tn(e){return e.includes("\\u")?JSON.parse('"'+e+'"'):decodeURIComponent(e)}function On(e){for(var t=-1,n=Infinity,r=0;r<e.length;r++){var o=e[r];o.path.split("/").length<n&&(n=o.path.split("/").length,t=r)}return t<0?null:e[t]}var Rn=/*#__PURE__*/function(){function e(e,t){this.totalFiles=e,this.estimatedTotalSize=t,this.uploadedSize=0,this.startTime=Date.now(),this.lastUpdateTime=this.startTime,this.lastUploadedSize=0,this.speedEMA=null,this.emaFactor=.1,this.smoothedRemainingTime=null,this.recentSpeeds=new Array,this.maxRecentSpeeds=20,this.initialEstimateThreshold=.05}var t=e.prototype;return t.updateProgress=function(e){var t=Date.now(),n=(t-this.lastUpdateTime)/1e3,r=e-this.lastUploadedSize;if(this.uploadedSize=e,n>0&&r>0){this.recentSpeeds.push(r/n),this.recentSpeeds.length>this.maxRecentSpeeds&&this.recentSpeeds.shift();var o=this.recentSpeeds.reduce(function(e,t){return e+t},0)/this.recentSpeeds.length;this.speedEMA=null===this.speedEMA?o:this.emaFactor*o+(1-this.emaFactor)*this.speedEMA}this.lastUpdateTime=t,this.lastUploadedSize=e;var i,s=this.uploadedSize/this.estimatedTotalSize,a=(t-this.startTime)/1e3,u=this.speedEMA&&this.speedEMA>0?this.speedEMA:this.uploadedSize/a;return i=u>0?(this.estimatedTotalSize-this.uploadedSize)/u:Infinity,this.smoothedRemainingTime=s>=this.initialEstimateThreshold?null===this.smoothedRemainingTime?i:.9*this.smoothedRemainingTime+.1*i:a/s-a,this.smoothedRemainingTime=Math.max(this.smoothedRemainingTime,(this.estimatedTotalSize-this.uploadedSize)/u),{progress:100*s,estimatedTimeRemaining:Math.round(this.smoothedRemainingTime),estimatedTimeRemainingString:this.smoothedRemainingTime>3?this.__formatTime(this.smoothedRemainingTime):"few seconds"}},t.__formatTime=function(e){if(!isFinite(e)||e>86400)return"Calculating...";if(e<60)return Math.round(e)+"sec";var t=Math.floor(e/60);return t<60?t+"min":Math.floor(t/60)+"h "+t%60+"min"},e}();function kn(e,t,n){if(!e.s){if(n instanceof An){if(!n.s)return void(n.o=kn.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(kn.bind(null,e,t),kn.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));var An=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,n){var r=new e,o=this.s;if(o){var i=1&o?t:n;if(i){try{kn(r,1,i(this.v))}catch(e){kn(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?kn(r,1,t?t(o):o):n?kn(r,1,n(o)):kn(r,2,o)}catch(e){kn(r,2,e)}},r},e}();function Cn(e){return e instanceof An&&1&e.s}function Un(e,t,n){var r,o,i=-1;return function s(a){try{for(;++i<e.length&&(!n||!n());)if((a=t(i))&&a.then){if(!Cn(a))return void a.then(s,o||(o=kn.bind(null,r=new An,2)));a=a.v}r?kn(r,1,a):r=a}catch(e){kn(r||(r=new An),2,e)}}(),r}function Wn(e,t,n){for(var r;;){var o=e();if(Cn(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Cn(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Cn(s)){r=2;break}}}var a=new An,u=kn.bind(null,a,2);return(0===r?o.then(c):1===r?i.then(l):s.then(f)).then(void 0,u),a;function l(r){i=r;do{if(t&&(s=t())&&s.then&&!Cn(s))return void s.then(f).then(void 0,u);if(!(o=e())||Cn(o)&&!o.v)return void kn(a,1,i);if(o.then)return void o.then(c).then(void 0,u);Cn(i=n())&&(i=i.v)}while(!i||!i.then);i.then(l).then(void 0,u)}function c(e){e?(i=n())&&i.then?i.then(l).then(void 0,u):l(i):kn(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):kn(a,1,i)}}var Ln=[];function zn(e){return Fn.apply(this,arguments)}function Fn(){return Fn=U(/*#__PURE__*/A().mark(function e(t){var n,r,o,i,s,a,u,l,c,f;return A().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=t.getReader(),r=new TextDecoder,o="",e.prev=3;case 4:return e.next=7,j(n.read());case 7:if(s=(i=e.sent).value,!i.done){e.next=12;break}return e.abrupt("break",26);case 12:o+=r.decode(s,{stream:!0}),a=o.split("\n\n"),o=a.pop()||"",u=T(a);case 16:if((l=u()).done){e.next=24;break}if(!(c=Nn(l.value))){e.next=22;break}return e.next=22,c;case 22:e.next=16;break;case 24:e.next=4;break;case 26:if(!o.trim()){e.next=31;break}if(!(f=Nn(o))){e.next=31;break}return e.next=31,f;case 31:return e.prev=31,n.releaseLock(),e.finish(31);case 34:case"end":return e.stop()}},e,null,[[3,,31,34]])})),Fn.apply(this,arguments)}function Nn(e){for(var t,n=null,r="",o=void 0,i=T(e.split("\n"));!(t=i()).done;){var s=t.value;s.startsWith("event: ")?n=s.slice(7).trim():s.startsWith("data: ")?r=s.slice(6):s.startsWith("id: ")&&(o=parseInt(s.slice(4).trim(),10))}if(!n)return null;var a=null;switch(n){case"delta":a={type:"delta",content:decodeURIComponent(r)};break;case"message":a={type:"message",content:decodeURIComponent(r)};break;case"status":a={type:"status",message:decodeURIComponent(r)};break;case"error":a={type:"error",message:decodeURIComponent(r)};break;case"stopped":a={type:"stopped"};break;case"tool_call":a=O({type:"tool_call"},JSON.parse(r));break;case"tool_result":a=O({type:"tool_result"},JSON.parse(r));break;case"done":a={type:"done",token_usage:JSON.parse(r)};break;case"message_id":a={type:"message_id",message_id:decodeURIComponent(r)};break;case"chat_id":a={type:"chat_id",chat_id:decodeURIComponent(r)}}return a&&void 0!==o&&(a.id=o),a}function In(e,t){var n=I(e);return null!=t&&t.personal&&(n["x-needle-ai-chat"]="personal"),n}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")),new Array;var Bn=function(e,t){try{var n=new URL(e.baseUrl+N.ai.chat),r=In(e,t);return r["Content-Type"]="application/json",Promise.resolve(fetch(n,O({},B,{method:"POST",headers:r,body:JSON.stringify({type:"new_message",slug:t.slug,message:t.message,stream:!1,source:t.source,full_url:t.full_url,pathname:t.pathname,context:t.context})}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to send chat message ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}},Dn=function(e){try{var t=new URL(e.baseUrl+N.ai.list_chats),n=In(e);return Promise.resolve(fetch(t,O({},B,{method:"GET",headers:n}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to list chats ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}};function Mn(e,t){return t.stream?function(e,t){return qn.apply(this,arguments)}(e,t):Bn(e,t)}function qn(){return qn=U(/*#__PURE__*/A().mark(function e(t,n){var r,o,i,s;return A().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=new URL(t.baseUrl+N.ai.chat),(o=In(t,n))["Content-Type"]="application/json",i={type:"new_message",slug:n.slug,message:n.message,stream:!0,source:n.source,full_url:n.full_url,pathname:n.pathname,context:n.context},e.next=6,j(fetch(r,O({},B,{method:"POST",headers:o,body:JSON.stringify(i)})));case 6:if((s=e.sent).ok){e.next=12;break}return e.next=10,j(s.text());case 10:throw new Error("Failed to stream chat message ("+s.status+"): "+e.sent);case 12:if(s.body){e.next=14;break}throw new Error("Response body is null — streaming not supported in this environment");case 14:return e.delegateYield(S(E(zn(s.body))),"t0",15);case 15:case"end":return e.stop()}},e)})),qn.apply(this,arguments)}function Jn(e,t){var n,r=t||{},o=r.source,i=void 0===o?"sdk":o,s=r.tools,a=void 0===s?[]:s,u=r.onToolRequest,l=r.toolReadyTimeout,c=void 0===l?5e3:l,f=r.personal,d=void 0!==f&&f,h=null,p=null,m=!1;function g(e){return v.apply(this,arguments)}function v(){return(v=U(/*#__PURE__*/A().mark(function e(t){var n,r,o,i,s,a;return A().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=!1,r=!1,e.prev=2,i=E(t);case 4:return e.next=6,j(i.next());case 6:if(!(n=!(s=e.sent).done)){e.next=14;break}return"done"===(a=s.value).type&&(h=a.token_usage),e.next=11,a;case 11:n=!1,e.next=4;break;case 14:e.next=20;break;case 16:e.prev=16,e.t0=e.catch(2),r=!0,o=e.t0;case 20:if(e.prev=20,e.prev=21,!n||null==i.return){e.next=25;break}return e.next=25,j(i.return());case 25:if(e.prev=25,!r){e.next=28;break}throw o;case 28:return e.finish(25);case 29:return e.finish(20);case 30:case"end":return e.stop()}},e,null,[[2,16,20,30],[21,,25,29]])}))).apply(this,arguments)}n=a.length>0?new Promise(function(t,n){var r=null;c>0&&(r=setTimeout(function(){n(new Error("ChatSession: WebSocket tool connection timed out after "+c+"ms. Tools will not be available for this chat session."))},c)),p=function(e,t){var n=t.source,r=void 0===n?"editor":n,o=t.tools,i=t.onToolRequest,s=t.onOpen,a=t.onClose,u=t.onError,l=t.reconnect,c=void 0===l||l,f=t.reconnectInterval,d=void 0===f?3e3:f,h=t.maxReconnectAttempts,p=void 0===h?10:h,m=null,g=!1,v=0,y=null,b=[].concat(void 0===o?[]:o);function w(e){m&&1===m.readyState&&m.send(JSON.stringify(e))}function _(){w({type:"register",source:r,tools:b})}return function t(){if(!g){var n=function(){var t=""+e.baseUrl.replace(/\/$/,"").replace(/^http/,"ws")+N.ai.ws+"?token="+encodeURIComponent(e.authToken);return e.org&&(t+="&org="+encodeURIComponent(e.org)),t}();(m=new WebSocket(n)).onopen=function(){v=0,_(),null==s||s()},m.onmessage=function(e){!function(e){try{var t=JSON.parse(e);if("execute_tool"===t.type&&t.requestId&&t.toolName){var n=t.requestId,r=t.toolName,o=t.args||{};if(!i)return void w({type:"tool_error",requestId:n,error:"No tool handler registered"});Promise.resolve().then(function(){return i(r,o)}).then(function(e){w(e.error?{type:"tool_error",requestId:n,error:e.error}:{type:"tool_result",requestId:n,result:e.result})}).catch(function(e){w({type:"tool_error",requestId:n,error:(null==e?void 0:e.message)||String(e)})})}}catch(e){}}("string"==typeof e.data?e.data:String(e.data))},m.onclose=function(){m=null,null==a||a(),!g&&c&&(v>=p?null==u||u(new Error("Max reconnect attempts ("+p+") reached")):(v++,y=setTimeout(function(){y=null,t()},d)))},m.onerror=function(e){null==u||u((null==e?void 0:e.error)||new Error("WebSocket error"))}}}(),{updateTools:function(e){b=[].concat(e),_()},sendPresence:function(e){w(O({type:"presence"},e))},close:function(){g=!0,y&&(clearTimeout(y),y=null),m&&(m.close(1e3,"client closed"),m=null)},get connected(){return null!==m&&1===m.readyState}}}(e,{source:i,tools:a,onToolRequest:u,onOpen:function(){r&&clearTimeout(r),t()},onError:function(e){r&&clearTimeout(r),n(new Error("ChatSession: WebSocket tool connection failed: "+e.message))}})}):Promise.resolve();var y={get ready(){return n},sendMessage:function(t,r,o){return U(/*#__PURE__*/A().mark(function s(){var a;return A().wrap(function(s){for(;;)switch(s.prev=s.next){case 0:return s.next=2,j(n);case 2:if(!m){s.next=4;break}throw new Error("ChatSession is closed");case 4:return a=Mn(e,{slug:t,message:r,stream:!0,source:i,personal:d,full_url:null==o?void 0:o.full_url,pathname:null==o?void 0:o.pathname,context:null==o?void 0:o.context}),s.delegateYield(S(E(g(a))),"t0",6);case 6:case"end":return s.stop()}},s)}))()},sendMessageSync:function(t,r,o){return Promise.resolve(n).then(function(){if(m)throw new Error("ChatSession is closed");return Promise.resolve(Mn(e,{slug:t,message:r,stream:!1,source:i,personal:d,full_url:null==o?void 0:o.full_url,pathname:null==o?void 0:o.pathname,context:null==o?void 0:o.context})).then(function(e){return e.token_usage&&(h=e.token_usage),e})})},interruptChat:function(t){try{return Promise.resolve(function(e,t,n){try{var r=new URL(e.baseUrl+N.ai.chat_stop),o=In(e,n);return o["Content-Type"]="application/json",Promise.resolve(fetch(r,O({},B,{method:"POST",headers:o,body:JSON.stringify({slug:t})}))).then(function(e){return function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to interrupt chat ("+e.status+"): "+t)})}()})}catch(e){return Promise.reject(e)}}(e,t,{personal:d}))}catch(e){return Promise.reject(e)}},readChat:function(t,n){try{return Promise.resolve(function(e,t,n){try{return null!=n&&n.reconnect?function(e,t,n){try{var r=new URL(e.baseUrl+N.ai.chat+"/"+encodeURIComponent(t)),o=In(e,n);return o.Accept="text/event-stream",Promise.resolve(fetch(r,O({},B,{method:"GET",headers:o,signal:null==n?void 0:n.signal}))).then(function(e){var t;return e.ok&&null!=(t=e.headers.get("content-type"))&&t.includes("text/event-stream")&&e.body?zn(e.body):null})}catch(e){return Promise.reject(e)}}(e,t,n):function(e,t,n){try{var r=new URL(e.baseUrl+N.ai.chat+"/"+encodeURIComponent(t));null!=(null==n?void 0:n.limit)&&r.searchParams.set("limit",String(n.limit)),null!=(null==n?void 0:n.offset)&&r.searchParams.set("offset",String(n.offset));var o=In(e,n);return Promise.resolve(fetch(r,O({},B,{method:"GET",headers:o}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to read chat ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(e,t,n)}catch(e){return Promise.reject(e)}}(e,t,{offset:null==n?void 0:n.offset,limit:null==n?void 0:n.limit,personal:d}))}catch(e){return Promise.reject(e)}},listChats:function(){try{return Promise.resolve(Dn(e))}catch(e){return Promise.reject(e)}},updateTools:function(e){p&&p.updateTools(e)},get usage(){return h},get toolsConnected(){var e,t;return null!=(e=null==(t=p)?void 0:t.connected)&&e},close:function(){m=!0,p&&(p.close(),p=null)}};return y}var Hn=function(e,t){try{return Promise.resolve(t?{authToken:t,org:e||void 0}:v.requestAccessToken(e).then(function(t){return{authToken:t,org:e||void 0}}))}catch(e){return Promise.reject(e)}},Gn=function(e,t){try{return Promise.resolve(Hn(t.org)).then(function(n){if(!n)throw new Error("Not authenticated");var r=e.map(function(e){return function(e,t){if(void 0===t&&(t=null),"object"==typeof(r=e)&&"string"==typeof r.name&&"string"==typeof r.mimetype){var n=e.mimetype||wn(e.name);e=new File([e.buffer],e.name,{type:n})}else e.type||(e=new File([e],e.name,{type:wn(e.name)}));var r,o=e;return null==t&&(t=e.webkitRelativePath||""),o.path=t+e.name,o}(e)});return function(e,t,n){void 0===n&&(n=void 0);try{var r=function(e,t,n){void 0===n&&(n=void 0);try{var r,o=t.files,i=(null==(r=n)?void 0:r.loglevel)||"none";if(!o.length)return"none"!=i&&console.error("No files to upload"),Promise.resolve({success:!1,error:"No files to upload"});if(!t.entrypoint){var s=function(e){var t=null,n="",r=e.filter(function(e){return"index.html"===e.name.toLowerCase()||"index.html.gz"===e.name.toLowerCase()||"index.html.br"===e.name.toLowerCase()});if(1===r.length)return r[0];var o=e.filter(function(e){return e.name.toLowerCase().endsWith(".html")||e.name.toLowerCase().endsWith(".htm")||e.name.toLowerCase().endsWith(".html.gz")||e.name.toLowerCase().endsWith(".html.br")});if(1===o.length)return o[0];if(o.length>1){for(var i,s=new Map,a=T(o);!(i=a()).done;){var u=i.value,l=u.path.split("/"),c=s.get(l.length);c||s.set(l.length,c=[]),c.push(u)}var f=Array.from(s.keys()).sort(function(e,t){return e-t});if(f.length>0)for(var d,h=T(f);!(d=h()).done;){var p=s.get(d.value);if(p)return p.find(function(e){return"index.html"===e.name.toLowerCase()||"index.html.gz"===e.name.toLowerCase()||"index.html.br"===e.name.toLowerCase()})||p[0]}return n="Invalid upload: Multiple HTML files found but could not determine root.",console.error(n,o.map(function(e){return e.path||e.name})),{error:n}}var m=e.filter(function(e){return e.name.toLowerCase().endsWith(".glb")||e.name.toLowerCase().endsWith(".gltf")||e.name.toLowerCase().endsWith(".vrm")});if(m.length>1){var g=function(e){for(var t,n=new Array,r=/(mesh_lod|image)_\d_(.{1,50})/,o=T(e);!(t=o()).done;){var i=t.value;if(!r.test(i.name)){var s=i.name.toLowerCase();(s.endsWith(".gltf")||s.endsWith(".vrm")||s.endsWith(".glb"))&&n.push(i)}}return 1==n.length?n[0]:On(n)}(m);return g?t=g:(n="Invalid upload: Multiple glb/glTF/vrm files found. This is currently not supported.",console.error(n,m.map(function(e){return e.path||e.name})),{error:n})}if(1===m.length)return m[0];var v=e.filter(function(e){return e.name.toLowerCase().endsWith(".usdz")||e.name.toLowerCase().endsWith(".usd")||e.name.toLowerCase().endsWith(".usda")||e.name.toLowerCase().endsWith(".usdc")});v.length>=1&&(t=On(v));var y=e.filter(function(e){return e.name.toLowerCase().endsWith(".fbx")});if(y.length>1)return n="Invalid upload: Multiple fbx files found. This is currently not supported.",console.error(n,y),{error:n};if(1===y.length)return y[0];var b=e.filter(function(e){return e.name.toLowerCase().endsWith(".obj")});if(b.length>1)return n="Invalid upload: Multiple obj files found. This is currently not supported.",console.error(n,b),{error:n};if(1===b.length)return b[0];var w=e.filter(function(e){return e.name.toLowerCase().endsWith(".stl")});if(w.length>1)return n="Invalid upload: Multiple stl files found. This is currently not supported.",console.error(n,w),{error:n};if(1===w.length)return w[0];if(1===e.length&&!e[0].arrayBuffer&&e[0].path.toLowerCase().startsWith("http"))return e[0];var _=e.filter(function(e){return e.name.toLowerCase().endsWith("package.json")});if(1===_.length)return _[0];if(_.length>1)return n="Invalid upload: Multiple package.json files found. This is currently not supported.",console.error(n,_),{error:n};var x=e.filter(function(e){return e.name.toLowerCase().endsWith(".mtlx")});return x.length>1?(n="Invalid upload: Multiple mtlx files found. This is currently not supported.",console.error(n,x),{error:n}):1===x.length?t=x[0]:t||{error:"No supported file to upload found..."}}(o);if(null==s)return Promise.resolve({success:!1,error:"No entrypoint file found"});if("object"==typeof s&&"error"in s)return Promise.resolve({success:!1,error:s.error});"info"===i&&console.log("Entrypoint: "+s.name),t.entrypoint=s}return t.entrypoint&&!o.includes(t.entrypoint)&&o.push(t.entrypoint),Promise.resolve(function(e){try{var t,n=function(e){return t?e:{success:!0,vrm_count:o,gltf_count:i,glb_count:s}};if(e.length>5e3)return Promise.resolve({success:!1,error:"Too many files. Maximum filecount is 5000"});var r=0,o=0,i=0,s=0,a=e.length-1,u=function(e,t,n){for(var r;;){var o=e();if(jn(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!jn(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!jn(s)){r=2;break}}}var a=new Pn,u=En.bind(null,a,2);return(0===r?o.then(c):1===r?i.then(l):s.then(f)).then(void 0,u),a;function l(r){i=r;do{if(t&&(s=t())&&s.then&&!jn(s))return void s.then(f).then(void 0,u);if(!(o=e())||jn(o)&&!o.v)return void En(a,1,i);if(o.then)return void o.then(c).then(void 0,u);jn(i=n())&&(i=i.v)}while(!i||!i.then);i.then(l).then(void 0,u)}function c(e){e?(i=n())&&i.then?i.then(l).then(void 0,u):l(i):En(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):En(a,1,i)}}(function(){return!t&&a>=0},function(){return a--},function(){var n=e[a];if((r+=n.size)>1073741824){var u={success:!1,error:"Total file size exceeds limit of "+1024..toFixed(0)+" MB. Please reduce the size of your upload."};return t=1,u}var l,c=n.name.toLocaleLowerCase();if(".ds_store"!==c)return c.endsWith(".gltf")?i++:c.endsWith(".glb")?(l=c)&&Sn.test(l)||s++:c.endsWith(".vrm")&&o++,function(){if(c.endsWith(".gltf"))return i+=1,console.log("Found glTF file "+n.name+". Will check if all dependencies are available\n",e),Promise.resolve(n.text()).then(function(r){var o,i=r.matchAll(/*#__PURE__*/z(/"uri"\s*:\s*"(.*?)"/g,{value:1}));if(i){var s=JSON.parse(r);if("2.0"!==s.asset.version)return console.warn("⚠ glTF version is not 2.0. This is currently not supported."),t=1,{success:!1,error:"glTF version "+s.asset.version+" is unsupported.Please use glTF 2.0."};for(var a,u=null==(o=n.path)?void 0:o.split("/"),l=u.splice(0,u.length-1).join("/"),c=T(i);!(a=c()).done;){var f,d=null==(f=a.value.groups)?void 0:f.value;if(d){var h=!1;if(d.startsWith("http://")||d.startsWith("https://")||d.startsWith("www.")){console.log("✅ Found remote dependency "+d+" ");break}if(d.startsWith("data:")){console.log("✅ Found embedded dependency "+d+" ");break}var p=(l+"/"+Tn(d)).split("/").reduce(function(e,t){return"."===t||(".."===t?e.pop():null!=t&&t.length&&e.push(t)),e},[]).join("/");console.log('❓ Check if local dependency exists "'+p+'"');for(var m,g=T(e);!(m=g()).done;){var v=m.value;if(v.webkitRelativePath===p||v.name==p){h=!0,console.log("✅ Found dependency in name or webkit: "+v.name+" || "+v.webkitRelativePath+" ");break}if(v.path===p){h=!0,console.log("✅ Found dependency in path: "+v.path+" ");break}}if(!h)return console.warn("⚠ Missing dependency "+d,l),t=1,{success:!1,error:"Missing resource: "+d}}}}})}();e.splice(a,1)});return Promise.resolve(u&&u.then?u.then(n):n(u))}catch(e){return Promise.reject(e)}}(o)).then(function(r){var s,a,u,l,c;function f(r){var s,a,u,l,f,d;if(c)return r;function h(r){return Promise.resolve(fetch(p+N.upload.request,O({},B,{method:"POST",headers:g,body:JSON.stringify(y)})).catch(function(e){return"fetch failed"==e.message||"Failed to fetch"==e.message?"Network error. Make sure you are connected to the internet and "+p+" is reachable.":(console.error("Failed to begin upload\n",e),null)})).then(function(r){var s;function a(a){return s?a:Promise.resolve(r.json()).then(function(r){var s,a,u;function l(){return Promise.resolve(Promise.all(S).catch(function(e){var t;null!=(t=n)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),E=!0)})).then(function(){var t;function s(s){var a;if(t)return s;function u(t){var n;if(a)return t;function s(){var e;function t(t){return e?t:("none"!=i&&console.log("Upload complete"),Promise.resolve(l.json()).then(function(e){return{success:!0,type:e.type,uploadSkipped:!1,id:e.id,content_id:e.content_id,url:e.url,filesUploaded:o.length,totalSize:f}}))}if(!l)return console.error("Failed to complete upload"),{success:!1,error:"Failed to complete upload"};var n=function(){if(!l.ok)return 524===l.status?(console.error("Failed to complete upload: Gateway Timeout"),e=1,{success:!1,error:"Failed to complete upload: Gateway Timeout"}):Promise.resolve(l.text()).then(function(t){return console.error("Failed to complete upload ("+l.status+"): "+t),e=1,{success:!1,error:"Failed to complete upload"}})}();return n&&n.then?n.then(t):t(n)}g=!0,console.log("Upload Done: All files uploaded to "+r.id);var u=O({},I(e),{id:r.id});"none"!=i&&console.log("Completing upload - notify server");var l=null,c=0,d=Wn(function(){return!n&&c<5},function(){return c++},function(){return Promise.resolve(xn(1e3*c)).then(function(){var e=AbortSignal.timeout(2e4+1e3*c);return Promise.resolve(fetch(p+N.upload.done,O({},B,{method:"POST",headers:u,signal:e})).catch(function(e){return console.error("Failed to complete upload ("+(c+1)+" / 5)",e.message),null})).then(function(e){var t,r;!0!==(null==(t=l=e)?void 0:t.ok)?"none"!=i&&c<4&&console.warn("Failed to complete upload ("+((null==(r=l)?void 0:r.status)||"no status")+"): will retry in 1 second"):n=1})})});return d&&d.then?d.then(s):s()}var l=function(t){if(null!=(t=n)&&null!=(t=t.abort)&&t.aborted)return Promise.resolve(nn({identifier:r.id,status:"canceled",status_message:"Upload aborted",error:"Upload aborted"},e)).then(function(){return a=1,{success:!1,error:"Upload aborted"}})}();return l&&l.then?l.then(u):u(l)}var a=function(){if(E)return Promise.resolve(nn({identifier:r.id,status:"failed",error:"Failed to upload files"},e)).then(function(){return t=1,{success:!1,error:"Failed to upload files"}})}();return a&&a.then?a.then(s):s(a)})}"debug"===i&&console.debug("BeginResponse",r);var c,f=o.reduce(function(e,t){return e+t.size},0);if("exists"===r.type)return"none"!=i&&console.log("Upload already exists",r.id),null!=(c=n)&&c.onStart&&n.onStart(r.id,r.content_id),{success:!0,uploadSkipped:!0,id:r.id,type:r.job_type,content_id:r.content_id,filesUploaded:o.length,totalSize:f,url:r.url};var d=t.entrypoint.webkitRelativePath||t.entrypoint.name,h=0;null==(s=n)||null==(s=s.abort)||s.addEventListener("abort",function(){try{return console.log("Upload aborted: Cancelling upload"),Promise.resolve(fetch(p+N.upload.cancel,O({},B,{method:"POST",headers:{authorization:m,id:r.id}}))).then(function(){})}catch(e){return Promise.reject(e)}});var g=!1;function y(t,n,o){if(void 0===o&&(o=!1),!o&&Date.now()-w<1e3)return!1;if(!g||"completed"===n){w=Date.now();var s=Math.floor(h/f*100);return"debug"===i&&console.log("SET STATUS: "+n,t,s),nn({identifier:r.id,status:n,status_message:t,progress:s},e),!0}"none"!=i&&console.warn("Invalid status update...")}var w=Date.now();null!=(a=n)&&a.onStart&&n.onStart(r.id,r.content_id);var _=Date.now(),x=new Rn(o.length,f/1024/1024),S=new Array,E=!1,P=[].concat(o),j=o.length,T=Un(P,function(s){var a;if(null!=(a=n)&&null!=(a=a.abort)&&a.aborted)return console.debug("Upload aborted"),void(u=1);if(E)return console.debug("Upload failed"),void(u=1);if(S.length<10){console.debug("Uploading file "+s+"/"+o.length+": "+o[s].name);var l=0,c=0,p=v.files[s],m=p.filename,g=b[s],w=p.content_length,P=p.content_type,T=o[s],R=T.name.endsWith(".gz")?"gzip":T.name.endsWith(".br")?"br":void 0,k=function(e){try{var t,n=function(t){var n;function o(e){var t=function(){var e;if(!h)return console.error("Failed to upload file "+a),Promise.resolve(nn({identifier:r,status:"failed",status_message:"Failed to upload file ("+a+"): "+(null==(e=w)?void 0:e.substring(0,200)),error:"Failed to upload file "+a},v)).then(function(){throw new Error("Failed to upload file "+a)})}();return!t||!t.then||t.then(function(e){return!0})}if(null==S)throw new Error('Failed to get presigned url for "'+a+'" "'+f+'" \n'+E);var i=S.presigned_url,h=!1,w=null,_=0,x=Wn(function(){return!n&&_<5},function(){return _++},function(){function t(){var t;if(null!=y&&null!=(t=y.abort)&&t.aborted)throw new Qt("Upload aborted");var r={"Content-Type":f,"Content-MD5":l};return b&&(r["Content-Length"]=c.toString()),d&&(r["Content-Encoding"]=d),0===_&&"none"!=g&&console.log("Uploading file "+p+"/"+m+": "+a),"debug"===g&&console.debug("PUT with headers",r),Promise.resolve(Zt.put(i,u,O({},B,{withCredentials:!1,signal:null==y?void 0:y.abort,headers:r,timeout:3e5,onUploadProgress:function(t){e.onProgress(t)}})).catch(function(e){return w=e.message,e instanceof Qt||("none"!==g&&console.error("Failed to upload file (PUT) ("+p+", "+a+') "'+e.message+'"'),"debug"===g&&(console.log(r,{fileSize:c}),e.response?console.debug(e.response):console.debug(e))),null})).then(function(e){if(e)return 200!==e.status?(w=e.statusText+" ("+e.status+")",void console.debug("Failed ("+e.status+" "+e.status+") to upload file "+s.name+' to "'+S.path+'". Retrying...')):(h=!0,"info"===g&&console.log("Uploaded file "+p+"/"+m+' "'+a+'" ('+f+", "+_n(c)+")"),void(n=1))})}var r=function(){if(_>0)return"none"!==g&&console.log("Retry PUT #"+_+" for file "+a),Promise.resolve(xn(1e3*_)).then(function(){})}();return r&&r.then?r.then(t):t()});return x&&x.then?x.then(o):o()},r=e.uploadId,o=e.uploadRequestPUTUrl,i=e.entrypointPath,s=e.file,a=e.fileName,u=e.fileBuffer,l=e.fileMd5,c=e.fileSize,f=e.fileType,d=e.content_encoding,h=e.fileIndex,p=e.fileNumber,m=e.fileCount,g=e.loglevel,v=e.args,y=e.options,b=e.experimental;"info"===g&&console.log('Uploading file "'+s.name+'" type='+f+" ("+c+") "+s.type+" with hash "+l);var w=O({},I(v),{"Content-Type":"application/json",org:v.org,job_id:r,filesize:c.toString(),progress:(h/m*100).toFixed(0)}),_={filename:a,entrypoint:i,"content-type":f,"content-md5":l,"content-encoding":d,output_index:0};"debug"===g&&console.debug("Requesting presigned URL with headers",w);var x=JSON.stringify(_),S=null,E="",P=0,j=Wn(function(){return!t&&P<5},function(){return P++},function(){var e;if(null==S){if(null!=y&&null!=(e=y.abort)&&e.aborted)throw new Error("Upload aborted");return Promise.resolve(xn(200*P)).then(function(){return Promise.resolve(fetch(o,O({},B,{method:"POST",headers:w,body:x})).then(function(e){try{var t,n=function(n){return t?n:Promise.resolve(e.json())},r=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(n){return E=n,console.log(o),console.warn('Failed to get presigned url for "'+a+'" "'+f+'" ('+e.status+").\n→ Retrying..."),t=1,null})}();return Promise.resolve(r&&r.then?r.then(n):n(r))}catch(e){return Promise.reject(e)}}).catch(function(e){return E=e.message,console.warn("Failed to get presigned url "+e.message+", retrying..."),null})).then(function(e){S=e})})}t=1});return Promise.resolve(j&&j.then?j.then(n):n())}catch(e){return Promise.reject(e)}}({uploadId:r.id,uploadRequestPUTUrl:r.request_put_url,entrypointPath:d,file:o[s],fileName:m,fileMd5:p.content_md5,fileBuffer:g,fileType:P,content_encoding:R,fileSize:w,fileIndex:s,fileNumber:s+1,fileCount:j,loglevel:i,experimental:t.experimental,args:e,options:n,onProgress:function(e){var t,r=e.progress||0,i=(l=o[s].size*r)-c;if(c=l,h+=i,null!=(t=n)&&t.progress){var a=h/f,u=o.length,d=o[s].size,p=(Date.now()-_)/1e3,g=x.updateProgress(h/1024/1024);n.progress({uploadedBytes:h,totalBytes:f,progress01:a,fileName:o[s].name,fileSize:d,fileProgress01:r,fileIndex:s,totalFiles:u,estimatedTimeLeftDisplay:g.estimatedTimeRemainingString,estimatedTimeLeft:g.estimatedTimeRemaining,elapsedTime:p}),y("Uploading file "+(s+1)+"/"+u+" ("+m+"): "+(100*r).toFixed(0)+"% of "+_n(f)+". Finished in approx. "+g.estimatedTimeRemainingString,"running",!1)}}}).then(function(e){if(!0!==e)return e;for(var t=S.length-1;t>=0;t--)S[t]===k&&S.splice(t,1);y("Uploaded "+_n(h)+" of "+_n(f)+" for "+o[s].name,"running")}).catch(function(e){var t;null!=(t=n)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),E=!0)});S.push(k)}var A=function(){if(S.length>=10)return Promise.resolve(Promise.race(S)).then(function(){})}();return A&&A.then?A.then(function(){}):void 0},function(){return u});return T&&T.then?T.then(l):l()})}if(null===r||"string"==typeof r)return{success:!1,error:r||"Failed to begin upload"};var u=function(){if(!r.ok)return Promise.resolve(r.text()).then(function(e){if(e.startsWith("{")){var t=JSON.parse(e);if("error"in t)return s=1,{success:!1,status:r.status,error:t.error}}return"none"!=i&&console.error("Failed to begin upload\n",r.status,e),s=1,{success:!1,status:r.status,error:""+e}})}();return u&&u.then?u.then(a):a(u)})}o.sort(function(e,t){return e.name.includes(".needle")&&!t.name.includes(".needle")?-1:!e.name.includes(".needle")&&t.name.includes(".needle")?1:0});var p=e.baseUrl,m="Bearer "+e.authToken,g=O({},I(e),{triggered_by:t.triggered_by,filename:""+encodeURIComponent(t.entrypoint.name),"total-files":o.length.toString(),"total-files-size":o.reduce(function(e,t){return e+t.size},0).toString()});null!=(s=n)&&s.content_id&&(g.content_id=n.content_id),null!=(a=n)&&a.type&&(g.type=n.type),null!=(u=n)&&u.name&&(g.name=encodeURIComponent(n.name)),null!=(l=n)&&l.parent_job_id&&(g.parent_job_id=n.parent_job_id);var v={entrypoint:(null==(f=t.entrypoint)?void 0:f.path)||(null==(d=t.entrypoint)?void 0:d.name),files:[]},y={outputs:[v]},b=[],w=Un(o,function(e){var t,r=o[e],i=r.path||r.webkitRelativePath||r.name;if(null!=(t=i)&&t.includes(":"))throw new Error("Invalid filename: "+i);return Promise.resolve(r.arrayBuffer()).then(function(t){var o,s,a,u,l,c=r.size,f=r.type;if(null!=(o=f)&&o.length&&"unknown"!==f.toLowerCase()||(f=bn(t,i)),"deployment"===(null==(s=n)?void 0:s.type)){var d=(u=f,l=(a=i).toLowerCase(),"application/gzip"===u||"application/brotli"===u?(l.endsWith(".html.gz")||l.endsWith(".html.br")?(u="text/html",a=a.substring(0,a.length-3)):l.endsWith(".js.gz")||l.endsWith(".js.br")||l.endsWith(".mjs.gz")||l.endsWith(".mjs.br")||l.endsWith(".cjs.gz")||l.endsWith(".cjs.br")?(u="application/javascript",a=a.substring(0,a.length-3)):l.endsWith(".css.gz")||l.endsWith(".css.br")?(u="text/css",a=a.substring(0,a.length-3)):l.endsWith(".json.gz")||l.endsWith(".json.br")?(u="text/json",a=a.substring(0,a.length-3)):l.endsWith(".txt.gz")||l.endsWith(".txt.br")?(u="text/plain",a=a.substring(0,a.length-3)):l.endsWith(".wasm.gz")||l.endsWith(".wasm.br")?(u="application/wasm",a=a.substring(0,a.length-3)):l.endsWith(".bin.gz")||l.endsWith(".bin.br")?(u="application/octet-stream",a=a.substring(0,a.length-3)):l.endsWith(".png.gz")||l.endsWith(".png.br")?(u="image/png",a=a.substring(0,a.length-3)):l.endsWith(".jpg.gz")||l.endsWith(".jpg.br")||l.endsWith(".jpeg.gz")||l.endsWith(".jpeg.br")?(u="image/jpeg",a=a.substring(0,a.length-3)):l.endsWith(".gif.gz")||l.endsWith(".gif.br")?(u="image/gif",a=a.substring(0,a.length-3)):l.endsWith(".webp.gz")||l.endsWith(".webp.br")?(u="image/webp",a=a.substring(0,a.length-3)):l.endsWith(".svg.gz")||l.endsWith(".svg.br")?(u="image/svg+xml",a=a.substring(0,a.length-3)):l.endsWith(".xml.gz")||l.endsWith(".xml.br")?(u="application/xml",a=a.substring(0,a.length-3)):l.endsWith(".ico.gz")||l.endsWith(".ico.br")?(u="image/x-icon",a=a.substring(0,a.length-3)):l.endsWith(".webm.gz")||l.endsWith(".webm.br")?(u="video/webm",a=a.substring(0,a.length-3)):l.endsWith(".mp4.gz")||l.endsWith(".mp4.br")?(u="video/mp4",a=a.substring(0,a.length-3)):l.endsWith(".mov.gz")||l.endsWith(".mov.br")?(u="video/quicktime",a=a.substring(0,a.length-3)):l.endsWith(".mp3.gz")||l.endsWith(".mp3.br")?(u="audio/mpeg",a=a.substring(0,a.length-3)):l.endsWith(".wav.gz")||l.endsWith(".wav.br")?(u="audio/wave",a=a.substring(0,a.length-3)):l.endsWith(".ogg.gz")||l.endsWith(".ogg.br")?(u="audio/ogg",a=a.substring(0,a.length-3)):l.endsWith(".flac.gz")||l.endsWith(".flac.br")?(u="audio/flac",a=a.substring(0,a.length-3)):l.endsWith(".glb.gz")||l.endsWith(".glb.br")?(u="model/gltf-binary",a=a.substring(0,a.length-3)):l.endsWith(".gltf.gz")||l.endsWith(".gltf.br")?(u="model/gltf+json",a=a.substring(0,a.length-3)):l.endsWith(".vrm.gz")||l.endsWith(".vrm.br")?(u="model/gltf-binary",a=a.substring(0,a.length-3)):l.endsWith(".usdz.gz")||l.endsWith(".usdz.br")?(u="model/vnd.usdz+zip",a=a.substring(0,a.length-3)):l.endsWith(".obj.gz")||l.endsWith(".obj.br")?(u="model/obj",a=a.substring(0,a.length-3)):l.endsWith(".mtl.gz")||l.endsWith(".mtl.br")?(u="model/mtl",a=a.substring(0,a.length-3)):l.endsWith(".stl.gz")||l.endsWith(".stl.br")?(u="model/stl",a=a.substring(0,a.length-3)):(l.endsWith(".mtlx.gz")||l.endsWith(".mtlx.br"))&&(u="application/materialx+xml",a=a.substring(0,a.length-3)),{filename:a,mimetype:u}):null);d&&(i=d.filename,f=d.mimetype)}var h=yn(t);b[e]=t,v.files[e]={filename:i,content_type:f,content_length:c,content_md5:h}})},function(){});return w&&w.then?w.then(h):h()}if("error"in r)return{success:!1,error:r.error||"Failed to validate files"};if(null!=(s=t.entrypoint)&&s.name.endsWith(".htm")||null!=(a=t.entrypoint)&&a.name.endsWith(".html")||null!=(u=t.entrypoint)&&u.name.endsWith(".html.gz")||null!=(l=t.entrypoint)&&l.name.endsWith(".html.br"))n||(n={}),n.type="deployment";else if(r.vrm_count>10)return{success:!1,error:"Multiple model files found - this is not supported for asset uploads. Please upload a single model file only."};var d=function(){if(!t.raw)return Un(o,function(e){var r=o[e],i=r.name.toLowerCase();return function(){var s;if(i.endsWith(".html")||i.endsWith(".js")||i.endsWith(".css"))return"none"!==(null==(s=n)?void 0:s.loglevel)&&console.log("gZip compressing file: "+r.name),Promise.resolve(function(e){try{return Promise.resolve(import("./pako.esm-01431bd2.js")).then(function(t){return Promise.resolve(e.arrayBuffer()).then(function(n){var r=t.gzip(new Uint8Array(n)).buffer.slice(0);if(r.byteLength>51200&&r.byteLength>=n.byteLength){if(n.byteLength>0)return null}else if(!(r instanceof ArrayBuffer))return console.error("gzipCompress: Invalid ArrayBuffer"),{error:'Gzip compressing failed for "'+e.name+'" (unexpected result)'};return function(e,t,n){var r;void 0===n&&(n=void 0);var o=function(e,t,n){for(var r=0;;){var o=e.indexOf("\\",r);if(-1===o)break;r=o+1,e=e.replace("\\","/")}return e}(e).split("/").pop()||e,i=(null==(r=n)?void 0:r.type)||bn(t,e),s=new File([t],o,{type:i});return s.path=e,s}(("path"in e?e.path:e.name)+".gz",r,{type:"application/gzip"})})})}catch(e){return Promise.reject(e)}}(r).catch(function(e){return{error:"Error compressing "+r.name+": "+e.message}})).then(function(i){var s;if(null!==i){if("error"in i)return c=1,{success:!1,error:i.error,status:500};if(!i)return c=1,{success:!1,error:"Failed to compress "+r.name,status:500};var a=t.entrypoint===r;o[e]=i,a&&(t.entrypoint=i),"none"!==(null==(s=n)?void 0:s.loglevel)&&console.log("gZip compressed file: "+r.name+" "+(a?"(entrypoint)":""))}else{var u;"none"!==(null==(u=n)?void 0:u.loglevel)&&console.error("Did not compress file: "+r.name)}})}()},function(){return c});"none"!=i&&console.warn("Raw upload - skipping gzip compression of files")}();return d&&d.then?d.then(f):f(d)})}catch(e){return Promise.reject(e)}}(e,t,n);return Ln.push(r),Promise.resolve(r.finally(function(){var e=Ln.indexOf(r);e>=0&&Ln.splice(e,1)}))}catch(e){return Promise.reject(e)}}(O({baseUrl:"https://cloud.needle.tools/api"},n,t),{triggered_by:"web",entrypoint:void 0,files:r},{name:t.name,abort:t.abort}).then(function(e){return"error"in e?{error:e.error}:{job_id:e.id,content_id:e.content_id,url:e.url,skipped:e.uploadSkipped}})})}catch(e){return Promise.reject(e)}},Kn=function(e){try{return Promise.resolve(Hn()).then(function(t){if(!t)return!1;var n=Array.isArray(e.product)?e.product:[e.product];return n.push.apply(n,s),D(O({baseUrl:"https://cloud.needle.tools/api"},t),{type:"user","x-needle-product":n.join(",")}).then(function(e){for(var t,n=T(e);!(t=n()).done;)if(t.value.valid)return!0;return!1})})}catch(e){return Promise.reject(e)}},Vn=function(e){try{return Promise.resolve(Hn()).then(function(t){if(!t)return null;var n=Array.isArray(e.product)?e.product:[e.product];return n.push.apply(n,s),D(O({baseUrl:"https://cloud.needle.tools/api"},t),{type:"user","x-needle-product":n.join(",")}).then(function(t){return!0===e.includeInvalid?t:t.filter(function(e){return e.valid})})})}catch(e){return Promise.reject(e)}},$n=function(e){try{return Promise.resolve(Hn(e.org)).then(function(t){if(!t)throw new Error("Not authenticated");return Promise.resolve(function(e){try{var t=new URL((e.endpoint||"https://cloud.needle.tools/api")+N.get.deployments);return t.searchParams.append("offset",e.offset.toString()),t.searchParams.append("limit",e.limit.toString()),e.names&&t.searchParams.append("name",e.names.map(function(e){return e.trim()}).join(",")),Promise.resolve(fetch(t,{method:"GET",headers:O({},I({authToken:e.authToken,org:e.org}))})).then(function(e){var t;function n(n){return t?n:Promise.resolve(e.json())}var r=function(){if(!e.ok){var n=e.status;return Promise.resolve(e.text()).then(function(e){return t=1,{status:n,error:e}})}}();return r&&r.then?r.then(n):n(r)})}catch(e){return Promise.reject(e)}}(O({endpoint:"https://cloud.needle.tools/api"},t,{offset:e.offset||0,limit:e.limit||10})).catch(function(e){return e})).then(function(e){if(!e||e instanceof Error)return[];var t=e;return Array.isArray(t.deployments)?t.deployments.map(function(e){return{name:e.name,url:e.url}}):[]})})}catch(e){return Promise.reject(e)}},Xn=function(e,t){try{return Promise.resolve(Zn(null==t?void 0:t.org)).then(function(n){return Promise.resolve(Hn(n,null==t?void 0:t.authToken)).then(function(t){return Jn(O({baseUrl:"https://cloud.needle.tools/api"},t),e)})})}catch(e){return Promise.reject(e)}},Yn=function(e){try{return Promise.resolve(Zn(null==e?void 0:e.org)).then(function(t){return Promise.resolve(Hn(t,null==e?void 0:e.authToken)).then(function(e){return Dn(O({baseUrl:"https://cloud.needle.tools/api"},e))})})}catch(e){return Promise.reject(e)}},Zn=function(e){try{return Promise.resolve(e||v.getDefaultTeamId())}catch(e){return Promise.reject(e)}},Qn=function(e){try{var t=new URL("https://cloud.needle.tools/api"+N.account.buy_licenses);return Promise.resolve(Hn()).then(function(n){var r={mode:"payment",price_id:e.price_id,return_url:window.location.href,cancel_url:window.location.href};return Promise.resolve(fetch(t,{method:"POST",headers:O({"Content-Type":"application/json"},I(n)),body:JSON.stringify(r)})).then(function(e){return e.ok?Promise.resolve(e.json()).then(function(e){return"session_url"in e?(window.location.href=e.session_url,{ok:!0,status:200}):{ok:!1,status:400}}):{ok:!1,status:e.status}})})}catch(e){return Promise.reject(e)}};export{v as Auth,i as AuthScopes,F as NeedleLoginButton,Xn as createChatSession,$n as getDeployments,Vn as getUserLicenses,Yn as listChats,Kn as ownsProduct,Qn as startCheckoutSession,Gn as uploadFiles};
|