mftsccs-node 0.0.73 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +1 -1
- package/dist/bundle.mjs +1 -1
- package/dist/types/Api/Create/CreateTheConceptApi.d.ts +11 -1
- package/dist/types/Api/Create/CreateTheConnectionApi.d.ts +13 -1
- package/dist/types/Services/CreateTheConnection.d.ts +7 -2
- package/dist/types/Services/CreateTheConnectionGeneral.d.ts +1 -1
- package/package.json +1 -1
package/dist/bundle.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var t={d:(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},e={};t.d(e,{BG:()=>Ai,TR:()=>Uo,Tc:()=>Fo,U3:()=>n,Wg:()=>U,g2:()=>Zo,BO:()=>eo,WW:()=>Kn,BS:()=>Yn,ji:()=>F,Ij:()=>O,Ng:()=>K,du:()=>it,RC:()=>Ie,d4:()=>he,Cd:()=>Qe,IM:()=>Ye,oI:()=>P,u9:()=>tn,B7:()=>go,mF:()=>To,Q9:()=>oo,wT:()=>ue,y0:()=>Ni,iw:()=>Ii,pU:()=>Si,qN:()=>wn,mZ:()=>Ue,Ec:()=>Fe,L0:()=>Qo,Te:()=>Ko,vw:()=>Do,z8:()=>J,k9:()=>Hi,sP:()=>Ct,Y3:()=>ft,WC:()=>Wi,Nj:()=>Nt,dF:()=>En,cw:()=>Un,p8:()=>Fn,rv:()=>Gn,pX:()=>Bt,iD:()=>Vt,Mb:()=>wt,bq:()=>ho,ke:()=>po,w1:()=>yo,yz:()=>Rt,RW:()=>kt,WL:()=>xt,rh:()=>ct,nW:()=>Pt,RH:()=>bt,Aj:()=>pe,cV:()=>ve,jM:()=>_n,nS:()=>Le,Yu:()=>Xo,xf:()=>Ae,KS:()=>Xi,L6:()=>Ke,Z9:()=>qe,Ny:()=>Cn,qY:()=>Tn,jQ:()=>Io,NT:()=>ko,Xr:()=>$,ab:()=>W,SV:()=>Ge,EA:()=>Eo,M2:()=>Lo,OY:()=>Ji,ry:()=>Q,cS:()=>l,ZJ:()=>wi,RA:()=>Ze,BH:()=>xo,SL:()=>xi,Ne:()=>On,fg:()=>Ne,M4:()=>xn,UG:()=>hn,CT:()=>Jt,yv:()=>mi,vI:()=>Yo,XZ:()=>ki,ZE:()=>Vn,pi:()=>re,B8:()=>ie,yx:()=>ji,br:()=>ao,eU:()=>Wo,cf:()=>Vo,jy:()=>Go,cm:()=>Sn,qn:()=>qo,ss:()=>lo,pf:()=>zo,pZ:()=>Hn,l4:()=>Mn,f8:()=>j,Y6:()=>le,FS:()=>s,bM:()=>o,ZX:()=>Ki,CE:()=>kn,Sf:()=>ro,tp:()=>Ro,Ry:()=>Mo,jh:()=>Yi,dp:()=>jo,a2:()=>v,J5:()=>h,sc:()=>I,x9:()=>k,Py:()=>r,Xc:()=>y,Ts:()=>tr,P$:()=>g,xX:()=>f,ae:()=>p,zN:()=>_t,dU:()=>Zn,mA:()=>c,En:()=>u,eD:()=>w,$Q:()=>Zi});class n{static GetConceptUrl(){return this.BASE_URL+"/api/getConcept"}static GetConnectionUrl(){return this.BASE_URL+"/api/get-connection-by-id"}static GetConceptBulkUrl(){return this.BASE_URL+"/api/get_concept_bulk"}static GetConnectionBulkUrl(){return this.BASE_URL+"/api/get_connection_bulk"}static GetAllConceptsOfUserUrl(){return this.BASE_URL+"/api/get_all_concepts_of_user"}static GetAllConnectionsOfUserUrl(){return this.BASE_URL+"/api/get_all_connections_of_user"}static GetConnectionsBetweenUrl(){return this.BASE_URL+"/api/get-connection-between"}static GetAllConnectionsOfCompositionUrl(){return this.BASE_URL+"/api/get_all_connections_of_composition"}static GetAllConnectionsOfCompositionBulkUrl(){return this.BASE_URL+"/api/get_all_connections_of_composition_bulk"}static GetConceptByCharacterValueUrl(){return this.BASE_URL+"/api/get_concept_by_character_value"}static GetConceptByCharacterAndTypeUrl(){return this.BASE_URL+"/api/get_concept_by_character_and_type"}static GetConceptByCharacterAndCategoryUrl(){return this.BASE_URL+"/api/get_concept_by_character_and_category"}static GetConceptByCharacterAndCategoryDirectUrl(){return this.BASE_URL+"/api/get_concept_by_character_and_category_direct"}static GetCharacterByCharacterUrl(){return this.BASE_URL+"/api/get_character_by_character"}static GetAllConceptsByTypeUrl(){return this.BASE_URL+"/api/get_all_concepts_by_type"}static GetAllConnectionsOfConceptUrl(){return this.BASE_URL+"/api/get-link-connections"}static GetAllConnectionsToConceptUrl(){return this.BASE_URL+"/api/get-link-reverse-connections"}static GetAllAiData(){return this.BASE_URL+"/api/get-preloaded-concepts"}static GetAllPrefetchConnectionsUrl(){return this.BASE_URL+"/api/get_all_connections_of_user?inpage=500"}static GetAllLinkerConnectionOfConceptUrl(){return this.BASE_URL+"/api/get-all-linkers-from-concept"}static GetAllLinkerConnectionToConceptUrl(){return this.BASE_URL+"/api/get-all-linkers-to-concept"}static DeleteConceptUrl(){return this.BASE_URL+"/api/delete_concept"}static RecursiveSearchUrl(){return this.BASE_URL+"/api/recursivesearch-concept-connection"}static SearchLinkMultipleAllApiUrl(){return this.BASE_URL+"/api/Connection/search-link-multiple-all-ccs"}static MakeTheNameInBackendUrl(){return this.BASE_URL+"/api/make-name-from-frontend"}static LoginUrl(){return this.BASE_URL+"/api/auth/login"}static SignupUrl(){return this.BASE_URL+"/api/auth/signup"}static GetCompositionConnectionBetweenTwoConceptsUrl(){return this.BASE_URL+"/api/get-composition-connection-between-two-concepts"}static SearchCompositionsUrl(){return this.BASE_URL+"/api/search-compositions"}static SearchLinkMultipleAll(){return this.BASE_URL+"/api/Connection/search-link-multiple-all"}static CreateSessionId(){return this.BASE_URL+"/api/create-session-id-remote"}static CreateSessionVisitUrl(){return this.BASE_URL+"/api/create-remote-session-visit"}static ViewInternalDataUrl(){return this.BASE_URL+"/api/view-api-internal-data-ccs-id-bulk"}static SearchInternalWithAuthenticatedCcsUrl(){return this.BASE_URL+"/api/search-composition-internal-authenticated-ccs"}static GetReservedIdUrl(){return this.BASE_URL+"/api/get_reserved_ids"}static GetReservedConnectionIdUrl(){return this.BASE_URL+"/api/get_reserved_connection_ids"}static CreateTheTextDataUrl(){return this.BASE_URL+"/api/create_text_data"}static CreateTheCharacterDataUrl(){return this.BASE_URL+"/api/create_character_data"}static CreateTheConceptUrl(){return this.BASE_URL+"/api/create_the_concept"}static CreateTheConnectionUrl(){return this.BASE_URL+"/api/create_the_connection"}static CreateTheConnectionNewUrl(){return this.BASE_URL+"/api/create_the_connection_new"}static MakeTheTypeConceptUrl(){return this.BASE_URL+"/api/make_the_type_concept"}static DeleteTheConnectionUrl(){return this.BASE_URL+"/api/delete_connection"}static DeleteTheConnectionBulkUrl(){return this.BASE_URL+"/api/delete_connection_bulk"}static FreeschemaQueryUrl(){return this.BASE_URL+"/api/freeschema-query"}static GetConceptConnectionByType(){return this.BASE_URL+"/api/get_type_concept_by_character_bulk"}static OAuthTokenUrl(){return this.BASE_URL+"/api/oauth/token"}static OAuthRefreshUrl(){return this.BASE_URL+"/api/oauth/refresh"}}n.BASE_URL="https://localhost:7053/",n.AI_URL="https://ai.freeschema.com",n.MQTT_URL="192.168.1.249",n.NODE_URL="http://localhost:5001/";class o{static getAuthHeader(){return this.BearerAccessToken?{Authorization:`Bearer ${this.BearerAccessToken}`}:{}}static setToken(t,e){this.BearerAccessToken=t,this.TOKEN_EXPIRY=e&&e>0?Date.now()+1e3*e:Date.now()+36e5}static isTokenExpiredOrNearExpiry(){return!!this.TOKEN_EXPIRY&&Date.now()>=this.TOKEN_EXPIRY-this.EXPIRY_BUFFER_MS}static getTimeUntilExpiry(){if(!this.TOKEN_EXPIRY)return-1;const t=Date.now(),e=this.TOKEN_EXPIRY-t;return e>0?Math.floor(e/1e3):-1}static hasOAuthCredentials(){return!!(this.CLIENT_ID&&this.CLIENT_SECRET&&this.APPLICATION_NAME)}static setOAuthCredentials(t,e,n){this.CLIENT_ID=t,this.CLIENT_SECRET=e,this.APPLICATION_NAME=n}}o.BearerAccessToken="",o.CLIENT_ID="",o.CLIENT_SECRET="",o.APPLICATION_NAME="",o.TOKEN_EXPIRY=0,o.EXPIRY_BUFFER_MS=3e5;var i=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function r(t,e,r){return i(this,arguments,void 0,(function*(t,e,i,r=!0){try{const c=n.OAuthTokenUrl(),a=new URLSearchParams;a.append("client_id",t),a.append("client_secret",e),a.append("application_name",i);const s=yield fetch(c,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:a.toString()});if(s.ok){let t="",e="Bearer",n=0;const i=s.headers.get("content-type");if(i&&i.includes("application/json"))try{const o=yield s.json();t=o.access_token||"",e=o.token_type||"Bearer",n=o.expires_in||0}catch(e){t=yield s.text()}else t=yield s.text();return t?(r&&o.setToken(t,n),{success:!0,access_token:t,token_type:e,expires_in:n}):{success:!1,error:"No access token in response"}}{const t=yield s.text();return{success:!1,error:`HTTP ${s.status}: ${t}`}}}catch(t){return t instanceof TypeError?{success:!1,error:`Network error: ${t.message}`}:{success:!1,error:`Unexpected error: ${t instanceof Error?t.message:String(t)}`}}}))}function c(t,e,r){return i(this,arguments,void 0,(function*(t,e,i,r=!0){try{const c=n.OAuthRefreshUrl(),a=new URLSearchParams;a.append("client_id",t),a.append("client_secret",e),a.append("refresh_token",i),a.append("grant_type","refresh_token");const s=yield fetch(c,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:a.toString()});if(s.ok){let t="",e="Bearer",n=0;const i=s.headers.get("content-type");if(i&&i.includes("application/json"))try{const o=yield s.json();t=o.access_token||"",e=o.token_type||"Bearer",n=o.expires_in||0}catch(e){t=yield s.text()}else t=yield s.text();return t?(r&&o.setToken(t,n),{success:!0,access_token:t,token_type:e,expires_in:n}):{success:!1,error:"No access token in response"}}{const t=yield s.text();return{success:!1,error:`HTTP ${s.status}: ${t}`}}}catch(t){return t instanceof TypeError?{success:!1,error:`Network error: ${t.message}`}:{success:!1,error:`Unexpected error: ${t instanceof Error?t.message:String(t)}`}}}))}var a=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class s extends Error{constructor(t){super(t),this.name="TokenRefreshError"}}class l{constructor(t,e,n){this.status=t,this.body=e,this.headers=n}json(){return a(this,void 0,void 0,(function*(){return JSON.parse(this.body)}))}text(){return a(this,void 0,void 0,(function*(){return this.body}))}get ok(){return this.status>=200&&this.status<300}}function d(){return a(this,void 0,void 0,(function*(){if(!o.hasOAuthCredentials())return!1;try{return(yield r(o.CLIENT_ID,o.CLIENT_SECRET,o.APPLICATION_NAME,!0)).success}catch(t){return console.error("Token refresh failed:",t),!1}}))}function u(t,e,n,i){return a(this,arguments,void 0,(function*(t,e,n,i,r=1){var c,a;const u=Object.assign(Object.assign({},n),o.getAuthHeader()),h=["GET","HEAD","OPTIONS"].includes(t.toUpperCase());for(let n=0;n<=r;n++)try{const h={method:t,headers:u};void 0!==i&&("object"==typeof i?(u["Content-Type"]||u["content-type"]||(u["Content-Type"]="application/json"),(null===(c=u["Content-Type"])||void 0===c?void 0:c.includes("application/json"))||(null===(a=u["content-type"])||void 0===a?void 0:a.includes("application/json"))?h.body=JSON.stringify(i):h.body=i):h.body=i),h.headers=u;const f=yield fetch(e,h),y=yield f.text(),p={};if(f.headers.forEach(((t,e)=>{p[e]=t})),401!==f.status)return new l(f.status,y,p);if(n<r){if(yield d()){Object.assign(u,o.getAuthHeader());continue}throw new s("Token refresh failed. Please check OAuth credentials.")}return new l(f.status,y,p)}catch(t){if(t instanceof s)throw t;if(n>=r||!h)throw t;console.error(`Request failed (attempt ${n+1}/${r+1}):`,t)}throw new Error("Request failed after all retry attempts")}))}function h(t){return a(this,arguments,void 0,(function*(t,e={},n=1){return u(e.method||"GET",t,function(t){if(t){if(t instanceof Headers){const e={};return t.forEach(((t,n)=>{e[n]=t})),e}return Array.isArray(t)?t.reduce(((t,[e,n])=>(t[e]=n,t)),{}):t}}(e.headers),e.body,n)}))}function f(t,e,n){return a(this,void 0,void 0,(function*(){return u("POST",t,e,n)}))}function y(t,e,n){return a(this,void 0,void 0,(function*(){let o=t;if(n){const e=[];for(const t in n)n.hasOwnProperty(t)&&e.push(`${encodeURIComponent(t)}=${encodeURIComponent(String(n[t]))}`);e.length>0&&(o=`${t}?${e.join("&")}`)}return u("GET",o,e)}))}function p(t,e,n){return a(this,void 0,void 0,(function*(){return u("PUT",t,e,n)}))}function v(t,e){return a(this,void 0,void 0,(function*(){return u("DELETE",t,e)}))}function g(t,e,n){return a(this,void 0,void 0,(function*(){return u("PATCH",t,e,n)}))}class C{constructor(t){this.id=1,this.isOnlineSync=!1,this.isOnlineSync=t}}var T=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const m={};function N(t){return m[t]||(m[t]=[]),m[t]}function w(t,e){const n=N(t);if(e&&"number"==typeof e.id){const t=n.findIndex((t=>t&&t.id===e.id));if(t>=0)return void(n[t]=e)}n.push(e)}function I(t,e,n){return T(this,void 0,void 0,(function*(){return N(t).filter((t=>t&&t[e]===n))}))}function k(t){return T(this,void 0,void 0,(function*(){return N(t).slice()}))}function A(t,e){const n=N(t),o=n.findIndex((t=>t&&t.id===e));o>=0&&n.splice(o,1)}function x(t){return T(this,void 0,void 0,(function*(){return N(t).slice()}))}class S{}S.isTypeLoaded=!1,S.isCharacterLoaded=!1,S.isDataLoaded=!1,S.isLocalDataLoaded=!1,S.isLocalCharacterLoaded=!1,S.isLocalTypeLoaded=!1,S.isConnectionLoaded=!1,S.isConnectionTypeLoaded=!1,S.isLocalConnectionLoaded=!1;class R{constructor(t,e,n,o){this.variants=[],this.height=1,this.key=t,this.value=e,this.leftNode=n,this.rightNode=o,this.currentNode=null}addCurrentNode(t,e){return null==e?e=t:(t.value.typeId!=e.value.typeId&&(e.currentNode=this.addCurrentNode(t,e.currentNode)),e)}addCurrentNodeType(t,e){if(null==e)return t;var n=!1;for(let o=0;o<e.variants.length;o++)e.variants[o].value.id==t.value.id&&(n=!0);return n||e.variants.push(t),e}addNode(t,e,n){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addNode(t,o,n);else{if(!(e.key<t.key))return e;e.rightNode=this.addNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}return e}addCharacterNode(t,e,n){if(""!=t.value.characterValue){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addCharacterNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&""!=e.key&&e.value.id!=t.value.id&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addCharacterNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}addTypeNode(t,e,n){if(0!=t.value.typeId){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addTypeNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&0!=e.key&&e.value.id!=t.value.id&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addTypeNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}rightRotate(t){if(t){let e=t.leftNode;if(e){let n=e.rightNode;return t.leftNode=n,e.rightNode=t,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}leftRotate(t){if(t){let e=t.rightNode;if(e){let n=e.leftNode;return e.leftNode=t,t.rightNode=n,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}getHeight(t){return t?t.height:0}getBalanceFactor(t){return null==t?0:this.getHeight(t.leftNode)-this.getHeight(t.rightNode)}getFromNode(t,e){return e?t==e.key?e:t<e.key?this.getFromNode(t,e.leftNode):t>e.key?this.getFromNode(t,e.rightNode):e:e}getCharacterFromNode(t,e){return e?t==e.key?e:t<e.key?this.getCharacterFromNode(t,e.leftNode):t>e.key?this.getCharacterFromNode(t,e.rightNode):e:e}getCharacterFromNodeUpdated(t,e){var n;return e?t==e.key||51==(null===(n=e.value)||void 0===n?void 0:n.typeId)?e:t<e.key?this.getCharacterFromNode(t,e.leftNode):t>e.key?this.getCharacterFromNode(t,e.rightNode):e:e}getFromNodeWithCharacterAndType(t,e,n){if(t=`${t}`,n){if(t==n.key){if(t==n.value.characterValue&&e==n.value.typeId)return n;for(let t=0;t<n.variants.length;t++)if(n.variants[t].value.typeId==e)return n.variants[t]}else{if(t<n.key)return this.getFromNodeWithCharacterAndType(t,e,n.leftNode);if(t>n.key)return this.getFromNodeWithCharacterAndType(t,e,n.rightNode)}return null}return n}getFromNodeWithCharacterAndCategory(t,e,n){if(t=`${t}`,n){if(t==n.key){if(t==n.value.characterValue&&e==n.value.categoryId)return n;for(let t=0;t<n.variants.length;t++)if(n.variants[t].value.categoryId==e)return n.variants[t]}else{if(t<n.key)return this.getFromNodeWithCharacterAndCategory(t,e,n.leftNode);if(t>n.key)return this.getFromNodeWithCharacterAndCategory(t,e,n.rightNode)}return null}return n}removeNode(t,e){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNode(t.leftNode,e),t;if(t.key<e)return t.rightNode=this.removeNode(t.rightNode,e),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var n=this.inOrderSuccessor(t.rightNode);return t.value=n.value,t.key=n.key,t.variants=n.variants,t.currentNode=n.currentNode,t.rightNode=this.removeNode(t.rightNode,n.key),t}removeNodeWithVariants(t,e,n){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNodeWithVariants(t.leftNode,e,n),t;if(t.key<e)return t.rightNode=this.removeNodeWithVariants(t.rightNode,e,n),t;if(t.variants.length>0)if(t.value.id==n){var o=t.variants[0];if(o)return t.value=o.value,t.key=o.key,t.currentNode=o.currentNode,t.variants.splice(0,1),t}else for(let e=0;e<t.variants.length;e++)if(n==t.variants[e].value.id)return t.variants.splice(e,1),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var i=this.inOrderSuccessor(t.rightNode);return t.value=i.value,t.key=i.key,t.variants=i.variants,t.currentNode=i.currentNode,t.rightNode=this.removeNodeWithVariants(t.rightNode,i.key,n),t}countNodeBelow(t){return null==t?0:1+this.countNodeBelow(t.leftNode)+this.countNodeBelow(t.rightNode)}inOrderSuccessor(t){for(;null!=t.leftNode;)t=t.leftNode;return t}}var _=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class L{static waitForDataToLoad(){return _(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isCharacterLoaded)return t("done");setTimeout(L.checkFlag,1e3,t)}static addNodeToTree(t){return _(this,void 0,void 0,(function*(){return null==this.characterRoot?(this.characterRoot=t,this.characterRoot):(this.characterRoot=this.characterRoot.addCharacterNode(t,this.characterRoot,this.characterRoot.height),this.characterRoot)}))}static removeNodeByCharacter(t,e){return _(this,void 0,void 0,(function*(){this.characterRoot&&this.characterRoot.removeNodeWithVariants(this.characterRoot,t,e)}))}static countNumberOfNodes(){return this.characterRoot?this.characterRoot.countNodeBelow(this.characterRoot):0}static addConceptToTree(t){if(""!=t.characterValue){var e=new R(t.characterValue,t,null,null);this.addNodeToTree(e)}}static getNodeFromTree(t){return this.characterRoot?this.characterRoot.getCharacterFromNode(t,this.characterRoot):this.characterRoot}static getNodeFromTreeUpdated(t){return this.characterRoot?this.characterRoot.getCharacterFromNode(t,this.characterRoot):this.characterRoot}static getCharacterAndTypeFromTree(t,e){return _(this,void 0,void 0,(function*(){return this.characterRoot?this.characterRoot.getFromNodeWithCharacterAndType(t,e,this.characterRoot):this.characterRoot}))}static getCharacterAndCategoryFromTree(t,e){return _(this,void 0,void 0,(function*(){return this.characterRoot?this.characterRoot.getFromNodeWithCharacterAndCategory(t,e,this.characterRoot):this.characterRoot}))}static removeConceptCharacter(t){this.characterRoot&&(this.characterRoot=this.characterRoot.removeNode(this.characterRoot,t))}}L.characterRoot=null;var E=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class U{static addNodeToTree(t){if(null==this.root)return this.root=t,this.root;this.root=this.root.addNode(t,this.root,this.root.height)}static waitForDataToLoad(){return E(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isDataLoaded)return t("done");setTimeout(U.checkFlag,1e3,t)}static addConceptToTree(t){var e=new R(t.id,t,null,null),n=new R(t.characterValue,t,null,null);L.addNodeToTree(n),this.addNodeToTree(e)}static getNodeFromTree(t){return E(this,void 0,void 0,(function*(){return this.root?this.root.getFromNode(t,this.root):null}))}static removeNodeFromTree(t){return E(this,void 0,void 0,(function*(){this.root&&(this.root=this.root.removeNode(this.root,t))}))}static countNumberOfNodes(){return this.root?this.root.countNodeBelow(this.root):0}}U.root=null;class F{constructor(t,e,n,o,i,r,c,a,s,l,d,u,h,f,y,p=!1,v,g){this.referent=null,this.updateRecursion=!1,this.isTemp=!1,this.id=t,this.userId=e,this.typeId=n,this.typeUserId=o,this.ghostId=t,this.categoryId=i,this.categoryUserId=r,this.referentId=c,this.referentUserId=a,this.characterValue=`${s}`,this.securityId=l,this.securityUserId=d,this.accessId=u,this.accessUserId=h,this.sessionInformationId=f,this.sessionInformationUserId=y,this.x=0,this.y=0,this.type=null,this.isNew=p,this.entryTimeStamp=v,this.updatedTimeStamp=g}getType(){console.log(this.typeId)}}function P(){let t=G(new Date),e=G(new Date);return new F(0,0,0,0,0,0,0,0,"0",0,0,0,0,0,0,!1,t,e)}function G(t){const e=t.getMonth()+1,n=t.getDate(),o=t.getFullYear();let i=t.getHours();const r=t.getMinutes(),c=t.getSeconds(),a=i>=12?"PM":"AM";i%=12,i=i||12;const s=t=>t.toString().padStart(2,"0");return`${e}/${n}/${o} ${i}:${s(r)}:${s(c)} ${a}`}var B=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class V{static addNodeToTree(t){return B(this,void 0,void 0,(function*(){return null==this.typeRoot?(this.typeRoot=t,this.typeRoot):(this.typeRoot=this.typeRoot.addTypeNode(t,this.typeRoot,this.typeRoot.height),this.typeRoot)}))}static addConceptToTree(t){if(0!=t.typeId){var e=new R(t.typeId,t,null,null);this.addNodeToTree(e)}}static removeTypeConcept(t,e){this.typeRoot&&(this.typeRoot=this.typeRoot.removeNodeWithVariants(this.typeRoot,t,e))}static getNodeFromTree(t){return this.typeRoot?this.typeRoot.getFromNode(t,this.typeRoot):this.typeRoot}static getTypeVariantsFromTree(t){var e=this.getNodeFromTree(t),n=[];if(e){n.push(null==e?void 0:e.value);for(let t=0;t<e.variants.length;t++)n.push(e.variants[t].value);return n}}static waitForDataToLoad(){return B(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isTypeLoaded)return t("done");setTimeout(V.checkFlag,1e3,t)}static getTypeVariantsFromTreeWithUserId(t,e){return B(this,void 0,void 0,(function*(){var n=[],o=this.getNodeFromTree(t);if(o){o.value.userId==e&&n.push(null==o?void 0:o.value);for(let t=0;t<o.variants.length;t++)if(o.variants[t].value.userId==e){var i=!1;for(let e=0;e<n.length;e++)n[e].id==o.variants[t].value.id&&(i=!0);i||n.push(o.variants[t].value)}}return n}))}static getTypeVariantsWithCharacterValue(t,e){return B(this,void 0,void 0,(function*(){let n=P();var o=this.getNodeFromTree(e);if(o){o.value.characterValue==t&&(n=o.value);for(let e=0;e<o.variants.length;e++)o.variants[e].value.characterValue==t&&(n=o.variants[e].value)}return n}))}static countNumberOfNodes(){return this.typeRoot?this.typeRoot.countNodeBelow(this.typeRoot):0}}V.typeRoot=null;var D=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class O{constructor(){this.name="conceptsArray"}static RemoveExpiredNpc(t=Date.now()){this.NPC=this.NPC.filter((e=>{const n=this.NPCMeta.get(e);return n&&n.expiresAt>t}))}static CheckContains(t){for(var e=!1,n=0;n<this.conceptsArray.length;n++)this.conceptsArray[n].id==t.id&&(e=!0);return e}static AddNpc(t){var e;const n=Date.now();this.RemoveExpiredNpc(n),this.NPC.includes(t)||this.NPC.push(t);const o=this.NPCMeta.get(t),i=(null!==(e=null==o?void 0:o.attempts)&&void 0!==e?e:0)+1;this.NPCMeta.set(t,{attempts:i,expiresAt:n+i*this.NPC_BACKOFF_SECONDS*1e3})}static GetNpc(t){const e=Date.now();this.RemoveExpiredNpc(e);const n=this.NPCMeta.get(t);return!!(n&&n.expiresAt>e)}static AddConceptToStorage(t){t.id>0&&w("concept",t)}static AddConcept(t){t.id>0&&(w("concept",t),U.addConceptToTree(t),V.addConceptToTree(t),L.addConceptToTree(t))}static AddConceptToMemory(t){t.id>0&&(U.addConceptToTree(t),V.addConceptToTree(t),L.addConceptToTree(t))}static AddConceptTemporary(t){var e=this.CheckContains(t);this.conceptDictionary[t.id]=t,e&&this.RemoveConcept(t),this.conceptsArray.push(t)}static RemoveConcept(t){for(var e=0;e<this.conceptsArray.length;e++)this.conceptsArray[e].id==t.id&&this.conceptsArray.splice(e,1);U.removeNodeFromTree(t.id),A("concept",t.id)}static GetConcept(t){return D(this,void 0,void 0,(function*(){var e=P(),n=yield U.getNodeFromTree(t);if(null==n?void 0:n.value){var o=n.value;o&&(e=o)}return e}))}static GetConceptByCharacter(t){return D(this,void 0,void 0,(function*(){var e=P(),n=L.getNodeFromTree(t);return n&&(e=n.value),e}))}static GetConceptByCharacterUpdated(t){return D(this,void 0,void 0,(function*(){var e=P(),n=L.getNodeFromTree(t);return n&&(e=n.value),e}))}static GetConceptByCharacterAndTypeLocal(t,e){return D(this,void 0,void 0,(function*(){return P(),yield V.getTypeVariantsWithCharacterValue(t,e)}))}static GetConceptByCharacterAndCategoryLocal(t,e){return D(this,void 0,void 0,(function*(){var n=P(),o=yield L.getCharacterAndCategoryFromTree(t,e);return o&&(n=o.value),n}))}static GetConceptsByTypeId(t){let e=[];for(var n=0;n<this.conceptsArray.length;n++)this.conceptsArray[n].typeId==t&&e.push(this.conceptsArray[n]);return e}static GetConceptsByTypeIdAndUser(t,e){return D(this,void 0,void 0,(function*(){let n=[];return n=yield V.getTypeVariantsFromTreeWithUserId(t,e),n}))}static GetBinaryCharacterTree(){return L.characterRoot}getName(){return this.name}}O.conceptsArray=[],O.NPC=[],O.NPCMeta=new Map,O.NPC_BACKOFF_SECONDS=30,O.conceptDictionary=[];var b=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function M(){return b(this,void 0,void 0,(function*(){(new Date).getTime();var t=yield k("concept");if(Array.isArray(t))for(var e=0;e<t.length;e++){let n=t[e];O.AddConceptToMemory(n)}(new Date).getTime()}))}function j(t){const e=t.lastIndexOf("_");let n=[];return n=e>0?[t.substring(0,e),t.substring(e+1,t.length)]:[t],n}var H=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function $(){return H(this,arguments,void 0,(function*(t="application/json",e="application/json"){if(o.isTokenExpiredOrNearExpiry()&&o.hasOAuthCredentials()){const t=yield r(o.CLIENT_ID,o.CLIENT_SECRET,o.APPLICATION_NAME,!0);t.success||console.error("Failed to refresh token:",t.error)}return{"Content-Type":t,Authorization:"Bearer "+o.BearerAccessToken,Accept:e}}))}function W(){return H(this,arguments,void 0,(function*(t="application/json",e="",n="application/json"){if(""!==e)return{"Content-Type":t,Authorization:"Bearer "+e,Accept:n};if(o.isTokenExpiredOrNearExpiry()&&o.hasOAuthCredentials()){const t=yield r(o.CLIENT_ID,o.CLIENT_SECRET,o.APPLICATION_NAME,!0);t.success||console.error("Failed to refresh token:",t.error)}return{"Content-Type":t,Authorization:"Bearer "+o.BearerAccessToken,Accept:n}}))}class J{constructor(t,e,o,i){this.url=n.BASE_URL,this.message=t,this.ok=e,this.status=o,this.data=i}getMessage(){return this.message}setMessage(t){return this.message=t,this}getStatus(){return this.status}setStatus(t){return this.status=t,this}getData(){return this.data}setData(t){return this.data=t,this}getOk(){return this.ok}setOk(t){return this.ok=t,this}getUrl(){return this.url}setUrl(t){return this.url=t,this}}function Q(t){if(!t.ok){const e=t instanceof l,n=e?t.body||`HTTP error ${t.status}`:t.statusText||`HTTP error ${t.status}`;let o=new J(n,!1,t.status,"");throw o.setUrl(e?t.headers.url||"":t.url),o}}function X(t){if(!t.ok){const e=t.body||`HTTP error ${t.status}`;let n=new J(e,!1,t.status,t.body);throw n.setUrl(t.headers.url||""),n}}var Y=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function z(t,e){return Y(this,void 0,void 0,(function*(){try{var o=new URLSearchParams;o.append("type",t),o.append("user_id",e.toString());var i=yield $("application/x-www-form-urlencoded");const c=yield h(n.GetAllConceptsByTypeUrl(),{method:"POST",headers:i,body:o});if(c.ok){const t=yield c.json();for(var r=0;r<t.length;r++)O.AddConcept(t[r])}console.log("GetAllConceptsByType error",c.status),Q(c)}catch(t){throw t instanceof Error?console.log("GetAllConceptsByType error message: ",t.message):console.log("GetAllConceptsByType unexpected error: ",t),t}}))}class K{constructor(t=0,e,n,o,i,r,c,a,s,l,d,u,h,f,y,p){this.isTemp=!1,this.toUpdate=!1,this.type=P(),this.id=t,this.ofTheConceptId=e,this.toTheConceptId=n,this.ofTheConceptUserId=o,this.toTheConceptUserId=i,this.userId=r,this.typeId=c,this.ghostId=t,this.typeUserId=a,this.orderId=s,this.orderUserId=l,this.securityId=d,this.securityUserId=u,this.accessId=h,this.accessUserId=f,this.sessionInformationId=y,this.sessionInformationUserId=p,this.entryTimeStamp=G(new Date),this.terminationDateTime=new Date,this.localSyncTime=new Date}}class q{constructor(t,e,n,o){this.variants=[],this.height=1,this.key=t,this.value=e,this.leftNode=n,this.rightNode=o,this.currentNode=null}addCurrentNode(t,e){return null==e?e=t:(t.value.typeId!=e.value.typeId&&(e.currentNode=this.addCurrentNode(t,e.currentNode)),e)}addCurrentNodeType(t,e){if(null==e)return t;var n=!1;t.value.id==e.value.id&&(n=!0);for(let o=0;o<e.variants.length;o++)e.variants[o].value.id==t.value.id&&(n=!0);return n||e.variants.push(t),e}addNode(t,e,n){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addNode(t,o,n);else{if(!(e.key<t.key))return e;e.rightNode=this.addNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}return e}addTypeNode(t,e,n){if(0!=t.value.typeId){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addTypeNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&0!=e.key&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addTypeNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}rightRotate(t){if(t){let e=t.leftNode;if(e){let n=e.rightNode;return t.leftNode=n,e.rightNode=t,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}leftRotate(t){if(t){let e=t.rightNode;if(e){let n=e.leftNode;return e.leftNode=t,t.rightNode=n,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}getHeight(t){return t?t.height:0}getBalanceFactor(t){return null==t?0:this.getHeight(t.leftNode)-this.getHeight(t.rightNode)}getFromNode(t,e){return e?t==e.key?e:t<e.key?this.getFromNode(t,e.leftNode):t>e.key?this.getFromNode(t,e.rightNode):e:e}getCharacterFromNode(t,e){return e?t==e.key?e:t<e.key?this.getCharacterFromNode(t,e.leftNode):t>e.key?this.getCharacterFromNode(t,e.rightNode):e:e}removeNode(t,e){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNode(t.leftNode,e),t;if(t.key<e)return t.rightNode=this.removeNode(t.rightNode,e),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var n=this.inOrderSuccessor(t.rightNode);return t.value=n.value,t.key=n.key,t.variants=n.variants,t.currentNode=n.currentNode,t.rightNode=this.removeNode(t.rightNode,n.key),t}removeNodeWithVariants(t,e,n){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNodeWithVariants(t.leftNode,e,n),t;if(t.key<e)return t.rightNode=this.removeNodeWithVariants(t.rightNode,e,n),t;if(t.variants.length>0)if(t.value.id==n){var o=t.variants[0];if(o)return t.value=o.value,t.key=o.key,t.currentNode=o.currentNode,t.variants.splice(0,1),t}else for(let e=0;e<t.variants.length;e++)if(n==t.variants[e].value.id)return t.variants.splice(e,1),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var i=this.inOrderSuccessor(t.rightNode);return t.value=i.value,t.key=i.key,t.variants=i.variants,t.currentNode=i.currentNode,t.rightNode=this.removeNodeWithVariants(t.rightNode,i.key,n),t}inOrderSuccessor(t){for(;null!=t.leftNode;)t=t.leftNode;return t}}var Z=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class tt{static addNodeToTree(t){if(null==this.connectionroot)return this.connectionroot=t,this.connectionroot;this.connectionroot=this.connectionroot.addNode(t,this.connectionroot,this.connectionroot.height)}static addConnectionToTree(t){var e=new q(t.id,t,null,null);this.addNodeToTree(e)}static waitForDataToLoad(){return Z(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isConnectionLoaded)return t("done");setTimeout(tt.checkFlag,1e3,t)}static removeNodeFromTree(t){return Z(this,void 0,void 0,(function*(){this.connectionroot&&(this.connectionroot=this.connectionroot.removeNode(this.connectionroot,t))}))}static getNodeFromTree(t){return Z(this,void 0,void 0,(function*(){return this.connectionroot?this.connectionroot.getFromNode(t,this.connectionroot):this.connectionroot}))}}tt.connectionroot=null;var et=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class nt{static addNodeToTree(t){return et(this,void 0,void 0,(function*(){return null==this.connectionTypeRoot?(this.connectionTypeRoot=t,this.connectionTypeRoot):(this.connectionTypeRoot=this.connectionTypeRoot.addTypeNode(t,this.connectionTypeRoot,this.connectionTypeRoot.height),this.connectionTypeRoot)}))}static waitForDataToLoad(){return et(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isConnectionTypeLoaded)return t("done");setTimeout(nt.checkFlag,1e3,t)}static addConnectionToTree(t){if(0!=t.typeId){var e=new q(t.typeId,t,null,null);this.addNodeToTree(e)}}static removeTypeConcept(t,e){this.connectionTypeRoot&&(this.connectionTypeRoot=this.connectionTypeRoot.removeNodeWithVariants(this.connectionTypeRoot,t,e))}static getNodeFromTree(t){return this.connectionTypeRoot?this.connectionTypeRoot.getFromNode(t,this.connectionTypeRoot):this.connectionTypeRoot}static getTypeVariantsFromTree(t){return et(this,void 0,void 0,(function*(){var e=[],n=this.getNodeFromTree(t);if(n){e.push(null==n?void 0:n.value);for(let t=0;t<n.variants.length;t++)e.push(n.variants[t].value);return e}}))}static getTypeVariantsFromTreeWithUserId(t,e){return et(this,void 0,void 0,(function*(){var n=[],o=this.getNodeFromTree(t);if(o){o.value.userId==e&&n.push(null==o?void 0:o.value);for(let t=0;t<o.variants.length;t++)o.variants[t].value.userId==e&&n.push(o.variants[t].value)}return n}))}}nt.connectionTypeRoot=null;var ot=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class it{constructor(){this.name="Connection Array"}static CheckContains(t){for(var e=!1,n=0;n<this.connectionArray.length;n++)this.connectionArray[n].id==t.id&&(e=!0);return e}static AddConnectionToStorage(t){w("connection",t)}static AddConnection(t){t.isTemp||(w("connection",t),tt.addConnectionToTree(t),nt.addConnectionToTree(t))}static AddConnectionToMemory(t){t.isTemp||(tt.addConnectionToTree(t),nt.addConnectionToTree(t))}static AddToDictionary(t){this.connectionDictionary[t.id]=t}static RemoveConnection(t){0!=t.id&&(A("connection",t.id),tt.removeNodeFromTree(t.id),nt.removeTypeConcept(t.typeId,t.id))}static GetConnectionTree(){return tt.connectionroot}static GetConnectionTypeTree(){return nt.connectionTypeRoot}static GetConnection(t){return ot(this,void 0,void 0,(function*(){var e=new K(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),n=yield tt.getNodeFromTree(t);if(null==n?void 0:n.value){var o=n.value;o&&(e=o)}return e}))}static GetConnectionsOfCompositionLocal(t){return ot(this,void 0,void 0,(function*(){var e=[],n=yield nt.getNodeFromTree(t);if(null==n?void 0:n.value){var o=n.value;if(o){let t=o;e.push(t);for(let t=0;t<n.variants.length;t++)e.push(n.variants[t].value)}}return e}))}getName(){return this.name}}it.connectionArray=[],it.connectionDictionary=[];var rt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ct(t){return rt(this,void 0,void 0,(function*(){let e=[];try{var o=[];for(let n=0;n<t.length;n++){let i=yield O.GetConcept(t[n]);0==i.id?o.push(t[n]):e.push(i)}if(0==o.length)return e;{var i=yield $();const t=yield h(n.GetConceptBulkUrl(),{method:"POST",headers:i,body:JSON.stringify(o)});if(t.ok){let n=yield t.json();if(n.length>0)for(let t=0;t<n.length;t++){let o=n[t];e.push(o),O.AddConcept(o)}}else console.log("Get Concept Bulk error",t.status),Q(t);return e}}catch(t){throw t instanceof Error?console.log("Get Concept Bulk error message: ",t.message):console.log("Get Concept Bulk unexpected error: ",t),t}}))}var at=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function st(){return at(this,arguments,void 0,(function*(t=[]){var e=[];if(t.length>0){for(let n=0;n<t.length;n++)e.includes(t[n].ofTheConceptId)||e.push(t[n].ofTheConceptId),e.includes(t[n].toTheConceptId)||e.push(t[n].toTheConceptId);yield ct(e)}}))}var lt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function dt(){return lt(this,arguments,void 0,(function*(t=[]){var e=[];for(let o=0;o<t.length;o++){var n=yield it.GetConnectionsOfCompositionLocal(t[o]);e.push(...n)}return e}))}function ut(t=[],e=[]){for(let n=0;n<e.length;n++)Array.isArray(t)&&(t.find((t=>t.id===e[n].id))||it.RemoveConnection(e[n]))}var ht=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ft(){return ht(this,arguments,void 0,(function*(t=[]){var e=[];if(t.length<=0)return e;var o=yield dt(t),i=yield function(){return ht(this,arguments,void 0,(function*(t=[]){var e=[];try{var o=yield $();const r=yield h(n.GetAllConnectionsOfCompositionBulkUrl(),{method:"POST",headers:o,body:JSON.stringify(t)});if(r.ok){const t=yield r.json();for(var i=0;i<t.length;i++)it.AddConnection(t[i]),e.push(t[i])}else console.log("Get all connections of composition bulk error message: ","Cannot get response"),Q(r);return e}catch(t){throw t instanceof Error?console.log("Get all connections of composition bulk error message: ",t.message):console.log("Get all connections of composition bulk unexpected error: ",t),t}}))}(t);return ut(e=i,o),yield st(e),e}))}var yt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const pt=new Map;function vt(t){return yt(this,void 0,void 0,(function*(){let e=P();if(pt.has(t))return pt.get(t)||e;const o=(()=>yt(this,void 0,void 0,(function*(){try{var o=yield O.GetConcept(t);let r=O.GetNpc(t);if(0!=o.id||r)return o;{var i=yield $("application/x-www-form-urlencoded");const o=yield h(n.GetConceptUrl(),{method:"POST",headers:i,body:`id=${t}`});return o.ok?(e=yield o.json(),e.id>0?O.AddConcept(e):O.AddNpc(t)):(console.log("Get the concept error",o.status,t),Q(o)),e}}catch(e){throw e instanceof Error?console.log("Get the concept error message: ",e.message,t):console.log("Get the concept unexpected error: ",e,t),e}finally{pt.delete(t)}})))();return pt.set(t,o),o}))}var gt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ct(t){return gt(this,void 0,void 0,(function*(){var e=[];if(0==(e=yield it.GetConnectionsOfCompositionLocal(t)).length)e=yield Tt(t);else{var n=yield Tt(t);ut(n,e),e=n}return e}))}function Tt(t){return gt(this,void 0,void 0,(function*(){var e=[];try{var o=yield $("application/x-www-form-urlencoded");const r=yield h(n.GetAllConnectionsOfCompositionUrl(),{method:"POST",headers:o,body:`composition_id=${t}`});if(!r.ok)throw Q(r),new Error(`Error! status: ${r.status}`);const c=yield r.json();for(var i=0;i<c.length;i++)it.AddConnection(c[i]),e.push(c[i]);return e}catch(t){throw t instanceof Error?console.log("Get all connection of composition error : ",t.message):console.log("Get all connection of composition error : ",t),t}}))}var mt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Nt(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield Ct(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);return i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s,i}))}function wt(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield Ct(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield Lt(t,o,r);return i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s,i}))}function It(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield it.GetConnectionsOfCompositionLocal(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);return i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s,i}))}function kt(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield it.GetConnectionsOfCompositionLocal(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s;var l={};return l.created_at=a.entryTimeStamp,l.data=i,l.id=t,l}))}function At(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield it.GetConnectionsOfCompositionLocal(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s;var l={};return l.data=i,l.id=t,l.created_at=a.entryTimeStamp,l}))}function xt(t,e){return mt(this,void 0,void 0,(function*(){for(var n,o,i={},r=[],c=0;c<e.length;c++)r.includes(e[c].ofTheConceptId)||r.push(e[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,e,r);i[null!==(o=null===(n=null==a?void 0:a.type)||void 0===n?void 0:n.characterValue)&&void 0!==o?o:""]=s;var l={};return l.created_at=a.entryTimeStamp,l.data=i,l.id=t,l}))}function St(t,e){return mt(this,arguments,void 0,(function*(t,e,n=[]){var o,i,r={},c=yield O.GetConcept(t);0==c.id&&null!=t&&null!=t&&(c=yield vt(t));var a=yield _t(t,e,n);r[null!==(i=null===(o=null==c?void 0:c.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:""]=a;var s={};return s.created_at=c.entryTimeStamp,s.data=r,s.id=t,s}))}function Rt(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield Ct(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s;var l={};return l.data=i,l.id=t,l}))}function _t(t,e,n){return mt(this,arguments,void 0,(function*(t,e,n,o=[]){var i,r,c,a={},s=[];if(0==t)return null;var l=yield O.GetConcept(t);if(null!=l&&0!=l.id||null==t||null==t||(l=yield vt(t)),0!=l.id&&null==l.type){var d=l.typeId,u=yield O.GetConcept(d);l.type=u,null==u&&null!=d&&null!=d&&(u=yield vt(d),l.type=u)}if(null===(i=null==l?void 0:l.type)||void 0===i?void 0:i.characterValue,!n.includes(t))return null==l?void 0:l.characterValue;if(o.includes(t))return"";o.push(t);for(var h=0;h<e.length;h++)if(e[h].ofTheConceptId==t){var f=e[h].toTheConceptId,y=yield O.GetConcept(f);null!=y&&0!=y.id||null==f||null==f||(y=yield vt(f)),y&&null==(null==y?void 0:y.type)&&(d=y.typeId,u=yield O.GetConcept(d),y.type=u,null==u&&null!=d&&null!=d&&(u=yield vt(d),y.type=u));var p=(null!==(c=null===(r=null==y?void 0:y.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"").replace("the_","");if(isNaN(Number(p))){if(p){const t=yield _t(f,e,n,o);a[p]=t}}else{const t=yield _t(f,e,n,o);s[p]=t,a=s}}return a}))}function Lt(t,e,n){return mt(this,arguments,void 0,(function*(t,e,n,o=[]){var i,r,c,a={},s=[];if(0==t)return null;var l=yield O.GetConcept(t);if(null!=l&&0!=l.id||null==t||null==t||(l=yield vt(t)),0!=l.id&&null==l.type){var d=l.typeId,u=yield O.GetConcept(d);l.type=u,null==u&&null!=d&&null!=d&&(u=yield vt(d),l.type=u)}if(null===(i=null==l?void 0:l.type)||void 0===i?void 0:i.characterValue,!n.includes(t))return null==l?void 0:l.characterValue;if(o.includes(t))return"";o.push(t),a.id=t;for(var h=0;h<e.length;h++)if(e[h].ofTheConceptId==t){var f=e[h].toTheConceptId,y=yield O.GetConcept(f);null!=y&&0!=y.id||null==f||null==f||(y=yield vt(f)),y&&null==(null==y?void 0:y.type)&&(d=y.typeId,u=yield O.GetConcept(d),y.type=u,null==u&&null!=d&&null!=d&&(u=yield vt(d),y.type=u));var p=(null!==(c=null===(r=null==y?void 0:y.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"").replace("the_","");if(isNaN(Number(p))){if(p){const t=yield Lt(f,e,n);a[p]=t}}else{const t=yield Lt(f,e,n);s[p]=t,a=s}}return a}))}var Et=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ut(t){return Et(this,void 0,void 0,(function*(){let e=P();try{var o=yield $("application/x-www-form-urlencoded");const i=yield h(n.GetConceptByCharacterValueUrl(),{method:"POST",headers:o,body:`character_value=${t}`});return i.ok?(e=yield i.json(),e.id>0&&O.AddConcept(e)):(console.log("Error in Getting concept by character value Error",i.status),Q(i)),e}catch(t){throw t instanceof Error?console.log("Error in Getting concept by character value error message: ",t):console.log("Error in Getting concept by character value unexpected error: ",t),t}}))}var Ft=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Pt(t){return Ft(this,void 0,void 0,(function*(){var e=yield O.GetConceptByCharacter(t),n=`${t}`;return null!=e&&0!=(null==e?void 0:e.id)||!n||(yield Ut(t),e=yield O.GetConceptByCharacter(t)),e}))}var Gt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Bt(t,e){return Gt(this,arguments,void 0,(function*(t,e,n=10,o=1){var i=yield Pt(t),r=[];if(i){yield z(t,e);for(var c=yield O.GetConceptsByTypeIdAndUser(i.id,e),a=n*(o-1),s=[],l=a;l<a+n;l++)c[l]&&s.push(c[l].id);for(yield ft(s),l=a;l<a+n;l++)if(c[l]){var d=yield It(c[l].id);r.push(d)}}return r}))}function Vt(t,e){return Gt(this,arguments,void 0,(function*(t,e,n=10,o=1){var i=yield Pt(t),r=[];if(i){yield z(t,e);for(var c=yield O.GetConceptsByTypeIdAndUser(i.id,e),a=n*(o-1),s=[],l=a;l<a+n;l++)c[l]&&s.push(c[l].id);for(yield ft(s),l=a;l<a+n;l++)if(c[l]){var d=yield kt(c[l].id);r.push(d)}}return r}))}var Dt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const Ot=new Map;function bt(t,e){return Dt(this,void 0,void 0,(function*(){let o=P();if(Ot.has(t+e))return Ot.get(t+e)||o;const i=(()=>Dt(this,void 0,void 0,(function*(){try{var i=yield $("application/x-www-form-urlencoded");const r=yield h(n.GetConceptByCharacterAndCategoryDirectUrl(),{method:"POST",headers:i,body:`character_value=${t}&category_id=${e}`});if(r.ok){let t=yield r.json();o=t,O.AddConcept(o)}else console.log("This is the concept by category and character direct api error",r.status),Q(r);return o}catch(o){throw o instanceof Error?console.log(" This is the concept by category and character direct api error message: ",o.message,t,e,n.GetConceptByCharacterAndCategoryDirectUrl()):console.log(" This is the concept by category and character unexpected direct api error: ",o,t,e,n.GetConceptByCharacterAndCategoryDirectUrl()),o}finally{Ot.delete(t+e)}})))();return Ot.set(t+e,i),i}))}var Mt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function jt(t){return Mt(this,void 0,void 0,(function*(){let e=P();if("the"==t)return e.id=1,e.typeId=5,e.characterValue="the",e;let n=t.length;var o=j(t);if(o.length>1){let n=1,i=yield jt(o[0]);0!=i.id&&(n=i.id),e=yield function(t,e){return Mt(this,void 0,void 0,(function*(){let n=yield O.GetConceptByCharacterAndCategoryLocal(t,e);return 0==n.id&&(n=yield bt(t,e)),n}))}(t,n)}else o[0]==t&&1==n?e=yield function(t){return Mt(this,void 0,void 0,(function*(){var e=yield O.GetConceptByCharacterAndTypeLocal(t,49);return 0==e.id&&(e=yield Ut(t)),e}))}(t):o[0]==t&&(e=yield function(t){return Mt(this,void 0,void 0,(function*(){var e=yield O.GetConceptByCharacterAndTypeLocal(t,51);return 0==e.id&&(e=yield Ut(t)),e}))}(t));return e}))}var Ht=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const $t=new Map,Wt=new Map;function Jt(t,e){return Ht(this,void 0,void 0,(function*(){let e=P();if(Wt.has(t))return Wt.get(t);if($t.has(t))return $t.get(t)||e;const o=(()=>Ht(this,void 0,void 0,(function*(){try{if(e=yield jt(t),0==e.id||4==e.typeId){var o=yield $("application/x-www-form-urlencoded");const i=yield h(n.MakeTheTypeConceptUrl(),{method:"POST",headers:o,body:`type=${t}`});if(!i.ok)throw Q(i),new Error(`Error! status: ${i.status}`);let r=yield i.json();e=r,e.id>0&&O.AddConcept(e)}return e.id>0&&Wt.set(t,e),e}catch(t){throw t instanceof Error?console.log("Make The Type Concept Api error : ",t.message):console.log("Make The Type Concept Api error : ",t),t}finally{$t.delete(t)}})))();return $t.set(t,o),o}))}var Qt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};let Xt=!1,Yt=[];const zt=()=>{Yt.length>0&&!Xt&&Yt.shift()()};function Kt(t){return Qt(this,void 0,void 0,(function*(){return new Promise(((e,o)=>{Yt.push((()=>Qt(this,void 0,void 0,(function*(){try{if(Xt)return;if(Xt=!0,!t&&re.connectionIds.length>10)return Xt=!1,zt(),e();const o=t?`${n.GetReservedConnectionIdUrl()}?${new URLSearchParams({count:String(t)}).toString()}`:n.GetReservedConnectionIdUrl();var i=yield $("application/x-www-form-urlencoded");const c=yield h(o,{method:"GET",headers:i});if(!c.ok)throw Q(c),new Error(`Error! status: ${c.status}`);const a=yield c.json();for(var r=0;r<a.length;r++)re.AddId(a[r]);e()}catch(t){t instanceof Error?console.log("get reserved connection ids error message: ",t.message):console.log("get reserved connection ids unexpected error: ",t),o(t)}finally{Xt=!1,zt()}})))),zt()}))}))}var qt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};let Zt=!1,te=[];const ee=()=>{te.length>0&&!Zt&&te.shift()()};function ne(){return qt(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{te.push((()=>qt(this,void 0,void 0,(function*(){try{if(Zt)return;if(Zt=!0,ie.ids.length>10)return Zt=!1,ee(),t();var o=yield $("application/x-www-form-urlencoded");const e=yield h(n.GetReservedIdUrl(),{method:"GET",headers:o});if(!e.ok)throw Q(e),new Error(`Error! status: ${e.status}`);const r=yield e.json();for(var i=0;i<r.length;i++)ie.AddId(r[i]);t()}catch(t){e(t)}finally{Zt=!1,ee()}})))),ee()}))}))}var oe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class ie{static getId(){return oe(this,void 0,void 0,(function*(){for(this.ids.length<10&&!this.pendingFetch&&(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield ne()}finally{this.pendingFetch=null}})))(),this.ids.length>0&&this.pendingFetch.catch((t=>console.error("Reserved ID refill failed:",t))));0===this.ids.length;)if(this.pendingFetch||(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield ne()}finally{this.pendingFetch=null}})))()),yield this.pendingFetch,0===this.ids.length)throw new Error("No reserved concept IDs were returned by the backend.");return this.ids.shift()}))}static AddId(t){Number.isFinite(t)&&t>0&&!this.ids.includes(t)&&this.ids.push(t)}}ie.ids=[],ie.pendingFetch=null;class re{static getId(){return oe(this,void 0,void 0,(function*(){for(this.connectionIds.length<10&&!this.pendingFetch&&(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield Kt()}finally{this.pendingFetch=null}})))());0===this.connectionIds.length;)if(this.pendingFetch||(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield Kt()}finally{this.pendingFetch=null}})))()),yield this.pendingFetch,0===this.connectionIds.length)throw new Error("No reserved connection IDs were returned by the backend.");return this.connectionIds.shift()}))}static AddId(t){Number.isFinite(t)&&t>0&&!this.connectionIds.includes(t)&&this.connectionIds.push(t)}static warmUp(t){return oe(this,void 0,void 0,(function*(){const e=t-this.connectionIds.length;e<=0||(this.pendingFetch||(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield Kt(e)}finally{this.pendingFetch=null}})))()),yield this.pendingFetch)}))}}re.connectionIds=[],re.pendingFetch=null;function ce(t){return e=this,o=void 0,r=function*(){let e=P();try{var o=yield $();const i=yield f(n.CreateTheConceptUrl(),o,t);if(!i.ok)throw X(i),new Error(`Error! status: ${i.status}`);return e=yield i.json(),e}catch(t){throw t instanceof Error?console.log("Create the concept api error message: ",t):console.log("Create the concept api unexpected error: ",t),t}},new((i=void 0)||(i=Promise))((function(t,n){function c(t){try{s(r.next(t))}catch(t){n(t)}}function a(t){try{s(r.throw(t))}catch(t){n(t)}}function s(e){var n;e.done?t(e.value):(n=e.value,n instanceof i?n:new i((function(t){t(n)}))).then(c,a)}s((r=r.apply(e,o||[])).next())}));var e,o,i,r}function ae(t){return e=this,o=void 0,r=function*(){let e=new K(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);try{var o=yield $();const i=yield f(n.CreateTheConnectionUrl(),o,t);if(!i.ok)throw console.log("Create the connection error message: ",i),X(i),new Error(`Error! status: ${i.status}`);return e=yield i.json(),e}catch(t){throw t instanceof Error?console.log("Create the connection error message: ",t.message):console.log(" Create the connection unexpected error: ",t),t}},new((i=void 0)||(i=Promise))((function(t,n){function c(t){try{s(r.next(t))}catch(t){n(t)}}function a(t){try{s(r.throw(t))}catch(t){n(t)}}function s(e){var n;e.done?t(e.value):(n=e.value,n instanceof i?n:new i((function(t){t(n)}))).then(c,a)}s((r=r.apply(e,o||[])).next())}));var e,o,i,r}var se=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class le{static CheckContains(t){for(var e=!1,n=0;n<this.conceptsSyncArray.length;n++)this.conceptsSyncArray[n].id==t.id&&(e=!0);return e}static SyncDataDelete(t){for(var e=0;e<this.conceptsSyncArray.length;e++)t==this.conceptsSyncArray[e].id&&this.conceptsSyncArray.splice(e,1);for(e=0;e<this.connectionSyncArray.length;e++)this.connectionSyncArray[e].ofTheConceptId!=t&&this.connectionSyncArray[e].toTheConceptId!=t&&this.connectionSyncArray[e].typeId!=t||this.connectionSyncArray.splice(e,1)}static CheckContainsConnection(t){for(var e=!1,n=0;n<this.connectionSyncArray.length;n++)this.connectionSyncArray[n].id==t.id&&(e=!0);return e}static AddConcept(t){this.conceptsSyncArray.push(t)}static RemoveConcept(t){for(var e=0;e<this.conceptsSyncArray.length;e++)this.conceptsSyncArray[e].id==t.id&&this.conceptsSyncArray.splice(e,1)}static AddConnection(t){this.connectionSyncArray.push(t)}static RemoveConnection(t){for(var e=0;e<this.connectionSyncArray.length;e++)this.connectionSyncArray[e].id==t.id&&this.connectionSyncArray.splice(e,1)}static SyncDataOnline(t){return se(this,void 0,void 0,(function*(){try{let e=[],n=[];if(t&&this.transactionCollections.some((e=>e.id==t))){const o=this.transactionCollections.find((e=>e.id==t));if(this.transactionCollections=this.transactionCollections.filter((e=>e.id==t||new Date(e.createdDate).getTime()>(new Date).getTime()-6048e5)),!o)return;e=o.data.concepts.slice(),n=o.data.connections.slice(),e.length>0&&(yield ce(e)),n.length>0&&(yield ae(n)),this.transactionCollections=this.transactionCollections.filter((e=>e.id!=t))}else{for(let t=0;t<this.conceptsSyncArray.length;t++)O.AddConcept(this.conceptsSyncArray[t]);for(let t=0;t<this.connectionSyncArray.length;t++)it.AddConnection(this.connectionSyncArray[t]);this.conceptsSyncArray.length>0&&(e=this.conceptsSyncArray.slice(),yield ce(e),this.conceptsSyncArray=this.conceptsSyncArray.filter((t=>!e.some((e=>e.id===t.id))))),this.connectionSyncArray.length>0&&(n=this.connectionSyncArray.slice(),yield ae(n),this.connectionSyncArray=this.connectionSyncArray.filter((t=>!n.some((e=>e.id===t.id)))))}return"done"}catch(t){throw t}}))}static initializeTransaction(t){return se(this,void 0,void 0,(function*(){try{if(this.transactionCollections.some((e=>e.id==t)))return;this.transactionCollections.push({id:t,data:{concepts:[],connections:[]},createdDate:(new Date).toISOString()})}catch(t){console.log("error in initializeTransaction",t)}}))}static markTransactionActions(t,e){return se(this,void 0,void 0,(function*(){try{this.transactionCollections=this.transactionCollections.map((n=>n.id==t?Object.assign(Object.assign({},n),{data:JSON.parse(JSON.stringify(e))}):n)),this.conceptsSyncArray=this.conceptsSyncArray.filter((t=>!e.concepts.some((e=>e.id==t.id||e.ghostId==t.id)))),this.connectionSyncArray=this.connectionSyncArray.filter((t=>!e.connections.some((e=>e.id==t.id||e.ghostId==t.id))))}catch(t){console.log("error in markTransactionActions",t)}}))}static rollbackTransaction(t,e){return se(this,void 0,void 0,(function*(){try{if(!this.transactionCollections.some((e=>e.id==t)))return;this.transactionCollections=this.transactionCollections.filter((e=>e.id!=t))}catch(t){console.log("LocalSyncData, roll",t)}}))}static syncDataLocalDb(){return se(this,void 0,void 0,(function*(){if(this.conceptsSyncArray.length>0){for(let t=0;t<this.conceptsSyncArray.length;t++)w("localconcept",this.conceptsSyncArray[t]);this.conceptsSyncArray=[]}if(this.connectionSyncArray.length>0){for(let t=0;t<this.connectionSyncArray.length;t++)w("localconnection",this.connectionSyncArray[t]);this.connectionSyncArray=[]}return"done"}))}}le.conceptsSyncArray=[],le.connectionSyncArray=[],le.transactionCollections=[];var de=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ue(t,e,n,o,i,r,c){return de(this,arguments,void 0,(function*(t,e,n,o,i,r,c,a=1,s=4,l=999,d={concepts:[],connections:[]}){!function(t,e){if(!Number.isFinite(t)||t<=0)throw new Error(`Cannot create a connection: ofTheConceptId must be a positive finite number. Received ${t}.`);if(!Number.isFinite(e)||e<=0)throw new Error(`Cannot create a connection: toTheConceptId must be a positive finite number. Received ${e}.`);if(t===e)throw new Error(`Cannot create a self-connection for concept ${t}.`)}(t,n);let u=e,h=e,f=e;999!=l&&(f=l);let y=e,p=e,v=yield re.getId(),g=new K(v,t,n,e,o,f,i,h,a,u,0,y,s,p,r,c);return g.toUpdate=!0,g.isTemp=!1,le.AddConnection(g),d.connections.push(g),g}))}function he(t,e,n){return de(this,arguments,void 0,(function*(t,e,n,o={concepts:[],connections:[]}){let i=yield Jt(n),r=t.userId;return yield ue(t.id,t.userId,e.id,e.userId,i.id,999,999,1e3,4,r,o)}))}var fe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const ye=new Map;function pe(t,e){return fe(this,void 0,void 0,(function*(){let o=yield O.GetConceptByCharacterAndTypeLocal(t,e),i=t+e;if(ye.has(i))return ye.get(i)||o;const r=(()=>fe(this,void 0,void 0,(function*(){try{if(null==o||0==o.id){var r={character_value:`${t}`,type_id:e},c=JSON.stringify(r),a=yield $();const i=yield h(n.GetConceptByCharacterAndTypeUrl(),{method:"POST",headers:a,body:c});if(i.ok){let t=yield i.json();o=t,O.AddConcept(o)}else console.log("This is the concept by type and character error",i.status),Q(i)}return o}catch(t){throw t instanceof Error?console.log(" This is the concept by type and character error message: ",t.message):console.log(" This is the concept by type and character unexpected error: ",t),t}finally{ye.delete(i)}})))();return ye.set(i,r),r}))}function ve(t){return fe(this,void 0,void 0,(function*(){let e=[],o=JSON.stringify(t);var i=yield $();const r=yield h(n.GetConceptConnectionByType(),{method:"POST",headers:i,body:o});if(r.ok){let t=yield r.json();e=yield ct(t)}else console.log("This is the concept by type and character error",r.status),Q(r);return e}))}var ge=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ce(t,e,n,o,i,r,c,a,s,l,d,u,h,f){return ge(this,arguments,void 0,(function*(t,e,n,o,i,r,c,a,s,l,d,u,h,f,y={concepts:[],connections:[]}){var p=yield ie.getId();let v=new Date,g=new Date;var C=new F(p,e,i,r,n,o,c,a,t,s,l,d,u,h,f,!0,v,g);return C.isTemp=!1,le.AddConcept(C),y.concepts.push(C),C}))}function Te(t,e,n,o,i,r,c,a,s,l,d,u,h,f){return ge(this,arguments,void 0,(function*(t,e,n,o,i,r,c,a,s,l,d,u,h,f,y={concepts:[],connections:[]}){var p=yield ie.getId();let v=new Date,g=new Date;var C=new F(p,e,i,r,n,o,c,a,t,s,l,d,u,h,f,!1,v,g);return O.AddConcept(C),C.updateRecursion=!0,le.AddConcept(C),y.concepts.push(C),C}))}var me=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ne(t,e){return me(this,arguments,void 0,(function*(t,e,n=!1,o,i,r=999,c=0,a={concepts:[],connections:[]}){let s,l=r,d=o,u=o,h=i,f=o,y=t.startsWith("the_")?t:"the_"+t,p=P();return n?(p=yield Jt(t),s=yield Ce(e,o,4,o,p.id,p.userId,c,999,999,d,h,f,l,u,a)):(p=yield Jt(y),s=yield pe(e,p.id),0==s.id&&0==s.userId&&(s=yield Te(e,o,4,o,p.id,p.userId,c,999,999,d,h,f,l,u,a))),s.type=p,s}))}var we=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ie(t){return we(this,arguments,void 0,(function*(t,e=null,n=null,o=null,i=null,r=null,c=null){var a=null!=i?i:999,s=null!=r?r:4,l=null!=c?c:999,d=null!=o?o:0,u=P();for(const o in t)if("string"!=typeof t[o]&&"number"!=typeof t[o])if(null==e&&null==n){var h=d;u=p=yield Ne(o,"",!0,a,s,l),h=p.id,d=p.id,yield Ie(t[o],p.id,p.userId,h,i,r,c)}else{var f=null!=e?e:999,y=null!=n?n:999;h=d,u=p=yield Ne(o,"",!0,a,s,l),yield ue(f,y,p.id,p.userId,h,l,p.userId),yield Ie(t[o],p.id,p.userId,h,i,r,c)}else{f=null!=e?e:999,y=null!=n?n:10267,h=d;var p=yield Ne(o,t[o].toString(),!1,a,s,l);yield ue(f,y,p.id,p.userId,h,l,p.userId)}return u}))}var ke=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ae(t,e,o){return ke(this,arguments,void 0,(function*(t,e,o,i=10,r=1){let c=[];try{var a=new URLSearchParams;a.append("typeId",`${t}`),a.append("ofTheConceptId",`${e}`),a.append("userId",`${o}`),a.append("inpage",`${i}`),a.append("page",`${r}`);var s=yield $("application/x-www-form-urlencoded");const l=yield h(n.GetAllConnectionsOfConceptUrl(),{method:"POST",headers:s,body:a});return l.ok?c=yield l.json():(console.log("Get connection of concept error",l.status),Q(l)),c}catch(t){throw t instanceof Error?console.log("Get connection of concept error message: ",t.message):console.log("Get connection of concept unexpected error: ",t),t}}))}var xe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},Se=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},Re=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},_e=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Le(t){return _e(this,void 0,void 0,(function*(){var e=yield it.GetConnection(t);if((null==e||0==e.id)&&null!=t&&null!=t){var o=yield function(t){return Re(this,void 0,void 0,(function*(){var e=yield it.GetConnection(t);try{if(0!=e.id)return e;{var o=yield $("application/x-www-form-urlencoded");const i=yield h(n.GetConnectionUrl(),{method:"POST",headers:o,body:`id=${t}`});return i.ok?(e=yield i.json(),it.AddConnection(e)):(console.log("Get Connection Error",i.status),Q(i)),e}}catch(t){throw t instanceof Error?console.log("Get Connection error message: ",t.message):console.log("Get Connection unexpected error: ",t),t}}))}(t);e=o}return e}))}var Ee=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ue(t){return Ee(this,arguments,void 0,(function*(t,e=""){let o=!1;var i=yield Le(t);return o=yield function(t){return Se(this,arguments,void 0,(function*(t,e=""){let o=!1;try{let i=yield $("application/x-www-form-urlencoded");""!=e&&(i=yield W("application/x-www-form-urlencoded",e));const r=new URLSearchParams;r.append("id",t.toString()),r.append("apiKey","nodeserver");const c=yield h(n.DeleteTheConnectionUrl(),{method:"POST",headers:i,body:r,redirect:"follow"});c.ok?o=(yield c.json()).success:(console.log("Delete connection error status: ",c.status),Q(c))}catch(t){throw t instanceof Error?console.log("Delete connection error message: ",t.message):console.log("Delete connection unexpected error: ",t),t}return o}))}(t,e),A("connection",t),tt.removeNodeFromTree(t),nt.removeTypeConcept(i.typeId,t),o}))}function Fe(t){return Ee(this,void 0,void 0,(function*(){let e=yield function(t){return xe(this,void 0,void 0,(function*(){let e=!1;try{let o=yield W();const i=yield h(n.DeleteTheConnectionBulkUrl(),{method:"POST",headers:o,body:JSON.stringify(t)});i.ok?e=(yield i.json()).success:(console.log("Delete connection Bulk Api error status: ",i.status),Q(i))}catch(t){t instanceof Error?console.log("Delete connection Bulk Api error message: ",t.message):console.log("Delete connection Bulk Api unexpected error: ",t)}return e}))}(t);if(e)for(let e=0;e<t.length;e++){let n=t[e];n>0&&tt.removeNodeFromTree(n)}return e}))}var Pe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ge(t){return Pe(this,arguments,void 0,(function*(t,e=999){var n=P();if(t<0)return jo(yield Lo(e,t));if(null!=(n=yield O.GetConcept(t))&&0!=n.id||null==t||null==t||(n=yield vt(t)),0!=n.id&&null==n.type&&null!=n.typeId&&null!=n.typeId){var o=yield O.GetConcept(n.typeId);if(0!=o.id)n.type=o;else{var i=yield vt(n.typeId);0!=i.id&&(n.type=i)}}return n}))}var Be=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const Ve=999,De=4,Oe=999,be=999,Me=1e3;function je(t){const e=`${null!=t?t:""}`.trim();if(0===e.length)throw new Error("Cannot create a typed connection without a linker name.");return e}function He(t,e){return Be(this,void 0,void 0,(function*(){var n,o,i;if(null==t||null==t.id||0===t.id)throw new Error(`Cannot create a typed connection: ${e} must be a persisted concept.`);const r=t.type;if(null===(n=null==r?void 0:r.characterValue)||void 0===n?void 0:n.trim())return r.characterValue.trim();const c=(yield Ge(t.id,t.userId)).type;if(null===(o=null==c?void 0:c.characterValue)||void 0===o?void 0:o.trim())return t.type=c,c.characterValue.trim();if(null!=t.typeId&&0!==t.typeId){const e=yield Ge(t.typeId,t.typeUserId);if(0!==e.id&&(null===(i=e.characterValue)||void 0===i?void 0:i.trim()))return t.type=e,e.characterValue.trim()}throw new Error(`Cannot create a typed connection: ${e} concept ${t.id} has no resolvable type.`)}))}function $e(t){return Be(this,void 0,void 0,(function*(){return yield Ne("connection",t,!1,Ve,Ve,Oe)}))}function We(t,e,n){return Be(this,void 0,void 0,(function*(){return yield ue(t.id,t.userId,e.id,e.userId,n.id,Oe,be,Me,De)}))}function Je(t,e,n){return Be(this,arguments,void 0,(function*(t,e,n,o=!1,i=!1){const r=je(n),c=t.userId;if(o){const n=yield function(t,e){return Be(this,void 0,void 0,(function*(){return`${yield He(t,"toTheConcept")}_s_${e}_by`}))}(e,r);i&&(yield Xe(`${r}_by`,e,c));const o=yield $e(n);yield We(e,t,o)}const a=yield function(t,e){return Be(this,void 0,void 0,(function*(){return`${yield He(t,"ofTheConcept")}_s_${e}_s`}))}(t,r);i&&(yield Xe(`${r}_s`,t,c));const s=yield $e(a);return yield We(t,e,s)}))}function Qe(t,e,n){return Be(this,arguments,void 0,(function*(t,e,n,o=!1,i=!1){return yield Je(t,e,n,o,i)}))}function Xe(t,e){return Be(this,arguments,void 0,(function*(t,e,n=null){for(var o=e,i=null!=n?n:e.userId,r=999,c=je(t)+"_count",a=(yield He(e,"concept"))+"_s_"+c,s=yield Ne("connection",a,!1,i,4,r),l=yield Ae(s.id,e.id,i,10,1),d=[],u=P(),h=0;h<l.length;h++){let t=yield Ge(l[h].toTheConceptId);d.push(t)}if(d.length<1)u=yield Ne("count","1",!1,i,4,r);else{var f=d[0];let t=Number(f.characterValue),e=Number.isFinite(t)?t+1:1;u=yield Ne("count",e.toString(),!1,i,4,r);for(let t=0;t<l.length;t++)yield Ue(l[t].id)}yield ue(o.id,o.userId,u.id,u.userId,s.id,r,be,Me,4,i)}))}function Ye(t,e,n){return Be(this,arguments,void 0,(function*(t,e,n,o=!1,i=!1){return yield Je(t,e,n,o,i)}))}var ze=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ke(t,e){return ze(this,arguments,void 0,(function*(t,e,n=10,o=1){var i,r=[],c=yield Ge(t),a=(null===(i=c.type)||void 0===i?void 0:i.characterValue)+"_s_"+e,s=yield pe(a,16);if(s.id>0){for(var l=yield Ae(s.id,c.id,c.userId,n,o),d=[],u=0;u<l.length;u++)d.push(l[u].toTheConceptId);for(yield ft(d),u=0;u<l.length;u++){let t=l[u].toTheConceptId,e=yield Ge(t),n=yield At(e.id);r.push(n)}}return r}))}function qe(t,e){return ze(this,arguments,void 0,(function*(t,e,n=10,o=1){var i,r=[],c=yield Ge(t),a=(null===(i=c.type)||void 0===i?void 0:i.characterValue)+"_s_"+e,s=yield pe(a,16);if(s.id>0){for(var l=yield Ae(s.id,c.id,c.userId,n,o),d=[],u=0;u<l.length;u++)d.push(l[u].toTheConceptId);for(u=0;u<l.length;u++){let t=l[u].toTheConceptId,e=yield Ge(t);r.push(e)}}return r}))}class Ze{constructor(t,e,n,o,i,r,c,a=!1,s,l,d,u=999){this.isComposition=!1,this.isTemp=!1,this.applicationId=999,this.id=t,this.userId=e,this.typeId=n,this.ghostId=t,this.categoryId=o,this.characterValue=r,this.accessId=i,this.type=null,this.isNew=a,this.typeCharacter=c,this.entryTimeStamp=s,this.updatedTimeStamp=l,this.referentId=d,this.applicationId=u}getType(){console.log(this.typeId)}}function tn(){let t=new Date,e=new Date;return new Ze(0,0,0,0,0,"0","0",!1,t,e,0)}class en{constructor(t,e,n,o,i,r,c,a,s,l){this.id=0,this.isNew=!1,this.userId=t,this.data=`${e}`,this.securityId=n,this.securityUserId=o,this.accessId=i,this.accessUserId=r,this.sessionId=c,this.sessionUserId=a,this.isNew=l}}class nn{constructor(){this.name="character Repository"}static AddCharacter(t){this.characterData[t.id]=t}static GetCharacter(t){for(var e=new en(0,"0",0,0,0,0,0,0,"0",!1),n=0;n<this.characterData.length;n++)this.characterData[n].data==t&&(e=this.characterData[n]);return e}}nn.characterData=[];class on{constructor(t,e,n,o){this.id=t,this.userId=e,this.referentId=n,this.isNew=o}}var rn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},cn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function an(t,e,o,i,r){return cn(this,void 0,void 0,(function*(){return new en(e,t,o,e,i,e,r,e,"",!1),yield function(){return rn(this,void 0,void 0,(function*(){var t;try{if(0==(t=nn.GetCharacter(t.data)).id){var e=yield $();const i=yield h(n.CreateTheCharacterDataUrl(),{method:"POST",headers:e,body:JSON.stringify(t)});if(!i.ok)throw Q(i),new Error(`Error! status: ${i.status}`);const r=yield i.json();var o=new en(r.userId,t.data,0,0,4,4,999,999,"",!1);return o.id=r.id,nn.AddCharacter(o),r}return new on(t.id,t.userId,0,!1)}catch(t){throw t instanceof Error?console.log("create the character error message: ",t.message):console.log("create the character unexpected error: ",t),t}}))}()}))}var sn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ln(t,e,n,o,i,r,c,a,s,l,d,u,h,f){return sn(this,void 0,void 0,(function*(){var y=yield pe(t,i),p=y;return 0==p.id&&(p=y=yield Ce(t,e,n,o,i,r,c,a,s,l,d,u,h,f)),p}))}var dn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},un=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function hn(t,e,n,o){return un(this,arguments,void 0,(function*(t,e,n,o,i={concepts:[],connections:[]}){var r=yield Pt(t);if(r&&(0==r.id||0==r.userId)){var c=j(t);if(c.length>0)if(c[0]==t){var a=yield function(t,e,n,o,i,r){return dn(this,void 0,void 0,(function*(){var i,c=e,a=e;i=e;var s,l=e,d=e,u=e;if(1==t.length){var h=t.charCodeAt(0);yield an(t,e,n,o,r),s=yield ln(t,e,4,c,49,l,h,u,n,a,o,i,r,d)}else{var f=yield an(t,e,n,o,r);f.isNew,s=yield ln(t,e,4,c,51,l,f.id,f.userId,n,a,o,i,r,d)}return s}))}(t,o,999,999,0,e);r=a}else{var s=yield hn(c[0],e,n,o,i),l=yield hn(c[1],e,n,o,i);l&&(r=yield Te(t,o,s.id,o,l.id,o,999,o,999,o,999,o,e,o,i))}}return r}))}var fn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function yn(t){return fn(this,void 0,void 0,(function*(){var e=[];try{(new Date).getTime();var o=yield $("application/x-www-form-urlencoded");const c=new URLSearchParams({conceptId:String(t)}),a=yield h(`${n.GetAllLinkerConnectionOfConceptUrl()}?${c.toString()}`,{method:"GET",headers:o});if(a.ok){const t=yield a.json();for(var i=0;i<t.length;i++){var r=t[i];e.push(r)}}else console.log("Get all linker connection from the concepts error","cannot get respone"),Q(a);return e}catch(t){throw t instanceof Error?console.log("Get all linker connection from the concepts error: ",t.message):console.log("Get all linker connection from the concepts error(Unexpected): ",t),t}}))}var pn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function vn(t){return pn(this,void 0,void 0,(function*(){var e=[];try{(new Date).getTime();var o=yield $("application/x-www-form-urlencoded");const c=new URLSearchParams({conceptId:String(t)}),a=yield h(`${n.GetAllLinkerConnectionToConceptUrl()}?${c.toString()}`,{method:"GET",headers:o});if(a.ok){const t=yield a.json();for(var i=0;i<t.length;i++){var r=t[i];e.push(r)}}else console.log("Get all linker connection To the concepts error","cannot get respone"),Q(a);return e}catch(t){throw t instanceof Error?console.log("Get all linker connection To the concepts error: ",t.message):console.log("Get all linker connection To the concepts error(Unexpected): ",t),t}}))}var gn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Cn(t){return gn(this,void 0,void 0,(function*(){for(var e=yield yn(t),n=0;n<e.length;n++){let t=e[n];var o=t.typeId;let i=yield Ge(o);t.type=i}return e}))}function Tn(t){return gn(this,void 0,void 0,(function*(){for(var e=yield vn(t),n=0;n<e.length;n++){let t=e[n];var o=t.typeId;let i=yield Ge(o);t.type=i}return e}))}var mn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},Nn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function wn(t){return Nn(this,arguments,void 0,(function*(t,e=""){var o=yield Ge(t);yield U.removeNodeFromTree(t);var i=o.typeId,r=o.characterValue;yield V.removeTypeConcept(i,t),yield L.removeNodeByCharacter(r,t),A("concept",t);let c=yield function(t){return mn(this,arguments,void 0,(function*(t,e=""){let o=!1;try{let i=yield $("application/x-www-form-urlencoded");""!=e&&(i=yield W("application/x-www-form-urlencoded",e));const r=new FormData;r.append("id",t.toString()),r.append("apiKey","nodeserver");const c=yield h(n.DeleteConceptUrl(),{method:"POST",body:r});if(!c.ok)throw Q(c),new Error(`Error! status: ${c.status}`);o=(yield c.json()).success}catch(t){throw t instanceof Error?console.log("Delete concept error message: ",t.message):console.log("Delete concept unexpected error: ",t),t}return o}))}(t,e);return c}))}var In=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function kn(t,e){return In(this,void 0,void 0,(function*(){try{const o=new Headers;o.append("Authorization","Bearer "+e);const i=new FormData;i.append("id",t.toString());const r=yield h(n.DeleteConceptUrl(),{method:"POST",body:i,headers:o});if(!r.ok)throw Q(r),new Error(`Delete composition Error! status: ${r.status}`)}catch(t){throw t instanceof Error?console.log("Delete composition error message: ",t.message):console.log("Delete composition unexpected error: ",t),t}}))}var An=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function xn(t,e,n,o){return An(this,arguments,void 0,(function*(t,e,n,o,i=999){var r,c=n,a=n,s=n,l=t.startsWith("the_"),d=P();return r=l?t:"the_"+t,d=yield Jt(r),yield ln(e,n,4,n,d.id,d.userId,0,999,999,c,o,s,i,a)}))}class Sn{constructor(){this.composition=0,this.type="",this.linker="",this.inpage=10,this.page=1,this.listLinkers=[],this.fullLinkers=[],this.textSearch="",this.logic="or",this.reverse=!1,this.doFilter=!1,this.filterSearches=[],this.selectors=[]}}var Rn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function _n(){return Rn(this,arguments,void 0,(function*(t=[]){var e=[];try{var o=[];for(let n=0;n<t.length;n++){let i=yield it.GetConnection(t[n]);0==i.id?o.push(t[n]):e.push(i)}if(0==o.length)return e;{var i=yield $();const t=yield h(n.GetConnectionBulkUrl(),{method:"POST",headers:i,body:JSON.stringify(o)});if(t.ok){const n=yield t.json();if(n.length>0){for(let t=0;t<n.length;t++){let o=n[t];e.push(o),it.AddConnection(o)}yield st(e)}}else console.log("Get Connection Bulk error",t.status),Q(t);return e}}catch(t){throw t instanceof Error?console.log("Get Connection Bulk error message: ",t.message):console.log("Get Connection Bulk unexpected error: ",t),t}}))}var Ln=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function En(){return Ln(this,arguments,void 0,(function*(t=[]){yield ft(t);var e=[];for(let o=0;o<t.length;o++){var n=yield It(t[o]);e.push(n)}return e}))}function Un(){return Ln(this,arguments,void 0,(function*(t=[]){yield ft(t);var e=[];for(let o=0;o<t.length;o++){var n=yield kt(t[o]);e.push(n)}return e}))}function Fn(){return Ln(this,arguments,void 0,(function*(t=[],e=[]){yield _n(e),function(t=[],e=[]){for(let n=0;n<e.length;n++)t.includes(e[n].id)||it.RemoveConnection(e[n])}(e,yield dt(t));var n=[];for(let e=0;e<t.length;e++){var o=yield kt(t[e]);n.push(o)}return n}))}function Pn(){return Ln(this,arguments,void 0,(function*(t=[]){let e=[],n=[],o={};for(let o=0;o<(null==t?void 0:t.length);o++){let i=yield it.GetConnection(t[o]);0==i.id?e.push(t[o]):n.push(i)}for(let n=0;n<e.length;n++)o[t[n]]=!1;let i=[],r=yield _n(e);n=[...n,...r];for(let t=0;t<n.length;t++)i.push(n[t].ofTheConceptId),i.push(n[t].toTheConceptId),i.push(n[t].typeId);return yield ct(i),n}))}function Gn(){return Ln(this,arguments,void 0,(function*(t=[],e=[]){let n=[],o=[];for(let t=0;t<e.length;t++){let i=yield it.GetConnection(e[t]);0==i.id?n.push(e[t]):o.push(i)}let i=yield _n(n);for(let t=0;t<i.length;t++)o.push(i[t]);let r={},c=[];for(var a=0;a<o.length;a++)c.includes(o[a].ofTheConceptId)||c.push(o[a].ofTheConceptId);console.time("start");for(let e=0;e<t.length;e++){let n=yield St(t[e],o,c);r[t[e]]=n}return console.timeEnd("start"),r}))}var Bn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Vn(){return Bn(this,arguments,void 0,(function*(t=0,e=[],o="",i=[]){var r=[];try{var c=new Sn;c.composition=t,c.listLinkers=e,c.textSearch=o,c.fullLinkers=i;var a=JSON.stringify(c),s=yield $();const u=yield h(n.RecursiveSearchUrl(),{method:"POST",headers:s,body:a});if(u.ok){const t=yield u.json();var l=t.compositionIds,d=t.internalConnections;t.externalConnections,r=yield Fn(l,d)}else console.log("recursive search error ",u.status),Q(u);return r}catch(t){throw t instanceof Error?console.log("recursive search error message: ",t.message):console.log("recursive search unexpected error: ",t),t}}))}var Dn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function On(t,e){return Dn(this,void 0,void 0,(function*(){try{var i={email:t,password:e},r=new Headers;r.append("Content-Type","application/json");var c=JSON.stringify(i);const a=yield h(n.LoginUrl(),{method:"POST",headers:r,body:c});if(a.ok){const t=yield a.json();return o.BearerAccessToken=t.data.token,t}console.log("Login tsccs error message: ",a.status),Q(a)}catch(t){throw t instanceof Error?console.log("Login tsccs error message: ",t.message):console.log(" Login tsccs unexpected error: ",t),t}}))}var bn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Mn(t){return bn(this,void 0,void 0,(function*(){const e=yield function(){return bn(this,arguments,void 0,(function*(t="",e={}){let n={message:"success",status:!1,statusCode:200,data:""};try{const o=yield h(t,{method:"POST",mode:"cors",cache:"no-cache",credentials:"same-origin",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:JSON.stringify(e)}),i=yield o.json();return o.ok?n={message:"success",status:!0,statusCode:200,data:i}:Q(o),n}catch(t){throw console.log("Signup Error: ",t),t}}))}(n.SignupUrl(),t);return e}))}var jn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Hn(t){return jn(this,void 0,void 0,(function*(){const e=JSON.stringify({email:t.email,password:t.password});let o={message:"success",status:!1,statusCode:200,data:""};const i=new Headers;i.append("Content-Type","application/json");const r=n.LoginUrl();try{const t=yield h(r,{method:"POST",headers:i,body:e,redirect:"follow"}),n=yield t.json();return t.ok?o={message:"success",status:!0,statusCode:200,data:null==n?void 0:n.data}:Q(t),o}catch(t){throw console.log("Sign in api error",t),t}}))}function $n(t,e){return-1===t.indexOf(e)&&t.push(e),t}function Wn(t=[],e){var n,o;let i=[],r=null===(n=e.type)||void 0===n?void 0:n.characterValue;if((null==r?void 0:r.startsWith("the_"))||(r="the_"+r),Array.isArray(t))for(let n=0;n<t.length;n++){let c=null===(o=t[n].type)||void 0===o?void 0:o.characterValue;(null==c?void 0:c.startsWith("the_"))||(c="the_"+c),e.typeId!=t[n].typeId&&r!=c||i.push(t[n])}return i}function Jn(t=[],e){let n=[];if(Array.isArray(t)){const o=t.find((t=>t.toTheConceptId==e));o&&n.push(o);const i=t.find((t=>t.ofTheConceptId==e));i&&n.push(i)}return n}function Qn(t=[],e){Array.isArray(t)&&t.splice(t.findIndex((function(t){return t.id===e.id})),1)}function Xn(t=[],e){Array.isArray(t)&&t.splice(t.findIndex((function(t){return t.id===e.id})),1)}class Yn{constructor(t,e,n,o){this.expiryTime=new Date(Date.now()+6e5),this.height=1,this.key=t,this.value=e,this.leftNode=n,this.rightNode=o}isValid(){const t=new Date(Date.now());return!(this.expiryTime<t&&(Kn.removeNodeFromTree(this.key),1))}saveToCache(t){this.value.cached=t}addNode(t,e,n){if(null==e)return t;const o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addNode(t,o,n);else{if(!(e.key<t.key))return this.isValid(),t;e.rightNode=this.addNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));const r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}return this.isValid(),e}rightRotate(t){if(t){const e=t.leftNode;if(e){const n=e.rightNode;return t.leftNode=n,e.rightNode=t,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}leftRotate(t){if(t){const e=t.rightNode;if(e){const n=e.leftNode;return e.leftNode=t,t.rightNode=n,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}getHeight(t){return t?t.height:0}getBalanceFactor(t){return null==t?0:this.getHeight(t.leftNode)-this.getHeight(t.rightNode)}getFromNode(t,e){return e?t==e.key&&e.isValid()?e:t<e.key?this.getFromNode(t,e.leftNode):t>e.key?this.getFromNode(t,e.rightNode):e:e}removeNode(t,e){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNode(t.leftNode,e),t;if(t.key<e)return t.rightNode=this.removeNode(t.rightNode,e),t;if(null==t.leftNode){const e=t.rightNode;return t=null,e}if(null==t.rightNode){const e=t.leftNode;return t=null,e}{const e=this.inOrderSuccessor(t.rightNode);return t.value=e.value,t.key=e.key,t.rightNode=this.removeNode(t.rightNode,e.key),t}}countNodeBelow(t){return null==t?0:1+this.countNodeBelow(t.leftNode)+this.countNodeBelow(t.rightNode)}inOrderSuccessor(t){for(;null!=t.leftNode;)t=t.leftNode;return t}}var zn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class Kn{static addNodeToTree(t){if(null==this.root)return this.root=t,this.root;this.root=this.root.addNode(t,this.root,this.root.height)}static addCompositionToTree(t){const e=new Yn(t.id,t,null,null);this.addNodeToTree(e)}static getNodeFromTree(t){return zn(this,void 0,void 0,(function*(){return this.root?this.root.getFromNode(t,this.root):null}))}static removeNodeFromTree(t){return zn(this,void 0,void 0,(function*(){this.root&&(this.root=this.root.removeNode(this.root,t))}))}static countNumberOfNodes(){return this.root?this.root.countNodeBelow(this.root):0}}Kn.root=null;var qn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Zn(t,e,n,o){return qn(this,arguments,void 0,(function*(t,e,n,o,i=[]){var r,c;let a={};const s=[];if(0==t)return"";let l=to(n,t);if(null!=l&&0!=l.id||null==t||null==t||(l=yield Ge(t)),0!=l.id&&null==l.type){const t=l.typeId;let e=to(n,t);l.type=e,null==e&&null!=t&&null!=t&&(e=yield Ge(t),l.type=e)}if(!o.includes(t))return null==l?void 0:l.characterValue;if(i.includes(t))return"";i.push(t);for(let l=0;l<e.length;l++)if(e[l].ofTheConceptId==t){const d=e[l].toTheConceptId;if(o.includes(t)){let t=to(n,d);if(null!=t&&0!=t.id||null==d||null==d||(t=yield Ge(d)),0!=t.id&&null==(null==t?void 0:t.type)){const e=t.typeId;let n=yield O.GetConcept(e);t.type=n,null==n&&null!=e&&null!=e&&(n=yield Ge(e),t.type=n)}const l="the_",u=(null!==(c=null===(r=null==t?void 0:t.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"").replace(l,"");if(isNaN(Number(u))){if(u){const t=yield Zn(d,e,n,o,i);a[u]=t}}else{const t=yield Zn(d,e,n,o,i);s[u]=t,a=s}}}return a}))}function to(t,e){let n=P();for(let o=0;o<t.length;o++)if(e==t[o].id)return n=t[o],n;return n}class eo{constructor(){this.id=0,this.mainConcept=P(),this.connections=[],this.concepts=[],this.subcompositions=[],this.cached={}}updateCache(){return t=this,e=void 0,o=function*(){if(0==this.mainConcept.id)for(let t=0;t<this.concepts.length;t++)this.concepts[t].id==this.id&&(this.mainConcept=this.concepts[t]);this.cached=yield Zn(this.id,this.connections,this.concepts,this.subcompositions,[])},new((n=void 0)||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}));var t,e,n,o}UpdateAcrossDistributedSystem(){var t,e;try{0!=this.id&&(e=null===(t=this.id)||void 0===t?void 0:t.toString(),n.MQTT_CONNECTION&&n.MQTT_CONNECTION.publish("compositionUpdate",e))}catch(t){console.log("Error while publishing message",t)}}isUpdating(){this.UpdateAcrossDistributedSystem()}GetDataCache(){var t,e,n;const o={};o[null!==(n=null===(e=null===(t=this.mainConcept)||void 0===t?void 0:t.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=this.cached;const i={};return i.data=o,i.id=this.id,i}}var no=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function oo(t){return no(this,arguments,void 0,(function*(t,e=null,n=null,o=null,i=null,r=null,c=null,a=null){const s=null!=i?i:999,l=null!=r?r:4,d=null!=c?c:999;let u=null!=o?o:0,h=P();null==a&&(a=new eo);for(const o in t)if("object"==typeof t[o]||Array.isArray(t[o])){const f=yield Ne(o,"",!0,s,l,d);if(null==e&&null==n){let e=u;h=f,e=f.id,u=f.id,a.concepts.push(f),a.id=f.id,yield oo(t[o],f.id,f.userId,e,i,r,c,a)}else{const s=null!=e?e:999,l=null!=n?n:999,y=u;h=f,a.concepts.push(f);const p=yield ue(s,l,f.id,f.userId,y,d,f.userId);a.connections.push(p),yield oo(t[o],f.id,f.userId,y,i,r,c,a)}null!=t[o]&&null!=t[o]&&a.subcompositions.push(f.id)}else{const i=null!=e?e:999,r=null!=n?n:999,c=u,h=yield Ne(o,t[o],!1,s,l,d);a.concepts.push(h);const f=yield ue(i,r,h.id,h.userId,c,d,h.userId);a.connections.push(f)}return h}))}var io=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ro(t){return io(this,void 0,void 0,(function*(){const e=t.userId,n=t.sessionId,o=t.accessId;let i=[];const r=[];let c=P(),a=P();const s=[];let l=t.compositionId;const d=t.ofTheCompositionId;let u=[];if(l<0){let t=yield Ge(l,e);if(!(t.id>0))return null;l=t.id}i=yield Ct(l);const h=[],f=new eo,y=[];f.id=l,f.isUpdating();let p=[];for(let t=0;t<i.length;t++)$n(y,i[t].ofTheConceptId),$n(h,i[t].ofTheConceptId),$n(h,i[t].toTheConceptId),p.push(i[t].ofTheConceptId);f.subcompositions=y,f.connections=i;for(let t=0;t<h.length;t++){const e=yield Ge(h[t]);l==h[t]&&(c=e),d==h[t]&&(a=e),r.push(e)}const v=t.patchObject;for(const t in v){let i=P();const l=v[t];let d=c;if(a.id>0&&(d=a),Array.isArray(l)||"object"==typeof l){i=yield Ne(t,"",!0,c.userId,4,999),f.subcompositions.push(i.id);const e=Wn(r,i);for(let t=0;t<e.length;t++)if(e[t].id>0){const n=Jn(f.connections,e[t].id);u=u.concat(n),s.push(e[t])}yield oo(v[t],i.id,i.userId,c.id,c.userId,4,999,f)}else{i=yield Ne(t,l,!1,e,o,n);const c=Wn(r,i);for(let t=0;t<c.length;t++)if(c[t].id>0){const e=Jn(f.connections,c[t].id);u=u.concat(e),s.push(c[t])}}const h=yield ue(d.id,d.userId,i.id,i.userId,c.id,n,e);r.push(i),f.connections.push(h)}for(let t=0;t<u.length;t++)Xn(f.connections,u[t]),Ue(u[t].id);for(let t=0;t<s.length;t++)Qn(r,s[t]);return f.concepts=f.concepts.concat(r),f.mainConcept=c,f.id=c.id,yield f.updateCache(),Kn.addCompositionToTree(f),yield le.SyncDataOnline(),f.GetDataCache()}))}var co=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ao(t,e,o,i){return co(this,arguments,void 0,(function*(t,e,o,i,r=10,c=1){var a=yield W("application/x-www-form-urlencoded",i),s=new URLSearchParams;s.append("type",t),s.append("search",e),s.append("composition",o),s.append("inpage",r.toString()),s.append("page",c.toString());const l=n.SearchCompositionsUrl()+"?"+s.toString();try{const t=yield h(l,{method:"GET",headers:a});if(t.ok)return yield t.json();Q(t)}catch(t){throw t}}))}var so=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function lo(t){return so(this,arguments,void 0,(function*(t,e=""){var o=yield W("application/json",e);const i=n.SearchLinkMultipleAll(),r=JSON.stringify(t);try{const t=yield h(i,{method:"POST",headers:o,body:r});if(t.ok)return yield t.json();Q(t)}catch(t){throw t}}))}var uo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ho(t){return uo(this,arguments,void 0,(function*(t,e=[]){var n,o;let i=[];const r=[];let c={},a={};const s=[];let l=yield O.GetConcept(t);0==l.id&&null!=t&&null!=t&&(l=yield vt(t));let d=[];d=e.length>0?fo(t,e):yield Ct(t),i=d;for(let t=0;t<i.length;t++)s.includes(i[t].ofTheConceptId)||(s.push(i[t].ofTheConceptId),r.push(i[t].ofTheConceptId)),r.includes(i[t].toTheConceptId)||r.push(i[t].toTheConceptId);return a=yield _t(t,i,s,[]),c[null!==(o=null===(n=null==l?void 0:l.type)||void 0===n?void 0:n.characterValue)&&void 0!==o?o:""]=a,0==l.id?"":c}))}function fo(t,e){const n=[];for(let o=0;o<e.length;o++)e[o].typeId==t&&n.push(e[o]);return n}function yo(t){return uo(this,arguments,void 0,(function*(t,e=[]){var n,o;let i={},r=[];const c=[];let a;const s={},l=[];let d=yield O.GetConcept(t);0==d.id&&null!=t&&null!=t&&(d=yield vt(t));let u=[];u=e.length>0?fo(t,e):yield Ct(t),r=u;for(let t=0;t<r.length;t++)l.includes(r[t].ofTheConceptId)||(l.push(r[t].ofTheConceptId),c.push(r[t].ofTheConceptId)),c.includes(r[t].toTheConceptId)||c.push(r[t].toTheConceptId);return a=yield _t(t,r,l),s[null!==(o=null===(n=null==d?void 0:d.type)||void 0===n?void 0:n.characterValue)&&void 0!==o?o:""]=a,i.created_at=d.entryTimeStamp,i.data=s,i.id=t,0==d.id?"":i}))}function po(t,e){return uo(this,void 0,void 0,(function*(){let n=[];const o=[];n=yield _n(e);for(let e=0;e<t.length;e++){const i=yield yo(t[e],n);i&&o.push(i)}return o}))}var vo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function go(t){return vo(this,void 0,void 0,(function*(){try{var e=yield $();const o=JSON.stringify(t),i=yield h(n.CreateSessionId(),{method:"POST",headers:e,body:o});return i.ok?i.json():(console.log("Creating session failed",yield i.json()),Q(i),null)}catch(t){throw console.log("Creating session failed",t),t}}))}var Co=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function To(t,e){return Co(this,void 0,void 0,(function*(){try{var o=yield $("application/x-www-form-urlencoded");const i=new URLSearchParams;i.append("sessionId",t.toString()),i.append("url",e);const r=yield h(n.CreateSessionVisitUrl(),{method:"POST",headers:o,body:i});return r.ok?r.json():(console.log("Creating session url failed",yield r.json()),Q(r),null)}catch(t){throw console.log("Creating session url failed",t),t}}))}var mo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function No(t,e,o){return mo(this,arguments,void 0,(function*(t,e,o,i=10,r=1){let c=[];try{var a=new URLSearchParams;a.append("typeId",`${t}`),a.append("toTheConceptId",`${e}`),a.append("userId",`${o}`),a.append("inpage",`${i}`),a.append("page",`${r}`);var s=yield $("application/x-www-form-urlencoded");const l=yield h(n.GetAllConnectionsToConceptUrl(),{method:"POST",headers:s,body:a});return l.ok?c=yield l.json():(console.log("Get connection of concept error",l.status),Q(l)),c}catch(t){throw t instanceof Error?console.log("Get connection of concept error message: ",t.message):console.log("Get connection of concept unexpected error: ",t),t}}))}var wo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Io(t,e){return wo(this,arguments,void 0,(function*(t,e,n=10,o=1,i=!1){let r=[],c=yield Ge(t),a=yield jt(e);if(a.id>0){let t=[],e=[];if(i){e=yield No(a.id,c.id,c.userId,n,o);let t=[];for(let n=0;n<e.length;n++)t.push(e[n].ofTheConceptId);yield ft(t);for(let t=0;t<e.length;t++){let n=e[t].ofTheConceptId,o=yield Ge(n),i=yield At(o.id);r.push(i)}}else{e=yield Ae(a.id,c.id,c.userId,n,o);for(let n=0;n<e.length;n++)t.push(e[n].toTheConceptId);yield ft(t);for(let t=0;t<e.length;t++){let n=e[t].toTheConceptId,o=yield Ge(n),i=yield At(o.id);r.push(i)}}}return r}))}function ko(t,e){return wo(this,arguments,void 0,(function*(t,e,n=10,o=1,i=!1){let r=[],c=yield Ge(t),a=yield jt(e),s=[],l=[];if(a.id>0){if(i){s=yield No(a.id,c.id,c.userId,n,o);for(let t=0;t<s.length;t++)l.push(s[t].ofTheConceptId)}else{s=yield Ae(a.id,c.id,c.userId,n,o);for(let t=0;t<s.length;t++)l.push(s[t].toTheConceptId)}r=yield ct(l)}return r}))}class Ao{constructor(t,e,n){this.value=new Map,this.connectionValue=new Map,this.key=t,e.id>0&&this.value.set(e.ghostId,e),n.id>0&&this.connectionValue.set(n.ghostId,n)}}class xo{constructor(t=0,e,n,o,i,r,c=999){this.isTemp=!1,this.applicationId=999,this.type=tn(),this.id=t,this.ofTheConceptId=e,this.toTheConceptId=n,this.typeId=o,this.ghostId=t,this.orderId=i,this.typeCharacter="",this.accessId=r,this.entryTimeStamp=G(new Date),this.terminationDateTime=new Date,this.localSyncTime=new Date,this.applicationId=c}}var So=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class Ro{static compositeKey(t,e,n=999){return("0000"+t.toString(16).toUpperCase()).slice(-4)+("0000"+e.toString(16).toUpperCase()).slice(-4)+("0000"+n.toString(16).toUpperCase()).slice(-4)}static waitForDataToLoad(){return So(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isDataLoaded)return t("done");setTimeout(Ro.checkFlag,1e3,t)}static addConceptToTree(t,e,n=999){const o=this.compositeKey(e,n,t.applicationId),i=this.nodeMap.get(o);i?t.id>0&&i.value.set(t.ghostId,t):this.nodeMap.set(o,new Ao(o,t,new xo(0,0,0,0,0,0)))}static addConnectionToTree(t,e,n=999){const o=this.compositeKey(e,n,t.applicationId),i=this.nodeMap.get(o);i?t.id>0&&i.connectionValue.set(t.ghostId,t):this.nodeMap.set(o,new Ao(o,tn(),t))}static getNodeFromTree(t,e){return So(this,arguments,void 0,(function*(t,e,n=999){var o;const i=this.compositeKey(t,e,n);return null!==(o=this.nodeMap.get(i))&&void 0!==o?o:null}))}static removeNodeFromTree(t){return So(this,arguments,void 0,(function*(t,e=999,n=999){const o=this.compositeKey(t,e,n);this.nodeMap.delete(o)}))}static countNumberOfNodes(){return this.nodeMap.size}}Ro.nodeMap=new Map;var _o=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Lo(t,e){return _o(this,arguments,void 0,(function*(t,e,n=999,o=999){var i;let r=yield Ro.getNodeFromTree(t,n,o),c=tn();return r&&(c=null!==(i=r.value.get(e))&&void 0!==i?i:c),c}))}function Eo(t,e){return _o(this,arguments,void 0,(function*(t,e,n=999,o=999){var i;let r=yield Ro.getNodeFromTree(t,n,o),c=new xo(0,0,0,0,0,0);return r&&(c=null!==(i=r.connectionValue.get(e))&&void 0!==i?i:c),c}))}function Uo(t,e){return _o(this,arguments,void 0,(function*(t,e,n=999){Ro.addConceptToTree(t,e,n)}))}function Fo(t,e){return _o(this,arguments,void 0,(function*(t,e,n=999){Ro.addConnectionToTree(t,e,n)}))}var Po=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Go(t){return Po(this,arguments,void 0,(function*(t,e=""){var o=yield W("application/json",e);const i=n.SearchLinkMultipleAllApiUrl(),r=JSON.stringify(t);try{const t=yield h(i,{method:"POST",headers:o,body:r});if(t.ok)return yield t.json();Q(t)}catch(t){throw t}}))}var Bo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Vo(t){return Bo(this,arguments,void 0,(function*(t,e=""){let n=[],o=yield Go(t,e),i=t[0].composition;const r=o;let c=r.compositionIds,a=r.internalConnections,s=r.linkers,l=r.reverse;return n=yield Gn(c,a),yield Do(s,n,i,l)}))}function Do(t,e,n){return Bo(this,arguments,void 0,(function*(t,e,n,o=[]){let i={},r=yield _n(t);for(let t=0;t<r.length;t++){let n=!1;if(o.includes(r[t].id)&&(n=!0),1==n){if(e[r[t].ofTheConceptId]&&e[r[t].toTheConceptId]){let n=e[r[t].toTheConceptId],o=yield Ge(r[t].typeId),i=null==n?void 0:n.data,c=Object.keys(i)[0];try{let n=o.characterValue+"_reverse";"string"==typeof i&&(i={}),Array.isArray(i[c][n])||("string"==typeof i[c]&&(i[c]={}),i[c][n]=[]),i[c][n].push(e[r[t].ofTheConceptId])}catch(t){}}}else if(e[r[t].ofTheConceptId]&&e[r[t].toTheConceptId]){let n=e[r[t].ofTheConceptId],o=yield Ge(r[t].typeId),i=null==n?void 0:n.data,c=Object.keys(i)[0];try{"string"==typeof i&&(i={}),Array.isArray(i[c][o.characterValue])||("string"==typeof i[c]&&(i[c]={}),i[c][o.characterValue]=[]),i[c][o.characterValue].push(e[r[t].toTheConceptId])}catch(t){}}}return i=e[n],i}))}var Oo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},bo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Mo(t){return bo(this,void 0,void 0,(function*(){var e;let o=yield function(t){return Oo(this,void 0,void 0,(function*(){let e=[];try{var o=yield $();const i=yield h(n.ViewInternalDataUrl(),{method:"POST",headers:o,body:JSON.stringify(t)});if(i.ok){let t=yield i.json(),n={};for(let o=0;o<t.length;o++){let i=t[o].concepts;e=t[o].connections;let r=t[o].id;yield ct(i),n[r]=e}return n}return console.log("View Internal Data error",i.status),Q(i),e}catch(t){throw t instanceof Error?console.log(" This is the view internal data error message: ",t.message):console.log(" This is the view internal data unexpected error: ",t),t}}))}(t),i=[];for(let n=0;n<t.length;n++){let r=t[n],c=o[r];if(r&&c){let t=[],e={};for(let e=0;e<c.length;e++)t.includes(c[e].ofTheConceptId)||t.push(c[e].ofTheConceptId);let n=yield _t(r,c,t);e.data=n,e.id=r,i.push(e)}else{let t={};t.id=r;let n=yield Ge(r),o={};n.type&&(o[null===(e=null==n?void 0:n.type)||void 0===e?void 0:e.characterValue]=n.characterValue,t.data=o,i.push(t))}}return i}))}function jo(t){const e=P();return e.id=t.id,e.ghostId=t.ghostId,e.userId=t.userId,e.accessId=t.accessId,e.entryTimeStamp=t.entryTimeStamp,e.typeId=t.typeId,e.categoryId=t.categoryId,e.characterValue=t.characterValue,e}var Ho=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},$o=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Wo(t){return $o(this,arguments,void 0,(function*(t,e=""){var o=yield function(t){return Ho(this,arguments,void 0,(function*(t,e=""){var o,i,r,c,a,s,l=yield W("application/json",e);const d=new URLSearchParams({composition:String(null!==(o=t.composition)&&void 0!==o?o:""),search:String(null!==(i=t.search)&&void 0!==i?i:""),internalComposition:String(null!==(r=t.internalComposition)&&void 0!==r?r:""),type:String(null!==(c=t.type)&&void 0!==c?c:""),inpage:String(null!==(a=t.inpage)&&void 0!==a?a:""),page:String(null!==(s=t.page)&&void 0!==s?s:"")}),u=`${n.SearchInternalWithAuthenticatedCcsUrl()}?${d.toString()}`;try{const t=yield h(u,{method:"GET",headers:l});if(t.ok)return yield t.json();Q(t)}catch(t){throw t}}))}(t,e);return yield Mo(o)}))}var Jo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Qo(t,e){return Jo(this,void 0,void 0,(function*(){let n=!0,o=yield yn(t),i=yield ve(e),r=[];for(let t=0;t<o.length;t++)for(let e=0;e<i.length;e++)o[t].typeId==i[e].id&&r.push(o[t].id);for(let t=0;t<r.length;t++){let e=yield Ue(r[t]);n=n&&e}return n}))}function Xo(t,e){return Jo(this,void 0,void 0,(function*(){let n=yield yn(t),o=yield ve(e),i=[];for(let t=0;t<n.length;t++)for(let e=0;e<o.length;e++)n[t].typeId==o[e].id&&i.push(n[t].id);return i}))}class Yo{constructor(){this.compositionId=0,this.userId=999,this.sessionId=999,this.accessId=4,this.ofTheCompositionId=0,this.patchObject={}}}class zo{constructor(){this.id="0",this.remote_address="",this.server_port="",this.server_address="",this.server_name="",this.server_software="",this.http_user_agent="",this.self="",this.port="",this.userId="",this.email=""}}class Ko{constructor(){this.type="",this.search="",this.logicoperator="=",this.index=0,this.composition=!0,this.name="",this.operateon=""}}class qo{constructor(){this.type="",this.search="",this.composition="",this.internalComposition="",this.userId=999,this.inpage=10,this.page=1}}class Zo{constructor(t){this.aiUrl="https://ai.freeschema.com",this.accessToken="",this.enableAi=!0,t&&Object.assign(this,t)}hasOAuthCredentials(){return!(!this.clientId||!this.clientSecret)}hasAccessToken(){return""!==this.accessToken}getFlag(t,e=!1){var n,o;return null!==(o=null===(n=this.flags)||void 0===n?void 0:n[t])&&void 0!==o?o:e}getParameter(t,e=""){var n,o;return null!==(o=null===(n=this.parameters)||void 0===n?void 0:n[t])&&void 0!==o?o:e}setFlag(t,e){this.flags||(this.flags={}),this.flags[t]=e}setParameter(t,e){this.parameters||(this.parameters={}),this.parameters[t]=e}}var ti=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class ei{constructor(){this.name="Connection Array"}static CheckContains(t){for(var e=!1,n=0;n<this.connectionArray.length;n++)this.connectionArray[n].id==t.id&&(e=!0);return e}static AddConnection(t){this.CheckContains(t)&&this.RemoveConnection(t),(0!=t.id||t.isTemp)&&w("localconnection",t),this.connectionArray.push(t)}static AddToDictionary(t){this.connectionDictionary[t.id]=t}static RemoveConnection(t){for(var e=0;e<this.connectionArray.length;e++)this.connectionArray[e].id==t.id&&this.connectionArray.splice(e,1);t.id}static GetConnection(t){var e;e=null;for(var n=0;n<this.connectionArray.length;n++)this.connectionArray[n].id==t&&(e=this.connectionArray[n]);return e}static waitForDataToLoad(){return ti(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isLocalConnectionLoaded)return t("done");setTimeout(ei.checkFlag,1e3,t)}static GetConnectionsOfCompositionLocal(t){return ti(this,void 0,void 0,(function*(){var e=[];try{for(var n=0;n<this.connectionArray.length;n++)this.connectionArray[n].typeId==t&&e.push(this.connectionArray[n]);return e}catch(t){return e}}))}getName(){return this.name}}ei.connectionArray=[],ei.connectionDictionary=[];var ni=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function oi(){return ni(this,void 0,void 0,(function*(){yield function(){return ni(this,void 0,void 0,(function*(){var t=yield k("connection");if(Array.isArray(t))for(var e=0;e<t.length;e++)it.AddConnectionToMemory(t[e])}))}()}))}function ii(){return ni(this,void 0,void 0,(function*(){yield function(){return ni(this,void 0,void 0,(function*(){var t=yield x("localconnection");if(Array.isArray(t))for(var e=0;e<t.length;e++)ei.AddConnection(t[e])}))}()}))}class ri{constructor(t,e,n,o){this.variants=[],this.height=1,this.key=t,this.value=e,this.leftNode=n,this.rightNode=o,this.currentNode=null}addCurrentNode(t,e){return null==e?e=t:(t.value.typeId!=e.value.typeId&&(e.currentNode=this.addCurrentNode(t,e.currentNode)),e)}addCurrentNodeType(t,e){if(null==e)return t;var n=!1;for(let o=0;o<e.variants.length;o++)e.variants[o].value.id==t.value.id&&(n=!0);return n||e.variants.push(t),e}addNode(t,e,n){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addNode(t,o,n);else{if(!(e.key<t.key))return e;e.rightNode=this.addNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}return e}addCharacterNode(t,e,n){if(""!=t.value.characterValue){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addCharacterNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&""!=e.key&&e.value.id!=t.value.id&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addCharacterNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}addTypeNode(t,e,n){if(0!=t.value.typeId){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addTypeNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&0!=e.key&&e.value.id!=t.value.id&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addTypeNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}rightRotate(t){if(t){let e=t.leftNode;if(e){let n=e.rightNode;return t.leftNode=n,e.rightNode=t,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}leftRotate(t){if(t){let e=t.rightNode;if(e){let n=e.leftNode;return e.leftNode=t,t.rightNode=n,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}getHeight(t){return t?t.height:0}getBalanceFactor(t){return null==t?0:this.getHeight(t.leftNode)-this.getHeight(t.rightNode)}getFromNode(t,e){return e?t==e.key?e:t<e.key?this.getFromNode(t,e.leftNode):t>e.key?this.getFromNode(t,e.rightNode):e:e}getCharacterFromNode(t,e){return e?t==e.key?e:t<e.key?this.getCharacterFromNode(t,e.leftNode):t>e.key?this.getCharacterFromNode(t,e.rightNode):e:e}getFromNodeWithCharacterAndType(t,e,n){if(t=`${t}`,n){if(t==n.key){if(t==n.value.characterValue&&e==n.value.typeId)return n;for(let t=0;t<n.variants.length;t++)if(n.variants[t].value.typeId==e)return n.variants[t]}else{if(t<n.key)return this.getFromNodeWithCharacterAndType(t,e,n.leftNode);if(t>n.key)return this.getFromNodeWithCharacterAndType(t,e,n.rightNode)}return null}return n}removeNode(t,e){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNode(t.leftNode,e),t;if(t.key<e)return t.rightNode=this.removeNode(t.rightNode,e),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var n=this.inOrderSuccessor(t.rightNode);return t.value=n.value,t.key=n.key,t.variants=n.variants,t.currentNode=n.currentNode,t.rightNode=this.removeNode(t.rightNode,n.key),t}removeNodeWithVariants(t,e,n){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNodeWithVariants(t.leftNode,e,n),t;if(t.key<e)return t.rightNode=this.removeNodeWithVariants(t.rightNode,e,n),t;if(t.variants.length>0)if(t.value.id==n){var o=t.variants[0];if(o)return t.value=o.value,t.key=o.key,t.currentNode=o.currentNode,t.variants.splice(0,1),t}else for(let e=0;e<t.variants.length;e++)if(n==t.variants[e].value.id)return t.variants.splice(e,1),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var i=this.inOrderSuccessor(t.rightNode);return t.value=i.value,t.key=i.key,t.variants=i.variants,t.currentNode=i.currentNode,t.rightNode=this.removeNodeWithVariants(t.rightNode,i.key,n),t}countNodeBelow(t){return null==t?0:1+this.countNodeBelow(t.leftNode)+this.countNodeBelow(t.rightNode)}inOrderSuccessor(t){for(;null!=t.leftNode;)t=t.leftNode;return t}}var ci=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class ai{static addNodeToTree(t){if(null==this.root)return this.root=t,this.root;this.root=this.root.addNode(t,this.root,this.root.height)}static addConceptToTree(t){var e=new ri(t.id,t,null,null);new ri(t.characterValue,t,null,null),this.addNodeToTree(e)}static waitForDataToLoad(){return ci(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isLocalDataLoaded)return t("done");setTimeout(ai.checkFlag,1e3,t)}static getNodeFromTree(t){return ci(this,void 0,void 0,(function*(){return this.root?this.root.getFromNode(t,this.root):null}))}static getCharacterAndTypeFromTree(t,e){return this.root?this.root.getFromNodeWithCharacterAndType(t,e,this.root):this.root}static removeNodeFromTree(t){return ci(this,void 0,void 0,(function*(){this.root&&(this.root=this.root.removeNode(this.root,t))}))}}ai.root=null;var si=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class li{static waitForDataToLoad(){return si(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isLocalCharacterLoaded)return t("done");setTimeout(li.checkFlag,1e3,t)}static addNodeToTree(t){return si(this,void 0,void 0,(function*(){return null==this.LocalCharacterRoot?(this.LocalCharacterRoot=t,this.LocalCharacterRoot):(this.LocalCharacterRoot=this.LocalCharacterRoot.addCharacterNode(t,this.LocalCharacterRoot,this.LocalCharacterRoot.height),this.LocalCharacterRoot)}))}static addConceptToTree(t){if(""!=t.characterValue){var e=new ri(t.characterValue,t,null,null);this.addNodeToTree(e)}}static getNodeFromTree(t){return this.LocalCharacterRoot?this.LocalCharacterRoot.getCharacterFromNode(t,this.LocalCharacterRoot):this.LocalCharacterRoot}static getCharacterAndTypeFromTree(t,e){return si(this,void 0,void 0,(function*(){return this.LocalCharacterRoot?this.LocalCharacterRoot.getFromNodeWithCharacterAndType(t,e,this.LocalCharacterRoot):this.LocalCharacterRoot}))}static removeConceptType(t,e){this.LocalCharacterRoot&&(this.LocalCharacterRoot=this.LocalCharacterRoot.removeNodeWithVariants(this.LocalCharacterRoot,t,e))}}li.LocalCharacterRoot=null;var di=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class ui{static addNodeToTree(t){return di(this,void 0,void 0,(function*(){return null==this.LocalTypeRoot?(this.LocalTypeRoot=t,this.LocalTypeRoot):(this.LocalTypeRoot=this.LocalTypeRoot.addTypeNode(t,this.LocalTypeRoot,this.LocalTypeRoot.height),this.LocalTypeRoot)}))}static addConceptToTree(t){if(0!=t.typeId){var e=new ri(t.typeId,t,null,null);this.addNodeToTree(e)}}static removeConceptType(t,e){this.LocalTypeRoot&&(this.LocalTypeRoot=this.LocalTypeRoot.removeNodeWithVariants(this.LocalTypeRoot,t,e))}static getNodeFromTree(t){return this.LocalTypeRoot?this.LocalTypeRoot.getFromNode(t,this.LocalTypeRoot):this.LocalTypeRoot}static getTypeVariantsFromTree(t){var e=this.getNodeFromTree(t),n=[];if(e){n.push(null==e?void 0:e.value);for(let t=0;t<e.variants.length;t++)n.push(e.variants[t].value);return n}}static waitForDataToLoad(){return di(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isLocalTypeLoaded)return t("done");setTimeout(ui.checkFlag,1e3,t)}static getTypeVariantsFromTreeWithUserId(t,e){return di(this,void 0,void 0,(function*(){var n=[],o=this.getNodeFromTree(t);if(o){o.value.userId==e&&n.push(null==o?void 0:o.value);for(let t=0;t<o.variants.length;t++)o.variants[t].value.userId==e&&n.push(o.variants[t].value)}return n}))}}ui.LocalTypeRoot=null;var hi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class fi{constructor(){this.name="conceptsArray"}static AddConcept(t){t.id>0&&(w("localconcept",t),ai.addConceptToTree(t),li.addConceptToTree(t),ui.addConceptToTree(t),this.localconceptsArray.push(t))}static AddConceptToMemory(t){t.id>0&&(ai.addConceptToTree(t),li.addConceptToTree(t),ui.addConceptToTree(t))}static GetConcept(t){return hi(this,void 0,void 0,(function*(){var e=tn(),n=yield ai.getNodeFromTree(t);if(null==n?void 0:n.value){var o=n.value;o&&(e=o)}return e}))}static GetConceptByCharacter(t){return hi(this,void 0,void 0,(function*(){var e=tn(),n=li.getNodeFromTree(t);return n&&(e=n.value),e}))}static GetConceptByCharacterAndTypeLocal(t,e){return hi(this,void 0,void 0,(function*(){var n=tn(),o=yield li.getCharacterAndTypeFromTree(t,e);return o&&(n=o.value),n}))}static GetConceptsByTypeId(t){let e=[];for(var n=0;n<this.localconceptsArray.length;n++)this.localconceptsArray[n].typeId==t&&e.push(this.localconceptsArray[n]);return e}static GetConceptsByTypeIdAndUser(t,e){return hi(this,void 0,void 0,(function*(){let n=[];return n=yield ui.getTypeVariantsFromTreeWithUserId(t,e),n}))}getName(){return this.name}}fi.localconceptsArray=[];var yi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function pi(){return yi(this,void 0,void 0,(function*(){var t=yield x("localconcept");if(Array.isArray(t))for(var e=0;e<t.length;e++){let n=t[e];fi.AddConceptToMemory(n)}}))}var vi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class gi{}gi.isUpdated=!1,gi.isOnlineSync=!1;var Ci=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};var Ti=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const mi=1,Ni=2,wi=3,Ii=4,ki=5,Ai=6,xi=7,Si=8;class Ri{constructor(){this.conceptId=0,this.connectionTypeId=0,this.connectionType="",this.count=0}}var _i=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Li(t){return _i(this,void 0,void 0,(function*(){let e={};for(let n=0;n<t.length;n++){let o=yield vt(t[n].connectionTypeId);t[n].connectionType=o.characterValue,e[t[n].conceptId]||(e[t[n].conceptId]=[]),e[t[n].conceptId].push(t[n])}return e}))}function Ei(t){const e=t.split("_");if(3===e.length){let t=new Ri;return t.conceptId=Number(e[0]),t.connectionTypeId=Number(e[1]),t.count=Number(e[2]),t}throw new Error("Input string must contain exactly three parts separated by underscores.")}function Ui(t){return t.startsWith("the_")?t.slice(4):t}var Fi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Pi(t,e,n){if(t in e){const o=Array.isArray(e[t])?e[t]:[e[t]];for(const t of o)t&&(n[t.connectionType+"_count"]=t.count)}}var Gi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},Bi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Vi(t,e,n){return Bi(this,void 0,void 0,(function*(){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);for(let u=0;u<t.length;u++){let h=!1;n.includes(t[u].id)&&(h=!0);let f=yield Ge(t[u].ofTheConceptId),y=yield Ge(t[u].toTheConceptId);if(1==h){if(0!=f.id&&0!=y.id){let n,a=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?n=e[t[u].toTheConceptId]:(n={},n[a]={},e[t[u].toTheConceptId]=n);let s=yield Ge(t[u].typeId);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",n=f.characterValue;s.characterValue,s.characterValue.includes("_s_")&&(f.id in e||(e[f.id]={}),e[f.id][t]=n),e[y.id]={}}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?n=e[t[u].ofTheConceptId]:(n={},n[o]={},e[t[u].ofTheConceptId]=n);let i=yield Ge(t[u].typeId);try{let t=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",n=y.characterValue;i.characterValue.includes("_s_")&&(y.id in e||(e[y.id]={}),e[y.id][t]=n),e[f.id]={}}catch(t){}}}return e}))}var Di=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Oi(t,e="DESC"){return"ASC"==e?t.sort((function(t,e){return t.id-e.id})):t.sort((function(t,e){return e.id-t.id})),t}var bi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};var Mi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ji(t,e){return Mi(this,void 0,void 0,(function*(){let e=t.outputFormat;t.outputFormat=Ai;let o,i=yield function(t){return Ti(this,arguments,void 0,(function*(t,e=""){var o=yield W("application/json",e);const i=n.FreeschemaQueryUrl(),r=JSON.stringify(t);try{const t=yield h(i,{method:"POST",headers:o,body:r});if(t.ok)return yield t.json();Q(t)}catch(t){!function(t,e=""){if(t.status){let n=new J(t.message,!1,t.status,t.stack);throw n.setUrl(e),n}{let n=new J(t.message,!1,500,t.stack);throw n.setUrl(e),n}}(t,i)}}))}(t,""),r=i.conceptIds,c=(i.internalConnections,i.linkers),a=i.reverse,s=i.mainCompositionIds,l=i.countinfo,d=t.order,u=function(t=[]){let e=[];if(t.length>0)for(let n=0;n<(null==t?void 0:t.length);n++){let o=Ei(t[n]);e.push(o)}return e}(l);return o=e==Ni?yield function(t,e,n,o,i){return bi(this,arguments,void 0,(function*(t,e,n,o,i,r="DESC"){let c=yield Pn(t),a=yield Li(i);c=Oi(c,r);let s=[];s=yield function(t,e){return Gi(this,arguments,void 0,(function*(t,e,n=[]){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);for(let u=0;u<t.length;u++){let h=!1,f=yield Ge(t[u].ofTheConceptId),y=yield Ge(t[u].toTheConceptId);if(n.includes(t[u].id)&&(h=!0),1==h){if(0!=f.id&&0!=y.id){let n,a=yield Ge(t[u].typeId),s=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?n=e[t[u].toTheConceptId]:(n={},n[s]={},e[t[u].toTheConceptId]=n);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",n=f.characterValue;(a.characterValue+"_reverse").includes("_s_")&&(f.id in e||(e[f.id]={}),e[f.id][t]=n),e[y.id]={}}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=yield Ge(t[u].typeId),i=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?n=e[t[u].ofTheConceptId]:(n={},n[i]={},e[t[u].ofTheConceptId]=n);try{let t=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",n=y.characterValue;o.characterValue.includes("_s_")&&(y.id in e||(e[y.id]={}),e[y.id][t]=n),e[f.id]={}}catch(t){}}}return e}))}(c,s,o),s=yield function(t,e){return Gi(this,arguments,void 0,(function*(t,e,n=[]){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);for(let u=0;u<t.length;u++){let h=!1,f=yield Ge(t[u].ofTheConceptId),y=yield Ge(t[u].toTheConceptId);if(n.includes(t[u].id)&&(h=!0),1==h){if(0!=f.id&&0!=y.id){let n,a=yield Ge(t[u].typeId),s=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?(n=e[t[u].toTheConceptId],s in n||(n[s]={})):(n={},n[s]={},e[t[u].toTheConceptId]=n);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",e=f.characterValue,o=a.characterValue;""==o&&(o=t,o=Ui(o));let i={id:f.id,data:{[t]:e}},l=o+"_reverse";l.includes("_s_")||("string"==typeof n[s]&&(n[s]={}),n[s][l]=i)}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=yield Ge(t[u].typeId),i=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?(n=e[t[u].ofTheConceptId],i in n||(n[i]={})):(n={},n[i]={},e[t[u].ofTheConceptId]=n);try{let t=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",e=y.characterValue,r=o.characterValue,c=!1;""==r&&(r=t,r=Ui(r),c=!0);let a={id:y.id,data:{[t]:e}};isNaN(Number(r))?r.includes("_s_")||("string"==typeof n[i]&&(n[i]={}),n[i][r]=a):(Array.isArray(n[i])||(n[i]=[]),n[i].push(a))}catch(t){}}}return e}))}(c,s,o);let l=yield function(t,e,n,o){return Gi(this,arguments,void 0,(function*(t,e,n,o,i=[],r){var c,a,s,l,d,u,h;(new Date).getTime();let f=[],y=[];for(let e=0;e<t.length;e++)y.push(t[e].toTheConceptId),y.push(t[e].ofTheConceptId),y.push(t[e].typeId);for(let n=0;n<t.length;n++){let o=!1,f=yield Ge(t[n].ofTheConceptId),y=yield Ge(t[n].toTheConceptId);if(i.includes(t[n].id)&&(o=!0),1==o){if(0!=f.id&&0!=y.id&&y.id in e){let o,i=yield Ge(t[n].typeId),s=null!==(a=null===(c=y.type)||void 0===c?void 0:c.characterValue)&&void 0!==a?a:"self",l=!1;t[n].toTheConceptId in e&&(l=!0),t[n].toTheConceptId in e?(o=e[t[n].toTheConceptId],"string"==typeof o[s]&&(o[s]={})):(o={},o[s]={},e[t[n].toTheConceptId]=o),Pi(y.id,r,o);try{if(e[t[n].ofTheConceptId]){let r={id:f.id,data:e[t[n].ofTheConceptId],created_on:t[n].entryTimeStamp},c=i.characterValue+"_reverse";Array.isArray(o[s][c])?o[s][c].push(r):c.includes("_s_")?(o[s][c]=[],o[s][c].push(r)):o[s][c]=r}}catch(t){}}}else if(0!=f.id&&0!=y.id&&f.id in e){let o,i=yield Ge(t[n].typeId),c=null!==(l=null===(s=f.type)||void 0===s?void 0:s.characterValue)&&void 0!==l?l:"self",a=!1;t[n].toTheConceptId in e&&(a=!0),t[n].ofTheConceptId in e?(o=e[t[n].ofTheConceptId],"string"==typeof o[c]&&(o[c]={})):(o={},o[c]={},e[t[n].ofTheConceptId]=o),Pi(f.id,r,o);let p=!0,v=i.characterValue;""==v&&(v=y.characterValue,p=!0),""==v&&(v=null!==(u=null===(d=null==y?void 0:y.type)||void 0===d?void 0:d.characterValue)&&void 0!==u?u:"");try{null===(h=null==y?void 0:y.type)||void 0===h||h.characterValue;let a=e[t[n].toTheConceptId];if(a){let s={id:y.id,data:e[t[n].toTheConceptId],created_on:t[n].entryTimeStamp};Array.isArray(o[c])?o[c].push(a):Array.isArray(o[c][v])?o[c][i.characterValue].push(s):v.includes("_s_")?(o[c][v]=[],o[c][v].push(s)):o[c][v]=s,Pi(y.id,r,s)}}catch(t){}}}for(let t=0;t<o.length;t++){let n={};n.id=o[t];let i=yield Ge(n.id);n.data=e[o[t]],n.created_on=i.entryTimeStamp,f.push(n)}return f}))}(c,s,[],n,o,a);return l}))}(c,r,s,a,u,d):e==wi?yield function(t,e,n,o,i){return bi(this,arguments,void 0,(function*(t,e,n,o,i,r="DESC"){let c=yield Pn(t),a=yield Li(i);c=Oi(c,r);let s=[];s=yield Vi(c,s,o),s=yield function(t,e){return Fi(this,arguments,void 0,(function*(t,e,n=[]){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);for(let u=0;u<t.length;u++){let h=!1,f=yield Ge(t[u].ofTheConceptId),y=yield Ge(t[u].toTheConceptId);if(n.includes(t[u].id)&&(h=!0),1==h){if(0!=f.id&&0!=y.id){let n,a=yield Ge(t[u].typeId),s=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?(n=e[t[u].toTheConceptId],s in n||(n[s]={})):(n={},n[s]={},e[t[u].toTheConceptId]=n);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",e=f.characterValue,o=a.characterValue;""==o&&(o=t,o=Ui(o));let i={id:f.id,[t]:e},l=o+"_reverse";l.includes("_s_")||("string"==typeof n[s]&&(n[s]={}),n[s][l]=i)}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=yield Ge(t[u].typeId),i=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?(n=e[t[u].ofTheConceptId],i in n||(n[i]={})):(n={},n[i]={},e[t[u].ofTheConceptId]=n);try{let e=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",r=y.characterValue,c=o.characterValue,a=!1;""==c&&(c=e,c=Ui(c),a=!0);let s={};s[e]={id:y.id,data:r,created_on:t[u].entryTimeStamp},isNaN(Number(c))?c.includes("_s_")||("string"==typeof n[i]&&(n[i]={}),n[i][c]=a?s[e]:s):(Array.isArray(n[i])||(n[i]=[]),n[i].push(s[e]))}catch(t){}}}return e}))}(c,s,o);let l=yield function(t,e,n){return Fi(this,arguments,void 0,(function*(t,e,n,o=[],i){var r,c,a,s,l,d,u,h;(new Date).getTime();let f=[],y=[];for(let e=0;e<t.length;e++)y.push(t[e].toTheConceptId),y.push(t[e].ofTheConceptId),y.push(t[e].typeId);for(let n=0;n<t.length;n++){let f=!1,y=yield Ge(t[n].ofTheConceptId),p=yield Ge(t[n].toTheConceptId);if(o.includes(t[n].id)&&(f=!0),1==f){if(0!=y.id&&0!=p.id&&p.id in e){let o,i=yield Ge(t[n].typeId),a=null!==(c=null===(r=p.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"self",s=!1;t[n].toTheConceptId in e&&(s=!0),t[n].toTheConceptId in e?(o=e[t[n].toTheConceptId],"string"==typeof o[a]&&(o[a]={})):(o={},o[a]={},e[t[n].toTheConceptId]=o);try{if(e[t[n].ofTheConceptId]){let r=e[t[n].ofTheConceptId];r&&(r.id=y.id,r.created_on=y.entryTimeStamp);let c=i.characterValue+"_reverse";Array.isArray(o[a][c])?o[a][c].push(r):c.includes("_s_")?(o[a][c]=[],o[a][c].push(r)):o[a][c]=r}}catch(t){}}}else if(0!=y.id&&0!=p.id&&y.id in e){let o,r=yield Ge(t[n].typeId),c=null!==(s=null===(a=y.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self",f=!1;t[n].toTheConceptId in e&&(f=!0),t[n].ofTheConceptId in e?(o=e[t[n].ofTheConceptId],"string"==typeof o[c]&&(o[c]={})):(o={},o[c]={},e[t[n].ofTheConceptId]=o),Pi(y.id,i,o);let v=!1,g=r.characterValue;""==g&&(g=p.characterValue,v=!0),""==g&&(g=null!==(d=null===(l=null==p?void 0:p.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"");try{let r=null!==(h=null===(u=null==p?void 0:p.type)||void 0===u?void 0:u.characterValue)&&void 0!==h?h:"none",a=e[t[n].toTheConceptId];if(a){let e={};e[r]={data:a[r],id:p.id,created_on:t[n].entryTimeStamp},Array.isArray(o[c])?v?o[c].push(a[g]):o[c].push(a):Array.isArray(o[c][g])?o[c][g].push(e):g.includes("_s_")?(o[c][g]=[],v?o[c][g].push(e[r]):o[c][g].push(e)):o[c][g]=v?e[r]:e,Pi(p.id,i,e)}}catch(t){}}}for(let t=0;t<n.length;t++){let o={};o=e[n[t]],o&&(o.id=n[t]),f.push(o)}return f}))}(c,s,n,o,a);return l}))}(c,r,s,a,u,d):e==Si?yield function(t,e,n,o,i){return bi(this,arguments,void 0,(function*(t,e,n,o,i,r="DESC"){let c=yield Pn(t),a=yield Li(i);c=Oi(c,r);let s={};s=yield function(t){return Di(this,arguments,void 0,(function*(t,e={},n=[]){var o,i,r,c,a;for(const s of t){const t=n.includes(s.id),l=yield Ge(s.ofTheConceptId),d=yield Ge(s.toTheConceptId),u=yield Ge(s.typeId);if(0===l.id||0===d.id)continue;const h=t?d:l,f=t?l:d,y=null!==(i=null===(o=h.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self",p=null!==(c=null===(r=f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",v=f.characterValue,g=null===(a=u.characterValue)||void 0===a?void 0:a.includes("_s_");e[h.id]||(e[h.id]={}),e[h.id][y]||(e[h.id][y]={}),g&&(e[f.id]||(e[f.id]={}),e[f.id][p]=v)}return e}))}(c,s,o),s=yield function(t){return Di(this,arguments,void 0,(function*(t,e={},n=[]){var o,i,r,c,a;for(const s of t){const t=n.includes(s.id),l=yield Ge(s.ofTheConceptId),d=yield Ge(s.toTheConceptId),u=yield Ge(s.typeId);if(0===l.id||0===d.id)continue;const h=t?d:l,f=t?l:d,y=null!==(i=null===(o=h.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self",p=null!==(c=null===(r=f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",v=f.characterValue,g=null!==(a=u.characterValue)&&void 0!==a?a:"";let C=""===g?Ui(p):g;const T=C.includes("_s_"),m=!isNaN(Number(C)),N={id:f.id,data:{[p]:v}};e[h.id]||(e[h.id]={}),y in e[h.id]&&"string"!=typeof e[h.id][y]||(e[h.id][y]=m?[]:{});try{if(T)continue;m?e[h.id][y].push(N):e[h.id][y][t?`${C}_reverse`:C]=N}catch(t){console.error("Error formatting concept data:",t)}}return e}))}(c,s,o);let l=yield function(t,e,n){return Di(this,arguments,void 0,(function*(t,e,n,o=[],i){var r,c,a;const s=[];for(const n of t){const t=o.includes(n.id),s=yield Ge(n.ofTheConceptId),l=yield Ge(n.toTheConceptId),d=yield Ge(n.typeId);if(0===s.id||0===l.id)continue;const u=t?l:s,h=t?s:l,f=u.id,y=h.id,p=null!==(c=null===(r=u.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"self",v=d.characterValue+"_reverse",g=d.characterValue||h.characterValue||(null===(a=h.type)||void 0===a?void 0:a.characterValue)||"";if(e[f]){const o=e[f][p],r=e[y],c={id:h.id,data:r,created_on:n.entryTimeStamp};Pi(f,i,e[f]);try{t?Array.isArray(o[v])?o[v].push(c):o[v]=[c]:Array.isArray(o)?o.push(r):Array.isArray(o[g])?o[g].push(c):g.includes("_s_")?(o[g]=[],o[g].push(c)):o[g]=[c],Pi(y,i,c)}catch(t){console.error("Error processing connection:",t)}}}for(const t of n){const n=yield Ge(t);s.push({id:t,data:e[t],created_on:n.entryTimeStamp})}return s}))}(c,s,n,o,a);return l}))}(c,r,s,a,u,d):yield function(t,e,n,o){return bi(this,void 0,void 0,(function*(){let e=yield Pn(t);e=Oi(e);let i=[];i=yield Vi(e,i,o),i=yield function(t,e,n){return Bi(this,void 0,void 0,(function*(){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);t.sort((function(t,e){return e.id-t.id}));for(let u=0;u<t.length;u++){let h=!1;n.includes(t[u].id)&&(h=!0);let f=yield Ge(t[u].ofTheConceptId),y=yield Ge(t[u].toTheConceptId);if(1==h){if(0!=f.id&&0!=y.id){let n,a=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?(n=e[t[u].toTheConceptId],a in n||(n[a]={})):(n={},n[a]={},e[t[u].toTheConceptId]=n);let s=yield Ge(t[u].typeId);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",e=f.characterValue,o=s.characterValue;""==o&&(o=t,o=Ui(o));let i={[t]:e},l=o+"_reverse";s.characterValue.includes("_s_")||("string"==typeof n[a]&&(n[a]={}),n[a][l]=i)}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?(n=e[t[u].ofTheConceptId],o in n||(n[o]={})):(n={},n[o]={},e[t[u].ofTheConceptId]=n);let i=yield Ge(t[u].typeId);try{let t=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",e=y.characterValue,r=i.characterValue,c=(i.characterValue,!1);""==r&&(r=t,r=Ui(r),c=!0);let a={[t]:e};isNaN(Number(r))?i.characterValue.includes("_s_")||("string"==typeof n[o]&&(n[o]={}),n[o][r]=c?e:a):(Array.isArray(n[o])||(n[o]=[]),n[o].push(e))}catch(t){}}}return e}))}(e,i,o);let r=yield function(){return Bi(this,arguments,void 0,(function*(t=[],e=[],n=[],o,i=[]){var r,c,a,s,l,d;let u=[],h=[];for(let e=0;e<t.length;e++)h.push(t[e].toTheConceptId),h.push(t[e].ofTheConceptId),h.push(t[e].typeId);t.sort((function(t,e){return e.id-t.id}));for(let n=0;n<t.length;n++){let o=!1;i.includes(t[n].id)&&(o=!0);let u=yield Ge(t[n].ofTheConceptId),h=yield Ge(t[n].toTheConceptId);if(1==o){if(0!=u.id&&0!=h.id&&h.id in e){let o,i=null!==(c=null===(r=h.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"self";t[n].toTheConceptId in e?o=e[t[n].toTheConceptId]:(o={},o[i]={},e[t[n].toTheConceptId]=o);let a=yield Ge(t[n].typeId);try{let r=a.characterValue+"_reverse",c=e[t[n].ofTheConceptId];c&&(Array.isArray(o[i][r])?o[i][r].push(c):a.characterValue.includes("_s_")?(o[i][r]=[],o[i][r].push(c)):o[i][r]=c)}catch(t){}}}else if(0!=u.id&&0!=h.id&&u.id in e){let o,i=null!==(s=null===(a=u.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[n].ofTheConceptId in e?(o=e[t[n].ofTheConceptId],"string"==typeof o[i]&&(o[i]={})):(o={},o[i]={},e[t[n].ofTheConceptId]=o);let r=!1,c=(yield Ge(t[n].typeId)).characterValue;""==c&&(c=h.characterValue,r=!0),""==c&&(c=null!==(d=null===(l=null==h?void 0:h.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"");try{let a=e[t[n].toTheConceptId];a&&(Array.isArray(o[i])?r?o[i].push(a[c]):o[i].push(a):Array.isArray(o[i][c])?o[i][c].push(a):c.includes("_s_")?(o[i][c]=[],r?o[i][c].push(a[c]):o[i][c].push(a)):o[i][c]=r?a[c]:a)}catch(t){}}}for(let t=0;t<n.length;t++){let o=e[n[t]];o&&(o.id=n[t],u.push(o))}return u}))}(e,i,n,[],o);return r}))}(c,0,s,a),o}))}class Hi{constructor(){this.type="",this.inpage=10,this.page=1,this.concepts=[],this.conceptIds=[],this.selectors=[],this.freeschemaQueries=[],this.filters=[],this.filterLogic="",this.typeConnection="",this.order="DESC",this.outputFormat=mi,this.name="",this.reverse=!1,this.limit=!1,this.filterAncestor="",this.includeInFilter=!1,this.isOldConnectionType=!1,this.usePipelineQuery=!1}}var $i=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Wi(t,e){return $i(this,arguments,void 0,(function*(t,e,n=!1){let o=[];if(n){let n=yield vn(t),i=yield Jt(e);for(let t=0;t<n.length;t++)n[t].typeId==i.id&&o.push(n[t])}else{let n=yield yn(t);for(let t=0;t<n.length;t++)it.AddConnection(n[t]);let i=yield Jt(e);for(let t=0;t<n.length;t++)n[t].typeId==i.id&&o.push(n[t])}return o}))}function Ji(t,e,n){return $i(this,arguments,void 0,(function*(t,e,n,o=!1){let i=[],r=[];if(i=o?yield Wi(e,n,o):yield Wi(t,n,o),o)for(let e=0;e<i.length;e++)i[e].ofTheConceptId==t&&r.push(i[e]);else for(let t=0;t<i.length;t++)i[t].toTheConceptId==e&&r.push(i[t]);return r}))}var Qi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Xi(t){return Qi(this,void 0,void 0,(function*(){try{const e=yield $(),o=yield h(n.GetConnectionsBetweenUrl(),{method:"POST",headers:e,body:JSON.stringify(t)});if(!o.ok)throw console.log("GetConnectionsBetweenApi error status: ",o.status),Q(o),new Error(`GetConnectionsBetweenApi error: ${o.status}`);return yield o.json()}catch(t){throw t instanceof Error?console.log("GetConnectionsBetweenApi error message: ",t.message):console.log("GetConnectionsBetweenApi unexpected error: ",t),t}}))}function Yi(t){var e,n,o,i,r,c,a;return{ofTheConceptId:null!==(e=t.ofTheConceptId)&&void 0!==e?e:0,toTheConceptId:null!==(n=t.toTheConceptId)&&void 0!==n?n:0,typeId:null!==(o=t.typeId)&&void 0!==o?o:0,type:null!==(i=t.type)&&void 0!==i?i:"",oldType:null!==(r=t.oldType)&&void 0!==r?r:"",reverse:null!==(c=t.reverse)&&void 0!==c&&c,isComposition:null!==(a=t.isComposition)&&void 0!==a&&a,connectionIds:[]}}var zi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class Ki{constructor(){this.actions={concepts:[],connections:[]},this.success=!0,this.pendingConnectionDeletions=[],this.transactionId=Math.random().toString().substring(5)}initialize(){return zi(this,void 0,void 0,(function*(){yield le.initializeTransaction(this.transactionId)}))}markAction(){return zi(this,void 0,void 0,(function*(){yield le.markTransactionActions(this.transactionId,this.actions)}))}rollbackTransaction(){return zi(this,void 0,void 0,(function*(){this.success=!1,this.actions={concepts:[],connections:[]},this.pendingConnectionDeletions=[],yield le.rollbackTransaction(this.transactionId,this.actions)}))}commitTransaction(){return zi(this,void 0,void 0,(function*(){if(!this.success)throw Error("Query Transaction Expired");yield le.SyncDataOnline(this.transactionId),this.pendingConnectionDeletions.length>0&&(yield Fe(this.pendingConnectionDeletions)),this.actions={concepts:[],connections:[]},this.pendingConnectionDeletions=[],this.success=!1}))}DeleteConnectionsBetween(t){return zi(this,void 0,void 0,(function*(){return this.DeleteConnectionsBetweenBulk([t])}))}DeleteConnectionsBetweenBulk(t){return zi(this,void 0,void 0,(function*(){try{if(!this.success)throw Error("Query Transaction Expired");const e=t.map(Yi),n=yield Xi(e),o=[];for(const t of n)o.push(...t.connectionIds);return this.pendingConnectionDeletions.push(...o),o}catch(t){throw console.log(t),this.success=!1,t}}))}MakeTheInstanceConcept(t,e){return zi(this,arguments,void 0,(function*(t,e,n=!1,o,i,r=999,c=0){try{if(!this.success)throw Error("Query Transaction Expired");const a=yield Ne(t,e,n,o,i,r,c,this.actions);return yield this.markAction(),a}catch(t){throw console.log(t),this.success=!1,t}}))}CreateConnection(t,e,n){return zi(this,void 0,void 0,(function*(){try{if(!this.success)throw Error("Query Transaction Expired");const o=yield he(t,e,n,this.actions);return yield this.markAction(),o}catch(t){throw console.log(t),this.success=!1,t}}))}MakeTheTypeConcept(t,e,n,o){return zi(this,void 0,void 0,(function*(){try{if(!this.success)throw Error("Query Transaction Expired");const i=yield hn(t,e,n,o,this.actions);return yield this.markAction(),i}catch(t){throw console.log(t),this.success=!1,t}}))}CreateTheConnectionGeneral(t,e,n,o,i,r,c){return zi(this,arguments,void 0,(function*(t,e,n,o,i,r,c,a=1,s=4,l=999){try{if(!this.success)throw Error("Query Transaction Expired");const d=yield ue(t,e,n,o,i,r,c,a,s,l,this.actions);return yield this.markAction(),d}catch(t){throw console.log(t),this.success=!1,t}}))}}var qi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Zi(t=""){o.BearerAccessToken=t}function tr(){return qi(this,arguments,void 0,(function*(t="",e="",i="CCSApp",c){const a=c||new Zo;if(n.BASE_URL=t,n.AI_URL=a.aiUrl,e&&(n.NODE_URL=e),a.hasOAuthCredentials()){const t=a.applicationName||i;o.setOAuthCredentials(a.clientId,a.clientSecret,t);const e=yield r(a.clientId,a.clientSecret,t,!0);if(!e.success)throw new Error(`OAuth token request failed: ${e.error||"unknown error"}`)}else a.hasAccessToken()&&(o.BearerAccessToken=a.accessToken);S.isDataLoaded=!1,S.isCharacterLoaded=!1,S.isTypeLoaded=!1,S.isLocalDataLoaded=!1,S.isLocalTypeLoaded=!1,S.isLocalCharacterLoaded=!1,S.isConnectionLoaded=!1,S.isConnectionTypeLoaded=!1,S.isLocalConnectionLoaded=!1,yield function(){return Ci(this,void 0,void 0,(function*(){return yield N("settings")[0]||new C(!0),yield function(){return vi(this,void 0,void 0,(function*(){}))}(),!0}))}(),yield Promise.all([M().then((()=>{S.isDataLoaded=!0,S.isCharacterLoaded=!0,S.isTypeLoaded=!0})),pi().then((()=>{S.isLocalDataLoaded=!0,S.isLocalTypeLoaded=!0,S.isLocalCharacterLoaded=!0})),ii().then((()=>{S.isLocalConnectionLoaded=!0})),oi().then((()=>{S.isConnectionLoaded=!0,S.isConnectionTypeLoaded=!0}))])}))}var er=e.BG,nr=e.TR,or=e.Tc,ir=e.U3,rr=e.Wg,cr=e.g2,ar=e.BO,sr=e.WW,lr=e.BS,dr=e.ji,ur=e.Ij,hr=e.Ng,fr=e.du,yr=e.RC,pr=e.d4,vr=e.Cd,gr=e.IM,Cr=e.oI,Tr=e.u9,mr=e.B7,Nr=e.mF,wr=e.Q9,Ir=e.wT,kr=e.y0,Ar=e.iw,xr=e.pU,Sr=e.qN,Rr=e.mZ,_r=e.Ec,Lr=e.L0,Er=e.Te,Ur=e.vw,Fr=e.z8,Pr=e.k9,Gr=e.sP,Br=e.Y3,Vr=e.WC,Dr=e.Nj,Or=e.dF,br=e.cw,Mr=e.p8,jr=e.rv,Hr=e.pX,$r=e.iD,Wr=e.Mb,Jr=e.bq,Qr=e.ke,Xr=e.w1,Yr=e.yz,zr=e.RW,Kr=e.WL,qr=e.rh,Zr=e.nW,tc=e.RH,ec=e.Aj,nc=e.cV,oc=e.jM,ic=e.nS,rc=e.Yu,cc=e.xf,ac=e.KS,sc=e.L6,lc=e.Z9,dc=e.Ny,uc=e.qY,hc=e.jQ,fc=e.NT,yc=e.Xr,pc=e.ab,vc=e.SV,gc=e.EA,Cc=e.M2,Tc=e.OY,mc=e.ry,Nc=e.cS,wc=e.ZJ,Ic=e.RA,kc=e.BH,Ac=e.SL,xc=e.Ne,Sc=e.fg,Rc=e.M4,_c=e.UG,Lc=e.CT,Ec=e.yv,Uc=e.vI,Fc=e.XZ,Pc=e.ZE,Gc=e.pi,Bc=e.B8,Vc=e.yx,Dc=e.br,Oc=e.eU,bc=e.cf,Mc=e.jy,jc=e.cm,Hc=e.qn,$c=e.ss,Wc=e.pf,Jc=e.pZ,Qc=e.l4,Xc=e.f8,Yc=e.Y6,zc=e.FS,Kc=e.bM,qc=e.ZX,Zc=e.CE,ta=e.Sf,ea=e.tp,na=e.Ry,oa=e.jh,ia=e.dp,ra=e.a2,ca=e.J5,aa=e.sc,sa=e.x9,la=e.Py,da=e.Xc,ua=e.Ts,ha=e.P$,fa=e.xX,ya=e.ae,pa=e.zN,va=e.dU,ga=e.mA,Ca=e.En,Ta=e.eD,ma=e.$Q;export{er as ALLID,nr as AddGhostConcept,or as AddGhostConnection,ir as BaseUrl,rr as BinaryTree,cr as CCSConfig,ar as Composition,sr as CompositionBinaryTree,lr as CompositionNode,dr as Concept,ur as ConceptsData,hr as Connection,fr as ConnectionData,yr as CreateComposition,pr as CreateConnection,vr as CreateConnectionBetweenTwoConcepts,gr as CreateConnectionBetweenTwoConceptsGeneral,Cr as CreateDefaultConcept,Tr as CreateDefaultLConcept,mr as CreateSession,Nr as CreateSessionVisit,wr as CreateTheCompositionWithCache,Ir as CreateTheConnectionGeneral,kr as DATAID,Ar as DATAIDDATE,xr as DATAV2,Sr as DeleteConceptById,Rr as DeleteConnectionById,_r as DeleteConnectionByIdBulk,Lr as DeleteConnectionByTypeBulk,Er as FilterSearch,Ur as FormatFromConnections,Fr as FreeSchemaResponse,Pr as FreeschemaQuery,Gr as GetAllConnectionsOfComposition,Br as GetAllConnectionsOfCompositionBulk,Vr as GetAllTheConnectionsByTypeAndOfTheConcept,Dr as GetComposition,Or as GetCompositionBulk,br as GetCompositionBulkWithDataId,Mr as GetCompositionFromConnectionsWithDataId,jr as GetCompositionFromConnectionsWithDataIdInObject,Hr as GetCompositionList,$r as GetCompositionListWithId,Wr as GetCompositionWithAllIds,Jr as GetCompositionWithCache,Qr as GetCompositionWithDataIdBulk,Xr as GetCompositionWithDataIdWithCache,Yr as GetCompositionWithId,zr as GetCompositionWithIdFromMemory,Kr as GetCompositionWithIdFromMemoryFromConnections,qr as GetConceptBulk,Zr as GetConceptByCharacter,tc as GetConceptByCharacterAndCategoryDirectApi,ec as GetConceptByCharacterAndType,nc as GetConceptByTypeBulk,oc as GetConnectionBulk,ic as GetConnectionById,rc as GetConnectionByTypeBulk,cc as GetConnectionOfTheConcept,ac as GetConnectionsBetweenApi,sc as GetLink,lc as GetLinkRaw,dc as GetLinkerConnectionFromConcepts,uc as GetLinkerConnectionToConcepts,hc as GetRelation,fc as GetRelationRaw,yc as GetRequestHeader,pc as GetRequestHeaderWithAuthorization,vc as GetTheConcept,gc as GetUserGhostConnectionId,Cc as GetUserGhostId,Tc as GiveConnection,mc as HandleHttpError,Nc as HttpResponse,wc as JUSTDATA,Ic as LConcept,kc as LConnection,Ac as LISTNORMAL,xc as LoginToBackend,Sc as MakeTheInstanceConcept,Rc as MakeTheTimestamp,_c as MakeTheTypeConcept,Lc as MakeTheTypeConceptApi,Ec as NORMAL,Uc as PatcherStructure,Fc as RAW,Pc as RecursiveSearchApi,Gc as ReservedConnectionIds,Bc as ReservedIds,Vc as SchemaQueryListener,Dc as SearchAllConcepts,Oc as SearchLinkInternal,bc as SearchLinkMultipleAll,Mc as SearchLinkMultipleApi,jc as SearchQuery,Hc as SearchStructure,$c as SearchWithLinker,Wc as SessionData,Jc as Signin,Qc as Signup,Xc as SplitStrings,Yc as SyncData,zc as TokenRefreshError,Kc as TokenStorage,qc as Transaction,Zc as TrashTheConcept,ta as UpdateComposition,ea as UserBinaryTree,na as ViewInternalData,oa as buildFetchConnection,ia as convertFromLConceptToConcept,ra as deleteWithRetry,ca as fetchWithRetry,aa as getFromDatabaseWithType,sa as getFromDatabaseWithTypeOld,la as getOAuthToken,da as getWithRetry,ua as init,ha as patchWithRetry,fa as postWithRetry,ya as putWithRetry,pa as recursiveFetch,va as recursiveFetchNew,ga as refreshOAuthToken,Ca as requestWithRetry,Ta as storeToDatabase,ma as updateAccessToken};
|
|
1
|
+
var t={d:(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},e={};t.d(e,{BG:()=>Si,TR:()=>Po,Tc:()=>Go,U3:()=>n,Wg:()=>E,g2:()=>ei,BO:()=>oo,WW:()=>Zn,BS:()=>Kn,ji:()=>F,Ij:()=>O,Ng:()=>K,du:()=>it,RC:()=>Ae,d4:()=>ye,Cd:()=>Ye,IM:()=>Ke,oI:()=>P,u9:()=>nn,B7:()=>To,mF:()=>No,Q9:()=>ro,wT:()=>fe,y0:()=>Ii,iw:()=>Ai,pU:()=>_i,qN:()=>kn,mZ:()=>Pe,Ec:()=>Ge,L0:()=>Yo,Te:()=>Zo,vw:()=>bo,z8:()=>J,k9:()=>Wi,sP:()=>Ct,Y3:()=>ft,WC:()=>Qi,Nj:()=>Nt,dF:()=>Fn,cw:()=>Pn,p8:()=>Gn,rv:()=>Vn,pX:()=>Bt,iD:()=>Vt,Mb:()=>wt,bq:()=>yo,ke:()=>go,w1:()=>vo,yz:()=>Rt,RW:()=>kt,WL:()=>xt,rh:()=>ct,nW:()=>Pt,RH:()=>bt,Aj:()=>ge,cV:()=>Ce,jM:()=>Un,nS:()=>Ee,Yu:()=>zo,xf:()=>Se,KS:()=>zi,L6:()=>Ze,Z9:()=>tn,Ny:()=>mn,qY:()=>Nn,jQ:()=>Ao,NT:()=>xo,Xr:()=>$,ab:()=>W,SV:()=>Ve,EA:()=>Fo,M2:()=>Eo,OY:()=>Xi,ry:()=>Q,cS:()=>l,ZJ:()=>ki,RA:()=>en,BH:()=>Ro,SL:()=>Ri,Ne:()=>Mn,fg:()=>Ie,M4:()=>Rn,UG:()=>yn,CT:()=>Jt,yv:()=>wi,vI:()=>Ko,XZ:()=>xi,ZE:()=>On,pi:()=>re,B8:()=>ie,yx:()=>$i,br:()=>lo,eU:()=>Qo,cf:()=>Oo,jy:()=>Vo,cm:()=>_n,qn:()=>ti,ss:()=>ho,pf:()=>qo,pZ:()=>Wn,l4:()=>Hn,f8:()=>j,Y6:()=>de,FS:()=>s,bM:()=>o,ZX:()=>Zi,CE:()=>xn,Sf:()=>ao,tp:()=>Lo,Ry:()=>Ho,jh:()=>Ki,dp:()=>$o,a2:()=>v,J5:()=>h,sc:()=>I,x9:()=>k,Py:()=>r,Xc:()=>y,Ts:()=>nr,P$:()=>g,xX:()=>f,ae:()=>p,zN:()=>_t,dU:()=>eo,mA:()=>c,En:()=>u,eD:()=>w,$Q:()=>er});class n{static GetConceptUrl(){return this.BASE_URL+"/api/getConcept"}static GetConnectionUrl(){return this.BASE_URL+"/api/get-connection-by-id"}static GetConceptBulkUrl(){return this.BASE_URL+"/api/get_concept_bulk"}static GetConnectionBulkUrl(){return this.BASE_URL+"/api/get_connection_bulk"}static GetAllConceptsOfUserUrl(){return this.BASE_URL+"/api/get_all_concepts_of_user"}static GetAllConnectionsOfUserUrl(){return this.BASE_URL+"/api/get_all_connections_of_user"}static GetConnectionsBetweenUrl(){return this.BASE_URL+"/api/get-connection-between"}static GetAllConnectionsOfCompositionUrl(){return this.BASE_URL+"/api/get_all_connections_of_composition"}static GetAllConnectionsOfCompositionBulkUrl(){return this.BASE_URL+"/api/get_all_connections_of_composition_bulk"}static GetConceptByCharacterValueUrl(){return this.BASE_URL+"/api/get_concept_by_character_value"}static GetConceptByCharacterAndTypeUrl(){return this.BASE_URL+"/api/get_concept_by_character_and_type"}static GetConceptByCharacterAndCategoryUrl(){return this.BASE_URL+"/api/get_concept_by_character_and_category"}static GetConceptByCharacterAndCategoryDirectUrl(){return this.BASE_URL+"/api/get_concept_by_character_and_category_direct"}static GetCharacterByCharacterUrl(){return this.BASE_URL+"/api/get_character_by_character"}static GetAllConceptsByTypeUrl(){return this.BASE_URL+"/api/get_all_concepts_by_type"}static GetAllConnectionsOfConceptUrl(){return this.BASE_URL+"/api/get-link-connections"}static GetAllConnectionsToConceptUrl(){return this.BASE_URL+"/api/get-link-reverse-connections"}static GetAllAiData(){return this.BASE_URL+"/api/get-preloaded-concepts"}static GetAllPrefetchConnectionsUrl(){return this.BASE_URL+"/api/get_all_connections_of_user?inpage=500"}static GetAllLinkerConnectionOfConceptUrl(){return this.BASE_URL+"/api/get-all-linkers-from-concept"}static GetAllLinkerConnectionToConceptUrl(){return this.BASE_URL+"/api/get-all-linkers-to-concept"}static DeleteConceptUrl(){return this.BASE_URL+"/api/delete_concept"}static RecursiveSearchUrl(){return this.BASE_URL+"/api/recursivesearch-concept-connection"}static SearchLinkMultipleAllApiUrl(){return this.BASE_URL+"/api/Connection/search-link-multiple-all-ccs"}static MakeTheNameInBackendUrl(){return this.BASE_URL+"/api/make-name-from-frontend"}static LoginUrl(){return this.BASE_URL+"/api/auth/login"}static SignupUrl(){return this.BASE_URL+"/api/auth/signup"}static GetCompositionConnectionBetweenTwoConceptsUrl(){return this.BASE_URL+"/api/get-composition-connection-between-two-concepts"}static SearchCompositionsUrl(){return this.BASE_URL+"/api/search-compositions"}static SearchLinkMultipleAll(){return this.BASE_URL+"/api/Connection/search-link-multiple-all"}static CreateSessionId(){return this.BASE_URL+"/api/create-session-id-remote"}static CreateSessionVisitUrl(){return this.BASE_URL+"/api/create-remote-session-visit"}static ViewInternalDataUrl(){return this.BASE_URL+"/api/view-api-internal-data-ccs-id-bulk"}static SearchInternalWithAuthenticatedCcsUrl(){return this.BASE_URL+"/api/search-composition-internal-authenticated-ccs"}static GetReservedIdUrl(){return this.BASE_URL+"/api/get_reserved_ids"}static GetReservedConnectionIdUrl(){return this.BASE_URL+"/api/get_reserved_connection_ids"}static CreateTheTextDataUrl(){return this.BASE_URL+"/api/create_text_data"}static CreateTheCharacterDataUrl(){return this.BASE_URL+"/api/create_character_data"}static CreateTheConceptUrl(){return this.BASE_URL+"/api/create_the_concept"}static CreateTheConnectionUrl(){return this.BASE_URL+"/api/create_the_connection"}static CreateTheConnectionNewUrl(){return this.BASE_URL+"/api/create_the_connection_new"}static MakeTheTypeConceptUrl(){return this.BASE_URL+"/api/make_the_type_concept"}static DeleteTheConnectionUrl(){return this.BASE_URL+"/api/delete_connection"}static DeleteTheConnectionBulkUrl(){return this.BASE_URL+"/api/delete_connection_bulk"}static FreeschemaQueryUrl(){return this.BASE_URL+"/api/freeschema-query"}static GetConceptConnectionByType(){return this.BASE_URL+"/api/get_type_concept_by_character_bulk"}static OAuthTokenUrl(){return this.BASE_URL+"/api/oauth/token"}static OAuthRefreshUrl(){return this.BASE_URL+"/api/oauth/refresh"}}n.BASE_URL="https://localhost:7053/",n.AI_URL="https://ai.freeschema.com",n.MQTT_URL="192.168.1.249",n.NODE_URL="http://localhost:5001/";class o{static getAuthHeader(){return this.BearerAccessToken?{Authorization:`Bearer ${this.BearerAccessToken}`}:{}}static setToken(t,e){this.BearerAccessToken=t,this.TOKEN_EXPIRY=e&&e>0?Date.now()+1e3*e:Date.now()+36e5}static isTokenExpiredOrNearExpiry(){return!!this.TOKEN_EXPIRY&&Date.now()>=this.TOKEN_EXPIRY-this.EXPIRY_BUFFER_MS}static getTimeUntilExpiry(){if(!this.TOKEN_EXPIRY)return-1;const t=Date.now(),e=this.TOKEN_EXPIRY-t;return e>0?Math.floor(e/1e3):-1}static hasOAuthCredentials(){return!!(this.CLIENT_ID&&this.CLIENT_SECRET&&this.APPLICATION_NAME)}static setOAuthCredentials(t,e,n){this.CLIENT_ID=t,this.CLIENT_SECRET=e,this.APPLICATION_NAME=n}}o.BearerAccessToken="",o.CLIENT_ID="",o.CLIENT_SECRET="",o.APPLICATION_NAME="",o.TOKEN_EXPIRY=0,o.EXPIRY_BUFFER_MS=3e5;var i=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function r(t,e,r){return i(this,arguments,void 0,(function*(t,e,i,r=!0){try{const c=n.OAuthTokenUrl(),a=new URLSearchParams;a.append("client_id",t),a.append("client_secret",e),a.append("application_name",i);const s=yield fetch(c,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:a.toString()});if(s.ok){let t="",e="Bearer",n=0;const i=s.headers.get("content-type");if(i&&i.includes("application/json"))try{const o=yield s.json();t=o.access_token||"",e=o.token_type||"Bearer",n=o.expires_in||0}catch(e){t=yield s.text()}else t=yield s.text();return t?(r&&o.setToken(t,n),{success:!0,access_token:t,token_type:e,expires_in:n}):{success:!1,error:"No access token in response"}}{const t=yield s.text();return{success:!1,error:`HTTP ${s.status}: ${t}`}}}catch(t){return t instanceof TypeError?{success:!1,error:`Network error: ${t.message}`}:{success:!1,error:`Unexpected error: ${t instanceof Error?t.message:String(t)}`}}}))}function c(t,e,r){return i(this,arguments,void 0,(function*(t,e,i,r=!0){try{const c=n.OAuthRefreshUrl(),a=new URLSearchParams;a.append("client_id",t),a.append("client_secret",e),a.append("refresh_token",i),a.append("grant_type","refresh_token");const s=yield fetch(c,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:a.toString()});if(s.ok){let t="",e="Bearer",n=0;const i=s.headers.get("content-type");if(i&&i.includes("application/json"))try{const o=yield s.json();t=o.access_token||"",e=o.token_type||"Bearer",n=o.expires_in||0}catch(e){t=yield s.text()}else t=yield s.text();return t?(r&&o.setToken(t,n),{success:!0,access_token:t,token_type:e,expires_in:n}):{success:!1,error:"No access token in response"}}{const t=yield s.text();return{success:!1,error:`HTTP ${s.status}: ${t}`}}}catch(t){return t instanceof TypeError?{success:!1,error:`Network error: ${t.message}`}:{success:!1,error:`Unexpected error: ${t instanceof Error?t.message:String(t)}`}}}))}var a=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class s extends Error{constructor(t){super(t),this.name="TokenRefreshError"}}class l{constructor(t,e,n){this.status=t,this.body=e,this.headers=n}json(){return a(this,void 0,void 0,(function*(){return JSON.parse(this.body)}))}text(){return a(this,void 0,void 0,(function*(){return this.body}))}get ok(){return this.status>=200&&this.status<300}}function d(){return a(this,void 0,void 0,(function*(){if(!o.hasOAuthCredentials())return!1;try{return(yield r(o.CLIENT_ID,o.CLIENT_SECRET,o.APPLICATION_NAME,!0)).success}catch(t){return console.error("Token refresh failed:",t),!1}}))}function u(t,e,n,i){return a(this,arguments,void 0,(function*(t,e,n,i,r=1){var c,a;const u=Object.assign(Object.assign({},n),o.getAuthHeader()),h=["GET","HEAD","OPTIONS"].includes(t.toUpperCase());for(let n=0;n<=r;n++)try{const h={method:t,headers:u};void 0!==i&&("object"==typeof i?(u["Content-Type"]||u["content-type"]||(u["Content-Type"]="application/json"),(null===(c=u["Content-Type"])||void 0===c?void 0:c.includes("application/json"))||(null===(a=u["content-type"])||void 0===a?void 0:a.includes("application/json"))?h.body=JSON.stringify(i):h.body=i):h.body=i),h.headers=u;const f=yield fetch(e,h),y=yield f.text(),p={};if(f.headers.forEach(((t,e)=>{p[e]=t})),401!==f.status)return new l(f.status,y,p);if(n<r){if(yield d()){Object.assign(u,o.getAuthHeader());continue}throw new s("Token refresh failed. Please check OAuth credentials.")}return new l(f.status,y,p)}catch(t){if(t instanceof s)throw t;if(n>=r||!h)throw t;console.error(`Request failed (attempt ${n+1}/${r+1}):`,t)}throw new Error("Request failed after all retry attempts")}))}function h(t){return a(this,arguments,void 0,(function*(t,e={},n=1){return u(e.method||"GET",t,function(t){if(t){if(t instanceof Headers){const e={};return t.forEach(((t,n)=>{e[n]=t})),e}return Array.isArray(t)?t.reduce(((t,[e,n])=>(t[e]=n,t)),{}):t}}(e.headers),e.body,n)}))}function f(t,e,n){return a(this,void 0,void 0,(function*(){return u("POST",t,e,n)}))}function y(t,e,n){return a(this,void 0,void 0,(function*(){let o=t;if(n){const e=[];for(const t in n)n.hasOwnProperty(t)&&e.push(`${encodeURIComponent(t)}=${encodeURIComponent(String(n[t]))}`);e.length>0&&(o=`${t}?${e.join("&")}`)}return u("GET",o,e)}))}function p(t,e,n){return a(this,void 0,void 0,(function*(){return u("PUT",t,e,n)}))}function v(t,e){return a(this,void 0,void 0,(function*(){return u("DELETE",t,e)}))}function g(t,e,n){return a(this,void 0,void 0,(function*(){return u("PATCH",t,e,n)}))}class C{constructor(t){this.id=1,this.isOnlineSync=!1,this.isOnlineSync=t}}var T=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const m={};function N(t){return m[t]||(m[t]=[]),m[t]}function w(t,e){const n=N(t);if(e&&"number"==typeof e.id){const t=n.findIndex((t=>t&&t.id===e.id));if(t>=0)return void(n[t]=e)}n.push(e)}function I(t,e,n){return T(this,void 0,void 0,(function*(){return N(t).filter((t=>t&&t[e]===n))}))}function k(t){return T(this,void 0,void 0,(function*(){return N(t).slice()}))}function A(t,e){const n=N(t),o=n.findIndex((t=>t&&t.id===e));o>=0&&n.splice(o,1)}function x(t){return T(this,void 0,void 0,(function*(){return N(t).slice()}))}class S{}S.isTypeLoaded=!1,S.isCharacterLoaded=!1,S.isDataLoaded=!1,S.isLocalDataLoaded=!1,S.isLocalCharacterLoaded=!1,S.isLocalTypeLoaded=!1,S.isConnectionLoaded=!1,S.isConnectionTypeLoaded=!1,S.isLocalConnectionLoaded=!1;class R{constructor(t,e,n,o){this.variants=[],this.height=1,this.key=t,this.value=e,this.leftNode=n,this.rightNode=o,this.currentNode=null}addCurrentNode(t,e){return null==e?e=t:(t.value.typeId!=e.value.typeId&&(e.currentNode=this.addCurrentNode(t,e.currentNode)),e)}addCurrentNodeType(t,e){if(null==e)return t;var n=!1;for(let o=0;o<e.variants.length;o++)e.variants[o].value.id==t.value.id&&(n=!0);return n||e.variants.push(t),e}addNode(t,e,n){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addNode(t,o,n);else{if(!(e.key<t.key))return e;e.rightNode=this.addNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}return e}addCharacterNode(t,e,n){if(""!=t.value.characterValue){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addCharacterNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&""!=e.key&&e.value.id!=t.value.id&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addCharacterNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}addTypeNode(t,e,n){if(0!=t.value.typeId){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addTypeNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&0!=e.key&&e.value.id!=t.value.id&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addTypeNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}rightRotate(t){if(t){let e=t.leftNode;if(e){let n=e.rightNode;return t.leftNode=n,e.rightNode=t,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}leftRotate(t){if(t){let e=t.rightNode;if(e){let n=e.leftNode;return e.leftNode=t,t.rightNode=n,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}getHeight(t){return t?t.height:0}getBalanceFactor(t){return null==t?0:this.getHeight(t.leftNode)-this.getHeight(t.rightNode)}getFromNode(t,e){return e?t==e.key?e:t<e.key?this.getFromNode(t,e.leftNode):t>e.key?this.getFromNode(t,e.rightNode):e:e}getCharacterFromNode(t,e){return e?t==e.key?e:t<e.key?this.getCharacterFromNode(t,e.leftNode):t>e.key?this.getCharacterFromNode(t,e.rightNode):e:e}getCharacterFromNodeUpdated(t,e){var n;return e?t==e.key||51==(null===(n=e.value)||void 0===n?void 0:n.typeId)?e:t<e.key?this.getCharacterFromNode(t,e.leftNode):t>e.key?this.getCharacterFromNode(t,e.rightNode):e:e}getFromNodeWithCharacterAndType(t,e,n){if(t=`${t}`,n){if(t==n.key){if(t==n.value.characterValue&&e==n.value.typeId)return n;for(let t=0;t<n.variants.length;t++)if(n.variants[t].value.typeId==e)return n.variants[t]}else{if(t<n.key)return this.getFromNodeWithCharacterAndType(t,e,n.leftNode);if(t>n.key)return this.getFromNodeWithCharacterAndType(t,e,n.rightNode)}return null}return n}getFromNodeWithCharacterAndCategory(t,e,n){if(t=`${t}`,n){if(t==n.key){if(t==n.value.characterValue&&e==n.value.categoryId)return n;for(let t=0;t<n.variants.length;t++)if(n.variants[t].value.categoryId==e)return n.variants[t]}else{if(t<n.key)return this.getFromNodeWithCharacterAndCategory(t,e,n.leftNode);if(t>n.key)return this.getFromNodeWithCharacterAndCategory(t,e,n.rightNode)}return null}return n}removeNode(t,e){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNode(t.leftNode,e),t;if(t.key<e)return t.rightNode=this.removeNode(t.rightNode,e),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var n=this.inOrderSuccessor(t.rightNode);return t.value=n.value,t.key=n.key,t.variants=n.variants,t.currentNode=n.currentNode,t.rightNode=this.removeNode(t.rightNode,n.key),t}removeNodeWithVariants(t,e,n){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNodeWithVariants(t.leftNode,e,n),t;if(t.key<e)return t.rightNode=this.removeNodeWithVariants(t.rightNode,e,n),t;if(t.variants.length>0)if(t.value.id==n){var o=t.variants[0];if(o)return t.value=o.value,t.key=o.key,t.currentNode=o.currentNode,t.variants.splice(0,1),t}else for(let e=0;e<t.variants.length;e++)if(n==t.variants[e].value.id)return t.variants.splice(e,1),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var i=this.inOrderSuccessor(t.rightNode);return t.value=i.value,t.key=i.key,t.variants=i.variants,t.currentNode=i.currentNode,t.rightNode=this.removeNodeWithVariants(t.rightNode,i.key,n),t}countNodeBelow(t){return null==t?0:1+this.countNodeBelow(t.leftNode)+this.countNodeBelow(t.rightNode)}inOrderSuccessor(t){for(;null!=t.leftNode;)t=t.leftNode;return t}}var _=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class L{static waitForDataToLoad(){return _(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isCharacterLoaded)return t("done");setTimeout(L.checkFlag,1e3,t)}static addNodeToTree(t){return _(this,void 0,void 0,(function*(){return null==this.characterRoot?(this.characterRoot=t,this.characterRoot):(this.characterRoot=this.characterRoot.addCharacterNode(t,this.characterRoot,this.characterRoot.height),this.characterRoot)}))}static removeNodeByCharacter(t,e){return _(this,void 0,void 0,(function*(){this.characterRoot&&this.characterRoot.removeNodeWithVariants(this.characterRoot,t,e)}))}static countNumberOfNodes(){return this.characterRoot?this.characterRoot.countNodeBelow(this.characterRoot):0}static addConceptToTree(t){if(""!=t.characterValue){var e=new R(t.characterValue,t,null,null);this.addNodeToTree(e)}}static getNodeFromTree(t){return this.characterRoot?this.characterRoot.getCharacterFromNode(t,this.characterRoot):this.characterRoot}static getNodeFromTreeUpdated(t){return this.characterRoot?this.characterRoot.getCharacterFromNode(t,this.characterRoot):this.characterRoot}static getCharacterAndTypeFromTree(t,e){return _(this,void 0,void 0,(function*(){return this.characterRoot?this.characterRoot.getFromNodeWithCharacterAndType(t,e,this.characterRoot):this.characterRoot}))}static getCharacterAndCategoryFromTree(t,e){return _(this,void 0,void 0,(function*(){return this.characterRoot?this.characterRoot.getFromNodeWithCharacterAndCategory(t,e,this.characterRoot):this.characterRoot}))}static removeConceptCharacter(t){this.characterRoot&&(this.characterRoot=this.characterRoot.removeNode(this.characterRoot,t))}}L.characterRoot=null;var U=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class E{static addNodeToTree(t){if(null==this.root)return this.root=t,this.root;this.root=this.root.addNode(t,this.root,this.root.height)}static waitForDataToLoad(){return U(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isDataLoaded)return t("done");setTimeout(E.checkFlag,1e3,t)}static addConceptToTree(t){var e=new R(t.id,t,null,null),n=new R(t.characterValue,t,null,null);L.addNodeToTree(n),this.addNodeToTree(e)}static getNodeFromTree(t){return U(this,void 0,void 0,(function*(){return this.root?this.root.getFromNode(t,this.root):null}))}static removeNodeFromTree(t){return U(this,void 0,void 0,(function*(){this.root&&(this.root=this.root.removeNode(this.root,t))}))}static countNumberOfNodes(){return this.root?this.root.countNodeBelow(this.root):0}}E.root=null;class F{constructor(t,e,n,o,i,r,c,a,s,l,d,u,h,f,y,p=!1,v,g){this.referent=null,this.updateRecursion=!1,this.isTemp=!1,this.id=t,this.userId=e,this.typeId=n,this.typeUserId=o,this.ghostId=t,this.categoryId=i,this.categoryUserId=r,this.referentId=c,this.referentUserId=a,this.characterValue=`${s}`,this.securityId=l,this.securityUserId=d,this.accessId=u,this.accessUserId=h,this.sessionInformationId=f,this.sessionInformationUserId=y,this.x=0,this.y=0,this.type=null,this.isNew=p,this.entryTimeStamp=v,this.updatedTimeStamp=g}getType(){console.log(this.typeId)}}function P(){let t=G(new Date),e=G(new Date);return new F(0,0,0,0,0,0,0,0,"0",0,0,0,0,0,0,!1,t,e)}function G(t){const e=t.getMonth()+1,n=t.getDate(),o=t.getFullYear();let i=t.getHours();const r=t.getMinutes(),c=t.getSeconds(),a=i>=12?"PM":"AM";i%=12,i=i||12;const s=t=>t.toString().padStart(2,"0");return`${e}/${n}/${o} ${i}:${s(r)}:${s(c)} ${a}`}var B=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class V{static addNodeToTree(t){return B(this,void 0,void 0,(function*(){return null==this.typeRoot?(this.typeRoot=t,this.typeRoot):(this.typeRoot=this.typeRoot.addTypeNode(t,this.typeRoot,this.typeRoot.height),this.typeRoot)}))}static addConceptToTree(t){if(0!=t.typeId){var e=new R(t.typeId,t,null,null);this.addNodeToTree(e)}}static removeTypeConcept(t,e){this.typeRoot&&(this.typeRoot=this.typeRoot.removeNodeWithVariants(this.typeRoot,t,e))}static getNodeFromTree(t){return this.typeRoot?this.typeRoot.getFromNode(t,this.typeRoot):this.typeRoot}static getTypeVariantsFromTree(t){var e=this.getNodeFromTree(t),n=[];if(e){n.push(null==e?void 0:e.value);for(let t=0;t<e.variants.length;t++)n.push(e.variants[t].value);return n}}static waitForDataToLoad(){return B(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isTypeLoaded)return t("done");setTimeout(V.checkFlag,1e3,t)}static getTypeVariantsFromTreeWithUserId(t,e){return B(this,void 0,void 0,(function*(){var n=[],o=this.getNodeFromTree(t);if(o){o.value.userId==e&&n.push(null==o?void 0:o.value);for(let t=0;t<o.variants.length;t++)if(o.variants[t].value.userId==e){var i=!1;for(let e=0;e<n.length;e++)n[e].id==o.variants[t].value.id&&(i=!0);i||n.push(o.variants[t].value)}}return n}))}static getTypeVariantsWithCharacterValue(t,e){return B(this,void 0,void 0,(function*(){let n=P();var o=this.getNodeFromTree(e);if(o){o.value.characterValue==t&&(n=o.value);for(let e=0;e<o.variants.length;e++)o.variants[e].value.characterValue==t&&(n=o.variants[e].value)}return n}))}static countNumberOfNodes(){return this.typeRoot?this.typeRoot.countNodeBelow(this.typeRoot):0}}V.typeRoot=null;var D=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class O{constructor(){this.name="conceptsArray"}static RemoveExpiredNpc(t=Date.now()){this.NPC=this.NPC.filter((e=>{const n=this.NPCMeta.get(e);return n&&n.expiresAt>t}))}static CheckContains(t){for(var e=!1,n=0;n<this.conceptsArray.length;n++)this.conceptsArray[n].id==t.id&&(e=!0);return e}static AddNpc(t){var e;const n=Date.now();this.RemoveExpiredNpc(n),this.NPC.includes(t)||this.NPC.push(t);const o=this.NPCMeta.get(t),i=(null!==(e=null==o?void 0:o.attempts)&&void 0!==e?e:0)+1;this.NPCMeta.set(t,{attempts:i,expiresAt:n+i*this.NPC_BACKOFF_SECONDS*1e3})}static GetNpc(t){const e=Date.now();this.RemoveExpiredNpc(e);const n=this.NPCMeta.get(t);return!!(n&&n.expiresAt>e)}static AddConceptToStorage(t){t.id>0&&w("concept",t)}static AddConcept(t){t.id>0&&(w("concept",t),E.addConceptToTree(t),V.addConceptToTree(t),L.addConceptToTree(t))}static AddConceptToMemory(t){t.id>0&&(E.addConceptToTree(t),V.addConceptToTree(t),L.addConceptToTree(t))}static AddConceptTemporary(t){var e=this.CheckContains(t);this.conceptDictionary[t.id]=t,e&&this.RemoveConcept(t),this.conceptsArray.push(t)}static RemoveConcept(t){for(var e=0;e<this.conceptsArray.length;e++)this.conceptsArray[e].id==t.id&&this.conceptsArray.splice(e,1);E.removeNodeFromTree(t.id),A("concept",t.id)}static GetConcept(t){return D(this,void 0,void 0,(function*(){var e=P(),n=yield E.getNodeFromTree(t);if(null==n?void 0:n.value){var o=n.value;o&&(e=o)}return e}))}static GetConceptByCharacter(t){return D(this,void 0,void 0,(function*(){var e=P(),n=L.getNodeFromTree(t);return n&&(e=n.value),e}))}static GetConceptByCharacterUpdated(t){return D(this,void 0,void 0,(function*(){var e=P(),n=L.getNodeFromTree(t);return n&&(e=n.value),e}))}static GetConceptByCharacterAndTypeLocal(t,e){return D(this,void 0,void 0,(function*(){return P(),yield V.getTypeVariantsWithCharacterValue(t,e)}))}static GetConceptByCharacterAndCategoryLocal(t,e){return D(this,void 0,void 0,(function*(){var n=P(),o=yield L.getCharacterAndCategoryFromTree(t,e);return o&&(n=o.value),n}))}static GetConceptsByTypeId(t){let e=[];for(var n=0;n<this.conceptsArray.length;n++)this.conceptsArray[n].typeId==t&&e.push(this.conceptsArray[n]);return e}static GetConceptsByTypeIdAndUser(t,e){return D(this,void 0,void 0,(function*(){let n=[];return n=yield V.getTypeVariantsFromTreeWithUserId(t,e),n}))}static GetBinaryCharacterTree(){return L.characterRoot}getName(){return this.name}}O.conceptsArray=[],O.NPC=[],O.NPCMeta=new Map,O.NPC_BACKOFF_SECONDS=30,O.conceptDictionary=[];var b=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function M(){return b(this,void 0,void 0,(function*(){(new Date).getTime();var t=yield k("concept");if(Array.isArray(t))for(var e=0;e<t.length;e++){let n=t[e];O.AddConceptToMemory(n)}(new Date).getTime()}))}function j(t){const e=t.lastIndexOf("_");let n=[];return n=e>0?[t.substring(0,e),t.substring(e+1,t.length)]:[t],n}var H=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function $(){return H(this,arguments,void 0,(function*(t="application/json",e="application/json"){if(o.isTokenExpiredOrNearExpiry()&&o.hasOAuthCredentials()){const t=yield r(o.CLIENT_ID,o.CLIENT_SECRET,o.APPLICATION_NAME,!0);t.success||console.error("Failed to refresh token:",t.error)}return{"Content-Type":t,Authorization:"Bearer "+o.BearerAccessToken,Accept:e}}))}function W(){return H(this,arguments,void 0,(function*(t="application/json",e="",n="application/json"){if(""!==e)return{"Content-Type":t,Authorization:"Bearer "+e,Accept:n};if(o.isTokenExpiredOrNearExpiry()&&o.hasOAuthCredentials()){const t=yield r(o.CLIENT_ID,o.CLIENT_SECRET,o.APPLICATION_NAME,!0);t.success||console.error("Failed to refresh token:",t.error)}return{"Content-Type":t,Authorization:"Bearer "+o.BearerAccessToken,Accept:n}}))}class J{constructor(t,e,o,i){this.url=n.BASE_URL,this.message=t,this.ok=e,this.status=o,this.data=i}getMessage(){return this.message}setMessage(t){return this.message=t,this}getStatus(){return this.status}setStatus(t){return this.status=t,this}getData(){return this.data}setData(t){return this.data=t,this}getOk(){return this.ok}setOk(t){return this.ok=t,this}getUrl(){return this.url}setUrl(t){return this.url=t,this}}function Q(t){if(!t.ok){const e=t instanceof l,n=e?t.body||`HTTP error ${t.status}`:t.statusText||`HTTP error ${t.status}`;let o=new J(n,!1,t.status,"");throw o.setUrl(e?t.headers.url||"":t.url),o}}function X(t){if(!t.ok){const e=t.body||`HTTP error ${t.status}`;let n=new J(e,!1,t.status,t.body);throw n.setUrl(t.headers.url||""),n}}var Y=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function z(t,e){return Y(this,void 0,void 0,(function*(){try{var o=new URLSearchParams;o.append("type",t),o.append("user_id",e.toString());var i=yield $("application/x-www-form-urlencoded");const c=yield h(n.GetAllConceptsByTypeUrl(),{method:"POST",headers:i,body:o});if(c.ok){const t=yield c.json();for(var r=0;r<t.length;r++)O.AddConcept(t[r])}console.log("GetAllConceptsByType error",c.status),Q(c)}catch(t){throw t instanceof Error?console.log("GetAllConceptsByType error message: ",t.message):console.log("GetAllConceptsByType unexpected error: ",t),t}}))}class K{constructor(t=0,e,n,o,i,r,c,a,s,l,d,u,h,f,y,p){this.isTemp=!1,this.toUpdate=!1,this.type=P(),this.id=t,this.ofTheConceptId=e,this.toTheConceptId=n,this.ofTheConceptUserId=o,this.toTheConceptUserId=i,this.userId=r,this.typeId=c,this.ghostId=t,this.typeUserId=a,this.orderId=s,this.orderUserId=l,this.securityId=d,this.securityUserId=u,this.accessId=h,this.accessUserId=f,this.sessionInformationId=y,this.sessionInformationUserId=p,this.entryTimeStamp=G(new Date),this.terminationDateTime=new Date,this.localSyncTime=new Date}}class q{constructor(t,e,n,o){this.variants=[],this.height=1,this.key=t,this.value=e,this.leftNode=n,this.rightNode=o,this.currentNode=null}addCurrentNode(t,e){return null==e?e=t:(t.value.typeId!=e.value.typeId&&(e.currentNode=this.addCurrentNode(t,e.currentNode)),e)}addCurrentNodeType(t,e){if(null==e)return t;var n=!1;t.value.id==e.value.id&&(n=!0);for(let o=0;o<e.variants.length;o++)e.variants[o].value.id==t.value.id&&(n=!0);return n||e.variants.push(t),e}addNode(t,e,n){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addNode(t,o,n);else{if(!(e.key<t.key))return e;e.rightNode=this.addNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}return e}addTypeNode(t,e,n){if(0!=t.value.typeId){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addTypeNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&0!=e.key&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addTypeNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}rightRotate(t){if(t){let e=t.leftNode;if(e){let n=e.rightNode;return t.leftNode=n,e.rightNode=t,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}leftRotate(t){if(t){let e=t.rightNode;if(e){let n=e.leftNode;return e.leftNode=t,t.rightNode=n,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}getHeight(t){return t?t.height:0}getBalanceFactor(t){return null==t?0:this.getHeight(t.leftNode)-this.getHeight(t.rightNode)}getFromNode(t,e){return e?t==e.key?e:t<e.key?this.getFromNode(t,e.leftNode):t>e.key?this.getFromNode(t,e.rightNode):e:e}getCharacterFromNode(t,e){return e?t==e.key?e:t<e.key?this.getCharacterFromNode(t,e.leftNode):t>e.key?this.getCharacterFromNode(t,e.rightNode):e:e}removeNode(t,e){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNode(t.leftNode,e),t;if(t.key<e)return t.rightNode=this.removeNode(t.rightNode,e),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var n=this.inOrderSuccessor(t.rightNode);return t.value=n.value,t.key=n.key,t.variants=n.variants,t.currentNode=n.currentNode,t.rightNode=this.removeNode(t.rightNode,n.key),t}removeNodeWithVariants(t,e,n){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNodeWithVariants(t.leftNode,e,n),t;if(t.key<e)return t.rightNode=this.removeNodeWithVariants(t.rightNode,e,n),t;if(t.variants.length>0)if(t.value.id==n){var o=t.variants[0];if(o)return t.value=o.value,t.key=o.key,t.currentNode=o.currentNode,t.variants.splice(0,1),t}else for(let e=0;e<t.variants.length;e++)if(n==t.variants[e].value.id)return t.variants.splice(e,1),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var i=this.inOrderSuccessor(t.rightNode);return t.value=i.value,t.key=i.key,t.variants=i.variants,t.currentNode=i.currentNode,t.rightNode=this.removeNodeWithVariants(t.rightNode,i.key,n),t}inOrderSuccessor(t){for(;null!=t.leftNode;)t=t.leftNode;return t}}var Z=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class tt{static addNodeToTree(t){if(null==this.connectionroot)return this.connectionroot=t,this.connectionroot;this.connectionroot=this.connectionroot.addNode(t,this.connectionroot,this.connectionroot.height)}static addConnectionToTree(t){var e=new q(t.id,t,null,null);this.addNodeToTree(e)}static waitForDataToLoad(){return Z(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isConnectionLoaded)return t("done");setTimeout(tt.checkFlag,1e3,t)}static removeNodeFromTree(t){return Z(this,void 0,void 0,(function*(){this.connectionroot&&(this.connectionroot=this.connectionroot.removeNode(this.connectionroot,t))}))}static getNodeFromTree(t){return Z(this,void 0,void 0,(function*(){return this.connectionroot?this.connectionroot.getFromNode(t,this.connectionroot):this.connectionroot}))}}tt.connectionroot=null;var et=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class nt{static addNodeToTree(t){return et(this,void 0,void 0,(function*(){return null==this.connectionTypeRoot?(this.connectionTypeRoot=t,this.connectionTypeRoot):(this.connectionTypeRoot=this.connectionTypeRoot.addTypeNode(t,this.connectionTypeRoot,this.connectionTypeRoot.height),this.connectionTypeRoot)}))}static waitForDataToLoad(){return et(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isConnectionTypeLoaded)return t("done");setTimeout(nt.checkFlag,1e3,t)}static addConnectionToTree(t){if(0!=t.typeId){var e=new q(t.typeId,t,null,null);this.addNodeToTree(e)}}static removeTypeConcept(t,e){this.connectionTypeRoot&&(this.connectionTypeRoot=this.connectionTypeRoot.removeNodeWithVariants(this.connectionTypeRoot,t,e))}static getNodeFromTree(t){return this.connectionTypeRoot?this.connectionTypeRoot.getFromNode(t,this.connectionTypeRoot):this.connectionTypeRoot}static getTypeVariantsFromTree(t){return et(this,void 0,void 0,(function*(){var e=[],n=this.getNodeFromTree(t);if(n){e.push(null==n?void 0:n.value);for(let t=0;t<n.variants.length;t++)e.push(n.variants[t].value);return e}}))}static getTypeVariantsFromTreeWithUserId(t,e){return et(this,void 0,void 0,(function*(){var n=[],o=this.getNodeFromTree(t);if(o){o.value.userId==e&&n.push(null==o?void 0:o.value);for(let t=0;t<o.variants.length;t++)o.variants[t].value.userId==e&&n.push(o.variants[t].value)}return n}))}}nt.connectionTypeRoot=null;var ot=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class it{constructor(){this.name="Connection Array"}static CheckContains(t){for(var e=!1,n=0;n<this.connectionArray.length;n++)this.connectionArray[n].id==t.id&&(e=!0);return e}static AddConnectionToStorage(t){w("connection",t)}static AddConnection(t){t.isTemp||(w("connection",t),tt.addConnectionToTree(t),nt.addConnectionToTree(t))}static AddConnectionToMemory(t){t.isTemp||(tt.addConnectionToTree(t),nt.addConnectionToTree(t))}static AddToDictionary(t){this.connectionDictionary[t.id]=t}static RemoveConnection(t){0!=t.id&&(A("connection",t.id),tt.removeNodeFromTree(t.id),nt.removeTypeConcept(t.typeId,t.id))}static GetConnectionTree(){return tt.connectionroot}static GetConnectionTypeTree(){return nt.connectionTypeRoot}static GetConnection(t){return ot(this,void 0,void 0,(function*(){var e=new K(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),n=yield tt.getNodeFromTree(t);if(null==n?void 0:n.value){var o=n.value;o&&(e=o)}return e}))}static GetConnectionsOfCompositionLocal(t){return ot(this,void 0,void 0,(function*(){var e=[],n=yield nt.getNodeFromTree(t);if(null==n?void 0:n.value){var o=n.value;if(o){let t=o;e.push(t);for(let t=0;t<n.variants.length;t++)e.push(n.variants[t].value)}}return e}))}getName(){return this.name}}it.connectionArray=[],it.connectionDictionary=[];var rt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ct(t){return rt(this,void 0,void 0,(function*(){let e=[];try{var o=[];for(let n=0;n<t.length;n++){let i=yield O.GetConcept(t[n]);0==i.id?o.push(t[n]):e.push(i)}if(0==o.length)return e;{var i=yield $();const t=yield h(n.GetConceptBulkUrl(),{method:"POST",headers:i,body:JSON.stringify(o)});if(t.ok){let n=yield t.json();if(n.length>0)for(let t=0;t<n.length;t++){let o=n[t];e.push(o),O.AddConcept(o)}}else console.log("Get Concept Bulk error",t.status),Q(t);return e}}catch(t){throw t instanceof Error?console.log("Get Concept Bulk error message: ",t.message):console.log("Get Concept Bulk unexpected error: ",t),t}}))}var at=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function st(){return at(this,arguments,void 0,(function*(t=[]){var e=[];if(t.length>0){for(let n=0;n<t.length;n++)e.includes(t[n].ofTheConceptId)||e.push(t[n].ofTheConceptId),e.includes(t[n].toTheConceptId)||e.push(t[n].toTheConceptId);yield ct(e)}}))}var lt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function dt(){return lt(this,arguments,void 0,(function*(t=[]){var e=[];for(let o=0;o<t.length;o++){var n=yield it.GetConnectionsOfCompositionLocal(t[o]);e.push(...n)}return e}))}function ut(t=[],e=[]){for(let n=0;n<e.length;n++)Array.isArray(t)&&(t.find((t=>t.id===e[n].id))||it.RemoveConnection(e[n]))}var ht=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ft(){return ht(this,arguments,void 0,(function*(t=[]){var e=[];if(t.length<=0)return e;var o=yield dt(t),i=yield function(){return ht(this,arguments,void 0,(function*(t=[]){var e=[];try{var o=yield $();const r=yield h(n.GetAllConnectionsOfCompositionBulkUrl(),{method:"POST",headers:o,body:JSON.stringify(t)});if(r.ok){const t=yield r.json();for(var i=0;i<t.length;i++)it.AddConnection(t[i]),e.push(t[i])}else console.log("Get all connections of composition bulk error message: ","Cannot get response"),Q(r);return e}catch(t){throw t instanceof Error?console.log("Get all connections of composition bulk error message: ",t.message):console.log("Get all connections of composition bulk unexpected error: ",t),t}}))}(t);return ut(e=i,o),yield st(e),e}))}var yt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const pt=new Map;function vt(t){return yt(this,void 0,void 0,(function*(){let e=P();if(pt.has(t))return pt.get(t)||e;const o=(()=>yt(this,void 0,void 0,(function*(){try{var o=yield O.GetConcept(t);let r=O.GetNpc(t);if(0!=o.id||r)return o;{var i=yield $("application/x-www-form-urlencoded");const o=yield h(n.GetConceptUrl(),{method:"POST",headers:i,body:`id=${t}`});return o.ok?(e=yield o.json(),e.id>0?O.AddConcept(e):O.AddNpc(t)):(console.log("Get the concept error",o.status,t),Q(o)),e}}catch(e){throw e instanceof Error?console.log("Get the concept error message: ",e.message,t):console.log("Get the concept unexpected error: ",e,t),e}finally{pt.delete(t)}})))();return pt.set(t,o),o}))}var gt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ct(t){return gt(this,void 0,void 0,(function*(){var e=[];if(0==(e=yield it.GetConnectionsOfCompositionLocal(t)).length)e=yield Tt(t);else{var n=yield Tt(t);ut(n,e),e=n}return e}))}function Tt(t){return gt(this,void 0,void 0,(function*(){var e=[];try{var o=yield $("application/x-www-form-urlencoded");const r=yield h(n.GetAllConnectionsOfCompositionUrl(),{method:"POST",headers:o,body:`composition_id=${t}`});if(!r.ok)throw Q(r),new Error(`Error! status: ${r.status}`);const c=yield r.json();for(var i=0;i<c.length;i++)it.AddConnection(c[i]),e.push(c[i]);return e}catch(t){throw t instanceof Error?console.log("Get all connection of composition error : ",t.message):console.log("Get all connection of composition error : ",t),t}}))}var mt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Nt(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield Ct(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);return i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s,i}))}function wt(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield Ct(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield Lt(t,o,r);return i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s,i}))}function It(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield it.GetConnectionsOfCompositionLocal(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);return i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s,i}))}function kt(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield it.GetConnectionsOfCompositionLocal(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s;var l={};return l.created_at=a.entryTimeStamp,l.data=i,l.id=t,l}))}function At(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield it.GetConnectionsOfCompositionLocal(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s;var l={};return l.data=i,l.id=t,l.created_at=a.entryTimeStamp,l}))}function xt(t,e){return mt(this,void 0,void 0,(function*(){for(var n,o,i={},r=[],c=0;c<e.length;c++)r.includes(e[c].ofTheConceptId)||r.push(e[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,e,r);i[null!==(o=null===(n=null==a?void 0:a.type)||void 0===n?void 0:n.characterValue)&&void 0!==o?o:""]=s;var l={};return l.created_at=a.entryTimeStamp,l.data=i,l.id=t,l}))}function St(t,e){return mt(this,arguments,void 0,(function*(t,e,n=[]){var o,i,r={},c=yield O.GetConcept(t);0==c.id&&null!=t&&null!=t&&(c=yield vt(t));var a=yield _t(t,e,n);r[null!==(i=null===(o=null==c?void 0:c.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:""]=a;var s={};return s.created_at=c.entryTimeStamp,s.data=r,s.id=t,s}))}function Rt(t){return mt(this,void 0,void 0,(function*(){var e,n,o,i={};o=yield Ct(t);for(var r=[],c=0;c<o.length;c++)r.includes(o[c].ofTheConceptId)||r.push(o[c].ofTheConceptId);var a=yield O.GetConcept(t);0==a.id&&null!=t&&null!=t&&(a=yield vt(t));var s=yield _t(t,o,r);i[null!==(n=null===(e=null==a?void 0:a.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=s;var l={};return l.data=i,l.id=t,l}))}function _t(t,e,n){return mt(this,arguments,void 0,(function*(t,e,n,o=[]){var i,r,c,a={},s=[];if(0==t)return null;var l=yield O.GetConcept(t);if(null!=l&&0!=l.id||null==t||null==t||(l=yield vt(t)),0!=l.id&&null==l.type){var d=l.typeId,u=yield O.GetConcept(d);l.type=u,null==u&&null!=d&&null!=d&&(u=yield vt(d),l.type=u)}if(null===(i=null==l?void 0:l.type)||void 0===i?void 0:i.characterValue,!n.includes(t))return null==l?void 0:l.characterValue;if(o.includes(t))return"";o.push(t);for(var h=0;h<e.length;h++)if(e[h].ofTheConceptId==t){var f=e[h].toTheConceptId,y=yield O.GetConcept(f);null!=y&&0!=y.id||null==f||null==f||(y=yield vt(f)),y&&null==(null==y?void 0:y.type)&&(d=y.typeId,u=yield O.GetConcept(d),y.type=u,null==u&&null!=d&&null!=d&&(u=yield vt(d),y.type=u));var p=(null!==(c=null===(r=null==y?void 0:y.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"").replace("the_","");if(isNaN(Number(p))){if(p){const t=yield _t(f,e,n,o);a[p]=t}}else{const t=yield _t(f,e,n,o);s[p]=t,a=s}}return a}))}function Lt(t,e,n){return mt(this,arguments,void 0,(function*(t,e,n,o=[]){var i,r,c,a={},s=[];if(0==t)return null;var l=yield O.GetConcept(t);if(null!=l&&0!=l.id||null==t||null==t||(l=yield vt(t)),0!=l.id&&null==l.type){var d=l.typeId,u=yield O.GetConcept(d);l.type=u,null==u&&null!=d&&null!=d&&(u=yield vt(d),l.type=u)}if(null===(i=null==l?void 0:l.type)||void 0===i?void 0:i.characterValue,!n.includes(t))return null==l?void 0:l.characterValue;if(o.includes(t))return"";o.push(t),a.id=t;for(var h=0;h<e.length;h++)if(e[h].ofTheConceptId==t){var f=e[h].toTheConceptId,y=yield O.GetConcept(f);null!=y&&0!=y.id||null==f||null==f||(y=yield vt(f)),y&&null==(null==y?void 0:y.type)&&(d=y.typeId,u=yield O.GetConcept(d),y.type=u,null==u&&null!=d&&null!=d&&(u=yield vt(d),y.type=u));var p=(null!==(c=null===(r=null==y?void 0:y.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"").replace("the_","");if(isNaN(Number(p))){if(p){const t=yield Lt(f,e,n);a[p]=t}}else{const t=yield Lt(f,e,n);s[p]=t,a=s}}return a}))}var Ut=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Et(t){return Ut(this,void 0,void 0,(function*(){let e=P();try{var o=yield $("application/x-www-form-urlencoded");const i=yield h(n.GetConceptByCharacterValueUrl(),{method:"POST",headers:o,body:`character_value=${t}`});return i.ok?(e=yield i.json(),e.id>0&&O.AddConcept(e)):(console.log("Error in Getting concept by character value Error",i.status),Q(i)),e}catch(t){throw t instanceof Error?console.log("Error in Getting concept by character value error message: ",t):console.log("Error in Getting concept by character value unexpected error: ",t),t}}))}var Ft=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Pt(t){return Ft(this,void 0,void 0,(function*(){var e=yield O.GetConceptByCharacter(t),n=`${t}`;return null!=e&&0!=(null==e?void 0:e.id)||!n||(yield Et(t),e=yield O.GetConceptByCharacter(t)),e}))}var Gt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Bt(t,e){return Gt(this,arguments,void 0,(function*(t,e,n=10,o=1){var i=yield Pt(t),r=[];if(i){yield z(t,e);for(var c=yield O.GetConceptsByTypeIdAndUser(i.id,e),a=n*(o-1),s=[],l=a;l<a+n;l++)c[l]&&s.push(c[l].id);for(yield ft(s),l=a;l<a+n;l++)if(c[l]){var d=yield It(c[l].id);r.push(d)}}return r}))}function Vt(t,e){return Gt(this,arguments,void 0,(function*(t,e,n=10,o=1){var i=yield Pt(t),r=[];if(i){yield z(t,e);for(var c=yield O.GetConceptsByTypeIdAndUser(i.id,e),a=n*(o-1),s=[],l=a;l<a+n;l++)c[l]&&s.push(c[l].id);for(yield ft(s),l=a;l<a+n;l++)if(c[l]){var d=yield kt(c[l].id);r.push(d)}}return r}))}var Dt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const Ot=new Map;function bt(t,e){return Dt(this,void 0,void 0,(function*(){let o=P();if(Ot.has(t+e))return Ot.get(t+e)||o;const i=(()=>Dt(this,void 0,void 0,(function*(){try{var i=yield $("application/x-www-form-urlencoded");const r=yield h(n.GetConceptByCharacterAndCategoryDirectUrl(),{method:"POST",headers:i,body:`character_value=${t}&category_id=${e}`});if(r.ok){let t=yield r.json();o=t,O.AddConcept(o)}else console.log("This is the concept by category and character direct api error",r.status),Q(r);return o}catch(o){throw o instanceof Error?console.log(" This is the concept by category and character direct api error message: ",o.message,t,e,n.GetConceptByCharacterAndCategoryDirectUrl()):console.log(" This is the concept by category and character unexpected direct api error: ",o,t,e,n.GetConceptByCharacterAndCategoryDirectUrl()),o}finally{Ot.delete(t+e)}})))();return Ot.set(t+e,i),i}))}var Mt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function jt(t){return Mt(this,void 0,void 0,(function*(){let e=P();if("the"==t)return e.id=1,e.typeId=5,e.characterValue="the",e;let n=t.length;var o=j(t);if(o.length>1){let n=1,i=yield jt(o[0]);0!=i.id&&(n=i.id),e=yield function(t,e){return Mt(this,void 0,void 0,(function*(){let n=yield O.GetConceptByCharacterAndCategoryLocal(t,e);return 0==n.id&&(n=yield bt(t,e)),n}))}(t,n)}else o[0]==t&&1==n?e=yield function(t){return Mt(this,void 0,void 0,(function*(){var e=yield O.GetConceptByCharacterAndTypeLocal(t,49);return 0==e.id&&(e=yield Et(t)),e}))}(t):o[0]==t&&(e=yield function(t){return Mt(this,void 0,void 0,(function*(){var e=yield O.GetConceptByCharacterAndTypeLocal(t,51);return 0==e.id&&(e=yield Et(t)),e}))}(t));return e}))}var Ht=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const $t=new Map,Wt=new Map;function Jt(t,e){return Ht(this,void 0,void 0,(function*(){let e=P();if(Wt.has(t))return Wt.get(t);if($t.has(t))return $t.get(t)||e;const o=(()=>Ht(this,void 0,void 0,(function*(){try{if(e=yield jt(t),0==e.id||4==e.typeId){var o=yield $("application/x-www-form-urlencoded");const i=yield h(n.MakeTheTypeConceptUrl(),{method:"POST",headers:o,body:`type=${t}`});if(!i.ok)throw Q(i),new Error(`Error! status: ${i.status}`);let r=yield i.json();e=r,e.id>0&&O.AddConcept(e)}return e.id>0&&Wt.set(t,e),e}catch(t){throw t instanceof Error?console.log("Make The Type Concept Api error : ",t.message):console.log("Make The Type Concept Api error : ",t),t}finally{$t.delete(t)}})))();return $t.set(t,o),o}))}var Qt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};let Xt=!1,Yt=[];const zt=()=>{Yt.length>0&&!Xt&&Yt.shift()()};function Kt(t){return Qt(this,void 0,void 0,(function*(){return new Promise(((e,o)=>{Yt.push((()=>Qt(this,void 0,void 0,(function*(){try{if(Xt)return;if(Xt=!0,!t&&re.connectionIds.length>10)return Xt=!1,zt(),e();const o=t?`${n.GetReservedConnectionIdUrl()}?${new URLSearchParams({count:String(t)}).toString()}`:n.GetReservedConnectionIdUrl();var i=yield $("application/x-www-form-urlencoded");const c=yield h(o,{method:"GET",headers:i});if(!c.ok)throw Q(c),new Error(`Error! status: ${c.status}`);const a=yield c.json();for(var r=0;r<a.length;r++)re.AddId(a[r]);e()}catch(t){t instanceof Error?console.log("get reserved connection ids error message: ",t.message):console.log("get reserved connection ids unexpected error: ",t),o(t)}finally{Xt=!1,zt()}})))),zt()}))}))}var qt=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};let Zt=!1,te=[];const ee=()=>{te.length>0&&!Zt&&te.shift()()};function ne(){return qt(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{te.push((()=>qt(this,void 0,void 0,(function*(){try{if(Zt)return;if(Zt=!0,ie.ids.length>10)return Zt=!1,ee(),t();var o=yield $("application/x-www-form-urlencoded");const e=yield h(n.GetReservedIdUrl(),{method:"GET",headers:o});if(!e.ok)throw Q(e),new Error(`Error! status: ${e.status}`);const r=yield e.json();for(var i=0;i<r.length;i++)ie.AddId(r[i]);t()}catch(t){e(t)}finally{Zt=!1,ee()}})))),ee()}))}))}var oe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class ie{static getId(){return oe(this,void 0,void 0,(function*(){for(this.ids.length<10&&!this.pendingFetch&&(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield ne()}finally{this.pendingFetch=null}})))(),this.ids.length>0&&this.pendingFetch.catch((t=>console.error("Reserved ID refill failed:",t))));0===this.ids.length;)if(this.pendingFetch||(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield ne()}finally{this.pendingFetch=null}})))()),yield this.pendingFetch,0===this.ids.length)throw new Error("No reserved concept IDs were returned by the backend.");return this.ids.shift()}))}static AddId(t){Number.isFinite(t)&&t>0&&!this.ids.includes(t)&&this.ids.push(t)}}ie.ids=[],ie.pendingFetch=null;class re{static getId(){return oe(this,void 0,void 0,(function*(){for(this.connectionIds.length<10&&!this.pendingFetch&&(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield Kt()}finally{this.pendingFetch=null}})))());0===this.connectionIds.length;)if(this.pendingFetch||(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield Kt()}finally{this.pendingFetch=null}})))()),yield this.pendingFetch,0===this.connectionIds.length)throw new Error("No reserved connection IDs were returned by the backend.");return this.connectionIds.shift()}))}static AddId(t){Number.isFinite(t)&&t>0&&!this.connectionIds.includes(t)&&this.connectionIds.push(t)}static warmUp(t){return oe(this,void 0,void 0,(function*(){const e=t-this.connectionIds.length;e<=0||(this.pendingFetch||(this.pendingFetch=(()=>oe(this,void 0,void 0,(function*(){try{yield Kt(e)}finally{this.pendingFetch=null}})))()),yield this.pendingFetch)}))}}re.connectionIds=[],re.pendingFetch=null;function ce(t){return{id:t.id,userId:t.userId,characterValue:t.characterValue,typeId:t.typeId,categoryId:t.categoryId,accessId:t.accessId,referentId:t.referentId,sessionInformationId:t.sessionInformationId}}function ae(t){return e=this,o=void 0,r=function*(){let e=P();try{var o=yield $();const i=function(t){return Array.isArray(t)?t.map((t=>ce(t))):ce(t)}(t),r=yield f(n.CreateTheConceptUrl(),o,i);if(!r.ok)throw X(r),new Error(`Error! status: ${r.status}`);return e=yield r.json(),e}catch(t){throw t instanceof Error?console.log("Create the concept api error message: ",t):console.log("Create the concept api unexpected error: ",t),t}},new((i=void 0)||(i=Promise))((function(t,n){function c(t){try{s(r.next(t))}catch(t){n(t)}}function a(t){try{s(r.throw(t))}catch(t){n(t)}}function s(e){var n;e.done?t(e.value):(n=e.value,n instanceof i?n:new i((function(t){t(n)}))).then(c,a)}s((r=r.apply(e,o||[])).next())}));var e,o,i,r}function se(t){return e=this,o=void 0,r=function*(){let e=new K(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);try{var o=yield $();const i=function(t){return t.map((t=>function(t){return{id:t.id,ofTheConceptId:t.ofTheConceptId,toTheConceptId:t.toTheConceptId,ofTheConceptUserId:t.ofTheConceptUserId,toTheConceptUserId:t.toTheConceptUserId,typeId:t.typeId,userId:t.userId,orderId:t.orderId,accessId:t.accessId,sessionInformationId:t.sessionInformationId}}(t)))}(t),r=yield f(n.CreateTheConnectionUrl(),o,i);if(!r.ok)throw console.log("Create the connection error message: ",r),X(r),new Error(`Error! status: ${r.status}`);return e=yield r.json(),e}catch(t){throw t instanceof Error?console.log("Create the connection error message: ",t.message):console.log(" Create the connection unexpected error: ",t),t}},new((i=void 0)||(i=Promise))((function(t,n){function c(t){try{s(r.next(t))}catch(t){n(t)}}function a(t){try{s(r.throw(t))}catch(t){n(t)}}function s(e){var n;e.done?t(e.value):(n=e.value,n instanceof i?n:new i((function(t){t(n)}))).then(c,a)}s((r=r.apply(e,o||[])).next())}));var e,o,i,r}var le=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class de{static CheckContains(t){for(var e=!1,n=0;n<this.conceptsSyncArray.length;n++)this.conceptsSyncArray[n].id==t.id&&(e=!0);return e}static SyncDataDelete(t){for(var e=0;e<this.conceptsSyncArray.length;e++)t==this.conceptsSyncArray[e].id&&this.conceptsSyncArray.splice(e,1);for(e=0;e<this.connectionSyncArray.length;e++)this.connectionSyncArray[e].ofTheConceptId!=t&&this.connectionSyncArray[e].toTheConceptId!=t&&this.connectionSyncArray[e].typeId!=t||this.connectionSyncArray.splice(e,1)}static CheckContainsConnection(t){for(var e=!1,n=0;n<this.connectionSyncArray.length;n++)this.connectionSyncArray[n].id==t.id&&(e=!0);return e}static AddConcept(t){this.conceptsSyncArray.push(t)}static RemoveConcept(t){for(var e=0;e<this.conceptsSyncArray.length;e++)this.conceptsSyncArray[e].id==t.id&&this.conceptsSyncArray.splice(e,1)}static AddConnection(t){this.connectionSyncArray.push(t)}static RemoveConnection(t){for(var e=0;e<this.connectionSyncArray.length;e++)this.connectionSyncArray[e].id==t.id&&this.connectionSyncArray.splice(e,1)}static SyncDataOnline(t){return le(this,void 0,void 0,(function*(){try{let e=[],n=[];if(t&&this.transactionCollections.some((e=>e.id==t))){const o=this.transactionCollections.find((e=>e.id==t));if(this.transactionCollections=this.transactionCollections.filter((e=>e.id==t||new Date(e.createdDate).getTime()>(new Date).getTime()-6048e5)),!o)return;e=o.data.concepts.slice(),n=o.data.connections.slice(),e.length>0&&(yield ae(e)),n.length>0&&(yield se(n)),this.transactionCollections=this.transactionCollections.filter((e=>e.id!=t))}else{for(let t=0;t<this.conceptsSyncArray.length;t++)O.AddConcept(this.conceptsSyncArray[t]);for(let t=0;t<this.connectionSyncArray.length;t++)it.AddConnection(this.connectionSyncArray[t]);this.conceptsSyncArray.length>0&&(e=this.conceptsSyncArray.slice(),yield ae(e),this.conceptsSyncArray=this.conceptsSyncArray.filter((t=>!e.some((e=>e.id===t.id))))),this.connectionSyncArray.length>0&&(n=this.connectionSyncArray.slice(),yield se(n),this.connectionSyncArray=this.connectionSyncArray.filter((t=>!n.some((e=>e.id===t.id)))))}return"done"}catch(t){throw t}}))}static initializeTransaction(t){return le(this,void 0,void 0,(function*(){try{if(this.transactionCollections.some((e=>e.id==t)))return;this.transactionCollections.push({id:t,data:{concepts:[],connections:[]},createdDate:(new Date).toISOString()})}catch(t){console.log("error in initializeTransaction",t)}}))}static markTransactionActions(t,e){return le(this,void 0,void 0,(function*(){try{this.transactionCollections=this.transactionCollections.map((n=>n.id==t?Object.assign(Object.assign({},n),{data:JSON.parse(JSON.stringify(e))}):n)),this.conceptsSyncArray=this.conceptsSyncArray.filter((t=>!e.concepts.some((e=>e.id==t.id||e.ghostId==t.id)))),this.connectionSyncArray=this.connectionSyncArray.filter((t=>!e.connections.some((e=>e.id==t.id||e.ghostId==t.id))))}catch(t){console.log("error in markTransactionActions",t)}}))}static rollbackTransaction(t,e){return le(this,void 0,void 0,(function*(){try{if(!this.transactionCollections.some((e=>e.id==t)))return;this.transactionCollections=this.transactionCollections.filter((e=>e.id!=t))}catch(t){console.log("LocalSyncData, roll",t)}}))}static syncDataLocalDb(){return le(this,void 0,void 0,(function*(){if(this.conceptsSyncArray.length>0){for(let t=0;t<this.conceptsSyncArray.length;t++)w("localconcept",this.conceptsSyncArray[t]);this.conceptsSyncArray=[]}if(this.connectionSyncArray.length>0){for(let t=0;t<this.connectionSyncArray.length;t++)w("localconnection",this.connectionSyncArray[t]);this.connectionSyncArray=[]}return"done"}))}}function ue(t,e){const n=Number(t);if(!Number.isFinite(n)||n<=0)throw new Error(`Cannot create a connection: ${e} must be a positive finite number. Received ${JSON.stringify(t)}.`);return n}de.conceptsSyncArray=[],de.connectionSyncArray=[],de.transactionCollections=[];var he=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function fe(t,e,n,o,i,r,c){return he(this,arguments,void 0,(function*(t,e,n,o,i,r,c,a=1,s=4,l=999,d={concepts:[],connections:[]}){const u=function(t,e){const n=ue(t,"ofTheConceptId"),o=ue(e,"toTheConceptId");if(n===o)throw new Error(`Cannot create a self-connection for concept ${n}.`);return{ofTheConceptId:n,toTheConceptId:o}}(t,n);t=u.ofTheConceptId,n=u.toTheConceptId;let h=e,f=e,y=e;999!=l&&(y=l);let p=e,v=e,g=yield re.getId(),C=new K(g,t,n,e,o,y,i,f,a,h,0,p,s,v,r,c);return C.toUpdate=!0,C.isTemp=!1,de.AddConnection(C),d.connections.push(C),C}))}function ye(t,e,n){return he(this,arguments,void 0,(function*(t,e,n,o={concepts:[],connections:[]}){let i=yield Jt(n),r=t.userId;return yield fe(t.id,t.userId,e.id,e.userId,i.id,999,999,1e3,4,r,o)}))}var pe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const ve=new Map;function ge(t,e){return pe(this,void 0,void 0,(function*(){let o=yield O.GetConceptByCharacterAndTypeLocal(t,e),i=t+e;if(ve.has(i))return ve.get(i)||o;const r=(()=>pe(this,void 0,void 0,(function*(){try{if(null==o||0==o.id){var r={character_value:`${t}`,type_id:e},c=JSON.stringify(r),a=yield $();const i=yield h(n.GetConceptByCharacterAndTypeUrl(),{method:"POST",headers:a,body:c});if(i.ok){let t=yield i.json();o=t,O.AddConcept(o)}else console.log("This is the concept by type and character error",i.status),Q(i)}return o}catch(t){throw t instanceof Error?console.log(" This is the concept by type and character error message: ",t.message):console.log(" This is the concept by type and character unexpected error: ",t),t}finally{ve.delete(i)}})))();return ve.set(i,r),r}))}function Ce(t){return pe(this,void 0,void 0,(function*(){let e=[],o=JSON.stringify(t);var i=yield $();const r=yield h(n.GetConceptConnectionByType(),{method:"POST",headers:i,body:o});if(r.ok){let t=yield r.json();e=yield ct(t)}else console.log("This is the concept by type and character error",r.status),Q(r);return e}))}var Te=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function me(t,e,n,o,i,r,c,a,s,l,d,u,h,f){return Te(this,arguments,void 0,(function*(t,e,n,o,i,r,c,a,s,l,d,u,h,f,y={concepts:[],connections:[]}){var p=yield ie.getId();let v=new Date,g=new Date;var C=new F(p,e,i,r,n,o,c,a,t,s,l,d,u,h,f,!0,v,g);return C.isTemp=!1,de.AddConcept(C),y.concepts.push(C),C}))}function Ne(t,e,n,o,i,r,c,a,s,l,d,u,h,f){return Te(this,arguments,void 0,(function*(t,e,n,o,i,r,c,a,s,l,d,u,h,f,y={concepts:[],connections:[]}){var p=yield ie.getId();let v=new Date,g=new Date;var C=new F(p,e,i,r,n,o,c,a,t,s,l,d,u,h,f,!1,v,g);return O.AddConcept(C),C.updateRecursion=!0,de.AddConcept(C),y.concepts.push(C),C}))}var we=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ie(t,e){return we(this,arguments,void 0,(function*(t,e,n=!1,o,i,r=999,c=0,a={concepts:[],connections:[]}){let s,l=r,d=o,u=o,h=i,f=o,y=t.startsWith("the_")?t:"the_"+t,p=P();return n?(p=yield Jt(t),s=yield me(e,o,4,o,p.id,p.userId,c,999,999,d,h,f,l,u,a)):(p=yield Jt(y),s=yield ge(e,p.id),0==s.id&&0==s.userId&&(s=yield Ne(e,o,4,o,p.id,p.userId,c,999,999,d,h,f,l,u,a))),s.type=p,s}))}var ke=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ae(t){return ke(this,arguments,void 0,(function*(t,e=null,n=null,o=null,i=null,r=null,c=null){var a=null!=i?i:999,s=null!=r?r:4,l=null!=c?c:999,d=null!=o?o:0,u=P();for(const o in t)if("string"!=typeof t[o]&&"number"!=typeof t[o])if(null==e&&null==n){var h=d;u=p=yield Ie(o,"",!0,a,s,l),h=p.id,d=p.id,yield Ae(t[o],p.id,p.userId,h,i,r,c)}else{var f=null!=e?e:999,y=null!=n?n:999;h=d,u=p=yield Ie(o,"",!0,a,s,l),yield fe(f,y,p.id,p.userId,h,l,p.userId),yield Ae(t[o],p.id,p.userId,h,i,r,c)}else{f=null!=e?e:999,y=null!=n?n:10267,h=d;var p=yield Ie(o,t[o].toString(),!1,a,s,l);yield fe(f,y,p.id,p.userId,h,l,p.userId)}return u}))}var xe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Se(t,e,o){return xe(this,arguments,void 0,(function*(t,e,o,i=10,r=1){let c=[];try{var a=new URLSearchParams;a.append("typeId",`${t}`),a.append("ofTheConceptId",`${e}`),a.append("userId",`${o}`),a.append("inpage",`${i}`),a.append("page",`${r}`);var s=yield $("application/x-www-form-urlencoded");const l=yield h(n.GetAllConnectionsOfConceptUrl(),{method:"POST",headers:s,body:a});return l.ok?c=yield l.json():(console.log("Get connection of concept error",l.status),Q(l)),c}catch(t){throw t instanceof Error?console.log("Get connection of concept error message: ",t.message):console.log("Get connection of concept unexpected error: ",t),t}}))}var Re=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},_e=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},Le=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},Ue=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ee(t){return Ue(this,void 0,void 0,(function*(){var e=yield it.GetConnection(t);if((null==e||0==e.id)&&null!=t&&null!=t){var o=yield function(t){return Le(this,void 0,void 0,(function*(){var e=yield it.GetConnection(t);try{if(0!=e.id)return e;{var o=yield $("application/x-www-form-urlencoded");const i=yield h(n.GetConnectionUrl(),{method:"POST",headers:o,body:`id=${t}`});return i.ok?(e=yield i.json(),it.AddConnection(e)):(console.log("Get Connection Error",i.status),Q(i)),e}}catch(t){throw t instanceof Error?console.log("Get Connection error message: ",t.message):console.log("Get Connection unexpected error: ",t),t}}))}(t);e=o}return e}))}var Fe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Pe(t){return Fe(this,arguments,void 0,(function*(t,e=""){let o=!1;var i=yield Ee(t);return o=yield function(t){return _e(this,arguments,void 0,(function*(t,e=""){let o=!1;try{let i=yield $("application/x-www-form-urlencoded");""!=e&&(i=yield W("application/x-www-form-urlencoded",e));const r=new URLSearchParams;r.append("id",t.toString()),r.append("apiKey","nodeserver");const c=yield h(n.DeleteTheConnectionUrl(),{method:"POST",headers:i,body:r,redirect:"follow"});c.ok?o=(yield c.json()).success:(console.log("Delete connection error status: ",c.status),Q(c))}catch(t){throw t instanceof Error?console.log("Delete connection error message: ",t.message):console.log("Delete connection unexpected error: ",t),t}return o}))}(t,e),A("connection",t),tt.removeNodeFromTree(t),nt.removeTypeConcept(i.typeId,t),o}))}function Ge(t){return Fe(this,void 0,void 0,(function*(){let e=yield function(t){return Re(this,void 0,void 0,(function*(){let e=!1;try{let o=yield W();const i=yield h(n.DeleteTheConnectionBulkUrl(),{method:"POST",headers:o,body:JSON.stringify(t)});i.ok?e=(yield i.json()).success:(console.log("Delete connection Bulk Api error status: ",i.status),Q(i))}catch(t){t instanceof Error?console.log("Delete connection Bulk Api error message: ",t.message):console.log("Delete connection Bulk Api unexpected error: ",t)}return e}))}(t);if(e)for(let e=0;e<t.length;e++){let n=t[e];n>0&&tt.removeNodeFromTree(n)}return e}))}var Be=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ve(t){return Be(this,arguments,void 0,(function*(t,e=999){var n=P();if(t<0)return $o(yield Eo(e,t));if(null!=(n=yield O.GetConcept(t))&&0!=n.id||null==t||null==t||(n=yield vt(t)),0!=n.id&&null==n.type&&null!=n.typeId&&null!=n.typeId){var o=yield O.GetConcept(n.typeId);if(0!=o.id)n.type=o;else{var i=yield vt(n.typeId);0!=i.id&&(n.type=i)}}return n}))}var De=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const Oe=999,be=4,Me=999,je=999,He=1e3;function $e(t){const e=`${null!=t?t:""}`.trim();if(0===e.length)throw new Error("Cannot create a typed connection without a linker name.");return e}function We(t,e){return De(this,void 0,void 0,(function*(){var n,o,i;if(null==t||null==t.id||0===t.id)throw new Error(`Cannot create a typed connection: ${e} must be a persisted concept.`);const r=t.type;if(null===(n=null==r?void 0:r.characterValue)||void 0===n?void 0:n.trim())return r.characterValue.trim();const c=(yield Ve(t.id,t.userId)).type;if(null===(o=null==c?void 0:c.characterValue)||void 0===o?void 0:o.trim())return t.type=c,c.characterValue.trim();if(null!=t.typeId&&0!==t.typeId){const e=yield Ve(t.typeId,t.typeUserId);if(0!==e.id&&(null===(i=e.characterValue)||void 0===i?void 0:i.trim()))return t.type=e,e.characterValue.trim()}throw new Error(`Cannot create a typed connection: ${e} concept ${t.id} has no resolvable type.`)}))}function Je(t){return De(this,void 0,void 0,(function*(){return yield Ie("connection",t,!1,Oe,Oe,Me)}))}function Qe(t,e,n){return De(this,void 0,void 0,(function*(){return yield fe(t.id,t.userId,e.id,e.userId,n.id,Me,je,He,be)}))}function Xe(t,e,n){return De(this,arguments,void 0,(function*(t,e,n,o=!1,i=!1){const r=$e(n),c=t.userId;if(o){const n=yield function(t,e){return De(this,void 0,void 0,(function*(){return`${yield We(t,"toTheConcept")}_s_${e}_by`}))}(e,r);i&&(yield ze(`${r}_by`,e,c));const o=yield Je(n);yield Qe(e,t,o)}const a=yield function(t,e){return De(this,void 0,void 0,(function*(){return`${yield We(t,"ofTheConcept")}_s_${e}_s`}))}(t,r);i&&(yield ze(`${r}_s`,t,c));const s=yield Je(a);return yield Qe(t,e,s)}))}function Ye(t,e,n){return De(this,arguments,void 0,(function*(t,e,n,o=!1,i=!1){return yield Xe(t,e,n,o,i)}))}function ze(t,e){return De(this,arguments,void 0,(function*(t,e,n=null){for(var o=e,i=null!=n?n:e.userId,r=999,c=$e(t)+"_count",a=(yield We(e,"concept"))+"_s_"+c,s=yield Ie("connection",a,!1,i,4,r),l=yield Se(s.id,e.id,i,10,1),d=[],u=P(),h=0;h<l.length;h++){let t=yield Ve(l[h].toTheConceptId);d.push(t)}if(d.length<1)u=yield Ie("count","1",!1,i,4,r);else{var f=d[0];let t=Number(f.characterValue),e=Number.isFinite(t)?t+1:1;u=yield Ie("count",e.toString(),!1,i,4,r);for(let t=0;t<l.length;t++)yield Pe(l[t].id)}yield fe(o.id,o.userId,u.id,u.userId,s.id,r,je,He,4,i)}))}function Ke(t,e,n){return De(this,arguments,void 0,(function*(t,e,n,o=!1,i=!1){return yield Xe(t,e,n,o,i)}))}var qe=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ze(t,e){return qe(this,arguments,void 0,(function*(t,e,n=10,o=1){var i,r=[],c=yield Ve(t),a=(null===(i=c.type)||void 0===i?void 0:i.characterValue)+"_s_"+e,s=yield ge(a,16);if(s.id>0){for(var l=yield Se(s.id,c.id,c.userId,n,o),d=[],u=0;u<l.length;u++)d.push(l[u].toTheConceptId);for(yield ft(d),u=0;u<l.length;u++){let t=l[u].toTheConceptId,e=yield Ve(t),n=yield At(e.id);r.push(n)}}return r}))}function tn(t,e){return qe(this,arguments,void 0,(function*(t,e,n=10,o=1){var i,r=[],c=yield Ve(t),a=(null===(i=c.type)||void 0===i?void 0:i.characterValue)+"_s_"+e,s=yield ge(a,16);if(s.id>0){for(var l=yield Se(s.id,c.id,c.userId,n,o),d=[],u=0;u<l.length;u++)d.push(l[u].toTheConceptId);for(u=0;u<l.length;u++){let t=l[u].toTheConceptId,e=yield Ve(t);r.push(e)}}return r}))}class en{constructor(t,e,n,o,i,r,c,a=!1,s,l,d,u=999){this.isComposition=!1,this.isTemp=!1,this.applicationId=999,this.id=t,this.userId=e,this.typeId=n,this.ghostId=t,this.categoryId=o,this.characterValue=r,this.accessId=i,this.type=null,this.isNew=a,this.typeCharacter=c,this.entryTimeStamp=s,this.updatedTimeStamp=l,this.referentId=d,this.applicationId=u}getType(){console.log(this.typeId)}}function nn(){let t=new Date,e=new Date;return new en(0,0,0,0,0,"0","0",!1,t,e,0)}class on{constructor(t,e,n,o,i,r,c,a,s,l){this.id=0,this.isNew=!1,this.userId=t,this.data=`${e}`,this.securityId=n,this.securityUserId=o,this.accessId=i,this.accessUserId=r,this.sessionId=c,this.sessionUserId=a,this.isNew=l}}class rn{constructor(){this.name="character Repository"}static AddCharacter(t){this.characterData[t.id]=t}static GetCharacter(t){for(var e=new on(0,"0",0,0,0,0,0,0,"0",!1),n=0;n<this.characterData.length;n++)this.characterData[n].data==t&&(e=this.characterData[n]);return e}}rn.characterData=[];class cn{constructor(t,e,n,o){this.id=t,this.userId=e,this.referentId=n,this.isNew=o}}var an=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},sn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ln(t,e,o,i,r){return sn(this,void 0,void 0,(function*(){return new on(e,t,o,e,i,e,r,e,"",!1),yield function(){return an(this,void 0,void 0,(function*(){var t;try{if(0==(t=rn.GetCharacter(t.data)).id){var e=yield $();const i=yield h(n.CreateTheCharacterDataUrl(),{method:"POST",headers:e,body:JSON.stringify(t)});if(!i.ok)throw Q(i),new Error(`Error! status: ${i.status}`);const r=yield i.json();var o=new on(r.userId,t.data,0,0,4,4,999,999,"",!1);return o.id=r.id,rn.AddCharacter(o),r}return new cn(t.id,t.userId,0,!1)}catch(t){throw t instanceof Error?console.log("create the character error message: ",t.message):console.log("create the character unexpected error: ",t),t}}))}()}))}var dn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function un(t,e,n,o,i,r,c,a,s,l,d,u,h,f){return dn(this,void 0,void 0,(function*(){var y=yield ge(t,i),p=y;return 0==p.id&&(p=y=yield me(t,e,n,o,i,r,c,a,s,l,d,u,h,f)),p}))}var hn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},fn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function yn(t,e,n,o){return fn(this,arguments,void 0,(function*(t,e,n,o,i={concepts:[],connections:[]}){var r=yield Pt(t);if(r&&(0==r.id||0==r.userId)){var c=j(t);if(c.length>0)if(c[0]==t){var a=yield function(t,e,n,o,i,r){return hn(this,void 0,void 0,(function*(){var i,c=e,a=e;i=e;var s,l=e,d=e,u=e;if(1==t.length){var h=t.charCodeAt(0);yield ln(t,e,n,o,r),s=yield un(t,e,4,c,49,l,h,u,n,a,o,i,r,d)}else{var f=yield ln(t,e,n,o,r);f.isNew,s=yield un(t,e,4,c,51,l,f.id,f.userId,n,a,o,i,r,d)}return s}))}(t,o,999,999,0,e);r=a}else{var s=yield yn(c[0],e,n,o,i),l=yield yn(c[1],e,n,o,i);l&&(r=yield Ne(t,o,s.id,o,l.id,o,999,o,999,o,999,o,e,o,i))}}return r}))}var pn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function vn(t){return pn(this,void 0,void 0,(function*(){var e=[];try{(new Date).getTime();var o=yield $("application/x-www-form-urlencoded");const c=new URLSearchParams({conceptId:String(t)}),a=yield h(`${n.GetAllLinkerConnectionOfConceptUrl()}?${c.toString()}`,{method:"GET",headers:o});if(a.ok){const t=yield a.json();for(var i=0;i<t.length;i++){var r=t[i];e.push(r)}}else console.log("Get all linker connection from the concepts error","cannot get respone"),Q(a);return e}catch(t){throw t instanceof Error?console.log("Get all linker connection from the concepts error: ",t.message):console.log("Get all linker connection from the concepts error(Unexpected): ",t),t}}))}var gn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Cn(t){return gn(this,void 0,void 0,(function*(){var e=[];try{(new Date).getTime();var o=yield $("application/x-www-form-urlencoded");const c=new URLSearchParams({conceptId:String(t)}),a=yield h(`${n.GetAllLinkerConnectionToConceptUrl()}?${c.toString()}`,{method:"GET",headers:o});if(a.ok){const t=yield a.json();for(var i=0;i<t.length;i++){var r=t[i];e.push(r)}}else console.log("Get all linker connection To the concepts error","cannot get respone"),Q(a);return e}catch(t){throw t instanceof Error?console.log("Get all linker connection To the concepts error: ",t.message):console.log("Get all linker connection To the concepts error(Unexpected): ",t),t}}))}var Tn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function mn(t){return Tn(this,void 0,void 0,(function*(){for(var e=yield vn(t),n=0;n<e.length;n++){let t=e[n];var o=t.typeId;let i=yield Ve(o);t.type=i}return e}))}function Nn(t){return Tn(this,void 0,void 0,(function*(){for(var e=yield Cn(t),n=0;n<e.length;n++){let t=e[n];var o=t.typeId;let i=yield Ve(o);t.type=i}return e}))}var wn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},In=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function kn(t){return In(this,arguments,void 0,(function*(t,e=""){var o=yield Ve(t);yield E.removeNodeFromTree(t);var i=o.typeId,r=o.characterValue;yield V.removeTypeConcept(i,t),yield L.removeNodeByCharacter(r,t),A("concept",t);let c=yield function(t){return wn(this,arguments,void 0,(function*(t,e=""){let o=!1;try{let i=yield $("application/x-www-form-urlencoded");""!=e&&(i=yield W("application/x-www-form-urlencoded",e));const r=new FormData;r.append("id",t.toString()),r.append("apiKey","nodeserver");const c=yield h(n.DeleteConceptUrl(),{method:"POST",body:r});if(!c.ok)throw Q(c),new Error(`Error! status: ${c.status}`);o=(yield c.json()).success}catch(t){throw t instanceof Error?console.log("Delete concept error message: ",t.message):console.log("Delete concept unexpected error: ",t),t}return o}))}(t,e);return c}))}var An=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function xn(t,e){return An(this,void 0,void 0,(function*(){try{const o=new Headers;o.append("Authorization","Bearer "+e);const i=new FormData;i.append("id",t.toString());const r=yield h(n.DeleteConceptUrl(),{method:"POST",body:i,headers:o});if(!r.ok)throw Q(r),new Error(`Delete composition Error! status: ${r.status}`)}catch(t){throw t instanceof Error?console.log("Delete composition error message: ",t.message):console.log("Delete composition unexpected error: ",t),t}}))}var Sn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Rn(t,e,n,o){return Sn(this,arguments,void 0,(function*(t,e,n,o,i=999){var r,c=n,a=n,s=n,l=t.startsWith("the_"),d=P();return r=l?t:"the_"+t,d=yield Jt(r),yield un(e,n,4,n,d.id,d.userId,0,999,999,c,o,s,i,a)}))}class _n{constructor(){this.composition=0,this.type="",this.linker="",this.inpage=10,this.page=1,this.listLinkers=[],this.fullLinkers=[],this.textSearch="",this.logic="or",this.reverse=!1,this.doFilter=!1,this.filterSearches=[],this.selectors=[]}}var Ln=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Un(){return Ln(this,arguments,void 0,(function*(t=[]){var e=[];try{var o=[];for(let n=0;n<t.length;n++){let i=yield it.GetConnection(t[n]);0==i.id?o.push(t[n]):e.push(i)}if(0==o.length)return e;{var i=yield $();const t=yield h(n.GetConnectionBulkUrl(),{method:"POST",headers:i,body:JSON.stringify(o)});if(t.ok){const n=yield t.json();if(n.length>0){for(let t=0;t<n.length;t++){let o=n[t];e.push(o),it.AddConnection(o)}yield st(e)}}else console.log("Get Connection Bulk error",t.status),Q(t);return e}}catch(t){throw t instanceof Error?console.log("Get Connection Bulk error message: ",t.message):console.log("Get Connection Bulk unexpected error: ",t),t}}))}var En=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Fn(){return En(this,arguments,void 0,(function*(t=[]){yield ft(t);var e=[];for(let o=0;o<t.length;o++){var n=yield It(t[o]);e.push(n)}return e}))}function Pn(){return En(this,arguments,void 0,(function*(t=[]){yield ft(t);var e=[];for(let o=0;o<t.length;o++){var n=yield kt(t[o]);e.push(n)}return e}))}function Gn(){return En(this,arguments,void 0,(function*(t=[],e=[]){yield Un(e),function(t=[],e=[]){for(let n=0;n<e.length;n++)t.includes(e[n].id)||it.RemoveConnection(e[n])}(e,yield dt(t));var n=[];for(let e=0;e<t.length;e++){var o=yield kt(t[e]);n.push(o)}return n}))}function Bn(){return En(this,arguments,void 0,(function*(t=[]){let e=[],n=[],o={};for(let o=0;o<(null==t?void 0:t.length);o++){let i=yield it.GetConnection(t[o]);0==i.id?e.push(t[o]):n.push(i)}for(let n=0;n<e.length;n++)o[t[n]]=!1;let i=[],r=yield Un(e);n=[...n,...r];for(let t=0;t<n.length;t++)i.push(n[t].ofTheConceptId),i.push(n[t].toTheConceptId),i.push(n[t].typeId);return yield ct(i),n}))}function Vn(){return En(this,arguments,void 0,(function*(t=[],e=[]){let n=[],o=[];for(let t=0;t<e.length;t++){let i=yield it.GetConnection(e[t]);0==i.id?n.push(e[t]):o.push(i)}let i=yield Un(n);for(let t=0;t<i.length;t++)o.push(i[t]);let r={},c=[];for(var a=0;a<o.length;a++)c.includes(o[a].ofTheConceptId)||c.push(o[a].ofTheConceptId);console.time("start");for(let e=0;e<t.length;e++){let n=yield St(t[e],o,c);r[t[e]]=n}return console.timeEnd("start"),r}))}var Dn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function On(){return Dn(this,arguments,void 0,(function*(t=0,e=[],o="",i=[]){var r=[];try{var c=new _n;c.composition=t,c.listLinkers=e,c.textSearch=o,c.fullLinkers=i;var a=JSON.stringify(c),s=yield $();const u=yield h(n.RecursiveSearchUrl(),{method:"POST",headers:s,body:a});if(u.ok){const t=yield u.json();var l=t.compositionIds,d=t.internalConnections;t.externalConnections,r=yield Gn(l,d)}else console.log("recursive search error ",u.status),Q(u);return r}catch(t){throw t instanceof Error?console.log("recursive search error message: ",t.message):console.log("recursive search unexpected error: ",t),t}}))}var bn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Mn(t,e){return bn(this,void 0,void 0,(function*(){try{var i={email:t,password:e},r=new Headers;r.append("Content-Type","application/json");var c=JSON.stringify(i);const a=yield h(n.LoginUrl(),{method:"POST",headers:r,body:c});if(a.ok){const t=yield a.json();return o.BearerAccessToken=t.data.token,t}console.log("Login tsccs error message: ",a.status),Q(a)}catch(t){throw t instanceof Error?console.log("Login tsccs error message: ",t.message):console.log(" Login tsccs unexpected error: ",t),t}}))}var jn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Hn(t){return jn(this,void 0,void 0,(function*(){const e=yield function(){return jn(this,arguments,void 0,(function*(t="",e={}){let n={message:"success",status:!1,statusCode:200,data:""};try{const o=yield h(t,{method:"POST",mode:"cors",cache:"no-cache",credentials:"same-origin",headers:{"Content-Type":"application/json"},redirect:"follow",referrerPolicy:"no-referrer",body:JSON.stringify(e)}),i=yield o.json();return o.ok?n={message:"success",status:!0,statusCode:200,data:i}:Q(o),n}catch(t){throw console.log("Signup Error: ",t),t}}))}(n.SignupUrl(),t);return e}))}var $n=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Wn(t){return $n(this,void 0,void 0,(function*(){const e=JSON.stringify({email:t.email,password:t.password});let o={message:"success",status:!1,statusCode:200,data:""};const i=new Headers;i.append("Content-Type","application/json");const r=n.LoginUrl();try{const t=yield h(r,{method:"POST",headers:i,body:e,redirect:"follow"}),n=yield t.json();return t.ok?o={message:"success",status:!0,statusCode:200,data:null==n?void 0:n.data}:Q(t),o}catch(t){throw console.log("Sign in api error",t),t}}))}function Jn(t,e){return-1===t.indexOf(e)&&t.push(e),t}function Qn(t=[],e){var n,o;let i=[],r=null===(n=e.type)||void 0===n?void 0:n.characterValue;if((null==r?void 0:r.startsWith("the_"))||(r="the_"+r),Array.isArray(t))for(let n=0;n<t.length;n++){let c=null===(o=t[n].type)||void 0===o?void 0:o.characterValue;(null==c?void 0:c.startsWith("the_"))||(c="the_"+c),e.typeId!=t[n].typeId&&r!=c||i.push(t[n])}return i}function Xn(t=[],e){let n=[];if(Array.isArray(t)){const o=t.find((t=>t.toTheConceptId==e));o&&n.push(o);const i=t.find((t=>t.ofTheConceptId==e));i&&n.push(i)}return n}function Yn(t=[],e){Array.isArray(t)&&t.splice(t.findIndex((function(t){return t.id===e.id})),1)}function zn(t=[],e){Array.isArray(t)&&t.splice(t.findIndex((function(t){return t.id===e.id})),1)}class Kn{constructor(t,e,n,o){this.expiryTime=new Date(Date.now()+6e5),this.height=1,this.key=t,this.value=e,this.leftNode=n,this.rightNode=o}isValid(){const t=new Date(Date.now());return!(this.expiryTime<t&&(Zn.removeNodeFromTree(this.key),1))}saveToCache(t){this.value.cached=t}addNode(t,e,n){if(null==e)return t;const o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addNode(t,o,n);else{if(!(e.key<t.key))return this.isValid(),t;e.rightNode=this.addNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));const r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}return this.isValid(),e}rightRotate(t){if(t){const e=t.leftNode;if(e){const n=e.rightNode;return t.leftNode=n,e.rightNode=t,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}leftRotate(t){if(t){const e=t.rightNode;if(e){const n=e.leftNode;return e.leftNode=t,t.rightNode=n,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}getHeight(t){return t?t.height:0}getBalanceFactor(t){return null==t?0:this.getHeight(t.leftNode)-this.getHeight(t.rightNode)}getFromNode(t,e){return e?t==e.key&&e.isValid()?e:t<e.key?this.getFromNode(t,e.leftNode):t>e.key?this.getFromNode(t,e.rightNode):e:e}removeNode(t,e){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNode(t.leftNode,e),t;if(t.key<e)return t.rightNode=this.removeNode(t.rightNode,e),t;if(null==t.leftNode){const e=t.rightNode;return t=null,e}if(null==t.rightNode){const e=t.leftNode;return t=null,e}{const e=this.inOrderSuccessor(t.rightNode);return t.value=e.value,t.key=e.key,t.rightNode=this.removeNode(t.rightNode,e.key),t}}countNodeBelow(t){return null==t?0:1+this.countNodeBelow(t.leftNode)+this.countNodeBelow(t.rightNode)}inOrderSuccessor(t){for(;null!=t.leftNode;)t=t.leftNode;return t}}var qn=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class Zn{static addNodeToTree(t){if(null==this.root)return this.root=t,this.root;this.root=this.root.addNode(t,this.root,this.root.height)}static addCompositionToTree(t){const e=new Kn(t.id,t,null,null);this.addNodeToTree(e)}static getNodeFromTree(t){return qn(this,void 0,void 0,(function*(){return this.root?this.root.getFromNode(t,this.root):null}))}static removeNodeFromTree(t){return qn(this,void 0,void 0,(function*(){this.root&&(this.root=this.root.removeNode(this.root,t))}))}static countNumberOfNodes(){return this.root?this.root.countNodeBelow(this.root):0}}Zn.root=null;var to=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function eo(t,e,n,o){return to(this,arguments,void 0,(function*(t,e,n,o,i=[]){var r,c;let a={};const s=[];if(0==t)return"";let l=no(n,t);if(null!=l&&0!=l.id||null==t||null==t||(l=yield Ve(t)),0!=l.id&&null==l.type){const t=l.typeId;let e=no(n,t);l.type=e,null==e&&null!=t&&null!=t&&(e=yield Ve(t),l.type=e)}if(!o.includes(t))return null==l?void 0:l.characterValue;if(i.includes(t))return"";i.push(t);for(let l=0;l<e.length;l++)if(e[l].ofTheConceptId==t){const d=e[l].toTheConceptId;if(o.includes(t)){let t=no(n,d);if(null!=t&&0!=t.id||null==d||null==d||(t=yield Ve(d)),0!=t.id&&null==(null==t?void 0:t.type)){const e=t.typeId;let n=yield O.GetConcept(e);t.type=n,null==n&&null!=e&&null!=e&&(n=yield Ve(e),t.type=n)}const l="the_",u=(null!==(c=null===(r=null==t?void 0:t.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"").replace(l,"");if(isNaN(Number(u))){if(u){const t=yield eo(d,e,n,o,i);a[u]=t}}else{const t=yield eo(d,e,n,o,i);s[u]=t,a=s}}}return a}))}function no(t,e){let n=P();for(let o=0;o<t.length;o++)if(e==t[o].id)return n=t[o],n;return n}class oo{constructor(){this.id=0,this.mainConcept=P(),this.connections=[],this.concepts=[],this.subcompositions=[],this.cached={}}updateCache(){return t=this,e=void 0,o=function*(){if(0==this.mainConcept.id)for(let t=0;t<this.concepts.length;t++)this.concepts[t].id==this.id&&(this.mainConcept=this.concepts[t]);this.cached=yield eo(this.id,this.connections,this.concepts,this.subcompositions,[])},new((n=void 0)||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}));var t,e,n,o}UpdateAcrossDistributedSystem(){var t,e;try{0!=this.id&&(e=null===(t=this.id)||void 0===t?void 0:t.toString(),n.MQTT_CONNECTION&&n.MQTT_CONNECTION.publish("compositionUpdate",e))}catch(t){console.log("Error while publishing message",t)}}isUpdating(){this.UpdateAcrossDistributedSystem()}GetDataCache(){var t,e,n;const o={};o[null!==(n=null===(e=null===(t=this.mainConcept)||void 0===t?void 0:t.type)||void 0===e?void 0:e.characterValue)&&void 0!==n?n:""]=this.cached;const i={};return i.data=o,i.id=this.id,i}}var io=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ro(t){return io(this,arguments,void 0,(function*(t,e=null,n=null,o=null,i=null,r=null,c=null,a=null){const s=null!=i?i:999,l=null!=r?r:4,d=null!=c?c:999;let u=null!=o?o:0,h=P();null==a&&(a=new oo);for(const o in t)if("object"==typeof t[o]||Array.isArray(t[o])){const f=yield Ie(o,"",!0,s,l,d);if(null==e&&null==n){let e=u;h=f,e=f.id,u=f.id,a.concepts.push(f),a.id=f.id,yield ro(t[o],f.id,f.userId,e,i,r,c,a)}else{const s=null!=e?e:999,l=null!=n?n:999,y=u;h=f,a.concepts.push(f);const p=yield fe(s,l,f.id,f.userId,y,d,f.userId);a.connections.push(p),yield ro(t[o],f.id,f.userId,y,i,r,c,a)}null!=t[o]&&null!=t[o]&&a.subcompositions.push(f.id)}else{const i=null!=e?e:999,r=null!=n?n:999,c=u,h=yield Ie(o,t[o],!1,s,l,d);a.concepts.push(h);const f=yield fe(i,r,h.id,h.userId,c,d,h.userId);a.connections.push(f)}return h}))}var co=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ao(t){return co(this,void 0,void 0,(function*(){const e=t.userId,n=t.sessionId,o=t.accessId;let i=[];const r=[];let c=P(),a=P();const s=[];let l=t.compositionId;const d=t.ofTheCompositionId;let u=[];if(l<0){let t=yield Ve(l,e);if(!(t.id>0))return null;l=t.id}i=yield Ct(l);const h=[],f=new oo,y=[];f.id=l,f.isUpdating();let p=[];for(let t=0;t<i.length;t++)Jn(y,i[t].ofTheConceptId),Jn(h,i[t].ofTheConceptId),Jn(h,i[t].toTheConceptId),p.push(i[t].ofTheConceptId);f.subcompositions=y,f.connections=i;for(let t=0;t<h.length;t++){const e=yield Ve(h[t]);l==h[t]&&(c=e),d==h[t]&&(a=e),r.push(e)}const v=t.patchObject;for(const t in v){let i=P();const l=v[t];let d=c;if(a.id>0&&(d=a),Array.isArray(l)||"object"==typeof l){i=yield Ie(t,"",!0,c.userId,4,999),f.subcompositions.push(i.id);const e=Qn(r,i);for(let t=0;t<e.length;t++)if(e[t].id>0){const n=Xn(f.connections,e[t].id);u=u.concat(n),s.push(e[t])}yield ro(v[t],i.id,i.userId,c.id,c.userId,4,999,f)}else{i=yield Ie(t,l,!1,e,o,n);const c=Qn(r,i);for(let t=0;t<c.length;t++)if(c[t].id>0){const e=Xn(f.connections,c[t].id);u=u.concat(e),s.push(c[t])}}const h=yield fe(d.id,d.userId,i.id,i.userId,c.id,n,e);r.push(i),f.connections.push(h)}for(let t=0;t<u.length;t++)zn(f.connections,u[t]),Pe(u[t].id);for(let t=0;t<s.length;t++)Yn(r,s[t]);return f.concepts=f.concepts.concat(r),f.mainConcept=c,f.id=c.id,yield f.updateCache(),Zn.addCompositionToTree(f),yield de.SyncDataOnline(),f.GetDataCache()}))}var so=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function lo(t,e,o,i){return so(this,arguments,void 0,(function*(t,e,o,i,r=10,c=1){var a=yield W("application/x-www-form-urlencoded",i),s=new URLSearchParams;s.append("type",t),s.append("search",e),s.append("composition",o),s.append("inpage",r.toString()),s.append("page",c.toString());const l=n.SearchCompositionsUrl()+"?"+s.toString();try{const t=yield h(l,{method:"GET",headers:a});if(t.ok)return yield t.json();Q(t)}catch(t){throw t}}))}var uo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ho(t){return uo(this,arguments,void 0,(function*(t,e=""){var o=yield W("application/json",e);const i=n.SearchLinkMultipleAll(),r=JSON.stringify(t);try{const t=yield h(i,{method:"POST",headers:o,body:r});if(t.ok)return yield t.json();Q(t)}catch(t){throw t}}))}var fo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function yo(t){return fo(this,arguments,void 0,(function*(t,e=[]){var n,o;let i=[];const r=[];let c={},a={};const s=[];let l=yield O.GetConcept(t);0==l.id&&null!=t&&null!=t&&(l=yield vt(t));let d=[];d=e.length>0?po(t,e):yield Ct(t),i=d;for(let t=0;t<i.length;t++)s.includes(i[t].ofTheConceptId)||(s.push(i[t].ofTheConceptId),r.push(i[t].ofTheConceptId)),r.includes(i[t].toTheConceptId)||r.push(i[t].toTheConceptId);return a=yield _t(t,i,s,[]),c[null!==(o=null===(n=null==l?void 0:l.type)||void 0===n?void 0:n.characterValue)&&void 0!==o?o:""]=a,0==l.id?"":c}))}function po(t,e){const n=[];for(let o=0;o<e.length;o++)e[o].typeId==t&&n.push(e[o]);return n}function vo(t){return fo(this,arguments,void 0,(function*(t,e=[]){var n,o;let i={},r=[];const c=[];let a;const s={},l=[];let d=yield O.GetConcept(t);0==d.id&&null!=t&&null!=t&&(d=yield vt(t));let u=[];u=e.length>0?po(t,e):yield Ct(t),r=u;for(let t=0;t<r.length;t++)l.includes(r[t].ofTheConceptId)||(l.push(r[t].ofTheConceptId),c.push(r[t].ofTheConceptId)),c.includes(r[t].toTheConceptId)||c.push(r[t].toTheConceptId);return a=yield _t(t,r,l),s[null!==(o=null===(n=null==d?void 0:d.type)||void 0===n?void 0:n.characterValue)&&void 0!==o?o:""]=a,i.created_at=d.entryTimeStamp,i.data=s,i.id=t,0==d.id?"":i}))}function go(t,e){return fo(this,void 0,void 0,(function*(){let n=[];const o=[];n=yield Un(e);for(let e=0;e<t.length;e++){const i=yield vo(t[e],n);i&&o.push(i)}return o}))}var Co=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function To(t){return Co(this,void 0,void 0,(function*(){try{var e=yield $();const o=JSON.stringify(t),i=yield h(n.CreateSessionId(),{method:"POST",headers:e,body:o});return i.ok?i.json():(console.log("Creating session failed",yield i.json()),Q(i),null)}catch(t){throw console.log("Creating session failed",t),t}}))}var mo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function No(t,e){return mo(this,void 0,void 0,(function*(){try{var o=yield $("application/x-www-form-urlencoded");const i=new URLSearchParams;i.append("sessionId",t.toString()),i.append("url",e);const r=yield h(n.CreateSessionVisitUrl(),{method:"POST",headers:o,body:i});return r.ok?r.json():(console.log("Creating session url failed",yield r.json()),Q(r),null)}catch(t){throw console.log("Creating session url failed",t),t}}))}var wo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Io(t,e,o){return wo(this,arguments,void 0,(function*(t,e,o,i=10,r=1){let c=[];try{var a=new URLSearchParams;a.append("typeId",`${t}`),a.append("toTheConceptId",`${e}`),a.append("userId",`${o}`),a.append("inpage",`${i}`),a.append("page",`${r}`);var s=yield $("application/x-www-form-urlencoded");const l=yield h(n.GetAllConnectionsToConceptUrl(),{method:"POST",headers:s,body:a});return l.ok?c=yield l.json():(console.log("Get connection of concept error",l.status),Q(l)),c}catch(t){throw t instanceof Error?console.log("Get connection of concept error message: ",t.message):console.log("Get connection of concept unexpected error: ",t),t}}))}var ko=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ao(t,e){return ko(this,arguments,void 0,(function*(t,e,n=10,o=1,i=!1){let r=[],c=yield Ve(t),a=yield jt(e);if(a.id>0){let t=[],e=[];if(i){e=yield Io(a.id,c.id,c.userId,n,o);let t=[];for(let n=0;n<e.length;n++)t.push(e[n].ofTheConceptId);yield ft(t);for(let t=0;t<e.length;t++){let n=e[t].ofTheConceptId,o=yield Ve(n),i=yield At(o.id);r.push(i)}}else{e=yield Se(a.id,c.id,c.userId,n,o);for(let n=0;n<e.length;n++)t.push(e[n].toTheConceptId);yield ft(t);for(let t=0;t<e.length;t++){let n=e[t].toTheConceptId,o=yield Ve(n),i=yield At(o.id);r.push(i)}}}return r}))}function xo(t,e){return ko(this,arguments,void 0,(function*(t,e,n=10,o=1,i=!1){let r=[],c=yield Ve(t),a=yield jt(e),s=[],l=[];if(a.id>0){if(i){s=yield Io(a.id,c.id,c.userId,n,o);for(let t=0;t<s.length;t++)l.push(s[t].ofTheConceptId)}else{s=yield Se(a.id,c.id,c.userId,n,o);for(let t=0;t<s.length;t++)l.push(s[t].toTheConceptId)}r=yield ct(l)}return r}))}class So{constructor(t,e,n){this.value=new Map,this.connectionValue=new Map,this.key=t,e.id>0&&this.value.set(e.ghostId,e),n.id>0&&this.connectionValue.set(n.ghostId,n)}}class Ro{constructor(t=0,e,n,o,i,r,c=999){this.isTemp=!1,this.applicationId=999,this.type=nn(),this.id=t,this.ofTheConceptId=e,this.toTheConceptId=n,this.typeId=o,this.ghostId=t,this.orderId=i,this.typeCharacter="",this.accessId=r,this.entryTimeStamp=G(new Date),this.terminationDateTime=new Date,this.localSyncTime=new Date,this.applicationId=c}}var _o=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class Lo{static compositeKey(t,e,n=999){return("0000"+t.toString(16).toUpperCase()).slice(-4)+("0000"+e.toString(16).toUpperCase()).slice(-4)+("0000"+n.toString(16).toUpperCase()).slice(-4)}static waitForDataToLoad(){return _o(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isDataLoaded)return t("done");setTimeout(Lo.checkFlag,1e3,t)}static addConceptToTree(t,e,n=999){const o=this.compositeKey(e,n,t.applicationId),i=this.nodeMap.get(o);i?t.id>0&&i.value.set(t.ghostId,t):this.nodeMap.set(o,new So(o,t,new Ro(0,0,0,0,0,0)))}static addConnectionToTree(t,e,n=999){const o=this.compositeKey(e,n,t.applicationId),i=this.nodeMap.get(o);i?t.id>0&&i.connectionValue.set(t.ghostId,t):this.nodeMap.set(o,new So(o,nn(),t))}static getNodeFromTree(t,e){return _o(this,arguments,void 0,(function*(t,e,n=999){var o;const i=this.compositeKey(t,e,n);return null!==(o=this.nodeMap.get(i))&&void 0!==o?o:null}))}static removeNodeFromTree(t){return _o(this,arguments,void 0,(function*(t,e=999,n=999){const o=this.compositeKey(t,e,n);this.nodeMap.delete(o)}))}static countNumberOfNodes(){return this.nodeMap.size}}Lo.nodeMap=new Map;var Uo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Eo(t,e){return Uo(this,arguments,void 0,(function*(t,e,n=999,o=999){var i;let r=yield Lo.getNodeFromTree(t,n,o),c=nn();return r&&(c=null!==(i=r.value.get(e))&&void 0!==i?i:c),c}))}function Fo(t,e){return Uo(this,arguments,void 0,(function*(t,e,n=999,o=999){var i;let r=yield Lo.getNodeFromTree(t,n,o),c=new Ro(0,0,0,0,0,0);return r&&(c=null!==(i=r.connectionValue.get(e))&&void 0!==i?i:c),c}))}function Po(t,e){return Uo(this,arguments,void 0,(function*(t,e,n=999){Lo.addConceptToTree(t,e,n)}))}function Go(t,e){return Uo(this,arguments,void 0,(function*(t,e,n=999){Lo.addConnectionToTree(t,e,n)}))}var Bo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Vo(t){return Bo(this,arguments,void 0,(function*(t,e=""){var o=yield W("application/json",e);const i=n.SearchLinkMultipleAllApiUrl(),r=JSON.stringify(t);try{const t=yield h(i,{method:"POST",headers:o,body:r});if(t.ok)return yield t.json();Q(t)}catch(t){throw t}}))}var Do=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Oo(t){return Do(this,arguments,void 0,(function*(t,e=""){let n=[],o=yield Vo(t,e),i=t[0].composition;const r=o;let c=r.compositionIds,a=r.internalConnections,s=r.linkers,l=r.reverse;return n=yield Vn(c,a),yield bo(s,n,i,l)}))}function bo(t,e,n){return Do(this,arguments,void 0,(function*(t,e,n,o=[]){let i={},r=yield Un(t);for(let t=0;t<r.length;t++){let n=!1;if(o.includes(r[t].id)&&(n=!0),1==n){if(e[r[t].ofTheConceptId]&&e[r[t].toTheConceptId]){let n=e[r[t].toTheConceptId],o=yield Ve(r[t].typeId),i=null==n?void 0:n.data,c=Object.keys(i)[0];try{let n=o.characterValue+"_reverse";"string"==typeof i&&(i={}),Array.isArray(i[c][n])||("string"==typeof i[c]&&(i[c]={}),i[c][n]=[]),i[c][n].push(e[r[t].ofTheConceptId])}catch(t){}}}else if(e[r[t].ofTheConceptId]&&e[r[t].toTheConceptId]){let n=e[r[t].ofTheConceptId],o=yield Ve(r[t].typeId),i=null==n?void 0:n.data,c=Object.keys(i)[0];try{"string"==typeof i&&(i={}),Array.isArray(i[c][o.characterValue])||("string"==typeof i[c]&&(i[c]={}),i[c][o.characterValue]=[]),i[c][o.characterValue].push(e[r[t].toTheConceptId])}catch(t){}}}return i=e[n],i}))}var Mo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},jo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ho(t){return jo(this,void 0,void 0,(function*(){var e;let o=yield function(t){return Mo(this,void 0,void 0,(function*(){let e=[];try{var o=yield $();const i=yield h(n.ViewInternalDataUrl(),{method:"POST",headers:o,body:JSON.stringify(t)});if(i.ok){let t=yield i.json(),n={};for(let o=0;o<t.length;o++){let i=t[o].concepts;e=t[o].connections;let r=t[o].id;yield ct(i),n[r]=e}return n}return console.log("View Internal Data error",i.status),Q(i),e}catch(t){throw t instanceof Error?console.log(" This is the view internal data error message: ",t.message):console.log(" This is the view internal data unexpected error: ",t),t}}))}(t),i=[];for(let n=0;n<t.length;n++){let r=t[n],c=o[r];if(r&&c){let t=[],e={};for(let e=0;e<c.length;e++)t.includes(c[e].ofTheConceptId)||t.push(c[e].ofTheConceptId);let n=yield _t(r,c,t);e.data=n,e.id=r,i.push(e)}else{let t={};t.id=r;let n=yield Ve(r),o={};n.type&&(o[null===(e=null==n?void 0:n.type)||void 0===e?void 0:e.characterValue]=n.characterValue,t.data=o,i.push(t))}}return i}))}function $o(t){const e=P();return e.id=t.id,e.ghostId=t.ghostId,e.userId=t.userId,e.accessId=t.accessId,e.entryTimeStamp=t.entryTimeStamp,e.typeId=t.typeId,e.categoryId=t.categoryId,e.characterValue=t.characterValue,e}var Wo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},Jo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Qo(t){return Jo(this,arguments,void 0,(function*(t,e=""){var o=yield function(t){return Wo(this,arguments,void 0,(function*(t,e=""){var o,i,r,c,a,s,l=yield W("application/json",e);const d=new URLSearchParams({composition:String(null!==(o=t.composition)&&void 0!==o?o:""),search:String(null!==(i=t.search)&&void 0!==i?i:""),internalComposition:String(null!==(r=t.internalComposition)&&void 0!==r?r:""),type:String(null!==(c=t.type)&&void 0!==c?c:""),inpage:String(null!==(a=t.inpage)&&void 0!==a?a:""),page:String(null!==(s=t.page)&&void 0!==s?s:"")}),u=`${n.SearchInternalWithAuthenticatedCcsUrl()}?${d.toString()}`;try{const t=yield h(u,{method:"GET",headers:l});if(t.ok)return yield t.json();Q(t)}catch(t){throw t}}))}(t,e);return yield Ho(o)}))}var Xo=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Yo(t,e){return Xo(this,void 0,void 0,(function*(){let n=!0,o=yield vn(t),i=yield Ce(e),r=[];for(let t=0;t<o.length;t++)for(let e=0;e<i.length;e++)o[t].typeId==i[e].id&&r.push(o[t].id);for(let t=0;t<r.length;t++){let e=yield Pe(r[t]);n=n&&e}return n}))}function zo(t,e){return Xo(this,void 0,void 0,(function*(){let n=yield vn(t),o=yield Ce(e),i=[];for(let t=0;t<n.length;t++)for(let e=0;e<o.length;e++)n[t].typeId==o[e].id&&i.push(n[t].id);return i}))}class Ko{constructor(){this.compositionId=0,this.userId=999,this.sessionId=999,this.accessId=4,this.ofTheCompositionId=0,this.patchObject={}}}class qo{constructor(){this.id="0",this.remote_address="",this.server_port="",this.server_address="",this.server_name="",this.server_software="",this.http_user_agent="",this.self="",this.port="",this.userId="",this.email=""}}class Zo{constructor(){this.type="",this.search="",this.logicoperator="=",this.index=0,this.composition=!0,this.name="",this.operateon=""}}class ti{constructor(){this.type="",this.search="",this.composition="",this.internalComposition="",this.userId=999,this.inpage=10,this.page=1}}class ei{constructor(t){this.aiUrl="https://ai.freeschema.com",this.accessToken="",this.enableAi=!0,t&&Object.assign(this,t)}hasOAuthCredentials(){return!(!this.clientId||!this.clientSecret)}hasAccessToken(){return""!==this.accessToken}getFlag(t,e=!1){var n,o;return null!==(o=null===(n=this.flags)||void 0===n?void 0:n[t])&&void 0!==o?o:e}getParameter(t,e=""){var n,o;return null!==(o=null===(n=this.parameters)||void 0===n?void 0:n[t])&&void 0!==o?o:e}setFlag(t,e){this.flags||(this.flags={}),this.flags[t]=e}setParameter(t,e){this.parameters||(this.parameters={}),this.parameters[t]=e}}var ni=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class oi{constructor(){this.name="Connection Array"}static CheckContains(t){for(var e=!1,n=0;n<this.connectionArray.length;n++)this.connectionArray[n].id==t.id&&(e=!0);return e}static AddConnection(t){this.CheckContains(t)&&this.RemoveConnection(t),(0!=t.id||t.isTemp)&&w("localconnection",t),this.connectionArray.push(t)}static AddToDictionary(t){this.connectionDictionary[t.id]=t}static RemoveConnection(t){for(var e=0;e<this.connectionArray.length;e++)this.connectionArray[e].id==t.id&&this.connectionArray.splice(e,1);t.id}static GetConnection(t){var e;e=null;for(var n=0;n<this.connectionArray.length;n++)this.connectionArray[n].id==t&&(e=this.connectionArray[n]);return e}static waitForDataToLoad(){return ni(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isLocalConnectionLoaded)return t("done");setTimeout(oi.checkFlag,1e3,t)}static GetConnectionsOfCompositionLocal(t){return ni(this,void 0,void 0,(function*(){var e=[];try{for(var n=0;n<this.connectionArray.length;n++)this.connectionArray[n].typeId==t&&e.push(this.connectionArray[n]);return e}catch(t){return e}}))}getName(){return this.name}}oi.connectionArray=[],oi.connectionDictionary=[];var ii=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function ri(){return ii(this,void 0,void 0,(function*(){yield function(){return ii(this,void 0,void 0,(function*(){var t=yield k("connection");if(Array.isArray(t))for(var e=0;e<t.length;e++)it.AddConnectionToMemory(t[e])}))}()}))}function ci(){return ii(this,void 0,void 0,(function*(){yield function(){return ii(this,void 0,void 0,(function*(){var t=yield x("localconnection");if(Array.isArray(t))for(var e=0;e<t.length;e++)oi.AddConnection(t[e])}))}()}))}class ai{constructor(t,e,n,o){this.variants=[],this.height=1,this.key=t,this.value=e,this.leftNode=n,this.rightNode=o,this.currentNode=null}addCurrentNode(t,e){return null==e?e=t:(t.value.typeId!=e.value.typeId&&(e.currentNode=this.addCurrentNode(t,e.currentNode)),e)}addCurrentNodeType(t,e){if(null==e)return t;var n=!1;for(let o=0;o<e.variants.length;o++)e.variants[o].value.id==t.value.id&&(n=!0);return n||e.variants.push(t),e}addNode(t,e,n){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addNode(t,o,n);else{if(!(e.key<t.key))return e;e.rightNode=this.addNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}return e}addCharacterNode(t,e,n){if(""!=t.value.characterValue){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addCharacterNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&""!=e.key&&e.value.id!=t.value.id&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addCharacterNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}addTypeNode(t,e,n){if(0!=t.value.typeId){if(null==e)return t;var o=e.leftNode,i=e.rightNode;if(e.key>t.key)e.leftNode=this.addTypeNode(t,o,n);else{if(!(e.key<t.key))return e.key==t.key&&0!=e.key&&e.value.id!=t.value.id&&e.addCurrentNodeType(t,e),e;e.rightNode=this.addTypeNode(t,i,n)}e.height=1+Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode));let r=this.getBalanceFactor(e);if(r>1&&e.leftNode){if(t.key<e.leftNode.key)return this.rightRotate(e);if(t.key>e.leftNode.key)return e.leftNode=this.leftRotate(e.leftNode),this.rightRotate(e)}if(r<-1&&e.rightNode){if(t.key>e.rightNode.key)return this.leftRotate(e);if(t.key<e.rightNode.key)return e.rightNode=this.rightRotate(e.rightNode),this.leftRotate(e)}}return e}rightRotate(t){if(t){let e=t.leftNode;if(e){let n=e.rightNode;return t.leftNode=n,e.rightNode=t,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}leftRotate(t){if(t){let e=t.rightNode;if(e){let n=e.leftNode;return e.leftNode=t,t.rightNode=n,t.height=Math.max(this.getHeight(t.leftNode),this.getHeight(t.rightNode))+1,e.height=Math.max(this.getHeight(e.leftNode),this.getHeight(e.rightNode))+1,e}}return t}getHeight(t){return t?t.height:0}getBalanceFactor(t){return null==t?0:this.getHeight(t.leftNode)-this.getHeight(t.rightNode)}getFromNode(t,e){return e?t==e.key?e:t<e.key?this.getFromNode(t,e.leftNode):t>e.key?this.getFromNode(t,e.rightNode):e:e}getCharacterFromNode(t,e){return e?t==e.key?e:t<e.key?this.getCharacterFromNode(t,e.leftNode):t>e.key?this.getCharacterFromNode(t,e.rightNode):e:e}getFromNodeWithCharacterAndType(t,e,n){if(t=`${t}`,n){if(t==n.key){if(t==n.value.characterValue&&e==n.value.typeId)return n;for(let t=0;t<n.variants.length;t++)if(n.variants[t].value.typeId==e)return n.variants[t]}else{if(t<n.key)return this.getFromNodeWithCharacterAndType(t,e,n.leftNode);if(t>n.key)return this.getFromNodeWithCharacterAndType(t,e,n.rightNode)}return null}return n}removeNode(t,e){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNode(t.leftNode,e),t;if(t.key<e)return t.rightNode=this.removeNode(t.rightNode,e),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var n=this.inOrderSuccessor(t.rightNode);return t.value=n.value,t.key=n.key,t.variants=n.variants,t.currentNode=n.currentNode,t.rightNode=this.removeNode(t.rightNode,n.key),t}removeNodeWithVariants(t,e,n){if(null==t)return t;if(t.key>e)return t.leftNode=this.removeNodeWithVariants(t.leftNode,e,n),t;if(t.key<e)return t.rightNode=this.removeNodeWithVariants(t.rightNode,e,n),t;if(t.variants.length>0)if(t.value.id==n){var o=t.variants[0];if(o)return t.value=o.value,t.key=o.key,t.currentNode=o.currentNode,t.variants.splice(0,1),t}else for(let e=0;e<t.variants.length;e++)if(n==t.variants[e].value.id)return t.variants.splice(e,1),t;if(null==t.leftNode){let e=t.rightNode;return t=null,e}if(null==t.rightNode){let e=t.leftNode;return t=null,e}var i=this.inOrderSuccessor(t.rightNode);return t.value=i.value,t.key=i.key,t.variants=i.variants,t.currentNode=i.currentNode,t.rightNode=this.removeNodeWithVariants(t.rightNode,i.key,n),t}countNodeBelow(t){return null==t?0:1+this.countNodeBelow(t.leftNode)+this.countNodeBelow(t.rightNode)}inOrderSuccessor(t){for(;null!=t.leftNode;)t=t.leftNode;return t}}var si=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class li{static addNodeToTree(t){if(null==this.root)return this.root=t,this.root;this.root=this.root.addNode(t,this.root,this.root.height)}static addConceptToTree(t){var e=new ai(t.id,t,null,null);new ai(t.characterValue,t,null,null),this.addNodeToTree(e)}static waitForDataToLoad(){return si(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isLocalDataLoaded)return t("done");setTimeout(li.checkFlag,1e3,t)}static getNodeFromTree(t){return si(this,void 0,void 0,(function*(){return this.root?this.root.getFromNode(t,this.root):null}))}static getCharacterAndTypeFromTree(t,e){return this.root?this.root.getFromNodeWithCharacterAndType(t,e,this.root):this.root}static removeNodeFromTree(t){return si(this,void 0,void 0,(function*(){this.root&&(this.root=this.root.removeNode(this.root,t))}))}}li.root=null;var di=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class ui{static waitForDataToLoad(){return di(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isLocalCharacterLoaded)return t("done");setTimeout(ui.checkFlag,1e3,t)}static addNodeToTree(t){return di(this,void 0,void 0,(function*(){return null==this.LocalCharacterRoot?(this.LocalCharacterRoot=t,this.LocalCharacterRoot):(this.LocalCharacterRoot=this.LocalCharacterRoot.addCharacterNode(t,this.LocalCharacterRoot,this.LocalCharacterRoot.height),this.LocalCharacterRoot)}))}static addConceptToTree(t){if(""!=t.characterValue){var e=new ai(t.characterValue,t,null,null);this.addNodeToTree(e)}}static getNodeFromTree(t){return this.LocalCharacterRoot?this.LocalCharacterRoot.getCharacterFromNode(t,this.LocalCharacterRoot):this.LocalCharacterRoot}static getCharacterAndTypeFromTree(t,e){return di(this,void 0,void 0,(function*(){return this.LocalCharacterRoot?this.LocalCharacterRoot.getFromNodeWithCharacterAndType(t,e,this.LocalCharacterRoot):this.LocalCharacterRoot}))}static removeConceptType(t,e){this.LocalCharacterRoot&&(this.LocalCharacterRoot=this.LocalCharacterRoot.removeNodeWithVariants(this.LocalCharacterRoot,t,e))}}ui.LocalCharacterRoot=null;var hi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class fi{static addNodeToTree(t){return hi(this,void 0,void 0,(function*(){return null==this.LocalTypeRoot?(this.LocalTypeRoot=t,this.LocalTypeRoot):(this.LocalTypeRoot=this.LocalTypeRoot.addTypeNode(t,this.LocalTypeRoot,this.LocalTypeRoot.height),this.LocalTypeRoot)}))}static addConceptToTree(t){if(0!=t.typeId){var e=new ai(t.typeId,t,null,null);this.addNodeToTree(e)}}static removeConceptType(t,e){this.LocalTypeRoot&&(this.LocalTypeRoot=this.LocalTypeRoot.removeNodeWithVariants(this.LocalTypeRoot,t,e))}static getNodeFromTree(t){return this.LocalTypeRoot?this.LocalTypeRoot.getFromNode(t,this.LocalTypeRoot):this.LocalTypeRoot}static getTypeVariantsFromTree(t){var e=this.getNodeFromTree(t),n=[];if(e){n.push(null==e?void 0:e.value);for(let t=0;t<e.variants.length;t++)n.push(e.variants[t].value);return n}}static waitForDataToLoad(){return hi(this,void 0,void 0,(function*(){return new Promise(((t,e)=>{this.checkFlag(t),setTimeout((()=>{e("not")}),25e3)}))}))}static checkFlag(t){if(S.isLocalTypeLoaded)return t("done");setTimeout(fi.checkFlag,1e3,t)}static getTypeVariantsFromTreeWithUserId(t,e){return hi(this,void 0,void 0,(function*(){var n=[],o=this.getNodeFromTree(t);if(o){o.value.userId==e&&n.push(null==o?void 0:o.value);for(let t=0;t<o.variants.length;t++)o.variants[t].value.userId==e&&n.push(o.variants[t].value)}return n}))}}fi.LocalTypeRoot=null;var yi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class pi{constructor(){this.name="conceptsArray"}static AddConcept(t){t.id>0&&(w("localconcept",t),li.addConceptToTree(t),ui.addConceptToTree(t),fi.addConceptToTree(t),this.localconceptsArray.push(t))}static AddConceptToMemory(t){t.id>0&&(li.addConceptToTree(t),ui.addConceptToTree(t),fi.addConceptToTree(t))}static GetConcept(t){return yi(this,void 0,void 0,(function*(){var e=nn(),n=yield li.getNodeFromTree(t);if(null==n?void 0:n.value){var o=n.value;o&&(e=o)}return e}))}static GetConceptByCharacter(t){return yi(this,void 0,void 0,(function*(){var e=nn(),n=ui.getNodeFromTree(t);return n&&(e=n.value),e}))}static GetConceptByCharacterAndTypeLocal(t,e){return yi(this,void 0,void 0,(function*(){var n=nn(),o=yield ui.getCharacterAndTypeFromTree(t,e);return o&&(n=o.value),n}))}static GetConceptsByTypeId(t){let e=[];for(var n=0;n<this.localconceptsArray.length;n++)this.localconceptsArray[n].typeId==t&&e.push(this.localconceptsArray[n]);return e}static GetConceptsByTypeIdAndUser(t,e){return yi(this,void 0,void 0,(function*(){let n=[];return n=yield fi.getTypeVariantsFromTreeWithUserId(t,e),n}))}getName(){return this.name}}pi.localconceptsArray=[];var vi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function gi(){return vi(this,void 0,void 0,(function*(){var t=yield x("localconcept");if(Array.isArray(t))for(var e=0;e<t.length;e++){let n=t[e];pi.AddConceptToMemory(n)}}))}var Ci=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class Ti{}Ti.isUpdated=!1,Ti.isOnlineSync=!1;var mi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};var Ni=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};const wi=1,Ii=2,ki=3,Ai=4,xi=5,Si=6,Ri=7,_i=8;class Li{constructor(){this.conceptId=0,this.connectionTypeId=0,this.connectionType="",this.count=0}}var Ui=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Ei(t){return Ui(this,void 0,void 0,(function*(){let e={};for(let n=0;n<t.length;n++){let o=yield vt(t[n].connectionTypeId);t[n].connectionType=o.characterValue,e[t[n].conceptId]||(e[t[n].conceptId]=[]),e[t[n].conceptId].push(t[n])}return e}))}function Fi(t){const e=t.split("_");if(3===e.length){let t=new Li;return t.conceptId=Number(e[0]),t.connectionTypeId=Number(e[1]),t.count=Number(e[2]),t}throw new Error("Input string must contain exactly three parts separated by underscores.")}function Pi(t){return t.startsWith("the_")?t.slice(4):t}var Gi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Bi(t,e,n){if(t in e){const o=Array.isArray(e[t])?e[t]:[e[t]];for(const t of o)t&&(n[t.connectionType+"_count"]=t.count)}}var Vi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))},Di=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Oi(t,e,n){return Di(this,void 0,void 0,(function*(){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);for(let u=0;u<t.length;u++){let h=!1;n.includes(t[u].id)&&(h=!0);let f=yield Ve(t[u].ofTheConceptId),y=yield Ve(t[u].toTheConceptId);if(1==h){if(0!=f.id&&0!=y.id){let n,a=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?n=e[t[u].toTheConceptId]:(n={},n[a]={},e[t[u].toTheConceptId]=n);let s=yield Ve(t[u].typeId);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",n=f.characterValue;s.characterValue,s.characterValue.includes("_s_")&&(f.id in e||(e[f.id]={}),e[f.id][t]=n),e[y.id]={}}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?n=e[t[u].ofTheConceptId]:(n={},n[o]={},e[t[u].ofTheConceptId]=n);let i=yield Ve(t[u].typeId);try{let t=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",n=y.characterValue;i.characterValue.includes("_s_")&&(y.id in e||(e[y.id]={}),e[y.id][t]=n),e[f.id]={}}catch(t){}}}return e}))}var bi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Mi(t,e="DESC"){return"ASC"==e?t.sort((function(t,e){return t.id-e.id})):t.sort((function(t,e){return e.id-t.id})),t}var ji=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};var Hi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function $i(t,e){return Hi(this,void 0,void 0,(function*(){let e=t.outputFormat;t.outputFormat=Si;let o,i=yield function(t){return Ni(this,arguments,void 0,(function*(t,e=""){var o=yield W("application/json",e);const i=n.FreeschemaQueryUrl(),r=JSON.stringify(t);try{const t=yield h(i,{method:"POST",headers:o,body:r});if(t.ok)return yield t.json();Q(t)}catch(t){!function(t,e=""){if(t.status){let n=new J(t.message,!1,t.status,t.stack);throw n.setUrl(e),n}{let n=new J(t.message,!1,500,t.stack);throw n.setUrl(e),n}}(t,i)}}))}(t,""),r=i.conceptIds,c=(i.internalConnections,i.linkers),a=i.reverse,s=i.mainCompositionIds,l=i.countinfo,d=t.order,u=function(t=[]){let e=[];if(t.length>0)for(let n=0;n<(null==t?void 0:t.length);n++){let o=Fi(t[n]);e.push(o)}return e}(l);return o=e==Ii?yield function(t,e,n,o,i){return ji(this,arguments,void 0,(function*(t,e,n,o,i,r="DESC"){let c=yield Bn(t),a=yield Ei(i);c=Mi(c,r);let s=[];s=yield function(t,e){return Vi(this,arguments,void 0,(function*(t,e,n=[]){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);for(let u=0;u<t.length;u++){let h=!1,f=yield Ve(t[u].ofTheConceptId),y=yield Ve(t[u].toTheConceptId);if(n.includes(t[u].id)&&(h=!0),1==h){if(0!=f.id&&0!=y.id){let n,a=yield Ve(t[u].typeId),s=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?n=e[t[u].toTheConceptId]:(n={},n[s]={},e[t[u].toTheConceptId]=n);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",n=f.characterValue;(a.characterValue+"_reverse").includes("_s_")&&(f.id in e||(e[f.id]={}),e[f.id][t]=n),e[y.id]={}}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=yield Ve(t[u].typeId),i=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?n=e[t[u].ofTheConceptId]:(n={},n[i]={},e[t[u].ofTheConceptId]=n);try{let t=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",n=y.characterValue;o.characterValue.includes("_s_")&&(y.id in e||(e[y.id]={}),e[y.id][t]=n),e[f.id]={}}catch(t){}}}return e}))}(c,s,o),s=yield function(t,e){return Vi(this,arguments,void 0,(function*(t,e,n=[]){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);for(let u=0;u<t.length;u++){let h=!1,f=yield Ve(t[u].ofTheConceptId),y=yield Ve(t[u].toTheConceptId);if(n.includes(t[u].id)&&(h=!0),1==h){if(0!=f.id&&0!=y.id){let n,a=yield Ve(t[u].typeId),s=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?(n=e[t[u].toTheConceptId],s in n||(n[s]={})):(n={},n[s]={},e[t[u].toTheConceptId]=n);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",e=f.characterValue,o=a.characterValue;""==o&&(o=t,o=Pi(o));let i={id:f.id,data:{[t]:e}},l=o+"_reverse";l.includes("_s_")||("string"==typeof n[s]&&(n[s]={}),n[s][l]=i)}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=yield Ve(t[u].typeId),i=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?(n=e[t[u].ofTheConceptId],i in n||(n[i]={})):(n={},n[i]={},e[t[u].ofTheConceptId]=n);try{let t=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",e=y.characterValue,r=o.characterValue,c=!1;""==r&&(r=t,r=Pi(r),c=!0);let a={id:y.id,data:{[t]:e}};isNaN(Number(r))?r.includes("_s_")||("string"==typeof n[i]&&(n[i]={}),n[i][r]=a):(Array.isArray(n[i])||(n[i]=[]),n[i].push(a))}catch(t){}}}return e}))}(c,s,o);let l=yield function(t,e,n,o){return Vi(this,arguments,void 0,(function*(t,e,n,o,i=[],r){var c,a,s,l,d,u,h;(new Date).getTime();let f=[],y=[];for(let e=0;e<t.length;e++)y.push(t[e].toTheConceptId),y.push(t[e].ofTheConceptId),y.push(t[e].typeId);for(let n=0;n<t.length;n++){let o=!1,f=yield Ve(t[n].ofTheConceptId),y=yield Ve(t[n].toTheConceptId);if(i.includes(t[n].id)&&(o=!0),1==o){if(0!=f.id&&0!=y.id&&y.id in e){let o,i=yield Ve(t[n].typeId),s=null!==(a=null===(c=y.type)||void 0===c?void 0:c.characterValue)&&void 0!==a?a:"self",l=!1;t[n].toTheConceptId in e&&(l=!0),t[n].toTheConceptId in e?(o=e[t[n].toTheConceptId],"string"==typeof o[s]&&(o[s]={})):(o={},o[s]={},e[t[n].toTheConceptId]=o),Bi(y.id,r,o);try{if(e[t[n].ofTheConceptId]){let r={id:f.id,data:e[t[n].ofTheConceptId],created_on:t[n].entryTimeStamp},c=i.characterValue+"_reverse";Array.isArray(o[s][c])?o[s][c].push(r):c.includes("_s_")?(o[s][c]=[],o[s][c].push(r)):o[s][c]=r}}catch(t){}}}else if(0!=f.id&&0!=y.id&&f.id in e){let o,i=yield Ve(t[n].typeId),c=null!==(l=null===(s=f.type)||void 0===s?void 0:s.characterValue)&&void 0!==l?l:"self",a=!1;t[n].toTheConceptId in e&&(a=!0),t[n].ofTheConceptId in e?(o=e[t[n].ofTheConceptId],"string"==typeof o[c]&&(o[c]={})):(o={},o[c]={},e[t[n].ofTheConceptId]=o),Bi(f.id,r,o);let p=!0,v=i.characterValue;""==v&&(v=y.characterValue,p=!0),""==v&&(v=null!==(u=null===(d=null==y?void 0:y.type)||void 0===d?void 0:d.characterValue)&&void 0!==u?u:"");try{null===(h=null==y?void 0:y.type)||void 0===h||h.characterValue;let a=e[t[n].toTheConceptId];if(a){let s={id:y.id,data:e[t[n].toTheConceptId],created_on:t[n].entryTimeStamp};Array.isArray(o[c])?o[c].push(a):Array.isArray(o[c][v])?o[c][i.characterValue].push(s):v.includes("_s_")?(o[c][v]=[],o[c][v].push(s)):o[c][v]=s,Bi(y.id,r,s)}}catch(t){}}}for(let t=0;t<o.length;t++){let n={};n.id=o[t];let i=yield Ve(n.id);n.data=e[o[t]],n.created_on=i.entryTimeStamp,f.push(n)}return f}))}(c,s,[],n,o,a);return l}))}(c,r,s,a,u,d):e==ki?yield function(t,e,n,o,i){return ji(this,arguments,void 0,(function*(t,e,n,o,i,r="DESC"){let c=yield Bn(t),a=yield Ei(i);c=Mi(c,r);let s=[];s=yield Oi(c,s,o),s=yield function(t,e){return Gi(this,arguments,void 0,(function*(t,e,n=[]){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);for(let u=0;u<t.length;u++){let h=!1,f=yield Ve(t[u].ofTheConceptId),y=yield Ve(t[u].toTheConceptId);if(n.includes(t[u].id)&&(h=!0),1==h){if(0!=f.id&&0!=y.id){let n,a=yield Ve(t[u].typeId),s=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?(n=e[t[u].toTheConceptId],s in n||(n[s]={})):(n={},n[s]={},e[t[u].toTheConceptId]=n);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",e=f.characterValue,o=a.characterValue;""==o&&(o=t,o=Pi(o));let i={id:f.id,[t]:e},l=o+"_reverse";l.includes("_s_")||("string"==typeof n[s]&&(n[s]={}),n[s][l]=i)}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=yield Ve(t[u].typeId),i=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?(n=e[t[u].ofTheConceptId],i in n||(n[i]={})):(n={},n[i]={},e[t[u].ofTheConceptId]=n);try{let e=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",r=y.characterValue,c=o.characterValue,a=!1;""==c&&(c=e,c=Pi(c),a=!0);let s={};s[e]={id:y.id,data:r,created_on:t[u].entryTimeStamp},isNaN(Number(c))?c.includes("_s_")||("string"==typeof n[i]&&(n[i]={}),n[i][c]=a?s[e]:s):(Array.isArray(n[i])||(n[i]=[]),n[i].push(s[e]))}catch(t){}}}return e}))}(c,s,o);let l=yield function(t,e,n){return Gi(this,arguments,void 0,(function*(t,e,n,o=[],i){var r,c,a,s,l,d,u,h;(new Date).getTime();let f=[],y=[];for(let e=0;e<t.length;e++)y.push(t[e].toTheConceptId),y.push(t[e].ofTheConceptId),y.push(t[e].typeId);for(let n=0;n<t.length;n++){let f=!1,y=yield Ve(t[n].ofTheConceptId),p=yield Ve(t[n].toTheConceptId);if(o.includes(t[n].id)&&(f=!0),1==f){if(0!=y.id&&0!=p.id&&p.id in e){let o,i=yield Ve(t[n].typeId),a=null!==(c=null===(r=p.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"self",s=!1;t[n].toTheConceptId in e&&(s=!0),t[n].toTheConceptId in e?(o=e[t[n].toTheConceptId],"string"==typeof o[a]&&(o[a]={})):(o={},o[a]={},e[t[n].toTheConceptId]=o);try{if(e[t[n].ofTheConceptId]){let r=e[t[n].ofTheConceptId];r&&(r.id=y.id,r.created_on=y.entryTimeStamp);let c=i.characterValue+"_reverse";Array.isArray(o[a][c])?o[a][c].push(r):c.includes("_s_")?(o[a][c]=[],o[a][c].push(r)):o[a][c]=r}}catch(t){}}}else if(0!=y.id&&0!=p.id&&y.id in e){let o,r=yield Ve(t[n].typeId),c=null!==(s=null===(a=y.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self",f=!1;t[n].toTheConceptId in e&&(f=!0),t[n].ofTheConceptId in e?(o=e[t[n].ofTheConceptId],"string"==typeof o[c]&&(o[c]={})):(o={},o[c]={},e[t[n].ofTheConceptId]=o),Bi(y.id,i,o);let v=!1,g=r.characterValue;""==g&&(g=p.characterValue,v=!0),""==g&&(g=null!==(d=null===(l=null==p?void 0:p.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"");try{let r=null!==(h=null===(u=null==p?void 0:p.type)||void 0===u?void 0:u.characterValue)&&void 0!==h?h:"none",a=e[t[n].toTheConceptId];if(a){let e={};e[r]={data:a[r],id:p.id,created_on:t[n].entryTimeStamp},Array.isArray(o[c])?v?o[c].push(a[g]):o[c].push(a):Array.isArray(o[c][g])?o[c][g].push(e):g.includes("_s_")?(o[c][g]=[],v?o[c][g].push(e[r]):o[c][g].push(e)):o[c][g]=v?e[r]:e,Bi(p.id,i,e)}}catch(t){}}}for(let t=0;t<n.length;t++){let o={};o=e[n[t]],o&&(o.id=n[t]),f.push(o)}return f}))}(c,s,n,o,a);return l}))}(c,r,s,a,u,d):e==_i?yield function(t,e,n,o,i){return ji(this,arguments,void 0,(function*(t,e,n,o,i,r="DESC"){let c=yield Bn(t),a=yield Ei(i);c=Mi(c,r);let s={};s=yield function(t){return bi(this,arguments,void 0,(function*(t,e={},n=[]){var o,i,r,c,a;for(const s of t){const t=n.includes(s.id),l=yield Ve(s.ofTheConceptId),d=yield Ve(s.toTheConceptId),u=yield Ve(s.typeId);if(0===l.id||0===d.id)continue;const h=t?d:l,f=t?l:d,y=null!==(i=null===(o=h.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self",p=null!==(c=null===(r=f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",v=f.characterValue,g=null===(a=u.characterValue)||void 0===a?void 0:a.includes("_s_");e[h.id]||(e[h.id]={}),e[h.id][y]||(e[h.id][y]={}),g&&(e[f.id]||(e[f.id]={}),e[f.id][p]=v)}return e}))}(c,s,o),s=yield function(t){return bi(this,arguments,void 0,(function*(t,e={},n=[]){var o,i,r,c,a;for(const s of t){const t=n.includes(s.id),l=yield Ve(s.ofTheConceptId),d=yield Ve(s.toTheConceptId),u=yield Ve(s.typeId);if(0===l.id||0===d.id)continue;const h=t?d:l,f=t?l:d,y=null!==(i=null===(o=h.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self",p=null!==(c=null===(r=f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",v=f.characterValue,g=null!==(a=u.characterValue)&&void 0!==a?a:"";let C=""===g?Pi(p):g;const T=C.includes("_s_"),m=!isNaN(Number(C)),N={id:f.id,data:{[p]:v}};e[h.id]||(e[h.id]={}),y in e[h.id]&&"string"!=typeof e[h.id][y]||(e[h.id][y]=m?[]:{});try{if(T)continue;m?e[h.id][y].push(N):e[h.id][y][t?`${C}_reverse`:C]=N}catch(t){console.error("Error formatting concept data:",t)}}return e}))}(c,s,o);let l=yield function(t,e,n){return bi(this,arguments,void 0,(function*(t,e,n,o=[],i){var r,c,a;const s=[];for(const n of t){const t=o.includes(n.id),s=yield Ve(n.ofTheConceptId),l=yield Ve(n.toTheConceptId),d=yield Ve(n.typeId);if(0===s.id||0===l.id)continue;const u=t?l:s,h=t?s:l,f=u.id,y=h.id,p=null!==(c=null===(r=u.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"self",v=d.characterValue+"_reverse",g=d.characterValue||h.characterValue||(null===(a=h.type)||void 0===a?void 0:a.characterValue)||"";if(e[f]){const o=e[f][p],r=e[y],c={id:h.id,data:r,created_on:n.entryTimeStamp};Bi(f,i,e[f]);try{t?Array.isArray(o[v])?o[v].push(c):o[v]=[c]:Array.isArray(o)?o.push(r):Array.isArray(o[g])?o[g].push(c):g.includes("_s_")?(o[g]=[],o[g].push(c)):o[g]=[c],Bi(y,i,c)}catch(t){console.error("Error processing connection:",t)}}}for(const t of n){const n=yield Ve(t);s.push({id:t,data:e[t],created_on:n.entryTimeStamp})}return s}))}(c,s,n,o,a);return l}))}(c,r,s,a,u,d):yield function(t,e,n,o){return ji(this,void 0,void 0,(function*(){let e=yield Bn(t);e=Mi(e);let i=[];i=yield Oi(e,i,o),i=yield function(t,e,n){return Di(this,void 0,void 0,(function*(){var o,i,r,c,a,s,l,d;let u=[];for(let e=0;e<t.length;e++)u.push(t[e].toTheConceptId),u.push(t[e].ofTheConceptId),u.push(t[e].typeId);t.sort((function(t,e){return e.id-t.id}));for(let u=0;u<t.length;u++){let h=!1;n.includes(t[u].id)&&(h=!0);let f=yield Ve(t[u].ofTheConceptId),y=yield Ve(t[u].toTheConceptId);if(1==h){if(0!=f.id&&0!=y.id){let n,a=null!==(i=null===(o=y.type)||void 0===o?void 0:o.characterValue)&&void 0!==i?i:"self";t[u].toTheConceptId in e?(n=e[t[u].toTheConceptId],a in n||(n[a]={})):(n={},n[a]={},e[t[u].toTheConceptId]=n);let s=yield Ve(t[u].typeId);try{let t=null!==(c=null===(r=null==f?void 0:f.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"none",e=f.characterValue,o=s.characterValue;""==o&&(o=t,o=Pi(o));let i={[t]:e},l=o+"_reverse";s.characterValue.includes("_s_")||("string"==typeof n[a]&&(n[a]={}),n[a][l]=i)}catch(t){}}}else if(0!=f.id&&0!=y.id){let n,o=null!==(s=null===(a=f.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[u].ofTheConceptId in e?(n=e[t[u].ofTheConceptId],o in n||(n[o]={})):(n={},n[o]={},e[t[u].ofTheConceptId]=n);let i=yield Ve(t[u].typeId);try{let t=null!==(d=null===(l=null==y?void 0:y.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"none",e=y.characterValue,r=i.characterValue,c=(i.characterValue,!1);""==r&&(r=t,r=Pi(r),c=!0);let a={[t]:e};isNaN(Number(r))?i.characterValue.includes("_s_")||("string"==typeof n[o]&&(n[o]={}),n[o][r]=c?e:a):(Array.isArray(n[o])||(n[o]=[]),n[o].push(e))}catch(t){}}}return e}))}(e,i,o);let r=yield function(){return Di(this,arguments,void 0,(function*(t=[],e=[],n=[],o,i=[]){var r,c,a,s,l,d;let u=[],h=[];for(let e=0;e<t.length;e++)h.push(t[e].toTheConceptId),h.push(t[e].ofTheConceptId),h.push(t[e].typeId);t.sort((function(t,e){return e.id-t.id}));for(let n=0;n<t.length;n++){let o=!1;i.includes(t[n].id)&&(o=!0);let u=yield Ve(t[n].ofTheConceptId),h=yield Ve(t[n].toTheConceptId);if(1==o){if(0!=u.id&&0!=h.id&&h.id in e){let o,i=null!==(c=null===(r=h.type)||void 0===r?void 0:r.characterValue)&&void 0!==c?c:"self";t[n].toTheConceptId in e?o=e[t[n].toTheConceptId]:(o={},o[i]={},e[t[n].toTheConceptId]=o);let a=yield Ve(t[n].typeId);try{let r=a.characterValue+"_reverse",c=e[t[n].ofTheConceptId];c&&(Array.isArray(o[i][r])?o[i][r].push(c):a.characterValue.includes("_s_")?(o[i][r]=[],o[i][r].push(c)):o[i][r]=c)}catch(t){}}}else if(0!=u.id&&0!=h.id&&u.id in e){let o,i=null!==(s=null===(a=u.type)||void 0===a?void 0:a.characterValue)&&void 0!==s?s:"self";t[n].ofTheConceptId in e?(o=e[t[n].ofTheConceptId],"string"==typeof o[i]&&(o[i]={})):(o={},o[i]={},e[t[n].ofTheConceptId]=o);let r=!1,c=(yield Ve(t[n].typeId)).characterValue;""==c&&(c=h.characterValue,r=!0),""==c&&(c=null!==(d=null===(l=null==h?void 0:h.type)||void 0===l?void 0:l.characterValue)&&void 0!==d?d:"");try{let a=e[t[n].toTheConceptId];a&&(Array.isArray(o[i])?r?o[i].push(a[c]):o[i].push(a):Array.isArray(o[i][c])?o[i][c].push(a):c.includes("_s_")?(o[i][c]=[],r?o[i][c].push(a[c]):o[i][c].push(a)):o[i][c]=r?a[c]:a)}catch(t){}}}for(let t=0;t<n.length;t++){let o=e[n[t]];o&&(o.id=n[t],u.push(o))}return u}))}(e,i,n,[],o);return r}))}(c,0,s,a),o}))}class Wi{constructor(){this.type="",this.inpage=10,this.page=1,this.concepts=[],this.conceptIds=[],this.selectors=[],this.freeschemaQueries=[],this.filters=[],this.filterLogic="",this.typeConnection="",this.order="DESC",this.outputFormat=wi,this.name="",this.reverse=!1,this.limit=!1,this.filterAncestor="",this.includeInFilter=!1,this.isOldConnectionType=!1,this.usePipelineQuery=!1}}var Ji=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function Qi(t,e){return Ji(this,arguments,void 0,(function*(t,e,n=!1){let o=[];if(n){let n=yield Cn(t),i=yield Jt(e);for(let t=0;t<n.length;t++)n[t].typeId==i.id&&o.push(n[t])}else{let n=yield vn(t);for(let t=0;t<n.length;t++)it.AddConnection(n[t]);let i=yield Jt(e);for(let t=0;t<n.length;t++)n[t].typeId==i.id&&o.push(n[t])}return o}))}function Xi(t,e,n){return Ji(this,arguments,void 0,(function*(t,e,n,o=!1){let i=[],r=[];if(i=o?yield Qi(e,n,o):yield Qi(t,n,o),o)for(let e=0;e<i.length;e++)i[e].ofTheConceptId==t&&r.push(i[e]);else for(let t=0;t<i.length;t++)i[t].toTheConceptId==e&&r.push(i[t]);return r}))}var Yi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function zi(t){return Yi(this,void 0,void 0,(function*(){try{const e=yield $(),o=yield h(n.GetConnectionsBetweenUrl(),{method:"POST",headers:e,body:JSON.stringify(t)});if(!o.ok)throw console.log("GetConnectionsBetweenApi error status: ",o.status),Q(o),new Error(`GetConnectionsBetweenApi error: ${o.status}`);return yield o.json()}catch(t){throw t instanceof Error?console.log("GetConnectionsBetweenApi error message: ",t.message):console.log("GetConnectionsBetweenApi unexpected error: ",t),t}}))}function Ki(t){var e,n,o,i,r,c,a;return{ofTheConceptId:null!==(e=t.ofTheConceptId)&&void 0!==e?e:0,toTheConceptId:null!==(n=t.toTheConceptId)&&void 0!==n?n:0,typeId:null!==(o=t.typeId)&&void 0!==o?o:0,type:null!==(i=t.type)&&void 0!==i?i:"",oldType:null!==(r=t.oldType)&&void 0!==r?r:"",reverse:null!==(c=t.reverse)&&void 0!==c&&c,isComposition:null!==(a=t.isComposition)&&void 0!==a&&a,connectionIds:[]}}var qi=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};class Zi{constructor(){this.actions={concepts:[],connections:[]},this.success=!0,this.pendingConnectionDeletions=[],this.transactionId=Math.random().toString().substring(5)}initialize(){return qi(this,void 0,void 0,(function*(){yield de.initializeTransaction(this.transactionId)}))}markAction(){return qi(this,void 0,void 0,(function*(){yield de.markTransactionActions(this.transactionId,this.actions)}))}rollbackTransaction(){return qi(this,void 0,void 0,(function*(){this.success=!1,this.actions={concepts:[],connections:[]},this.pendingConnectionDeletions=[],yield de.rollbackTransaction(this.transactionId,this.actions)}))}commitTransaction(){return qi(this,void 0,void 0,(function*(){if(!this.success)throw Error("Query Transaction Expired");yield de.SyncDataOnline(this.transactionId),this.pendingConnectionDeletions.length>0&&(yield Ge(this.pendingConnectionDeletions)),this.actions={concepts:[],connections:[]},this.pendingConnectionDeletions=[],this.success=!1}))}DeleteConnectionsBetween(t){return qi(this,void 0,void 0,(function*(){return this.DeleteConnectionsBetweenBulk([t])}))}DeleteConnectionsBetweenBulk(t){return qi(this,void 0,void 0,(function*(){try{if(!this.success)throw Error("Query Transaction Expired");const e=t.map(Ki),n=yield zi(e),o=[];for(const t of n)o.push(...t.connectionIds);return this.pendingConnectionDeletions.push(...o),o}catch(t){throw console.log(t),this.success=!1,t}}))}MakeTheInstanceConcept(t,e){return qi(this,arguments,void 0,(function*(t,e,n=!1,o,i,r=999,c=0){try{if(!this.success)throw Error("Query Transaction Expired");const a=yield Ie(t,e,n,o,i,r,c,this.actions);return yield this.markAction(),a}catch(t){throw console.log(t),this.success=!1,t}}))}CreateConnection(t,e,n){return qi(this,void 0,void 0,(function*(){try{if(!this.success)throw Error("Query Transaction Expired");const o=yield ye(t,e,n,this.actions);return yield this.markAction(),o}catch(t){throw console.log(t),this.success=!1,t}}))}MakeTheTypeConcept(t,e,n,o){return qi(this,void 0,void 0,(function*(){try{if(!this.success)throw Error("Query Transaction Expired");const i=yield yn(t,e,n,o,this.actions);return yield this.markAction(),i}catch(t){throw console.log(t),this.success=!1,t}}))}CreateTheConnectionGeneral(t,e,n,o,i,r,c){return qi(this,arguments,void 0,(function*(t,e,n,o,i,r,c,a=1,s=4,l=999){try{if(!this.success)throw Error("Query Transaction Expired");const d=yield fe(t,e,n,o,i,r,c,a,s,l,this.actions);return yield this.markAction(),d}catch(t){throw console.log(t),this.success=!1,t}}))}}var tr=function(t,e,n,o){return new(n||(n=Promise))((function(i,r){function c(t){try{s(o.next(t))}catch(t){r(t)}}function a(t){try{s(o.throw(t))}catch(t){r(t)}}function s(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}s((o=o.apply(t,e||[])).next())}))};function er(t=""){o.BearerAccessToken=t}function nr(){return tr(this,arguments,void 0,(function*(t="",e="",i="CCSApp",c){const a=c||new ei;if(n.BASE_URL=t,n.AI_URL=a.aiUrl,e&&(n.NODE_URL=e),a.hasOAuthCredentials()){const t=a.applicationName||i;o.setOAuthCredentials(a.clientId,a.clientSecret,t);const e=yield r(a.clientId,a.clientSecret,t,!0);if(!e.success)throw new Error(`OAuth token request failed: ${e.error||"unknown error"}`)}else a.hasAccessToken()&&(o.BearerAccessToken=a.accessToken);S.isDataLoaded=!1,S.isCharacterLoaded=!1,S.isTypeLoaded=!1,S.isLocalDataLoaded=!1,S.isLocalTypeLoaded=!1,S.isLocalCharacterLoaded=!1,S.isConnectionLoaded=!1,S.isConnectionTypeLoaded=!1,S.isLocalConnectionLoaded=!1,yield function(){return mi(this,void 0,void 0,(function*(){return yield N("settings")[0]||new C(!0),yield function(){return Ci(this,void 0,void 0,(function*(){}))}(),!0}))}(),yield Promise.all([M().then((()=>{S.isDataLoaded=!0,S.isCharacterLoaded=!0,S.isTypeLoaded=!0})),gi().then((()=>{S.isLocalDataLoaded=!0,S.isLocalTypeLoaded=!0,S.isLocalCharacterLoaded=!0})),ci().then((()=>{S.isLocalConnectionLoaded=!0})),ri().then((()=>{S.isConnectionLoaded=!0,S.isConnectionTypeLoaded=!0}))])}))}var or=e.BG,ir=e.TR,rr=e.Tc,cr=e.U3,ar=e.Wg,sr=e.g2,lr=e.BO,dr=e.WW,ur=e.BS,hr=e.ji,fr=e.Ij,yr=e.Ng,pr=e.du,vr=e.RC,gr=e.d4,Cr=e.Cd,Tr=e.IM,mr=e.oI,Nr=e.u9,wr=e.B7,Ir=e.mF,kr=e.Q9,Ar=e.wT,xr=e.y0,Sr=e.iw,Rr=e.pU,_r=e.qN,Lr=e.mZ,Ur=e.Ec,Er=e.L0,Fr=e.Te,Pr=e.vw,Gr=e.z8,Br=e.k9,Vr=e.sP,Dr=e.Y3,Or=e.WC,br=e.Nj,Mr=e.dF,jr=e.cw,Hr=e.p8,$r=e.rv,Wr=e.pX,Jr=e.iD,Qr=e.Mb,Xr=e.bq,Yr=e.ke,zr=e.w1,Kr=e.yz,qr=e.RW,Zr=e.WL,tc=e.rh,ec=e.nW,nc=e.RH,oc=e.Aj,ic=e.cV,rc=e.jM,cc=e.nS,ac=e.Yu,sc=e.xf,lc=e.KS,dc=e.L6,uc=e.Z9,hc=e.Ny,fc=e.qY,yc=e.jQ,pc=e.NT,vc=e.Xr,gc=e.ab,Cc=e.SV,Tc=e.EA,mc=e.M2,Nc=e.OY,wc=e.ry,Ic=e.cS,kc=e.ZJ,Ac=e.RA,xc=e.BH,Sc=e.SL,Rc=e.Ne,_c=e.fg,Lc=e.M4,Uc=e.UG,Ec=e.CT,Fc=e.yv,Pc=e.vI,Gc=e.XZ,Bc=e.ZE,Vc=e.pi,Dc=e.B8,Oc=e.yx,bc=e.br,Mc=e.eU,jc=e.cf,Hc=e.jy,$c=e.cm,Wc=e.qn,Jc=e.ss,Qc=e.pf,Xc=e.pZ,Yc=e.l4,zc=e.f8,Kc=e.Y6,qc=e.FS,Zc=e.bM,ta=e.ZX,ea=e.CE,na=e.Sf,oa=e.tp,ia=e.Ry,ra=e.jh,ca=e.dp,aa=e.a2,sa=e.J5,la=e.sc,da=e.x9,ua=e.Py,ha=e.Xc,fa=e.Ts,ya=e.P$,pa=e.xX,va=e.ae,ga=e.zN,Ca=e.dU,Ta=e.mA,ma=e.En,Na=e.eD,wa=e.$Q;export{or as ALLID,ir as AddGhostConcept,rr as AddGhostConnection,cr as BaseUrl,ar as BinaryTree,sr as CCSConfig,lr as Composition,dr as CompositionBinaryTree,ur as CompositionNode,hr as Concept,fr as ConceptsData,yr as Connection,pr as ConnectionData,vr as CreateComposition,gr as CreateConnection,Cr as CreateConnectionBetweenTwoConcepts,Tr as CreateConnectionBetweenTwoConceptsGeneral,mr as CreateDefaultConcept,Nr as CreateDefaultLConcept,wr as CreateSession,Ir as CreateSessionVisit,kr as CreateTheCompositionWithCache,Ar as CreateTheConnectionGeneral,xr as DATAID,Sr as DATAIDDATE,Rr as DATAV2,_r as DeleteConceptById,Lr as DeleteConnectionById,Ur as DeleteConnectionByIdBulk,Er as DeleteConnectionByTypeBulk,Fr as FilterSearch,Pr as FormatFromConnections,Gr as FreeSchemaResponse,Br as FreeschemaQuery,Vr as GetAllConnectionsOfComposition,Dr as GetAllConnectionsOfCompositionBulk,Or as GetAllTheConnectionsByTypeAndOfTheConcept,br as GetComposition,Mr as GetCompositionBulk,jr as GetCompositionBulkWithDataId,Hr as GetCompositionFromConnectionsWithDataId,$r as GetCompositionFromConnectionsWithDataIdInObject,Wr as GetCompositionList,Jr as GetCompositionListWithId,Qr as GetCompositionWithAllIds,Xr as GetCompositionWithCache,Yr as GetCompositionWithDataIdBulk,zr as GetCompositionWithDataIdWithCache,Kr as GetCompositionWithId,qr as GetCompositionWithIdFromMemory,Zr as GetCompositionWithIdFromMemoryFromConnections,tc as GetConceptBulk,ec as GetConceptByCharacter,nc as GetConceptByCharacterAndCategoryDirectApi,oc as GetConceptByCharacterAndType,ic as GetConceptByTypeBulk,rc as GetConnectionBulk,cc as GetConnectionById,ac as GetConnectionByTypeBulk,sc as GetConnectionOfTheConcept,lc as GetConnectionsBetweenApi,dc as GetLink,uc as GetLinkRaw,hc as GetLinkerConnectionFromConcepts,fc as GetLinkerConnectionToConcepts,yc as GetRelation,pc as GetRelationRaw,vc as GetRequestHeader,gc as GetRequestHeaderWithAuthorization,Cc as GetTheConcept,Tc as GetUserGhostConnectionId,mc as GetUserGhostId,Nc as GiveConnection,wc as HandleHttpError,Ic as HttpResponse,kc as JUSTDATA,Ac as LConcept,xc as LConnection,Sc as LISTNORMAL,Rc as LoginToBackend,_c as MakeTheInstanceConcept,Lc as MakeTheTimestamp,Uc as MakeTheTypeConcept,Ec as MakeTheTypeConceptApi,Fc as NORMAL,Pc as PatcherStructure,Gc as RAW,Bc as RecursiveSearchApi,Vc as ReservedConnectionIds,Dc as ReservedIds,Oc as SchemaQueryListener,bc as SearchAllConcepts,Mc as SearchLinkInternal,jc as SearchLinkMultipleAll,Hc as SearchLinkMultipleApi,$c as SearchQuery,Wc as SearchStructure,Jc as SearchWithLinker,Qc as SessionData,Xc as Signin,Yc as Signup,zc as SplitStrings,Kc as SyncData,qc as TokenRefreshError,Zc as TokenStorage,ta as Transaction,ea as TrashTheConcept,na as UpdateComposition,oa as UserBinaryTree,ia as ViewInternalData,ra as buildFetchConnection,ca as convertFromLConceptToConcept,aa as deleteWithRetry,sa as fetchWithRetry,la as getFromDatabaseWithType,da as getFromDatabaseWithTypeOld,ua as getOAuthToken,ha as getWithRetry,fa as init,ya as patchWithRetry,pa as postWithRetry,va as putWithRetry,ga as recursiveFetch,Ca as recursiveFetchNew,Ta as refreshOAuthToken,ma as requestWithRetry,Na as storeToDatabase,wa as updateAccessToken};
|