@firmer/mesh 0.0.7 → 0.0.8
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/mesh.js +7573 -6497
- package/dist/mesh.umd.cjs +8 -8
- package/dist/psi/builtin.d.ts +10 -11
- package/dist/psi/cache.d.ts +15 -5
- package/dist/psi/cipher.d.ts +27 -24
- package/dist/psi/cluster.d.ts +2 -0
- package/dist/psi/commerce.d.ts +4 -0
- package/dist/psi/cryptor.d.ts +5 -0
- package/dist/psi/daler.d.ts +42 -20
- package/dist/psi/datahouse.d.ts +13 -8
- package/dist/psi/devops.d.ts +25 -8
- package/dist/psi/endpoint.d.ts +2 -2
- package/dist/psi/firewall.d.ts +8 -4
- package/dist/psi/kms.d.ts +40 -6
- package/dist/psi/kv.d.ts +6 -1
- package/dist/psi/licenser.d.ts +5 -0
- package/dist/psi/locker.d.ts +4 -0
- package/dist/psi/network.d.ts +16 -5
- package/dist/psi/pipeline.d.ts +7 -9
- package/dist/psi/publisher.d.ts +4 -2
- package/dist/psi/registry.d.ts +14 -5
- package/dist/psi/subscriber.d.ts +1 -3
- package/dist/psi/tokenizer.d.ts +7 -2
- package/dist/psi/vm.d.ts +6 -0
- package/dist/tool/addrs.d.ts +2 -0
- package/dist/tool/tool.d.ts +3 -2
- package/dist/types/builtin.d.ts +28 -0
- package/dist/types/cipher.d.ts +27 -0
- package/dist/types/daler.d.ts +97 -8
- package/dist/types/devops.d.ts +36 -22
- package/dist/types/document.d.ts +11 -0
- package/dist/types/entity.d.ts +15 -0
- package/dist/types/environ.d.ts +15 -0
- package/dist/types/event.d.ts +16 -0
- package/dist/types/firewall.d.ts +30 -1
- package/dist/types/keys.d.ts +92 -0
- package/dist/types/license.d.ts +26 -0
- package/dist/types/oauth2.d.ts +36 -0
- package/dist/types/payload.d.ts +6 -0
- package/dist/types/principal.d.ts +8 -0
- package/dist/types/registration.d.ts +97 -0
- package/dist/types/route.d.ts +52 -0
- package/dist/types/savepoint.d.ts +10 -0
- package/dist/types/schema.d.ts +48 -0
- package/dist/types/script.d.ts +14 -0
- package/dist/types/status.d.ts +3 -0
- package/dist/types/transport.d.ts +18 -0
- package/dist/types/version.d.ts +2 -0
- package/dist/types/workflow.d.ts +43 -0
- package/package.json +7 -7
package/dist/mesh.umd.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(u,q){typeof exports=="object"&&typeof module<"u"?q(exports):typeof define=="function"&&define.amd?define(["exports"],q):(u=typeof globalThis<"u"?globalThis:u||self,q(u.mesh={}))})(this,function(u){"use strict";var
|
|
1
|
+
(function(u,q){typeof exports=="object"&&typeof module<"u"?q(exports):typeof define=="function"&&define.amd?define(["exports"],q):(u=typeof globalThis<"u"?globalThis:u||self,q(u.mesh={}))})(this,function(u){"use strict";var Gg=Object.defineProperty;var Wg=(u,q,vt)=>q in u?Gg(u,q,{enumerable:!0,configurable:!0,writable:!0,value:vt}):u[q]=vt;var o=(u,q,vt)=>Wg(u,typeof q!="symbol"?q+"":q,vt);var Ol,wr,Er,vi;class q extends Map{computeIfy(e,t){let n=this.get(e);return n||(n=t(e),this.set(e,n)),n}groupBy(e){const t=new q;return this.forEach((n,s)=>t.computeIfy(e(s,n),i=>[]).push(n)),t}map(e){const t=new vt;return this.forEach((n,s)=>t.push(e(s,n))),t}groupKV(e,t){const n=new q;return this.forEach((s,i)=>n.set(e(i),t(i,s))),n}}class vt extends Array{groupBy(e){const t=new q;return this.forEach(n=>t.computeIfy(e(n),s=>new vt).push(n)),t}groupKV(e,t){const n=new q;this.forEach(i=>n.computeIfy(e(i),a=>[]).push(i));const s=new q;return n.forEach((i,a)=>s.set(a,t(a,i))),s}}const jl={},Vr=()=>typeof globalThis=="object"?globalThis:typeof window=="object"?window:typeof global=="object"?global:jl,Ie=class Ie{constructor(e,t){o(this,"name");o(this,"value");this.name=e,this.value=t}cache(){return Vr().meshCache||(Vr().meshCache=new Map),Vr().meshCache}get(){return this.cache().has(this.name)||this.cache().set(this.name,this.value()),this.cache().get(this.name)}set(e){this.cache().set(this.name,e)}};o(Ie,"Name",new Ie("MESH_NAME",()=>"")),o(Ie,"Direct",new Ie("MESH_DIRECT",()=>"")),o(Ie,"Subset",new Ie("MESH_SUBSET",()=>"")),o(Ie,"Mode",new Ie("MESH_MODE",()=>0)),o(Ie,"Proxy",new Ie("MESH_PROXY",()=>"")),o(Ie,"Address",new Ie("MESH_ADDRESS",()=>"")),o(Ie,"Runtime",new Ie("MESH_RUNTIME",()=>"")),o(Ie,"MDC",new Ie("MESH_MDC",()=>"")),o(Ie,"SPA",new Ie("MESH_SPA",()=>"")),o(Ie,"TCP",new Ie("MESH_TCP",()=>"")),o(Ie,"Home",new Ie("MESH_HOME",()=>"")),o(Ie,"DSN",new Ie("MESH_DSN",()=>""));let Gr=Ie;const Be=class Be{constructor(e){o(this,"v",0);this.v=e}matches(e){return(this.v&e)==this.v}enable(){return this.matches(Gr.Mode.get())}value(){return this.v}};o(Be,"Disable",new Be(1)),o(Be,"Failfast",new Be(2)),o(Be,"Nolog",new Be(4)),o(Be,"JsonLogFormat",new Be(8)),o(Be,"PHeader",new Be(16)),o(Be,"Metrics",new Be(32)),o(Be,"Debug",new Be(64)),o(Be,"PermitCirculate",new Be(128)),o(Be,"NoStdColor",new Be(256)),o(Be,"Isolate",new Be(512)),o(Be,"Mock",new Be(1024));let ao=Be;function wl(r){Gr.Mode.set(Gr.Mode.get()|r)}class or{constructor(e){o(this,"raw");o(this,"parameters");o(this,"prototype");o(this,"length");o(this,"arguments");o(this,"caller",()=>{});o(this,"name");o(this,Ol,{});o(this,"apply",(e,t)=>this.raw.apply(e,...t));o(this,"call",(e,...t)=>this.raw.call(e,...t));o(this,"bind",(e,...t)=>this.raw.bind(e,...t));[this.raw,this.parameters]=this.parse(e),this.prototype=this.raw.prototype,this.length=this.raw.length,this.name=this.raw.name,this[Symbol.metadata]=this.raw[Symbol.metadata]||{}}parse(e){return e?Array.isArray(e)?e.length<2?[e[0],[]]:[e[0],e.slice(1).map(t=>Array.isArray(t)?new or(t):t)]:[e,[]]:[Object,[]]}toString(){return this.raw.toString()}[(Ol=Symbol.metadata,Symbol.hasInstance)](e){return this.raw[Symbol.hasInstance](e)}}const jr=class jr{constructor(e,t,n,s,i,a){o(this,"macro");o(this,"name");o(this,"kind");o(this,"traits");o(this,"metadata");o(this,"modifier");this.macro=e,this.name=t,this.kind=n,this.traits=s,this.metadata=i,this.modifier=a}isfunction(){return(this.modifier&jr.FUNCTION)==jr.FUNCTION}isabstract(){return(this.modifier&jr.ABSTRACT)==jr.ABSTRACT}};o(jr,"FUNCTION",1),o(jr,"ABSTRACT",2);let ji=jr;class El{constructor(){o(this,"tinder",new q);o(this,"annotations",new q)}ak(e,t,n){return`${e.name}-${t}-${n.name}`}annotate(e,t,n,s){this.annotations.computeIfy(n,i=>new q).computeIfy(t,i=>new q).set(e,s)}annotated(e){if(this.annotations.get(e))return!0;const n=this.superclass(e,s=>!0);for(let s of n)if(this.annotations.get(s))return!0;return!1}metadata(e,t,n){var a,d,v,j;const s=(d=(a=this.annotations.get(t))==null?void 0:a.get(n))==null?void 0:d.get(e);if(s)return s;const i=this.superclass(t,R=>!0);for(let R of i){const E=(j=(v=this.annotations.get(R))==null?void 0:v.get(n))==null?void 0:j.get(e);if(E)return E}}superclass(e,t){const n=[];let s=e.prototype;for(;s&&s.constructor;)e!=s.constructor&&t(s)&&n.push(s.constructor),s=Object.getPrototypeOf(s);return n}register(e,t,n,s){var v;const i=this.superclass(n,j=>this.metadata(e,j.constructor,j.constructor)),a=n.constructor?0:ji.FUNCTION,d=i.length<1?ji.ABSTRACT:0;i.length<1&&i.push(n);for(let j of i){const R=this.ak(e,t,j);(v=this.tinder.get(R))==null||v.forEach(T=>{T.kind==n&&console.log(`Object of ${j.name} named ${t} has been register already.`)});const E=new ji(e,t,n,i,s,a|d),D=this.tinder.computeIfy(R,T=>new vt);D.push(E),D.sort((T,w)=>T.isabstract()||T.isfunction()?1:w.isabstract()||T.isfunction()?-1:T.metadata.priority&&w.metadata.priority?T.metadata.priority-w.metadata.priority:0)}}unregister(e,t){const n=[];this.tinder.forEach((s,i)=>s.forEach(a=>{a.macro==e&&a.kind==t&&n.push(i)}));for(let s of n)this.tinder.delete(s)}export(e){const t=new q;for(let n of this.tinder.values())for(let s of n){if(s.isfunction()||s.macro!=e)continue;const i=s.kind;for(let a of s.traits)t.computeIfy(a,d=>new q).computeIfy(s.name,d=>new vt).push(i)}return t}providers(e,t){return this.export(e).computeIfy(t,n=>new q).map((n,s)=>s).flatMap(n=>n).filter(n=>n!=t)}provider(e,t,n){const s=this.ak(e,n,t),i=new vt;return this.tinder.computeIfy(s,a=>new vt).forEach(a=>{!a.isfunction()&&!a.isabstract()&&i.push(a.kind)}),i}inspect(e){const t=new q;return Object.entries(Object.getOwnPropertyDescriptors(e.prototype)).filter(n=>n[0]!=="constructor"&&typeof n[1].value=="function").forEach(n=>{t.set(n[0],n[1].value)}),t}}const $e=(()=>{const r=Vr();return r.Ark??(r.Ark=new El),r.Ark})();var xs=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Bs={};/*! *****************************************************************************
|
|
2
2
|
Copyright (C) Microsoft. All rights reserved.
|
|
3
3
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
4
|
this file except in compliance with the License. You may obtain a copy of the
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
|
|
12
12
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
13
|
and limitations under the License.
|
|
14
|
-
***************************************************************************** */var ks;function ul(){if(ks)return Ds;ks=1;var r;return function(e){(function(t){var n=typeof globalThis=="object"?globalThis:typeof Fs=="object"?Fs:typeof self=="object"?self:typeof this=="object"?this:v(),o=i(e);typeof n.Reflect<"u"&&(o=i(n.Reflect,o)),t(o,n),typeof n.Reflect>"u"&&(n.Reflect=e);function i(j,R){return function(E,D){Object.defineProperty(j,E,{configurable:!0,writable:!0,value:D}),R&&R(E,D)}}function a(){try{return Function("return this;")()}catch{}}function d(){try{return(0,eval)("(function() { return this; })()")}catch{}}function v(){return a()||d()}})(function(t,n){var o=Object.prototype.hasOwnProperty,i=typeof Symbol=="function",a=i&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",d=i&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",v=typeof Object.create=="function",j={__proto__:[]}instanceof Array,R=!v&&!j,E={create:v?function(){return _(Object.create(null))}:j?function(){return _({__proto__:null})}:function(){return _({})},has:R?function(l,g){return o.call(l,g)}:function(l,g){return g in l},get:R?function(l,g){return o.call(l,g)?l[g]:void 0}:function(l,g){return l[g]}},D=Object.getPrototypeOf(Function),T=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:p(),w=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:f(),M=typeof WeakMap=="function"?WeakMap:m(),A=i?Symbol.for("@reflect-metadata:registry"):void 0,K=Us(),J=Un(K);function oe(l,g,O,N){if(z(O)){if(!eo(l))throw new TypeError;if(!jr(g))throw new TypeError;return Is(l,g)}else{if(!eo(l))throw new TypeError;if(!qe(g))throw new TypeError;if(!qe(N)&&!z(N)&&!Zn(N))throw new TypeError;return Zn(N)&&(N=void 0),O=an(O),xo(l,g,O,N)}}t("decorate",oe);function rt(l,g){function O(N,I){if(!qe(N))throw new TypeError;if(!z(I)&&!$s(I))throw new TypeError;Ho(l,g,N,I)}return O}t("metadata",rt);function se(l,g,O,N){if(!qe(O))throw new TypeError;return z(N)||(N=an(N)),Ho(l,g,O,N)}t("defineMetadata",se);function Yt(l,g,O){if(!qe(g))throw new TypeError;return z(O)||(O=an(O)),Qi(l,g,O)}t("hasMetadata",Yt);function cn(l,g,O){if(!qe(g))throw new TypeError;return z(O)||(O=an(O)),Zi(l,g,O)}t("hasOwnMetadata",cn);function Rr(l,g,O){if(!qe(g))throw new TypeError;return z(O)||(O=an(O)),Bo(l,g,O)}t("getMetadata",Rr);function bi(l,g,O){if(!qe(g))throw new TypeError;return z(O)||(O=an(O)),Lo(l,g,O)}t("getOwnMetadata",bi);function Ts(l,g){if(!qe(l))throw new TypeError;return z(g)||(g=an(g)),qo(l,g)}t("getMetadataKeys",Ts);function As(l,g){if(!qe(l))throw new TypeError;return z(g)||(g=an(g)),Ye(l,g)}t("getOwnMetadataKeys",As);function Ms(l,g,O){if(!qe(g))throw new TypeError;if(z(O)||(O=an(O)),!qe(g))throw new TypeError;z(O)||(O=an(O));var N=y(g,O,!1);return z(N)?!1:N.OrdinaryDeleteMetadata(l,g,O)}t("deleteMetadata",Ms);function Is(l,g){for(var O=l.length-1;O>=0;--O){var N=l[O],I=N(g);if(!z(I)&&!Zn(I)){if(!jr(I))throw new TypeError;g=I}}return g}function xo(l,g,O,N){for(var I=l.length-1;I>=0;--I){var X=l[I],W=X(g,O,N);if(!z(W)&&!Zn(W)){if(!qe(W))throw new TypeError;N=W}}return N}function Qi(l,g,O){var N=Zi(l,g,O);if(N)return!0;var I=Gt(g);return Zn(I)?!1:Qi(l,I,O)}function Zi(l,g,O){var N=y(g,O,!1);return z(N)?!1:_i(N.OrdinaryHasOwnMetadata(l,g,O))}function Bo(l,g,O){var N=Zi(l,g,O);if(N)return Lo(l,g,O);var I=Gt(g);if(!Zn(I))return Bo(l,I,O)}function Lo(l,g,O){var N=y(g,O,!1);if(!z(N))return N.OrdinaryGetOwnMetadata(l,g,O)}function Ho(l,g,O,N){var I=y(O,N,!0);I.OrdinaryDefineOwnMetadata(l,g,O,N)}function qo(l,g){var O=Ye(l,g),N=Gt(l);if(N===null)return O;var I=qo(N,g);if(I.length<=0)return O;if(O.length<=0)return I;for(var X=new w,W=[],ce=0,$=O;ce<$.length;ce++){var C=$[ce],F=X.has(C);F||(X.add(C),W.push(C))}for(var k=0,fe=I;k<fe.length;k++){var C=fe[k],F=X.has(C);F||(X.add(C),W.push(C))}return W}function Ye(l,g){var O=y(l,g,!1);return O?O.OrdinaryOwnMetadataKeys(l,g):[]}function pt(l){if(l===null)return 1;switch(typeof l){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return l===null?1:6;default:return 6}}function z(l){return l===void 0}function Zn(l){return l===null}function zo(l){return typeof l=="symbol"}function qe(l){return typeof l=="object"?l!==null:typeof l=="function"}function Vo(l,g){switch(pt(l)){case 0:return l;case 1:return l;case 2:return l;case 3:return l;case 4:return l;case 5:return l}var O="string",N=Si(l,a);if(N!==void 0){var I=N.call(l,O);if(qe(I))throw new TypeError;return I}return Pr(l)}function Pr(l,g){var O,N,I;{var X=l.toString;if(gn(X)){var N=X.call(l);if(!qe(N))return N}var O=l.valueOf;if(gn(O)){var N=O.call(l);if(!qe(N))return N}}throw new TypeError}function _i(l){return!!l}function Go(l){return""+l}function an(l){var g=Vo(l);return zo(g)?g:Go(g)}function eo(l){return Array.isArray?Array.isArray(l):l instanceof Object?l instanceof Array:Object.prototype.toString.call(l)==="[object Array]"}function gn(l){return typeof l=="function"}function jr(l){return typeof l=="function"}function $s(l){switch(pt(l)){case 3:return!0;case 4:return!0;default:return!1}}function to(l,g){return l===g||l!==l&&g!==g}function Si(l,g){var O=l[g];if(O!=null){if(!gn(O))throw new TypeError;return O}}function Wo(l){var g=Si(l,d);if(!gn(g))throw new TypeError;var O=g.call(l);if(!qe(O))throw new TypeError;return O}function Ko(l){return l.value}function no(l){var g=l.next();return g.done?!1:g}function Br(l){var g=l.return;g&&g.call(l)}function Gt(l){var g=Object.getPrototypeOf(l);if(typeof l!="function"||l===D||g!==D)return g;var O=l.prototype,N=O&&Object.getPrototypeOf(O);if(N==null||N===Object.prototype)return g;var I=N.constructor;return typeof I!="function"||I===l?g:I}function ro(){var l;!z(A)&&typeof n.Reflect<"u"&&!(A in n.Reflect)&&typeof n.Reflect.defineMetadata=="function"&&(l=Cs(n.Reflect));var g,O,N,I=new M,X={registerProvider:W,getProvider:$,setProvider:F};return X;function W(k){if(!Object.isExtensible(X))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case l===k:break;case z(g):g=k;break;case g===k:break;case z(O):O=k;break;case O===k:break;default:N===void 0&&(N=new w),N.add(k);break}}function ce(k,fe){if(!z(g)){if(g.isProviderFor(k,fe))return g;if(!z(O)){if(O.isProviderFor(k,fe))return g;if(!z(N))for(var $e=Wo(N);;){var Qe=no($e);if(!Qe)return;var hn=Ko(Qe);if(hn.isProviderFor(k,fe))return Br($e),hn}}}if(!z(l)&&l.isProviderFor(k,fe))return l}function $(k,fe){var $e=I.get(k),Qe;return z($e)||(Qe=$e.get(fe)),z(Qe)&&(Qe=ce(k,fe),z(Qe)||(z($e)&&($e=new T,I.set(k,$e)),$e.set(fe,Qe))),Qe}function C(k){if(z(k))throw new TypeError;return g===k||O===k||!z(N)&&N.has(k)}function F(k,fe,$e){if(!C($e))throw new Error("Metadata provider not registered.");var Qe=$(k,fe);if(Qe!==$e){if(!z(Qe))return!1;var hn=I.get(k);z(hn)&&(hn=new T,I.set(k,hn)),hn.set(fe,$e)}return!0}}function Us(){var l;return!z(A)&&qe(n.Reflect)&&Object.isExtensible(n.Reflect)&&(l=n.Reflect[A]),z(l)&&(l=ro()),!z(A)&&qe(n.Reflect)&&Object.isExtensible(n.Reflect)&&Object.defineProperty(n.Reflect,A,{enumerable:!1,configurable:!1,writable:!1,value:l}),l}function Un(l){var g=new M,O={isProviderFor:function(C,F){var k=g.get(C);return z(k)?!1:k.has(F)},OrdinaryDefineOwnMetadata:W,OrdinaryHasOwnMetadata:I,OrdinaryGetOwnMetadata:X,OrdinaryOwnMetadataKeys:ce,OrdinaryDeleteMetadata:$};return K.registerProvider(O),O;function N(C,F,k){var fe=g.get(C),$e=!1;if(z(fe)){if(!k)return;fe=new T,g.set(C,fe),$e=!0}var Qe=fe.get(F);if(z(Qe)){if(!k)return;if(Qe=new T,fe.set(F,Qe),!l.setProvider(C,F,O))throw fe.delete(F),$e&&g.delete(C),new Error("Wrong provider for target.")}return Qe}function I(C,F,k){var fe=N(F,k,!1);return z(fe)?!1:_i(fe.has(C))}function X(C,F,k){var fe=N(F,k,!1);if(!z(fe))return fe.get(C)}function W(C,F,k,fe){var $e=N(k,fe,!0);$e.set(C,F)}function ce(C,F){var k=[],fe=N(C,F,!1);if(z(fe))return k;for(var $e=fe.keys(),Qe=Wo($e),hn=0;;){var ol=no(Qe);if(!ol)return k.length=hn,k;var wg=Ko(ol);try{k[hn]=wg}catch(Eg){try{Br(Qe)}finally{throw Eg}}hn++}}function $(C,F,k){var fe=N(F,k,!1);if(z(fe)||!fe.delete(C))return!1;if(fe.size===0){var $e=g.get(F);z($e)||($e.delete(k),$e.size===0&&g.delete($e))}return!0}}function Cs(l){var g=l.defineMetadata,O=l.hasOwnMetadata,N=l.getOwnMetadata,I=l.getOwnMetadataKeys,X=l.deleteMetadata,W=new M,ce={isProviderFor:function($,C){var F=W.get($);return!z(F)&&F.has(C)?!0:I($,C).length?(z(F)&&(F=new w,W.set($,F)),F.add(C),!0):!1},OrdinaryDefineOwnMetadata:g,OrdinaryHasOwnMetadata:O,OrdinaryGetOwnMetadata:N,OrdinaryOwnMetadataKeys:I,OrdinaryDeleteMetadata:X};return ce}function y(l,g,O){var N=K.getProvider(l,g);if(!z(N))return N;if(O){if(K.setProvider(l,g,J))return J;throw new Error("Illegal state.")}}function p(){var l={},g=[],O=function(){function ce($,C,F){this._index=0,this._keys=$,this._values=C,this._selector=F}return ce.prototype["@@iterator"]=function(){return this},ce.prototype[d]=function(){return this},ce.prototype.next=function(){var $=this._index;if($>=0&&$<this._keys.length){var C=this._selector(this._keys[$],this._values[$]);return $+1>=this._keys.length?(this._index=-1,this._keys=g,this._values=g):this._index++,{value:C,done:!1}}return{value:void 0,done:!0}},ce.prototype.throw=function($){throw this._index>=0&&(this._index=-1,this._keys=g,this._values=g),$},ce.prototype.return=function($){return this._index>=0&&(this._index=-1,this._keys=g,this._values=g),{value:$,done:!0}},ce}(),N=function(){function ce(){this._keys=[],this._values=[],this._cacheKey=l,this._cacheIndex=-2}return Object.defineProperty(ce.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),ce.prototype.has=function($){return this._find($,!1)>=0},ce.prototype.get=function($){var C=this._find($,!1);return C>=0?this._values[C]:void 0},ce.prototype.set=function($,C){var F=this._find($,!0);return this._values[F]=C,this},ce.prototype.delete=function($){var C=this._find($,!1);if(C>=0){for(var F=this._keys.length,k=C+1;k<F;k++)this._keys[k-1]=this._keys[k],this._values[k-1]=this._values[k];return this._keys.length--,this._values.length--,to($,this._cacheKey)&&(this._cacheKey=l,this._cacheIndex=-2),!0}return!1},ce.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=l,this._cacheIndex=-2},ce.prototype.keys=function(){return new O(this._keys,this._values,I)},ce.prototype.values=function(){return new O(this._keys,this._values,X)},ce.prototype.entries=function(){return new O(this._keys,this._values,W)},ce.prototype["@@iterator"]=function(){return this.entries()},ce.prototype[d]=function(){return this.entries()},ce.prototype._find=function($,C){if(!to(this._cacheKey,$)){this._cacheIndex=-1;for(var F=0;F<this._keys.length;F++)if(to(this._keys[F],$)){this._cacheIndex=F;break}}return this._cacheIndex<0&&C&&(this._cacheIndex=this._keys.length,this._keys.push($),this._values.push(void 0)),this._cacheIndex},ce}();return N;function I(ce,$){return ce}function X(ce,$){return $}function W(ce,$){return[ce,$]}}function f(){var l=function(){function g(){this._map=new T}return Object.defineProperty(g.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),g.prototype.has=function(O){return this._map.has(O)},g.prototype.add=function(O){return this._map.set(O,O),this},g.prototype.delete=function(O){return this._map.delete(O)},g.prototype.clear=function(){this._map.clear()},g.prototype.keys=function(){return this._map.keys()},g.prototype.values=function(){return this._map.keys()},g.prototype.entries=function(){return this._map.entries()},g.prototype["@@iterator"]=function(){return this.keys()},g.prototype[d]=function(){return this.keys()},g}();return l}function m(){var l=16,g=E.create(),O=N();return function(){function $(){this._key=N()}return $.prototype.has=function(C){var F=I(C,!1);return F!==void 0?E.has(F,this._key):!1},$.prototype.get=function(C){var F=I(C,!1);return F!==void 0?E.get(F,this._key):void 0},$.prototype.set=function(C,F){var k=I(C,!0);return k[this._key]=F,this},$.prototype.delete=function(C){var F=I(C,!1);return F!==void 0?delete F[this._key]:!1},$.prototype.clear=function(){this._key=N()},$}();function N(){var $;do $="@@WeakMap@@"+ce();while(E.has(g,$));return g[$]=!0,$}function I($,C){if(!o.call($,O)){if(!C)return;Object.defineProperty($,O,{value:E.create()})}return $[O]}function X($,C){for(var F=0;F<C;++F)$[F]=Math.random()*255|0;return $}function W($){if(typeof Uint8Array=="function"){var C=new Uint8Array($);return typeof crypto<"u"?crypto.getRandomValues(C):typeof msCrypto<"u"?msCrypto.getRandomValues(C):X(C,$),C}return X(new Array($),$)}function ce(){var $=W(l);$[6]=$[6]&79|64,$[8]=$[8]&191|128;for(var C="",F=0;F<l;++F){var k=$[F];(F===4||F===6||F===8)&&(C+="-"),k<16&&(C+="0"),C+=k.toString(16).toLowerCase()}return C}}function _(l){return l.__=void 0,delete l.__,l}})}(r||(r={})),Ds}ul();class oo{constructor(e,t,n,o,i,a,d,v){s(this,"topic");s(this,"code");s(this,"version");s(this,"proto");s(this,"codec");s(this,"flags");s(this,"timeout");s(this,"meshable");s(this,"traits");this.topic=e,this.code=t,this.version=n,this.proto=o,this.codec=i,this.flags=a,this.timeout=d,this.meshable=v}decorate(e){this.traits=Object.getPrototypeOf(e.prototype).constructor,Ae.annotate(oo,e,e,this),Ae.register(oo,`${this.topic}.${this.code}`,e,this)}}function pl(r="",e="",t="1.0.0",n="http2",o="protobuf",i=0,a=3e3,d=!0){const v=new oo(r,e,t,n,o,i,a,d);return v.decorate.bind(v)}class tr{constructor(e,t,n,o){s(this,"value");s(this,"name");s(this,"transparent");s(this,"kind");s(this,"clas");s(this,"index",1e3);this.value=e,this.name=t,this.transparent=n,this.kind=o,this.clas=Object}decorate(e,t,n){this.kind==Object?this.kind=Reflect.getMetadata("design:type",e,t):this.kind=Array.isArray(this.kind)?new er(this.kind):this.kind;const o=Reflect.getMetadata("design:paramtypes",e,t);o&&Array.isArray(o)&&n!=null&&o.length>n&&(this.clas=o[n]),this.kind&&(this.clas==Array||this.clas==Map)&&(this.clas=this.kind),this.index=n||1e3,n!=null?Ae.annotate(tr,`${t}:${n}`,e.constructor,this):Ae.annotate(tr,t,e.constructor,this)}}function c(r=-1,e="",t=Object,n=!1){const o=new tr(r,e,n,t);return o.decorate.bind(o)}class dn{constructor(e,t,n,o){s(this,"name");s(this,"pattern");s(this,"priority");s(this,"prototype");this.name=e,this.pattern=t,this.priority=n,this.prototype=o}decorate(e){Ae.annotate(dn,e,e,this),Ae.register(dn,this.name,e,this)}}function x(r="",e="",t=0,n=!1){const o=new dn(r,e,t,n);return o.decorate.bind(o)}class ze{constructor(e,t,n,o,i,a,d,v,j,R,E,D,T,w){s(this,"name");s(this,"version");s(this,"proto");s(this,"codec");s(this,"flags");s(this,"timeout");s(this,"retries");s(this,"mdc");s(this,"zone");s(this,"cluster");s(this,"cell");s(this,"group");s(this,"address");s(this,"kind");s(this,"retype");s(this,"attributes",new Map);this.name=e,this.version=t,this.proto=n,this.codec=o,this.flags=i,this.timeout=a,this.retries=d,this.mdc=v,this.zone=j,this.cluster=R,this.cell=E,this.group=D,this.address=T,this.retype=w}decorate(e,t,n){if(typeof t=="string"&&this.attributes.set("name",t),!n){this.kind=Reflect.getMetadata("design:type",e,t),Ae.annotate(ze,t,e,this);return}return this.kind=Reflect.getMetadata("design:returntype",e,t),Ae.annotate(ze,n.value,e.constructor,this),n}}function S(r="",e=Object,t=1e4,n="1.0.0",o="grpc",i="json",a=0,d=3,v="",j="",R="",E="",D="",T=""){const w=new ze(r,n,o,i,a,t,d,v,j,R,E,D,T,e);return w.decorate.bind(w)}var fl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};const yl=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg,ll=/([^\s,]+)/g;u.MethodProxy=class{},u.MethodProxy=fl([x("mesh")],u.MethodProxy);class xs{constructor(e,t,n){s(this,"index");s(this,"name");s(this,"kind");this.index=e,this.name=t,this.kind=n}}class Bs{constructor(e,t,n){s(this,"kind");s(this,"name");s(this,"method");this.kind=e,this.name=t,this.method=n}getAnnotation(e){return Ae.metadata(e,this.kind,this.method)}getName(){var t;const e=Ae.metadata(ze,this.kind,this.method);return((t=e==null?void 0:e.attributes)==null?void 0:t.get("name"))||this.name}getParameters(){const e=this.method.toString().replace(yl,""),t=e.slice(e.indexOf("(")+1,e.indexOf(")")).match(ll)||[],n=[];for(let o=0;o<t.length;o++){const i=Ae.metadata(tr,this.kind,`${this.getName()}:${o}`);n.push(new xs(o,(i==null?void 0:i.name)||t[o],(i==null?void 0:i.clas)||Object))}return n}getType(){return this.kind}getReturnType(){var e;return new er((e=Ae.metadata(ze,this.kind,this.method))==null?void 0:e.retype)}getExecutable(){return this.method}getSymbol(){return this.name}invoke(e,t){return this.method(...t)}}class ml{constructor(e,t,n){s(this,"inspector");s(this,"h");s(this,"proxy");this.inspector=e,this.h=t,this.proxy=n}apply(e,t,n){return this.h.invoke(this.proxy,this.inspector,n)}}class gl{constructor(e,t,n){s(this,"inspectors",new q);s(this,"executables",new q);for(let o of t)this.executables.set(o.getSymbol(),new Proxy(o.getExecutable(),new ml(o,n,this))),this.inspectors.set(o.getSymbol(),o)}getMethods(){return this.inspectors.map((e,t)=>t)}get(e,t,n){return this.executables.get(t)}}class Oi{static newProxyInstance(e,t){var n,o,i;return this.proxies.get(e)||this.proxies.set(e,new q),(n=this.proxies.get(e))!=null&&n.get(t)||(o=this.proxies.get(e))==null||o.set(t,new Proxy(e,new gl(e,this.getMethods(e),t))),(i=this.proxies.get(e))==null?void 0:i.get(t)}static getMethods(e){return this.inspectors.computeIfy(e,t=>Ae.inspect(t).map((n,o)=>new Bs(t,n,o)))}}s(Oi,"proxies",new q),s(Oi,"inspectors",new q);const Fo=class Fo{constructor(e,t){s(this,"name");s(this,"kind");s(this,"prototype");s(this,"priority");this.name=e,this.kind=t,this.prototype=!1,this.priority=1}getIfAbsent(){return this.prototype?this.create():Fo.value.computeIfy(this.kind,e=>this.create())}create(){return new this.kind}};s(Fo,"value",new q);let Jo=Fo,hl=class{constructor(e,t){s(this,"name","");s(this,"providers",[]);this.name=e,this.providers=t.map(n=>new Jo(e,n)).sort((n,o)=>n.priority-o.priority)}getIfAbsent(){if(this.providers.length<1)throw new Error(`No such provider named ${this.name}`);return this.providers[0].getIfAbsent()}};const Do=class Do{constructor(e){s(this,"providers",new q);s(this,"spi");s(this,"fist","");var t;this.spi=e,this.fist=((t=Ae.metadata(dn,e,e))==null?void 0:t.name)||""}static load(e){return this.loaders.computeIfy(e,t=>new Do(e))}defaultName(){return this.fist}getDefault(){return this.get(this.fist)}get(e){const t=this.getInstances().get(e);if(!t)throw new Error(`SPI ${this.spi.name} named ${e} not exist.`);return t.getIfAbsent()}want(e){const t=this.getInstances().get(e);return t?t.getIfAbsent():null}list(){return this.getInstances().map((e,t)=>t.getIfAbsent())}getInstances(){return this.providers.computeIfy("$",e=>Ae.providers(dn,this.spi).groupBy(t=>{const n=Ae.metadata(dn,t,t);return n&&n.name||""}).groupKV(t=>t,(t,n)=>new hl(t,n)))}};s(Do,"loaders",new q);let tt=Do;class Ri{constructor(e,t,n,o,i,a){s(this,"name");s(this,"version");s(this,"proto");s(this,"codec");s(this,"flags");s(this,"timeout");s(this,"traits");this.name=e,this.version=t,this.proto=n,this.codec=o,this.flags=i,this.timeout=a}decorate(e){this.traits=Object.getPrototypeOf(e.prototype).constructor,Ae.annotate(Ri,e,e,this),Ae.register(Ri,this.name,e,this)}}function bl(r="",e="",t="grpc",n="json",o=0,i=1e4){const a=new Ri(r,e,t,n,o,i);return a.decorate.bind(a)}function Ls(r){return"getCode"in r&&"getMessage"in r}class ee extends Error{constructor(t,n){super(n);s(this,"code");s(this,"message");this.code=t,this.message=n}getCode(){return this.code}getMessage(){return this.message}}class h{}s(h,"SUCCESS",new ee("E0000000000","请求成功")),s(h,"NOT_FOUND",new ee("E0000000404","请求资源不存在")),s(h,"SYSTEM_ERROR",new ee("E0000000500","系统异常")),s(h,"SERVICE_UNAVAILABLE",new ee("E0000000503","循环请求服务不可达")),s(h,"VALIDATE",new ee("E0000000400","请求非法")),s(h,"UNAUTHORIZED",new ee("E0000000403","请求资源未被授权")),s(h,"UNKNOWN",new ee("E0000000520","未知异常")),s(h,"COMPATIBLE",new ee("E0000000600","系统不兼容")),s(h,"TIMEOUT",new ee("E0000000601","请求超时")),s(h,"NO_PROVIDER",new ee("E0000000602","无服务实例")),s(h,"CRYPT_ERROR",new ee("E0000000603","数字证书校验异常")),s(h,"TOKEN_EXPIRE",new ee("E0000000604","节点授权码已过期")),s(h,"NET_EXPIRE",new ee("E0000000605","节点组网时间已过期")),s(h,"NET_DISABLE",new ee("E0000000606","对方节点已禁用网络")),s(h,"NET_UNAVAILABLE",new ee("E0000000607","网络不通")),s(h,"LICENSE_FORMAT_ERROR",new ee("E0000000608","License非法")),s(h,"LICENSE_EXPIRED",new ee("E0000000609","License已过期")),s(h,"MAX_REPLICAS_LIMIT",new ee("E0000000610","集群副本已达许可上限")),s(h,"MAX_COOP_LIMIT",new ee("E0000000611","合作方链接数已达许可上限")),s(h,"MAX_TENANT_LIMIT",new ee("E0000000612","租户数已达许可上限")),s(h,"MAX_USER_LIMIT",new ee("E0000000613","用户数已达许可上限")),s(h,"URN_NOT_PERMIT",new ee("E0000000614","接口未被许可调用")),s(h,"SIGNATURE_ERROR",new ee("E0000000615","证书签名非法")),s(h,"CRYPT_CODEC_ERROR",new ee("E0000000616","报文编解码异常")),s(h,"NO_SERVICE",new ee("E0000000617","下游版本不匹配服务不存在")),s(h,"NET_NOT_WEAVE",new ee("E0000000618","节点或机构未组网")),s(h,"ADDRESS_ERROR",new ee("E0000000619","地址非法或无法访问")),s(h,"UNEXPECTED_SYNTAX",new ee("E0000000620","规则语法错误")),s(h,"UNKNOWN_SCRIPT",new ee("E0000000621","规则不存在")),s(h,"DATA_ID_ERROR",new ee("E0000000622","数据身份不存在或非法")),s(h,"START_PENDING",new ee("E0000000623","系统启动中")),s(h,"UNEXPECTED_SQL_SYNTAX",new ee("E0000000624","SQL语法错误")),s(h,"NO_DATABASE",new ee("E0000000625","数据库不存在")),s(h,"NO_TRANSACTION",new ee("E0000000626","事务不存在")),s(h,"SQL_EXECUTE_ERROR",new ee("E0000000627","SQL执行异常")),s(h,"DUPLICATE_KEY",new ee("E0000000628","唯一键冲突"));class Pi{static inspect(e){return e instanceof ee?e:(console.log(e),h.SYSTEM_ERROR)}static errorf(e){return e instanceof ee?e:(console.log(e),h.SYSTEM_ERROR)}}var _l=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};const Vt=class Vt{constructor(e){s(this,"v");this.v=e}matches(e){return(this.v&e)==this.v}};s(Vt,"Routine",new Vt(1)),s(Vt,"Perform",new Vt(2)),s(Vt,"Defense",new Vt(4)),s(Vt,"Debug",new Vt(8)),s(Vt,"LoadTest",new Vt(16)),s(Vt,"Mock",new Vt(32));let so=Vt;class nr{constructor(e){s(this,"name");this.name=e}}class Hs extends Array{peek(){if(!(this.length<1))return this.at(this.length-1)}}class co{}const pe=class pe{constructor(e){s(this,"key");this.key=e}get(e){var o,i,a;const t=(o=e.getAttachments())==null?void 0:o.get(this.key);if(t)return t;const n=(i=e.getAttachments())==null?void 0:i.get(this.key.replace("-","_"));if(n)return n;for(let d of(a=e.getAttachments())==null?void 0:a.entries())if(d[1]&&d[0]&&(d[0].toLowerCase()==this.key||d[0].replace("_","-").toLowerCase()==this.key))return d[1];return""}set(e,t){var n;(n=e.getAttachments())==null||n.set(this.key,t)}};s(pe,"MESH_TRACE_ID",new pe("mesh-trace-id")),s(pe,"MESH_SPAN_ID",new pe("mesh-span-id")),s(pe,"MESH_TIMESTAMP",new pe("mesh-timestamp")),s(pe,"MESH_RUN_MODE",new pe("mesh-mode")),s(pe,"MESH_CONSUMER",new pe("mesh-consumer")),s(pe,"MESH_PROVIDER",new pe("mesh-provider")),s(pe,"MESH_URN",new pe("mesh-urn")),s(pe,"MESH_FROM_INST_ID",new pe("mesh-from-inst-id")),s(pe,"MESH_FROM_NODE_ID",new pe("mesh-from-node-id")),s(pe,"MESH_INCOMING_HOST",new pe("mesh-incoming-host")),s(pe,"MESH_OUTGOING_HOST",new pe("mesh-outgoing-host")),s(pe,"MESH_INCOMING_PROXY",new pe("mesh-incoming-proxy")),s(pe,"MESH_OUTGOING_PROXY",new pe("mesh-outgoing-proxy")),s(pe,"MESH_SUBSET",new pe("mesh-subset")),s(pe,"MESH_SESSION_ID",new pe("mesh-session-id")),s(pe,"MESH_VERSION",new pe("mesh-version")),s(pe,"MESH_TIMEOUT",new pe("mesh-timeout"));let ao=pe;u.ContextProvider=class{},u.ContextProvider=_l([x("mesh")],u.ContextProvider);function b(){return tt.load(u.ContextProvider).getDefault().context()}var Se=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ve=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},qs,zs,Vs,Gs;class U{constructor(){s(this,"sid","");s(this,"index",0);s(this,"limit",0);s(this,"factor",{});s(this,"order","")}}Se([c(0,"sid",String),ve("design:type",String)],U.prototype,"sid",void 0),Se([c(1,"index",Number),ve("design:type",Number)],U.prototype,"index",void 0),Se([c(2,"limit",Number),ve("design:type",Number)],U.prototype,"limit",void 0),Se([c(3,"factor",[Map,String,Object]),ve("design:type",typeof(qs=typeof Record<"u"&&Record)=="function"?qs:Object)],U.prototype,"factor",void 0),Se([c(4,"order",String),ve("design:type",String)],U.prototype,"order",void 0);class Oe{constructor(){s(this,"sid","");s(this,"index",0);s(this,"limit",0);s(this,"total",0);s(this,"next",!1);s(this,"data",[])}}Se([c(0,"sid",String),ve("design:type",String)],Oe.prototype,"sid",void 0),Se([c(1,"index",Number),ve("design:type",Number)],Oe.prototype,"index",void 0),Se([c(2,"limit",Number),ve("design:type",Number)],Oe.prototype,"limit",void 0),Se([c(3,"total",Number),ve("design:type",Number)],Oe.prototype,"total",void 0),Se([c(4,"next",Boolean),ve("design:type",Boolean)],Oe.prototype,"next",void 0),Se([c(5,"data",[Array,Object]),ve("design:type",Array)],Oe.prototype,"data",void 0);class ji{constructor(){s(this,"nodeId","");s(this,"nodeName","");s(this,"instId","");s(this,"instName","")}}Se([c(0,"node_id",String),ve("design:type",String)],ji.prototype,"nodeId",void 0),Se([c(1,"node_name",String),ve("design:type",String)],ji.prototype,"nodeName",void 0),Se([c(2,"inst_id",String),ve("design:type",String)],ji.prototype,"instId",void 0),Se([c(3,"inst_name",String),ve("design:type",String)],ji.prototype,"instName",void 0);class wr{constructor(){s(this,"status",0);s(this,"createAt");s(this,"updateAt");s(this,"createBy","");s(this,"updateBy","")}}Se([c(0,"status",Number),ve("design:type",Number)],wr.prototype,"status",void 0),Se([c(1,"create_at",Date),ve("design:type",typeof(zs=typeof Date<"u"&&Date)=="function"?zs:Object)],wr.prototype,"createAt",void 0),Se([c(2,"update_at",Date),ve("design:type",typeof(Vs=typeof Date<"u"&&Date)=="function"?Vs:Object)],wr.prototype,"updateAt",void 0),Se([c(3,"create_by",String),ve("design:type",String)],wr.prototype,"createBy",void 0),Se([c(4,"update_by",String),ve("design:type",String)],wr.prototype,"updateBy",void 0);class Ft{constructor(){s(this,"name","");s(this,"pos","");s(this,"text","");s(this,"buff",new Uint8Array)}}Se([c(0,"name",String),ve("design:type",String)],Ft.prototype,"name",void 0),Se([c(1,"pos",String),ve("design:type",String)],Ft.prototype,"pos",void 0),Se([c(2,"text",String),ve("design:type",String)],Ft.prototype,"text",void 0),Se([c(3,"buff",Uint8Array),ve("design:type",typeof(Gs=typeof Uint8Array<"u"&&Uint8Array)=="function"?Gs:Object)],Ft.prototype,"buff",void 0);class He{constructor(){s(this,"topic","");s(this,"code","");s(this,"group","");s(this,"sets","")}}Se([c(0,"topic",String),ve("design:type",String)],He.prototype,"topic",void 0),Se([c(1,"code",String),ve("design:type",String)],He.prototype,"code",void 0),Se([c(2,"group",String),ve("design:type",String)],He.prototype,"group",void 0),Se([c(3,"sets",String),ve("design:type",String)],He.prototype,"sets",void 0);var Pe=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},je=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ws,Ks,Js,Xs,Ys;class wi{constructor(){s(this,"suite","");s(this,"project","");s(this,"name","");s(this,"version","")}}Pe([c(0,"suite",String),je("design:type",String)],wi.prototype,"suite",void 0),Pe([c(1,"project",String),je("design:type",String)],wi.prototype,"project",void 0),Pe([c(2,"name",String),je("design:type",String)],wi.prototype,"name",void 0),Pe([c(3,"version",String),je("design:type",String)],wi.prototype,"version",void 0);class vt{constructor(){s(this,"name","");s(this,"proto","");s(this,"algo","");s(this,"parties",[]);s(this,"message","")}}Pe([c(0,"name",String),je("design:type",String)],vt.prototype,"name",void 0),Pe([c(1,"proto",String),je("design:type",String)],vt.prototype,"proto",void 0),Pe([c(2,"algo",String),je("design:type",String)],vt.prototype,"algo",void 0),Pe([c(3,"parties",[Array,String]),je("design:type",Array)],vt.prototype,"parties",void 0),Pe([c(4,"message",String),je("design:type",String)],vt.prototype,"message",void 0);class Er{constructor(){s(this,"suite","");s(this,"csr",new Uint8Array)}}Pe([c(0,"suite",String),je("design:type",String)],Er.prototype,"suite",void 0),Pe([c(1,"csr",Uint8Array),je("design:type",typeof(Ws=typeof Uint8Array<"u"&&Uint8Array)=="function"?Ws:Object)],Er.prototype,"csr",void 0);class rr{constructor(){s(this,"hello",new vt);s(this,"suite",new Er);s(this,"local","")}}Pe([c(0,"hello",vt),je("design:type",vt)],rr.prototype,"hello",void 0),Pe([c(1,"suite",Er),je("design:type",Er)],rr.prototype,"suite",void 0),Pe([c(2,"local",String),je("design:type",String)],rr.prototype,"local",void 0);class Ei extends rr{constructor(){super(...arguments);s(this,"keys",{})}}Pe([c(0,"keys",[Map,String,Uint8Array]),je("design:type",typeof(Ks=typeof Record<"u"&&Record)=="function"?Ks:Object)],Ei.prototype,"keys",void 0);class uo{constructor(){s(this,"keys",{})}}Pe([c(0,"keys",[Map,String,Uint8Array]),je("design:type",typeof(Js=typeof Record<"u"&&Record)=="function"?Js:Object)],uo.prototype,"keys",void 0);class bn{constructor(){s(this,"suite","");s(this,"body",new Uint8Array)}}Pe([c(0,"suite",String),je("design:type",String)],bn.prototype,"suite",void 0),Pe([c(1,"body",Uint8Array),je("design:type",typeof(Xs=typeof Uint8Array<"u"&&Uint8Array)=="function"?Xs:Object)],bn.prototype,"body",void 0);class Ni extends bn{constructor(){super(...arguments);s(this,"reKey",new Uint8Array)}}Pe([c(0,"re_key",Uint8Array),je("design:type",typeof(Ys=typeof Uint8Array<"u"&&Uint8Array)=="function"?Ys:Object)],Ni.prototype,"reKey",void 0);class ft{constructor(){s(this,"code","");s(this,"name","");s(this,"memo","");s(this,"uri","");s(this,"level","");s(this,"nodeId","");s(this,"instId","");s(this,"raw","")}}Pe([c(0,"code",String),je("design:type",String)],ft.prototype,"code",void 0),Pe([c(1,"name",String),je("design:type",String)],ft.prototype,"name",void 0),Pe([c(2,"memo",String),je("design:type",String)],ft.prototype,"memo",void 0),Pe([c(3,"uri",String),je("design:type",String)],ft.prototype,"uri",void 0),Pe([c(4,"level",String),je("design:type",String)],ft.prototype,"level",void 0),Pe([c(5,"node_id",String),je("design:type",String)],ft.prototype,"nodeId",void 0),Pe([c(6,"inst_id",String),je("design:type",String)],ft.prototype,"instId",void 0),Pe([c(7,"raw",String),je("design:type",String)],ft.prototype,"raw",void 0);var te=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ne=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Qs,Zs;class Dt{constructor(){s(this,"id","");s(this,"name","");s(this,"modal","");s(this,"proto","");s(this,"url","");s(this,"memo","");s(this,"status",0)}}te([c(0,"id",String),ne("design:type",String)],Dt.prototype,"id",void 0),te([c(1,"name",String),ne("design:type",String)],Dt.prototype,"name",void 0),te([c(2,"modal",String),ne("design:type",String)],Dt.prototype,"modal",void 0),te([c(3,"proto",String),ne("design:type",String)],Dt.prototype,"proto",void 0),te([c(4,"url",String),ne("design:type",String)],Dt.prototype,"url",void 0),te([c(5,"memo",String),ne("design:type",String)],Dt.prototype,"memo",void 0),te([c(6,"status",Number),ne("design:type",Number)],Dt.prototype,"status",void 0);class qr extends Dt{constructor(){super(...arguments);s(this,"role","");s(this,"rw",0);s(this,"ww",0);s(this,"failover",!1)}}te([c(0,"role",String),ne("design:type",String)],qr.prototype,"role",void 0),te([c(1,"rw",Number),ne("design:type",Number)],qr.prototype,"rw",void 0),te([c(2,"ww",Number),ne("design:type",Number)],qr.prototype,"ww",void 0),te([c(3,"failover",Boolean),ne("design:type",Boolean)],qr.prototype,"failover",void 0);class it{constructor(){s(this,"id","");s(this,"name","");s(this,"modal","");s(this,"keepalive",0);s(this,"retries",0);s(this,"rwmode",0);s(this,"failover",!1);s(this,"instances",[]);s(this,"status",0);s(this,"url","");s(this,"proto","");s(this,"gfs","")}}te([c(0,"id",String),ne("design:type",String)],it.prototype,"id",void 0),te([c(1,"name",String),ne("design:type",String)],it.prototype,"name",void 0),te([c(2,"modal",String),ne("design:type",String)],it.prototype,"modal",void 0),te([c(3,"keepalive",Number),ne("design:type",Number)],it.prototype,"keepalive",void 0),te([c(4,"retries",Number),ne("design:type",Number)],it.prototype,"retries",void 0),te([c(5,"rw_mode",Number),ne("design:type",Number)],it.prototype,"rwmode",void 0),te([c(6,"failover",Boolean),ne("design:type",Boolean)],it.prototype,"failover",void 0),te([c(7,"instances",[Array,qr]),ne("design:type",Array)],it.prototype,"instances",void 0),te([c(8,"status",Number),ne("design:type",Number)],it.prototype,"status",void 0),te([c(9,"url",String),ne("design:type",String)],it.prototype,"url",void 0),te([c(10,"proto",String),ne("design:type",String)],it.prototype,"proto",void 0),te([c(11,"gfs",String),ne("design:type",String)],it.prototype,"gfs",void 0);class Nr{constructor(){s(this,"id","");s(this,"expr","");s(this,"db","")}}te([c(0,"id",String),ne("design:type",String)],Nr.prototype,"id",void 0),te([c(1,"expr",String),ne("design:type",String)],Nr.prototype,"expr",void 0),te([c(2,"db",String),ne("design:type",String)],Nr.prototype,"db",void 0);class un{constructor(){s(this,"id","");s(this,"name","");s(this,"memo","");s(this,"nodes",[]);s(this,"sides",{});s(this,"status",0)}}te([c(0,"id",String),ne("design:type",String)],un.prototype,"id",void 0),te([c(1,"name",String),ne("design:type",String)],un.prototype,"name",void 0),te([c(2,"memo",String),ne("design:type",String)],un.prototype,"memo",void 0),te([c(3,"nodes",[Array,String]),ne("design:type",Array)],un.prototype,"nodes",void 0),te([c(4,"sides",[Map,String,String]),ne("design:type",typeof(Qs=typeof Record<"u"&&Record)=="function"?Qs:Object)],un.prototype,"sides",void 0),te([c(5,"status",Number),ne("design:type",Number)],un.prototype,"status",void 0);class Cn{constructor(){s(this,"id","");s(this,"name","");s(this,"modal","");s(this,"path","");s(this,"size",0);s(this,"lines",0);s(this,"createAt")}}te([c(0,"id",String),ne("design:type",String)],Cn.prototype,"id",void 0),te([c(1,"name",String),ne("design:type",String)],Cn.prototype,"name",void 0),te([c(2,"modal",String),ne("design:type",String)],Cn.prototype,"modal",void 0),te([c(3,"path",String),ne("design:type",String)],Cn.prototype,"path",void 0),te([c(4,"size",Number),ne("design:type",Number)],Cn.prototype,"size",void 0),te([c(5,"lines",Number),ne("design:type",Number)],Cn.prototype,"lines",void 0),te([c(6,"create_at",Date),ne("design:type",typeof(Zs=typeof Date<"u"&&Date)=="function"?Zs:Object)],Cn.prototype,"createAt",void 0);var Ue=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Ce=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ec,tc,nc;class _n{constructor(){s(this,"name","");s(this,"icon","");s(this,"version","");s(this,"memo","");s(this,"raw",{})}}Ue([c(0,"name",String),Ce("design:type",String)],_n.prototype,"name",void 0),Ue([c(1,"icon",String),Ce("design:type",String)],_n.prototype,"icon",void 0),Ue([c(2,"version",String),Ce("design:type",String)],_n.prototype,"version",void 0),Ue([c(3,"memo",String),Ce("design:type",String)],_n.prototype,"memo",void 0),Ue([c(4,"raw",[Map,String,String]),Ce("design:type",typeof(ec=typeof Record<"u"&&Record)=="function"?ec:Object)],_n.prototype,"raw",void 0);class Ve{constructor(){s(this,"code","");s(this,"name","");s(this,"scene","");s(this,"mode","");s(this,"plan","");s(this,"memo","");s(this,"srcKind","");s(this,"srcURI","");s(this,"srcOption","");s(this,"dstKind","");s(this,"dstURI","");s(this,"dstOption","");s(this,"last","");s(this,"status",0);s(this,"raw","");s(this,"createAt");s(this,"updateAt");s(this,"createBy","");s(this,"updateBy","")}}Ue([c(0,"code",String),Ce("design:type",String)],Ve.prototype,"code",void 0),Ue([c(1,"name",String),Ce("design:type",String)],Ve.prototype,"name",void 0),Ue([c(2,"scene",String),Ce("design:type",String)],Ve.prototype,"scene",void 0),Ue([c(3,"mode",String),Ce("design:type",String)],Ve.prototype,"mode",void 0),Ue([c(4,"plan",String),Ce("design:type",String)],Ve.prototype,"plan",void 0),Ue([c(5,"memo",String),Ce("design:type",String)],Ve.prototype,"memo",void 0),Ue([c(6,"src_kind",String),Ce("design:type",String)],Ve.prototype,"srcKind",void 0),Ue([c(7,"src_uri",String),Ce("design:type",String)],Ve.prototype,"srcURI",void 0),Ue([c(8,"src_option",String),Ce("design:type",String)],Ve.prototype,"srcOption",void 0),Ue([c(9,"dst_kind",String),Ce("design:type",String)],Ve.prototype,"dstKind",void 0),Ue([c(10,"dst_uri",String),Ce("design:type",String)],Ve.prototype,"dstURI",void 0),Ue([c(11,"dst_option",String),Ce("design:type",String)],Ve.prototype,"dstOption",void 0),Ue([c(12,"last",String),Ce("design:type",String)],Ve.prototype,"last",void 0),Ue([c(13,"status",Number),Ce("design:type",Number)],Ve.prototype,"status",void 0),Ue([c(14,"raw",String),Ce("design:type",String)],Ve.prototype,"raw",void 0),Ue([c(15,"create_at",Date),Ce("design:type",typeof(tc=typeof Date<"u"&&Date)=="function"?tc:Object)],Ve.prototype,"createAt",void 0),Ue([c(16,"update_at",Date),Ce("design:type",typeof(nc=typeof Date<"u"&&Date)=="function"?nc:Object)],Ve.prototype,"updateAt",void 0),Ue([c(17,"create_by",String),Ce("design:type",String)],Ve.prototype,"createBy",void 0),Ue([c(18,"update_by",String),Ce("design:type",String)],Ve.prototype,"updateBy",void 0);var Sn=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},vn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},rc,ic;class ir{constructor(){s(this,"metadata",{});s(this,"content","");s(this,"timestamp",0)}}Sn([c(0,"metadata",[Map,String,String]),vn("design:type",typeof(rc=typeof Record<"u"&&Record)=="function"?rc:Object)],ir.prototype,"metadata",void 0),Sn([c(1,"content",String),vn("design:type",String)],ir.prototype,"content",void 0),Sn([c(2,"timestamp",Number),vn("design:type",Number)],ir.prototype,"timestamp",void 0);class or{constructor(){s(this,"queries",{});s(this,"start",0);s(this,"end",0);s(this,"limit",0);s(this,"step","");s(this,"direction","");s(this,"routeKey","")}}Sn([c(0,"queries",[Map,String,String]),vn("design:type",typeof(ic=typeof Record<"u"&&Record)=="function"?ic:Object)],or.prototype,"queries",void 0),Sn([c(1,"start",Number),vn("design:type",Number)],or.prototype,"start",void 0),Sn([c(2,"end",Number),vn("design:type",Number)],or.prototype,"end",void 0),Sn([c(3,"limit",Number),vn("design:type",Number)],or.prototype,"limit",void 0),Sn([c(4,"step",String),vn("design:type",String)],or.prototype,"step",void 0),Sn([c(5,"direction",String),vn("design:type",String)],or.prototype,"direction",void 0),Sn([c(6,"route_key",String),vn("design:type",String)],or.prototype,"routeKey",void 0);var Ot=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Rt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},oc,sc,cc;class Fe{constructor(){s(this,"codec","");s(this,"schema","");s(this,"buffer",new Uint8Array)}}Ot([c(0,"codec",String),Rt("design:type",String)],Fe.prototype,"codec",void 0),Ot([c(1,"schema",String),Rt("design:type",String)],Fe.prototype,"schema",void 0),Ot([c(2,"buffer",Uint8Array),Rt("design:type",typeof(oc=typeof Uint8Array<"u"&&Uint8Array)=="function"?oc:Object)],Fe.prototype,"buffer",void 0);class Pt{constructor(){s(this,"version","");s(this,"entity",new Fe);s(this,"timestamp",0);s(this,"duration",0);s(this,"key","")}}Ot([c(0,"version",String),Rt("design:type",String)],Pt.prototype,"version",void 0),Ot([c(1,"entity",Fe),Rt("design:type",Fe)],Pt.prototype,"entity",void 0),Ot([c(2,"timestamp",Number),Rt("design:type",Number)],Pt.prototype,"timestamp",void 0),Ot([c(3,"duration",Number),Rt("design:type",Number)],Pt.prototype,"duration",void 0),Ot([c(4,"key",String),Rt("design:type",String)],Pt.prototype,"key",void 0);class Ti{constructor(){s(this,"key","");s(this,"value",new Fe);s(this,"updateAt")}}Ot([c(0,"key",String),Rt("design:type",String)],Ti.prototype,"key",void 0),Ot([c(1,"value",Fe),Rt("design:type",Fe)],Ti.prototype,"value",void 0),Ot([c(2,"update_at",Date),Rt("design:type",typeof(sc=typeof Date<"u"&&Date)=="function"?sc:Object)],Ti.prototype,"updateAt",void 0);class zr{constructor(){s(this,"mno","");s(this,"kind","");s(this,"mime",new Uint8Array);s(this,"text","")}}Ot([c(0,"mno",String),Rt("design:type",String)],zr.prototype,"mno",void 0),Ot([c(1,"kind",String),Rt("design:type",String)],zr.prototype,"kind",void 0),Ot([c(2,"mime",Uint8Array),Rt("design:type",typeof(cc=typeof Uint8Array<"u"&&Uint8Array)=="function"?cc:Object)],zr.prototype,"mime",void 0),Ot([c(3,"text",String),Rt("design:type",String)],zr.prototype,"text",void 0);class Sl{}var jt=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},wt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)};class Fn{constructor(){s(this,"zone","");s(this,"cluster","");s(this,"cell","");s(this,"group","");s(this,"address","")}}jt([c(0,"zone",String),wt("design:type",String)],Fn.prototype,"zone",void 0),jt([c(1,"cluster",String),wt("design:type",String)],Fn.prototype,"cluster",void 0),jt([c(2,"cell",String),wt("design:type",String)],Fn.prototype,"cell",void 0),jt([c(3,"group",String),wt("design:type",String)],Fn.prototype,"group",void 0),jt([c(4,"address",String),wt("design:type",String)],Fn.prototype,"address",void 0);class Ge{constructor(){s(this,"mdc","");s(this,"version","");s(this,"name","");s(this,"crt","");s(this,"key","");s(this,"rootCrt","");s(this,"lattice",new Fn);s(this,"nodeID","");s(this,"instID","");s(this,"instName","")}}jt([c(0,"mdc",String),wt("design:type",String)],Ge.prototype,"mdc",void 0),jt([c(1,"version",String),wt("design:type",String)],Ge.prototype,"version",void 0),jt([c(2,"name",String),wt("design:type",String)],Ge.prototype,"name",void 0),jt([c(3,"crt",String),wt("design:type",String)],Ge.prototype,"crt",void 0),jt([c(4,"key",String),wt("design:type",String)],Ge.prototype,"key",void 0),jt([c(5,"root_crt",String),wt("design:type",String)],Ge.prototype,"rootCrt",void 0),jt([c(6,"lattice",Fn),wt("design:type",Fn)],Ge.prototype,"lattice",void 0),jt([c(7,"node_id",String),wt("design:type",String)],Ge.prototype,"nodeID",void 0),jt([c(8,"inst_id",String),wt("design:type",String)],Ge.prototype,"instID",void 0),jt([c(9,"inst_name",String),wt("design:type",String)],Ge.prototype,"instName",void 0);var sr=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},cr=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)};class Et{constructor(){s(this,"id","")}}sr([c(0,"idc",String),cr("design:type",String)],Et.prototype,"id",void 0);class ar extends Et{constructor(){super(...arguments);s(this,"ip","");s(this,"port","");s(this,"host","");s(this,"name","")}}sr([c(0,"ip",String),cr("design:type",String)],ar.prototype,"ip",void 0),sr([c(1,"port",String),cr("design:type",String)],ar.prototype,"port",void 0),sr([c(2,"host",String),cr("design:type",String)],ar.prototype,"host",void 0),sr([c(3,"name",String),cr("design:type",String)],ar.prototype,"name",void 0);class po{constructor(){s(this,"nodeId","");s(this,"instId","");s(this,"instName","")}}sr([c(0,"node_id",String),cr("design:type",String)],po.prototype,"nodeId",void 0),sr([c(1,"inst_id",String),cr("design:type",String)],po.prototype,"instId",void 0),sr([c(2,"inst_name",String),cr("design:type",String)],po.prototype,"instName",void 0);var yt=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},lt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ac,dc,uc,pc,fc,yc;class mt{constructor(){s(this,"version","");s(this,"tid","");s(this,"sid","");s(this,"eid","");s(this,"mid","");s(this,"timestamp","");s(this,"source",new Et);s(this,"target",new Et);s(this,"binding",new He);s(this,"entity",new Fe)}}yt([c(0,"version",String),lt("design:type",String)],mt.prototype,"version",void 0),yt([c(1,"tid",String),lt("design:type",String)],mt.prototype,"tid",void 0),yt([c(2,"sid",String),lt("design:type",String)],mt.prototype,"sid",void 0),yt([c(3,"eid",String),lt("design:type",String)],mt.prototype,"eid",void 0),yt([c(4,"mid",String),lt("design:type",String)],mt.prototype,"mid",void 0),yt([c(5,"timestamp",String),lt("design:type",String)],mt.prototype,"timestamp",void 0),yt([c(6,"source",Et),lt("design:type",typeof(ac=typeof Et<"u"&&Et)=="function"?ac:Object)],mt.prototype,"source",void 0),yt([c(7,"target",Et),lt("design:type",typeof(dc=typeof Et<"u"&&Et)=="function"?dc:Object)],mt.prototype,"target",void 0),yt([c(8,"binding",He),lt("design:type",typeof(uc=typeof He<"u"&&He)=="function"?uc:Object)],mt.prototype,"binding",void 0),yt([c(9,"entity",Fe),lt("design:type",typeof(pc=typeof Fe<"u"&&Fe)=="function"?pc:Object)],mt.prototype,"entity",void 0);class On{constructor(){s(this,"taskId","");s(this,"binding",new He);s(this,"status",0);s(this,"createAt",0);s(this,"invokeAt",0);s(this,"entity",new Fe)}}yt([c(0,"task_id",String),lt("design:type",String)],On.prototype,"taskId",void 0),yt([c(1,"binding",He),lt("design:type",typeof(fc=typeof He<"u"&&He)=="function"?fc:Object)],On.prototype,"binding",void 0),yt([c(2,"status",Number),lt("design:type",Number)],On.prototype,"status",void 0),yt([c(3,"create_at",Number),lt("design:type",Number)],On.prototype,"createAt",void 0),yt([c(4,"invoke_at",Number),lt("design:type",Number)],On.prototype,"invokeAt",void 0),yt([c(5,"entity",Fe),lt("design:type",typeof(yc=typeof Fe<"u"&&Fe)=="function"?yc:Object)],On.prototype,"entity",void 0);var De=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ke=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},lc,mc;class he{constructor(){s(this,"code","");s(this,"name","");s(this,"listen","");s(this,"priority",0);s(this,"kind","");s(this,"mode","");s(this,"proto","");s(this,"filter","");s(this,"flags","");s(this,"src","");s(this,"dst","");s(this,"host","");s(this,"path","");s(this,"method","");s(this,"query","");s(this,"header","");s(this,"cookie","");s(this,"memo","");s(this,"raw","");s(this,"status",0);s(this,"createAt");s(this,"updateAt");s(this,"createBy","");s(this,"updateBy","")}}De([c(0,"code",String),ke("design:type",String)],he.prototype,"code",void 0),De([c(1,"name",String),ke("design:type",String)],he.prototype,"name",void 0),De([c(2,"listen",String),ke("design:type",String)],he.prototype,"listen",void 0),De([c(3,"priority",Number),ke("design:type",Number)],he.prototype,"priority",void 0),De([c(4,"kind",String),ke("design:type",String)],he.prototype,"kind",void 0),De([c(5,"mode",String),ke("design:type",String)],he.prototype,"mode",void 0),De([c(6,"proto",String),ke("design:type",String)],he.prototype,"proto",void 0),De([c(7,"filter",String),ke("design:type",String)],he.prototype,"filter",void 0),De([c(8,"flags",String),ke("design:type",String)],he.prototype,"flags",void 0),De([c(9,"src",String),ke("design:type",String)],he.prototype,"src",void 0),De([c(10,"dst",String),ke("design:type",String)],he.prototype,"dst",void 0),De([c(11,"host",String),ke("design:type",String)],he.prototype,"host",void 0),De([c(12,"path",String),ke("design:type",String)],he.prototype,"path",void 0),De([c(13,"method",String),ke("design:type",String)],he.prototype,"method",void 0),De([c(14,"query",String),ke("design:type",String)],he.prototype,"query",void 0),De([c(15,"header",String),ke("design:type",String)],he.prototype,"header",void 0),De([c(16,"cookie",String),ke("design:type",String)],he.prototype,"cookie",void 0),De([c(17,"memo",String),ke("design:type",String)],he.prototype,"memo",void 0),De([c(18,"raw",String),ke("design:type",String)],he.prototype,"raw",void 0),De([c(19,"status",Number),ke("design:type",Number)],he.prototype,"status",void 0),De([c(20,"create_at",Date),ke("design:type",typeof(lc=typeof Date<"u"&&Date)=="function"?lc:Object)],he.prototype,"createAt",void 0),De([c(21,"update_at",Date),ke("design:type",typeof(mc=typeof Date<"u"&&Date)=="function"?mc:Object)],he.prototype,"updateAt",void 0),De([c(22,"create_by",String),ke("design:type",String)],he.prototype,"createBy",void 0),De([c(23,"update_by",String),ke("design:type",String)],he.prototype,"updateBy",void 0);var Me=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Ie=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},gc,hc,bc,_c,Sc;class nt{constructor(){s(this,"algo","");s(this,"domain","");s(this,"subject","");s(this,"length",0);s(this,"activeAt");s(this,"expireAt");s(this,"mail","");s(this,"isCA",!1);s(this,"caAlgo","");s(this,"caCert","");s(this,"caKey","");s(this,"ips",[]);s(this,"name","");s(this,"usage",0)}}Me([c(0,"algo",String),Ie("design:type",String)],nt.prototype,"algo",void 0),Me([c(1,"domain",String),Ie("design:type",String)],nt.prototype,"domain",void 0),Me([c(2,"subject",String),Ie("design:type",String)],nt.prototype,"subject",void 0),Me([c(3,"length",Number),Ie("design:type",Number)],nt.prototype,"length",void 0),Me([c(4,"active_at",Date),Ie("design:type",typeof(gc=typeof Date<"u"&&Date)=="function"?gc:Object)],nt.prototype,"activeAt",void 0),Me([c(5,"expire_at",Date),Ie("design:type",typeof(hc=typeof Date<"u"&&Date)=="function"?hc:Object)],nt.prototype,"expireAt",void 0),Me([c(6,"mail",String),Ie("design:type",String)],nt.prototype,"mail",void 0),Me([c(7,"is_ca",Boolean),Ie("design:type",Boolean)],nt.prototype,"isCA",void 0),Me([c(8,"ca_algo",String),Ie("design:type",String)],nt.prototype,"caAlgo",void 0),Me([c(9,"ca_cert",String),Ie("design:type",String)],nt.prototype,"caCert",void 0),Me([c(10,"ca_key",String),Ie("design:type",String)],nt.prototype,"caKey",void 0),Me([c(11,"ips",[Array,String]),Ie("design:type",Array)],nt.prototype,"ips",void 0),Me([c(12,"name",String),Ie("design:type",String)],nt.prototype,"name",void 0),Me([c(13,"usage",Number),Ie("design:type",Number)],nt.prototype,"usage",void 0);class Wt extends nt{constructor(){super(...arguments);s(this,"crt","");s(this,"key","");s(this,"crl","");s(this,"id","")}}Me([c(0,"crt",String),Ie("design:type",String)],Wt.prototype,"crt",void 0),Me([c(1,"key",String),Ie("design:type",String)],Wt.prototype,"key",void 0),Me([c(2,"crl",String),Ie("design:type",String)],Wt.prototype,"crl",void 0),Me([c(3,"id",String),Ie("design:type",String)],Wt.prototype,"id",void 0);class Vr{constructor(){s(this,"id","");s(this,"reason",0)}}Me([c(0,"id",String),Ie("design:type",String)],Vr.prototype,"id",void 0),Me([c(1,"reason",Number),Ie("design:type",Number)],Vr.prototype,"reason",void 0);class Tr{constructor(){s(this,"id","");s(this,"algo","");s(this,"expireAt")}}Me([c(0,"id",String),Ie("design:type",String)],Tr.prototype,"id",void 0),Me([c(1,"algo",String),Ie("design:type",String)],Tr.prototype,"algo",void 0),Me([c(2,"expire_at",Date),Ie("design:type",typeof(bc=typeof Date<"u"&&Date)=="function"?bc:Object)],Tr.prototype,"expireAt",void 0);class Xo{constructor(){s(this,"crts",{});s(this,"roots",{})}}Me([c(0,"crts",[Map,String,Wt]),Ie("design:type",typeof(_c=typeof Record<"u"&&Record)=="function"?_c:Object)],Xo.prototype,"crts",void 0),Me([c(1,"roots",[Map,String,Wt]),Ie("design:type",typeof(Sc=typeof Record<"u"&&Record)=="function"?Sc:Object)],Xo.prototype,"roots",void 0);var Ee=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Ne=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},vc,Oc;class Re{constructor(){s(this,"version","");s(this,"level",0);s(this,"name","");s(this,"createBy","");s(this,"createAt",0);s(this,"activeAt",0);s(this,"factor","");s(this,"signature","");s(this,"muid","");s(this,"server","");s(this,"crt","");s(this,"group",[]);s(this,"replicas",0);s(this,"maxCooperators",0);s(this,"maxTenants",0);s(this,"maxUsers",0);s(this,"maxMills",0);s(this,"whiteURN",[]);s(this,"blackURN",[]);s(this,"superURN",[])}}Ee([c(0,"version",String),Ne("design:type",String)],Re.prototype,"version",void 0),Ee([c(1,"level",Number),Ne("design:type",Number)],Re.prototype,"level",void 0),Ee([c(2,"name",String),Ne("design:type",String)],Re.prototype,"name",void 0),Ee([c(3,"create_by",String),Ne("design:type",String)],Re.prototype,"createBy",void 0),Ee([c(4,"create_at",Number),Ne("design:type",Number)],Re.prototype,"createAt",void 0),Ee([c(5,"active_at",Number),Ne("design:type",Number)],Re.prototype,"activeAt",void 0),Ee([c(6,"factor",String),Ne("design:type",String)],Re.prototype,"factor",void 0),Ee([c(7,"signature",String),Ne("design:type",String)],Re.prototype,"signature",void 0),Ee([c(8,"muid",String),Ne("design:type",String)],Re.prototype,"muid",void 0),Ee([c(9,"server",String),Ne("design:type",String)],Re.prototype,"server",void 0),Ee([c(10,"crt",String),Ne("design:type",String)],Re.prototype,"crt",void 0),Ee([c(11,"group",[Array,String]),Ne("design:type",Array)],Re.prototype,"group",void 0),Ee([c(12,"replicas",Number),Ne("design:type",Number)],Re.prototype,"replicas",void 0),Ee([c(13,"max_cooperators",Number),Ne("design:type",Number)],Re.prototype,"maxCooperators",void 0),Ee([c(14,"max_tenants",Number),Ne("design:type",Number)],Re.prototype,"maxTenants",void 0),Ee([c(15,"max_users",Number),Ne("design:type",Number)],Re.prototype,"maxUsers",void 0),Ee([c(16,"max_mills",Number),Ne("design:type",Number)],Re.prototype,"maxMills",void 0),Ee([c(17,"white_urns",[Array,String]),Ne("design:type",Array)],Re.prototype,"whiteURN",void 0),Ee([c(18,"black_urns",[Array,String]),Ne("design:type",Array)],Re.prototype,"blackURN",void 0),Ee([c(19,"super_urns",[Array,String]),Ne("design:type",Array)],Re.prototype,"superURN",void 0);class Gr{constructor(){s(this,"cipher","");s(this,"explain",new Re);s(this,"createAt")}}Ee([c(0,"cipher",String),Ne("design:type",String)],Gr.prototype,"cipher",void 0),Ee([c(1,"explain",Re),Ne("design:type",Re)],Gr.prototype,"explain",void 0),Ee([c(2,"create_at",Date),Ne("design:type",typeof(vc=typeof Date<"u"&&Date)=="function"?vc:Object)],Gr.prototype,"createAt",void 0);class Wr{constructor(){s(this,"cipher","");s(this,"explain",new Ge);s(this,"nodeKey","")}}Ee([c(0,"cipher",String),Ne("design:type",String)],Wr.prototype,"cipher",void 0),Ee([c(1,"explain",Ge),Ne("design:type",typeof(Oc=typeof Ge<"u"&&Ge)=="function"?Oc:Object)],Wr.prototype,"explain",void 0),Ee([c(2,"node_key",String),Ne("design:type",String)],Wr.prototype,"nodeKey",void 0);var ae=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},de=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Rc,Pc,jc;class Kr{constructor(){s(this,"mno","");s(this,"kind","");s(this,"mime",new Uint8Array);s(this,"text","")}}ae([c(0,"mno",String),de("design:type",String)],Kr.prototype,"mno",void 0),ae([c(1,"kind",String),de("design:type",String)],Kr.prototype,"kind",void 0),ae([c(2,"mime",Uint8Array),de("design:type",typeof(Rc=typeof Uint8Array<"u"&&Uint8Array)=="function"?Rc:Object)],Kr.prototype,"mime",void 0),ae([c(3,"text",String),de("design:type",String)],Kr.prototype,"text",void 0);class dr{constructor(){s(this,"clientId","");s(this,"scope","");s(this,"state","");s(this,"flags",0)}}ae([c(0,"client_id",String),de("design:type",String)],dr.prototype,"clientId",void 0),ae([c(1,"scope",String),de("design:type",String)],dr.prototype,"scope",void 0),ae([c(2,"state",String),de("design:type",String)],dr.prototype,"state",void 0),ae([c(3,"flags",Number),de("design:type",Number)],dr.prototype,"flags",void 0);class Qt{constructor(){s(this,"clientId","");s(this,"authType","");s(this,"accessKey","");s(this,"secretKey","");s(this,"captcha","")}}ae([c(0,"client_id",String),de("design:type",String)],Qt.prototype,"clientId",void 0),ae([c(1,"auth_type",String),de("design:type",String)],Qt.prototype,"authType",void 0),ae([c(2,"access_key",String),de("design:type",String)],Qt.prototype,"accessKey",void 0),ae([c(3,"secret_key",String),de("design:type",String)],Qt.prototype,"secretKey",void 0),ae([c(4,"captcha",String),de("design:type",String)],Qt.prototype,"captcha",void 0);class Dn{constructor(){s(this,"token","");s(this,"kind","");s(this,"expiresAt");s(this,"scope","");s(this,"refreshToken","")}}ae([c(0,"token",String),de("design:type",String)],Dn.prototype,"token",void 0),ae([c(1,"type",String),de("design:type",String)],Dn.prototype,"kind",void 0),ae([c(2,"expires_at",Date),de("design:type",typeof(Pc=typeof Date<"u"&&Date)=="function"?Pc:Object)],Dn.prototype,"expiresAt",void 0),ae([c(3,"scope",String),de("design:type",String)],Dn.prototype,"scope",void 0),ae([c(4,"refresh_token",String),de("design:type",String)],Dn.prototype,"refreshToken",void 0);class Yo{constructor(){s(this,"code","")}}ae([c(0,"code",String),de("design:type",String)],Yo.prototype,"code",void 0);class fo{constructor(){s(this,"code","");s(this,"redirectURI","")}}ae([c(0,"code",String),de("design:type",String)],fo.prototype,"code",void 0),ae([c(1,"redirect_uri",String),de("design:type",String)],fo.prototype,"redirectURI",void 0);class yo{constructor(){s(this,"clientId","");s(this,"userId","");s(this,"expiresAt",0)}}ae([c(0,"client_id",String),de("design:type",String)],yo.prototype,"clientId",void 0),ae([c(1,"user_id",String),de("design:type",String)],yo.prototype,"userId",void 0),ae([c(2,"expires_at",Number),de("design:type",Number)],yo.prototype,"expiresAt",void 0);class Nt{constructor(){s(this,"token","");s(this,"userid","");s(this,"username","");s(this,"nickname","");s(this,"avatar","");s(this,"mobile","");s(this,"mail","");s(this,"deptId","");s(this,"mdc","");s(this,"instIds",[]);s(this,"attrs",[]);s(this,"raw",{})}}ae([c(0,"token",String),de("design:type",String)],Nt.prototype,"token",void 0),ae([c(1,"userid",String),de("design:type",String)],Nt.prototype,"userid",void 0),ae([c(2,"username",String),de("design:type",String)],Nt.prototype,"username",void 0),ae([c(3,"nickname",String),de("design:type",String)],Nt.prototype,"nickname",void 0),ae([c(4,"avatar",String),de("design:type",String)],Nt.prototype,"avatar",void 0),ae([c(5,"mobile",String),de("design:type",String)],Nt.prototype,"mobile",void 0),ae([c(6,"mail",String),de("design:type",String)],Nt.prototype,"mail",void 0),ae([c(7,"dept_id",String),de("design:type",String)],Nt.prototype,"deptId",void 0),ae([c(8,"mdc",String),de("design:type",String)],Nt.prototype,"mdc",void 0),ae([c(9,"inst_ids",[Array,String]),de("design:type",Array)],Nt.prototype,"instIds",void 0),ae([c(10,"attrs",[Array,String]),de("design:type",Array)],Nt.prototype,"attrs",void 0),ae([c(11,"raw",[Map,String,String]),de("design:type",typeof(jc=typeof Record<"u"&&Record)=="function"?jc:Object)],Nt.prototype,"raw",void 0);var Jr=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Xr=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},wc,Ec;class Qo{constructor(){s(this,"arguments",[]);s(this,"attachments",{})}}Jr([c(0,"arguments",[Array,Object]),Xr("design:type",Array)],Qo.prototype,"arguments",void 0),Jr([c(1,"attachments",[Map,String,String]),Xr("design:type",typeof(wc=typeof Record<"u"&&Record)=="function"?wc:Object)],Qo.prototype,"attachments",void 0);class Ai{constructor(){s(this,"code","");s(this,"message","");s(this,"cause",new Ft);s(this,"content")}}Jr([c(0,"code",String),Xr("design:type",String)],Ai.prototype,"code",void 0),Jr([c(1,"message",String),Xr("design:type",String)],Ai.prototype,"message",void 0),Jr([c(2,"cause",Ft),Xr("design:type",typeof(Ec=typeof Ft<"u"&&Ft)=="function"?Ec:Object)],Ai.prototype,"cause",void 0),Jr([c(3,"content",Object),Xr("design:type",Object)],Ai.prototype,"content",void 0);var ye=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},le=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Nc,Tc;class Zt{constructor(){s(this,"version","");s(this,"proto","");s(this,"codec","");s(this,"mdc","");s(this,"zone","");s(this,"cluster","");s(this,"cell","");s(this,"group","");s(this,"address","")}}ye([c(0,"version",String),le("design:type",String)],Zt.prototype,"version",void 0),ye([c(1,"proto",String),le("design:type",String)],Zt.prototype,"proto",void 0),ye([c(2,"codec",String),le("design:type",String)],Zt.prototype,"codec",void 0),ye([c(3,"mdc",String),le("design:type",String)],Zt.prototype,"mdc",void 0),ye([c(4,"zone",String),le("design:type",String)],Zt.prototype,"zone",void 0),ye([c(5,"cluster",String),le("design:type",String)],Zt.prototype,"cluster",void 0),ye([c(6,"cell",String),le("design:type",String)],Zt.prototype,"cell",void 0),ye([c(7,"group",String),le("design:type",String)],Zt.prototype,"group",void 0),ye([c(8,"address",String),le("design:type",String)],Zt.prototype,"address",void 0);class Rn extends Zt{constructor(){super(...arguments);s(this,"urn","");s(this,"namespace","");s(this,"name","");s(this,"flags",0);s(this,"timeout",0);s(this,"retries",0)}}ye([c(0,"urn",String),le("design:type",String)],Rn.prototype,"urn",void 0),ye([c(1,"namespace",String),le("design:type",String)],Rn.prototype,"namespace",void 0),ye([c(2,"name",String),le("design:type",String)],Rn.prototype,"name",void 0),ye([c(3,"flags",Number),le("design:type",Number)],Rn.prototype,"flags",void 0),ye([c(4,"timeout",Number),le("design:type",Number)],Rn.prototype,"timeout",void 0),ye([c(5,"retries",Number),le("design:type",Number)],Rn.prototype,"retries",void 0);class kt extends Zt{constructor(){super(...arguments);s(this,"urn","");s(this,"namespace","");s(this,"name","");s(this,"flags",0);s(this,"timeout",0);s(this,"retries",0);s(this,"sets","");s(this,"kind","");s(this,"lang","");s(this,"attrs",{})}}ye([c(0,"urn",String),le("design:type",String)],kt.prototype,"urn",void 0),ye([c(1,"namespace",String),le("design:type",String)],kt.prototype,"namespace",void 0),ye([c(2,"name",String),le("design:type",String)],kt.prototype,"name",void 0),ye([c(3,"flags",Number),le("design:type",Number)],kt.prototype,"flags",void 0),ye([c(4,"timeout",Number),le("design:type",Number)],kt.prototype,"timeout",void 0),ye([c(5,"retries",Number),le("design:type",Number)],kt.prototype,"retries",void 0),ye([c(6,"sets",String),le("design:type",String)],kt.prototype,"sets",void 0),ye([c(7,"kind",String),le("design:type",String)],kt.prototype,"kind",void 0),ye([c(8,"lang",String),le("design:type",String)],kt.prototype,"lang",void 0),ye([c(9,"attrs",[Map,String,String]),le("design:type",typeof(Nc=typeof Record<"u"&&Record)=="function"?Nc:Object)],kt.prototype,"attrs",void 0);class Zo{constructor(){s(this,"references",[]);s(this,"services",[])}}ye([c(0,"references",[Array,Rn]),le("design:type",Array)],Zo.prototype,"references",void 0),ye([c(1,"services",[Array,kt]),le("design:type",Array)],Zo.prototype,"services",void 0);class gt{constructor(){s(this,"instanceId","");s(this,"name","");s(this,"kind","");s(this,"address","");s(this,"content");s(this,"timestamp",0);s(this,"attachments",{})}}ye([c(0,"instance_id",String),le("design:type",String)],gt.prototype,"instanceId",void 0),ye([c(1,"name",String),le("design:type",String)],gt.prototype,"name",void 0),ye([c(2,"kind",String),le("design:type",String)],gt.prototype,"kind",void 0),ye([c(3,"address",String),le("design:type",String)],gt.prototype,"address",void 0),ye([c(4,"content",Object),le("design:type",Object)],gt.prototype,"content",void 0),ye([c(5,"timestamp",Number),le("design:type",Number)],gt.prototype,"timestamp",void 0),ye([c(6,"attachments",[Map,String,String]),le("design:type",typeof(Tc=typeof Record<"u"&&Record)=="function"?Tc:Object)],gt.prototype,"attachments",void 0);var B=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},L=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ac,Mc,Ic;class me{constructor(){s(this,"sid","");s(this,"did","");s(this,"name","");s(this,"kind","");s(this,"pattern","");s(this,"address","");s(this,"memo","");s(this,"rank",0);s(this,"tags","");s(this,"expireAt");s(this,"upstream",0);s(this,"downstream",0);s(this,"requests",0);s(this,"hostRoot","");s(this,"hostCrt","");s(this,"hostKey","");s(this,"guestRoot","");s(this,"sap","");s(this,"skip",!1);s(this,"raw","");s(this,"status",0);s(this,"createAt");s(this,"updateAt");s(this,"createBy","");s(this,"updateBy","")}}B([c(0,"sid",String),L("design:type",String)],me.prototype,"sid",void 0),B([c(1,"did",String),L("design:type",String)],me.prototype,"did",void 0),B([c(2,"name",String),L("design:type",String)],me.prototype,"name",void 0),B([c(3,"kind",String),L("design:type",String)],me.prototype,"kind",void 0),B([c(4,"pattern",String),L("design:type",String)],me.prototype,"pattern",void 0),B([c(5,"address",String),L("design:type",String)],me.prototype,"address",void 0),B([c(6,"memo",String),L("design:type",String)],me.prototype,"memo",void 0),B([c(7,"rank",Number),L("design:type",Number)],me.prototype,"rank",void 0),B([c(8,"tags",String),L("design:type",String)],me.prototype,"tags",void 0),B([c(9,"expire_at",Date),L("design:type",typeof(Ac=typeof Date<"u"&&Date)=="function"?Ac:Object)],me.prototype,"expireAt",void 0),B([c(10,"upstream",Number),L("design:type",Number)],me.prototype,"upstream",void 0),B([c(11,"downstream",Number),L("design:type",Number)],me.prototype,"downstream",void 0),B([c(12,"requests",Number),L("design:type",Number)],me.prototype,"requests",void 0),B([c(13,"host_root",String),L("design:type",String)],me.prototype,"hostRoot",void 0),B([c(14,"host_crt",String),L("design:type",String)],me.prototype,"hostCrt",void 0),B([c(15,"host_key",String),L("design:type",String)],me.prototype,"hostKey",void 0),B([c(16,"guest_root",String),L("design:type",String)],me.prototype,"guestRoot",void 0),B([c(17,"sap",String),L("design:type",String)],me.prototype,"sap",void 0),B([c(18,"skip",Boolean),L("design:type",Boolean)],me.prototype,"skip",void 0),B([c(19,"raw",String),L("design:type",String)],me.prototype,"raw",void 0),B([c(20,"status",Number),L("design:type",Number)],me.prototype,"status",void 0),B([c(21,"create_at",Date),L("design:type",typeof(Mc=typeof Date<"u"&&Date)=="function"?Mc:Object)],me.prototype,"createAt",void 0),B([c(22,"update_at",Date),L("design:type",typeof(Ic=typeof Date<"u"&&Date)=="function"?Ic:Object)],me.prototype,"updateAt",void 0),B([c(23,"create_by",String),L("design:type",String)],me.prototype,"createBy",void 0),B([c(24,"update_by",String),L("design:type",String)],me.prototype,"updateBy",void 0);class Kt{constructor(){s(this,"sap","");s(this,"crt","");s(this,"key","");s(this,"cas",[]);s(this,"sni","");s(this,"skip",!1)}}B([c(0,"sap",String),L("design:type",String)],Kt.prototype,"sap",void 0),B([c(1,"crt",String),L("design:type",String)],Kt.prototype,"crt",void 0),B([c(2,"key",String),L("design:type",String)],Kt.prototype,"key",void 0),B([c(3,"cas",[Array,String]),L("design:type",Array)],Kt.prototype,"cas",void 0),B([c(4,"sni",String),L("design:type",String)],Kt.prototype,"sni",void 0),B([c(5,"skip",Boolean),L("design:type",Boolean)],Kt.prototype,"skip",void 0);class kn{constructor(){s(this,"name","");s(this,"matcher","");s(this,"priority",0);s(this,"services",[]);s(this,"filters",[]);s(this,"proxy","");s(this,"option",new Kt)}}B([c(0,"name",String),L("design:type",String)],kn.prototype,"name",void 0),B([c(1,"matcher",String),L("design:type",String)],kn.prototype,"matcher",void 0),B([c(2,"priority",Number),L("design:type",Number)],kn.prototype,"priority",void 0),B([c(3,"services",[Array,String]),L("design:type",Array)],kn.prototype,"services",void 0),B([c(4,"filters",[Array,String]),L("design:type",Array)],kn.prototype,"filters",void 0),B([c(5,"proxy",String),L("design:type",String)],kn.prototype,"proxy",void 0),B([c(6,"option",Kt),L("design:type",Kt)],kn.prototype,"option",void 0);class Yr{constructor(){s(this,"name","");s(this,"kind","");s(this,"listen","");s(this,"routes",[]);s(this,"option",new Kt)}}B([c(0,"name",String),L("design:type",String)],Yr.prototype,"name",void 0),B([c(1,"kind",String),L("design:type",String)],Yr.prototype,"kind",void 0),B([c(2,"listen",String),L("design:type",String)],Yr.prototype,"listen",void 0),B([c(3,"routes",[Array,kn]),L("design:type",Array)],Yr.prototype,"routes",void 0),B([c(4,"option",Kt),L("design:type",Kt)],Yr.prototype,"option",void 0);class lo{constructor(){s(this,"expr","");s(this,"value","")}}B([c(0,"expr",String),L("design:type",String)],lo.prototype,"expr",void 0),B([c(1,"value",String),L("design:type",String)],lo.prototype,"value",void 0);class ur{constructor(){s(this,"name","");s(this,"kind","");s(this,"layer","");s(this,"priority",0);s(this,"status",0);s(this,"memo","");s(this,"matchers",[])}}B([c(0,"name",String),L("design:type",String)],ur.prototype,"name",void 0),B([c(1,"kind",String),L("design:type",String)],ur.prototype,"kind",void 0),B([c(2,"layer",String),L("design:type",String)],ur.prototype,"layer",void 0),B([c(3,"priority",Number),L("design:type",Number)],ur.prototype,"priority",void 0),B([c(4,"status",Number),L("design:type",Number)],ur.prototype,"status",void 0),B([c(5,"memo",String),L("design:type",String)],ur.prototype,"memo",void 0),B([c(6,"matchers",[Array,lo]),L("design:type",Array)],ur.prototype,"matchers",void 0);var Pn=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},jn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},$c;class pr{constructor(){s(this,"xid","");s(this,"timeout",0);s(this,"schema","");s(this,"flags",0)}}Pn([c(0,"xid",String),jn("design:type",String)],pr.prototype,"xid",void 0),Pn([c(1,"timeout",Number),jn("design:type",Number)],pr.prototype,"timeout",void 0),Pn([c(2,"schema",String),jn("design:type",String)],pr.prototype,"schema",void 0),Pn([c(3,"flags",Number),jn("design:type",Number)],pr.prototype,"flags",void 0);class wn{constructor(){s(this,"xid","");s(this,"schema","");s(this,"grammar","");s(this,"expr","");s(this,"args",{});s(this,"flags",0)}}Pn([c(0,"xid",String),jn("design:type",String)],wn.prototype,"xid",void 0),Pn([c(1,"schema",String),jn("design:type",String)],wn.prototype,"schema",void 0),Pn([c(2,"grammar",String),jn("design:type",String)],wn.prototype,"grammar",void 0),Pn([c(3,"expr",String),jn("design:type",String)],wn.prototype,"expr",void 0),Pn([c(4,"args",[Map,String,Object]),jn("design:type",typeof($c=typeof Record<"u"&&Record)=="function"?$c:Object)],wn.prototype,"args",void 0),Pn([c(5,"flags",Number),jn("design:type",Number)],wn.prototype,"flags",void 0);var V=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},G=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Uc,Cc,Fc,Dc,kc,xc;class xn{constructor(){s(this,"name","");s(this,"macros",{});s(this,"comments",[]);s(this,"kind","");s(this,"value","");s(this,"flags",0);s(this,"usage","")}}V([c(0,"0",String),G("design:type",String)],xn.prototype,"name",void 0),V([c(1,"1",[Map,String,[Map,String,String]]),G("design:type",typeof(Uc=typeof Record<"u"&&Record)=="function"?Uc:Object)],xn.prototype,"macros",void 0),V([c(2,"2",[Array,String]),G("design:type",Array)],xn.prototype,"comments",void 0),V([c(3,"3",String),G("design:type",String)],xn.prototype,"kind",void 0),V([c(4,"4",String),G("design:type",String)],xn.prototype,"value",void 0),V([c(5,"5",Number),G("design:type",Number)],xn.prototype,"flags",void 0),V([c(6,"6",String),G("design:type",String)],xn.prototype,"usage",void 0);class fr{constructor(){s(this,"name","");s(this,"comments",[]);s(this,"kind","");s(this,"value","");s(this,"flags",0);s(this,"usage","")}}V([c(0,"0",String),G("design:type",String)],fr.prototype,"name",void 0),V([c(1,"1",[Array,String]),G("design:type",Array)],fr.prototype,"comments",void 0),V([c(2,"2",String),G("design:type",String)],fr.prototype,"kind",void 0),V([c(3,"3",String),G("design:type",String)],fr.prototype,"value",void 0),V([c(4,"4",Number),G("design:type",Number)],fr.prototype,"flags",void 0),V([c(5,"5",String),G("design:type",String)],fr.prototype,"usage",void 0);class Mi{constructor(){s(this,"name","");s(this,"comments",[]);s(this,"kind","")}}V([c(0,"0",String),G("design:type",String)],Mi.prototype,"name",void 0),V([c(1,"1",[Array,String]),G("design:type",Array)],Mi.prototype,"comments",void 0),V([c(2,"2",String),G("design:type",String)],Mi.prototype,"kind",void 0);class pn{constructor(){s(this,"name","");s(this,"macros",{});s(this,"comments",[]);s(this,"modifier",0);s(this,"kind","");s(this,"value","");s(this,"flags",0);s(this,"usage","")}}V([c(0,"0",String),G("design:type",String)],pn.prototype,"name",void 0),V([c(1,"1",[Map,String,[Map,String,String]]),G("design:type",typeof(Cc=typeof Record<"u"&&Record)=="function"?Cc:Object)],pn.prototype,"macros",void 0),V([c(2,"2",[Array,String]),G("design:type",Array)],pn.prototype,"comments",void 0),V([c(3,"3",Number),G("design:type",Number)],pn.prototype,"modifier",void 0),V([c(4,"4",String),G("design:type",String)],pn.prototype,"kind",void 0),V([c(5,"5",String),G("design:type",String)],pn.prototype,"value",void 0),V([c(6,"7",Number),G("design:type",Number)],pn.prototype,"flags",void 0),V([c(7,"8",String),G("design:type",String)],pn.prototype,"usage",void 0);class En{constructor(){s(this,"name","");s(this,"macros",{});s(this,"comments",[]);s(this,"modifier",0);s(this,"parameters",[]);s(this,"returns",[]);s(this,"causes",[])}}V([c(0,"0",String),G("design:type",String)],En.prototype,"name",void 0),V([c(1,"1",[Map,String,[Map,String,String]]),G("design:type",typeof(Fc=typeof Record<"u"&&Record)=="function"?Fc:Object)],En.prototype,"macros",void 0),V([c(2,"2",[Array,String]),G("design:type",Array)],En.prototype,"comments",void 0),V([c(3,"3",Number),G("design:type",Number)],En.prototype,"modifier",void 0),V([c(4,"4",[Array,xn]),G("design:type",Array)],En.prototype,"parameters",void 0),V([c(5,"5",[Array,fr]),G("design:type",Array)],En.prototype,"returns",void 0),V([c(6,"6",[Array,Mi]),G("design:type",Array)],En.prototype,"causes",void 0);class fn{constructor(){s(this,"name","");s(this,"macros",{});s(this,"comments",[]);s(this,"modifier",0);s(this,"variables",[]);s(this,"methods",[]);s(this,"supers",[]);s(this,"traits",[]);s(this,"signature","")}}V([c(0,"0",String),G("design:type",String)],fn.prototype,"name",void 0),V([c(1,"1",[Map,String,[Map,String,String]]),G("design:type",typeof(Dc=typeof Record<"u"&&Record)=="function"?Dc:Object)],fn.prototype,"macros",void 0),V([c(2,"2",[Array,String]),G("design:type",Array)],fn.prototype,"comments",void 0),V([c(3,"3",Number),G("design:type",Number)],fn.prototype,"modifier",void 0),V([c(4,"4",[Array,pn]),G("design:type",Array)],fn.prototype,"variables",void 0),V([c(5,"5",[Array,En]),G("design:type",Array)],fn.prototype,"methods",void 0),V([c(6,"6",[Array,String]),G("design:type",Array)],fn.prototype,"supers",void 0),V([c(7,"7",[Array,String]),G("design:type",Array)],fn.prototype,"traits",void 0),V([c(8,"8",String),G("design:type",String)],fn.prototype,"signature",void 0);class Bn{constructor(){s(this,"name","");s(this,"pkg","");s(this,"path","");s(this,"imports",{});s(this,"kinds",[]);s(this,"variables",[]);s(this,"methods",[]);s(this,"set",{})}}V([c(0,"0",String),G("design:type",String)],Bn.prototype,"name",void 0),V([c(1,"1",String),G("design:type",String)],Bn.prototype,"pkg",void 0),V([c(2,"2",String),G("design:type",String)],Bn.prototype,"path",void 0),V([c(3,"3",[Map,String,String]),G("design:type",typeof(kc=typeof Record<"u"&&Record)=="function"?kc:Object)],Bn.prototype,"imports",void 0),V([c(4,"4",[Array,fn]),G("design:type",Array)],Bn.prototype,"kinds",void 0),V([c(5,"5",[Array,pn]),G("design:type",Array)],Bn.prototype,"variables",void 0),V([c(6,"6",[Array,En]),G("design:type",Array)],Bn.prototype,"methods",void 0),V([c(7,"7",[Map,String,String]),G("design:type",typeof(xc=typeof Record<"u"&&Record)=="function"?xc:Object)],Bn.prototype,"set",void 0);var xt=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Bt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Bc,Lc,Hc;class Ze extends wr{constructor(){super(...arguments);s(this,"code","");s(this,"name","");s(this,"kind","");s(this,"lang","");s(this,"flags",0);s(this,"author","");s(this,"version","");s(this,"runtime","");s(this,"memo","");s(this,"icon","");s(this,"doc","");s(this,"dev",new Uint8Array);s(this,"run",new Uint8Array);s(this,"raw",{})}}xt([c(0,"code",String),Bt("design:type",String)],Ze.prototype,"code",void 0),xt([c(1,"name",String),Bt("design:type",String)],Ze.prototype,"name",void 0),xt([c(2,"kind",String),Bt("design:type",String)],Ze.prototype,"kind",void 0),xt([c(3,"lang",String),Bt("design:type",String)],Ze.prototype,"lang",void 0),xt([c(4,"flags",Number),Bt("design:type",Number)],Ze.prototype,"flags",void 0),xt([c(5,"author",String),Bt("design:type",String)],Ze.prototype,"author",void 0),xt([c(6,"version",String),Bt("design:type",String)],Ze.prototype,"version",void 0),xt([c(7,"runtime",String),Bt("design:type",String)],Ze.prototype,"runtime",void 0),xt([c(8,"memo",String),Bt("design:type",String)],Ze.prototype,"memo",void 0),xt([c(9,"icon",String),Bt("design:type",String)],Ze.prototype,"icon",void 0),xt([c(10,"doc",String),Bt("design:type",String)],Ze.prototype,"doc",void 0),xt([c(11,"dev",Uint8Array),Bt("design:type",typeof(Bc=typeof Uint8Array<"u"&&Uint8Array)=="function"?Bc:Object)],Ze.prototype,"dev",void 0),xt([c(12,"run",Uint8Array),Bt("design:type",typeof(Lc=typeof Uint8Array<"u"&&Uint8Array)=="function"?Lc:Object)],Ze.prototype,"run",void 0),xt([c(13,"raw",[Map,String,String]),Bt("design:type",typeof(Hc=typeof Record<"u"&&Record)=="function"?Hc:Object)],Ze.prototype,"raw",void 0);class qc{constructor(e,t,n){s(this,"code");s(this,"text");s(this,"color");this.code=e,this.text=t,this.color=n}}const gi=class gi{constructor(e){s(this,"values");this.values=e}from(e){for(let t of this.values){if(typeof t.code!="number"||typeof e!="number"){if(t.code==e)return t;continue}if(t.code===(t.code&e))return t}return this.values[0]}asMap(){const e=new Map([["",new qc(-1,"全部","")]]);for(let t=0;t<this.values.length;t++)e.set(this.values[t].text,this.values[t]);return e}};s(gi,"Route",new gi([{code:1,text:"已登记",color:"blue"},{code:2,text:"已禁用",color:"orange"},{code:4,text:"已启用",color:"green"}])),s(gi,"Datasource",new gi([{code:1,text:"已启用",color:"green"},{code:2,text:"已禁用",color:"orange"}]));let es=gi;var Ln=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Hn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},zc;class Ii{constructor(){s(this,"index",0);s(this,"flag",0);s(this,"body",new Uint8Array)}}Ln([c(0,"idx",Number),Hn("design:type",Number)],Ii.prototype,"index",void 0),Ln([c(1,"flag",Number),Hn("design:type",Number)],Ii.prototype,"flag",void 0),Ln([c(2,"body",Uint8Array),Hn("design:type",typeof(zc=typeof Uint8Array<"u"&&Uint8Array)=="function"?zc:Object)],Ii.prototype,"body",void 0);class en extends Ii{constructor(){super(...arguments);s(this,"bucket","");s(this,"src","");s(this,"rid","");s(this,"dst","");s(this,"sni","");s(this,"addr","")}}Ln([c(0,"bucket",String),Hn("design:type",String)],en.prototype,"bucket",void 0),Ln([c(1,"src",String),Hn("design:type",String)],en.prototype,"src",void 0),Ln([c(2,"rid",String),Hn("design:type",String)],en.prototype,"rid",void 0),Ln([c(3,"dst",String),Hn("design:type",String)],en.prototype,"dst",void 0),Ln([c(4,"sni",String),Hn("design:type",String)],en.prototype,"sni",void 0),Ln([c(5,"addr",String),Hn("design:type",String)],en.prototype,"addr",void 0);var Vc=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Gc=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Wc;class $i{constructor(){s(this,"version","");s(this,"infos",{})}}Vc([c(0,"version",String),Gc("design:type",String)],$i.prototype,"version",void 0),Vc([c(1,"infos",[Map,String,String]),Gc("design:type",typeof(Wc=typeof Record<"u"&&Record)=="function"?Wc:Object)],$i.prototype,"infos",void 0);var Y=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Q=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Kc,Jc,Xc,Yc,Qc;class ot{constructor(){s(this,"no","");s(this,"name","");s(this,"alias","")}}Y([c(0,"no",String),Q("design:type",String)],ot.prototype,"no",void 0),Y([c(1,"name",String),Q("design:type",String)],ot.prototype,"name",void 0),Y([c(2,"alias",String),Q("design:type",String)],ot.prototype,"alias",void 0);class yr{constructor(){s(this,"bno","");s(this,"cno","");s(this,"context",{});s(this,"applier",new ot)}}Y([c(0,"bno",String),Q("design:type",String)],yr.prototype,"bno",void 0),Y([c(1,"cno",String),Q("design:type",String)],yr.prototype,"cno",void 0),Y([c(2,"context",[Map,String,String]),Q("design:type",typeof(Kc=typeof Record<"u"&&Record)=="function"?Kc:Object)],yr.prototype,"context",void 0),Y([c(3,"applier",ot),Q("design:type",ot)],yr.prototype,"applier",void 0);class dt{constructor(){s(this,"name","");s(this,"alias","");s(this,"attrs",{});s(this,"kind",0);s(this,"group","")}}Y([c(0,"name",String),Q("design:type",String)],dt.prototype,"name",void 0),Y([c(1,"alias",String),Q("design:type",String)],dt.prototype,"alias",void 0),Y([c(2,"attrs",[Map,String,String]),Q("design:type",typeof(Jc=typeof Record<"u"&&Record)=="function"?Jc:Object)],dt.prototype,"attrs",void 0),Y([c(3,"kind",Number),Q("design:type",Number)],dt.prototype,"kind",void 0),Y([c(4,"group",String),Q("design:type",String)],dt.prototype,"group",void 0);class Ui{constructor(){s(this,"src","");s(this,"dst","");s(this,"condition","")}}Y([c(0,"src",String),Q("design:type",String)],Ui.prototype,"src",void 0),Y([c(1,"dst",String),Q("design:type",String)],Ui.prototype,"dst",void 0),Y([c(2,"condition",String),Q("design:type",String)],Ui.prototype,"condition",void 0);class Lt{constructor(){s(this,"cno","");s(this,"name","");s(this,"vertices",[]);s(this,"sides",[]);s(this,"status",0);s(this,"maintainer",new ot)}}Y([c(0,"cno",String),Q("design:type",String)],Lt.prototype,"cno",void 0),Y([c(1,"name",String),Q("design:type",String)],Lt.prototype,"name",void 0),Y([c(2,"vertices",[Array,dt]),Q("design:type",Array)],Lt.prototype,"vertices",void 0),Y([c(3,"sides",[Array,Ui]),Q("design:type",Array)],Lt.prototype,"sides",void 0),Y([c(4,"status",Number),Q("design:type",Number)],Lt.prototype,"status",void 0),Y([c(5,"maintainer",ot),Q("design:type",ot)],Lt.prototype,"maintainer",void 0);class qn{constructor(){s(this,"vertex",new dt);s(this,"reviewers",[]);s(this,"status",0);s(this,"context",{})}}Y([c(0,"vertex",dt),Q("design:type",dt)],qn.prototype,"vertex",void 0),Y([c(1,"reviewers",[Array,ot]),Q("design:type",Array)],qn.prototype,"reviewers",void 0),Y([c(2,"status",Number),Q("design:type",Number)],qn.prototype,"status",void 0),Y([c(3,"context",[Map,String,String]),Q("design:type",typeof(Xc=typeof Record<"u"&&Record)=="function"?Xc:Object)],qn.prototype,"context",void 0);class Ar{constructor(){s(this,"rno","");s(this,"bno","");s(this,"context",{});s(this,"status",0);s(this,"chart",new Lt);s(this,"tasks",[])}}Y([c(0,"rno",String),Q("design:type",String)],Ar.prototype,"rno",void 0),Y([c(1,"bno",String),Q("design:type",String)],Ar.prototype,"bno",void 0),Y([c(2,"context",[Map,String,String]),Q("design:type",typeof(Yc=typeof Record<"u"&&Record)=="function"?Yc:Object)],Ar.prototype,"context",void 0),Y([c(3,"status",Number),Q("design:type",Number)],Ar.prototype,"status",void 0),Y([c(4,"chart",Lt),Q("design:type",Lt)],Ar.prototype,"chart",void 0),Y([c(5,"tasks",[Array,qn]),Q("design:type",Array)],Ar.prototype,"tasks",void 0);class zn{constructor(){s(this,"no","");s(this,"name","");s(this,"status",0);s(this,"workers",[])}}Y([c(0,"no",String),Q("design:type",String)],zn.prototype,"no",void 0),Y([c(1,"name",String),Q("design:type",String)],zn.prototype,"name",void 0),Y([c(2,"status",Number),Q("design:type",Number)],zn.prototype,"status",void 0),Y([c(3,"workers",[Array,ot]),Q("design:type",Array)],zn.prototype,"workers",void 0);class Vn{constructor(){s(this,"rno","");s(this,"bno","");s(this,"cno","");s(this,"context",{});s(this,"vertex",new dt);s(this,"task",new qn);s(this,"applier",new ot);s(this,"reviewer",new ot)}}Y([c(0,"rno",String),Q("design:type",String)],Vn.prototype,"rno",void 0),Y([c(1,"bno",String),Q("design:type",String)],Vn.prototype,"bno",void 0),Y([c(2,"cno",String),Q("design:type",String)],Vn.prototype,"cno",void 0),Y([c(3,"context",[Map,String,String]),Q("design:type",typeof(Qc=typeof Record<"u"&&Record)=="function"?Qc:Object)],Vn.prototype,"context",void 0),Y([c(4,"vertex",dt),Q("design:type",dt)],Vn.prototype,"vertex",void 0),Y([c(5,"task",qn),Q("design:type",qn)],Vn.prototype,"task",void 0),Y([c(6,"applier",ot),Q("design:type",ot)],Vn.prototype,"applier",void 0),Y([c(7,"reviewer",ot),Q("design:type",ot)],Vn.prototype,"reviewer",void 0);var Gn=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},xe=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Mr=function(r,e){return function(t,n){e(t,n,r)}},Zc,ea,ta,na,ra,ia,oa,sa,ca,aa;u.Builtin=class{doc(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}version(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}debug(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}stats(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}fallback(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}dump(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Gn([S("${mesh.name}.builtin.doc",String),Mr(0,c(0,"name",String)),Mr(1,c(1,"formatter",String)),xe("design:type",Function),xe("design:paramtypes",[String,String,Object]),xe("design:returntype",typeof(Zc=typeof Promise<"u"&&Promise)=="function"?Zc:Object)],u.Builtin.prototype,"doc",null),Gn([S("${mesh.name}.builtin.version",$i),xe("design:type",Function),xe("design:paramtypes",[Object]),xe("design:returntype",typeof(ea=typeof Promise<"u"&&Promise)=="function"?ea:Object)],u.Builtin.prototype,"version",null),Gn([S("${mesh.name}.builtin.debug",Object),Mr(0,c(0,"features",[Map,String,String])),xe("design:type",Function),xe("design:paramtypes",[typeof(ta=typeof Record<"u"&&Record)=="function"?ta:Object,Object]),xe("design:returntype",typeof(na=typeof Promise<"u"&&Promise)=="function"?na:Object)],u.Builtin.prototype,"debug",null),Gn([S("${mesh.name}.builtin.stats",[Map,String,String]),Mr(0,c(0,"features",[Array,String])),xe("design:type",Function),xe("design:paramtypes",[Array,Object]),xe("design:returntype",typeof(ra=typeof Promise<"u"&&Promise)=="function"?ra:Object)],u.Builtin.prototype,"stats",null),Gn([S("${mesh.name}.builtin.fallback",Object),xe("design:type",Function),xe("design:paramtypes",[Object]),xe("design:returntype",typeof(ia=typeof Promise<"u"&&Promise)=="function"?ia:Object)],u.Builtin.prototype,"fallback",null),Gn([S("${mesh.name}.builtin.dump",[Map,String,String]),Mr(0,c(0,"names",[Array,String])),xe("design:type",Function),xe("design:paramtypes",[Array,Object]),xe("design:returntype",typeof(oa=typeof Promise<"u"&&Promise)=="function"?oa:Object)],u.Builtin.prototype,"dump",null),u.Builtin=Gn([x("mpi")],u.Builtin);class ts{stats(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}debug(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}dump(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}}Gn([Mr(0,c(0,"features",[Array,String])),xe("design:type",Function),xe("design:paramtypes",[Array,Object]),xe("design:returntype",typeof(sa=typeof Promise<"u"&&Promise)=="function"?sa:Object)],ts.prototype,"stats",null),Gn([Mr(0,c(0,"features",[Map,String,String])),xe("design:type",Function),xe("design:paramtypes",[typeof(ca=typeof Record<"u"&&Record)=="function"?ca:Object,Object]),xe("design:returntype",typeof(aa=typeof Promise<"u"&&Promise)=="function"?aa:Object)],ts.prototype,"debug",null);var yn=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},be=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Tt=function(r,e){return function(t,n){e(t,n,r)}},da,ua,pa,fa,ya,la,ma,ga,ha,ba,_a,Sa;u.Cache=class{get(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}put(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}incr(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}decr(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}keys(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}hget(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}hset(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}hdel(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}hkeys(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},yn([S("mesh.cache.get",Pt),Tt(0,c(0,"key",String)),be("design:type",Function),be("design:paramtypes",[String,Object]),be("design:returntype",typeof(da=typeof Promise<"u"&&Promise)=="function"?da:Object)],u.Cache.prototype,"get",null),yn([S("mesh.cache.put",Object),Tt(0,c(0,"cell",Pt)),be("design:type",Function),be("design:paramtypes",[typeof(ua=typeof Pt<"u"&&Pt)=="function"?ua:Object,Object]),be("design:returntype",typeof(pa=typeof Promise<"u"&&Promise)=="function"?pa:Object)],u.Cache.prototype,"put",null),yn([S("mesh.cache.remove",Object),Tt(0,c(0,"key",String)),be("design:type",Function),be("design:paramtypes",[String,Object]),be("design:returntype",typeof(fa=typeof Promise<"u"&&Promise)=="function"?fa:Object)],u.Cache.prototype,"remove",null),yn([S("mesh.cache.incr",Number),Tt(0,c(0,"key",String)),Tt(1,c(1,"value",Number)),be("design:type",Function),be("design:paramtypes",[String,Number,Object]),be("design:returntype",typeof(ya=typeof Promise<"u"&&Promise)=="function"?ya:Object)],u.Cache.prototype,"incr",null),yn([S("mesh.cache.decr",Number),Tt(0,c(0,"key",String)),Tt(1,c(1,"value",Number)),be("design:type",Function),be("design:paramtypes",[String,Number,Object]),be("design:returntype",typeof(la=typeof Promise<"u"&&Promise)=="function"?la:Object)],u.Cache.prototype,"decr",null),yn([S("mesh.cache.keys",[Array,String]),Tt(0,c(0,"pattern",String)),be("design:type",Function),be("design:paramtypes",[String,Object]),be("design:returntype",typeof(ma=typeof Promise<"u"&&Promise)=="function"?ma:Object)],u.Cache.prototype,"keys",null),yn([S("mesh.cache.hget",Pt),Tt(0,c(0,"key",String)),Tt(1,c(1,"name",String)),be("design:type",Function),be("design:paramtypes",[String,String,Object]),be("design:returntype",typeof(ga=typeof Promise<"u"&&Promise)=="function"?ga:Object)],u.Cache.prototype,"hget",null),yn([S("mesh.cache.hset",Object),Tt(0,c(0,"key",String)),Tt(1,c(1,"cell",Pt)),be("design:type",Function),be("design:paramtypes",[String,typeof(ha=typeof Pt<"u"&&Pt)=="function"?ha:Object,Object]),be("design:returntype",typeof(ba=typeof Promise<"u"&&Promise)=="function"?ba:Object)],u.Cache.prototype,"hset",null),yn([S("mesh.cache.hdel",Object),Tt(0,c(0,"key",String)),Tt(1,c(1,"name",String)),be("design:type",Function),be("design:paramtypes",[String,String,Object]),be("design:returntype",typeof(_a=typeof Promise<"u"&&Promise)=="function"?_a:Object)],u.Cache.prototype,"hdel",null),yn([S("mesh.cache.hkeys",[Array,String]),Tt(0,c(0,"key",String)),be("design:type",Function),be("design:paramtypes",[String,Object]),be("design:returntype",typeof(Sa=typeof Promise<"u"&&Promise)=="function"?Sa:Object)],u.Cache.prototype,"hkeys",null),u.Cache=yn([x("mesh")],u.Cache);var ht=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},re=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Jt=function(r,e){return function(t,n){e(t,n,r)}},va,Oa,Ra,Pa,ja,wa,Ea,Na,Ta,Aa,Ma,Ia,$a,Ua,Ca,Fa,Da,ka,xa,Ba,La,Ha,qa,za,Va;u.CipherEconomy=class{handshake(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}collect(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}serve(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}deposit(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}objects(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}keys(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}invoke(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ht([S("${mesh.name}.cipher.handshake",String),Jt(0,c(0,"hello",vt)),re("design:type",Function),re("design:paramtypes",[typeof(va=typeof vt<"u"&&vt)=="function"?va:Object,Object]),re("design:returntype",typeof(Oa=typeof Promise<"u"&&Promise)=="function"?Oa:Object)],u.CipherEconomy.prototype,"handshake",null),ht([S("${mesh.name}.cipher.collect",Number),Jt(0,c(0,"obj",ft)),re("design:type",Function),re("design:paramtypes",[typeof(Ra=typeof ft<"u"&&ft)=="function"?Ra:Object,Object]),re("design:returntype",typeof(Pa=typeof Promise<"u"&&Promise)=="function"?Pa:Object)],u.CipherEconomy.prototype,"collect",null),ht([S("${mesh.name}.cipher.encrypt",String),Jt(0,c(0,"suite",String)),re("design:type",Function),re("design:paramtypes",[String,Object]),re("design:returntype",typeof(ja=typeof Promise<"u"&&Promise)=="function"?ja:Object)],u.CipherEconomy.prototype,"serve",null),ht([S("mesh.rec.deposit",String),Jt(0,c(0,"rco",ft)),re("design:type",Function),re("design:paramtypes",[typeof(wa=typeof ft<"u"&&ft)=="function"?wa:Object,Object]),re("design:returntype",typeof(Ea=typeof Promise<"u"&&Promise)=="function"?Ea:Object)],u.CipherEconomy.prototype,"deposit",null),ht([S("mesh.rec.objects",[Oe,ft]),Jt(0,c(0,"index",U)),re("design:type",Function),re("design:paramtypes",[typeof(Na=typeof U<"u"&&U)=="function"?Na:Object,Object]),re("design:returntype",typeof(Ta=typeof Promise<"u"&&Promise)=="function"?Ta:Object)],u.CipherEconomy.prototype,"objects",null),ht([S("${mesh.name}.cipher.keys",[Oe,Wt]),Jt(0,c(0,"idx",U)),re("design:type",Function),re("design:paramtypes",[typeof(Aa=typeof U<"u"&&U)=="function"?Aa:Object,Object]),re("design:returntype",typeof(Ma=typeof Promise<"u"&&Promise)=="function"?Ma:Object)],u.CipherEconomy.prototype,"keys",null),ht([S("mesh.rec.invoke",Uint8Array),Jt(0,c(0,"index",U)),re("design:type",Function),re("design:paramtypes",[typeof(Ia=typeof U<"u"&&U)=="function"?Ia:Object,Object]),re("design:returntype",typeof($a=typeof Promise<"u"&&Promise)=="function"?$a:Object)],u.CipherEconomy.prototype,"invoke",null),u.CipherEconomy=ht([x("mpi")],u.CipherEconomy),u.CipherProvider=class{suite(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}keygen(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}regen(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}encode(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}decode(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}recode(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ht([S("${mesh.name}.cipher.suite",Er),Jt(0,c(0,"hello",vt)),re("design:type",Function),re("design:paramtypes",[typeof(Ua=typeof vt<"u"&&vt)=="function"?Ua:Object,Object]),re("design:returntype",typeof(Ca=typeof Promise<"u"&&Promise)=="function"?Ca:Object)],u.CipherProvider.prototype,"suite",null),ht([S("${mesh.name}.cipher.keygen",uo),Jt(0,c(0,"keygen",rr)),re("design:type",Function),re("design:paramtypes",[typeof(Fa=typeof rr<"u"&&rr)=="function"?Fa:Object,Object]),re("design:returntype",typeof(Da=typeof Promise<"u"&&Promise)=="function"?Da:Object)],u.CipherProvider.prototype,"keygen",null),ht([S("${mesh.name}.cipher.regen",uo),Jt(0,c(0,"keygen",Ei)),re("design:type",Function),re("design:paramtypes",[typeof(ka=typeof Ei<"u"&&Ei)=="function"?ka:Object,Object]),re("design:returntype",typeof(xa=typeof Promise<"u"&&Promise)=="function"?xa:Object)],u.CipherProvider.prototype,"regen",null),ht([S("${mesh.name}.cipher.encode",Uint8Array),Jt(0,c(0,"explain",bn)),re("design:type",Function),re("design:paramtypes",[typeof(Ba=typeof bn<"u"&&bn)=="function"?Ba:Object,Object]),re("design:returntype",typeof(La=typeof Promise<"u"&&Promise)=="function"?La:Object)],u.CipherProvider.prototype,"encode",null),ht([S("${mesh.name}.cipher.decode",Uint8Array),Jt(0,c(0,"cipher",bn)),re("design:type",Function),re("design:paramtypes",[typeof(Ha=typeof bn<"u"&&bn)=="function"?Ha:Object,Object]),re("design:returntype",typeof(qa=typeof Promise<"u"&&Promise)=="function"?qa:Object)],u.CipherProvider.prototype,"decode",null),ht([S("${mesh.name}.cipher.recode",Uint8Array),Jt(0,c(0,"cipher",Ni)),re("design:type",Function),re("design:paramtypes",[typeof(za=typeof Ni<"u"&&Ni)=="function"?za:Object,Object]),re("design:returntype",typeof(Va=typeof Promise<"u"&&Promise)=="function"?Va:Object)],u.CipherProvider.prototype,"recode",null),u.CipherProvider=ht([x("mpi")],u.CipherProvider),u.ObjectProvider=class{serve(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}},u.ObjectProvider=ht([x("mpi")],u.ObjectProvider);var ns=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Qr=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},vl=function(r,e){return function(t,n){e(t,n,r)}},Ga,Wa,Ka;u.Cluster=class{election(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}isLeader(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ns([S("mesh.cluster.election",Uint8Array),vl(0,c(0,"buff",Uint8Array)),Qr("design:type",Function),Qr("design:paramtypes",[typeof(Ga=typeof Uint8Array<"u"&&Uint8Array)=="function"?Ga:Object,Object]),Qr("design:returntype",typeof(Wa=typeof Promise<"u"&&Promise)=="function"?Wa:Object)],u.Cluster.prototype,"election",null),ns([S("mesh.cluster.leader",Boolean),Qr("design:type",Function),Qr("design:paramtypes",[Object]),Qr("design:returntype",typeof(Ka=typeof Promise<"u"&&Promise)=="function"?Ka:Object)],u.Cluster.prototype,"isLeader",null),u.Cluster=ns([x("mpi")],u.Cluster);var Ci=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},tn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Zr=function(r,e){return function(t,n){e(t,n,r)}},Ja,Xa,Ya,Qa,Za;u.Commercialize=class{sign(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}history(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}issued(e,t,n,o=b()){return Promise.reject(h.URN_NOT_PERMIT)}dump(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Ci([S("mesh.license.sign",Gr),Zr(0,c(0,"lsr",Re)),tn("design:type",Function),tn("design:paramtypes",[typeof(Ja=typeof Re<"u"&&Re)=="function"?Ja:Object,Object]),tn("design:returntype",typeof(Xa=typeof Promise<"u"&&Promise)=="function"?Xa:Object)],u.Commercialize.prototype,"sign",null),Ci([S("mesh.license.history",[Array,Gr]),Zr(0,c(0,"inst_id",String)),tn("design:type",Function),tn("design:paramtypes",[String,Object]),tn("design:returntype",typeof(Ya=typeof Promise<"u"&&Promise)=="function"?Ya:Object)],u.Commercialize.prototype,"history",null),Ci([S("mesh.net.issued",Wr),Zr(0,c(0,"name",String)),Zr(1,c(1,"kind",String)),Zr(2,c(2,"cname",String)),tn("design:type",Function),tn("design:paramtypes",[String,String,String,Object]),tn("design:returntype",typeof(Qa=typeof Promise<"u"&&Promise)=="function"?Qa:Object)],u.Commercialize.prototype,"issued",null),Ci([S("mesh.net.dump",[Array,Wr]),Zr(0,c(0,"node_id",String)),tn("design:type",Function),tn("design:paramtypes",[String,Object]),tn("design:returntype",typeof(Za=typeof Promise<"u"&&Promise)=="function"?Za:Object)],u.Commercialize.prototype,"dump",null),u.Commercialize=Ci([x("mpi")],u.Commercialize);var ei=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},At=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Nn=function(r,e){return function(t,n){e(t,n,r)}},ed,td,nd,rd,id,od,sd,cd,ad,dd,ud,pd,fd,yd,ld;u.Cryptor=class{encrypt(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}decrypt(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}hash(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}sign(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}verify(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ei([S("mesh.crypt.encrypt",Uint8Array),Nn(0,c(0,"buf",Uint8Array)),Nn(1,c(1,"keys",[Map,String,Uint8Array])),At("design:type",Function),At("design:paramtypes",[typeof(ed=typeof Uint8Array<"u"&&Uint8Array)=="function"?ed:Object,typeof(td=typeof Record<"u"&&Record)=="function"?td:Object,Object]),At("design:returntype",typeof(nd=typeof Promise<"u"&&Promise)=="function"?nd:Object)],u.Cryptor.prototype,"encrypt",null),ei([S("mesh.crypt.decrypt",Uint8Array),Nn(0,c(0,"buf",Uint8Array)),Nn(1,c(1,"keys",[Map,String,Uint8Array])),At("design:type",Function),At("design:paramtypes",[typeof(rd=typeof Uint8Array<"u"&&Uint8Array)=="function"?rd:Object,typeof(id=typeof Record<"u"&&Record)=="function"?id:Object,Object]),At("design:returntype",typeof(od=typeof Promise<"u"&&Promise)=="function"?od:Object)],u.Cryptor.prototype,"decrypt",null),ei([S("mesh.crypt.hash",Uint8Array),Nn(0,c(0,"buf",Uint8Array)),Nn(1,c(1,"keys",[Map,String,Uint8Array])),At("design:type",Function),At("design:paramtypes",[typeof(sd=typeof Uint8Array<"u"&&Uint8Array)=="function"?sd:Object,typeof(cd=typeof Record<"u"&&Record)=="function"?cd:Object,Object]),At("design:returntype",typeof(ad=typeof Promise<"u"&&Promise)=="function"?ad:Object)],u.Cryptor.prototype,"hash",null),ei([S("mesh.crypt.sign",Uint8Array),Nn(0,c(0,"buf",Uint8Array)),Nn(1,c(1,"keys",[Map,String,Uint8Array])),At("design:type",Function),At("design:paramtypes",[typeof(dd=typeof Uint8Array<"u"&&Uint8Array)=="function"?dd:Object,typeof(ud=typeof Record<"u"&&Record)=="function"?ud:Object,Object]),At("design:returntype",typeof(pd=typeof Promise<"u"&&Promise)=="function"?pd:Object)],u.Cryptor.prototype,"sign",null),ei([S("mesh.crypt.verify",Boolean),Nn(0,c(0,"buf",Uint8Array)),Nn(1,c(1,"keys",[Map,String,Uint8Array])),At("design:type",Function),At("design:paramtypes",[typeof(fd=typeof Uint8Array<"u"&&Uint8Array)=="function"?fd:Object,typeof(yd=typeof Record<"u"&&Record)=="function"?yd:Object,Object]),At("design:returntype",typeof(ld=typeof Promise<"u"&&Promise)=="function"?ld:Object)],u.Cryptor.prototype,"verify",null),u.Cryptor=ei([x("mpi")],u.Cryptor);var st=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},H=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ut=function(r,e){return function(t,n){e(t,n,r)}},md,gd,hd,bd,_d,Sd,vd,Od,Rd,Pd,jd,wd,Ed,Nd,Td,Ad,Md,Id,$d,Ud,Cd,Fd,Dd,kd,xd,Bd;u.Daler=class{query(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}saveSource(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexSource(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describeSource(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeSource(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}saveCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describeCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}saveDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}runDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}toggleDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexBinlog(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}tailBinlog(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}redoBinlog(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},st([S("mesh.daler.ds.query",Object),ut(0,c(0,"test",Nr)),H("design:type",Function),H("design:paramtypes",[typeof(md=typeof Nr<"u"&&Nr)=="function"?md:Object,Object]),H("design:returntype",typeof(gd=typeof Promise<"u"&&Promise)=="function"?gd:Object)],u.Daler.prototype,"query",null),st([S("mesh.daler.ds.save",String),ut(0,c(0,"ds",Dt)),H("design:type",Function),H("design:paramtypes",[typeof(hd=typeof Dt<"u"&&Dt)=="function"?hd:Object,Object]),H("design:returntype",typeof(bd=typeof Promise<"u"&&Promise)=="function"?bd:Object)],u.Daler.prototype,"saveSource",null),st([S("mesh.daler.ds.index",[Oe,Dt]),ut(0,c(0,"idx",U)),H("design:type",Function),H("design:paramtypes",[typeof(_d=typeof U<"u"&&U)=="function"?_d:Object,Object]),H("design:returntype",typeof(Sd=typeof Promise<"u"&&Promise)=="function"?Sd:Object)],u.Daler.prototype,"indexSource",null),st([S("mesh.daler.ds.describe",Dt),ut(0,c(0,"id",String)),H("design:type",Function),H("design:paramtypes",[String,Object]),H("design:returntype",typeof(vd=typeof Promise<"u"&&Promise)=="function"?vd:Object)],u.Daler.prototype,"describeSource",null),st([S("mesh.daler.ds.remove",Object),ut(0,c(0,"id",String)),H("design:type",Function),H("design:paramtypes",[String,Object]),H("design:returntype",typeof(Od=typeof Promise<"u"&&Promise)=="function"?Od:Object)],u.Daler.prototype,"removeSource",null),st([S("mesh.daler.cluster.save",String),ut(0,c(0,"cluster",it)),H("design:type",Function),H("design:paramtypes",[typeof(Rd=typeof it<"u"&&it)=="function"?Rd:Object,Object]),H("design:returntype",typeof(Pd=typeof Promise<"u"&&Promise)=="function"?Pd:Object)],u.Daler.prototype,"saveCluster",null),st([S("mesh.daler.cluster.index",[Oe,it]),ut(0,c(0,"idx",U)),H("design:type",Function),H("design:paramtypes",[typeof(jd=typeof U<"u"&&U)=="function"?jd:Object,Object]),H("design:returntype",typeof(wd=typeof Promise<"u"&&Promise)=="function"?wd:Object)],u.Daler.prototype,"indexCluster",null),st([S("mesh.daler.cluster.describe",it),ut(0,c(0,"id",String)),H("design:type",Function),H("design:paramtypes",[String,Object]),H("design:returntype",typeof(Ed=typeof Promise<"u"&&Promise)=="function"?Ed:Object)],u.Daler.prototype,"describeCluster",null),st([S("mesh.daler.cluster.remove",Object),ut(0,c(0,"id",String)),H("design:type",Function),H("design:paramtypes",[String,Object]),H("design:returntype",typeof(Nd=typeof Promise<"u"&&Promise)=="function"?Nd:Object)],u.Daler.prototype,"removeCluster",null),st([S("mesh.daler.dts.save",String),ut(0,c(0,"dts",un)),H("design:type",Function),H("design:paramtypes",[typeof(Td=typeof un<"u"&&un)=="function"?Td:Object,Object]),H("design:returntype",typeof(Ad=typeof Promise<"u"&&Promise)=="function"?Ad:Object)],u.Daler.prototype,"saveDTS",null),st([S("mesh.daler.dts.run",Object),ut(0,c(0,"id",String)),H("design:type",Function),H("design:paramtypes",[String,Object]),H("design:returntype",typeof(Md=typeof Promise<"u"&&Promise)=="function"?Md:Object)],u.Daler.prototype,"runDTS",null),st([S("mesh.daler.dts.index",[Oe,un]),ut(0,c(0,"idx",U)),H("design:type",Function),H("design:paramtypes",[typeof(Id=typeof U<"u"&&U)=="function"?Id:Object,Object]),H("design:returntype",typeof($d=typeof Promise<"u"&&Promise)=="function"?$d:Object)],u.Daler.prototype,"indexDTS",null),st([S("mesh.daler.dts.remove",Object),ut(0,c(0,"id",String)),H("design:type",Function),H("design:paramtypes",[String,Object]),H("design:returntype",typeof(Ud=typeof Promise<"u"&&Promise)=="function"?Ud:Object)],u.Daler.prototype,"removeDTS",null),st([S("mesh.daler.dts.toggle",Object),ut(0,c(0,"id",String)),H("design:type",Function),H("design:paramtypes",[String,Object]),H("design:returntype",typeof(Cd=typeof Promise<"u"&&Promise)=="function"?Cd:Object)],u.Daler.prototype,"toggleDTS",null),st([S("mesh.daler.binlog.index",[Oe,Cn]),ut(0,c(0,"idx",U)),H("design:type",Function),H("design:paramtypes",[typeof(Fd=typeof U<"u"&&U)=="function"?Fd:Object,Object]),H("design:returntype",typeof(Dd=typeof Promise<"u"&&Promise)=="function"?Dd:Object)],u.Daler.prototype,"indexBinlog",null),st([S("mesh.daler.binlog.tail",[Oe,[Map,String,String]]),ut(0,c(0,"idx",U)),H("design:type",Function),H("design:paramtypes",[typeof(kd=typeof U<"u"&&U)=="function"?kd:Object,Object]),H("design:returntype",typeof(xd=typeof Promise<"u"&&Promise)=="function"?xd:Object)],u.Daler.prototype,"tailBinlog",null),st([S("mesh.daler.binlog.redo",Object),ut(0,c(0,"id",String)),H("design:type",Function),H("design:paramtypes",[String,Object]),H("design:returntype",typeof(Bd=typeof Promise<"u"&&Promise)=="function"?Bd:Object)],u.Daler.prototype,"redoBinlog",null),u.Daler=st([x("mpi")],u.Daler);var ti=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Mt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Fi=function(r,e){return function(t,n){e(t,n,r)}},Ld,Hd,qd,zd,Vd,Gd,Wd,Kd,Jd;u.DataHouse=class{writes(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}write(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}read(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indies(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}tables(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ti([S("mesh.dh.writes",Object),Fi(0,c(0,"docs",[Array,ir])),Mt("design:type",Function),Mt("design:paramtypes",[Array,Object]),Mt("design:returntype",typeof(Ld=typeof Promise<"u"&&Promise)=="function"?Ld:Object)],u.DataHouse.prototype,"writes",null),ti([S("mesh.dh.write",Object),Fi(0,c(0,"doc",ir)),Mt("design:type",Function),Mt("design:paramtypes",[typeof(Hd=typeof ir<"u"&&ir)=="function"?Hd:Object,Object]),Mt("design:returntype",typeof(qd=typeof Promise<"u"&&Promise)=="function"?qd:Object)],u.DataHouse.prototype,"write",null),ti([S("mesh.dh.read",[Oe,Object]),Fi(0,c(0,"index",U)),Mt("design:type",Function),Mt("design:paramtypes",[typeof(zd=typeof U<"u"&&U)=="function"?zd:Object,Object]),Mt("design:returntype",typeof(Vd=typeof Promise<"u"&&Promise)=="function"?Vd:Object)],u.DataHouse.prototype,"read",null),ti([S("mesh.dh.indies",[Oe,Object]),Fi(0,c(0,"index",U)),Mt("design:type",Function),Mt("design:paramtypes",[typeof(Gd=typeof U<"u"&&U)=="function"?Gd:Object,Object]),Mt("design:returntype",typeof(Wd=typeof Promise<"u"&&Promise)=="function"?Wd:Object)],u.DataHouse.prototype,"indies",null),ti([S("mesh.dh.tables",[Oe,Object]),Fi(0,c(0,"index",U)),Mt("design:type",Function),Mt("design:paramtypes",[typeof(Kd=typeof U<"u"&&U)=="function"?Kd:Object,Object]),Mt("design:returntype",typeof(Jd=typeof Promise<"u"&&Promise)=="function"?Jd:Object)],u.DataHouse.prototype,"tables",null),u.DataHouse=ti([x("mpi")],u.DataHouse);var lr=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},We=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ir=function(r,e){return function(t,n){e(t,n,r)}},Xd,Yd,Qd,Zd,eu,tu,nu,ru,iu,ou;u.Devops=class{init(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}settings(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}setting(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexReplica(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}importReplica(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}replicate(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}recover(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},lr([S("${mesh.name}.devops.x.init",Object),Ir(0,c(0,"flags",String)),We("design:type",Function),We("design:paramtypes",[String,Object]),We("design:returntype",typeof(Xd=typeof Promise<"u"&&Promise)=="function"?Xd:Object)],u.Devops.prototype,"init",null),lr([S("${mesh.name}.devops.x.settings",[Map,String,_n]),We("design:type",Function),We("design:paramtypes",[Object]),We("design:returntype",typeof(Yd=typeof Promise<"u"&&Promise)=="function"?Yd:Object)],u.Devops.prototype,"settings",null),lr([S("${mesh.name}.devops.x.settings",Object),Ir(0,c(0,"appset",String)),Ir(1,c(1,"setting",_n)),We("design:type",Function),We("design:paramtypes",[String,typeof(Qd=typeof _n<"u"&&_n)=="function"?Qd:Object,Object]),We("design:returntype",typeof(Zd=typeof Promise<"u"&&Promise)=="function"?Zd:Object)],u.Devops.prototype,"setting",null),lr([S("${mesh.name}.devops.replica.index",[Oe,Ve]),Ir(0,c(0,"idx",U)),We("design:type",Function),We("design:paramtypes",[typeof(eu=typeof U<"u"&&U)=="function"?eu:Object,Object]),We("design:returntype",typeof(tu=typeof Promise<"u"&&Promise)=="function"?tu:Object)],u.Devops.prototype,"indexReplica",null),lr([S("${mesh.name}.devops.replica.import",String),Ir(0,c(0,"raw",Uint8Array)),We("design:type",Function),We("design:paramtypes",[typeof(nu=typeof Uint8Array<"u"&&Uint8Array)=="function"?nu:Object,Object]),We("design:returntype",typeof(ru=typeof Promise<"u"&&Promise)=="function"?ru:Object)],u.Devops.prototype,"importReplica",null),lr([S("${mesh.name}.devops.replica.replicate",String),Ir(0,c(0,"appset",String)),We("design:type",Function),We("design:paramtypes",[String,Object]),We("design:returntype",typeof(iu=typeof Promise<"u"&&Promise)=="function"?iu:Object)],u.Devops.prototype,"replicate",null),lr([S("${mesh.name}.devops.replica.recover",String),Ir(0,c(0,"id",String)),We("design:type",Function),We("design:paramtypes",[String,Object]),We("design:returntype",typeof(ou=typeof Promise<"u"&&Promise)=="function"?ou:Object)],u.Devops.prototype,"recover",null),u.Devops=lr([x("mpi")],u.Devops);var rs=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ni=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},mo=function(r,e){return function(t,n){e(t,n,r)}},su,cu,au;u.Dispatcher=class{invoke(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}invoke0(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},rs([mo(0,c(0,"urn",String)),mo(1,c(1,"param",[Map,String,Object])),ni("design:type",Function),ni("design:paramtypes",[String,typeof(su=typeof Record<"u"&&Record)=="function"?su:Object,Object]),ni("design:returntype",typeof(cu=typeof Promise<"u"&&Promise)=="function"?cu:Object)],u.Dispatcher.prototype,"invoke",null),rs([mo(0,c(0,"urn",String)),mo(1,c(1,"param",Object)),ni("design:type",Function),ni("design:paramtypes",[String,Object,Object]),ni("design:returntype",typeof(au=typeof Promise<"u"&&Promise)=="function"?au:Object)],u.Dispatcher.prototype,"invoke0",null),u.Dispatcher=rs([x("spi")],u.Dispatcher);var is=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ri=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},du=function(r,e){return function(t,n){e(t,n,r)}},uu,pu,fu;u.Endpoint=class{fuzzy(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},is([S("${mesh.uname}",Uint8Array),du(0,c(0,"buff",Uint8Array)),ri("design:type",Function),ri("design:paramtypes",[typeof(uu=typeof Uint8Array<"u"&&Uint8Array)=="function"?uu:Object,Object]),ri("design:returntype",typeof(pu=typeof Promise<"u"&&Promise)=="function"?pu:Object)],u.Endpoint.prototype,"fuzzy",null),u.Endpoint=is([x("mpi")],u.Endpoint);class yu{stick(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}}is([du(0,c(0,"varg",Object)),ri("design:type",Function),ri("design:paramtypes",[Object,Object]),ri("design:returntype",typeof(fu=typeof Promise<"u"&&Promise)=="function"?fu:Object)],yu.prototype,"stick",null);var Di=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},nn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},go=function(r,e){return function(t,n){e(t,n,r)}},lu,mu,gu,hu,bu,_u;u.Firewalld=class{save(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describe(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Di([S("mesh.firewall.save",String),go(0,c(0,"wall",he)),nn("design:type",Function),nn("design:paramtypes",[typeof(lu=typeof he<"u"&&he)=="function"?lu:Object,Object]),nn("design:returntype",typeof(mu=typeof Promise<"u"&&Promise)=="function"?mu:Object)],u.Firewalld.prototype,"save",null),Di([S("mesh.firewall.remove",Object),go(0,c(0,"code",String)),nn("design:type",Function),nn("design:paramtypes",[String,Object]),nn("design:returntype",typeof(gu=typeof Promise<"u"&&Promise)=="function"?gu:Object)],u.Firewalld.prototype,"remove",null),Di([S("mesh.firewall.describe",he),go(0,c(0,"code",String)),nn("design:type",Function),nn("design:paramtypes",[String,Object]),nn("design:returntype",typeof(hu=typeof Promise<"u"&&Promise)=="function"?hu:Object)],u.Firewalld.prototype,"describe",null),Di([S("mesh.firewall.index",[Oe,he]),go(0,c(0,"idx",U)),nn("design:type",Function),nn("design:paramtypes",[typeof(bu=typeof U<"u"&&U)=="function"?bu:Object,Object]),nn("design:returntype",typeof(_u=typeof Promise<"u"&&Promise)=="function"?_u:Object)],u.Firewalld.prototype,"index",null),u.Firewalld=Di([x("mpi")],u.Firewalld);var os=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ii=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ho=function(r,e){return function(t,n){e(t,n,r)}},Su,vu,Ou,Ru;u.Graph=class{query(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}exec(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},os([S("mesh.graph.query",[Array,[Map,String,Object]]),ho(0,c(0,"expr",String)),ho(1,c(1,"args",[Map,String,Object])),ii("design:type",Function),ii("design:paramtypes",[String,typeof(Su=typeof Record<"u"&&Record)=="function"?Su:Object,Object]),ii("design:returntype",typeof(vu=typeof Promise<"u"&&Promise)=="function"?vu:Object)],u.Graph.prototype,"query",null),os([S("mesh.graph.exec",Object),ho(0,c(0,"expr",String)),ho(1,c(1,"args",[Map,String,Object])),ii("design:type",Function),ii("design:paramtypes",[String,typeof(Ou=typeof Record<"u"&&Record)=="function"?Ou:Object,Object]),ii("design:returntype",typeof(Ru=typeof Promise<"u"&&Promise)=="function"?Ru:Object)],u.Graph.prototype,"exec",null),u.Graph=os([x("mpi")],u.Graph);var Tn=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},we=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Wn=function(r,e){return function(t,n){e(t,n,r)}},Pu,ju,wu,Eu,Nu,Tu,Au,Mu,Iu,$u,Uu,Cu,Fu,Du,ku;u.KMS=class{reset(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}environ(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}issue(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}revoke(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}rotate(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}append(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}explain(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Tn([S("mesh.kms.reset",Object),Wn(0,c(0,"env",Ge)),we("design:type",Function),we("design:paramtypes",[typeof(Pu=typeof Ge<"u"&&Ge)=="function"?Pu:Object,Object]),we("design:returntype",typeof(ju=typeof Promise<"u"&&Promise)=="function"?ju:Object)],u.KMS.prototype,"reset",null),Tn([S("mesh.kms.environ",Ge),we("design:type",Function),we("design:paramtypes",[Object]),we("design:returntype",typeof(wu=typeof Promise<"u"&&Promise)=="function"?wu:Object)],u.KMS.prototype,"environ",null),Tn([S("mesh.kms.crt.issue",Wt),Wn(0,c(0,"csr",nt)),we("design:type",Function),we("design:paramtypes",[typeof(Eu=typeof nt<"u"&&nt)=="function"?Eu:Object,Object]),we("design:returntype",typeof(Nu=typeof Promise<"u"&&Promise)=="function"?Nu:Object)],u.KMS.prototype,"issue",null),Tn([S("mesh.kms.crt.index",[Oe,Wt]),Wn(0,c(0,"idx",U)),we("design:type",Function),we("design:paramtypes",[typeof(Tu=typeof U<"u"&&U)=="function"?Tu:Object,Object]),we("design:returntype",typeof(Au=typeof Promise<"u"&&Promise)=="function"?Au:Object)],u.KMS.prototype,"index",null),Tn([S("mesh.kms.crt.revoke",Object),Wn(0,c(0,"crr",Vr)),we("design:type",Function),we("design:paramtypes",[typeof(Mu=typeof Vr<"u"&&Vr)=="function"?Mu:Object,Object]),we("design:returntype",typeof(Iu=typeof Promise<"u"&&Promise)=="function"?Iu:Object)],u.KMS.prototype,"revoke",null),Tn([S("mesh.kms.crt.rotate",Object),Wn(0,c(0,"crr",Tr)),we("design:type",Function),we("design:paramtypes",[typeof($u=typeof Tr<"u"&&Tr)=="function"?$u:Object,Object]),we("design:returntype",typeof(Uu=typeof Promise<"u"&&Promise)=="function"?Uu:Object)],u.KMS.prototype,"rotate",null),Tn([S("mesh.kms.crt.remove",Object),Wn(0,c(0,"id",String)),we("design:type",Function),we("design:paramtypes",[String,Object]),we("design:returntype",typeof(Cu=typeof Promise<"u"&&Promise)=="function"?Cu:Object)],u.KMS.prototype,"remove",null),Tn([S("mesh.kms.crt.append",Object),Wn(0,c(0,"car",Wt)),we("design:type",Function),we("design:paramtypes",[typeof(Fu=typeof Wt<"u"&&Wt)=="function"?Fu:Object,Object]),we("design:returntype",typeof(Du=typeof Promise<"u"&&Promise)=="function"?Du:Object)],u.KMS.prototype,"append",null),Tn([S("mesh.kms.crt.explain",String),Wn(0,c(0,"algo",String)),Wn(1,c(1,"keys",String)),we("design:type",Function),we("design:paramtypes",[String,String,Object]),we("design:returntype",typeof(ku=typeof Promise<"u"&&Promise)=="function"?ku:Object)],u.KMS.prototype,"explain",null),u.KMS=Tn([x("mpi")],u.KMS);var oi=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},It=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},si=function(r,e){return function(t,n){e(t,n,r)}},xu,Bu,Lu,Hu,qu,zu,Vu;u.KV=class{get(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}put(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}keys(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},oi([S("mesh.kv.get",Fe),si(0,c(0,"key",String)),It("design:type",Function),It("design:paramtypes",[String,Object]),It("design:returntype",typeof(xu=typeof Promise<"u"&&Promise)=="function"?xu:Object)],u.KV.prototype,"get",null),oi([S("mesh.kv.put",Object),si(0,c(0,"key",String)),si(1,c(1,"value",Fe)),It("design:type",Function),It("design:paramtypes",[String,typeof(Bu=typeof Fe<"u"&&Fe)=="function"?Bu:Object,Object]),It("design:returntype",typeof(Lu=typeof Promise<"u"&&Promise)=="function"?Lu:Object)],u.KV.prototype,"put",null),oi([S("mesh.kv.remove",Object),si(0,c(0,"key",String)),It("design:type",Function),It("design:paramtypes",[String,Object]),It("design:returntype",typeof(Hu=typeof Promise<"u"&&Promise)=="function"?Hu:Object)],u.KV.prototype,"remove",null),oi([S("mesh.kv.keys",[Array,String]),si(0,c(0,"pattern",String)),It("design:type",Function),It("design:paramtypes",[String,Object]),It("design:returntype",typeof(qu=typeof Promise<"u"&&Promise)=="function"?qu:Object)],u.KV.prototype,"keys",null),oi([S("mesh.kv.index",[Oe,Ti]),si(0,c(0,"index",U)),It("design:type",Function),It("design:paramtypes",[typeof(zu=typeof U<"u"&&U)=="function"?zu:Object,Object]),It("design:returntype",typeof(Vu=typeof Promise<"u"&&Promise)=="function"?Vu:Object)],u.KV.prototype,"index",null),u.KV=oi([x("mesh")],u.KV);var ci=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},$t=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ol=function(r,e){return function(t,n){e(t,n,r)}},Gu,Wu,Ku,Ju,Xu;u.Licenser=class{imports(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}exports(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}explain(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}verify(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}features(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ci([S("mesh.license.imports",Object),Ol(0,c(0,"license",String)),$t("design:type",Function),$t("design:paramtypes",[String,Object]),$t("design:returntype",typeof(Gu=typeof Promise<"u"&&Promise)=="function"?Gu:Object)],u.Licenser.prototype,"imports",null),ci([S("mesh.license.exports",String),$t("design:type",Function),$t("design:paramtypes",[Object]),$t("design:returntype",typeof(Wu=typeof Promise<"u"&&Promise)=="function"?Wu:Object)],u.Licenser.prototype,"exports",null),ci([S("mesh.license.explain",Re),$t("design:type",Function),$t("design:paramtypes",[Object]),$t("design:returntype",typeof(Ku=typeof Promise<"u"&&Promise)=="function"?Ku:Object)],u.Licenser.prototype,"explain",null),ci([S("mesh.license.verify",Number),$t("design:type",Function),$t("design:paramtypes",[Object]),$t("design:returntype",typeof(Ju=typeof Promise<"u"&&Promise)=="function"?Ju:Object)],u.Licenser.prototype,"verify",null),ci([S("mesh.license.features",[Map,String,String]),$t("design:type",Function),$t("design:paramtypes",[Object]),$t("design:returntype",typeof(Xu=typeof Promise<"u"&&Promise)=="function"?Xu:Object)],u.Licenser.prototype,"features",null),u.Licenser=ci([x("mpi")],u.Licenser);var ki=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},rn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ai=function(r,e){return function(t,n){e(t,n,r)}},Yu,Qu,Zu,ep;u.Locker=class{lock(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}unlock(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}readLock(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}readUnlock(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ki([S("mesh.locker.w.lock",Boolean),ai(0,c(0,"rid",String)),ai(1,c(1,"timeout",Number)),rn("design:type",Function),rn("design:paramtypes",[String,Number,Object]),rn("design:returntype",typeof(Yu=typeof Promise<"u"&&Promise)=="function"?Yu:Object)],u.Locker.prototype,"lock",null),ki([S("mesh.locker.w.unlock",Object),ai(0,c(0,"rid",String)),rn("design:type",Function),rn("design:paramtypes",[String,Object]),rn("design:returntype",typeof(Qu=typeof Promise<"u"&&Promise)=="function"?Qu:Object)],u.Locker.prototype,"unlock",null),ki([S("mesh.locker.r.lock",Boolean),ai(0,c(0,"rid",String)),ai(1,c(1,"timeout",Number)),rn("design:type",Function),rn("design:paramtypes",[String,Number,Object]),rn("design:returntype",typeof(Zu=typeof Promise<"u"&&Promise)=="function"?Zu:Object)],u.Locker.prototype,"readLock",null),ki([S("mesh.locker.r.unlock",Object),ai(0,c(0,"rid",String)),rn("design:type",Function),rn("design:paramtypes",[String,Object]),rn("design:returntype",typeof(ep=typeof Promise<"u"&&Promise)=="function"?ep:Object)],u.Locker.prototype,"readUnlock",null),u.Locker=ki([x("mpi")],u.Locker);var Xt=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ue=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ln=function(r,e){return function(t,n){e(t,n,r)}},tp,np,rp,ip,op,sp,cp,ap,dp,up,pp,fp,yp,lp;u.Network=class{environ(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}accessible(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}refresh(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}route(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}routes(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}disable(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}enable(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}version(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}exports(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}imports(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Xt([S("mesh.net.environ",Ge),ue("design:type",Function),ue("design:paramtypes",[Object]),ue("design:returntype",typeof(tp=typeof Promise<"u"&&Promise)=="function"?tp:Object)],u.Network.prototype,"environ",null),Xt([S("mesh.net.accessible",Boolean),ln(0,c(0,"route",me)),ue("design:type",Function),ue("design:paramtypes",[typeof(np=typeof me<"u"&&me)=="function"?np:Object,Object]),ue("design:returntype",typeof(rp=typeof Promise<"u"&&Promise)=="function"?rp:Object)],u.Network.prototype,"accessible",null),Xt([S("mesh.net.refresh",Object),ln(0,c(0,"routes",[Array,me])),ue("design:type",Function),ue("design:paramtypes",[Array,Object]),ue("design:returntype",typeof(ip=typeof Promise<"u"&&Promise)=="function"?ip:Object)],u.Network.prototype,"refresh",null),Xt([S("mesh.net.route",me),ln(0,c(0,"mdc",String)),ue("design:type",Function),ue("design:paramtypes",[String,Object]),ue("design:returntype",typeof(op=typeof Promise<"u"&&Promise)=="function"?op:Object)],u.Network.prototype,"route",null),Xt([S("mesh.net.routes",[Array,me]),ue("design:type",Function),ue("design:paramtypes",[Object]),ue("design:returntype",typeof(sp=typeof Promise<"u"&&Promise)=="function"?sp:Object)],u.Network.prototype,"routes",null),Xt([S("mesh.net.disable",Object),ln(0,c(0,"mdc",String)),ue("design:type",Function),ue("design:paramtypes",[String,Object]),ue("design:returntype",typeof(cp=typeof Promise<"u"&&Promise)=="function"?cp:Object)],u.Network.prototype,"disable",null),Xt([S("mesh.net.enable",Object),ln(0,c(0,"mdc",String)),ue("design:type",Function),ue("design:paramtypes",[String,Object]),ue("design:returntype",typeof(ap=typeof Promise<"u"&&Promise)=="function"?ap:Object)],u.Network.prototype,"enable",null),Xt([S("mesh.net.index",[Oe,me]),ln(0,c(0,"index",U)),ue("design:type",Function),ue("design:paramtypes",[typeof(dp=typeof U<"u"&&U)=="function"?dp:Object,Object]),ue("design:returntype",typeof(up=typeof Promise<"u"&&Promise)=="function"?up:Object)],u.Network.prototype,"index",null),Xt([S("mesh.net.version",$i),ln(0,c(0,"mdc",String)),ue("design:type",Function),ue("design:paramtypes",[String,Object]),ue("design:returntype",typeof(pp=typeof Promise<"u"&&Promise)=="function"?pp:Object)],u.Network.prototype,"version",null),Xt([S("mesh.net.exports",String),ln(0,c(0,"mdc",String)),ue("design:type",Function),ue("design:paramtypes",[String,Object]),ue("design:returntype",typeof(fp=typeof Promise<"u"&&Promise)=="function"?fp:Object)],u.Network.prototype,"exports",null),Xt([S("mesh.net.imports",Object),ln(0,c(0,"crt",String)),ue("design:type",Function),ue("design:paramtypes",[String,Object]),ue("design:returntype",typeof(yp=typeof Promise<"u"&&Promise)=="function"?yp:Object)],u.Network.prototype,"imports",null),Xt([S("mesh.net.remove",Object),ln(0,c(0,"sid",String)),ln(1,c(1,"did",String)),ue("design:type",Function),ue("design:paramtypes",[String,String,Object]),ue("design:returntype",typeof(lp=typeof Promise<"u"&&Promise)=="function"?lp:Object)],u.Network.prototype,"remove",null),u.Network=Xt([x("mpi")],u.Network);var xi=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},on=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},mr=function(r,e){return function(t,n){e(t,n,r)}},mp,gp,hp,bp,_p,Sp;u.Pipeline=class{peek(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}pop(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}push(e,t,n,o=b()){return Promise.reject(h.URN_NOT_PERMIT)}release(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},xi([S("mesh.chan.peek",Uint8Array),mr(0,c(0,"topic",String)),on("design:type",Function),on("design:paramtypes",[String,Object]),on("design:returntype",typeof(mp=typeof Promise<"u"&&Promise)=="function"?mp:Object)],u.Pipeline.prototype,"peek",null),xi([S("mesh.chan.pop",Uint8Array),mr(0,c(0,"timeout",Number)),mr(1,c(1,"topic",String)),on("design:type",Function),on("design:paramtypes",[Number,String,Object]),on("design:returntype",typeof(gp=typeof Promise<"u"&&Promise)=="function"?gp:Object)],u.Pipeline.prototype,"pop",null),xi([S("mesh.chan.push",Object),mr(0,c(0,"payload",Uint8Array)),mr(1,c(1,"metadata",[Map,String,String])),mr(2,c(2,"topic",String)),on("design:type",Function),on("design:paramtypes",[typeof(hp=typeof Uint8Array<"u"&&Uint8Array)=="function"?hp:Object,typeof(bp=typeof Record<"u"&&Record)=="function"?bp:Object,String,Object]),on("design:returntype",typeof(_p=typeof Promise<"u"&&Promise)=="function"?_p:Object)],u.Pipeline.prototype,"push",null),xi([S("mesh.chan.release",Object),mr(0,c(0,"timeout",Number)),mr(1,c(1,"topic",String)),on("design:type",Function),on("design:paramtypes",[Number,String,Object]),on("design:returntype",typeof(Sp=typeof Promise<"u"&&Promise)=="function"?Sp:Object)],u.Pipeline.prototype,"release",null),u.Pipeline=xi([x("mpi")],u.Pipeline);var ss=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},di=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},vp=function(r,e){return function(t,n){e(t,n,r)}},Op,Rp;u.Publisher=class{publish(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}broadcast(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ss([S("mesh.queue.publish",[Array,String]),vp(0,c(0,"events",[Array,mt])),di("design:type",Function),di("design:paramtypes",[Array,Object]),di("design:returntype",typeof(Op=typeof Promise<"u"&&Promise)=="function"?Op:Object)],u.Publisher.prototype,"publish",null),ss([S("mesh.queue.multicast",[Array,String]),vp(0,c(0,"events",[Array,mt])),di("design:type",Function),di("design:paramtypes",[Array,Object]),di("design:returntype",typeof(Rp=typeof Promise<"u"&&Promise)=="function"?Rp:Object)],u.Publisher.prototype,"broadcast",null),u.Publisher=ss([x("mpi")],u.Publisher);var Bi=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},sn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},bo=function(r,e){return function(t,n){e(t,n,r)}},Pp,jp,wp,Ep,Np,Tp;u.Registry=class{register(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}registers(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}unregister(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}export(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Bi([S("mesh.registry.put",Object),bo(0,c(0,"registration",[gt,Object])),sn("design:type",Function),sn("design:paramtypes",[typeof(Pp=typeof gt<"u"&>)=="function"?Pp:Object,Object]),sn("design:returntype",typeof(jp=typeof Promise<"u"&&Promise)=="function"?jp:Object)],u.Registry.prototype,"register",null),Bi([S("mesh.registry.puts",Object),bo(0,c(0,"registrations",[Array,[gt,Object]])),sn("design:type",Function),sn("design:paramtypes",[Array,Object]),sn("design:returntype",typeof(wp=typeof Promise<"u"&&Promise)=="function"?wp:Object)],u.Registry.prototype,"registers",null),Bi([S("mesh.registry.remove",Object),bo(0,c(0,"registration",[gt,Object])),sn("design:type",Function),sn("design:paramtypes",[typeof(Ep=typeof gt<"u"&>)=="function"?Ep:Object,Object]),sn("design:returntype",typeof(Np=typeof Promise<"u"&&Promise)=="function"?Np:Object)],u.Registry.prototype,"unregister",null),Bi([S("mesh.registry.export",[Array,[gt,Object]]),bo(0,c(0,"kind",String)),sn("design:type",Function),sn("design:paramtypes",[String,Object]),sn("design:returntype",typeof(Tp=typeof Promise<"u"&&Promise)=="function"?Tp:Object)],u.Registry.prototype,"export",null),u.Registry=Bi([x("mpi")],u.Registry);var ui=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Ht=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Li=function(r,e){return function(t,n){e(t,n,r)}},Ap,Mp,Ip,$p,Up,Cp,Fp;class Hi{with(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}withMap(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}local(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}any(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}many(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}}ui([Li(0,c(0,"key",String)),Li(1,c(1,"value",String)),Ht("design:type",Function),Ht("design:paramtypes",[String,String,Object]),Ht("design:returntype",typeof(Ap=typeof Promise<"u"&&Promise)=="function"?Ap:Object)],Hi.prototype,"with",null),ui([Li(0,c(0,"attachments",[Map,String,String])),Ht("design:type",Function),Ht("design:paramtypes",[typeof(Mp=typeof Record<"u"&&Record)=="function"?Mp:Object,Object]),Ht("design:returntype",typeof(Ip=typeof Promise<"u"&&Promise)=="function"?Ip:Object)],Hi.prototype,"withMap",null),ui([Li(0,c(0,"principal",Et)),Ht("design:type",Function),Ht("design:paramtypes",[typeof($p=typeof Et<"u"&&Et)=="function"?$p:Object,Object]),Ht("design:returntype",typeof(Up=typeof Promise<"u"&&Promise)=="function"?Up:Object)],Hi.prototype,"any",null),ui([Li(0,c(0,"principals",[Array,Et])),Ht("design:type",Function),Ht("design:paramtypes",[Array,Object]),Ht("design:returntype",typeof(Cp=typeof Promise<"u"&&Promise)=="function"?Cp:Object)],Hi.prototype,"many",null);class cs{constructor(){s(this,"reference");s(this,"attachments",{})}}ui([c(0,"reference",Object),Ht("design:type",Object)],cs.prototype,"reference",void 0),ui([c(1,"attachments",[Map,String,String]),Ht("design:type",typeof(Fp=typeof Record<"u"&&Record)=="function"?Fp:Object)],cs.prototype,"attachments",void 0);var pi=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Ut=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},qi=function(r,e){return function(t,n){e(t,n,r)}},Dp,kp,xp,Bp,Lp,Hp,qp,zp;u.Savepoint=class{begin(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}commit(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}rollback(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}execute(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}redo(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},pi([S("mesh.savepoint.begin",String),qi(0,c(0,"definition",pr)),Ut("design:type",Function),Ut("design:paramtypes",[typeof(Dp=typeof pr<"u"&&pr)=="function"?Dp:Object,Object]),Ut("design:returntype",typeof(kp=typeof Promise<"u"&&Promise)=="function"?kp:Object)],u.Savepoint.prototype,"begin",null),pi([S("mesh.savepoint.commit",Object),qi(0,c(0,"xid",String)),Ut("design:type",Function),Ut("design:paramtypes",[String,Object]),Ut("design:returntype",typeof(xp=typeof Promise<"u"&&Promise)=="function"?xp:Object)],u.Savepoint.prototype,"commit",null),pi([S("mesh.savepoint.rollback",Object),qi(0,c(0,"xid",String)),Ut("design:type",Function),Ut("design:paramtypes",[String,Object]),Ut("design:returntype",typeof(Bp=typeof Promise<"u"&&Promise)=="function"?Bp:Object)],u.Savepoint.prototype,"rollback",null),pi([S("mesh.savepoint.execute",Uint8Array),qi(0,c(0,"branch",wn)),Ut("design:type",Function),Ut("design:paramtypes",[typeof(Lp=typeof wn<"u"&&wn)=="function"?Lp:Object,Object]),Ut("design:returntype",typeof(Hp=typeof Promise<"u"&&Promise)=="function"?Hp:Object)],u.Savepoint.prototype,"execute",null),pi([S("mesh.savepoint.redo",Object),qi(0,c(0,"commit",Uint8Array)),Ut("design:type",Function),Ut("design:paramtypes",[typeof(qp=typeof Uint8Array<"u"&&Uint8Array)=="function"?qp:Object,Object]),Ut("design:returntype",typeof(zp=typeof Promise<"u"&&Promise)=="function"?zp:Object)],u.Savepoint.prototype,"redo",null),u.Savepoint=pi([x("mpi")],u.Savepoint);var Kn=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Be=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},An=function(r,e){return function(t,n){e(t,n,r)}},Vp,Gp,Wp,Kp,Jp,Xp,Yp,Qp,Zp,ef,tf,nf;u.Scheduler=class{timeout(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}cron(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}period(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}dump(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}cancel(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}stop(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}emit(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}shutdown(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Kn([S("mesh.schedule.timeout",String),An(0,c(0,"timeout",On)),An(1,c(1,"duration",Number)),Be("design:type",Function),Be("design:paramtypes",[typeof(Vp=typeof On<"u"&&On)=="function"?Vp:Object,Number,Object]),Be("design:returntype",typeof(Gp=typeof Promise<"u"&&Promise)=="function"?Gp:Object)],u.Scheduler.prototype,"timeout",null),Kn([S("mesh.schedule.cron",String),An(0,c(0,"cron",String)),An(1,c(1,"topic",He)),Be("design:type",Function),Be("design:paramtypes",[String,typeof(Wp=typeof He<"u"&&He)=="function"?Wp:Object,Object]),Be("design:returntype",typeof(Kp=typeof Promise<"u"&&Promise)=="function"?Kp:Object)],u.Scheduler.prototype,"cron",null),Kn([S("mesh.schedule.period",String),An(0,c(0,"duration",Number)),An(1,c(1,"topic",He)),Be("design:type",Function),Be("design:paramtypes",[Number,typeof(Jp=typeof He<"u"&&He)=="function"?Jp:Object,Object]),Be("design:returntype",typeof(Xp=typeof Promise<"u"&&Promise)=="function"?Xp:Object)],u.Scheduler.prototype,"period",null),Kn([S("mesh.schedule.dump",[Array,String]),Be("design:type",Function),Be("design:paramtypes",[Object]),Be("design:returntype",typeof(Yp=typeof Promise<"u"&&Promise)=="function"?Yp:Object)],u.Scheduler.prototype,"dump",null),Kn([S("mesh.schedule.cancel",Boolean),An(0,c(0,"task_id",String)),Be("design:type",Function),Be("design:paramtypes",[String,Object]),Be("design:returntype",typeof(Qp=typeof Promise<"u"&&Promise)=="function"?Qp:Object)],u.Scheduler.prototype,"cancel",null),Kn([S("mesh.schedule.stop",Boolean),An(0,c(0,"task_id",String)),Be("design:type",Function),Be("design:paramtypes",[String,Object]),Be("design:returntype",typeof(Zp=typeof Promise<"u"&&Promise)=="function"?Zp:Object)],u.Scheduler.prototype,"stop",null),Kn([S("mesh.schedule.emit",Object),An(0,c(0,"topic",He)),Be("design:type",Function),Be("design:paramtypes",[typeof(ef=typeof He<"u"&&He)=="function"?ef:Object,Object]),Be("design:returntype",typeof(tf=typeof Promise<"u"&&Promise)=="function"?tf:Object)],u.Scheduler.prototype,"emit",null),Kn([S("mesh.schedule.shutdown",Object),An(0,c(0,"duration",Number)),Be("design:type",Function),Be("design:paramtypes",[Number,Object]),Be("design:returntype",typeof(nf=typeof Promise<"u"&&Promise)=="function"?nf:Object)],u.Scheduler.prototype,"shutdown",null),u.Scheduler=Kn([x("mpi")],u.Scheduler);var as=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},fi=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},zi=function(r,e){return function(t,n){e(t,n,r)}},rf,of;u.Sequence=class{next(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}section(e,t,n,o=b()){return Promise.reject(h.URN_NOT_PERMIT)}},as([S("mesh.sequence.next",String),zi(0,c(0,"kind",String)),zi(1,c(1,"length",Number)),fi("design:type",Function),fi("design:paramtypes",[String,Number,Object]),fi("design:returntype",typeof(rf=typeof Promise<"u"&&Promise)=="function"?rf:Object)],u.Sequence.prototype,"next",null),as([S("mesh.sequence.section",[Array,String]),zi(0,c(0,"kind",String)),zi(1,c(1,"size",Number)),zi(2,c(2,"length",Number)),fi("design:type",Function),fi("design:paramtypes",[String,Number,Number,Object]),fi("design:returntype",typeof(of=typeof Promise<"u"&&Promise)=="function"?of:Object)],u.Sequence.prototype,"section",null),u.Sequence=as([x("mpi")],u.Sequence);var sf=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ds=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Rl=function(r,e){return function(t,n){e(t,n,r)}},cf,af;u.Subscriber=class{subscribe(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},sf([S("mesh.queue.subscribe",Object),Rl(0,c(0,"event",mt)),ds("design:type",Function),ds("design:paramtypes",[typeof(cf=typeof mt<"u"&&mt)=="function"?cf:Object,Object]),ds("design:returntype",typeof(af=typeof Promise<"u"&&Promise)=="function"?af:Object)],u.Subscriber.prototype,"subscribe",null),u.Subscriber=sf([x("mpi")],u.Subscriber);var Ct=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ie=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},bt=function(r,e){return function(t,n){e(t,n,r)}},df,uf,pf,ff,yf,lf,mf,gf,hf,bf,_f,Sf,vf,Of,Rf,Pf,jf;u.Tokenizer=class{captcha(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}matches(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}apply(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}verify(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}quickauth(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}grant(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}accept(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}reject(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}authorize(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}authenticate(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}refresh(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}destroy(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Ct([S("mesh.captcha.apply",Kr),bt(0,c(0,"kind",String)),bt(1,c(1,"features",[Map,String,String])),ie("design:type",Function),ie("design:paramtypes",[String,typeof(df=typeof Record<"u"&&Record)=="function"?df:Object,Object]),ie("design:returntype",typeof(uf=typeof Promise<"u"&&Promise)=="function"?uf:Object)],u.Tokenizer.prototype,"captcha",null),Ct([S("mesh.captcha.match",Boolean),bt(0,c(0,"mno",String)),bt(1,c(1,"value",String)),ie("design:type",Function),ie("design:paramtypes",[String,String,Object]),ie("design:returntype",typeof(pf=typeof Promise<"u"&&Promise)=="function"?pf:Object)],u.Tokenizer.prototype,"matches",null),Ct([S("mesh.trust.apply",String),bt(0,c(0,"kind",String)),bt(1,c(1,"duration",Number)),ie("design:type",Function),ie("design:paramtypes",[String,Number,Object]),ie("design:returntype",typeof(ff=typeof Promise<"u"&&Promise)=="function"?ff:Object)],u.Tokenizer.prototype,"apply",null),Ct([S("mesh.trust.verify",Boolean),bt(0,c(0,"token",String)),ie("design:type",Function),ie("design:paramtypes",[String,Object]),ie("design:returntype",typeof(yf=typeof Promise<"u"&&Promise)=="function"?yf:Object)],u.Tokenizer.prototype,"verify",null),Ct([S("mesh.auth.quickauth",Dn),bt(0,c(0,"credential",Qt)),ie("design:type",Function),ie("design:paramtypes",[typeof(lf=typeof Qt<"u"&&Qt)=="function"?lf:Object,Object]),ie("design:returntype",typeof(mf=typeof Promise<"u"&&Promise)=="function"?mf:Object)],u.Tokenizer.prototype,"quickauth",null),Ct([S("mesh.oauth.grant",Yo),bt(0,c(0,"grant",dr)),ie("design:type",Function),ie("design:paramtypes",[typeof(gf=typeof dr<"u"&&dr)=="function"?gf:Object,Object]),ie("design:returntype",typeof(hf=typeof Promise<"u"&&Promise)=="function"?hf:Object)],u.Tokenizer.prototype,"grant",null),Ct([S("mesh.oauth.accept",fo),bt(0,c(0,"code",String)),ie("design:type",Function),ie("design:paramtypes",[String,Object]),ie("design:returntype",typeof(bf=typeof Promise<"u"&&Promise)=="function"?bf:Object)],u.Tokenizer.prototype,"accept",null),Ct([S("mesh.oauth.reject",Object),bt(0,c(0,"code",String)),ie("design:type",Function),ie("design:paramtypes",[String,Object]),ie("design:returntype",typeof(_f=typeof Promise<"u"&&Promise)=="function"?_f:Object)],u.Tokenizer.prototype,"reject",null),Ct([S("mesh.auth.authorize",Dn),bt(0,c(0,"code",String)),ie("design:type",Function),ie("design:paramtypes",[String,Object]),ie("design:returntype",typeof(Sf=typeof Promise<"u"&&Promise)=="function"?Sf:Object)],u.Tokenizer.prototype,"authorize",null),Ct([S("mesh.oauth.authenticate",Nt),bt(0,c(0,"token",String)),ie("design:type",Function),ie("design:paramtypes",[String,Object]),ie("design:returntype",typeof(vf=typeof Promise<"u"&&Promise)=="function"?vf:Object)],u.Tokenizer.prototype,"authenticate",null),Ct([S("mesh.oauth.refresh",Dn),bt(0,c(0,"token",String)),ie("design:type",Function),ie("design:paramtypes",[String,Object]),ie("design:returntype",typeof(Of=typeof Promise<"u"&&Promise)=="function"?Of:Object)],u.Tokenizer.prototype,"refresh",null),Ct([S("mesh.oauth.destroy",Object),bt(0,c(0,"token",String)),ie("design:type",Function),ie("design:paramtypes",[String,Object]),ie("design:returntype",typeof(Rf=typeof Promise<"u"&&Promise)=="function"?Rf:Object)],u.Tokenizer.prototype,"destroy",null),u.Tokenizer=Ct([x("mpi")],u.Tokenizer),u.AuthProvider=class{session(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Ct([S("${mesh.name}.auth.session",Nt),bt(0,c(0,"credential",Qt)),ie("design:type",Function),ie("design:paramtypes",[typeof(Pf=typeof Qt<"u"&&Qt)=="function"?Pf:Object,Object]),ie("design:returntype",typeof(jf=typeof Promise<"u"&&Promise)=="function"?jf:Object)],u.AuthProvider.prototype,"session",null),u.AuthProvider=Ct([x("mpi")],u.AuthProvider);var $r=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ct=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Mn=function(r,e){return function(t,n){e(t,n,r)}},wf,Ef,Nf,Tf,Af,Mf,If;u.Transporter=class{attach(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}detach(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}scan(e,t,n,o=b()){return Promise.reject(h.URN_NOT_PERMIT)}write(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}read(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}clean(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},$r([S("${mesh.name}.tcp.attach",String),Mn(0,c(0,"uri",String)),Mn(1,c(1,"pdc",String)),ct("design:type",Function),ct("design:paramtypes",[String,String,Object]),ct("design:returntype",typeof(wf=typeof Promise<"u"&&Promise)=="function"?wf:Object)],u.Transporter.prototype,"attach",null),$r([S("${mesh.name}.tcp.detach",Object),Mn(0,c(0,"descriptor",String)),ct("design:type",Function),ct("design:paramtypes",[String,Object]),ct("design:returntype",typeof(Ef=typeof Promise<"u"&&Promise)=="function"?Ef:Object)],u.Transporter.prototype,"detach",null),$r([S("${mesh.name}.tcp.scan",[Array,en]),Mn(0,c(0,"rid",String)),Mn(1,c(1,"h",Number)),Mn(2,c(2,"limit",Number)),ct("design:type",Function),ct("design:paramtypes",[String,Number,Number,Object]),ct("design:returntype",typeof(Nf=typeof Promise<"u"&&Promise)=="function"?Nf:Object)],u.Transporter.prototype,"scan",null),$r([S("${mesh.name}.tcp.write",Object),Mn(0,c(0,"packet",en)),ct("design:type",Function),ct("design:paramtypes",[typeof(Tf=typeof en<"u"&&en)=="function"?Tf:Object,Object]),ct("design:returntype",typeof(Af=typeof Promise<"u"&&Promise)=="function"?Af:Object)],u.Transporter.prototype,"write",null),$r([S("${mesh.name}.tcp.read",[Array,en]),Mn(0,c(0,"bucket",String)),Mn(1,c(1,"limit",Number)),ct("design:type",Function),ct("design:paramtypes",[String,Number,Object]),ct("design:returntype",typeof(Mf=typeof Promise<"u"&&Promise)=="function"?Mf:Object)],u.Transporter.prototype,"read",null),$r([S("${mesh.name}.tcp.clean",Object),Mn(0,c(0,"buckets",[Array,String])),ct("design:type",Function),ct("design:paramtypes",[Array,Object]),ct("design:returntype",typeof(If=typeof Promise<"u"&&Promise)=="function"?If:Object)],u.Transporter.prototype,"clean",null),u.Transporter=$r([x("mpi")],u.Transporter);var gr=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Ke=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},hr=function(r,e){return function(t,n){e(t,n,r)}},$f,Uf,Cf,Ff,Df,kf,xf,Bf;u.FileSystem=class{exist(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}mkdir(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}write(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}read(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}delete(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}list(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},gr([S("mesh.fs.exist",Boolean),hr(0,c(0,"path",String)),Ke("design:type",Function),Ke("design:paramtypes",[String,Object]),Ke("design:returntype",typeof($f=typeof Promise<"u"&&Promise)=="function"?$f:Object)],u.FileSystem.prototype,"exist",null),gr([S("mesh.fs.mkdir",Object),hr(0,c(0,"path",String)),Ke("design:type",Function),Ke("design:paramtypes",[String,Object]),Ke("design:returntype",typeof(Uf=typeof Promise<"u"&&Promise)=="function"?Uf:Object)],u.FileSystem.prototype,"mkdir",null),gr([S("mesh.fs.write",Object),hr(0,c(0,"path",String)),hr(1,c(1,"buff",Uint8Array)),Ke("design:type",Function),Ke("design:paramtypes",[String,typeof(Cf=typeof Uint8Array<"u"&&Uint8Array)=="function"?Cf:Object,Object]),Ke("design:returntype",typeof(Ff=typeof Promise<"u"&&Promise)=="function"?Ff:Object)],u.FileSystem.prototype,"write",null),gr([S("mesh.fs.read",Uint8Array),hr(0,c(0,"path",String)),Ke("design:type",Function),Ke("design:paramtypes",[String,Object]),Ke("design:returntype",typeof(Df=typeof Promise<"u"&&Promise)=="function"?Df:Object)],u.FileSystem.prototype,"read",null),gr([S("mesh.fs.remove",Object),hr(0,c(0,"path",String)),Ke("design:type",Function),Ke("design:paramtypes",[String,Object]),Ke("design:returntype",typeof(kf=typeof Promise<"u"&&Promise)=="function"?kf:Object)],u.FileSystem.prototype,"remove",null),gr([S("mesh.fs.delete",Object),hr(0,c(0,"paths",[Array,String])),Ke("design:type",Function),Ke("design:paramtypes",[Array,Object]),Ke("design:returntype",typeof(xf=typeof Promise<"u"&&Promise)=="function"?xf:Object)],u.FileSystem.prototype,"delete",null),gr([S("mesh.fs.ls",zr),hr(0,c(0,"path",String)),Ke("design:type",Function),Ke("design:paramtypes",[String,Object]),Ke("design:returntype",typeof(Bf=typeof Promise<"u"&&Promise)=="function"?Bf:Object)],u.FileSystem.prototype,"list",null),u.FileSystem=gr([x("mpi")],u.FileSystem);var Ur=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},at=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Jn=function(r,e){return function(t,n){e(t,n,r)}},Lf,Hf,qf,zf,Vf,Gf,Wf,Kf,Jf;u.VM=class{compile(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}setup(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describe(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}exec(e,t,n,o=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Ur([S("mesh.vmc.compile",String),Jn(0,c(0,"script",Ze)),at("design:type",Function),at("design:paramtypes",[typeof(Lf=typeof Ze<"u"&&Ze)=="function"?Lf:Object,Object]),at("design:returntype",typeof(Hf=typeof Promise<"u"&&Promise)=="function"?Hf:Object)],u.VM.prototype,"compile",null),Ur([S("mesh.vmc.setup",Object),Jn(0,c(0,"code",String)),Jn(1,c(1,"version",String)),at("design:type",Function),at("design:paramtypes",[String,String,Object]),at("design:returntype",typeof(qf=typeof Promise<"u"&&Promise)=="function"?qf:Object)],u.VM.prototype,"setup",null),Ur([S("mesh.vmc.remove",Object),Jn(0,c(0,"code",String)),at("design:type",Function),at("design:paramtypes",[String,Object]),at("design:returntype",typeof(zf=typeof Promise<"u"&&Promise)=="function"?zf:Object)],u.VM.prototype,"remove",null),Ur([S("mesh.vmc.describe",Ze),Jn(0,c(0,"code",String)),at("design:type",Function),at("design:paramtypes",[String,Object]),at("design:returntype",typeof(Vf=typeof Promise<"u"&&Promise)=="function"?Vf:Object)],u.VM.prototype,"describe",null),Ur([S("mesh.vmc.exec",String),Jn(0,c(0,"code",String)),Jn(1,c(1,"args",[Map,String,String])),Jn(2,c(2,"dft",String)),at("design:type",Function),at("design:paramtypes",[String,typeof(Gf=typeof Record<"u"&&Record)=="function"?Gf:Object,String,Object]),at("design:returntype",typeof(Wf=typeof Promise<"u"&&Promise)=="function"?Wf:Object)],u.VM.prototype,"exec",null),Ur([S("mesh.vmc.index",[Oe,Ze]),Jn(0,c(0,"idx",U)),at("design:type",Function),at("design:paramtypes",[typeof(Kf=typeof U<"u"&&U)=="function"?Kf:Object,Object]),at("design:returntype",typeof(Jf=typeof Promise<"u"&&Promise)=="function"?Jf:Object)],u.VM.prototype,"index",null),u.VM=Ur([x("mpi")],u.VM);var br=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Je=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Cr=function(r,e){return function(t,n){e(t,n,r)}},Xf,Yf,Qf,Zf,ey,ty,ny,ry,iy,oy,sy,cy,ay,dy;u.Workflow=class{mass(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}groups(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}compile(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}submit(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}take(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}routines(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},br([S("mesh.workflow.mass",String),Cr(0,c(0,"group",zn)),Je("design:type",Function),Je("design:paramtypes",[typeof(Xf=typeof zn<"u"&&zn)=="function"?Xf:Object,Object]),Je("design:returntype",typeof(Yf=typeof Promise<"u"&&Promise)=="function"?Yf:Object)],u.Workflow.prototype,"mass",null),br([S("mesh.workflow.groups",[Oe,zn]),Cr(0,c(0,"index",U)),Je("design:type",Function),Je("design:paramtypes",[typeof(Qf=typeof U<"u"&&U)=="function"?Qf:Object,Object]),Je("design:returntype",typeof(Zf=typeof Promise<"u"&&Promise)=="function"?Zf:Object)],u.Workflow.prototype,"groups",null),br([S("mesh.workflow.compile",String),Cr(0,c(0,"chart",Lt)),Je("design:type",Function),Je("design:paramtypes",[typeof(ey=typeof Lt<"u"&&Lt)=="function"?ey:Object,Object]),Je("design:returntype",typeof(ty=typeof Promise<"u"&&Promise)=="function"?ty:Object)],u.Workflow.prototype,"compile",null),br([S("mesh.workflow.index",[Oe,Lt]),Cr(0,c(0,"index",U)),Je("design:type",Function),Je("design:paramtypes",[typeof(ny=typeof U<"u"&&U)=="function"?ny:Object,Object]),Je("design:returntype",typeof(ry=typeof Promise<"u"&&Promise)=="function"?ry:Object)],u.Workflow.prototype,"index",null),br([S("mesh.workflow.submit",String),Cr(0,c(0,"intent",yr)),Je("design:type",Function),Je("design:paramtypes",[typeof(iy=typeof yr<"u"&&yr)=="function"?iy:Object,Object]),Je("design:returntype",typeof(oy=typeof Promise<"u"&&Promise)=="function"?oy:Object)],u.Workflow.prototype,"submit",null),br([S("mesh.workflow.take",Object),Cr(0,c(0,"vertex",dt)),Je("design:type",Function),Je("design:paramtypes",[typeof(sy=typeof dt<"u"&&dt)=="function"?sy:Object,Object]),Je("design:returntype",typeof(cy=typeof Promise<"u"&&Promise)=="function"?cy:Object)],u.Workflow.prototype,"take",null),br([S("mesh.workflow.routines",[Oe,dt]),Cr(0,c(0,"index",U)),Je("design:type",Function),Je("design:paramtypes",[typeof(ay=typeof U<"u"&&U)=="function"?ay:Object,Object]),Je("design:returntype",typeof(dy=typeof Promise<"u"&&Promise)=="function"?dy:Object)],u.Workflow.prototype,"routines",null),u.Workflow=br([x("mpi")],u.Workflow);var Pl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};u.Codec=(vr=class{encodeString(e){return this.stringify(this.encode(e))}decodeString(e,t){return this.decode(this.uint8ify(e),t)}},s(vr,"JSON","json"),s(vr,"PROTOBUF","protobuf"),s(vr,"XML","xml"),s(vr,"YAML","yaml"),s(vr,"THRIFT","thrift"),s(vr,"MESH","mesh"),vr),u.Codec=Pl([x(u.Codec.JSON)],u.Codec);var us={},Vi={},uy;function jl(){if(uy)return Vi;uy=1,Vi.byteLength=d,Vi.toByteArray=j,Vi.fromByteArray=D;for(var r=[],e=[],t=typeof Uint8Array<"u"?Uint8Array:Array,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,i=n.length;o<i;++o)r[o]=n[o],e[n.charCodeAt(o)]=o;e[45]=62,e[95]=63;function a(T){var w=T.length;if(w%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var M=T.indexOf("=");M===-1&&(M=w);var A=M===w?0:4-M%4;return[M,A]}function d(T){var w=a(T),M=w[0],A=w[1];return(M+A)*3/4-A}function v(T,w,M){return(w+M)*3/4-M}function j(T){var w,M=a(T),A=M[0],K=M[1],J=new t(v(T,A,K)),oe=0,rt=K>0?A-4:A,se;for(se=0;se<rt;se+=4)w=e[T.charCodeAt(se)]<<18|e[T.charCodeAt(se+1)]<<12|e[T.charCodeAt(se+2)]<<6|e[T.charCodeAt(se+3)],J[oe++]=w>>16&255,J[oe++]=w>>8&255,J[oe++]=w&255;return K===2&&(w=e[T.charCodeAt(se)]<<2|e[T.charCodeAt(se+1)]>>4,J[oe++]=w&255),K===1&&(w=e[T.charCodeAt(se)]<<10|e[T.charCodeAt(se+1)]<<4|e[T.charCodeAt(se+2)]>>2,J[oe++]=w>>8&255,J[oe++]=w&255),J}function R(T){return r[T>>18&63]+r[T>>12&63]+r[T>>6&63]+r[T&63]}function E(T,w,M){for(var A,K=[],J=w;J<M;J+=3)A=(T[J]<<16&16711680)+(T[J+1]<<8&65280)+(T[J+2]&255),K.push(R(A));return K.join("")}function D(T){for(var w,M=T.length,A=M%3,K=[],J=16383,oe=0,rt=M-A;oe<rt;oe+=J)K.push(E(T,oe,oe+J>rt?rt:oe+J));return A===1?(w=T[M-1],K.push(r[w>>2]+r[w<<4&63]+"==")):A===2&&(w=(T[M-2]<<8)+T[M-1],K.push(r[w>>10]+r[w>>4&63]+r[w<<2&63]+"=")),K.join("")}return Vi}var _o={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */var py;function wl(){return py||(py=1,_o.read=function(r,e,t,n,o){var i,a,d=o*8-n-1,v=(1<<d)-1,j=v>>1,R=-7,E=t?o-1:0,D=t?-1:1,T=r[e+E];for(E+=D,i=T&(1<<-R)-1,T>>=-R,R+=d;R>0;i=i*256+r[e+E],E+=D,R-=8);for(a=i&(1<<-R)-1,i>>=-R,R+=n;R>0;a=a*256+r[e+E],E+=D,R-=8);if(i===0)i=1-j;else{if(i===v)return a?NaN:(T?-1:1)*(1/0);a=a+Math.pow(2,n),i=i-j}return(T?-1:1)*a*Math.pow(2,i-n)},_o.write=function(r,e,t,n,o,i){var a,d,v,j=i*8-o-1,R=(1<<j)-1,E=R>>1,D=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:i-1,w=n?1:-1,M=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(d=isNaN(e)?1:0,a=R):(a=Math.floor(Math.log(e)/Math.LN2),e*(v=Math.pow(2,-a))<1&&(a--,v*=2),a+E>=1?e+=D/v:e+=D*Math.pow(2,1-E),e*v>=2&&(a++,v/=2),a+E>=R?(d=0,a=R):a+E>=1?(d=(e*v-1)*Math.pow(2,o),a=a+E):(d=e*Math.pow(2,E-1)*Math.pow(2,o),a=0));o>=8;r[t+T]=d&255,T+=w,d/=256,o-=8);for(a=a<<o|d,j+=o;j>0;r[t+T]=a&255,T+=w,a/=256,j-=8);r[t+T-w]|=M*128}),_o}/*!
|
|
14
|
+
***************************************************************************** */var Ls;function Nl(){if(Ls)return Bs;Ls=1;var r;return function(e){(function(t){var n=typeof globalThis=="object"?globalThis:typeof xs=="object"?xs:typeof self=="object"?self:typeof this=="object"?this:v(),s=i(e);typeof n.Reflect<"u"&&(s=i(n.Reflect,s)),t(s,n),typeof n.Reflect>"u"&&(n.Reflect=e);function i(j,R){return function(E,D){Object.defineProperty(j,E,{configurable:!0,writable:!0,value:D}),R&&R(E,D)}}function a(){try{return Function("return this;")()}catch{}}function d(){try{return(0,eval)("(function() { return this; })()")}catch{}}function v(){return a()||d()}})(function(t,n){var s=Object.prototype.hasOwnProperty,i=typeof Symbol=="function",a=i&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",d=i&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",v=typeof Object.create=="function",j={__proto__:[]}instanceof Array,R=!v&&!j,E={create:v?function(){return _(Object.create(null))}:j?function(){return _({__proto__:null})}:function(){return _({})},has:R?function(l,g){return s.call(l,g)}:function(l,g){return g in l},get:R?function(l,g){return s.call(l,g)?l[g]:void 0}:function(l,g){return l[g]}},D=Object.getPrototypeOf(Function),T=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:p(),w=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:f(),M=typeof WeakMap=="function"?WeakMap:m(),A=i?Symbol.for("@reflect-metadata:registry"):void 0,X=Ds(),Y=xn(X);function ae(l,g,O,N){if(G(O)){if(!io(l))throw new TypeError;if(!Ar(g))throw new TypeError;return Cs(l,g)}else{if(!io(l))throw new TypeError;if(!Ve(g))throw new TypeError;if(!Ve(N)&&!G(N)&&!ir(N))throw new TypeError;return ir(N)&&(N=void 0),O=ln(O),Ho(l,g,O,N)}}t("decorate",ae);function ot(l,g){function O(N,I){if(!Ve(N))throw new TypeError;if(!G(I)&&!Fs(I))throw new TypeError;Vo(l,g,N,I)}return O}t("metadata",ot);function de(l,g,O,N){if(!Ve(O))throw new TypeError;return G(N)||(N=ln(N)),Vo(l,g,O,N)}t("defineMetadata",de);function tn(l,g,O){if(!Ve(g))throw new TypeError;return G(O)||(O=ln(O)),no(l,g,O)}t("hasMetadata",tn);function yn(l,g,O){if(!Ve(g))throw new TypeError;return G(O)||(O=ln(O)),ro(l,g,O)}t("hasOwnMetadata",yn);function Nr(l,g,O){if(!Ve(g))throw new TypeError;return G(O)||(O=ln(O)),qo(l,g,O)}t("getMetadata",Nr);function Oi(l,g,O){if(!Ve(g))throw new TypeError;return G(O)||(O=ln(O)),zo(l,g,O)}t("getOwnMetadata",Oi);function Is(l,g){if(!Ve(l))throw new TypeError;return G(g)||(g=ln(g)),Go(l,g)}t("getMetadataKeys",Is);function $s(l,g){if(!Ve(l))throw new TypeError;return G(g)||(g=ln(g)),Qe(l,g)}t("getOwnMetadataKeys",$s);function Us(l,g,O){if(!Ve(g))throw new TypeError;if(G(O)||(O=ln(O)),!Ve(g))throw new TypeError;G(O)||(O=ln(O));var N=y(g,O,!1);return G(N)?!1:N.OrdinaryDeleteMetadata(l,g,O)}t("deleteMetadata",Us);function Cs(l,g){for(var O=l.length-1;O>=0;--O){var N=l[O],I=N(g);if(!G(I)&&!ir(I)){if(!Ar(I))throw new TypeError;g=I}}return g}function Ho(l,g,O,N){for(var I=l.length-1;I>=0;--I){var ee=l[I],J=ee(g,O,N);if(!G(J)&&!ir(J)){if(!Ve(J))throw new TypeError;N=J}}return N}function no(l,g,O){var N=ro(l,g,O);if(N)return!0;var I=Yt(g);return ir(I)?!1:no(l,I,O)}function ro(l,g,O){var N=y(g,O,!1);return G(N)?!1:Ri(N.OrdinaryHasOwnMetadata(l,g,O))}function qo(l,g,O){var N=ro(l,g,O);if(N)return zo(l,g,O);var I=Yt(g);if(!ir(I))return qo(l,I,O)}function zo(l,g,O){var N=y(g,O,!1);if(!G(N))return N.OrdinaryGetOwnMetadata(l,g,O)}function Vo(l,g,O,N){var I=y(O,N,!0);I.OrdinaryDefineOwnMetadata(l,g,O,N)}function Go(l,g){var O=Qe(l,g),N=Yt(l);if(N===null)return O;var I=Go(N,g);if(I.length<=0)return O;if(O.length<=0)return I;for(var ee=new w,J=[],ue=0,$=O;ue<$.length;ue++){var C=$[ue],F=ee.has(C);F||(ee.add(C),J.push(C))}for(var k=0,me=I;k<me.length;k++){var C=me[k],F=ee.has(C);F||(ee.add(C),J.push(C))}return J}function Qe(l,g){var O=y(l,g,!1);return O?O.OrdinaryOwnMetadataKeys(l,g):[]}function ft(l){if(l===null)return 1;switch(typeof l){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return l===null?1:6;default:return 6}}function G(l){return l===void 0}function ir(l){return l===null}function Wo(l){return typeof l=="symbol"}function Ve(l){return typeof l=="object"?l!==null:typeof l=="function"}function Ko(l,g){switch(ft(l)){case 0:return l;case 1:return l;case 2:return l;case 3:return l;case 4:return l;case 5:return l}var O="string",N=Pi(l,a);if(N!==void 0){var I=N.call(l,O);if(Ve(I))throw new TypeError;return I}return Tr(l)}function Tr(l,g){var O,N,I;{var ee=l.toString;if(Sn(ee)){var N=ee.call(l);if(!Ve(N))return N}var O=l.valueOf;if(Sn(O)){var N=O.call(l);if(!Ve(N))return N}}throw new TypeError}function Ri(l){return!!l}function Jo(l){return""+l}function ln(l){var g=Ko(l);return Wo(g)?g:Jo(g)}function io(l){return Array.isArray?Array.isArray(l):l instanceof Object?l instanceof Array:Object.prototype.toString.call(l)==="[object Array]"}function Sn(l){return typeof l=="function"}function Ar(l){return typeof l=="function"}function Fs(l){switch(ft(l)){case 3:return!0;case 4:return!0;default:return!1}}function oo(l,g){return l===g||l!==l&&g!==g}function Pi(l,g){var O=l[g];if(O!=null){if(!Sn(O))throw new TypeError;return O}}function Xo(l){var g=Pi(l,d);if(!Sn(g))throw new TypeError;var O=g.call(l);if(!Ve(O))throw new TypeError;return O}function Yo(l){return l.value}function so(l){var g=l.next();return g.done?!1:g}function zr(l){var g=l.return;g&&g.call(l)}function Yt(l){var g=Object.getPrototypeOf(l);if(typeof l!="function"||l===D||g!==D)return g;var O=l.prototype,N=O&&Object.getPrototypeOf(O);if(N==null||N===Object.prototype)return g;var I=N.constructor;return typeof I!="function"||I===l?g:I}function co(){var l;!G(A)&&typeof n.Reflect<"u"&&!(A in n.Reflect)&&typeof n.Reflect.defineMetadata=="function"&&(l=ks(n.Reflect));var g,O,N,I=new M,ee={registerProvider:J,getProvider:$,setProvider:F};return ee;function J(k){if(!Object.isExtensible(ee))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case l===k:break;case G(g):g=k;break;case g===k:break;case G(O):O=k;break;case O===k:break;default:N===void 0&&(N=new w),N.add(k);break}}function ue(k,me){if(!G(g)){if(g.isProviderFor(k,me))return g;if(!G(O)){if(O.isProviderFor(k,me))return g;if(!G(N))for(var Fe=Xo(N);;){var Ze=so(Fe);if(!Ze)return;var vn=Yo(Ze);if(vn.isProviderFor(k,me))return zr(Fe),vn}}}if(!G(l)&&l.isProviderFor(k,me))return l}function $(k,me){var Fe=I.get(k),Ze;return G(Fe)||(Ze=Fe.get(me)),G(Ze)&&(Ze=ue(k,me),G(Ze)||(G(Fe)&&(Fe=new T,I.set(k,Fe)),Fe.set(me,Ze))),Ze}function C(k){if(G(k))throw new TypeError;return g===k||O===k||!G(N)&&N.has(k)}function F(k,me,Fe){if(!C(Fe))throw new Error("Metadata provider not registered.");var Ze=$(k,me);if(Ze!==Fe){if(!G(Ze))return!1;var vn=I.get(k);G(vn)&&(vn=new T,I.set(k,vn)),vn.set(me,Fe)}return!0}}function Ds(){var l;return!G(A)&&Ve(n.Reflect)&&Object.isExtensible(n.Reflect)&&(l=n.Reflect[A]),G(l)&&(l=co()),!G(A)&&Ve(n.Reflect)&&Object.isExtensible(n.Reflect)&&Object.defineProperty(n.Reflect,A,{enumerable:!1,configurable:!1,writable:!1,value:l}),l}function xn(l){var g=new M,O={isProviderFor:function(C,F){var k=g.get(C);return G(k)?!1:k.has(F)},OrdinaryDefineOwnMetadata:J,OrdinaryHasOwnMetadata:I,OrdinaryGetOwnMetadata:ee,OrdinaryOwnMetadataKeys:ue,OrdinaryDeleteMetadata:$};return X.registerProvider(O),O;function N(C,F,k){var me=g.get(C),Fe=!1;if(G(me)){if(!k)return;me=new T,g.set(C,me),Fe=!0}var Ze=me.get(F);if(G(Ze)){if(!k)return;if(Ze=new T,me.set(F,Ze),!l.setProvider(C,F,O))throw me.delete(F),Fe&&g.delete(C),new Error("Wrong provider for target.")}return Ze}function I(C,F,k){var me=N(F,k,!1);return G(me)?!1:Ri(me.has(C))}function ee(C,F,k){var me=N(F,k,!1);if(!G(me))return me.get(C)}function J(C,F,k,me){var Fe=N(k,me,!0);Fe.set(C,F)}function ue(C,F){var k=[],me=N(C,F,!1);if(G(me))return k;for(var Fe=me.keys(),Ze=Xo(Fe),vn=0;;){var Rl=so(Ze);if(!Rl)return k.length=vn,k;var zg=Yo(Rl);try{k[vn]=zg}catch(Vg){try{zr(Ze)}finally{throw Vg}}vn++}}function $(C,F,k){var me=N(F,k,!1);if(G(me)||!me.delete(C))return!1;if(me.size===0){var Fe=g.get(F);G(Fe)||(Fe.delete(k),Fe.size===0&&g.delete(Fe))}return!0}}function ks(l){var g=l.defineMetadata,O=l.hasOwnMetadata,N=l.getOwnMetadata,I=l.getOwnMetadataKeys,ee=l.deleteMetadata,J=new M,ue={isProviderFor:function($,C){var F=J.get($);return!G(F)&&F.has(C)?!0:I($,C).length?(G(F)&&(F=new w,J.set($,F)),F.add(C),!0):!1},OrdinaryDefineOwnMetadata:g,OrdinaryHasOwnMetadata:O,OrdinaryGetOwnMetadata:N,OrdinaryOwnMetadataKeys:I,OrdinaryDeleteMetadata:ee};return ue}function y(l,g,O){var N=X.getProvider(l,g);if(!G(N))return N;if(O){if(X.setProvider(l,g,Y))return Y;throw new Error("Illegal state.")}}function p(){var l={},g=[],O=function(){function ue($,C,F){this._index=0,this._keys=$,this._values=C,this._selector=F}return ue.prototype["@@iterator"]=function(){return this},ue.prototype[d]=function(){return this},ue.prototype.next=function(){var $=this._index;if($>=0&&$<this._keys.length){var C=this._selector(this._keys[$],this._values[$]);return $+1>=this._keys.length?(this._index=-1,this._keys=g,this._values=g):this._index++,{value:C,done:!1}}return{value:void 0,done:!0}},ue.prototype.throw=function($){throw this._index>=0&&(this._index=-1,this._keys=g,this._values=g),$},ue.prototype.return=function($){return this._index>=0&&(this._index=-1,this._keys=g,this._values=g),{value:$,done:!0}},ue}(),N=function(){function ue(){this._keys=[],this._values=[],this._cacheKey=l,this._cacheIndex=-2}return Object.defineProperty(ue.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),ue.prototype.has=function($){return this._find($,!1)>=0},ue.prototype.get=function($){var C=this._find($,!1);return C>=0?this._values[C]:void 0},ue.prototype.set=function($,C){var F=this._find($,!0);return this._values[F]=C,this},ue.prototype.delete=function($){var C=this._find($,!1);if(C>=0){for(var F=this._keys.length,k=C+1;k<F;k++)this._keys[k-1]=this._keys[k],this._values[k-1]=this._values[k];return this._keys.length--,this._values.length--,oo($,this._cacheKey)&&(this._cacheKey=l,this._cacheIndex=-2),!0}return!1},ue.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=l,this._cacheIndex=-2},ue.prototype.keys=function(){return new O(this._keys,this._values,I)},ue.prototype.values=function(){return new O(this._keys,this._values,ee)},ue.prototype.entries=function(){return new O(this._keys,this._values,J)},ue.prototype["@@iterator"]=function(){return this.entries()},ue.prototype[d]=function(){return this.entries()},ue.prototype._find=function($,C){if(!oo(this._cacheKey,$)){this._cacheIndex=-1;for(var F=0;F<this._keys.length;F++)if(oo(this._keys[F],$)){this._cacheIndex=F;break}}return this._cacheIndex<0&&C&&(this._cacheIndex=this._keys.length,this._keys.push($),this._values.push(void 0)),this._cacheIndex},ue}();return N;function I(ue,$){return ue}function ee(ue,$){return $}function J(ue,$){return[ue,$]}}function f(){var l=function(){function g(){this._map=new T}return Object.defineProperty(g.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),g.prototype.has=function(O){return this._map.has(O)},g.prototype.add=function(O){return this._map.set(O,O),this},g.prototype.delete=function(O){return this._map.delete(O)},g.prototype.clear=function(){this._map.clear()},g.prototype.keys=function(){return this._map.keys()},g.prototype.values=function(){return this._map.keys()},g.prototype.entries=function(){return this._map.entries()},g.prototype["@@iterator"]=function(){return this.keys()},g.prototype[d]=function(){return this.keys()},g}();return l}function m(){var l=16,g=E.create(),O=N();return function(){function $(){this._key=N()}return $.prototype.has=function(C){var F=I(C,!1);return F!==void 0?E.has(F,this._key):!1},$.prototype.get=function(C){var F=I(C,!1);return F!==void 0?E.get(F,this._key):void 0},$.prototype.set=function(C,F){var k=I(C,!0);return k[this._key]=F,this},$.prototype.delete=function(C){var F=I(C,!1);return F!==void 0?delete F[this._key]:!1},$.prototype.clear=function(){this._key=N()},$}();function N(){var $;do $="@@WeakMap@@"+ue();while(E.has(g,$));return g[$]=!0,$}function I($,C){if(!s.call($,O)){if(!C)return;Object.defineProperty($,O,{value:E.create()})}return $[O]}function ee($,C){for(var F=0;F<C;++F)$[F]=Math.random()*255|0;return $}function J($){if(typeof Uint8Array=="function"){var C=new Uint8Array($);return typeof crypto<"u"?crypto.getRandomValues(C):typeof msCrypto<"u"?msCrypto.getRandomValues(C):ee(C,$),C}return ee(new Array($),$)}function ue(){var $=J(l);$[6]=$[6]&79|64,$[8]=$[8]&191|128;for(var C="",F=0;F<l;++F){var k=$[F];(F===4||F===6||F===8)&&(C+="-"),k<16&&(C+="0"),C+=k.toString(16).toLowerCase()}return C}}function _(l){return l.__=void 0,delete l.__,l}})}(r||(r={})),Bs}Nl();class uo{constructor(e,t,n,s,i,a,d,v){o(this,"topic");o(this,"code");o(this,"version");o(this,"proto");o(this,"codec");o(this,"flags");o(this,"timeout");o(this,"meshable");o(this,"traits");this.topic=e,this.code=t,this.version=n,this.proto=s,this.codec=i,this.flags=a,this.timeout=d,this.meshable=v}decorate(e){this.traits=Object.getPrototypeOf(e.prototype).constructor,$e.annotate(uo,e,e,this),$e.register(uo,`${this.topic}.${this.code}`,e,this)}}function Tl(r="",e="",t="1.0.0",n="http2",s="protobuf",i=0,a=3e3,d=!0){const v=new uo(r,e,t,n,s,i,a,d);return v.decorate.bind(v)}class sr{constructor(e,t,n,s){o(this,"value");o(this,"name");o(this,"transparent");o(this,"kind");o(this,"clas");o(this,"index",1e3);this.value=e,this.name=t,this.transparent=n,this.kind=s,this.clas=Object}decorate(e,t,n){this.kind==Object?this.kind=Reflect.getMetadata("design:type",e,t):this.kind=Array.isArray(this.kind)?new or(this.kind):this.kind;const s=Reflect.getMetadata("design:paramtypes",e,t);s&&Array.isArray(s)&&n!=null&&s.length>n&&(this.clas=s[n]),this.kind&&(this.clas==Array||this.clas==Map)&&(this.clas=this.kind),this.index=n||1e3,n!=null?$e.annotate(sr,`${t}:${n}`,e.constructor,this):$e.annotate(sr,t,e.constructor,this)}}function c(r=-1,e="",t=Object,n=!1){const s=new sr(r,e,n,t);return s.decorate.bind(s)}class mn{constructor(e,t,n,s){o(this,"name");o(this,"pattern");o(this,"priority");o(this,"prototype");this.name=e,this.pattern=t,this.priority=n,this.prototype=s}decorate(e){$e.annotate(mn,e,e,this),$e.register(mn,this.name,e,this)}}function B(r="",e="",t=0,n=!1){const s=new mn(r,e,t,n);return s.decorate.bind(s)}class Ge{constructor(e,t,n,s,i,a,d,v,j,R,E,D,T,w){o(this,"name");o(this,"version");o(this,"proto");o(this,"codec");o(this,"flags");o(this,"timeout");o(this,"retries");o(this,"mdc");o(this,"zone");o(this,"cluster");o(this,"cell");o(this,"group");o(this,"address");o(this,"kind");o(this,"retype");o(this,"attributes",new Map);this.name=e,this.version=t,this.proto=n,this.codec=s,this.flags=i,this.timeout=a,this.retries=d,this.mdc=v,this.zone=j,this.cluster=R,this.cell=E,this.group=D,this.address=T,this.retype=w}decorate(e,t,n){if(typeof t=="string"&&this.attributes.set("name",t),!n){this.kind=Reflect.getMetadata("design:type",e,t),$e.annotate(Ge,t,e,this);return}return this.kind=Reflect.getMetadata("design:returntype",e,t),$e.annotate(Ge,n.value,e.constructor,this),n}}function S(r="",e=Object,t=1e4,n="1.0.0",s="grpc",i="json",a=0,d=3,v="",j="",R="",E="",D="",T=""){const w=new Ge(r,n,s,i,a,t,d,v,j,R,E,D,T,e);return w.decorate.bind(w)}var Al=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};const Ml=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg,Il=/([^\s,]+)/g;u.MethodProxy=class{},u.MethodProxy=Al([B("mesh")],u.MethodProxy);class Hs{constructor(e,t,n){o(this,"index");o(this,"name");o(this,"kind");this.index=e,this.name=t,this.kind=n}}class qs{constructor(e,t,n){o(this,"kind");o(this,"name");o(this,"method");this.kind=e,this.name=t,this.method=n}getAnnotation(e){return $e.metadata(e,this.kind,this.method)}getName(){var t;const e=$e.metadata(Ge,this.kind,this.method);return((t=e==null?void 0:e.attributes)==null?void 0:t.get("name"))||this.name}getParameters(){const e=this.method.toString().replace(Ml,""),t=e.slice(e.indexOf("(")+1,e.indexOf(")")).match(Il)||[],n=[];for(let s=0;s<t.length;s++){const i=$e.metadata(sr,this.kind,`${this.getName()}:${s}`);n.push(new Hs(s,(i==null?void 0:i.name)||t[s],(i==null?void 0:i.clas)||Object))}return n}getType(){return this.kind}getReturnType(){var e;return new or((e=$e.metadata(Ge,this.kind,this.method))==null?void 0:e.retype)}getExecutable(){return this.method}getSymbol(){return this.name}invoke(e,t){return this.method(...t)}}class $l{constructor(e,t,n){o(this,"inspector");o(this,"h");o(this,"proxy");this.inspector=e,this.h=t,this.proxy=n}apply(e,t,n){return this.h.invoke(this.proxy,this.inspector,n)}}class Ul{constructor(e,t,n){o(this,"inspectors",new q);o(this,"executables",new q);for(let s of t)this.executables.set(s.getSymbol(),new Proxy(s.getExecutable(),new $l(s,n,this))),this.inspectors.set(s.getSymbol(),s)}getMethods(){return this.inspectors.map((e,t)=>t)}get(e,t,n){return this.executables.get(t)}}class wi{static newProxyInstance(e,t){var n,s,i;return this.proxies.get(e)||this.proxies.set(e,new q),(n=this.proxies.get(e))!=null&&n.get(t)||(s=this.proxies.get(e))==null||s.set(t,new Proxy(e,new Ul(e,this.getMethods(e),t))),(i=this.proxies.get(e))==null?void 0:i.get(t)}static getMethods(e){return this.inspectors.computeIfy(e,t=>$e.inspect(t).map((n,s)=>new qs(t,n,s)))}}o(wi,"proxies",new q),o(wi,"inspectors",new q);const xo=class xo{constructor(e,t){o(this,"name");o(this,"kind");o(this,"prototype");o(this,"priority");this.name=e,this.kind=t,this.prototype=!1,this.priority=1}getIfAbsent(){return this.prototype?this.create():xo.value.computeIfy(this.kind,e=>this.create())}create(){return new this.kind}};o(xo,"value",new q);let Qo=xo,Cl=class{constructor(e,t){o(this,"name","");o(this,"providers",[]);this.name=e,this.providers=t.map(n=>new Qo(e,n)).sort((n,s)=>n.priority-s.priority)}getIfAbsent(){if(this.providers.length<1)throw new Error(`No such provider named ${this.name}`);return this.providers[0].getIfAbsent()}};const Bo=class Bo{constructor(e){o(this,"providers",new q);o(this,"spi");o(this,"fist","");var t;this.spi=e,this.fist=((t=$e.metadata(mn,e,e))==null?void 0:t.name)||""}static load(e){return this.loaders.computeIfy(e,t=>new Bo(e))}defaultName(){return this.fist}getDefault(){return this.get(this.fist)}get(e){const t=this.getInstances().get(e);if(!t)throw new Error(`SPI ${this.spi.name} named ${e} not exist.`);return t.getIfAbsent()}want(e){const t=this.getInstances().get(e);return t?t.getIfAbsent():null}list(){return this.getInstances().map((e,t)=>t.getIfAbsent())}getInstances(){return this.providers.computeIfy("$",e=>$e.providers(mn,this.spi).groupBy(t=>{const n=$e.metadata(mn,t,t);return n&&n.name||""}).groupKV(t=>t,(t,n)=>new Cl(t,n)))}};o(Bo,"loaders",new q);let tt=Bo;class Ei{constructor(e,t,n,s,i,a){o(this,"name");o(this,"version");o(this,"proto");o(this,"codec");o(this,"flags");o(this,"timeout");o(this,"traits");this.name=e,this.version=t,this.proto=n,this.codec=s,this.flags=i,this.timeout=a}decorate(e){this.traits=Object.getPrototypeOf(e.prototype).constructor,$e.annotate(Ei,e,e,this),$e.register(Ei,this.name,e,this)}}function Fl(r="",e="",t="grpc",n="json",s=0,i=1e4){const a=new Ei(r,e,t,n,s,i);return a.decorate.bind(a)}function zs(r){return"getCode"in r&&"getMessage"in r}class oe extends Error{constructor(t,n){super(n);o(this,"code");o(this,"message");this.code=t,this.message=n}getCode(){return this.code}getMessage(){return this.message}}class h{}o(h,"SUCCESS",new oe("E0000000000","请求成功")),o(h,"NOT_FOUND",new oe("E0000000404","请求资源不存在")),o(h,"SYSTEM_ERROR",new oe("E0000000500","系统异常")),o(h,"SERVICE_UNAVAILABLE",new oe("E0000000503","循环请求服务不可达")),o(h,"VALIDATE",new oe("E0000000400","请求非法")),o(h,"UNAUTHORIZED",new oe("E0000000403","请求资源未被授权")),o(h,"UNKNOWN",new oe("E0000000520","未知异常")),o(h,"COMPATIBLE",new oe("E0000000600","系统不兼容")),o(h,"TIMEOUT",new oe("E0000000601","请求超时")),o(h,"NO_PROVIDER",new oe("E0000000602","无服务实例")),o(h,"CRYPT_ERROR",new oe("E0000000603","数字证书校验异常")),o(h,"TOKEN_EXPIRE",new oe("E0000000604","节点授权码已过期")),o(h,"NET_EXPIRE",new oe("E0000000605","节点组网时间已过期")),o(h,"NET_DISABLE",new oe("E0000000606","对方节点已禁用网络")),o(h,"NET_UNAVAILABLE",new oe("E0000000607","网络不通")),o(h,"LICENSE_FORMAT_ERROR",new oe("E0000000608","License非法")),o(h,"LICENSE_EXPIRED",new oe("E0000000609","License已过期")),o(h,"MAX_REPLICAS_LIMIT",new oe("E0000000610","集群副本已达许可上限")),o(h,"MAX_COOP_LIMIT",new oe("E0000000611","合作方链接数已达许可上限")),o(h,"MAX_TENANT_LIMIT",new oe("E0000000612","租户数已达许可上限")),o(h,"MAX_USER_LIMIT",new oe("E0000000613","用户数已达许可上限")),o(h,"URN_NOT_PERMIT",new oe("E0000000614","接口未被许可调用")),o(h,"SIGNATURE_ERROR",new oe("E0000000615","证书签名非法")),o(h,"CRYPT_CODEC_ERROR",new oe("E0000000616","报文编解码异常")),o(h,"NO_SERVICE",new oe("E0000000617","下游版本不匹配服务不存在")),o(h,"NET_NOT_WEAVE",new oe("E0000000618","节点或机构未组网")),o(h,"ADDRESS_ERROR",new oe("E0000000619","地址非法或无法访问")),o(h,"UNEXPECTED_SYNTAX",new oe("E0000000620","规则语法错误")),o(h,"UNKNOWN_SCRIPT",new oe("E0000000621","规则不存在")),o(h,"DATA_ID_ERROR",new oe("E0000000622","数据身份不存在或非法")),o(h,"START_PENDING",new oe("E0000000623","系统启动中")),o(h,"UNEXPECTED_SQL_SYNTAX",new oe("E0000000624","SQL语法错误")),o(h,"NO_DATABASE",new oe("E0000000625","数据库不存在")),o(h,"NO_TRANSACTION",new oe("E0000000626","事务不存在")),o(h,"SQL_EXECUTE_ERROR",new oe("E0000000627","SQL执行异常")),o(h,"DUPLICATE_KEY",new oe("E0000000628","唯一键冲突"));class Ni{static inspect(e){return e instanceof oe?e:(console.log(e),h.SYSTEM_ERROR)}static errorf(e){return e instanceof oe?e:(console.log(e),h.SYSTEM_ERROR)}}var Dl=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};const Xt=class Xt{constructor(e){o(this,"v");this.v=e}matches(e){return(this.v&e)==this.v}};o(Xt,"Routine",new Xt(1)),o(Xt,"Perform",new Xt(2)),o(Xt,"Defense",new Xt(4)),o(Xt,"Debug",new Xt(8)),o(Xt,"LoadTest",new Xt(16)),o(Xt,"Mock",new Xt(32));let po=Xt;class cr{constructor(e){o(this,"name");this.name=e}}class Vs extends Array{peek(){if(!(this.length<1))return this.at(this.length-1)}}class fo{}const le=class le{constructor(e){o(this,"key");this.key=e}get(e){var s,i,a;const t=(s=e.getAttachments())==null?void 0:s.get(this.key);if(t)return t;const n=(i=e.getAttachments())==null?void 0:i.get(this.key.replace("-","_"));if(n)return n;for(let d of(a=e.getAttachments())==null?void 0:a.entries())if(d[1]&&d[0]&&(d[0].toLowerCase()==this.key||d[0].replace("_","-").toLowerCase()==this.key))return d[1];return""}set(e,t){var n;(n=e.getAttachments())==null||n.set(this.key,t)}};o(le,"MESH_TRACE_ID",new le("mesh-trace-id")),o(le,"MESH_SPAN_ID",new le("mesh-span-id")),o(le,"MESH_TIMESTAMP",new le("mesh-timestamp")),o(le,"MESH_RUN_MODE",new le("mesh-mode")),o(le,"MESH_CONSUMER",new le("mesh-consumer")),o(le,"MESH_PROVIDER",new le("mesh-provider")),o(le,"MESH_URN",new le("mesh-urn")),o(le,"MESH_FROM_INST_ID",new le("mesh-from-inst-id")),o(le,"MESH_FROM_NODE_ID",new le("mesh-from-node-id")),o(le,"MESH_INCOMING_HOST",new le("mesh-incoming-host")),o(le,"MESH_OUTGOING_HOST",new le("mesh-outgoing-host")),o(le,"MESH_INCOMING_PROXY",new le("mesh-incoming-proxy")),o(le,"MESH_OUTGOING_PROXY",new le("mesh-outgoing-proxy")),o(le,"MESH_SUBSET",new le("mesh-subset")),o(le,"MESH_SESSION_ID",new le("mesh-session-id")),o(le,"MESH_VERSION",new le("mesh-version")),o(le,"MESH_TIMEOUT",new le("mesh-timeout"));let yo=le;u.ContextProvider=class{},u.ContextProvider=Dl([B("mesh")],u.ContextProvider);function b(){return tt.load(u.ContextProvider).getDefault().context()}var Pe=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},je=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Gs,Ws,Ks,Js;class U{constructor(){o(this,"sid","");o(this,"index",0);o(this,"limit",0);o(this,"factor",{});o(this,"order","")}}Pe([c(0,"sid",String),je("design:type",String)],U.prototype,"sid",void 0),Pe([c(1,"index",Number),je("design:type",Number)],U.prototype,"index",void 0),Pe([c(2,"limit",Number),je("design:type",Number)],U.prototype,"limit",void 0),Pe([c(3,"factor",[Map,String,Object]),je("design:type",typeof(Gs=typeof Record<"u"&&Record)=="function"?Gs:Object)],U.prototype,"factor",void 0),Pe([c(4,"order",String),je("design:type",String)],U.prototype,"order",void 0);class Oe{constructor(){o(this,"sid","");o(this,"index",0);o(this,"limit",0);o(this,"total",0);o(this,"next",!1);o(this,"data",[])}}Pe([c(0,"sid",String),je("design:type",String)],Oe.prototype,"sid",void 0),Pe([c(1,"index",Number),je("design:type",Number)],Oe.prototype,"index",void 0),Pe([c(2,"limit",Number),je("design:type",Number)],Oe.prototype,"limit",void 0),Pe([c(3,"total",Number),je("design:type",Number)],Oe.prototype,"total",void 0),Pe([c(4,"next",Boolean),je("design:type",Boolean)],Oe.prototype,"next",void 0),Pe([c(5,"data",[Array,Object]),je("design:type",Array)],Oe.prototype,"data",void 0);class Ti{constructor(){o(this,"nodeId","");o(this,"nodeName","");o(this,"instId","");o(this,"instName","")}}Pe([c(0,"node_id",String),je("design:type",String)],Ti.prototype,"nodeId",void 0),Pe([c(1,"node_name",String),je("design:type",String)],Ti.prototype,"nodeName",void 0),Pe([c(2,"inst_id",String),je("design:type",String)],Ti.prototype,"instId",void 0),Pe([c(3,"inst_name",String),je("design:type",String)],Ti.prototype,"instName",void 0);class Mr{constructor(){o(this,"status",0);o(this,"createAt");o(this,"updateAt");o(this,"createBy","");o(this,"updateBy","")}}Pe([c(0,"status",Number),je("design:type",Number)],Mr.prototype,"status",void 0),Pe([c(1,"create_at",Date),je("design:type",typeof(Ws=typeof Date<"u"&&Date)=="function"?Ws:Object)],Mr.prototype,"createAt",void 0),Pe([c(2,"update_at",Date),je("design:type",typeof(Ks=typeof Date<"u"&&Date)=="function"?Ks:Object)],Mr.prototype,"updateAt",void 0),Pe([c(3,"create_by",String),je("design:type",String)],Mr.prototype,"createBy",void 0),Pe([c(4,"update_by",String),je("design:type",String)],Mr.prototype,"updateBy",void 0);class xt{constructor(){o(this,"name","");o(this,"pos","");o(this,"text","");o(this,"buff",new Uint8Array)}}Pe([c(0,"name",String),je("design:type",String)],xt.prototype,"name",void 0),Pe([c(1,"pos",String),je("design:type",String)],xt.prototype,"pos",void 0),Pe([c(2,"text",String),je("design:type",String)],xt.prototype,"text",void 0),Pe([c(3,"buff",Uint8Array),je("design:type",typeof(Js=typeof Uint8Array<"u"&&Uint8Array)=="function"?Js:Object)],xt.prototype,"buff",void 0);class He{constructor(){o(this,"topic","");o(this,"code","");o(this,"group","");o(this,"sets","")}}Pe([c(0,"topic",String),je("design:type",String)],He.prototype,"topic",void 0),Pe([c(1,"code",String),je("design:type",String)],He.prototype,"code",void 0),Pe([c(2,"group",String),je("design:type",String)],He.prototype,"group",void 0),Pe([c(3,"sets",String),je("design:type",String)],He.prototype,"sets",void 0);var Ee=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Ne=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Xs,Ys,Qs,Zs,ec;class Ai{constructor(){o(this,"suite","");o(this,"project","");o(this,"name","");o(this,"version","")}}Ee([c(0,"suite",String),Ne("design:type",String)],Ai.prototype,"suite",void 0),Ee([c(1,"project",String),Ne("design:type",String)],Ai.prototype,"project",void 0),Ee([c(2,"name",String),Ne("design:type",String)],Ai.prototype,"name",void 0),Ee([c(3,"version",String),Ne("design:type",String)],Ai.prototype,"version",void 0);class Ot{constructor(){o(this,"name","");o(this,"proto","");o(this,"algo","");o(this,"parties",[]);o(this,"message","")}}Ee([c(0,"name",String),Ne("design:type",String)],Ot.prototype,"name",void 0),Ee([c(1,"proto",String),Ne("design:type",String)],Ot.prototype,"proto",void 0),Ee([c(2,"algo",String),Ne("design:type",String)],Ot.prototype,"algo",void 0),Ee([c(3,"parties",[Array,String]),Ne("design:type",Array)],Ot.prototype,"parties",void 0),Ee([c(4,"message",String),Ne("design:type",String)],Ot.prototype,"message",void 0);class Ir{constructor(){o(this,"suite","");o(this,"csr",new Uint8Array)}}Ee([c(0,"suite",String),Ne("design:type",String)],Ir.prototype,"suite",void 0),Ee([c(1,"csr",Uint8Array),Ne("design:type",typeof(Xs=typeof Uint8Array<"u"&&Uint8Array)=="function"?Xs:Object)],Ir.prototype,"csr",void 0);class ar{constructor(){o(this,"hello",new Ot);o(this,"suite",new Ir);o(this,"local","")}}Ee([c(0,"hello",Ot),Ne("design:type",Ot)],ar.prototype,"hello",void 0),Ee([c(1,"suite",Ir),Ne("design:type",Ir)],ar.prototype,"suite",void 0),Ee([c(2,"local",String),Ne("design:type",String)],ar.prototype,"local",void 0);class Mi extends ar{constructor(){super(...arguments);o(this,"keys",{})}}Ee([c(0,"keys",[Map,String,Uint8Array]),Ne("design:type",typeof(Ys=typeof Record<"u"&&Record)=="function"?Ys:Object)],Mi.prototype,"keys",void 0);class lo{constructor(){o(this,"keys",{})}}Ee([c(0,"keys",[Map,String,Uint8Array]),Ne("design:type",typeof(Qs=typeof Record<"u"&&Record)=="function"?Qs:Object)],lo.prototype,"keys",void 0);class On{constructor(){o(this,"suite","");o(this,"body",new Uint8Array)}}Ee([c(0,"suite",String),Ne("design:type",String)],On.prototype,"suite",void 0),Ee([c(1,"body",Uint8Array),Ne("design:type",typeof(Zs=typeof Uint8Array<"u"&&Uint8Array)=="function"?Zs:Object)],On.prototype,"body",void 0);class Ii extends On{constructor(){super(...arguments);o(this,"reKey",new Uint8Array)}}Ee([c(0,"re_key",Uint8Array),Ne("design:type",typeof(ec=typeof Uint8Array<"u"&&Uint8Array)=="function"?ec:Object)],Ii.prototype,"reKey",void 0);class yt{constructor(){o(this,"code","");o(this,"name","");o(this,"memo","");o(this,"uri","");o(this,"level","");o(this,"nodeId","");o(this,"instId","");o(this,"raw","")}}Ee([c(0,"code",String),Ne("design:type",String)],yt.prototype,"code",void 0),Ee([c(1,"name",String),Ne("design:type",String)],yt.prototype,"name",void 0),Ee([c(2,"memo",String),Ne("design:type",String)],yt.prototype,"memo",void 0),Ee([c(3,"uri",String),Ne("design:type",String)],yt.prototype,"uri",void 0),Ee([c(4,"level",String),Ne("design:type",String)],yt.prototype,"level",void 0),Ee([c(5,"node_id",String),Ne("design:type",String)],yt.prototype,"nodeId",void 0),Ee([c(6,"inst_id",String),Ne("design:type",String)],yt.prototype,"instId",void 0),Ee([c(7,"raw",String),Ne("design:type",String)],yt.prototype,"raw",void 0);var z=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},V=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},tc,nc,rc;class Bt{constructor(){o(this,"id","");o(this,"name","");o(this,"modal","");o(this,"proto","");o(this,"url","");o(this,"memo","");o(this,"status",0)}}z([c(0,"id",String),V("design:type",String)],Bt.prototype,"id",void 0),z([c(1,"name",String),V("design:type",String)],Bt.prototype,"name",void 0),z([c(2,"modal",String),V("design:type",String)],Bt.prototype,"modal",void 0),z([c(3,"proto",String),V("design:type",String)],Bt.prototype,"proto",void 0),z([c(4,"url",String),V("design:type",String)],Bt.prototype,"url",void 0),z([c(5,"memo",String),V("design:type",String)],Bt.prototype,"memo",void 0),z([c(6,"status",Number),V("design:type",Number)],Bt.prototype,"status",void 0);class Wr extends Bt{constructor(){super(...arguments);o(this,"role","");o(this,"rw",0);o(this,"ww",0);o(this,"failover",!1)}}z([c(0,"role",String),V("design:type",String)],Wr.prototype,"role",void 0),z([c(1,"rw",Number),V("design:type",Number)],Wr.prototype,"rw",void 0),z([c(2,"ww",Number),V("design:type",Number)],Wr.prototype,"ww",void 0),z([c(3,"failover",Boolean),V("design:type",Boolean)],Wr.prototype,"failover",void 0);class st{constructor(){o(this,"id","");o(this,"name","");o(this,"modal","");o(this,"keepalive",0);o(this,"retries",0);o(this,"rwmode",0);o(this,"failover",!1);o(this,"instances",[]);o(this,"status",0);o(this,"url","");o(this,"proto","");o(this,"gfs","")}}z([c(0,"id",String),V("design:type",String)],st.prototype,"id",void 0),z([c(1,"name",String),V("design:type",String)],st.prototype,"name",void 0),z([c(2,"modal",String),V("design:type",String)],st.prototype,"modal",void 0),z([c(3,"keepalive",Number),V("design:type",Number)],st.prototype,"keepalive",void 0),z([c(4,"retries",Number),V("design:type",Number)],st.prototype,"retries",void 0),z([c(5,"rw_mode",Number),V("design:type",Number)],st.prototype,"rwmode",void 0),z([c(6,"failover",Boolean),V("design:type",Boolean)],st.prototype,"failover",void 0),z([c(7,"instances",[Array,Wr]),V("design:type",Array)],st.prototype,"instances",void 0),z([c(8,"status",Number),V("design:type",Number)],st.prototype,"status",void 0),z([c(9,"url",String),V("design:type",String)],st.prototype,"url",void 0),z([c(10,"proto",String),V("design:type",String)],st.prototype,"proto",void 0),z([c(11,"gfs",String),V("design:type",String)],st.prototype,"gfs",void 0);class $r{constructor(){o(this,"id","");o(this,"expr","");o(this,"db","")}}z([c(0,"id",String),V("design:type",String)],$r.prototype,"id",void 0),z([c(1,"expr",String),V("design:type",String)],$r.prototype,"expr",void 0),z([c(2,"db",String),V("design:type",String)],$r.prototype,"db",void 0);class We{constructor(){o(this,"id","");o(this,"name","");o(this,"kind","");o(this,"modal","");o(this,"sid","");o(this,"did","");o(this,"sname","");o(this,"dname","");o(this,"abc","");o(this,"dag","");o(this,"raw","");o(this,"status",0);o(this,"createAt");o(this,"updateAt");o(this,"createBy","");o(this,"updateBy","")}}z([c(0,"id",String),V("design:type",String)],We.prototype,"id",void 0),z([c(1,"name",String),V("design:type",String)],We.prototype,"name",void 0),z([c(2,"kind",String),V("design:type",String)],We.prototype,"kind",void 0),z([c(3,"modal",String),V("design:type",String)],We.prototype,"modal",void 0),z([c(4,"sid",String),V("design:type",String)],We.prototype,"sid",void 0),z([c(5,"did",String),V("design:type",String)],We.prototype,"did",void 0),z([c(6,"s_name",String),V("design:type",String)],We.prototype,"sname",void 0),z([c(7,"d_name",String),V("design:type",String)],We.prototype,"dname",void 0),z([c(8,"abc",String),V("design:type",String)],We.prototype,"abc",void 0),z([c(9,"dag",String),V("design:type",String)],We.prototype,"dag",void 0),z([c(10,"raw",String),V("design:type",String)],We.prototype,"raw",void 0),z([c(11,"status",Number),V("design:type",Number)],We.prototype,"status",void 0),z([c(12,"create_at",Date),V("design:type",typeof(tc=typeof Date<"u"&&Date)=="function"?tc:Object)],We.prototype,"createAt",void 0),z([c(13,"update_at",Date),V("design:type",typeof(nc=typeof Date<"u"&&Date)=="function"?nc:Object)],We.prototype,"updateAt",void 0),z([c(14,"create_by",String),V("design:type",String)],We.prototype,"createBy",void 0),z([c(15,"update_by",String),V("design:type",String)],We.prototype,"updateBy",void 0);class Bn{constructor(){o(this,"id","");o(this,"name","");o(this,"modal","");o(this,"path","");o(this,"size",0);o(this,"lines",0);o(this,"createAt")}}z([c(0,"id",String),V("design:type",String)],Bn.prototype,"id",void 0),z([c(1,"name",String),V("design:type",String)],Bn.prototype,"name",void 0),z([c(2,"modal",String),V("design:type",String)],Bn.prototype,"modal",void 0),z([c(3,"path",String),V("design:type",String)],Bn.prototype,"path",void 0),z([c(4,"size",Number),V("design:type",Number)],Bn.prototype,"size",void 0),z([c(5,"lines",Number),V("design:type",Number)],Bn.prototype,"lines",void 0),z([c(6,"create_at",Date),V("design:type",typeof(rc=typeof Date<"u"&&Date)=="function"?rc:Object)],Bn.prototype,"createAt",void 0);var qe=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ze=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ic,oc,sc;class Rn{constructor(){o(this,"name","");o(this,"icon","");o(this,"version","");o(this,"memo","");o(this,"raw",{})}}qe([c(0,"name",String),ze("design:type",String)],Rn.prototype,"name",void 0),qe([c(1,"icon",String),ze("design:type",String)],Rn.prototype,"icon",void 0),qe([c(2,"version",String),ze("design:type",String)],Rn.prototype,"version",void 0),qe([c(3,"memo",String),ze("design:type",String)],Rn.prototype,"memo",void 0),qe([c(4,"raw",[Map,String,String]),ze("design:type",typeof(ic=typeof Record<"u"&&Record)=="function"?ic:Object)],Rn.prototype,"raw",void 0);class nt{constructor(){o(this,"code","");o(this,"name","");o(this,"scene","");o(this,"mode","");o(this,"plan","");o(this,"appset","");o(this,"memo","");o(this,"srcUri","");o(this,"dstUri","");o(this,"raw","");o(this,"last","");o(this,"size",0);o(this,"status",0);o(this,"createAt");o(this,"updateAt");o(this,"createBy","");o(this,"updateBy","")}}qe([c(0,"code",String),ze("design:type",String)],nt.prototype,"code",void 0),qe([c(1,"name",String),ze("design:type",String)],nt.prototype,"name",void 0),qe([c(2,"scene",String),ze("design:type",String)],nt.prototype,"scene",void 0),qe([c(3,"mode",String),ze("design:type",String)],nt.prototype,"mode",void 0),qe([c(4,"plan",String),ze("design:type",String)],nt.prototype,"plan",void 0),qe([c(5,"appset",String),ze("design:type",String)],nt.prototype,"appset",void 0),qe([c(6,"memo",String),ze("design:type",String)],nt.prototype,"memo",void 0),qe([c(7,"src_uri",String),ze("design:type",String)],nt.prototype,"srcUri",void 0),qe([c(8,"dst_uri",String),ze("design:type",String)],nt.prototype,"dstUri",void 0),qe([c(9,"raw",String),ze("design:type",String)],nt.prototype,"raw",void 0),qe([c(10,"last",String),ze("design:type",String)],nt.prototype,"last",void 0),qe([c(11,"size",Number),ze("design:type",Number)],nt.prototype,"size",void 0),qe([c(12,"status",Number),ze("design:type",Number)],nt.prototype,"status",void 0),qe([c(13,"create_at",Date),ze("design:type",typeof(oc=typeof Date<"u"&&Date)=="function"?oc:Object)],nt.prototype,"createAt",void 0),qe([c(14,"update_at",Date),ze("design:type",typeof(sc=typeof Date<"u"&&Date)=="function"?sc:Object)],nt.prototype,"updateAt",void 0),qe([c(15,"create_by",String),ze("design:type",String)],nt.prototype,"createBy",void 0),qe([c(16,"update_by",String),ze("design:type",String)],nt.prototype,"updateBy",void 0);var Pn=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},jn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},cc,ac;class dr{constructor(){o(this,"metadata",{});o(this,"content","");o(this,"timestamp",0)}}Pn([c(0,"metadata",[Map,String,String]),jn("design:type",typeof(cc=typeof Record<"u"&&Record)=="function"?cc:Object)],dr.prototype,"metadata",void 0),Pn([c(1,"content",String),jn("design:type",String)],dr.prototype,"content",void 0),Pn([c(2,"timestamp",Number),jn("design:type",Number)],dr.prototype,"timestamp",void 0);class ur{constructor(){o(this,"queries",{});o(this,"start",0);o(this,"end",0);o(this,"limit",0);o(this,"step","");o(this,"direction","");o(this,"routeKey","")}}Pn([c(0,"queries",[Map,String,String]),jn("design:type",typeof(ac=typeof Record<"u"&&Record)=="function"?ac:Object)],ur.prototype,"queries",void 0),Pn([c(1,"start",Number),jn("design:type",Number)],ur.prototype,"start",void 0),Pn([c(2,"end",Number),jn("design:type",Number)],ur.prototype,"end",void 0),Pn([c(3,"limit",Number),jn("design:type",Number)],ur.prototype,"limit",void 0),Pn([c(4,"step",String),jn("design:type",String)],ur.prototype,"step",void 0),Pn([c(5,"direction",String),jn("design:type",String)],ur.prototype,"direction",void 0),Pn([c(6,"route_key",String),jn("design:type",String)],ur.prototype,"routeKey",void 0);var Rt=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Pt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},dc,uc,pc;class De{constructor(){o(this,"codec","");o(this,"schema","");o(this,"buffer",new Uint8Array)}}Rt([c(0,"codec",String),Pt("design:type",String)],De.prototype,"codec",void 0),Rt([c(1,"schema",String),Pt("design:type",String)],De.prototype,"schema",void 0),Rt([c(2,"buffer",Uint8Array),Pt("design:type",typeof(dc=typeof Uint8Array<"u"&&Uint8Array)=="function"?dc:Object)],De.prototype,"buffer",void 0);class jt{constructor(){o(this,"version","");o(this,"entity",new De);o(this,"timestamp",0);o(this,"duration",0);o(this,"key","")}}Rt([c(0,"version",String),Pt("design:type",String)],jt.prototype,"version",void 0),Rt([c(1,"entity",De),Pt("design:type",De)],jt.prototype,"entity",void 0),Rt([c(2,"timestamp",Number),Pt("design:type",Number)],jt.prototype,"timestamp",void 0),Rt([c(3,"duration",Number),Pt("design:type",Number)],jt.prototype,"duration",void 0),Rt([c(4,"key",String),Pt("design:type",String)],jt.prototype,"key",void 0);class $i{constructor(){o(this,"key","");o(this,"value",new De);o(this,"updateAt")}}Rt([c(0,"key",String),Pt("design:type",String)],$i.prototype,"key",void 0),Rt([c(1,"value",De),Pt("design:type",De)],$i.prototype,"value",void 0),Rt([c(2,"update_at",Date),Pt("design:type",typeof(uc=typeof Date<"u"&&Date)=="function"?uc:Object)],$i.prototype,"updateAt",void 0);class Kr{constructor(){o(this,"mno","");o(this,"kind","");o(this,"mime",new Uint8Array);o(this,"text","")}}Rt([c(0,"mno",String),Pt("design:type",String)],Kr.prototype,"mno",void 0),Rt([c(1,"kind",String),Pt("design:type",String)],Kr.prototype,"kind",void 0),Rt([c(2,"mime",Uint8Array),Pt("design:type",typeof(pc=typeof Uint8Array<"u"&&Uint8Array)=="function"?pc:Object)],Kr.prototype,"mime",void 0),Rt([c(3,"text",String),Pt("design:type",String)],Kr.prototype,"text",void 0);class kl{}var wt=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Et=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)};class Ln{constructor(){o(this,"zone","");o(this,"cluster","");o(this,"cell","");o(this,"group","");o(this,"address","")}}wt([c(0,"zone",String),Et("design:type",String)],Ln.prototype,"zone",void 0),wt([c(1,"cluster",String),Et("design:type",String)],Ln.prototype,"cluster",void 0),wt([c(2,"cell",String),Et("design:type",String)],Ln.prototype,"cell",void 0),wt([c(3,"group",String),Et("design:type",String)],Ln.prototype,"group",void 0),wt([c(4,"address",String),Et("design:type",String)],Ln.prototype,"address",void 0);class Ke{constructor(){o(this,"mdc","");o(this,"version","");o(this,"name","");o(this,"crt","");o(this,"key","");o(this,"rootCrt","");o(this,"lattice",new Ln);o(this,"nodeID","");o(this,"instID","");o(this,"instName","")}}wt([c(0,"mdc",String),Et("design:type",String)],Ke.prototype,"mdc",void 0),wt([c(1,"version",String),Et("design:type",String)],Ke.prototype,"version",void 0),wt([c(2,"name",String),Et("design:type",String)],Ke.prototype,"name",void 0),wt([c(3,"crt",String),Et("design:type",String)],Ke.prototype,"crt",void 0),wt([c(4,"key",String),Et("design:type",String)],Ke.prototype,"key",void 0),wt([c(5,"root_crt",String),Et("design:type",String)],Ke.prototype,"rootCrt",void 0),wt([c(6,"lattice",Ln),Et("design:type",Ln)],Ke.prototype,"lattice",void 0),wt([c(7,"node_id",String),Et("design:type",String)],Ke.prototype,"nodeID",void 0),wt([c(8,"inst_id",String),Et("design:type",String)],Ke.prototype,"instID",void 0),wt([c(9,"inst_name",String),Et("design:type",String)],Ke.prototype,"instName",void 0);var pr=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},fr=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)};class Nt{constructor(){o(this,"id","")}}pr([c(0,"idc",String),fr("design:type",String)],Nt.prototype,"id",void 0);class yr extends Nt{constructor(){super(...arguments);o(this,"ip","");o(this,"port","");o(this,"host","");o(this,"name","")}}pr([c(0,"ip",String),fr("design:type",String)],yr.prototype,"ip",void 0),pr([c(1,"port",String),fr("design:type",String)],yr.prototype,"port",void 0),pr([c(2,"host",String),fr("design:type",String)],yr.prototype,"host",void 0),pr([c(3,"name",String),fr("design:type",String)],yr.prototype,"name",void 0);class mo{constructor(){o(this,"nodeId","");o(this,"instId","");o(this,"instName","")}}pr([c(0,"node_id",String),fr("design:type",String)],mo.prototype,"nodeId",void 0),pr([c(1,"inst_id",String),fr("design:type",String)],mo.prototype,"instId",void 0),pr([c(2,"inst_name",String),fr("design:type",String)],mo.prototype,"instName",void 0);var lt=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},mt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},fc,yc,lc,mc,gc,hc;class gt{constructor(){o(this,"version","");o(this,"tid","");o(this,"sid","");o(this,"eid","");o(this,"mid","");o(this,"timestamp","");o(this,"source",new Nt);o(this,"target",new Nt);o(this,"binding",new He);o(this,"entity",new De)}}lt([c(0,"version",String),mt("design:type",String)],gt.prototype,"version",void 0),lt([c(1,"tid",String),mt("design:type",String)],gt.prototype,"tid",void 0),lt([c(2,"sid",String),mt("design:type",String)],gt.prototype,"sid",void 0),lt([c(3,"eid",String),mt("design:type",String)],gt.prototype,"eid",void 0),lt([c(4,"mid",String),mt("design:type",String)],gt.prototype,"mid",void 0),lt([c(5,"timestamp",String),mt("design:type",String)],gt.prototype,"timestamp",void 0),lt([c(6,"source",Nt),mt("design:type",typeof(fc=typeof Nt<"u"&&Nt)=="function"?fc:Object)],gt.prototype,"source",void 0),lt([c(7,"target",Nt),mt("design:type",typeof(yc=typeof Nt<"u"&&Nt)=="function"?yc:Object)],gt.prototype,"target",void 0),lt([c(8,"binding",He),mt("design:type",typeof(lc=typeof He<"u"&&He)=="function"?lc:Object)],gt.prototype,"binding",void 0),lt([c(9,"entity",De),mt("design:type",typeof(mc=typeof De<"u"&&De)=="function"?mc:Object)],gt.prototype,"entity",void 0);class wn{constructor(){o(this,"taskId","");o(this,"binding",new He);o(this,"status",0);o(this,"createAt",0);o(this,"invokeAt",0);o(this,"entity",new De)}}lt([c(0,"task_id",String),mt("design:type",String)],wn.prototype,"taskId",void 0),lt([c(1,"binding",He),mt("design:type",typeof(gc=typeof He<"u"&&He)=="function"?gc:Object)],wn.prototype,"binding",void 0),lt([c(2,"status",Number),mt("design:type",Number)],wn.prototype,"status",void 0),lt([c(3,"create_at",Number),mt("design:type",Number)],wn.prototype,"createAt",void 0),lt([c(4,"invoke_at",Number),mt("design:type",Number)],wn.prototype,"invokeAt",void 0),lt([c(5,"entity",De),mt("design:type",typeof(hc=typeof De<"u"&&De)=="function"?hc:Object)],wn.prototype,"entity",void 0);var Ue=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Ce=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},bc,_c;class Se{constructor(){o(this,"code","");o(this,"name","");o(this,"listen","");o(this,"priority",0);o(this,"kind","");o(this,"mode","");o(this,"proto","");o(this,"filter","");o(this,"matcher","");o(this,"flags","");o(this,"src","");o(this,"dst","");o(this,"host","");o(this,"path","");o(this,"method","");o(this,"query","");o(this,"header","");o(this,"cookie","");o(this,"memo","");o(this,"raw","");o(this,"status",0);o(this,"createAt");o(this,"updateAt");o(this,"createBy","");o(this,"updateBy","")}}Ue([c(0,"code",String),Ce("design:type",String)],Se.prototype,"code",void 0),Ue([c(1,"name",String),Ce("design:type",String)],Se.prototype,"name",void 0),Ue([c(2,"listen",String),Ce("design:type",String)],Se.prototype,"listen",void 0),Ue([c(3,"priority",Number),Ce("design:type",Number)],Se.prototype,"priority",void 0),Ue([c(4,"kind",String),Ce("design:type",String)],Se.prototype,"kind",void 0),Ue([c(5,"mode",String),Ce("design:type",String)],Se.prototype,"mode",void 0),Ue([c(6,"proto",String),Ce("design:type",String)],Se.prototype,"proto",void 0),Ue([c(7,"filter",String),Ce("design:type",String)],Se.prototype,"filter",void 0),Ue([c(8,"matcher",String),Ce("design:type",String)],Se.prototype,"matcher",void 0),Ue([c(9,"flags",String),Ce("design:type",String)],Se.prototype,"flags",void 0),Ue([c(10,"src",String),Ce("design:type",String)],Se.prototype,"src",void 0),Ue([c(11,"dst",String),Ce("design:type",String)],Se.prototype,"dst",void 0),Ue([c(12,"host",String),Ce("design:type",String)],Se.prototype,"host",void 0),Ue([c(13,"path",String),Ce("design:type",String)],Se.prototype,"path",void 0),Ue([c(14,"method",String),Ce("design:type",String)],Se.prototype,"method",void 0),Ue([c(15,"query",String),Ce("design:type",String)],Se.prototype,"query",void 0),Ue([c(16,"header",String),Ce("design:type",String)],Se.prototype,"header",void 0),Ue([c(17,"cookie",String),Ce("design:type",String)],Se.prototype,"cookie",void 0),Ue([c(18,"memo",String),Ce("design:type",String)],Se.prototype,"memo",void 0),Ue([c(19,"raw",String),Ce("design:type",String)],Se.prototype,"raw",void 0),Ue([c(20,"status",Number),Ce("design:type",Number)],Se.prototype,"status",void 0),Ue([c(21,"create_at",Date),Ce("design:type",typeof(bc=typeof Date<"u"&&Date)=="function"?bc:Object)],Se.prototype,"createAt",void 0),Ue([c(22,"update_at",Date),Ce("design:type",typeof(_c=typeof Date<"u"&&Date)=="function"?_c:Object)],Se.prototype,"updateAt",void 0),Ue([c(23,"create_by",String),Ce("design:type",String)],Se.prototype,"createBy",void 0),Ue([c(24,"update_by",String),Ce("design:type",String)],Se.prototype,"updateBy",void 0);var ge=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},he=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Sc,vc,Oc,Rc,Pc,jc,wc;class rt{constructor(){o(this,"algo","");o(this,"domain","");o(this,"subject","");o(this,"length",0);o(this,"activeAt");o(this,"expireAt");o(this,"mail","");o(this,"isCA",!1);o(this,"caAlgo","");o(this,"caCert","");o(this,"caKey","");o(this,"ips",[]);o(this,"name","");o(this,"usage",0)}}ge([c(0,"algo",String),he("design:type",String)],rt.prototype,"algo",void 0),ge([c(1,"domain",String),he("design:type",String)],rt.prototype,"domain",void 0),ge([c(2,"subject",String),he("design:type",String)],rt.prototype,"subject",void 0),ge([c(3,"length",Number),he("design:type",Number)],rt.prototype,"length",void 0),ge([c(4,"active_at",Date),he("design:type",typeof(Sc=typeof Date<"u"&&Date)=="function"?Sc:Object)],rt.prototype,"activeAt",void 0),ge([c(5,"expire_at",Date),he("design:type",typeof(vc=typeof Date<"u"&&Date)=="function"?vc:Object)],rt.prototype,"expireAt",void 0),ge([c(6,"mail",String),he("design:type",String)],rt.prototype,"mail",void 0),ge([c(7,"is_ca",Boolean),he("design:type",Boolean)],rt.prototype,"isCA",void 0),ge([c(8,"ca_algo",String),he("design:type",String)],rt.prototype,"caAlgo",void 0),ge([c(9,"ca_cert",String),he("design:type",String)],rt.prototype,"caCert",void 0),ge([c(10,"ca_key",String),he("design:type",String)],rt.prototype,"caKey",void 0),ge([c(11,"ips",[Array,String]),he("design:type",Array)],rt.prototype,"ips",void 0),ge([c(12,"name",String),he("design:type",String)],rt.prototype,"name",void 0),ge([c(13,"usage",Number),he("design:type",Number)],rt.prototype,"usage",void 0);class Lt extends rt{constructor(){super(...arguments);o(this,"crt","");o(this,"key","");o(this,"crl","");o(this,"id","")}}ge([c(0,"crt",String),he("design:type",String)],Lt.prototype,"crt",void 0),ge([c(1,"key",String),he("design:type",String)],Lt.prototype,"key",void 0),ge([c(2,"crl",String),he("design:type",String)],Lt.prototype,"crl",void 0),ge([c(3,"id",String),he("design:type",String)],Lt.prototype,"id",void 0);class Jr{constructor(){o(this,"id","");o(this,"reason",0)}}ge([c(0,"id",String),he("design:type",String)],Jr.prototype,"id",void 0),ge([c(1,"reason",Number),he("design:type",Number)],Jr.prototype,"reason",void 0);class Ur{constructor(){o(this,"id","");o(this,"algo","");o(this,"expireAt")}}ge([c(0,"id",String),he("design:type",String)],Ur.prototype,"id",void 0),ge([c(1,"algo",String),he("design:type",String)],Ur.prototype,"algo",void 0),ge([c(2,"expire_at",Date),he("design:type",typeof(Oc=typeof Date<"u"&&Date)=="function"?Oc:Object)],Ur.prototype,"expireAt",void 0);class Zo{constructor(){o(this,"crts",{});o(this,"roots",{})}}ge([c(0,"crts",[Map,String,Lt]),he("design:type",typeof(Rc=typeof Record<"u"&&Record)=="function"?Rc:Object)],Zo.prototype,"crts",void 0),ge([c(1,"roots",[Map,String,Lt]),he("design:type",typeof(Pc=typeof Record<"u"&&Record)=="function"?Pc:Object)],Zo.prototype,"roots",void 0);class En{constructor(){o(this,"id","");o(this,"algo","");o(this,"length",0);o(this,"name","");o(this,"memo","")}}ge([c(0,"id",String),he("design:type",String)],En.prototype,"id",void 0),ge([c(1,"algo",String),he("design:type",String)],En.prototype,"algo",void 0),ge([c(2,"length",Number),he("design:type",Number)],En.prototype,"length",void 0),ge([c(3,"name",String),he("design:type",String)],En.prototype,"name",void 0),ge([c(4,"memo",String),he("design:type",String)],En.prototype,"memo",void 0);class lr extends En{constructor(){super(...arguments);o(this,"status",0);o(this,"createAt");o(this,"updateAt");o(this,"createBy","");o(this,"updateBy","")}}ge([c(0,"status",Number),he("design:type",Number)],lr.prototype,"status",void 0),ge([c(1,"create_at",Date),he("design:type",typeof(jc=typeof Date<"u"&&Date)=="function"?jc:Object)],lr.prototype,"createAt",void 0),ge([c(2,"update_at",Date),he("design:type",typeof(wc=typeof Date<"u"&&Date)=="function"?wc:Object)],lr.prototype,"updateAt",void 0),ge([c(3,"create_by",String),he("design:type",String)],lr.prototype,"createBy",void 0),ge([c(4,"update_by",String),he("design:type",String)],lr.prototype,"updateBy",void 0);var Ae=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Me=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ec,Nc;class we{constructor(){o(this,"version","");o(this,"level",0);o(this,"name","");o(this,"createBy","");o(this,"createAt",0);o(this,"activeAt",0);o(this,"factor","");o(this,"signature","");o(this,"muid","");o(this,"server","");o(this,"crt","");o(this,"group",[]);o(this,"replicas",0);o(this,"maxCooperators",0);o(this,"maxTenants",0);o(this,"maxUsers",0);o(this,"maxMills",0);o(this,"whiteURN",[]);o(this,"blackURN",[]);o(this,"superURN",[])}}Ae([c(0,"version",String),Me("design:type",String)],we.prototype,"version",void 0),Ae([c(1,"level",Number),Me("design:type",Number)],we.prototype,"level",void 0),Ae([c(2,"name",String),Me("design:type",String)],we.prototype,"name",void 0),Ae([c(3,"create_by",String),Me("design:type",String)],we.prototype,"createBy",void 0),Ae([c(4,"create_at",Number),Me("design:type",Number)],we.prototype,"createAt",void 0),Ae([c(5,"active_at",Number),Me("design:type",Number)],we.prototype,"activeAt",void 0),Ae([c(6,"factor",String),Me("design:type",String)],we.prototype,"factor",void 0),Ae([c(7,"signature",String),Me("design:type",String)],we.prototype,"signature",void 0),Ae([c(8,"muid",String),Me("design:type",String)],we.prototype,"muid",void 0),Ae([c(9,"server",String),Me("design:type",String)],we.prototype,"server",void 0),Ae([c(10,"crt",String),Me("design:type",String)],we.prototype,"crt",void 0),Ae([c(11,"group",[Array,String]),Me("design:type",Array)],we.prototype,"group",void 0),Ae([c(12,"replicas",Number),Me("design:type",Number)],we.prototype,"replicas",void 0),Ae([c(13,"max_cooperators",Number),Me("design:type",Number)],we.prototype,"maxCooperators",void 0),Ae([c(14,"max_tenants",Number),Me("design:type",Number)],we.prototype,"maxTenants",void 0),Ae([c(15,"max_users",Number),Me("design:type",Number)],we.prototype,"maxUsers",void 0),Ae([c(16,"max_mills",Number),Me("design:type",Number)],we.prototype,"maxMills",void 0),Ae([c(17,"white_urns",[Array,String]),Me("design:type",Array)],we.prototype,"whiteURN",void 0),Ae([c(18,"black_urns",[Array,String]),Me("design:type",Array)],we.prototype,"blackURN",void 0),Ae([c(19,"super_urns",[Array,String]),Me("design:type",Array)],we.prototype,"superURN",void 0);class Xr{constructor(){o(this,"cipher","");o(this,"explain",new we);o(this,"createAt")}}Ae([c(0,"cipher",String),Me("design:type",String)],Xr.prototype,"cipher",void 0),Ae([c(1,"explain",we),Me("design:type",we)],Xr.prototype,"explain",void 0),Ae([c(2,"create_at",Date),Me("design:type",typeof(Ec=typeof Date<"u"&&Date)=="function"?Ec:Object)],Xr.prototype,"createAt",void 0);class Yr{constructor(){o(this,"cipher","");o(this,"explain",new Ke);o(this,"nodeKey","")}}Ae([c(0,"cipher",String),Me("design:type",String)],Yr.prototype,"cipher",void 0),Ae([c(1,"explain",Ke),Me("design:type",typeof(Nc=typeof Ke<"u"&&Ke)=="function"?Nc:Object)],Yr.prototype,"explain",void 0),Ae([c(2,"node_key",String),Me("design:type",String)],Yr.prototype,"nodeKey",void 0);var pe=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},fe=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Tc,Ac,Mc;class Qr{constructor(){o(this,"mno","");o(this,"kind","");o(this,"mime",new Uint8Array);o(this,"text","")}}pe([c(0,"mno",String),fe("design:type",String)],Qr.prototype,"mno",void 0),pe([c(1,"kind",String),fe("design:type",String)],Qr.prototype,"kind",void 0),pe([c(2,"mime",Uint8Array),fe("design:type",typeof(Tc=typeof Uint8Array<"u"&&Uint8Array)=="function"?Tc:Object)],Qr.prototype,"mime",void 0),pe([c(3,"text",String),fe("design:type",String)],Qr.prototype,"text",void 0);class mr{constructor(){o(this,"clientId","");o(this,"scope","");o(this,"state","");o(this,"flags",0)}}pe([c(0,"client_id",String),fe("design:type",String)],mr.prototype,"clientId",void 0),pe([c(1,"scope",String),fe("design:type",String)],mr.prototype,"scope",void 0),pe([c(2,"state",String),fe("design:type",String)],mr.prototype,"state",void 0),pe([c(3,"flags",Number),fe("design:type",Number)],mr.prototype,"flags",void 0);class nn{constructor(){o(this,"clientId","");o(this,"authType","");o(this,"accessKey","");o(this,"secretKey","");o(this,"captcha","")}}pe([c(0,"client_id",String),fe("design:type",String)],nn.prototype,"clientId",void 0),pe([c(1,"auth_type",String),fe("design:type",String)],nn.prototype,"authType",void 0),pe([c(2,"access_key",String),fe("design:type",String)],nn.prototype,"accessKey",void 0),pe([c(3,"secret_key",String),fe("design:type",String)],nn.prototype,"secretKey",void 0),pe([c(4,"captcha",String),fe("design:type",String)],nn.prototype,"captcha",void 0);class Hn{constructor(){o(this,"token","");o(this,"kind","");o(this,"expiresAt");o(this,"scope","");o(this,"refreshToken","")}}pe([c(0,"token",String),fe("design:type",String)],Hn.prototype,"token",void 0),pe([c(1,"type",String),fe("design:type",String)],Hn.prototype,"kind",void 0),pe([c(2,"expires_at",Date),fe("design:type",typeof(Ac=typeof Date<"u"&&Date)=="function"?Ac:Object)],Hn.prototype,"expiresAt",void 0),pe([c(3,"scope",String),fe("design:type",String)],Hn.prototype,"scope",void 0),pe([c(4,"refresh_token",String),fe("design:type",String)],Hn.prototype,"refreshToken",void 0);class es{constructor(){o(this,"code","")}}pe([c(0,"code",String),fe("design:type",String)],es.prototype,"code",void 0);class go{constructor(){o(this,"code","");o(this,"redirectURI","")}}pe([c(0,"code",String),fe("design:type",String)],go.prototype,"code",void 0),pe([c(1,"redirect_uri",String),fe("design:type",String)],go.prototype,"redirectURI",void 0);class ho{constructor(){o(this,"clientId","");o(this,"userId","");o(this,"expiresAt",0)}}pe([c(0,"client_id",String),fe("design:type",String)],ho.prototype,"clientId",void 0),pe([c(1,"user_id",String),fe("design:type",String)],ho.prototype,"userId",void 0),pe([c(2,"expires_at",Number),fe("design:type",Number)],ho.prototype,"expiresAt",void 0);class Tt{constructor(){o(this,"token","");o(this,"userid","");o(this,"username","");o(this,"nickname","");o(this,"avatar","");o(this,"mobile","");o(this,"mail","");o(this,"deptId","");o(this,"mdc","");o(this,"instIds",[]);o(this,"attrs",[]);o(this,"raw",{})}}pe([c(0,"token",String),fe("design:type",String)],Tt.prototype,"token",void 0),pe([c(1,"userid",String),fe("design:type",String)],Tt.prototype,"userid",void 0),pe([c(2,"username",String),fe("design:type",String)],Tt.prototype,"username",void 0),pe([c(3,"nickname",String),fe("design:type",String)],Tt.prototype,"nickname",void 0),pe([c(4,"avatar",String),fe("design:type",String)],Tt.prototype,"avatar",void 0),pe([c(5,"mobile",String),fe("design:type",String)],Tt.prototype,"mobile",void 0),pe([c(6,"mail",String),fe("design:type",String)],Tt.prototype,"mail",void 0),pe([c(7,"dept_id",String),fe("design:type",String)],Tt.prototype,"deptId",void 0),pe([c(8,"mdc",String),fe("design:type",String)],Tt.prototype,"mdc",void 0),pe([c(9,"inst_ids",[Array,String]),fe("design:type",Array)],Tt.prototype,"instIds",void 0),pe([c(10,"attrs",[Array,String]),fe("design:type",Array)],Tt.prototype,"attrs",void 0),pe([c(11,"raw",[Map,String,String]),fe("design:type",typeof(Mc=typeof Record<"u"&&Record)=="function"?Mc:Object)],Tt.prototype,"raw",void 0);var Zr=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ei=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ic,$c;class ts{constructor(){o(this,"arguments",[]);o(this,"attachments",{})}}Zr([c(0,"arguments",[Array,Object]),ei("design:type",Array)],ts.prototype,"arguments",void 0),Zr([c(1,"attachments",[Map,String,String]),ei("design:type",typeof(Ic=typeof Record<"u"&&Record)=="function"?Ic:Object)],ts.prototype,"attachments",void 0);class Ui{constructor(){o(this,"code","");o(this,"message","");o(this,"cause",new xt);o(this,"content")}}Zr([c(0,"code",String),ei("design:type",String)],Ui.prototype,"code",void 0),Zr([c(1,"message",String),ei("design:type",String)],Ui.prototype,"message",void 0),Zr([c(2,"cause",xt),ei("design:type",typeof($c=typeof xt<"u"&&xt)=="function"?$c:Object)],Ui.prototype,"cause",void 0),Zr([c(3,"content",Object),ei("design:type",Object)],Ui.prototype,"content",void 0);var Q=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Z=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Uc,Cc,Fc;class rn{constructor(){o(this,"version","");o(this,"proto","");o(this,"codec","");o(this,"mdc","");o(this,"zone","");o(this,"cluster","");o(this,"cell","");o(this,"group","");o(this,"address","")}}Q([c(0,"version",String),Z("design:type",String)],rn.prototype,"version",void 0),Q([c(1,"proto",String),Z("design:type",String)],rn.prototype,"proto",void 0),Q([c(2,"codec",String),Z("design:type",String)],rn.prototype,"codec",void 0),Q([c(3,"mdc",String),Z("design:type",String)],rn.prototype,"mdc",void 0),Q([c(4,"zone",String),Z("design:type",String)],rn.prototype,"zone",void 0),Q([c(5,"cluster",String),Z("design:type",String)],rn.prototype,"cluster",void 0),Q([c(6,"cell",String),Z("design:type",String)],rn.prototype,"cell",void 0),Q([c(7,"group",String),Z("design:type",String)],rn.prototype,"group",void 0),Q([c(8,"address",String),Z("design:type",String)],rn.prototype,"address",void 0);class Nn extends rn{constructor(){super(...arguments);o(this,"urn","");o(this,"namespace","");o(this,"name","");o(this,"flags",0);o(this,"timeout",0);o(this,"retries",0)}}Q([c(0,"urn",String),Z("design:type",String)],Nn.prototype,"urn",void 0),Q([c(1,"namespace",String),Z("design:type",String)],Nn.prototype,"namespace",void 0),Q([c(2,"name",String),Z("design:type",String)],Nn.prototype,"name",void 0),Q([c(3,"flags",Number),Z("design:type",Number)],Nn.prototype,"flags",void 0),Q([c(4,"timeout",Number),Z("design:type",Number)],Nn.prototype,"timeout",void 0),Q([c(5,"retries",Number),Z("design:type",Number)],Nn.prototype,"retries",void 0);class Ht extends rn{constructor(){super(...arguments);o(this,"urn","");o(this,"namespace","");o(this,"name","");o(this,"flags",0);o(this,"timeout",0);o(this,"retries",0);o(this,"sets","");o(this,"kind","");o(this,"lang","");o(this,"attrs",{})}}Q([c(0,"urn",String),Z("design:type",String)],Ht.prototype,"urn",void 0),Q([c(1,"namespace",String),Z("design:type",String)],Ht.prototype,"namespace",void 0),Q([c(2,"name",String),Z("design:type",String)],Ht.prototype,"name",void 0),Q([c(3,"flags",Number),Z("design:type",Number)],Ht.prototype,"flags",void 0),Q([c(4,"timeout",Number),Z("design:type",Number)],Ht.prototype,"timeout",void 0),Q([c(5,"retries",Number),Z("design:type",Number)],Ht.prototype,"retries",void 0),Q([c(6,"sets",String),Z("design:type",String)],Ht.prototype,"sets",void 0),Q([c(7,"kind",String),Z("design:type",String)],Ht.prototype,"kind",void 0),Q([c(8,"lang",String),Z("design:type",String)],Ht.prototype,"lang",void 0),Q([c(9,"attrs",[Map,String,String]),Z("design:type",typeof(Uc=typeof Record<"u"&&Record)=="function"?Uc:Object)],Ht.prototype,"attrs",void 0);class ns{constructor(){o(this,"references",[]);o(this,"services",[])}}Q([c(0,"references",[Array,Nn]),Z("design:type",Array)],ns.prototype,"references",void 0),Q([c(1,"services",[Array,Ht]),Z("design:type",Array)],ns.prototype,"services",void 0);class ht{constructor(){o(this,"instanceId","");o(this,"name","");o(this,"kind","");o(this,"address","");o(this,"content");o(this,"timestamp",0);o(this,"attachments",{})}}Q([c(0,"instance_id",String),Z("design:type",String)],ht.prototype,"instanceId",void 0),Q([c(1,"name",String),Z("design:type",String)],ht.prototype,"name",void 0),Q([c(2,"kind",String),Z("design:type",String)],ht.prototype,"kind",void 0),Q([c(3,"address",String),Z("design:type",String)],ht.prototype,"address",void 0),Q([c(4,"content",Object),Z("design:type",Object)],ht.prototype,"content",void 0),Q([c(5,"timestamp",Number),Z("design:type",Number)],ht.prototype,"timestamp",void 0),Q([c(6,"attachments",[Map,String,String]),Z("design:type",typeof(Cc=typeof Record<"u"&&Record)=="function"?Cc:Object)],ht.prototype,"attachments",void 0);class on{constructor(){o(this,"name","");o(this,"icon","");o(this,"memo","");o(this,"author","");o(this,"flags",0);o(this,"lang","");o(this,"instanceIds",[]);o(this,"kinds",[]);o(this,"addrs",[]);o(this,"attachments",{})}}Q([c(0,"name",String),Z("design:type",String)],on.prototype,"name",void 0),Q([c(1,"icon",String),Z("design:type",String)],on.prototype,"icon",void 0),Q([c(2,"memo",String),Z("design:type",String)],on.prototype,"memo",void 0),Q([c(3,"author",String),Z("design:type",String)],on.prototype,"author",void 0),Q([c(4,"flags",Number),Z("design:type",Number)],on.prototype,"flags",void 0),Q([c(5,"lang",String),Z("design:type",String)],on.prototype,"lang",void 0),Q([c(6,"instance_ids",[Array,String]),Z("design:type",Array)],on.prototype,"instanceIds",void 0),Q([c(7,"kinds",[Array,String]),Z("design:type",Array)],on.prototype,"kinds",void 0),Q([c(8,"addrs",[Array,String]),Z("design:type",Array)],on.prototype,"addrs",void 0),Q([c(9,"attachments",[Map,String,String]),Z("design:type",typeof(Fc=typeof Record<"u"&&Record)=="function"?Fc:Object)],on.prototype,"attachments",void 0);var L=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},H=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Dc,kc,xc;class be{constructor(){o(this,"sid","");o(this,"did","");o(this,"name","");o(this,"kind","");o(this,"pattern","");o(this,"address","");o(this,"memo","");o(this,"rank",0);o(this,"tags","");o(this,"expireAt");o(this,"upstream",0);o(this,"downstream",0);o(this,"requests",0);o(this,"hostRoot","");o(this,"hostCrt","");o(this,"hostKey","");o(this,"guestRoot","");o(this,"sap","");o(this,"skip",!1);o(this,"raw","");o(this,"status",0);o(this,"createAt");o(this,"updateAt");o(this,"createBy","");o(this,"updateBy","")}}L([c(0,"sid",String),H("design:type",String)],be.prototype,"sid",void 0),L([c(1,"did",String),H("design:type",String)],be.prototype,"did",void 0),L([c(2,"name",String),H("design:type",String)],be.prototype,"name",void 0),L([c(3,"kind",String),H("design:type",String)],be.prototype,"kind",void 0),L([c(4,"pattern",String),H("design:type",String)],be.prototype,"pattern",void 0),L([c(5,"address",String),H("design:type",String)],be.prototype,"address",void 0),L([c(6,"memo",String),H("design:type",String)],be.prototype,"memo",void 0),L([c(7,"rank",Number),H("design:type",Number)],be.prototype,"rank",void 0),L([c(8,"tags",String),H("design:type",String)],be.prototype,"tags",void 0),L([c(9,"expire_at",Date),H("design:type",typeof(Dc=typeof Date<"u"&&Date)=="function"?Dc:Object)],be.prototype,"expireAt",void 0),L([c(10,"upstream",Number),H("design:type",Number)],be.prototype,"upstream",void 0),L([c(11,"downstream",Number),H("design:type",Number)],be.prototype,"downstream",void 0),L([c(12,"requests",Number),H("design:type",Number)],be.prototype,"requests",void 0),L([c(13,"host_root",String),H("design:type",String)],be.prototype,"hostRoot",void 0),L([c(14,"host_crt",String),H("design:type",String)],be.prototype,"hostCrt",void 0),L([c(15,"host_key",String),H("design:type",String)],be.prototype,"hostKey",void 0),L([c(16,"guest_root",String),H("design:type",String)],be.prototype,"guestRoot",void 0),L([c(17,"sap",String),H("design:type",String)],be.prototype,"sap",void 0),L([c(18,"skip",Boolean),H("design:type",Boolean)],be.prototype,"skip",void 0),L([c(19,"raw",String),H("design:type",String)],be.prototype,"raw",void 0),L([c(20,"status",Number),H("design:type",Number)],be.prototype,"status",void 0),L([c(21,"create_at",Date),H("design:type",typeof(kc=typeof Date<"u"&&Date)=="function"?kc:Object)],be.prototype,"createAt",void 0),L([c(22,"update_at",Date),H("design:type",typeof(xc=typeof Date<"u"&&Date)=="function"?xc:Object)],be.prototype,"updateAt",void 0),L([c(23,"create_by",String),H("design:type",String)],be.prototype,"createBy",void 0),L([c(24,"update_by",String),H("design:type",String)],be.prototype,"updateBy",void 0);class Qt{constructor(){o(this,"sap","");o(this,"crt","");o(this,"key","");o(this,"cas",[]);o(this,"sni","");o(this,"skip",!1)}}L([c(0,"sap",String),H("design:type",String)],Qt.prototype,"sap",void 0),L([c(1,"crt",String),H("design:type",String)],Qt.prototype,"crt",void 0),L([c(2,"key",String),H("design:type",String)],Qt.prototype,"key",void 0),L([c(3,"cas",[Array,String]),H("design:type",Array)],Qt.prototype,"cas",void 0),L([c(4,"sni",String),H("design:type",String)],Qt.prototype,"sni",void 0),L([c(5,"skip",Boolean),H("design:type",Boolean)],Qt.prototype,"skip",void 0);class qn{constructor(){o(this,"name","");o(this,"matcher","");o(this,"priority",0);o(this,"services",[]);o(this,"filters",[]);o(this,"proxy","");o(this,"option",new Qt)}}L([c(0,"name",String),H("design:type",String)],qn.prototype,"name",void 0),L([c(1,"matcher",String),H("design:type",String)],qn.prototype,"matcher",void 0),L([c(2,"priority",Number),H("design:type",Number)],qn.prototype,"priority",void 0),L([c(3,"services",[Array,String]),H("design:type",Array)],qn.prototype,"services",void 0),L([c(4,"filters",[Array,String]),H("design:type",Array)],qn.prototype,"filters",void 0),L([c(5,"proxy",String),H("design:type",String)],qn.prototype,"proxy",void 0),L([c(6,"option",Qt),H("design:type",Qt)],qn.prototype,"option",void 0);class ti{constructor(){o(this,"name","");o(this,"kind","");o(this,"listen","");o(this,"routes",[]);o(this,"option",new Qt)}}L([c(0,"name",String),H("design:type",String)],ti.prototype,"name",void 0),L([c(1,"kind",String),H("design:type",String)],ti.prototype,"kind",void 0),L([c(2,"listen",String),H("design:type",String)],ti.prototype,"listen",void 0),L([c(3,"routes",[Array,qn]),H("design:type",Array)],ti.prototype,"routes",void 0),L([c(4,"option",Qt),H("design:type",Qt)],ti.prototype,"option",void 0);class bo{constructor(){o(this,"expr","");o(this,"value","")}}L([c(0,"expr",String),H("design:type",String)],bo.prototype,"expr",void 0),L([c(1,"value",String),H("design:type",String)],bo.prototype,"value",void 0);class gr{constructor(){o(this,"name","");o(this,"kind","");o(this,"layer","");o(this,"priority",0);o(this,"status",0);o(this,"memo","");o(this,"matchers",[])}}L([c(0,"name",String),H("design:type",String)],gr.prototype,"name",void 0),L([c(1,"kind",String),H("design:type",String)],gr.prototype,"kind",void 0),L([c(2,"layer",String),H("design:type",String)],gr.prototype,"layer",void 0),L([c(3,"priority",Number),H("design:type",Number)],gr.prototype,"priority",void 0),L([c(4,"status",Number),H("design:type",Number)],gr.prototype,"status",void 0),L([c(5,"memo",String),H("design:type",String)],gr.prototype,"memo",void 0),L([c(6,"matchers",[Array,bo]),H("design:type",Array)],gr.prototype,"matchers",void 0);var Tn=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},An=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Bc;class hr{constructor(){o(this,"xid","");o(this,"timeout",0);o(this,"schema","");o(this,"flags",0)}}Tn([c(0,"xid",String),An("design:type",String)],hr.prototype,"xid",void 0),Tn([c(1,"timeout",Number),An("design:type",Number)],hr.prototype,"timeout",void 0),Tn([c(2,"schema",String),An("design:type",String)],hr.prototype,"schema",void 0),Tn([c(3,"flags",Number),An("design:type",Number)],hr.prototype,"flags",void 0);class Mn{constructor(){o(this,"xid","");o(this,"schema","");o(this,"grammar","");o(this,"expr","");o(this,"args",{});o(this,"flags",0)}}Tn([c(0,"xid",String),An("design:type",String)],Mn.prototype,"xid",void 0),Tn([c(1,"schema",String),An("design:type",String)],Mn.prototype,"schema",void 0),Tn([c(2,"grammar",String),An("design:type",String)],Mn.prototype,"grammar",void 0),Tn([c(3,"expr",String),An("design:type",String)],Mn.prototype,"expr",void 0),Tn([c(4,"args",[Map,String,Object]),An("design:type",typeof(Bc=typeof Record<"u"&&Record)=="function"?Bc:Object)],Mn.prototype,"args",void 0),Tn([c(5,"flags",Number),An("design:type",Number)],Mn.prototype,"flags",void 0);var W=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},K=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Lc,Hc,qc,zc,Vc,Gc;class zn{constructor(){o(this,"name","");o(this,"macros",{});o(this,"comments",[]);o(this,"kind","");o(this,"value","");o(this,"flags",0);o(this,"usage","")}}W([c(0,"0",String),K("design:type",String)],zn.prototype,"name",void 0),W([c(1,"1",[Map,String,[Map,String,String]]),K("design:type",typeof(Lc=typeof Record<"u"&&Record)=="function"?Lc:Object)],zn.prototype,"macros",void 0),W([c(2,"2",[Array,String]),K("design:type",Array)],zn.prototype,"comments",void 0),W([c(3,"3",String),K("design:type",String)],zn.prototype,"kind",void 0),W([c(4,"4",String),K("design:type",String)],zn.prototype,"value",void 0),W([c(5,"5",Number),K("design:type",Number)],zn.prototype,"flags",void 0),W([c(6,"6",String),K("design:type",String)],zn.prototype,"usage",void 0);class br{constructor(){o(this,"name","");o(this,"comments",[]);o(this,"kind","");o(this,"value","");o(this,"flags",0);o(this,"usage","")}}W([c(0,"0",String),K("design:type",String)],br.prototype,"name",void 0),W([c(1,"1",[Array,String]),K("design:type",Array)],br.prototype,"comments",void 0),W([c(2,"2",String),K("design:type",String)],br.prototype,"kind",void 0),W([c(3,"3",String),K("design:type",String)],br.prototype,"value",void 0),W([c(4,"4",Number),K("design:type",Number)],br.prototype,"flags",void 0),W([c(5,"5",String),K("design:type",String)],br.prototype,"usage",void 0);class Ci{constructor(){o(this,"name","");o(this,"comments",[]);o(this,"kind","")}}W([c(0,"0",String),K("design:type",String)],Ci.prototype,"name",void 0),W([c(1,"1",[Array,String]),K("design:type",Array)],Ci.prototype,"comments",void 0),W([c(2,"2",String),K("design:type",String)],Ci.prototype,"kind",void 0);class gn{constructor(){o(this,"name","");o(this,"macros",{});o(this,"comments",[]);o(this,"modifier",0);o(this,"kind","");o(this,"value","");o(this,"flags",0);o(this,"usage","")}}W([c(0,"0",String),K("design:type",String)],gn.prototype,"name",void 0),W([c(1,"1",[Map,String,[Map,String,String]]),K("design:type",typeof(Hc=typeof Record<"u"&&Record)=="function"?Hc:Object)],gn.prototype,"macros",void 0),W([c(2,"2",[Array,String]),K("design:type",Array)],gn.prototype,"comments",void 0),W([c(3,"3",Number),K("design:type",Number)],gn.prototype,"modifier",void 0),W([c(4,"4",String),K("design:type",String)],gn.prototype,"kind",void 0),W([c(5,"5",String),K("design:type",String)],gn.prototype,"value",void 0),W([c(6,"7",Number),K("design:type",Number)],gn.prototype,"flags",void 0),W([c(7,"8",String),K("design:type",String)],gn.prototype,"usage",void 0);class In{constructor(){o(this,"name","");o(this,"macros",{});o(this,"comments",[]);o(this,"modifier",0);o(this,"parameters",[]);o(this,"returns",[]);o(this,"causes",[])}}W([c(0,"0",String),K("design:type",String)],In.prototype,"name",void 0),W([c(1,"1",[Map,String,[Map,String,String]]),K("design:type",typeof(qc=typeof Record<"u"&&Record)=="function"?qc:Object)],In.prototype,"macros",void 0),W([c(2,"2",[Array,String]),K("design:type",Array)],In.prototype,"comments",void 0),W([c(3,"3",Number),K("design:type",Number)],In.prototype,"modifier",void 0),W([c(4,"4",[Array,zn]),K("design:type",Array)],In.prototype,"parameters",void 0),W([c(5,"5",[Array,br]),K("design:type",Array)],In.prototype,"returns",void 0),W([c(6,"6",[Array,Ci]),K("design:type",Array)],In.prototype,"causes",void 0);class hn{constructor(){o(this,"name","");o(this,"macros",{});o(this,"comments",[]);o(this,"modifier",0);o(this,"variables",[]);o(this,"methods",[]);o(this,"supers",[]);o(this,"traits",[]);o(this,"signature","")}}W([c(0,"0",String),K("design:type",String)],hn.prototype,"name",void 0),W([c(1,"1",[Map,String,[Map,String,String]]),K("design:type",typeof(zc=typeof Record<"u"&&Record)=="function"?zc:Object)],hn.prototype,"macros",void 0),W([c(2,"2",[Array,String]),K("design:type",Array)],hn.prototype,"comments",void 0),W([c(3,"3",Number),K("design:type",Number)],hn.prototype,"modifier",void 0),W([c(4,"4",[Array,gn]),K("design:type",Array)],hn.prototype,"variables",void 0),W([c(5,"5",[Array,In]),K("design:type",Array)],hn.prototype,"methods",void 0),W([c(6,"6",[Array,String]),K("design:type",Array)],hn.prototype,"supers",void 0),W([c(7,"7",[Array,String]),K("design:type",Array)],hn.prototype,"traits",void 0),W([c(8,"8",String),K("design:type",String)],hn.prototype,"signature",void 0);class Vn{constructor(){o(this,"name","");o(this,"pkg","");o(this,"path","");o(this,"imports",{});o(this,"kinds",[]);o(this,"variables",[]);o(this,"methods",[]);o(this,"set",{})}}W([c(0,"0",String),K("design:type",String)],Vn.prototype,"name",void 0),W([c(1,"1",String),K("design:type",String)],Vn.prototype,"pkg",void 0),W([c(2,"2",String),K("design:type",String)],Vn.prototype,"path",void 0),W([c(3,"3",[Map,String,String]),K("design:type",typeof(Vc=typeof Record<"u"&&Record)=="function"?Vc:Object)],Vn.prototype,"imports",void 0),W([c(4,"4",[Array,hn]),K("design:type",Array)],Vn.prototype,"kinds",void 0),W([c(5,"5",[Array,gn]),K("design:type",Array)],Vn.prototype,"variables",void 0),W([c(6,"6",[Array,In]),K("design:type",Array)],Vn.prototype,"methods",void 0),W([c(7,"7",[Map,String,String]),K("design:type",typeof(Gc=typeof Record<"u"&&Record)=="function"?Gc:Object)],Vn.prototype,"set",void 0);var qt=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},zt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Wc,Kc,Jc;class Le extends Mr{constructor(){super(...arguments);o(this,"code","");o(this,"name","");o(this,"kind","");o(this,"lang","");o(this,"flags",0);o(this,"author","");o(this,"version","");o(this,"runtime","");o(this,"memo","");o(this,"icon","");o(this,"doc","");o(this,"dev",new Uint8Array);o(this,"run",new Uint8Array);o(this,"raw",{})}}qt([c(0,"code",String),zt("design:type",String)],Le.prototype,"code",void 0),qt([c(1,"name",String),zt("design:type",String)],Le.prototype,"name",void 0),qt([c(2,"kind",String),zt("design:type",String)],Le.prototype,"kind",void 0),qt([c(3,"lang",String),zt("design:type",String)],Le.prototype,"lang",void 0),qt([c(4,"flags",Number),zt("design:type",Number)],Le.prototype,"flags",void 0),qt([c(5,"author",String),zt("design:type",String)],Le.prototype,"author",void 0),qt([c(6,"version",String),zt("design:type",String)],Le.prototype,"version",void 0),qt([c(7,"runtime",String),zt("design:type",String)],Le.prototype,"runtime",void 0),qt([c(8,"memo",String),zt("design:type",String)],Le.prototype,"memo",void 0),qt([c(9,"icon",String),zt("design:type",String)],Le.prototype,"icon",void 0),qt([c(10,"doc",String),zt("design:type",String)],Le.prototype,"doc",void 0),qt([c(11,"dev",Uint8Array),zt("design:type",typeof(Wc=typeof Uint8Array<"u"&&Uint8Array)=="function"?Wc:Object)],Le.prototype,"dev",void 0),qt([c(12,"run",Uint8Array),zt("design:type",typeof(Kc=typeof Uint8Array<"u"&&Uint8Array)=="function"?Kc:Object)],Le.prototype,"run",void 0),qt([c(13,"raw",[Map,String,String]),zt("design:type",typeof(Jc=typeof Record<"u"&&Record)=="function"?Jc:Object)],Le.prototype,"raw",void 0);class Xc{constructor(e,t,n){o(this,"code");o(this,"text");o(this,"color");this.code=e,this.text=t,this.color=n}}const fn=class fn{constructor(e){o(this,"values");this.values=e}from(e){for(let t of this.values){if(typeof t.code!="number"||typeof e!="number"){if(t.code==e)return t;continue}if(t.code===(t.code&e))return t}return this.values[0]}asMap(){const e=new Map([["",new Xc(0,"全部","")]]);for(const t of this.values)t.code!=0&&e.set(t.text,t);return e}};o(fn,"Route",new fn([{code:1,text:"已连通",color:"green"},{code:2,text:"已禁用",color:"orange"},{code:4,text:"已删除",color:"red"},{code:8,text:"虚拟化",color:"cyan"}])),o(fn,"Datasource",new fn([{code:1,text:"初始化",color:"blue"},{code:2,text:"已禁用",color:"red"},{code:4,text:"已删除",color:"yellow"},{code:8,text:"已发布",color:"green"}])),o(fn,"DTS",new fn([{code:1,text:"暂停",color:"blue"},{code:2,text:"执行",color:"yellow"},{code:4,text:"失败",color:"red"},{code:8,text:"成功",color:"green"}])),o(fn,"Firewalld",new fn([{code:1,text:"初始化",color:"blue"},{code:2,text:"已禁用",color:"red"},{code:4,text:"已删除",color:"yellow"},{code:8,text:"已发布",color:"green"}])),o(fn,"VMC",new fn([{code:1,text:"初始化",color:"blue"},{code:2,text:"已禁用",color:"red"},{code:4,text:"已删除",color:"yellow"},{code:8,text:"已发布",color:"green"}]));let rs=fn;var Gn=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Wn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Yc;class Fi{constructor(){o(this,"index",0);o(this,"flag",0);o(this,"body",new Uint8Array)}}Gn([c(0,"idx",Number),Wn("design:type",Number)],Fi.prototype,"index",void 0),Gn([c(1,"flag",Number),Wn("design:type",Number)],Fi.prototype,"flag",void 0),Gn([c(2,"body",Uint8Array),Wn("design:type",typeof(Yc=typeof Uint8Array<"u"&&Uint8Array)=="function"?Yc:Object)],Fi.prototype,"body",void 0);class sn extends Fi{constructor(){super(...arguments);o(this,"bucket","");o(this,"src","");o(this,"rid","");o(this,"dst","");o(this,"sni","");o(this,"addr","")}}Gn([c(0,"bucket",String),Wn("design:type",String)],sn.prototype,"bucket",void 0),Gn([c(1,"src",String),Wn("design:type",String)],sn.prototype,"src",void 0),Gn([c(2,"rid",String),Wn("design:type",String)],sn.prototype,"rid",void 0),Gn([c(3,"dst",String),Wn("design:type",String)],sn.prototype,"dst",void 0),Gn([c(4,"sni",String),Wn("design:type",String)],sn.prototype,"sni",void 0),Gn([c(5,"addr",String),Wn("design:type",String)],sn.prototype,"addr",void 0);var Qc=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Zc=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ea;class Di{constructor(){o(this,"version","");o(this,"infos",{})}}Qc([c(0,"version",String),Zc("design:type",String)],Di.prototype,"version",void 0),Qc([c(1,"infos",[Map,String,String]),Zc("design:type",typeof(ea=typeof Record<"u"&&Record)=="function"?ea:Object)],Di.prototype,"infos",void 0);var te=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ne=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ta,na,ra,ia,oa;class ct{constructor(){o(this,"no","");o(this,"name","");o(this,"alias","")}}te([c(0,"no",String),ne("design:type",String)],ct.prototype,"no",void 0),te([c(1,"name",String),ne("design:type",String)],ct.prototype,"name",void 0),te([c(2,"alias",String),ne("design:type",String)],ct.prototype,"alias",void 0);class _r{constructor(){o(this,"bno","");o(this,"cno","");o(this,"context",{});o(this,"applier",new ct)}}te([c(0,"bno",String),ne("design:type",String)],_r.prototype,"bno",void 0),te([c(1,"cno",String),ne("design:type",String)],_r.prototype,"cno",void 0),te([c(2,"context",[Map,String,String]),ne("design:type",typeof(ta=typeof Record<"u"&&Record)=="function"?ta:Object)],_r.prototype,"context",void 0),te([c(3,"applier",ct),ne("design:type",ct)],_r.prototype,"applier",void 0);class pt{constructor(){o(this,"name","");o(this,"alias","");o(this,"attrs",{});o(this,"kind",0);o(this,"group","")}}te([c(0,"name",String),ne("design:type",String)],pt.prototype,"name",void 0),te([c(1,"alias",String),ne("design:type",String)],pt.prototype,"alias",void 0),te([c(2,"attrs",[Map,String,String]),ne("design:type",typeof(na=typeof Record<"u"&&Record)=="function"?na:Object)],pt.prototype,"attrs",void 0),te([c(3,"kind",Number),ne("design:type",Number)],pt.prototype,"kind",void 0),te([c(4,"group",String),ne("design:type",String)],pt.prototype,"group",void 0);class ki{constructor(){o(this,"src","");o(this,"dst","");o(this,"condition","")}}te([c(0,"src",String),ne("design:type",String)],ki.prototype,"src",void 0),te([c(1,"dst",String),ne("design:type",String)],ki.prototype,"dst",void 0),te([c(2,"condition",String),ne("design:type",String)],ki.prototype,"condition",void 0);class Vt{constructor(){o(this,"cno","");o(this,"name","");o(this,"vertices",[]);o(this,"sides",[]);o(this,"status",0);o(this,"maintainer",new ct)}}te([c(0,"cno",String),ne("design:type",String)],Vt.prototype,"cno",void 0),te([c(1,"name",String),ne("design:type",String)],Vt.prototype,"name",void 0),te([c(2,"vertices",[Array,pt]),ne("design:type",Array)],Vt.prototype,"vertices",void 0),te([c(3,"sides",[Array,ki]),ne("design:type",Array)],Vt.prototype,"sides",void 0),te([c(4,"status",Number),ne("design:type",Number)],Vt.prototype,"status",void 0),te([c(5,"maintainer",ct),ne("design:type",ct)],Vt.prototype,"maintainer",void 0);class Kn{constructor(){o(this,"vertex",new pt);o(this,"reviewers",[]);o(this,"status",0);o(this,"context",{})}}te([c(0,"vertex",pt),ne("design:type",pt)],Kn.prototype,"vertex",void 0),te([c(1,"reviewers",[Array,ct]),ne("design:type",Array)],Kn.prototype,"reviewers",void 0),te([c(2,"status",Number),ne("design:type",Number)],Kn.prototype,"status",void 0),te([c(3,"context",[Map,String,String]),ne("design:type",typeof(ra=typeof Record<"u"&&Record)=="function"?ra:Object)],Kn.prototype,"context",void 0);class Cr{constructor(){o(this,"rno","");o(this,"bno","");o(this,"context",{});o(this,"status",0);o(this,"chart",new Vt);o(this,"tasks",[])}}te([c(0,"rno",String),ne("design:type",String)],Cr.prototype,"rno",void 0),te([c(1,"bno",String),ne("design:type",String)],Cr.prototype,"bno",void 0),te([c(2,"context",[Map,String,String]),ne("design:type",typeof(ia=typeof Record<"u"&&Record)=="function"?ia:Object)],Cr.prototype,"context",void 0),te([c(3,"status",Number),ne("design:type",Number)],Cr.prototype,"status",void 0),te([c(4,"chart",Vt),ne("design:type",Vt)],Cr.prototype,"chart",void 0),te([c(5,"tasks",[Array,Kn]),ne("design:type",Array)],Cr.prototype,"tasks",void 0);class Jn{constructor(){o(this,"no","");o(this,"name","");o(this,"status",0);o(this,"workers",[])}}te([c(0,"no",String),ne("design:type",String)],Jn.prototype,"no",void 0),te([c(1,"name",String),ne("design:type",String)],Jn.prototype,"name",void 0),te([c(2,"status",Number),ne("design:type",Number)],Jn.prototype,"status",void 0),te([c(3,"workers",[Array,ct]),ne("design:type",Array)],Jn.prototype,"workers",void 0);class Xn{constructor(){o(this,"rno","");o(this,"bno","");o(this,"cno","");o(this,"context",{});o(this,"vertex",new pt);o(this,"task",new Kn);o(this,"applier",new ct);o(this,"reviewer",new ct)}}te([c(0,"rno",String),ne("design:type",String)],Xn.prototype,"rno",void 0),te([c(1,"bno",String),ne("design:type",String)],Xn.prototype,"bno",void 0),te([c(2,"cno",String),ne("design:type",String)],Xn.prototype,"cno",void 0),te([c(3,"context",[Map,String,String]),ne("design:type",typeof(oa=typeof Record<"u"&&Record)=="function"?oa:Object)],Xn.prototype,"context",void 0),te([c(4,"vertex",pt),ne("design:type",pt)],Xn.prototype,"vertex",void 0),te([c(5,"task",Kn),ne("design:type",Kn)],Xn.prototype,"task",void 0),te([c(6,"applier",ct),ne("design:type",ct)],Xn.prototype,"applier",void 0),te([c(7,"reviewer",ct),ne("design:type",ct)],Xn.prototype,"reviewer",void 0);var Yn=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ke=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Fr=function(r,e){return function(t,n){e(t,n,r)}},sa,ca,aa,da,ua,pa,fa,ya,la,ma;u.Builtin=class{doc(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}version(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}debug(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}stats(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}fallback(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}dump(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Yn([S("${mesh.name}.builtin.doc",String),Fr(0,c(0,"name",String)),Fr(1,c(1,"formatter",String)),ke("design:type",Function),ke("design:paramtypes",[String,String,Object]),ke("design:returntype",typeof(sa=typeof Promise<"u"&&Promise)=="function"?sa:Object)],u.Builtin.prototype,"doc",null),Yn([S("${mesh.name}.builtin.version",Di),ke("design:type",Function),ke("design:paramtypes",[Object]),ke("design:returntype",typeof(ca=typeof Promise<"u"&&Promise)=="function"?ca:Object)],u.Builtin.prototype,"version",null),Yn([S("${mesh.name}.builtin.debug",Object),Fr(0,c(0,"features",[Map,String,String])),ke("design:type",Function),ke("design:paramtypes",[typeof(aa=typeof Record<"u"&&Record)=="function"?aa:Object,Object]),ke("design:returntype",typeof(da=typeof Promise<"u"&&Promise)=="function"?da:Object)],u.Builtin.prototype,"debug",null),Yn([S("${mesh.name}.builtin.stats",[Map,String,String]),Fr(0,c(0,"features",[Array,String])),ke("design:type",Function),ke("design:paramtypes",[Array,Object]),ke("design:returntype",typeof(ua=typeof Promise<"u"&&Promise)=="function"?ua:Object)],u.Builtin.prototype,"stats",null),Yn([S("${mesh.name}.builtin.fallback",Object),ke("design:type",Function),ke("design:paramtypes",[Object]),ke("design:returntype",typeof(pa=typeof Promise<"u"&&Promise)=="function"?pa:Object)],u.Builtin.prototype,"fallback",null),Yn([S("${mesh.name}.builtin.dump",[Map,String,String]),Fr(0,c(0,"names",[Array,String])),ke("design:type",Function),ke("design:paramtypes",[Array,Object]),ke("design:returntype",typeof(fa=typeof Promise<"u"&&Promise)=="function"?fa:Object)],u.Builtin.prototype,"dump",null),u.Builtin=Yn([B("mpi")],u.Builtin);class is{stats(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}debug(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}dump(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}}Yn([Fr(0,c(0,"features",[Array,String])),ke("design:type",Function),ke("design:paramtypes",[Array,Object]),ke("design:returntype",typeof(ya=typeof Promise<"u"&&Promise)=="function"?ya:Object)],is.prototype,"stats",null),Yn([Fr(0,c(0,"features",[Map,String,String])),ke("design:type",Function),ke("design:paramtypes",[typeof(la=typeof Record<"u"&&Record)=="function"?la:Object,Object]),ke("design:returntype",typeof(ma=typeof Promise<"u"&&Promise)=="function"?ma:Object)],is.prototype,"debug",null);var bn=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ve=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},At=function(r,e){return function(t,n){e(t,n,r)}},ga,ha,ba,_a,Sa,va,Oa,Ra,Pa,ja,wa,Ea;u.Cache=class{get(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}put(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}incr(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}decr(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}keys(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}hget(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}hset(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}hdel(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}hkeys(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},bn([S("mesh.cache.get",jt),At(0,c(0,"key",String)),ve("design:type",Function),ve("design:paramtypes",[String,Object]),ve("design:returntype",typeof(ga=typeof Promise<"u"&&Promise)=="function"?ga:Object)],u.Cache.prototype,"get",null),bn([S("mesh.cache.put",Object),At(0,c(0,"cell",jt)),ve("design:type",Function),ve("design:paramtypes",[typeof(ha=typeof jt<"u"&&jt)=="function"?ha:Object,Object]),ve("design:returntype",typeof(ba=typeof Promise<"u"&&Promise)=="function"?ba:Object)],u.Cache.prototype,"put",null),bn([S("mesh.cache.remove",Object),At(0,c(0,"key",String)),ve("design:type",Function),ve("design:paramtypes",[String,Object]),ve("design:returntype",typeof(_a=typeof Promise<"u"&&Promise)=="function"?_a:Object)],u.Cache.prototype,"remove",null),bn([S("mesh.cache.incr",Number),At(0,c(0,"key",String)),At(1,c(1,"value",Number)),ve("design:type",Function),ve("design:paramtypes",[String,Number,Object]),ve("design:returntype",typeof(Sa=typeof Promise<"u"&&Promise)=="function"?Sa:Object)],u.Cache.prototype,"incr",null),bn([S("mesh.cache.decr",Number),At(0,c(0,"key",String)),At(1,c(1,"value",Number)),ve("design:type",Function),ve("design:paramtypes",[String,Number,Object]),ve("design:returntype",typeof(va=typeof Promise<"u"&&Promise)=="function"?va:Object)],u.Cache.prototype,"decr",null),bn([S("mesh.cache.keys",[Array,String]),At(0,c(0,"pattern",String)),ve("design:type",Function),ve("design:paramtypes",[String,Object]),ve("design:returntype",typeof(Oa=typeof Promise<"u"&&Promise)=="function"?Oa:Object)],u.Cache.prototype,"keys",null),bn([S("mesh.cache.hget",jt),At(0,c(0,"key",String)),At(1,c(1,"name",String)),ve("design:type",Function),ve("design:paramtypes",[String,String,Object]),ve("design:returntype",typeof(Ra=typeof Promise<"u"&&Promise)=="function"?Ra:Object)],u.Cache.prototype,"hget",null),bn([S("mesh.cache.hset",Object),At(0,c(0,"key",String)),At(1,c(1,"cell",jt)),ve("design:type",Function),ve("design:paramtypes",[String,typeof(Pa=typeof jt<"u"&&jt)=="function"?Pa:Object,Object]),ve("design:returntype",typeof(ja=typeof Promise<"u"&&Promise)=="function"?ja:Object)],u.Cache.prototype,"hset",null),bn([S("mesh.cache.hdel",Object),At(0,c(0,"key",String)),At(1,c(1,"name",String)),ve("design:type",Function),ve("design:paramtypes",[String,String,Object]),ve("design:returntype",typeof(wa=typeof Promise<"u"&&Promise)=="function"?wa:Object)],u.Cache.prototype,"hdel",null),bn([S("mesh.cache.hkeys",[Array,String]),At(0,c(0,"key",String)),ve("design:type",Function),ve("design:paramtypes",[String,Object]),ve("design:returntype",typeof(Ea=typeof Promise<"u"&&Promise)=="function"?Ea:Object)],u.Cache.prototype,"hkeys",null),u.Cache=bn([B("mpi")],u.Cache);var bt=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},se=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Zt=function(r,e){return function(t,n){e(t,n,r)}},Na,Ta,Aa,Ma,Ia,$a,Ua,Ca,Fa,Da,ka,xa,Ba,La,Ha,qa,za,Va,Ga,Wa,Ka,Ja,Xa,Ya,Qa;u.CipherEconomy=class{handshake(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}collect(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}serve(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}deposit(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}objects(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}keys(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}invoke(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},bt([S("${mesh.name}.cipher.handshake",String),Zt(0,c(0,"hello",Ot)),se("design:type",Function),se("design:paramtypes",[typeof(Na=typeof Ot<"u"&&Ot)=="function"?Na:Object,Object]),se("design:returntype",typeof(Ta=typeof Promise<"u"&&Promise)=="function"?Ta:Object)],u.CipherEconomy.prototype,"handshake",null),bt([S("${mesh.name}.cipher.collect",Number),Zt(0,c(0,"obj",yt)),se("design:type",Function),se("design:paramtypes",[typeof(Aa=typeof yt<"u"&&yt)=="function"?Aa:Object,Object]),se("design:returntype",typeof(Ma=typeof Promise<"u"&&Promise)=="function"?Ma:Object)],u.CipherEconomy.prototype,"collect",null),bt([S("${mesh.name}.cipher.serve",String),Zt(0,c(0,"suite",String)),se("design:type",Function),se("design:paramtypes",[String,Object]),se("design:returntype",typeof(Ia=typeof Promise<"u"&&Promise)=="function"?Ia:Object)],u.CipherEconomy.prototype,"serve",null),bt([S("mesh.cipher.deposit",String),Zt(0,c(0,"rco",yt)),se("design:type",Function),se("design:paramtypes",[typeof($a=typeof yt<"u"&&yt)=="function"?$a:Object,Object]),se("design:returntype",typeof(Ua=typeof Promise<"u"&&Promise)=="function"?Ua:Object)],u.CipherEconomy.prototype,"deposit",null),bt([S("mesh.cipher.objects",[Oe,yt]),Zt(0,c(0,"idx",U)),se("design:type",Function),se("design:paramtypes",[typeof(Ca=typeof U<"u"&&U)=="function"?Ca:Object,Object]),se("design:returntype",typeof(Fa=typeof Promise<"u"&&Promise)=="function"?Fa:Object)],u.CipherEconomy.prototype,"objects",null),bt([S("${mesh.name}.cipher.keys",[Oe,Lt]),Zt(0,c(0,"idx",U)),se("design:type",Function),se("design:paramtypes",[typeof(Da=typeof U<"u"&&U)=="function"?Da:Object,Object]),se("design:returntype",typeof(ka=typeof Promise<"u"&&Promise)=="function"?ka:Object)],u.CipherEconomy.prototype,"keys",null),bt([S("mesh.cipher.invoke",Uint8Array),Zt(0,c(0,"script",Le)),se("design:type",Function),se("design:paramtypes",[typeof(xa=typeof Le<"u"&&Le)=="function"?xa:Object,Object]),se("design:returntype",typeof(Ba=typeof Promise<"u"&&Promise)=="function"?Ba:Object)],u.CipherEconomy.prototype,"invoke",null),u.CipherEconomy=bt([B("mpi")],u.CipherEconomy),u.CipherProvider=class{suite(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}keygen(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}regen(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}encode(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}decode(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}recode(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},bt([S("${mesh.name}.cipher.suite",Ir),Zt(0,c(0,"hello",Ot)),se("design:type",Function),se("design:paramtypes",[typeof(La=typeof Ot<"u"&&Ot)=="function"?La:Object,Object]),se("design:returntype",typeof(Ha=typeof Promise<"u"&&Promise)=="function"?Ha:Object)],u.CipherProvider.prototype,"suite",null),bt([S("${mesh.name}.cipher.keygen",lo),Zt(0,c(0,"keygen",ar)),se("design:type",Function),se("design:paramtypes",[typeof(qa=typeof ar<"u"&&ar)=="function"?qa:Object,Object]),se("design:returntype",typeof(za=typeof Promise<"u"&&Promise)=="function"?za:Object)],u.CipherProvider.prototype,"keygen",null),bt([S("${mesh.name}.cipher.regen",lo),Zt(0,c(0,"keygen",Mi)),se("design:type",Function),se("design:paramtypes",[typeof(Va=typeof Mi<"u"&&Mi)=="function"?Va:Object,Object]),se("design:returntype",typeof(Ga=typeof Promise<"u"&&Promise)=="function"?Ga:Object)],u.CipherProvider.prototype,"regen",null),bt([S("${mesh.name}.cipher.encode",Uint8Array),Zt(0,c(0,"explain",On)),se("design:type",Function),se("design:paramtypes",[typeof(Wa=typeof On<"u"&&On)=="function"?Wa:Object,Object]),se("design:returntype",typeof(Ka=typeof Promise<"u"&&Promise)=="function"?Ka:Object)],u.CipherProvider.prototype,"encode",null),bt([S("${mesh.name}.cipher.decode",Uint8Array),Zt(0,c(0,"cipher",On)),se("design:type",Function),se("design:paramtypes",[typeof(Ja=typeof On<"u"&&On)=="function"?Ja:Object,Object]),se("design:returntype",typeof(Xa=typeof Promise<"u"&&Promise)=="function"?Xa:Object)],u.CipherProvider.prototype,"decode",null),bt([S("${mesh.name}.cipher.recode",Uint8Array),Zt(0,c(0,"cipher",Ii)),se("design:type",Function),se("design:paramtypes",[typeof(Ya=typeof Ii<"u"&&Ii)=="function"?Ya:Object,Object]),se("design:returntype",typeof(Qa=typeof Promise<"u"&&Promise)=="function"?Qa:Object)],u.CipherProvider.prototype,"recode",null),u.CipherProvider=bt([B("mpi")],u.CipherProvider),u.ObjectProvider=class{serve(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}},u.ObjectProvider=bt([B("mpi")],u.ObjectProvider);var os=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ni=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},xl=function(r,e){return function(t,n){e(t,n,r)}},Za,ed,td;u.Cluster=class{election(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}isLeader(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}},os([S("mesh.cluster.election",Uint8Array),xl(0,c(0,"buff",Uint8Array)),ni("design:type",Function),ni("design:paramtypes",[typeof(Za=typeof Uint8Array<"u"&&Uint8Array)=="function"?Za:Object,Object]),ni("design:returntype",typeof(ed=typeof Promise<"u"&&Promise)=="function"?ed:Object)],u.Cluster.prototype,"election",null),os([S("mesh.cluster.leader",Boolean),ni("design:type",Function),ni("design:paramtypes",[Object]),ni("design:returntype",typeof(td=typeof Promise<"u"&&Promise)=="function"?td:Object)],u.Cluster.prototype,"isLeader",null),u.Cluster=os([B("mpi")],u.Cluster);var xi=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},cn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ri=function(r,e){return function(t,n){e(t,n,r)}},nd,rd,id,od,sd;u.Commercialize=class{sign(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}history(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}issued(e,t,n,s=b()){return Promise.reject(h.URN_NOT_PERMIT)}dump(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},xi([S("mesh.license.sign",Xr),ri(0,c(0,"lsr",we)),cn("design:type",Function),cn("design:paramtypes",[typeof(nd=typeof we<"u"&&we)=="function"?nd:Object,Object]),cn("design:returntype",typeof(rd=typeof Promise<"u"&&Promise)=="function"?rd:Object)],u.Commercialize.prototype,"sign",null),xi([S("mesh.license.history",[Array,Xr]),ri(0,c(0,"inst_id",String)),cn("design:type",Function),cn("design:paramtypes",[String,Object]),cn("design:returntype",typeof(id=typeof Promise<"u"&&Promise)=="function"?id:Object)],u.Commercialize.prototype,"history",null),xi([S("mesh.net.issued",Yr),ri(0,c(0,"name",String)),ri(1,c(1,"kind",String)),ri(2,c(2,"cname",String)),cn("design:type",Function),cn("design:paramtypes",[String,String,String,Object]),cn("design:returntype",typeof(od=typeof Promise<"u"&&Promise)=="function"?od:Object)],u.Commercialize.prototype,"issued",null),xi([S("mesh.net.dump",[Array,Yr]),ri(0,c(0,"node_id",String)),cn("design:type",Function),cn("design:paramtypes",[String,Object]),cn("design:returntype",typeof(sd=typeof Promise<"u"&&Promise)=="function"?sd:Object)],u.Commercialize.prototype,"dump",null),u.Commercialize=xi([B("mpi")],u.Commercialize);var ii=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Mt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},$n=function(r,e){return function(t,n){e(t,n,r)}},cd,ad,dd,ud,pd,fd,yd,ld,md,gd,hd,bd,_d,Sd,vd;u.Cryptor=class{encrypt(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}decrypt(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}hash(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}sign(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}verify(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ii([S("mesh.crypt.encrypt",Uint8Array),$n(0,c(0,"buf",Uint8Array)),$n(1,c(1,"keys",[Map,String,Uint8Array])),Mt("design:type",Function),Mt("design:paramtypes",[typeof(cd=typeof Uint8Array<"u"&&Uint8Array)=="function"?cd:Object,typeof(ad=typeof Record<"u"&&Record)=="function"?ad:Object,Object]),Mt("design:returntype",typeof(dd=typeof Promise<"u"&&Promise)=="function"?dd:Object)],u.Cryptor.prototype,"encrypt",null),ii([S("mesh.crypt.decrypt",Uint8Array),$n(0,c(0,"buf",Uint8Array)),$n(1,c(1,"keys",[Map,String,Uint8Array])),Mt("design:type",Function),Mt("design:paramtypes",[typeof(ud=typeof Uint8Array<"u"&&Uint8Array)=="function"?ud:Object,typeof(pd=typeof Record<"u"&&Record)=="function"?pd:Object,Object]),Mt("design:returntype",typeof(fd=typeof Promise<"u"&&Promise)=="function"?fd:Object)],u.Cryptor.prototype,"decrypt",null),ii([S("mesh.crypt.hash",Uint8Array),$n(0,c(0,"buf",Uint8Array)),$n(1,c(1,"keys",[Map,String,Uint8Array])),Mt("design:type",Function),Mt("design:paramtypes",[typeof(yd=typeof Uint8Array<"u"&&Uint8Array)=="function"?yd:Object,typeof(ld=typeof Record<"u"&&Record)=="function"?ld:Object,Object]),Mt("design:returntype",typeof(md=typeof Promise<"u"&&Promise)=="function"?md:Object)],u.Cryptor.prototype,"hash",null),ii([S("mesh.crypt.sign",Uint8Array),$n(0,c(0,"buf",Uint8Array)),$n(1,c(1,"keys",[Map,String,Uint8Array])),Mt("design:type",Function),Mt("design:paramtypes",[typeof(gd=typeof Uint8Array<"u"&&Uint8Array)=="function"?gd:Object,typeof(hd=typeof Record<"u"&&Record)=="function"?hd:Object,Object]),Mt("design:returntype",typeof(bd=typeof Promise<"u"&&Promise)=="function"?bd:Object)],u.Cryptor.prototype,"sign",null),ii([S("mesh.crypt.verify",Boolean),$n(0,c(0,"buf",Uint8Array)),$n(1,c(1,"keys",[Map,String,Uint8Array])),Mt("design:type",Function),Mt("design:paramtypes",[typeof(_d=typeof Uint8Array<"u"&&Uint8Array)=="function"?_d:Object,typeof(Sd=typeof Record<"u"&&Record)=="function"?Sd:Object,Object]),Mt("design:returntype",typeof(vd=typeof Promise<"u"&&Promise)=="function"?vd:Object)],u.Cryptor.prototype,"verify",null),u.Cryptor=ii([B("mpi")],u.Cryptor);var it=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},x=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},at=function(r,e){return function(t,n){e(t,n,r)}},Od,Rd,Pd,jd,wd,Ed,Nd,Td,Ad,Md,Id,$d,Ud,Cd,Fd,Dd,kd,xd,Bd,Ld,Hd,qd,zd,Vd,Gd,Wd,Kd;u.Daler=class{query(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}saveSource(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexSource(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describeSource(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeSource(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}saveCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describeCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}deployCluster(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}saveDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}runDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeDTS(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexBinlog(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}tailBinlog(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}redoBinlog(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeBinlog(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},it([S("mesh.daler.ds.query",Object),at(0,c(0,"test",$r)),x("design:type",Function),x("design:paramtypes",[typeof(Od=typeof $r<"u"&&$r)=="function"?Od:Object,Object]),x("design:returntype",typeof(Rd=typeof Promise<"u"&&Promise)=="function"?Rd:Object)],u.Daler.prototype,"query",null),it([S("mesh.daler.ds.save",String),at(0,c(0,"ds",Bt)),x("design:type",Function),x("design:paramtypes",[typeof(Pd=typeof Bt<"u"&&Bt)=="function"?Pd:Object,Object]),x("design:returntype",typeof(jd=typeof Promise<"u"&&Promise)=="function"?jd:Object)],u.Daler.prototype,"saveSource",null),it([S("mesh.daler.ds.index",[Oe,Bt]),at(0,c(0,"idx",U)),x("design:type",Function),x("design:paramtypes",[typeof(wd=typeof U<"u"&&U)=="function"?wd:Object,Object]),x("design:returntype",typeof(Ed=typeof Promise<"u"&&Promise)=="function"?Ed:Object)],u.Daler.prototype,"indexSource",null),it([S("mesh.daler.ds.describe",Bt),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(Nd=typeof Promise<"u"&&Promise)=="function"?Nd:Object)],u.Daler.prototype,"describeSource",null),it([S("mesh.daler.ds.remove",Object),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(Td=typeof Promise<"u"&&Promise)=="function"?Td:Object)],u.Daler.prototype,"removeSource",null),it([S("mesh.daler.cluster.save",String),at(0,c(0,"cluster",st)),x("design:type",Function),x("design:paramtypes",[typeof(Ad=typeof st<"u"&&st)=="function"?Ad:Object,Object]),x("design:returntype",typeof(Md=typeof Promise<"u"&&Promise)=="function"?Md:Object)],u.Daler.prototype,"saveCluster",null),it([S("mesh.daler.cluster.index",[Oe,st]),at(0,c(0,"idx",U)),x("design:type",Function),x("design:paramtypes",[typeof(Id=typeof U<"u"&&U)=="function"?Id:Object,Object]),x("design:returntype",typeof($d=typeof Promise<"u"&&Promise)=="function"?$d:Object)],u.Daler.prototype,"indexCluster",null),it([S("mesh.daler.cluster.describe",st),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(Ud=typeof Promise<"u"&&Promise)=="function"?Ud:Object)],u.Daler.prototype,"describeCluster",null),it([S("mesh.daler.cluster.remove",Object),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(Cd=typeof Promise<"u"&&Promise)=="function"?Cd:Object)],u.Daler.prototype,"removeCluster",null),it([S("mesh.daler.cluster.deploy",Object),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(Fd=typeof Promise<"u"&&Promise)=="function"?Fd:Object)],u.Daler.prototype,"deployCluster",null),it([S("mesh.daler.dts.save",String),at(0,c(0,"dts",We)),x("design:type",Function),x("design:paramtypes",[typeof(Dd=typeof We<"u"&&We)=="function"?Dd:Object,Object]),x("design:returntype",typeof(kd=typeof Promise<"u"&&Promise)=="function"?kd:Object)],u.Daler.prototype,"saveDTS",null),it([S("mesh.daler.dts.run",Object),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(xd=typeof Promise<"u"&&Promise)=="function"?xd:Object)],u.Daler.prototype,"runDTS",null),it([S("mesh.daler.dts.index",[Oe,We]),at(0,c(0,"idx",U)),x("design:type",Function),x("design:paramtypes",[typeof(Bd=typeof U<"u"&&U)=="function"?Bd:Object,Object]),x("design:returntype",typeof(Ld=typeof Promise<"u"&&Promise)=="function"?Ld:Object)],u.Daler.prototype,"indexDTS",null),it([S("mesh.daler.dts.remove",Object),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(Hd=typeof Promise<"u"&&Promise)=="function"?Hd:Object)],u.Daler.prototype,"removeDTS",null),it([S("mesh.daler.binlog.index",[Oe,Bn]),at(0,c(0,"idx",U)),x("design:type",Function),x("design:paramtypes",[typeof(qd=typeof U<"u"&&U)=="function"?qd:Object,Object]),x("design:returntype",typeof(zd=typeof Promise<"u"&&Promise)=="function"?zd:Object)],u.Daler.prototype,"indexBinlog",null),it([S("mesh.daler.binlog.tail",[Oe,[Map,String,String]]),at(0,c(0,"idx",U)),x("design:type",Function),x("design:paramtypes",[typeof(Vd=typeof U<"u"&&U)=="function"?Vd:Object,Object]),x("design:returntype",typeof(Gd=typeof Promise<"u"&&Promise)=="function"?Gd:Object)],u.Daler.prototype,"tailBinlog",null),it([S("mesh.daler.binlog.redo",Object),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(Wd=typeof Promise<"u"&&Promise)=="function"?Wd:Object)],u.Daler.prototype,"redoBinlog",null),it([S("mesh.daler.binlog.remove",Object),at(0,c(0,"id",String)),x("design:type",Function),x("design:paramtypes",[String,Object]),x("design:returntype",typeof(Kd=typeof Promise<"u"&&Promise)=="function"?Kd:Object)],u.Daler.prototype,"removeBinlog",null),u.Daler=it([B("mpi")],u.Daler);var oi=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},It=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Bi=function(r,e){return function(t,n){e(t,n,r)}},Jd,Xd,Yd,Qd,Zd,eu,tu,nu,ru;u.DataHouse=class{writes(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}write(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}read(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}indies(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}tables(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},oi([S("mesh.dh.writes",Object),Bi(0,c(0,"docs",[Array,dr])),It("design:type",Function),It("design:paramtypes",[Array,Object]),It("design:returntype",typeof(Jd=typeof Promise<"u"&&Promise)=="function"?Jd:Object)],u.DataHouse.prototype,"writes",null),oi([S("mesh.dh.write",Object),Bi(0,c(0,"doc",dr)),It("design:type",Function),It("design:paramtypes",[typeof(Xd=typeof dr<"u"&&dr)=="function"?Xd:Object,Object]),It("design:returntype",typeof(Yd=typeof Promise<"u"&&Promise)=="function"?Yd:Object)],u.DataHouse.prototype,"write",null),oi([S("mesh.dh.read",[Oe,Object]),Bi(0,c(0,"idx",U)),It("design:type",Function),It("design:paramtypes",[typeof(Qd=typeof U<"u"&&U)=="function"?Qd:Object,Object]),It("design:returntype",typeof(Zd=typeof Promise<"u"&&Promise)=="function"?Zd:Object)],u.DataHouse.prototype,"read",null),oi([S("mesh.dh.indies",[Oe,Object]),Bi(0,c(0,"idx",U)),It("design:type",Function),It("design:paramtypes",[typeof(eu=typeof U<"u"&&U)=="function"?eu:Object,Object]),It("design:returntype",typeof(tu=typeof Promise<"u"&&Promise)=="function"?tu:Object)],u.DataHouse.prototype,"indies",null),oi([S("mesh.dh.tables",[Oe,Object]),Bi(0,c(0,"idx",U)),It("design:type",Function),It("design:paramtypes",[typeof(nu=typeof U<"u"&&U)=="function"?nu:Object,Object]),It("design:returntype",typeof(ru=typeof Promise<"u"&&Promise)=="function"?ru:Object)],u.DataHouse.prototype,"tables",null),u.DataHouse=oi([B("mpi")],u.DataHouse);var Un=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Te=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Qn=function(r,e){return function(t,n){e(t,n,r)}},iu,ou,su,cu,au,du,uu,pu,fu,yu,lu,mu;u.Devops=class{init(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}settings(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}setting(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexReplica(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}importReplica(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeReplica(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}readReplica(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}replicate(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}recover(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Un([S("${mesh.name}.devops.x.init",Object),Qn(0,c(0,"flags",String)),Te("design:type",Function),Te("design:paramtypes",[String,Object]),Te("design:returntype",typeof(iu=typeof Promise<"u"&&Promise)=="function"?iu:Object)],u.Devops.prototype,"init",null),Un([S("${mesh.name}.devops.x.settings",[Map,String,Rn]),Te("design:type",Function),Te("design:paramtypes",[Object]),Te("design:returntype",typeof(ou=typeof Promise<"u"&&Promise)=="function"?ou:Object)],u.Devops.prototype,"settings",null),Un([S("${mesh.name}.devops.x.setting",Object),Qn(0,c(0,"appset",String)),Qn(1,c(1,"setting",Rn)),Te("design:type",Function),Te("design:paramtypes",[String,typeof(su=typeof Rn<"u"&&Rn)=="function"?su:Object,Object]),Te("design:returntype",typeof(cu=typeof Promise<"u"&&Promise)=="function"?cu:Object)],u.Devops.prototype,"setting",null),Un([S("${mesh.name}.devops.replica.index",[Oe,nt]),Qn(0,c(0,"idx",U)),Te("design:type",Function),Te("design:paramtypes",[typeof(au=typeof U<"u"&&U)=="function"?au:Object,Object]),Te("design:returntype",typeof(du=typeof Promise<"u"&&Promise)=="function"?du:Object)],u.Devops.prototype,"indexReplica",null),Un([S("${mesh.name}.devops.replica.import",String),Qn(0,c(0,"raw",Uint8Array)),Te("design:type",Function),Te("design:paramtypes",[typeof(uu=typeof Uint8Array<"u"&&Uint8Array)=="function"?uu:Object,Object]),Te("design:returntype",typeof(pu=typeof Promise<"u"&&Promise)=="function"?pu:Object)],u.Devops.prototype,"importReplica",null),Un([S("${mesh.name}.devops.replica.remove",Object),Qn(0,c(0,"code",String)),Te("design:type",Function),Te("design:paramtypes",[String,Object]),Te("design:returntype",typeof(fu=typeof Promise<"u"&&Promise)=="function"?fu:Object)],u.Devops.prototype,"removeReplica",null),Un([S("${mesh.name}.devops.replica.read",Uint8Array),Qn(0,c(0,"code",String)),Te("design:type",Function),Te("design:paramtypes",[String,Object]),Te("design:returntype",typeof(yu=typeof Promise<"u"&&Promise)=="function"?yu:Object)],u.Devops.prototype,"readReplica",null),Un([S("${mesh.name}.devops.replica.replicate",String),Qn(0,c(0,"appset",String)),Te("design:type",Function),Te("design:paramtypes",[String,Object]),Te("design:returntype",typeof(lu=typeof Promise<"u"&&Promise)=="function"?lu:Object)],u.Devops.prototype,"replicate",null),Un([S("${mesh.name}.devops.replica.recover",Object),Qn(0,c(0,"id",String)),Te("design:type",Function),Te("design:paramtypes",[String,Object]),Te("design:returntype",typeof(mu=typeof Promise<"u"&&Promise)=="function"?mu:Object)],u.Devops.prototype,"recover",null),u.Devops=Un([B("mpi")],u.Devops);var ss=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},si=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},_o=function(r,e){return function(t,n){e(t,n,r)}},gu,hu,bu;u.Dispatcher=class{invoke(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}invoke0(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ss([_o(0,c(0,"urn",String)),_o(1,c(1,"param",[Map,String,Object])),si("design:type",Function),si("design:paramtypes",[String,typeof(gu=typeof Record<"u"&&Record)=="function"?gu:Object,Object]),si("design:returntype",typeof(hu=typeof Promise<"u"&&Promise)=="function"?hu:Object)],u.Dispatcher.prototype,"invoke",null),ss([_o(0,c(0,"urn",String)),_o(1,c(1,"param",Object)),si("design:type",Function),si("design:paramtypes",[String,Object,Object]),si("design:returntype",typeof(bu=typeof Promise<"u"&&Promise)=="function"?bu:Object)],u.Dispatcher.prototype,"invoke0",null),u.Dispatcher=ss([B("spi")],u.Dispatcher);var cs=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ci=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},_u=function(r,e){return function(t,n){e(t,n,r)}},Su,vu,Ou;u.Endpoint=class{fuzzy(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},cs([S("${mesh.uname}",Uint8Array),_u(0,c(0,"buff",Uint8Array)),ci("design:type",Function),ci("design:paramtypes",[typeof(Su=typeof Uint8Array<"u"&&Uint8Array)=="function"?Su:Object,Object]),ci("design:returntype",typeof(vu=typeof Promise<"u"&&Promise)=="function"?vu:Object)],u.Endpoint.prototype,"fuzzy",null),u.Endpoint=cs([B("mpi")],u.Endpoint);class Ru{stick(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}}cs([_u(0,c(0,"varg",Object)),ci("design:type",Function),ci("design:paramtypes",[Object,Object]),ci("design:returntype",typeof(Ou=typeof Promise<"u"&&Promise)=="function"?Ou:Object)],Ru.prototype,"stick",null);var Li=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},an=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},So=function(r,e){return function(t,n){e(t,n,r)}},Pu,ju,wu,Eu,Nu,Tu;u.Firewalld=class{save(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describe(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Li([S("mesh.firewall.save",String),So(0,c(0,"wall",Se)),an("design:type",Function),an("design:paramtypes",[typeof(Pu=typeof Se<"u"&&Se)=="function"?Pu:Object,Object]),an("design:returntype",typeof(ju=typeof Promise<"u"&&Promise)=="function"?ju:Object)],u.Firewalld.prototype,"save",null),Li([S("mesh.firewall.remove",Object),So(0,c(0,"code",String)),an("design:type",Function),an("design:paramtypes",[String,Object]),an("design:returntype",typeof(wu=typeof Promise<"u"&&Promise)=="function"?wu:Object)],u.Firewalld.prototype,"remove",null),Li([S("mesh.firewall.describe",Se),So(0,c(0,"code",String)),an("design:type",Function),an("design:paramtypes",[String,Object]),an("design:returntype",typeof(Eu=typeof Promise<"u"&&Promise)=="function"?Eu:Object)],u.Firewalld.prototype,"describe",null),Li([S("mesh.firewall.index",[Oe,Se]),So(0,c(0,"idx",U)),an("design:type",Function),an("design:paramtypes",[typeof(Nu=typeof U<"u"&&U)=="function"?Nu:Object,Object]),an("design:returntype",typeof(Tu=typeof Promise<"u"&&Promise)=="function"?Tu:Object)],u.Firewalld.prototype,"index",null),u.Firewalld=Li([B("mpi")],u.Firewalld);var as=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ai=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},vo=function(r,e){return function(t,n){e(t,n,r)}},Au,Mu,Iu,$u;u.Graph=class{query(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}exec(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},as([S("mesh.graph.query",[Array,[Map,String,Object]]),vo(0,c(0,"expr",String)),vo(1,c(1,"args",[Map,String,Object])),ai("design:type",Function),ai("design:paramtypes",[String,typeof(Au=typeof Record<"u"&&Record)=="function"?Au:Object,Object]),ai("design:returntype",typeof(Mu=typeof Promise<"u"&&Promise)=="function"?Mu:Object)],u.Graph.prototype,"query",null),as([S("mesh.graph.exec",Object),vo(0,c(0,"expr",String)),vo(1,c(1,"args",[Map,String,Object])),ai("design:type",Function),ai("design:paramtypes",[String,typeof(Iu=typeof Record<"u"&&Record)=="function"?Iu:Object,Object]),ai("design:returntype",typeof($u=typeof Promise<"u"&&Promise)=="function"?$u:Object)],u.Graph.prototype,"exec",null),u.Graph=as([B("mpi")],u.Graph);var $t=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},re=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Gt=function(r,e){return function(t,n){e(t,n,r)}},Uu,Cu,Fu,Du,ku,xu,Bu,Lu,Hu,qu,zu,Vu,Gu,Wu,Ku,Ju,Xu,Yu,Qu,Zu,ep,tp;u.KMS=class{reset(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}environ(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}issue(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describe(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}revoke(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}rotate(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}append(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}explain(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}indexSecret(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}removeSecret(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describeSecret(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}generateSecret(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},$t([S("mesh.kms.reset",Object),Gt(0,c(0,"env",Ke)),re("design:type",Function),re("design:paramtypes",[typeof(Uu=typeof Ke<"u"&&Ke)=="function"?Uu:Object,Object]),re("design:returntype",typeof(Cu=typeof Promise<"u"&&Promise)=="function"?Cu:Object)],u.KMS.prototype,"reset",null),$t([S("mesh.kms.environ",Ke),re("design:type",Function),re("design:paramtypes",[Object]),re("design:returntype",typeof(Fu=typeof Promise<"u"&&Promise)=="function"?Fu:Object)],u.KMS.prototype,"environ",null),$t([S("mesh.kms.crt.issue",Lt),Gt(0,c(0,"csr",rt)),re("design:type",Function),re("design:paramtypes",[typeof(Du=typeof rt<"u"&&rt)=="function"?Du:Object,Object]),re("design:returntype",typeof(ku=typeof Promise<"u"&&Promise)=="function"?ku:Object)],u.KMS.prototype,"issue",null),$t([S("mesh.kms.crt.describe",Lt),Gt(0,c(0,"id",String)),re("design:type",Function),re("design:paramtypes",[String,Object]),re("design:returntype",typeof(xu=typeof Promise<"u"&&Promise)=="function"?xu:Object)],u.KMS.prototype,"describe",null),$t([S("mesh.kms.crt.index",[Oe,Lt]),Gt(0,c(0,"idx",U)),re("design:type",Function),re("design:paramtypes",[typeof(Bu=typeof U<"u"&&U)=="function"?Bu:Object,Object]),re("design:returntype",typeof(Lu=typeof Promise<"u"&&Promise)=="function"?Lu:Object)],u.KMS.prototype,"index",null),$t([S("mesh.kms.crt.revoke",Object),Gt(0,c(0,"crr",Jr)),re("design:type",Function),re("design:paramtypes",[typeof(Hu=typeof Jr<"u"&&Jr)=="function"?Hu:Object,Object]),re("design:returntype",typeof(qu=typeof Promise<"u"&&Promise)=="function"?qu:Object)],u.KMS.prototype,"revoke",null),$t([S("mesh.kms.crt.rotate",Object),Gt(0,c(0,"crr",Ur)),re("design:type",Function),re("design:paramtypes",[typeof(zu=typeof Ur<"u"&&Ur)=="function"?zu:Object,Object]),re("design:returntype",typeof(Vu=typeof Promise<"u"&&Promise)=="function"?Vu:Object)],u.KMS.prototype,"rotate",null),$t([S("mesh.kms.crt.remove",Object),Gt(0,c(0,"id",String)),re("design:type",Function),re("design:paramtypes",[String,Object]),re("design:returntype",typeof(Gu=typeof Promise<"u"&&Promise)=="function"?Gu:Object)],u.KMS.prototype,"remove",null),$t([S("mesh.kms.crt.append",Object),Gt(0,c(0,"car",Lt)),re("design:type",Function),re("design:paramtypes",[typeof(Wu=typeof Lt<"u"&&Lt)=="function"?Wu:Object,Object]),re("design:returntype",typeof(Ku=typeof Promise<"u"&&Promise)=="function"?Ku:Object)],u.KMS.prototype,"append",null),$t([S("mesh.kms.crt.explain",String),Gt(0,c(0,"algo",String)),Gt(1,c(1,"keys",String)),re("design:type",Function),re("design:paramtypes",[String,String,Object]),re("design:returntype",typeof(Ju=typeof Promise<"u"&&Promise)=="function"?Ju:Object)],u.KMS.prototype,"explain",null),$t([S("mesh.kms.secret.index",[Oe,lr]),Gt(0,c(0,"idx",U)),re("design:type",Function),re("design:paramtypes",[typeof(Xu=typeof U<"u"&&U)=="function"?Xu:Object,Object]),re("design:returntype",typeof(Yu=typeof Promise<"u"&&Promise)=="function"?Yu:Object)],u.KMS.prototype,"indexSecret",null),$t([S("mesh.kms.secret.remove",Object),Gt(0,c(0,"id",String)),re("design:type",Function),re("design:paramtypes",[String,Object]),re("design:returntype",typeof(Qu=typeof Promise<"u"&&Promise)=="function"?Qu:Object)],u.KMS.prototype,"removeSecret",null),$t([S("mesh.kms.secret.describe",lr),Gt(0,c(0,"id",String)),re("design:type",Function),re("design:paramtypes",[String,Object]),re("design:returntype",typeof(Zu=typeof Promise<"u"&&Promise)=="function"?Zu:Object)],u.KMS.prototype,"describeSecret",null),$t([S("mesh.kms.secret.generate",String),Gt(0,c(0,"csr",En)),re("design:type",Function),re("design:paramtypes",[typeof(ep=typeof En<"u"&&En)=="function"?ep:Object,Object]),re("design:returntype",typeof(tp=typeof Promise<"u"&&Promise)=="function"?tp:Object)],u.KMS.prototype,"generateSecret",null),u.KMS=$t([B("mpi")],u.KMS);var di=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Ut=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},ui=function(r,e){return function(t,n){e(t,n,r)}},np,rp,ip,op,sp,cp,ap;u.KV=class{get(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}put(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}keys(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},di([S("mesh.kv.get",De),ui(0,c(0,"key",String)),Ut("design:type",Function),Ut("design:paramtypes",[String,Object]),Ut("design:returntype",typeof(np=typeof Promise<"u"&&Promise)=="function"?np:Object)],u.KV.prototype,"get",null),di([S("mesh.kv.put",Object),ui(0,c(0,"key",String)),ui(1,c(1,"value",De)),Ut("design:type",Function),Ut("design:paramtypes",[String,typeof(rp=typeof De<"u"&&De)=="function"?rp:Object,Object]),Ut("design:returntype",typeof(ip=typeof Promise<"u"&&Promise)=="function"?ip:Object)],u.KV.prototype,"put",null),di([S("mesh.kv.remove",Object),ui(0,c(0,"key",String)),Ut("design:type",Function),Ut("design:paramtypes",[String,Object]),Ut("design:returntype",typeof(op=typeof Promise<"u"&&Promise)=="function"?op:Object)],u.KV.prototype,"remove",null),di([S("mesh.kv.keys",[Array,String]),ui(0,c(0,"pattern",String)),Ut("design:type",Function),Ut("design:paramtypes",[String,Object]),Ut("design:returntype",typeof(sp=typeof Promise<"u"&&Promise)=="function"?sp:Object)],u.KV.prototype,"keys",null),di([S("mesh.kv.index",[Oe,$i]),ui(0,c(0,"idx",U)),Ut("design:type",Function),Ut("design:paramtypes",[typeof(cp=typeof U<"u"&&U)=="function"?cp:Object,Object]),Ut("design:returntype",typeof(ap=typeof Promise<"u"&&Promise)=="function"?ap:Object)],u.KV.prototype,"index",null),u.KV=di([B("mpi")],u.KV);var pi=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Ct=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Bl=function(r,e){return function(t,n){e(t,n,r)}},dp,up,pp,fp,yp;u.Licenser=class{imports(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}exports(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}explain(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}verify(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}features(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}},pi([S("mesh.license.imports",Object),Bl(0,c(0,"license",String)),Ct("design:type",Function),Ct("design:paramtypes",[String,Object]),Ct("design:returntype",typeof(dp=typeof Promise<"u"&&Promise)=="function"?dp:Object)],u.Licenser.prototype,"imports",null),pi([S("mesh.license.exports",String),Ct("design:type",Function),Ct("design:paramtypes",[Object]),Ct("design:returntype",typeof(up=typeof Promise<"u"&&Promise)=="function"?up:Object)],u.Licenser.prototype,"exports",null),pi([S("mesh.license.explain",we),Ct("design:type",Function),Ct("design:paramtypes",[Object]),Ct("design:returntype",typeof(pp=typeof Promise<"u"&&Promise)=="function"?pp:Object)],u.Licenser.prototype,"explain",null),pi([S("mesh.license.verify",Number),Ct("design:type",Function),Ct("design:paramtypes",[Object]),Ct("design:returntype",typeof(fp=typeof Promise<"u"&&Promise)=="function"?fp:Object)],u.Licenser.prototype,"verify",null),pi([S("mesh.license.features",[Map,String,String]),Ct("design:type",Function),Ct("design:paramtypes",[Object]),Ct("design:returntype",typeof(yp=typeof Promise<"u"&&Promise)=="function"?yp:Object)],u.Licenser.prototype,"features",null),u.Licenser=pi([B("mpi")],u.Licenser);var Hi=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},dn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},fi=function(r,e){return function(t,n){e(t,n,r)}},lp,mp,gp,hp;u.Locker=class{lock(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}unlock(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}readLock(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}readUnlock(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Hi([S("mesh.locker.w.lock",Boolean),fi(0,c(0,"rid",String)),fi(1,c(1,"timeout",Number)),dn("design:type",Function),dn("design:paramtypes",[String,Number,Object]),dn("design:returntype",typeof(lp=typeof Promise<"u"&&Promise)=="function"?lp:Object)],u.Locker.prototype,"lock",null),Hi([S("mesh.locker.w.unlock",Object),fi(0,c(0,"rid",String)),dn("design:type",Function),dn("design:paramtypes",[String,Object]),dn("design:returntype",typeof(mp=typeof Promise<"u"&&Promise)=="function"?mp:Object)],u.Locker.prototype,"unlock",null),Hi([S("mesh.locker.r.lock",Boolean),fi(0,c(0,"rid",String)),fi(1,c(1,"timeout",Number)),dn("design:type",Function),dn("design:paramtypes",[String,Number,Object]),dn("design:returntype",typeof(gp=typeof Promise<"u"&&Promise)=="function"?gp:Object)],u.Locker.prototype,"readLock",null),Hi([S("mesh.locker.r.unlock",Object),fi(0,c(0,"rid",String)),dn("design:type",Function),dn("design:paramtypes",[String,Object]),dn("design:returntype",typeof(hp=typeof Promise<"u"&&Promise)=="function"?hp:Object)],u.Locker.prototype,"readUnlock",null),u.Locker=Hi([B("mpi")],u.Locker);var en=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ye=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},un=function(r,e){return function(t,n){e(t,n,r)}},bp,_p,Sp,vp,Op,Rp,Pp,jp,wp,Ep,Np,Tp,Ap,Mp;u.Network=class{environ(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}accessible(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}refresh(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}route(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}routes(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}disable(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}enable(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}version(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}exports(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}imports(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},en([S("mesh.net.environ",Ke),ye("design:type",Function),ye("design:paramtypes",[Object]),ye("design:returntype",typeof(bp=typeof Promise<"u"&&Promise)=="function"?bp:Object)],u.Network.prototype,"environ",null),en([S("mesh.net.accessible",Boolean),un(0,c(0,"route",be)),ye("design:type",Function),ye("design:paramtypes",[typeof(_p=typeof be<"u"&&be)=="function"?_p:Object,Object]),ye("design:returntype",typeof(Sp=typeof Promise<"u"&&Promise)=="function"?Sp:Object)],u.Network.prototype,"accessible",null),en([S("mesh.net.refresh",Object),un(0,c(0,"routes",[Array,be])),ye("design:type",Function),ye("design:paramtypes",[Array,Object]),ye("design:returntype",typeof(vp=typeof Promise<"u"&&Promise)=="function"?vp:Object)],u.Network.prototype,"refresh",null),en([S("mesh.net.route",be),un(0,c(0,"mdc",String)),ye("design:type",Function),ye("design:paramtypes",[String,Object]),ye("design:returntype",typeof(Op=typeof Promise<"u"&&Promise)=="function"?Op:Object)],u.Network.prototype,"route",null),en([S("mesh.net.routes",[Array,be]),ye("design:type",Function),ye("design:paramtypes",[Object]),ye("design:returntype",typeof(Rp=typeof Promise<"u"&&Promise)=="function"?Rp:Object)],u.Network.prototype,"routes",null),en([S("mesh.net.disable",Object),un(0,c(0,"mdc",String)),ye("design:type",Function),ye("design:paramtypes",[String,Object]),ye("design:returntype",typeof(Pp=typeof Promise<"u"&&Promise)=="function"?Pp:Object)],u.Network.prototype,"disable",null),en([S("mesh.net.enable",Object),un(0,c(0,"mdc",String)),ye("design:type",Function),ye("design:paramtypes",[String,Object]),ye("design:returntype",typeof(jp=typeof Promise<"u"&&Promise)=="function"?jp:Object)],u.Network.prototype,"enable",null),en([S("mesh.net.index",[Oe,be]),un(0,c(0,"index",U)),ye("design:type",Function),ye("design:paramtypes",[typeof(wp=typeof U<"u"&&U)=="function"?wp:Object,Object]),ye("design:returntype",typeof(Ep=typeof Promise<"u"&&Promise)=="function"?Ep:Object)],u.Network.prototype,"index",null),en([S("mesh.net.version",Di),un(0,c(0,"mdc",String)),ye("design:type",Function),ye("design:paramtypes",[String,Object]),ye("design:returntype",typeof(Np=typeof Promise<"u"&&Promise)=="function"?Np:Object)],u.Network.prototype,"version",null),en([S("mesh.net.exports",String),un(0,c(0,"mdc",String)),ye("design:type",Function),ye("design:paramtypes",[String,Object]),ye("design:returntype",typeof(Tp=typeof Promise<"u"&&Promise)=="function"?Tp:Object)],u.Network.prototype,"exports",null),en([S("mesh.net.imports",Object),un(0,c(0,"mdc",String)),un(1,c(1,"crt",String)),ye("design:type",Function),ye("design:paramtypes",[String,String,Object]),ye("design:returntype",typeof(Ap=typeof Promise<"u"&&Promise)=="function"?Ap:Object)],u.Network.prototype,"imports",null),en([S("mesh.net.remove",Object),un(0,c(0,"sid",String)),un(1,c(1,"did",String)),ye("design:type",Function),ye("design:paramtypes",[String,String,Object]),ye("design:returntype",typeof(Mp=typeof Promise<"u"&&Promise)=="function"?Mp:Object)],u.Network.prototype,"remove",null),u.Network=en([B("mpi")],u.Network);var qi=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},pn=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Sr=function(r,e){return function(t,n){e(t,n,r)}},Ip,$p,Up,Cp,Fp,Dp;u.Pipeline=class{peek(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}pop(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}push(e,t,n,s=b()){return Promise.reject(h.URN_NOT_PERMIT)}release(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}},qi([S("mesh.chan.peek",Uint8Array),Sr(0,c(0,"topic",String)),pn("design:type",Function),pn("design:paramtypes",[String,Object]),pn("design:returntype",typeof(Ip=typeof Promise<"u"&&Promise)=="function"?Ip:Object)],u.Pipeline.prototype,"peek",null),qi([S("mesh.chan.pop",Uint8Array),Sr(0,c(0,"timeout",Number)),Sr(1,c(1,"topic",String)),pn("design:type",Function),pn("design:paramtypes",[Number,String,Object]),pn("design:returntype",typeof($p=typeof Promise<"u"&&Promise)=="function"?$p:Object)],u.Pipeline.prototype,"pop",null),qi([S("mesh.chan.push",Object),Sr(0,c(0,"payload",Uint8Array)),Sr(1,c(1,"metadata",[Map,String,String])),Sr(2,c(2,"topic",String)),pn("design:type",Function),pn("design:paramtypes",[typeof(Up=typeof Uint8Array<"u"&&Uint8Array)=="function"?Up:Object,typeof(Cp=typeof Record<"u"&&Record)=="function"?Cp:Object,String,Object]),pn("design:returntype",typeof(Fp=typeof Promise<"u"&&Promise)=="function"?Fp:Object)],u.Pipeline.prototype,"push",null),qi([S("mesh.chan.release",Object),Sr(0,c(0,"timeout",Number)),Sr(1,c(1,"topic",String)),pn("design:type",Function),pn("design:paramtypes",[Number,String,Object]),pn("design:returntype",typeof(Dp=typeof Promise<"u"&&Promise)=="function"?Dp:Object)],u.Pipeline.prototype,"release",null),u.Pipeline=qi([B("mpi")],u.Pipeline);var ds=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},yi=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},kp=function(r,e){return function(t,n){e(t,n,r)}},xp,Bp;u.Publisher=class{publish(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}broadcast(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ds([S("mesh.queue.publish",[Array,String]),kp(0,c(0,"events",[Array,gt])),yi("design:type",Function),yi("design:paramtypes",[Array,Object]),yi("design:returntype",typeof(xp=typeof Promise<"u"&&Promise)=="function"?xp:Object)],u.Publisher.prototype,"publish",null),ds([S("mesh.queue.multicast",[Array,String]),kp(0,c(0,"events",[Array,gt])),yi("design:type",Function),yi("design:paramtypes",[Array,Object]),yi("design:returntype",typeof(Bp=typeof Promise<"u"&&Promise)=="function"?Bp:Object)],u.Publisher.prototype,"broadcast",null),u.Publisher=ds([B("mpi")],u.Publisher);var li=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Ft=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},zi=function(r,e){return function(t,n){e(t,n,r)}},Lp,Hp,qp,zp,Vp,Gp,Wp;u.Registry=class{register(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}registers(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}unregister(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}export(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}appset(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},li([S("mesh.registry.put",Object),zi(0,c(0,"registration",[ht,Object])),Ft("design:type",Function),Ft("design:paramtypes",[typeof(Lp=typeof ht<"u"&&ht)=="function"?Lp:Object,Object]),Ft("design:returntype",typeof(Hp=typeof Promise<"u"&&Promise)=="function"?Hp:Object)],u.Registry.prototype,"register",null),li([S("mesh.registry.puts",Object),zi(0,c(0,"registrations",[Array,[ht,Object]])),Ft("design:type",Function),Ft("design:paramtypes",[Array,Object]),Ft("design:returntype",typeof(qp=typeof Promise<"u"&&Promise)=="function"?qp:Object)],u.Registry.prototype,"registers",null),li([S("mesh.registry.remove",Object),zi(0,c(0,"registration",[ht,Object])),Ft("design:type",Function),Ft("design:paramtypes",[typeof(zp=typeof ht<"u"&&ht)=="function"?zp:Object,Object]),Ft("design:returntype",typeof(Vp=typeof Promise<"u"&&Promise)=="function"?Vp:Object)],u.Registry.prototype,"unregister",null),li([S("mesh.registry.export",[Array,[ht,Object]]),zi(0,c(0,"kind",String)),Ft("design:type",Function),Ft("design:paramtypes",[String,Object]),Ft("design:returntype",typeof(Gp=typeof Promise<"u"&&Promise)=="function"?Gp:Object)],u.Registry.prototype,"export",null),li([S("mesh.registry.appset",[Array,on]),zi(0,c(0,"kind",String)),Ft("design:type",Function),Ft("design:paramtypes",[String,Object]),Ft("design:returntype",typeof(Wp=typeof Promise<"u"&&Promise)=="function"?Wp:Object)],u.Registry.prototype,"appset",null),u.Registry=li([B("mpi")],u.Registry);var mi=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Wt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Vi=function(r,e){return function(t,n){e(t,n,r)}},Kp,Jp,Xp,Yp,Qp,Zp,ef;class Gi{with(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}withMap(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}local(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}any(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}many(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}}mi([Vi(0,c(0,"key",String)),Vi(1,c(1,"value",String)),Wt("design:type",Function),Wt("design:paramtypes",[String,String,Object]),Wt("design:returntype",typeof(Kp=typeof Promise<"u"&&Promise)=="function"?Kp:Object)],Gi.prototype,"with",null),mi([Vi(0,c(0,"attachments",[Map,String,String])),Wt("design:type",Function),Wt("design:paramtypes",[typeof(Jp=typeof Record<"u"&&Record)=="function"?Jp:Object,Object]),Wt("design:returntype",typeof(Xp=typeof Promise<"u"&&Promise)=="function"?Xp:Object)],Gi.prototype,"withMap",null),mi([Vi(0,c(0,"principal",Nt)),Wt("design:type",Function),Wt("design:paramtypes",[typeof(Yp=typeof Nt<"u"&&Nt)=="function"?Yp:Object,Object]),Wt("design:returntype",typeof(Qp=typeof Promise<"u"&&Promise)=="function"?Qp:Object)],Gi.prototype,"any",null),mi([Vi(0,c(0,"principals",[Array,Nt])),Wt("design:type",Function),Wt("design:paramtypes",[Array,Object]),Wt("design:returntype",typeof(Zp=typeof Promise<"u"&&Promise)=="function"?Zp:Object)],Gi.prototype,"many",null);class us{constructor(){o(this,"reference");o(this,"attachments",{})}}mi([c(0,"reference",Object),Wt("design:type",Object)],us.prototype,"reference",void 0),mi([c(1,"attachments",[Map,String,String]),Wt("design:type",typeof(ef=typeof Record<"u"&&Record)=="function"?ef:Object)],us.prototype,"attachments",void 0);var gi=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Dt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Wi=function(r,e){return function(t,n){e(t,n,r)}},tf,nf,rf,of,sf,cf,af,df;u.Savepoint=class{begin(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}commit(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}rollback(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}execute(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}redo(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},gi([S("mesh.savepoint.begin",String),Wi(0,c(0,"definition",hr)),Dt("design:type",Function),Dt("design:paramtypes",[typeof(tf=typeof hr<"u"&&hr)=="function"?tf:Object,Object]),Dt("design:returntype",typeof(nf=typeof Promise<"u"&&Promise)=="function"?nf:Object)],u.Savepoint.prototype,"begin",null),gi([S("mesh.savepoint.commit",Object),Wi(0,c(0,"xid",String)),Dt("design:type",Function),Dt("design:paramtypes",[String,Object]),Dt("design:returntype",typeof(rf=typeof Promise<"u"&&Promise)=="function"?rf:Object)],u.Savepoint.prototype,"commit",null),gi([S("mesh.savepoint.rollback",Object),Wi(0,c(0,"xid",String)),Dt("design:type",Function),Dt("design:paramtypes",[String,Object]),Dt("design:returntype",typeof(of=typeof Promise<"u"&&Promise)=="function"?of:Object)],u.Savepoint.prototype,"rollback",null),gi([S("mesh.savepoint.execute",Uint8Array),Wi(0,c(0,"branch",Mn)),Dt("design:type",Function),Dt("design:paramtypes",[typeof(sf=typeof Mn<"u"&&Mn)=="function"?sf:Object,Object]),Dt("design:returntype",typeof(cf=typeof Promise<"u"&&Promise)=="function"?cf:Object)],u.Savepoint.prototype,"execute",null),gi([S("mesh.savepoint.redo",Object),Wi(0,c(0,"commit",Uint8Array)),Dt("design:type",Function),Dt("design:paramtypes",[typeof(af=typeof Uint8Array<"u"&&Uint8Array)=="function"?af:Object,Object]),Dt("design:returntype",typeof(df=typeof Promise<"u"&&Promise)=="function"?df:Object)],u.Savepoint.prototype,"redo",null),u.Savepoint=gi([B("mpi")],u.Savepoint);var Zn=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},xe=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Cn=function(r,e){return function(t,n){e(t,n,r)}},uf,pf,ff,yf,lf,mf,gf,hf,bf,_f,Sf,vf;u.Scheduler=class{timeout(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}cron(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}period(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}dump(e=b()){return Promise.reject(h.URN_NOT_PERMIT)}cancel(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}stop(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}emit(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}shutdown(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Zn([S("mesh.schedule.timeout",String),Cn(0,c(0,"timeout",wn)),Cn(1,c(1,"duration",Number)),xe("design:type",Function),xe("design:paramtypes",[typeof(uf=typeof wn<"u"&&wn)=="function"?uf:Object,Number,Object]),xe("design:returntype",typeof(pf=typeof Promise<"u"&&Promise)=="function"?pf:Object)],u.Scheduler.prototype,"timeout",null),Zn([S("mesh.schedule.cron",String),Cn(0,c(0,"cron",String)),Cn(1,c(1,"topic",He)),xe("design:type",Function),xe("design:paramtypes",[String,typeof(ff=typeof He<"u"&&He)=="function"?ff:Object,Object]),xe("design:returntype",typeof(yf=typeof Promise<"u"&&Promise)=="function"?yf:Object)],u.Scheduler.prototype,"cron",null),Zn([S("mesh.schedule.period",String),Cn(0,c(0,"duration",Number)),Cn(1,c(1,"topic",He)),xe("design:type",Function),xe("design:paramtypes",[Number,typeof(lf=typeof He<"u"&&He)=="function"?lf:Object,Object]),xe("design:returntype",typeof(mf=typeof Promise<"u"&&Promise)=="function"?mf:Object)],u.Scheduler.prototype,"period",null),Zn([S("mesh.schedule.dump",[Array,String]),xe("design:type",Function),xe("design:paramtypes",[Object]),xe("design:returntype",typeof(gf=typeof Promise<"u"&&Promise)=="function"?gf:Object)],u.Scheduler.prototype,"dump",null),Zn([S("mesh.schedule.cancel",Boolean),Cn(0,c(0,"task_id",String)),xe("design:type",Function),xe("design:paramtypes",[String,Object]),xe("design:returntype",typeof(hf=typeof Promise<"u"&&Promise)=="function"?hf:Object)],u.Scheduler.prototype,"cancel",null),Zn([S("mesh.schedule.stop",Boolean),Cn(0,c(0,"task_id",String)),xe("design:type",Function),xe("design:paramtypes",[String,Object]),xe("design:returntype",typeof(bf=typeof Promise<"u"&&Promise)=="function"?bf:Object)],u.Scheduler.prototype,"stop",null),Zn([S("mesh.schedule.emit",Object),Cn(0,c(0,"topic",He)),xe("design:type",Function),xe("design:paramtypes",[typeof(_f=typeof He<"u"&&He)=="function"?_f:Object,Object]),xe("design:returntype",typeof(Sf=typeof Promise<"u"&&Promise)=="function"?Sf:Object)],u.Scheduler.prototype,"emit",null),Zn([S("mesh.schedule.shutdown",Object),Cn(0,c(0,"duration",Number)),xe("design:type",Function),xe("design:paramtypes",[Number,Object]),xe("design:returntype",typeof(vf=typeof Promise<"u"&&Promise)=="function"?vf:Object)],u.Scheduler.prototype,"shutdown",null),u.Scheduler=Zn([B("mpi")],u.Scheduler);var ps=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},hi=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ki=function(r,e){return function(t,n){e(t,n,r)}},Of,Rf;u.Sequence=class{next(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}section(e,t,n,s=b()){return Promise.reject(h.URN_NOT_PERMIT)}},ps([S("mesh.sequence.next",String),Ki(0,c(0,"kind",String)),Ki(1,c(1,"length",Number)),hi("design:type",Function),hi("design:paramtypes",[String,Number,Object]),hi("design:returntype",typeof(Of=typeof Promise<"u"&&Promise)=="function"?Of:Object)],u.Sequence.prototype,"next",null),ps([S("mesh.sequence.section",[Array,String]),Ki(0,c(0,"kind",String)),Ki(1,c(1,"size",Number)),Ki(2,c(2,"length",Number)),hi("design:type",Function),hi("design:paramtypes",[String,Number,Number,Object]),hi("design:returntype",typeof(Rf=typeof Promise<"u"&&Promise)=="function"?Rf:Object)],u.Sequence.prototype,"section",null),u.Sequence=ps([B("mpi")],u.Sequence);var Pf=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},fs=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ll=function(r,e){return function(t,n){e(t,n,r)}},jf,wf;u.Subscriber=class{subscribe(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Pf([S("mesh.queue.subscribe",Object),Ll(0,c(0,"event",gt)),fs("design:type",Function),fs("design:paramtypes",[typeof(jf=typeof gt<"u"&>)=="function"?jf:Object,Object]),fs("design:returntype",typeof(wf=typeof Promise<"u"&&Promise)=="function"?wf:Object)],u.Subscriber.prototype,"subscribe",null),u.Subscriber=Pf([B("mpi")],u.Subscriber);var kt=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ce=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},_t=function(r,e){return function(t,n){e(t,n,r)}},Ef,Nf,Tf,Af,Mf,If,$f,Uf,Cf,Ff,Df,kf,xf,Bf,Lf,Hf,qf;u.Tokenizer=class{captcha(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}matches(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}apply(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}verify(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}quickauth(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}grant(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}accept(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}reject(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}authorize(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}authenticate(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}refresh(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}destroy(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},kt([S("mesh.captcha.apply",Qr),_t(0,c(0,"kind",String)),_t(1,c(1,"features",[Map,String,String])),ce("design:type",Function),ce("design:paramtypes",[String,typeof(Ef=typeof Record<"u"&&Record)=="function"?Ef:Object,Object]),ce("design:returntype",typeof(Nf=typeof Promise<"u"&&Promise)=="function"?Nf:Object)],u.Tokenizer.prototype,"captcha",null),kt([S("mesh.captcha.match",Boolean),_t(0,c(0,"mno",String)),_t(1,c(1,"value",String)),ce("design:type",Function),ce("design:paramtypes",[String,String,Object]),ce("design:returntype",typeof(Tf=typeof Promise<"u"&&Promise)=="function"?Tf:Object)],u.Tokenizer.prototype,"matches",null),kt([S("mesh.trust.apply",String),_t(0,c(0,"kind",String)),_t(1,c(1,"duration",Number)),ce("design:type",Function),ce("design:paramtypes",[String,Number,Object]),ce("design:returntype",typeof(Af=typeof Promise<"u"&&Promise)=="function"?Af:Object)],u.Tokenizer.prototype,"apply",null),kt([S("mesh.trust.verify",Boolean),_t(0,c(0,"token",String)),ce("design:type",Function),ce("design:paramtypes",[String,Object]),ce("design:returntype",typeof(Mf=typeof Promise<"u"&&Promise)=="function"?Mf:Object)],u.Tokenizer.prototype,"verify",null),kt([S("mesh.auth.quickauth",Hn),_t(0,c(0,"credential",nn)),ce("design:type",Function),ce("design:paramtypes",[typeof(If=typeof nn<"u"&&nn)=="function"?If:Object,Object]),ce("design:returntype",typeof($f=typeof Promise<"u"&&Promise)=="function"?$f:Object)],u.Tokenizer.prototype,"quickauth",null),kt([S("mesh.oauth.grant",es),_t(0,c(0,"grant",mr)),ce("design:type",Function),ce("design:paramtypes",[typeof(Uf=typeof mr<"u"&&mr)=="function"?Uf:Object,Object]),ce("design:returntype",typeof(Cf=typeof Promise<"u"&&Promise)=="function"?Cf:Object)],u.Tokenizer.prototype,"grant",null),kt([S("mesh.oauth.accept",go),_t(0,c(0,"code",String)),ce("design:type",Function),ce("design:paramtypes",[String,Object]),ce("design:returntype",typeof(Ff=typeof Promise<"u"&&Promise)=="function"?Ff:Object)],u.Tokenizer.prototype,"accept",null),kt([S("mesh.oauth.reject",Object),_t(0,c(0,"code",String)),ce("design:type",Function),ce("design:paramtypes",[String,Object]),ce("design:returntype",typeof(Df=typeof Promise<"u"&&Promise)=="function"?Df:Object)],u.Tokenizer.prototype,"reject",null),kt([S("mesh.auth.authorize",Hn),_t(0,c(0,"code",String)),ce("design:type",Function),ce("design:paramtypes",[String,Object]),ce("design:returntype",typeof(kf=typeof Promise<"u"&&Promise)=="function"?kf:Object)],u.Tokenizer.prototype,"authorize",null),kt([S("mesh.oauth.authenticate",Tt),_t(0,c(0,"token",String)),ce("design:type",Function),ce("design:paramtypes",[String,Object]),ce("design:returntype",typeof(xf=typeof Promise<"u"&&Promise)=="function"?xf:Object)],u.Tokenizer.prototype,"authenticate",null),kt([S("mesh.oauth.refresh",Hn),_t(0,c(0,"token",String)),ce("design:type",Function),ce("design:paramtypes",[String,Object]),ce("design:returntype",typeof(Bf=typeof Promise<"u"&&Promise)=="function"?Bf:Object)],u.Tokenizer.prototype,"refresh",null),kt([S("mesh.oauth.destroy",Object),_t(0,c(0,"token",String)),ce("design:type",Function),ce("design:paramtypes",[String,Object]),ce("design:returntype",typeof(Lf=typeof Promise<"u"&&Promise)=="function"?Lf:Object)],u.Tokenizer.prototype,"destroy",null),u.Tokenizer=kt([B("mpi")],u.Tokenizer),u.AuthProvider=class{session(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},kt([S("${mesh.name}.auth.session",Tt),_t(0,c(0,"credential",nn)),ce("design:type",Function),ce("design:paramtypes",[typeof(Hf=typeof nn<"u"&&nn)=="function"?Hf:Object,Object]),ce("design:returntype",typeof(qf=typeof Promise<"u"&&Promise)=="function"?qf:Object)],u.AuthProvider.prototype,"session",null),u.AuthProvider=kt([B("mpi")],u.AuthProvider);var Dr=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},dt=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Fn=function(r,e){return function(t,n){e(t,n,r)}},zf,Vf,Gf,Wf,Kf,Jf,Xf;u.Transporter=class{attach(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}detach(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}scan(e,t,n,s=b()){return Promise.reject(h.URN_NOT_PERMIT)}write(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}read(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}clean(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Dr([S("${mesh.name}.tcp.attach",String),Fn(0,c(0,"uri",String)),Fn(1,c(1,"pdc",String)),dt("design:type",Function),dt("design:paramtypes",[String,String,Object]),dt("design:returntype",typeof(zf=typeof Promise<"u"&&Promise)=="function"?zf:Object)],u.Transporter.prototype,"attach",null),Dr([S("${mesh.name}.tcp.detach",Object),Fn(0,c(0,"descriptor",String)),dt("design:type",Function),dt("design:paramtypes",[String,Object]),dt("design:returntype",typeof(Vf=typeof Promise<"u"&&Promise)=="function"?Vf:Object)],u.Transporter.prototype,"detach",null),Dr([S("${mesh.name}.tcp.scan",[Array,sn]),Fn(0,c(0,"rid",String)),Fn(1,c(1,"h",Number)),Fn(2,c(2,"limit",Number)),dt("design:type",Function),dt("design:paramtypes",[String,Number,Number,Object]),dt("design:returntype",typeof(Gf=typeof Promise<"u"&&Promise)=="function"?Gf:Object)],u.Transporter.prototype,"scan",null),Dr([S("${mesh.name}.tcp.write",Object),Fn(0,c(0,"packet",sn)),dt("design:type",Function),dt("design:paramtypes",[typeof(Wf=typeof sn<"u"&&sn)=="function"?Wf:Object,Object]),dt("design:returntype",typeof(Kf=typeof Promise<"u"&&Promise)=="function"?Kf:Object)],u.Transporter.prototype,"write",null),Dr([S("${mesh.name}.tcp.read",[Array,sn]),Fn(0,c(0,"bucket",String)),Fn(1,c(1,"limit",Number)),dt("design:type",Function),dt("design:paramtypes",[String,Number,Object]),dt("design:returntype",typeof(Jf=typeof Promise<"u"&&Promise)=="function"?Jf:Object)],u.Transporter.prototype,"read",null),Dr([S("${mesh.name}.tcp.clean",Object),Fn(0,c(0,"buckets",[Array,String])),dt("design:type",Function),dt("design:paramtypes",[Array,Object]),dt("design:returntype",typeof(Xf=typeof Promise<"u"&&Promise)=="function"?Xf:Object)],u.Transporter.prototype,"clean",null),u.Transporter=Dr([B("mpi")],u.Transporter);var vr=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Je=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Or=function(r,e){return function(t,n){e(t,n,r)}},Yf,Qf,Zf,ey,ty,ny,ry,iy;u.FileSystem=class{exist(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}mkdir(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}write(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}read(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}delete(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}list(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},vr([S("mesh.fs.exist",Boolean),Or(0,c(0,"path",String)),Je("design:type",Function),Je("design:paramtypes",[String,Object]),Je("design:returntype",typeof(Yf=typeof Promise<"u"&&Promise)=="function"?Yf:Object)],u.FileSystem.prototype,"exist",null),vr([S("mesh.fs.mkdir",Object),Or(0,c(0,"path",String)),Je("design:type",Function),Je("design:paramtypes",[String,Object]),Je("design:returntype",typeof(Qf=typeof Promise<"u"&&Promise)=="function"?Qf:Object)],u.FileSystem.prototype,"mkdir",null),vr([S("mesh.fs.write",Object),Or(0,c(0,"path",String)),Or(1,c(1,"buff",Uint8Array)),Je("design:type",Function),Je("design:paramtypes",[String,typeof(Zf=typeof Uint8Array<"u"&&Uint8Array)=="function"?Zf:Object,Object]),Je("design:returntype",typeof(ey=typeof Promise<"u"&&Promise)=="function"?ey:Object)],u.FileSystem.prototype,"write",null),vr([S("mesh.fs.read",Uint8Array),Or(0,c(0,"path",String)),Je("design:type",Function),Je("design:paramtypes",[String,Object]),Je("design:returntype",typeof(ty=typeof Promise<"u"&&Promise)=="function"?ty:Object)],u.FileSystem.prototype,"read",null),vr([S("mesh.fs.remove",Object),Or(0,c(0,"path",String)),Je("design:type",Function),Je("design:paramtypes",[String,Object]),Je("design:returntype",typeof(ny=typeof Promise<"u"&&Promise)=="function"?ny:Object)],u.FileSystem.prototype,"remove",null),vr([S("mesh.fs.delete",Object),Or(0,c(0,"paths",[Array,String])),Je("design:type",Function),Je("design:paramtypes",[Array,Object]),Je("design:returntype",typeof(ry=typeof Promise<"u"&&Promise)=="function"?ry:Object)],u.FileSystem.prototype,"delete",null),vr([S("mesh.fs.ls",Kr),Or(0,c(0,"path",String)),Je("design:type",Function),Je("design:paramtypes",[String,Object]),Je("design:returntype",typeof(iy=typeof Promise<"u"&&Promise)=="function"?iy:Object)],u.FileSystem.prototype,"list",null),u.FileSystem=vr([B("mpi")],u.FileSystem);var kr=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},ut=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},er=function(r,e){return function(t,n){e(t,n,r)}},oy,sy,cy,ay,dy,uy,py,fy,yy;u.VM=class{compile(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}setup(e,t,n=b()){return Promise.reject(h.URN_NOT_PERMIT)}remove(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}describe(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}exec(e,t,n,s=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},kr([S("mesh.vmc.compile",String),er(0,c(0,"script",Le)),ut("design:type",Function),ut("design:paramtypes",[typeof(oy=typeof Le<"u"&&Le)=="function"?oy:Object,Object]),ut("design:returntype",typeof(sy=typeof Promise<"u"&&Promise)=="function"?sy:Object)],u.VM.prototype,"compile",null),kr([S("mesh.vmc.setup",Object),er(0,c(0,"code",String)),er(1,c(1,"version",String)),ut("design:type",Function),ut("design:paramtypes",[String,String,Object]),ut("design:returntype",typeof(cy=typeof Promise<"u"&&Promise)=="function"?cy:Object)],u.VM.prototype,"setup",null),kr([S("mesh.vmc.remove",Object),er(0,c(0,"code",String)),ut("design:type",Function),ut("design:paramtypes",[String,Object]),ut("design:returntype",typeof(ay=typeof Promise<"u"&&Promise)=="function"?ay:Object)],u.VM.prototype,"remove",null),kr([S("mesh.vmc.describe",Le),er(0,c(0,"code",String)),ut("design:type",Function),ut("design:paramtypes",[String,Object]),ut("design:returntype",typeof(dy=typeof Promise<"u"&&Promise)=="function"?dy:Object)],u.VM.prototype,"describe",null),kr([S("mesh.vmc.exec",String),er(0,c(0,"code",String)),er(1,c(1,"args",[Map,String,String])),er(2,c(2,"dft",String)),ut("design:type",Function),ut("design:paramtypes",[String,typeof(uy=typeof Record<"u"&&Record)=="function"?uy:Object,String,Object]),ut("design:returntype",typeof(py=typeof Promise<"u"&&Promise)=="function"?py:Object)],u.VM.prototype,"exec",null),kr([S("mesh.vmc.index",[Oe,Le]),er(0,c(0,"idx",U)),ut("design:type",Function),ut("design:paramtypes",[typeof(fy=typeof U<"u"&&U)=="function"?fy:Object,Object]),ut("design:returntype",typeof(yy=typeof Promise<"u"&&Promise)=="function"?yy:Object)],u.VM.prototype,"index",null),u.VM=kr([B("mpi")],u.VM);var Rr=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Xe=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},xr=function(r,e){return function(t,n){e(t,n,r)}},ly,my,gy,hy,by,_y,Sy,vy,Oy,Ry,Py,jy,wy,Ey;u.Workflow=class{mass(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}groups(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}compile(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}index(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}submit(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}take(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}routines(e,t=b()){return Promise.reject(h.URN_NOT_PERMIT)}},Rr([S("mesh.workflow.mass",String),xr(0,c(0,"group",Jn)),Xe("design:type",Function),Xe("design:paramtypes",[typeof(ly=typeof Jn<"u"&&Jn)=="function"?ly:Object,Object]),Xe("design:returntype",typeof(my=typeof Promise<"u"&&Promise)=="function"?my:Object)],u.Workflow.prototype,"mass",null),Rr([S("mesh.workflow.groups",[Oe,Jn]),xr(0,c(0,"index",U)),Xe("design:type",Function),Xe("design:paramtypes",[typeof(gy=typeof U<"u"&&U)=="function"?gy:Object,Object]),Xe("design:returntype",typeof(hy=typeof Promise<"u"&&Promise)=="function"?hy:Object)],u.Workflow.prototype,"groups",null),Rr([S("mesh.workflow.compile",String),xr(0,c(0,"chart",Vt)),Xe("design:type",Function),Xe("design:paramtypes",[typeof(by=typeof Vt<"u"&&Vt)=="function"?by:Object,Object]),Xe("design:returntype",typeof(_y=typeof Promise<"u"&&Promise)=="function"?_y:Object)],u.Workflow.prototype,"compile",null),Rr([S("mesh.workflow.index",[Oe,Vt]),xr(0,c(0,"index",U)),Xe("design:type",Function),Xe("design:paramtypes",[typeof(Sy=typeof U<"u"&&U)=="function"?Sy:Object,Object]),Xe("design:returntype",typeof(vy=typeof Promise<"u"&&Promise)=="function"?vy:Object)],u.Workflow.prototype,"index",null),Rr([S("mesh.workflow.submit",String),xr(0,c(0,"intent",_r)),Xe("design:type",Function),Xe("design:paramtypes",[typeof(Oy=typeof _r<"u"&&_r)=="function"?Oy:Object,Object]),Xe("design:returntype",typeof(Ry=typeof Promise<"u"&&Promise)=="function"?Ry:Object)],u.Workflow.prototype,"submit",null),Rr([S("mesh.workflow.take",Object),xr(0,c(0,"vertex",pt)),Xe("design:type",Function),Xe("design:paramtypes",[typeof(Py=typeof pt<"u"&&pt)=="function"?Py:Object,Object]),Xe("design:returntype",typeof(jy=typeof Promise<"u"&&Promise)=="function"?jy:Object)],u.Workflow.prototype,"take",null),Rr([S("mesh.workflow.routines",[Oe,pt]),xr(0,c(0,"index",U)),Xe("design:type",Function),Xe("design:paramtypes",[typeof(wy=typeof U<"u"&&U)=="function"?wy:Object,Object]),Xe("design:returntype",typeof(Ey=typeof Promise<"u"&&Promise)=="function"?Ey:Object)],u.Workflow.prototype,"routines",null),u.Workflow=Rr([B("mpi")],u.Workflow);var Hl=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};u.Codec=(wr=class{encodeString(e){return this.stringify(this.encode(e))}decodeString(e,t){return this.decode(this.uint8ify(e),t)}},o(wr,"JSON","json"),o(wr,"PROTOBUF","protobuf"),o(wr,"XML","xml"),o(wr,"YAML","yaml"),o(wr,"THRIFT","thrift"),o(wr,"MESH","mesh"),wr),u.Codec=Hl([B(u.Codec.JSON)],u.Codec);var ys={},Ji={},Ny;function ql(){if(Ny)return Ji;Ny=1,Ji.byteLength=d,Ji.toByteArray=j,Ji.fromByteArray=D;for(var r=[],e=[],t=typeof Uint8Array<"u"?Uint8Array:Array,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,i=n.length;s<i;++s)r[s]=n[s],e[n.charCodeAt(s)]=s;e[45]=62,e[95]=63;function a(T){var w=T.length;if(w%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var M=T.indexOf("=");M===-1&&(M=w);var A=M===w?0:4-M%4;return[M,A]}function d(T){var w=a(T),M=w[0],A=w[1];return(M+A)*3/4-A}function v(T,w,M){return(w+M)*3/4-M}function j(T){var w,M=a(T),A=M[0],X=M[1],Y=new t(v(T,A,X)),ae=0,ot=X>0?A-4:A,de;for(de=0;de<ot;de+=4)w=e[T.charCodeAt(de)]<<18|e[T.charCodeAt(de+1)]<<12|e[T.charCodeAt(de+2)]<<6|e[T.charCodeAt(de+3)],Y[ae++]=w>>16&255,Y[ae++]=w>>8&255,Y[ae++]=w&255;return X===2&&(w=e[T.charCodeAt(de)]<<2|e[T.charCodeAt(de+1)]>>4,Y[ae++]=w&255),X===1&&(w=e[T.charCodeAt(de)]<<10|e[T.charCodeAt(de+1)]<<4|e[T.charCodeAt(de+2)]>>2,Y[ae++]=w>>8&255,Y[ae++]=w&255),Y}function R(T){return r[T>>18&63]+r[T>>12&63]+r[T>>6&63]+r[T&63]}function E(T,w,M){for(var A,X=[],Y=w;Y<M;Y+=3)A=(T[Y]<<16&16711680)+(T[Y+1]<<8&65280)+(T[Y+2]&255),X.push(R(A));return X.join("")}function D(T){for(var w,M=T.length,A=M%3,X=[],Y=16383,ae=0,ot=M-A;ae<ot;ae+=Y)X.push(E(T,ae,ae+Y>ot?ot:ae+Y));return A===1?(w=T[M-1],X.push(r[w>>2]+r[w<<4&63]+"==")):A===2&&(w=(T[M-2]<<8)+T[M-1],X.push(r[w>>10]+r[w>>4&63]+r[w<<2&63]+"=")),X.join("")}return Ji}var Oo={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */var Ty;function zl(){return Ty||(Ty=1,Oo.read=function(r,e,t,n,s){var i,a,d=s*8-n-1,v=(1<<d)-1,j=v>>1,R=-7,E=t?s-1:0,D=t?-1:1,T=r[e+E];for(E+=D,i=T&(1<<-R)-1,T>>=-R,R+=d;R>0;i=i*256+r[e+E],E+=D,R-=8);for(a=i&(1<<-R)-1,i>>=-R,R+=n;R>0;a=a*256+r[e+E],E+=D,R-=8);if(i===0)i=1-j;else{if(i===v)return a?NaN:(T?-1:1)*(1/0);a=a+Math.pow(2,n),i=i-j}return(T?-1:1)*a*Math.pow(2,i-n)},Oo.write=function(r,e,t,n,s,i){var a,d,v,j=i*8-s-1,R=(1<<j)-1,E=R>>1,D=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:i-1,w=n?1:-1,M=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(d=isNaN(e)?1:0,a=R):(a=Math.floor(Math.log(e)/Math.LN2),e*(v=Math.pow(2,-a))<1&&(a--,v*=2),a+E>=1?e+=D/v:e+=D*Math.pow(2,1-E),e*v>=2&&(a++,v/=2),a+E>=R?(d=0,a=R):a+E>=1?(d=(e*v-1)*Math.pow(2,s),a=a+E):(d=e*Math.pow(2,E-1)*Math.pow(2,s),a=0));s>=8;r[t+T]=d&255,T+=w,d/=256,s-=8);for(a=a<<s|d,j+=s;j>0;r[t+T]=a&255,T+=w,a/=256,j-=8);r[t+T-w]|=M*128}),Oo}/*!
|
|
15
15
|
* The buffer module from node.js, for the browser.
|
|
16
16
|
*
|
|
17
17
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
18
18
|
* @license MIT
|
|
19
|
-
*/var fy;function El(){return fy||(fy=1,function(r){const e=jl(),t=wl(),n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;r.Buffer=d,r.SlowBuffer=J,r.INSPECT_MAX_BYTES=50;const o=2147483647;r.kMaxLength=o,d.TYPED_ARRAY_SUPPORT=i(),!d.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function i(){try{const y=new Uint8Array(1),p={foo:function(){return 42}};return Object.setPrototypeOf(p,Uint8Array.prototype),Object.setPrototypeOf(y,p),y.foo()===42}catch{return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.buffer}}),Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.byteOffset}});function a(y){if(y>o)throw new RangeError('The value "'+y+'" is invalid for option "size"');const p=new Uint8Array(y);return Object.setPrototypeOf(p,d.prototype),p}function d(y,p,f){if(typeof y=="number"){if(typeof p=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return E(y)}return v(y,p,f)}d.poolSize=8192;function v(y,p,f){if(typeof y=="string")return D(y,p);if(ArrayBuffer.isView(y))return w(y);if(y==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof y);if(Gt(y,ArrayBuffer)||y&&Gt(y.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Gt(y,SharedArrayBuffer)||y&&Gt(y.buffer,SharedArrayBuffer)))return M(y,p,f);if(typeof y=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const m=y.valueOf&&y.valueOf();if(m!=null&&m!==y)return d.from(m,p,f);const _=A(y);if(_)return _;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof y[Symbol.toPrimitive]=="function")return d.from(y[Symbol.toPrimitive]("string"),p,f);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof y)}d.from=function(y,p,f){return v(y,p,f)},Object.setPrototypeOf(d.prototype,Uint8Array.prototype),Object.setPrototypeOf(d,Uint8Array);function j(y){if(typeof y!="number")throw new TypeError('"size" argument must be of type number');if(y<0)throw new RangeError('The value "'+y+'" is invalid for option "size"')}function R(y,p,f){return j(y),y<=0?a(y):p!==void 0?typeof f=="string"?a(y).fill(p,f):a(y).fill(p):a(y)}d.alloc=function(y,p,f){return R(y,p,f)};function E(y){return j(y),a(y<0?0:K(y)|0)}d.allocUnsafe=function(y){return E(y)},d.allocUnsafeSlow=function(y){return E(y)};function D(y,p){if((typeof p!="string"||p==="")&&(p="utf8"),!d.isEncoding(p))throw new TypeError("Unknown encoding: "+p);const f=oe(y,p)|0;let m=a(f);const _=m.write(y,p);return _!==f&&(m=m.slice(0,_)),m}function T(y){const p=y.length<0?0:K(y.length)|0,f=a(p);for(let m=0;m<p;m+=1)f[m]=y[m]&255;return f}function w(y){if(Gt(y,Uint8Array)){const p=new Uint8Array(y);return M(p.buffer,p.byteOffset,p.byteLength)}return T(y)}function M(y,p,f){if(p<0||y.byteLength<p)throw new RangeError('"offset" is outside of buffer bounds');if(y.byteLength<p+(f||0))throw new RangeError('"length" is outside of buffer bounds');let m;return p===void 0&&f===void 0?m=new Uint8Array(y):f===void 0?m=new Uint8Array(y,p):m=new Uint8Array(y,p,f),Object.setPrototypeOf(m,d.prototype),m}function A(y){if(d.isBuffer(y)){const p=K(y.length)|0,f=a(p);return f.length===0||y.copy(f,0,0,p),f}if(y.length!==void 0)return typeof y.length!="number"||ro(y.length)?a(0):T(y);if(y.type==="Buffer"&&Array.isArray(y.data))return T(y.data)}function K(y){if(y>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return y|0}function J(y){return+y!=y&&(y=0),d.alloc(+y)}d.isBuffer=function(p){return p!=null&&p._isBuffer===!0&&p!==d.prototype},d.compare=function(p,f){if(Gt(p,Uint8Array)&&(p=d.from(p,p.offset,p.byteLength)),Gt(f,Uint8Array)&&(f=d.from(f,f.offset,f.byteLength)),!d.isBuffer(p)||!d.isBuffer(f))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(p===f)return 0;let m=p.length,_=f.length;for(let l=0,g=Math.min(m,_);l<g;++l)if(p[l]!==f[l]){m=p[l],_=f[l];break}return m<_?-1:_<m?1:0},d.isEncoding=function(p){switch(String(p).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},d.concat=function(p,f){if(!Array.isArray(p))throw new TypeError('"list" argument must be an Array of Buffers');if(p.length===0)return d.alloc(0);let m;if(f===void 0)for(f=0,m=0;m<p.length;++m)f+=p[m].length;const _=d.allocUnsafe(f);let l=0;for(m=0;m<p.length;++m){let g=p[m];if(Gt(g,Uint8Array))l+g.length>_.length?(d.isBuffer(g)||(g=d.from(g)),g.copy(_,l)):Uint8Array.prototype.set.call(_,g,l);else if(d.isBuffer(g))g.copy(_,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=g.length}return _};function oe(y,p){if(d.isBuffer(y))return y.length;if(ArrayBuffer.isView(y)||Gt(y,ArrayBuffer))return y.byteLength;if(typeof y!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof y);const f=y.length,m=arguments.length>2&&arguments[2]===!0;if(!m&&f===0)return 0;let _=!1;for(;;)switch(p){case"ascii":case"latin1":case"binary":return f;case"utf8":case"utf-8":return Si(y).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return f*2;case"hex":return f>>>1;case"base64":return no(y).length;default:if(_)return m?-1:Si(y).length;p=(""+p).toLowerCase(),_=!0}}d.byteLength=oe;function rt(y,p,f){let m=!1;if((p===void 0||p<0)&&(p=0),p>this.length||((f===void 0||f>this.length)&&(f=this.length),f<=0)||(f>>>=0,p>>>=0,f<=p))return"";for(y||(y="utf8");;)switch(y){case"hex":return Ho(this,p,f);case"utf8":case"utf-8":return xo(this,p,f);case"ascii":return Bo(this,p,f);case"latin1":case"binary":return Lo(this,p,f);case"base64":return Is(this,p,f);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return qo(this,p,f);default:if(m)throw new TypeError("Unknown encoding: "+y);y=(y+"").toLowerCase(),m=!0}}d.prototype._isBuffer=!0;function se(y,p,f){const m=y[p];y[p]=y[f],y[f]=m}d.prototype.swap16=function(){const p=this.length;if(p%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let f=0;f<p;f+=2)se(this,f,f+1);return this},d.prototype.swap32=function(){const p=this.length;if(p%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let f=0;f<p;f+=4)se(this,f,f+3),se(this,f+1,f+2);return this},d.prototype.swap64=function(){const p=this.length;if(p%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let f=0;f<p;f+=8)se(this,f,f+7),se(this,f+1,f+6),se(this,f+2,f+5),se(this,f+3,f+4);return this},d.prototype.toString=function(){const p=this.length;return p===0?"":arguments.length===0?xo(this,0,p):rt.apply(this,arguments)},d.prototype.toLocaleString=d.prototype.toString,d.prototype.equals=function(p){if(!d.isBuffer(p))throw new TypeError("Argument must be a Buffer");return this===p?!0:d.compare(this,p)===0},d.prototype.inspect=function(){let p="";const f=r.INSPECT_MAX_BYTES;return p=this.toString("hex",0,f).replace(/(.{2})/g,"$1 ").trim(),this.length>f&&(p+=" ... "),"<Buffer "+p+">"},n&&(d.prototype[n]=d.prototype.inspect),d.prototype.compare=function(p,f,m,_,l){if(Gt(p,Uint8Array)&&(p=d.from(p,p.offset,p.byteLength)),!d.isBuffer(p))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof p);if(f===void 0&&(f=0),m===void 0&&(m=p?p.length:0),_===void 0&&(_=0),l===void 0&&(l=this.length),f<0||m>p.length||_<0||l>this.length)throw new RangeError("out of range index");if(_>=l&&f>=m)return 0;if(_>=l)return-1;if(f>=m)return 1;if(f>>>=0,m>>>=0,_>>>=0,l>>>=0,this===p)return 0;let g=l-_,O=m-f;const N=Math.min(g,O),I=this.slice(_,l),X=p.slice(f,m);for(let W=0;W<N;++W)if(I[W]!==X[W]){g=I[W],O=X[W];break}return g<O?-1:O<g?1:0};function Yt(y,p,f,m,_){if(y.length===0)return-1;if(typeof f=="string"?(m=f,f=0):f>2147483647?f=2147483647:f<-2147483648&&(f=-2147483648),f=+f,ro(f)&&(f=_?0:y.length-1),f<0&&(f=y.length+f),f>=y.length){if(_)return-1;f=y.length-1}else if(f<0)if(_)f=0;else return-1;if(typeof p=="string"&&(p=d.from(p,m)),d.isBuffer(p))return p.length===0?-1:cn(y,p,f,m,_);if(typeof p=="number")return p=p&255,typeof Uint8Array.prototype.indexOf=="function"?_?Uint8Array.prototype.indexOf.call(y,p,f):Uint8Array.prototype.lastIndexOf.call(y,p,f):cn(y,[p],f,m,_);throw new TypeError("val must be string, number or Buffer")}function cn(y,p,f,m,_){let l=1,g=y.length,O=p.length;if(m!==void 0&&(m=String(m).toLowerCase(),m==="ucs2"||m==="ucs-2"||m==="utf16le"||m==="utf-16le")){if(y.length<2||p.length<2)return-1;l=2,g/=2,O/=2,f/=2}function N(X,W){return l===1?X[W]:X.readUInt16BE(W*l)}let I;if(_){let X=-1;for(I=f;I<g;I++)if(N(y,I)===N(p,X===-1?0:I-X)){if(X===-1&&(X=I),I-X+1===O)return X*l}else X!==-1&&(I-=I-X),X=-1}else for(f+O>g&&(f=g-O),I=f;I>=0;I--){let X=!0;for(let W=0;W<O;W++)if(N(y,I+W)!==N(p,W)){X=!1;break}if(X)return I}return-1}d.prototype.includes=function(p,f,m){return this.indexOf(p,f,m)!==-1},d.prototype.indexOf=function(p,f,m){return Yt(this,p,f,m,!0)},d.prototype.lastIndexOf=function(p,f,m){return Yt(this,p,f,m,!1)};function Rr(y,p,f,m){f=Number(f)||0;const _=y.length-f;m?(m=Number(m),m>_&&(m=_)):m=_;const l=p.length;m>l/2&&(m=l/2);let g;for(g=0;g<m;++g){const O=parseInt(p.substr(g*2,2),16);if(ro(O))return g;y[f+g]=O}return g}function bi(y,p,f,m){return Br(Si(p,y.length-f),y,f,m)}function Ts(y,p,f,m){return Br(Wo(p),y,f,m)}function As(y,p,f,m){return Br(no(p),y,f,m)}function Ms(y,p,f,m){return Br(Ko(p,y.length-f),y,f,m)}d.prototype.write=function(p,f,m,_){if(f===void 0)_="utf8",m=this.length,f=0;else if(m===void 0&&typeof f=="string")_=f,m=this.length,f=0;else if(isFinite(f))f=f>>>0,isFinite(m)?(m=m>>>0,_===void 0&&(_="utf8")):(_=m,m=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const l=this.length-f;if((m===void 0||m>l)&&(m=l),p.length>0&&(m<0||f<0)||f>this.length)throw new RangeError("Attempt to write outside buffer bounds");_||(_="utf8");let g=!1;for(;;)switch(_){case"hex":return Rr(this,p,f,m);case"utf8":case"utf-8":return bi(this,p,f,m);case"ascii":case"latin1":case"binary":return Ts(this,p,f,m);case"base64":return As(this,p,f,m);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ms(this,p,f,m);default:if(g)throw new TypeError("Unknown encoding: "+_);_=(""+_).toLowerCase(),g=!0}},d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Is(y,p,f){return p===0&&f===y.length?e.fromByteArray(y):e.fromByteArray(y.slice(p,f))}function xo(y,p,f){f=Math.min(y.length,f);const m=[];let _=p;for(;_<f;){const l=y[_];let g=null,O=l>239?4:l>223?3:l>191?2:1;if(_+O<=f){let N,I,X,W;switch(O){case 1:l<128&&(g=l);break;case 2:N=y[_+1],(N&192)===128&&(W=(l&31)<<6|N&63,W>127&&(g=W));break;case 3:N=y[_+1],I=y[_+2],(N&192)===128&&(I&192)===128&&(W=(l&15)<<12|(N&63)<<6|I&63,W>2047&&(W<55296||W>57343)&&(g=W));break;case 4:N=y[_+1],I=y[_+2],X=y[_+3],(N&192)===128&&(I&192)===128&&(X&192)===128&&(W=(l&15)<<18|(N&63)<<12|(I&63)<<6|X&63,W>65535&&W<1114112&&(g=W))}}g===null?(g=65533,O=1):g>65535&&(g-=65536,m.push(g>>>10&1023|55296),g=56320|g&1023),m.push(g),_+=O}return Zi(m)}const Qi=4096;function Zi(y){const p=y.length;if(p<=Qi)return String.fromCharCode.apply(String,y);let f="",m=0;for(;m<p;)f+=String.fromCharCode.apply(String,y.slice(m,m+=Qi));return f}function Bo(y,p,f){let m="";f=Math.min(y.length,f);for(let _=p;_<f;++_)m+=String.fromCharCode(y[_]&127);return m}function Lo(y,p,f){let m="";f=Math.min(y.length,f);for(let _=p;_<f;++_)m+=String.fromCharCode(y[_]);return m}function Ho(y,p,f){const m=y.length;(!p||p<0)&&(p=0),(!f||f<0||f>m)&&(f=m);let _="";for(let l=p;l<f;++l)_+=Us[y[l]];return _}function qo(y,p,f){const m=y.slice(p,f);let _="";for(let l=0;l<m.length-1;l+=2)_+=String.fromCharCode(m[l]+m[l+1]*256);return _}d.prototype.slice=function(p,f){const m=this.length;p=~~p,f=f===void 0?m:~~f,p<0?(p+=m,p<0&&(p=0)):p>m&&(p=m),f<0?(f+=m,f<0&&(f=0)):f>m&&(f=m),f<p&&(f=p);const _=this.subarray(p,f);return Object.setPrototypeOf(_,d.prototype),_};function Ye(y,p,f){if(y%1!==0||y<0)throw new RangeError("offset is not uint");if(y+p>f)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(p,f,m){p=p>>>0,f=f>>>0,m||Ye(p,f,this.length);let _=this[p],l=1,g=0;for(;++g<f&&(l*=256);)_+=this[p+g]*l;return _},d.prototype.readUintBE=d.prototype.readUIntBE=function(p,f,m){p=p>>>0,f=f>>>0,m||Ye(p,f,this.length);let _=this[p+--f],l=1;for(;f>0&&(l*=256);)_+=this[p+--f]*l;return _},d.prototype.readUint8=d.prototype.readUInt8=function(p,f){return p=p>>>0,f||Ye(p,1,this.length),this[p]},d.prototype.readUint16LE=d.prototype.readUInt16LE=function(p,f){return p=p>>>0,f||Ye(p,2,this.length),this[p]|this[p+1]<<8},d.prototype.readUint16BE=d.prototype.readUInt16BE=function(p,f){return p=p>>>0,f||Ye(p,2,this.length),this[p]<<8|this[p+1]},d.prototype.readUint32LE=d.prototype.readUInt32LE=function(p,f){return p=p>>>0,f||Ye(p,4,this.length),(this[p]|this[p+1]<<8|this[p+2]<<16)+this[p+3]*16777216},d.prototype.readUint32BE=d.prototype.readUInt32BE=function(p,f){return p=p>>>0,f||Ye(p,4,this.length),this[p]*16777216+(this[p+1]<<16|this[p+2]<<8|this[p+3])},d.prototype.readBigUInt64LE=Un(function(p){p=p>>>0,gn(p,"offset");const f=this[p],m=this[p+7];(f===void 0||m===void 0)&&jr(p,this.length-8);const _=f+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24,l=this[++p]+this[++p]*2**8+this[++p]*2**16+m*2**24;return BigInt(_)+(BigInt(l)<<BigInt(32))}),d.prototype.readBigUInt64BE=Un(function(p){p=p>>>0,gn(p,"offset");const f=this[p],m=this[p+7];(f===void 0||m===void 0)&&jr(p,this.length-8);const _=f*2**24+this[++p]*2**16+this[++p]*2**8+this[++p],l=this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+m;return(BigInt(_)<<BigInt(32))+BigInt(l)}),d.prototype.readIntLE=function(p,f,m){p=p>>>0,f=f>>>0,m||Ye(p,f,this.length);let _=this[p],l=1,g=0;for(;++g<f&&(l*=256);)_+=this[p+g]*l;return l*=128,_>=l&&(_-=Math.pow(2,8*f)),_},d.prototype.readIntBE=function(p,f,m){p=p>>>0,f=f>>>0,m||Ye(p,f,this.length);let _=f,l=1,g=this[p+--_];for(;_>0&&(l*=256);)g+=this[p+--_]*l;return l*=128,g>=l&&(g-=Math.pow(2,8*f)),g},d.prototype.readInt8=function(p,f){return p=p>>>0,f||Ye(p,1,this.length),this[p]&128?(255-this[p]+1)*-1:this[p]},d.prototype.readInt16LE=function(p,f){p=p>>>0,f||Ye(p,2,this.length);const m=this[p]|this[p+1]<<8;return m&32768?m|4294901760:m},d.prototype.readInt16BE=function(p,f){p=p>>>0,f||Ye(p,2,this.length);const m=this[p+1]|this[p]<<8;return m&32768?m|4294901760:m},d.prototype.readInt32LE=function(p,f){return p=p>>>0,f||Ye(p,4,this.length),this[p]|this[p+1]<<8|this[p+2]<<16|this[p+3]<<24},d.prototype.readInt32BE=function(p,f){return p=p>>>0,f||Ye(p,4,this.length),this[p]<<24|this[p+1]<<16|this[p+2]<<8|this[p+3]},d.prototype.readBigInt64LE=Un(function(p){p=p>>>0,gn(p,"offset");const f=this[p],m=this[p+7];(f===void 0||m===void 0)&&jr(p,this.length-8);const _=this[p+4]+this[p+5]*2**8+this[p+6]*2**16+(m<<24);return(BigInt(_)<<BigInt(32))+BigInt(f+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24)}),d.prototype.readBigInt64BE=Un(function(p){p=p>>>0,gn(p,"offset");const f=this[p],m=this[p+7];(f===void 0||m===void 0)&&jr(p,this.length-8);const _=(f<<24)+this[++p]*2**16+this[++p]*2**8+this[++p];return(BigInt(_)<<BigInt(32))+BigInt(this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+m)}),d.prototype.readFloatLE=function(p,f){return p=p>>>0,f||Ye(p,4,this.length),t.read(this,p,!0,23,4)},d.prototype.readFloatBE=function(p,f){return p=p>>>0,f||Ye(p,4,this.length),t.read(this,p,!1,23,4)},d.prototype.readDoubleLE=function(p,f){return p=p>>>0,f||Ye(p,8,this.length),t.read(this,p,!0,52,8)},d.prototype.readDoubleBE=function(p,f){return p=p>>>0,f||Ye(p,8,this.length),t.read(this,p,!1,52,8)};function pt(y,p,f,m,_,l){if(!d.isBuffer(y))throw new TypeError('"buffer" argument must be a Buffer instance');if(p>_||p<l)throw new RangeError('"value" argument is out of bounds');if(f+m>y.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(p,f,m,_){if(p=+p,f=f>>>0,m=m>>>0,!_){const O=Math.pow(2,8*m)-1;pt(this,p,f,m,O,0)}let l=1,g=0;for(this[f]=p&255;++g<m&&(l*=256);)this[f+g]=p/l&255;return f+m},d.prototype.writeUintBE=d.prototype.writeUIntBE=function(p,f,m,_){if(p=+p,f=f>>>0,m=m>>>0,!_){const O=Math.pow(2,8*m)-1;pt(this,p,f,m,O,0)}let l=m-1,g=1;for(this[f+l]=p&255;--l>=0&&(g*=256);)this[f+l]=p/g&255;return f+m},d.prototype.writeUint8=d.prototype.writeUInt8=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,1,255,0),this[f]=p&255,f+1},d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,2,65535,0),this[f]=p&255,this[f+1]=p>>>8,f+2},d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,2,65535,0),this[f]=p>>>8,this[f+1]=p&255,f+2},d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,4,4294967295,0),this[f+3]=p>>>24,this[f+2]=p>>>16,this[f+1]=p>>>8,this[f]=p&255,f+4},d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,4,4294967295,0),this[f]=p>>>24,this[f+1]=p>>>16,this[f+2]=p>>>8,this[f+3]=p&255,f+4};function z(y,p,f,m,_){eo(p,m,_,y,f,7);let l=Number(p&BigInt(4294967295));y[f++]=l,l=l>>8,y[f++]=l,l=l>>8,y[f++]=l,l=l>>8,y[f++]=l;let g=Number(p>>BigInt(32)&BigInt(4294967295));return y[f++]=g,g=g>>8,y[f++]=g,g=g>>8,y[f++]=g,g=g>>8,y[f++]=g,f}function Zn(y,p,f,m,_){eo(p,m,_,y,f,7);let l=Number(p&BigInt(4294967295));y[f+7]=l,l=l>>8,y[f+6]=l,l=l>>8,y[f+5]=l,l=l>>8,y[f+4]=l;let g=Number(p>>BigInt(32)&BigInt(4294967295));return y[f+3]=g,g=g>>8,y[f+2]=g,g=g>>8,y[f+1]=g,g=g>>8,y[f]=g,f+8}d.prototype.writeBigUInt64LE=Un(function(p,f=0){return z(this,p,f,BigInt(0),BigInt("0xffffffffffffffff"))}),d.prototype.writeBigUInt64BE=Un(function(p,f=0){return Zn(this,p,f,BigInt(0),BigInt("0xffffffffffffffff"))}),d.prototype.writeIntLE=function(p,f,m,_){if(p=+p,f=f>>>0,!_){const N=Math.pow(2,8*m-1);pt(this,p,f,m,N-1,-N)}let l=0,g=1,O=0;for(this[f]=p&255;++l<m&&(g*=256);)p<0&&O===0&&this[f+l-1]!==0&&(O=1),this[f+l]=(p/g>>0)-O&255;return f+m},d.prototype.writeIntBE=function(p,f,m,_){if(p=+p,f=f>>>0,!_){const N=Math.pow(2,8*m-1);pt(this,p,f,m,N-1,-N)}let l=m-1,g=1,O=0;for(this[f+l]=p&255;--l>=0&&(g*=256);)p<0&&O===0&&this[f+l+1]!==0&&(O=1),this[f+l]=(p/g>>0)-O&255;return f+m},d.prototype.writeInt8=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,1,127,-128),p<0&&(p=255+p+1),this[f]=p&255,f+1},d.prototype.writeInt16LE=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,2,32767,-32768),this[f]=p&255,this[f+1]=p>>>8,f+2},d.prototype.writeInt16BE=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,2,32767,-32768),this[f]=p>>>8,this[f+1]=p&255,f+2},d.prototype.writeInt32LE=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,4,2147483647,-2147483648),this[f]=p&255,this[f+1]=p>>>8,this[f+2]=p>>>16,this[f+3]=p>>>24,f+4},d.prototype.writeInt32BE=function(p,f,m){return p=+p,f=f>>>0,m||pt(this,p,f,4,2147483647,-2147483648),p<0&&(p=4294967295+p+1),this[f]=p>>>24,this[f+1]=p>>>16,this[f+2]=p>>>8,this[f+3]=p&255,f+4},d.prototype.writeBigInt64LE=Un(function(p,f=0){return z(this,p,f,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),d.prototype.writeBigInt64BE=Un(function(p,f=0){return Zn(this,p,f,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function zo(y,p,f,m,_,l){if(f+m>y.length)throw new RangeError("Index out of range");if(f<0)throw new RangeError("Index out of range")}function qe(y,p,f,m,_){return p=+p,f=f>>>0,_||zo(y,p,f,4),t.write(y,p,f,m,23,4),f+4}d.prototype.writeFloatLE=function(p,f,m){return qe(this,p,f,!0,m)},d.prototype.writeFloatBE=function(p,f,m){return qe(this,p,f,!1,m)};function Vo(y,p,f,m,_){return p=+p,f=f>>>0,_||zo(y,p,f,8),t.write(y,p,f,m,52,8),f+8}d.prototype.writeDoubleLE=function(p,f,m){return Vo(this,p,f,!0,m)},d.prototype.writeDoubleBE=function(p,f,m){return Vo(this,p,f,!1,m)},d.prototype.copy=function(p,f,m,_){if(!d.isBuffer(p))throw new TypeError("argument should be a Buffer");if(m||(m=0),!_&&_!==0&&(_=this.length),f>=p.length&&(f=p.length),f||(f=0),_>0&&_<m&&(_=m),_===m||p.length===0||this.length===0)return 0;if(f<0)throw new RangeError("targetStart out of bounds");if(m<0||m>=this.length)throw new RangeError("Index out of range");if(_<0)throw new RangeError("sourceEnd out of bounds");_>this.length&&(_=this.length),p.length-f<_-m&&(_=p.length-f+m);const l=_-m;return this===p&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(f,m,_):Uint8Array.prototype.set.call(p,this.subarray(m,_),f),l},d.prototype.fill=function(p,f,m,_){if(typeof p=="string"){if(typeof f=="string"?(_=f,f=0,m=this.length):typeof m=="string"&&(_=m,m=this.length),_!==void 0&&typeof _!="string")throw new TypeError("encoding must be a string");if(typeof _=="string"&&!d.isEncoding(_))throw new TypeError("Unknown encoding: "+_);if(p.length===1){const g=p.charCodeAt(0);(_==="utf8"&&g<128||_==="latin1")&&(p=g)}}else typeof p=="number"?p=p&255:typeof p=="boolean"&&(p=Number(p));if(f<0||this.length<f||this.length<m)throw new RangeError("Out of range index");if(m<=f)return this;f=f>>>0,m=m===void 0?this.length:m>>>0,p||(p=0);let l;if(typeof p=="number")for(l=f;l<m;++l)this[l]=p;else{const g=d.isBuffer(p)?p:d.from(p,_),O=g.length;if(O===0)throw new TypeError('The value "'+p+'" is invalid for argument "value"');for(l=0;l<m-f;++l)this[l+f]=g[l%O]}return this};const Pr={};function _i(y,p,f){Pr[y]=class extends f{constructor(){super(),Object.defineProperty(this,"message",{value:p.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${y}]`,this.stack,delete this.name}get code(){return y}set code(_){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:_,writable:!0})}toString(){return`${this.name} [${y}]: ${this.message}`}}}_i("ERR_BUFFER_OUT_OF_BOUNDS",function(y){return y?`${y} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),_i("ERR_INVALID_ARG_TYPE",function(y,p){return`The "${y}" argument must be of type number. Received type ${typeof p}`},TypeError),_i("ERR_OUT_OF_RANGE",function(y,p,f){let m=`The value of "${y}" is out of range.`,_=f;return Number.isInteger(f)&&Math.abs(f)>2**32?_=Go(String(f)):typeof f=="bigint"&&(_=String(f),(f>BigInt(2)**BigInt(32)||f<-(BigInt(2)**BigInt(32)))&&(_=Go(_)),_+="n"),m+=` It must be ${p}. Received ${_}`,m},RangeError);function Go(y){let p="",f=y.length;const m=y[0]==="-"?1:0;for(;f>=m+4;f-=3)p=`_${y.slice(f-3,f)}${p}`;return`${y.slice(0,f)}${p}`}function an(y,p,f){gn(p,"offset"),(y[p]===void 0||y[p+f]===void 0)&&jr(p,y.length-(f+1))}function eo(y,p,f,m,_,l){if(y>f||y<p){const g=typeof p=="bigint"?"n":"";let O;throw p===0||p===BigInt(0)?O=`>= 0${g} and < 2${g} ** ${(l+1)*8}${g}`:O=`>= -(2${g} ** ${(l+1)*8-1}${g}) and < 2 ** ${(l+1)*8-1}${g}`,new Pr.ERR_OUT_OF_RANGE("value",O,y)}an(m,_,l)}function gn(y,p){if(typeof y!="number")throw new Pr.ERR_INVALID_ARG_TYPE(p,"number",y)}function jr(y,p,f){throw Math.floor(y)!==y?(gn(y,f),new Pr.ERR_OUT_OF_RANGE("offset","an integer",y)):p<0?new Pr.ERR_BUFFER_OUT_OF_BOUNDS:new Pr.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${p}`,y)}const $s=/[^+/0-9A-Za-z-_]/g;function to(y){if(y=y.split("=")[0],y=y.trim().replace($s,""),y.length<2)return"";for(;y.length%4!==0;)y=y+"=";return y}function Si(y,p){p=p||1/0;let f;const m=y.length;let _=null;const l=[];for(let g=0;g<m;++g){if(f=y.charCodeAt(g),f>55295&&f<57344){if(!_){if(f>56319){(p-=3)>-1&&l.push(239,191,189);continue}else if(g+1===m){(p-=3)>-1&&l.push(239,191,189);continue}_=f;continue}if(f<56320){(p-=3)>-1&&l.push(239,191,189),_=f;continue}f=(_-55296<<10|f-56320)+65536}else _&&(p-=3)>-1&&l.push(239,191,189);if(_=null,f<128){if((p-=1)<0)break;l.push(f)}else if(f<2048){if((p-=2)<0)break;l.push(f>>6|192,f&63|128)}else if(f<65536){if((p-=3)<0)break;l.push(f>>12|224,f>>6&63|128,f&63|128)}else if(f<1114112){if((p-=4)<0)break;l.push(f>>18|240,f>>12&63|128,f>>6&63|128,f&63|128)}else throw new Error("Invalid code point")}return l}function Wo(y){const p=[];for(let f=0;f<y.length;++f)p.push(y.charCodeAt(f)&255);return p}function Ko(y,p){let f,m,_;const l=[];for(let g=0;g<y.length&&!((p-=2)<0);++g)f=y.charCodeAt(g),m=f>>8,_=f%256,l.push(_),l.push(m);return l}function no(y){return e.toByteArray(to(y))}function Br(y,p,f,m){let _;for(_=0;_<m&&!(_+f>=p.length||_>=y.length);++_)p[_+f]=y[_];return _}function Gt(y,p){return y instanceof p||y!=null&&y.constructor!=null&&y.constructor.name!=null&&y.constructor.name===p.name}function ro(y){return y!==y}const Us=function(){const y="0123456789abcdef",p=new Array(256);for(let f=0;f<16;++f){const m=f*16;for(let _=0;_<16;++_)p[m+_]=y[f]+y[_]}return p}();function Un(y){return typeof BigInt>"u"?Cs:y}function Cs(){throw new Error("BigInt not supported")}}(us)),us}var yy=El(),Nl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};u.JSONCodec=class extends u.Codec{constructor(){super(...arguments);s(this,"encoder",new TextEncoder);s(this,"decoder",new TextDecoder)}decode(t,n){const o=this.decoder.decode(t);if(!n||!n.constructor)return JSON.parse(o);const i=JSON.parse(o);if(typeof i!="object"&&typeof i!="function"||i==null)return i;switch(n.name){case"Object":return i}return this.decorateAny(n,i)}decorateAny(t,n){const o=t instanceof er,i=o?t.raw:t;if(!i)return n;switch(i){case Map:{if(n==null)return{};if(!o||t.parameters.length<1)return n;const a={};for(const d of Object.keys(n))a[this.decorateAny(t.parameters[0],d)]=this.decorateAny(t.parameters[1],n[d]);return a}case Array:return n==null?[]:!o||t.parameters.length<1?n:n.map(a=>this.decorateAny(t.parameters[0],a));case Oe:{if(n==null)return null;const a=new i;if(!o||t.parameters.length<1)return Object.assign(a,n);Object.assign(a,n);const d=[];for(let v of a.data||[])d.push(this.decorateAny(t.parameters[0],v));return a.data=d,a}case String:case Number:case Boolean:case Object:return n;case Date:return n==null||n<1?null:new Date(n);case Uint8Array:return n==null?null:n instanceof Uint8Array?n:yy.Buffer.from(n,"base64");default:{if(n==null)return null;const a=new i;for(const d of Object.keys(a)){const v=Ae.metadata(tr,i,d);if(!v){Reflect.set(a,d,n[d]);continue}const j=n[d]??n[v.name];Reflect.set(a,d,this.decorateAny(v.kind,j))}return a}}}encode(t){return this.encoder.encode(JSON.stringify(t,(n,o)=>{if(o==null||Array.isArray(o))return o;if(!Ae.annotated(o.constructor))return this.encodeAny(o);const i=new Map;for(let d in o){const v=Ae.metadata(tr,o.constructor,d);v!=null&&v.name&&v.name.length>0&&v.name!=d&&i.set(d,v.name),((v==null?void 0:v.kind)==Uint8Array||(v==null?void 0:v.kind)==Date||(v==null?void 0:v.kind)==Map)&&Reflect.set(o,d,this.encodeAny(Reflect.get(o,d)))}if(i.size<1)return this.encodeAny(o);const a={};for(let d in o)a[i.get(d)??d]=o[d];return this.encodeAny(a)}))}encodeAny(t){return t instanceof Uint8Array?yy.Buffer.from(t).toString("base64"):t instanceof Date?t.getTime():t instanceof Map?Object.fromEntries(t):t}uint8ify(t){return this.encoder.encode(t)}stringify(t){return this.decoder.decode(t)}},u.JSONCodec=Nl([x(u.Codec.JSON)],u.JSONCodec);var Fr=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},Gi=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},So;u.Compiler=class{},u.Compiler=Fr([x("mesh")],u.Compiler);function Tl(r){return{}}u.TSCompiler=(Or=class extends u.Compiler{compile(e,t){}intype(e){return So.parameters.computeIfy(e,t=>{var n;class o{constructor(){s(this,"attachments",new Map)}getAttachments(){return this.attachments}map(){return Object.assign(new Map,this)}setAttachments(a){(a||{}).forEach((d,v)=>this.attachments.set(v,d))}getArguments(){return t.getParameters().map(a=>{var d;return(d=Object.getOwnPropertyDescriptor(this,a.name))==null?void 0:d.value})}setArguments(a){const d=tt.load(u.Codec).getDefault();t.getParameters().forEach((v,j)=>{if(a&&a.length>v.index&&!(a[v.index]instanceof co)){const R=a[v.index];if(R==null)return;if(R instanceof v.kind&&!(v.kind instanceof er)){Reflect.set(this,v.name,R);return}switch(v.kind){case Map:case Array:case String:case Number:case Boolean:case Object:case Date:case Uint8Array:Reflect.set(this,v.name,R);break;default:const E=d.encode(R),D=d.decode(E,v.kind);Reflect.set(this,v.name,D)}}})}}return Fr([c(-1,"attachments",Map),Gi("design:type",typeof(n=typeof Map<"u"&&Map)=="function"?n:Object)],o.prototype,"attachments",void 0),o})}retype(e){return So.returns.computeIfy(e,t=>{class n{constructor(){s(this,"code","");s(this,"message","");s(this,"content");s(this,"cause")}getCause(){return this.cause}getCode(){return this.code}getContent(){return this.content}getMessage(){return this.message}setCause(i){this.cause=i}setCode(i){this.code=i}setContent(i){this.content=i}setMessage(i){this.message=i}}return Fr([c(0),Gi("design:type",String)],n.prototype,"code",void 0),Fr([c(5),Gi("design:type",String)],n.prototype,"message",void 0),Fr([c(10,"content",t.getReturnType()),Gi("design:type",Object)],n.prototype,"content",void 0),Fr([c(15,"cause",Ft),Gi("design:type",Object)],n.prototype,"cause",void 0),n})}},So=Or,s(Or,"parameters",new q),s(Or,"returns",new q),Or),u.TSCompiler=So=Fr([x("mesh")],u.TSCompiler);var Al=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};u.Consumer=(hi=class{},s(hi,"HTTP","http"),s(hi,"GRPC","grpc"),s(hi,"TCP","tcp"),s(hi,"MQTT","mqtt"),hi),u.Consumer=Al([x(u.Consumer.HTTP)],u.Consumer);class vo{constructor(e){s(this,"servers",new St);s(this,"availableAddrs",new St);for(let t of(e||"").split(","))t&&t.trim().length>0&&!this.availableAddrs.includes(t)&&(this.servers.push(new ly(!0,t)),this.availableAddrs.push(t))}any(){const e=this.availableAddrs;return!e||e.length<1?"":e[Math.floor(Math.random()*e.length)]}}class ly{constructor(e,t){s(this,"available");s(this,"address");this.available=e,this.address=t}}class Ml{constructor(e){s(this,"value");s(this,"fn");this.fn=e}get(){return this.value||(this.value=this.fn()),this.value}}const ko=class ko{static substring(e,t,n){return!e||e.length>t+n?"":e.substring(t,t+n)}static repeat(e,t){const n=[];for(let o=0;o<t;++o)n.push(e);return n.join("")}static anyone(...e){for(let t of e)if(t&&t.length>0)return t;return""}static traceId(){return""}static spanId(e,t){return""}static newEntity(e){if(!e)return new Fe;const t=tt.load(u.Codec),n=new Fe;return n.codec=t.defaultName(),n.schema="",n.buffer=t.getDefault().encode(e),n}static newCacheEntity(e,t,n){const o=ko.newEntity(t),i=new Pt;return i.version="1.0.0",i.entity=o,i.timestamp=new Date().getTime(),i.duration=n,i.key=e,i}static readObject(e){return!e.buffer||e.buffer.length<1?null:tt.load(u.Codec).get(e.codec||u.Codec.JSON).decode(this.buffer)}static compareVersion(e,t){if(!e)return-1;if(!t)return 1;const n=e.split("."),o=t.split(".");for(let i=0;i<n.length;i++){if(o.length<=i)return 0;if(o[i]=="*")continue;const a=n[i].localeCompare(o[i]);if(a!=0)return a}return 0}static ofError(e){return new Ft}static ofCause(e,t,n){throw new Error}static hexString(e){const t=new TextEncoder().encode(e),n="0123456789abcdef";let o="";for(const i of t){const a=i;o+=n[a>>4],o+=n[a&15]}return o}};s(ko,"MESH_ADDRESS",new Ml(()=>typeof process<"u"&&process.env.MESH_ADDRESS?new vo(process.env.MESH_ADDRESS):typeof window<"u"?new vo(window.location.origin):new vo("https://127.0.0.1")));let ge=ko;var Il=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};class Wi extends co{constructor(){super(...arguments);s(this,"traceId","");s(this,"spanId","");s(this,"timestamp",0);s(this,"runMode",0);s(this,"urn","");s(this,"consumer",new ar);s(this,"calls",0);s(this,"attachments",new Map);s(this,"attributes",new Map);s(this,"principals",new Hs)}static create(){const t=new Wi;return t.traceId=ge.traceId(),t.spanId=ge.spanId("",0),t.timestamp=new Date().getTime(),t.runMode=0,t.urn="",t.consumer=new ar,t}getAttachments(){return this.attachments}getAttribute(t){return this.attributes.get(t.name)}getAttributes(){return this.attributes}getConsumer(t){return this.consumer}getPrincipals(){return this.principals}getProvider(t){return new ar}getRunMode(){return this.runMode}getSpanId(){return this.spanId}getTimestamp(){return this.timestamp}getTraceId(){return this.traceId}getUrn(){return this.urn}setAttribute(t,n){this.attributes.set(t.name,n)}resume(){this.calls++;const t=new Wi;return t.traceId=this.getTraceId(),t.spanId=ge.spanId(this.getSpanId(),this.calls),t.timestamp=this.getTimestamp(),t.runMode=this.getRunMode(),t.urn=this.getUrn(),t.consumer=this.getConsumer(this),this.getAttachments()&&this.getAttachments().forEach((n,o)=>t.attachments.set(n,o)),this.getAttributes()&&this.getAttributes().forEach((n,o)=>t.attributes.set(n,o)),this.getPrincipals()&&this.getPrincipals().forEach(n=>t.principals.push(n)),t}rewriteContext(t){t.getTraceId()&&(this.traceId=t.getTraceId()),t.getSpanId()&&(this.spanId=t.getSpanId()),t.getTimestamp()&&t.getTimestamp()>0&&(this.timestamp=t.getTimestamp()),t.getRunMode()&&t.getRunMode()>0&&(this.runMode=t.getRunMode()),t.getUrn()&&(this.urn=t.getUrn()),t.getConsumer(this)&&(this.consumer=t.getConsumer(this)),this.getAttachments()&&this.getAttachments().forEach((n,o)=>this.attachments.set(n,o)),this.getAttributes()&&this.getAttributes().forEach((n,o)=>this.attributes.set(n,o)),this.getPrincipals()&&this.getPrincipals().forEach(n=>this.principals.push(n))}rewriteURN(t){this.urn=t}}u.MeshContextProvider=class extends u.ContextProvider{context(){return Wi.create()}},u.MeshContextProvider=Il([x("mesh")],u.MeshContextProvider);var $l=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};u.Eden=class{},u.Eden=$l([x("mesh")],u.Eden);class et{}s(et,"REMOTE",new nr("mesh.mpc.address")),s(et,"REMOTE_NAME",new nr("mesh.mpc.remote.name")),s(et,"INVOCATION",new nr("mesh.invocation")),s(et,"UNAME",new nr("mesh.mpc.uname")),s(et,"CONSUMER",new nr("mesh.mpc.consumer")),s(et,"CODEC",new nr("mesh.mpc.codec")),s(et,"TIMEOUT",new nr("mesh.mpc.timeout"));class Xn{constructor(e,t){s(this,"code");s(this,"name");this.code=e,this.name=t}}const _e=class _e{static ofProto(e){for(let t of _e.PROTO)if(t.code==e)return t;return _e.HTTP}static ofCodec(e){for(let t of _e.CODEC)if(t.code==e)return t;return _e.JSON}static ofName(e){for(let t of _e.PROTO)if(t.name==e)return t;for(let t of _e.CODEC)if(t.name==e)return t;return _e.HTTP}};s(_e,"HTTP",new Xn("00",u.Consumer.HTTP)),s(_e,"GRPC",new Xn("01",u.Consumer.GRPC)),s(_e,"MQTT",new Xn("02",u.Consumer.MQTT)),s(_e,"TCP",new Xn("03",u.Consumer.TCP)),s(_e,"JSON",new Xn("00",u.Codec.JSON)),s(_e,"PROTOBUF",new Xn("01",u.Codec.PROTOBUF)),s(_e,"XML",new Xn("02",u.Codec.XML)),s(_e,"THRIFT",new Xn("03",u.Codec.THRIFT)),s(_e,"YAML",new Xn("04",u.Codec.YAML)),s(_e,"PROTO",[_e.HTTP,_e.GRPC,_e.MQTT,_e.TCP]),s(_e,"CODEC",[_e.JSON,_e.PROTOBUF,_e.XML,_e.THRIFT,_e.YAML]);let In=_e;const Ul=r=>{const e=b();return e.setAttribute(et.CONSUMER,tt.load(u.Consumer).get(r)),e},Cl=r=>{const e=b();return e.setAttribute(et.CODEC,tt.load(u.Codec).get(r)),e};class my{constructor(e,t){s(this,"inspector");s(this,"reference");s(this,"service");this.reference=new Rn,this.reference.urn=t.toString(),this.reference.namespace="",this.reference.name=t.name,this.reference.version=t.flag.version,this.reference.proto=In.ofProto(t.flag.proto).name,this.reference.codec=In.ofCodec(t.flag.codec).name,this.reference.flags=0,this.reference.timeout=parseInt(ao.MESH_TIMEOUT.get(e))||1e4,this.reference.retries=3,this.reference.mdc=t.mdc,this.reference.zone=t.flag.zone,this.reference.cluster=t.flag.cluster,this.reference.cell=t.flag.cell,this.reference.group=t.flag.group,this.reference.address=t.flag.address,this.service=new kt,this.inspector=new gy(t)}inflect(e){return new ps}inspect(e){return this.inspector}intype(e){return ps}reflect(e){return new fs}retype(e){return fs}schema(e){return this.reference}}class gy{constructor(e){s(this,"urn");this.urn=e}getType(){return Object}getAnnotation(e){}getName(){return this.urn.name}getParameters(){return[]}getReturnType(){return new er(Map)}getExecutable(){return()=>{}}getSymbol(){return this.urn.name}invoke(e,t){}}class ps extends Map{map(){return this}getArguments(){const e=[];return super.forEach((t,n)=>{n!="attachments"&&e.push(t)}),e}getAttachments(){var o;const e=((o=Object.getOwnPropertyDescriptor(this,"attachments"))==null?void 0:o.value)||new Map;if(e instanceof Map)return e;const t=tt.load(u.Codec).get(u.Codec.JSON),n=t.decode(t.encode(e),Map);return this.setAttachments(n),n}setArguments(e){}setAttachments(e){Object.assign(this,{attachments:Ft})}}class fs extends Map{getCause(){var n;const e=(n=Object.getOwnPropertyDescriptor(this,"cause"))==null?void 0:n.value;if(!e||e instanceof Ft)return e;const t=tt.load(u.Codec).get(u.Codec.JSON);return t.decode(t.encode(e),Ft)}getCode(){var e;return(e=Object.getOwnPropertyDescriptor(this,"code"))==null?void 0:e.value}getContent(){var e;return(e=Object.getOwnPropertyDescriptor(this,"content"))==null?void 0:e.value}getMessage(){var e;return((e=Object.getOwnPropertyDescriptor(this,"message"))==null?void 0:e.value)||""}setCause(e){Object.assign(this,{cause:e})}setCode(e){Object.assign(this,{code:e})}setContent(e){Object.assign(this,{content:e})}setMessage(e){Object.assign(this,{message:e})}}var Fl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};const hy="PROVIDER",Oo="CONSUMER";u.Filter=class{},u.Filter=Fl([x("*")],u.Filter);function ys(r,e){const t=tt.load(u.Filter).list().filter(n=>{const o=Ae.metadata(dn,n==null?void 0:n.constructor,n==null?void 0:n.constructor);return!o||o.pattern==""||(o==null?void 0:o.pattern)==e}).sort((n,o)=>{var d,v;const i=((d=Ae.metadata(dn,n==null?void 0:n.constructor,n==null?void 0:n.constructor))==null?void 0:d.priority)||0,a=((v=Ae.metadata(dn,o==null?void 0:o.constructor,o==null?void 0:o.constructor))==null?void 0:v.priority)||0;return i==a?0:i<a?-1:1});return Dl(r,t)}function Dl(r,e){let t=r;for(let n=e.length-1;n>=0;n--){let o=e[n],i=t;t=new class{run(a,d){return o.invoke(a,i,d)}}}return t}var kl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};class xl{constructor(){s(this,"beforeHooks",new q);s(this,"successHooks",new q);s(this,"failureHooks",new q)}}const yi=()=>{const r=Lr();return r.Mesh??(r.Mesh=new xl),r.Mesh};class Bl{onBefore(e,t){yi().beforeHooks.set(e,t)}onSuccess(e,t){yi().successHooks.set(e,t)}onFailure(e,t){yi().failureHooks.set(e,t)}before(){return yi().beforeHooks}success(){return yi().successHooks}failure(){return yi().failureHooks}}const Ro=new Bl;u.HookFilter=class extends u.Filter{async invoke(e,t,n){try{for(const[i,a]of Ro.before())await a(e,n);const o=await t.run(e,n);for(const[i,a]of Ro.success())await a(e,n,o);return o}catch(o){for(const[i,a]of Ro.failure())Ls(o)?await a(e,n,o):await a(e,n,h.SYSTEM_ERROR);throw o}}},u.HookFilter=kl([x("hook",Oo)],u.HookFilter);class by{constructor(e,t,n,o){s(this,"proxy");s(this,"inspector");s(this,"parameters");s(this,"execution");this.proxy=e,this.inspector=t,this.parameters=n,this.execution=o}getArguments(e){return this.parameters.getArguments()}getAttachments(e){return this.parameters.getAttachments()}getExecution(e){return this.execution}getInspector(e){return this.inspector}getParameters(e){return this.parameters}getProxy(e){return this.proxy}isAsync(e){return!1}}const Qn=class Qn{constructor(){s(this,"domain","");s(this,"mdc","");s(this,"flag",new _r);s(this,"name","")}static from(e){const t=new Qn;if(!e)return console.log(`Unresolved urn ${e}`),t;const n=t.asArray(e);return n.length<5?(console.log(`Unresolved urn ${e}`),t):(n.reverse(),t.domain=`${n.splice(1,1).join("")}.${n.splice(0,1).join("")}`,t.mdc=n.splice(0,1).join(""),t.flag=_r.from(n.splice(0,1).join("")),t.name=n.join("."),t)}static urn(e){const t=new Qn;return t.mdc=this.LocalMDC,t.flag=_r.from("0001000000000000000000000000000000000"),t.name=e,t.domain=this.MESH_DOMAIN,t}proto(e){return this.flag.proto=e,this}codec(e){return this.flag.codec=e,this}toString(){const e=[],t=this.asArray(this.name);return t.reverse(),t.filter(n=>n).forEach(n=>e.push(n)),e.push(this.flag.toString()),e.push(this.mdc),e.push(ge.anyone(this.domain,Qn.MESH_DOMAIN)),e.join(".")}asArray(e){const t=e.split("."),n=[],o=[];for(let i of t){if(i.startsWith("${")){o.push(i),o.push(".");continue}if(i.endsWith("}")){o.push(i),n.push(o.join("")),o.splice(0,o.length);continue}n.push(i)}return n}matchName(e){return e?e.endsWith(".*")&&e.startsWith(e.replace(".*","")):!1}resetFlag(e,t){return this.flag.proto=e,this.flag.codec=t,this}};s(Qn,"CN","firmer"),s(Qn,"MESH_DOMAIN",Qn.CN+".tech"),s(Qn,"LocalMDC","XX00000000000000");let Yn=Qn;class _r{constructor(){s(this,"v","00");s(this,"proto","00");s(this,"codec","00");s(this,"version","000000");s(this,"zone","00");s(this,"cluster","00");s(this,"cell","00");s(this,"group","00");s(this,"address","000000000000");s(this,"port","00000")}static from(e){if(!e)return new _r;const t=new _r;return t.v=ge.substring(e,0,2),t.proto=ge.substring(e,2,2),t.codec=ge.substring(e,4,2),t.version=this.reduce(ge.substring(e,6,6),2),t.zone=ge.substring(e,12,2),t.cluster=ge.substring(e,14,2),t.cell=ge.substring(e,16,2),t.group=ge.substring(e,18,2),t.address=this.reduce(ge.substring(e,20,12),3),t.port=this.reduce(ge.substring(e,32,5),5),t}toString(){const e=this.padding(ge.anyone(this.v,""),2),t=this.padding(ge.anyone(this.proto,""),2),n=this.padding(ge.anyone(this.codec,""),2),o=this.paddingChain(ge.anyone(this.version,""),2,3),i=this.padding(ge.anyone(this.zone,""),2),a=this.padding(ge.anyone(this.cluster,""),2),d=this.padding(ge.anyone(this.cell,""),2),v=this.padding(ge.anyone(this.group,""),2),j=this.paddingChain(ge.anyone(this.address,""),3,4),R=this.padding(ge.anyone(this.port,""),5);return`${e}${t}${n}${o}${i}${a}${d}${v}${j}${R}`}padding(e,t){const n=e.replace(".","");return n.length==t?n:n.length<t?ge.repeat("0",t-e.length)+n:e.substring(0,t)}paddingChain(e,t,n){const o=e.split("[.*]"),i=o.map(a=>parseInt(a)?a:"");if(i.length==n)return i.map(a=>this.padding(a,t)).join("");if(i.length<n){for(let a=0;a<n-o.length;a++)i.push("");return i.map(a=>this.padding(a,t)).join("")}return i.slice(0,n).map(a=>this.padding(a,t)).join("")}static reduce(e,t){if(!e)return e;const n=[];for(let o=0;o<e.length;o+=t){let i=!0;for(let a=o;a<o+t;a++)e.charAt(a)!="0"&&(i=!1),i||n.push(e.charAt(a));i&&n.push("0"),n.push(".")}return n.slice(0,n.length-1).join("")}}class _y{constructor(e){s(this,"placeholder","${mesh.name}");s(this,"macro");s(this,"invoker");this.macro=e,this.invoker=ys(this,Oo)}context(e){if(!e||e.length<1)return b();for(let t of e)if(t instanceof co)return t;return b()}invoke(e,t,n){return new Promise(async(o,i)=>{try{const a=this.context(n),d=this.referExecution(a,t),v=this.rewriteURN(a,d);a.rewriteURN(v),a.setAttribute(et.REMOTE,this.rewriteAddress(a,v));const j=d.inflect(a);j.setArguments(n),j.setAttachments(new Map);const R=new by(this,t,j,d);a.setAttribute(et.INVOCATION,R),o(await this.invoker.run(a,R))}catch(a){i(Pi.errorf(a))}})}async run(e,t){const n=this.referExecution(e,t.getInspector(e)),o=tt.load(u.Consumer),i=e.getAttribute(et.CONSUMER)??o.getDefault(),a=ge.anyone(e.getAttribute(et.REMOTE),ge.MESH_ADDRESS.get().any()),d=n.schema(e).codec||In.JSON.name,v=tt.load(u.Codec),j=e.getAttribute(et.CODEC)??v.get(d),R=j.encode(t.getParameters(e)),E=In.ofName(o.defaultName()).code,D=In.ofName(v.defaultName()).code,T=Yn.from(e.getUrn()).resetFlag(E,D).toString(),w=await i.consume(e,a,T,n,R);return await this.deserialize(e,n,j,w)}deserialize(e,t,n,o){return new Promise((i,a)=>{try{const d=t.retype(e),v=n.decode(o,d);if(v.getCause()){a(Pi.errorf(v.getCause()));return}if(h.SUCCESS.getCode()!=v.getCode()){a(new ee(v.getCode(),v.getMessage()));return}i(v.getContent())}catch(d){a(Pi.errorf(d))}})}referExecution(e,t){const o=tt.load(u.Eden).getDefault().refer(e,t.getAnnotation(ze),t.getType(),t);if(o)return o;throw new Error(`Method ${t.getName()} cant be compatible`)}rewriteURN(e,t){var d;const n=(d=e.getPrincipals().peek())==null?void 0:d.id,o=e.getAttribute(et.UNAME),i=e.getAttribute(et.REMOTE_NAME);if(!n&&!o&&!i&&!t.schema(e).urn.includes(this.placeholder))return t.schema(e).urn;const a=Yn.from(t.schema(e).urn);return n&&n!=""&&(a.mdc=n),o&&o!=""&&(a.name=o),i&&i!=""&&(a.name=a.name.replace(this.placeholder,i)),a.name.includes(this.placeholder)&&(a.name=a.name.replace(this.placeholder,"mesh")),a.toString()}rewriteAddress(e,t){const n=e.getAttribute(et.REMOTE);return n&&n!=""?n:ge.MESH_ADDRESS.get().any()}}var Ll=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i},ls;u.ServiceProxy=ls=class extends u.MethodProxy{proxy(e){return ls.proxy(e)}static proxy(e){return this.doProxy(e,S(""))}static doProxy(e,t){return Oi.newProxyInstance(e,new _y(t))}},u.ServiceProxy=ls=Ll([x("mesh")],u.ServiceProxy);class Hl{constructor(e){s(this,"service");this.service=e}run(e,t){return new Promise((n,o)=>{try{const i=[e,...t.getArguments(e)],a=t.getInspector(e).invoke(this.service,i);if(a instanceof Promise){a.then(d=>n(d)).catch(d=>o(d));return}n(a)}catch(i){o(i)}})}}class Sy{constructor(e){s(this,"invoker");this.invoker=ys(new Hl(e),hy)}run(e,t){return this.invoker.run(e,t)}}var ql=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};class zl{constructor(e,t,n){s(this,"making");s(this,"kind");s(this,"service");this.making=e,this.kind=t,this.service=n}}class Vl{constructor(e,t){s(this,"metadata");s(this,"reference");s(this,"proxy");this.metadata=e,this.reference=t,this.proxy=u.ServiceProxy.doProxy(t,e)}}class Gl{constructor(e,t,n,o,i){s(this,"urn");s(this,"kind");s(this,"method");s(this,"target");s(this,"resource");s(this,"inspector");s(this,"invoker");s(this,"__intype");s(this,"__retype");this.urn=e,this.kind=t,this.method=n,this.target=o,this.resource=i,this.inspector=n,this.invoker=new Sy(o),this.__intype=tt.load(u.Compiler).getDefault().intype(n),this.__retype=tt.load(u.Compiler).getDefault().retype(n)}inflect(e){return new this.__intype}inspect(e){return this.inspector}intype(e){return this.__intype}reflect(e){return new this.__retype}retype(e){return this.__retype}schema(e){return this.resource}}u.MeshEden=class extends u.Eden{constructor(){super(...arguments);s(this,"providers",new q);s(this,"consumers",new q);s(this,"indies",new q);s(this,"services",new q);s(this,"references",new q)}define(t,n,o){return this.makeConsumer(t,n,o).proxy}store(t,n,o){this.providers.set(n,new zl(!1,n,o))}infer(t,n){const o=Yn.from(n),i=this.makeServiceExecution(this.getEnviron(t)),a=i==null?void 0:i.get(o.name);if(a)return a;for(let d of i.entries())if(o.matchName(d[0]))return d[1];return new my(t,o)}refer(t,n,o,i){const a=this.makeConsumer(t,n,o),d=this.getEnviron(t),v=this.indies.computeIfy(o,j=>new q).computeIfy(n,j=>{const R=new q;return this.getMethods(t,o).forEach((E,D)=>E.forEach(T=>{const w=this.makeMethodAsReference(d,n,D,T),M=new Gl(w.urn,o,T,a.proxy,w);this.references.set(w.urn,M),R.set(T,M)})),R}).get(i);if(v)return v;throw new Error(`Method ${i.getName()} cant be compatible`)}inferTypes(t){const n=[];for(let o of this.providers)n.push(o[1].kind);return n}referTypes(t){const n=[];for(let o of this.consumers.keys())n.push(o);return n}makeConsumer(t,n,o){return this.consumers.computeIfy(o,i=>new q).computeIfy(n,i=>new Vl(n,o))}makeMethodAsReference(t,n,o,i){var d,v,j,R,E,D,T,w,M,A,K,J,oe;const a=new Rn;return a.namespace=o.name,a.name=i.getName(),a.version=((d=i.getAnnotation(ze))==null?void 0:d.version)||"",a.proto=((v=i.getAnnotation(ze))==null?void 0:v.proto)||"",a.codec=((j=i.getAnnotation(ze))==null?void 0:j.codec)||"",a.flags=((R=i.getAnnotation(ze))==null?void 0:R.flags)||0,a.timeout=((E=i.getAnnotation(ze))==null?void 0:E.timeout)||12e3,a.retries=((D=i.getAnnotation(ze))==null?void 0:D.retries)||0,a.mdc=((T=i.getAnnotation(ze))==null?void 0:T.mdc)||"",a.zone=((w=i.getAnnotation(ze))==null?void 0:w.zone)||"",a.cluster=((M=i.getAnnotation(ze))==null?void 0:M.cluster)||"",a.cell=((A=i.getAnnotation(ze))==null?void 0:A.cell)||"",a.group=((K=i.getAnnotation(ze))==null?void 0:K.group)||"",a.address=((J=i.getAnnotation(ze))==null?void 0:J.address)||"",a.urn=this.getURN(((oe=i.getAnnotation(ze))==null?void 0:oe.name)||"",kt,t),a}getURN(t,n,o){const i=new Yn;return i.domain=Yn.MESH_DOMAIN,i.mdc=ge.anyone(n.mdc,o.mdc),i.name=t,i.flag=this.getURNFlag(n),i.toString()}getURNFlag(t){const n=(t.address||"").split(":"),o=new _r;return o.v="00",o.proto=In.ofName(t.proto).code,o.codec=In.ofName(t.codec).code,o.version=t.version,o.zone=t.zone,o.cluster=t.cluster,o.cell=t.cell,o.group=t.group,o.address=n.length>0?n[0]:"",o.port=n.length>1?n[1]:"",o}getMethods(t,n){const o=Oi.getMethods(n),i=new q;return i.set(n,o),i}getEnviron(t){const n=new Ge;return n.mdc=Yn.LocalMDC,n}makeServiceExecution(t){for(let n of this.providers)n[1].making;return this.services}},u.MeshEden=ql([x("mesh")],u.MeshEden);var Wl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};const ms="mock";u.MockFilter=class extends u.Filter{async invoke(e,t,n){if(!so.Mock.matches(e.getRunMode())&&!io.Mock.enable())return await t.run(e,n);const o=tt.load(n.getInspector(e).getType()).want(ms);if(!o)return await t.run(e,n);const i=o[n.getInspector(e).getName()];return!i||typeof i!="function"?await t.run(e,n):await i(n.getArguments(e))}},u.MockFilter=Wl([x(ms,Oo)],u.MockFilter);var Kl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};u.Provider=class{},u.Provider=Kl([x(u.Consumer.GRPC)],u.Provider);var Jl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};u.GRPCConsumer=class extends u.Consumer{start(){}close(){}consume(e,t,n,o,i){return Promise.reject(h.URN_NOT_PERMIT)}},u.GRPCConsumer=Jl([x(u.Consumer.GRPC)],u.GRPCConsumer);var Xl=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};u.GRPCProvider=class extends u.Provider{start(){}close(){}},u.GRPCProvider=Xl([x(u.Consumer.GRPC)],u.GRPCProvider);function vy(r,e){return function(){return r.apply(e,arguments)}}const{toString:Yl}=Object.prototype,{getPrototypeOf:gs}=Object,{iterator:Po,toStringTag:Oy}=Symbol,jo=(r=>e=>{const t=Yl.call(e);return r[t]||(r[t]=t.slice(8,-1).toLowerCase())})(Object.create(null)),mn=r=>(r=r.toLowerCase(),e=>jo(e)===r),wo=r=>e=>typeof e===r,{isArray:li}=Array,Ki=wo("undefined");function Ql(r){return r!==null&&!Ki(r)&&r.constructor!==null&&!Ki(r.constructor)&&qt(r.constructor.isBuffer)&&r.constructor.isBuffer(r)}const Ry=mn("ArrayBuffer");function Zl(r){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(r):e=r&&r.buffer&&Ry(r.buffer),e}const em=wo("string"),qt=wo("function"),Py=wo("number"),Eo=r=>r!==null&&typeof r=="object",tm=r=>r===!0||r===!1,No=r=>{if(jo(r)!=="object")return!1;const e=gs(r);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Oy in r)&&!(Po in r)},nm=mn("Date"),rm=mn("File"),im=mn("Blob"),om=mn("FileList"),sm=r=>Eo(r)&&qt(r.pipe),cm=r=>{let e;return r&&(typeof FormData=="function"&&r instanceof FormData||qt(r.append)&&((e=jo(r))==="formdata"||e==="object"&&qt(r.toString)&&r.toString()==="[object FormData]"))},am=mn("URLSearchParams"),[dm,um,pm,fm]=["ReadableStream","Request","Response","Headers"].map(mn),ym=r=>r.trim?r.trim():r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ji(r,e,{allOwnKeys:t=!1}={}){if(r===null||typeof r>"u")return;let n,o;if(typeof r!="object"&&(r=[r]),li(r))for(n=0,o=r.length;n<o;n++)e.call(null,r[n],n,r);else{const i=t?Object.getOwnPropertyNames(r):Object.keys(r),a=i.length;let d;for(n=0;n<a;n++)d=i[n],e.call(null,r[d],d,r)}}function jy(r,e){e=e.toLowerCase();const t=Object.keys(r);let n=t.length,o;for(;n-- >0;)if(o=t[n],e===o.toLowerCase())return o;return null}const Dr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,wy=r=>!Ki(r)&&r!==Dr;function hs(){const{caseless:r}=wy(this)&&this||{},e={},t=(n,o)=>{const i=r&&jy(e,o)||o;No(e[i])&&No(n)?e[i]=hs(e[i],n):No(n)?e[i]=hs({},n):li(n)?e[i]=n.slice():e[i]=n};for(let n=0,o=arguments.length;n<o;n++)arguments[n]&&Ji(arguments[n],t);return e}const lm=(r,e,t,{allOwnKeys:n}={})=>(Ji(e,(o,i)=>{t&&qt(o)?r[i]=vy(o,t):r[i]=o},{allOwnKeys:n}),r),mm=r=>(r.charCodeAt(0)===65279&&(r=r.slice(1)),r),gm=(r,e,t,n)=>{r.prototype=Object.create(e.prototype,n),r.prototype.constructor=r,Object.defineProperty(r,"super",{value:e.prototype}),t&&Object.assign(r.prototype,t)},hm=(r,e,t,n)=>{let o,i,a;const d={};if(e=e||{},r==null)return e;do{for(o=Object.getOwnPropertyNames(r),i=o.length;i-- >0;)a=o[i],(!n||n(a,r,e))&&!d[a]&&(e[a]=r[a],d[a]=!0);r=t!==!1&&gs(r)}while(r&&(!t||t(r,e))&&r!==Object.prototype);return e},bm=(r,e,t)=>{r=String(r),(t===void 0||t>r.length)&&(t=r.length),t-=e.length;const n=r.indexOf(e,t);return n!==-1&&n===t},_m=r=>{if(!r)return null;if(li(r))return r;let e=r.length;if(!Py(e))return null;const t=new Array(e);for(;e-- >0;)t[e]=r[e];return t},Sm=(r=>e=>r&&e instanceof r)(typeof Uint8Array<"u"&&gs(Uint8Array)),vm=(r,e)=>{const n=(r&&r[Po]).call(r);let o;for(;(o=n.next())&&!o.done;){const i=o.value;e.call(r,i[0],i[1])}},Om=(r,e)=>{let t;const n=[];for(;(t=r.exec(e))!==null;)n.push(t);return n},Rm=mn("HTMLFormElement"),Pm=r=>r.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,n,o){return n.toUpperCase()+o}),Ey=(({hasOwnProperty:r})=>(e,t)=>r.call(e,t))(Object.prototype),jm=mn("RegExp"),Ny=(r,e)=>{const t=Object.getOwnPropertyDescriptors(r),n={};Ji(t,(o,i)=>{let a;(a=e(o,i,r))!==!1&&(n[i]=a||o)}),Object.defineProperties(r,n)},wm=r=>{Ny(r,(e,t)=>{if(qt(r)&&["arguments","caller","callee"].indexOf(t)!==-1)return!1;const n=r[t];if(qt(n)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+t+"'")})}})},Em=(r,e)=>{const t={},n=o=>{o.forEach(i=>{t[i]=!0})};return li(r)?n(r):n(String(r).split(e)),t},Nm=()=>{},Tm=(r,e)=>r!=null&&Number.isFinite(r=+r)?r:e;function Am(r){return!!(r&&qt(r.append)&&r[Oy]==="FormData"&&r[Po])}const Mm=r=>{const e=new Array(10),t=(n,o)=>{if(Eo(n)){if(e.indexOf(n)>=0)return;if(!("toJSON"in n)){e[o]=n;const i=li(n)?[]:{};return Ji(n,(a,d)=>{const v=t(a,o+1);!Ki(v)&&(i[d]=v)}),e[o]=void 0,i}}return n};return t(r,0)},Im=mn("AsyncFunction"),$m=r=>r&&(Eo(r)||qt(r))&&qt(r.then)&&qt(r.catch),Ty=((r,e)=>r?setImmediate:e?((t,n)=>(Dr.addEventListener("message",({source:o,data:i})=>{o===Dr&&i===t&&n.length&&n.shift()()},!1),o=>{n.push(o),Dr.postMessage(t,"*")}))(`axios@${Math.random()}`,[]):t=>setTimeout(t))(typeof setImmediate=="function",qt(Dr.postMessage)),Um=typeof queueMicrotask<"u"?queueMicrotask.bind(Dr):typeof process<"u"&&process.nextTick||Ty,P={isArray:li,isArrayBuffer:Ry,isBuffer:Ql,isFormData:cm,isArrayBufferView:Zl,isString:em,isNumber:Py,isBoolean:tm,isObject:Eo,isPlainObject:No,isReadableStream:dm,isRequest:um,isResponse:pm,isHeaders:fm,isUndefined:Ki,isDate:nm,isFile:rm,isBlob:im,isRegExp:jm,isFunction:qt,isStream:sm,isURLSearchParams:am,isTypedArray:Sm,isFileList:om,forEach:Ji,merge:hs,extend:lm,trim:ym,stripBOM:mm,inherits:gm,toFlatObject:hm,kindOf:jo,kindOfTest:mn,endsWith:bm,toArray:_m,forEachEntry:vm,matchAll:Om,isHTMLForm:Rm,hasOwnProperty:Ey,hasOwnProp:Ey,reduceDescriptors:Ny,freezeMethods:wm,toObjectSet:Em,toCamelCase:Pm,noop:Nm,toFiniteNumber:Tm,findKey:jy,global:Dr,isContextDefined:wy,isSpecCompliantForm:Am,toJSONObject:Mm,isAsyncFn:Im,isThenable:$m,setImmediate:Ty,asap:Um,isIterable:r=>r!=null&&qt(r[Po])};function Z(r,e,t,n,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=r,this.name="AxiosError",e&&(this.code=e),t&&(this.config=t),n&&(this.request=n),o&&(this.response=o,this.status=o.status?o.status:null)}P.inherits(Z,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:P.toJSONObject(this.config),code:this.code,status:this.status}}});const Ay=Z.prototype,My={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(r=>{My[r]={value:r}}),Object.defineProperties(Z,My),Object.defineProperty(Ay,"isAxiosError",{value:!0}),Z.from=(r,e,t,n,o,i)=>{const a=Object.create(Ay);return P.toFlatObject(r,a,function(v){return v!==Error.prototype},d=>d!=="isAxiosError"),Z.call(a,r.message,e,t,n,o),a.cause=r,a.name=r.name,i&&Object.assign(a,i),a};const Cm=null;function bs(r){return P.isPlainObject(r)||P.isArray(r)}function Iy(r){return P.endsWith(r,"[]")?r.slice(0,-2):r}function $y(r,e,t){return r?r.concat(e).map(function(o,i){return o=Iy(o),!t&&i?"["+o+"]":o}).join(t?".":""):e}function Fm(r){return P.isArray(r)&&!r.some(bs)}const Dm=P.toFlatObject(P,{},null,function(e){return/^is[A-Z]/.test(e)});function To(r,e,t){if(!P.isObject(r))throw new TypeError("target must be an object");e=e||new FormData,t=P.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(M,A){return!P.isUndefined(A[M])});const n=t.metaTokens,o=t.visitor||R,i=t.dots,a=t.indexes,v=(t.Blob||typeof Blob<"u"&&Blob)&&P.isSpecCompliantForm(e);if(!P.isFunction(o))throw new TypeError("visitor must be a function");function j(w){if(w===null)return"";if(P.isDate(w))return w.toISOString();if(!v&&P.isBlob(w))throw new Z("Blob is not supported. Use a Buffer instead.");return P.isArrayBuffer(w)||P.isTypedArray(w)?v&&typeof Blob=="function"?new Blob([w]):Buffer.from(w):w}function R(w,M,A){let K=w;if(w&&!A&&typeof w=="object"){if(P.endsWith(M,"{}"))M=n?M:M.slice(0,-2),w=JSON.stringify(w);else if(P.isArray(w)&&Fm(w)||(P.isFileList(w)||P.endsWith(M,"[]"))&&(K=P.toArray(w)))return M=Iy(M),K.forEach(function(oe,rt){!(P.isUndefined(oe)||oe===null)&&e.append(a===!0?$y([M],rt,i):a===null?M:M+"[]",j(oe))}),!1}return bs(w)?!0:(e.append($y(A,M,i),j(w)),!1)}const E=[],D=Object.assign(Dm,{defaultVisitor:R,convertValue:j,isVisitable:bs});function T(w,M){if(!P.isUndefined(w)){if(E.indexOf(w)!==-1)throw Error("Circular reference detected in "+M.join("."));E.push(w),P.forEach(w,function(K,J){(!(P.isUndefined(K)||K===null)&&o.call(e,K,P.isString(J)?J.trim():J,M,D))===!0&&T(K,M?M.concat(J):[J])}),E.pop()}}if(!P.isObject(r))throw new TypeError("data must be an object");return T(r),e}function Uy(r){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(r).replace(/[!'()~]|%20|%00/g,function(n){return e[n]})}function _s(r,e){this._pairs=[],r&&To(r,this,e)}const Cy=_s.prototype;Cy.append=function(e,t){this._pairs.push([e,t])},Cy.toString=function(e){const t=e?function(n){return e.call(this,n,Uy)}:Uy;return this._pairs.map(function(o){return t(o[0])+"="+t(o[1])},"").join("&")};function km(r){return encodeURIComponent(r).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Fy(r,e,t){if(!e)return r;const n=t&&t.encode||km;P.isFunction(t)&&(t={serialize:t});const o=t&&t.serialize;let i;if(o?i=o(e,t):i=P.isURLSearchParams(e)?e.toString():new _s(e,t).toString(n),i){const a=r.indexOf("#");a!==-1&&(r=r.slice(0,a)),r+=(r.indexOf("?")===-1?"?":"&")+i}return r}class Dy{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){P.forEach(this.handlers,function(n){n!==null&&e(n)})}}const ky={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},xm={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:_s,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Ss=typeof window<"u"&&typeof document<"u",vs=typeof navigator=="object"&&navigator||void 0,Bm=Ss&&(!vs||["ReactNative","NativeScript","NS"].indexOf(vs.product)<0),Lm=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Hm=Ss&&window.location.href||"http://localhost",_t={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Ss,hasStandardBrowserEnv:Bm,hasStandardBrowserWebWorkerEnv:Lm,navigator:vs,origin:Hm},Symbol.toStringTag,{value:"Module"})),...xm};function qm(r,e){return To(r,new _t.classes.URLSearchParams,Object.assign({visitor:function(t,n,o,i){return _t.isNode&&P.isBuffer(t)?(this.append(n,t.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},e))}function zm(r){return P.matchAll(/\w+|\[(\w*)]/g,r).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Vm(r){const e={},t=Object.keys(r);let n;const o=t.length;let i;for(n=0;n<o;n++)i=t[n],e[i]=r[i];return e}function xy(r){function e(t,n,o,i){let a=t[i++];if(a==="__proto__")return!0;const d=Number.isFinite(+a),v=i>=t.length;return a=!a&&P.isArray(o)?o.length:a,v?(P.hasOwnProp(o,a)?o[a]=[o[a],n]:o[a]=n,!d):((!o[a]||!P.isObject(o[a]))&&(o[a]=[]),e(t,n,o[a],i)&&P.isArray(o[a])&&(o[a]=Vm(o[a])),!d)}if(P.isFormData(r)&&P.isFunction(r.entries)){const t={};return P.forEachEntry(r,(n,o)=>{e(zm(n),o,t,0)}),t}return null}function Gm(r,e,t){if(P.isString(r))try{return(e||JSON.parse)(r),P.trim(r)}catch(n){if(n.name!=="SyntaxError")throw n}return(t||JSON.stringify)(r)}const Xi={transitional:ky,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",o=n.indexOf("application/json")>-1,i=P.isObject(e);if(i&&P.isHTMLForm(e)&&(e=new FormData(e)),P.isFormData(e))return o?JSON.stringify(xy(e)):e;if(P.isArrayBuffer(e)||P.isBuffer(e)||P.isStream(e)||P.isFile(e)||P.isBlob(e)||P.isReadableStream(e))return e;if(P.isArrayBufferView(e))return e.buffer;if(P.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let d;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return qm(e,this.formSerializer).toString();if((d=P.isFileList(e))||n.indexOf("multipart/form-data")>-1){const v=this.env&&this.env.FormData;return To(d?{"files[]":e}:e,v&&new v,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),Gm(e)):e}],transformResponse:[function(e){const t=this.transitional||Xi.transitional,n=t&&t.forcedJSONParsing,o=this.responseType==="json";if(P.isResponse(e)||P.isReadableStream(e))return e;if(e&&P.isString(e)&&(n&&!this.responseType||o)){const a=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(d){if(a)throw d.name==="SyntaxError"?Z.from(d,Z.ERR_BAD_RESPONSE,this,null,this.response):d}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:_t.classes.FormData,Blob:_t.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};P.forEach(["delete","get","head","post","put","patch"],r=>{Xi.headers[r]={}});const Wm=P.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Km=r=>{const e={};let t,n,o;return r&&r.split(`
|
|
20
|
-
`).forEach(function(a){
|
|
21
|
-
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach(o=>n.set(o)),n}static accessor(e){const n=(this[By]=this[By]={accessors:{}}).accessors,o=this.prototype;function i(a){const d=Yi(a);n[d]||(Qm(o,a),n[d]=!0)}return P.isArray(e)?e.forEach(i):i(e),this}};zt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),P.reduceDescriptors(zt.prototype,({value:r},e)=>{let t=e[0].toUpperCase()+e.slice(1);return{get:()=>r,set(n){this[t]=n}}}),P.freezeMethods(zt);function Rs(r,e){const t=this||Xi,n=e||t,o=zt.from(n.headers);let i=n.data;return P.forEach(r,function(d){i=d.call(t,i,o.normalize(),e?e.status:void 0)}),o.normalize(),i}function Ly(r){return!!(r&&r.__CANCEL__)}function mi(r,e,t){Z.call(this,r??"canceled",Z.ERR_CANCELED,e,t),this.name="CanceledError"}P.inherits(mi,Z,{__CANCEL__:!0});function Hy(r,e,t){const n=t.config.validateStatus;!t.status||!n||n(t.status)?r(t):e(new Z("Request failed with status code "+t.status,[Z.ERR_BAD_REQUEST,Z.ERR_BAD_RESPONSE][Math.floor(t.status/100)-4],t.config,t.request,t))}function Zm(r){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(r);return e&&e[1]||""}function eg(r,e){r=r||10;const t=new Array(r),n=new Array(r);let o=0,i=0,a;return e=e!==void 0?e:1e3,function(v){const j=Date.now(),R=n[i];a||(a=j),t[o]=v,n[o]=j;let E=i,D=0;for(;E!==o;)D+=t[E++],E=E%r;if(o=(o+1)%r,o===i&&(i=(i+1)%r),j-a<e)return;const T=R&&j-R;return T?Math.round(D*1e3/T):void 0}}function tg(r,e){let t=0,n=1e3/e,o,i;const a=(j,R=Date.now())=>{t=R,o=null,i&&(clearTimeout(i),i=null),r.apply(null,j)};return[(...j)=>{const R=Date.now(),E=R-t;E>=n?a(j,R):(o=j,i||(i=setTimeout(()=>{i=null,a(o)},n-E)))},()=>o&&a(o)]}const Mo=(r,e,t=3)=>{let n=0;const o=eg(50,250);return tg(i=>{const a=i.loaded,d=i.lengthComputable?i.total:void 0,v=a-n,j=o(v),R=a<=d;n=a;const E={loaded:a,total:d,progress:d?a/d:void 0,bytes:v,rate:j||void 0,estimated:j&&d&&R?(d-a)/j:void 0,event:i,lengthComputable:d!=null,[e?"download":"upload"]:!0};r(E)},t)},qy=(r,e)=>{const t=r!=null;return[n=>e[0]({lengthComputable:t,total:r,loaded:n}),e[1]]},zy=r=>(...e)=>P.asap(()=>r(...e)),ng=_t.hasStandardBrowserEnv?((r,e)=>t=>(t=new URL(t,_t.origin),r.protocol===t.protocol&&r.host===t.host&&(e||r.port===t.port)))(new URL(_t.origin),_t.navigator&&/(msie|trident)/i.test(_t.navigator.userAgent)):()=>!0,rg=_t.hasStandardBrowserEnv?{write(r,e,t,n,o,i){const a=[r+"="+encodeURIComponent(e)];P.isNumber(t)&&a.push("expires="+new Date(t).toGMTString()),P.isString(n)&&a.push("path="+n),P.isString(o)&&a.push("domain="+o),i===!0&&a.push("secure"),document.cookie=a.join("; ")},read(r){const e=document.cookie.match(new RegExp("(^|;\\s*)("+r+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(r){this.write(r,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function ig(r){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(r)}function og(r,e){return e?r.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):r}function Vy(r,e,t){let n=!ig(e);return r&&(n||t==!1)?og(r,e):e}const Gy=r=>r instanceof zt?{...r}:r;function kr(r,e){e=e||{};const t={};function n(j,R,E,D){return P.isPlainObject(j)&&P.isPlainObject(R)?P.merge.call({caseless:D},j,R):P.isPlainObject(R)?P.merge({},R):P.isArray(R)?R.slice():R}function o(j,R,E,D){if(P.isUndefined(R)){if(!P.isUndefined(j))return n(void 0,j,E,D)}else return n(j,R,E,D)}function i(j,R){if(!P.isUndefined(R))return n(void 0,R)}function a(j,R){if(P.isUndefined(R)){if(!P.isUndefined(j))return n(void 0,j)}else return n(void 0,R)}function d(j,R,E){if(E in e)return n(j,R);if(E in r)return n(void 0,j)}const v={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:d,headers:(j,R,E)=>o(Gy(j),Gy(R),E,!0)};return P.forEach(Object.keys(Object.assign({},r,e)),function(R){const E=v[R]||o,D=E(r[R],e[R],R);P.isUndefined(D)&&E!==d||(t[R]=D)}),t}const Wy=r=>{const e=kr({},r);let{data:t,withXSRFToken:n,xsrfHeaderName:o,xsrfCookieName:i,headers:a,auth:d}=e;e.headers=a=zt.from(a),e.url=Fy(Vy(e.baseURL,e.url,e.allowAbsoluteUrls),r.params,r.paramsSerializer),d&&a.set("Authorization","Basic "+btoa((d.username||"")+":"+(d.password?unescape(encodeURIComponent(d.password)):"")));let v;if(P.isFormData(t)){if(_t.hasStandardBrowserEnv||_t.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((v=a.getContentType())!==!1){const[j,...R]=v?v.split(";").map(E=>E.trim()).filter(Boolean):[];a.setContentType([j||"multipart/form-data",...R].join("; "))}}if(_t.hasStandardBrowserEnv&&(n&&P.isFunction(n)&&(n=n(e)),n||n!==!1&&ng(e.url))){const j=o&&i&&rg.read(i);j&&a.set(o,j)}return e},sg=typeof XMLHttpRequest<"u"&&function(r){return new Promise(function(t,n){const o=Wy(r);let i=o.data;const a=zt.from(o.headers).normalize();let{responseType:d,onUploadProgress:v,onDownloadProgress:j}=o,R,E,D,T,w;function M(){T&&T(),w&&w(),o.cancelToken&&o.cancelToken.unsubscribe(R),o.signal&&o.signal.removeEventListener("abort",R)}let A=new XMLHttpRequest;A.open(o.method.toUpperCase(),o.url,!0),A.timeout=o.timeout;function K(){if(!A)return;const oe=zt.from("getAllResponseHeaders"in A&&A.getAllResponseHeaders()),se={data:!d||d==="text"||d==="json"?A.responseText:A.response,status:A.status,statusText:A.statusText,headers:oe,config:r,request:A};Hy(function(cn){t(cn),M()},function(cn){n(cn),M()},se),A=null}"onloadend"in A?A.onloadend=K:A.onreadystatechange=function(){!A||A.readyState!==4||A.status===0&&!(A.responseURL&&A.responseURL.indexOf("file:")===0)||setTimeout(K)},A.onabort=function(){A&&(n(new Z("Request aborted",Z.ECONNABORTED,r,A)),A=null)},A.onerror=function(){n(new Z("Network Error",Z.ERR_NETWORK,r,A)),A=null},A.ontimeout=function(){let rt=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const se=o.transitional||ky;o.timeoutErrorMessage&&(rt=o.timeoutErrorMessage),n(new Z(rt,se.clarifyTimeoutError?Z.ETIMEDOUT:Z.ECONNABORTED,r,A)),A=null},i===void 0&&a.setContentType(null),"setRequestHeader"in A&&P.forEach(a.toJSON(),function(rt,se){A.setRequestHeader(se,rt)}),P.isUndefined(o.withCredentials)||(A.withCredentials=!!o.withCredentials),d&&d!=="json"&&(A.responseType=o.responseType),j&&([D,w]=Mo(j,!0),A.addEventListener("progress",D)),v&&A.upload&&([E,T]=Mo(v),A.upload.addEventListener("progress",E),A.upload.addEventListener("loadend",T)),(o.cancelToken||o.signal)&&(R=oe=>{A&&(n(!oe||oe.type?new mi(null,r,A):oe),A.abort(),A=null)},o.cancelToken&&o.cancelToken.subscribe(R),o.signal&&(o.signal.aborted?R():o.signal.addEventListener("abort",R)));const J=Zm(o.url);if(J&&_t.protocols.indexOf(J)===-1){n(new Z("Unsupported protocol "+J+":",Z.ERR_BAD_REQUEST,r));return}A.send(i||null)})},cg=(r,e)=>{const{length:t}=r=r?r.filter(Boolean):[];if(e||t){let n=new AbortController,o;const i=function(j){if(!o){o=!0,d();const R=j instanceof Error?j:this.reason;n.abort(R instanceof Z?R:new mi(R instanceof Error?R.message:R))}};let a=e&&setTimeout(()=>{a=null,i(new Z(`timeout ${e} of ms exceeded`,Z.ETIMEDOUT))},e);const d=()=>{r&&(a&&clearTimeout(a),a=null,r.forEach(j=>{j.unsubscribe?j.unsubscribe(i):j.removeEventListener("abort",i)}),r=null)};r.forEach(j=>j.addEventListener("abort",i));const{signal:v}=n;return v.unsubscribe=()=>P.asap(d),v}},ag=function*(r,e){let t=r.byteLength;if(t<e){yield r;return}let n=0,o;for(;n<t;)o=n+e,yield r.slice(n,o),n=o},dg=async function*(r,e){for await(const t of ug(r))yield*ag(t,e)},ug=async function*(r){if(r[Symbol.asyncIterator]){yield*r;return}const e=r.getReader();try{for(;;){const{done:t,value:n}=await e.read();if(t)break;yield n}}finally{await e.cancel()}},Ky=(r,e,t,n)=>{const o=dg(r,e);let i=0,a,d=v=>{a||(a=!0,n&&n(v))};return new ReadableStream({async pull(v){try{const{done:j,value:R}=await o.next();if(j){d(),v.close();return}let E=R.byteLength;if(t){let D=i+=E;t(D)}v.enqueue(new Uint8Array(R))}catch(j){throw d(j),j}},cancel(v){return d(v),o.return()}},{highWaterMark:2})},Io=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Jy=Io&&typeof ReadableStream=="function",pg=Io&&(typeof TextEncoder=="function"?(r=>e=>r.encode(e))(new TextEncoder):async r=>new Uint8Array(await new Response(r).arrayBuffer())),Xy=(r,...e)=>{try{return!!r(...e)}catch{return!1}},fg=Jy&&Xy(()=>{let r=!1;const e=new Request(_t.origin,{body:new ReadableStream,method:"POST",get duplex(){return r=!0,"half"}}).headers.has("Content-Type");return r&&!e}),Yy=64*1024,Ps=Jy&&Xy(()=>P.isReadableStream(new Response("").body)),$o={stream:Ps&&(r=>r.body)};Io&&(r=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!$o[e]&&($o[e]=P.isFunction(r[e])?t=>t[e]():(t,n)=>{throw new Z(`Response type '${e}' is not supported`,Z.ERR_NOT_SUPPORT,n)})})})(new Response);const yg=async r=>{if(r==null)return 0;if(P.isBlob(r))return r.size;if(P.isSpecCompliantForm(r))return(await new Request(_t.origin,{method:"POST",body:r}).arrayBuffer()).byteLength;if(P.isArrayBufferView(r)||P.isArrayBuffer(r))return r.byteLength;if(P.isURLSearchParams(r)&&(r=r+""),P.isString(r))return(await pg(r)).byteLength},lg=async(r,e)=>{const t=P.toFiniteNumber(r.getContentLength());return t??yg(e)},js={http:Cm,xhr:sg,fetch:Io&&(async r=>{let{url:e,method:t,data:n,signal:o,cancelToken:i,timeout:a,onDownloadProgress:d,onUploadProgress:v,responseType:j,headers:R,withCredentials:E="same-origin",fetchOptions:D}=Wy(r);j=j?(j+"").toLowerCase():"text";let T=cg([o,i&&i.toAbortSignal()],a),w;const M=T&&T.unsubscribe&&(()=>{T.unsubscribe()});let A;try{if(v&&fg&&t!=="get"&&t!=="head"&&(A=await lg(R,n))!==0){let se=new Request(e,{method:"POST",body:n,duplex:"half"}),Yt;if(P.isFormData(n)&&(Yt=se.headers.get("content-type"))&&R.setContentType(Yt),se.body){const[cn,Rr]=qy(A,Mo(zy(v)));n=Ky(se.body,Yy,cn,Rr)}}P.isString(E)||(E=E?"include":"omit");const K="credentials"in Request.prototype;w=new Request(e,{...D,signal:T,method:t.toUpperCase(),headers:R.normalize().toJSON(),body:n,duplex:"half",credentials:K?E:void 0});let J=await fetch(w);const oe=Ps&&(j==="stream"||j==="response");if(Ps&&(d||oe&&M)){const se={};["status","statusText","headers"].forEach(bi=>{se[bi]=J[bi]});const Yt=P.toFiniteNumber(J.headers.get("content-length")),[cn,Rr]=d&&qy(Yt,Mo(zy(d),!0))||[];J=new Response(Ky(J.body,Yy,cn,()=>{Rr&&Rr(),M&&M()}),se)}j=j||"text";let rt=await $o[P.findKey($o,j)||"text"](J,r);return!oe&&M&&M(),await new Promise((se,Yt)=>{Hy(se,Yt,{data:rt,headers:zt.from(J.headers),status:J.status,statusText:J.statusText,config:r,request:w})})}catch(K){throw M&&M(),K&&K.name==="TypeError"&&/Load failed|fetch/i.test(K.message)?Object.assign(new Z("Network Error",Z.ERR_NETWORK,r,w),{cause:K.cause||K}):Z.from(K,K&&K.code,r,w)}})};P.forEach(js,(r,e)=>{if(r){try{Object.defineProperty(r,"name",{value:e})}catch{}Object.defineProperty(r,"adapterName",{value:e})}});const Qy=r=>`- ${r}`,mg=r=>P.isFunction(r)||r===null||r===!1,Zy={getAdapter:r=>{r=P.isArray(r)?r:[r];const{length:e}=r;let t,n;const o={};for(let i=0;i<e;i++){t=r[i];let a;if(n=t,!mg(t)&&(n=js[(a=String(t)).toLowerCase()],n===void 0))throw new Z(`Unknown adapter '${a}'`);if(n)break;o[a||"#"+i]=n}if(!n){const i=Object.entries(o).map(([d,v])=>`adapter ${d} `+(v===!1?"is not supported by the environment":"is not available in the build"));let a=e?i.length>1?`since :
|
|
22
|
-
`+i.map(
|
|
23
|
-
`):" "+
|
|
24
|
-
`+i):n.stack=i}catch{}}throw n}}_request(e,t){typeof e=="string"?(t=t||{},t.url=e):t=e||{},t=kr(this.defaults,t);const{transitional:n,paramsSerializer:o,headers:i}=t;n!==void 0&&Co.assertOptions(n,{silentJSONParsing:$n.transitional($n.boolean),forcedJSONParsing:$n.transitional($n.boolean),clarifyTimeoutError:$n.transitional($n.boolean)},!1),o!=null&&(P.isFunction(o)?t.paramsSerializer={serialize:o}:Co.assertOptions(o,{encode:$n.function,serialize:$n.function},!0)),t.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Co.assertOptions(t,{baseUrl:$n.spelling("baseURL"),withXsrfToken:$n.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=i&&P.merge(i.common,i[t.method]);i&&P.forEach(["delete","get","head","post","put","patch","common"],w=>{delete i[w]}),t.headers=zt.concat(a,i);const d=[];let v=!0;this.interceptors.request.forEach(function(M){typeof M.runWhen=="function"&&M.runWhen(t)===!1||(v=v&&M.synchronous,d.unshift(M.fulfilled,M.rejected))});const j=[];this.interceptors.response.forEach(function(M){j.push(M.fulfilled,M.rejected)});let R,E=0,D;if(!v){const w=[el.bind(this),void 0];for(w.unshift.apply(w,d),w.push.apply(w,j),D=w.length,R=Promise.resolve(t);E<D;)R=R.then(w[E++],w[E++]);return R}D=d.length;let T=t;for(E=0;E<D;){const w=d[E++],M=d[E++];try{T=w(T)}catch(A){M.call(this,A);break}}try{R=el.call(this,T)}catch(w){return Promise.reject(w)}for(E=0,D=j.length;E<D;)R=R.then(j[E++],j[E++]);return R}getUri(e){e=kr(this.defaults,e);const t=Vy(e.baseURL,e.url,e.allowAbsoluteUrls);return Fy(t,e.params,e.paramsSerializer)}};P.forEach(["delete","get","head","options"],function(e){xr.prototype[e]=function(t,n){return this.request(kr(n||{},{method:e,url:t,data:(n||{}).data}))}}),P.forEach(["post","put","patch"],function(e){function t(n){return function(i,a,d){return this.request(kr(d||{},{method:e,headers:n?{"Content-Type":"multipart/form-data"}:{},url:i,data:a}))}}xr.prototype[e]=t(),xr.prototype[e+"Form"]=t(!0)});let hg=class sl{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(i){t=i});const n=this;this.promise.then(o=>{if(!n._listeners)return;let i=n._listeners.length;for(;i-- >0;)n._listeners[i](o);n._listeners=null}),this.promise.then=o=>{let i;const a=new Promise(d=>{n.subscribe(d),i=d}).then(o);return a.cancel=function(){n.unsubscribe(i)},a},e(function(i,a,d){n.reason||(n.reason=new mi(i,a,d),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);t!==-1&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=n=>{e.abort(n)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new sl(function(o){e=o}),cancel:e}}};function bg(r){return function(t){return r.apply(null,t)}}function _g(r){return P.isObject(r)&&r.isAxiosError===!0}const Es={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Es).forEach(([r,e])=>{Es[e]=r});function rl(r){const e=new xr(r),t=vy(xr.prototype.request,e);return P.extend(t,xr.prototype,e,{allOwnKeys:!0}),P.extend(t,e,null,{allOwnKeys:!0}),t.create=function(o){return rl(kr(r,o))},t}const Xe=rl(Xi);Xe.Axios=xr,Xe.CanceledError=mi,Xe.CancelToken=hg,Xe.isCancel=Ly,Xe.VERSION=tl,Xe.toFormData=To,Xe.AxiosError=Z,Xe.Cancel=Xe.CanceledError,Xe.all=function(e){return Promise.all(e)},Xe.spread=bg,Xe.isAxiosError=_g,Xe.mergeConfig=kr,Xe.AxiosHeaders=zt,Xe.formToJSON=r=>xy(P.isHTMLForm(r)?new FormData(r):r),Xe.getAdapter=Zy.getAdapter,Xe.HttpStatusCode=Es,Xe.default=Xe;const{Axios:kg,AxiosError:xg,CanceledError:Bg,isCancel:Lg,CancelToken:Hg,VERSION:qg,all:zg,Cancel:Vg,isAxiosError:Gg,spread:Wg,toFormData:Kg,AxiosHeaders:Jg,HttpStatusCode:Xg,formToJSON:Yg,getAdapter:Qg,mergeConfig:Zg}=Xe;var Sg=function(r,e,t,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(o<3?a(i):o>3?a(e,t,i):a(e,t))||i);return o>3&&i&&Object.defineProperty(e,t,i),i};u.HTTPConsumer=class extends u.Consumer{constructor(){super(...arguments);s(this,"timeout",1e4);s(this,"cs",new Map)}getAddr(t){const n=ge.MESH_ADDRESS.get().any(),o=t.getAttribute(et.REMOTE);return o==n?"":o}async getClient(t){if(!this.cs.has(t)){const n={baseURL:t,timeout:this.timeout,headers:{"Content-Type":"application/json;charset=UTF-8"}};if(typeof window>"u"){const i=await Promise.resolve().then(()=>jg);n.httpsAgent=new i.Agent({rejectUnauthorized:!1})}const o=Xe.create(n);o.interceptors.request.use(i=>i),this.cs.set(t,o)}return this.cs.get(t)}start(){}close(){}async consume(t,n,o,i,a){const d=i.schema(t).timeout??this.timeout,v=t.getAttribute(et.TIMEOUT)??this.timeout,j=tt.load(u.Codec).getDefault(),R=j.decode(a,Object),E=await this.invoke(t,R,Object,o,Math.max(v,d));return j.encode(E)}async invoke(t,n,o,i,a){const d={"mesh-urn":i};t.getAttachments().forEach((E,D)=>{d[E]=D});const v=this.getAddr(t),R=await(await this.getClient(v)).post(`${v}mpc/invoke`,n,{timeout:Math.max(this.timeout,a),headers:d});if(R.status!==200)throw Pi.errorf(R);return R.data}},u.HTTPConsumer=Sg([x(u.Consumer.HTTP)],u.HTTPConsumer);class Ns{constructor(){s(this,"name","");s(this,"icon");s(this,"path","");s(this,"describe");s(this,"disable",!1);s(this,"star",!1);s(this,"route");s(this,"children",[]);s(this,"parent");s(this,"attrs")}static abs(e,t=""){if(!e.parent)return`${t}${e.path}`;const n=this.abs(e.parent).replaceAll("/*","");return n==""?`${t}${e.path}`:`${t}${n}${e.path.replaceAll("/*","")}`}static preproc(e){e==null||e.forEach(t=>{var n;(n=t.children)==null||n.forEach(o=>{o.parent=t}),this.preproc((t==null?void 0:t.children)||[])})}static chain(e){return e.parent?[...Ns.chain(e.parent),e]:[]}}class vg extends u.Network{constructor(){super();s(this,"proxy");this.proxy=u.ServiceProxy.proxy(u.Network)}environ(t){return this.proxy.environ(t)}accessible(t,n){return this.proxy.accessible(t)}refresh(t,n){return this.proxy.refresh(t)}route(t,n){return this.proxy.route(t)}routes(t){return this.proxy.routes(t)}disable(t,n){return this.proxy.disable(t)}enable(t,n){return this.proxy.enable(t)}index(t,n){return this.proxy.index(t)}version(t,n){return this.proxy.version(t)}}class Og{constructor(e,t){s(this,"values",[]);s(this,"filter",(e,t)=>!0);this.values=e||[],this.filter=t}index(e){const t=e.factor||{},n=new Oe;n.index=e.index,n.sid=e.sid||"",n.limit=e.limit,n.total=e.index*e.limit,n.next=!1,n.data=[];const o=n.index*n.limit,i=(n.index+1)*n.limit;for(let a=o;a<this.values.length&&!(o>=this.values.length);a++){const d=this.values[a];n.data.length<e.limit&&o<=n.total&&n.total<i&&n.data.push(d),(!this.filter||this.filter(d,t))&&n.total++}return n.total>i&&(n.next=!0),n}}class Rg{constructor(){s(this,"builtin",u.ServiceProxy.proxy(u.Builtin));s(this,"cache",u.ServiceProxy.proxy(u.Cache));s(this,"cipherEconomy",u.ServiceProxy.proxy(u.CipherEconomy));s(this,"cipherProvider",u.ServiceProxy.proxy(u.CipherProvider));s(this,"cluster",u.ServiceProxy.proxy(u.Cluster));s(this,"commercialize",u.ServiceProxy.proxy(u.Commercialize));s(this,"cryptor",u.ServiceProxy.proxy(u.Cryptor));s(this,"daler",u.ServiceProxy.proxy(u.Daler));s(this,"dataHouse",u.ServiceProxy.proxy(u.DataHouse));s(this,"devops",u.ServiceProxy.proxy(u.Devops));s(this,"endpoint",u.ServiceProxy.proxy(u.Endpoint));s(this,"firewalld",u.ServiceProxy.proxy(u.Firewalld));s(this,"graph",u.ServiceProxy.proxy(u.Graph));s(this,"kms",u.ServiceProxy.proxy(u.KMS));s(this,"kv",u.ServiceProxy.proxy(u.KV));s(this,"licenser",u.ServiceProxy.proxy(u.Licenser));s(this,"locker",u.ServiceProxy.proxy(u.Locker));s(this,"network",u.ServiceProxy.proxy(u.Network));s(this,"pipeline",u.ServiceProxy.proxy(u.Pipeline));s(this,"publisher",u.ServiceProxy.proxy(u.Publisher));s(this,"registry",u.ServiceProxy.proxy(u.Registry));s(this,"savepoint",u.ServiceProxy.proxy(u.Savepoint));s(this,"scheduler",u.ServiceProxy.proxy(u.Scheduler));s(this,"sequence",u.ServiceProxy.proxy(u.Sequence));s(this,"subscriber",u.ServiceProxy.proxy(u.Subscriber));s(this,"tokenizer",u.ServiceProxy.proxy(u.Tokenizer));s(this,"authProvider",u.ServiceProxy.proxy(u.AuthProvider));s(this,"transporter",u.ServiceProxy.proxy(u.Transporter));s(this,"fileSystem",u.ServiceProxy.proxy(u.FileSystem));s(this,"vm",u.ServiceProxy.proxy(u.VM));s(this,"workflow",u.ServiceProxy.proxy(u.Workflow))}}const Pg=new Rg,jg=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));u.AccessCode=fo,u.AccessGrant=dr,u.AccessID=yo,u.AccessToken=Dn,u.Addrs=vo,u.Argument=xs,u.Ark=Ae,u.Body=Fe,u.CONSUMER=Oo,u.CRL=wi,u.CacheBody=Pt,u.Captcha=Kr,u.Cause=Ft,u.CipherEntity=bn,u.CipherHello=vt,u.CipherKey=uo,u.CipherKeygen=rr,u.CipherObject=ft,u.CipherRegen=Ei,u.CipherSuite=Er,u.CipherTxEntity=Ni,u.Citizen=Ns,u.CommerceEnviron=Wr,u.CommerceLicense=Gr,u.Context=co,u.Credential=Qt,u.CrtRevokeRequest=Vr,u.CrtRotateRequest=Tr,u.DalerBinlog=Cn,u.DalerCluster=it,u.DalerDTSJob=un,u.DalerInstance=qr,u.DalerSource=Dt,u.DalerTest=Nr,u.DataLord=ji,u.Deque=Hs,u.Document=ir,u.DocumentMetadata=or,u.DtxBranch=wn,u.DtxDefinition=pr,u.Dynamic=Oi,u.DynamicOption=Kt,u.DynamicRoute=kn,u.DynamicServer=Yr,u.EndpointSticker=yu,u.Entry=Ti,u.Env=Hr,u.Environ=Ge,u.Errors=Pi,u.Event=mt,u.FileEntry=zr,u.FileMirror=Bn,u.Firewall=he,u.GenericExecution=my,u.GenericInspector=gy,u.GenericParameters=ps,u.GenericReturns=fs,u.GrantCode=Yo,u.Header=ao,u.Hodor=ts,u.Hook=Ro,u.Idx=tr,u.Inbound=Qo,u.Institution=po,u.Key=nr,u.KeyCsr=nt,u.Keys=Wt,u.Keyset=Xo,u.KindMirror=fn,u.Lattice=Fn,u.License=Re,u.Location=ar,u.MPI=ze,u.MPS=Ri,u.Mani=wr,u.Matcher=lo,u.Mesh=et,u.MeshCode=ee,u.MeshContext=Wi,u.MeshFlags=In,u.MeshNetwork=vg,u.MeshService=Pg,u.Metadata=Zo,u.MethodInspector=Bs,u.MethodMirror=En,u.Mock=ms,u.Mode=io,u.MpcStream=cs,u.Netlist=ur,u.Outbound=Ai,u.PROVIDER=hy,u.Packet=en,u.Page=Oe,u.Paging=U,u.ParameterMirror=xn,u.Payload=Ii,u.Principal=Et,u.Reference=Rn,u.ReferenceInvokeHandler=_y,u.Registration=gt,u.RegistrationKind=Sl,u.Replica=Ve,u.ReturnMirror=fr,u.Routable=Hi,u.Route=me,u.RunMode=so,u.SPI=dn,u.Script=Ze,u.Service=kt,u.ServiceInvocation=by,u.ServiceInvokeHandler=Sy,u.ServiceLoader=tt,u.Session=Nt,u.Settings=_n,u.StatefulServer=ly,u.States=es,u.Status=h,u.ThrowableMirror=Mi,u.Timeout=On,u.Tool=ge,u.Topic=He,u.Triplet=qc,u.Types=er,u.URC=Zt,u.URN=Yn,u.URNFlag=_r,u.VTable=Og,u.VariableMirror=pn,u.Versions=$i,u.WorkChart=Lt,u.WorkContext=Vn,u.WorkGroup=zn,u.WorkIntent=yr,u.WorkRoutine=Ar,u.WorkSide=Ui,u.WorkTask=qn,u.WorkVertex=dt,u.Worker=ot,u.binding=pl,u.composite=ys,u.context=b,u.dict=q,u.globalPtr=Lr,u.index=c,u.instanceOfCodeable=Ls,u.list=St,u.mpi=S,u.mps=bl,u.returnType=Tl,u.spi=x,u.withCodec=Cl,u.withConsumer=Ul,u.withMode=al,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
|
|
19
|
+
*/var Ay;function Vl(){return Ay||(Ay=1,function(r){const e=ql(),t=zl(),n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;r.Buffer=d,r.SlowBuffer=Y,r.INSPECT_MAX_BYTES=50;const s=2147483647;r.kMaxLength=s,d.TYPED_ARRAY_SUPPORT=i(),!d.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function i(){try{const y=new Uint8Array(1),p={foo:function(){return 42}};return Object.setPrototypeOf(p,Uint8Array.prototype),Object.setPrototypeOf(y,p),y.foo()===42}catch{return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.buffer}}),Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.byteOffset}});function a(y){if(y>s)throw new RangeError('The value "'+y+'" is invalid for option "size"');const p=new Uint8Array(y);return Object.setPrototypeOf(p,d.prototype),p}function d(y,p,f){if(typeof y=="number"){if(typeof p=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return E(y)}return v(y,p,f)}d.poolSize=8192;function v(y,p,f){if(typeof y=="string")return D(y,p);if(ArrayBuffer.isView(y))return w(y);if(y==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof y);if(Yt(y,ArrayBuffer)||y&&Yt(y.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Yt(y,SharedArrayBuffer)||y&&Yt(y.buffer,SharedArrayBuffer)))return M(y,p,f);if(typeof y=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const m=y.valueOf&&y.valueOf();if(m!=null&&m!==y)return d.from(m,p,f);const _=A(y);if(_)return _;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof y[Symbol.toPrimitive]=="function")return d.from(y[Symbol.toPrimitive]("string"),p,f);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof y)}d.from=function(y,p,f){return v(y,p,f)},Object.setPrototypeOf(d.prototype,Uint8Array.prototype),Object.setPrototypeOf(d,Uint8Array);function j(y){if(typeof y!="number")throw new TypeError('"size" argument must be of type number');if(y<0)throw new RangeError('The value "'+y+'" is invalid for option "size"')}function R(y,p,f){return j(y),y<=0?a(y):p!==void 0?typeof f=="string"?a(y).fill(p,f):a(y).fill(p):a(y)}d.alloc=function(y,p,f){return R(y,p,f)};function E(y){return j(y),a(y<0?0:X(y)|0)}d.allocUnsafe=function(y){return E(y)},d.allocUnsafeSlow=function(y){return E(y)};function D(y,p){if((typeof p!="string"||p==="")&&(p="utf8"),!d.isEncoding(p))throw new TypeError("Unknown encoding: "+p);const f=ae(y,p)|0;let m=a(f);const _=m.write(y,p);return _!==f&&(m=m.slice(0,_)),m}function T(y){const p=y.length<0?0:X(y.length)|0,f=a(p);for(let m=0;m<p;m+=1)f[m]=y[m]&255;return f}function w(y){if(Yt(y,Uint8Array)){const p=new Uint8Array(y);return M(p.buffer,p.byteOffset,p.byteLength)}return T(y)}function M(y,p,f){if(p<0||y.byteLength<p)throw new RangeError('"offset" is outside of buffer bounds');if(y.byteLength<p+(f||0))throw new RangeError('"length" is outside of buffer bounds');let m;return p===void 0&&f===void 0?m=new Uint8Array(y):f===void 0?m=new Uint8Array(y,p):m=new Uint8Array(y,p,f),Object.setPrototypeOf(m,d.prototype),m}function A(y){if(d.isBuffer(y)){const p=X(y.length)|0,f=a(p);return f.length===0||y.copy(f,0,0,p),f}if(y.length!==void 0)return typeof y.length!="number"||co(y.length)?a(0):T(y);if(y.type==="Buffer"&&Array.isArray(y.data))return T(y.data)}function X(y){if(y>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return y|0}function Y(y){return+y!=y&&(y=0),d.alloc(+y)}d.isBuffer=function(p){return p!=null&&p._isBuffer===!0&&p!==d.prototype},d.compare=function(p,f){if(Yt(p,Uint8Array)&&(p=d.from(p,p.offset,p.byteLength)),Yt(f,Uint8Array)&&(f=d.from(f,f.offset,f.byteLength)),!d.isBuffer(p)||!d.isBuffer(f))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(p===f)return 0;let m=p.length,_=f.length;for(let l=0,g=Math.min(m,_);l<g;++l)if(p[l]!==f[l]){m=p[l],_=f[l];break}return m<_?-1:_<m?1:0},d.isEncoding=function(p){switch(String(p).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},d.concat=function(p,f){if(!Array.isArray(p))throw new TypeError('"list" argument must be an Array of Buffers');if(p.length===0)return d.alloc(0);let m;if(f===void 0)for(f=0,m=0;m<p.length;++m)f+=p[m].length;const _=d.allocUnsafe(f);let l=0;for(m=0;m<p.length;++m){let g=p[m];if(Yt(g,Uint8Array))l+g.length>_.length?(d.isBuffer(g)||(g=d.from(g)),g.copy(_,l)):Uint8Array.prototype.set.call(_,g,l);else if(d.isBuffer(g))g.copy(_,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=g.length}return _};function ae(y,p){if(d.isBuffer(y))return y.length;if(ArrayBuffer.isView(y)||Yt(y,ArrayBuffer))return y.byteLength;if(typeof y!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof y);const f=y.length,m=arguments.length>2&&arguments[2]===!0;if(!m&&f===0)return 0;let _=!1;for(;;)switch(p){case"ascii":case"latin1":case"binary":return f;case"utf8":case"utf-8":return Pi(y).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return f*2;case"hex":return f>>>1;case"base64":return so(y).length;default:if(_)return m?-1:Pi(y).length;p=(""+p).toLowerCase(),_=!0}}d.byteLength=ae;function ot(y,p,f){let m=!1;if((p===void 0||p<0)&&(p=0),p>this.length||((f===void 0||f>this.length)&&(f=this.length),f<=0)||(f>>>=0,p>>>=0,f<=p))return"";for(y||(y="utf8");;)switch(y){case"hex":return Vo(this,p,f);case"utf8":case"utf-8":return Ho(this,p,f);case"ascii":return qo(this,p,f);case"latin1":case"binary":return zo(this,p,f);case"base64":return Cs(this,p,f);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Go(this,p,f);default:if(m)throw new TypeError("Unknown encoding: "+y);y=(y+"").toLowerCase(),m=!0}}d.prototype._isBuffer=!0;function de(y,p,f){const m=y[p];y[p]=y[f],y[f]=m}d.prototype.swap16=function(){const p=this.length;if(p%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let f=0;f<p;f+=2)de(this,f,f+1);return this},d.prototype.swap32=function(){const p=this.length;if(p%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let f=0;f<p;f+=4)de(this,f,f+3),de(this,f+1,f+2);return this},d.prototype.swap64=function(){const p=this.length;if(p%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let f=0;f<p;f+=8)de(this,f,f+7),de(this,f+1,f+6),de(this,f+2,f+5),de(this,f+3,f+4);return this},d.prototype.toString=function(){const p=this.length;return p===0?"":arguments.length===0?Ho(this,0,p):ot.apply(this,arguments)},d.prototype.toLocaleString=d.prototype.toString,d.prototype.equals=function(p){if(!d.isBuffer(p))throw new TypeError("Argument must be a Buffer");return this===p?!0:d.compare(this,p)===0},d.prototype.inspect=function(){let p="";const f=r.INSPECT_MAX_BYTES;return p=this.toString("hex",0,f).replace(/(.{2})/g,"$1 ").trim(),this.length>f&&(p+=" ... "),"<Buffer "+p+">"},n&&(d.prototype[n]=d.prototype.inspect),d.prototype.compare=function(p,f,m,_,l){if(Yt(p,Uint8Array)&&(p=d.from(p,p.offset,p.byteLength)),!d.isBuffer(p))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof p);if(f===void 0&&(f=0),m===void 0&&(m=p?p.length:0),_===void 0&&(_=0),l===void 0&&(l=this.length),f<0||m>p.length||_<0||l>this.length)throw new RangeError("out of range index");if(_>=l&&f>=m)return 0;if(_>=l)return-1;if(f>=m)return 1;if(f>>>=0,m>>>=0,_>>>=0,l>>>=0,this===p)return 0;let g=l-_,O=m-f;const N=Math.min(g,O),I=this.slice(_,l),ee=p.slice(f,m);for(let J=0;J<N;++J)if(I[J]!==ee[J]){g=I[J],O=ee[J];break}return g<O?-1:O<g?1:0};function tn(y,p,f,m,_){if(y.length===0)return-1;if(typeof f=="string"?(m=f,f=0):f>2147483647?f=2147483647:f<-2147483648&&(f=-2147483648),f=+f,co(f)&&(f=_?0:y.length-1),f<0&&(f=y.length+f),f>=y.length){if(_)return-1;f=y.length-1}else if(f<0)if(_)f=0;else return-1;if(typeof p=="string"&&(p=d.from(p,m)),d.isBuffer(p))return p.length===0?-1:yn(y,p,f,m,_);if(typeof p=="number")return p=p&255,typeof Uint8Array.prototype.indexOf=="function"?_?Uint8Array.prototype.indexOf.call(y,p,f):Uint8Array.prototype.lastIndexOf.call(y,p,f):yn(y,[p],f,m,_);throw new TypeError("val must be string, number or Buffer")}function yn(y,p,f,m,_){let l=1,g=y.length,O=p.length;if(m!==void 0&&(m=String(m).toLowerCase(),m==="ucs2"||m==="ucs-2"||m==="utf16le"||m==="utf-16le")){if(y.length<2||p.length<2)return-1;l=2,g/=2,O/=2,f/=2}function N(ee,J){return l===1?ee[J]:ee.readUInt16BE(J*l)}let I;if(_){let ee=-1;for(I=f;I<g;I++)if(N(y,I)===N(p,ee===-1?0:I-ee)){if(ee===-1&&(ee=I),I-ee+1===O)return ee*l}else ee!==-1&&(I-=I-ee),ee=-1}else for(f+O>g&&(f=g-O),I=f;I>=0;I--){let ee=!0;for(let J=0;J<O;J++)if(N(y,I+J)!==N(p,J)){ee=!1;break}if(ee)return I}return-1}d.prototype.includes=function(p,f,m){return this.indexOf(p,f,m)!==-1},d.prototype.indexOf=function(p,f,m){return tn(this,p,f,m,!0)},d.prototype.lastIndexOf=function(p,f,m){return tn(this,p,f,m,!1)};function Nr(y,p,f,m){f=Number(f)||0;const _=y.length-f;m?(m=Number(m),m>_&&(m=_)):m=_;const l=p.length;m>l/2&&(m=l/2);let g;for(g=0;g<m;++g){const O=parseInt(p.substr(g*2,2),16);if(co(O))return g;y[f+g]=O}return g}function Oi(y,p,f,m){return zr(Pi(p,y.length-f),y,f,m)}function Is(y,p,f,m){return zr(Xo(p),y,f,m)}function $s(y,p,f,m){return zr(so(p),y,f,m)}function Us(y,p,f,m){return zr(Yo(p,y.length-f),y,f,m)}d.prototype.write=function(p,f,m,_){if(f===void 0)_="utf8",m=this.length,f=0;else if(m===void 0&&typeof f=="string")_=f,m=this.length,f=0;else if(isFinite(f))f=f>>>0,isFinite(m)?(m=m>>>0,_===void 0&&(_="utf8")):(_=m,m=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const l=this.length-f;if((m===void 0||m>l)&&(m=l),p.length>0&&(m<0||f<0)||f>this.length)throw new RangeError("Attempt to write outside buffer bounds");_||(_="utf8");let g=!1;for(;;)switch(_){case"hex":return Nr(this,p,f,m);case"utf8":case"utf-8":return Oi(this,p,f,m);case"ascii":case"latin1":case"binary":return Is(this,p,f,m);case"base64":return $s(this,p,f,m);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Us(this,p,f,m);default:if(g)throw new TypeError("Unknown encoding: "+_);_=(""+_).toLowerCase(),g=!0}},d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Cs(y,p,f){return p===0&&f===y.length?e.fromByteArray(y):e.fromByteArray(y.slice(p,f))}function Ho(y,p,f){f=Math.min(y.length,f);const m=[];let _=p;for(;_<f;){const l=y[_];let g=null,O=l>239?4:l>223?3:l>191?2:1;if(_+O<=f){let N,I,ee,J;switch(O){case 1:l<128&&(g=l);break;case 2:N=y[_+1],(N&192)===128&&(J=(l&31)<<6|N&63,J>127&&(g=J));break;case 3:N=y[_+1],I=y[_+2],(N&192)===128&&(I&192)===128&&(J=(l&15)<<12|(N&63)<<6|I&63,J>2047&&(J<55296||J>57343)&&(g=J));break;case 4:N=y[_+1],I=y[_+2],ee=y[_+3],(N&192)===128&&(I&192)===128&&(ee&192)===128&&(J=(l&15)<<18|(N&63)<<12|(I&63)<<6|ee&63,J>65535&&J<1114112&&(g=J))}}g===null?(g=65533,O=1):g>65535&&(g-=65536,m.push(g>>>10&1023|55296),g=56320|g&1023),m.push(g),_+=O}return ro(m)}const no=4096;function ro(y){const p=y.length;if(p<=no)return String.fromCharCode.apply(String,y);let f="",m=0;for(;m<p;)f+=String.fromCharCode.apply(String,y.slice(m,m+=no));return f}function qo(y,p,f){let m="";f=Math.min(y.length,f);for(let _=p;_<f;++_)m+=String.fromCharCode(y[_]&127);return m}function zo(y,p,f){let m="";f=Math.min(y.length,f);for(let _=p;_<f;++_)m+=String.fromCharCode(y[_]);return m}function Vo(y,p,f){const m=y.length;(!p||p<0)&&(p=0),(!f||f<0||f>m)&&(f=m);let _="";for(let l=p;l<f;++l)_+=Ds[y[l]];return _}function Go(y,p,f){const m=y.slice(p,f);let _="";for(let l=0;l<m.length-1;l+=2)_+=String.fromCharCode(m[l]+m[l+1]*256);return _}d.prototype.slice=function(p,f){const m=this.length;p=~~p,f=f===void 0?m:~~f,p<0?(p+=m,p<0&&(p=0)):p>m&&(p=m),f<0?(f+=m,f<0&&(f=0)):f>m&&(f=m),f<p&&(f=p);const _=this.subarray(p,f);return Object.setPrototypeOf(_,d.prototype),_};function Qe(y,p,f){if(y%1!==0||y<0)throw new RangeError("offset is not uint");if(y+p>f)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(p,f,m){p=p>>>0,f=f>>>0,m||Qe(p,f,this.length);let _=this[p],l=1,g=0;for(;++g<f&&(l*=256);)_+=this[p+g]*l;return _},d.prototype.readUintBE=d.prototype.readUIntBE=function(p,f,m){p=p>>>0,f=f>>>0,m||Qe(p,f,this.length);let _=this[p+--f],l=1;for(;f>0&&(l*=256);)_+=this[p+--f]*l;return _},d.prototype.readUint8=d.prototype.readUInt8=function(p,f){return p=p>>>0,f||Qe(p,1,this.length),this[p]},d.prototype.readUint16LE=d.prototype.readUInt16LE=function(p,f){return p=p>>>0,f||Qe(p,2,this.length),this[p]|this[p+1]<<8},d.prototype.readUint16BE=d.prototype.readUInt16BE=function(p,f){return p=p>>>0,f||Qe(p,2,this.length),this[p]<<8|this[p+1]},d.prototype.readUint32LE=d.prototype.readUInt32LE=function(p,f){return p=p>>>0,f||Qe(p,4,this.length),(this[p]|this[p+1]<<8|this[p+2]<<16)+this[p+3]*16777216},d.prototype.readUint32BE=d.prototype.readUInt32BE=function(p,f){return p=p>>>0,f||Qe(p,4,this.length),this[p]*16777216+(this[p+1]<<16|this[p+2]<<8|this[p+3])},d.prototype.readBigUInt64LE=xn(function(p){p=p>>>0,Sn(p,"offset");const f=this[p],m=this[p+7];(f===void 0||m===void 0)&&Ar(p,this.length-8);const _=f+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24,l=this[++p]+this[++p]*2**8+this[++p]*2**16+m*2**24;return BigInt(_)+(BigInt(l)<<BigInt(32))}),d.prototype.readBigUInt64BE=xn(function(p){p=p>>>0,Sn(p,"offset");const f=this[p],m=this[p+7];(f===void 0||m===void 0)&&Ar(p,this.length-8);const _=f*2**24+this[++p]*2**16+this[++p]*2**8+this[++p],l=this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+m;return(BigInt(_)<<BigInt(32))+BigInt(l)}),d.prototype.readIntLE=function(p,f,m){p=p>>>0,f=f>>>0,m||Qe(p,f,this.length);let _=this[p],l=1,g=0;for(;++g<f&&(l*=256);)_+=this[p+g]*l;return l*=128,_>=l&&(_-=Math.pow(2,8*f)),_},d.prototype.readIntBE=function(p,f,m){p=p>>>0,f=f>>>0,m||Qe(p,f,this.length);let _=f,l=1,g=this[p+--_];for(;_>0&&(l*=256);)g+=this[p+--_]*l;return l*=128,g>=l&&(g-=Math.pow(2,8*f)),g},d.prototype.readInt8=function(p,f){return p=p>>>0,f||Qe(p,1,this.length),this[p]&128?(255-this[p]+1)*-1:this[p]},d.prototype.readInt16LE=function(p,f){p=p>>>0,f||Qe(p,2,this.length);const m=this[p]|this[p+1]<<8;return m&32768?m|4294901760:m},d.prototype.readInt16BE=function(p,f){p=p>>>0,f||Qe(p,2,this.length);const m=this[p+1]|this[p]<<8;return m&32768?m|4294901760:m},d.prototype.readInt32LE=function(p,f){return p=p>>>0,f||Qe(p,4,this.length),this[p]|this[p+1]<<8|this[p+2]<<16|this[p+3]<<24},d.prototype.readInt32BE=function(p,f){return p=p>>>0,f||Qe(p,4,this.length),this[p]<<24|this[p+1]<<16|this[p+2]<<8|this[p+3]},d.prototype.readBigInt64LE=xn(function(p){p=p>>>0,Sn(p,"offset");const f=this[p],m=this[p+7];(f===void 0||m===void 0)&&Ar(p,this.length-8);const _=this[p+4]+this[p+5]*2**8+this[p+6]*2**16+(m<<24);return(BigInt(_)<<BigInt(32))+BigInt(f+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24)}),d.prototype.readBigInt64BE=xn(function(p){p=p>>>0,Sn(p,"offset");const f=this[p],m=this[p+7];(f===void 0||m===void 0)&&Ar(p,this.length-8);const _=(f<<24)+this[++p]*2**16+this[++p]*2**8+this[++p];return(BigInt(_)<<BigInt(32))+BigInt(this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+m)}),d.prototype.readFloatLE=function(p,f){return p=p>>>0,f||Qe(p,4,this.length),t.read(this,p,!0,23,4)},d.prototype.readFloatBE=function(p,f){return p=p>>>0,f||Qe(p,4,this.length),t.read(this,p,!1,23,4)},d.prototype.readDoubleLE=function(p,f){return p=p>>>0,f||Qe(p,8,this.length),t.read(this,p,!0,52,8)},d.prototype.readDoubleBE=function(p,f){return p=p>>>0,f||Qe(p,8,this.length),t.read(this,p,!1,52,8)};function ft(y,p,f,m,_,l){if(!d.isBuffer(y))throw new TypeError('"buffer" argument must be a Buffer instance');if(p>_||p<l)throw new RangeError('"value" argument is out of bounds');if(f+m>y.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(p,f,m,_){if(p=+p,f=f>>>0,m=m>>>0,!_){const O=Math.pow(2,8*m)-1;ft(this,p,f,m,O,0)}let l=1,g=0;for(this[f]=p&255;++g<m&&(l*=256);)this[f+g]=p/l&255;return f+m},d.prototype.writeUintBE=d.prototype.writeUIntBE=function(p,f,m,_){if(p=+p,f=f>>>0,m=m>>>0,!_){const O=Math.pow(2,8*m)-1;ft(this,p,f,m,O,0)}let l=m-1,g=1;for(this[f+l]=p&255;--l>=0&&(g*=256);)this[f+l]=p/g&255;return f+m},d.prototype.writeUint8=d.prototype.writeUInt8=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,1,255,0),this[f]=p&255,f+1},d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,2,65535,0),this[f]=p&255,this[f+1]=p>>>8,f+2},d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,2,65535,0),this[f]=p>>>8,this[f+1]=p&255,f+2},d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,4,4294967295,0),this[f+3]=p>>>24,this[f+2]=p>>>16,this[f+1]=p>>>8,this[f]=p&255,f+4},d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,4,4294967295,0),this[f]=p>>>24,this[f+1]=p>>>16,this[f+2]=p>>>8,this[f+3]=p&255,f+4};function G(y,p,f,m,_){io(p,m,_,y,f,7);let l=Number(p&BigInt(4294967295));y[f++]=l,l=l>>8,y[f++]=l,l=l>>8,y[f++]=l,l=l>>8,y[f++]=l;let g=Number(p>>BigInt(32)&BigInt(4294967295));return y[f++]=g,g=g>>8,y[f++]=g,g=g>>8,y[f++]=g,g=g>>8,y[f++]=g,f}function ir(y,p,f,m,_){io(p,m,_,y,f,7);let l=Number(p&BigInt(4294967295));y[f+7]=l,l=l>>8,y[f+6]=l,l=l>>8,y[f+5]=l,l=l>>8,y[f+4]=l;let g=Number(p>>BigInt(32)&BigInt(4294967295));return y[f+3]=g,g=g>>8,y[f+2]=g,g=g>>8,y[f+1]=g,g=g>>8,y[f]=g,f+8}d.prototype.writeBigUInt64LE=xn(function(p,f=0){return G(this,p,f,BigInt(0),BigInt("0xffffffffffffffff"))}),d.prototype.writeBigUInt64BE=xn(function(p,f=0){return ir(this,p,f,BigInt(0),BigInt("0xffffffffffffffff"))}),d.prototype.writeIntLE=function(p,f,m,_){if(p=+p,f=f>>>0,!_){const N=Math.pow(2,8*m-1);ft(this,p,f,m,N-1,-N)}let l=0,g=1,O=0;for(this[f]=p&255;++l<m&&(g*=256);)p<0&&O===0&&this[f+l-1]!==0&&(O=1),this[f+l]=(p/g>>0)-O&255;return f+m},d.prototype.writeIntBE=function(p,f,m,_){if(p=+p,f=f>>>0,!_){const N=Math.pow(2,8*m-1);ft(this,p,f,m,N-1,-N)}let l=m-1,g=1,O=0;for(this[f+l]=p&255;--l>=0&&(g*=256);)p<0&&O===0&&this[f+l+1]!==0&&(O=1),this[f+l]=(p/g>>0)-O&255;return f+m},d.prototype.writeInt8=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,1,127,-128),p<0&&(p=255+p+1),this[f]=p&255,f+1},d.prototype.writeInt16LE=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,2,32767,-32768),this[f]=p&255,this[f+1]=p>>>8,f+2},d.prototype.writeInt16BE=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,2,32767,-32768),this[f]=p>>>8,this[f+1]=p&255,f+2},d.prototype.writeInt32LE=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,4,2147483647,-2147483648),this[f]=p&255,this[f+1]=p>>>8,this[f+2]=p>>>16,this[f+3]=p>>>24,f+4},d.prototype.writeInt32BE=function(p,f,m){return p=+p,f=f>>>0,m||ft(this,p,f,4,2147483647,-2147483648),p<0&&(p=4294967295+p+1),this[f]=p>>>24,this[f+1]=p>>>16,this[f+2]=p>>>8,this[f+3]=p&255,f+4},d.prototype.writeBigInt64LE=xn(function(p,f=0){return G(this,p,f,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),d.prototype.writeBigInt64BE=xn(function(p,f=0){return ir(this,p,f,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Wo(y,p,f,m,_,l){if(f+m>y.length)throw new RangeError("Index out of range");if(f<0)throw new RangeError("Index out of range")}function Ve(y,p,f,m,_){return p=+p,f=f>>>0,_||Wo(y,p,f,4),t.write(y,p,f,m,23,4),f+4}d.prototype.writeFloatLE=function(p,f,m){return Ve(this,p,f,!0,m)},d.prototype.writeFloatBE=function(p,f,m){return Ve(this,p,f,!1,m)};function Ko(y,p,f,m,_){return p=+p,f=f>>>0,_||Wo(y,p,f,8),t.write(y,p,f,m,52,8),f+8}d.prototype.writeDoubleLE=function(p,f,m){return Ko(this,p,f,!0,m)},d.prototype.writeDoubleBE=function(p,f,m){return Ko(this,p,f,!1,m)},d.prototype.copy=function(p,f,m,_){if(!d.isBuffer(p))throw new TypeError("argument should be a Buffer");if(m||(m=0),!_&&_!==0&&(_=this.length),f>=p.length&&(f=p.length),f||(f=0),_>0&&_<m&&(_=m),_===m||p.length===0||this.length===0)return 0;if(f<0)throw new RangeError("targetStart out of bounds");if(m<0||m>=this.length)throw new RangeError("Index out of range");if(_<0)throw new RangeError("sourceEnd out of bounds");_>this.length&&(_=this.length),p.length-f<_-m&&(_=p.length-f+m);const l=_-m;return this===p&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(f,m,_):Uint8Array.prototype.set.call(p,this.subarray(m,_),f),l},d.prototype.fill=function(p,f,m,_){if(typeof p=="string"){if(typeof f=="string"?(_=f,f=0,m=this.length):typeof m=="string"&&(_=m,m=this.length),_!==void 0&&typeof _!="string")throw new TypeError("encoding must be a string");if(typeof _=="string"&&!d.isEncoding(_))throw new TypeError("Unknown encoding: "+_);if(p.length===1){const g=p.charCodeAt(0);(_==="utf8"&&g<128||_==="latin1")&&(p=g)}}else typeof p=="number"?p=p&255:typeof p=="boolean"&&(p=Number(p));if(f<0||this.length<f||this.length<m)throw new RangeError("Out of range index");if(m<=f)return this;f=f>>>0,m=m===void 0?this.length:m>>>0,p||(p=0);let l;if(typeof p=="number")for(l=f;l<m;++l)this[l]=p;else{const g=d.isBuffer(p)?p:d.from(p,_),O=g.length;if(O===0)throw new TypeError('The value "'+p+'" is invalid for argument "value"');for(l=0;l<m-f;++l)this[l+f]=g[l%O]}return this};const Tr={};function Ri(y,p,f){Tr[y]=class extends f{constructor(){super(),Object.defineProperty(this,"message",{value:p.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${y}]`,this.stack,delete this.name}get code(){return y}set code(_){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:_,writable:!0})}toString(){return`${this.name} [${y}]: ${this.message}`}}}Ri("ERR_BUFFER_OUT_OF_BOUNDS",function(y){return y?`${y} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Ri("ERR_INVALID_ARG_TYPE",function(y,p){return`The "${y}" argument must be of type number. Received type ${typeof p}`},TypeError),Ri("ERR_OUT_OF_RANGE",function(y,p,f){let m=`The value of "${y}" is out of range.`,_=f;return Number.isInteger(f)&&Math.abs(f)>2**32?_=Jo(String(f)):typeof f=="bigint"&&(_=String(f),(f>BigInt(2)**BigInt(32)||f<-(BigInt(2)**BigInt(32)))&&(_=Jo(_)),_+="n"),m+=` It must be ${p}. Received ${_}`,m},RangeError);function Jo(y){let p="",f=y.length;const m=y[0]==="-"?1:0;for(;f>=m+4;f-=3)p=`_${y.slice(f-3,f)}${p}`;return`${y.slice(0,f)}${p}`}function ln(y,p,f){Sn(p,"offset"),(y[p]===void 0||y[p+f]===void 0)&&Ar(p,y.length-(f+1))}function io(y,p,f,m,_,l){if(y>f||y<p){const g=typeof p=="bigint"?"n":"";let O;throw p===0||p===BigInt(0)?O=`>= 0${g} and < 2${g} ** ${(l+1)*8}${g}`:O=`>= -(2${g} ** ${(l+1)*8-1}${g}) and < 2 ** ${(l+1)*8-1}${g}`,new Tr.ERR_OUT_OF_RANGE("value",O,y)}ln(m,_,l)}function Sn(y,p){if(typeof y!="number")throw new Tr.ERR_INVALID_ARG_TYPE(p,"number",y)}function Ar(y,p,f){throw Math.floor(y)!==y?(Sn(y,f),new Tr.ERR_OUT_OF_RANGE("offset","an integer",y)):p<0?new Tr.ERR_BUFFER_OUT_OF_BOUNDS:new Tr.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${p}`,y)}const Fs=/[^+/0-9A-Za-z-_]/g;function oo(y){if(y=y.split("=")[0],y=y.trim().replace(Fs,""),y.length<2)return"";for(;y.length%4!==0;)y=y+"=";return y}function Pi(y,p){p=p||1/0;let f;const m=y.length;let _=null;const l=[];for(let g=0;g<m;++g){if(f=y.charCodeAt(g),f>55295&&f<57344){if(!_){if(f>56319){(p-=3)>-1&&l.push(239,191,189);continue}else if(g+1===m){(p-=3)>-1&&l.push(239,191,189);continue}_=f;continue}if(f<56320){(p-=3)>-1&&l.push(239,191,189),_=f;continue}f=(_-55296<<10|f-56320)+65536}else _&&(p-=3)>-1&&l.push(239,191,189);if(_=null,f<128){if((p-=1)<0)break;l.push(f)}else if(f<2048){if((p-=2)<0)break;l.push(f>>6|192,f&63|128)}else if(f<65536){if((p-=3)<0)break;l.push(f>>12|224,f>>6&63|128,f&63|128)}else if(f<1114112){if((p-=4)<0)break;l.push(f>>18|240,f>>12&63|128,f>>6&63|128,f&63|128)}else throw new Error("Invalid code point")}return l}function Xo(y){const p=[];for(let f=0;f<y.length;++f)p.push(y.charCodeAt(f)&255);return p}function Yo(y,p){let f,m,_;const l=[];for(let g=0;g<y.length&&!((p-=2)<0);++g)f=y.charCodeAt(g),m=f>>8,_=f%256,l.push(_),l.push(m);return l}function so(y){return e.toByteArray(oo(y))}function zr(y,p,f,m){let _;for(_=0;_<m&&!(_+f>=p.length||_>=y.length);++_)p[_+f]=y[_];return _}function Yt(y,p){return y instanceof p||y!=null&&y.constructor!=null&&y.constructor.name!=null&&y.constructor.name===p.name}function co(y){return y!==y}const Ds=function(){const y="0123456789abcdef",p=new Array(256);for(let f=0;f<16;++f){const m=f*16;for(let _=0;_<16;++_)p[m+_]=y[f]+y[_]}return p}();function xn(y){return typeof BigInt>"u"?ks:y}function ks(){throw new Error("BigInt not supported")}}(ys)),ys}var My=Vl(),Gl=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};u.JSONCodec=class extends u.Codec{constructor(){super(...arguments);o(this,"encoder",new TextEncoder);o(this,"decoder",new TextDecoder)}decode(t,n){const s=this.decoder.decode(t);if(!n||!n.constructor)return JSON.parse(s);const i=JSON.parse(s);if(typeof i!="object"&&typeof i!="function"||i==null)return i;switch(n.name){case"Object":return i}return this.decorateAny(n,i)}decorateAny(t,n){const s=t instanceof or,i=s?t.raw:t;if(!i)return n;switch(i){case Map:{if(n==null)return{};if(!s||t.parameters.length<1)return n;const a={};for(const d of Object.keys(n))a[this.decorateAny(t.parameters[0],d)]=this.decorateAny(t.parameters[1],n[d]);return a}case Array:return n==null?[]:!s||t.parameters.length<1?n:n.map(a=>this.decorateAny(t.parameters[0],a));case Oe:{if(n==null)return null;const a=new i;if(!s||t.parameters.length<1)return Object.assign(a,n);Object.assign(a,n);const d=[];for(let v of a.data||[])d.push(this.decorateAny(t.parameters[0],v));return a.data=d,a}case String:case Number:case Boolean:case Object:return n;case Date:return n==null||n<1?null:new Date(n);case Uint8Array:return n==null?null:n instanceof Uint8Array?n:My.Buffer.from(n,"base64");default:{if(n==null)return null;const a=new i;for(const d of Object.keys(a)){const v=$e.metadata(sr,i,d);if(!v){Reflect.set(a,d,n[d]);continue}const j=n[d]??n[v.name];Reflect.set(a,d,this.decorateAny(v.kind,j))}return a}}}encode(t){return this.encoder.encode(JSON.stringify(t,(n,s)=>{if(s==null||Array.isArray(s))return s;if(!$e.annotated(s.constructor))return this.encodeAny(s);const i=new Map;for(let d in s){const v=$e.metadata(sr,s.constructor,d);v!=null&&v.name&&v.name.length>0&&v.name!=d&&i.set(d,v.name),((v==null?void 0:v.kind)==Uint8Array||(v==null?void 0:v.kind)==Date||(v==null?void 0:v.kind)==Map)&&Reflect.set(s,d,this.encodeAny(Reflect.get(s,d)))}if(i.size<1)return this.encodeAny(s);const a={};for(let d in s)a[i.get(d)??d]=s[d];return this.encodeAny(a)}))}encodeAny(t){return t instanceof Uint8Array?My.Buffer.from(t).toString("base64"):t instanceof Date?t.getTime():t instanceof Map?Object.fromEntries(t):t}uint8ify(t){return this.encoder.encode(t)}stringify(t){return this.decoder.decode(t)}},u.JSONCodec=Gl([B(u.Codec.JSON)],u.JSONCodec);var Br=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},Xi=function(r,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(r,e)},Ro;u.Compiler=class{},u.Compiler=Br([B("mesh")],u.Compiler);function Wl(r){return{}}u.TSCompiler=(Er=class extends u.Compiler{compile(e,t){}intype(e){return Ro.parameters.computeIfy(e,t=>{var n;class s{constructor(){o(this,"attachments",new Map)}getAttachments(){return this.attachments}map(){return Object.assign(new Map,this)}setAttachments(a){(a||{}).forEach((d,v)=>this.attachments.set(v,d))}getArguments(){return t.getParameters().map(a=>{var d;return(d=Object.getOwnPropertyDescriptor(this,a.name))==null?void 0:d.value})}setArguments(a){const d=tt.load(u.Codec).getDefault();t.getParameters().forEach((v,j)=>{if(a&&a.length>v.index&&!(a[v.index]instanceof fo)){const R=a[v.index];if(R==null)return;if(R instanceof v.kind&&!(v.kind instanceof or)){Reflect.set(this,v.name,R);return}switch(v.kind){case Map:case Array:case String:case Number:case Boolean:case Object:case Date:case Uint8Array:Reflect.set(this,v.name,R);break;default:const E=d.encode(R),D=d.decode(E,v.kind);Reflect.set(this,v.name,D)}}})}}return Br([c(-1,"attachments",Map),Xi("design:type",typeof(n=typeof Map<"u"&&Map)=="function"?n:Object)],s.prototype,"attachments",void 0),s})}retype(e){return Ro.returns.computeIfy(e,t=>{class n{constructor(){o(this,"code","");o(this,"message","");o(this,"content");o(this,"cause")}getCause(){return this.cause}getCode(){return this.code}getContent(){return this.content}getMessage(){return this.message}setCause(i){this.cause=i}setCode(i){this.code=i}setContent(i){this.content=i}setMessage(i){this.message=i}}return Br([c(0),Xi("design:type",String)],n.prototype,"code",void 0),Br([c(5),Xi("design:type",String)],n.prototype,"message",void 0),Br([c(10,"content",t.getReturnType()),Xi("design:type",Object)],n.prototype,"content",void 0),Br([c(15,"cause",xt),Xi("design:type",Object)],n.prototype,"cause",void 0),n})}},Ro=Er,o(Er,"parameters",new q),o(Er,"returns",new q),Er),u.TSCompiler=Ro=Br([B("mesh")],u.TSCompiler);var Kl=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};u.Consumer=(vi=class{},o(vi,"HTTP","http"),o(vi,"GRPC","grpc"),o(vi,"TCP","tcp"),o(vi,"MQTT","mqtt"),vi),u.Consumer=Kl([B(u.Consumer.HTTP)],u.Consumer);class Po{constructor(e){o(this,"servers",new vt);o(this,"availableAddrs",new vt);o(this,"relativePath",!1);for(const t of(e||"").split(","))t&&t.trim().length>0&&!this.availableAddrs.includes(t)&&(this.servers.push(new Iy(!0,t)),this.availableAddrs.push(t))}any(){if(this.relativePath)return"";const e=this.availableAddrs;return!e||e.length<1?"":e[Math.floor(Math.random()*e.length)]}relative(e){this.relativePath=e}}class Iy{constructor(e,t){o(this,"available");o(this,"address");this.available=e,this.address=t}}class Jl{constructor(e){o(this,"value");o(this,"fn");this.fn=e}get(){return this.value??(this.value=this.fn()),this.value}}const Lo=class Lo{static substring(e,t,n){return!e||e.length>t+n?"":e.substring(t,t+n)}static repeat(e,t){const n=[];for(let s=0;s<t;++s)n.push(e);return n.join("")}static anyone(...e){for(let t of e)if(t&&t.length>0)return t;return""}static traceId(){return""}static spanId(e,t){return""}static newEntity(e){if(!e)return new De;const t=tt.load(u.Codec),n=new De;return n.codec=t.defaultName(),n.schema="",n.buffer=t.getDefault().encode(e),n}static newCacheEntity(e,t,n){const s=Lo.newEntity(t),i=new jt;return i.version="1.0.0",i.entity=s,i.timestamp=Date.now(),i.duration=n,i.key=e,i}static readObject(e,t){return!e.buffer||e.buffer.length<1?null:tt.load(u.Codec).get(e.codec??u.Codec.JSON).decode(e.buffer,t)}static compareVersion(e,t){if(!e)return-1;if(!t)return 1;const n=e.split("."),s=t.split(".");for(let i=0;i<n.length;i++){if(s.length<=i)return 0;if(s[i]=="*")continue;const a=n[i].localeCompare(s[i]);if(a!=0)return a}return 0}static ofError(e){return new xt}static ofCause(e,t,n){throw new Error}static hexString(e){const t=new TextEncoder().encode(e),n="0123456789abcdef";let s="";for(const i of t){const a=i;s+=n[a>>4],s+=n[a&15]}return s}};o(Lo,"MESH_ADDRESS",new Jl(()=>typeof process<"u"&&process.env.MESH_ADDRESS?new Po(process.env.MESH_ADDRESS):globalThis.window!==void 0?new Po(`${globalThis.location.origin}/`):new Po("http://127.0.0.1:443/")));let _e=Lo;var Xl=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};class Yi extends fo{constructor(){super(...arguments);o(this,"traceId","");o(this,"spanId","");o(this,"timestamp",0);o(this,"runMode",0);o(this,"urn","");o(this,"consumer",new yr);o(this,"calls",0);o(this,"attachments",new Map);o(this,"attributes",new Map);o(this,"principals",new Vs)}static create(){const t=new Yi;return t.traceId=_e.traceId(),t.spanId=_e.spanId("",0),t.timestamp=new Date().getTime(),t.runMode=0,t.urn="",t.consumer=new yr,t}getAttachments(){return this.attachments}getAttribute(t){return this.attributes.get(t.name)}getAttributes(){return this.attributes}getConsumer(t){return this.consumer}getPrincipals(){return this.principals}getProvider(t){return new yr}getRunMode(){return this.runMode}getSpanId(){return this.spanId}getTimestamp(){return this.timestamp}getTraceId(){return this.traceId}getUrn(){return this.urn}setAttribute(t,n){this.attributes.set(t.name,n)}resume(){this.calls++;const t=new Yi;return t.traceId=this.getTraceId(),t.spanId=_e.spanId(this.getSpanId(),this.calls),t.timestamp=this.getTimestamp(),t.runMode=this.getRunMode(),t.urn=this.getUrn(),t.consumer=this.getConsumer(this),this.getAttachments()&&this.getAttachments().forEach((n,s)=>t.attachments.set(n,s)),this.getAttributes()&&this.getAttributes().forEach((n,s)=>t.attributes.set(n,s)),this.getPrincipals()&&this.getPrincipals().forEach(n=>t.principals.push(n)),t}rewriteContext(t){t.getTraceId()&&(this.traceId=t.getTraceId()),t.getSpanId()&&(this.spanId=t.getSpanId()),t.getTimestamp()&&t.getTimestamp()>0&&(this.timestamp=t.getTimestamp()),t.getRunMode()&&t.getRunMode()>0&&(this.runMode=t.getRunMode()),t.getUrn()&&(this.urn=t.getUrn()),t.getConsumer(this)&&(this.consumer=t.getConsumer(this)),this.getAttachments()&&this.getAttachments().forEach((n,s)=>this.attachments.set(n,s)),this.getAttributes()&&this.getAttributes().forEach((n,s)=>this.attributes.set(n,s)),this.getPrincipals()&&this.getPrincipals().forEach(n=>this.principals.push(n))}rewriteURN(t){this.urn=t}}u.MeshContextProvider=class extends u.ContextProvider{context(){return Yi.create()}},u.MeshContextProvider=Xl([B("mesh")],u.MeshContextProvider);var Yl=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};u.Eden=class{},u.Eden=Yl([B("mesh")],u.Eden);class et{}o(et,"REMOTE",new cr("mesh.mpc.address")),o(et,"REMOTE_NAME",new cr("mesh.mpc.remote.name")),o(et,"INVOCATION",new cr("mesh.invocation")),o(et,"UNAME",new cr("mesh.mpc.uname")),o(et,"CONSUMER",new cr("mesh.mpc.consumer")),o(et,"CODEC",new cr("mesh.mpc.codec")),o(et,"TIMEOUT",new cr("mesh.mpc.timeout"));class tr{constructor(e,t){o(this,"code");o(this,"name");this.code=e,this.name=t}}const Re=class Re{static ofProto(e){for(let t of Re.PROTO)if(t.code==e)return t;return Re.HTTP}static ofCodec(e){for(let t of Re.CODEC)if(t.code==e)return t;return Re.JSON}static ofName(e){for(let t of Re.PROTO)if(t.name==e)return t;for(let t of Re.CODEC)if(t.name==e)return t;return Re.HTTP}};o(Re,"HTTP",new tr("00",u.Consumer.HTTP)),o(Re,"GRPC",new tr("01",u.Consumer.GRPC)),o(Re,"MQTT",new tr("02",u.Consumer.MQTT)),o(Re,"TCP",new tr("03",u.Consumer.TCP)),o(Re,"JSON",new tr("00",u.Codec.JSON)),o(Re,"PROTOBUF",new tr("01",u.Codec.PROTOBUF)),o(Re,"XML",new tr("02",u.Codec.XML)),o(Re,"THRIFT",new tr("03",u.Codec.THRIFT)),o(Re,"YAML",new tr("04",u.Codec.YAML)),o(Re,"PROTO",[Re.HTTP,Re.GRPC,Re.MQTT,Re.TCP]),o(Re,"CODEC",[Re.JSON,Re.PROTOBUF,Re.XML,Re.THRIFT,Re.YAML]);let Dn=Re;const Ql=r=>{const e=b();return e.setAttribute(et.CONSUMER,tt.load(u.Consumer).get(r)),e},Zl=r=>{const e=b();return e.setAttribute(et.CODEC,tt.load(u.Codec).get(r)),e};class $y{constructor(e,t){o(this,"inspector");o(this,"reference");o(this,"service");this.reference=new Nn,this.reference.urn=t.toString(),this.reference.namespace="",this.reference.name=t.name,this.reference.version=t.flag.version,this.reference.proto=Dn.ofProto(t.flag.proto).name,this.reference.codec=Dn.ofCodec(t.flag.codec).name,this.reference.flags=0,this.reference.timeout=parseInt(yo.MESH_TIMEOUT.get(e))||1e4,this.reference.retries=3,this.reference.mdc=t.mdc,this.reference.zone=t.flag.zone,this.reference.cluster=t.flag.cluster,this.reference.cell=t.flag.cell,this.reference.group=t.flag.group,this.reference.address=t.flag.address,this.service=new Ht,this.inspector=new Uy(t)}inflect(e){return new ls}inspect(e){return this.inspector}intype(e){return ls}reflect(e){return new ms}retype(e){return ms}schema(e){return this.reference}}class Uy{constructor(e){o(this,"urn");this.urn=e}getType(){return Object}getAnnotation(e){}getName(){return this.urn.name}getParameters(){return[]}getReturnType(){return new or(Map)}getExecutable(){return()=>{}}getSymbol(){return this.urn.name}invoke(e,t){}}class ls extends Map{map(){return this}getArguments(){const e=[];return super.forEach((t,n)=>{n!="attachments"&&e.push(t)}),e}getAttachments(){var s;const e=((s=Object.getOwnPropertyDescriptor(this,"attachments"))==null?void 0:s.value)||new Map;if(e instanceof Map)return e;const t=tt.load(u.Codec).get(u.Codec.JSON),n=t.decode(t.encode(e),Map);return this.setAttachments(n),n}setArguments(e){}setAttachments(e){Object.assign(this,{attachments:xt})}}class ms extends Map{getCause(){var n;const e=(n=Object.getOwnPropertyDescriptor(this,"cause"))==null?void 0:n.value;if(!e||e instanceof xt)return e;const t=tt.load(u.Codec).get(u.Codec.JSON);return t.decode(t.encode(e),xt)}getCode(){var e;return(e=Object.getOwnPropertyDescriptor(this,"code"))==null?void 0:e.value}getContent(){var e;return(e=Object.getOwnPropertyDescriptor(this,"content"))==null?void 0:e.value}getMessage(){var e;return((e=Object.getOwnPropertyDescriptor(this,"message"))==null?void 0:e.value)||""}setCause(e){Object.assign(this,{cause:e})}setCode(e){Object.assign(this,{code:e})}setContent(e){Object.assign(this,{content:e})}setMessage(e){Object.assign(this,{message:e})}}var em=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};const Cy="PROVIDER",jo="CONSUMER";u.Filter=class{},u.Filter=em([B("*")],u.Filter);function gs(r,e){const t=tt.load(u.Filter).list().filter(n=>{const s=$e.metadata(mn,n==null?void 0:n.constructor,n==null?void 0:n.constructor);return!s||s.pattern==""||(s==null?void 0:s.pattern)==e}).sort((n,s)=>{var d,v;const i=((d=$e.metadata(mn,n==null?void 0:n.constructor,n==null?void 0:n.constructor))==null?void 0:d.priority)||0,a=((v=$e.metadata(mn,s==null?void 0:s.constructor,s==null?void 0:s.constructor))==null?void 0:v.priority)||0;return i==a?0:i<a?-1:1});return tm(r,t)}function tm(r,e){let t=r;for(let n=e.length-1;n>=0;n--){let s=e[n],i=t;t=new class{run(a,d){return s.invoke(a,i,d)}}}return t}var nm=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};class rm{constructor(){o(this,"beforeHooks",new q);o(this,"successHooks",new q);o(this,"failureHooks",new q)}}const bi=()=>{const r=Vr();return r.Mesh??(r.Mesh=new rm),r.Mesh};class im{onBefore(e,t){bi().beforeHooks.set(e,t)}onSuccess(e,t){bi().successHooks.set(e,t)}onFailure(e,t){bi().failureHooks.set(e,t)}before(){return bi().beforeHooks}success(){return bi().successHooks}failure(){return bi().failureHooks}}const wo=new im;u.HookFilter=class extends u.Filter{async invoke(e,t,n){try{for(const[i,a]of wo.before())await a(e,n);const s=await t.run(e,n);for(const[i,a]of wo.success())await a(e,n,s);return s}catch(s){for(const[i,a]of wo.failure())zs(s)?await a(e,n,s):await a(e,n,h.SYSTEM_ERROR);throw s}}},u.HookFilter=nm([B("hook",jo)],u.HookFilter);class Fy{constructor(e,t,n,s){o(this,"proxy");o(this,"inspector");o(this,"parameters");o(this,"execution");this.proxy=e,this.inspector=t,this.parameters=n,this.execution=s}getArguments(e){return this.parameters.getArguments()}getAttachments(e){return this.parameters.getAttachments()}getExecution(e){return this.execution}getInspector(e){return this.inspector}getParameters(e){return this.parameters}getProxy(e){return this.proxy}isAsync(e){return!1}}const rr=class rr{constructor(){o(this,"domain","");o(this,"mdc","");o(this,"flag",new Pr);o(this,"name","")}static from(e){const t=new rr;if(!e)return console.log(`Unresolved urn ${e}`),t;const n=t.asArray(e);return n.length<5?(console.log(`Unresolved urn ${e}`),t):(n.reverse(),t.domain=`${n.splice(1,1).join("")}.${n.splice(0,1).join("")}`,t.mdc=n.splice(0,1).join(""),t.flag=Pr.from(n.splice(0,1).join("")),t.name=n.join("."),t)}static urn(e){const t=new rr;return t.mdc=this.LocalMDC,t.flag=Pr.from("0001000000000000000000000000000000000"),t.name=e,t.domain=this.MESH_DOMAIN,t}proto(e){return this.flag.proto=e,this}codec(e){return this.flag.codec=e,this}toString(){const e=[],t=this.asArray(this.name);return t.reverse(),t.filter(n=>n).forEach(n=>e.push(n)),e.push(this.flag.toString()),e.push(this.mdc),e.push(_e.anyone(this.domain,rr.MESH_DOMAIN)),e.join(".")}asArray(e){const t=e.split("."),n=[],s=[];for(let i of t){if(i.startsWith("${")){s.push(i),s.push(".");continue}if(i.endsWith("}")){s.push(i),n.push(s.join("")),s.splice(0,s.length);continue}n.push(i)}return n}matchName(e){return e?e.endsWith(".*")&&e.startsWith(e.replace(".*","")):!1}resetFlag(e,t){return this.flag.proto=e,this.flag.codec=t,this}};o(rr,"CN","firmer"),o(rr,"MESH_DOMAIN",rr.CN+".tech"),o(rr,"LocalMDC","XX00000000000000");let nr=rr;class Pr{constructor(){o(this,"v","00");o(this,"proto","00");o(this,"codec","00");o(this,"version","000000");o(this,"zone","00");o(this,"cluster","00");o(this,"cell","00");o(this,"group","00");o(this,"address","000000000000");o(this,"port","00000")}static from(e){if(!e)return new Pr;const t=new Pr;return t.v=_e.substring(e,0,2),t.proto=_e.substring(e,2,2),t.codec=_e.substring(e,4,2),t.version=this.reduce(_e.substring(e,6,6),2),t.zone=_e.substring(e,12,2),t.cluster=_e.substring(e,14,2),t.cell=_e.substring(e,16,2),t.group=_e.substring(e,18,2),t.address=this.reduce(_e.substring(e,20,12),3),t.port=this.reduce(_e.substring(e,32,5),5),t}toString(){const e=this.padding(_e.anyone(this.v,""),2),t=this.padding(_e.anyone(this.proto,""),2),n=this.padding(_e.anyone(this.codec,""),2),s=this.paddingChain(_e.anyone(this.version,""),2,3),i=this.padding(_e.anyone(this.zone,""),2),a=this.padding(_e.anyone(this.cluster,""),2),d=this.padding(_e.anyone(this.cell,""),2),v=this.padding(_e.anyone(this.group,""),2),j=this.paddingChain(_e.anyone(this.address,""),3,4),R=this.padding(_e.anyone(this.port,""),5);return`${e}${t}${n}${s}${i}${a}${d}${v}${j}${R}`}padding(e,t){const n=e.replace(".","");return n.length==t?n:n.length<t?_e.repeat("0",t-e.length)+n:e.substring(0,t)}paddingChain(e,t,n){const s=e.split("[.*]"),i=s.map(a=>parseInt(a)?a:"");if(i.length==n)return i.map(a=>this.padding(a,t)).join("");if(i.length<n){for(let a=0;a<n-s.length;a++)i.push("");return i.map(a=>this.padding(a,t)).join("")}return i.slice(0,n).map(a=>this.padding(a,t)).join("")}static reduce(e,t){if(!e)return e;const n=[];for(let s=0;s<e.length;s+=t){let i=!0;for(let a=s;a<s+t;a++)e.charAt(a)!="0"&&(i=!1),i||n.push(e.charAt(a));i&&n.push("0"),n.push(".")}return n.slice(0,n.length-1).join("")}}class Dy{constructor(e){o(this,"placeholder","${mesh.name}");o(this,"macro");o(this,"invoker");this.macro=e,this.invoker=gs(this,jo)}context(e){if(!e||e.length<1)return b();for(let t of e)if(t instanceof fo)return t;return b()}invoke(e,t,n){return new Promise(async(s,i)=>{try{const a=this.context(n),d=this.referExecution(a,t),v=this.rewriteURN(a,d);a.rewriteURN(v),a.setAttribute(et.REMOTE,this.rewriteAddress(a,v));const j=d.inflect(a);j.setArguments(n),j.setAttachments(new Map);const R=new Fy(this,t,j,d);a.setAttribute(et.INVOCATION,R),s(await this.invoker.run(a,R))}catch(a){i(Ni.errorf(a))}})}async run(e,t){const n=this.referExecution(e,t.getInspector(e)),s=tt.load(u.Consumer),i=e.getAttribute(et.CONSUMER)??s.getDefault(),a=_e.anyone(e.getAttribute(et.REMOTE),_e.MESH_ADDRESS.get().any()),d=n.schema(e).codec||Dn.JSON.name,v=tt.load(u.Codec),j=e.getAttribute(et.CODEC)??v.get(d),R=j.encode(t.getParameters(e)),E=Dn.ofName(s.defaultName()).code,D=Dn.ofName(v.defaultName()).code,T=nr.from(e.getUrn()).resetFlag(E,D).toString(),w=await i.consume(e,a,T,n,R);return await this.deserialize(e,n,j,w)}deserialize(e,t,n,s){return new Promise((i,a)=>{try{const d=t.retype(e),v=n.decode(s,d);if(v.getCause()){a(Ni.errorf(v.getCause()));return}if(h.SUCCESS.getCode()!=v.getCode()){a(new oe(v.getCode(),v.getMessage()));return}i(v.getContent())}catch(d){a(Ni.errorf(d))}})}referExecution(e,t){const s=tt.load(u.Eden).getDefault().refer(e,t.getAnnotation(Ge),t.getType(),t);if(s)return s;throw new Error(`Method ${t.getName()} cant be compatible`)}rewriteURN(e,t){var d;const n=(d=e.getPrincipals().peek())==null?void 0:d.id,s=e.getAttribute(et.UNAME),i=e.getAttribute(et.REMOTE_NAME);if(!n&&!s&&!i&&!t.schema(e).urn.includes(this.placeholder))return t.schema(e).urn;const a=nr.from(t.schema(e).urn);return n&&n!=""&&(a.mdc=n),s&&s!=""&&(a.name=s),i&&i!=""&&(a.name=a.name.replace(this.placeholder,i)),a.name.includes(this.placeholder)&&(a.name=a.name.replace(this.placeholder,"mesh")),a.toString()}rewriteAddress(e,t){const n=e.getAttribute(et.REMOTE);return n&&n!=""?n:_e.MESH_ADDRESS.get().any()}}var om=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i},hs;u.ServiceProxy=hs=class extends u.MethodProxy{proxy(e){return hs.proxy(e)}static proxy(e){return this.doProxy(e,S(""))}static doProxy(e,t){return wi.newProxyInstance(e,new Dy(t))}},u.ServiceProxy=hs=om([B("mesh")],u.ServiceProxy);class sm{constructor(e){o(this,"service");this.service=e}run(e,t){return new Promise((n,s)=>{try{const i=[e,...t.getArguments(e)],a=t.getInspector(e).invoke(this.service,i);if(a instanceof Promise){a.then(d=>n(d)).catch(d=>s(d));return}n(a)}catch(i){s(i)}})}}class ky{constructor(e){o(this,"invoker");this.invoker=gs(new sm(e),Cy)}run(e,t){return this.invoker.run(e,t)}}var cm=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};class am{constructor(e,t,n){o(this,"making");o(this,"kind");o(this,"service");this.making=e,this.kind=t,this.service=n}}class dm{constructor(e,t){o(this,"metadata");o(this,"reference");o(this,"proxy");this.metadata=e,this.reference=t,this.proxy=u.ServiceProxy.doProxy(t,e)}}class um{constructor(e,t,n,s,i){o(this,"urn");o(this,"kind");o(this,"method");o(this,"target");o(this,"resource");o(this,"inspector");o(this,"invoker");o(this,"__intype");o(this,"__retype");this.urn=e,this.kind=t,this.method=n,this.target=s,this.resource=i,this.inspector=n,this.invoker=new ky(s),this.__intype=tt.load(u.Compiler).getDefault().intype(n),this.__retype=tt.load(u.Compiler).getDefault().retype(n)}inflect(e){return new this.__intype}inspect(e){return this.inspector}intype(e){return this.__intype}reflect(e){return new this.__retype}retype(e){return this.__retype}schema(e){return this.resource}}u.MeshEden=class extends u.Eden{constructor(){super(...arguments);o(this,"providers",new q);o(this,"consumers",new q);o(this,"indies",new q);o(this,"services",new q);o(this,"references",new q)}define(t,n,s){return this.makeConsumer(t,n,s).proxy}store(t,n,s){this.providers.set(n,new am(!1,n,s))}infer(t,n){const s=nr.from(n),i=this.makeServiceExecution(this.getEnviron(t)),a=i==null?void 0:i.get(s.name);if(a)return a;for(let d of i.entries())if(s.matchName(d[0]))return d[1];return new $y(t,s)}refer(t,n,s,i){const a=this.makeConsumer(t,n,s),d=this.getEnviron(t),v=this.indies.computeIfy(s,j=>new q).computeIfy(n,j=>{const R=new q;return this.getMethods(t,s).forEach((E,D)=>E.forEach(T=>{const w=this.makeMethodAsReference(d,n,D,T),M=new um(w.urn,s,T,a.proxy,w);this.references.set(w.urn,M),R.set(T,M)})),R}).get(i);if(v)return v;throw new Error(`Method ${i.getName()} cant be compatible`)}inferTypes(t){const n=[];for(let s of this.providers)n.push(s[1].kind);return n}referTypes(t){const n=[];for(let s of this.consumers.keys())n.push(s);return n}makeConsumer(t,n,s){return this.consumers.computeIfy(s,i=>new q).computeIfy(n,i=>new dm(n,s))}makeMethodAsReference(t,n,s,i){var d,v,j,R,E,D,T,w,M,A,X,Y,ae;const a=new Nn;return a.namespace=s.name,a.name=i.getName(),a.version=((d=i.getAnnotation(Ge))==null?void 0:d.version)||"",a.proto=((v=i.getAnnotation(Ge))==null?void 0:v.proto)||"",a.codec=((j=i.getAnnotation(Ge))==null?void 0:j.codec)||"",a.flags=((R=i.getAnnotation(Ge))==null?void 0:R.flags)||0,a.timeout=((E=i.getAnnotation(Ge))==null?void 0:E.timeout)||12e3,a.retries=((D=i.getAnnotation(Ge))==null?void 0:D.retries)||0,a.mdc=((T=i.getAnnotation(Ge))==null?void 0:T.mdc)||"",a.zone=((w=i.getAnnotation(Ge))==null?void 0:w.zone)||"",a.cluster=((M=i.getAnnotation(Ge))==null?void 0:M.cluster)||"",a.cell=((A=i.getAnnotation(Ge))==null?void 0:A.cell)||"",a.group=((X=i.getAnnotation(Ge))==null?void 0:X.group)||"",a.address=((Y=i.getAnnotation(Ge))==null?void 0:Y.address)||"",a.urn=this.getURN(((ae=i.getAnnotation(Ge))==null?void 0:ae.name)||"",Ht,t),a}getURN(t,n,s){const i=new nr;return i.domain=nr.MESH_DOMAIN,i.mdc=_e.anyone(n.mdc,s.mdc),i.name=t,i.flag=this.getURNFlag(n),i.toString()}getURNFlag(t){const n=(t.address||"").split(":"),s=new Pr;return s.v="00",s.proto=Dn.ofName(t.proto).code,s.codec=Dn.ofName(t.codec).code,s.version=t.version,s.zone=t.zone,s.cluster=t.cluster,s.cell=t.cell,s.group=t.group,s.address=n.length>0?n[0]:"",s.port=n.length>1?n[1]:"",s}getMethods(t,n){const s=wi.getMethods(n),i=new q;return i.set(n,s),i}getEnviron(t){const n=new Ke;return n.mdc=nr.LocalMDC,n}makeServiceExecution(t){for(let n of this.providers)n[1].making;return this.services}},u.MeshEden=cm([B("mesh")],u.MeshEden);var pm=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};const bs="mock";u.MockFilter=class extends u.Filter{async invoke(e,t,n){if(!po.Mock.matches(e.getRunMode())&&!ao.Mock.enable())return await t.run(e,n);const s=tt.load(n.getInspector(e).getType()).want(bs);if(!s)return await t.run(e,n);const i=s[n.getInspector(e).getName()];return!i||typeof i!="function"?await t.run(e,n):await i(n.getArguments(e))}},u.MockFilter=pm([B(bs,jo)],u.MockFilter);var fm=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};u.Provider=class{},u.Provider=fm([B(u.Consumer.GRPC)],u.Provider);var ym=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};u.GRPCConsumer=class extends u.Consumer{start(){}close(){}consume(e,t,n,s,i){return Promise.reject(h.URN_NOT_PERMIT)}},u.GRPCConsumer=ym([B(u.Consumer.GRPC)],u.GRPCConsumer);var lm=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};u.GRPCProvider=class extends u.Provider{start(){}close(){}},u.GRPCProvider=lm([B(u.Consumer.GRPC)],u.GRPCProvider);function xy(r,e){return function(){return r.apply(e,arguments)}}const{toString:mm}=Object.prototype,{getPrototypeOf:_s}=Object,{iterator:Eo,toStringTag:By}=Symbol,No=(r=>e=>{const t=mm.call(e);return r[t]||(r[t]=t.slice(8,-1).toLowerCase())})(Object.create(null)),_n=r=>(r=r.toLowerCase(),e=>No(e)===r),To=r=>e=>typeof e===r,{isArray:_i}=Array,Qi=To("undefined");function gm(r){return r!==null&&!Qi(r)&&r.constructor!==null&&!Qi(r.constructor)&&Kt(r.constructor.isBuffer)&&r.constructor.isBuffer(r)}const Ly=_n("ArrayBuffer");function hm(r){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(r):e=r&&r.buffer&&Ly(r.buffer),e}const bm=To("string"),Kt=To("function"),Hy=To("number"),Ao=r=>r!==null&&typeof r=="object",_m=r=>r===!0||r===!1,Mo=r=>{if(No(r)!=="object")return!1;const e=_s(r);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(By in r)&&!(Eo in r)},Sm=_n("Date"),vm=_n("File"),Om=_n("Blob"),Rm=_n("FileList"),Pm=r=>Ao(r)&&Kt(r.pipe),jm=r=>{let e;return r&&(typeof FormData=="function"&&r instanceof FormData||Kt(r.append)&&((e=No(r))==="formdata"||e==="object"&&Kt(r.toString)&&r.toString()==="[object FormData]"))},wm=_n("URLSearchParams"),[Em,Nm,Tm,Am]=["ReadableStream","Request","Response","Headers"].map(_n),Mm=r=>r.trim?r.trim():r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Zi(r,e,{allOwnKeys:t=!1}={}){if(r===null||typeof r>"u")return;let n,s;if(typeof r!="object"&&(r=[r]),_i(r))for(n=0,s=r.length;n<s;n++)e.call(null,r[n],n,r);else{const i=t?Object.getOwnPropertyNames(r):Object.keys(r),a=i.length;let d;for(n=0;n<a;n++)d=i[n],e.call(null,r[d],d,r)}}function qy(r,e){e=e.toLowerCase();const t=Object.keys(r);let n=t.length,s;for(;n-- >0;)if(s=t[n],e===s.toLowerCase())return s;return null}const Lr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,zy=r=>!Qi(r)&&r!==Lr;function Ss(){const{caseless:r}=zy(this)&&this||{},e={},t=(n,s)=>{const i=r&&qy(e,s)||s;Mo(e[i])&&Mo(n)?e[i]=Ss(e[i],n):Mo(n)?e[i]=Ss({},n):_i(n)?e[i]=n.slice():e[i]=n};for(let n=0,s=arguments.length;n<s;n++)arguments[n]&&Zi(arguments[n],t);return e}const Im=(r,e,t,{allOwnKeys:n}={})=>(Zi(e,(s,i)=>{t&&Kt(s)?r[i]=xy(s,t):r[i]=s},{allOwnKeys:n}),r),$m=r=>(r.charCodeAt(0)===65279&&(r=r.slice(1)),r),Um=(r,e,t,n)=>{r.prototype=Object.create(e.prototype,n),r.prototype.constructor=r,Object.defineProperty(r,"super",{value:e.prototype}),t&&Object.assign(r.prototype,t)},Cm=(r,e,t,n)=>{let s,i,a;const d={};if(e=e||{},r==null)return e;do{for(s=Object.getOwnPropertyNames(r),i=s.length;i-- >0;)a=s[i],(!n||n(a,r,e))&&!d[a]&&(e[a]=r[a],d[a]=!0);r=t!==!1&&_s(r)}while(r&&(!t||t(r,e))&&r!==Object.prototype);return e},Fm=(r,e,t)=>{r=String(r),(t===void 0||t>r.length)&&(t=r.length),t-=e.length;const n=r.indexOf(e,t);return n!==-1&&n===t},Dm=r=>{if(!r)return null;if(_i(r))return r;let e=r.length;if(!Hy(e))return null;const t=new Array(e);for(;e-- >0;)t[e]=r[e];return t},km=(r=>e=>r&&e instanceof r)(typeof Uint8Array<"u"&&_s(Uint8Array)),xm=(r,e)=>{const n=(r&&r[Eo]).call(r);let s;for(;(s=n.next())&&!s.done;){const i=s.value;e.call(r,i[0],i[1])}},Bm=(r,e)=>{let t;const n=[];for(;(t=r.exec(e))!==null;)n.push(t);return n},Lm=_n("HTMLFormElement"),Hm=r=>r.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,n,s){return n.toUpperCase()+s}),Vy=(({hasOwnProperty:r})=>(e,t)=>r.call(e,t))(Object.prototype),qm=_n("RegExp"),Gy=(r,e)=>{const t=Object.getOwnPropertyDescriptors(r),n={};Zi(t,(s,i)=>{let a;(a=e(s,i,r))!==!1&&(n[i]=a||s)}),Object.defineProperties(r,n)},zm=r=>{Gy(r,(e,t)=>{if(Kt(r)&&["arguments","caller","callee"].indexOf(t)!==-1)return!1;const n=r[t];if(Kt(n)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+t+"'")})}})},Vm=(r,e)=>{const t={},n=s=>{s.forEach(i=>{t[i]=!0})};return _i(r)?n(r):n(String(r).split(e)),t},Gm=()=>{},Wm=(r,e)=>r!=null&&Number.isFinite(r=+r)?r:e;function Km(r){return!!(r&&Kt(r.append)&&r[By]==="FormData"&&r[Eo])}const Jm=r=>{const e=new Array(10),t=(n,s)=>{if(Ao(n)){if(e.indexOf(n)>=0)return;if(!("toJSON"in n)){e[s]=n;const i=_i(n)?[]:{};return Zi(n,(a,d)=>{const v=t(a,s+1);!Qi(v)&&(i[d]=v)}),e[s]=void 0,i}}return n};return t(r,0)},Xm=_n("AsyncFunction"),Ym=r=>r&&(Ao(r)||Kt(r))&&Kt(r.then)&&Kt(r.catch),Wy=((r,e)=>r?setImmediate:e?((t,n)=>(Lr.addEventListener("message",({source:s,data:i})=>{s===Lr&&i===t&&n.length&&n.shift()()},!1),s=>{n.push(s),Lr.postMessage(t,"*")}))(`axios@${Math.random()}`,[]):t=>setTimeout(t))(typeof setImmediate=="function",Kt(Lr.postMessage)),Qm=typeof queueMicrotask<"u"?queueMicrotask.bind(Lr):typeof process<"u"&&process.nextTick||Wy,P={isArray:_i,isArrayBuffer:Ly,isBuffer:gm,isFormData:jm,isArrayBufferView:hm,isString:bm,isNumber:Hy,isBoolean:_m,isObject:Ao,isPlainObject:Mo,isReadableStream:Em,isRequest:Nm,isResponse:Tm,isHeaders:Am,isUndefined:Qi,isDate:Sm,isFile:vm,isBlob:Om,isRegExp:qm,isFunction:Kt,isStream:Pm,isURLSearchParams:wm,isTypedArray:km,isFileList:Rm,forEach:Zi,merge:Ss,extend:Im,trim:Mm,stripBOM:$m,inherits:Um,toFlatObject:Cm,kindOf:No,kindOfTest:_n,endsWith:Fm,toArray:Dm,forEachEntry:xm,matchAll:Bm,isHTMLForm:Lm,hasOwnProperty:Vy,hasOwnProp:Vy,reduceDescriptors:Gy,freezeMethods:zm,toObjectSet:Vm,toCamelCase:Hm,noop:Gm,toFiniteNumber:Wm,findKey:qy,global:Lr,isContextDefined:zy,isSpecCompliantForm:Km,toJSONObject:Jm,isAsyncFn:Xm,isThenable:Ym,setImmediate:Wy,asap:Qm,isIterable:r=>r!=null&&Kt(r[Eo])};function ie(r,e,t,n,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=r,this.name="AxiosError",e&&(this.code=e),t&&(this.config=t),n&&(this.request=n),s&&(this.response=s,this.status=s.status?s.status:null)}P.inherits(ie,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:P.toJSONObject(this.config),code:this.code,status:this.status}}});const Ky=ie.prototype,Jy={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(r=>{Jy[r]={value:r}}),Object.defineProperties(ie,Jy),Object.defineProperty(Ky,"isAxiosError",{value:!0}),ie.from=(r,e,t,n,s,i)=>{const a=Object.create(Ky);return P.toFlatObject(r,a,function(v){return v!==Error.prototype},d=>d!=="isAxiosError"),ie.call(a,r.message,e,t,n,s),a.cause=r,a.name=r.name,i&&Object.assign(a,i),a};const Zm=null;function vs(r){return P.isPlainObject(r)||P.isArray(r)}function Xy(r){return P.endsWith(r,"[]")?r.slice(0,-2):r}function Yy(r,e,t){return r?r.concat(e).map(function(s,i){return s=Xy(s),!t&&i?"["+s+"]":s}).join(t?".":""):e}function eg(r){return P.isArray(r)&&!r.some(vs)}const tg=P.toFlatObject(P,{},null,function(e){return/^is[A-Z]/.test(e)});function Io(r,e,t){if(!P.isObject(r))throw new TypeError("target must be an object");e=e||new FormData,t=P.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(M,A){return!P.isUndefined(A[M])});const n=t.metaTokens,s=t.visitor||R,i=t.dots,a=t.indexes,v=(t.Blob||typeof Blob<"u"&&Blob)&&P.isSpecCompliantForm(e);if(!P.isFunction(s))throw new TypeError("visitor must be a function");function j(w){if(w===null)return"";if(P.isDate(w))return w.toISOString();if(!v&&P.isBlob(w))throw new ie("Blob is not supported. Use a Buffer instead.");return P.isArrayBuffer(w)||P.isTypedArray(w)?v&&typeof Blob=="function"?new Blob([w]):Buffer.from(w):w}function R(w,M,A){let X=w;if(w&&!A&&typeof w=="object"){if(P.endsWith(M,"{}"))M=n?M:M.slice(0,-2),w=JSON.stringify(w);else if(P.isArray(w)&&eg(w)||(P.isFileList(w)||P.endsWith(M,"[]"))&&(X=P.toArray(w)))return M=Xy(M),X.forEach(function(ae,ot){!(P.isUndefined(ae)||ae===null)&&e.append(a===!0?Yy([M],ot,i):a===null?M:M+"[]",j(ae))}),!1}return vs(w)?!0:(e.append(Yy(A,M,i),j(w)),!1)}const E=[],D=Object.assign(tg,{defaultVisitor:R,convertValue:j,isVisitable:vs});function T(w,M){if(!P.isUndefined(w)){if(E.indexOf(w)!==-1)throw Error("Circular reference detected in "+M.join("."));E.push(w),P.forEach(w,function(X,Y){(!(P.isUndefined(X)||X===null)&&s.call(e,X,P.isString(Y)?Y.trim():Y,M,D))===!0&&T(X,M?M.concat(Y):[Y])}),E.pop()}}if(!P.isObject(r))throw new TypeError("data must be an object");return T(r),e}function Qy(r){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(r).replace(/[!'()~]|%20|%00/g,function(n){return e[n]})}function Os(r,e){this._pairs=[],r&&Io(r,this,e)}const Zy=Os.prototype;Zy.append=function(e,t){this._pairs.push([e,t])},Zy.toString=function(e){const t=e?function(n){return e.call(this,n,Qy)}:Qy;return this._pairs.map(function(s){return t(s[0])+"="+t(s[1])},"").join("&")};function ng(r){return encodeURIComponent(r).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function el(r,e,t){if(!e)return r;const n=t&&t.encode||ng;P.isFunction(t)&&(t={serialize:t});const s=t&&t.serialize;let i;if(s?i=s(e,t):i=P.isURLSearchParams(e)?e.toString():new Os(e,t).toString(n),i){const a=r.indexOf("#");a!==-1&&(r=r.slice(0,a)),r+=(r.indexOf("?")===-1?"?":"&")+i}return r}class tl{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){P.forEach(this.handlers,function(n){n!==null&&e(n)})}}const nl={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},rg={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Os,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Rs=typeof window<"u"&&typeof document<"u",Ps=typeof navigator=="object"&&navigator||void 0,ig=Rs&&(!Ps||["ReactNative","NativeScript","NS"].indexOf(Ps.product)<0),og=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",sg=Rs&&window.location.href||"http://localhost",St={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Rs,hasStandardBrowserEnv:ig,hasStandardBrowserWebWorkerEnv:og,navigator:Ps,origin:sg},Symbol.toStringTag,{value:"Module"})),...rg};function cg(r,e){return Io(r,new St.classes.URLSearchParams,Object.assign({visitor:function(t,n,s,i){return St.isNode&&P.isBuffer(t)?(this.append(n,t.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},e))}function ag(r){return P.matchAll(/\w+|\[(\w*)]/g,r).map(e=>e[0]==="[]"?"":e[1]||e[0])}function dg(r){const e={},t=Object.keys(r);let n;const s=t.length;let i;for(n=0;n<s;n++)i=t[n],e[i]=r[i];return e}function rl(r){function e(t,n,s,i){let a=t[i++];if(a==="__proto__")return!0;const d=Number.isFinite(+a),v=i>=t.length;return a=!a&&P.isArray(s)?s.length:a,v?(P.hasOwnProp(s,a)?s[a]=[s[a],n]:s[a]=n,!d):((!s[a]||!P.isObject(s[a]))&&(s[a]=[]),e(t,n,s[a],i)&&P.isArray(s[a])&&(s[a]=dg(s[a])),!d)}if(P.isFormData(r)&&P.isFunction(r.entries)){const t={};return P.forEachEntry(r,(n,s)=>{e(ag(n),s,t,0)}),t}return null}function ug(r,e,t){if(P.isString(r))try{return(e||JSON.parse)(r),P.trim(r)}catch(n){if(n.name!=="SyntaxError")throw n}return(t||JSON.stringify)(r)}const eo={transitional:nl,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",s=n.indexOf("application/json")>-1,i=P.isObject(e);if(i&&P.isHTMLForm(e)&&(e=new FormData(e)),P.isFormData(e))return s?JSON.stringify(rl(e)):e;if(P.isArrayBuffer(e)||P.isBuffer(e)||P.isStream(e)||P.isFile(e)||P.isBlob(e)||P.isReadableStream(e))return e;if(P.isArrayBufferView(e))return e.buffer;if(P.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let d;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return cg(e,this.formSerializer).toString();if((d=P.isFileList(e))||n.indexOf("multipart/form-data")>-1){const v=this.env&&this.env.FormData;return Io(d?{"files[]":e}:e,v&&new v,this.formSerializer)}}return i||s?(t.setContentType("application/json",!1),ug(e)):e}],transformResponse:[function(e){const t=this.transitional||eo.transitional,n=t&&t.forcedJSONParsing,s=this.responseType==="json";if(P.isResponse(e)||P.isReadableStream(e))return e;if(e&&P.isString(e)&&(n&&!this.responseType||s)){const a=!(t&&t.silentJSONParsing)&&s;try{return JSON.parse(e)}catch(d){if(a)throw d.name==="SyntaxError"?ie.from(d,ie.ERR_BAD_RESPONSE,this,null,this.response):d}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:St.classes.FormData,Blob:St.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};P.forEach(["delete","get","head","post","put","patch"],r=>{eo.headers[r]={}});const pg=P.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),fg=r=>{const e={};let t,n,s;return r&&r.split(`
|
|
20
|
+
`).forEach(function(a){s=a.indexOf(":"),t=a.substring(0,s).trim().toLowerCase(),n=a.substring(s+1).trim(),!(!t||e[t]&&pg[t])&&(t==="set-cookie"?e[t]?e[t].push(n):e[t]=[n]:e[t]=e[t]?e[t]+", "+n:n)}),e},il=Symbol("internals");function to(r){return r&&String(r).trim().toLowerCase()}function $o(r){return r===!1||r==null?r:P.isArray(r)?r.map($o):String(r)}function yg(r){const e=Object.create(null),t=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=t.exec(r);)e[n[1]]=n[2];return e}const lg=r=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(r.trim());function js(r,e,t,n,s){if(P.isFunction(n))return n.call(this,e,t);if(s&&(e=t),!!P.isString(e)){if(P.isString(n))return e.indexOf(n)!==-1;if(P.isRegExp(n))return n.test(e)}}function mg(r){return r.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,n)=>t.toUpperCase()+n)}function gg(r,e){const t=P.toCamelCase(" "+e);["get","set","has"].forEach(n=>{Object.defineProperty(r,n+t,{value:function(s,i,a){return this[n].call(this,e,s,i,a)},configurable:!0})})}let Jt=class{constructor(e){e&&this.set(e)}set(e,t,n){const s=this;function i(d,v,j){const R=to(v);if(!R)throw new Error("header name must be a non-empty string");const E=P.findKey(s,R);(!E||s[E]===void 0||j===!0||j===void 0&&s[E]!==!1)&&(s[E||v]=$o(d))}const a=(d,v)=>P.forEach(d,(j,R)=>i(j,R,v));if(P.isPlainObject(e)||e instanceof this.constructor)a(e,t);else if(P.isString(e)&&(e=e.trim())&&!lg(e))a(fg(e),t);else if(P.isObject(e)&&P.isIterable(e)){let d={},v,j;for(const R of e){if(!P.isArray(R))throw TypeError("Object iterator must return a key-value pair");d[j=R[0]]=(v=d[j])?P.isArray(v)?[...v,R[1]]:[v,R[1]]:R[1]}a(d,t)}else e!=null&&i(t,e,n);return this}get(e,t){if(e=to(e),e){const n=P.findKey(this,e);if(n){const s=this[n];if(!t)return s;if(t===!0)return yg(s);if(P.isFunction(t))return t.call(this,s,n);if(P.isRegExp(t))return t.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=to(e),e){const n=P.findKey(this,e);return!!(n&&this[n]!==void 0&&(!t||js(this,this[n],n,t)))}return!1}delete(e,t){const n=this;let s=!1;function i(a){if(a=to(a),a){const d=P.findKey(n,a);d&&(!t||js(n,n[d],d,t))&&(delete n[d],s=!0)}}return P.isArray(e)?e.forEach(i):i(e),s}clear(e){const t=Object.keys(this);let n=t.length,s=!1;for(;n--;){const i=t[n];(!e||js(this,this[i],i,e,!0))&&(delete this[i],s=!0)}return s}normalize(e){const t=this,n={};return P.forEach(this,(s,i)=>{const a=P.findKey(n,i);if(a){t[a]=$o(s),delete t[i];return}const d=e?mg(i):String(i).trim();d!==i&&delete t[i],t[d]=$o(s),n[d]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return P.forEach(this,(n,s)=>{n!=null&&n!==!1&&(t[s]=e&&P.isArray(n)?n.join(", "):n)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join(`
|
|
21
|
+
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach(s=>n.set(s)),n}static accessor(e){const n=(this[il]=this[il]={accessors:{}}).accessors,s=this.prototype;function i(a){const d=to(a);n[d]||(gg(s,a),n[d]=!0)}return P.isArray(e)?e.forEach(i):i(e),this}};Jt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),P.reduceDescriptors(Jt.prototype,({value:r},e)=>{let t=e[0].toUpperCase()+e.slice(1);return{get:()=>r,set(n){this[t]=n}}}),P.freezeMethods(Jt);function ws(r,e){const t=this||eo,n=e||t,s=Jt.from(n.headers);let i=n.data;return P.forEach(r,function(d){i=d.call(t,i,s.normalize(),e?e.status:void 0)}),s.normalize(),i}function ol(r){return!!(r&&r.__CANCEL__)}function Si(r,e,t){ie.call(this,r??"canceled",ie.ERR_CANCELED,e,t),this.name="CanceledError"}P.inherits(Si,ie,{__CANCEL__:!0});function sl(r,e,t){const n=t.config.validateStatus;!t.status||!n||n(t.status)?r(t):e(new ie("Request failed with status code "+t.status,[ie.ERR_BAD_REQUEST,ie.ERR_BAD_RESPONSE][Math.floor(t.status/100)-4],t.config,t.request,t))}function hg(r){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(r);return e&&e[1]||""}function bg(r,e){r=r||10;const t=new Array(r),n=new Array(r);let s=0,i=0,a;return e=e!==void 0?e:1e3,function(v){const j=Date.now(),R=n[i];a||(a=j),t[s]=v,n[s]=j;let E=i,D=0;for(;E!==s;)D+=t[E++],E=E%r;if(s=(s+1)%r,s===i&&(i=(i+1)%r),j-a<e)return;const T=R&&j-R;return T?Math.round(D*1e3/T):void 0}}function _g(r,e){let t=0,n=1e3/e,s,i;const a=(j,R=Date.now())=>{t=R,s=null,i&&(clearTimeout(i),i=null),r.apply(null,j)};return[(...j)=>{const R=Date.now(),E=R-t;E>=n?a(j,R):(s=j,i||(i=setTimeout(()=>{i=null,a(s)},n-E)))},()=>s&&a(s)]}const Uo=(r,e,t=3)=>{let n=0;const s=bg(50,250);return _g(i=>{const a=i.loaded,d=i.lengthComputable?i.total:void 0,v=a-n,j=s(v),R=a<=d;n=a;const E={loaded:a,total:d,progress:d?a/d:void 0,bytes:v,rate:j||void 0,estimated:j&&d&&R?(d-a)/j:void 0,event:i,lengthComputable:d!=null,[e?"download":"upload"]:!0};r(E)},t)},cl=(r,e)=>{const t=r!=null;return[n=>e[0]({lengthComputable:t,total:r,loaded:n}),e[1]]},al=r=>(...e)=>P.asap(()=>r(...e)),Sg=St.hasStandardBrowserEnv?((r,e)=>t=>(t=new URL(t,St.origin),r.protocol===t.protocol&&r.host===t.host&&(e||r.port===t.port)))(new URL(St.origin),St.navigator&&/(msie|trident)/i.test(St.navigator.userAgent)):()=>!0,vg=St.hasStandardBrowserEnv?{write(r,e,t,n,s,i){const a=[r+"="+encodeURIComponent(e)];P.isNumber(t)&&a.push("expires="+new Date(t).toGMTString()),P.isString(n)&&a.push("path="+n),P.isString(s)&&a.push("domain="+s),i===!0&&a.push("secure"),document.cookie=a.join("; ")},read(r){const e=document.cookie.match(new RegExp("(^|;\\s*)("+r+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(r){this.write(r,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Og(r){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(r)}function Rg(r,e){return e?r.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):r}function dl(r,e,t){let n=!Og(e);return r&&(n||t==!1)?Rg(r,e):e}const ul=r=>r instanceof Jt?{...r}:r;function Hr(r,e){e=e||{};const t={};function n(j,R,E,D){return P.isPlainObject(j)&&P.isPlainObject(R)?P.merge.call({caseless:D},j,R):P.isPlainObject(R)?P.merge({},R):P.isArray(R)?R.slice():R}function s(j,R,E,D){if(P.isUndefined(R)){if(!P.isUndefined(j))return n(void 0,j,E,D)}else return n(j,R,E,D)}function i(j,R){if(!P.isUndefined(R))return n(void 0,R)}function a(j,R){if(P.isUndefined(R)){if(!P.isUndefined(j))return n(void 0,j)}else return n(void 0,R)}function d(j,R,E){if(E in e)return n(j,R);if(E in r)return n(void 0,j)}const v={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:d,headers:(j,R,E)=>s(ul(j),ul(R),E,!0)};return P.forEach(Object.keys(Object.assign({},r,e)),function(R){const E=v[R]||s,D=E(r[R],e[R],R);P.isUndefined(D)&&E!==d||(t[R]=D)}),t}const pl=r=>{const e=Hr({},r);let{data:t,withXSRFToken:n,xsrfHeaderName:s,xsrfCookieName:i,headers:a,auth:d}=e;e.headers=a=Jt.from(a),e.url=el(dl(e.baseURL,e.url,e.allowAbsoluteUrls),r.params,r.paramsSerializer),d&&a.set("Authorization","Basic "+btoa((d.username||"")+":"+(d.password?unescape(encodeURIComponent(d.password)):"")));let v;if(P.isFormData(t)){if(St.hasStandardBrowserEnv||St.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((v=a.getContentType())!==!1){const[j,...R]=v?v.split(";").map(E=>E.trim()).filter(Boolean):[];a.setContentType([j||"multipart/form-data",...R].join("; "))}}if(St.hasStandardBrowserEnv&&(n&&P.isFunction(n)&&(n=n(e)),n||n!==!1&&Sg(e.url))){const j=s&&i&&vg.read(i);j&&a.set(s,j)}return e},Pg=typeof XMLHttpRequest<"u"&&function(r){return new Promise(function(t,n){const s=pl(r);let i=s.data;const a=Jt.from(s.headers).normalize();let{responseType:d,onUploadProgress:v,onDownloadProgress:j}=s,R,E,D,T,w;function M(){T&&T(),w&&w(),s.cancelToken&&s.cancelToken.unsubscribe(R),s.signal&&s.signal.removeEventListener("abort",R)}let A=new XMLHttpRequest;A.open(s.method.toUpperCase(),s.url,!0),A.timeout=s.timeout;function X(){if(!A)return;const ae=Jt.from("getAllResponseHeaders"in A&&A.getAllResponseHeaders()),de={data:!d||d==="text"||d==="json"?A.responseText:A.response,status:A.status,statusText:A.statusText,headers:ae,config:r,request:A};sl(function(yn){t(yn),M()},function(yn){n(yn),M()},de),A=null}"onloadend"in A?A.onloadend=X:A.onreadystatechange=function(){!A||A.readyState!==4||A.status===0&&!(A.responseURL&&A.responseURL.indexOf("file:")===0)||setTimeout(X)},A.onabort=function(){A&&(n(new ie("Request aborted",ie.ECONNABORTED,r,A)),A=null)},A.onerror=function(){n(new ie("Network Error",ie.ERR_NETWORK,r,A)),A=null},A.ontimeout=function(){let ot=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const de=s.transitional||nl;s.timeoutErrorMessage&&(ot=s.timeoutErrorMessage),n(new ie(ot,de.clarifyTimeoutError?ie.ETIMEDOUT:ie.ECONNABORTED,r,A)),A=null},i===void 0&&a.setContentType(null),"setRequestHeader"in A&&P.forEach(a.toJSON(),function(ot,de){A.setRequestHeader(de,ot)}),P.isUndefined(s.withCredentials)||(A.withCredentials=!!s.withCredentials),d&&d!=="json"&&(A.responseType=s.responseType),j&&([D,w]=Uo(j,!0),A.addEventListener("progress",D)),v&&A.upload&&([E,T]=Uo(v),A.upload.addEventListener("progress",E),A.upload.addEventListener("loadend",T)),(s.cancelToken||s.signal)&&(R=ae=>{A&&(n(!ae||ae.type?new Si(null,r,A):ae),A.abort(),A=null)},s.cancelToken&&s.cancelToken.subscribe(R),s.signal&&(s.signal.aborted?R():s.signal.addEventListener("abort",R)));const Y=hg(s.url);if(Y&&St.protocols.indexOf(Y)===-1){n(new ie("Unsupported protocol "+Y+":",ie.ERR_BAD_REQUEST,r));return}A.send(i||null)})},jg=(r,e)=>{const{length:t}=r=r?r.filter(Boolean):[];if(e||t){let n=new AbortController,s;const i=function(j){if(!s){s=!0,d();const R=j instanceof Error?j:this.reason;n.abort(R instanceof ie?R:new Si(R instanceof Error?R.message:R))}};let a=e&&setTimeout(()=>{a=null,i(new ie(`timeout ${e} of ms exceeded`,ie.ETIMEDOUT))},e);const d=()=>{r&&(a&&clearTimeout(a),a=null,r.forEach(j=>{j.unsubscribe?j.unsubscribe(i):j.removeEventListener("abort",i)}),r=null)};r.forEach(j=>j.addEventListener("abort",i));const{signal:v}=n;return v.unsubscribe=()=>P.asap(d),v}},wg=function*(r,e){let t=r.byteLength;if(t<e){yield r;return}let n=0,s;for(;n<t;)s=n+e,yield r.slice(n,s),n=s},Eg=async function*(r,e){for await(const t of Ng(r))yield*wg(t,e)},Ng=async function*(r){if(r[Symbol.asyncIterator]){yield*r;return}const e=r.getReader();try{for(;;){const{done:t,value:n}=await e.read();if(t)break;yield n}}finally{await e.cancel()}},fl=(r,e,t,n)=>{const s=Eg(r,e);let i=0,a,d=v=>{a||(a=!0,n&&n(v))};return new ReadableStream({async pull(v){try{const{done:j,value:R}=await s.next();if(j){d(),v.close();return}let E=R.byteLength;if(t){let D=i+=E;t(D)}v.enqueue(new Uint8Array(R))}catch(j){throw d(j),j}},cancel(v){return d(v),s.return()}},{highWaterMark:2})},Co=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",yl=Co&&typeof ReadableStream=="function",Tg=Co&&(typeof TextEncoder=="function"?(r=>e=>r.encode(e))(new TextEncoder):async r=>new Uint8Array(await new Response(r).arrayBuffer())),ll=(r,...e)=>{try{return!!r(...e)}catch{return!1}},Ag=yl&&ll(()=>{let r=!1;const e=new Request(St.origin,{body:new ReadableStream,method:"POST",get duplex(){return r=!0,"half"}}).headers.has("Content-Type");return r&&!e}),ml=64*1024,Es=yl&&ll(()=>P.isReadableStream(new Response("").body)),Fo={stream:Es&&(r=>r.body)};Co&&(r=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!Fo[e]&&(Fo[e]=P.isFunction(r[e])?t=>t[e]():(t,n)=>{throw new ie(`Response type '${e}' is not supported`,ie.ERR_NOT_SUPPORT,n)})})})(new Response);const Mg=async r=>{if(r==null)return 0;if(P.isBlob(r))return r.size;if(P.isSpecCompliantForm(r))return(await new Request(St.origin,{method:"POST",body:r}).arrayBuffer()).byteLength;if(P.isArrayBufferView(r)||P.isArrayBuffer(r))return r.byteLength;if(P.isURLSearchParams(r)&&(r=r+""),P.isString(r))return(await Tg(r)).byteLength},Ig=async(r,e)=>{const t=P.toFiniteNumber(r.getContentLength());return t??Mg(e)},Ns={http:Zm,xhr:Pg,fetch:Co&&(async r=>{let{url:e,method:t,data:n,signal:s,cancelToken:i,timeout:a,onDownloadProgress:d,onUploadProgress:v,responseType:j,headers:R,withCredentials:E="same-origin",fetchOptions:D}=pl(r);j=j?(j+"").toLowerCase():"text";let T=jg([s,i&&i.toAbortSignal()],a),w;const M=T&&T.unsubscribe&&(()=>{T.unsubscribe()});let A;try{if(v&&Ag&&t!=="get"&&t!=="head"&&(A=await Ig(R,n))!==0){let de=new Request(e,{method:"POST",body:n,duplex:"half"}),tn;if(P.isFormData(n)&&(tn=de.headers.get("content-type"))&&R.setContentType(tn),de.body){const[yn,Nr]=cl(A,Uo(al(v)));n=fl(de.body,ml,yn,Nr)}}P.isString(E)||(E=E?"include":"omit");const X="credentials"in Request.prototype;w=new Request(e,{...D,signal:T,method:t.toUpperCase(),headers:R.normalize().toJSON(),body:n,duplex:"half",credentials:X?E:void 0});let Y=await fetch(w);const ae=Es&&(j==="stream"||j==="response");if(Es&&(d||ae&&M)){const de={};["status","statusText","headers"].forEach(Oi=>{de[Oi]=Y[Oi]});const tn=P.toFiniteNumber(Y.headers.get("content-length")),[yn,Nr]=d&&cl(tn,Uo(al(d),!0))||[];Y=new Response(fl(Y.body,ml,yn,()=>{Nr&&Nr(),M&&M()}),de)}j=j||"text";let ot=await Fo[P.findKey(Fo,j)||"text"](Y,r);return!ae&&M&&M(),await new Promise((de,tn)=>{sl(de,tn,{data:ot,headers:Jt.from(Y.headers),status:Y.status,statusText:Y.statusText,config:r,request:w})})}catch(X){throw M&&M(),X&&X.name==="TypeError"&&/Load failed|fetch/i.test(X.message)?Object.assign(new ie("Network Error",ie.ERR_NETWORK,r,w),{cause:X.cause||X}):ie.from(X,X&&X.code,r,w)}})};P.forEach(Ns,(r,e)=>{if(r){try{Object.defineProperty(r,"name",{value:e})}catch{}Object.defineProperty(r,"adapterName",{value:e})}});const gl=r=>`- ${r}`,$g=r=>P.isFunction(r)||r===null||r===!1,hl={getAdapter:r=>{r=P.isArray(r)?r:[r];const{length:e}=r;let t,n;const s={};for(let i=0;i<e;i++){t=r[i];let a;if(n=t,!$g(t)&&(n=Ns[(a=String(t)).toLowerCase()],n===void 0))throw new ie(`Unknown adapter '${a}'`);if(n)break;s[a||"#"+i]=n}if(!n){const i=Object.entries(s).map(([d,v])=>`adapter ${d} `+(v===!1?"is not supported by the environment":"is not available in the build"));let a=e?i.length>1?`since :
|
|
22
|
+
`+i.map(gl).join(`
|
|
23
|
+
`):" "+gl(i[0]):"as no adapter specified";throw new ie("There is no suitable adapter to dispatch the request "+a,"ERR_NOT_SUPPORT")}return n},adapters:Ns};function Ts(r){if(r.cancelToken&&r.cancelToken.throwIfRequested(),r.signal&&r.signal.aborted)throw new Si(null,r)}function bl(r){return Ts(r),r.headers=Jt.from(r.headers),r.data=ws.call(r,r.transformRequest),["post","put","patch"].indexOf(r.method)!==-1&&r.headers.setContentType("application/x-www-form-urlencoded",!1),hl.getAdapter(r.adapter||eo.adapter)(r).then(function(n){return Ts(r),n.data=ws.call(r,r.transformResponse,n),n.headers=Jt.from(n.headers),n},function(n){return ol(n)||(Ts(r),n&&n.response&&(n.response.data=ws.call(r,r.transformResponse,n.response),n.response.headers=Jt.from(n.response.headers))),Promise.reject(n)})}const _l="1.9.0",Do={};["object","boolean","number","function","string","symbol"].forEach((r,e)=>{Do[r]=function(n){return typeof n===r||"a"+(e<1?"n ":" ")+r}});const Sl={};Do.transitional=function(e,t,n){function s(i,a){return"[Axios v"+_l+"] Transitional option '"+i+"'"+a+(n?". "+n:"")}return(i,a,d)=>{if(e===!1)throw new ie(s(a," has been removed"+(t?" in "+t:"")),ie.ERR_DEPRECATED);return t&&!Sl[a]&&(Sl[a]=!0,console.warn(s(a," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(i,a,d):!0}},Do.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};function Ug(r,e,t){if(typeof r!="object")throw new ie("options must be an object",ie.ERR_BAD_OPTION_VALUE);const n=Object.keys(r);let s=n.length;for(;s-- >0;){const i=n[s],a=e[i];if(a){const d=r[i],v=d===void 0||a(d,i,r);if(v!==!0)throw new ie("option "+i+" must be "+v,ie.ERR_BAD_OPTION_VALUE);continue}if(t!==!0)throw new ie("Unknown option "+i,ie.ERR_BAD_OPTION)}}const ko={assertOptions:Ug,validators:Do},kn=ko.validators;let qr=class{constructor(e){this.defaults=e||{},this.interceptors={request:new tl,response:new tl}}async request(e,t){try{return await this._request(e,t)}catch(n){if(n instanceof Error){let s={};Error.captureStackTrace?Error.captureStackTrace(s):s=new Error;const i=s.stack?s.stack.replace(/^.+\n/,""):"";try{n.stack?i&&!String(n.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(n.stack+=`
|
|
24
|
+
`+i):n.stack=i}catch{}}throw n}}_request(e,t){typeof e=="string"?(t=t||{},t.url=e):t=e||{},t=Hr(this.defaults,t);const{transitional:n,paramsSerializer:s,headers:i}=t;n!==void 0&&ko.assertOptions(n,{silentJSONParsing:kn.transitional(kn.boolean),forcedJSONParsing:kn.transitional(kn.boolean),clarifyTimeoutError:kn.transitional(kn.boolean)},!1),s!=null&&(P.isFunction(s)?t.paramsSerializer={serialize:s}:ko.assertOptions(s,{encode:kn.function,serialize:kn.function},!0)),t.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),ko.assertOptions(t,{baseUrl:kn.spelling("baseURL"),withXsrfToken:kn.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=i&&P.merge(i.common,i[t.method]);i&&P.forEach(["delete","get","head","post","put","patch","common"],w=>{delete i[w]}),t.headers=Jt.concat(a,i);const d=[];let v=!0;this.interceptors.request.forEach(function(M){typeof M.runWhen=="function"&&M.runWhen(t)===!1||(v=v&&M.synchronous,d.unshift(M.fulfilled,M.rejected))});const j=[];this.interceptors.response.forEach(function(M){j.push(M.fulfilled,M.rejected)});let R,E=0,D;if(!v){const w=[bl.bind(this),void 0];for(w.unshift.apply(w,d),w.push.apply(w,j),D=w.length,R=Promise.resolve(t);E<D;)R=R.then(w[E++],w[E++]);return R}D=d.length;let T=t;for(E=0;E<D;){const w=d[E++],M=d[E++];try{T=w(T)}catch(A){M.call(this,A);break}}try{R=bl.call(this,T)}catch(w){return Promise.reject(w)}for(E=0,D=j.length;E<D;)R=R.then(j[E++],j[E++]);return R}getUri(e){e=Hr(this.defaults,e);const t=dl(e.baseURL,e.url,e.allowAbsoluteUrls);return el(t,e.params,e.paramsSerializer)}};P.forEach(["delete","get","head","options"],function(e){qr.prototype[e]=function(t,n){return this.request(Hr(n||{},{method:e,url:t,data:(n||{}).data}))}}),P.forEach(["post","put","patch"],function(e){function t(n){return function(i,a,d){return this.request(Hr(d||{},{method:e,headers:n?{"Content-Type":"multipart/form-data"}:{},url:i,data:a}))}}qr.prototype[e]=t(),qr.prototype[e+"Form"]=t(!0)});let Cg=class Pl{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(i){t=i});const n=this;this.promise.then(s=>{if(!n._listeners)return;let i=n._listeners.length;for(;i-- >0;)n._listeners[i](s);n._listeners=null}),this.promise.then=s=>{let i;const a=new Promise(d=>{n.subscribe(d),i=d}).then(s);return a.cancel=function(){n.unsubscribe(i)},a},e(function(i,a,d){n.reason||(n.reason=new Si(i,a,d),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);t!==-1&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=n=>{e.abort(n)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new Pl(function(s){e=s}),cancel:e}}};function Fg(r){return function(t){return r.apply(null,t)}}function Dg(r){return P.isObject(r)&&r.isAxiosError===!0}const As={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(As).forEach(([r,e])=>{As[e]=r});function vl(r){const e=new qr(r),t=xy(qr.prototype.request,e);return P.extend(t,qr.prototype,e,{allOwnKeys:!0}),P.extend(t,e,null,{allOwnKeys:!0}),t.create=function(s){return vl(Hr(r,s))},t}const Ye=vl(eo);Ye.Axios=qr,Ye.CanceledError=Si,Ye.CancelToken=Cg,Ye.isCancel=ol,Ye.VERSION=_l,Ye.toFormData=Io,Ye.AxiosError=ie,Ye.Cancel=Ye.CanceledError,Ye.all=function(e){return Promise.all(e)},Ye.spread=Fg,Ye.isAxiosError=Dg,Ye.mergeConfig=Hr,Ye.AxiosHeaders=Jt,Ye.formToJSON=r=>rl(P.isHTMLForm(r)?new FormData(r):r),Ye.getAdapter=hl.getAdapter,Ye.HttpStatusCode=As,Ye.default=Ye;const{Axios:nh,AxiosError:rh,CanceledError:ih,isCancel:oh,CancelToken:sh,VERSION:ch,all:ah,Cancel:dh,isAxiosError:uh,spread:ph,toFormData:fh,AxiosHeaders:yh,HttpStatusCode:lh,formToJSON:mh,getAdapter:gh,mergeConfig:hh}=Ye;var kg=function(r,e,t,n){var s=arguments.length,i=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,t,n);else for(var d=r.length-1;d>=0;d--)(a=r[d])&&(i=(s<3?a(i):s>3?a(e,t,i):a(e,t))||i);return s>3&&i&&Object.defineProperty(e,t,i),i};u.HTTPConsumer=class extends u.Consumer{constructor(){super(...arguments);o(this,"timeout",1e4);o(this,"cs",new Map)}getAddr(t){const n=_e.MESH_ADDRESS.get().any();return t.getAttribute(et.REMOTE)??n}async getClient(t){if(!this.cs.has(t)){const n={baseURL:t,timeout:this.timeout,headers:{"Content-Type":"application/json;charset=UTF-8"}};if(globalThis.__vitest_environment__=="node"){const i=await Promise.resolve().then(()=>qg);n.httpsAgent=new i.Agent({rejectUnauthorized:!1})}const s=Ye.create(n);s.interceptors.request.use(i=>i),this.cs.set(t,s)}return this.cs.get(t)}start(){}close(){}async consume(t,n,s,i,a){const d=i.schema(t).timeout??this.timeout,v=t.getAttribute(et.TIMEOUT)??this.timeout,j=tt.load(u.Codec).getDefault(),R=j.decode(a,Object),E=await this.invoke(t,R,Object,s,Math.max(v,d));return j.encode(E)}async invoke(t,n,s,i,a){const d={"mesh-urn":i};t.getAttachments().forEach((E,D)=>{d[E]=D});const v=this.getAddr(t),R=await(await this.getClient(v)).post(`${v}mpc/invoke`,n,{timeout:Math.max(this.timeout,a),headers:d});if(R.status!==200)throw Ni.errorf(R);return R.data}},u.HTTPConsumer=kg([B(u.Consumer.HTTP)],u.HTTPConsumer);class Ms{constructor(){o(this,"name","");o(this,"icon");o(this,"path","");o(this,"describe");o(this,"disable",!1);o(this,"star",!1);o(this,"route");o(this,"children",[]);o(this,"parent");o(this,"attrs")}static abs(e,t=""){if(!e.parent)return`${t}${e.path}`;const n=this.abs(e.parent).replaceAll("/*","");return n==""?`${t}${e.path}`:`${t}${n}${e.path.replaceAll("/*","")}`}static preproc(e){e==null||e.forEach(t=>{var n;(n=t.children)==null||n.forEach(s=>{s.parent=t}),this.preproc((t==null?void 0:t.children)||[])})}static chain(e){return e.parent?[...Ms.chain(e.parent),e]:[]}}class xg extends u.Network{constructor(){super();o(this,"proxy");this.proxy=u.ServiceProxy.proxy(u.Network)}environ(t){return this.proxy.environ(t)}accessible(t,n){return this.proxy.accessible(t)}refresh(t,n){return this.proxy.refresh(t)}route(t,n){return this.proxy.route(t)}routes(t){return this.proxy.routes(t)}disable(t,n){return this.proxy.disable(t)}enable(t,n){return this.proxy.enable(t)}index(t,n){return this.proxy.index(t)}version(t,n){return this.proxy.version(t)}}class Bg{constructor(e,t){o(this,"values",[]);o(this,"filter",(e,t)=>!0);this.values=e||[],this.filter=t}index(e){const t=e.factor||{},n=new Oe;n.index=e.index,n.sid=e.sid||"",n.limit=e.limit,n.total=e.index*e.limit,n.next=!1,n.data=[];const s=n.index*n.limit,i=(n.index+1)*n.limit;for(let a=s;a<this.values.length&&!(s>=this.values.length);a++){const d=this.values[a];n.data.length<e.limit&&s<=n.total&&n.total<i&&n.data.push(d),(!this.filter||this.filter(d,t))&&n.total++}return n.total>i&&(n.next=!0),n}}class Lg{constructor(){o(this,"builtin",u.ServiceProxy.proxy(u.Builtin));o(this,"cache",u.ServiceProxy.proxy(u.Cache));o(this,"cipherEconomy",u.ServiceProxy.proxy(u.CipherEconomy));o(this,"cipherProvider",u.ServiceProxy.proxy(u.CipherProvider));o(this,"cluster",u.ServiceProxy.proxy(u.Cluster));o(this,"commercialize",u.ServiceProxy.proxy(u.Commercialize));o(this,"cryptor",u.ServiceProxy.proxy(u.Cryptor));o(this,"daler",u.ServiceProxy.proxy(u.Daler));o(this,"dataHouse",u.ServiceProxy.proxy(u.DataHouse));o(this,"devops",u.ServiceProxy.proxy(u.Devops));o(this,"endpoint",u.ServiceProxy.proxy(u.Endpoint));o(this,"firewalld",u.ServiceProxy.proxy(u.Firewalld));o(this,"graph",u.ServiceProxy.proxy(u.Graph));o(this,"kms",u.ServiceProxy.proxy(u.KMS));o(this,"kv",u.ServiceProxy.proxy(u.KV));o(this,"licenser",u.ServiceProxy.proxy(u.Licenser));o(this,"locker",u.ServiceProxy.proxy(u.Locker));o(this,"network",u.ServiceProxy.proxy(u.Network));o(this,"pipeline",u.ServiceProxy.proxy(u.Pipeline));o(this,"publisher",u.ServiceProxy.proxy(u.Publisher));o(this,"registry",u.ServiceProxy.proxy(u.Registry));o(this,"savepoint",u.ServiceProxy.proxy(u.Savepoint));o(this,"scheduler",u.ServiceProxy.proxy(u.Scheduler));o(this,"sequence",u.ServiceProxy.proxy(u.Sequence));o(this,"subscriber",u.ServiceProxy.proxy(u.Subscriber));o(this,"tokenizer",u.ServiceProxy.proxy(u.Tokenizer));o(this,"authProvider",u.ServiceProxy.proxy(u.AuthProvider));o(this,"transporter",u.ServiceProxy.proxy(u.Transporter));o(this,"fileSystem",u.ServiceProxy.proxy(u.FileSystem));o(this,"vm",u.ServiceProxy.proxy(u.VM));o(this,"workflow",u.ServiceProxy.proxy(u.Workflow))}}const Hg=new Lg,qg=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));u.AccessCode=go,u.AccessGrant=mr,u.AccessID=ho,u.AccessToken=Hn,u.Addrs=Po,u.Appdata=on,u.Argument=Hs,u.Ark=$e,u.Body=De,u.CONSUMER=jo,u.CRL=Ai,u.CacheBody=jt,u.Captcha=Qr,u.Cause=xt,u.CipherEntity=On,u.CipherHello=Ot,u.CipherKey=lo,u.CipherKeygen=ar,u.CipherObject=yt,u.CipherRegen=Mi,u.CipherSuite=Ir,u.CipherTxEntity=Ii,u.Citizen=Ms,u.CommerceEnviron=Yr,u.CommerceLicense=Xr,u.Context=fo,u.Credential=nn,u.CrtRevokeRequest=Jr,u.CrtRotateRequest=Ur,u.DalerBinlog=Bn,u.DalerCluster=st,u.DalerDTSJob=We,u.DalerInstance=Wr,u.DalerSource=Bt,u.DalerTest=$r,u.DataLord=Ti,u.Deque=Vs,u.Document=dr,u.DocumentMetadata=ur,u.DtxBranch=Mn,u.DtxDefinition=hr,u.Dynamic=wi,u.DynamicOption=Qt,u.DynamicRoute=qn,u.DynamicServer=ti,u.EndpointSticker=Ru,u.Entry=$i,u.Env=Gr,u.Environ=Ke,u.Errors=Ni,u.Event=gt,u.FileEntry=Kr,u.FileMirror=Vn,u.Firewall=Se,u.GenericExecution=$y,u.GenericInspector=Uy,u.GenericParameters=ls,u.GenericReturns=ms,u.GrantCode=es,u.Header=yo,u.Hodor=is,u.Hook=wo,u.Idx=sr,u.Inbound=ts,u.Institution=mo,u.Key=cr,u.KeyCsr=rt,u.Keys=Lt,u.Keyset=Zo,u.KindMirror=hn,u.Lattice=Ln,u.License=we,u.Location=yr,u.MPI=Ge,u.MPS=Ei,u.Mani=Mr,u.Matcher=bo,u.Mesh=et,u.MeshCode=oe,u.MeshContext=Yi,u.MeshFlags=Dn,u.MeshNetwork=xg,u.MeshService=Hg,u.Metadata=ns,u.MethodInspector=qs,u.MethodMirror=In,u.Mock=bs,u.Mode=ao,u.MpcStream=us,u.Netlist=gr,u.Outbound=Ui,u.PROVIDER=Cy,u.Packet=sn,u.Page=Oe,u.Paging=U,u.ParameterMirror=zn,u.Payload=Fi,u.Principal=Nt,u.Reference=Nn,u.ReferenceInvokeHandler=Dy,u.Registration=ht,u.RegistrationKind=kl,u.Replica=nt,u.ReturnMirror=br,u.Routable=Gi,u.Route=be,u.RunMode=po,u.SPI=mn,u.Script=Le,u.SecretCsr=En,u.SecretKey=lr,u.Service=Ht,u.ServiceInvocation=Fy,u.ServiceInvokeHandler=ky,u.ServiceLoader=tt,u.Session=Tt,u.Settings=Rn,u.StatefulServer=Iy,u.States=rs,u.Status=h,u.ThrowableMirror=Ci,u.Timeout=wn,u.Tool=_e,u.Topic=He,u.Triplet=Xc,u.Types=or,u.URC=rn,u.URN=nr,u.URNFlag=Pr,u.VTable=Bg,u.VariableMirror=gn,u.Versions=Di,u.WorkChart=Vt,u.WorkContext=Xn,u.WorkGroup=Jn,u.WorkIntent=_r,u.WorkRoutine=Cr,u.WorkSide=ki,u.WorkTask=Kn,u.WorkVertex=pt,u.Worker=ct,u.binding=Tl,u.composite=gs,u.context=b,u.dict=q,u.globalPtr=Vr,u.index=c,u.instanceOfCodeable=zs,u.list=vt,u.mpi=S,u.mps=Fl,u.returnType=Wl,u.spi=B,u.withCodec=Zl,u.withConsumer=Ql,u.withMode=wl,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
|