@firmer/mesh 0.0.2 → 0.0.3
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/macro/ark.d.ts +4 -4
- package/dist/mesh.js +549 -546
- package/dist/mesh.umd.cjs +6 -6
- package/package.json +1 -1
package/dist/mesh.js
CHANGED
|
@@ -31,6 +31,44 @@ class ln extends Array {
|
|
|
31
31
|
return n.forEach((i, s) => o.set(s, t(s, i))), o;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
+
const Ud = {}, ri = () => typeof globalThis == "object" ? globalThis : typeof window == "object" ? window : typeof global == "object" ? global : Ud, ge = class ge {
|
|
35
|
+
constructor(e, t) {
|
|
36
|
+
c(this, "name");
|
|
37
|
+
c(this, "value");
|
|
38
|
+
this.name = e, this.value = t;
|
|
39
|
+
}
|
|
40
|
+
cache() {
|
|
41
|
+
return ri().meshCache || (ri().meshCache = /* @__PURE__ */ new Map()), ri().meshCache;
|
|
42
|
+
}
|
|
43
|
+
get() {
|
|
44
|
+
return this.cache().has(this.name) || this.cache().set(this.name, this.value()), this.cache().get(this.name);
|
|
45
|
+
}
|
|
46
|
+
set(e) {
|
|
47
|
+
this.cache().set(this.name, e);
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
c(ge, "Name", new ge("MESH_NAME", () => "")), c(ge, "Direct", new ge("MESH_DIRECT", () => "")), c(ge, "Subset", new ge("MESH_SUBSET", () => "")), c(ge, "Mode", new ge("MESH_MODE", () => 0)), c(ge, "Proxy", new ge("MESH_PROXY", () => "")), c(ge, "Address", new ge("MESH_ADDRESS", () => "")), c(ge, "Runtime", new ge("MESH_RUNTIME", () => "")), c(ge, "MDC", new ge("MESH_MDC", () => "")), c(ge, "SPA", new ge("MESH_SPA", () => "")), c(ge, "TCP", new ge("MESH_TCP", () => "")), c(ge, "Home", new ge("MESH_HOME", () => "")), c(ge, "DSN", new ge("MESH_DSN", () => ""));
|
|
51
|
+
let si = ge;
|
|
52
|
+
const Re = class Re {
|
|
53
|
+
constructor(e) {
|
|
54
|
+
c(this, "v", 0);
|
|
55
|
+
this.v = e;
|
|
56
|
+
}
|
|
57
|
+
matches(e) {
|
|
58
|
+
return (this.v & e) == this.v;
|
|
59
|
+
}
|
|
60
|
+
enable() {
|
|
61
|
+
return this.matches(si.Mode.get());
|
|
62
|
+
}
|
|
63
|
+
value() {
|
|
64
|
+
return this.v;
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
c(Re, "Disable", new Re(1)), c(Re, "Failfast", new Re(2)), c(Re, "Nolog", new Re(4)), c(Re, "JsonLogFormat", new Re(8)), c(Re, "PHeader", new Re(16)), c(Re, "Metrics", new Re(32)), c(Re, "Debug", new Re(64)), c(Re, "PermitCirculate", new Re(128)), c(Re, "NoStdColor", new Re(256)), c(Re, "Isolate", new Re(512)), c(Re, "Mock", new Re(1024));
|
|
68
|
+
let Go = Re;
|
|
69
|
+
function fm(r) {
|
|
70
|
+
si.Mode.set(si.Mode.get() | r);
|
|
71
|
+
}
|
|
34
72
|
var Gf;
|
|
35
73
|
class mr {
|
|
36
74
|
constructor(e) {
|
|
@@ -76,8 +114,8 @@ const An = class An {
|
|
|
76
114
|
}
|
|
77
115
|
};
|
|
78
116
|
c(An, "FUNCTION", 1), c(An, "ABSTRACT", 2);
|
|
79
|
-
let
|
|
80
|
-
class
|
|
117
|
+
let ii = An;
|
|
118
|
+
class $d {
|
|
81
119
|
constructor() {
|
|
82
120
|
// key/value
|
|
83
121
|
c(this, "tinder", new ee());
|
|
@@ -143,14 +181,14 @@ class Ud {
|
|
|
143
181
|
*/
|
|
144
182
|
register(e, t, n, o) {
|
|
145
183
|
var S;
|
|
146
|
-
const i = this.superclass(n, (R) => this.metadata(e, R.constructor, R.constructor)), s = n.constructor ? 0 :
|
|
184
|
+
const i = this.superclass(n, (R) => this.metadata(e, R.constructor, R.constructor)), s = n.constructor ? 0 : ii.FUNCTION, a = i.length < 1 ? ii.ABSTRACT : 0;
|
|
147
185
|
i.length < 1 && i.push(n);
|
|
148
186
|
for (let R of i) {
|
|
149
187
|
const b = this.ak(e, t, R);
|
|
150
188
|
(S = this.tinder.get(b)) == null || S.forEach((x) => {
|
|
151
189
|
x.kind == n && console.log(`Object of ${R.name} named ${t} has been register already.`);
|
|
152
190
|
});
|
|
153
|
-
const P = new
|
|
191
|
+
const P = new ii(e, t, n, i, o, s | a), U = this.tinder.computeIfy(b, (x) => new ln());
|
|
154
192
|
U.push(P), U.sort(
|
|
155
193
|
(x, j) => x.isabstract() || x.isfunction() ? 1 : j.isabstract() || x.isfunction() ? -1 : x.metadata.priority && j.metadata.priority ? x.metadata.priority - j.metadata.priority : 0
|
|
156
194
|
);
|
|
@@ -212,7 +250,10 @@ class Ud {
|
|
|
212
250
|
}), t;
|
|
213
251
|
}
|
|
214
252
|
}
|
|
215
|
-
const
|
|
253
|
+
const Fd = () => {
|
|
254
|
+
const r = ri();
|
|
255
|
+
return r.Ark ?? (r.Ark = new $d()), r.Ark;
|
|
256
|
+
}, Se = Fd();
|
|
216
257
|
var Os = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Rs = {};
|
|
217
258
|
/*! *****************************************************************************
|
|
218
259
|
Copyright (C) Microsoft. All rights reserved.
|
|
@@ -229,7 +270,7 @@ See the Apache Version 2.0 License for specific language governing permissions
|
|
|
229
270
|
and limitations under the License.
|
|
230
271
|
***************************************************************************** */
|
|
231
272
|
var Ss;
|
|
232
|
-
function
|
|
273
|
+
function Cd() {
|
|
233
274
|
if (Ss) return Rs;
|
|
234
275
|
Ss = 1;
|
|
235
276
|
var r;
|
|
@@ -292,7 +333,7 @@ function $d() {
|
|
|
292
333
|
throw new TypeError();
|
|
293
334
|
if (!Pe(E) && !B(E) && !un(E))
|
|
294
335
|
throw new TypeError();
|
|
295
|
-
return un(E) && (E = void 0), _ = Pt(_),
|
|
336
|
+
return un(E) && (E = void 0), _ = Pt(_), Ai(l, m, _, E);
|
|
296
337
|
}
|
|
297
338
|
}
|
|
298
339
|
t("decorate", J);
|
|
@@ -302,7 +343,7 @@ function $d() {
|
|
|
302
343
|
throw new TypeError();
|
|
303
344
|
if (!B(A) && !Fo(A))
|
|
304
345
|
throw new TypeError();
|
|
305
|
-
|
|
346
|
+
Ui(l, m, E, A);
|
|
306
347
|
}
|
|
307
348
|
return _;
|
|
308
349
|
}
|
|
@@ -310,7 +351,7 @@ function $d() {
|
|
|
310
351
|
function K(l, m, _, E) {
|
|
311
352
|
if (!Pe(_))
|
|
312
353
|
throw new TypeError();
|
|
313
|
-
return B(E) || (E = Pt(E)),
|
|
354
|
+
return B(E) || (E = Pt(E)), Ui(l, m, _, E);
|
|
314
355
|
}
|
|
315
356
|
t("defineMetadata", K);
|
|
316
357
|
function bt(l, m, _) {
|
|
@@ -328,19 +369,19 @@ function $d() {
|
|
|
328
369
|
function En(l, m, _) {
|
|
329
370
|
if (!Pe(m))
|
|
330
371
|
throw new TypeError();
|
|
331
|
-
return B(_) || (_ = Pt(_)),
|
|
372
|
+
return B(_) || (_ = Pt(_)), Ii(l, m, _);
|
|
332
373
|
}
|
|
333
374
|
t("getMetadata", En);
|
|
334
375
|
function _r(l, m, _) {
|
|
335
376
|
if (!Pe(m))
|
|
336
377
|
throw new TypeError();
|
|
337
|
-
return B(_) || (_ = Pt(_)),
|
|
378
|
+
return B(_) || (_ = Pt(_)), Mi(l, m, _);
|
|
338
379
|
}
|
|
339
380
|
t("getOwnMetadata", _r);
|
|
340
381
|
function Io(l, m) {
|
|
341
382
|
if (!Pe(l))
|
|
342
383
|
throw new TypeError();
|
|
343
|
-
return B(m) || (m = Pt(m)),
|
|
384
|
+
return B(m) || (m = Pt(m)), $i(l, m);
|
|
344
385
|
}
|
|
345
386
|
t("getMetadataKeys", Io);
|
|
346
387
|
function Mo(l, m) {
|
|
@@ -375,7 +416,7 @@ function $d() {
|
|
|
375
416
|
}
|
|
376
417
|
return m;
|
|
377
418
|
}
|
|
378
|
-
function
|
|
419
|
+
function Ai(l, m, _, E) {
|
|
379
420
|
for (var A = l.length - 1; A >= 0; --A) {
|
|
380
421
|
var q = l[A], D = q(m, _, E);
|
|
381
422
|
if (!B(D) && !un(D)) {
|
|
@@ -402,15 +443,15 @@ function $d() {
|
|
|
402
443
|
);
|
|
403
444
|
return B(E) ? !1 : Or(E.OrdinaryHasOwnMetadata(l, m, _));
|
|
404
445
|
}
|
|
405
|
-
function
|
|
446
|
+
function Ii(l, m, _) {
|
|
406
447
|
var E = Xr(l, m, _);
|
|
407
448
|
if (E)
|
|
408
|
-
return
|
|
449
|
+
return Mi(l, m, _);
|
|
409
450
|
var A = ct(m);
|
|
410
451
|
if (!un(A))
|
|
411
|
-
return
|
|
452
|
+
return Ii(l, A, _);
|
|
412
453
|
}
|
|
413
|
-
function
|
|
454
|
+
function Mi(l, m, _) {
|
|
414
455
|
var E = d(
|
|
415
456
|
m,
|
|
416
457
|
_,
|
|
@@ -420,7 +461,7 @@ function $d() {
|
|
|
420
461
|
if (!B(E))
|
|
421
462
|
return E.OrdinaryGetOwnMetadata(l, m, _);
|
|
422
463
|
}
|
|
423
|
-
function
|
|
464
|
+
function Ui(l, m, _, E) {
|
|
424
465
|
var A = d(
|
|
425
466
|
_,
|
|
426
467
|
E,
|
|
@@ -429,11 +470,11 @@ function $d() {
|
|
|
429
470
|
);
|
|
430
471
|
A.OrdinaryDefineOwnMetadata(l, m, _, E);
|
|
431
472
|
}
|
|
432
|
-
function
|
|
473
|
+
function $i(l, m) {
|
|
433
474
|
var _ = Te(l, m), E = ct(l);
|
|
434
475
|
if (E === null)
|
|
435
476
|
return _;
|
|
436
|
-
var A =
|
|
477
|
+
var A = $i(E, m);
|
|
437
478
|
if (A.length <= 0)
|
|
438
479
|
return _;
|
|
439
480
|
if (_.length <= 0)
|
|
@@ -483,13 +524,13 @@ function $d() {
|
|
|
483
524
|
function un(l) {
|
|
484
525
|
return l === null;
|
|
485
526
|
}
|
|
486
|
-
function
|
|
527
|
+
function Fi(l) {
|
|
487
528
|
return typeof l == "symbol";
|
|
488
529
|
}
|
|
489
530
|
function Pe(l) {
|
|
490
531
|
return typeof l == "object" ? l !== null : typeof l == "function";
|
|
491
532
|
}
|
|
492
|
-
function
|
|
533
|
+
function Ci(l, m) {
|
|
493
534
|
switch (ke(l)) {
|
|
494
535
|
case 0:
|
|
495
536
|
return l;
|
|
@@ -534,12 +575,12 @@ function $d() {
|
|
|
534
575
|
function Or(l) {
|
|
535
576
|
return !!l;
|
|
536
577
|
}
|
|
537
|
-
function
|
|
578
|
+
function Bi(l) {
|
|
538
579
|
return "" + l;
|
|
539
580
|
}
|
|
540
581
|
function Pt(l) {
|
|
541
|
-
var m =
|
|
542
|
-
return
|
|
582
|
+
var m = Ci(l);
|
|
583
|
+
return Fi(m) ? m : Bi(m);
|
|
543
584
|
}
|
|
544
585
|
function Kr(l) {
|
|
545
586
|
return Array.isArray ? Array.isArray(l) : l instanceof Object ? l instanceof Array : Object.prototype.toString.call(l) === "[object Array]";
|
|
@@ -571,7 +612,7 @@ function $d() {
|
|
|
571
612
|
return _;
|
|
572
613
|
}
|
|
573
614
|
}
|
|
574
|
-
function
|
|
615
|
+
function Di(l) {
|
|
575
616
|
var m = Rr(l, a);
|
|
576
617
|
if (!kt(m))
|
|
577
618
|
throw new TypeError();
|
|
@@ -580,7 +621,7 @@ function $d() {
|
|
|
580
621
|
throw new TypeError();
|
|
581
622
|
return _;
|
|
582
623
|
}
|
|
583
|
-
function
|
|
624
|
+
function ki(l) {
|
|
584
625
|
return l.value;
|
|
585
626
|
}
|
|
586
627
|
function Qr(l) {
|
|
@@ -639,11 +680,11 @@ function $d() {
|
|
|
639
680
|
if (_.isProviderFor(F, Q))
|
|
640
681
|
return m;
|
|
641
682
|
if (!B(E))
|
|
642
|
-
for (var Oe =
|
|
683
|
+
for (var Oe = Di(E); ; ) {
|
|
643
684
|
var Ne = Qr(Oe);
|
|
644
685
|
if (!Ne)
|
|
645
686
|
return;
|
|
646
|
-
var Lt =
|
|
687
|
+
var Lt = ki(Ne);
|
|
647
688
|
if (Lt.isProviderFor(F, Q))
|
|
648
689
|
return Kn(Oe), Lt;
|
|
649
690
|
}
|
|
@@ -749,11 +790,11 @@ function $d() {
|
|
|
749
790
|
);
|
|
750
791
|
if (B(Q))
|
|
751
792
|
return F;
|
|
752
|
-
for (var Oe = Q.keys(), Ne =
|
|
793
|
+
for (var Oe = Q.keys(), Ne = Di(Oe), Lt = 0; ; ) {
|
|
753
794
|
var _s = Qr(Ne);
|
|
754
795
|
if (!_s)
|
|
755
796
|
return F.length = Lt, F;
|
|
756
|
-
var Nd =
|
|
797
|
+
var Nd = ki(_s);
|
|
757
798
|
try {
|
|
758
799
|
F[Lt] = Nd;
|
|
759
800
|
} catch (Ad) {
|
|
@@ -1030,7 +1071,7 @@ function $d() {
|
|
|
1030
1071
|
});
|
|
1031
1072
|
}(r || (r = {})), Rs;
|
|
1032
1073
|
}
|
|
1033
|
-
|
|
1074
|
+
Cd();
|
|
1034
1075
|
class Yi {
|
|
1035
1076
|
constructor(e, t, n, o, i, s, a, S) {
|
|
1036
1077
|
c(this, "topic");
|
|
@@ -1048,48 +1089,10 @@ class Yi {
|
|
|
1048
1089
|
this.traits = Object.getPrototypeOf(e.prototype).constructor, Se.annotate(Yi, e, e, this), Se.register(Yi, `${this.topic}.${this.code}`, e, this);
|
|
1049
1090
|
}
|
|
1050
1091
|
}
|
|
1051
|
-
function
|
|
1092
|
+
function dm(r = "", e = "", t = "1.0.0", n = "http2", o = "protobuf", i = 0, s = 3e3, a = !0) {
|
|
1052
1093
|
const S = new Yi(r, e, t, n, o, i, s, a);
|
|
1053
1094
|
return S.decorate.bind(S);
|
|
1054
1095
|
}
|
|
1055
|
-
const Fd = {}, qi = () => typeof globalThis == "object" ? globalThis : typeof window == "object" ? window : typeof global == "object" ? global : Fd, ge = class ge {
|
|
1056
|
-
constructor(e, t) {
|
|
1057
|
-
c(this, "name");
|
|
1058
|
-
c(this, "value");
|
|
1059
|
-
this.name = e, this.value = t;
|
|
1060
|
-
}
|
|
1061
|
-
cache() {
|
|
1062
|
-
return qi().meshCache || (qi().meshCache = /* @__PURE__ */ new Map()), qi().meshCache;
|
|
1063
|
-
}
|
|
1064
|
-
get() {
|
|
1065
|
-
return this.cache().has(this.name) || this.cache().set(this.name, this.value()), this.cache().get(this.name);
|
|
1066
|
-
}
|
|
1067
|
-
set(e) {
|
|
1068
|
-
this.cache().set(this.name, e);
|
|
1069
|
-
}
|
|
1070
|
-
};
|
|
1071
|
-
c(ge, "Name", new ge("MESH_NAME", () => "")), c(ge, "Direct", new ge("MESH_DIRECT", () => "")), c(ge, "Subset", new ge("MESH_SUBSET", () => "")), c(ge, "Mode", new ge("MESH_MODE", () => 0)), c(ge, "Proxy", new ge("MESH_PROXY", () => "")), c(ge, "Address", new ge("MESH_ADDRESS", () => "")), c(ge, "Runtime", new ge("MESH_RUNTIME", () => "")), c(ge, "MDC", new ge("MESH_MDC", () => "")), c(ge, "SPA", new ge("MESH_SPA", () => "")), c(ge, "TCP", new ge("MESH_TCP", () => "")), c(ge, "Home", new ge("MESH_HOME", () => "")), c(ge, "DSN", new ge("MESH_DSN", () => ""));
|
|
1072
|
-
let oi = ge;
|
|
1073
|
-
const Re = class Re {
|
|
1074
|
-
constructor(e) {
|
|
1075
|
-
c(this, "v", 0);
|
|
1076
|
-
this.v = e;
|
|
1077
|
-
}
|
|
1078
|
-
matches(e) {
|
|
1079
|
-
return (this.v & e) == this.v;
|
|
1080
|
-
}
|
|
1081
|
-
enable() {
|
|
1082
|
-
return this.matches(oi.Mode.get());
|
|
1083
|
-
}
|
|
1084
|
-
value() {
|
|
1085
|
-
return this.v;
|
|
1086
|
-
}
|
|
1087
|
-
};
|
|
1088
|
-
c(Re, "Disable", new Re(1)), c(Re, "Failfast", new Re(2)), c(Re, "Nolog", new Re(4)), c(Re, "JsonLogFormat", new Re(8)), c(Re, "PHeader", new Re(16)), c(Re, "Metrics", new Re(32)), c(Re, "Debug", new Re(64)), c(Re, "PermitCirculate", new Re(128)), c(Re, "NoStdColor", new Re(256)), c(Re, "Isolate", new Re(512)), c(Re, "Mock", new Re(1024));
|
|
1089
|
-
let Go = Re;
|
|
1090
|
-
function fm(r) {
|
|
1091
|
-
oi.Mode.set(oi.Mode.get() | r);
|
|
1092
|
-
}
|
|
1093
1096
|
class sr {
|
|
1094
1097
|
constructor(e, t, n, o) {
|
|
1095
1098
|
c(this, "value");
|
|
@@ -1173,19 +1176,19 @@ function w(r = "", e = Object, t = 1e4, n = "1.0.0", o = "grpc", i = "json", s =
|
|
|
1173
1176
|
);
|
|
1174
1177
|
return j.decorate.bind(j);
|
|
1175
1178
|
}
|
|
1176
|
-
var
|
|
1179
|
+
var Bd = function(r, e, t, n) {
|
|
1177
1180
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
1178
1181
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
1179
1182
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
1180
1183
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
1181
1184
|
};
|
|
1182
|
-
const
|
|
1185
|
+
const Dd = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg, kd = /([^\s,]+)/g;
|
|
1183
1186
|
let Vo = class {
|
|
1184
1187
|
};
|
|
1185
|
-
Vo =
|
|
1188
|
+
Vo = Bd([
|
|
1186
1189
|
k("mesh")
|
|
1187
1190
|
], Vo);
|
|
1188
|
-
class
|
|
1191
|
+
class Ld {
|
|
1189
1192
|
constructor(e, t, n) {
|
|
1190
1193
|
c(this, "index");
|
|
1191
1194
|
c(this, "name");
|
|
@@ -1193,7 +1196,7 @@ class kd {
|
|
|
1193
1196
|
this.index = e, this.name = t, this.kind = n;
|
|
1194
1197
|
}
|
|
1195
1198
|
}
|
|
1196
|
-
class
|
|
1199
|
+
class Hd {
|
|
1197
1200
|
constructor(e, t, n) {
|
|
1198
1201
|
c(this, "kind");
|
|
1199
1202
|
c(this, "name");
|
|
@@ -1209,10 +1212,10 @@ class Ld {
|
|
|
1209
1212
|
return ((t = e == null ? void 0 : e.attributes) == null ? void 0 : t.get("name")) || this.name;
|
|
1210
1213
|
}
|
|
1211
1214
|
getParameters() {
|
|
1212
|
-
const e = this.method.toString().replace(
|
|
1215
|
+
const e = this.method.toString().replace(Dd, ""), t = e.slice(e.indexOf("(") + 1, e.indexOf(")")).match(kd) || [], n = [];
|
|
1213
1216
|
for (let o = 0; o < t.length; o++) {
|
|
1214
1217
|
const i = Se.metadata(sr, this.kind, `${this.getName()}:${o}`);
|
|
1215
|
-
n.push(new
|
|
1218
|
+
n.push(new Ld(o, (i == null ? void 0 : i.name) || t[o], (i == null ? void 0 : i.clas) || Object));
|
|
1216
1219
|
}
|
|
1217
1220
|
return n;
|
|
1218
1221
|
}
|
|
@@ -1233,7 +1236,7 @@ class Ld {
|
|
|
1233
1236
|
return this.method(...t);
|
|
1234
1237
|
}
|
|
1235
1238
|
}
|
|
1236
|
-
class
|
|
1239
|
+
class qd {
|
|
1237
1240
|
constructor(e, t, n) {
|
|
1238
1241
|
c(this, "inspector");
|
|
1239
1242
|
c(this, "h");
|
|
@@ -1244,12 +1247,12 @@ class Hd {
|
|
|
1244
1247
|
return this.h.invoke(this.proxy, this.inspector, n);
|
|
1245
1248
|
}
|
|
1246
1249
|
}
|
|
1247
|
-
class
|
|
1250
|
+
class zd {
|
|
1248
1251
|
constructor(e, t, n) {
|
|
1249
1252
|
c(this, "inspectors", new ee());
|
|
1250
1253
|
c(this, "executables", new ee());
|
|
1251
1254
|
for (let o of t)
|
|
1252
|
-
this.executables.set(o.getSymbol(), new Proxy(o.getExecutable(), new
|
|
1255
|
+
this.executables.set(o.getSymbol(), new Proxy(o.getExecutable(), new qd(o, n, this))), this.inspectors.set(o.getSymbol(), o);
|
|
1253
1256
|
}
|
|
1254
1257
|
getMethods() {
|
|
1255
1258
|
return this.inspectors.map((e, t) => t);
|
|
@@ -1261,10 +1264,10 @@ class qd {
|
|
|
1261
1264
|
class Qi {
|
|
1262
1265
|
static newProxyInstance(e, t) {
|
|
1263
1266
|
var n, o, i;
|
|
1264
|
-
return this.proxies.get(e) || this.proxies.set(e, new ee()), (n = this.proxies.get(e)) != null && n.get(t) || (o = this.proxies.get(e)) == null || o.set(t, new Proxy(e, new
|
|
1267
|
+
return this.proxies.get(e) || this.proxies.set(e, new ee()), (n = this.proxies.get(e)) != null && n.get(t) || (o = this.proxies.get(e)) == null || o.set(t, new Proxy(e, new zd(e, this.getMethods(e), t))), (i = this.proxies.get(e)) == null ? void 0 : i.get(t);
|
|
1265
1268
|
}
|
|
1266
1269
|
static getMethods(e) {
|
|
1267
|
-
return this.inspectors.computeIfy(e, (t) => Se.inspect(t).map((n, o) => new
|
|
1270
|
+
return this.inspectors.computeIfy(e, (t) => Se.inspect(t).map((n, o) => new Hd(t, n, o)));
|
|
1268
1271
|
}
|
|
1269
1272
|
}
|
|
1270
1273
|
c(Qi, "proxies", new ee()), c(Qi, "inspectors", new ee());
|
|
@@ -1284,7 +1287,7 @@ const po = class po {
|
|
|
1284
1287
|
}
|
|
1285
1288
|
};
|
|
1286
1289
|
c(po, "value", new ee());
|
|
1287
|
-
let Wo = po,
|
|
1290
|
+
let Wo = po, Gd = class {
|
|
1288
1291
|
constructor(e, t) {
|
|
1289
1292
|
c(this, "name", "");
|
|
1290
1293
|
c(this, "providers", []);
|
|
@@ -1330,7 +1333,7 @@ const fo = class fo {
|
|
|
1330
1333
|
return this.providers.computeIfy("$", (e) => Se.providers(Yt, this.spi).groupBy((t) => {
|
|
1331
1334
|
const n = Se.metadata(Yt, t, t);
|
|
1332
1335
|
return n && n.name || "";
|
|
1333
|
-
}).groupKV((t) => t, (t, n) => new
|
|
1336
|
+
}).groupKV((t) => t, (t, n) => new Gd(t, n)));
|
|
1334
1337
|
}
|
|
1335
1338
|
};
|
|
1336
1339
|
c(fo, "loaders", new ee());
|
|
@@ -1350,11 +1353,11 @@ class Zi {
|
|
|
1350
1353
|
this.traits = Object.getPrototypeOf(e.prototype).constructor, Se.annotate(Zi, e, e, this), Se.register(Zi, this.name, e, this);
|
|
1351
1354
|
}
|
|
1352
1355
|
}
|
|
1353
|
-
function
|
|
1356
|
+
function mm(r = "", e = "", t = "grpc", n = "json", o = 0, i = 1e4) {
|
|
1354
1357
|
const s = new Zi(r, e, t, n, o, i);
|
|
1355
1358
|
return s.decorate.bind(s);
|
|
1356
1359
|
}
|
|
1357
|
-
function
|
|
1360
|
+
function Vd(r) {
|
|
1358
1361
|
return "getCode" in r && "getMessage" in r;
|
|
1359
1362
|
}
|
|
1360
1363
|
class Z extends Error {
|
|
@@ -1377,7 +1380,7 @@ c(h, "SUCCESS", new Z("E0000000000", "请求成功")), c(h, "NOT_FOUND", new Z("
|
|
|
1377
1380
|
function zi(r) {
|
|
1378
1381
|
return console.log(r), h.SYSTEM_ERROR;
|
|
1379
1382
|
}
|
|
1380
|
-
var
|
|
1383
|
+
var Wd = function(r, e, t, n) {
|
|
1381
1384
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
1382
1385
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
1383
1386
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -1415,13 +1418,13 @@ c(at, "LoadTest", new at(16)), /**
|
|
|
1415
1418
|
*/
|
|
1416
1419
|
c(at, "Mock", new at(32));
|
|
1417
1420
|
let Jo = at;
|
|
1418
|
-
class
|
|
1421
|
+
class Li {
|
|
1419
1422
|
constructor(e) {
|
|
1420
1423
|
c(this, "name");
|
|
1421
1424
|
this.name = e;
|
|
1422
1425
|
}
|
|
1423
1426
|
}
|
|
1424
|
-
class
|
|
1427
|
+
class Jd extends Array {
|
|
1425
1428
|
peek() {
|
|
1426
1429
|
if (!(this.length < 1))
|
|
1427
1430
|
return this.at(this.length - 1);
|
|
@@ -1456,7 +1459,7 @@ c(C, "MESH_TRACE_ID", new C("mesh-trace-id")), c(C, "MESH_SPAN_ID", new C("mesh-
|
|
|
1456
1459
|
c(C, "MESH_PTP_VERSION", new C("x-ptp-version")), c(C, "MESH_PTP_TPC", new C("x-ptp-tech-provider-code")), c(C, "MESH_PTP_TRACE_ID", new C("x-ptp-trace-id")), c(C, "MESH_PTP_TOKEN", new C("x-ptp-token")), c(C, "MESH_PTP_SOURCE_NODE_ID", new C("x-ptp-source-node-id")), c(C, "MESH_PTP_TARGET_NODE_ID", new C("x-ptp-target-node-id")), c(C, "MESH_PTP_SOURCE_INST_ID", new C("x-ptp-source-inst-id")), c(C, "MESH_PTP_TARGET_INST_ID", new C("x-ptp-target-inst-id")), c(C, "MESH_PTP_SESSION_ID", new C("x-ptp-session-id"));
|
|
1457
1460
|
let Xo = C, eo = class {
|
|
1458
1461
|
};
|
|
1459
|
-
eo =
|
|
1462
|
+
eo = Wd([
|
|
1460
1463
|
k("mesh")
|
|
1461
1464
|
], eo);
|
|
1462
1465
|
function O() {
|
|
@@ -1602,7 +1605,7 @@ de([
|
|
|
1602
1605
|
f(3, "inst_name", String),
|
|
1603
1606
|
le("design:type", String)
|
|
1604
1607
|
], mo.prototype, "instName", void 0);
|
|
1605
|
-
class
|
|
1608
|
+
class mi {
|
|
1606
1609
|
constructor() {
|
|
1607
1610
|
/**
|
|
1608
1611
|
* 状态
|
|
@@ -1629,23 +1632,23 @@ class yi {
|
|
|
1629
1632
|
de([
|
|
1630
1633
|
f(0, "status", Number),
|
|
1631
1634
|
le("design:type", Number)
|
|
1632
|
-
],
|
|
1635
|
+
], mi.prototype, "status", void 0);
|
|
1633
1636
|
de([
|
|
1634
1637
|
f(1, "create_at", Date),
|
|
1635
1638
|
le("design:type", typeof (vs = typeof Date < "u" && Date) == "function" ? vs : Object)
|
|
1636
|
-
],
|
|
1639
|
+
], mi.prototype, "createAt", void 0);
|
|
1637
1640
|
de([
|
|
1638
1641
|
f(2, "update_at", Date),
|
|
1639
1642
|
le("design:type", typeof (js = typeof Date < "u" && Date) == "function" ? js : Object)
|
|
1640
|
-
],
|
|
1643
|
+
], mi.prototype, "updateAt", void 0);
|
|
1641
1644
|
de([
|
|
1642
1645
|
f(3, "create_by", String),
|
|
1643
1646
|
le("design:type", String)
|
|
1644
|
-
],
|
|
1647
|
+
], mi.prototype, "createBy", void 0);
|
|
1645
1648
|
de([
|
|
1646
1649
|
f(4, "update_by", String),
|
|
1647
1650
|
le("design:type", String)
|
|
1648
|
-
],
|
|
1651
|
+
], mi.prototype, "updateBy", void 0);
|
|
1649
1652
|
class _t {
|
|
1650
1653
|
constructor() {
|
|
1651
1654
|
/**
|
|
@@ -2149,7 +2152,7 @@ ot([
|
|
|
2149
2152
|
f(2, "update_at", Date),
|
|
2150
2153
|
st("design:type", typeof ($s = typeof Date < "u" && Date) == "function" ? $s : Object)
|
|
2151
2154
|
], go.prototype, "updateAt", void 0);
|
|
2152
|
-
class
|
|
2155
|
+
class hi {
|
|
2153
2156
|
constructor() {
|
|
2154
2157
|
/**
|
|
2155
2158
|
*/
|
|
@@ -2169,20 +2172,20 @@ class mi {
|
|
|
2169
2172
|
ot([
|
|
2170
2173
|
f(0, "mno", String),
|
|
2171
2174
|
st("design:type", String)
|
|
2172
|
-
],
|
|
2175
|
+
], hi.prototype, "mno", void 0);
|
|
2173
2176
|
ot([
|
|
2174
2177
|
f(1, "kind", String),
|
|
2175
2178
|
st("design:type", String)
|
|
2176
|
-
],
|
|
2179
|
+
], hi.prototype, "kind", void 0);
|
|
2177
2180
|
ot([
|
|
2178
2181
|
f(2, "mime", Uint8Array),
|
|
2179
2182
|
st("design:type", typeof (Fs = typeof Uint8Array < "u" && Uint8Array) == "function" ? Fs : Object)
|
|
2180
|
-
],
|
|
2183
|
+
], hi.prototype, "mime", void 0);
|
|
2181
2184
|
ot([
|
|
2182
2185
|
f(3, "text", String),
|
|
2183
2186
|
st("design:type", String)
|
|
2184
|
-
],
|
|
2185
|
-
class
|
|
2187
|
+
], hi.prototype, "text", void 0);
|
|
2188
|
+
class gm {
|
|
2186
2189
|
}
|
|
2187
2190
|
var Mt = function(r, e, t, n) {
|
|
2188
2191
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
@@ -2514,7 +2517,7 @@ var $t = function(r, e, t, n) {
|
|
|
2514
2517
|
}, Ft = function(r, e) {
|
|
2515
2518
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
2516
2519
|
}, qs;
|
|
2517
|
-
class
|
|
2520
|
+
class gi {
|
|
2518
2521
|
constructor() {
|
|
2519
2522
|
/**
|
|
2520
2523
|
* enumeration in KeyKind
|
|
@@ -2528,11 +2531,11 @@ class hi {
|
|
|
2528
2531
|
$t([
|
|
2529
2532
|
f(0, "kind", String),
|
|
2530
2533
|
Ft("design:type", String)
|
|
2531
|
-
],
|
|
2534
|
+
], gi.prototype, "kind", void 0);
|
|
2532
2535
|
$t([
|
|
2533
2536
|
f(1, "key", String),
|
|
2534
2537
|
Ft("design:type", String)
|
|
2535
|
-
],
|
|
2538
|
+
], gi.prototype, "key", void 0);
|
|
2536
2539
|
class Ot {
|
|
2537
2540
|
constructor() {
|
|
2538
2541
|
/**
|
|
@@ -2779,7 +2782,7 @@ be([
|
|
|
2779
2782
|
f(19, "super_urns", [Array, String]),
|
|
2780
2783
|
_e("design:type", Array)
|
|
2781
2784
|
], ye.prototype, "superURN", void 0);
|
|
2782
|
-
class
|
|
2785
|
+
class bi {
|
|
2783
2786
|
constructor() {
|
|
2784
2787
|
/**
|
|
2785
2788
|
* License cipher
|
|
@@ -2798,16 +2801,16 @@ class gi {
|
|
|
2798
2801
|
be([
|
|
2799
2802
|
f(0, "cipher", String),
|
|
2800
2803
|
_e("design:type", String)
|
|
2801
|
-
],
|
|
2804
|
+
], bi.prototype, "cipher", void 0);
|
|
2802
2805
|
be([
|
|
2803
2806
|
f(1, "explain", ye),
|
|
2804
2807
|
_e("design:type", ye)
|
|
2805
|
-
],
|
|
2808
|
+
], bi.prototype, "explain", void 0);
|
|
2806
2809
|
be([
|
|
2807
2810
|
f(2, "create_at", Date),
|
|
2808
2811
|
_e("design:type", typeof (zs = typeof Date < "u" && Date) == "function" ? zs : Object)
|
|
2809
|
-
],
|
|
2810
|
-
class
|
|
2812
|
+
], bi.prototype, "createAt", void 0);
|
|
2813
|
+
class _i {
|
|
2811
2814
|
constructor() {
|
|
2812
2815
|
/**
|
|
2813
2816
|
* Node cipher
|
|
@@ -2826,15 +2829,15 @@ class bi {
|
|
|
2826
2829
|
be([
|
|
2827
2830
|
f(0, "cipher", String),
|
|
2828
2831
|
_e("design:type", String)
|
|
2829
|
-
],
|
|
2832
|
+
], _i.prototype, "cipher", void 0);
|
|
2830
2833
|
be([
|
|
2831
2834
|
f(1, "explain", Le),
|
|
2832
2835
|
_e("design:type", typeof (Gs = typeof Le < "u" && Le) == "function" ? Gs : Object)
|
|
2833
|
-
],
|
|
2836
|
+
], _i.prototype, "explain", void 0);
|
|
2834
2837
|
be([
|
|
2835
2838
|
f(2, "node_key", String),
|
|
2836
2839
|
_e("design:type", String)
|
|
2837
|
-
],
|
|
2840
|
+
], _i.prototype, "nodeKey", void 0);
|
|
2838
2841
|
var se = function(r, e, t, n) {
|
|
2839
2842
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
2840
2843
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
@@ -2843,7 +2846,7 @@ var se = function(r, e, t, n) {
|
|
|
2843
2846
|
}, ce = function(r, e) {
|
|
2844
2847
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
2845
2848
|
}, Vs, Ws;
|
|
2846
|
-
class
|
|
2849
|
+
class Oi {
|
|
2847
2850
|
constructor() {
|
|
2848
2851
|
/**
|
|
2849
2852
|
*/
|
|
@@ -2862,19 +2865,19 @@ class _i {
|
|
|
2862
2865
|
se([
|
|
2863
2866
|
f(0, "mno", String),
|
|
2864
2867
|
ce("design:type", String)
|
|
2865
|
-
],
|
|
2868
|
+
], Oi.prototype, "mno", void 0);
|
|
2866
2869
|
se([
|
|
2867
2870
|
f(1, "kind", String),
|
|
2868
2871
|
ce("design:type", String)
|
|
2869
|
-
],
|
|
2872
|
+
], Oi.prototype, "kind", void 0);
|
|
2870
2873
|
se([
|
|
2871
2874
|
f(2, "mime", Uint8Array),
|
|
2872
2875
|
ce("design:type", typeof (Vs = typeof Uint8Array < "u" && Uint8Array) == "function" ? Vs : Object)
|
|
2873
|
-
],
|
|
2876
|
+
], Oi.prototype, "mime", void 0);
|
|
2874
2877
|
se([
|
|
2875
2878
|
f(3, "text", String),
|
|
2876
2879
|
ce("design:type", String)
|
|
2877
|
-
],
|
|
2880
|
+
], Oi.prototype, "text", void 0);
|
|
2878
2881
|
class Ht {
|
|
2879
2882
|
constructor() {
|
|
2880
2883
|
/**
|
|
@@ -3791,7 +3794,7 @@ Cr([
|
|
|
3791
3794
|
f(5, "attachment", [Map, String, String]),
|
|
3792
3795
|
Br("design:type", typeof (nc = typeof Record < "u" && Record) == "function" ? nc : Object)
|
|
3793
3796
|
], qt.prototype, "attachment", void 0);
|
|
3794
|
-
class
|
|
3797
|
+
class Xd {
|
|
3795
3798
|
constructor(e, t, n) {
|
|
3796
3799
|
c(this, "code");
|
|
3797
3800
|
c(this, "text");
|
|
@@ -3817,7 +3820,7 @@ const lo = class lo {
|
|
|
3817
3820
|
return this.values[0];
|
|
3818
3821
|
}
|
|
3819
3822
|
asMap() {
|
|
3820
|
-
const e = /* @__PURE__ */ new Map([["", new
|
|
3823
|
+
const e = /* @__PURE__ */ new Map([["", new Xd(-1, "全部", "")]]);
|
|
3821
3824
|
for (let t = 0; t < this.values.length; t++)
|
|
3822
3825
|
e.set(this.values[t].text, this.values[t]);
|
|
3823
3826
|
return e;
|
|
@@ -4721,7 +4724,7 @@ Xe([
|
|
|
4721
4724
|
X("design:returntype", typeof (Lc = typeof Promise < "u" && Promise) == "function" ? Lc : Object)
|
|
4722
4725
|
], Zt.prototype, "objects", null);
|
|
4723
4726
|
Xe([
|
|
4724
|
-
w("${mesh.name}.cipher.keys", [Be,
|
|
4727
|
+
w("${mesh.name}.cipher.keys", [Be, gi]),
|
|
4725
4728
|
vt(0, f(0, "idx", W)),
|
|
4726
4729
|
X("design:type", Function),
|
|
4727
4730
|
X("design:paramtypes", [typeof (Hc = typeof W < "u" && W) == "function" ? Hc : Object, Object]),
|
|
@@ -4837,12 +4840,12 @@ var as = function(r, e, t, n) {
|
|
|
4837
4840
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
4838
4841
|
}, vr = function(r, e) {
|
|
4839
4842
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
4840
|
-
},
|
|
4843
|
+
}, Kd = function(r, e) {
|
|
4841
4844
|
return function(t, n) {
|
|
4842
4845
|
e(t, n, r);
|
|
4843
4846
|
};
|
|
4844
4847
|
}, oa, sa, ca;
|
|
4845
|
-
let
|
|
4848
|
+
let ci = class {
|
|
4846
4849
|
/**
|
|
4847
4850
|
* Election will election leader of instances.
|
|
4848
4851
|
*/
|
|
@@ -4858,21 +4861,21 @@ let si = class {
|
|
|
4858
4861
|
};
|
|
4859
4862
|
as([
|
|
4860
4863
|
w("mesh.cluster.election", Uint8Array),
|
|
4861
|
-
|
|
4864
|
+
Kd(0, f(0, "buff", Uint8Array)),
|
|
4862
4865
|
vr("design:type", Function),
|
|
4863
4866
|
vr("design:paramtypes", [typeof (oa = typeof Uint8Array < "u" && Uint8Array) == "function" ? oa : Object, Object]),
|
|
4864
4867
|
vr("design:returntype", typeof (sa = typeof Promise < "u" && Promise) == "function" ? sa : Object)
|
|
4865
|
-
],
|
|
4868
|
+
], ci.prototype, "election", null);
|
|
4866
4869
|
as([
|
|
4867
4870
|
w("mesh.cluster.leader", Boolean),
|
|
4868
4871
|
vr("design:type", Function),
|
|
4869
4872
|
vr("design:paramtypes", [Object]),
|
|
4870
4873
|
vr("design:returntype", typeof (ca = typeof Promise < "u" && Promise) == "function" ? ca : Object)
|
|
4871
|
-
],
|
|
4872
|
-
|
|
4874
|
+
], ci.prototype, "isLeader", null);
|
|
4875
|
+
ci = as([
|
|
4873
4876
|
k("mpi")
|
|
4874
|
-
],
|
|
4875
|
-
var
|
|
4877
|
+
], ci);
|
|
4878
|
+
var Ri = function(r, e, t, n) {
|
|
4876
4879
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
4877
4880
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
4878
4881
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -4910,22 +4913,22 @@ let ar = class {
|
|
|
4910
4913
|
return Promise.reject(h.URN_NOT_PERMIT);
|
|
4911
4914
|
}
|
|
4912
4915
|
};
|
|
4913
|
-
|
|
4914
|
-
w("mesh.license.sign",
|
|
4916
|
+
Ri([
|
|
4917
|
+
w("mesh.license.sign", bi),
|
|
4915
4918
|
jr(0, f(0, "lsr", ye)),
|
|
4916
4919
|
Et("design:type", Function),
|
|
4917
4920
|
Et("design:paramtypes", [typeof (aa = typeof ye < "u" && ye) == "function" ? aa : Object, Object]),
|
|
4918
4921
|
Et("design:returntype", typeof (ua = typeof Promise < "u" && Promise) == "function" ? ua : Object)
|
|
4919
4922
|
], ar.prototype, "sign", null);
|
|
4920
|
-
|
|
4921
|
-
w("mesh.license.history", [Array,
|
|
4923
|
+
Ri([
|
|
4924
|
+
w("mesh.license.history", [Array, bi]),
|
|
4922
4925
|
jr(0, f(0, "inst_id", String)),
|
|
4923
4926
|
Et("design:type", Function),
|
|
4924
4927
|
Et("design:paramtypes", [String, Object]),
|
|
4925
4928
|
Et("design:returntype", typeof (pa = typeof Promise < "u" && Promise) == "function" ? pa : Object)
|
|
4926
4929
|
], ar.prototype, "history", null);
|
|
4927
|
-
|
|
4928
|
-
w("mesh.net.issued",
|
|
4930
|
+
Ri([
|
|
4931
|
+
w("mesh.net.issued", _i),
|
|
4929
4932
|
jr(0, f(0, "name", String)),
|
|
4930
4933
|
jr(1, f(1, "kind", String)),
|
|
4931
4934
|
jr(2, f(2, "cname", String)),
|
|
@@ -4933,14 +4936,14 @@ Oi([
|
|
|
4933
4936
|
Et("design:paramtypes", [String, String, String, Object]),
|
|
4934
4937
|
Et("design:returntype", typeof (fa = typeof Promise < "u" && Promise) == "function" ? fa : Object)
|
|
4935
4938
|
], ar.prototype, "issued", null);
|
|
4936
|
-
|
|
4937
|
-
w("mesh.net.dump", [Array,
|
|
4939
|
+
Ri([
|
|
4940
|
+
w("mesh.net.dump", [Array, _i]),
|
|
4938
4941
|
jr(0, f(0, "node_id", String)),
|
|
4939
4942
|
Et("design:type", Function),
|
|
4940
4943
|
Et("design:paramtypes", [String, Object]),
|
|
4941
4944
|
Et("design:returntype", typeof (da = typeof Promise < "u" && Promise) == "function" ? da : Object)
|
|
4942
4945
|
], ar.prototype, "dump", null);
|
|
4943
|
-
ar =
|
|
4946
|
+
ar = Ri([
|
|
4944
4947
|
k("mpi")
|
|
4945
4948
|
], ar);
|
|
4946
4949
|
var kr = function(r, e, t, n) {
|
|
@@ -5037,7 +5040,7 @@ var Lr = function(r, e, t, n) {
|
|
|
5037
5040
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
5038
5041
|
}, et = function(r, e) {
|
|
5039
5042
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
5040
|
-
},
|
|
5043
|
+
}, Si = function(r, e) {
|
|
5041
5044
|
return function(t, n) {
|
|
5042
5045
|
e(t, n, r);
|
|
5043
5046
|
};
|
|
@@ -5076,35 +5079,35 @@ let Dn = class {
|
|
|
5076
5079
|
};
|
|
5077
5080
|
Lr([
|
|
5078
5081
|
w("mesh.dh.writes", Object),
|
|
5079
|
-
|
|
5082
|
+
Si(0, f(0, "docs", [Array, er])),
|
|
5080
5083
|
et("design:type", Function),
|
|
5081
5084
|
et("design:paramtypes", [Array, Object]),
|
|
5082
5085
|
et("design:returntype", typeof (xa = typeof Promise < "u" && Promise) == "function" ? xa : Object)
|
|
5083
5086
|
], Dn.prototype, "writes", null);
|
|
5084
5087
|
Lr([
|
|
5085
5088
|
w("mesh.dh.write", Object),
|
|
5086
|
-
|
|
5089
|
+
Si(0, f(0, "doc", er)),
|
|
5087
5090
|
et("design:type", Function),
|
|
5088
5091
|
et("design:paramtypes", [typeof (Ta = typeof er < "u" && er) == "function" ? Ta : Object, Object]),
|
|
5089
5092
|
et("design:returntype", typeof (Na = typeof Promise < "u" && Promise) == "function" ? Na : Object)
|
|
5090
5093
|
], Dn.prototype, "write", null);
|
|
5091
5094
|
Lr([
|
|
5092
5095
|
w("mesh.dh.read", [Be, Object]),
|
|
5093
|
-
|
|
5096
|
+
Si(0, f(0, "index", W)),
|
|
5094
5097
|
et("design:type", Function),
|
|
5095
5098
|
et("design:paramtypes", [typeof (Aa = typeof W < "u" && W) == "function" ? Aa : Object, Object]),
|
|
5096
5099
|
et("design:returntype", typeof (Ia = typeof Promise < "u" && Promise) == "function" ? Ia : Object)
|
|
5097
5100
|
], Dn.prototype, "read", null);
|
|
5098
5101
|
Lr([
|
|
5099
5102
|
w("mesh.dh.indies", [Be, Object]),
|
|
5100
|
-
|
|
5103
|
+
Si(0, f(0, "index", W)),
|
|
5101
5104
|
et("design:type", Function),
|
|
5102
5105
|
et("design:paramtypes", [typeof (Ma = typeof W < "u" && W) == "function" ? Ma : Object, Object]),
|
|
5103
5106
|
et("design:returntype", typeof (Ua = typeof Promise < "u" && Promise) == "function" ? Ua : Object)
|
|
5104
5107
|
], Dn.prototype, "indies", null);
|
|
5105
5108
|
Lr([
|
|
5106
5109
|
w("mesh.dh.tables", [Be, Object]),
|
|
5107
|
-
|
|
5110
|
+
Si(0, f(0, "index", W)),
|
|
5108
5111
|
et("design:type", Function),
|
|
5109
5112
|
et("design:paramtypes", [typeof ($a = typeof W < "u" && W) == "function" ? $a : Object, Object]),
|
|
5110
5113
|
et("design:returntype", typeof (Fa = typeof Promise < "u" && Promise) == "function" ? Fa : Object)
|
|
@@ -5188,7 +5191,7 @@ ps([
|
|
|
5188
5191
|
ro = ps([
|
|
5189
5192
|
k("mpi")
|
|
5190
5193
|
], ro);
|
|
5191
|
-
class
|
|
5194
|
+
class Yd {
|
|
5192
5195
|
/**
|
|
5193
5196
|
* Stick with generic param
|
|
5194
5197
|
*/
|
|
@@ -5201,8 +5204,8 @@ ps([
|
|
|
5201
5204
|
Er("design:type", Function),
|
|
5202
5205
|
Er("design:paramtypes", [Object, Object]),
|
|
5203
5206
|
Er("design:returntype", typeof (Ha = typeof Promise < "u" && Promise) == "function" ? Ha : Object)
|
|
5204
|
-
],
|
|
5205
|
-
var
|
|
5207
|
+
], Yd.prototype, "stick", null);
|
|
5208
|
+
var wi = function(r, e, t, n) {
|
|
5206
5209
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
5207
5210
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
5208
5211
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -5240,14 +5243,14 @@ let ur = class {
|
|
|
5240
5243
|
return Promise.reject(h.URN_NOT_PERMIT);
|
|
5241
5244
|
}
|
|
5242
5245
|
};
|
|
5243
|
-
|
|
5246
|
+
wi([
|
|
5244
5247
|
w("mesh.eval.compile", String),
|
|
5245
5248
|
xr(0, f(0, "script", qt)),
|
|
5246
5249
|
xt("design:type", Function),
|
|
5247
5250
|
xt("design:paramtypes", [typeof (qa = typeof qt < "u" && qt) == "function" ? qa : Object, Object]),
|
|
5248
5251
|
xt("design:returntype", typeof (za = typeof Promise < "u" && Promise) == "function" ? za : Object)
|
|
5249
5252
|
], ur.prototype, "compile", null);
|
|
5250
|
-
|
|
5253
|
+
wi([
|
|
5251
5254
|
w("mesh.eval.exec", String),
|
|
5252
5255
|
xr(0, f(0, "code", String)),
|
|
5253
5256
|
xr(1, f(1, "args", [Map, String, String])),
|
|
@@ -5256,21 +5259,21 @@ Si([
|
|
|
5256
5259
|
xt("design:paramtypes", [String, typeof (Ga = typeof Record < "u" && Record) == "function" ? Ga : Object, String, Object]),
|
|
5257
5260
|
xt("design:returntype", typeof (Va = typeof Promise < "u" && Promise) == "function" ? Va : Object)
|
|
5258
5261
|
], ur.prototype, "exec", null);
|
|
5259
|
-
|
|
5262
|
+
wi([
|
|
5260
5263
|
w("mesh.eval.dump", [Array, qt]),
|
|
5261
5264
|
xr(0, f(0, "feature", [Map, String, String])),
|
|
5262
5265
|
xt("design:type", Function),
|
|
5263
5266
|
xt("design:paramtypes", [typeof (Wa = typeof Record < "u" && Record) == "function" ? Wa : Object, Object]),
|
|
5264
5267
|
xt("design:returntype", typeof (Ja = typeof Promise < "u" && Promise) == "function" ? Ja : Object)
|
|
5265
5268
|
], ur.prototype, "dump", null);
|
|
5266
|
-
|
|
5269
|
+
wi([
|
|
5267
5270
|
w("mesh.eval.index", [Be, qt]),
|
|
5268
5271
|
xr(0, f(0, "index", W)),
|
|
5269
5272
|
xt("design:type", Function),
|
|
5270
5273
|
xt("design:paramtypes", [typeof (Xa = typeof W < "u" && W) == "function" ? Xa : Object, Object]),
|
|
5271
5274
|
xt("design:returntype", typeof (Ka = typeof Promise < "u" && Promise) == "function" ? Ka : Object)
|
|
5272
5275
|
], ur.prototype, "index", null);
|
|
5273
|
-
ur =
|
|
5276
|
+
ur = wi([
|
|
5274
5277
|
k("mpi")
|
|
5275
5278
|
], ur);
|
|
5276
5279
|
var fs = function(r, e, t, n) {
|
|
@@ -5285,7 +5288,7 @@ var fs = function(r, e, t, n) {
|
|
|
5285
5288
|
e(t, n, r);
|
|
5286
5289
|
};
|
|
5287
5290
|
}, Ya, Qa, Za, eu;
|
|
5288
|
-
let
|
|
5291
|
+
let ai = class {
|
|
5289
5292
|
/**
|
|
5290
5293
|
* Query with cypher.
|
|
5291
5294
|
*/
|
|
@@ -5306,7 +5309,7 @@ fs([
|
|
|
5306
5309
|
Tr("design:type", Function),
|
|
5307
5310
|
Tr("design:paramtypes", [String, typeof (Ya = typeof Record < "u" && Record) == "function" ? Ya : Object, Object]),
|
|
5308
5311
|
Tr("design:returntype", typeof (Qa = typeof Promise < "u" && Promise) == "function" ? Qa : Object)
|
|
5309
|
-
],
|
|
5312
|
+
], ai.prototype, "query", null);
|
|
5310
5313
|
fs([
|
|
5311
5314
|
w("mesh.graph.exec", Object),
|
|
5312
5315
|
io(0, f(0, "expr", String)),
|
|
@@ -5314,11 +5317,11 @@ fs([
|
|
|
5314
5317
|
Tr("design:type", Function),
|
|
5315
5318
|
Tr("design:paramtypes", [String, typeof (Za = typeof Record < "u" && Record) == "function" ? Za : Object, Object]),
|
|
5316
5319
|
Tr("design:returntype", typeof (eu = typeof Promise < "u" && Promise) == "function" ? eu : Object)
|
|
5317
|
-
],
|
|
5318
|
-
|
|
5320
|
+
], ai.prototype, "exec", null);
|
|
5321
|
+
ai = fs([
|
|
5319
5322
|
k("mpi")
|
|
5320
|
-
],
|
|
5321
|
-
var
|
|
5323
|
+
], ai);
|
|
5324
|
+
var vi = function(r, e, t, n) {
|
|
5322
5325
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
5323
5326
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
5324
5327
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -5356,34 +5359,34 @@ let pr = class {
|
|
|
5356
5359
|
return Promise.reject(h.URN_NOT_PERMIT);
|
|
5357
5360
|
}
|
|
5358
5361
|
};
|
|
5359
|
-
|
|
5362
|
+
vi([
|
|
5360
5363
|
w("kms.store.reset", Object),
|
|
5361
5364
|
ds(0, f(0, "env", Le)),
|
|
5362
5365
|
Tt("design:type", Function),
|
|
5363
5366
|
Tt("design:paramtypes", [typeof (tu = typeof Le < "u" && Le) == "function" ? tu : Object, Object]),
|
|
5364
5367
|
Tt("design:returntype", typeof (nu = typeof Promise < "u" && Promise) == "function" ? nu : Object)
|
|
5365
5368
|
], pr.prototype, "reset", null);
|
|
5366
|
-
|
|
5369
|
+
vi([
|
|
5367
5370
|
w("kms.store.environ", Le),
|
|
5368
5371
|
Tt("design:type", Function),
|
|
5369
5372
|
Tt("design:paramtypes", [Object]),
|
|
5370
5373
|
Tt("design:returntype", typeof (ru = typeof Promise < "u" && Promise) == "function" ? ru : Object)
|
|
5371
5374
|
], pr.prototype, "environ", null);
|
|
5372
|
-
|
|
5373
|
-
w("kms.crt.store.list", [Array,
|
|
5375
|
+
vi([
|
|
5376
|
+
w("kms.crt.store.list", [Array, gi]),
|
|
5374
5377
|
ds(0, f(0, "cno", String)),
|
|
5375
5378
|
Tt("design:type", Function),
|
|
5376
5379
|
Tt("design:paramtypes", [String, Object]),
|
|
5377
5380
|
Tt("design:returntype", typeof (iu = typeof Promise < "u" && Promise) == "function" ? iu : Object)
|
|
5378
5381
|
], pr.prototype, "list", null);
|
|
5379
|
-
|
|
5380
|
-
w("kms.crt.apply.issue", [Array,
|
|
5382
|
+
vi([
|
|
5383
|
+
w("kms.crt.apply.issue", [Array, gi]),
|
|
5381
5384
|
ds(0, f(0, "csr", Ot)),
|
|
5382
5385
|
Tt("design:type", Function),
|
|
5383
5386
|
Tt("design:paramtypes", [typeof (ou = typeof Ot < "u" && Ot) == "function" ? ou : Object, Object]),
|
|
5384
5387
|
Tt("design:returntype", typeof (su = typeof Promise < "u" && Promise) == "function" ? su : Object)
|
|
5385
5388
|
], pr.prototype, "issue", null);
|
|
5386
|
-
pr =
|
|
5389
|
+
pr = vi([
|
|
5387
5390
|
k("mpi")
|
|
5388
5391
|
], pr);
|
|
5389
5392
|
var Hr = function(r, e, t, n) {
|
|
@@ -5476,7 +5479,7 @@ var qr = function(r, e, t, n) {
|
|
|
5476
5479
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
5477
5480
|
}, nt = function(r, e) {
|
|
5478
5481
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
5479
|
-
},
|
|
5482
|
+
}, Qd = function(r, e) {
|
|
5480
5483
|
return function(t, n) {
|
|
5481
5484
|
e(t, n, r);
|
|
5482
5485
|
};
|
|
@@ -5515,7 +5518,7 @@ let Ln = class {
|
|
|
5515
5518
|
};
|
|
5516
5519
|
qr([
|
|
5517
5520
|
w("mesh.license.imports", Object),
|
|
5518
|
-
|
|
5521
|
+
Qd(0, f(0, "license", String)),
|
|
5519
5522
|
nt("design:type", Function),
|
|
5520
5523
|
nt("design:paramtypes", [String, Object]),
|
|
5521
5524
|
nt("design:returntype", typeof (yu = typeof Promise < "u" && Promise) == "function" ? yu : Object)
|
|
@@ -5547,7 +5550,7 @@ qr([
|
|
|
5547
5550
|
Ln = qr([
|
|
5548
5551
|
k("mpi")
|
|
5549
5552
|
], Ln);
|
|
5550
|
-
var
|
|
5553
|
+
var ji = function(r, e, t, n) {
|
|
5551
5554
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
5552
5555
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
5553
5556
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -5585,7 +5588,7 @@ let fr = class {
|
|
|
5585
5588
|
return Promise.reject(h.URN_NOT_PERMIT);
|
|
5586
5589
|
}
|
|
5587
5590
|
};
|
|
5588
|
-
|
|
5591
|
+
ji([
|
|
5589
5592
|
w("mesh.locker.w.lock", Boolean),
|
|
5590
5593
|
Ur(0, f(0, "rid", String)),
|
|
5591
5594
|
Ur(1, f(1, "timeout", Number)),
|
|
@@ -5593,14 +5596,14 @@ vi([
|
|
|
5593
5596
|
Nt("design:paramtypes", [String, Number, Object]),
|
|
5594
5597
|
Nt("design:returntype", typeof (_u = typeof Promise < "u" && Promise) == "function" ? _u : Object)
|
|
5595
5598
|
], fr.prototype, "lock", null);
|
|
5596
|
-
|
|
5599
|
+
ji([
|
|
5597
5600
|
w("mesh.locker.w.unlock", Object),
|
|
5598
5601
|
Ur(0, f(0, "rid", String)),
|
|
5599
5602
|
Nt("design:type", Function),
|
|
5600
5603
|
Nt("design:paramtypes", [String, Object]),
|
|
5601
5604
|
Nt("design:returntype", typeof (Ou = typeof Promise < "u" && Promise) == "function" ? Ou : Object)
|
|
5602
5605
|
], fr.prototype, "unlock", null);
|
|
5603
|
-
|
|
5606
|
+
ji([
|
|
5604
5607
|
w("mesh.locker.r.lock", Boolean),
|
|
5605
5608
|
Ur(0, f(0, "rid", String)),
|
|
5606
5609
|
Ur(1, f(1, "timeout", Number)),
|
|
@@ -5608,14 +5611,14 @@ vi([
|
|
|
5608
5611
|
Nt("design:paramtypes", [String, Number, Object]),
|
|
5609
5612
|
Nt("design:returntype", typeof (Ru = typeof Promise < "u" && Promise) == "function" ? Ru : Object)
|
|
5610
5613
|
], fr.prototype, "readLock", null);
|
|
5611
|
-
|
|
5614
|
+
ji([
|
|
5612
5615
|
w("mesh.locker.r.unlock", Object),
|
|
5613
5616
|
Ur(0, f(0, "rid", String)),
|
|
5614
5617
|
Nt("design:type", Function),
|
|
5615
5618
|
Nt("design:paramtypes", [String, Object]),
|
|
5616
5619
|
Nt("design:returntype", typeof (Su = typeof Promise < "u" && Promise) == "function" ? Su : Object)
|
|
5617
5620
|
], fr.prototype, "readUnlock", null);
|
|
5618
|
-
fr =
|
|
5621
|
+
fr = ji([
|
|
5619
5622
|
k("mpi")
|
|
5620
5623
|
], fr);
|
|
5621
5624
|
var Bt = function(r, e, t, n) {
|
|
@@ -5777,7 +5780,7 @@ Bt([
|
|
|
5777
5780
|
Ve = Bt([
|
|
5778
5781
|
k("mpi")
|
|
5779
5782
|
], Ve);
|
|
5780
|
-
var
|
|
5783
|
+
var Pi = function(r, e, t, n) {
|
|
5781
5784
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
5782
5785
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
5783
5786
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -5824,14 +5827,14 @@ let dr = class {
|
|
|
5824
5827
|
return Promise.reject(h.URN_NOT_PERMIT);
|
|
5825
5828
|
}
|
|
5826
5829
|
};
|
|
5827
|
-
|
|
5830
|
+
Pi([
|
|
5828
5831
|
w("mesh.chan.peek", Uint8Array),
|
|
5829
5832
|
$n(0, f(0, "topic", String)),
|
|
5830
5833
|
At("design:type", Function),
|
|
5831
5834
|
At("design:paramtypes", [String, Object]),
|
|
5832
5835
|
At("design:returntype", typeof (Fu = typeof Promise < "u" && Promise) == "function" ? Fu : Object)
|
|
5833
5836
|
], dr.prototype, "peek", null);
|
|
5834
|
-
|
|
5837
|
+
Pi([
|
|
5835
5838
|
w("mesh.chan.pop", Uint8Array),
|
|
5836
5839
|
$n(0, f(0, "timeout", Number)),
|
|
5837
5840
|
$n(1, f(1, "topic", String)),
|
|
@@ -5839,7 +5842,7 @@ ji([
|
|
|
5839
5842
|
At("design:paramtypes", [Number, String, Object]),
|
|
5840
5843
|
At("design:returntype", typeof (Cu = typeof Promise < "u" && Promise) == "function" ? Cu : Object)
|
|
5841
5844
|
], dr.prototype, "pop", null);
|
|
5842
|
-
|
|
5845
|
+
Pi([
|
|
5843
5846
|
w("mesh.chan.push", Object),
|
|
5844
5847
|
$n(0, f(0, "payload", Uint8Array)),
|
|
5845
5848
|
$n(1, f(1, "metadata", [Map, String, String])),
|
|
@@ -5848,7 +5851,7 @@ ji([
|
|
|
5848
5851
|
At("design:paramtypes", [typeof (Bu = typeof Uint8Array < "u" && Uint8Array) == "function" ? Bu : Object, typeof (Du = typeof Record < "u" && Record) == "function" ? Du : Object, String, Object]),
|
|
5849
5852
|
At("design:returntype", typeof (ku = typeof Promise < "u" && Promise) == "function" ? ku : Object)
|
|
5850
5853
|
], dr.prototype, "push", null);
|
|
5851
|
-
|
|
5854
|
+
Pi([
|
|
5852
5855
|
w("mesh.chan.release", Object),
|
|
5853
5856
|
$n(0, f(0, "timeout", Number)),
|
|
5854
5857
|
$n(1, f(1, "topic", String)),
|
|
@@ -5856,7 +5859,7 @@ ji([
|
|
|
5856
5859
|
At("design:paramtypes", [Number, String, Object]),
|
|
5857
5860
|
At("design:returntype", typeof (Lu = typeof Promise < "u" && Promise) == "function" ? Lu : Object)
|
|
5858
5861
|
], dr.prototype, "release", null);
|
|
5859
|
-
dr =
|
|
5862
|
+
dr = Pi([
|
|
5860
5863
|
k("mpi")
|
|
5861
5864
|
], dr);
|
|
5862
5865
|
var ls = function(r, e, t, n) {
|
|
@@ -5871,7 +5874,7 @@ var ls = function(r, e, t, n) {
|
|
|
5871
5874
|
e(t, n, r);
|
|
5872
5875
|
};
|
|
5873
5876
|
}, Hu, qu;
|
|
5874
|
-
let
|
|
5877
|
+
let ui = class {
|
|
5875
5878
|
/**
|
|
5876
5879
|
* Publish
|
|
5877
5880
|
*/
|
|
@@ -5891,18 +5894,18 @@ ls([
|
|
|
5891
5894
|
Nr("design:type", Function),
|
|
5892
5895
|
Nr("design:paramtypes", [Array, Object]),
|
|
5893
5896
|
Nr("design:returntype", typeof (Hu = typeof Promise < "u" && Promise) == "function" ? Hu : Object)
|
|
5894
|
-
],
|
|
5897
|
+
], ui.prototype, "publish", null);
|
|
5895
5898
|
ls([
|
|
5896
5899
|
w("mesh.queue.multicast", [Array, String]),
|
|
5897
5900
|
Zf(0, f(0, "events", [Array, Ye])),
|
|
5898
5901
|
Nr("design:type", Function),
|
|
5899
5902
|
Nr("design:paramtypes", [Array, Object]),
|
|
5900
5903
|
Nr("design:returntype", typeof (qu = typeof Promise < "u" && Promise) == "function" ? qu : Object)
|
|
5901
|
-
],
|
|
5902
|
-
|
|
5904
|
+
], ui.prototype, "broadcast", null);
|
|
5905
|
+
ui = ls([
|
|
5903
5906
|
k("mpi")
|
|
5904
|
-
],
|
|
5905
|
-
var
|
|
5907
|
+
], ui);
|
|
5908
|
+
var Ei = function(r, e, t, n) {
|
|
5906
5909
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
5907
5910
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
5908
5911
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -5940,35 +5943,35 @@ let lr = class {
|
|
|
5940
5943
|
return Promise.reject(h.URN_NOT_PERMIT);
|
|
5941
5944
|
}
|
|
5942
5945
|
};
|
|
5943
|
-
|
|
5946
|
+
Ei([
|
|
5944
5947
|
w("mesh.registry.put", Object),
|
|
5945
5948
|
wo(0, f(0, "registration", [Qe, Object])),
|
|
5946
5949
|
It("design:type", Function),
|
|
5947
5950
|
It("design:paramtypes", [typeof (zu = typeof Qe < "u" && Qe) == "function" ? zu : Object, Object]),
|
|
5948
5951
|
It("design:returntype", typeof (Gu = typeof Promise < "u" && Promise) == "function" ? Gu : Object)
|
|
5949
5952
|
], lr.prototype, "register", null);
|
|
5950
|
-
|
|
5953
|
+
Ei([
|
|
5951
5954
|
w("mesh.registry.puts", Object),
|
|
5952
5955
|
wo(0, f(0, "registrations", [Array, [Qe, Object]])),
|
|
5953
5956
|
It("design:type", Function),
|
|
5954
5957
|
It("design:paramtypes", [Array, Object]),
|
|
5955
5958
|
It("design:returntype", typeof (Vu = typeof Promise < "u" && Promise) == "function" ? Vu : Object)
|
|
5956
5959
|
], lr.prototype, "registers", null);
|
|
5957
|
-
|
|
5960
|
+
Ei([
|
|
5958
5961
|
w("mesh.registry.remove", Object),
|
|
5959
5962
|
wo(0, f(0, "registration", [Qe, Object])),
|
|
5960
5963
|
It("design:type", Function),
|
|
5961
5964
|
It("design:paramtypes", [typeof (Wu = typeof Qe < "u" && Qe) == "function" ? Wu : Object, Object]),
|
|
5962
5965
|
It("design:returntype", typeof (Ju = typeof Promise < "u" && Promise) == "function" ? Ju : Object)
|
|
5963
5966
|
], lr.prototype, "unregister", null);
|
|
5964
|
-
|
|
5967
|
+
Ei([
|
|
5965
5968
|
w("mesh.registry.export", [Array, [Qe, Object]]),
|
|
5966
5969
|
wo(0, f(0, "kind", String)),
|
|
5967
5970
|
It("design:type", Function),
|
|
5968
5971
|
It("design:paramtypes", [String, Object]),
|
|
5969
5972
|
It("design:returntype", typeof (Xu = typeof Promise < "u" && Promise) == "function" ? Xu : Object)
|
|
5970
5973
|
], lr.prototype, "export", null);
|
|
5971
|
-
lr =
|
|
5974
|
+
lr = Ei([
|
|
5972
5975
|
k("mpi")
|
|
5973
5976
|
], lr);
|
|
5974
5977
|
var zr = function(r, e, t, n) {
|
|
@@ -5978,7 +5981,7 @@ var zr = function(r, e, t, n) {
|
|
|
5978
5981
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
5979
5982
|
}, lt = function(r, e) {
|
|
5980
5983
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
5981
|
-
},
|
|
5984
|
+
}, pi = function(r, e) {
|
|
5982
5985
|
return function(t, n) {
|
|
5983
5986
|
e(t, n, r);
|
|
5984
5987
|
};
|
|
@@ -6021,26 +6024,26 @@ class vo {
|
|
|
6021
6024
|
}
|
|
6022
6025
|
}
|
|
6023
6026
|
zr([
|
|
6024
|
-
|
|
6025
|
-
|
|
6027
|
+
pi(0, f(0, "key", String)),
|
|
6028
|
+
pi(1, f(1, "value", String)),
|
|
6026
6029
|
lt("design:type", Function),
|
|
6027
6030
|
lt("design:paramtypes", [String, String, Object]),
|
|
6028
6031
|
lt("design:returntype", typeof (Ku = typeof Promise < "u" && Promise) == "function" ? Ku : Object)
|
|
6029
6032
|
], vo.prototype, "with", null);
|
|
6030
6033
|
zr([
|
|
6031
|
-
|
|
6034
|
+
pi(0, f(0, "attachments", [Map, String, String])),
|
|
6032
6035
|
lt("design:type", Function),
|
|
6033
6036
|
lt("design:paramtypes", [typeof (Yu = typeof Record < "u" && Record) == "function" ? Yu : Object, Object]),
|
|
6034
6037
|
lt("design:returntype", typeof (Qu = typeof Promise < "u" && Promise) == "function" ? Qu : Object)
|
|
6035
6038
|
], vo.prototype, "withMap", null);
|
|
6036
6039
|
zr([
|
|
6037
|
-
|
|
6040
|
+
pi(0, f(0, "principal", dt)),
|
|
6038
6041
|
lt("design:type", Function),
|
|
6039
6042
|
lt("design:paramtypes", [typeof (Zu = typeof dt < "u" && dt) == "function" ? Zu : Object, Object]),
|
|
6040
6043
|
lt("design:returntype", typeof (ep = typeof Promise < "u" && Promise) == "function" ? ep : Object)
|
|
6041
6044
|
], vo.prototype, "any", null);
|
|
6042
6045
|
zr([
|
|
6043
|
-
|
|
6046
|
+
pi(0, f(0, "principals", [Array, dt])),
|
|
6044
6047
|
lt("design:type", Function),
|
|
6045
6048
|
lt("design:paramtypes", [Array, Object]),
|
|
6046
6049
|
lt("design:returntype", typeof (tp = typeof Promise < "u" && Promise) == "function" ? tp : Object)
|
|
@@ -6070,7 +6073,7 @@ var Gr = function(r, e, t, n) {
|
|
|
6070
6073
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
6071
6074
|
}, rt = function(r, e) {
|
|
6072
6075
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
6073
|
-
},
|
|
6076
|
+
}, xi = function(r, e) {
|
|
6074
6077
|
return function(t, n) {
|
|
6075
6078
|
e(t, n, r);
|
|
6076
6079
|
};
|
|
@@ -6109,35 +6112,35 @@ let Hn = class {
|
|
|
6109
6112
|
};
|
|
6110
6113
|
Gr([
|
|
6111
6114
|
w("mesh.savepoint.begin", String),
|
|
6112
|
-
|
|
6115
|
+
xi(0, f(0, "definition", nr)),
|
|
6113
6116
|
rt("design:type", Function),
|
|
6114
6117
|
rt("design:paramtypes", [typeof (rp = typeof nr < "u" && nr) == "function" ? rp : Object, Object]),
|
|
6115
6118
|
rt("design:returntype", typeof (ip = typeof Promise < "u" && Promise) == "function" ? ip : Object)
|
|
6116
6119
|
], Hn.prototype, "begin", null);
|
|
6117
6120
|
Gr([
|
|
6118
6121
|
w("mesh.savepoint.commit", Object),
|
|
6119
|
-
|
|
6122
|
+
xi(0, f(0, "xid", String)),
|
|
6120
6123
|
rt("design:type", Function),
|
|
6121
6124
|
rt("design:paramtypes", [String, Object]),
|
|
6122
6125
|
rt("design:returntype", typeof (op = typeof Promise < "u" && Promise) == "function" ? op : Object)
|
|
6123
6126
|
], Hn.prototype, "commit", null);
|
|
6124
6127
|
Gr([
|
|
6125
6128
|
w("mesh.savepoint.rollback", Object),
|
|
6126
|
-
|
|
6129
|
+
xi(0, f(0, "xid", String)),
|
|
6127
6130
|
rt("design:type", Function),
|
|
6128
6131
|
rt("design:paramtypes", [String, Object]),
|
|
6129
6132
|
rt("design:returntype", typeof (sp = typeof Promise < "u" && Promise) == "function" ? sp : Object)
|
|
6130
6133
|
], Hn.prototype, "rollback", null);
|
|
6131
6134
|
Gr([
|
|
6132
6135
|
w("mesh.savepoint.execute", Uint8Array),
|
|
6133
|
-
|
|
6136
|
+
xi(0, f(0, "branch", hn)),
|
|
6134
6137
|
rt("design:type", Function),
|
|
6135
6138
|
rt("design:paramtypes", [typeof (cp = typeof hn < "u" && hn) == "function" ? cp : Object, Object]),
|
|
6136
6139
|
rt("design:returntype", typeof (ap = typeof Promise < "u" && Promise) == "function" ? ap : Object)
|
|
6137
6140
|
], Hn.prototype, "execute", null);
|
|
6138
6141
|
Gr([
|
|
6139
6142
|
w("mesh.savepoint.redo", Object),
|
|
6140
|
-
|
|
6143
|
+
xi(0, f(0, "commit", Uint8Array)),
|
|
6141
6144
|
rt("design:type", Function),
|
|
6142
6145
|
rt("design:paramtypes", [typeof (up = typeof Uint8Array < "u" && Uint8Array) == "function" ? up : Object, Object]),
|
|
6143
6146
|
rt("design:returntype", typeof (pp = typeof Promise < "u" && Promise) == "function" ? pp : Object)
|
|
@@ -6286,12 +6289,12 @@ var ys = function(r, e, t, n) {
|
|
|
6286
6289
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
6287
6290
|
}, Ar = function(r, e) {
|
|
6288
6291
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
6289
|
-
},
|
|
6292
|
+
}, oi = function(r, e) {
|
|
6290
6293
|
return function(t, n) {
|
|
6291
6294
|
e(t, n, r);
|
|
6292
6295
|
};
|
|
6293
6296
|
}, wp, vp;
|
|
6294
|
-
let
|
|
6297
|
+
let fi = class {
|
|
6295
6298
|
/**
|
|
6296
6299
|
* Next 生成全网唯一序列号
|
|
6297
6300
|
*
|
|
@@ -6316,24 +6319,24 @@ let pi = class {
|
|
|
6316
6319
|
};
|
|
6317
6320
|
ys([
|
|
6318
6321
|
w("mesh.sequence.next", String),
|
|
6319
|
-
|
|
6320
|
-
|
|
6322
|
+
oi(0, f(0, "kind", String)),
|
|
6323
|
+
oi(1, f(1, "length", Number)),
|
|
6321
6324
|
Ar("design:type", Function),
|
|
6322
6325
|
Ar("design:paramtypes", [String, Number, Object]),
|
|
6323
6326
|
Ar("design:returntype", typeof (wp = typeof Promise < "u" && Promise) == "function" ? wp : Object)
|
|
6324
|
-
],
|
|
6327
|
+
], fi.prototype, "next", null);
|
|
6325
6328
|
ys([
|
|
6326
6329
|
w("mesh.sequence.section", [Array, String]),
|
|
6327
|
-
|
|
6328
|
-
|
|
6329
|
-
|
|
6330
|
+
oi(0, f(0, "kind", String)),
|
|
6331
|
+
oi(1, f(1, "size", Number)),
|
|
6332
|
+
oi(2, f(2, "length", Number)),
|
|
6330
6333
|
Ar("design:type", Function),
|
|
6331
6334
|
Ar("design:paramtypes", [String, Number, Number, Object]),
|
|
6332
6335
|
Ar("design:returntype", typeof (vp = typeof Promise < "u" && Promise) == "function" ? vp : Object)
|
|
6333
|
-
],
|
|
6334
|
-
|
|
6336
|
+
], fi.prototype, "section", null);
|
|
6337
|
+
fi = ys([
|
|
6335
6338
|
k("mpi")
|
|
6336
|
-
],
|
|
6339
|
+
], fi);
|
|
6337
6340
|
var td = function(r, e, t, n) {
|
|
6338
6341
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
6339
6342
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
@@ -6341,7 +6344,7 @@ var td = function(r, e, t, n) {
|
|
|
6341
6344
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
6342
6345
|
}, Do = function(r, e) {
|
|
6343
6346
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
6344
|
-
},
|
|
6347
|
+
}, Zd = function(r, e) {
|
|
6345
6348
|
return function(t, n) {
|
|
6346
6349
|
e(t, n, r);
|
|
6347
6350
|
};
|
|
@@ -6359,7 +6362,7 @@ let oo = class {
|
|
|
6359
6362
|
};
|
|
6360
6363
|
td([
|
|
6361
6364
|
w("mesh.queue.subscribe", Object),
|
|
6362
|
-
|
|
6365
|
+
Zd(0, f(0, "event", Ye)),
|
|
6363
6366
|
Do("design:type", Function),
|
|
6364
6367
|
Do("design:paramtypes", [typeof (jp = typeof Ye < "u" && Ye) == "function" ? jp : Object, Object]),
|
|
6365
6368
|
Do("design:returntype", typeof (Pp = typeof Promise < "u" && Promise) == "function" ? Pp : Object)
|
|
@@ -6448,7 +6451,7 @@ let gt = class {
|
|
|
6448
6451
|
}
|
|
6449
6452
|
};
|
|
6450
6453
|
Dt([
|
|
6451
|
-
w("mesh.captcha.apply",
|
|
6454
|
+
w("mesh.captcha.apply", Oi),
|
|
6452
6455
|
ht(0, f(0, "kind", String)),
|
|
6453
6456
|
ht(1, f(1, "features", [Map, String, String])),
|
|
6454
6457
|
ie("design:type", Function),
|
|
@@ -6734,7 +6737,7 @@ Jn([
|
|
|
6734
6737
|
Ie("design:returntype", typeof (ef = typeof Promise < "u" && Promise) == "function" ? ef : Object)
|
|
6735
6738
|
], nn.prototype, "delete", null);
|
|
6736
6739
|
Jn([
|
|
6737
|
-
w("mesh.fs.ls",
|
|
6740
|
+
w("mesh.fs.ls", hi),
|
|
6738
6741
|
qn(0, f(0, "path", String)),
|
|
6739
6742
|
Ie("design:type", Function),
|
|
6740
6743
|
Ie("design:paramtypes", [String, Object]),
|
|
@@ -6854,7 +6857,7 @@ Xn([
|
|
|
6854
6857
|
rn = Xn([
|
|
6855
6858
|
k("mpi")
|
|
6856
6859
|
], rn);
|
|
6857
|
-
var
|
|
6860
|
+
var el = function(r, e, t, n) {
|
|
6858
6861
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
6859
6862
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
6860
6863
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -6877,11 +6880,11 @@ let Fe = (Nn = class {
|
|
|
6877
6880
|
return this.decode(this.uint8ify(e), t);
|
|
6878
6881
|
}
|
|
6879
6882
|
}, c(Nn, "JSON", "json"), c(Nn, "PROTOBUF", "protobuf"), c(Nn, "XML", "xml"), c(Nn, "YAML", "yaml"), c(Nn, "THRIFT", "thrift"), c(Nn, "MESH", "mesh"), Nn);
|
|
6880
|
-
Fe =
|
|
6883
|
+
Fe = el([
|
|
6881
6884
|
k(Fe.JSON)
|
|
6882
6885
|
], Fe);
|
|
6883
6886
|
var ko = {}, ei = {}, gf;
|
|
6884
|
-
function
|
|
6887
|
+
function tl() {
|
|
6885
6888
|
if (gf) return ei;
|
|
6886
6889
|
gf = 1, ei.byteLength = a, ei.toByteArray = R, ei.fromByteArray = U;
|
|
6887
6890
|
for (var r = [], e = [], t = typeof Uint8Array < "u" ? Uint8Array : Array, n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", o = 0, i = n.length; o < i; ++o)
|
|
@@ -6928,11 +6931,11 @@ function el() {
|
|
|
6928
6931
|
}
|
|
6929
6932
|
return ei;
|
|
6930
6933
|
}
|
|
6931
|
-
var
|
|
6934
|
+
var Hi = {};
|
|
6932
6935
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
6933
6936
|
var bf;
|
|
6934
|
-
function
|
|
6935
|
-
return bf || (bf = 1,
|
|
6937
|
+
function nl() {
|
|
6938
|
+
return bf || (bf = 1, Hi.read = function(r, e, t, n, o) {
|
|
6936
6939
|
var i, s, a = o * 8 - n - 1, S = (1 << a) - 1, R = S >> 1, b = -7, P = t ? o - 1 : 0, U = t ? -1 : 1, x = r[e + P];
|
|
6937
6940
|
for (P += U, i = x & (1 << -b) - 1, x >>= -b, b += a; b > 0; i = i * 256 + r[e + P], P += U, b -= 8)
|
|
6938
6941
|
;
|
|
@@ -6946,14 +6949,14 @@ function tl() {
|
|
|
6946
6949
|
s = s + Math.pow(2, n), i = i - R;
|
|
6947
6950
|
}
|
|
6948
6951
|
return (x ? -1 : 1) * s * Math.pow(2, i - n);
|
|
6949
|
-
},
|
|
6952
|
+
}, Hi.write = function(r, e, t, n, o, i) {
|
|
6950
6953
|
var s, a, S, R = i * 8 - o - 1, b = (1 << R) - 1, P = b >> 1, U = o === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, x = n ? 0 : i - 1, j = n ? 1 : -1, N = e < 0 || e === 0 && 1 / e < 0 ? 1 : 0;
|
|
6951
6954
|
for (e = Math.abs(e), isNaN(e) || e === 1 / 0 ? (a = isNaN(e) ? 1 : 0, s = b) : (s = Math.floor(Math.log(e) / Math.LN2), e * (S = Math.pow(2, -s)) < 1 && (s--, S *= 2), s + P >= 1 ? e += U / S : e += U * Math.pow(2, 1 - P), e * S >= 2 && (s++, S /= 2), s + P >= b ? (a = 0, s = b) : s + P >= 1 ? (a = (e * S - 1) * Math.pow(2, o), s = s + P) : (a = e * Math.pow(2, P - 1) * Math.pow(2, o), s = 0)); o >= 8; r[t + x] = a & 255, x += j, a /= 256, o -= 8)
|
|
6952
6955
|
;
|
|
6953
6956
|
for (s = s << o | a, R += o; R > 0; r[t + x] = s & 255, x += j, s /= 256, R -= 8)
|
|
6954
6957
|
;
|
|
6955
6958
|
r[t + x - j] |= N * 128;
|
|
6956
|
-
}),
|
|
6959
|
+
}), Hi;
|
|
6957
6960
|
}
|
|
6958
6961
|
/*!
|
|
6959
6962
|
* The buffer module from node.js, for the browser.
|
|
@@ -6962,9 +6965,9 @@ function tl() {
|
|
|
6962
6965
|
* @license MIT
|
|
6963
6966
|
*/
|
|
6964
6967
|
var _f;
|
|
6965
|
-
function
|
|
6968
|
+
function rl() {
|
|
6966
6969
|
return _f || (_f = 1, function(r) {
|
|
6967
|
-
const e =
|
|
6970
|
+
const e = tl(), t = nl(), n = typeof Symbol == "function" && typeof Symbol.for == "function" ? Symbol.for("nodejs.util.inspect.custom") : null;
|
|
6968
6971
|
r.Buffer = a, r.SlowBuffer = H, r.INSPECT_MAX_BYTES = 50;
|
|
6969
6972
|
const o = 2147483647;
|
|
6970
6973
|
r.kMaxLength = o, a.TYPED_ARRAY_SUPPORT = i(), !a.TYPED_ARRAY_SUPPORT && typeof console < "u" && typeof console.error == "function" && console.error(
|
|
@@ -7209,22 +7212,22 @@ function nl() {
|
|
|
7209
7212
|
for (d || (d = "utf8"); ; )
|
|
7210
7213
|
switch (d) {
|
|
7211
7214
|
case "hex":
|
|
7212
|
-
return
|
|
7215
|
+
return Ui(this, u, p);
|
|
7213
7216
|
case "utf8":
|
|
7214
7217
|
case "utf-8":
|
|
7215
|
-
return Ni(this, u, p);
|
|
7216
|
-
case "ascii":
|
|
7217
7218
|
return Ai(this, u, p);
|
|
7219
|
+
case "ascii":
|
|
7220
|
+
return Ii(this, u, p);
|
|
7218
7221
|
case "latin1":
|
|
7219
7222
|
case "binary":
|
|
7220
|
-
return
|
|
7223
|
+
return Mi(this, u, p);
|
|
7221
7224
|
case "base64":
|
|
7222
7225
|
return $o(this, u, p);
|
|
7223
7226
|
case "ucs2":
|
|
7224
7227
|
case "ucs-2":
|
|
7225
7228
|
case "utf16le":
|
|
7226
7229
|
case "utf-16le":
|
|
7227
|
-
return
|
|
7230
|
+
return $i(this, u, p);
|
|
7228
7231
|
default:
|
|
7229
7232
|
if (y) throw new TypeError("Unknown encoding: " + d);
|
|
7230
7233
|
d = (d + "").toLowerCase(), y = !0;
|
|
@@ -7258,7 +7261,7 @@ function nl() {
|
|
|
7258
7261
|
return this;
|
|
7259
7262
|
}, a.prototype.toString = function() {
|
|
7260
7263
|
const u = this.length;
|
|
7261
|
-
return u === 0 ? "" : arguments.length === 0 ?
|
|
7264
|
+
return u === 0 ? "" : arguments.length === 0 ? Ai(this, 0, u) : Ce.apply(this, arguments);
|
|
7262
7265
|
}, a.prototype.toLocaleString = a.prototype.toString, a.prototype.equals = function(u) {
|
|
7263
7266
|
if (!a.isBuffer(u)) throw new TypeError("Argument must be a Buffer");
|
|
7264
7267
|
return this === u ? !0 : a.compare(this, u) === 0;
|
|
@@ -7358,13 +7361,13 @@ function nl() {
|
|
|
7358
7361
|
return Kn(Rr(u, d.length - p), d, p, y);
|
|
7359
7362
|
}
|
|
7360
7363
|
function Io(d, u, p, y) {
|
|
7361
|
-
return Kn(
|
|
7364
|
+
return Kn(Di(u), d, p, y);
|
|
7362
7365
|
}
|
|
7363
7366
|
function Mo(d, u, p, y) {
|
|
7364
7367
|
return Kn(Qr(u), d, p, y);
|
|
7365
7368
|
}
|
|
7366
7369
|
function Uo(d, u, p, y) {
|
|
7367
|
-
return Kn(
|
|
7370
|
+
return Kn(ki(u, d.length - p), d, p, y);
|
|
7368
7371
|
}
|
|
7369
7372
|
a.prototype.write = function(u, p, y, g) {
|
|
7370
7373
|
if (p === void 0)
|
|
@@ -7413,7 +7416,7 @@ function nl() {
|
|
|
7413
7416
|
function $o(d, u, p) {
|
|
7414
7417
|
return u === 0 && p === d.length ? e.fromByteArray(d) : e.fromByteArray(d.slice(u, p));
|
|
7415
7418
|
}
|
|
7416
|
-
function
|
|
7419
|
+
function Ai(d, u, p) {
|
|
7417
7420
|
p = Math.min(d.length, p);
|
|
7418
7421
|
const y = [];
|
|
7419
7422
|
let g = u;
|
|
@@ -7453,21 +7456,21 @@ function nl() {
|
|
|
7453
7456
|
);
|
|
7454
7457
|
return p;
|
|
7455
7458
|
}
|
|
7456
|
-
function
|
|
7459
|
+
function Ii(d, u, p) {
|
|
7457
7460
|
let y = "";
|
|
7458
7461
|
p = Math.min(d.length, p);
|
|
7459
7462
|
for (let g = u; g < p; ++g)
|
|
7460
7463
|
y += String.fromCharCode(d[g] & 127);
|
|
7461
7464
|
return y;
|
|
7462
7465
|
}
|
|
7463
|
-
function
|
|
7466
|
+
function Mi(d, u, p) {
|
|
7464
7467
|
let y = "";
|
|
7465
7468
|
p = Math.min(d.length, p);
|
|
7466
7469
|
for (let g = u; g < p; ++g)
|
|
7467
7470
|
y += String.fromCharCode(d[g]);
|
|
7468
7471
|
return y;
|
|
7469
7472
|
}
|
|
7470
|
-
function
|
|
7473
|
+
function Ui(d, u, p) {
|
|
7471
7474
|
const y = d.length;
|
|
7472
7475
|
(!u || u < 0) && (u = 0), (!p || p < 0 || p > y) && (p = y);
|
|
7473
7476
|
let g = "";
|
|
@@ -7475,7 +7478,7 @@ function nl() {
|
|
|
7475
7478
|
g += Co[d[l]];
|
|
7476
7479
|
return g;
|
|
7477
7480
|
}
|
|
7478
|
-
function
|
|
7481
|
+
function $i(d, u, p) {
|
|
7479
7482
|
const y = d.slice(u, p);
|
|
7480
7483
|
let g = "";
|
|
7481
7484
|
for (let l = 0; l < y.length - 1; l += 2)
|
|
@@ -7659,25 +7662,25 @@ function nl() {
|
|
|
7659
7662
|
}), a.prototype.writeBigInt64BE = Xt(function(u, p = 0) {
|
|
7660
7663
|
return un(this, u, p, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
|
|
7661
7664
|
});
|
|
7662
|
-
function
|
|
7665
|
+
function Fi(d, u, p, y, g, l) {
|
|
7663
7666
|
if (p + y > d.length) throw new RangeError("Index out of range");
|
|
7664
7667
|
if (p < 0) throw new RangeError("Index out of range");
|
|
7665
7668
|
}
|
|
7666
7669
|
function Pe(d, u, p, y, g) {
|
|
7667
|
-
return u = +u, p = p >>> 0, g ||
|
|
7670
|
+
return u = +u, p = p >>> 0, g || Fi(d, u, p, 4), t.write(d, u, p, y, 23, 4), p + 4;
|
|
7668
7671
|
}
|
|
7669
7672
|
a.prototype.writeFloatLE = function(u, p, y) {
|
|
7670
7673
|
return Pe(this, u, p, !0, y);
|
|
7671
7674
|
}, a.prototype.writeFloatBE = function(u, p, y) {
|
|
7672
7675
|
return Pe(this, u, p, !1, y);
|
|
7673
7676
|
};
|
|
7674
|
-
function
|
|
7675
|
-
return u = +u, p = p >>> 0, g ||
|
|
7677
|
+
function Ci(d, u, p, y, g) {
|
|
7678
|
+
return u = +u, p = p >>> 0, g || Fi(d, u, p, 8), t.write(d, u, p, y, 52, 8), p + 8;
|
|
7676
7679
|
}
|
|
7677
7680
|
a.prototype.writeDoubleLE = function(u, p, y) {
|
|
7678
|
-
return
|
|
7681
|
+
return Ci(this, u, p, !0, y);
|
|
7679
7682
|
}, a.prototype.writeDoubleBE = function(u, p, y) {
|
|
7680
|
-
return
|
|
7683
|
+
return Ci(this, u, p, !1, y);
|
|
7681
7684
|
}, a.prototype.copy = function(u, p, y, g) {
|
|
7682
7685
|
if (!a.isBuffer(u)) throw new TypeError("argument should be a Buffer");
|
|
7683
7686
|
if (y || (y = 0), !g && g !== 0 && (g = this.length), p >= u.length && (p = u.length), p || (p = 0), g > 0 && g < y && (g = y), g === y || u.length === 0 || this.length === 0) return 0;
|
|
@@ -7763,11 +7766,11 @@ function nl() {
|
|
|
7763
7766
|
"ERR_OUT_OF_RANGE",
|
|
7764
7767
|
function(d, u, p) {
|
|
7765
7768
|
let y = `The value of "${d}" is out of range.`, g = p;
|
|
7766
|
-
return Number.isInteger(p) && Math.abs(p) > 2 ** 32 ? g =
|
|
7769
|
+
return Number.isInteger(p) && Math.abs(p) > 2 ** 32 ? g = Bi(String(p)) : typeof p == "bigint" && (g = String(p), (p > BigInt(2) ** BigInt(32) || p < -(BigInt(2) ** BigInt(32))) && (g = Bi(g)), g += "n"), y += ` It must be ${u}. Received ${g}`, y;
|
|
7767
7770
|
},
|
|
7768
7771
|
RangeError
|
|
7769
7772
|
);
|
|
7770
|
-
function
|
|
7773
|
+
function Bi(d) {
|
|
7771
7774
|
let u = "", p = d.length;
|
|
7772
7775
|
const y = d[0] === "-" ? 1 : 0;
|
|
7773
7776
|
for (; p >= y + 4; p -= 3)
|
|
@@ -7857,13 +7860,13 @@ function nl() {
|
|
|
7857
7860
|
}
|
|
7858
7861
|
return l;
|
|
7859
7862
|
}
|
|
7860
|
-
function
|
|
7863
|
+
function Di(d) {
|
|
7861
7864
|
const u = [];
|
|
7862
7865
|
for (let p = 0; p < d.length; ++p)
|
|
7863
7866
|
u.push(d.charCodeAt(p) & 255);
|
|
7864
7867
|
return u;
|
|
7865
7868
|
}
|
|
7866
|
-
function
|
|
7869
|
+
function ki(d, u) {
|
|
7867
7870
|
let p, y, g;
|
|
7868
7871
|
const l = [];
|
|
7869
7872
|
for (let m = 0; m < d.length && !((u -= 2) < 0); ++m)
|
|
@@ -7902,7 +7905,7 @@ function nl() {
|
|
|
7902
7905
|
}
|
|
7903
7906
|
}(ko)), ko;
|
|
7904
7907
|
}
|
|
7905
|
-
var Of =
|
|
7908
|
+
var Of = rl(), il = function(r, e, t, n) {
|
|
7906
7909
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
7907
7910
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
7908
7911
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -8005,7 +8008,7 @@ let Rf = class extends Fe {
|
|
|
8005
8008
|
return this.decoder.decode(t);
|
|
8006
8009
|
}
|
|
8007
8010
|
};
|
|
8008
|
-
Rf =
|
|
8011
|
+
Rf = il([
|
|
8009
8012
|
k(Fe.JSON)
|
|
8010
8013
|
], Rf);
|
|
8011
8014
|
var Yn = function(r, e, t, n) {
|
|
@@ -8016,16 +8019,16 @@ var Yn = function(r, e, t, n) {
|
|
|
8016
8019
|
}, ti = function(r, e) {
|
|
8017
8020
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function") return Reflect.metadata(r, e);
|
|
8018
8021
|
}, Wi;
|
|
8019
|
-
let
|
|
8022
|
+
let di = class {
|
|
8020
8023
|
};
|
|
8021
|
-
|
|
8024
|
+
di = Yn([
|
|
8022
8025
|
k("mesh")
|
|
8023
|
-
],
|
|
8024
|
-
function
|
|
8026
|
+
], di);
|
|
8027
|
+
function Ym(r) {
|
|
8025
8028
|
return {};
|
|
8026
8029
|
}
|
|
8027
8030
|
var In;
|
|
8028
|
-
let Sf = (In = class extends
|
|
8031
|
+
let Sf = (In = class extends di {
|
|
8029
8032
|
compile(e, t) {
|
|
8030
8033
|
}
|
|
8031
8034
|
intype(e) {
|
|
@@ -8139,7 +8142,7 @@ let Sf = (In = class extends fi {
|
|
|
8139
8142
|
Sf = Wi = Yn([
|
|
8140
8143
|
k("mesh")
|
|
8141
8144
|
], Sf);
|
|
8142
|
-
var
|
|
8145
|
+
var ol = function(r, e, t, n) {
|
|
8143
8146
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
8144
8147
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
8145
8148
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -8147,7 +8150,7 @@ var il = function(r, e, t, n) {
|
|
|
8147
8150
|
}, wr;
|
|
8148
8151
|
let ut = (wr = class {
|
|
8149
8152
|
}, c(wr, "HTTP", "http"), c(wr, "GRPC", "grpc"), c(wr, "TCP", "tcp"), c(wr, "MQTT", "mqtt"), wr);
|
|
8150
|
-
ut =
|
|
8153
|
+
ut = ol([
|
|
8151
8154
|
k(ut.HTTP)
|
|
8152
8155
|
], ut);
|
|
8153
8156
|
class Lo {
|
|
@@ -8155,21 +8158,21 @@ class Lo {
|
|
|
8155
8158
|
c(this, "servers", new ln());
|
|
8156
8159
|
c(this, "availableAddrs", new ln());
|
|
8157
8160
|
for (let t of (e || "").split(","))
|
|
8158
|
-
t && t.trim().length > 0 && !this.availableAddrs.includes(t) && (this.servers.push(new
|
|
8161
|
+
t && t.trim().length > 0 && !this.availableAddrs.includes(t) && (this.servers.push(new sl(!0, t)), this.availableAddrs.push(t));
|
|
8159
8162
|
}
|
|
8160
8163
|
any() {
|
|
8161
8164
|
const e = this.availableAddrs;
|
|
8162
8165
|
return !e || e.length < 1 ? "" : e[Math.floor(Math.random() * e.length)];
|
|
8163
8166
|
}
|
|
8164
8167
|
}
|
|
8165
|
-
class
|
|
8168
|
+
class sl {
|
|
8166
8169
|
constructor(e, t) {
|
|
8167
8170
|
c(this, "available");
|
|
8168
8171
|
c(this, "address");
|
|
8169
8172
|
this.available = e, this.address = t;
|
|
8170
8173
|
}
|
|
8171
8174
|
}
|
|
8172
|
-
class
|
|
8175
|
+
class cl {
|
|
8173
8176
|
constructor(e) {
|
|
8174
8177
|
c(this, "value");
|
|
8175
8178
|
c(this, "fn");
|
|
@@ -8254,9 +8257,9 @@ const yo = class yo {
|
|
|
8254
8257
|
return o;
|
|
8255
8258
|
}
|
|
8256
8259
|
};
|
|
8257
|
-
c(yo, "MESH_ADDRESS", new
|
|
8260
|
+
c(yo, "MESH_ADDRESS", new cl(() => typeof process < "u" && process.env.MESH_ADDRESS ? new Lo(process.env.MESH_ADDRESS) : typeof window < "u" ? new Lo(window.location.origin) : new Lo("https://127.0.0.1")));
|
|
8258
8261
|
let oe = yo;
|
|
8259
|
-
var
|
|
8262
|
+
var al = function(r, e, t, n) {
|
|
8260
8263
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
8261
8264
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
8262
8265
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -8274,7 +8277,7 @@ class so extends is {
|
|
|
8274
8277
|
c(this, "calls", 0);
|
|
8275
8278
|
c(this, "attachments", /* @__PURE__ */ new Map());
|
|
8276
8279
|
c(this, "attributes", /* @__PURE__ */ new Map());
|
|
8277
|
-
c(this, "principals", new
|
|
8280
|
+
c(this, "principals", new Jd());
|
|
8278
8281
|
}
|
|
8279
8282
|
static create() {
|
|
8280
8283
|
const t = new so();
|
|
@@ -8333,10 +8336,10 @@ let wf = class extends eo {
|
|
|
8333
8336
|
return so.create();
|
|
8334
8337
|
}
|
|
8335
8338
|
};
|
|
8336
|
-
wf =
|
|
8339
|
+
wf = al([
|
|
8337
8340
|
k("mesh")
|
|
8338
8341
|
], wf);
|
|
8339
|
-
var
|
|
8342
|
+
var ul = function(r, e, t, n) {
|
|
8340
8343
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
8341
8344
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
8342
8345
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -8344,7 +8347,7 @@ var al = function(r, e, t, n) {
|
|
|
8344
8347
|
};
|
|
8345
8348
|
let co = class {
|
|
8346
8349
|
};
|
|
8347
|
-
co =
|
|
8350
|
+
co = ul([
|
|
8348
8351
|
k("mesh")
|
|
8349
8352
|
], co);
|
|
8350
8353
|
class dn {
|
|
@@ -8352,16 +8355,16 @@ class dn {
|
|
|
8352
8355
|
/**
|
|
8353
8356
|
* Mesh mpc remote address.
|
|
8354
8357
|
*/
|
|
8355
|
-
c(dn, "REMOTE", new
|
|
8358
|
+
c(dn, "REMOTE", new Li("mesh.mpc.address")), /**
|
|
8356
8359
|
* Remote app name.
|
|
8357
8360
|
*/
|
|
8358
|
-
c(dn, "REMOTE_NAME", new
|
|
8361
|
+
c(dn, "REMOTE_NAME", new Li("mesh.mpc.remote.name")), /**
|
|
8359
8362
|
* Mesh invocation attributes.
|
|
8360
8363
|
*/
|
|
8361
|
-
c(dn, "INVOCATION", new
|
|
8364
|
+
c(dn, "INVOCATION", new Li("mesh.invocation")), /**
|
|
8362
8365
|
* Mesh invoke mpi name attributes.
|
|
8363
8366
|
*/
|
|
8364
|
-
c(dn, "UNAME", new
|
|
8367
|
+
c(dn, "UNAME", new Li("mesh.mpc.uname"));
|
|
8365
8368
|
class pn {
|
|
8366
8369
|
constructor(e, t) {
|
|
8367
8370
|
c(this, "code");
|
|
@@ -8394,12 +8397,12 @@ const pe = class pe {
|
|
|
8394
8397
|
};
|
|
8395
8398
|
c(pe, "HTTP", new pn("00", ut.HTTP)), c(pe, "GRPC", new pn("01", ut.GRPC)), c(pe, "MQTT", new pn("02", ut.MQTT)), c(pe, "TCP", new pn("03", ut.TCP)), c(pe, "JSON", new pn("00", Fe.JSON)), c(pe, "PROTOBUF", new pn("01", Fe.PROTOBUF)), c(pe, "XML", new pn("02", Fe.XML)), c(pe, "THRIFT", new pn("03", Fe.THRIFT)), c(pe, "YAML", new pn("04", Fe.YAML)), c(pe, "PROTO", [pe.HTTP, pe.GRPC, pe.MQTT, pe.TCP]), c(pe, "CODEC", [pe.JSON, pe.PROTOBUF, pe.XML, pe.THRIFT, pe.YAML]);
|
|
8396
8399
|
let gn = pe;
|
|
8397
|
-
class
|
|
8400
|
+
class pl {
|
|
8398
8401
|
constructor(e, t) {
|
|
8399
8402
|
c(this, "inspector");
|
|
8400
8403
|
c(this, "reference");
|
|
8401
8404
|
c(this, "service");
|
|
8402
|
-
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 = gn.ofProto(t.flag.proto).name, this.reference.codec = gn.ofCodec(t.flag.codec).name, this.reference.flags = 0, this.reference.timeout = parseInt(Xo.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 wt(), this.inspector = new
|
|
8405
|
+
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 = gn.ofProto(t.flag.proto).name, this.reference.codec = gn.ofCodec(t.flag.codec).name, this.reference.flags = 0, this.reference.timeout = parseInt(Xo.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 wt(), this.inspector = new fl(t);
|
|
8403
8406
|
}
|
|
8404
8407
|
inflect(e) {
|
|
8405
8408
|
return new vf();
|
|
@@ -8420,7 +8423,7 @@ class ul {
|
|
|
8420
8423
|
return this.reference;
|
|
8421
8424
|
}
|
|
8422
8425
|
}
|
|
8423
|
-
class
|
|
8426
|
+
class fl {
|
|
8424
8427
|
constructor(e) {
|
|
8425
8428
|
c(this, "urn");
|
|
8426
8429
|
this.urn = e;
|
|
@@ -8507,20 +8510,20 @@ class jf extends Map {
|
|
|
8507
8510
|
Object.assign(this, { message: e });
|
|
8508
8511
|
}
|
|
8509
8512
|
}
|
|
8510
|
-
var
|
|
8513
|
+
var dl = function(r, e, t, n) {
|
|
8511
8514
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
8512
8515
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
8513
8516
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
8514
8517
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
8515
8518
|
};
|
|
8516
|
-
const
|
|
8517
|
-
let
|
|
8519
|
+
const ll = "PROVIDER", ms = "CONSUMER";
|
|
8520
|
+
let li = class {
|
|
8518
8521
|
};
|
|
8519
|
-
|
|
8522
|
+
li = dl([
|
|
8520
8523
|
k("*")
|
|
8521
|
-
],
|
|
8524
|
+
], li);
|
|
8522
8525
|
function nd(r, e) {
|
|
8523
|
-
const t = ze.load(
|
|
8526
|
+
const t = ze.load(li).list().filter((n) => {
|
|
8524
8527
|
const o = Se.metadata(Yt, n == null ? void 0 : n.constructor, n == null ? void 0 : n.constructor);
|
|
8525
8528
|
return !o || o.pattern == "" || (o == null ? void 0 : o.pattern) == e;
|
|
8526
8529
|
}).sort((n, o) => {
|
|
@@ -8528,9 +8531,9 @@ function nd(r, e) {
|
|
|
8528
8531
|
const i = ((a = Se.metadata(Yt, n == null ? void 0 : n.constructor, n == null ? void 0 : n.constructor)) == null ? void 0 : a.priority) || 0, s = ((S = Se.metadata(Yt, o == null ? void 0 : o.constructor, o == null ? void 0 : o.constructor)) == null ? void 0 : S.priority) || 0;
|
|
8529
8532
|
return i == s ? 0 : i < s ? -1 : 1;
|
|
8530
8533
|
});
|
|
8531
|
-
return
|
|
8534
|
+
return yl(r, t);
|
|
8532
8535
|
}
|
|
8533
|
-
function
|
|
8536
|
+
function yl(r, e) {
|
|
8534
8537
|
let t = r;
|
|
8535
8538
|
for (let n = e.length - 1; n >= 0; n--) {
|
|
8536
8539
|
let o = e[n], i = t;
|
|
@@ -8542,13 +8545,13 @@ function ll(r, e) {
|
|
|
8542
8545
|
}
|
|
8543
8546
|
return t;
|
|
8544
8547
|
}
|
|
8545
|
-
var
|
|
8548
|
+
var ml = function(r, e, t, n) {
|
|
8546
8549
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
8547
8550
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
8548
8551
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
8549
8552
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
8550
8553
|
};
|
|
8551
|
-
class
|
|
8554
|
+
class hl {
|
|
8552
8555
|
constructor() {
|
|
8553
8556
|
c(this, "beforeHooks", new ee());
|
|
8554
8557
|
c(this, "successHooks", new ee());
|
|
@@ -8556,10 +8559,10 @@ class ml {
|
|
|
8556
8559
|
}
|
|
8557
8560
|
}
|
|
8558
8561
|
const Sr = () => {
|
|
8559
|
-
const r =
|
|
8560
|
-
return r.Mesh
|
|
8562
|
+
const r = ri();
|
|
8563
|
+
return r.Mesh ?? (r.Mesh = new hl()), r.Mesh;
|
|
8561
8564
|
};
|
|
8562
|
-
class
|
|
8565
|
+
class gl {
|
|
8563
8566
|
onBefore(e, t) {
|
|
8564
8567
|
Sr().beforeHooks.set(e, t);
|
|
8565
8568
|
}
|
|
@@ -8579,22 +8582,22 @@ class hl {
|
|
|
8579
8582
|
return Sr().failureHooks;
|
|
8580
8583
|
}
|
|
8581
8584
|
}
|
|
8582
|
-
const
|
|
8583
|
-
let Pf = class extends
|
|
8585
|
+
const qi = new gl();
|
|
8586
|
+
let Pf = class extends li {
|
|
8584
8587
|
async invoke(e, t, n) {
|
|
8585
8588
|
try {
|
|
8586
|
-
|
|
8589
|
+
qi.before().forEach((i, s) => i(e, n));
|
|
8587
8590
|
const o = await t.run(e, n);
|
|
8588
|
-
return
|
|
8591
|
+
return qi.success().forEach((i, s) => i(e, n, o)), o;
|
|
8589
8592
|
} catch (o) {
|
|
8590
|
-
throw
|
|
8593
|
+
throw Vd(o) ? qi.failure().forEach((i, s) => i(e, n, o)) : qi.failure().forEach((i, s) => i(e, n, h.SYSTEM_ERROR)), o;
|
|
8591
8594
|
}
|
|
8592
8595
|
}
|
|
8593
8596
|
};
|
|
8594
|
-
Pf =
|
|
8597
|
+
Pf = ml([
|
|
8595
8598
|
k("hook", ms)
|
|
8596
8599
|
], Pf);
|
|
8597
|
-
class
|
|
8600
|
+
class bl {
|
|
8598
8601
|
constructor(e, t, n, o) {
|
|
8599
8602
|
c(this, "proxy");
|
|
8600
8603
|
c(this, "inspector");
|
|
@@ -8721,7 +8724,7 @@ class ir {
|
|
|
8721
8724
|
return n.slice(0, n.length - 1).join("");
|
|
8722
8725
|
}
|
|
8723
8726
|
}
|
|
8724
|
-
class
|
|
8727
|
+
class _l {
|
|
8725
8728
|
constructor(e) {
|
|
8726
8729
|
c(this, "macro");
|
|
8727
8730
|
c(this, "invoker");
|
|
@@ -8742,7 +8745,7 @@ class bl {
|
|
|
8742
8745
|
s.rewriteURN(S), s.setAttribute(dn.REMOTE, this.rewriteAddress(S));
|
|
8743
8746
|
const R = a.inflect(s);
|
|
8744
8747
|
R.setArguments(n), R.setAttachments(/* @__PURE__ */ new Map());
|
|
8745
|
-
const b = new
|
|
8748
|
+
const b = new bl(this, t, R, a);
|
|
8746
8749
|
s.setAttribute(dn.INVOCATION, b), o(await this.invoker.run(s, b));
|
|
8747
8750
|
} catch (s) {
|
|
8748
8751
|
i(zi(s));
|
|
@@ -8792,7 +8795,7 @@ class bl {
|
|
|
8792
8795
|
return oe.MESH_ADDRESS.get().any();
|
|
8793
8796
|
}
|
|
8794
8797
|
}
|
|
8795
|
-
var
|
|
8798
|
+
var Ol = function(r, e, t, n) {
|
|
8796
8799
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
8797
8800
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
8798
8801
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -8806,13 +8809,13 @@ let ae = Ko = class extends Vo {
|
|
|
8806
8809
|
return this.doProxy(e, w(""));
|
|
8807
8810
|
}
|
|
8808
8811
|
static doProxy(e, t) {
|
|
8809
|
-
return Qi.newProxyInstance(e, new
|
|
8812
|
+
return Qi.newProxyInstance(e, new _l(t));
|
|
8810
8813
|
}
|
|
8811
8814
|
};
|
|
8812
|
-
ae = Ko =
|
|
8815
|
+
ae = Ko = Ol([
|
|
8813
8816
|
k("mesh")
|
|
8814
8817
|
], ae);
|
|
8815
|
-
class
|
|
8818
|
+
class Rl {
|
|
8816
8819
|
constructor(e) {
|
|
8817
8820
|
c(this, "service");
|
|
8818
8821
|
this.service = e;
|
|
@@ -8832,22 +8835,22 @@ class Ol {
|
|
|
8832
8835
|
});
|
|
8833
8836
|
}
|
|
8834
8837
|
}
|
|
8835
|
-
class
|
|
8838
|
+
class Sl {
|
|
8836
8839
|
constructor(e) {
|
|
8837
8840
|
c(this, "invoker");
|
|
8838
|
-
this.invoker = nd(new
|
|
8841
|
+
this.invoker = nd(new Rl(e), ll);
|
|
8839
8842
|
}
|
|
8840
8843
|
run(e, t) {
|
|
8841
8844
|
return this.invoker.run(e, t);
|
|
8842
8845
|
}
|
|
8843
8846
|
}
|
|
8844
|
-
var
|
|
8847
|
+
var wl = function(r, e, t, n) {
|
|
8845
8848
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
8846
8849
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
8847
8850
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
8848
8851
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
8849
8852
|
};
|
|
8850
|
-
let
|
|
8853
|
+
let vl = class {
|
|
8851
8854
|
constructor(e, t, n) {
|
|
8852
8855
|
c(this, "making");
|
|
8853
8856
|
c(this, "kind");
|
|
@@ -8855,7 +8858,7 @@ let wl = class {
|
|
|
8855
8858
|
this.making = e, this.kind = t, this.service = n;
|
|
8856
8859
|
}
|
|
8857
8860
|
};
|
|
8858
|
-
class
|
|
8861
|
+
class jl {
|
|
8859
8862
|
constructor(e, t) {
|
|
8860
8863
|
c(this, "metadata");
|
|
8861
8864
|
c(this, "reference");
|
|
@@ -8863,7 +8866,7 @@ class vl {
|
|
|
8863
8866
|
this.metadata = e, this.reference = t, this.proxy = ae.doProxy(t, e);
|
|
8864
8867
|
}
|
|
8865
8868
|
}
|
|
8866
|
-
class
|
|
8869
|
+
class Pl {
|
|
8867
8870
|
constructor(e, t, n, o, i) {
|
|
8868
8871
|
c(this, "urn");
|
|
8869
8872
|
c(this, "kind");
|
|
@@ -8874,7 +8877,7 @@ class jl {
|
|
|
8874
8877
|
c(this, "invoker");
|
|
8875
8878
|
c(this, "__intype");
|
|
8876
8879
|
c(this, "__retype");
|
|
8877
|
-
this.urn = e, this.kind = t, this.method = n, this.target = o, this.resource = i, this.inspector = n, this.invoker = new
|
|
8880
|
+
this.urn = e, this.kind = t, this.method = n, this.target = o, this.resource = i, this.inspector = n, this.invoker = new Sl(o), this.__intype = ze.load(di).getDefault().intype(n), this.__retype = ze.load(di).getDefault().retype(n);
|
|
8878
8881
|
}
|
|
8879
8882
|
inflect(e) {
|
|
8880
8883
|
return new this.__intype();
|
|
@@ -8908,7 +8911,7 @@ let Ef = class extends co {
|
|
|
8908
8911
|
return this.makeConsumer(t, n, o).proxy;
|
|
8909
8912
|
}
|
|
8910
8913
|
store(t, n, o) {
|
|
8911
|
-
this.providers.set(n, new
|
|
8914
|
+
this.providers.set(n, new vl(!1, n, o));
|
|
8912
8915
|
}
|
|
8913
8916
|
infer(t, n) {
|
|
8914
8917
|
const o = Mn.from(n), i = this.makeServiceExecution(this.getEnviron(t)), s = i == null ? void 0 : i.get(o.name);
|
|
@@ -8917,13 +8920,13 @@ let Ef = class extends co {
|
|
|
8917
8920
|
for (let a of i.entries())
|
|
8918
8921
|
if (o.matchName(a[0]))
|
|
8919
8922
|
return a[1];
|
|
8920
|
-
return new
|
|
8923
|
+
return new pl(t, o);
|
|
8921
8924
|
}
|
|
8922
8925
|
refer(t, n, o, i) {
|
|
8923
8926
|
const s = this.makeConsumer(t, n, o), a = this.getEnviron(t), S = this.indies.computeIfy(o, (R) => new ee()).computeIfy(n, (R) => {
|
|
8924
8927
|
const b = new ee();
|
|
8925
8928
|
return this.getMethods(t, o).forEach((P, U) => P.forEach((x) => {
|
|
8926
|
-
const j = this.makeMethodAsReference(a, n, U, x), N = new
|
|
8929
|
+
const j = this.makeMethodAsReference(a, n, U, x), N = new Pl(j.urn, o, x, s.proxy, j);
|
|
8927
8930
|
this.references.set(j.urn, N), b.set(x, N);
|
|
8928
8931
|
})), b;
|
|
8929
8932
|
}).get(i);
|
|
@@ -8944,7 +8947,7 @@ let Ef = class extends co {
|
|
|
8944
8947
|
return n;
|
|
8945
8948
|
}
|
|
8946
8949
|
makeConsumer(t, n, o) {
|
|
8947
|
-
return this.consumers.computeIfy(o, (i) => new ee()).computeIfy(n, (i) => new
|
|
8950
|
+
return this.consumers.computeIfy(o, (i) => new ee()).computeIfy(n, (i) => new jl(n, o));
|
|
8948
8951
|
}
|
|
8949
8952
|
makeMethodAsReference(t, n, o, i) {
|
|
8950
8953
|
var a, S, R, b, P, U, x, j, N, T, L, H, J;
|
|
@@ -8973,17 +8976,17 @@ let Ef = class extends co {
|
|
|
8973
8976
|
return this.services;
|
|
8974
8977
|
}
|
|
8975
8978
|
};
|
|
8976
|
-
Ef =
|
|
8979
|
+
Ef = wl([
|
|
8977
8980
|
k("mesh")
|
|
8978
8981
|
], Ef);
|
|
8979
|
-
var
|
|
8982
|
+
var El = function(r, e, t, n) {
|
|
8980
8983
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
8981
8984
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
8982
8985
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
8983
8986
|
return o > 3 && i && Object.defineProperty(e, t, i), i;
|
|
8984
8987
|
};
|
|
8985
8988
|
const rd = "mock";
|
|
8986
|
-
let xf = class extends
|
|
8989
|
+
let xf = class extends li {
|
|
8987
8990
|
async invoke(e, t, n) {
|
|
8988
8991
|
if (!Jo.Mock.matches(e.getRunMode()) && !Go.Mock.enable())
|
|
8989
8992
|
return await t.run(e, n);
|
|
@@ -8994,10 +8997,10 @@ let xf = class extends di {
|
|
|
8994
8997
|
return !i || typeof i != "function" ? await t.run(e, n) : await i(n.getArguments(e));
|
|
8995
8998
|
}
|
|
8996
8999
|
};
|
|
8997
|
-
xf =
|
|
9000
|
+
xf = El([
|
|
8998
9001
|
k(rd, ms)
|
|
8999
9002
|
], xf);
|
|
9000
|
-
var
|
|
9003
|
+
var xl = function(r, e, t, n) {
|
|
9001
9004
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
9002
9005
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
9003
9006
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -9005,10 +9008,10 @@ var El = function(r, e, t, n) {
|
|
|
9005
9008
|
};
|
|
9006
9009
|
let Yo = class {
|
|
9007
9010
|
};
|
|
9008
|
-
Yo =
|
|
9011
|
+
Yo = xl([
|
|
9009
9012
|
k(ut.GRPC)
|
|
9010
9013
|
], Yo);
|
|
9011
|
-
var
|
|
9014
|
+
var Tl = function(r, e, t, n) {
|
|
9012
9015
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
9013
9016
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
9014
9017
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -9023,10 +9026,10 @@ let Tf = class extends ut {
|
|
|
9023
9026
|
return Promise.reject(h.URN_NOT_PERMIT);
|
|
9024
9027
|
}
|
|
9025
9028
|
};
|
|
9026
|
-
Tf =
|
|
9029
|
+
Tf = Tl([
|
|
9027
9030
|
k(ut.GRPC)
|
|
9028
9031
|
], Tf);
|
|
9029
|
-
var
|
|
9032
|
+
var Nl = function(r, e, t, n) {
|
|
9030
9033
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
9031
9034
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
9032
9035
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -9038,7 +9041,7 @@ let Nf = class extends Yo {
|
|
|
9038
9041
|
close() {
|
|
9039
9042
|
}
|
|
9040
9043
|
};
|
|
9041
|
-
Nf =
|
|
9044
|
+
Nf = Nl([
|
|
9042
9045
|
k(ut.GRPC)
|
|
9043
9046
|
], Nf);
|
|
9044
9047
|
function id(r, e) {
|
|
@@ -9046,29 +9049,29 @@ function id(r, e) {
|
|
|
9046
9049
|
return r.apply(e, arguments);
|
|
9047
9050
|
};
|
|
9048
9051
|
}
|
|
9049
|
-
const { toString:
|
|
9050
|
-
const t =
|
|
9052
|
+
const { toString: Al } = Object.prototype, { getPrototypeOf: hs } = Object, { iterator: jo, toStringTag: od } = Symbol, Po = /* @__PURE__ */ ((r) => (e) => {
|
|
9053
|
+
const t = Al.call(e);
|
|
9051
9054
|
return r[t] || (r[t] = t.slice(8, -1).toLowerCase());
|
|
9052
|
-
})(/* @__PURE__ */ Object.create(null)), Jt = (r) => (r = r.toLowerCase(), (e) => Po(e) === r), Eo = (r) => (e) => typeof e === r, { isArray: Vr } = Array,
|
|
9053
|
-
function
|
|
9054
|
-
return r !== null && !
|
|
9055
|
+
})(/* @__PURE__ */ Object.create(null)), Jt = (r) => (r = r.toLowerCase(), (e) => Po(e) === r), Eo = (r) => (e) => typeof e === r, { isArray: Vr } = Array, yi = Eo("undefined");
|
|
9056
|
+
function Il(r) {
|
|
9057
|
+
return r !== null && !yi(r) && r.constructor !== null && !yi(r.constructor) && yt(r.constructor.isBuffer) && r.constructor.isBuffer(r);
|
|
9055
9058
|
}
|
|
9056
9059
|
const sd = Jt("ArrayBuffer");
|
|
9057
|
-
function
|
|
9060
|
+
function Ml(r) {
|
|
9058
9061
|
let e;
|
|
9059
9062
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(r) : e = r && r.buffer && sd(r.buffer), e;
|
|
9060
9063
|
}
|
|
9061
|
-
const
|
|
9064
|
+
const Ul = Eo("string"), yt = Eo("function"), cd = Eo("number"), xo = (r) => r !== null && typeof r == "object", $l = (r) => r === !0 || r === !1, Ji = (r) => {
|
|
9062
9065
|
if (Po(r) !== "object")
|
|
9063
9066
|
return !1;
|
|
9064
9067
|
const e = hs(r);
|
|
9065
9068
|
return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(od in r) && !(jo in r);
|
|
9066
|
-
},
|
|
9069
|
+
}, Fl = Jt("Date"), Cl = Jt("File"), Bl = Jt("Blob"), Dl = Jt("FileList"), kl = (r) => xo(r) && yt(r.pipe), Ll = (r) => {
|
|
9067
9070
|
let e;
|
|
9068
9071
|
return r && (typeof FormData == "function" && r instanceof FormData || yt(r.append) && ((e = Po(r)) === "formdata" || // detect form-data instance
|
|
9069
9072
|
e === "object" && yt(r.toString) && r.toString() === "[object FormData]"));
|
|
9070
|
-
},
|
|
9071
|
-
function
|
|
9073
|
+
}, Hl = Jt("URLSearchParams"), [ql, zl, Gl, Vl] = ["ReadableStream", "Request", "Response", "Headers"].map(Jt), Wl = (r) => r.trim ? r.trim() : r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
9074
|
+
function Ti(r, e, { allOwnKeys: t = !1 } = {}) {
|
|
9072
9075
|
if (r === null || typeof r > "u")
|
|
9073
9076
|
return;
|
|
9074
9077
|
let n, o;
|
|
@@ -9091,23 +9094,23 @@ function ad(r, e) {
|
|
|
9091
9094
|
return o;
|
|
9092
9095
|
return null;
|
|
9093
9096
|
}
|
|
9094
|
-
const Qn = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ud = (r) => !
|
|
9097
|
+
const Qn = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ud = (r) => !yi(r) && r !== Qn;
|
|
9095
9098
|
function Qo() {
|
|
9096
9099
|
const { caseless: r } = ud(this) && this || {}, e = {}, t = (n, o) => {
|
|
9097
9100
|
const i = r && ad(e, o) || o;
|
|
9098
9101
|
Ji(e[i]) && Ji(n) ? e[i] = Qo(e[i], n) : Ji(n) ? e[i] = Qo({}, n) : Vr(n) ? e[i] = n.slice() : e[i] = n;
|
|
9099
9102
|
};
|
|
9100
9103
|
for (let n = 0, o = arguments.length; n < o; n++)
|
|
9101
|
-
arguments[n] &&
|
|
9104
|
+
arguments[n] && Ti(arguments[n], t);
|
|
9102
9105
|
return e;
|
|
9103
9106
|
}
|
|
9104
|
-
const
|
|
9107
|
+
const Jl = (r, e, t, { allOwnKeys: n } = {}) => (Ti(e, (o, i) => {
|
|
9105
9108
|
t && yt(o) ? r[i] = id(o, t) : r[i] = o;
|
|
9106
|
-
}, { allOwnKeys: n }), r),
|
|
9109
|
+
}, { allOwnKeys: n }), r), Xl = (r) => (r.charCodeAt(0) === 65279 && (r = r.slice(1)), r), Kl = (r, e, t, n) => {
|
|
9107
9110
|
r.prototype = Object.create(e.prototype, n), r.prototype.constructor = r, Object.defineProperty(r, "super", {
|
|
9108
9111
|
value: e.prototype
|
|
9109
9112
|
}), t && Object.assign(r.prototype, t);
|
|
9110
|
-
},
|
|
9113
|
+
}, Yl = (r, e, t, n) => {
|
|
9111
9114
|
let o, i, s;
|
|
9112
9115
|
const a = {};
|
|
9113
9116
|
if (e = e || {}, r == null) return e;
|
|
@@ -9117,11 +9120,11 @@ const Wl = (r, e, t, { allOwnKeys: n } = {}) => (xi(e, (o, i) => {
|
|
|
9117
9120
|
r = t !== !1 && hs(r);
|
|
9118
9121
|
} while (r && (!t || t(r, e)) && r !== Object.prototype);
|
|
9119
9122
|
return e;
|
|
9120
|
-
},
|
|
9123
|
+
}, Ql = (r, e, t) => {
|
|
9121
9124
|
r = String(r), (t === void 0 || t > r.length) && (t = r.length), t -= e.length;
|
|
9122
9125
|
const n = r.indexOf(e, t);
|
|
9123
9126
|
return n !== -1 && n === t;
|
|
9124
|
-
},
|
|
9127
|
+
}, Zl = (r) => {
|
|
9125
9128
|
if (!r) return null;
|
|
9126
9129
|
if (Vr(r)) return r;
|
|
9127
9130
|
let e = r.length;
|
|
@@ -9130,31 +9133,31 @@ const Wl = (r, e, t, { allOwnKeys: n } = {}) => (xi(e, (o, i) => {
|
|
|
9130
9133
|
for (; e-- > 0; )
|
|
9131
9134
|
t[e] = r[e];
|
|
9132
9135
|
return t;
|
|
9133
|
-
},
|
|
9136
|
+
}, ey = /* @__PURE__ */ ((r) => (e) => r && e instanceof r)(typeof Uint8Array < "u" && hs(Uint8Array)), ty = (r, e) => {
|
|
9134
9137
|
const n = (r && r[jo]).call(r);
|
|
9135
9138
|
let o;
|
|
9136
9139
|
for (; (o = n.next()) && !o.done; ) {
|
|
9137
9140
|
const i = o.value;
|
|
9138
9141
|
e.call(r, i[0], i[1]);
|
|
9139
9142
|
}
|
|
9140
|
-
},
|
|
9143
|
+
}, ny = (r, e) => {
|
|
9141
9144
|
let t;
|
|
9142
9145
|
const n = [];
|
|
9143
9146
|
for (; (t = r.exec(e)) !== null; )
|
|
9144
9147
|
n.push(t);
|
|
9145
9148
|
return n;
|
|
9146
|
-
},
|
|
9149
|
+
}, ry = Jt("HTMLFormElement"), iy = (r) => r.toLowerCase().replace(
|
|
9147
9150
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
9148
9151
|
function(t, n, o) {
|
|
9149
9152
|
return n.toUpperCase() + o;
|
|
9150
9153
|
}
|
|
9151
|
-
), Af = (({ hasOwnProperty: r }) => (e, t) => r.call(e, t))(Object.prototype),
|
|
9154
|
+
), Af = (({ hasOwnProperty: r }) => (e, t) => r.call(e, t))(Object.prototype), oy = Jt("RegExp"), pd = (r, e) => {
|
|
9152
9155
|
const t = Object.getOwnPropertyDescriptors(r), n = {};
|
|
9153
|
-
|
|
9156
|
+
Ti(t, (o, i) => {
|
|
9154
9157
|
let s;
|
|
9155
9158
|
(s = e(o, i, r)) !== !1 && (n[i] = s || o);
|
|
9156
9159
|
}), Object.defineProperties(r, n);
|
|
9157
|
-
},
|
|
9160
|
+
}, sy = (r) => {
|
|
9158
9161
|
pd(r, (e, t) => {
|
|
9159
9162
|
if (yt(r) && ["arguments", "caller", "callee"].indexOf(t) !== -1)
|
|
9160
9163
|
return !1;
|
|
@@ -9169,19 +9172,19 @@ const Wl = (r, e, t, { allOwnKeys: n } = {}) => (xi(e, (o, i) => {
|
|
|
9169
9172
|
});
|
|
9170
9173
|
}
|
|
9171
9174
|
});
|
|
9172
|
-
},
|
|
9175
|
+
}, cy = (r, e) => {
|
|
9173
9176
|
const t = {}, n = (o) => {
|
|
9174
9177
|
o.forEach((i) => {
|
|
9175
9178
|
t[i] = !0;
|
|
9176
9179
|
});
|
|
9177
9180
|
};
|
|
9178
9181
|
return Vr(r) ? n(r) : n(String(r).split(e)), t;
|
|
9179
|
-
},
|
|
9180
|
-
},
|
|
9181
|
-
function
|
|
9182
|
+
}, ay = () => {
|
|
9183
|
+
}, uy = (r, e) => r != null && Number.isFinite(r = +r) ? r : e;
|
|
9184
|
+
function py(r) {
|
|
9182
9185
|
return !!(r && yt(r.append) && r[od] === "FormData" && r[jo]);
|
|
9183
9186
|
}
|
|
9184
|
-
const
|
|
9187
|
+
const fy = (r) => {
|
|
9185
9188
|
const e = new Array(10), t = (n, o) => {
|
|
9186
9189
|
if (xo(n)) {
|
|
9187
9190
|
if (e.indexOf(n) >= 0)
|
|
@@ -9189,80 +9192,80 @@ const py = (r) => {
|
|
|
9189
9192
|
if (!("toJSON" in n)) {
|
|
9190
9193
|
e[o] = n;
|
|
9191
9194
|
const i = Vr(n) ? [] : {};
|
|
9192
|
-
return
|
|
9195
|
+
return Ti(n, (s, a) => {
|
|
9193
9196
|
const S = t(s, o + 1);
|
|
9194
|
-
!
|
|
9197
|
+
!yi(S) && (i[a] = S);
|
|
9195
9198
|
}), e[o] = void 0, i;
|
|
9196
9199
|
}
|
|
9197
9200
|
}
|
|
9198
9201
|
return n;
|
|
9199
9202
|
};
|
|
9200
9203
|
return t(r, 0);
|
|
9201
|
-
},
|
|
9204
|
+
}, dy = Jt("AsyncFunction"), ly = (r) => r && (xo(r) || yt(r)) && yt(r.then) && yt(r.catch), fd = ((r, e) => r ? setImmediate : e ? ((t, n) => (Qn.addEventListener("message", ({ source: o, data: i }) => {
|
|
9202
9205
|
o === Qn && i === t && n.length && n.shift()();
|
|
9203
9206
|
}, !1), (o) => {
|
|
9204
9207
|
n.push(o), Qn.postMessage(t, "*");
|
|
9205
9208
|
}))(`axios@${Math.random()}`, []) : (t) => setTimeout(t))(
|
|
9206
9209
|
typeof setImmediate == "function",
|
|
9207
9210
|
yt(Qn.postMessage)
|
|
9208
|
-
),
|
|
9211
|
+
), yy = typeof queueMicrotask < "u" ? queueMicrotask.bind(Qn) : typeof process < "u" && process.nextTick || fd, my = (r) => r != null && yt(r[jo]), v = {
|
|
9209
9212
|
isArray: Vr,
|
|
9210
9213
|
isArrayBuffer: sd,
|
|
9211
|
-
isBuffer:
|
|
9212
|
-
isFormData:
|
|
9213
|
-
isArrayBufferView:
|
|
9214
|
-
isString:
|
|
9214
|
+
isBuffer: Il,
|
|
9215
|
+
isFormData: Ll,
|
|
9216
|
+
isArrayBufferView: Ml,
|
|
9217
|
+
isString: Ul,
|
|
9215
9218
|
isNumber: cd,
|
|
9216
|
-
isBoolean:
|
|
9219
|
+
isBoolean: $l,
|
|
9217
9220
|
isObject: xo,
|
|
9218
9221
|
isPlainObject: Ji,
|
|
9219
|
-
isReadableStream:
|
|
9220
|
-
isRequest:
|
|
9221
|
-
isResponse:
|
|
9222
|
-
isHeaders:
|
|
9223
|
-
isUndefined:
|
|
9224
|
-
isDate:
|
|
9225
|
-
isFile:
|
|
9226
|
-
isBlob:
|
|
9227
|
-
isRegExp:
|
|
9222
|
+
isReadableStream: ql,
|
|
9223
|
+
isRequest: zl,
|
|
9224
|
+
isResponse: Gl,
|
|
9225
|
+
isHeaders: Vl,
|
|
9226
|
+
isUndefined: yi,
|
|
9227
|
+
isDate: Fl,
|
|
9228
|
+
isFile: Cl,
|
|
9229
|
+
isBlob: Bl,
|
|
9230
|
+
isRegExp: oy,
|
|
9228
9231
|
isFunction: yt,
|
|
9229
|
-
isStream:
|
|
9230
|
-
isURLSearchParams:
|
|
9231
|
-
isTypedArray:
|
|
9232
|
-
isFileList:
|
|
9233
|
-
forEach:
|
|
9232
|
+
isStream: kl,
|
|
9233
|
+
isURLSearchParams: Hl,
|
|
9234
|
+
isTypedArray: ey,
|
|
9235
|
+
isFileList: Dl,
|
|
9236
|
+
forEach: Ti,
|
|
9234
9237
|
merge: Qo,
|
|
9235
|
-
extend:
|
|
9236
|
-
trim:
|
|
9237
|
-
stripBOM:
|
|
9238
|
-
inherits:
|
|
9239
|
-
toFlatObject:
|
|
9238
|
+
extend: Jl,
|
|
9239
|
+
trim: Wl,
|
|
9240
|
+
stripBOM: Xl,
|
|
9241
|
+
inherits: Kl,
|
|
9242
|
+
toFlatObject: Yl,
|
|
9240
9243
|
kindOf: Po,
|
|
9241
9244
|
kindOfTest: Jt,
|
|
9242
|
-
endsWith:
|
|
9243
|
-
toArray:
|
|
9244
|
-
forEachEntry:
|
|
9245
|
-
matchAll:
|
|
9246
|
-
isHTMLForm:
|
|
9245
|
+
endsWith: Ql,
|
|
9246
|
+
toArray: Zl,
|
|
9247
|
+
forEachEntry: ty,
|
|
9248
|
+
matchAll: ny,
|
|
9249
|
+
isHTMLForm: ry,
|
|
9247
9250
|
hasOwnProperty: Af,
|
|
9248
9251
|
hasOwnProp: Af,
|
|
9249
9252
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
9250
9253
|
reduceDescriptors: pd,
|
|
9251
|
-
freezeMethods:
|
|
9252
|
-
toObjectSet:
|
|
9253
|
-
toCamelCase:
|
|
9254
|
-
noop:
|
|
9255
|
-
toFiniteNumber:
|
|
9254
|
+
freezeMethods: sy,
|
|
9255
|
+
toObjectSet: cy,
|
|
9256
|
+
toCamelCase: iy,
|
|
9257
|
+
noop: ay,
|
|
9258
|
+
toFiniteNumber: uy,
|
|
9256
9259
|
findKey: ad,
|
|
9257
9260
|
global: Qn,
|
|
9258
9261
|
isContextDefined: ud,
|
|
9259
|
-
isSpecCompliantForm:
|
|
9260
|
-
toJSONObject:
|
|
9261
|
-
isAsyncFn:
|
|
9262
|
-
isThenable:
|
|
9262
|
+
isSpecCompliantForm: py,
|
|
9263
|
+
toJSONObject: fy,
|
|
9264
|
+
isAsyncFn: dy,
|
|
9265
|
+
isThenable: ly,
|
|
9263
9266
|
setImmediate: fd,
|
|
9264
|
-
asap:
|
|
9265
|
-
isIterable:
|
|
9267
|
+
asap: yy,
|
|
9268
|
+
isIterable: my
|
|
9266
9269
|
};
|
|
9267
9270
|
function V(r, e, t, n, o) {
|
|
9268
9271
|
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);
|
|
@@ -9314,7 +9317,7 @@ V.from = (r, e, t, n, o, i) => {
|
|
|
9314
9317
|
return S !== Error.prototype;
|
|
9315
9318
|
}, (a) => a !== "isAxiosError"), V.call(s, r.message, e, t, n, o), s.cause = r, s.name = r.name, i && Object.assign(s, i), s;
|
|
9316
9319
|
};
|
|
9317
|
-
const
|
|
9320
|
+
const hy = null;
|
|
9318
9321
|
function Zo(r) {
|
|
9319
9322
|
return v.isPlainObject(r) || v.isArray(r);
|
|
9320
9323
|
}
|
|
@@ -9326,10 +9329,10 @@ function If(r, e, t) {
|
|
|
9326
9329
|
return o = yd(o), !t && i ? "[" + o + "]" : o;
|
|
9327
9330
|
}).join(t ? "." : "") : e;
|
|
9328
9331
|
}
|
|
9329
|
-
function
|
|
9332
|
+
function gy(r) {
|
|
9330
9333
|
return v.isArray(r) && !r.some(Zo);
|
|
9331
9334
|
}
|
|
9332
|
-
const
|
|
9335
|
+
const by = v.toFlatObject(v, {}, null, function(e) {
|
|
9333
9336
|
return /^is[A-Z]/.test(e);
|
|
9334
9337
|
});
|
|
9335
9338
|
function To(r, e, t) {
|
|
@@ -9358,7 +9361,7 @@ function To(r, e, t) {
|
|
|
9358
9361
|
if (j && !T && typeof j == "object") {
|
|
9359
9362
|
if (v.endsWith(N, "{}"))
|
|
9360
9363
|
N = n ? N : N.slice(0, -2), j = JSON.stringify(j);
|
|
9361
|
-
else if (v.isArray(j) &&
|
|
9364
|
+
else if (v.isArray(j) && gy(j) || (v.isFileList(j) || v.endsWith(N, "[]")) && (L = v.toArray(j)))
|
|
9362
9365
|
return N = yd(N), L.forEach(function(J, Ce) {
|
|
9363
9366
|
!(v.isUndefined(J) || J === null) && e.append(
|
|
9364
9367
|
// eslint-disable-next-line no-nested-ternary
|
|
@@ -9369,7 +9372,7 @@ function To(r, e, t) {
|
|
|
9369
9372
|
}
|
|
9370
9373
|
return Zo(j) ? !0 : (e.append(If(T, N, i), R(j)), !1);
|
|
9371
9374
|
}
|
|
9372
|
-
const P = [], U = Object.assign(
|
|
9375
|
+
const P = [], U = Object.assign(by, {
|
|
9373
9376
|
defaultVisitor: b,
|
|
9374
9377
|
convertValue: R,
|
|
9375
9378
|
isVisitable: Zo
|
|
@@ -9422,13 +9425,13 @@ md.toString = function(e) {
|
|
|
9422
9425
|
return t(o[0]) + "=" + t(o[1]);
|
|
9423
9426
|
}, "").join("&");
|
|
9424
9427
|
};
|
|
9425
|
-
function
|
|
9428
|
+
function _y(r) {
|
|
9426
9429
|
return encodeURIComponent(r).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
9427
9430
|
}
|
|
9428
9431
|
function hd(r, e, t) {
|
|
9429
9432
|
if (!e)
|
|
9430
9433
|
return r;
|
|
9431
|
-
const n = t && t.encode ||
|
|
9434
|
+
const n = t && t.encode || _y;
|
|
9432
9435
|
v.isFunction(t) && (t = {
|
|
9433
9436
|
serialize: t
|
|
9434
9437
|
});
|
|
@@ -9498,37 +9501,37 @@ const gd = {
|
|
|
9498
9501
|
silentJSONParsing: !0,
|
|
9499
9502
|
forcedJSONParsing: !0,
|
|
9500
9503
|
clarifyTimeoutError: !1
|
|
9501
|
-
},
|
|
9504
|
+
}, Oy = typeof URLSearchParams < "u" ? URLSearchParams : gs, Ry = typeof FormData < "u" ? FormData : null, Sy = typeof Blob < "u" ? Blob : null, wy = {
|
|
9502
9505
|
isBrowser: !0,
|
|
9503
9506
|
classes: {
|
|
9504
|
-
URLSearchParams:
|
|
9505
|
-
FormData:
|
|
9506
|
-
Blob:
|
|
9507
|
+
URLSearchParams: Oy,
|
|
9508
|
+
FormData: Ry,
|
|
9509
|
+
Blob: Sy
|
|
9507
9510
|
},
|
|
9508
9511
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
9509
|
-
}, bs = typeof window < "u" && typeof document < "u", es = typeof navigator == "object" && navigator || void 0,
|
|
9510
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
9512
|
+
}, bs = typeof window < "u" && typeof document < "u", es = typeof navigator == "object" && navigator || void 0, vy = bs && (!es || ["ReactNative", "NativeScript", "NS"].indexOf(es.product) < 0), jy = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
9513
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Py = bs && window.location.href || "http://localhost", Ey = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9511
9514
|
__proto__: null,
|
|
9512
9515
|
hasBrowserEnv: bs,
|
|
9513
|
-
hasStandardBrowserEnv:
|
|
9514
|
-
hasStandardBrowserWebWorkerEnv:
|
|
9516
|
+
hasStandardBrowserEnv: vy,
|
|
9517
|
+
hasStandardBrowserWebWorkerEnv: jy,
|
|
9515
9518
|
navigator: es,
|
|
9516
|
-
origin:
|
|
9519
|
+
origin: Py
|
|
9517
9520
|
}, Symbol.toStringTag, { value: "Module" })), qe = {
|
|
9518
|
-
...
|
|
9519
|
-
...
|
|
9521
|
+
...Ey,
|
|
9522
|
+
...wy
|
|
9520
9523
|
};
|
|
9521
|
-
function
|
|
9524
|
+
function xy(r, e) {
|
|
9522
9525
|
return To(r, new qe.classes.URLSearchParams(), Object.assign({
|
|
9523
9526
|
visitor: function(t, n, o, i) {
|
|
9524
9527
|
return qe.isNode && v.isBuffer(t) ? (this.append(n, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
|
9525
9528
|
}
|
|
9526
9529
|
}, e));
|
|
9527
9530
|
}
|
|
9528
|
-
function
|
|
9531
|
+
function Ty(r) {
|
|
9529
9532
|
return v.matchAll(/\w+|\[(\w*)]/g, r).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
|
|
9530
9533
|
}
|
|
9531
|
-
function
|
|
9534
|
+
function Ny(r) {
|
|
9532
9535
|
const e = {}, t = Object.keys(r);
|
|
9533
9536
|
let n;
|
|
9534
9537
|
const o = t.length;
|
|
@@ -9542,17 +9545,17 @@ function bd(r) {
|
|
|
9542
9545
|
let s = t[i++];
|
|
9543
9546
|
if (s === "__proto__") return !0;
|
|
9544
9547
|
const a = Number.isFinite(+s), S = i >= t.length;
|
|
9545
|
-
return s = !s && v.isArray(o) ? o.length : s, S ? (v.hasOwnProp(o, s) ? o[s] = [o[s], n] : o[s] = n, !a) : ((!o[s] || !v.isObject(o[s])) && (o[s] = []), e(t, n, o[s], i) && v.isArray(o[s]) && (o[s] =
|
|
9548
|
+
return s = !s && v.isArray(o) ? o.length : s, S ? (v.hasOwnProp(o, s) ? o[s] = [o[s], n] : o[s] = n, !a) : ((!o[s] || !v.isObject(o[s])) && (o[s] = []), e(t, n, o[s], i) && v.isArray(o[s]) && (o[s] = Ny(o[s])), !a);
|
|
9546
9549
|
}
|
|
9547
9550
|
if (v.isFormData(r) && v.isFunction(r.entries)) {
|
|
9548
9551
|
const t = {};
|
|
9549
9552
|
return v.forEachEntry(r, (n, o) => {
|
|
9550
|
-
e(
|
|
9553
|
+
e(Ty(n), o, t, 0);
|
|
9551
9554
|
}), t;
|
|
9552
9555
|
}
|
|
9553
9556
|
return null;
|
|
9554
9557
|
}
|
|
9555
|
-
function
|
|
9558
|
+
function Ay(r, e, t) {
|
|
9556
9559
|
if (v.isString(r))
|
|
9557
9560
|
try {
|
|
9558
9561
|
return (e || JSON.parse)(r), v.trim(r);
|
|
@@ -9562,7 +9565,7 @@ function Ny(r, e, t) {
|
|
|
9562
9565
|
}
|
|
9563
9566
|
return (t || JSON.stringify)(r);
|
|
9564
9567
|
}
|
|
9565
|
-
const
|
|
9568
|
+
const Ni = {
|
|
9566
9569
|
transitional: gd,
|
|
9567
9570
|
adapter: ["xhr", "http", "fetch"],
|
|
9568
9571
|
transformRequest: [function(e, t) {
|
|
@@ -9578,7 +9581,7 @@ const Ti = {
|
|
|
9578
9581
|
let a;
|
|
9579
9582
|
if (i) {
|
|
9580
9583
|
if (n.indexOf("application/x-www-form-urlencoded") > -1)
|
|
9581
|
-
return
|
|
9584
|
+
return xy(e, this.formSerializer).toString();
|
|
9582
9585
|
if ((a = v.isFileList(e)) || n.indexOf("multipart/form-data") > -1) {
|
|
9583
9586
|
const S = this.env && this.env.FormData;
|
|
9584
9587
|
return To(
|
|
@@ -9588,10 +9591,10 @@ const Ti = {
|
|
|
9588
9591
|
);
|
|
9589
9592
|
}
|
|
9590
9593
|
}
|
|
9591
|
-
return i || o ? (t.setContentType("application/json", !1),
|
|
9594
|
+
return i || o ? (t.setContentType("application/json", !1), Ay(e)) : e;
|
|
9592
9595
|
}],
|
|
9593
9596
|
transformResponse: [function(e) {
|
|
9594
|
-
const t = this.transitional ||
|
|
9597
|
+
const t = this.transitional || Ni.transitional, n = t && t.forcedJSONParsing, o = this.responseType === "json";
|
|
9595
9598
|
if (v.isResponse(e) || v.isReadableStream(e))
|
|
9596
9599
|
return e;
|
|
9597
9600
|
if (e && v.isString(e) && (n && !this.responseType || o)) {
|
|
@@ -9629,9 +9632,9 @@ const Ti = {
|
|
|
9629
9632
|
}
|
|
9630
9633
|
};
|
|
9631
9634
|
v.forEach(["delete", "get", "head", "post", "put", "patch"], (r) => {
|
|
9632
|
-
|
|
9635
|
+
Ni.headers[r] = {};
|
|
9633
9636
|
});
|
|
9634
|
-
const
|
|
9637
|
+
const Iy = v.toObjectSet([
|
|
9635
9638
|
"age",
|
|
9636
9639
|
"authorization",
|
|
9637
9640
|
"content-length",
|
|
@@ -9649,12 +9652,12 @@ const Ay = v.toObjectSet([
|
|
|
9649
9652
|
"referer",
|
|
9650
9653
|
"retry-after",
|
|
9651
9654
|
"user-agent"
|
|
9652
|
-
]),
|
|
9655
|
+
]), My = (r) => {
|
|
9653
9656
|
const e = {};
|
|
9654
9657
|
let t, n, o;
|
|
9655
9658
|
return r && r.split(`
|
|
9656
9659
|
`).forEach(function(s) {
|
|
9657
|
-
o = s.indexOf(":"), t = s.substring(0, o).trim().toLowerCase(), n = s.substring(o + 1).trim(), !(!t || e[t] &&
|
|
9660
|
+
o = s.indexOf(":"), t = s.substring(0, o).trim().toLowerCase(), n = s.substring(o + 1).trim(), !(!t || e[t] && Iy[t]) && (t === "set-cookie" ? e[t] ? e[t].push(n) : e[t] = [n] : e[t] = e[t] ? e[t] + ", " + n : n);
|
|
9658
9661
|
}), e;
|
|
9659
9662
|
}, $f = Symbol("internals");
|
|
9660
9663
|
function ni(r) {
|
|
@@ -9663,14 +9666,14 @@ function ni(r) {
|
|
|
9663
9666
|
function Xi(r) {
|
|
9664
9667
|
return r === !1 || r == null ? r : v.isArray(r) ? r.map(Xi) : String(r);
|
|
9665
9668
|
}
|
|
9666
|
-
function
|
|
9669
|
+
function Uy(r) {
|
|
9667
9670
|
const e = /* @__PURE__ */ Object.create(null), t = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
9668
9671
|
let n;
|
|
9669
9672
|
for (; n = t.exec(r); )
|
|
9670
9673
|
e[n[1]] = n[2];
|
|
9671
9674
|
return e;
|
|
9672
9675
|
}
|
|
9673
|
-
const
|
|
9676
|
+
const $y = (r) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(r.trim());
|
|
9674
9677
|
function Ho(r, e, t, n, o) {
|
|
9675
9678
|
if (v.isFunction(n))
|
|
9676
9679
|
return n.call(this, e, t);
|
|
@@ -9681,10 +9684,10 @@ function Ho(r, e, t, n, o) {
|
|
|
9681
9684
|
return n.test(e);
|
|
9682
9685
|
}
|
|
9683
9686
|
}
|
|
9684
|
-
function
|
|
9687
|
+
function Fy(r) {
|
|
9685
9688
|
return r.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (e, t, n) => t.toUpperCase() + n);
|
|
9686
9689
|
}
|
|
9687
|
-
function
|
|
9690
|
+
function Cy(r, e) {
|
|
9688
9691
|
const t = v.toCamelCase(" " + e);
|
|
9689
9692
|
["get", "set", "has"].forEach((n) => {
|
|
9690
9693
|
Object.defineProperty(r, n + t, {
|
|
@@ -9711,8 +9714,8 @@ let mt = class {
|
|
|
9711
9714
|
const s = (a, S) => v.forEach(a, (R, b) => i(R, b, S));
|
|
9712
9715
|
if (v.isPlainObject(e) || e instanceof this.constructor)
|
|
9713
9716
|
s(e, t);
|
|
9714
|
-
else if (v.isString(e) && (e = e.trim()) &&
|
|
9715
|
-
s(
|
|
9717
|
+
else if (v.isString(e) && (e = e.trim()) && !$y(e))
|
|
9718
|
+
s(My(e), t);
|
|
9716
9719
|
else if (v.isObject(e) && v.isIterable(e)) {
|
|
9717
9720
|
let a = {}, S, R;
|
|
9718
9721
|
for (const b of e) {
|
|
@@ -9733,7 +9736,7 @@ let mt = class {
|
|
|
9733
9736
|
if (!t)
|
|
9734
9737
|
return o;
|
|
9735
9738
|
if (t === !0)
|
|
9736
|
-
return
|
|
9739
|
+
return Uy(o);
|
|
9737
9740
|
if (v.isFunction(t))
|
|
9738
9741
|
return t.call(this, o, n);
|
|
9739
9742
|
if (v.isRegExp(t))
|
|
@@ -9777,7 +9780,7 @@ let mt = class {
|
|
|
9777
9780
|
t[s] = Xi(o), delete t[i];
|
|
9778
9781
|
return;
|
|
9779
9782
|
}
|
|
9780
|
-
const a = e ?
|
|
9783
|
+
const a = e ? Fy(i) : String(i).trim();
|
|
9781
9784
|
a !== i && delete t[i], t[a] = Xi(o), n[a] = !0;
|
|
9782
9785
|
}), this;
|
|
9783
9786
|
}
|
|
@@ -9816,7 +9819,7 @@ let mt = class {
|
|
|
9816
9819
|
}).accessors, o = this.prototype;
|
|
9817
9820
|
function i(s) {
|
|
9818
9821
|
const a = ni(s);
|
|
9819
|
-
n[a] || (
|
|
9822
|
+
n[a] || (Cy(o, s), n[a] = !0);
|
|
9820
9823
|
}
|
|
9821
9824
|
return v.isArray(e) ? e.forEach(i) : i(e), this;
|
|
9822
9825
|
}
|
|
@@ -9833,7 +9836,7 @@ v.reduceDescriptors(mt.prototype, ({ value: r }, e) => {
|
|
|
9833
9836
|
});
|
|
9834
9837
|
v.freezeMethods(mt);
|
|
9835
9838
|
function qo(r, e) {
|
|
9836
|
-
const t = this ||
|
|
9839
|
+
const t = this || Ni, n = e || t, o = mt.from(n.headers);
|
|
9837
9840
|
let i = n.data;
|
|
9838
9841
|
return v.forEach(r, function(a) {
|
|
9839
9842
|
i = a.call(t, i, o.normalize(), e ? e.status : void 0);
|
|
@@ -9858,11 +9861,11 @@ function Od(r, e, t) {
|
|
|
9858
9861
|
t
|
|
9859
9862
|
));
|
|
9860
9863
|
}
|
|
9861
|
-
function
|
|
9864
|
+
function By(r) {
|
|
9862
9865
|
const e = /^([-+\w]{1,25})(:?\/\/|:)/.exec(r);
|
|
9863
9866
|
return e && e[1] || "";
|
|
9864
9867
|
}
|
|
9865
|
-
function
|
|
9868
|
+
function Dy(r, e) {
|
|
9866
9869
|
r = r || 10;
|
|
9867
9870
|
const t = new Array(r), n = new Array(r);
|
|
9868
9871
|
let o = 0, i = 0, s;
|
|
@@ -9878,7 +9881,7 @@ function By(r, e) {
|
|
|
9878
9881
|
return x ? Math.round(U * 1e3 / x) : void 0;
|
|
9879
9882
|
};
|
|
9880
9883
|
}
|
|
9881
|
-
function
|
|
9884
|
+
function ky(r, e) {
|
|
9882
9885
|
let t = 0, n = 1e3 / e, o, i;
|
|
9883
9886
|
const s = (R, b = Date.now()) => {
|
|
9884
9887
|
t = b, o = null, i && (clearTimeout(i), i = null), r.apply(null, R);
|
|
@@ -9892,8 +9895,8 @@ function Dy(r, e) {
|
|
|
9892
9895
|
}
|
|
9893
9896
|
const ao = (r, e, t = 3) => {
|
|
9894
9897
|
let n = 0;
|
|
9895
|
-
const o =
|
|
9896
|
-
return
|
|
9898
|
+
const o = Dy(50, 250);
|
|
9899
|
+
return ky((i) => {
|
|
9897
9900
|
const s = i.loaded, a = i.lengthComputable ? i.total : void 0, S = s - n, R = o(S), b = s <= a;
|
|
9898
9901
|
n = s;
|
|
9899
9902
|
const P = {
|
|
@@ -9916,10 +9919,10 @@ const ao = (r, e, t = 3) => {
|
|
|
9916
9919
|
total: r,
|
|
9917
9920
|
loaded: n
|
|
9918
9921
|
}), e[1]];
|
|
9919
|
-
}, Cf = (r) => (...e) => v.asap(() => r(...e)),
|
|
9922
|
+
}, Cf = (r) => (...e) => v.asap(() => r(...e)), Ly = qe.hasStandardBrowserEnv ? /* @__PURE__ */ ((r, e) => (t) => (t = new URL(t, qe.origin), r.protocol === t.protocol && r.host === t.host && (e || r.port === t.port)))(
|
|
9920
9923
|
new URL(qe.origin),
|
|
9921
9924
|
qe.navigator && /(msie|trident)/i.test(qe.navigator.userAgent)
|
|
9922
|
-
) : () => !0,
|
|
9925
|
+
) : () => !0, Hy = qe.hasStandardBrowserEnv ? (
|
|
9923
9926
|
// Standard browser envs support document.cookie
|
|
9924
9927
|
{
|
|
9925
9928
|
write(r, e, t, n, o, i) {
|
|
@@ -9946,15 +9949,15 @@ const ao = (r, e, t = 3) => {
|
|
|
9946
9949
|
}
|
|
9947
9950
|
}
|
|
9948
9951
|
);
|
|
9949
|
-
function
|
|
9952
|
+
function qy(r) {
|
|
9950
9953
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(r);
|
|
9951
9954
|
}
|
|
9952
|
-
function
|
|
9955
|
+
function zy(r, e) {
|
|
9953
9956
|
return e ? r.replace(/\/?\/$/, "") + "/" + e.replace(/^\/+/, "") : r;
|
|
9954
9957
|
}
|
|
9955
9958
|
function Rd(r, e, t) {
|
|
9956
|
-
let n = !
|
|
9957
|
-
return r && (n || t == !1) ?
|
|
9959
|
+
let n = !qy(e);
|
|
9960
|
+
return r && (n || t == !1) ? zy(r, e) : e;
|
|
9958
9961
|
}
|
|
9959
9962
|
const Bf = (r) => r instanceof mt ? { ...r } : r;
|
|
9960
9963
|
function yr(r, e) {
|
|
@@ -10037,12 +10040,12 @@ const Sd = (r) => {
|
|
|
10037
10040
|
s.setContentType([R || "multipart/form-data", ...b].join("; "));
|
|
10038
10041
|
}
|
|
10039
10042
|
}
|
|
10040
|
-
if (qe.hasStandardBrowserEnv && (n && v.isFunction(n) && (n = n(e)), n || n !== !1 &&
|
|
10041
|
-
const R = o && i &&
|
|
10043
|
+
if (qe.hasStandardBrowserEnv && (n && v.isFunction(n) && (n = n(e)), n || n !== !1 && Ly(e.url))) {
|
|
10044
|
+
const R = o && i && Hy.read(i);
|
|
10042
10045
|
R && s.set(o, R);
|
|
10043
10046
|
}
|
|
10044
10047
|
return e;
|
|
10045
|
-
},
|
|
10048
|
+
}, Gy = typeof XMLHttpRequest < "u", Vy = Gy && function(r) {
|
|
10046
10049
|
return new Promise(function(t, n) {
|
|
10047
10050
|
const o = Sd(r);
|
|
10048
10051
|
let i = o.data;
|
|
@@ -10092,14 +10095,14 @@ const Sd = (r) => {
|
|
|
10092
10095
|
}), v.isUndefined(o.withCredentials) || (T.withCredentials = !!o.withCredentials), a && a !== "json" && (T.responseType = o.responseType), R && ([U, j] = ao(R, !0), T.addEventListener("progress", U)), S && T.upload && ([P, x] = ao(S), T.upload.addEventListener("progress", P), T.upload.addEventListener("loadend", x)), (o.cancelToken || o.signal) && (b = (J) => {
|
|
10093
10096
|
T && (n(!J || J.type ? new Wr(null, r, T) : J), T.abort(), T = null);
|
|
10094
10097
|
}, o.cancelToken && o.cancelToken.subscribe(b), o.signal && (o.signal.aborted ? b() : o.signal.addEventListener("abort", b)));
|
|
10095
|
-
const H =
|
|
10098
|
+
const H = By(o.url);
|
|
10096
10099
|
if (H && qe.protocols.indexOf(H) === -1) {
|
|
10097
10100
|
n(new V("Unsupported protocol " + H + ":", V.ERR_BAD_REQUEST, r));
|
|
10098
10101
|
return;
|
|
10099
10102
|
}
|
|
10100
10103
|
T.send(i || null);
|
|
10101
10104
|
});
|
|
10102
|
-
},
|
|
10105
|
+
}, Wy = (r, e) => {
|
|
10103
10106
|
const { length: t } = r = r ? r.filter(Boolean) : [];
|
|
10104
10107
|
if (e || t) {
|
|
10105
10108
|
let n = new AbortController(), o;
|
|
@@ -10122,7 +10125,7 @@ const Sd = (r) => {
|
|
|
10122
10125
|
const { signal: S } = n;
|
|
10123
10126
|
return S.unsubscribe = () => v.asap(a), S;
|
|
10124
10127
|
}
|
|
10125
|
-
},
|
|
10128
|
+
}, Jy = function* (r, e) {
|
|
10126
10129
|
let t = r.byteLength;
|
|
10127
10130
|
if (t < e) {
|
|
10128
10131
|
yield r;
|
|
@@ -10131,10 +10134,10 @@ const Sd = (r) => {
|
|
|
10131
10134
|
let n = 0, o;
|
|
10132
10135
|
for (; n < t; )
|
|
10133
10136
|
o = n + e, yield r.slice(n, o), n = o;
|
|
10134
|
-
},
|
|
10135
|
-
for await (const t of
|
|
10136
|
-
yield*
|
|
10137
|
-
},
|
|
10137
|
+
}, Xy = async function* (r, e) {
|
|
10138
|
+
for await (const t of Ky(r))
|
|
10139
|
+
yield* Jy(t, e);
|
|
10140
|
+
}, Ky = async function* (r) {
|
|
10138
10141
|
if (r[Symbol.asyncIterator]) {
|
|
10139
10142
|
yield* r;
|
|
10140
10143
|
return;
|
|
@@ -10151,7 +10154,7 @@ const Sd = (r) => {
|
|
|
10151
10154
|
await e.cancel();
|
|
10152
10155
|
}
|
|
10153
10156
|
}, Df = (r, e, t, n) => {
|
|
10154
|
-
const o =
|
|
10157
|
+
const o = Xy(r, e);
|
|
10155
10158
|
let i = 0, s, a = (S) => {
|
|
10156
10159
|
s || (s = !0, n && n(S));
|
|
10157
10160
|
};
|
|
@@ -10179,13 +10182,13 @@ const Sd = (r) => {
|
|
|
10179
10182
|
}, {
|
|
10180
10183
|
highWaterMark: 2
|
|
10181
10184
|
});
|
|
10182
|
-
}, No = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", wd = No && typeof ReadableStream == "function",
|
|
10185
|
+
}, No = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", wd = No && typeof ReadableStream == "function", Yy = No && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((r) => (e) => r.encode(e))(new TextEncoder()) : async (r) => new Uint8Array(await new Response(r).arrayBuffer())), vd = (r, ...e) => {
|
|
10183
10186
|
try {
|
|
10184
10187
|
return !!r(...e);
|
|
10185
10188
|
} catch {
|
|
10186
10189
|
return !1;
|
|
10187
10190
|
}
|
|
10188
|
-
},
|
|
10191
|
+
}, Qy = wd && vd(() => {
|
|
10189
10192
|
let r = !1;
|
|
10190
10193
|
const e = new Request(qe.origin, {
|
|
10191
10194
|
body: new ReadableStream(),
|
|
@@ -10205,7 +10208,7 @@ No && ((r) => {
|
|
|
10205
10208
|
});
|
|
10206
10209
|
});
|
|
10207
10210
|
})(new Response());
|
|
10208
|
-
const
|
|
10211
|
+
const Zy = async (r) => {
|
|
10209
10212
|
if (r == null)
|
|
10210
10213
|
return 0;
|
|
10211
10214
|
if (v.isBlob(r))
|
|
@@ -10218,11 +10221,11 @@ const Qy = async (r) => {
|
|
|
10218
10221
|
if (v.isArrayBufferView(r) || v.isArrayBuffer(r))
|
|
10219
10222
|
return r.byteLength;
|
|
10220
10223
|
if (v.isURLSearchParams(r) && (r = r + ""), v.isString(r))
|
|
10221
|
-
return (await
|
|
10222
|
-
},
|
|
10224
|
+
return (await Yy(r)).byteLength;
|
|
10225
|
+
}, em = async (r, e) => {
|
|
10223
10226
|
const t = v.toFiniteNumber(r.getContentLength());
|
|
10224
|
-
return t ??
|
|
10225
|
-
},
|
|
10227
|
+
return t ?? Zy(e);
|
|
10228
|
+
}, tm = No && (async (r) => {
|
|
10226
10229
|
let {
|
|
10227
10230
|
url: e,
|
|
10228
10231
|
method: t,
|
|
@@ -10238,13 +10241,13 @@ const Qy = async (r) => {
|
|
|
10238
10241
|
fetchOptions: U
|
|
10239
10242
|
} = Sd(r);
|
|
10240
10243
|
R = R ? (R + "").toLowerCase() : "text";
|
|
10241
|
-
let x =
|
|
10244
|
+
let x = Wy([o, i && i.toAbortSignal()], s), j;
|
|
10242
10245
|
const N = x && x.unsubscribe && (() => {
|
|
10243
10246
|
x.unsubscribe();
|
|
10244
10247
|
});
|
|
10245
10248
|
let T;
|
|
10246
10249
|
try {
|
|
10247
|
-
if (S &&
|
|
10250
|
+
if (S && Qy && t !== "get" && t !== "head" && (T = await em(b, n)) !== 0) {
|
|
10248
10251
|
let K = new Request(e, {
|
|
10249
10252
|
method: "POST",
|
|
10250
10253
|
body: n,
|
|
@@ -10308,9 +10311,9 @@ const Qy = async (r) => {
|
|
|
10308
10311
|
) : V.from(L, L && L.code, r, j);
|
|
10309
10312
|
}
|
|
10310
10313
|
}), ns = {
|
|
10311
|
-
http:
|
|
10312
|
-
xhr:
|
|
10313
|
-
fetch:
|
|
10314
|
+
http: hy,
|
|
10315
|
+
xhr: Vy,
|
|
10316
|
+
fetch: tm
|
|
10314
10317
|
};
|
|
10315
10318
|
v.forEach(ns, (r, e) => {
|
|
10316
10319
|
if (r) {
|
|
@@ -10321,7 +10324,7 @@ v.forEach(ns, (r, e) => {
|
|
|
10321
10324
|
Object.defineProperty(r, "adapterName", { value: e });
|
|
10322
10325
|
}
|
|
10323
10326
|
});
|
|
10324
|
-
const Lf = (r) => `- ${r}`,
|
|
10327
|
+
const Lf = (r) => `- ${r}`, nm = (r) => v.isFunction(r) || r === null || r === !1, jd = {
|
|
10325
10328
|
getAdapter: (r) => {
|
|
10326
10329
|
r = v.isArray(r) ? r : [r];
|
|
10327
10330
|
const { length: e } = r;
|
|
@@ -10330,7 +10333,7 @@ const Lf = (r) => `- ${r}`, tm = (r) => v.isFunction(r) || r === null || r === !
|
|
|
10330
10333
|
for (let i = 0; i < e; i++) {
|
|
10331
10334
|
t = r[i];
|
|
10332
10335
|
let s;
|
|
10333
|
-
if (n = t, !
|
|
10336
|
+
if (n = t, !nm(t) && (n = ns[(s = String(t)).toLowerCase()], n === void 0))
|
|
10334
10337
|
throw new V(`Unknown adapter '${s}'`);
|
|
10335
10338
|
if (n)
|
|
10336
10339
|
break;
|
|
@@ -10360,7 +10363,7 @@ function Hf(r) {
|
|
|
10360
10363
|
return zo(r), r.headers = mt.from(r.headers), r.data = qo.call(
|
|
10361
10364
|
r,
|
|
10362
10365
|
r.transformRequest
|
|
10363
|
-
), ["post", "put", "patch"].indexOf(r.method) !== -1 && r.headers.setContentType("application/x-www-form-urlencoded", !1), jd.getAdapter(r.adapter ||
|
|
10366
|
+
), ["post", "put", "patch"].indexOf(r.method) !== -1 && r.headers.setContentType("application/x-www-form-urlencoded", !1), jd.getAdapter(r.adapter || Ni.adapter)(r).then(function(n) {
|
|
10364
10367
|
return zo(r), n.data = qo.call(
|
|
10365
10368
|
r,
|
|
10366
10369
|
r.transformResponse,
|
|
@@ -10402,7 +10405,7 @@ Ao.transitional = function(e, t, n) {
|
|
|
10402
10405
|
Ao.spelling = function(e) {
|
|
10403
10406
|
return (t, n) => (console.warn(`${n} is likely a misspelling of ${e}`), !0);
|
|
10404
10407
|
};
|
|
10405
|
-
function
|
|
10408
|
+
function rm(r, e, t) {
|
|
10406
10409
|
if (typeof r != "object")
|
|
10407
10410
|
throw new V("options must be an object", V.ERR_BAD_OPTION_VALUE);
|
|
10408
10411
|
const n = Object.keys(r);
|
|
@@ -10420,7 +10423,7 @@ function nm(r, e, t) {
|
|
|
10420
10423
|
}
|
|
10421
10424
|
}
|
|
10422
10425
|
const Ki = {
|
|
10423
|
-
assertOptions:
|
|
10426
|
+
assertOptions: rm,
|
|
10424
10427
|
validators: Ao
|
|
10425
10428
|
}, Kt = Ki.validators;
|
|
10426
10429
|
let or = class {
|
|
@@ -10547,7 +10550,7 @@ v.forEach(["post", "put", "patch"], function(e) {
|
|
|
10547
10550
|
}
|
|
10548
10551
|
or.prototype[e] = t(), or.prototype[e + "Form"] = t(!0);
|
|
10549
10552
|
});
|
|
10550
|
-
let
|
|
10553
|
+
let im = class Ed {
|
|
10551
10554
|
constructor(e) {
|
|
10552
10555
|
if (typeof e != "function")
|
|
10553
10556
|
throw new TypeError("executor must be a function.");
|
|
@@ -10620,12 +10623,12 @@ let rm = class Ed {
|
|
|
10620
10623
|
};
|
|
10621
10624
|
}
|
|
10622
10625
|
};
|
|
10623
|
-
function
|
|
10626
|
+
function om(r) {
|
|
10624
10627
|
return function(t) {
|
|
10625
10628
|
return r.apply(null, t);
|
|
10626
10629
|
};
|
|
10627
10630
|
}
|
|
10628
|
-
function
|
|
10631
|
+
function sm(r) {
|
|
10629
10632
|
return v.isObject(r) && r.isAxiosError === !0;
|
|
10630
10633
|
}
|
|
10631
10634
|
const rs = {
|
|
@@ -10702,10 +10705,10 @@ function xd(r) {
|
|
|
10702
10705
|
return xd(yr(r, o));
|
|
10703
10706
|
}, t;
|
|
10704
10707
|
}
|
|
10705
|
-
const Ue = xd(
|
|
10708
|
+
const Ue = xd(Ni);
|
|
10706
10709
|
Ue.Axios = or;
|
|
10707
10710
|
Ue.CanceledError = Wr;
|
|
10708
|
-
Ue.CancelToken =
|
|
10711
|
+
Ue.CancelToken = im;
|
|
10709
10712
|
Ue.isCancel = _d;
|
|
10710
10713
|
Ue.VERSION = Pd;
|
|
10711
10714
|
Ue.toFormData = To;
|
|
@@ -10714,8 +10717,8 @@ Ue.Cancel = Ue.CanceledError;
|
|
|
10714
10717
|
Ue.all = function(e) {
|
|
10715
10718
|
return Promise.all(e);
|
|
10716
10719
|
};
|
|
10717
|
-
Ue.spread =
|
|
10718
|
-
Ue.isAxiosError =
|
|
10720
|
+
Ue.spread = om;
|
|
10721
|
+
Ue.isAxiosError = sm;
|
|
10719
10722
|
Ue.mergeConfig = yr;
|
|
10720
10723
|
Ue.AxiosHeaders = mt;
|
|
10721
10724
|
Ue.formToJSON = (r) => bd(v.isHTMLForm(r) ? new FormData(r) : r);
|
|
@@ -10723,24 +10726,24 @@ Ue.getAdapter = jd.getAdapter;
|
|
|
10723
10726
|
Ue.HttpStatusCode = rs;
|
|
10724
10727
|
Ue.default = Ue;
|
|
10725
10728
|
const {
|
|
10726
|
-
Axios:
|
|
10727
|
-
AxiosError:
|
|
10728
|
-
CanceledError:
|
|
10729
|
-
isCancel:
|
|
10730
|
-
CancelToken:
|
|
10731
|
-
VERSION:
|
|
10732
|
-
all:
|
|
10733
|
-
Cancel:
|
|
10734
|
-
isAxiosError:
|
|
10735
|
-
spread:
|
|
10736
|
-
toFormData:
|
|
10737
|
-
AxiosHeaders:
|
|
10738
|
-
HttpStatusCode:
|
|
10739
|
-
formToJSON:
|
|
10740
|
-
getAdapter:
|
|
10741
|
-
mergeConfig:
|
|
10729
|
+
Axios: dh,
|
|
10730
|
+
AxiosError: lh,
|
|
10731
|
+
CanceledError: yh,
|
|
10732
|
+
isCancel: mh,
|
|
10733
|
+
CancelToken: hh,
|
|
10734
|
+
VERSION: gh,
|
|
10735
|
+
all: bh,
|
|
10736
|
+
Cancel: _h,
|
|
10737
|
+
isAxiosError: Oh,
|
|
10738
|
+
spread: Rh,
|
|
10739
|
+
toFormData: Sh,
|
|
10740
|
+
AxiosHeaders: wh,
|
|
10741
|
+
HttpStatusCode: vh,
|
|
10742
|
+
formToJSON: jh,
|
|
10743
|
+
getAdapter: Ph,
|
|
10744
|
+
mergeConfig: Eh
|
|
10742
10745
|
} = Ue;
|
|
10743
|
-
var
|
|
10746
|
+
var cm = function(r, e, t, n) {
|
|
10744
10747
|
var o = arguments.length, i = o < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, t) : n, s;
|
|
10745
10748
|
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") i = Reflect.decorate(r, e, t, n);
|
|
10746
10749
|
else for (var a = r.length - 1; a >= 0; a--) (s = r[a]) && (i = (o < 3 ? s(i) : o > 3 ? s(e, t, i) : s(e, t)) || i);
|
|
@@ -10762,7 +10765,7 @@ let zf = class extends ut {
|
|
|
10762
10765
|
}
|
|
10763
10766
|
};
|
|
10764
10767
|
if (typeof window > "u") {
|
|
10765
|
-
const n = await Promise.resolve().then(() =>
|
|
10768
|
+
const n = await Promise.resolve().then(() => um);
|
|
10766
10769
|
t.httpsAgent = new n.Agent({
|
|
10767
10770
|
rejectUnauthorized: !1
|
|
10768
10771
|
});
|
|
@@ -10791,7 +10794,7 @@ let zf = class extends ut {
|
|
|
10791
10794
|
return R.data;
|
|
10792
10795
|
}
|
|
10793
10796
|
};
|
|
10794
|
-
zf =
|
|
10797
|
+
zf = cm([
|
|
10795
10798
|
k(ut.HTTP)
|
|
10796
10799
|
], zf);
|
|
10797
10800
|
class Td {
|
|
@@ -10834,7 +10837,7 @@ class Td {
|
|
|
10834
10837
|
return e.parent ? [...Td.chain(e.parent), e] : [];
|
|
10835
10838
|
}
|
|
10836
10839
|
}
|
|
10837
|
-
class
|
|
10840
|
+
class Th extends Ve {
|
|
10838
10841
|
constructor() {
|
|
10839
10842
|
super();
|
|
10840
10843
|
c(this, "proxy");
|
|
@@ -10868,7 +10871,7 @@ class xh extends Ve {
|
|
|
10868
10871
|
return this.proxy.version(t);
|
|
10869
10872
|
}
|
|
10870
10873
|
}
|
|
10871
|
-
class
|
|
10874
|
+
class Nh {
|
|
10872
10875
|
constructor(e, t) {
|
|
10873
10876
|
c(this, "values", []);
|
|
10874
10877
|
c(this, "filter", (e, t) => !0);
|
|
@@ -10885,30 +10888,30 @@ class Th {
|
|
|
10885
10888
|
return n.total > i && (n.next = !0), n;
|
|
10886
10889
|
}
|
|
10887
10890
|
}
|
|
10888
|
-
class
|
|
10891
|
+
class am {
|
|
10889
10892
|
constructor() {
|
|
10890
10893
|
c(this, "builtin", ae.proxy(bn));
|
|
10891
10894
|
c(this, "cache", ae.proxy(St));
|
|
10892
10895
|
c(this, "cipherEconomy", ae.proxy(Zt));
|
|
10893
10896
|
c(this, "cipherProvider", ae.proxy(_n));
|
|
10894
|
-
c(this, "cluster", ae.proxy(
|
|
10897
|
+
c(this, "cluster", ae.proxy(ci));
|
|
10895
10898
|
c(this, "commercialize", ae.proxy(ar));
|
|
10896
10899
|
c(this, "cryptor", ae.proxy(Bn));
|
|
10897
10900
|
c(this, "dataHouse", ae.proxy(Dn));
|
|
10898
10901
|
c(this, "endpoint", ae.proxy(ro));
|
|
10899
10902
|
c(this, "evaluator", ae.proxy(ur));
|
|
10900
|
-
c(this, "graph", ae.proxy(
|
|
10903
|
+
c(this, "graph", ae.proxy(ai));
|
|
10901
10904
|
c(this, "kms", ae.proxy(pr));
|
|
10902
10905
|
c(this, "kv", ae.proxy(kn));
|
|
10903
10906
|
c(this, "licenser", ae.proxy(Ln));
|
|
10904
10907
|
c(this, "locker", ae.proxy(fr));
|
|
10905
10908
|
c(this, "network", ae.proxy(Ve));
|
|
10906
10909
|
c(this, "pipeline", ae.proxy(dr));
|
|
10907
|
-
c(this, "publisher", ae.proxy(
|
|
10910
|
+
c(this, "publisher", ae.proxy(ui));
|
|
10908
10911
|
c(this, "registry", ae.proxy(lr));
|
|
10909
10912
|
c(this, "savepoint", ae.proxy(Hn));
|
|
10910
10913
|
c(this, "scheduler", ae.proxy(Gt));
|
|
10911
|
-
c(this, "sequence", ae.proxy(
|
|
10914
|
+
c(this, "sequence", ae.proxy(fi));
|
|
10912
10915
|
c(this, "subscriber", ae.proxy(oo));
|
|
10913
10916
|
c(this, "tokenizer", ae.proxy(gt));
|
|
10914
10917
|
c(this, "transporter", ae.proxy(On));
|
|
@@ -10916,7 +10919,7 @@ class cm {
|
|
|
10916
10919
|
c(this, "workflow", ae.proxy(rn));
|
|
10917
10920
|
}
|
|
10918
10921
|
}
|
|
10919
|
-
const
|
|
10922
|
+
const Ah = new am(), um = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10920
10923
|
__proto__: null
|
|
10921
10924
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10922
10925
|
export {
|
|
@@ -10925,7 +10928,7 @@ export {
|
|
|
10925
10928
|
bo as AccessID,
|
|
10926
10929
|
Vn as AccessToken,
|
|
10927
10930
|
Lo as Addrs,
|
|
10928
|
-
|
|
10931
|
+
Ld as Argument,
|
|
10929
10932
|
Se as Ark,
|
|
10930
10933
|
je as Body,
|
|
10931
10934
|
bn as Builtin,
|
|
@@ -10933,7 +10936,7 @@ export {
|
|
|
10933
10936
|
ho as CRL,
|
|
10934
10937
|
St as Cache,
|
|
10935
10938
|
ft as CacheBody,
|
|
10936
|
-
|
|
10939
|
+
Oi as Captcha,
|
|
10937
10940
|
_t as Cause,
|
|
10938
10941
|
Zt as CipherEconomy,
|
|
10939
10942
|
yn as CipherEntity,
|
|
@@ -10946,12 +10949,12 @@ export {
|
|
|
10946
10949
|
Ir as CipherSuite,
|
|
10947
10950
|
Vi as CipherTxEntity,
|
|
10948
10951
|
Td as Citizen,
|
|
10949
|
-
|
|
10952
|
+
ci as Cluster,
|
|
10950
10953
|
Fe as Codec,
|
|
10951
|
-
|
|
10952
|
-
|
|
10954
|
+
_i as CommerceEnviron,
|
|
10955
|
+
bi as CommerceLicense,
|
|
10953
10956
|
ar as Commercialize,
|
|
10954
|
-
|
|
10957
|
+
di as Compiler,
|
|
10955
10958
|
ut as Consumer,
|
|
10956
10959
|
is as Context,
|
|
10957
10960
|
eo as ContextProvider,
|
|
@@ -10959,7 +10962,7 @@ export {
|
|
|
10959
10962
|
Bn as Cryptor,
|
|
10960
10963
|
Dn as DataHouse,
|
|
10961
10964
|
mo as DataLord,
|
|
10962
|
-
|
|
10965
|
+
Jd as Deque,
|
|
10963
10966
|
no as Dispatcher,
|
|
10964
10967
|
er as Document,
|
|
10965
10968
|
hr as DocumentMetadata,
|
|
@@ -10968,26 +10971,26 @@ export {
|
|
|
10968
10971
|
Qi as Dynamic,
|
|
10969
10972
|
co as Eden,
|
|
10970
10973
|
ro as Endpoint,
|
|
10971
|
-
|
|
10974
|
+
Yd as EndpointSticker,
|
|
10972
10975
|
go as Entry,
|
|
10973
|
-
|
|
10976
|
+
si as Env,
|
|
10974
10977
|
Le as Environ,
|
|
10975
10978
|
ur as Evaluator,
|
|
10976
10979
|
Ye as Event,
|
|
10977
|
-
|
|
10980
|
+
hi as FileEntry,
|
|
10978
10981
|
nn as FileSystem,
|
|
10979
|
-
|
|
10982
|
+
li as Filter,
|
|
10980
10983
|
Tf as GRPCConsumer,
|
|
10981
10984
|
Nf as GRPCProvider,
|
|
10982
|
-
|
|
10983
|
-
|
|
10985
|
+
pl as GenericExecution,
|
|
10986
|
+
fl as GenericInspector,
|
|
10984
10987
|
vf as GenericParameters,
|
|
10985
10988
|
jf as GenericReturns,
|
|
10986
|
-
|
|
10989
|
+
ai as Graph,
|
|
10987
10990
|
zf as HTTPConsumer,
|
|
10988
10991
|
Xo as Header,
|
|
10989
10992
|
Yf as Hodor,
|
|
10990
|
-
|
|
10993
|
+
qi as Hook,
|
|
10991
10994
|
Pf as HookFilter,
|
|
10992
10995
|
sr as Idx,
|
|
10993
10996
|
Wf as Inbound,
|
|
@@ -10995,9 +10998,9 @@ export {
|
|
|
10995
10998
|
Rf as JSONCodec,
|
|
10996
10999
|
pr as KMS,
|
|
10997
11000
|
kn as KV,
|
|
10998
|
-
|
|
11001
|
+
Li as Key,
|
|
10999
11002
|
Ot as KeyCsr,
|
|
11000
|
-
|
|
11003
|
+
gi as Keys,
|
|
11001
11004
|
Fn as Lattice,
|
|
11002
11005
|
ye as License,
|
|
11003
11006
|
Ln as Licenser,
|
|
@@ -11005,17 +11008,17 @@ export {
|
|
|
11005
11008
|
fr as Locker,
|
|
11006
11009
|
$e as MPI,
|
|
11007
11010
|
Zi as MPS,
|
|
11008
|
-
|
|
11011
|
+
mi as Mani,
|
|
11009
11012
|
dn as Mesh,
|
|
11010
11013
|
Z as MeshCode,
|
|
11011
11014
|
so as MeshContext,
|
|
11012
11015
|
wf as MeshContextProvider,
|
|
11013
11016
|
Ef as MeshEden,
|
|
11014
11017
|
gn as MeshFlags,
|
|
11015
|
-
|
|
11016
|
-
|
|
11018
|
+
Th as MeshNetwork,
|
|
11019
|
+
Ah as MeshService,
|
|
11017
11020
|
Jf as Metadata,
|
|
11018
|
-
|
|
11021
|
+
Hd as MethodInspector,
|
|
11019
11022
|
Vo as MethodProxy,
|
|
11020
11023
|
rd as Mock,
|
|
11021
11024
|
xf as MockFilter,
|
|
@@ -11024,7 +11027,7 @@ export {
|
|
|
11024
11027
|
Ve as Network,
|
|
11025
11028
|
ia as ObjectProvider,
|
|
11026
11029
|
_o as Outbound,
|
|
11027
|
-
|
|
11030
|
+
ll as PROVIDER,
|
|
11028
11031
|
zt as Packet,
|
|
11029
11032
|
Be as Page,
|
|
11030
11033
|
W as Paging,
|
|
@@ -11032,11 +11035,11 @@ export {
|
|
|
11032
11035
|
dr as Pipeline,
|
|
11033
11036
|
dt as Principal,
|
|
11034
11037
|
Yo as Provider,
|
|
11035
|
-
|
|
11038
|
+
ui as Publisher,
|
|
11036
11039
|
Rn as Reference,
|
|
11037
|
-
|
|
11040
|
+
_l as ReferenceInvokeHandler,
|
|
11038
11041
|
Qe as Registration,
|
|
11039
|
-
|
|
11042
|
+
gm as RegistrationKind,
|
|
11040
11043
|
lr as Registry,
|
|
11041
11044
|
vo as Routable,
|
|
11042
11045
|
fe as Route,
|
|
@@ -11045,14 +11048,14 @@ export {
|
|
|
11045
11048
|
Hn as Savepoint,
|
|
11046
11049
|
Gt as Scheduler,
|
|
11047
11050
|
qt as Script,
|
|
11048
|
-
|
|
11051
|
+
fi as Sequence,
|
|
11049
11052
|
wt as Service,
|
|
11050
|
-
|
|
11051
|
-
|
|
11053
|
+
bl as ServiceInvocation,
|
|
11054
|
+
Sl as ServiceInvokeHandler,
|
|
11052
11055
|
ze as ServiceLoader,
|
|
11053
11056
|
ae as ServiceProxy,
|
|
11054
11057
|
Ct as Session,
|
|
11055
|
-
|
|
11058
|
+
sl as StatefulServer,
|
|
11056
11059
|
rc as States,
|
|
11057
11060
|
h as Status,
|
|
11058
11061
|
oo as Subscriber,
|
|
@@ -11062,12 +11065,12 @@ export {
|
|
|
11062
11065
|
oe as Tool,
|
|
11063
11066
|
Ae as Topic,
|
|
11064
11067
|
On as Transporter,
|
|
11065
|
-
|
|
11068
|
+
Xd as Triplet,
|
|
11066
11069
|
mr as Types,
|
|
11067
11070
|
Vt as URC,
|
|
11068
11071
|
Mn as URN,
|
|
11069
11072
|
ir as URNFlag,
|
|
11070
|
-
|
|
11073
|
+
Nh as VTable,
|
|
11071
11074
|
Ro as Versions,
|
|
11072
11075
|
Rt as WorkChart,
|
|
11073
11076
|
Wn as WorkContext,
|
|
@@ -11079,18 +11082,18 @@ export {
|
|
|
11079
11082
|
Ge as WorkVertex,
|
|
11080
11083
|
He as Worker,
|
|
11081
11084
|
rn as Workflow,
|
|
11082
|
-
|
|
11085
|
+
dm as binding,
|
|
11083
11086
|
nd as composite,
|
|
11084
11087
|
O as context,
|
|
11085
11088
|
ee as dict,
|
|
11086
11089
|
zi as errorf,
|
|
11087
|
-
|
|
11090
|
+
ri as globalPtr,
|
|
11088
11091
|
f as index,
|
|
11089
|
-
|
|
11092
|
+
Vd as instanceOfCodeable,
|
|
11090
11093
|
ln as list,
|
|
11091
11094
|
w as mpi,
|
|
11092
|
-
|
|
11093
|
-
|
|
11095
|
+
mm as mps,
|
|
11096
|
+
Ym as returnType,
|
|
11094
11097
|
k as spi,
|
|
11095
11098
|
fm as withMode
|
|
11096
11099
|
};
|