needle-cloud 2.4.6 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/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="[Needle Cloud]",u="https://auth.needle.tools",l=void 0,c=[],f=null,d=null,h=null,p=null,m=new Array;function v(){m.forEach(function(e){try{e()}catch(e){console.error(e)}})}var g,y,b=!1,w=(g=function(e){return b&&console.debug(a,"requestAccessToken",{org_id:e}),(e?j().getOrganizationToken(e):j().getAccessToken("https://cloud.needle.tools/api",e||void 0)).catch(function(e){throw _(e),e})},y=new Map,function(e){var t=null==e?"\0none":String(e),n=y.get(t);if(n)return n;var r=function(){try{return Promise.resolve(g(e))}catch(e){return Promise.reject(e)}}().finally(function(){y.get(t)===r&&y.delete(t)});return y.set(t,r),r});function _(e){return!!function(e){var t,n;if(!e||"object"!=typeof e)return!1;var r=e,o=function(e){if("string"!=typeof e)return!1;var t=e.replace(/^oidc\./,"");return"invalid_grant"===t||"invalid_target"===t};return o(r.code)||o(null==(t=r.data)?void 0:t.error)||o(null==(n=r.data)?void 0:n.code)}(e)&&(console.warn(a,"Stored session is no longer valid — clearing tokens (sign in again)"),o=!1,j().clearAllTokens().catch(function(){}),!0)}var P={setDebug:function(e){b=e},baseUrl:window.location.origin,redirectUri:window.location.origin,postSignOutRedirectUri:window.location.origin,onChanged:function(e){return m.includes(e)||m.push(e),function(){for(;;){var t=m.indexOf(e);if(!(t>=0))break;m.splice(t,1)}}},ready:function(){return d?d.then(function(){return!0}):Promise.reject(new Error("Auth not initialized"))},init:function(e){return d||(d=function(e){try{var t,n,r=function(){var e=S(!0);if(!e)return P.checkIsAuthenticated().then(function(e){return!e||P.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&&(b=e.debug),b&&console.debug(a,"Auth.init",e),null!=e&&e.scopes){switch(e.scopes){case"all":e.scopes=i.All;break;case"payment":e.scopes=i.Payment}c=e.scopes}c.length<=0&&(t=c).push.apply(t,i.Basic.concat(i.Payment)),b&&console.debug(a,"Auth.init","Use scopes",c),null!=e&&e.appId?(null==(n=p)?void 0:n.logtoConfig.appId)!==(l=e.appId)&&(b&&console.debug(a,"Auth.init","App ID changed, resetting client"),p=null):(l="2x82zzh5xuudmiotdy2ux",b&&console.debug(a,"Auth.init","Use default app ID",l));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(u))return j().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=S();t&&(console.log(a,"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 j().isAuthenticated().then(function(e){return o=e,e})},getUserInfo:function(){return f},getUserId:function(){return f?f.sub:null},getName:function(){return f?f.username?f.username:f.name?f.name:f.email?f.email.split("@")[0]:null:null},requestUserInfo:function(){return h||(h=P.checkIsAuthenticated().then(function(e){return e?j().fetchUserInfo().then(function(e){var t;return b&&(null==e?void 0:e.sub)!=(null==(t=f)?void 0:t.sub)&&console.debug(a,"UserInfo",e),f=e,v(),e}).catch(function(e){return console.error(e),_(e),f=null,v(),null}):(f=null,v(),null)}))},requestAccessToken:function(e){return w(null!=e?e:void 0)},signIn:function(e){return P.checkIsAuthenticated().then(function(t){if(0==t){var n;if(null==(n=l)||!n.length)throw new Error("App ID is not set: Make sure to call 'init' first");E(),null!=e&&e.signUp?j().signIn({redirectUri:P.redirectUri,firstScreen:"register",interactionMode:"signUp"}):j().signIn(P.redirectUri)}})},getDefaultTeamId:function(){var e,t=null==(e=f)?void 0:e.custom_data,n=null==t?void 0:t.default_org;return"string"==typeof n?n:void 0},signOut:function(){return h=null,P.checkIsAuthenticated().then(function(e){if(1==e){var t;if(null==(t=l)||!t.length)throw new Error("App ID is not set: Make sure to call 'init' first");E(),j().signOut(P.postSignOutRedirectUri)}})}};function E(){sessionStorage.setItem("needle-auth:query",window.location.search)}function S(e){void 0===e&&(e=!0);var t=sessionStorage.getItem("needle-auth:query");return t?(e&&sessionStorage.removeItem("needle-auth:query"),t):""}function j(){if(!p){if(!l)throw new Error("App ID is not set: Make sure to call 'init' first");var e={endpoint:u,appId:l,scopes:c,resources:["https://cloud.needle.tools/api"]};b&&console.warn(a,"Creating auth client:",b,e),p=new n(e)}return p}function x(e,t){this.v=e,this.k=t}function O(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 T(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 x(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 R(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 k(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function k(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 k=function(e){this.s=e,this.n=e.next},k.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 k(e)}function U(e){return new x(e,0)}function A(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 O(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)?O(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 W(){return W=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},W.apply(null,arguments)}function C(e){return C=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},C(e)}function N(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,F(e,t)}function L(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(L=function(){return!!e})()}function z(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function I(){I=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 g?t:g).prototype),s=new k(r||[]);return o(i,"_invoke",{value:x(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",v={};function g(){}function y(){}function b(){}var w={};l(w,s,function(){return this});var _=Object.getPrototypeOf,P=_&&_(_(U([])));P&&P!==n&&r.call(P,s)&&(w=P);var E=b.prototype=g.prototype=Object.create(w);function S(e){["next","throw","return"].forEach(function(t){l(e,t,function(e){return this._invoke(t,e)})})}function j(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 x(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=O(a,r);if(u){if(u===v)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===v)continue;return{value:l.arg,done:r.done}}"throw"===l.type&&(o=m,r.method="throw",r.arg=l.arg)}}}function O(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,O(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var i=f(o,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,v;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,v):s:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function T(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(T,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}},S(j.prototype),l(j.prototype,a,function(){return this}),t.AsyncIterator=j,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var s=new j(c(e,n,r,o),i);return t.isGeneratorFunction(n)?s:s.next().then(function(e){return e.done?e.value:s.next()})},S(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,v):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),v},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),v}},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),v}},t}function F(e,t){return F=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},F(e,t)}function D(e){return function(){return new M(e.apply(this,arguments))}}function M(e){var t,n;function r(t,n){try{var i=e[t](n),s=i.value,a=s instanceof x;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 B(e){var t="function"==typeof Map?new Map:void 0;return B=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(L())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&F(o,n.prototype),o}(e,arguments,C(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),F(n,e)},B(e)}function q(){q=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)),F(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&&F(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)},q.apply(this,arguments)}M.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},M.prototype.next=function(e){return this._invoke("next",e)},M.prototype.throw=function(e){return this._invoke("throw",e)},M.prototype.return=function(e){return this._invoke("return",e)};var J=/*#__PURE__*/function(e){function t(){var t;return(t=e.call(this)||this).addEventListener("click",function(){P.isAuthenticated()?P.signOut():P.signIn()}),t}N(t,e);var n=t.prototype;return n.connectedCallback=function(){var e=this;console.debug("Login button connected..."),this.__update(),this.__unsubscribeOnChange=P.onChanged(function(){e.__update()})},n.disconnectedCallback=function(){var e;null==(e=this.__unsubscribeOnChange)||e.call(this)},n.__update=function(){this.innerHTML=P.isAuthenticated()?"Logout":"Login"},t}(/*#__PURE__*/B(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",J,{extends:"button"});var H=/*#__PURE__*/function(e){function t(t,n,r){var o;return(o=e.call(this,r)||this).name="ApiError",o.status=t,o.body=n,o}return N(t,e),t}(/*#__PURE__*/B(Error)),G={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",chat_personal:"/v1/ai/chat/personal",list_chats:"/v1/ai/chat/list",chat_image:"/v1/ai/chat/image",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"},diagnostics:{download_failed:"/v1/diagnostics/download-failed"},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"},files:{entry:"/v1/files/:identifier/:version/",file:"/v1/files/:identifier/:version/*"},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",visits:"/v1/content/:identifier/visits",domains:"/v1/content/:identifier/domains",domain_item:"/v1/content/:identifier/domains/:hostname",domain_verify:"/v1/content/:identifier/domains/:hostname/verify"},analytics:{content_list:"/v1/analytics/content-list"},public:{content_list:"/v1/public/content",content_detail:"/v1/public/content/:identifier"},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"},projects:{create:"/v1/projects/create",list:"/v1/projects/list",head:"/v1/projects/head",push:"/v1/projects/push",pull:"/v1/projects/pull",delete:"/v1/projects/delete",restore:"/v1/projects/restore",archive:"/v1/projects/archive",unarchive:"/v1/projects/unarchive",clone:"/v1/projects/clone",update:"/v1/projects/update",blobs_check:"/v1/projects/blobs/check",blobs_upload:"/v1/projects/blobs/upload",blobs_complete:"/v1/projects/blobs/complete",blobs_download:"/v1/projects/blobs/download",revisions:"/v1/projects/revisions"},upload:{request:"/v1/upload/request",request_put_url:"/v1/upload/put",update_results:"/v1/upload/results",done:"/v1/upload/done",cancel:"/v1/upload/cancel",multipart_create:"/v1/upload/multipart/create",multipart_part_urls:"/v1/upload/multipart/part-urls",multipart_complete:"/v1/upload/multipart/complete",multipart_abort:"/v1/upload/multipart/abort"},jobs:{create:"/v1/jobs/create",get_id:"/v1/jobs/get_id",request_start:"/v1/jobs/request_start",presigned_url:"/v1/jobs/presigned-url",presigned_urls:"/v1/jobs/presigned-urls",download_urls:"/v1/jobs/download-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 $(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 V={credentials:"omit"},K=function(e,t){try{var n=e.baseUrl+G.account.get_licenses,r=W({},t),o=W({},r,$(e));return Promise.resolve(fetch(n,W({},V,{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 X(e,t){return function(){return e.apply(t,arguments)}}const{toString:Y}=Object.prototype,{getPrototypeOf:Z}=Object,{iterator:Q,toStringTag:ee}=Symbol,te=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),ne=(e,t)=>{let n=e;const r=[];for(;null!=n&&n!==Object.prototype;){if(-1!==r.indexOf(n))return!1;if(r.push(n),te(n,t))return!0;n=Z(n)}return!1},re=(oe=Object.create(null),e=>{const t=Y.call(e);return oe[t]||(oe[t]=t.slice(8,-1).toLowerCase())});var oe;const ie=e=>(e=e.toLowerCase(),t=>re(t)===e),se=e=>t=>typeof t===e,{isArray:ae}=Array,ue=se("undefined");function le(e){return null!==e&&!ue(e)&&null!==e.constructor&&!ue(e.constructor)&&de(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ce=ie("ArrayBuffer"),fe=se("string"),de=se("function"),he=se("number"),pe=e=>null!==e&&"object"==typeof e,me=e=>{if(!pe(e))return!1;const t=Z(e);return!(null!==t&&t!==Object.prototype&&null!==Z(t)||ne(e,ee)||ne(e,Q))},ve=ie("Date"),ge=ie("File"),ye=ie("Blob"),be=ie("FileList"),we=ie("Set"),_e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},Pe=void 0!==_e.FormData?_e.FormData:void 0,Ee=ie("URLSearchParams"),[Se,je,xe,Oe]=["ReadableStream","Request","Response","Headers"].map(ie);function Te(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),ae(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{if(le(e))return;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 Re(e,t){if(le(e))return null;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 ke="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Ue=e=>!ue(e)&&e!==ke,Ae=(We="undefined"!=typeof Uint8Array&&Z(Uint8Array),e=>We&&e instanceof We);var We;const Ce=ie("HTMLFormElement"),{propertyIsEnumerable:Ne}=Object.prototype,Le=ie("RegExp"),ze=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Te(n,(n,o)=>{let i;!1!==(i=t(n,o,e))&&(r[o]=i||n)}),Object.defineProperties(e,r)},Ie=ie("AsyncFunction"),Fe=(De="function"==typeof setImmediate,Me=de(ke.postMessage),De?setImmediate:Me?(Be=`axios@${Math.random()}`,qe=[],ke.addEventListener("message",({source:e,data:t})=>{e===ke&&t===Be&&qe.length&&qe.shift()()},!1),e=>{qe.push(e),ke.postMessage(Be,"*")}):e=>setTimeout(e));var De,Me,Be,qe;const Je="undefined"!=typeof queueMicrotask?queueMicrotask.bind(ke):"undefined"!=typeof process&&process.nextTick||Fe,He=e=>null!=e&&de(e[Q]);var Ge={isArray:ae,isArrayBuffer:ce,isBuffer:le,isFormData:e=>{if(!e)return!1;if(Pe&&e instanceof Pe)return!0;const t=Z(e);if(!t||t===Object.prototype)return!1;if(!de(e.append))return!1;const n=re(e);return"formdata"===n||"object"===n&&de(e.toString)&&"[object FormData]"===e.toString()},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&ce(e.buffer),t},isString:fe,isNumber:he,isBoolean:e=>!0===e||!1===e,isObject:pe,isPlainObject:me,isEmptyObject:e=>{if(!pe(e)||le(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:Se,isRequest:je,isResponse:xe,isHeaders:Oe,isUndefined:ue,isDate:ve,isFile:ge,isReactNativeBlob:e=>!(!e||void 0===e.uri),isReactNative:e=>e&&void 0!==e.getParts,isBlob:ye,isRegExp:Le,isFunction:de,isStream:e=>pe(e)&&de(e.pipe),isURLSearchParams:Ee,isTypedArray:Ae,isFileList:be,forEach:Te,merge:function e(...t){const{caseless:n,skipUndefined:r}=Ue(this)&&this||{},o={},i=(t,i)=>{if("__proto__"===i||"constructor"===i||"prototype"===i)return;const s=n&&"string"==typeof i&&Re(o,i)||i,a=te(o,s)?o[s]:void 0;me(a)&&me(t)?o[s]=e(a,t):me(t)?o[s]=e({},t):ae(t)?o[s]=t.slice():r&&ue(t)||(o[s]=t)};for(let e=0,n=t.length;e<n;e++){const n=t[e];if(!n||le(n))continue;if(Te(n,i),"object"!=typeof n||ae(n))continue;const r=Object.getOwnPropertySymbols(n);for(let e=0;e<r.length;e++){const t=r[e];Ne.call(n,t)&&i(n[t],t)}}return o},extend:(e,t,n,{allOwnKeys:r}={})=>(Te(t,(t,r)=>{n&&de(t)?Object.defineProperty(e,r,{__proto__:null,value:X(t,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,r,{__proto__:null,value:t,writable:!0,enumerable:!0,configurable:!0})},{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),Object.defineProperty(e.prototype,"constructor",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{__proto__:null,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&&Z(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:re,kindOfTest:ie,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(ae(e))return e;let t=e.length;if(!he(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Q]).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:Ce,hasOwnProperty:te,hasOwnProp:te,hasOwnInPrototypeChain:ne,getSafeProp:(e,t)=>null!=e&&ne(e,t)?e[t]:void 0,reduceDescriptors:ze,freezeMethods:e=>{ze(e,(t,n)=>{if(de(e)&&["arguments","caller","callee"].includes(n))return!1;de(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 ae(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:Re,global:ke,isContextDefined:Ue,isSpecCompliantForm:function(e){return!!(e&&de(e.append)&&"FormData"===e[ee]&&e[Q])},toJSONObject:e=>{const t=new WeakSet,n=e=>{if(pe(e)){if(t.has(e))return;if(le(e))return e;if(!("toJSON"in e)){let r;if(t.add(e),we(e)){r=[];for(const t of e){const e=n(t);!ue(e)&&r.push(e)}}else r=ae(e)?[]:{},Te(e,(e,t)=>{const o=n(e);!ue(o)&&(r[t]=o)});return t.delete(e),r}}return e};return n(e)},isAsyncFn:Ie,isThenable:e=>e&&(pe(e)||de(e))&&de(e.then)&&de(e.catch),setImmediate:Fe,asap:Je,isIterable:He,isSafeIterable:e=>null!=e&&ne(e,Q)&&He(e)};const $e=Ge.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"]),Ve=new RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g"),Ke=new RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function Xe(e,t){return Ge.isArray(e)?e.map(e=>Xe(e,t)):function(e){let t=0,n=e.length;for(;t<n;){const n=e.charCodeAt(t);if(9!==n&&32!==n)break;t+=1}for(;n>t;){const t=e.charCodeAt(n-1);if(9!==t&&32!==t)break;n-=1}return 0===t&&n===e.length?e:e.slice(t,n)}(String(e).replace(t,""))}function Ye(e){const t=Object.create(null);return Ge.forEach(e.toJSON(),(e,n)=>{t[n]=(e=>Xe(e,Ke))(e)}),t}const Ze=Symbol("internals");function Qe(e){return e&&String(e).trim().toLowerCase()}function et(e){return!1===e||null==e?e:Ge.isArray(e)?e.map(et):(e=>Xe(e,Ve))(String(e))}const tt=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function nt(e){let t=0,n=e.length;for(;t<n;){const n=e.charCodeAt(t);if(9!==n&&32!==n)break;t+=1}for(;n>t;){const t=e.charCodeAt(n-1);if(9!==t&&32!==t)break;n-=1}return 0===t&&n===e.length?e:e.slice(t,n)}function rt(e,t,n,r,o){return Ge.isFunction(r)?r.call(this,t,n):(o&&(t=n),Ge.isString(t)?Ge.isString(r)?-1!==t.indexOf(r):Ge.isRegExp(r)?r.test(t):void 0:void 0)}class ot{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=Qe(t);if(!o)return;const i=Ge.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=et(e))}const i=(e,t)=>Ge.forEach(e,(e,n)=>o(e,n,t));if(Ge.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(Ge.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();const i=Ge.hasOwnProp(t,n);!n||i&&Ge.hasOwnProp($e,n)||("set-cookie"===n?i?t[n].push(r):t[n]=[r]:t[n]=i?t[n]+", "+r:r)}),t})(e),t);else if(Ge.isObject(e)&&Ge.isSafeIterable(e)){let n,r,o=Object.create(null);for(const t of e){if(!Ge.isArray(t))throw new TypeError("Object iterator must return a key-value pair");r=t[0],Ge.hasOwnProp(o,r)?(n=o[r],o[r]=Ge.isArray(n)?[...n,t[1]]:[n,t[1]]):o[r]=t[1]}i(o,t)}else null!=e&&o(t,e,n);return this}get(e,t){if(e=Qe(e)){const n=Ge.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(Ge.isFunction(t))return t.call(this,e,n);if(Ge.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Qe(e)){const n=Ge.findKey(this,e);return!(!n||void 0===this[n]||t&&!rt(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=Qe(e)){const o=Ge.findKey(n,e);!o||t&&!rt(0,n[o],o,t)||(delete n[o],r=!0)}}return Ge.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&&!rt(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return Ge.forEach(this,(r,o)=>{const i=Ge.findKey(n,o);if(i)return t[i]=et(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]=et(r),n[s]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Ge.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&Ge.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")}getSetCookie(){const e=this.get("set-cookie");return Ge.isArray(e)?e:null==e||!1===e?[]:[e]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static parseParameters(e){return function(e){const t=Object.create(null),n=String(e);let r=0,o=!1,i=!1;function s(e){const o=nt(n.slice(r,e)),i=o.indexOf("=");if(i<1)return;const s=nt(o.slice(0,i));if(!tt.test(s))return;const a=s.toLowerCase();if("__proto__"===a||"constructor"===a||"prototype"===a)return;const u=nt(o.slice(i+1));t[a]=function(e){const t=e.length-1;if(t<1||34!==e.charCodeAt(0)||34!==e.charCodeAt(t))return e;let n="";for(let r=1;r<t;r++){const o=e.charCodeAt(r);if(34===o)return e;if(92===o&&(r+=1,r>=t))return e;n+=e[r]}return n}(u)}for(let e=0;e<n.length;e++){const t=n.charCodeAt(e);o?i?i=!1:92===t?i=!0:34===t&&(o=!1):34===t?o=!0:44!==t&&59!==t||(s(e),r=e+1)}return s(n.length),t}(e)}static concat(e,...t){const n=new this(e);return t.forEach(e=>n.set(e)),n}static accessor(e){const t=(this[Ze]=this[Ze]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=Qe(e);t[r]||(function(e,t){const n=Ge.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{__proto__:null,value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return Ge.isArray(e)?e.forEach(r):r(e),this}}ot.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Ge.reduceDescriptors(ot.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),Ge.freezeMethods(ot);var it=ot;const st="[REDACTED ****]";class at extends Error{static from(e,t,n,r,o,i){let s=e.message;!s&&Ge.isArray(e.errors)&&e.errors.length&&(s=function(e){return e.errors.map(e=>{try{return function(e){try{return String(e)}catch(e){return""}}(e&&e.message?e.message:e)}catch(e){return""}}).filter(Boolean).join("; ")||e.name||"AggregateError"}(e));const a=new at(s,t||e.code,n,r,o);return Object.defineProperty(a,"cause",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),a.name=e.name,null!=e.status&&null==a.status&&(a.status=e.status),i&&Object.assign(a,i),a}constructor(e,t,n,r,o){super(e),Object.defineProperty(this,"message",{__proto__:null,value:e,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status)}toJSON(){const e=this.config,t=e&&Ge.hasOwnProp(e,"redact")?e.redact:void 0,n=Ge.isArray(t)&&t.length>0?function(e,t){const n=new Set(t.map(e=>String(e).toLowerCase())),r=[],o=e=>{if(null===e||"object"!=typeof e)return e;if(Ge.isBuffer(e))return e;if(-1!==r.indexOf(e))return;let t;if(e instanceof it&&(e=e.toJSON()),r.push(e),Ge.isArray(e))t=[],e.forEach((e,n)=>{const r=o(e);Ge.isUndefined(r)||(t[n]=r)});else{if(!Ge.isPlainObject(e)&&function(e){if(Ge.hasOwnProp(e,"toJSON"))return!0;let t=Object.getPrototypeOf(e);for(;t&&t!==Object.prototype;){if(Ge.hasOwnProp(t,"toJSON"))return!0;t=Object.getPrototypeOf(t)}return!1}(e))return r.pop(),e;t=Object.create(null);for(const[r,i]of Object.entries(e)){const e=n.has(r.toLowerCase())?st:o(i);Ge.isUndefined(e)||(t[r]=e)}}return r.pop(),t};return o(e)}(e,t):Ge.toJSONObject(e);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:n,code:this.code,status:this.status}}}at.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",at.ERR_BAD_OPTION="ERR_BAD_OPTION",at.ECONNABORTED="ECONNABORTED",at.ETIMEDOUT="ETIMEDOUT",at.ECONNREFUSED="ECONNREFUSED",at.ERR_NETWORK="ERR_NETWORK",at.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",at.ERR_DEPRECATED="ERR_DEPRECATED",at.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",at.ERR_BAD_REQUEST="ERR_BAD_REQUEST",at.ERR_CANCELED="ERR_CANCELED",at.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",at.ERR_INVALID_URL="ERR_INVALID_URL",at.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";var ut=at;const lt=100;function ct(e){return Ge.isPlainObject(e)||Ge.isArray(e)}function ft(e){return Ge.endsWith(e,"[]")?e.slice(0,-2):e}function dt(e,t,n){return e?e.concat(t).map(function(e,t){return e=ft(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}const ht=Ge.toFlatObject(Ge,{},null,function(e){return/^is[A-Z]/.test(e)});function pt(e,t,n){if(!Ge.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=Ge.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!Ge.isUndefined(t[e])})).metaTokens,o=n.visitor||h,i=n.dots,s=n.indexes,a=n.Blob||"undefined"!=typeof Blob&&Blob,u=void 0===n.maxDepth?lt:n.maxDepth,l=a&&Ge.isSpecCompliantForm(t),c=[];if(!Ge.isFunction(o))throw new TypeError("visitor must be a function");function f(e){if(null===e)return"";if(Ge.isDate(e))return e.toISOString();if(Ge.isBoolean(e))return e.toString();if(!l&&Ge.isBlob(e))throw new ut("Blob is not supported. Use a Buffer instead.");if(Ge.isArrayBuffer(e)||Ge.isTypedArray(e)){if(l&&"function"==typeof a)return new a([e]);throw new ut("Blob is not supported. Use a Buffer instead.",ut.ERR_NOT_SUPPORT)}return e}function d(e){if(e>u)throw new ut("Object is too deeply nested ("+e+" levels). Max depth: "+u,ut.ERR_FORM_DATA_DEPTH_EXCEEDED)}function h(e,n,o){let a=e;if(Ge.isReactNative(t)&&Ge.isReactNativeBlob(e))return t.append(dt(o,n,i),f(e)),!1;if(e&&!o&&"object"==typeof e)if(Ge.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=function(e,t){if(Infinity===u)return JSON.stringify(e);const n=[];return JSON.stringify(e,function(e,t){if(!Ge.isObject(t))return t;for(;n.length&&n[n.length-1]!==this;)n.pop();return n.push(t),d(1+n.length-1),t})}(e);else if(Ge.isArray(e)&&function(e){return Ge.isArray(e)&&!e.some(ct)}(e)||(Ge.isFileList(e)||Ge.endsWith(n,"[]"))&&(a=Ge.toArray(e)))return n=ft(n),a.forEach(function(e,r){!Ge.isUndefined(e)&&null!==e&&t.append(!0===s?dt([n],r,i):null===s?n:n+"[]",f(e))}),!1;return!!ct(e)||(t.append(dt(o,n,i),f(e)),!1)}const p=Object.assign(ht,{defaultVisitor:h,convertValue:f,isVisitable:ct});if(!Ge.isObject(e))throw new TypeError("data must be an object");return function e(n,r,i=0){if(!Ge.isUndefined(n)){if(d(i),-1!==c.indexOf(n))throw new Error("Circular reference detected in "+r.join("."));c.push(n),Ge.forEach(n,function(n,s){!0===(!(Ge.isUndefined(n)||null===n)&&o.call(t,n,Ge.isString(s)?s.trim():s,r,p))&&e(n,r?r.concat(s):[s],i+1)}),c.pop()}}(e),t}function mt(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(e).replace(/[!'()~]|%20/g,function(e){return t[e]})}function vt(e,t){this._pairs=[],e&&pt(e,this,t)}const gt=vt.prototype;function yt(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function bt(e,t,n){if(!t)return e;e=e||"";const r=Ge.isFunction(n)?{serialize:n}:n,o=Ge.getSafeProp(r,"encode")||yt,i=Ge.getSafeProp(r,"serialize");let s;if(s=i?i(t,r):Ge.isURLSearchParams(t)?t.toString():new vt(t,r).toString(o),s){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+s}return e}gt.append=function(e,t){this._pairs.push([e,t])},gt.toString=function(e){const t=e?t=>e.call(this,t,mt):mt;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var wt=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){Ge.forEach(this.handlers,function(t){null!==t&&e(t)})}},_t={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0,advertiseZstdAcceptEncoding:!1,validateStatusUndefinedResolves:!0},Pt={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:vt,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Et="undefined"!=typeof window&&"undefined"!=typeof document,St="object"==typeof navigator&&navigator||void 0,jt=Et&&(!St||["ReactNative","NativeScript","NS"].indexOf(St.product)<0);var xt={__proto__:null,hasBrowserEnv:Et,hasStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,hasStandardBrowserEnv:jt,navigator:St,origin:Et&&window.location.href||"http://localhost",...Pt};const Ot=lt;function Tt(e){if(e>Ot)throw new ut("FormData field is too deeply nested ("+e+" levels). Max depth: "+Ot,ut.ERR_FORM_DATA_DEPTH_EXCEEDED)}function Rt(e){function t(e,n,r,o){Tt(o);let i=e[o++];if("__proto__"===i)return!0;const s=Number.isFinite(+i),a=o>=e.length;return i=!i&&Ge.isArray(r)?r.length:i,a?(r[i]=Ge.hasOwnProp(r,i)?Ge.isArray(r[i])?r[i].concat(n):[r[i],n]:n,!s):(Ge.hasOwnProp(r,i)&&Ge.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&Ge.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(Ge.isFormData(e)&&Ge.isFunction(e.entries)){const n={};return Ge.forEachEntry(e,(e,r)=>{t(function(e){const t=[],n=/[^.[\]]+|\[([^.[\]]*)]/g;let r;for(;null!==(r=n.exec(e));)Tt(t.length),t.push("[]"===r[0]?"":r[1]||r[0]);return t}(e),r,n,0)}),n}return null}const kt=(e,t)=>null!=e&&Ge.hasOwnProp(e,t)?e[t]:void 0,Ut={transitional:_t,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=Ge.isObject(e);if(o&&Ge.isHTMLForm(e)&&(e=new FormData(e)),Ge.isFormData(e))return r?JSON.stringify(Rt(e)):e;if(Ge.isArrayBuffer(e)||Ge.isBuffer(e)||Ge.isStream(e)||Ge.isFile(e)||Ge.isBlob(e)||Ge.isReadableStream(e))return e;if(Ge.isArrayBufferView(e))return e.buffer;if(Ge.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(o){const t=kt(this,"formSerializer");if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return pt(e,new xt.classes.URLSearchParams,{visitor:function(e,t,n,r){return xt.isNode&&Ge.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)},...t})}(e,t).toString();if((i=Ge.isFileList(e))||n.indexOf("multipart/form-data")>-1){const n=kt(this,"env"),r=n&&n.FormData;return pt(i?{"files[]":e}:e,r&&new r,t)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(Ge.isString(e))try{return(0,JSON.parse)(e),Ge.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=kt(this,"transitional")||Ut.transitional,n=t&&t.forcedJSONParsing,r=kt(this,"responseType"),o="json"===r;if(Ge.isResponse(e)||Ge.isReadableStream(e))return e;if(e&&Ge.isString(e)&&(n&&!r||o)){const n=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e,kt(this,"parseReviver"))}catch(e){if(n){if("SyntaxError"===e.name)throw ut.from(e,ut.ERR_BAD_RESPONSE,this,null,kt(this,"response"));throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:xt.classes.FormData,Blob:xt.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Ge.forEach(["delete","get","head","post","put","patch","query"],e=>{Ut.headers[e]={}});var At=Ut;function Wt(e,t){const n=this||At,r=t||n,o=it.from(r.headers);let i=r.data;return Ge.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__)}var Nt=class extends ut{constructor(e,t,n){super(null==e?"canceled":e,ut.ERR_CANCELED,t,n),this.name="CanceledError",this.__CANCEL__=!0}};function Lt(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new ut("Request failed with status code "+n.status,n.status>=400&&n.status<500?ut.ERR_BAD_REQUEST:ut.ERR_BAD_RESPONSE,n.config,n.request,n)):e(n)}const zt=(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(n,i){let s,a,u=0,l=1e3/i;const c=(n,i=Date.now())=>{u=i,s=null,a&&(clearTimeout(a),a=null),(n=>{if(!n||"number"!=typeof n.loaded)return;const i=n.loaded,s=n.lengthComputable?n.total:void 0,a=Math.max(0,null!=s?Math.min(i,s):i),u=Math.max(0,a-r),l=o(u);r=Math.max(r,a),e({loaded:a,total:s,progress:s?a/s:void 0,bytes:u,rate:l||void 0,estimated:l&&s?(s-a)/l:void 0,event:n,lengthComputable:null!=s,[t?"download":"upload"]:!0})})(...n)};return[(...e)=>{const t=Date.now(),n=t-u;n>=l?c(e,t):(s=e,a||(a=setTimeout(()=>{a=null,c(s)},l-n)))},()=>s&&c(s)]}(0,n)},It=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Ft=(e,t=Ge.asap)=>(...n)=>t(()=>e(...n));var Dt,Mt,Bt=xt.hasStandardBrowserEnv?(Dt=new URL(xt.origin),Mt=xt.navigator&&/(msie|trident)/i.test(xt.navigator.userAgent),e=>(e=new URL(e,xt.origin),Dt.protocol===e.protocol&&Dt.host===e.host&&(Mt||Dt.port===e.port))):()=>!0,qt=xt.hasStandardBrowserEnv?{write(e,t,n,r,o,i,s){if("undefined"==typeof document)return;const a=[`${e}=${encodeURIComponent(t)}`];Ge.isNumber(n)&&a.push(`expires=${new Date(n).toUTCString()}`),Ge.isString(r)&&a.push(`path=${r}`),Ge.isString(o)&&a.push(`domain=${o}`),!0===i&&a.push("secure"),Ge.isString(s)&&a.push(`SameSite=${s}`),document.cookie=a.join("; ")},read(e){if("undefined"==typeof document)return null;const t=document.cookie.split(";");for(let n=0;n<t.length;n++){const r=t[n].replace(/^\s+/,""),o=r.indexOf("=");if(-1!==o&&r.slice(0,o)===e)try{return decodeURIComponent(r.slice(o+1))}catch(e){return r.slice(o+1)}}return null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};const Jt=/^https?:(?!\/\/)/i,Ht=/[\t\n\r]/g;function Gt(e,t){if("string"==typeof e){const n=function(e){return function(e){let t=0;for(;t<e.length&&e.charCodeAt(t)<=32;)t++;return e.slice(t)}(e).replace(Ht,"")}(e);if(Jt.test(n))throw new ut(`Invalid URL ${JSON.stringify(function(e){const t=e.replace(/^(https?:\/{0,2})[^/?#]*@/i,`$1${st}@`),n=t.indexOf("#"),r=(-1===n?t:t.slice(0,n)).replace(/([?&][^=&#]*=)[^&#]*/g,`$1${st}`);return-1===n?r:`${r}#${o=t.slice(n+1),o?o.replace(/(^|&)([^=&]*=)?[^&]+/g,(e,t,n="")=>`${t}${n}${st}`):o}`;var o}(n))}: missing "//" after protocol`,ut.ERR_INVALID_URL,t)}}function $t(e,t,n,r){Gt(t,r);let o=!("string"==typeof(i=t)&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(i));var i;return e&&(o||!1===n)?(Gt(e,r),function(e,t){if(!t)return e;let n=e.length;for(;n>0&&47===e.charCodeAt(n-1);)n--;return e.slice(0,n)+"/"+t.replace(/^\/+/,"")}(e,t)):t}const Vt=e=>e instanceof it?{...e}:e,Kt=e=>Object.getOwnPropertySymbols&&Object.getOwnPropertyDescriptor?Object.keys(e).concat(Object.getOwnPropertySymbols(e).filter(t=>Object.getOwnPropertyDescriptor(e,t).enumerable)):Object.keys(e);function Xt(e,t){e=e||{},t=t||{};const n=Object.create(null);function r(e,t,n,r){return Ge.isPlainObject(e)&&Ge.isPlainObject(t)?Ge.merge.call({caseless:r},e,t):Ge.isPlainObject(t)?Ge.merge({},t):Ge.isArray(t)?t.slice():t}function o(e,t,n,o){return Ge.isUndefined(t)?Ge.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function i(e,t){if(!Ge.isUndefined(t))return r(void 0,t)}function s(e,t){return Ge.isUndefined(t)?Ge.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,o,i){return Ge.hasOwnProp(t,i)?r(n,o):Ge.hasOwnProp(e,i)?r(void 0,n):void 0}Object.defineProperty(n,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!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,allowedSocketPaths:s,responseEncoding:s,validateStatus:a,headers:(e,t,n)=>o(Vt(e),Vt(t),0,!0)};return Ge.forEach(Kt({...e,...t}),function(r){if("__proto__"===r||"constructor"===r||"prototype"===r)return;const i=Ge.hasOwnProp(u,r)?u[r]:o,s=i(Ge.hasOwnProp(e,r)?e[r]:void 0,Ge.hasOwnProp(t,r)?t[r]:void 0,r);Ge.isUndefined(s)&&i!==a||(n[r]=s)}),Ge.hasOwnProp(t,"validateStatus")&&Ge.isUndefined(t.validateStatus)&&!1===function(n){const r=Ge.hasOwnProp(t,"transitional")?t.transitional:void 0;if(!Ge.isUndefined(r)){if(!Ge.isPlainObject(r))return;if(Ge.hasOwnProp(r,n))return r[n]}const o=Ge.hasOwnProp(e,"transitional")?e.transitional:void 0;if(Ge.isPlainObject(o)&&Ge.hasOwnProp(o,n))return o[n]}("validateStatusUndefinedResolves")&&(Ge.hasOwnProp(e,"validateStatus")?n.validateStatus=r(void 0,e.validateStatus):delete n.validateStatus),n}const Yt=["content-type","content-length"];function Zt(e){const t=Xt({},e),n=e=>Ge.hasOwnProp(t,e)?t[e]:void 0,r=n("data");let o=n("withXSRFToken");const i=n("xsrfHeaderName"),s=n("xsrfCookieName");let a=n("headers");const u=n("auth"),l=n("baseURL"),c=n("allowAbsoluteUrls"),f=n("url");if(t.headers=a=it.from(a),t.url=bt($t(l,f,c,t),n("params"),n("paramsSerializer")),u){const t=Ge.getSafeProp(u,"username")||"",n=Ge.getSafeProp(u,"password")||"";try{a.set("Authorization","Basic "+btoa(t+":"+(n?encodeURIComponent(n).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16))):"")))}catch(t){throw ut.from(t,ut.ERR_BAD_OPTION_VALUE,e)}}if(Ge.isFormData(r)&&(xt.hasStandardBrowserEnv||xt.hasStandardBrowserWebWorkerEnv||Ge.isReactNative(r)?a.setContentType(void 0):Ge.isFunction(r.getHeaders)&&function(e,t,n){"content-only"===n?Object.entries(t||{}).forEach(([t,n])=>{Yt.includes(t.toLowerCase())&&e.set(t,n)}):e.set(t)}(a,r.getHeaders(),n("formDataHeaderPolicy"))),xt.hasStandardBrowserEnv&&(Ge.isFunction(o)&&(o=o(t)),!0===o||null==o&&Bt(t.url))){const e=i&&s&&qt.read(s);e&&a.set(i,e)}return t}var Qt="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=Zt(e);let o=r.data;const i=it.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 v(){if(!m)return;const r=it.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Lt(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=v:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&m.responseURL.startsWith("file:"))&&setTimeout(v)},m.onabort=function(){m&&(n(new ut("Request aborted",ut.ECONNABORTED,e,m)),p(),m=null)},m.onerror=function(t){const r=new ut(t&&t.message?t.message:"Network Error",ut.ERR_NETWORK,e,m);r.event=t||null,n(r),p(),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new ut(t,(r.transitional||_t).clarifyTimeoutError?ut.ETIMEDOUT:ut.ECONNABORTED,e,m)),p(),m=null},void 0===o&&i.setContentType(null),"setRequestHeader"in m&&Ge.forEach(Ye(i),function(e,t){m.setRequestHeader(t,e)}),Ge.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),f&&"json"!==f&&(m.responseType=r.responseType),h&&([u,c]=zt(h,!0),m.addEventListener("progress",u)),d&&m.upload&&([a,l]=zt(d),m.upload.addEventListener("progress",a),m.upload.addEventListener("loadend",l)),(r.cancelToken||r.signal)&&(s=t=>{m&&(n(!t||t.type?new Nt(null,e,m):t),m.abort(),p(),m=null)},r.cancelToken&&r.cancelToken.subscribe(s),r.signal&&(r.signal.aborted?s():r.signal.addEventListener("abort",s)));const g=function(e){const t=/^([-+\w]{1,25}):(?:\/\/)?/.exec(e);return t&&t[1]||""}(r.url);if(g&&!xt.protocols.includes(g))return n(new ut("Unsupported protocol "+g+":",ut.ERR_BAD_REQUEST,e)),void p();m.send(o||null)})},en=(e,t)=>{if(e=e?e.filter(Boolean):[],!t&&!e.length)return;const n=new AbortController;let r=!1;const o=function(e){if(!r){r=!0,s();const t=e instanceof Error?e:this.reason;n.abort(t instanceof ut?t:new Nt(t instanceof Error?t.message:t))}};let i=t&&setTimeout(()=>{i=null,o(new ut(`timeout of ${t}ms exceeded`,ut.ETIMEDOUT))},t);const s=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(e=>{e.unsubscribe?e.unsubscribe(o):e.removeEventListener("abort",o)}),e=null)};e.forEach(e=>{r||(e.aborted?o.call(e):e.addEventListener("abort",o,{once:!0}))});const{signal:a}=n;return a.unsubscribe=()=>Ge.asap(s),a};const tn=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},nn=(e,t,n,r)=>{const o=async function*(e,t){for await(const n of async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);const t=e.getReader();try{for(;;){const{done:e,value:n}=await t.read();if(e)break;yield n}}finally{await t.cancel()}}(e))yield*tn(n,t)}(e,t);let i,s=0,a=e=>{i||(i=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await o.next();if(t)return a(),void e.close();if(n){let e=s+=r.byteLength;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw a(e),e}},cancel:e=>(a(e),o.return())},{highWaterMark:2})},rn=e=>e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102,on=(e,t,n)=>t+2<n&&rn(e.charCodeAt(t+1))&&rn(e.charCodeAt(t+2)),sn=e=>e<=57?e-48:(223&e)-55,an=e=>e>=65&&e<=90||e>=97&&e<=122||e>=48&&e<=57||43===e||47===e||45===e||95===e,un=e=>{const t=e.length;let n=0,r=0,o=!1;for(let s=0;s<t;s++){let a=e.charCodeAt(s);37===a&&on(e,s,t)&&(a=16*sn(e.charCodeAt(s+1))+sn(e.charCodeAt(s+2)),s+=2),9!==(i=a)&&10!==i&&12!==i&&13!==i&&32!==i&&(61!==a?!an(a)||r>0?o=!0:n++:r++)}var i;return o||r>2||r>0&&(n+r)%4!=0||n%4==1?(e=>{const t=e.length;let n=0;return t>0&&61===e.charCodeAt(t-1)&&(n++,t>1&&61===e.charCodeAt(t-2)&&n++),Math.floor(3*(t-n)/4)})(e):(e=>{const t=e%4;return 3*Math.floor(e/4)+(2===t?1:3===t?2:0)})(n)},ln="1.19.0",{isFunction:cn}=Ge,fn=e=>{if(!Ge.isString(e))return e;try{return decodeURIComponent(e)}catch(t){return e}},dn=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},hn=e=>{const t=null!=Ge.global?Ge.global:globalThis,{ReadableStream:n,TextEncoder:r}=t;e=Ge.merge.call({skipUndefined:!0},{Request:t.Request,Response:t.Response},e);const{fetch:o,Request:i,Response:s}=e,a=o?cn(o):"function"==typeof fetch,u=cn(i),l=cn(s);if(!a)return!1;const c=a&&cn(n),f=a&&("function"==typeof r?(d=new r,e=>d.encode(e)):async e=>new Uint8Array(await new i(e).arrayBuffer()));var d;const h=u&&c&&dn(()=>{let e=!1;const t=new i(xt.origin,{body:new n,method:"POST",get duplex(){return e=!0,"half"}}),r=t.headers.has("Content-Type");return null!=t.body&&t.body.cancel(),e&&!r}),p=l&&c&&dn(()=>Ge.isReadableStream(new s("").body)),m={stream:p&&(e=>e.body)};a&&["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!m[e]&&(m[e]=(t,n)=>{let r=t&&t[e];if(r)return r.call(t);throw new ut(`Response type '${e}' is not supported`,ut.ERR_NOT_SUPPORT,n)})});const v=async e=>{if(null==e)return 0;if(Ge.isBlob(e))return e.size;if(Ge.isSpecCompliantForm(e)){const t=new i(xt.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return Ge.isArrayBufferView(e)||Ge.isArrayBuffer(e)?e.byteLength:(Ge.isURLSearchParams(e)&&(e+=""),Ge.isString(e)?(await f(e)).byteLength:void 0)};return async e=>{let{url:t,method:n,data:a,signal:l,cancelToken:f,timeout:d,onDownloadProgress:g,onUploadProgress:y,responseType:b,headers:w,withCredentials:_="same-origin",fetchOptions:P,maxContentLength:E,maxBodyLength:S}=Zt(e);const j=Ge.isNumber(E)&&E>-1,x=Ge.isNumber(S)&&S>-1;let O=o||fetch;b=b?(b+"").toLowerCase():"text";let T=en([l,f&&f.toAbortSignal()],d),R=null;const k=T&&T.unsubscribe&&(()=>{T.unsubscribe()});let U,A=null;const W=()=>new ut("Request body larger than maxBodyLength limit",ut.ERR_BAD_REQUEST,e,R);try{let o;const l=Ge.hasOwnProp(e,"auth")?e.auth:void 0;if(l&&(o={username:Ge.getSafeProp(l,"username")||"",password:Ge.getSafeProp(l,"password")||""}),(e=>{const t=e.indexOf("://");let n=e;return-1!==t&&(n=n.slice(t+3)),n.includes("@")||n.includes(":")})(t)){const e=new URL(t,xt.origin);o||!e.username&&!e.password||(o={username:fn(e.username),password:fn(e.password)}),(e.username||e.password)&&(e.username="",e.password="",t=e.href)}if(o&&(w.delete("authorization"),w.set("Authorization","Basic "+btoa(encodeURIComponent((o.username||"")+":"+(o.password||"")).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16)))))),j&&"string"==typeof t&&t.startsWith("data:")&&function(e){const t="string"==typeof e?e.indexOf("#"):-1;return((e,t)=>{if(!e||"string"!=typeof e)return 0;if(!e.startsWith("data:"))return 0;const n=e.indexOf(",");if(n<0)return 0;const r=e.slice(5,n),o=e.slice(n+1);if(/;base64/i.test(r))return t(o);let i=0;for(let e=0,t=o.length;e<t;e++){const n=o.charCodeAt(e);if(37===n&&on(o,e,t))i+=1,e+=2;else if(n<128)i+=1;else if(n<2048)i+=2;else if(n>=55296&&n<=56319&&e+1<t){const t=o.charCodeAt(e+1);t>=56320&&t<=57343?(i+=4,e++):i+=3}else i+=3}return i})(-1===t?e:e.slice(0,t),un)}(t)>E)throw new ut("maxContentLength size of "+E+" exceeded",ut.ERR_BAD_RESPONSE,e,R);if(x&&"get"!==n&&"head"!==n){const e=await v(a);if("number"==typeof e&&isFinite(e)&&(U=e,e>S))throw W()}const f=x&&(Ge.isReadableStream(a)||Ge.isStream(a)),d=(e,t,n)=>nn(e,65536,e=>{if(x&&e>S)throw A=W();t&&t(e)},n);if(h&&"get"!==n&&"head"!==n&&(y||f)){if(U=null==U?await(async(e,t)=>{const n=Ge.toFiniteNumber(e.getContentLength());return null==n?v(t):n})(w,a):U,0!==U||f){let e,n=new i(t,{method:"POST",body:a,duplex:"half"});if(Ge.isFormData(a)&&(e=n.headers.get("content-type"))&&w.setContentType(e),n.body){const[e,t]=y&&It(U,zt(Ft(y)))||[];a=d(n.body,e,t)}}}else if(f&&!u&&c&&"get"!==n&&"head"!==n)a=d(a);else if(f&&u&&!h&&"get"!==n&&"head"!==n)throw new ut("Stream request bodies are not supported by the current fetch implementation",ut.ERR_NOT_SUPPORT,e,R);Ge.isString(_)||(_=_?"include":"omit");const C=u&&"credentials"in i.prototype;if(Ge.isFormData(a)){const e=w.getContentType();e&&/^multipart\/form-data/i.test(e)&&!/boundary=/i.test(e)&&w.delete("content-type")}w.set("User-Agent","axios/"+ln,!1);const N={...P,signal:T,method:n.toUpperCase(),headers:Ye(w.normalize()),body:a,duplex:"half",credentials:C?_:void 0};R=u&&new i(t,N);let L=await(u?O(R,P):O(t,N));const z=it.from(L.headers);if(j){const t=Ge.toFiniteNumber(z.getContentLength());if(null!=t&&t>E)throw new ut("maxContentLength size of "+E+" exceeded",ut.ERR_BAD_RESPONSE,e,R)}const I=p&&("stream"===b||"response"===b);if(p&&L.body&&(g||j||I&&k)){const t={};["status","statusText","headers"].forEach(e=>{t[e]=L[e]});const n=Ge.toFiniteNumber(z.getContentLength()),[r,o]=g&&It(n,zt(Ft(g),!0))||[];let i=0;L=new s(nn(L.body,65536,t=>{if(j&&(i=t,i>E))throw new ut("maxContentLength size of "+E+" exceeded",ut.ERR_BAD_RESPONSE,e,R);r&&r(t)},()=>{o&&o(),k&&k()}),t)}b=b||"text";let F=await m[Ge.findKey(m,b)||"text"](L,e);if(j&&!p&&!I){let t;if(null!=F&&("number"==typeof F.byteLength?t=F.byteLength:"number"==typeof F.size?t=F.size:"string"==typeof F&&(t="function"==typeof r?(new r).encode(F).byteLength:F.length)),"number"==typeof t&&t>E)throw new ut("maxContentLength size of "+E+" exceeded",ut.ERR_BAD_RESPONSE,e,R)}return!I&&k&&k(),await new Promise((t,n)=>{Lt(t,n,{data:F,headers:it.from(L.headers),status:L.status,statusText:L.statusText,config:e,request:R})})}catch(t){if(k&&k(),T&&T.aborted&&T.reason instanceof ut){const n=T.reason;throw n.config=e,R&&(n.request=R),t!==n&&Object.defineProperty(n,"cause",{__proto__:null,value:t,writable:!0,enumerable:!1,configurable:!0}),n}if(A)throw R&&!A.request&&(A.request=R),A;if(t instanceof ut)throw R&&!t.request&&(t.request=R),t;if(t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message)){const n=new ut("Network Error",ut.ERR_NETWORK,e,R,t&&t.response);throw Object.defineProperty(n,"cause",{__proto__:null,value:t.cause||t,writable:!0,enumerable:!1,configurable:!0}),n}throw ut.from(t,t&&t.code,e,R,t&&t.response)}}},pn=new Map,mn=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,i=[r,o,n];let s,a,u=i.length,l=pn;for(;u--;)s=i[u],a=l.get(s),void 0===a&&l.set(s,a=u?new Map:hn(t)),l=a;return a};mn();const vn={http:null,xhr:Qt,fetch:{get:mn}};Ge.forEach(vn,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{__proto__:null,value:t})}catch(e){}Object.defineProperty(e,"adapterName",{__proto__:null,value:t})}});const gn=e=>`- ${e}`,yn=e=>Ge.isFunction(e)||null===e||!1===e;var bn=function(e,t){e=Ge.isArray(e)?e:[e];const{length:n}=e;let r,o;const i={};for(let s=0;s<n;s++){let n;if(r=e[s],o=r,!yn(r)&&(o=vn[(n=String(r)).toLowerCase()],void 0===o))throw new ut(`Unknown adapter '${n}'`);if(o&&(Ge.isFunction(o)||(o=o.get(t))))break;i[n||"#"+s]=o}if(!o){const e=Object.entries(i).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));let t=n?e.length>1?"since :\n"+e.map(gn).join("\n"):" "+gn(e[0]):"as no adapter specified";throw new ut("There is no suitable adapter to dispatch the request "+t,ut.ERR_NOT_SUPPORT)}return o};function wn(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Nt(null,e)}function _n(e){return wn(e),e.headers=it.from(e.headers),e.data=Wt.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),bn(e.adapter||At.adapter,e)(e).then(function(t){wn(e),e.response=t;try{t.data=Wt.call(e,e.transformResponse,t)}finally{delete e.response}return t.headers=it.from(t.headers),t},function(t){if(!Ct(t)&&(wn(e),t&&t.response)){e.response=t.response;try{t.response.data=Wt.call(e,e.transformResponse,t.response)}finally{delete e.response}t.response.headers=it.from(t.response.headers)}return Promise.reject(t)})}const Pn={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Pn[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const En={};Pn.transitional=function(e,t,n){function r(e,t){return"[Axios v"+ln+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,i)=>{if(!1===e)throw new ut(r(o," has been removed"+(t?" in "+t:"")),ut.ERR_DEPRECATED);return t&&!En[o]&&(En[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)}},Pn.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var Sn={assertOptions:function(e,t,n){if("object"!=typeof e||null===e)throw new ut("options must be an object",ut.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],s=Object.prototype.hasOwnProperty.call(t,i)?t[i]:void 0;if(s){const t=e[i],n=void 0===t||s(t,i,e);if(!0!==n)throw new ut("option "+i+" must be "+n,ut.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new ut("Unknown option "+i,ut.ERR_BAD_OPTION)}},validators:Pn};const jn=Sn.validators;class xn{constructor(e){this.defaults=e||{},this.interceptors={request:new wt,response:new wt}}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=(()=>{if(!t.stack)return"";const e=t.stack.indexOf("\n");return-1===e?"":t.stack.slice(e+1)})();try{if(e.stack){if(n){const t=n.indexOf("\n"),r=-1===t?-1:n.indexOf("\n",t+1),o=-1===r?"":n.slice(r+1);String(e.stack).endsWith(o)||(e.stack+="\n"+n)}}else e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=Xt(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&Sn.assertOptions(n,{silentJSONParsing:jn.transitional(jn.boolean),forcedJSONParsing:jn.transitional(jn.boolean),clarifyTimeoutError:jn.transitional(jn.boolean),legacyInterceptorReqResOrdering:jn.transitional(jn.boolean),advertiseZstdAcceptEncoding:jn.transitional(jn.boolean),validateStatusUndefinedResolves:jn.transitional(jn.boolean)},!1),null!=r&&(Ge.isFunction(r)?t.paramsSerializer={serialize:r}:Sn.assertOptions(r,{encode:jn.function,serialize:jn.function},!0)),void 0!==t.allowAbsoluteUrls||(t.allowAbsoluteUrls=void 0===this.defaults.allowAbsoluteUrls||this.defaults.allowAbsoluteUrls),Sn.assertOptions(t,{baseUrl:jn.spelling("baseURL"),withXsrfToken:jn.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let i=o&&Ge.merge(o.common,o[t.method]);o&&Ge.forEach(["delete","get","head","post","put","patch","query","common"],e=>{delete o[e]}),t.headers=it.concat(i,o);const s=[];let a=!0;this.interceptors.request.forEach(function(e){if("function"==typeof e.runWhen&&!1===e.runWhen(t))return;a=a&&e.synchronous;const n=t.transitional||_t;n&&n.legacyInterceptorReqResOrdering?s.unshift(e.fulfilled,e.rejected):s.push(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=[_n.bind(this),void 0];for(e.unshift(...s),e.push(...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<c;){const e=s[f++],t=s[f++];try{d=e?e(d):d}catch(e){if(!t){l=Promise.reject(e);break}try{const n=t.call(this,e);Ge.isThenable(n)&&(l=Promise.resolve(n).then(()=>_n.call(this,d)))}catch(e){l=Promise.reject(e)}break}}if(!l)try{l=_n.call(this,d)}catch(e){l=Promise.reject(e)}for(f=0,c=u.length;f<c;)l=l.then(u[f++],u[f++]);return l}getUri(e){return bt($t((e=Xt(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls,e),e.params,e.paramsSerializer)}}Ge.forEach(["delete","get","head","options"],function(e){xn.prototype[e]=function(t,n){return this.request(Xt(n||{},{method:e,url:t,data:n&&Ge.hasOwnProp(n,"data")?n.data:void 0}))}}),Ge.forEach(["post","put","patch","query"],function(e){function t(t){return function(n,r,o){return this.request(Xt(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}xn.prototype[e]=t(),"query"!==e&&(xn.prototype[e+"Form"]=t(!0))});var On=xn;class Tn{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 Nt(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)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new Tn(function(t){e=t}),cancel:e}}}var Rn=Tn;const kn={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,WebServerReturnsAnUnknownError:520,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(kn).forEach(([e,t])=>{kn[t]=e});var Un=kn;const An=function e(t){const n=new On(t),r=X(On.prototype.request,n);return Ge.extend(r,On.prototype,n,{allOwnKeys:!0}),Ge.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(Xt(t,n))},r}(At);An.Axios=On,An.CanceledError=Nt,An.CancelToken=Rn,An.isCancel=Ct,An.VERSION=ln,An.toFormData=pt,An.AxiosError=ut,An.Cancel=An.CanceledError,An.all=function(e){return Promise.all(e)},An.spread=function(e){return function(t){return e.apply(null,t)}},An.isAxiosError=function(e){return Ge.isObject(e)&&!0===e.isAxiosError},An.mergeConfig=Xt,An.AxiosHeaders=it,An.formToJSON=e=>Rt(Ge.isHTMLForm(e)?new FormData(e):e),An.getAdapter=bn,An.HttpStatusCode=Un,An.default=An;var Wn=An;const{CanceledError:Cn}=Wn;var Nn=function(e,t){try{var n=t.baseUrl+G.jobs.post_update,r=W({},$(t),{job_id:e.identifier,status:e.status});return Promise.resolve(fetch(n,W({},V,{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)}};function Ln(e,t,n){if(!e.s){if(n instanceof zn){if(!n.s)return void(n.o=Ln.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(Ln.bind(null,e,t),Ln.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}var zn=/*#__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{Ln(r,1,i(this.v))}catch(e){Ln(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?Ln(r,1,t?t(o):o):n?Ln(r,1,n(o)):Ln(r,2,o)}catch(e){Ln(r,2,e)}},r},e}();function In(e){return e instanceof zn&&1&e.s}var Fn=function(e,t){void 0===t&&(t={});try{var n,r,o=function(e){return n?e:{ok:!1,error:r,attempts:E,reason:"attempts-exhausted"}},i=t.maxAttempts,s=void 0===i?Dn:i,a=t.budgetMs,u=void 0===a?qn:a,l=t.baseMs,c=void 0===l?Mn:l,f=t.maxMs,d=void 0===f?Bn:f,h=t.isRetryable,p=void 0===h?Gn:h,m=t.sleep,v=void 0===m?$n:m,g=t.now,y=void 0===g?Date.now:g,b=t.random,w=void 0===b?Math.random:b,_=t.onRetry,P=y(),E=0,S=function(e,t,n){for(var r;;){var o=e();if(In(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!In(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!In(s)){r=2;break}}}var a=new zn,u=Ln.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&&!In(s))return void s.then(f).then(void 0,u);if(!(o=e())||In(o)&&!o.v)return void Ln(a,1,i);if(o.then)return void o.then(c).then(void 0,u);In(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):Ln(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):Ln(a,1,i)}}(function(){return!n&&E<s},void 0,function(){return E++,function(t,r){try{var o=Promise.resolve(e(E)).then(function(e){return n=1,{ok:!0,value:e,attempts:E}})}catch(e){return r(e)}return o&&o.then?o.then(void 0,r):o}(0,function(e){if(r=e,!p(e))return n=1,{ok:!1,error:e,attempts:E,reason:"permanent"};if(E>=s)return n=1,{ok:!1,error:e,attempts:E,reason:"attempts-exhausted"};var t=function(e,t){void 0===t&&(t={});var n=t.baseMs,r=void 0===n?Mn:n,o=t.maxMs,i=void 0===o?Bn:o,s=t.random,a=void 0===s?Math.random:s,u=Math.max(1,Math.floor(e)),l=Math.min(i,r*Math.pow(2,u-1))/2;return Math.max(1,Math.round(l+a()*l))}(E,{baseMs:c,maxMs:d,random:w});return y()-P+t>=u?(n=1,{ok:!1,error:e,attempts:E,reason:"budget-exhausted"}):(null==_||_({attempt:E,waitMs:t,error:e}),Promise.resolve(v(t)).then(function(){}))})});return Promise.resolve(S&&S.then?S.then(o):o(S))}catch(e){return Promise.reject(e)}},Dn=6,Mn=1e3,Bn=15e3,qn=9e4,Jn=new Set(["CERT_HAS_EXPIRED","UNABLE_TO_VERIFY_LEAF_SIGNATURE","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","ERR_TLS_CERT_ALTNAME_INVALID"]),Hn=new Set([408,429]);function Gn(e){var t;if(function(e){var t=null==e?void 0:e.name,n=null==e?void 0:e.code;return"CanceledError"===t||"AbortError"===t||"ERR_CANCELED"===n||"ABORT_ERR"===n}(e))return!1;var n=null==e||null==(t=e.response)?void 0:t.status;if("number"==typeof n&&n>0)return!!Hn.has(n)||!(n>=400&&n<500);var r=function(e){var t,n,r=null!=(t=null==e?void 0:e.code)?t:null==e||null==(n=e.cause)?void 0:n.code;return"string"==typeof r&&r.length?r:null}(e);return!r||!Jn.has(r)}function $n(e){return new Promise(function(t){return setTimeout(t,e)})}function Vn(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}function Kn(e,t,n){if(!e.s){if(n instanceof Xn){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)}}var Xn=/*#__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 Yn(e){return e instanceof Xn&&1&e.s}var Zn,Qn,er=16777216,tr="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},nr={__proto__:null,default:{}},rr=(Zn=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=tr: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 v=new ArrayBuffer(68);a=new Uint8Array(v),m=new Uint32Array(v)}var g=Array.isArray;!o.JS_MD5_NO_NODE_JS&&g||(g=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(!g(e)&&!y(e))throw new Error(n);return[e,!1]},w=function(e){return function(t){return new P(!0).update(t)[e]()}},_=function(e){return function(t,n){return new E(t,!0).update(n)[e]()}};function P(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 P(!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}P.call(this,t),this.update(l),this.oKeyPad=u,this.inner=!0,this.sharedMemory=t}P.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},P.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()}},P.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)},P.prototype.toString=P.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]},P.prototype.array=P.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]},P.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},P.prototype.buffer=P.prototype.arrayBuffer,P.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 P).finalize=function(){if(P.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();P.call(this,this.sharedMemory),this.update(this.oKeyPad),this.update(e),P.prototype.finalize.call(this)}};var S=function(){var t=w("hex");s&&(t=function(t){var r,i=nr,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)),g(e)||y(e)||e.constructor===s?i.createHash("md5").update(r(e)).digest("hex"):t(e)}}(t)),t.create=function(){return new P},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}();S.md5=S,S.md5.hmac=function(){var e=_("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]=_(n)}return e}(),u?t.exports=S:o.md5=S}()},Zn(Qn={exports:{}}),Qn.exports);function or(e,t=0){return ur(e,t,2).getUint16(0,!0)}function ir(e,t=0){return ur(e,t,4).getUint32(0,!0)}function sr(e,t=0,n=e.byteLength){const r=e.slice(t,t+n);return lr.decode(new Uint8Array(r))}function ar(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 ur(e,t,n){const r=e.slice(t,t+n);return new DataView(new Uint8Array(r).buffer)}const lr=new TextDecoder("utf8"),cr=[["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 fr(e){return e.flatMap(([e,t,n,r={},o=[]])=>[[e,t,n,r],...o])}function dr(e,t){const n=or(e,26),r=sr(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=ir(e,18),r=ir(e,22),o=or(e,28);if(n===r){const r=sr(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 hr=function(e){return fr(e).map(([e,t,n,{offset:r=0}={}])=>n.length+r).reduce((e,t)=>t>e?t:e,0)}(cr);function pr(e,t){for(const[n,r,o,{exact:i=!0,offset:s=0}={},a=[]]of t)if(ar(e,o,s)){if("zip"===n&&!i)return dr(e.buffer,{ext:n,mime:r});if(!i&&a.length)for(const[t,n,r,{offset:o=0}={}]of a)if(ar(e,r,o))return{ext:t,mime:n};return{ext:n,mime:r}}}function mr(e){var t=rr.md5.create();return t.update(e),t.base64()}function vr(e,t){void 0===t&&(t=void 0);var n=function(e,{extra:t=!1,hint:n}={}){const r=new Uint8Array(e.slice(0,hr));if(n){const e=function(e,{ext:t,mime:n}){return t||n?fr(e).filter(e=>e[0]===t||e[1]===n):[]}(cr,n);if(e.length>0){const t=pr(r,e);if(void 0!==t)return t}}return pr(r,cr)||(t?function(e){return function(e){try{const t=sr(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=gr(t)),s}function gr(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(".md")?n="text/markdown":t.endsWith(".yaml")||t.endsWith(".yml")?n="application/yaml":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(".avif")?n="image/avif":t.endsWith(".bmp")?n="image/bmp":t.endsWith(".tiff")||t.endsWith(".tif")?n="image/tiff":t.endsWith(".ico")?n="image/x-icon":t.endsWith(".svg")?n="image/svg+xml":t.endsWith(".xml")?n="application/xml":t.endsWith(".hdr")?n="image/vnd.radiance":t.endsWith(".exr")?n="image/x-exr":t.endsWith(".ktx2")?n="image/ktx2":t.endsWith(".ktx")?n="image/ktx":t.endsWith(".dds")?n="image/vnd-ms.dds":t.endsWith(".ogg")?n="audio/ogg":t.endsWith(".mp3")?n="audio/mpeg":t.endsWith(".wav")?n="audio/wave":t.endsWith(".flac")?n="audio/flac":t.endsWith(".m4a")?n="audio/mp4":t.endsWith(".aac")?n="audio/aac":t.endsWith(".mp4")?n="video/mp4":t.endsWith(".webm")?n="video/webm":t.endsWith(".mov")?n="video/quicktime":t.endsWith(".woff2")?n="font/woff2":t.endsWith(".woff")?n="font/woff":t.endsWith(".ttf")?n="font/ttf":t.endsWith(".otf")?n="font/otf":t.endsWith(".zip")?n="application/zip":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":t.endsWith(".ply")?n="model/ply":t.endsWith(".dae")?n="model/vnd.collada+xml":t.endsWith(".3mf")?n="model/3mf":(t.endsWith(".splat")||t.endsWith(".spz")||t.endsWith(".ksplat")||t.endsWith(".sog")||t.endsWith(".sogs"))&&(n="application/octet-stream"),n}function yr(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}function br(e,t){for(var n=t;n<e.length&&0!==e[n];)n++;return n>=e.length?null:new TextDecoder("latin1").decode(e.subarray(t,n))}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));var wr=/*#__PURE__*/q(/^image_(\d+)_|^mesh_lod_(\d+)_/,{image_lod:1,mesh_lod:2});function _r(e,t,n){if(!e.s){if(n instanceof Pr){if(!n.s)return void(n.o=_r.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(_r.bind(null,e,t),_r.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}var Pr=/*#__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{_r(r,1,i(this.v))}catch(e){_r(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?_r(r,1,t?t(o):o):n?_r(r,1,n(o)):_r(r,2,o)}catch(e){_r(r,2,e)}},r},e}();function Er(e){return e instanceof Pr&&1&e.s}function Sr(e){return e.includes("\\u")?JSON.parse('"'+e+'"'):decodeURIComponent(e)}function jr(e){for(var t,n=Infinity,r=[],o=A(e);!(t=o()).done;){var i=t.value,s=i.path.split("/").length;s<n?(n=s,r=[i]):s===n&&r.push(i)}return r}var xr,Or=/*#__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))return"Calculating...";if(e<60)return Math.round(e)+"sec";var t=Math.floor(e/60);if(t<60)return t+"min";var n=Math.floor(t/60);if(n<24)return n+"h "+t%60+"min";var r=Math.floor(n/24);return r<=10?r+"d":"Calculating..."},e}(),Tr=function(e){void 0===e&&(e={});try{var t;return(null!=(t=e.isNode)?t:"undefined"!=typeof process&&null!=(n=process.versions)&&n.node)?xr?Promise.resolve(xr):Promise.resolve(Promise.all([import("node:http"),import("node:https")])).then(function(e){for(var t=e[1].default,n=new e[0].default.Agent({keepAlive:!0}),r=new t.Agent({keepAlive:!0}),o=0,i=[n,r];o<i.length;o++){var s=i[o];s.createConnection=kr(s.createConnection,Rr)}return xr={httpAgent:n,httpsAgent:r}}):Promise.resolve({})}catch(e){return Promise.reject(e)}var n},Rr=15e3;function kr(e,t,n){return void 0===n&&(n={setTimeout:setTimeout,clearTimeout:clearTimeout}),function(r,o){var i=e.call(this,r,o);if(!i||"function"!=typeof i.once)return i;var s=n.setTimeout(function(){var e=new Error("connect timeout: no connection within "+t/1e3+"s");e.code="ETIMEDOUT",i.destroy(e)},t),a=function(){return n.clearTimeout(s)};return i.once("connect",a),i.once("secureConnect",a),i.once("error",a),i.once("close",a),i}}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));const Ur="undefined"!=typeof Symbol?Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")):"@@iterator";function Ar(e,t,n){if(!e.s){if(n instanceof Wr){if(!n.s)return void(n.o=Ar.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(Ar.bind(null,e,t),Ar.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}var Wr=/*#__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{Ar(r,1,i(this.v))}catch(e){Ar(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?Ar(r,1,t?t(o):o):n?Ar(r,1,n(o)):Ar(r,2,o)}catch(e){Ar(r,2,e)}},r},e}();function Cr(e){return e instanceof Wr&&1&e.s}function Nr(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(!Cr(a))return void a.then(s,o||(o=Ar.bind(null,r=new Wr,2)));a=a.v}r?Ar(r,1,a):r=a}catch(e){Ar(r||(r=new Wr),2,e)}}(),r}function Lr(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}function zr(e,t){try{var n=e()}catch(e){return t(!0,e)}return n&&n.then?n.then(t.bind(null,!1),t.bind(null,!0)):t(!1,n)}var Ir=[],Fr=[".html",".js",".css"],Dr=[".gz",".br"];function Mr(e){return"path"in e&&e.path?e.path:e.name}function Br(e){var t,n=null==e||null==(t=e.config)?void 0:t.url;if(!n)return null;try{return new URL(n).host}catch(e){return null}}var qr={ECONNRESET:"connection reset before the upload completed",ECONNREFUSED:"connection refused by the storage host",ECONNABORTED:"connection aborted — timed out or closed mid-request",ENOTFOUND:"DNS lookup failed for the storage host",EAI_AGAIN:"DNS lookup failed temporarily — resolver unavailable",ETIMEDOUT:"connection timed out",EPIPE:"connection closed while sending the file",EHOSTUNREACH:"storage host unreachable from this network",ENETUNREACH:"network unreachable",EPROTO:"TLS or protocol error",ERR_NETWORK:"network error — the request never reached the storage host",CERT_HAS_EXPIRED:"the TLS certificate for the storage host has expired",UNABLE_TO_VERIFY_LEAF_SIGNATURE:"the TLS certificate for the storage host could not be verified",DEPTH_ZERO_SELF_SIGNED_CERT:"a self-signed TLS certificate was presented for the storage host",SELF_SIGNED_CERT_IN_CHAIN:"a self-signed TLS certificate was presented for the storage host"};function Jr(e){if(!e)return"unknown upload error";var t=[];try{var n=e.response,r=null==n?void 0:n.status,o=null==n?void 0:n.statusText;r&&t.push("HTTP "+r+(o?" "+o:""));var i=null==n?void 0:n.data;if(null!=i){var s,a,u;if("string"==typeof i)u=i;else try{u=JSON.stringify(i)}catch(e){u=String(i)}var l=null==(s=u.match(/<Code>([^<]+)<\/Code>/))?void 0:s[1],c=null==(a=u.match(/<Message>([^<]+)<\/Message>/))?void 0:a[1];if(l)t.push("S3 "+l+(c?": "+c:""));else if(function(e){return/^\s*(<!DOCTYPE\s+html|<html[\s>])/i.test(e)}(u)){var f=Br(e);t.push("blocked by a network filter or proxy"+(f?" before it reached "+f:"")+" — ask your network administrator to allow this host")}else u&&t.push(u.slice(0,200))}var d=null;if(!n&&(d=function(e){var t,n,r=null!=(t=null==e?void 0:e.code)?t:null==e||null==(n=e.cause)?void 0:n.code;return"string"==typeof r&&r.length?r:null}(e),d)){var h=qr[d];t.push(h?d+" ("+h+")":d);var p=Br(e);p&&t.push("while uploading to "+p)}var m=e.message?String(e.message):"",v=r&&/^Request failed with status code \d+$/.test(m)||null!==d&&m.includes(d);m&&!v&&t.push(m)}catch(e){}return 0===t.length&&e.message&&t.push(String(e.message)),t.length?t.join(" — "):"unknown upload error"}var Hr=12e4;function Gr(e,t){var n=null,r=!1,o=function(){n&&(clearTimeout(n),n=null)};return{reset:function(){r||(o(),n=setTimeout(function(){r=!0,n=null,t()},e))},cancel:o}}var $r=function(e,t,n,r,o){try{var i=new URL(""+e.baseUrl+t+"/"+encodeURIComponent(n));return Promise.resolve(fetch(i,W({},V,{method:"POST",headers:$(e),body:JSON.stringify(null!=r?r:{})}))).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 H(e.status,t,"Failed to "+o+" project ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}},Vr=["chat_url"];function Kr(e){return Xr.apply(this,arguments)}function Xr(){return Xr=D(/*#__PURE__*/I().mark(function e(t){var n,r,o,i,s,a,u,l,c,f;return I().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,U(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=A(a);case 16:if((l=u()).done){e.next=24;break}if(!(c=Yr(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=Yr(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]])})),Xr.apply(this,arguments)}function Yr(e){for(var t,n=null,r="",o=void 0,i=A(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"notice":a={type:"notice",message:decodeURIComponent(r)};break;case"stopped":a={type:"stopped"};break;case"tool_call":a=W({type:"tool_call"},JSON.parse(r));break;case"tool_result":a=W({type:"tool_result"},JSON.parse(r));break;case"elicitation":a=W({type:"elicitation"},JSON.parse(r));break;case"done":var u=JSON.parse(r),l=u.chat_url;a={type:"done",token_usage:z(u,Vr)},l&&(a.chat_url=l);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 Zr(e,t){var n=$(e);return null!=t&&t.personal&&(n["x-needle-ai-chat"]="personal"),null!=t&&t.instanceId&&(n["x-needle-instance-id"]=t.instanceId),n}var Qr=function(e,t){try{var n=new URL(e.baseUrl+G.ai.chat),r=Zr(e,t);return r["Content-Type"]="application/json",Promise.resolve(fetch(n,W({},V,{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)}},eo=function(e){try{var t=new URL(e.baseUrl+G.ai.list_chats),n=Zr(e);return Promise.resolve(fetch(t,W({},V,{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 to(e,t){return t.stream?function(e,t){return no.apply(this,arguments)}(e,t):Qr(e,t)}function no(){return(no=D(/*#__PURE__*/I().mark(function e(t,n){var r,o,i,s;return I().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=new URL(t.baseUrl+G.ai.chat),(o=Zr(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,U(fetch(r,W({},V,{method:"POST",headers:o,body:JSON.stringify(i)})));case 6:if((s=e.sent).ok){e.next=12;break}return e.next=10,U(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(T(R(Kr(s.body))),"t0",15);case 15:case"end":return e.stop()}},e)}))).apply(this,arguments)}var ro=function(){var e=globalThis.crypto;if(null!=e&&e.randomUUID)return e.randomUUID();var t=new Uint8Array(16);if(null!=e&&e.getRandomValues)e.getRandomValues(t);else for(var n=0;n<16;n++)t[n]=Math.floor(256*Math.random());t[6]=15&t[6]|64,t[8]=63&t[8]|128;var r=Array.from(t,function(e){return e.toString(16).padStart(2,"0")}).join("");return r.slice(0,8)+"-"+r.slice(8,12)+"-"+r.slice(12,16)+"-"+r.slice(16,20)+"-"+r.slice(20)}();function oo(e){if("string"!=typeof e||0===e.length)return null;try{return new URL(e).host}catch(e){return null}}function io(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=null,v=!1;function g(e){return y.apply(this,arguments)}function y(){return(y=D(/*#__PURE__*/I().mark(function e(t){var n,r,o,i,s,a;return I().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=!1,r=!1,e.prev=2,i=R(t);case 4:return e.next=6,U(i.next());case 6:if(!(n=!(s=e.sent).done)){e.next=14;break}return"done"===(a=s.value).type&&(h=a.token_usage,a.chat_url&&(p=a.chat_url)),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,U(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)),m=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=ro,v=null,g=!1,y=0,b=null,w=[].concat(void 0===o?[]:o),_=null,P=null;if("undefined"!=typeof document&&"function"==typeof document.addEventListener){var E=function(t){var n,r,o,i;r=e.baseUrl,o=oo(null==(n=t)?void 0:n.blockedURI),i=oo(r),null!==o&&null!==i&&o===i&&(_=t)};document.addEventListener("securitypolicyviolation",E),P=function(){return document.removeEventListener("securitypolicyviolation",E)}}function S(e){v&&1===v.readyState&&v.send(JSON.stringify(e))}function j(){S({type:"register",source:r,instanceId:m,tools:w})}return function t(){if(!g){if(v){try{v.close(1e3,"client reconnecting")}catch(e){}v=null}var n=function(){var t=""+e.baseUrl.replace(/\/$/,"").replace(/^http/,"ws")+G.ai.ws+"?token="+encodeURIComponent(e.authToken);return e.org&&(t+="&org="+encodeURIComponent(e.org)),t+"&instance="+encodeURIComponent(m)}();(v=new WebSocket(n)).onopen=function(){y=0,j(),null==s||s()},v.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||{},s={chatId:"string"==typeof t.chatId&&t.chatId?t.chatId:null,requestId:n};if(!i)return void S({type:"tool_error",requestId:n,error:"No tool handler registered"});Promise.resolve().then(function(){return i(r,o,s)}).then(function(e){if(e.error)S({type:"tool_error",requestId:n,error:e.error});else{var t=Array.isArray(e.images)&&e.images.length>0?e.images:void 0;S(W({type:"tool_result",requestId:n,result:e.result},t?{images:t}:{}))}}).catch(function(e){S({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))},v.onclose=function(e){var n,r;v=null,null==a||a(),"replaced"!==("string"==typeof(null==e?void 0:e.reason)?e.reason:null!=(n=null==e||null==(r=e.reason)||null==r.toString?void 0:r.toString())?n:"")&&4001!==(null==e?void 0:e.code)?!g&&c&&(y>=p?null==u||u(new Error("Max reconnect attempts ("+p+") reached")):(y++,b=setTimeout(function(){b=null,t()},d))):g=!0},v.onerror=function(t){null==u||u((null==t?void 0:t.error)||function(e,t){var n=String(null!=e?e:"").replace(/\/+$/,"");if(!t)return new Error("WebSocket error: can not connect to "+n+". Please try again later.");var r="string"==typeof t.violatedDirective&&t.violatedDirective?t.violatedDirective:"connect-src",o="string"==typeof t.documentHost&&t.documentHost||oo(t.documentURI)||"this page";return new Error("Blocked by the Content Security Policy of "+o+": it does not allow connections to "+n+" (violated "+r+"). This is a restriction of the page you are on, not a problem with Needle Cloud, so retrying will not help. Allow "+n+" in that page's "+r+", or use the inspector on another page.")}(e.baseUrl,_))}}}(),{instanceId:m,updateTools:function(e){w=[].concat(e),j()},sendPresence:function(e){S(W({type:"presence"},e))},close:function(){g=!0,b&&(clearTimeout(b),b=null),P&&(P(),P=null),v&&(v.close(1e3,"client closed"),v=null)},get connected(){return null!==v&&1===v.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 b={get ready(){return n},sendMessage:function(t,r,o){return D(/*#__PURE__*/I().mark(function s(){var a,u,l;return I().wrap(function(s){for(;;)switch(s.prev=s.next){case 0:return s.next=2,U(n);case 2:if(!v){s.next=4;break}throw new Error("ChatSession is closed");case 4:return l=to(e,{slug:t,message:r,stream:!0,source:i,personal:d,instanceId:null!=(a=null==(u=m)?void 0:u.instanceId)?a:null,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(T(R(g(l))),"t0",6);case 6:case"end":return s.stop()}},s)}))()},sendMessageSync:function(t,r,o){return Promise.resolve(n).then(function(){var n,s;if(v)throw new Error("ChatSession is closed");return Promise.resolve(to(e,{slug:t,message:r,stream:!1,source:i,personal:d,instanceId:null!=(n=null==(s=m)?void 0:s.instanceId)?n:null,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.chat_url&&(p=e.chat_url),e})})},interruptChat:function(t){try{return Promise.resolve(function(e,t,n){try{var r=new URL(e.baseUrl+G.ai.chat_stop),o=Zr(e,n);return o["Content-Type"]="application/json",Promise.resolve(fetch(r,W({},V,{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+G.ai.chat+"/"+encodeURIComponent(t)),o=Zr(e,n);return o.Accept="text/event-stream",Promise.resolve(fetch(r,W({},V,{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?Kr(e.body):null})}catch(e){return Promise.reject(e)}}(e,t,n):function(e,t,n){try{var r=new URL(e.baseUrl+G.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=Zr(e,n);return Promise.resolve(fetch(r,W({},V,{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})).then(function(e){return e.chat_url&&(p=e.chat_url),e})}catch(e){return Promise.reject(e)}},listChats:function(){try{return Promise.resolve(eo(e))}catch(e){return Promise.reject(e)}},newChat:function(){return(t=null==(e=globalThis.crypto)||null==e.randomUUID?void 0:e.randomUUID())?"chat-"+t:"chat-"+Date.now().toString(36)+"-"+Math.random().toString(36).slice(2,10);var e,t},updateTools:function(e){m&&m.updateTools(e)},get usage(){return h},get chatUrl(){return p},get toolsConnected(){var e,t;return null!=(e=null==(t=m)?void 0:t.connected)&&e},get instanceId(){var e,t;return null!=(e=null==(t=m)?void 0:t.instanceId)?e:null},close:function(){v=!0,m&&(m.close(),m=null)}};return b}var so=function(e,t){try{return Promise.resolve(t?{authToken:t,org:e||void 0}:P.requestAccessToken(e).then(function(t){return{authToken:t,org:e||void 0}}))}catch(e){return Promise.reject(e)}},ao=function(e,t){try{return Promise.resolve(so(t.org,t.authToken)).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||gr(e.name);e=new File([e.buffer],e.name,{type:n})}else e.type||(e=new File([e],e.name,{type:gr(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{for(var r,o,i=function(e){var t=[];return{files:e.filter(function(e){var n=e.name||"";return!(!n||n.endsWith("/"))||(t.push({name:n,reason:"directory-entry"}),!1)}),skipped:t}}(t.files),s=i.files,a=A(i.skipped);!(o=a()).done;)console.warn('[upload] Skipping directory entry: "'+o.value.name+'"');t.files=s;var u=(null==(r=n)?void 0:r.loglevel)||"none";if(!s.length)return"none"!=u&&console.error("No files to upload"),Promise.resolve({success:!1,error:"No files to upload"});if(!t.entrypoint){var l=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=A(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=A(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 v=function(e){for(var t,n=new Array,r=/(mesh_lod|image)_\d_(.{1,50})/,o=A(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]:null!=(a=jr(n)[0])?a:null;var a}(m);return v?t=v:(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 g=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")});if(g.length>=1)return t=function(e){for(var t,n,r=jr(e),o=function(){var e=s[i],t=r.find(function(t){return t.name.toLowerCase().endsWith("."+e)});if(t)return{v:t}},i=0,s=["usda","usdz","usd","usdc"];i<s.length;i++)if(n=o())return n.v;return null!=(t=r[0])?t:null}(g),t;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];var _=e.filter(function(e){var t=e.name.toLowerCase();return t.endsWith(".ply")||t.endsWith(".splat")||t.endsWith(".spz")||t.endsWith(".ksplat")||t.endsWith(".sog")||t.endsWith(".sogs")});if(_.length>1)return n="Invalid upload: Multiple splat files found. Upload them as separate content items.",console.error(n,_.map(function(e){return e.path||e.name})),{error:n};if(1===_.length)return _[0];if(1===e.length&&!e[0].arrayBuffer&&e[0].path.toLowerCase().startsWith("http"))return e[0];var P=e.filter(function(e){return e.name.toLowerCase().endsWith("package.json")});if(1===P.length)return P[0];if(P.length>1)return n="Invalid upload: Multiple package.json files found. This is currently not supported.",console.error(n,P),{error:n};var E=e.filter(function(e){return e.name.toLowerCase().endsWith(".mtlx")});if(E.length>1)return n="Invalid upload: Multiple mtlx files found. This is currently not supported.",console.error(n,E),{error:n};if(1===E.length)return E[0];var S=e.filter(function(e){var t=e.name.toLowerCase();return t.endsWith(".exr")||t.endsWith(".hdr")||t.endsWith(".hdri")});return S.length>1?(n="Invalid upload: Multiple HDRI files found. Upload them as separate content items.",console.error(n,S.map(function(e){return e.path||e.name})),{error:n}):1===S.length?t=S[0]:t||{error:"No supported file to upload found..."}}(s);if(null==l)return Promise.resolve({success:!1,error:"No entrypoint file found"});if("object"==typeof l&&"error"in l)return Promise.resolve({success:!1,error:l.error});"info"===u&&console.log("Entrypoint: "+l.name),t.entrypoint=l}return t.entrypoint&&!s.includes(t.entrypoint)&&s.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(Er(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Er(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Er(s)){r=2;break}}}var a=new Pr,u=_r.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&&!Er(s))return void s.then(f).then(void 0,u);if(!(o=e())||Er(o)&&!o.v)return void _r(a,1,i);if(o.then)return void o.then(c).then(void 0,u);Er(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):_r(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):_r(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)&&wr.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__*/q(/"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=A(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+"/"+Sr(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,v=A(e);!(m=v()).done;){var g=m.value;if(g.webkitRelativePath===p||g.name==p){h=!0,console.log("✅ Found dependency in name or webkit: "+g.name+" || "+g.webkitRelativePath+" ");break}if(g.path===p){h=!0,console.log("✅ Found dependency in path: "+g.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)}}(s)).then(function(r){var o,i,a,l,c,f;if("error"in r)return{success:!1,error:r.error||"Failed to validate files"};if(null!=(o=t.entrypoint)&&o.name.endsWith(".htm")||null!=(i=t.entrypoint)&&i.name.endsWith(".html")||null!=(a=t.entrypoint)&&a.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."};return Promise.resolve(function(e,t){void 0===t&&(t={});try{var n,r=function(e){return n?e:{files:f,entrypoint:d}},o=t.raw,i=t.loglevel,s=void 0===i?"none":i,a=t.entrypoint,u=void 0===a?null:a,l=function(){var e;"none"!==s&&(e=console).log.apply(e,[].slice.call(arguments))};if(void 0!==o&&o)return"none"!==s&&console.warn("Raw upload - skipping gzip compression of files"),Promise.resolve({files:e,entrypoint:u});var c=new Set(e.map(Mr)),f=[],d=u,h=function(e,t,n){if("function"==typeof e[Ur]){var r,o,i,s=e[Ur]();if(function e(a){try{for(;!((r=s.next()).done||n&&n());)if((a=t(r.value))&&a.then){if(!Cr(a))return void a.then(e,i||(i=Ar.bind(null,o=new Wr,2)));a=a.v}o?Ar(o,1,a):o=a}catch(e){Ar(o||(o=new Wr),2,e)}}(),s.return){var a=function(e){try{r.done||s.return()}catch(e){}return e};if(o&&o.then)return o.then(a,function(e){throw a(e)});a()}return o}if(!("length"in e))throw new TypeError("Object is not iterable");for(var u=[],l=0;l<e.length;l++)u.push(e[l]);return Nr(u,function(e){return t(u[e])},n)}(e,function(t){var r=Mr(t),o=t.name.toLowerCase();if(Fr.some(function(e){return o.endsWith(e)})){var i,a=Dr.find(function(e){return c.has(""+r+e)});if(!a)return l("gZip compressing file: "+t.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)||vr(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)}}(t).catch(function(e){return{error:"Error compressing "+t.name+": "+e.message}})).then(function(r){if(null===r)return"none"!==s&&console.error("Did not compress file: "+t.name),void f.push(t);if("error"in r)return n=1,{files:e,entrypoint:u,error:r.error};if(!r)return n=1,{files:e,entrypoint:u,error:"Failed to compress "+t.name};var o=u===t;f.push(r),o&&(d=r),l("gZip compressed file: "+t.name+" "+(o?"(entrypoint)":""))});l("Skipping gzip compression, using pre-compressed file: "+r+a),u===t&&(d=null!=(i=e.find(function(e){return Mr(e)===""+r+a}))?i:d)}else f.push(t)},function(){return n});return Promise.resolve(h&&h.then?h.then(r):r(h))}catch(e){return Promise.reject(e)}}(s,{raw:t.raw,loglevel:null!=(c=null==(f=n)?void 0:f.loglevel)?c:u,entrypoint:t.entrypoint})).then(function(r){var o,i,a,l,c,f,d;function h(r){function o(){return Promise.resolve(fetch(p+G.upload.request,W({},V,{method:"POST",headers:v,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 o;function i(i){return o?i:Promise.resolve(r.json()).then(function(r){var o,i;function a(){if(!_interrupt){var t,o=function(o){var i;if(t)return o;function a(t){var n;if(i)return t;function o(){var e;function t(t){return e?t:("none"!=u&&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:s.length,totalSize:c}}))}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)}h=!0,console.log("Upload Done: All files uploaded to "+r.id);var a=W({},$(e),{id:r.id});"none"!=u&&console.log("Completing upload - notify server");var l=null,f=0,d=function(e,t,n){for(var r;;){var o=e();if(Cr(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Cr(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Cr(s)){r=2;break}}}var a=new Wr,u=Ar.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&&!Cr(s))return void s.then(f).then(void 0,u);if(!(o=e())||Cr(o)&&!o.v)return void Ar(a,1,i);if(o.then)return void o.then(c).then(void 0,u);Cr(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):Ar(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):Ar(a,1,i)}}(function(){return!n&&f<5},function(){return f++},function(){return Promise.resolve(function(e){try{return Promise.resolve(new Promise(function(t){return setTimeout(t,e)}))}catch(e){return Promise.reject(e)}}(1e3*f)).then(function(){var e=AbortSignal.timeout(6e4+5e3*f);return Promise.resolve(fetch(p+G.upload.done,W({},V,{method:"POST",headers:a,signal:e})).catch(function(e){return console.error("Failed to complete upload ("+(f+1)+" / 5)",e.message),null})).then(function(e){var t,r;!0!==(null==(t=l=e)?void 0:t.ok)?"none"!=u&&f<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(o):o()}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 i=1,{success:!1,error:"Upload aborted"}})}();return l&&l.then?l.then(a):a(l)},i=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 i&&i.then?i.then(o):o(i)}}"debug"===u&&console.debug("BeginResponse",r);var l,c=s.reduce(function(e,t){return e+t.size},0);if("exists"===r.type)return"none"!=u&&console.log("Upload already exists",r.id),null!=(l=n)&&l.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:s.length,totalSize:c,url:r.url};var f=t.entrypoint.webkitRelativePath||t.entrypoint.name,d=0;null==(o=n)||null==(o=o.abort)||o.addEventListener("abort",function(){try{return console.log("Upload aborted: Cancelling upload"),Promise.resolve(fetch(p+G.upload.cancel,W({},V,{method:"POST",headers:{authorization:m,id:r.id}}))).then(function(){})}catch(e){return Promise.reject(e)}});var h=!1;function v(t,n,o){if(void 0===o&&(o=!1),!o&&Date.now()-y<1e3)return!1;if(!h||"completed"===n){y=Date.now();var i=Math.floor(d/c*100);return"debug"===u&&console.log("SET STATUS: "+n,t,i),Nn({identifier:r.id,status:n,status_message:t,progress:i},e),!0}"none"!=u&&console.warn("Invalid status update...")}var y=Date.now();null!=(i=n)&&i.onStart&&n.onStart(r.id,r.content_id);var w=Date.now(),_=new Or(s.length,c/1024/1024),P=new Array,E=!1,S=[].concat(s),j=s.length,x=function(e,t){void 0===t&&(t=25e3);var n=!1,r=setInterval(function(){if(!n)try{var e=v("Upload in progress","running",!0);e&&"function"==typeof e.then&&e.catch(function(e){console.warn("[upload] heartbeat tick failed:",e)})}catch(e){console.warn("[upload] heartbeat tick threw:",e)}},t);return r&&"function"==typeof r.unref&&r.unref(),function(){n||(n=!0,clearInterval(r))}}(),O=zr(function(){var o;function i(){return Promise.resolve(Promise.all(P).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 a=Nr(S,function(i){var a;if(null!=(a=n)&&null!=(a=a.abort)&&a.aborted)return console.debug("Upload aborted"),void(o=1);if(E)return console.debug("Upload failed"),void(o=1);if(P.length<10){console.debug("Uploading file "+i+"/"+s.length+": "+s[i].name);var l=0,h=0,p=g.files[i],m=p.filename,y=b[i],S=p.content_length,x=p.content_type,O=s[i],T=O.name.endsWith(".gz")?"gzip":O.name.endsWith(".br")?"br":void 0,R=function(e){try{if(e.fileSize>=67108864)return function(e){try{var t=function(e,t,n){try{return Promise.resolve(fetch(e,W({},V,{method:"POST",headers:t,body:JSON.stringify(n)}))).then(function(t){function n(e){return t.json()}var r=function(){if(!t.ok)return Promise.resolve(t.text().catch(function(){return""})).then(function(n){throw new Error(e+" "+t.status+": "+n)})}();return r&&r.then?r.then(n):n()})}catch(e){return Promise.reject(e)}},n=e.uploadId,r=e.entrypointPath,o=e.file,i=e.fileName,s=e.fileMd5,a=e.fileType,u=e.content_encoding,l=e.fileSize,c=e.args,f=e.options,d=e.onProgress,h=e.partSize,p=e.concurrency,m=e.maxRetries,v=e.retryDelayMs,g=e.putPart,y=c.baseUrl,b=function(){return W({},$(c),{"Content-Type":"application/json",org:c.org,job_id:n})},w=W({},b(),{filesize:l.toString()}),_=JSON.stringify({filename:i,entrypoint:r,"content-type":a,"content-md5":s,"content-encoding":u,output_index:0});return Promise.resolve(function(e){var t=e.size,n=e.slice,r=e.partSize,o=void 0===r?er:r,i=e.concurrency,s=void 0===i?4:i,a=e.maxRetries,u=void 0===a?5:a,l=e.retryDelayMs,c=void 0===l?1e3:l,f=e.createUpload,d=e.getPartUrls,h=e.putPart,p=e.completeUpload,m=e.abortUpload,v=e.onProgress,g=e.signal,y=e.checkCancelled,b=function(){try{var e;if(g&&g.aborted)return Promise.resolve(!0);var t=function(){if(y)return Vn(function(){return Promise.resolve(y()).then(function(t){return e=1,!!t})},function(){return e=1,!1})}();return Promise.resolve(t&&t.then?t.then(function(t){return!!e&&t}):!!e&&t)}catch(e){return Promise.reject(e)}};return Promise.resolve(b()).then(function(e){if(e)throw new Error("Upload aborted");var r=function(e,t){if(void 0===t&&(t=er),!Number.isFinite(e)||e<=0)return[];for(var n=Math.max(t,5242880,Math.ceil(e/1e4)),r=[],o=0,i=1;o<e;){var s=Math.min(o+n,e);r.push({partNumber:i,start:o,end:s,size:s-o}),o=s,i++}return r}(t,o);if(0===r.length)throw new Error("Nothing to upload (size <= 0)");return Promise.resolve(f()).then(function(e){var t=e.upload_id,o=e.key;return Promise.resolve(d(t,o,r.map(function(e){return e.partNumber}))).then(function(e){var i=new Map(e.map(function(e){return[e.part_number,e.url]})),a=[],l=0,f=null,d=[].concat(r),y=Math.max(1,Math.min(s,r.length));return Promise.resolve(Promise.all(Array.from({length:y},function(){return function(){try{var e;return Promise.resolve(function(e,t,n){for(var r;;){var o=e();if(Yn(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Yn(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Yn(s)){r=2;break}}}var a=new Xn,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&&!Yn(s))return void s.then(f).then(void 0,u);if(!(o=e())||Yn(o)&&!o.v)return void Kn(a,1,i);if(o.then)return void o.then(c).then(void 0,u);Yn(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)}}(function(){return!e&&d.length>0},void 0,function(){function t(t){if(t)e=1;else{var r=d.shift();if(r){var o=Vn(function(){return Promise.resolve(function(e){try{var t=i.get(e.partNumber);if(!t)throw new Error("Missing presigned url for part "+e.partNumber);var r=!1;return Promise.resolve(Fn(function(){return Promise.resolve(b()).then(function(o){if(o)throw r=!0,new Error("Upload aborted");return Vn(function(){var r=n(e.start,e.end);return Promise.resolve(h({url:t,payload:r,partNumber:e.partNumber,size:e.size,signal:g})).then(function(t){if(!t)throw new Error("No ETag returned for part "+e.partNumber);return t})},function(e){return Promise.resolve(b()).then(function(t){throw t&&(r=!0),e})})})},W({maxAttempts:u+1,baseMs:c,isRetryable:function(e){return!r&&Gn(e)}},c>0?{}:{sleep:function(){return Promise.resolve()}}))).then(function(t){if(!t.ok)throw t.error||new Error("Failed to upload part "+e.partNumber);a.push({part_number:e.partNumber,etag:t.value}),l+=e.size,v&&v(l)})}catch(e){return Promise.reject(e)}}(r)).then(function(){})},function(t){f=f||t,e=1});return o&&o.then?o.then(function(){}):void 0}e=1}}return f?t(f):Promise.resolve(b()).then(t)}))}catch(e){return Promise.reject(e)}}()}))).then(function(){function e(e){function n(e){return a.sort(function(e,t){return e.part_number-t.part_number}),Promise.resolve(p(t,o,a)).then(function(){return{ok:!0,key:o,upload_id:t,parts:r.length}})}var i=function(){if(e)return Promise.resolve(m(t,o).catch(function(){})).then(function(){throw f||new Error("Upload aborted")})}();return i&&i.then?i.then(n):n()}return f?e(f):Promise.resolve(b()).then(e)})})})})}({size:l,partSize:h,concurrency:p,maxRetries:m,retryDelayMs:v,slice:function(e,t){return o.slice(e,t)},signal:null==f?void 0:f.abort,onProgress:function(e){d&&d({loaded:e,total:l,progress:l?e/l:0})},createUpload:function(){try{return Promise.resolve(fetch(y+G.upload.multipart_create,W({},V,{method:"POST",headers:w,body:_}))).then(function(e){function t(t){return Promise.resolve(e.json()).then(function(e){return{upload_id:e.upload_id,key:e.key}})}var n=function(){if(!e.ok)return Promise.resolve(e.text().catch(function(){return""})).then(function(t){throw new Error("multipart/create "+e.status+": "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}},getPartUrls:function(e,n,r){try{return Promise.resolve(t(y+G.upload.multipart_part_urls,b(),{key:n,upload_id:e,part_numbers:r})).then(function(e){return e.urls})}catch(e){return Promise.reject(e)}},putPart:g||function(e){return function(e){var t=e.url,n=e.payload,r=e.partNumber,o=e.contentType,i=e.signal;try{var s=i,a=new AbortController,u=!1,l=function(){return a.abort()};s&&(s.aborted?a.abort():s.addEventListener("abort",l,{once:!0}));var c=Gr(Hr,function(){u=!0,a.abort()});return c.reset(),Promise.resolve(zr(function(){return Lr(function(){var e=Wn.put;return Promise.resolve(Tr()).then(function(r){return Promise.resolve(e.call(Wn,t,n,W({},V,r,{withCredentials:!1,signal:a.signal,headers:{"Content-Type":o},onUploadProgress:function(){return c.reset()}}))).then(function(e){var t,n;if(200!==e.status)throw new Error(Jr({response:e}));var r=(null==(t=e.headers)?void 0:t.etag)||(null==(n=e.headers)?void 0:n.ETag);if(!r)throw new Error("part PUT returned no ETag (is the bucket's CORS exposeHeaders:etag set?)");return r})})},function(e){if(null!=s&&s.aborted)throw e;if(u)throw new Error("Part "+r+" stalled: no progress for 120s");throw new Error(Jr(e))})},function(e,t){if(c.cancel(),s&&s.removeEventListener("abort",l),e)throw t;return t}))}catch(e){return Promise.reject(e)}}({url:e.url,payload:e.payload,partNumber:e.partNumber,signal:e.signal,contentType:a})},completeUpload:function(e,n,r){try{return t(y+G.upload.multipart_complete,b(),{key:n,upload_id:e,parts:r})}catch(e){return Promise.reject(e)}},abortUpload:function(e,t){try{return Promise.resolve(fetch(y+G.upload.multipart_abort,W({},V,{method:"POST",headers:b(),body:JSON.stringify({key:t,upload_id:e})})).catch(function(){})).then(function(){})}catch(e){return Promise.reject(e)}}})).then(function(){return!0})}catch(e){return Promise.reject(e)}}(e);var t=e.uploadId,n=e.uploadRequestPUTUrl,r=e.entrypointPath,o=e.file,i=e.fileName,s=e.fileBuffer,a=e.fileMd5,u=e.fileSize,l=e.fileType,c=e.content_encoding,f=e.fileIndex,d=e.fileNumber,h=e.fileCount,p=e.loglevel,m=e.args,v=e.options,g=e.experimental;"info"===p&&console.log('Uploading file "'+o.name+'" type='+l+" ("+u+") "+o.type+" with hash "+a);var y=W({},$(m),{"Content-Type":"application/json",org:m.org,job_id:t,filesize:u.toString(),progress:(f/h*100).toFixed(0)}),b={filename:i,entrypoint:r,"content-type":l,"content-md5":a,"content-encoding":c,output_index:0};"debug"===p&&console.debug("Requesting presigned URL with headers",y);var w=JSON.stringify(b),_=null,P="";return Promise.resolve(Fn(function(){try{var e;if(null!=v&&null!=(e=v.abort)&&e.aborted)throw new Cn("Upload aborted");return Promise.resolve(fetch(n,W({},V,{method:"POST",headers:y,body:w}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text().catch(function(){return""})).then(function(t){throw P=t,{response:{status:e.status,statusText:e.statusText,data:t}}})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}},{baseMs:500,onRetry:function(e){var t=e.attempt,n=e.waitMs;console.warn('Failed to get presigned url for "'+i+'" "'+l+'": '+Jr(e.error)+"\n→ Retry #"+t+" in "+n+"ms")}})).then(function(n){if(n.ok)_=n.value;else if(n.error instanceof Cn)throw n.error;if(null==_){var r=P||Jr(n.error);throw new Error('Failed to get presigned url for "'+i+'" "'+l+'" \n'+r)}var o=_.presigned_url,f=!1,y=null,b=[],w=0;return Promise.resolve(Fn(function(t){try{var n;if(null!=v&&null!=(n=v.abort)&&n.aborted)throw new Cn("Upload aborted");var r={"Content-Type":l,"Content-MD5":a};g&&(r["Content-Length"]=u.toString()),c&&(r["Content-Encoding"]=c),1===t&&"none"!=p&&console.log("Uploading file "+d+"/"+h+": "+i),"debug"===p&&console.debug("PUT with headers",r);var f=new AbortController,m=!1,w=function(){return f.abort()};null!=v&&v.abort&&(v.abort.aborted?f.abort():v.abort.addEventListener("abort",w,{once:!0}));var _=Gr(Hr,function(){m=!0,f.abort()});return _.reset(),Promise.resolve(zr(function(){return Lr(function(){var t=Wn.put;return Promise.resolve(Tr()).then(function(n){return Promise.resolve(t.call(Wn,o,s,W({},V,n,{withCredentials:!1,signal:f.signal,headers:r,onUploadProgress:function(t){_.reset(),e.onProgress(t)}}))).then(function(e){if(200!==e.status)throw{response:e};return e})})},function(e){var t;if(null!=v&&null!=(t=v.abort)&&t.aborted)throw new Cn("Upload aborted");if(m)throw b.push(y="stalled: no upload progress for 120s"),"none"!==p&&console.error("Upload stalled (PUT) ("+d+", "+i+") after 120s with no progress"),new Error(y);throw y=Jr(e),b.push(y),e instanceof Cn||("none"!==p&&console.error("Failed to upload file (PUT) ("+d+", "+i+') "'+y+'"'),"debug"===p&&(console.log(r,{fileSize:u}),e.response?console.debug(e.response):console.debug(e))),e})},function(e,t){if(_.cancel(),null!=v&&v.abort&&v.abort.removeEventListener("abort",w),e)throw t;return t}))}catch(e){return Promise.reject(e)}},{onRetry:function(e){"none"!==p&&console.log("Retry PUT #"+e.attempt+" for file "+i+" in "+e.waitMs+"ms")}})).then(function(e){if(w=e.attempts,e.ok)f=!0,"info"===p&&console.log("Uploaded file "+d+"/"+h+' "'+i+'" ('+l+", "+yr(u)+")");else if(e.error instanceof Cn)throw e.error;var n=function(){if(!f){var e,n=null!=(e=function(e){if(!Array.isArray(e))return null;for(var t,n=[],r=A(e);!(t=r()).done;){var o=t.value;if("string"==typeof o){var i=o.trim();i&&!n.includes(i)&&n.push(i)}}return n.length?n.join("; "):null}(b))?e:y,r=function(e,t,n){var r="string"==typeof t?t.trim():"",o="number"==typeof n&&n>1?" after "+n+" attempts":"";return r?"Failed to upload file "+e+o+": "+(r.length>400?r.slice(0,400)+"…":r):"Failed to upload file "+e+o}(i,n,w);return console.error(r),Promise.resolve(Nn({identifier:t,status:"failed",status_message:(o=r,s="string"==typeof o?o:String(null!=o?o:""),s.length<=255?s:s.slice(0,254)+"…"),error:"Failed to upload file "+i},m)).then(function(){throw new Error(r)})}var o,s}();return!n||!n.then||n.then(function(e){return!0})})})}catch(e){return Promise.reject(e)}}({uploadId:r.id,uploadRequestPUTUrl:r.request_put_url,entrypointPath:f,file:s[i],fileName:m,fileMd5:p.content_md5,fileBuffer:y,fileType:x,content_encoding:T,fileSize:S,fileIndex:i,fileNumber:i+1,fileCount:j,loglevel:u,experimental:t.experimental,args:e,options:n,onProgress:function(e){var t,r=e.progress||0,o=(l=s[i].size*r)-h;if(h=l,d+=o,null!=(t=n)&&t.progress){var a=d/c,u=s.length,f=s[i].size,p=(Date.now()-w)/1e3,g=_.updateProgress(d/1024/1024);n.progress({uploadedBytes:d,totalBytes:c,progress01:a,fileName:s[i].name,fileSize:f,fileProgress01:r,fileIndex:i,totalFiles:u,estimatedTimeLeftDisplay:g.estimatedTimeRemainingString,estimatedTimeLeft:g.estimatedTimeRemaining,elapsedTime:p}),v("Uploading file "+(i+1)+"/"+u+" ("+m+"): "+(100*r).toFixed(0)+"% of "+yr(c)+". Finished in approx. "+g.estimatedTimeRemainingString,"running",!1)}}}).then(function(e){if(!0!==e)return e;for(var t=P.length-1;t>=0;t--)P[t]===R&&P.splice(t,1);v("Uploaded "+yr(d)+" of "+yr(c)+" for "+s[i].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)});P.push(R)}var k=function(){if(P.length>=10)return Promise.resolve(Promise.race(P)).then(function(){})}();return k&&k.then?k.then(function(){}):void 0},function(){return o});return a&&a.then?a.then(i):i()},function(e,t){if(x(),e)throw t;return t});return O&&O.then?O.then(a):a()})}if(null===r||"string"==typeof r)return{success:!1,error:r||"Failed to begin upload"};var a=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 o=1,{success:!1,status:r.status,error:t.error}}return"none"!=u&&console.error("Failed to begin upload\n",r.status,e),o=1,{success:!1,status:r.status,error:""+e}})}();return a&&a.then?a.then(i):i(a)})}var i=Lr(function(){return Promise.resolve(function(e){try{var t,n=function(e){var n,o,i,s,a;return t?e:null!=(n=null!=(o=null!=(i=null!=(s=null!=(a=function(e){if(e.length<24)return null;if(137!==e[0]||80!==e[1]||78!==e[2]||71!==e[3])return null;if(13!==e[4]||10!==e[5]||26!==e[6]||10!==e[7])return null;var t=new DataView(e.buffer,e.byteOffset),n=t.getUint32(16,!1),r=t.getUint32(20,!1);return n&&r?{width:n,height:r}:null}(r))?a:function(e){if(e.length<28)return null;for(var t=[171,75,84,88,32,50,48,187,13,10,26,10],n=0;n<t.length;n++)if(e[n]!==t[n])return null;var r=new DataView(e.buffer,e.byteOffset),o=r.getUint32(20,!0),i=r.getUint32(24,!0);return o&&i?{width:o,height:i}:null}(r))?s:function(e){if(e.length<16)return null;if(118!==e[0]||47!==e[1]||49!==e[2]||1!==e[3])return null;for(var t=new DataView(e.buffer,e.byteOffset),n=8;n<e.length;){var r=br(e,n);if(null===r)return null;if(0===r.length)return null;var o=br(e,n+=r.length+1);if(null===o)return null;if((n+=o.length+1)+4>e.length)return null;var i=t.getInt32(n,!0);if(n+=4,i<0||n+i>e.length)return null;if("dataWindow"===r&&"box2i"===o&&16===i){var s=t.getInt32(n,!0),a=t.getInt32(n+4,!0),u=t.getInt32(n+8,!0)-s+1,l=t.getInt32(n+12,!0)-a+1;return u<=0||l<=0?null:{width:u,height:l}}n+=i}return null}(r))?i:function(e){if(e.length<30)return null;if(82!==e[0]||73!==e[1]||70!==e[2]||70!==e[3])return null;if(87!==e[8]||69!==e[9]||66!==e[10]||80!==e[11])return null;var t=String.fromCharCode(e[12],e[13],e[14],e[15]);if("VP8 "===t){var n=16383&(e[26]|e[27]<<8),r=16383&(e[28]|e[29]<<8);return n&&r?{width:n,height:r}:null}return"VP8L"===t?47!==e[20]?null:{width:1+(16383&(e[21]|e[22]<<8)),height:1+(16383&(e[22]>>6|e[23]<<2|(15&e[24])<<10))}:"VP8X"===t?{width:1+(e[24]|e[25]<<8|e[26]<<16),height:1+(e[27]|e[28]<<8|e[29]<<16)}:null}(r))?o:function(e){if(e.length<4)return null;if(255!==e[0]||216!==e[1])return null;for(var t=2;t<e.length-8;){for(;t<e.length&&255===e[t];)t++;if(t>=e.length)return null;var n=e[t++];if(!(1===n||n>=208&&n<=217)){if(t+2>e.length)return null;var r=e[t]<<8|e[t+1];if(r<2||t+r>e.length)return null;if(n>=192&&n<=207&&196!==n&&200!==n&&204!==n){if(t+7>e.length)return null;var o=e[t+3]<<8|e[t+4],i=e[t+5]<<8|e[t+6];return i&&o?{width:i,height:o}:null}t+=r}}return null}(r))?n:function(e){if(e.length<10)return null;if(35!==e[0]||63!==e[1])return null;var t=new TextDecoder("latin1").decode(e.subarray(0,Math.min(e.length,4096))).match(/[+-]Y\s+(\d+)\s+[+-]X\s+(\d+)/);if(!t)return null;var n=parseInt(t[1],10),r=parseInt(t[2],10);return r&&n?{width:r,height:n}:null}(r)};if(!e||"function"!=typeof e.slice||"number"!=typeof e.size)return Promise.resolve(null);var r,o=Math.min(e.size,65536);if(o<=0)return Promise.resolve(null);var i=function(t,n){try{var i=Promise.resolve(e.slice(0,o).arrayBuffer()).then(function(e){r=new Uint8Array(e)})}catch(e){return n()}return i&&i.then?i.then(void 0,n):i}(0,function(){return t=1,null});return Promise.resolve(i&&i.then?i.then(n):n(i))}catch(e){return Promise.reject(e)}}(t.entrypoint)).then(function(e){e&&(g.width=e.width,g.height=e.height)})},function(e){"debug"===u&&console.warn("readImageResolution failed; uploading without dimensions",e)});return i&&i.then?i.then(o):o()}if(r.error)return{success:!1,error:r.error,status:500};t.files=s=r.files,t.entrypoint=r.entrypoint,s.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,v=W({},$(e),{triggered_by:t.triggered_by,filename:""+encodeURIComponent(t.entrypoint.name),"total-files":s.length.toString(),"total-files-size":s.reduce(function(e,t){return e+t.size},0).toString()});null!=(o=n)&&o.content_id&&(v.content_id=n.content_id),null!=(i=n)&&i.type&&(v.type=n.type),null!=(a=n)&&a.name&&(v.name=encodeURIComponent(n.name)),null!=(l=n)&&l.parent_job_id&&(v.parent_job_id=n.parent_job_id);var g={entrypoint:(null==(c=t.entrypoint)?void 0:c.path)||(null==(f=t.entrypoint)?void 0:f.name),files:[]};null!=(d=n)&&d.content_type&&(g.content_type=n.content_type);var y={outputs:[g]},b=[],w=Nr(s,function(e){var t,r=s[e],o=r.path||r.webkitRelativePath||r.name;if(null!=(t=o)&&t.includes(":"))throw new Error("Invalid filename: "+o);return Promise.resolve(r.arrayBuffer()).then(function(t){var i,s,a,u,l,c=r.size,f=r.type;if(null!=(i=f)&&i.length&&"unknown"!==f.toLowerCase()||(f=vr(t,o)),"deployment"===(null==(s=n)?void 0:s.type)){var d=(u=f,l=(a=o).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(".avif.gz")||l.endsWith(".avif.br")?(u="image/avif",a=a.substring(0,a.length-3)):l.endsWith(".bmp.gz")||l.endsWith(".bmp.br")?(u="image/bmp",a=a.substring(0,a.length-3)):l.endsWith(".tiff.gz")||l.endsWith(".tiff.br")||l.endsWith(".tif.gz")||l.endsWith(".tif.br")?(u="image/tiff",a=a.substring(0,a.length-3)):l.endsWith(".hdr.gz")||l.endsWith(".hdr.br")?(u="image/vnd.radiance",a=a.substring(0,a.length-3)):l.endsWith(".exr.gz")||l.endsWith(".exr.br")?(u="image/x-exr",a=a.substring(0,a.length-3)):l.endsWith(".ktx2.gz")||l.endsWith(".ktx2.br")?(u="image/ktx2",a=a.substring(0,a.length-3)):l.endsWith(".ktx.gz")||l.endsWith(".ktx.br")?(u="image/ktx",a=a.substring(0,a.length-3)):l.endsWith(".dds.gz")||l.endsWith(".dds.br")?(u="image/vnd-ms.dds",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(".m4a.gz")||l.endsWith(".m4a.br")?(u="audio/mp4",a=a.substring(0,a.length-3)):l.endsWith(".aac.gz")||l.endsWith(".aac.br")?(u="audio/aac",a=a.substring(0,a.length-3)):l.endsWith(".woff2.gz")||l.endsWith(".woff2.br")?(u="font/woff2",a=a.substring(0,a.length-3)):l.endsWith(".woff.gz")||l.endsWith(".woff.br")?(u="font/woff",a=a.substring(0,a.length-3)):l.endsWith(".ttf.gz")||l.endsWith(".ttf.br")?(u="font/ttf",a=a.substring(0,a.length-3)):l.endsWith(".otf.gz")||l.endsWith(".otf.br")?(u="font/otf",a=a.substring(0,a.length-3)):l.endsWith(".md.gz")||l.endsWith(".md.br")?(u="text/markdown",a=a.substring(0,a.length-3)):l.endsWith(".yaml.gz")||l.endsWith(".yaml.br")||l.endsWith(".yml.gz")||l.endsWith(".yml.br")?(u="application/yaml",a=a.substring(0,a.length-3)):l.endsWith(".zip.gz")||l.endsWith(".zip.br")?(u="application/zip",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(".usda.gz")||l.endsWith(".usda.br")?(u="model/vnd.usd-usda",a=a.substring(0,a.length-3)):l.endsWith(".usdc.gz")||l.endsWith(".usdc.br")?(u="model/vnd.usd-usdc",a=a.substring(0,a.length-3)):l.endsWith(".usd.gz")||l.endsWith(".usd.br")?(u="model/vnd.usd-usd",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)):l.endsWith(".ply.gz")||l.endsWith(".ply.br")?(u="model/ply",a=a.substring(0,a.length-3)):l.endsWith(".dae.gz")||l.endsWith(".dae.br")?(u="model/vnd.collada+xml",a=a.substring(0,a.length-3)):l.endsWith(".3mf.gz")||l.endsWith(".3mf.br")?(u="model/3mf",a=a.substring(0,a.length-3)):(l.endsWith(".splat.gz")||l.endsWith(".splat.br")||l.endsWith(".spz.gz")||l.endsWith(".spz.br")||l.endsWith(".ksplat.gz")||l.endsWith(".ksplat.br")||l.endsWith(".sog.gz")||l.endsWith(".sog.br")||l.endsWith(".sogs.gz")||l.endsWith(".sogs.br"))&&(u="application/octet-stream",a=a.substring(0,a.length-3)),{filename:a,mimetype:u}):null);d&&(o=d.filename,f=d.mimetype)}var h=mr(t);b[e]=t,g.files[e]={filename:o,content_type:f,content_length:c,content_md5:h}})},function(){});return w&&w.then?w.then(h):h()})})}catch(e){return Promise.reject(e)}}(e,t,n);return Ir.push(r),Promise.resolve(r.finally(function(){var e=Ir.indexOf(r);e>=0&&Ir.splice(e,1)}))}catch(e){return Promise.reject(e)}}(W({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)}},uo=function(e){try{return Promise.resolve(so()).then(function(t){if(!t)return!1;var n=Array.isArray(e.product)?e.product:[e.product];return n.push.apply(n,s),K(W({baseUrl:"https://cloud.needle.tools/api"},t),{type:"user","x-needle-product":n.join(",")}).then(function(e){for(var t,n=A(e);!(t=n()).done;)if(t.value.valid)return!0;return!1})})}catch(e){return Promise.reject(e)}},lo=function(e){try{return Promise.resolve(so()).then(function(t){if(!t)return null;var n=Array.isArray(e.product)?e.product:[e.product];return n.push.apply(n,s),K(W({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)}},co=function(e){try{return Promise.resolve(so(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")+G.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:W({},$({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)}}(W({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)}},fo=function(e,t){try{return Promise.resolve(po(null==t?void 0:t.org)).then(function(n){return Promise.resolve(so(n,null==t?void 0:t.authToken)).then(function(t){return io(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})})}catch(e){return Promise.reject(e)}},ho=function(e){try{return Promise.resolve(po(null==e?void 0:e.org)).then(function(t){return Promise.resolve(so(t,null==e?void 0:e.authToken)).then(function(e){return eo(W({baseUrl:"https://cloud.needle.tools/api"},e))})})}catch(e){return Promise.reject(e)}},po=function(e){try{return Promise.resolve(e||P.getDefaultTeamId())}catch(e){return Promise.reject(e)}};function mo(e){return function(e,t){void 0===t&&(t={});try{var n=new URL("https://cloud.needle.tools/api"+G.public.content_list);if(t.content_type&&n.searchParams.set("content_type",t.content_type),t.content_format&&n.searchParams.set("content_format",t.content_format),t.org_id){var r=(Array.isArray(t.org_id)?t.org_id:[t.org_id]).map(function(e){return e.trim()}).filter(function(e){return e.length>0}).join(",");r&&n.searchParams.set("org_id",r)}return t.search&&n.searchParams.set("search",t.search),t.limit&&n.searchParams.set("limit",String(t.limit)),t.cursor&&n.searchParams.set("cursor",t.cursor),!0===t.include_protected&&n.searchParams.set("include_protected","true"),Promise.resolve(fetch(n,W({},V,{method:"GET"}))).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 public content ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(0,e)}function vo(e){return function(e,t){try{var n="https://cloud.needle.tools/api"+G.public.content_list+"/"+encodeURIComponent(t);return Promise.resolve(fetch(n,W({},V,{method:"GET"}))).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 get public content ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(0,e)}var go=["org","authToken"],yo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=""+e.baseUrl+G.content.root+"/"+t,r=$(e);return Promise.resolve(fetch(n,W({},V,{method:"GET",headers:r}))).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 get content ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},bo=function(e){void 0===e&&(e={});try{var t=e.org,n=e.authToken,r=z(e,go);return Promise.resolve(so(t,n)).then(function(e){if(null==e||!e.authToken)throw new Error("Not authenticated");return function(e,t){void 0===t&&(t={});try{var n=new URL(e.baseUrl+G.content.root);t.content_type&&n.searchParams.set("content_type",t.content_type),t.content_format&&n.searchParams.set("content_format",t.content_format),t.search&&n.searchParams.set("search",t.search),t.tags&&n.searchParams.set("tags",t.tags),t.types&&n.searchParams.set("types",t.types),t.trash&&n.searchParams.set("trash","true"),t.is_public&&n.searchParams.set("is_public","true"),t.page&&n.searchParams.set("page",String(t.page)),t.limit&&n.searchParams.set("limit",String(t.limit)),t.collection_id&&n.searchParams.set("collection_id",t.collection_id),t.offset&&n.searchParams.set("offset",String(t.offset));var r=$(e);return Promise.resolve(fetch(n,W({},V,{method:"GET",headers:r}))).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 content ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},e),r)})}catch(e){return Promise.reject(e)}},wo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+G.projects.revisions);return n.searchParams.set("project",t),Promise.resolve(fetch(n,W({},V,{method:"GET",headers:$(e)}))).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 H(e.status,t,"Failed to list project revisions ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},_o=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+G.projects.blobs_download);return n.searchParams.set("hash",t),Promise.resolve(fetch(n,W({},V,{method:"GET",headers:$(e)}))).then(function(e){function t(t){return Promise.resolve(e.json())}if(404===e.status)return null;var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new H(e.status,t,"Failed to request blob download ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Po=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+G.projects.blobs_complete);return Promise.resolve(fetch(n,W({},V,{method:"POST",headers:$(e),body:JSON.stringify({hash:t})}))).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 H(e.status,t,"Failed to complete blob upload ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Eo=function(e,t,n){void 0===n&&(n={});try{return Promise.resolve(so(n.org,n.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(e,t,n){try{var r=new URL(e.baseUrl+G.projects.blobs_upload);return Promise.resolve(fetch(r,W({},V,{method:"POST",headers:$(e),body:JSON.stringify({hash:t,size: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 H(e.status,t,"Failed to request blob upload ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},n),e,t)})}catch(e){return Promise.reject(e)}},So=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+G.projects.blobs_check);return Promise.resolve(fetch(n,W({},V,{method:"POST",headers:$(e),body:JSON.stringify({hashes:t})}))).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 H(e.status,t,"Failed to check project blobs ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},jo=function(e,t,n){void 0===n&&(n={});try{return Promise.resolve(so(n.org,n.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(e,t,n){return $r(e,G.projects.update,t,n,"update")}(W({baseUrl:"https://cloud.needle.tools/api"},n),e,t)})}catch(e){return Promise.reject(e)}},xo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(e,t,n){return void 0===n&&(n={}),$r(e,G.projects.clone,t,n,"clone")}(W({baseUrl:"https://cloud.needle.tools/api"},n),e,{name:t.name})})}catch(e){return Promise.reject(e)}},Oo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){return $r(e,G.projects.unarchive,t,{},"unarchive")}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},To=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){return $r(e,G.projects.archive,t,{},"archive")}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Ro=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){return $r(e,G.projects.restore,t,{},"restore")}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},ko=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(""+e.baseUrl+G.projects.delete+"/"+encodeURIComponent(t));return Promise.resolve(fetch(n,W({},V,{method:"POST",headers:$(e),body:JSON.stringify({})}))).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 H(e.status,t,"Failed to delete project ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Uo=function(e,t,n){void 0===n&&(n={});try{return Promise.resolve(so(n.org,n.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(r,o){try{var i=Promise.resolve(function(e,t,n){try{var r=new URL(e.baseUrl+G.projects.pull);return r.searchParams.set("project",t),void 0!==n&&r.searchParams.set("revision",String(n)),Promise.resolve(fetch(r,W({},V,{method:"GET",headers:$(e)}))).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 H(e.status,t,"Failed to pull project revision ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},n),e,t))}catch(e){return o(e)}return i&&i.then?i.then(void 0,o):i}(0,function(e){if(e instanceof H&&404===e.status)return null;throw e})})}catch(e){return Promise.reject(e)}},Ao=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+G.projects.push);return Promise.resolve(fetch(n,W({},V,{method:"POST",headers:$(e),body:JSON.stringify(t)}))).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 H(e.status,t,"Failed to push project revision ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Wo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(so(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+G.projects.head);return n.searchParams.set("project",t),Promise.resolve(fetch(n,W({},V,{method:"GET",headers:$(e)}))).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 H(e.status,t,"Failed to get project head ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Co=function(e){void 0===e&&(e={});try{return Promise.resolve(so(e.org,e.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){void 0===t&&(t={});try{var n=new URL(e.baseUrl+G.projects.list);return t.kind&&n.searchParams.set("kind",t.kind),t.state&&n.searchParams.set("state",t.state),Promise.resolve(fetch(n,W({},V,{method:"GET",headers:$(e)}))).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 H(e.status,t,"Failed to list projects ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},t),{kind:e.kind,state:e.state})})}catch(e){return Promise.reject(e)}},No=function(e,t){try{if(null==t||!t.kind)throw new Error("createProject: 'kind' is required (product discriminator, e.g. \"web-project\")");return Promise.resolve(so(t.org,t.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+G.projects.create);return Promise.resolve(fetch(n,W({},V,{method:"POST",headers:$(e),body:JSON.stringify(t)}))).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 H(e.status,t,"Failed to create project ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(W({baseUrl:"https://cloud.needle.tools/api"},n),{name:e,kind:t.kind})})}catch(e){return Promise.reject(e)}},Lo=function(e){try{var t=new URL("https://cloud.needle.tools/api"+G.account.buy_licenses);return Promise.resolve(so()).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:W({"Content-Type":"application/json"},$(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{P as Auth,i as AuthScopes,J as NeedleLoginButton,To as archiveProject,So as checkProjectBlobs,xo as cloneProject,Po as completeProjectBlobUpload,fo as createChatSession,No as createProject,ko as deleteProject,yo as getContent,co as getDeployments,Wo as getProjectHead,vo as getPublicContent,lo as getUserLicenses,ho as listChats,bo as listContent,wo as listProjectRevisions,Co as listProjects,mo as listPublicContent,uo as ownsProduct,Uo as pullProjectRevision,Ao as pushProjectRevision,_o as requestProjectBlobDownload,Eo as requestProjectBlobUpload,Ro as restoreProject,Lo as startCheckoutSession,Oo as unarchiveProject,jo as updateProject,ao 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="[Needle Cloud]",u="https://auth.needle.tools",l=void 0,c=[],f=null,h=null,d=null,p=null,m=new Array;function v(){m.forEach(function(e){try{e()}catch(e){console.error(e)}})}var g=!1,b=Promise.resolve();function y(e){var t=b.then(function(){var t,n=null==(t=globalThis.navigator)?void 0:t.locks;return null!=n&&n.request?n.request("needle-auth:token-exchange:"+l,e):e()});return b=t.then(function(){},function(){}),t}var w,P,_,j,E,S=(w=function(e){return g&&console.debug(a,"requestAccessToken",{org_id:e}),y(function(){return e?U().getOrganizationToken(e):U().getAccessToken("https://cloud.needle.tools/api",e||void 0)}).catch(function(e){throw T(e),e})},P=new Map,function(e){var t=null==e?"\0none":String(e),n=P.get(t);if(n)return n;var r=function(){try{return Promise.resolve(w(e))}catch(e){return Promise.reject(e)}}().finally(function(){P.get(t)===r&&P.delete(t)});return P.set(t,r),r});function T(e){return!!function(e){var t,n;if(!e||"object"!=typeof e)return!1;var r=e,o=function(e){if("string"!=typeof e)return!1;var t=e.replace(/^oidc\./,"");return"invalid_grant"===t||"invalid_target"===t};return o(r.code)||o(null==(t=r.data)?void 0:t.error)||o(null==(n=r.data)?void 0:n.code)}(e)&&(console.warn(a,"Stored session is no longer valid — clearing tokens (sign in again)"),o=!1,U().clearAllTokens().catch(function(){}),!0)}var x=function(){var e,t;return null!=(e=null==(t=globalThis.location)?void 0:t.origin)?e:""},k={setDebug:function(e){g=e},get baseUrl(){var e;return null!=(e=_)?e:_=x()},set baseUrl(e){_=e},get redirectUri(){var e;return null!=(e=j)?e:j=x()},set redirectUri(e){j=e},get postSignOutRedirectUri(){var e;return null!=(e=E)?e:E=x()},set postSignOutRedirectUri(e){E=e},onChanged:function(e){return m.includes(e)||m.push(e),function(){for(;;){var t=m.indexOf(e);if(!(t>=0))break;m.splice(t,1)}}},ready:function(){return h?h.then(function(){return!0}):Promise.reject(new Error("Auth not initialized"))},init:function(e){return h||(h=function(e){try{var t,n,r=function(){var e=R(!0);if(!e)return k.checkIsAuthenticated().then(function(e){return!e||k.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(a,"Auth.init",e),null!=e&&e.scopes){switch(e.scopes){case"all":e.scopes=i.All;break;case"payment":e.scopes=i.Payment}c=e.scopes}c.length<=0&&(t=c).push.apply(t,i.Basic.concat(i.Payment)),g&&console.debug(a,"Auth.init","Use scopes",c),null!=e&&e.appId?(null==(n=p)?void 0:n.logtoConfig.appId)!==(l=e.appId)&&(g&&console.debug(a,"Auth.init","App ID changed, resetting client"),p=null):(l="2x82zzh5xuudmiotdy2ux",g&&console.debug(a,"Auth.init","Use default app ID",l));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(u))return U().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=R();t&&(console.log(a,"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 U().isAuthenticated().then(function(e){return o=e,e})},getUserInfo:function(){return f},getUserId:function(){return f?f.sub:null},getName:function(){return f?f.username?f.username:f.name?f.name:f.email?f.email.split("@")[0]:null:null},requestUserInfo:function(){return d||(d=k.checkIsAuthenticated().then(function(e){return e?y(function(){return U().fetchUserInfo()}).then(function(e){var t;return g&&(null==e?void 0:e.sub)!=(null==(t=f)?void 0:t.sub)&&console.debug(a,"UserInfo",e),f=e,v(),e}).catch(function(e){return console.error(e),T(e),f=null,v(),null}):(f=null,v(),null)}))},requestAccessToken:function(e){return S(null!=e?e:void 0)},signIn:function(e){return k.checkIsAuthenticated().then(function(t){if(0==t){var n;if(null==(n=l)||!n.length)throw new Error("App ID is not set: Make sure to call 'init' first");O(),null!=e&&e.signUp?U().signIn({redirectUri:k.redirectUri,firstScreen:"register",interactionMode:"signUp"}):U().signIn(k.redirectUri)}})},getDefaultTeamId:function(){var e,t=null==(e=f)?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,k.checkIsAuthenticated().then(function(e){if(1==e){var t;if(null==(t=l)||!t.length)throw new Error("App ID is not set: Make sure to call 'init' first");O(),U().signOut(k.postSignOutRedirectUri)}})}};function O(){sessionStorage.setItem("needle-auth:query",window.location.search)}function R(e){void 0===e&&(e=!0);var t=sessionStorage.getItem("needle-auth:query");return t?(e&&sessionStorage.removeItem("needle-auth:query"),t):""}function U(){if(!p){if(!l)throw new Error("App ID is not set: Make sure to call 'init' first");var e={endpoint:u,appId:l,scopes:c,resources:["https://cloud.needle.tools/api"]};g&&console.warn(a,"Creating auth client:",g,e),p=new n(e)}return p}function A(e,t){this.v=e,this.k=t}function W(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 C(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 A(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 N(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 L(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function L(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 L=function(e){this.s=e,this.n=e.next},L.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 L(e)}function z(e){return new A(e,0)}function I(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 W(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)?W(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 F(){return F=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},F.apply(null,arguments)}function D(e){return D=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},D(e)}function M(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,H(e,t)}function B(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(B=function(){return!!e})()}function q(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function J(){J=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 g?t:g).prototype),s=new R(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 h="suspendedStart",d="suspendedYield",p="executing",m="completed",v={};function g(){}function b(){}function y(){}var w={};l(w,s,function(){return this});var P=Object.getPrototypeOf,_=P&&P(P(U([])));_&&_!==n&&r.call(_,s)&&(w=_);var j=y.prototype=g.prototype=Object.create(w);function E(e){["next","throw","return"].forEach(function(t){l(e,t,function(e){return this._invoke(t,e)})})}function S(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=h;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=x(a,r);if(u){if(u===v)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===h)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:d,l.arg===v)continue;return{value:l.arg,done:r.done}}"throw"===l.type&&(o=m,r.method="throw",r.arg=l.arg)}}}function x(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,x(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var i=f(o,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,v;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,v):s:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function k(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 O(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function R(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(k,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 b.prototype=y,o(j,"constructor",{value:y,configurable:!0}),o(y,"constructor",{value:b,configurable:!0}),b.displayName=l(y,u,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===b||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,l(e,u,"GeneratorFunction")),e.prototype=Object.create(j),e},t.awrap=function(e){return{__await:e}},E(S.prototype),l(S.prototype,a,function(){return this}),t.AsyncIterator=S,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var s=new S(c(e,n,r,o),i);return t.isGeneratorFunction(n)?s:s.next().then(function(e){return e.done?e.value:s.next()})},E(j),l(j,u,"Generator"),l(j,s,function(){return this}),l(j,"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,R.prototype={constructor:R,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(O),!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,v):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),v},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),O(n),v}},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;O(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),v}},t}function H(e,t){return H=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},H(e,t)}function G(e){return function(){return new $(e.apply(this,arguments))}}function $(e){var t,n;function r(t,n){try{var i=e[t](n),s=i.value,a=s instanceof A;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 V(e){var t="function"==typeof Map?new Map:void 0;return V=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(B())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&H(o,n.prototype),o}(e,arguments,D(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),H(n,e)},V(e)}function K(){K=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)),H(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&&H(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)},K.apply(this,arguments)}$.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},$.prototype.next=function(e){return this._invoke("next",e)},$.prototype.throw=function(e){return this._invoke("throw",e)},$.prototype.return=function(e){return this._invoke("return",e)};var X=void 0;if("undefined"!=typeof HTMLButtonElement&&"undefined"!=typeof customElements)if(X=/*#__PURE__*/function(e){function t(){var t;return(t=e.call(this)||this).addEventListener("click",function(){k.isAuthenticated()?k.signOut():k.signIn()}),t}M(t,e);var n=t.prototype;return n.connectedCallback=function(){var e=this;console.debug("Login button connected..."),this.__update(),this.__unsubscribeOnChange=k.onChanged(function(){e.__update()})},n.disconnectedCallback=function(){var e;null==(e=this.__unsubscribeOnChange)||e.call(this)},n.__update=function(){this.innerHTML=k.isAuthenticated()?"Logout":"Login"},t}(/*#__PURE__*/V(HTMLButtonElement)),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",X,{extends:"button"});var Y=/*#__PURE__*/function(e){function t(t,n,r){var o;return(o=e.call(this,r)||this).name="ApiError",o.status=t,o.body=n,o}return M(t,e),t}(/*#__PURE__*/V(Error)),Z={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"},payment:{info:"/v1/payment/info",create:"/v1/payment/create"},ai:{llmstxt:"/v1/ai/llmstxt",chat:"/v1/ai/chat",chat_personal:"/v1/ai/chat/personal",list_chats:"/v1/ai/chat/list",chat_image:"/v1/ai/chat/image",chat_tool_result:"/v1/ai/chat/tool-result",chat_stop:"/v1/ai/chat/stop",ask:"/v1/ai/ask",completions:"/v1/ai/completions",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"},diagnostics:{download_failed:"/v1/diagnostics/download-failed"},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"},files:{entry:"/v1/files/:identifier/:version/",file:"/v1/files/:identifier/:version/*"},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",visits:"/v1/content/:identifier/visits",domains:"/v1/content/:identifier/domains",domain_item:"/v1/content/:identifier/domains/:hostname",domain_verify:"/v1/content/:identifier/domains/:hostname/verify"},analytics:{content_list:"/v1/analytics/content-list"},public:{content_list:"/v1/public/content",content_detail:"/v1/public/content/:identifier"},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"},projects:{create:"/v1/projects/create",list:"/v1/projects/list",head:"/v1/projects/head",push:"/v1/projects/push",pull:"/v1/projects/pull",delete:"/v1/projects/delete",restore:"/v1/projects/restore",archive:"/v1/projects/archive",unarchive:"/v1/projects/unarchive",clone:"/v1/projects/clone",update:"/v1/projects/update",blobs_check:"/v1/projects/blobs/check",blobs_upload:"/v1/projects/blobs/upload",blobs_complete:"/v1/projects/blobs/complete",blobs_download:"/v1/projects/blobs/download",revisions:"/v1/projects/revisions",revisions_update:"/v1/projects/revisions/update",deployments:"/v1/projects/deployments",promote:"/v1/projects/promote",promotions:"/v1/projects/promotions"},upload:{request:"/v1/upload/request",request_put_url:"/v1/upload/put",update_results:"/v1/upload/results",done:"/v1/upload/done",cancel:"/v1/upload/cancel",multipart_create:"/v1/upload/multipart/create",multipart_part_urls:"/v1/upload/multipart/part-urls",multipart_complete:"/v1/upload/multipart/complete",multipart_abort:"/v1/upload/multipart/abort"},jobs:{create:"/v1/jobs/create",get_id:"/v1/jobs/get_id",request_start:"/v1/jobs/request_start",presigned_url:"/v1/jobs/presigned-url",presigned_urls:"/v1/jobs/presigned-urls",download_urls:"/v1/jobs/download-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 Q(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 ee={credentials:"omit"},te=function(e,t){try{var n=e.baseUrl+Z.account.get_licenses,r=F({},t),o=F({},r,Q(e));return Promise.resolve(fetch(n,F({},ee,{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 ne(e,t){return function(){return e.apply(t,arguments)}}const{toString:re}=Object.prototype,{getPrototypeOf:oe}=Object,{iterator:ie,toStringTag:se}=Symbol,ae=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),ue=(e,t)=>{let n=e;const r=[];for(;null!=n&&n!==Object.prototype;){if(-1!==r.indexOf(n))return!1;if(r.push(n),ae(n,t))return!0;n=oe(n)}return!1},le=(ce=Object.create(null),e=>{const t=re.call(e);return ce[t]||(ce[t]=t.slice(8,-1).toLowerCase())});var ce;const fe=e=>(e=e.toLowerCase(),t=>le(t)===e),he=e=>t=>typeof t===e,{isArray:de}=Array,pe=he("undefined");function me(e){return null!==e&&!pe(e)&&null!==e.constructor&&!pe(e.constructor)&&be(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ve=fe("ArrayBuffer"),ge=he("string"),be=he("function"),ye=he("number"),we=e=>null!==e&&"object"==typeof e,Pe=e=>{if(!we(e))return!1;const t=oe(e);return!(null!==t&&t!==Object.prototype&&null!==oe(t)||ue(e,se)||ue(e,ie))},_e=fe("Date"),je=fe("File"),Ee=fe("Blob"),Se=fe("FileList"),Te=fe("Set"),xe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},ke=void 0!==xe.FormData?xe.FormData:void 0,Oe=fe("URLSearchParams"),[Re,Ue,Ae,We]=["ReadableStream","Request","Response","Headers"].map(fe);function Ce(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),de(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{if(me(e))return;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 Ne(e,t){if(me(e))return null;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 Le="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,ze=e=>!pe(e)&&e!==Le,Ie=(Fe="undefined"!=typeof Uint8Array&&oe(Uint8Array),e=>Fe&&e instanceof Fe);var Fe;const De=fe("HTMLFormElement"),{propertyIsEnumerable:Me}=Object.prototype,Be=fe("RegExp"),qe=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Ce(n,(n,o)=>{let i;!1!==(i=t(n,o,e))&&(r[o]=i||n)}),Object.defineProperties(e,r)},Je=fe("AsyncFunction"),He=(Ge="function"==typeof setImmediate,$e=be(Le.postMessage),Ge?setImmediate:$e?(Ve=`axios@${Math.random()}`,Ke=[],Le.addEventListener("message",({source:e,data:t})=>{e===Le&&t===Ve&&Ke.length&&Ke.shift()()},!1),e=>{Ke.push(e),Le.postMessage(Ve,"*")}):e=>setTimeout(e));var Ge,$e,Ve,Ke;const Xe="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Le):"undefined"!=typeof process&&process.nextTick||He,Ye=e=>null!=e&&be(e[ie]);var Ze={isArray:de,isArrayBuffer:ve,isBuffer:me,isFormData:e=>{if(!e)return!1;if(ke&&e instanceof ke)return!0;const t=oe(e);if(!t||t===Object.prototype)return!1;if(!be(e.append))return!1;const n=le(e);return"formdata"===n||"object"===n&&be(e.toString)&&"[object FormData]"===e.toString()},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&ve(e.buffer),t},isString:ge,isNumber:ye,isBoolean:e=>!0===e||!1===e,isObject:we,isPlainObject:Pe,isEmptyObject:e=>{if(!we(e)||me(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:Re,isRequest:Ue,isResponse:Ae,isHeaders:We,isUndefined:pe,isDate:_e,isFile:je,isReactNativeBlob:e=>!(!e||void 0===e.uri),isReactNative:e=>e&&void 0!==e.getParts,isBlob:Ee,isRegExp:Be,isFunction:be,isStream:e=>we(e)&&be(e.pipe),isURLSearchParams:Oe,isTypedArray:Ie,isFileList:Se,forEach:Ce,merge:function e(...t){const{caseless:n,skipUndefined:r}=ze(this)&&this||{},o={},i=(t,i)=>{if("__proto__"===i||"constructor"===i||"prototype"===i)return;const s=n&&"string"==typeof i&&Ne(o,i)||i,a=ae(o,s)?o[s]:void 0;Pe(a)&&Pe(t)?o[s]=e(a,t):Pe(t)?o[s]=e({},t):de(t)?o[s]=t.slice():r&&pe(t)||(o[s]=t)};for(let e=0,n=t.length;e<n;e++){const n=t[e];if(!n||me(n))continue;if(Ce(n,i),"object"!=typeof n||de(n))continue;const r=Object.getOwnPropertySymbols(n);for(let e=0;e<r.length;e++){const t=r[e];Me.call(n,t)&&i(n[t],t)}}return o},extend:(e,t,n,{allOwnKeys:r}={})=>(Ce(t,(t,r)=>{n&&be(t)?Object.defineProperty(e,r,{__proto__:null,value:ne(t,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,r,{__proto__:null,value:t,writable:!0,enumerable:!0,configurable:!0})},{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),Object.defineProperty(e.prototype,"constructor",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{__proto__:null,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&&oe(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:le,kindOfTest:fe,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(de(e))return e;let t=e.length;if(!ye(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[ie]).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:De,hasOwnProperty:ae,hasOwnProp:ae,hasOwnInPrototypeChain:ue,getSafeProp:(e,t)=>null!=e&&ue(e,t)?e[t]:void 0,reduceDescriptors:qe,freezeMethods:e=>{qe(e,(t,n)=>{if(be(e)&&["arguments","caller","callee"].includes(n))return!1;be(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 de(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:Ne,global:Le,isContextDefined:ze,isSpecCompliantForm:function(e){return!!(e&&be(e.append)&&"FormData"===e[se]&&e[ie])},toJSONObject:e=>{const t=new WeakSet,n=e=>{if(we(e)){if(t.has(e))return;if(me(e))return e;if(!("toJSON"in e)){let r;if(t.add(e),Te(e)){r=[];for(const t of e){const e=n(t);!pe(e)&&r.push(e)}}else r=de(e)?[]:{},Ce(e,(e,t)=>{const o=n(e);!pe(o)&&(r[t]=o)});return t.delete(e),r}}return e};return n(e)},isAsyncFn:Je,isThenable:e=>e&&(we(e)||be(e))&&be(e.then)&&be(e.catch),setImmediate:He,asap:Xe,isIterable:Ye,isSafeIterable:e=>null!=e&&ue(e,ie)&&Ye(e)};const Qe=Ze.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"]),et=new RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g"),tt=new RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function nt(e,t){return Ze.isArray(e)?e.map(e=>nt(e,t)):function(e){let t=0,n=e.length;for(;t<n;){const n=e.charCodeAt(t);if(9!==n&&32!==n)break;t+=1}for(;n>t;){const t=e.charCodeAt(n-1);if(9!==t&&32!==t)break;n-=1}return 0===t&&n===e.length?e:e.slice(t,n)}(String(e).replace(t,""))}function rt(e){const t=Object.create(null);return Ze.forEach(e.toJSON(),(e,n)=>{t[n]=(e=>nt(e,tt))(e)}),t}const ot=Symbol("internals");function it(e){return e&&String(e).trim().toLowerCase()}function st(e){return!1===e||null==e?e:Ze.isArray(e)?e.map(st):(e=>nt(e,et))(String(e))}const at=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function ut(e){let t=0,n=e.length;for(;t<n;){const n=e.charCodeAt(t);if(9!==n&&32!==n)break;t+=1}for(;n>t;){const t=e.charCodeAt(n-1);if(9!==t&&32!==t)break;n-=1}return 0===t&&n===e.length?e:e.slice(t,n)}function lt(e,t,n,r,o){return Ze.isFunction(r)?r.call(this,t,n):(o&&(t=n),Ze.isString(t)?Ze.isString(r)?-1!==t.indexOf(r):Ze.isRegExp(r)?r.test(t):void 0:void 0)}class ct{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=it(t);if(!o)return;const i=Ze.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=st(e))}const i=(e,t)=>Ze.forEach(e,(e,n)=>o(e,n,t));if(Ze.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(Ze.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();const i=Ze.hasOwnProp(t,n);!n||i&&Ze.hasOwnProp(Qe,n)||("set-cookie"===n?i?t[n].push(r):t[n]=[r]:t[n]=i?t[n]+", "+r:r)}),t})(e),t);else if(Ze.isObject(e)&&Ze.isSafeIterable(e)){let n,r,o=Object.create(null);for(const t of e){if(!Ze.isArray(t))throw new TypeError("Object iterator must return a key-value pair");r=t[0],Ze.hasOwnProp(o,r)?(n=o[r],o[r]=Ze.isArray(n)?[...n,t[1]]:[n,t[1]]):o[r]=t[1]}i(o,t)}else null!=e&&o(t,e,n);return this}get(e,t){if(e=it(e)){const n=Ze.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(Ze.isFunction(t))return t.call(this,e,n);if(Ze.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=it(e)){const n=Ze.findKey(this,e);return!(!n||void 0===this[n]||t&&!lt(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=it(e)){const o=Ze.findKey(n,e);!o||t&&!lt(0,n[o],o,t)||(delete n[o],r=!0)}}return Ze.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&&!lt(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return Ze.forEach(this,(r,o)=>{const i=Ze.findKey(n,o);if(i)return t[i]=st(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]=st(r),n[s]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Ze.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&Ze.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")}getSetCookie(){const e=this.get("set-cookie");return Ze.isArray(e)?e:null==e||!1===e?[]:[e]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static parseParameters(e){return function(e){const t=Object.create(null),n=String(e);let r=0,o=!1,i=!1;function s(e){const o=ut(n.slice(r,e)),i=o.indexOf("=");if(i<1)return;const s=ut(o.slice(0,i));if(!at.test(s))return;const a=s.toLowerCase();if("__proto__"===a||"constructor"===a||"prototype"===a)return;const u=ut(o.slice(i+1));t[a]=function(e){const t=e.length-1;if(t<1||34!==e.charCodeAt(0)||34!==e.charCodeAt(t))return e;let n="";for(let r=1;r<t;r++){const o=e.charCodeAt(r);if(34===o)return e;if(92===o&&(r+=1,r>=t))return e;n+=e[r]}return n}(u)}for(let e=0;e<n.length;e++){const t=n.charCodeAt(e);o?i?i=!1:92===t?i=!0:34===t&&(o=!1):34===t?o=!0:44!==t&&59!==t||(s(e),r=e+1)}return s(n.length),t}(e)}static concat(e,...t){const n=new this(e);return t.forEach(e=>n.set(e)),n}static accessor(e){const t=(this[ot]=this[ot]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=it(e);t[r]||(function(e,t){const n=Ze.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{__proto__:null,value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return Ze.isArray(e)?e.forEach(r):r(e),this}}ct.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Ze.reduceDescriptors(ct.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),Ze.freezeMethods(ct);var ft=ct;const ht="[REDACTED ****]";class dt extends Error{static from(e,t,n,r,o,i){let s=e.message;!s&&Ze.isArray(e.errors)&&e.errors.length&&(s=function(e){return e.errors.map(e=>{try{return function(e){try{return String(e)}catch(e){return""}}(e&&e.message?e.message:e)}catch(e){return""}}).filter(Boolean).join("; ")||e.name||"AggregateError"}(e));const a=new dt(s,t||e.code,n,r,o);return Object.defineProperty(a,"cause",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),a.name=e.name,null!=e.status&&null==a.status&&(a.status=e.status),i&&Object.assign(a,i),a}constructor(e,t,n,r,o){super(e),Object.defineProperty(this,"message",{__proto__:null,value:e,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status)}toJSON(){const e=this.config,t=e&&Ze.hasOwnProp(e,"redact")?e.redact:void 0,n=Ze.isArray(t)&&t.length>0?function(e,t){const n=new Set(t.map(e=>String(e).toLowerCase())),r=[],o=e=>{if(null===e||"object"!=typeof e)return e;if(Ze.isBuffer(e))return e;if(-1!==r.indexOf(e))return;let t;if(e instanceof ft&&(e=e.toJSON()),r.push(e),Ze.isArray(e))t=[],e.forEach((e,n)=>{const r=o(e);Ze.isUndefined(r)||(t[n]=r)});else{if(!Ze.isPlainObject(e)&&function(e){if(Ze.hasOwnProp(e,"toJSON"))return!0;let t=Object.getPrototypeOf(e);for(;t&&t!==Object.prototype;){if(Ze.hasOwnProp(t,"toJSON"))return!0;t=Object.getPrototypeOf(t)}return!1}(e))return r.pop(),e;t=Object.create(null);for(const[r,i]of Object.entries(e)){const e=n.has(r.toLowerCase())?ht:o(i);Ze.isUndefined(e)||(t[r]=e)}}return r.pop(),t};return o(e)}(e,t):Ze.toJSONObject(e);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:n,code:this.code,status:this.status}}}dt.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",dt.ERR_BAD_OPTION="ERR_BAD_OPTION",dt.ECONNABORTED="ECONNABORTED",dt.ETIMEDOUT="ETIMEDOUT",dt.ECONNREFUSED="ECONNREFUSED",dt.ERR_NETWORK="ERR_NETWORK",dt.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",dt.ERR_DEPRECATED="ERR_DEPRECATED",dt.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",dt.ERR_BAD_REQUEST="ERR_BAD_REQUEST",dt.ERR_CANCELED="ERR_CANCELED",dt.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",dt.ERR_INVALID_URL="ERR_INVALID_URL",dt.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";var pt=dt;const mt=100;function vt(e){return Ze.isPlainObject(e)||Ze.isArray(e)}function gt(e){return Ze.endsWith(e,"[]")?e.slice(0,-2):e}function bt(e,t,n){return e?e.concat(t).map(function(e,t){return e=gt(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}const yt=Ze.toFlatObject(Ze,{},null,function(e){return/^is[A-Z]/.test(e)});function wt(e,t,n){if(!Ze.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=Ze.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!Ze.isUndefined(t[e])})).metaTokens,o=n.visitor||d,i=n.dots,s=n.indexes,a=n.Blob||"undefined"!=typeof Blob&&Blob,u=void 0===n.maxDepth?mt:n.maxDepth,l=a&&Ze.isSpecCompliantForm(t),c=[];if(!Ze.isFunction(o))throw new TypeError("visitor must be a function");function f(e){if(null===e)return"";if(Ze.isDate(e))return e.toISOString();if(Ze.isBoolean(e))return e.toString();if(!l&&Ze.isBlob(e))throw new pt("Blob is not supported. Use a Buffer instead.");if(Ze.isArrayBuffer(e)||Ze.isTypedArray(e)){if(l&&"function"==typeof a)return new a([e]);throw new pt("Blob is not supported. Use a Buffer instead.",pt.ERR_NOT_SUPPORT)}return e}function h(e){if(e>u)throw new pt("Object is too deeply nested ("+e+" levels). Max depth: "+u,pt.ERR_FORM_DATA_DEPTH_EXCEEDED)}function d(e,n,o){let a=e;if(Ze.isReactNative(t)&&Ze.isReactNativeBlob(e))return t.append(bt(o,n,i),f(e)),!1;if(e&&!o&&"object"==typeof e)if(Ze.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=function(e,t){if(Infinity===u)return JSON.stringify(e);const n=[];return JSON.stringify(e,function(e,t){if(!Ze.isObject(t))return t;for(;n.length&&n[n.length-1]!==this;)n.pop();return n.push(t),h(1+n.length-1),t})}(e);else if(Ze.isArray(e)&&function(e){return Ze.isArray(e)&&!e.some(vt)}(e)||(Ze.isFileList(e)||Ze.endsWith(n,"[]"))&&(a=Ze.toArray(e)))return n=gt(n),a.forEach(function(e,r){!Ze.isUndefined(e)&&null!==e&&t.append(!0===s?bt([n],r,i):null===s?n:n+"[]",f(e))}),!1;return!!vt(e)||(t.append(bt(o,n,i),f(e)),!1)}const p=Object.assign(yt,{defaultVisitor:d,convertValue:f,isVisitable:vt});if(!Ze.isObject(e))throw new TypeError("data must be an object");return function e(n,r,i=0){if(!Ze.isUndefined(n)){if(h(i),-1!==c.indexOf(n))throw new Error("Circular reference detected in "+r.join("."));c.push(n),Ze.forEach(n,function(n,s){!0===(!(Ze.isUndefined(n)||null===n)&&o.call(t,n,Ze.isString(s)?s.trim():s,r,p))&&e(n,r?r.concat(s):[s],i+1)}),c.pop()}}(e),t}function Pt(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(e).replace(/[!'()~]|%20/g,function(e){return t[e]})}function _t(e,t){this._pairs=[],e&&wt(e,this,t)}const jt=_t.prototype;function Et(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function St(e,t,n){if(!t)return e;e=e||"";const r=Ze.isFunction(n)?{serialize:n}:n,o=Ze.getSafeProp(r,"encode")||Et,i=Ze.getSafeProp(r,"serialize");let s;if(s=i?i(t,r):Ze.isURLSearchParams(t)?t.toString():new _t(t,r).toString(o),s){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+s}return e}jt.append=function(e,t){this._pairs.push([e,t])},jt.toString=function(e){const t=e?t=>e.call(this,t,Pt):Pt;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var Tt=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){Ze.forEach(this.handlers,function(t){null!==t&&e(t)})}},xt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0,advertiseZstdAcceptEncoding:!1,validateStatusUndefinedResolves:!0},kt={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:_t,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Ot="undefined"!=typeof window&&"undefined"!=typeof document,Rt="object"==typeof navigator&&navigator||void 0,Ut=Ot&&(!Rt||["ReactNative","NativeScript","NS"].indexOf(Rt.product)<0);var At={__proto__:null,hasBrowserEnv:Ot,hasStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,hasStandardBrowserEnv:Ut,navigator:Rt,origin:Ot&&window.location.href||"http://localhost",...kt};const Wt=mt;function Ct(e){if(e>Wt)throw new pt("FormData field is too deeply nested ("+e+" levels). Max depth: "+Wt,pt.ERR_FORM_DATA_DEPTH_EXCEEDED)}function Nt(e){function t(e,n,r,o){Ct(o);let i=e[o++];if("__proto__"===i)return!0;const s=Number.isFinite(+i),a=o>=e.length;return i=!i&&Ze.isArray(r)?r.length:i,a?(r[i]=Ze.hasOwnProp(r,i)?Ze.isArray(r[i])?r[i].concat(n):[r[i],n]:n,!s):(Ze.hasOwnProp(r,i)&&Ze.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&Ze.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(Ze.isFormData(e)&&Ze.isFunction(e.entries)){const n={};return Ze.forEachEntry(e,(e,r)=>{t(function(e){const t=[],n=/[^.[\]]+|\[([^.[\]]*)]/g;let r;for(;null!==(r=n.exec(e));)Ct(t.length),t.push("[]"===r[0]?"":r[1]||r[0]);return t}(e),r,n,0)}),n}return null}const Lt=(e,t)=>null!=e&&Ze.hasOwnProp(e,t)?e[t]:void 0,zt={transitional:xt,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=Ze.isObject(e);if(o&&Ze.isHTMLForm(e)&&(e=new FormData(e)),Ze.isFormData(e))return r?JSON.stringify(Nt(e)):e;if(Ze.isArrayBuffer(e)||Ze.isBuffer(e)||Ze.isStream(e)||Ze.isFile(e)||Ze.isBlob(e)||Ze.isReadableStream(e))return e;if(Ze.isArrayBufferView(e))return e.buffer;if(Ze.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(o){const t=Lt(this,"formSerializer");if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return wt(e,new At.classes.URLSearchParams,{visitor:function(e,t,n,r){return At.isNode&&Ze.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)},...t})}(e,t).toString();if((i=Ze.isFileList(e))||n.indexOf("multipart/form-data")>-1){const n=Lt(this,"env"),r=n&&n.FormData;return wt(i?{"files[]":e}:e,r&&new r,t)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(Ze.isString(e))try{return(0,JSON.parse)(e),Ze.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=Lt(this,"transitional")||zt.transitional,n=t&&t.forcedJSONParsing,r=Lt(this,"responseType"),o="json"===r;if(Ze.isResponse(e)||Ze.isReadableStream(e))return e;if(e&&Ze.isString(e)&&(n&&!r||o)){const n=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e,Lt(this,"parseReviver"))}catch(e){if(n){if("SyntaxError"===e.name)throw pt.from(e,pt.ERR_BAD_RESPONSE,this,null,Lt(this,"response"));throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:At.classes.FormData,Blob:At.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Ze.forEach(["delete","get","head","post","put","patch","query"],e=>{zt.headers[e]={}});var It=zt;function Ft(e,t){const n=this||It,r=t||n,o=ft.from(r.headers);let i=r.data;return Ze.forEach(e,function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)}),o.normalize(),i}function Dt(e){return!(!e||!e.__CANCEL__)}var Mt=class extends pt{constructor(e,t,n){super(null==e?"canceled":e,pt.ERR_CANCELED,t,n),this.name="CanceledError",this.__CANCEL__=!0}};function Bt(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new pt("Request failed with status code "+n.status,n.status>=400&&n.status<500?pt.ERR_BAD_REQUEST:pt.ERR_BAD_RESPONSE,n.config,n.request,n)):e(n)}const qt=(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 h=l&&u-l;return h?Math.round(1e3*f/h):void 0}}(50,250);return function(n,i){let s,a,u=0,l=1e3/i;const c=(n,i=Date.now())=>{u=i,s=null,a&&(clearTimeout(a),a=null),(n=>{if(!n||"number"!=typeof n.loaded)return;const i=n.loaded,s=n.lengthComputable?n.total:void 0,a=Math.max(0,null!=s?Math.min(i,s):i),u=Math.max(0,a-r),l=o(u);r=Math.max(r,a),e({loaded:a,total:s,progress:s?a/s:void 0,bytes:u,rate:l||void 0,estimated:l&&s?(s-a)/l:void 0,event:n,lengthComputable:null!=s,[t?"download":"upload"]:!0})})(...n)};return[(...e)=>{const t=Date.now(),n=t-u;n>=l?c(e,t):(s=e,a||(a=setTimeout(()=>{a=null,c(s)},l-n)))},()=>s&&c(s)]}(0,n)},Jt=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Ht=(e,t=Ze.asap)=>(...n)=>t(()=>e(...n));var Gt,$t,Vt=At.hasStandardBrowserEnv?(Gt=new URL(At.origin),$t=At.navigator&&/(msie|trident)/i.test(At.navigator.userAgent),e=>(e=new URL(e,At.origin),Gt.protocol===e.protocol&&Gt.host===e.host&&($t||Gt.port===e.port))):()=>!0,Kt=At.hasStandardBrowserEnv?{write(e,t,n,r,o,i,s){if("undefined"==typeof document)return;const a=[`${e}=${encodeURIComponent(t)}`];Ze.isNumber(n)&&a.push(`expires=${new Date(n).toUTCString()}`),Ze.isString(r)&&a.push(`path=${r}`),Ze.isString(o)&&a.push(`domain=${o}`),!0===i&&a.push("secure"),Ze.isString(s)&&a.push(`SameSite=${s}`),document.cookie=a.join("; ")},read(e){if("undefined"==typeof document)return null;const t=document.cookie.split(";");for(let n=0;n<t.length;n++){const r=t[n].replace(/^\s+/,""),o=r.indexOf("=");if(-1!==o&&r.slice(0,o)===e)try{return decodeURIComponent(r.slice(o+1))}catch(e){return r.slice(o+1)}}return null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};const Xt=/^https?:(?!\/\/)/i,Yt=/[\t\n\r]/g;function Zt(e,t){if("string"==typeof e){const n=function(e){return function(e){let t=0;for(;t<e.length&&e.charCodeAt(t)<=32;)t++;return e.slice(t)}(e).replace(Yt,"")}(e);if(Xt.test(n))throw new pt(`Invalid URL ${JSON.stringify(function(e){const t=e.replace(/^(https?:\/{0,2})[^/?#]*@/i,`$1${ht}@`),n=t.indexOf("#"),r=(-1===n?t:t.slice(0,n)).replace(/([?&][^=&#]*=)[^&#]*/g,`$1${ht}`);return-1===n?r:`${r}#${o=t.slice(n+1),o?o.replace(/(^|&)([^=&]*=)?[^&]+/g,(e,t,n="")=>`${t}${n}${ht}`):o}`;var o}(n))}: missing "//" after protocol`,pt.ERR_INVALID_URL,t)}}function Qt(e,t,n,r){Zt(t,r);let o=!("string"==typeof(i=t)&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(i));var i;return e&&(o||!1===n)?(Zt(e,r),function(e,t){if(!t)return e;let n=e.length;for(;n>0&&47===e.charCodeAt(n-1);)n--;return e.slice(0,n)+"/"+t.replace(/^\/+/,"")}(e,t)):t}const en=e=>e instanceof ft?{...e}:e,tn=e=>Object.getOwnPropertySymbols&&Object.getOwnPropertyDescriptor?Object.keys(e).concat(Object.getOwnPropertySymbols(e).filter(t=>Object.getOwnPropertyDescriptor(e,t).enumerable)):Object.keys(e);function nn(e,t){e=e||{},t=t||{};const n=Object.create(null);function r(e,t,n,r){return Ze.isPlainObject(e)&&Ze.isPlainObject(t)?Ze.merge.call({caseless:r},e,t):Ze.isPlainObject(t)?Ze.merge({},t):Ze.isArray(t)?t.slice():t}function o(e,t,n,o){return Ze.isUndefined(t)?Ze.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function i(e,t){if(!Ze.isUndefined(t))return r(void 0,t)}function s(e,t){return Ze.isUndefined(t)?Ze.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,o,i){return Ze.hasOwnProp(t,i)?r(n,o):Ze.hasOwnProp(e,i)?r(void 0,n):void 0}Object.defineProperty(n,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!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,allowedSocketPaths:s,responseEncoding:s,validateStatus:a,headers:(e,t,n)=>o(en(e),en(t),0,!0)};return Ze.forEach(tn({...e,...t}),function(r){if("__proto__"===r||"constructor"===r||"prototype"===r)return;const i=Ze.hasOwnProp(u,r)?u[r]:o,s=i(Ze.hasOwnProp(e,r)?e[r]:void 0,Ze.hasOwnProp(t,r)?t[r]:void 0,r);Ze.isUndefined(s)&&i!==a||(n[r]=s)}),Ze.hasOwnProp(t,"validateStatus")&&Ze.isUndefined(t.validateStatus)&&!1===function(n){const r=Ze.hasOwnProp(t,"transitional")?t.transitional:void 0;if(!Ze.isUndefined(r)){if(!Ze.isPlainObject(r))return;if(Ze.hasOwnProp(r,n))return r[n]}const o=Ze.hasOwnProp(e,"transitional")?e.transitional:void 0;if(Ze.isPlainObject(o)&&Ze.hasOwnProp(o,n))return o[n]}("validateStatusUndefinedResolves")&&(Ze.hasOwnProp(e,"validateStatus")?n.validateStatus=r(void 0,e.validateStatus):delete n.validateStatus),n}const rn=["content-type","content-length"];function on(e){const t=nn({},e),n=e=>Ze.hasOwnProp(t,e)?t[e]:void 0,r=n("data");let o=n("withXSRFToken");const i=n("xsrfHeaderName"),s=n("xsrfCookieName");let a=n("headers");const u=n("auth"),l=n("baseURL"),c=n("allowAbsoluteUrls"),f=n("url");if(t.headers=a=ft.from(a),t.url=St(Qt(l,f,c,t),n("params"),n("paramsSerializer")),u){const t=Ze.getSafeProp(u,"username")||"",n=Ze.getSafeProp(u,"password")||"";try{a.set("Authorization","Basic "+btoa(t+":"+(n?encodeURIComponent(n).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16))):"")))}catch(t){throw pt.from(t,pt.ERR_BAD_OPTION_VALUE,e)}}if(Ze.isFormData(r)&&(At.hasStandardBrowserEnv||At.hasStandardBrowserWebWorkerEnv||Ze.isReactNative(r)?a.setContentType(void 0):Ze.isFunction(r.getHeaders)&&function(e,t,n){"content-only"===n?Object.entries(t||{}).forEach(([t,n])=>{rn.includes(t.toLowerCase())&&e.set(t,n)}):e.set(t)}(a,r.getHeaders(),n("formDataHeaderPolicy"))),At.hasStandardBrowserEnv&&(Ze.isFunction(o)&&(o=o(t)),!0===o||null==o&&Vt(t.url))){const e=i&&s&&Kt.read(s);e&&a.set(i,e)}return t}var sn="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=on(e);let o=r.data;const i=ft.from(r.headers).normalize();let s,a,u,l,c,{responseType:f,onUploadProgress:h,onDownloadProgress:d}=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 v(){if(!m)return;const r=ft.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Bt(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=v:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&m.responseURL.startsWith("file:"))&&setTimeout(v)},m.onabort=function(){m&&(n(new pt("Request aborted",pt.ECONNABORTED,e,m)),p(),m=null)},m.onerror=function(t){const r=new pt(t&&t.message?t.message:"Network Error",pt.ERR_NETWORK,e,m);r.event=t||null,n(r),p(),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new pt(t,(r.transitional||xt).clarifyTimeoutError?pt.ETIMEDOUT:pt.ECONNABORTED,e,m)),p(),m=null},void 0===o&&i.setContentType(null),"setRequestHeader"in m&&Ze.forEach(rt(i),function(e,t){m.setRequestHeader(t,e)}),Ze.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),f&&"json"!==f&&(m.responseType=r.responseType),d&&([u,c]=qt(d,!0),m.addEventListener("progress",u)),h&&m.upload&&([a,l]=qt(h),m.upload.addEventListener("progress",a),m.upload.addEventListener("loadend",l)),(r.cancelToken||r.signal)&&(s=t=>{m&&(n(!t||t.type?new Mt(null,e,m):t),m.abort(),p(),m=null)},r.cancelToken&&r.cancelToken.subscribe(s),r.signal&&(r.signal.aborted?s():r.signal.addEventListener("abort",s)));const g=function(e){const t=/^([-+\w]{1,25}):(?:\/\/)?/.exec(e);return t&&t[1]||""}(r.url);if(g&&!At.protocols.includes(g))return n(new pt("Unsupported protocol "+g+":",pt.ERR_BAD_REQUEST,e)),void p();m.send(o||null)})},an=(e,t)=>{if(e=e?e.filter(Boolean):[],!t&&!e.length)return;const n=new AbortController;let r=!1;const o=function(e){if(!r){r=!0,s();const t=e instanceof Error?e:this.reason;n.abort(t instanceof pt?t:new Mt(t instanceof Error?t.message:t))}};let i=t&&setTimeout(()=>{i=null,o(new pt(`timeout of ${t}ms exceeded`,pt.ETIMEDOUT))},t);const s=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(e=>{e.unsubscribe?e.unsubscribe(o):e.removeEventListener("abort",o)}),e=null)};e.forEach(e=>{r||(e.aborted?o.call(e):e.addEventListener("abort",o,{once:!0}))});const{signal:a}=n;return a.unsubscribe=()=>Ze.asap(s),a};const un=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},ln=(e,t,n,r)=>{const o=async function*(e,t){for await(const n of async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);const t=e.getReader();try{for(;;){const{done:e,value:n}=await t.read();if(e)break;yield n}}finally{await t.cancel()}}(e))yield*un(n,t)}(e,t);let i,s=0,a=e=>{i||(i=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await o.next();if(t)return a(),void e.close();if(n){let e=s+=r.byteLength;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw a(e),e}},cancel:e=>(a(e),o.return())},{highWaterMark:2})},cn=e=>e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102,fn=(e,t,n)=>t+2<n&&cn(e.charCodeAt(t+1))&&cn(e.charCodeAt(t+2)),hn=e=>e<=57?e-48:(223&e)-55,dn=e=>e>=65&&e<=90||e>=97&&e<=122||e>=48&&e<=57||43===e||47===e||45===e||95===e,pn=e=>{const t=e.length;let n=0,r=0,o=!1;for(let s=0;s<t;s++){let a=e.charCodeAt(s);37===a&&fn(e,s,t)&&(a=16*hn(e.charCodeAt(s+1))+hn(e.charCodeAt(s+2)),s+=2),9!==(i=a)&&10!==i&&12!==i&&13!==i&&32!==i&&(61!==a?!dn(a)||r>0?o=!0:n++:r++)}var i;return o||r>2||r>0&&(n+r)%4!=0||n%4==1?(e=>{const t=e.length;let n=0;return t>0&&61===e.charCodeAt(t-1)&&(n++,t>1&&61===e.charCodeAt(t-2)&&n++),Math.floor(3*(t-n)/4)})(e):(e=>{const t=e%4;return 3*Math.floor(e/4)+(2===t?1:3===t?2:0)})(n)},mn="1.19.0",{isFunction:vn}=Ze,gn=e=>{if(!Ze.isString(e))return e;try{return decodeURIComponent(e)}catch(t){return e}},bn=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},yn=e=>{const t=null!=Ze.global?Ze.global:globalThis,{ReadableStream:n,TextEncoder:r}=t;e=Ze.merge.call({skipUndefined:!0},{Request:t.Request,Response:t.Response},e);const{fetch:o,Request:i,Response:s}=e,a=o?vn(o):"function"==typeof fetch,u=vn(i),l=vn(s);if(!a)return!1;const c=a&&vn(n),f=a&&("function"==typeof r?(h=new r,e=>h.encode(e)):async e=>new Uint8Array(await new i(e).arrayBuffer()));var h;const d=u&&c&&bn(()=>{let e=!1;const t=new i(At.origin,{body:new n,method:"POST",get duplex(){return e=!0,"half"}}),r=t.headers.has("Content-Type");return null!=t.body&&t.body.cancel(),e&&!r}),p=l&&c&&bn(()=>Ze.isReadableStream(new s("").body)),m={stream:p&&(e=>e.body)};a&&["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!m[e]&&(m[e]=(t,n)=>{let r=t&&t[e];if(r)return r.call(t);throw new pt(`Response type '${e}' is not supported`,pt.ERR_NOT_SUPPORT,n)})});const v=async e=>{if(null==e)return 0;if(Ze.isBlob(e))return e.size;if(Ze.isSpecCompliantForm(e)){const t=new i(At.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return Ze.isArrayBufferView(e)||Ze.isArrayBuffer(e)?e.byteLength:(Ze.isURLSearchParams(e)&&(e+=""),Ze.isString(e)?(await f(e)).byteLength:void 0)};return async e=>{let{url:t,method:n,data:a,signal:l,cancelToken:f,timeout:h,onDownloadProgress:g,onUploadProgress:b,responseType:y,headers:w,withCredentials:P="same-origin",fetchOptions:_,maxContentLength:j,maxBodyLength:E}=on(e);const S=Ze.isNumber(j)&&j>-1,T=Ze.isNumber(E)&&E>-1;let x=o||fetch;y=y?(y+"").toLowerCase():"text";let k=an([l,f&&f.toAbortSignal()],h),O=null;const R=k&&k.unsubscribe&&(()=>{k.unsubscribe()});let U,A=null;const W=()=>new pt("Request body larger than maxBodyLength limit",pt.ERR_BAD_REQUEST,e,O);try{let o;const l=Ze.hasOwnProp(e,"auth")?e.auth:void 0;if(l&&(o={username:Ze.getSafeProp(l,"username")||"",password:Ze.getSafeProp(l,"password")||""}),(e=>{const t=e.indexOf("://");let n=e;return-1!==t&&(n=n.slice(t+3)),n.includes("@")||n.includes(":")})(t)){const e=new URL(t,At.origin);o||!e.username&&!e.password||(o={username:gn(e.username),password:gn(e.password)}),(e.username||e.password)&&(e.username="",e.password="",t=e.href)}if(o&&(w.delete("authorization"),w.set("Authorization","Basic "+btoa(encodeURIComponent((o.username||"")+":"+(o.password||"")).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16)))))),S&&"string"==typeof t&&t.startsWith("data:")&&function(e){const t="string"==typeof e?e.indexOf("#"):-1;return((e,t)=>{if(!e||"string"!=typeof e)return 0;if(!e.startsWith("data:"))return 0;const n=e.indexOf(",");if(n<0)return 0;const r=e.slice(5,n),o=e.slice(n+1);if(/;base64/i.test(r))return t(o);let i=0;for(let e=0,t=o.length;e<t;e++){const n=o.charCodeAt(e);if(37===n&&fn(o,e,t))i+=1,e+=2;else if(n<128)i+=1;else if(n<2048)i+=2;else if(n>=55296&&n<=56319&&e+1<t){const t=o.charCodeAt(e+1);t>=56320&&t<=57343?(i+=4,e++):i+=3}else i+=3}return i})(-1===t?e:e.slice(0,t),pn)}(t)>j)throw new pt("maxContentLength size of "+j+" exceeded",pt.ERR_BAD_RESPONSE,e,O);if(T&&"get"!==n&&"head"!==n){const e=await v(a);if("number"==typeof e&&isFinite(e)&&(U=e,e>E))throw W()}const f=T&&(Ze.isReadableStream(a)||Ze.isStream(a)),h=(e,t,n)=>ln(e,65536,e=>{if(T&&e>E)throw A=W();t&&t(e)},n);if(d&&"get"!==n&&"head"!==n&&(b||f)){if(U=null==U?await(async(e,t)=>{const n=Ze.toFiniteNumber(e.getContentLength());return null==n?v(t):n})(w,a):U,0!==U||f){let e,n=new i(t,{method:"POST",body:a,duplex:"half"});if(Ze.isFormData(a)&&(e=n.headers.get("content-type"))&&w.setContentType(e),n.body){const[e,t]=b&&Jt(U,qt(Ht(b)))||[];a=h(n.body,e,t)}}}else if(f&&!u&&c&&"get"!==n&&"head"!==n)a=h(a);else if(f&&u&&!d&&"get"!==n&&"head"!==n)throw new pt("Stream request bodies are not supported by the current fetch implementation",pt.ERR_NOT_SUPPORT,e,O);Ze.isString(P)||(P=P?"include":"omit");const C=u&&"credentials"in i.prototype;if(Ze.isFormData(a)){const e=w.getContentType();e&&/^multipart\/form-data/i.test(e)&&!/boundary=/i.test(e)&&w.delete("content-type")}w.set("User-Agent","axios/"+mn,!1);const N={..._,signal:k,method:n.toUpperCase(),headers:rt(w.normalize()),body:a,duplex:"half",credentials:C?P:void 0};O=u&&new i(t,N);let L=await(u?x(O,_):x(t,N));const z=ft.from(L.headers);if(S){const t=Ze.toFiniteNumber(z.getContentLength());if(null!=t&&t>j)throw new pt("maxContentLength size of "+j+" exceeded",pt.ERR_BAD_RESPONSE,e,O)}const I=p&&("stream"===y||"response"===y);if(p&&L.body&&(g||S||I&&R)){const t={};["status","statusText","headers"].forEach(e=>{t[e]=L[e]});const n=Ze.toFiniteNumber(z.getContentLength()),[r,o]=g&&Jt(n,qt(Ht(g),!0))||[];let i=0;L=new s(ln(L.body,65536,t=>{if(S&&(i=t,i>j))throw new pt("maxContentLength size of "+j+" exceeded",pt.ERR_BAD_RESPONSE,e,O);r&&r(t)},()=>{o&&o(),R&&R()}),t)}y=y||"text";let F=await m[Ze.findKey(m,y)||"text"](L,e);if(S&&!p&&!I){let t;if(null!=F&&("number"==typeof F.byteLength?t=F.byteLength:"number"==typeof F.size?t=F.size:"string"==typeof F&&(t="function"==typeof r?(new r).encode(F).byteLength:F.length)),"number"==typeof t&&t>j)throw new pt("maxContentLength size of "+j+" exceeded",pt.ERR_BAD_RESPONSE,e,O)}return!I&&R&&R(),await new Promise((t,n)=>{Bt(t,n,{data:F,headers:ft.from(L.headers),status:L.status,statusText:L.statusText,config:e,request:O})})}catch(t){if(R&&R(),k&&k.aborted&&k.reason instanceof pt){const n=k.reason;throw n.config=e,O&&(n.request=O),t!==n&&Object.defineProperty(n,"cause",{__proto__:null,value:t,writable:!0,enumerable:!1,configurable:!0}),n}if(A)throw O&&!A.request&&(A.request=O),A;if(t instanceof pt)throw O&&!t.request&&(t.request=O),t;if(t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message)){const n=new pt("Network Error",pt.ERR_NETWORK,e,O,t&&t.response);throw Object.defineProperty(n,"cause",{__proto__:null,value:t.cause||t,writable:!0,enumerable:!1,configurable:!0}),n}throw pt.from(t,t&&t.code,e,O,t&&t.response)}}},wn=new Map,Pn=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,i=[r,o,n];let s,a,u=i.length,l=wn;for(;u--;)s=i[u],a=l.get(s),void 0===a&&l.set(s,a=u?new Map:yn(t)),l=a;return a};Pn();const _n={http:null,xhr:sn,fetch:{get:Pn}};Ze.forEach(_n,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{__proto__:null,value:t})}catch(e){}Object.defineProperty(e,"adapterName",{__proto__:null,value:t})}});const jn=e=>`- ${e}`,En=e=>Ze.isFunction(e)||null===e||!1===e;var Sn=function(e,t){e=Ze.isArray(e)?e:[e];const{length:n}=e;let r,o;const i={};for(let s=0;s<n;s++){let n;if(r=e[s],o=r,!En(r)&&(o=_n[(n=String(r)).toLowerCase()],void 0===o))throw new pt(`Unknown adapter '${n}'`);if(o&&(Ze.isFunction(o)||(o=o.get(t))))break;i[n||"#"+s]=o}if(!o){const e=Object.entries(i).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));let t=n?e.length>1?"since :\n"+e.map(jn).join("\n"):" "+jn(e[0]):"as no adapter specified";throw new pt("There is no suitable adapter to dispatch the request "+t,pt.ERR_NOT_SUPPORT)}return o};function Tn(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Mt(null,e)}function xn(e){return Tn(e),e.headers=ft.from(e.headers),e.data=Ft.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Sn(e.adapter||It.adapter,e)(e).then(function(t){Tn(e),e.response=t;try{t.data=Ft.call(e,e.transformResponse,t)}finally{delete e.response}return t.headers=ft.from(t.headers),t},function(t){if(!Dt(t)&&(Tn(e),t&&t.response)){e.response=t.response;try{t.response.data=Ft.call(e,e.transformResponse,t.response)}finally{delete e.response}t.response.headers=ft.from(t.response.headers)}return Promise.reject(t)})}const kn={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{kn[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const On={};kn.transitional=function(e,t,n){function r(e,t){return"[Axios v"+mn+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,i)=>{if(!1===e)throw new pt(r(o," has been removed"+(t?" in "+t:"")),pt.ERR_DEPRECATED);return t&&!On[o]&&(On[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)}},kn.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var Rn={assertOptions:function(e,t,n){if("object"!=typeof e||null===e)throw new pt("options must be an object",pt.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],s=Object.prototype.hasOwnProperty.call(t,i)?t[i]:void 0;if(s){const t=e[i],n=void 0===t||s(t,i,e);if(!0!==n)throw new pt("option "+i+" must be "+n,pt.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new pt("Unknown option "+i,pt.ERR_BAD_OPTION)}},validators:kn};const Un=Rn.validators;class An{constructor(e){this.defaults=e||{},this.interceptors={request:new Tt,response:new Tt}}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=(()=>{if(!t.stack)return"";const e=t.stack.indexOf("\n");return-1===e?"":t.stack.slice(e+1)})();try{if(e.stack){if(n){const t=n.indexOf("\n"),r=-1===t?-1:n.indexOf("\n",t+1),o=-1===r?"":n.slice(r+1);String(e.stack).endsWith(o)||(e.stack+="\n"+n)}}else e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=nn(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&Rn.assertOptions(n,{silentJSONParsing:Un.transitional(Un.boolean),forcedJSONParsing:Un.transitional(Un.boolean),clarifyTimeoutError:Un.transitional(Un.boolean),legacyInterceptorReqResOrdering:Un.transitional(Un.boolean),advertiseZstdAcceptEncoding:Un.transitional(Un.boolean),validateStatusUndefinedResolves:Un.transitional(Un.boolean)},!1),null!=r&&(Ze.isFunction(r)?t.paramsSerializer={serialize:r}:Rn.assertOptions(r,{encode:Un.function,serialize:Un.function},!0)),void 0!==t.allowAbsoluteUrls||(t.allowAbsoluteUrls=void 0===this.defaults.allowAbsoluteUrls||this.defaults.allowAbsoluteUrls),Rn.assertOptions(t,{baseUrl:Un.spelling("baseURL"),withXsrfToken:Un.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let i=o&&Ze.merge(o.common,o[t.method]);o&&Ze.forEach(["delete","get","head","post","put","patch","query","common"],e=>{delete o[e]}),t.headers=ft.concat(i,o);const s=[];let a=!0;this.interceptors.request.forEach(function(e){if("function"==typeof e.runWhen&&!1===e.runWhen(t))return;a=a&&e.synchronous;const n=t.transitional||xt;n&&n.legacyInterceptorReqResOrdering?s.unshift(e.fulfilled,e.rejected):s.push(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=[xn.bind(this),void 0];for(e.unshift(...s),e.push(...u),c=e.length,l=Promise.resolve(t);f<c;)l=l.then(e[f++],e[f++]);return l}c=s.length;let h=t;for(;f<c;){const e=s[f++],t=s[f++];try{h=e?e(h):h}catch(e){if(!t){l=Promise.reject(e);break}try{const n=t.call(this,e);Ze.isThenable(n)&&(l=Promise.resolve(n).then(()=>xn.call(this,h)))}catch(e){l=Promise.reject(e)}break}}if(!l)try{l=xn.call(this,h)}catch(e){l=Promise.reject(e)}for(f=0,c=u.length;f<c;)l=l.then(u[f++],u[f++]);return l}getUri(e){return St(Qt((e=nn(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls,e),e.params,e.paramsSerializer)}}Ze.forEach(["delete","get","head","options"],function(e){An.prototype[e]=function(t,n){return this.request(nn(n||{},{method:e,url:t,data:n&&Ze.hasOwnProp(n,"data")?n.data:void 0}))}}),Ze.forEach(["post","put","patch","query"],function(e){function t(t){return function(n,r,o){return this.request(nn(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}An.prototype[e]=t(),"query"!==e&&(An.prototype[e+"Form"]=t(!0))});var Wn=An;class Cn{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 Mt(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)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new Cn(function(t){e=t}),cancel:e}}}var Nn=Cn;const Ln={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,WebServerReturnsAnUnknownError:520,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(Ln).forEach(([e,t])=>{Ln[t]=e});var zn=Ln;const In=function e(t){const n=new Wn(t),r=ne(Wn.prototype.request,n);return Ze.extend(r,Wn.prototype,n,{allOwnKeys:!0}),Ze.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(nn(t,n))},r}(It);In.Axios=Wn,In.CanceledError=Mt,In.CancelToken=Nn,In.isCancel=Dt,In.VERSION=mn,In.toFormData=wt,In.AxiosError=pt,In.Cancel=In.CanceledError,In.all=function(e){return Promise.all(e)},In.spread=function(e){return function(t){return e.apply(null,t)}},In.isAxiosError=function(e){return Ze.isObject(e)&&!0===e.isAxiosError},In.mergeConfig=nn,In.AxiosHeaders=ft,In.formToJSON=e=>Nt(Ze.isHTMLForm(e)?new FormData(e):e),In.getAdapter=Sn,In.HttpStatusCode=zn,In.default=In;var Fn=In;const{CanceledError:Dn}=Fn;var Mn=/screenshot(\-\d+?)?\.needle\.(webp|png|jpg|jpeg)/,Bn=function(e,t){try{var n=t.baseUrl+Z.jobs.post_update,r=F({},Q(t),{job_id:e.identifier,status:e.status});return Promise.resolve(fetch(n,F({},ee,{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)}};function qn(e,t,n){if(!e.s){if(n instanceof Jn){if(!n.s)return void(n.o=qn.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(qn.bind(null,e,t),qn.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}var Jn=/*#__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{qn(r,1,i(this.v))}catch(e){qn(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?qn(r,1,t?t(o):o):n?qn(r,1,n(o)):qn(r,2,o)}catch(e){qn(r,2,e)}},r},e}();function Hn(e){return e instanceof Jn&&1&e.s}var Gn=function(e,t){void 0===t&&(t={});try{var n,r,o=function(e){return n?e:{ok:!1,error:r,attempts:j,reason:"attempts-exhausted"}},i=t.maxAttempts,s=void 0===i?$n:i,a=t.budgetMs,u=void 0===a?Xn:a,l=t.baseMs,c=void 0===l?Vn:l,f=t.maxMs,h=void 0===f?Kn:f,d=t.isRetryable,p=void 0===d?Qn:d,m=t.sleep,v=void 0===m?er:m,g=t.now,b=void 0===g?Date.now:g,y=t.random,w=void 0===y?Math.random:y,P=t.onRetry,_=b(),j=0,E=function(e,t,n){for(var r;;){var o=e();if(Hn(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Hn(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Hn(s)){r=2;break}}}var a=new Jn,u=qn.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&&!Hn(s))return void s.then(f).then(void 0,u);if(!(o=e())||Hn(o)&&!o.v)return void qn(a,1,i);if(o.then)return void o.then(c).then(void 0,u);Hn(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):qn(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):qn(a,1,i)}}(function(){return!n&&j<s},void 0,function(){return j++,function(t,r){try{var o=Promise.resolve(e(j)).then(function(e){return n=1,{ok:!0,value:e,attempts:j}})}catch(e){return r(e)}return o&&o.then?o.then(void 0,r):o}(0,function(e){if(r=e,!p(e))return n=1,{ok:!1,error:e,attempts:j,reason:"permanent"};if(j>=s)return n=1,{ok:!1,error:e,attempts:j,reason:"attempts-exhausted"};var t=function(e,t){void 0===t&&(t={});var n=t.baseMs,r=void 0===n?Vn:n,o=t.maxMs,i=void 0===o?Kn:o,s=t.random,a=void 0===s?Math.random:s,u=Math.max(1,Math.floor(e)),l=Math.min(i,r*Math.pow(2,u-1))/2;return Math.max(1,Math.round(l+a()*l))}(j,{baseMs:c,maxMs:h,random:w});return b()-_+t>=u?(n=1,{ok:!1,error:e,attempts:j,reason:"budget-exhausted"}):(null==P||P({attempt:j,waitMs:t,error:e}),Promise.resolve(v(t)).then(function(){}))})});return Promise.resolve(E&&E.then?E.then(o):o(E))}catch(e){return Promise.reject(e)}},$n=6,Vn=1e3,Kn=15e3,Xn=9e4,Yn=new Set(["CERT_HAS_EXPIRED","UNABLE_TO_VERIFY_LEAF_SIGNATURE","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","ERR_TLS_CERT_ALTNAME_INVALID"]),Zn=new Set([408,429]);function Qn(e){var t;if(function(e){var t=null==e?void 0:e.name,n=null==e?void 0:e.code;return"CanceledError"===t||"AbortError"===t||"ERR_CANCELED"===n||"ABORT_ERR"===n}(e))return!1;var n=null==e||null==(t=e.response)?void 0:t.status;if("number"==typeof n&&n>0)return!!Zn.has(n)||!(n>=400&&n<500);var r=function(e){var t,n,r=null!=(t=null==e?void 0:e.code)?t:null==e||null==(n=e.cause)?void 0:n.code;return"string"==typeof r&&r.length?r:null}(e);return!r||!Yn.has(r)}function er(e){return new Promise(function(t){return setTimeout(t,e)})}function tr(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}function nr(e,t,n){if(!e.s){if(n instanceof rr){if(!n.s)return void(n.o=nr.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(nr.bind(null,e,t),nr.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}var rr=/*#__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{nr(r,1,i(this.v))}catch(e){nr(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?nr(r,1,t?t(o):o):n?nr(r,1,n(o)):nr(r,2,o)}catch(e){nr(r,2,e)}},r},e}();function or(e){return e instanceof rr&&1&e.s}var ir,sr,ar=16777216,ur="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},lr={__proto__:null,default:{}},cr=(ir=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=ur: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],h=[0,8,16,24],d=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),m=[];if(l){var v=new ArrayBuffer(68);a=new Uint8Array(v),m=new Uint32Array(v)}var g=Array.isArray;!o.JS_MD5_NO_NODE_JS&&g||(g=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var b=ArrayBuffer.isView;!l||!o.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&b||(b=function(e){return"object"==typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var y=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(!g(e)&&!b(e))throw new Error(n);return[e,!1]},w=function(e){return function(t){return new _(!0).update(t)[e]()}},P=function(e){return function(t,n){return new j(t,!0).update(n)[e]()}};function _(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 j(e,t){var n,r=y(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 _(!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}_.call(this,t),this.update(l),this.oKeyPad=u,this.inner=!0,this.sharedMemory=t}_.prototype.update=function(e){if(this.finalized)throw new Error("finalize already called");for(var t,n,r=y(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<<h[3&n++]:t<2048?(a[n>>>2]|=(192|t>>>6)<<h[3&n++],a[n>>>2]|=(128|63&t)<<h[3&n++]):t<55296||t>=57344?(a[n>>>2]|=(224|t>>>12)<<h[3&n++],a[n>>>2]|=(128|t>>>6&63)<<h[3&n++],a[n>>>2]|=(128|63&t)<<h[3&n++]):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),a[n>>>2]|=(240|t>>>18)<<h[3&n++],a[n>>>2]|=(128|t>>>12&63)<<h[3&n++],a[n>>>2]|=(128|t>>>6&63)<<h[3&n++],a[n>>>2]|=(128|63&t)<<h[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]<<h[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},_.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()}},_.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)},_.prototype.toString=_.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]},_.prototype.array=_.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]},_.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},_.prototype.buffer=_.prototype.arrayBuffer,_.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]+"==")},(j.prototype=new _).finalize=function(){if(_.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();_.call(this,this.sharedMemory),this.update(this.oKeyPad),this.update(e),_.prototype.finalize.call(this)}};var E=function(){var t=w("hex");s&&(t=function(t){var r,i=lr,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)),g(e)||b(e)||e.constructor===s?i.createHash("md5").update(r(e)).digest("hex"):t(e)}}(t)),t.create=function(){return new _},t.update=function(e){return t.create().update(e)};for(var r=0;r<d.length;++r){var i=d[r];t[i]=w(i)}return t}();E.md5=E,E.md5.hmac=function(){var e=P("hex");e.create=function(e){return new j(e)},e.update=function(t,n){return e.create(t).update(n)};for(var t=0;t<d.length;++t){var n=d[t];e[n]=P(n)}return e}(),u?t.exports=E:o.md5=E}()},ir(sr={exports:{}}),sr.exports);function fr(e,t=0){return mr(e,t,2).getUint16(0,!0)}function hr(e,t=0){return mr(e,t,4).getUint32(0,!0)}function dr(e,t=0,n=e.byteLength){const r=e.slice(t,t+n);return vr.decode(new Uint8Array(r))}function pr(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 mr(e,t,n){const r=e.slice(t,t+n);return new DataView(new Uint8Array(r).buffer)}const vr=new TextDecoder("utf8"),gr=[["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 br(e){return e.flatMap(([e,t,n,r={},o=[]])=>[[e,t,n,r],...o])}function yr(e,t){const n=fr(e,26),r=dr(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=hr(e,18),r=hr(e,22),o=fr(e,28);if(n===r){const r=dr(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 wr=function(e){return br(e).map(([e,t,n,{offset:r=0}={}])=>n.length+r).reduce((e,t)=>t>e?t:e,0)}(gr);function Pr(e,t){for(const[n,r,o,{exact:i=!0,offset:s=0}={},a=[]]of t)if(pr(e,o,s)){if("zip"===n&&!i)return yr(e.buffer,{ext:n,mime:r});if(!i&&a.length)for(const[t,n,r,{offset:o=0}={}]of a)if(pr(e,r,o))return{ext:t,mime:n};return{ext:n,mime:r}}}function _r(e){var t=cr.md5.create();return t.update(e),t.base64()}function jr(e,t){void 0===t&&(t=void 0);var n=function(e,{extra:t=!1,hint:n}={}){const r=new Uint8Array(e.slice(0,wr));if(n){const e=function(e,{ext:t,mime:n}){return t||n?br(e).filter(e=>e[0]===t||e[1]===n):[]}(gr,n);if(e.length>0){const t=Pr(r,e);if(void 0!==t)return t}}return Pr(r,gr)||(t?function(e){return function(e){try{const t=dr(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=Er(t)),s}function Er(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(".md")?n="text/markdown":t.endsWith(".yaml")||t.endsWith(".yml")?n="application/yaml":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(".avif")?n="image/avif":t.endsWith(".bmp")?n="image/bmp":t.endsWith(".tiff")||t.endsWith(".tif")?n="image/tiff":t.endsWith(".ico")?n="image/x-icon":t.endsWith(".svg")?n="image/svg+xml":t.endsWith(".xml")?n="application/xml":t.endsWith(".hdr")?n="image/vnd.radiance":t.endsWith(".exr")?n="image/x-exr":t.endsWith(".ktx2")?n="image/ktx2":t.endsWith(".ktx")?n="image/ktx":t.endsWith(".dds")?n="image/vnd-ms.dds":t.endsWith(".ogg")?n="audio/ogg":t.endsWith(".mp3")?n="audio/mpeg":t.endsWith(".wav")?n="audio/wave":t.endsWith(".flac")?n="audio/flac":t.endsWith(".m4a")?n="audio/mp4":t.endsWith(".aac")?n="audio/aac":t.endsWith(".mp4")?n="video/mp4":t.endsWith(".webm")?n="video/webm":t.endsWith(".mov")?n="video/quicktime":t.endsWith(".woff2")?n="font/woff2":t.endsWith(".woff")?n="font/woff":t.endsWith(".ttf")?n="font/ttf":t.endsWith(".otf")?n="font/otf":t.endsWith(".zip")?n="application/zip":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":t.endsWith(".ply")?n="model/ply":t.endsWith(".dae")?n="model/vnd.collada+xml":t.endsWith(".3mf")?n="model/3mf":(t.endsWith(".splat")||t.endsWith(".spz")||t.endsWith(".ksplat")||t.endsWith(".sog")||t.endsWith(".sogs"))&&(n="application/octet-stream"),n}function Sr(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}function Tr(e,t){for(var n=t;n<e.length&&0!==e[n];)n++;return n>=e.length?null:new TextDecoder("latin1").decode(e.subarray(t,n))}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));var xr=function(e){try{return Promise.resolve(new Promise(function(t){return setTimeout(t,e)}))}catch(e){return Promise.reject(e)}},kr=/*#__PURE__*/K(/^image_(\d+)_|^mesh_lod_(\d+)_/,{image_lod:1,mesh_lod:2});function Or(e,t,n){if(!e.s){if(n instanceof Rr){if(!n.s)return void(n.o=Or.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(Or.bind(null,e,t),Or.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}var Rr=/*#__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{Or(r,1,i(this.v))}catch(e){Or(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?Or(r,1,t?t(o):o):n?Or(r,1,n(o)):Or(r,2,o)}catch(e){Or(r,2,e)}},r},e}();function Ur(e){return e instanceof Rr&&1&e.s}function Ar(e){return e.includes("\\u")?JSON.parse('"'+e+'"'):decodeURIComponent(e)}function Wr(e){for(var t,n=Infinity,r=[],o=I(e);!(t=o()).done;){var i=t.value,s=i.path.split("/").length;s<n?(n=s,r=[i]):s===n&&r.push(i)}return r}var Cr,Nr=/*#__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))return"Calculating...";if(e<60)return Math.round(e)+"sec";var t=Math.floor(e/60);if(t<60)return t+"min";var n=Math.floor(t/60);if(n<24)return n+"h "+t%60+"min";var r=Math.floor(n/24);return r<=10?r+"d":"Calculating..."},e}(),Lr=function(e){void 0===e&&(e={});try{var t;return(null!=(t=e.isNode)?t:"undefined"!=typeof process&&null!=(n=process.versions)&&n.node)?Cr?Promise.resolve(Cr):Promise.resolve(Promise.all([import("node:http"),import("node:https")])).then(function(e){for(var t=e[1].default,n=new e[0].default.Agent({keepAlive:!0}),r=new t.Agent({keepAlive:!0}),o=0,i=[n,r];o<i.length;o++){var s=i[o];s.createConnection=Ir(s.createConnection,zr)}return Cr={httpAgent:n,httpsAgent:r}}):Promise.resolve({})}catch(e){return Promise.reject(e)}var n},zr=15e3;function Ir(e,t,n){return void 0===n&&(n={setTimeout:setTimeout,clearTimeout:clearTimeout}),function(r,o){var i=e.call(this,r,o);if(!i||"function"!=typeof i.once)return i;var s=n.setTimeout(function(){var e=new Error("connect timeout: no connection within "+t/1e3+"s");e.code="ETIMEDOUT",i.destroy(e)},t),a=function(){return n.clearTimeout(s)};return i.once("connect",a),i.once("secureConnect",a),i.once("error",a),i.once("close",a),i}}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));const Fr="undefined"!=typeof Symbol?Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")):"@@iterator";function Dr(e,t,n){if(!e.s){if(n instanceof Mr){if(!n.s)return void(n.o=Dr.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(Dr.bind(null,e,t),Dr.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}var Mr=/*#__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{Dr(r,1,i(this.v))}catch(e){Dr(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?Dr(r,1,t?t(o):o):n?Dr(r,1,n(o)):Dr(r,2,o)}catch(e){Dr(r,2,e)}},r},e}();function Br(e){return e instanceof Mr&&1&e.s}function qr(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(!Br(a))return void a.then(s,o||(o=Dr.bind(null,r=new Mr,2)));a=a.v}r?Dr(r,1,a):r=a}catch(e){Dr(r||(r=new Mr),2,e)}}(),r}function Jr(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}function Hr(e,t){try{var n=e()}catch(e){return t(!0,e)}return n&&n.then?n.then(t.bind(null,!1),t.bind(null,!0)):t(!1,n)}var Gr=[],$r=[".html",".js",".css"],Vr=[".gz",".br"];function Kr(e){return"path"in e&&e.path?e.path:e.name}function Xr(e){var t,n=null==e||null==(t=e.config)?void 0:t.url;if(!n)return null;try{return new URL(n).host}catch(e){return null}}var Yr={ECONNRESET:"connection reset before the upload completed",ECONNREFUSED:"connection refused by the storage host",ECONNABORTED:"connection aborted — timed out or closed mid-request",ENOTFOUND:"DNS lookup failed for the storage host",EAI_AGAIN:"DNS lookup failed temporarily — resolver unavailable",ETIMEDOUT:"connection timed out",EPIPE:"connection closed while sending the file",EHOSTUNREACH:"storage host unreachable from this network",ENETUNREACH:"network unreachable",EPROTO:"TLS or protocol error",ERR_NETWORK:"network error — the request never reached the storage host",CERT_HAS_EXPIRED:"the TLS certificate for the storage host has expired",UNABLE_TO_VERIFY_LEAF_SIGNATURE:"the TLS certificate for the storage host could not be verified",DEPTH_ZERO_SELF_SIGNED_CERT:"a self-signed TLS certificate was presented for the storage host",SELF_SIGNED_CERT_IN_CHAIN:"a self-signed TLS certificate was presented for the storage host"};function Zr(e){if(!e)return"unknown upload error";var t=[];try{var n=e.response,r=null==n?void 0:n.status,o=null==n?void 0:n.statusText;r&&t.push("HTTP "+r+(o?" "+o:""));var i=null==n?void 0:n.data;if(null!=i){var s,a,u;if("string"==typeof i)u=i;else try{u=JSON.stringify(i)}catch(e){u=String(i)}var l=null==(s=u.match(/<Code>([^<]+)<\/Code>/))?void 0:s[1],c=null==(a=u.match(/<Message>([^<]+)<\/Message>/))?void 0:a[1];if(l)t.push("S3 "+l+(c?": "+c:""));else if(function(e){return/^\s*(<!DOCTYPE\s+html|<html[\s>])/i.test(e)}(u)){var f=Xr(e);t.push("blocked by a network filter or proxy"+(f?" before it reached "+f:"")+" — ask your network administrator to allow this host")}else u&&t.push(u.slice(0,200))}var h=null;if(!n&&(h=function(e){var t,n,r=null!=(t=null==e?void 0:e.code)?t:null==e||null==(n=e.cause)?void 0:n.code;return"string"==typeof r&&r.length?r:null}(e),h)){var d=Yr[h];t.push(d?h+" ("+d+")":h);var p=Xr(e);p&&t.push("while uploading to "+p)}var m=e.message?String(e.message):"",v=r&&/^Request failed with status code \d+$/.test(m)||null!==h&&m.includes(h);m&&!v&&t.push(m)}catch(e){}return 0===t.length&&e.message&&t.push(String(e.message)),t.length?t.join(" — "):"unknown upload error"}var Qr=12e4;function eo(e,t){var n=null,r=!1,o=function(){n&&(clearTimeout(n),n=null)};return{reset:function(){r||(o(),n=setTimeout(function(){r=!0,n=null,t()},e))},cancel:o}}var to="undefined"!=typeof Symbol?Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")):"@@iterator";function no(e,t,n){if(!e.s){if(n instanceof ro){if(!n.s)return void(n.o=no.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(no.bind(null,e,t),no.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}var ro=/*#__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{no(r,1,i(this.v))}catch(e){no(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?no(r,1,t?t(o):o):n?no(r,1,n(o)):no(r,2,o)}catch(e){no(r,2,e)}},r},e}();function oo(e){return e instanceof ro&&1&e.s}function io(e,t,n){if(!e.s){if(n instanceof so){if(!n.s)return void(n.o=io.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(io.bind(null,e,t),io.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}var so=/*#__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{io(r,1,i(this.v))}catch(e){io(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?io(r,1,t?t(o):o):n?io(r,1,n(o)):io(r,2,o)}catch(e){io(r,2,e)}},r},e}();function ao(e){return e instanceof so&&1&e.s}function uo(e,t,n){if(!e.s){if(n instanceof lo){if(!n.s)return void(n.o=uo.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(uo.bind(null,e,t),uo.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}var lo=/*#__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{uo(r,1,i(this.v))}catch(e){uo(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?uo(r,1,t?t(o):o):n?uo(r,1,n(o)):uo(r,2,o)}catch(e){uo(r,2,e)}},r},e}();function co(e){return e instanceof lo&&1&e.s}var fo=function(e,t,n,r,o){try{var i=new URL(""+e.baseUrl+t+"/"+encodeURIComponent(n));return Promise.resolve(fetch(i,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify(null!=r?r:{})}))).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 Y(e.status,t,"Failed to "+o+" project ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}},ho=["chat_url"];function po(e){return mo.apply(this,arguments)}function mo(){return mo=G(/*#__PURE__*/J().mark(function e(t){var n,r,o,i,s,a,u,l,c,f;return J().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,z(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=I(a);case 16:if((l=u()).done){e.next=24;break}if(!(c=vo(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=vo(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]])})),mo.apply(this,arguments)}function vo(e){for(var t,n=null,r="",o=void 0,i=I(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"notice":a={type:"notice",message:decodeURIComponent(r)};break;case"stopped":a={type:"stopped"};break;case"tool_call":a=F({type:"tool_call"},JSON.parse(r));break;case"tool_result":a=F({type:"tool_result"},JSON.parse(r));break;case"elicitation":a=F({type:"elicitation"},JSON.parse(r));break;case"done":var u=JSON.parse(r),l=u.chat_url;a={type:"done",token_usage:q(u,ho)},l&&(a.chat_url=l);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 go(e,t){var n=Q(e);return null!=t&&t.personal&&(n["x-needle-ai-chat"]="personal"),null!=t&&t.instanceId&&(n["x-needle-instance-id"]=t.instanceId),n}var bo=function(e,t){try{var n=new URL(e.baseUrl+Z.ai.chat),r=go(e,t);return r["Content-Type"]="application/json",Promise.resolve(fetch(n,F({},ee,{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,disabled_tools:t.disabled_tools})}))).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)}},yo=function(e,t,n){try{return null!=n&&n.reconnect?function(e,t,n){try{var r=new URL(e.baseUrl+Z.ai.chat+"/"+encodeURIComponent(t)),o=go(e,n);return o.Accept="text/event-stream",Promise.resolve(fetch(r,F({},ee,{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?po(e.body):null})}catch(e){return Promise.reject(e)}}(e,t,n):function(e,t,n){try{var r=new URL(e.baseUrl+Z.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=go(e,n);return Promise.resolve(fetch(r,F({},ee,{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)}},wo=function(e){try{var t=new URL(e.baseUrl+Z.ai.list_chats),n=go(e);return Promise.resolve(fetch(t,F({},ee,{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 Po(e,t){return t.stream?function(e,t){return _o.apply(this,arguments)}(e,t):bo(e,t)}function _o(){return(_o=G(/*#__PURE__*/J().mark(function e(t,n){var r,o,i,s;return J().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=new URL(t.baseUrl+Z.ai.chat),(o=go(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,disabled_tools:n.disabled_tools},e.next=6,z(fetch(r,F({},ee,{method:"POST",headers:o,body:JSON.stringify(i)})));case 6:if((s=e.sent).ok){e.next=12;break}return e.next=10,z(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(C(N(po(s.body))),"t0",15);case 15:case"end":return e.stop()}},e)}))).apply(this,arguments)}var jo=function(){var e=globalThis.crypto;if(null!=e&&e.randomUUID)return e.randomUUID();var t=new Uint8Array(16);if(null!=e&&e.getRandomValues)e.getRandomValues(t);else for(var n=0;n<16;n++)t[n]=Math.floor(256*Math.random());t[6]=15&t[6]|64,t[8]=63&t[8]|128;var r=Array.from(t,function(e){return e.toString(16).padStart(2,"0")}).join("");return r.slice(0,8)+"-"+r.slice(8,12)+"-"+r.slice(12,16)+"-"+r.slice(16,20)+"-"+r.slice(20)}();function Eo(e){if("string"!=typeof e||0===e.length)return null;try{return new URL(e).host}catch(e){return null}}function So(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,h=void 0!==f&&f,d=r.createWebSocket,p=null,m=null,v=null,g=!1;function b(e){return y.apply(this,arguments)}function y(){return(y=G(/*#__PURE__*/J().mark(function e(t){var n,r,o,i,s,a;return J().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=!1,r=!1,e.prev=2,i=N(t);case 4:return e.next=6,z(i.next());case 6:if(!(n=!(s=e.sent).done)){e.next=14;break}return"done"===(a=s.value).type&&(p=a.token_usage,a.chat_url&&(m=a.chat_url)),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,z(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)),v=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,h=void 0===f?3e3:f,d=t.maxReconnectAttempts,p=void 0===d?10:d,m=t.heartbeatInterval,v=void 0===m?3e4:m,g=t.heartbeatTimeout,b=void 0===g?75e3:g,y=t.createWebSocket,w=void 0===y?function(e){return new WebSocket(e)}:y,P=jo,_=null,j=!1,E=0,S=null,T=null,x=0,k=!1,O=3,R=0,U=[].concat(void 0===o?[]:o),A=null,W=null;if("undefined"!=typeof document&&"function"==typeof document.addEventListener){var C=function(t){var n,r,o,i;r=e.baseUrl,o=Eo(null==(n=t)?void 0:n.blockedURI),i=Eo(r),null!==o&&null!==i&&o===i&&(A=t)};document.addEventListener("securitypolicyviolation",C),W=function(){return document.removeEventListener("securitypolicyviolation",C)}}function N(e){_&&1===_.readyState&&_.send(JSON.stringify(e))}function L(){N({type:"register",source:r,instanceId:P,tools:U})}function z(){T&&(clearInterval(T),T=null)}function I(){!j&&c&&(S||(E>=p?null==u||u(new Error("Max reconnect attempts ("+p+") reached")):(E++,S=setTimeout(function(){S=null,D()},h))))}function D(){if(!j){if(_){try{_.close(1e3,"client reconnecting")}catch(e){}_=null}var t=function(){var t=""+e.baseUrl.replace(/\/$/,"").replace(/^http/,"ws")+Z.ai.ws+"?token="+encodeURIComponent(e.authToken);return e.org&&(t+="&org="+encodeURIComponent(e.org)),t+"&instance="+encodeURIComponent(P)}();(_=w(t)).onopen=function(){E=0,L(),z(),v&&b&&(x=Date.now(),k=!1,R=0,T=setInterval(function(){if(!j&&_){if(Date.now()-x>b){if(!k)return void(++R>=O&&z());z();var e=_;_=null;try{e.close(1e3,"heartbeat timeout")}catch(e){}return null==a||a(),void I()}N({type:"ping"})}},v)),null==s||s()},_.onmessage=function(e){x=Date.now();var t="string"==typeof e.data?e.data:String(e.data);!k&&t.includes('"pong"')&&(k=!0),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||{},s={chatId:"string"==typeof t.chatId&&t.chatId?t.chatId:null,requestId:n};if(!i)return void N({type:"tool_error",requestId:n,error:"No tool handler registered"});Promise.resolve().then(function(){return i(r,o,s)}).then(function(e){if(e.error)N({type:"tool_error",requestId:n,error:e.error});else{var t=Array.isArray(e.images)&&e.images.length>0?e.images:void 0;N(F({type:"tool_result",requestId:n,result:e.result},t?{images:t}:{}))}}).catch(function(e){N({type:"tool_error",requestId:n,error:(null==e?void 0:e.message)||String(e)})})}}catch(e){}}(t)},_.onclose=function(e){var t,n;_=null,z(),null==a||a(),"replaced"!==("string"==typeof(null==e?void 0:e.reason)?e.reason:null!=(t=null==e||null==(n=e.reason)||null==n.toString?void 0:n.toString())?t:"")&&4001!==(null==e?void 0:e.code)?I():j=!0},_.onerror=function(t){null==u||u((null==t?void 0:t.error)||function(e,t){var n=String(null!=e?e:"").replace(/\/+$/,"");if(!t)return new Error("WebSocket error: can not connect to "+n+". Please try again later.");var r="string"==typeof t.violatedDirective&&t.violatedDirective?t.violatedDirective:"connect-src",o="string"==typeof t.documentHost&&t.documentHost||Eo(t.documentURI)||"this page";return new Error("Blocked by the Content Security Policy of "+o+": it does not allow connections to "+n+" (violated "+r+"). This is a restriction of the page you are on, not a problem with Needle Cloud, so retrying will not help. Allow "+n+" in that page's "+r+", or use the inspector on another page.")}(e.baseUrl,A))}}}return D(),{instanceId:P,updateTools:function(e){U=[].concat(e),L()},sendPresence:function(e){N(F({type:"presence"},e))},close:function(){j=!0,z(),S&&(clearTimeout(S),S=null),W&&(W(),W=null),_&&(_.close(1e3,"client closed"),_=null)},get connected(){return null!==_&&1===_.readyState}}}(e,F({source:i,tools:a,onToolRequest:u},d?{createWebSocket:d}:{},{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 w={get ready(){return n},sendMessage:function(t,r,o){return G(/*#__PURE__*/J().mark(function s(){var a,u,l;return J().wrap(function(s){for(;;)switch(s.prev=s.next){case 0:return s.next=2,z(n);case 2:if(!g){s.next=4;break}throw new Error("ChatSession is closed");case 4:return l=Po(e,{slug:t,message:r,stream:!0,source:i,personal:h,instanceId:null!=(a=null==(u=v)?void 0:u.instanceId)?a:null,full_url:null==o?void 0:o.full_url,pathname:null==o?void 0:o.pathname,context:null==o?void 0:o.context,disabled_tools:null==o?void 0:o.disabled_tools}),s.delegateYield(C(N(b(l))),"t0",6);case 6:case"end":return s.stop()}},s)}))()},sendMessageSync:function(t,r,o){return Promise.resolve(n).then(function(){var n,s;if(g)throw new Error("ChatSession is closed");return Promise.resolve(Po(e,{slug:t,message:r,stream:!1,source:i,personal:h,instanceId:null!=(n=null==(s=v)?void 0:s.instanceId)?n:null,full_url:null==o?void 0:o.full_url,pathname:null==o?void 0:o.pathname,context:null==o?void 0:o.context,disabled_tools:null==o?void 0:o.disabled_tools})).then(function(e){return e.token_usage&&(p=e.token_usage),e.chat_url&&(m=e.chat_url),e})})},interruptChat:function(t){try{return Promise.resolve(function(e,t,n){try{var r=new URL(e.baseUrl+Z.ai.chat_stop),o=go(e,n);return o["Content-Type"]="application/json",Promise.resolve(fetch(r,F({},ee,{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:h}))}catch(e){return Promise.reject(e)}},readChat:function(t,n){try{return Promise.resolve(yo(e,t,{offset:null==n?void 0:n.offset,limit:null==n?void 0:n.limit,personal:h})).then(function(e){return e.chat_url&&(m=e.chat_url),e})}catch(e){return Promise.reject(e)}},reconnectChat:function(t){try{return Promise.resolve(yo(e,t,{personal:h,reconnect:!0})).then(function(e){return e?b(e):null})}catch(e){return Promise.reject(e)}},listChats:function(){try{return Promise.resolve(wo(e))}catch(e){return Promise.reject(e)}},newChat:function(){return(t=null==(e=globalThis.crypto)||null==e.randomUUID?void 0:e.randomUUID())?"chat-"+t:"chat-"+Date.now().toString(36)+"-"+Math.random().toString(36).slice(2,10);var e,t},updateTools:function(e){v&&v.updateTools(e)},get usage(){return p},get chatUrl(){return m},get toolsConnected(){var e,t;return null!=(e=null==(t=v)?void 0:t.connected)&&e},get instanceId(){var e,t;return null!=(e=null==(t=v)?void 0:t.instanceId)?e:null},close:function(){g=!0,v&&(v.close(),v=null)}};return w}var To=function(e,t){try{return Promise.resolve(t?{authToken:t,org:e||void 0}:k.requestAccessToken(e).then(function(t){return{authToken:t,org:e||void 0}}))}catch(e){return Promise.reject(e)}},xo=["org","authToken"],ko=["org","authToken"],Oo=function(e,t){try{if(!e)throw new Error("A content identifier is required");var n=t||{},r=n.org,o=n.authToken,i=q(n,ko),s=Ao.filter(function(e){return e in i});if(s.length)throw new Error(s.join(" and ")+" cannot be changed through updateContent — visibility must be changed deliberately, not as part of a metadata update.");if(!Object.keys(i).length)throw new Error("Nothing to update — pass at least one field");return Promise.resolve(To(r,o)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return Promise.resolve(function(e,t,n){try{var r=function(){return Promise.resolve(fetch(o,F({},ee,{method:"PATCH",headers:F({},i,{"Content-Type":"application/json"}),body:JSON.stringify(s)})).catch(function(e){return{error:e.message,status:500}})).then(function(e){var t;function r(r){return t?r:Promise.resolve(e.json()).then(function(e){var t=function(){if(e.upload_thumbnail&&n.thumbnail){var t,r=function(){o&&console.error("Failed to upload thumbnail",o.status,o.error)},o=null,i=0,s=function(e,t,n){for(var r;;){var o=e();if(co(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!co(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!co(s)){r=2;break}}}var a=new lo,u=uo.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&&!co(s))return void s.then(f).then(void 0,u);if(!(o=e())||co(o)&&!o.v)return void uo(a,1,i);if(o.then)return void o.then(c).then(void 0,u);co(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):uo(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):uo(a,1,i)}}(function(){return!t&&i<5},function(){return i++},function(){var r=e.upload_thumbnail;return Promise.resolve(fetch(r.put_url,{method:"PUT",headers:{"Content-Type":r.content_type,"Content-MD5":r.content_md5},body:n.thumbnail}).catch(function(e){return{error:e.message,status:500}})).then(function(e){var n=function(){if("error"in e)return o=e,Promise.resolve(xr(100*i)).then(function(){});var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){return o={error:t,status:e.status},Promise.resolve(xr(100*i)).then(function(){})});o=null,t=1}();return n&&n.then?n.then(function(){}):void 0}();if(n&&n.then)return n.then(function(){})})});return s&&s.then?s.then(r):r()}}();return t&&t.then?t.then(function(){return{success:!0}}):{success:!0}})}if("error"in e)return e;var o=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(n){return t=1,{error:n,status:e.status}})}();return o&&o.then?o.then(r):r(o)})},o=""+e.baseUrl+Z.content.root+"/"+t,i=Q(e),s=F({},n),a=function(){if(n.thumbnail){var e=n.thumbnail;return Promise.resolve(e.arrayBuffer()).then(function(t){var n=_r(t);s.upload_thumbnail={name:e.name,content_size:e.size,content_type:e.type,content_md5:n}})}}();return Promise.resolve(a&&a.then?a.then(r):r())}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e,i)).then(function(e){if(e&&"error"in e)throw new Error(e.error);return{success:!0}})})}catch(e){return Promise.reject(e)}},Ro=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=""+e.baseUrl+Z.content.root+"/"+t,r=Q(e);return Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:r}))).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 get content ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Uo=function(e){void 0===e&&(e={});try{var t=e.org,n=e.authToken,r=q(e,xo);return Promise.resolve(To(t,n)).then(function(e){if(null==e||!e.authToken)throw new Error("Not authenticated");return function(e,t){void 0===t&&(t={});try{var n=new URL(e.baseUrl+Z.content.root);t.content_type&&n.searchParams.set("content_type",t.content_type),t.content_format&&n.searchParams.set("content_format",t.content_format),t.search&&n.searchParams.set("search",t.search),t.tags&&n.searchParams.set("tags",t.tags),t.types&&n.searchParams.set("types",t.types),t.trash&&n.searchParams.set("trash","true"),t.is_public&&n.searchParams.set("is_public","true"),t.page&&n.searchParams.set("page",String(t.page)),t.limit&&n.searchParams.set("limit",String(t.limit)),t.collection_id&&n.searchParams.set("collection_id",t.collection_id),t.offset&&n.searchParams.set("offset",String(t.offset));var r=Q(e);return Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:r}))).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 content ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},e),r)})}catch(e){return Promise.reject(e)}},Ao=["password","is_public"],Wo=["thumbnail","metadata"],Co=function(e,t){try{return Promise.resolve(To(t.org,t.authToken)).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||Er(e.name);e=new File([e.buffer],e.name,{type:n})}else e.type||(e=new File([e],e.name,{type:Er(e.name)}));var r,o=e;return null==t&&(t=e.webkitRelativePath||""),o.path=t+e.name,o}(e)}),o=t.thumbnail,i=t.metadata;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{for(var r,o,i=function(e){var t=[];return{files:e.filter(function(e){var n=e.name||"";return!(!n||n.endsWith("/"))||(t.push({name:n,reason:"directory-entry"}),!1)}),skipped:t}}(t.files),s=i.files,a=I(i.skipped);!(o=a()).done;)console.warn('[upload] Skipping directory entry: "'+o.value.name+'"');t.files=s;var u=(null==(r=n)?void 0:r.loglevel)||"none";if(!s.length)return"none"!=u&&console.error("No files to upload"),Promise.resolve({success:!1,error:"No files to upload"});if(!t.entrypoint){var l=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=I(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 h,d=I(f);!(h=d()).done;){var p=s.get(h.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 v=function(e){for(var t,n=new Array,r=/(mesh_lod|image)_\d_(.{1,50})/,o=I(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]:null!=(a=Wr(n)[0])?a:null;var a}(m);return v?t=v:(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 g=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")});if(g.length>=1)return t=function(e){for(var t,n,r=Wr(e),o=function(){var e=s[i],t=r.find(function(t){return t.name.toLowerCase().endsWith("."+e)});if(t)return{v:t}},i=0,s=["usda","usdz","usd","usdc"];i<s.length;i++)if(n=o())return n.v;return null!=(t=r[0])?t:null}(g),t;var b=e.filter(function(e){return e.name.toLowerCase().endsWith(".fbx")});if(b.length>1)return n="Invalid upload: Multiple fbx files found. This is currently not supported.",console.error(n,b),{error:n};if(1===b.length)return b[0];var y=e.filter(function(e){return e.name.toLowerCase().endsWith(".obj")});if(y.length>1)return n="Invalid upload: Multiple obj files found. This is currently not supported.",console.error(n,y),{error:n};if(1===y.length)return y[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];var P=e.filter(function(e){var t=e.name.toLowerCase();return t.endsWith(".ply")||t.endsWith(".splat")||t.endsWith(".spz")||t.endsWith(".ksplat")||t.endsWith(".sog")||t.endsWith(".sogs")});if(P.length>1)return n="Invalid upload: Multiple splat files found. Upload them as separate content items.",console.error(n,P.map(function(e){return e.path||e.name})),{error:n};if(1===P.length)return P[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 j=e.filter(function(e){return e.name.toLowerCase().endsWith(".mtlx")});if(j.length>1)return n="Invalid upload: Multiple mtlx files found. This is currently not supported.",console.error(n,j),{error:n};if(1===j.length)return j[0];var E=e.filter(function(e){var t=e.name.toLowerCase();return t.endsWith(".exr")||t.endsWith(".hdr")||t.endsWith(".hdri")});return E.length>1?(n="Invalid upload: Multiple HDRI files found. Upload them as separate content items.",console.error(n,E.map(function(e){return e.path||e.name})),{error:n}):1===E.length?t=E[0]:t||{error:"No supported file to upload found..."}}(s);if(null==l)return Promise.resolve({success:!1,error:"No entrypoint file found"});if("object"==typeof l&&"error"in l)return Promise.resolve({success:!1,error:l.error});"info"===u&&console.log("Entrypoint: "+l.name),t.entrypoint=l}return t.entrypoint&&!s.includes(t.entrypoint)&&s.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(Ur(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Ur(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Ur(s)){r=2;break}}}var a=new Rr,u=Or.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&&!Ur(s))return void s.then(f).then(void 0,u);if(!(o=e())||Ur(o)&&!o.v)return void Or(a,1,i);if(o.then)return void o.then(c).then(void 0,u);Ur(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):Or(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):Or(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)&&kr.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__*/K(/"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=I(i);!(a=c()).done;){var f,h=null==(f=a.value.groups)?void 0:f.value;if(h){var d=!1;if(h.startsWith("http://")||h.startsWith("https://")||h.startsWith("www.")){console.log("✅ Found remote dependency "+h+" ");break}if(h.startsWith("data:")){console.log("✅ Found embedded dependency "+h+" ");break}var p=(l+"/"+Ar(h)).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,v=I(e);!(m=v()).done;){var g=m.value;if(g.webkitRelativePath===p||g.name==p){d=!0,console.log("✅ Found dependency in name or webkit: "+g.name+" || "+g.webkitRelativePath+" ");break}if(g.path===p){d=!0,console.log("✅ Found dependency in path: "+g.path+" ");break}}if(!d)return console.warn("⚠ Missing dependency "+h,l),t=1,{success:!1,error:"Missing resource: "+h}}}}})}();e.splice(a,1)});return Promise.resolve(u&&u.then?u.then(n):n(u))}catch(e){return Promise.reject(e)}}(s)).then(function(r){var o,i,a,l,c,f;if("error"in r)return{success:!1,error:r.error||"Failed to validate files"};if(null!=(o=t.entrypoint)&&o.name.endsWith(".htm")||null!=(i=t.entrypoint)&&i.name.endsWith(".html")||null!=(a=t.entrypoint)&&a.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."};return Promise.resolve(function(e,t){void 0===t&&(t={});try{var n,r=function(e){return n?e:{files:f,entrypoint:h}},o=t.raw,i=t.loglevel,s=void 0===i?"none":i,a=t.entrypoint,u=void 0===a?null:a,l=function(){var e;"none"!==s&&(e=console).log.apply(e,[].slice.call(arguments))};if(void 0!==o&&o)return"none"!==s&&console.warn("Raw upload - skipping gzip compression of files"),Promise.resolve({files:e,entrypoint:u});var c=new Set(e.map(Kr)),f=[],h=u,d=function(e,t,n){if("function"==typeof e[Fr]){var r,o,i,s=e[Fr]();if(function e(a){try{for(;!((r=s.next()).done||n&&n());)if((a=t(r.value))&&a.then){if(!Br(a))return void a.then(e,i||(i=Dr.bind(null,o=new Mr,2)));a=a.v}o?Dr(o,1,a):o=a}catch(e){Dr(o||(o=new Mr),2,e)}}(),s.return){var a=function(e){try{r.done||s.return()}catch(e){}return e};if(o&&o.then)return o.then(a,function(e){throw a(e)});a()}return o}if(!("length"in e))throw new TypeError("Object is not iterable");for(var u=[],l=0;l<e.length;l++)u.push(e[l]);return qr(u,function(e){return t(u[e])},n)}(e,function(t){var r=Kr(t),o=t.name.toLowerCase();if($r.some(function(e){return o.endsWith(e)})){var i,a=Vr.find(function(e){return c.has(""+r+e)});if(!a)return l("gZip compressing file: "+t.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)||jr(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)}}(t).catch(function(e){return{error:"Error compressing "+t.name+": "+e.message}})).then(function(r){if(null===r)return"none"!==s&&console.error("Did not compress file: "+t.name),void f.push(t);if("error"in r)return n=1,{files:e,entrypoint:u,error:r.error};if(!r)return n=1,{files:e,entrypoint:u,error:"Failed to compress "+t.name};var o=u===t;f.push(r),o&&(h=r),l("gZip compressed file: "+t.name+" "+(o?"(entrypoint)":""))});l("Skipping gzip compression, using pre-compressed file: "+r+a),u===t&&(h=null!=(i=e.find(function(e){return Kr(e)===""+r+a}))?i:h)}else f.push(t)},function(){return n});return Promise.resolve(d&&d.then?d.then(r):r(d))}catch(e){return Promise.reject(e)}}(s,{raw:t.raw,loglevel:null!=(c=null==(f=n)?void 0:f.loglevel)?c:u,entrypoint:t.entrypoint})).then(function(r){var o,i,a,l,c,f,h,d;function p(r){function o(){return Promise.resolve(fetch(m+Z.upload.request,F({},ee,{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 "+m+" is reachable.":(console.error("Failed to begin upload\n",e),null)})).then(function(r){var o;function i(i){return o?i:Promise.resolve(r.json()).then(function(r){var o,i;function a(){var t;function o(o){var i;if(t)return o;function a(t){var n;if(i)return t;function o(){var e;function t(t){return e?t:("none"!=u&&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,edit_url:e.edit_url,filesUploaded:s.length,totalSize:c}}))}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)}d=!0,console.log("Upload Done: All files uploaded to "+r.id);var a=F({},Q(e),{id:r.id});"none"!=u&&console.log("Completing upload - notify server");var l=null,f=0,h=function(e,t,n){for(var r;;){var o=e();if(Br(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Br(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Br(s)){r=2;break}}}var a=new Mr,u=Dr.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&&!Br(s))return void s.then(f).then(void 0,u);if(!(o=e())||Br(o)&&!o.v)return void Dr(a,1,i);if(o.then)return void o.then(c).then(void 0,u);Br(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):Dr(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):Dr(a,1,i)}}(function(){return!n&&f<5},function(){return f++},function(){return Promise.resolve(xr(1e3*f)).then(function(){var e=AbortSignal.timeout(6e4+5e3*f);return Promise.resolve(fetch(m+Z.upload.done,F({},ee,{method:"POST",headers:a,signal:e})).catch(function(e){return console.error("Failed to complete upload ("+(f+1)+" / 5)",e.message),null})).then(function(e){var t,r;!0!==(null==(t=l=e)?void 0:t.ok)?"none"!=u&&f<4&&console.warn("Failed to complete upload ("+((null==(r=l)?void 0:r.status)||"no status")+"): will retry in 1 second"):n=1})})});return h&&h.then?h.then(o):o()}var l=function(t){if(null!=(t=n)&&null!=(t=t.abort)&&t.aborted)return Promise.resolve(Bn({identifier:r.id,status:"canceled",status_message:"Upload aborted",error:"Upload aborted"},e)).then(function(){return i=1,{success:!1,error:"Upload aborted"}})}();return l&&l.then?l.then(a):a(l)}var i=function(){if(j)return Promise.resolve(Bn({identifier:r.id,status:"failed",error:"Failed to upload files"},e)).then(function(){return t=1,{success:!1,error:"Failed to upload files"}})}();return i&&i.then?i.then(o):o(i)}"debug"===u&&console.debug("BeginResponse",r);var l,c=s.reduce(function(e,t){return e+t.size},0);if("exists"===r.type)return"none"!=u&&console.log("Upload already exists",r.id),null!=(l=n)&&l.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:s.length,totalSize:c,url:r.url,edit_url:r.edit_url};var f=t.entrypoint.webkitRelativePath||t.entrypoint.name,h=0;null==(o=n)||null==(o=o.abort)||o.addEventListener("abort",function(){try{return console.log("Upload aborted: Cancelling upload"),Promise.resolve(fetch(m+Z.upload.cancel,F({},ee,{method:"POST",headers:{authorization:v,id:r.id}}))).then(function(){})}catch(e){return Promise.reject(e)}});var d=!1;function p(t,n,o){if(void 0===o&&(o=!1),!o&&Date.now()-g<1e3)return!1;if(!d||"completed"===n){g=Date.now();var i=Math.floor(h/c*100);return"debug"===u&&console.log("SET STATUS: "+n,t,i),Bn({identifier:r.id,status:n,status_message:t,progress:i},e),!0}"none"!=u&&console.warn("Invalid status update...")}var g=Date.now();null!=(i=n)&&i.onStart&&n.onStart(r.id,r.content_id);var y=Date.now(),P=new Nr(s.length,c/1024/1024),_=new Array,j=!1,E=[].concat(s),S=s.length,T=function(e,t){void 0===t&&(t=25e3);var n=!1,r=setInterval(function(){if(!n)try{var e=p("Upload in progress","running",!0);e&&"function"==typeof e.then&&e.catch(function(e){console.warn("[upload] heartbeat tick failed:",e)})}catch(e){console.warn("[upload] heartbeat tick threw:",e)}},t);return r&&"function"==typeof r.unref&&r.unref(),function(){n||(n=!0,clearInterval(r))}}(),x=Hr(function(){function o(){var e;return null!=(e=n)&&null!=(e=e.abort)&&e.aborted?console.debug("Upload aborted"):j&&console.debug("Upload failed"),Promise.resolve(Promise.all(_).catch(function(e){var t;null!=(t=n)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),j=!0)})).then(function(){})}var i=qr(E,function(o){var i;if(!(j||null!=(i=n)&&null!=(i=i.abort)&&i.aborted)){if(_.length<10){console.debug("Uploading file "+o+"/"+s.length+": "+s[o].name);var a=0,l=0,d=b.files[o],m=d.filename,v=w[o],g=d.content_length,E=d.content_type,T=s[o],x=T.name.endsWith(".gz")?"gzip":T.name.endsWith(".br")?"br":void 0,k=function(e){try{if(e.fileSize>=67108864)return function(e){try{var t=function(e,t,n){try{return Promise.resolve(fetch(e,F({},ee,{method:"POST",headers:t,body:JSON.stringify(n)}))).then(function(t){function n(e){return t.json()}var r=function(){if(!t.ok)return Promise.resolve(t.text().catch(function(){return""})).then(function(n){throw new Error(e+" "+t.status+": "+n)})}();return r&&r.then?r.then(n):n()})}catch(e){return Promise.reject(e)}},n=e.uploadId,r=e.entrypointPath,o=e.file,i=e.fileName,s=e.fileMd5,a=e.fileType,u=e.content_encoding,l=e.fileSize,c=e.args,f=e.options,h=e.onProgress,d=e.partSize,p=e.concurrency,m=e.maxRetries,v=e.retryDelayMs,g=e.putPart,b=c.baseUrl,y=function(){return F({},Q(c),{"Content-Type":"application/json",org:c.org,job_id:n})},w=F({},y(),{filesize:l.toString()}),P=JSON.stringify({filename:i,entrypoint:r,"content-type":a,"content-md5":s,"content-encoding":u,output_index:0});return Promise.resolve(function(e){var t=e.size,n=e.slice,r=e.partSize,o=void 0===r?ar:r,i=e.concurrency,s=void 0===i?4:i,a=e.maxRetries,u=void 0===a?5:a,l=e.retryDelayMs,c=void 0===l?1e3:l,f=e.createUpload,h=e.getPartUrls,d=e.putPart,p=e.completeUpload,m=e.abortUpload,v=e.onProgress,g=e.signal,b=e.checkCancelled,y=function(){try{var e;if(g&&g.aborted)return Promise.resolve(!0);var t=function(){if(b)return tr(function(){return Promise.resolve(b()).then(function(t){return e=1,!!t})},function(){return e=1,!1})}();return Promise.resolve(t&&t.then?t.then(function(t){return!!e&&t}):!!e&&t)}catch(e){return Promise.reject(e)}};return Promise.resolve(y()).then(function(e){if(e)throw new Error("Upload aborted");var r=function(e,t){if(void 0===t&&(t=ar),!Number.isFinite(e)||e<=0)return[];for(var n=Math.max(t,5242880,Math.ceil(e/1e4)),r=[],o=0,i=1;o<e;){var s=Math.min(o+n,e);r.push({partNumber:i,start:o,end:s,size:s-o}),o=s,i++}return r}(t,o);if(0===r.length)throw new Error("Nothing to upload (size <= 0)");return Promise.resolve(f()).then(function(e){var t=e.upload_id,o=e.key;return Promise.resolve(h(t,o,r.map(function(e){return e.partNumber}))).then(function(e){var i=new Map(e.map(function(e){return[e.part_number,e.url]})),a=[],l=0,f=null,h=[].concat(r),b=Math.max(1,Math.min(s,r.length));return Promise.resolve(Promise.all(Array.from({length:b},function(){return function(){try{var e;return Promise.resolve(function(e,t,n){for(var r;;){var o=e();if(or(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!or(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!or(s)){r=2;break}}}var a=new rr,u=nr.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&&!or(s))return void s.then(f).then(void 0,u);if(!(o=e())||or(o)&&!o.v)return void nr(a,1,i);if(o.then)return void o.then(c).then(void 0,u);or(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):nr(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):nr(a,1,i)}}(function(){return!e&&h.length>0},void 0,function(){function t(t){if(t)e=1;else{var r=h.shift();if(r){var o=tr(function(){return Promise.resolve(function(e){try{var t=i.get(e.partNumber);if(!t)throw new Error("Missing presigned url for part "+e.partNumber);var r=!1;return Promise.resolve(Gn(function(){return Promise.resolve(y()).then(function(o){if(o)throw r=!0,new Error("Upload aborted");return tr(function(){var r=n(e.start,e.end);return Promise.resolve(d({url:t,payload:r,partNumber:e.partNumber,size:e.size,signal:g})).then(function(t){if(!t)throw new Error("No ETag returned for part "+e.partNumber);return t})},function(e){return Promise.resolve(y()).then(function(t){throw t&&(r=!0),e})})})},F({maxAttempts:u+1,baseMs:c,isRetryable:function(e){return!r&&Qn(e)}},c>0?{}:{sleep:function(){return Promise.resolve()}}))).then(function(t){if(!t.ok)throw t.error||new Error("Failed to upload part "+e.partNumber);a.push({part_number:e.partNumber,etag:t.value}),l+=e.size,v&&v(l)})}catch(e){return Promise.reject(e)}}(r)).then(function(){})},function(t){f=f||t,e=1});return o&&o.then?o.then(function(){}):void 0}e=1}}return f?t(f):Promise.resolve(y()).then(t)}))}catch(e){return Promise.reject(e)}}()}))).then(function(){function e(e){function n(e){return a.sort(function(e,t){return e.part_number-t.part_number}),Promise.resolve(p(t,o,a)).then(function(){return{ok:!0,key:o,upload_id:t,parts:r.length}})}var i=function(){if(e)return Promise.resolve(m(t,o).catch(function(){})).then(function(){throw f||new Error("Upload aborted")})}();return i&&i.then?i.then(n):n()}return f?e(f):Promise.resolve(y()).then(e)})})})})}({size:l,partSize:d,concurrency:p,maxRetries:m,retryDelayMs:v,slice:function(e,t){return o.slice(e,t)},signal:null==f?void 0:f.abort,onProgress:function(e){h&&h({loaded:e,total:l,progress:l?e/l:0})},createUpload:function(){try{return Promise.resolve(fetch(b+Z.upload.multipart_create,F({},ee,{method:"POST",headers:w,body:P}))).then(function(e){function t(t){return Promise.resolve(e.json()).then(function(e){return{upload_id:e.upload_id,key:e.key}})}var n=function(){if(!e.ok)return Promise.resolve(e.text().catch(function(){return""})).then(function(t){throw new Error("multipart/create "+e.status+": "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}},getPartUrls:function(e,n,r){try{return Promise.resolve(t(b+Z.upload.multipart_part_urls,y(),{key:n,upload_id:e,part_numbers:r})).then(function(e){return e.urls})}catch(e){return Promise.reject(e)}},putPart:g||function(e){return function(e){var t=e.url,n=e.payload,r=e.partNumber,o=e.contentType,i=e.signal;try{var s=i,a=new AbortController,u=!1,l=function(){return a.abort()};s&&(s.aborted?a.abort():s.addEventListener("abort",l,{once:!0}));var c=eo(Qr,function(){u=!0,a.abort()});return c.reset(),Promise.resolve(Hr(function(){return Jr(function(){var e=Fn.put;return Promise.resolve(Lr()).then(function(r){return Promise.resolve(e.call(Fn,t,n,F({},ee,r,{withCredentials:!1,signal:a.signal,headers:{"Content-Type":o},onUploadProgress:function(){return c.reset()}}))).then(function(e){var t,n;if(200!==e.status)throw new Error(Zr({response:e}));var r=(null==(t=e.headers)?void 0:t.etag)||(null==(n=e.headers)?void 0:n.ETag);if(!r)throw new Error("part PUT returned no ETag (is the bucket's CORS exposeHeaders:etag set?)");return r})})},function(e){if(null!=s&&s.aborted)throw e;if(u)throw new Error("Part "+r+" stalled: no progress for 120s");throw new Error(Zr(e))})},function(e,t){if(c.cancel(),s&&s.removeEventListener("abort",l),e)throw t;return t}))}catch(e){return Promise.reject(e)}}({url:e.url,payload:e.payload,partNumber:e.partNumber,signal:e.signal,contentType:a})},completeUpload:function(e,n,r){try{return t(b+Z.upload.multipart_complete,y(),{key:n,upload_id:e,parts:r})}catch(e){return Promise.reject(e)}},abortUpload:function(e,t){try{return Promise.resolve(fetch(b+Z.upload.multipart_abort,F({},ee,{method:"POST",headers:y(),body:JSON.stringify({key:t,upload_id:e})})).catch(function(){})).then(function(){})}catch(e){return Promise.reject(e)}}})).then(function(){return!0})}catch(e){return Promise.reject(e)}}(e);var t=e.uploadId,n=e.uploadRequestPUTUrl,r=e.entrypointPath,o=e.file,i=e.fileName,s=e.fileBuffer,a=e.fileMd5,u=e.fileSize,l=e.fileType,c=e.content_encoding,f=e.fileIndex,h=e.fileNumber,d=e.fileCount,p=e.loglevel,m=e.args,v=e.options,g=e.experimental;"info"===p&&console.log('Uploading file "'+o.name+'" type='+l+" ("+u+") "+o.type+" with hash "+a);var b=F({},Q(m),{"Content-Type":"application/json",org:m.org,job_id:t,filesize:u.toString(),progress:(f/d*100).toFixed(0)}),y={filename:i,entrypoint:r,"content-type":l,"content-md5":a,"content-encoding":c,output_index:0};"debug"===p&&console.debug("Requesting presigned URL with headers",b);var w=JSON.stringify(y),P=null,_="";return Promise.resolve(Gn(function(){try{var e;if(null!=v&&null!=(e=v.abort)&&e.aborted)throw new Dn("Upload aborted");return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:b,body:w}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text().catch(function(){return""})).then(function(t){throw _=t,{response:{status:e.status,statusText:e.statusText,data:t}}})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}},{baseMs:500,onRetry:function(e){var t=e.attempt,n=e.waitMs;console.warn('Failed to get presigned url for "'+i+'" "'+l+'": '+Zr(e.error)+"\n→ Retry #"+t+" in "+n+"ms")}})).then(function(n){if(n.ok)P=n.value;else if(n.error instanceof Dn)throw n.error;if(null==P){var r=_||Zr(n.error);throw new Error('Failed to get presigned url for "'+i+'" "'+l+'" \n'+r)}var o=P.presigned_url,f=!1,b=null,y=[],w=0;return Promise.resolve(Gn(function(t){try{var n;if(null!=v&&null!=(n=v.abort)&&n.aborted)throw new Dn("Upload aborted");var r={"Content-Type":l,"Content-MD5":a};g&&(r["Content-Length"]=u.toString()),c&&(r["Content-Encoding"]=c),1===t&&"none"!=p&&console.log("Uploading file "+h+"/"+d+": "+i),"debug"===p&&console.debug("PUT with headers",r);var f=new AbortController,m=!1,w=function(){return f.abort()};null!=v&&v.abort&&(v.abort.aborted?f.abort():v.abort.addEventListener("abort",w,{once:!0}));var P=eo(Qr,function(){m=!0,f.abort()});return P.reset(),Promise.resolve(Hr(function(){return Jr(function(){var t=Fn.put;return Promise.resolve(Lr()).then(function(n){return Promise.resolve(t.call(Fn,o,s,F({},ee,n,{withCredentials:!1,signal:f.signal,headers:r,onUploadProgress:function(t){P.reset(),e.onProgress(t)}}))).then(function(e){if(200!==e.status)throw{response:e};return e})})},function(e){var t;if(null!=v&&null!=(t=v.abort)&&t.aborted)throw new Dn("Upload aborted");if(m)throw y.push(b="stalled: no upload progress for 120s"),"none"!==p&&console.error("Upload stalled (PUT) ("+h+", "+i+") after 120s with no progress"),new Error(b);throw b=Zr(e),y.push(b),e instanceof Dn||("none"!==p&&console.error("Failed to upload file (PUT) ("+h+", "+i+') "'+b+'"'),"debug"===p&&(console.log(r,{fileSize:u}),e.response?console.debug(e.response):console.debug(e))),e})},function(e,t){if(P.cancel(),null!=v&&v.abort&&v.abort.removeEventListener("abort",w),e)throw t;return t}))}catch(e){return Promise.reject(e)}},{onRetry:function(e){"none"!==p&&console.log("Retry PUT #"+e.attempt+" for file "+i+" in "+e.waitMs+"ms")}})).then(function(e){if(w=e.attempts,e.ok)f=!0,"info"===p&&console.log("Uploaded file "+h+"/"+d+' "'+i+'" ('+l+", "+Sr(u)+")");else if(e.error instanceof Dn)throw e.error;var n=function(){if(!f){var e,n=null!=(e=function(e){if(!Array.isArray(e))return null;for(var t,n=[],r=I(e);!(t=r()).done;){var o=t.value;if("string"==typeof o){var i=o.trim();i&&!n.includes(i)&&n.push(i)}}return n.length?n.join("; "):null}(y))?e:b,r=function(e,t,n){var r="string"==typeof t?t.trim():"",o="number"==typeof n&&n>1?" after "+n+" attempts":"";return r?"Failed to upload file "+e+o+": "+(r.length>400?r.slice(0,400)+"…":r):"Failed to upload file "+e+o}(i,n,w);return console.error(r),Promise.resolve(Bn({identifier:t,status:"failed",status_message:(o=r,s="string"==typeof o?o:String(null!=o?o:""),s.length<=255?s:s.slice(0,254)+"…"),error:"Failed to upload file "+i},m)).then(function(){throw new Error(r)})}var o,s}();return!n||!n.then||n.then(function(e){return!0})})})}catch(e){return Promise.reject(e)}}({uploadId:r.id,uploadRequestPUTUrl:r.request_put_url,entrypointPath:f,file:s[o],fileName:m,fileMd5:d.content_md5,fileBuffer:v,fileType:E,content_encoding:x,fileSize:g,fileIndex:o,fileNumber:o+1,fileCount:S,loglevel:u,experimental:t.experimental,args:e,options:n,onProgress:function(e){var t,r=e.progress||0,i=(a=s[o].size*r)-l;if(l=a,h+=i,null!=(t=n)&&t.progress){var u=h/c,f=s.length,d=s[o].size,v=(Date.now()-y)/1e3,g=P.updateProgress(h/1024/1024);n.progress({uploadedBytes:h,totalBytes:c,progress01:u,fileName:s[o].name,fileSize:d,fileProgress01:r,fileIndex:o,totalFiles:f,estimatedTimeLeftDisplay:g.estimatedTimeRemainingString,estimatedTimeLeft:g.estimatedTimeRemaining,elapsedTime:v}),p("Uploading file "+(o+1)+"/"+f+" ("+m+"): "+(100*r).toFixed(0)+"% of "+Sr(c)+". Finished in approx. "+g.estimatedTimeRemainingString,"running",!1)}}}).then(function(e){if(!0!==e)return e;for(var t=_.length-1;t>=0;t--)_[t]===k&&_.splice(t,1);p("Uploaded "+Sr(h)+" of "+Sr(c)+" for "+s[o].name,"running")}).catch(function(e){var t;null!=(t=n)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),j=!0)});_.push(k)}var O=function(){if(_.length>=10)return Promise.resolve(Promise.race(_)).then(function(){})}();return O&&O.then?O.then(function(){}):void 0}});return i&&i.then?i.then(o):o()},function(e,t){if(T(),e)throw t;return t});return x&&x.then?x.then(a):a()})}if(null===r||"string"==typeof r)return{success:!1,error:r||"Failed to begin upload"};var a=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 o=1,{success:!1,status:r.status,error:t.error}}return"none"!=u&&console.error("Failed to begin upload\n",r.status,e),o=1,{success:!1,status:r.status,error:""+e}})}();return a&&a.then?a.then(i):i(a)})}var i=Jr(function(){return Promise.resolve(function(e){try{var t,n=function(e){var n,o,i,s,a;return t?e:null!=(n=null!=(o=null!=(i=null!=(s=null!=(a=function(e){if(e.length<24)return null;if(137!==e[0]||80!==e[1]||78!==e[2]||71!==e[3])return null;if(13!==e[4]||10!==e[5]||26!==e[6]||10!==e[7])return null;var t=new DataView(e.buffer,e.byteOffset),n=t.getUint32(16,!1),r=t.getUint32(20,!1);return n&&r?{width:n,height:r}:null}(r))?a:function(e){if(e.length<28)return null;for(var t=[171,75,84,88,32,50,48,187,13,10,26,10],n=0;n<t.length;n++)if(e[n]!==t[n])return null;var r=new DataView(e.buffer,e.byteOffset),o=r.getUint32(20,!0),i=r.getUint32(24,!0);return o&&i?{width:o,height:i}:null}(r))?s:function(e){if(e.length<16)return null;if(118!==e[0]||47!==e[1]||49!==e[2]||1!==e[3])return null;for(var t=new DataView(e.buffer,e.byteOffset),n=8;n<e.length;){var r=Tr(e,n);if(null===r)return null;if(0===r.length)return null;var o=Tr(e,n+=r.length+1);if(null===o)return null;if((n+=o.length+1)+4>e.length)return null;var i=t.getInt32(n,!0);if(n+=4,i<0||n+i>e.length)return null;if("dataWindow"===r&&"box2i"===o&&16===i){var s=t.getInt32(n,!0),a=t.getInt32(n+4,!0),u=t.getInt32(n+8,!0)-s+1,l=t.getInt32(n+12,!0)-a+1;return u<=0||l<=0?null:{width:u,height:l}}n+=i}return null}(r))?i:function(e){if(e.length<30)return null;if(82!==e[0]||73!==e[1]||70!==e[2]||70!==e[3])return null;if(87!==e[8]||69!==e[9]||66!==e[10]||80!==e[11])return null;var t=String.fromCharCode(e[12],e[13],e[14],e[15]);if("VP8 "===t){var n=16383&(e[26]|e[27]<<8),r=16383&(e[28]|e[29]<<8);return n&&r?{width:n,height:r}:null}return"VP8L"===t?47!==e[20]?null:{width:1+(16383&(e[21]|e[22]<<8)),height:1+(16383&(e[22]>>6|e[23]<<2|(15&e[24])<<10))}:"VP8X"===t?{width:1+(e[24]|e[25]<<8|e[26]<<16),height:1+(e[27]|e[28]<<8|e[29]<<16)}:null}(r))?o:function(e){if(e.length<4)return null;if(255!==e[0]||216!==e[1])return null;for(var t=2;t<e.length-8;){for(;t<e.length&&255===e[t];)t++;if(t>=e.length)return null;var n=e[t++];if(!(1===n||n>=208&&n<=217)){if(t+2>e.length)return null;var r=e[t]<<8|e[t+1];if(r<2||t+r>e.length)return null;if(n>=192&&n<=207&&196!==n&&200!==n&&204!==n){if(t+7>e.length)return null;var o=e[t+3]<<8|e[t+4],i=e[t+5]<<8|e[t+6];return i&&o?{width:i,height:o}:null}t+=r}}return null}(r))?n:function(e){if(e.length<10)return null;if(35!==e[0]||63!==e[1])return null;var t=new TextDecoder("latin1").decode(e.subarray(0,Math.min(e.length,4096))).match(/[+-]Y\s+(\d+)\s+[+-]X\s+(\d+)/);if(!t)return null;var n=parseInt(t[1],10),r=parseInt(t[2],10);return r&&n?{width:r,height:n}:null}(r)};if(!e||"function"!=typeof e.slice||"number"!=typeof e.size)return Promise.resolve(null);var r,o=Math.min(e.size,65536);if(o<=0)return Promise.resolve(null);var i=function(t,n){try{var i=Promise.resolve(e.slice(0,o).arrayBuffer()).then(function(e){r=new Uint8Array(e)})}catch(e){return n()}return i&&i.then?i.then(void 0,n):i}(0,function(){return t=1,null});return Promise.resolve(i&&i.then?i.then(n):n(i))}catch(e){return Promise.reject(e)}}(t.entrypoint)).then(function(e){e&&(b.width=e.width,b.height=e.height)})},function(e){"debug"===u&&console.warn("readImageResolution failed; uploading without dimensions",e)});return i&&i.then?i.then(o):o()}if(r.error)return{success:!1,error:r.error,status:500};t.files=s=r.files,t.entrypoint=r.entrypoint,s.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 m=e.baseUrl,v="Bearer "+e.authToken,g=F({},Q(e),{triggered_by:t.triggered_by,filename:""+encodeURIComponent(t.entrypoint.name),"total-files":s.length.toString(),"total-files-size":s.reduce(function(e,t){return e+t.size},0).toString()});null!=(o=n)&&o.content_id&&(g.content_id=n.content_id),null!=(i=n)&&i.type&&(g.type=n.type),null!=(a=n)&&a.name&&(g.name=encodeURIComponent(n.name)),null!=(l=n)&&l.parent_job_id&&(g.parent_job_id=n.parent_job_id);var b={entrypoint:(null==(c=t.entrypoint)?void 0:c.path)||(null==(f=t.entrypoint)?void 0:f.name),files:[]};null!=(h=n)&&h.content_type&&(b.content_type=n.content_type);var y=F({outputs:[b]},t.metadata?{metadata:t.metadata}:{},!1===(null==(d=n)?void 0:d.optimizations)?{optimizations:!1}:{}),w=[],P=qr(s,function(e){var t,r=s[e],o=r.path||r.webkitRelativePath||r.name;if(null!=(t=o)&&t.includes(":"))throw new Error("Invalid filename: "+o);return Promise.resolve(r.arrayBuffer()).then(function(t){var i,s,a,u,l,c=r.size,f=r.type;if(null!=(i=f)&&i.length&&"unknown"!==f.toLowerCase()||(f=jr(t,o)),"deployment"===(null==(s=n)?void 0:s.type)){var h=(u=f,l=(a=o).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(".avif.gz")||l.endsWith(".avif.br")?(u="image/avif",a=a.substring(0,a.length-3)):l.endsWith(".bmp.gz")||l.endsWith(".bmp.br")?(u="image/bmp",a=a.substring(0,a.length-3)):l.endsWith(".tiff.gz")||l.endsWith(".tiff.br")||l.endsWith(".tif.gz")||l.endsWith(".tif.br")?(u="image/tiff",a=a.substring(0,a.length-3)):l.endsWith(".hdr.gz")||l.endsWith(".hdr.br")?(u="image/vnd.radiance",a=a.substring(0,a.length-3)):l.endsWith(".exr.gz")||l.endsWith(".exr.br")?(u="image/x-exr",a=a.substring(0,a.length-3)):l.endsWith(".ktx2.gz")||l.endsWith(".ktx2.br")?(u="image/ktx2",a=a.substring(0,a.length-3)):l.endsWith(".ktx.gz")||l.endsWith(".ktx.br")?(u="image/ktx",a=a.substring(0,a.length-3)):l.endsWith(".dds.gz")||l.endsWith(".dds.br")?(u="image/vnd-ms.dds",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(".m4a.gz")||l.endsWith(".m4a.br")?(u="audio/mp4",a=a.substring(0,a.length-3)):l.endsWith(".aac.gz")||l.endsWith(".aac.br")?(u="audio/aac",a=a.substring(0,a.length-3)):l.endsWith(".woff2.gz")||l.endsWith(".woff2.br")?(u="font/woff2",a=a.substring(0,a.length-3)):l.endsWith(".woff.gz")||l.endsWith(".woff.br")?(u="font/woff",a=a.substring(0,a.length-3)):l.endsWith(".ttf.gz")||l.endsWith(".ttf.br")?(u="font/ttf",a=a.substring(0,a.length-3)):l.endsWith(".otf.gz")||l.endsWith(".otf.br")?(u="font/otf",a=a.substring(0,a.length-3)):l.endsWith(".md.gz")||l.endsWith(".md.br")?(u="text/markdown",a=a.substring(0,a.length-3)):l.endsWith(".yaml.gz")||l.endsWith(".yaml.br")||l.endsWith(".yml.gz")||l.endsWith(".yml.br")?(u="application/yaml",a=a.substring(0,a.length-3)):l.endsWith(".zip.gz")||l.endsWith(".zip.br")?(u="application/zip",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(".usda.gz")||l.endsWith(".usda.br")?(u="model/vnd.usd-usda",a=a.substring(0,a.length-3)):l.endsWith(".usdc.gz")||l.endsWith(".usdc.br")?(u="model/vnd.usd-usdc",a=a.substring(0,a.length-3)):l.endsWith(".usd.gz")||l.endsWith(".usd.br")?(u="model/vnd.usd-usd",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)):l.endsWith(".ply.gz")||l.endsWith(".ply.br")?(u="model/ply",a=a.substring(0,a.length-3)):l.endsWith(".dae.gz")||l.endsWith(".dae.br")?(u="model/vnd.collada+xml",a=a.substring(0,a.length-3)):l.endsWith(".3mf.gz")||l.endsWith(".3mf.br")?(u="model/3mf",a=a.substring(0,a.length-3)):(l.endsWith(".splat.gz")||l.endsWith(".splat.br")||l.endsWith(".spz.gz")||l.endsWith(".spz.br")||l.endsWith(".ksplat.gz")||l.endsWith(".ksplat.br")||l.endsWith(".sog.gz")||l.endsWith(".sog.br")||l.endsWith(".sogs.gz")||l.endsWith(".sogs.br"))&&(u="application/octet-stream",a=a.substring(0,a.length-3)),{filename:a,mimetype:u}):null);h&&(o=h.filename,f=h.mimetype)}var d=_r(t);w[e]=t,b.files[e]={filename:o,content_type:f,content_length:c,content_md5:d}})},function(){});return P&&P.then?P.then(p):p()})})}catch(e){return Promise.reject(e)}}(e,t,n);return Gr.push(r),Promise.resolve(r.finally(function(){var e=Gr.indexOf(r);e>=0&&Gr.splice(e,1)}))}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},n,q(t,Wo)),F({triggered_by:"web",entrypoint:void 0,files:r},i?{metadata:i}:{}),{name:t.name,abort:t.abort,type:t.type,content_id:t.content_id}).then(function(e){try{if("error"in e)return Promise.resolve({error:e.error});var n={job_id:e.id,content_id:e.content_id,url:e.url,skipped:e.uploadSkipped},r=function(){if(o&&e.content_id){var r=function(n,r){try{var i=Promise.resolve(Oo(e.content_id,{thumbnail:o,org:null!=(s=t.org)?s:void 0,authToken:null!=(a=t.authToken)?a:void 0})).then(function(){})}catch(e){return r(e)}var s,a;return i&&i.then?i.then(void 0,r):i}(0,function(e){var t=e instanceof Error?e.message:String(e);console.error("[needle-cloud] Upload succeeded but the thumbnail could not be set:",t),n.thumbnail_error=t});if(r&&r.then)return r.then(function(){})}}();return Promise.resolve(r&&r.then?r.then(function(){return n}):n)}catch(e){return Promise.reject(e)}})})}catch(e){return Promise.reject(e)}},No=function(e){try{return Promise.resolve(To()).then(function(t){if(!t)return!1;var n=Array.isArray(e.product)?e.product:[e.product];return n.push.apply(n,s),te(F({baseUrl:"https://cloud.needle.tools/api"},t),{type:"user","x-needle-product":n.join(",")}).then(function(e){for(var t,n=I(e);!(t=n()).done;)if(t.value.valid)return!0;return!1})})}catch(e){return Promise.reject(e)}},Lo=function(e){try{return Promise.resolve(To()).then(function(t){if(!t)return null;var n=Array.isArray(e.product)?e.product:[e.product];return n.push.apply(n,s),te(F({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)}},zo=function(e){try{return Promise.resolve(To(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")+Z.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:F({},Q({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)}}(F({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)}},Io=function(e,t,n){try{return Promise.resolve(Mo(null==n?void 0:n.org)).then(function(r){return Promise.resolve(To(r,null==n?void 0:n.authToken)).then(function(n){return function(e,t,n){try{var r=new URL(e.baseUrl+Z.ai.completions),o=Q(e);return o["Content-Type"]="application/json",Promise.resolve(fetch(r,F({},ee,{method:"POST",headers:o,body:JSON.stringify(F({message:t},null!=(null==n?void 0:n.system)?{system:n.system}:{},null!=(null==n?void 0:n.max_tokens)?{max_tokens:n.max_tokens}:{})),signal:null==n?void 0:n.signal}))).then(function(e){function t(t){return Promise.resolve(e.json())}var n=function(){if(!e.ok)return Promise.resolve(e.text().catch(function(){return""})).then(function(t){throw new Error("Completion failed ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},n),e,t)})})}catch(e){return Promise.reject(e)}},Fo=function(e,t){try{return Promise.resolve(Mo(null==t?void 0:t.org)).then(function(n){return Promise.resolve(To(n,null==t?void 0:t.authToken)).then(function(t){return So(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})})}catch(e){return Promise.reject(e)}},Do=function(e){try{return Promise.resolve(Mo(null==e?void 0:e.org)).then(function(t){return Promise.resolve(To(t,null==e?void 0:e.authToken)).then(function(e){return wo(F({baseUrl:"https://cloud.needle.tools/api"},e))})})}catch(e){return Promise.reject(e)}},Mo=function(e){try{return Promise.resolve(e||k.getDefaultTeamId())}catch(e){return Promise.reject(e)}};function Bo(e){return function(e,t){void 0===t&&(t={});try{var n=new URL("https://cloud.needle.tools/api"+Z.public.content_list);if(t.content_type&&n.searchParams.set("content_type",t.content_type),t.content_format&&n.searchParams.set("content_format",t.content_format),t.org_id){var r=(Array.isArray(t.org_id)?t.org_id:[t.org_id]).map(function(e){return e.trim()}).filter(function(e){return e.length>0}).join(",");r&&n.searchParams.set("org_id",r)}return t.search&&n.searchParams.set("search",t.search),t.limit&&n.searchParams.set("limit",String(t.limit)),t.cursor&&n.searchParams.set("cursor",t.cursor),!0===t.include_protected&&n.searchParams.set("include_protected","true"),Promise.resolve(fetch(n,F({},ee,{method:"GET"}))).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 public content ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(0,e)}function qo(e){return function(e,t){try{var n="https://cloud.needle.tools/api"+Z.public.content_list+"/"+encodeURIComponent(t);return Promise.resolve(fetch(n,F({},ee,{method:"GET"}))).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 get public content ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(0,e)}var Jo=["org","authToken","download","pollIntervalMs","timeoutMs","signal","onProgress"],Ho=function(e){try{var t=e||{},n=t.org,r=t.authToken,o=t.download,i=t.pollIntervalMs,s=t.timeoutMs,a=t.signal,u=t.onProgress,l=q(t,Jo);if(null==l||!l.prompt)throw new Error("A prompt is required to generate a 3D asset");return Promise.resolve(To(n,r)).then(function(e){if(null==e||!e.authToken)throw new Error("Not authenticated");var t={onProgress:u,pollIntervalMs:i,timeoutMs:s};return void 0!==o&&(t.download=o),Promise.resolve(function(e,t,n){void 0===n&&(n={});try{var r=n.download,o=void 0===r||r,i=n.pollIntervalMs,s=void 0===i?2e3:i,a=n.timeoutMs,u=void 0===a?9e5:a,l=n.onProgress,c=e.signal;return Promise.resolve(function(e,t){try{var n;if(null!=(n=e.signal)&&n.aborted)return Promise.resolve({error:"The 3D generation request was cancelled"});var r=e.baseUrl+Z.jobs.create,o=F({},Q(e),{"content-type":"application/json"}),i={type:"ai-3d-asset",triggered_by:e.trigger_type,parameters:F({},t)};return Promise.resolve(fetch(r,F({},ee,{method:"POST",headers:o,body:JSON.stringify(i),signal:e.signal})).catch(function(e){return function(e){return"AbortError"===(null==e?void 0:e.name)||"TimeoutError"===(null==e?void 0:e.name)}(e)?{__aborted:!0}:(console.error("Failed to request 3D asset generation: "+(null==e?void 0:e.message)),{__failed:(null==e?void 0:e.message)||"Request failed"})})).then(function(e){var t;function n(n){return t?n:Promise.resolve(e.json().catch(function(e){return console.error(e),null})).then(function(e){return null!=e&&e.job?e:{error:"The server did not return a job"}})}if("__aborted"in e)return{error:"The 3D generation request was cancelled"};if("__failed"in e)return{error:e.__failed};var r=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(n){return console.error("Failed to request 3D asset generation ("+e.status+"): "+n),t=1,{error:n||"Request failed ("+e.status+")"}})}();return r&&r.then?r.then(n):n(r)})}catch(e){return Promise.reject(e)}}(e,t)).then(function(t){var n;function r(t){return n?t:null!=c&&c.aborted?{error:"Waiting for the 3D asset was cancelled",job:i}:o?Promise.resolve(function(e){try{return Promise.resolve(function(e){try{if(!e.identifier)return Promise.resolve(null);var t=F({},Q(e));return Promise.resolve(fetch(e.baseUrl+Z.jobs.query,F({},ee,{method:"POST",headers:t,body:JSON.stringify({job_id:e.identifier,fields:e.fields,content_format:e.content_format})})).catch(function(e){return console.error(e),null})).then(function(e){var t;function n(n){return t?n:Promise.resolve(e.json().catch(function(e){return console.error(e),null})).then(function(e){return null==e?null:e.job})}var r=null==e?(t=1,null):function(){if(!e.ok){var n=e.status;return Promise.resolve(e.text()).then(function(e){return console.error("Failed to get job",n,e),t=1,null})}}();return r&&r.then?r.then(n):n(r)})}catch(e){return Promise.reject(e)}}({baseUrl:e.baseUrl,authToken:e.authToken,org:e.org,identifier:e.identifier,fields:["results"],content_format:e.content_format})).then(function(t){var n;function r(e){return n?e:{files:i}}if(null==t||!t.results)return{error:"Job "+e.identifier+" did not produce any result files"};var o=t.results;if(!o.bucket||!o.directory)return{error:"Job "+e.identifier+" has incomplete result data"};var i=[],s=function(e,t,n){if("function"==typeof e[to]){var r,o,i,s=e[to]();if(function e(a){try{for(;!((r=s.next()).done||n&&n());)if((a=t(r.value))&&a.then){if(!oo(a))return void a.then(e,i||(i=no.bind(null,o=new ro,2)));a=a.v}o?no(o,1,a):o=a}catch(e){no(o||(o=new ro),2,e)}}(),s.return){var a=function(e){try{r.done||s.return()}catch(e){}return e};if(o&&o.then)return o.then(a,function(e){throw a(e)});a()}return o}if(!("length"in e))throw new TypeError("Object is not iterable");for(var u=[],l=0;l<e.length;l++)u.push(e[l]);return function(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(!oo(a))return void a.then(s,o||(o=no.bind(null,r=new ro,2)));a=a.v}r?no(r,1,a):r=a}catch(e){no(r||(r=new ro),2,e)}}(),r}(u,function(e){return t(u[e])},n)}(o.files,function(t){var r;if(!((r=t.filename).startsWith(".extras/")||r.startsWith(".extras\\")||r.endsWith("screenshot.needle.webp")||Mn.test(r)||r.endsWith(".needle.log")))return Promise.resolve(function(e,t,n){try{return Promise.resolve(fetch(e.baseUrl+Z.jobs.presigned_url,F({},ee,{method:"POST",headers:F({},Q(e),{job_id:t}),body:JSON.stringify(n)})).catch(function(e){return console.error(e),null})).then(function(e){return e&&e.ok?Promise.resolve(e.text()):(console.error("Failed to get presigned download URL",null==e?void 0:e.status),null)})}catch(e){return Promise.reject(e)}}(e,e.identifier,{bucket:o.bucket,key:o.directory+"/"+t.filename})).then(function(e){if(e)return Promise.resolve(fetch(e).catch(function(e){return console.error(e),null})).then(function(e){if(e&&e.ok)return Promise.resolve(e.arrayBuffer().catch(function(e){return console.error(e),null})).then(function(e){if(!e)return n=1,{error:"Failed to read downloaded file: "+t.filename};i.push({filename:t.filename,data:e})});console.error("Failed to download ("+(null==e?void 0:e.status)+" | "+(null==e?void 0:e.statusText)+"): "+t.filename)});console.error("Failed to get presigned URL for: "+t.filename)})},function(){return n});return s&&s.then?s.then(r):r(s)})}catch(e){return Promise.reject(e)}}({baseUrl:e.baseUrl,authToken:e.authToken,org:i.org,identifier:i.identifier,content_format:"glb"})).then(function(e){if("error"in e)return{error:e.error,job:i};var t=e.files.find(function(e){return e.filename.toLowerCase().endsWith(".glb")});return t?{job:i,glb:t.data,filename:t.filename}:{error:"The finished asset did not contain a GLB file",job:i}}):{job:i}}if("error"in t)return t;var i=t.job;if("canceled"===i.status)return{error:i.status_message||"The generation request was canceled",job:i};var a=Date.now(),f=i.status,h=function(e,t,n){for(var r;;){var o=e();if(ao(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!ao(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!ao(s)){r=2;break}}}var a=new so,u=io.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&&!ao(s))return void s.then(f).then(void 0,u);if(!(o=e())||ao(o)&&!o.v)return void io(a,1,i);if(o.then)return void o.then(c).then(void 0,u);ao(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):io(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,u):c(o):io(a,1,i)}}(function(){return!n&&"completed"!==f},void 0,function(){if(null!=c&&c.aborted)return n=1,{error:"Waiting for the 3D asset was cancelled",job:i};if(Date.now()-a>u){var t={error:"Generation did not finish within "+Math.round(u/1e3)+"s",job:i};return n=1,t}return Promise.resolve(function(e,t){return t?t.aborted?Promise.resolve():new Promise(function(n){var r=setTimeout(function(){t.removeEventListener("abort",o),n(void 0)},e);function o(){clearTimeout(r),n(void 0)}t.addEventListener("abort",o,{once:!0})}):xr(e)}(s,c)).then(function(){return null!=c&&c.aborted?(n=1,{error:"Waiting for the 3D asset was cancelled",job:i}):Promise.resolve(function(e,t){try{var n=t.baseUrl+Z.jobs.get_status,r=F({},Q(t),{job_id:e,org:t.org});return Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:r})).catch(function(e){return t.verbose?console.error("Failed to get job status",e):console.error("Failed to get job status",e.message),null})).then(function(e){var t;function n(n){return t?n:Promise.resolve(e.json())}if(!e)return null;var r=function(){if(!e.ok){var n=e.status;return Promise.resolve(e.text()).then(function(e){return console.error("Failed to get status",n,e),t=1,null})}}();return r&&r.then?r.then(n):n(r)})}catch(e){return Promise.reject(e)}}(i.identifier,{baseUrl:e.baseUrl,authToken:e.authToken,org:i.org})).then(function(e){if(e&&(null==l||l(e),"failed"===(f=e.status)||"canceled"===f))return n=1,{error:e.error||e.status_message||"Generation "+f,job:i}})})});return h&&h.then?h.then(r):r(h)})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},e,{trigger_type:"web",signal:a}),l,t)).then(function(e){if("error"in e)throw new Error(e.error);return e})})}catch(e){return Promise.reject(e)}},Go=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.promotions);return n.searchParams.set("project",t),Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:Q(e)}))).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 Y(e.status,t,"Failed to list project promotions ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},$o=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.promote);return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify(t)}))).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 Y(e.status,t,"Failed to promote project asset ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Vo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.deployments);return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify(t)}))).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 Y(e.status,t,"Failed to record project deployment ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Ko=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.deployments);return n.searchParams.set("project",t),Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:Q(e)}))).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 Y(e.status,t,"Failed to list project deployments ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Xo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.revisions_update);return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify(t)}))).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 Y(e.status,t,"Failed to update project revision ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Yo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.revisions);return n.searchParams.set("project",t),Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:Q(e)}))).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 Y(e.status,t,"Failed to list project revisions ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Zo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.blobs_download);return n.searchParams.set("hash",t),Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:Q(e)}))).then(function(e){function t(t){return Promise.resolve(e.json())}if(404===e.status)return null;var n=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Y(e.status,t,"Failed to request blob download ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},Qo=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.blobs_complete);return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify({hash:t})}))).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 Y(e.status,t,"Failed to complete blob upload ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},ei=function(e,t,n,r){void 0===n&&(n={}),void 0===r&&(r=void 0);try{return Promise.resolve(To(n.org,n.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(e,t,n,r){try{var o=new URL(e.baseUrl+Z.projects.blobs_upload),i=null==r?void 0:r.filename,s=i&&Er(i)||void 0;return Promise.resolve(fetch(o,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify({hash:t,size:n,filename:i,mimetype:s})}))).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 Y(e.status,t,"Failed to request blob upload ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},n),e,t,r)})}catch(e){return Promise.reject(e)}},ti=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.blobs_check);return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify({hashes:t})}))).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 Y(e.status,t,"Failed to check project blobs ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},ni=function(e,t,n){void 0===n&&(n={});try{return Promise.resolve(To(n.org,n.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(e,t,n){return fo(e,Z.projects.update,t,n,"update")}(F({baseUrl:"https://cloud.needle.tools/api"},n),e,t)})}catch(e){return Promise.reject(e)}},ri=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(e,t,n){return void 0===n&&(n={}),fo(e,Z.projects.clone,t,n,"clone")}(F({baseUrl:"https://cloud.needle.tools/api"},n),e,{name:t.name})})}catch(e){return Promise.reject(e)}},oi=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){return fo(e,Z.projects.unarchive,t,{},"unarchive")}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},ii=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){return fo(e,Z.projects.archive,t,{},"archive")}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},si=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){return fo(e,Z.projects.restore,t,{},"restore")}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},ai=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(""+e.baseUrl+Z.projects.delete+"/"+encodeURIComponent(t));return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify({})}))).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 Y(e.status,t,"Failed to delete project ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},ui=function(e,t,n){void 0===n&&(n={});try{return Promise.resolve(To(n.org,n.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(r,o){try{var i=Promise.resolve(function(e,t,n){try{var r=new URL(e.baseUrl+Z.projects.pull);return r.searchParams.set("project",t),void 0!==n&&r.searchParams.set("revision",String(n)),Promise.resolve(fetch(r,F({},ee,{method:"GET",headers:Q(e)}))).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 Y(e.status,t,"Failed to pull project revision ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},n),e,t))}catch(e){return o(e)}return i&&i.then?i.then(void 0,o):i}(0,function(e){if(e instanceof Y&&404===e.status)return null;throw e})})}catch(e){return Promise.reject(e)}},li=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.push);return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify(t)}))).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 Y(e.status,t,"Failed to push project revision ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},ci=function(e,t){void 0===t&&(t={});try{return Promise.resolve(To(t.org,t.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.head);return n.searchParams.set("project",t),Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:Q(e)}))).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 Y(e.status,t,"Failed to get project head ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),e)})}catch(e){return Promise.reject(e)}},fi=function(e){void 0===e&&(e={});try{return Promise.resolve(To(e.org,e.authToken)).then(function(t){if(null==t||!t.authToken)throw new Error("Not authenticated");return function(e,t){void 0===t&&(t={});try{var n=new URL(e.baseUrl+Z.projects.list);return t.kind&&n.searchParams.set("kind",t.kind),t.state&&n.searchParams.set("state",t.state),Promise.resolve(fetch(n,F({},ee,{method:"GET",headers:Q(e)}))).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 Y(e.status,t,"Failed to list projects ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},t),{kind:e.kind,state:e.state})})}catch(e){return Promise.reject(e)}},hi=function(e,t){try{if(null==t||!t.kind)throw new Error("createProject: 'kind' is required (product discriminator, e.g. \"web-project\")");return Promise.resolve(To(t.org,t.authToken)).then(function(n){if(null==n||!n.authToken)throw new Error("Not authenticated");return function(e,t){try{var n=new URL(e.baseUrl+Z.projects.create);return Promise.resolve(fetch(n,F({},ee,{method:"POST",headers:Q(e),body:JSON.stringify(t)}))).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 Y(e.status,t,"Failed to create project ("+e.status+"): "+t)})}();return n&&n.then?n.then(t):t()})}catch(e){return Promise.reject(e)}}(F({baseUrl:"https://cloud.needle.tools/api"},n),{name:e,kind:t.kind})})}catch(e){return Promise.reject(e)}},di=function(e){try{var t=new URL("https://cloud.needle.tools/api"+Z.account.buy_licenses);return Promise.resolve(To()).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:F({"Content-Type":"application/json"},Q(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)}},pi=function(e,t){try{var n,r;if(!e)return Promise.resolve(null);var o=null!=(n=null==t?void 0:t.fetch)?n:globalThis.fetch,i=new URL((null!=(r=null==t?void 0:t.baseUrl)?r:"https://cloud.needle.tools/api")+Z.payment.info);return i.searchParams.set("product",e),null!=t&&t.price&&i.searchParams.set("price",t.price),Promise.resolve(function(e,t){try{var n=Promise.resolve(o(i.toString())).then(function(e){return e.ok?Promise.resolve(e.json()).then(function(e){return"number"!=typeof(null==e?void 0:e.amount)||"string"!=typeof(null==e?void 0:e.currency)?null:e}):null})}catch(e){return null}return n&&n.then?n.then(void 0,function(){return null}):n}())}catch(e){return Promise.reject(e)}},mi=function(e,t){try{var n;if(!e)return Promise.resolve(null);var r=null!=(n=null==t?void 0:t.fetch)?n:globalThis.fetch;return Promise.resolve(To(null==t?void 0:t.org,null==t?void 0:t.authToken).catch(function(){return null})).then(function(n){var o;if(null==n||!n.authToken)return null;var i=new URL((null!=(o=null==t?void 0:t.baseUrl)?o:"https://cloud.needle.tools/api")+Z.payment.create);return i.searchParams.set("product",e),null!=t&&t.price&&i.searchParams.set("price",t.price),null!=t&&t.promoCode&&i.searchParams.set("promo",t.promoCode),null!=t&&t.app&&i.searchParams.set("app",t.app),"number"==typeof(null==t?void 0:t.mode)&&i.searchParams.set("mode",String(t.mode)),function(e,t){try{var o=Promise.resolve(r(i.toString(),{headers:F({Accept:"application/json"},Q(n))})).then(function(e){return e.ok?Promise.resolve(e.json()).then(function(e){return"string"==typeof(null==e?void 0:e.url)?{url:e.url}:null}):null})}catch(e){return null}return o&&o.then?o.then(void 0,function(){return null}):o}()})}catch(e){return Promise.reject(e)}};export{k as Auth,i as AuthScopes,X as NeedleLoginButton,Io as aiComplete,ii as archiveProject,ti as checkProjectBlobs,mi as checkoutProduct,ri as cloneProject,Qo as completeProjectBlobUpload,Fo as createChatSession,hi as createProject,ai as deleteProject,Ho as generate3dAsset,Ro as getContent,zo as getDeployments,pi as getProductInformation,Ko as getProjectDeployments,ci as getProjectHead,Go as getProjectPromotions,qo as getPublicContent,Lo as getUserLicenses,Do as listChats,Uo as listContent,Yo as listProjectRevisions,fi as listProjects,Bo as listPublicContent,No as ownsProduct,$o as promoteProjectAsset,ui as pullProjectRevision,li as pushProjectRevision,Vo as recordProjectDeployment,Zo as requestProjectBlobDownload,ei as requestProjectBlobUpload,si as restoreProject,di as startCheckoutSession,oi as unarchiveProject,Oo as updateContent,ni as updateProject,Xo as updateProjectRevision,Co as uploadFiles};
|