@dxos/protocols 0.1.30 → 0.1.31
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/cjs/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.d.ts +8 -8
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.js.map +1 -1
- package/dist/cjs/src/proto/gen/google/protobuf.d.ts +4 -4
- package/dist/cjs/src/proto/gen/google/protobuf.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/google/protobuf.js.map +1 -1
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/text.d.ts +8 -8
- package/dist/esm/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/text.js.map +1 -1
- package/dist/esm/src/proto/gen/google/protobuf.d.ts +4 -4
- package/dist/esm/src/proto/gen/google/protobuf.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/google/protobuf.js.map +1 -1
- package/package.json +5 -5
- package/src/proto/dxos/echo/model/text.proto +5 -5
- package/src/proto/gen/dxos/devtools/host.ts +31 -31
- package/src/proto/gen/dxos/echo/model/text.ts +8 -8
- package/src/proto/gen/google/protobuf.ts +4 -4
|
@@ -7,37 +7,6 @@ import * as dxos_halo_keyring from "../halo/keyring";
|
|
|
7
7
|
import * as dxos_halo_signed from "../halo/signed";
|
|
8
8
|
import * as dxos_mesh_signal from "../mesh/signal";
|
|
9
9
|
import * as dxos_rpc from "../rpc";
|
|
10
|
-
/**
|
|
11
|
-
* Defined in:
|
|
12
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
13
|
-
*/
|
|
14
|
-
export interface Services {
|
|
15
|
-
spaces?: SpaceStats[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Defined in:
|
|
19
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
20
|
-
*/
|
|
21
|
-
export interface SpaceStats {
|
|
22
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
23
|
-
peers?: PeerStats[];
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Defined in:
|
|
27
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
28
|
-
*/
|
|
29
|
-
export interface PeerStats {
|
|
30
|
-
controlFeed: FeedStats;
|
|
31
|
-
dataFeed: FeedStats;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Defined in:
|
|
35
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
36
|
-
*/
|
|
37
|
-
export interface FeedStats {
|
|
38
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
39
|
-
length: number;
|
|
40
|
-
}
|
|
41
10
|
/**
|
|
42
11
|
* Defined in:
|
|
43
12
|
* {@link file://./../../../dxos/devtools/host.proto}
|
|
@@ -422,4 +391,35 @@ export interface TracingService {
|
|
|
422
391
|
export interface SetTracingOptionsRequest {
|
|
423
392
|
enable: boolean;
|
|
424
393
|
}
|
|
394
|
+
/**
|
|
395
|
+
* Defined in:
|
|
396
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
397
|
+
*/
|
|
398
|
+
export interface Services {
|
|
399
|
+
spaces?: SpaceStats[];
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* Defined in:
|
|
403
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
404
|
+
*/
|
|
405
|
+
export interface SpaceStats {
|
|
406
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
407
|
+
peers?: PeerStats[];
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* Defined in:
|
|
411
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
412
|
+
*/
|
|
413
|
+
export interface PeerStats {
|
|
414
|
+
controlFeed: FeedStats;
|
|
415
|
+
dataFeed: FeedStats;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Defined in:
|
|
419
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
420
|
+
*/
|
|
421
|
+
export interface FeedStats {
|
|
422
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
423
|
+
length: number;
|
|
424
|
+
}
|
|
425
425
|
//# sourceMappingURL=host.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"host.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/gen/dxos/devtools/host.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,aAAa,MAAM,wBAAwB,CAAC;AAInD,OAAO,KAAK,mBAAmB,MAAM,SAAS,CAAC;AAC/C,OAAO,KAAK,cAAc,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,kBAAkB,MAAM,kBAAkB,CAAC;AAQvD,OAAO,KAAK,iBAAiB,MAAM,iBAAiB,CAAC;AAErD,OAAO,KAAK,gBAAgB,MAAM,gBAAgB,CAAC;AAUnD,OAAO,KAAK,gBAAgB,MAAM,gBAAgB,CAAC;AASnD,OAAO,KAAK,QAAQ,MAAM,QAAQ,CAAC;AAQnC;;;GAGG;AACH,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"host.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/gen/dxos/devtools/host.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defined in:
|
|
3
|
+
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
4
|
+
*/
|
|
5
|
+
export declare enum TextKind {
|
|
6
|
+
PLAIN = 0,
|
|
7
|
+
RICH = 1
|
|
8
|
+
}
|
|
1
9
|
/**
|
|
2
10
|
* Defined in:
|
|
3
11
|
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
@@ -24,14 +32,6 @@ export interface TextMutation {
|
|
|
24
32
|
*/
|
|
25
33
|
field?: string;
|
|
26
34
|
}
|
|
27
|
-
/**
|
|
28
|
-
* Defined in:
|
|
29
|
-
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
30
|
-
*/
|
|
31
|
-
export declare enum TextKind {
|
|
32
|
-
PLAIN = 0,
|
|
33
|
-
RICH = 1
|
|
34
|
-
}
|
|
35
35
|
/**
|
|
36
36
|
* Defined in:
|
|
37
37
|
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/gen/dxos/echo/model/text.ts"],"names":[],"mappings":"AAkDA;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AACD;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/gen/dxos/echo/model/text.ts"],"names":[],"mappings":"AAkDA;;;GAGG;AACH,oBAAY,QAAQ;IAChB,KAAK,IAAI;IACT,IAAI,IAAI;CACX;AACD;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AACD;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.js","sourceRoot":"","sources":["../../../../../../../../src/proto/gen/dxos/echo/model/text.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"text.js","sourceRoot":"","sources":["../../../../../../../../src/proto/gen/dxos/echo/model/text.ts"],"names":[],"mappings":";;;AAkDA;;;GAGG;AACH,IAAY,QAGX;AAHD,WAAY,QAAQ;IAChB,yCAAS,CAAA;IACT,uCAAQ,CAAA;AACZ,CAAC,EAHW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAGnB"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import substitutions from "../../substitutions";
|
|
2
2
|
export interface Empty {
|
|
3
3
|
}
|
|
4
|
+
export interface Timestamp {
|
|
5
|
+
seconds: string;
|
|
6
|
+
nanos: number;
|
|
7
|
+
}
|
|
4
8
|
export interface Any {
|
|
5
9
|
type_url: string;
|
|
6
10
|
value: Uint8Array;
|
|
@@ -22,10 +26,6 @@ export declare enum NullValue {
|
|
|
22
26
|
export interface ListValue {
|
|
23
27
|
values?: Value[];
|
|
24
28
|
}
|
|
25
|
-
export interface Timestamp {
|
|
26
|
-
seconds: string;
|
|
27
|
-
nanos: number;
|
|
28
|
-
}
|
|
29
29
|
export interface DoubleValue {
|
|
30
30
|
value: number;
|
|
31
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protobuf.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAiDhD,MAAM,WAAW,KAAK;CACrB;AACD,MAAM,WAAW,GAAG;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC;CACrB;AACD,MAAM,WAAW,MAAM;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;CAC3C;AACD,MAAM,WAAW,KAAK;IAClB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,wBAAwB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IACrF,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB;AACD,oBAAY,SAAS;IACjB,UAAU,IAAI;CACjB;AACD,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;CACpB;AACD,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"protobuf.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAiDhD,MAAM,WAAW,KAAK;CACrB;AACD,MAAM,WAAW,SAAS;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,GAAG;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC;CACrB;AACD,MAAM,WAAW,MAAM;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;CAC3C;AACD,MAAM,WAAW,KAAK;IAClB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,wBAAwB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IACrF,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB;AACD,oBAAY,SAAS;IACjB,UAAU,IAAI;CACjB;AACD,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;CACpB;AACD,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,SAAS;IACtB,KAAK,EAAE,OAAO,CAAC;CAClB;AACD,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,UAAU,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protobuf.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"protobuf.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":";;;AAuEA,IAAY,SAEX;AAFD,WAAY,SAAS;IACjB,qDAAc,CAAA;AAClB,CAAC,EAFW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAEpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es5.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.esnext.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.dom.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../../node_modules/.pnpm/@types+chai@4.3.3/node_modules/@types/chai/index.d.ts","../../../../../tools/executors/test/dist/src/helpers/after-test.d.ts","../../../../../tools/executors/test/dist/src/helpers/timeout.d.ts","../../../../../tools/executors/test/dist/src/helpers/index.d.ts","../../../../../tools/executors/test/dist/src/types.d.ts","../../../../../node_modules/.pnpm/@types+mocha@8.2.3/node_modules/@types/mocha/index.d.ts","../../../../../tools/executors/test/dist/src/wrapper/wrapper.d.ts","../../../../../tools/executors/test/dist/src/wrapper/index.d.ts","../../../../../tools/executors/test/dist/src/index.d.ts","../../../../../tools/executors/test/index.d.ts","../../../../../node_modules/.pnpm/protobufjs@7.2.2/node_modules/protobufjs/index.d.ts","../../../../common/codec-protobuf/dist/types/src/mapping.d.ts","../../../../common/context/dist/types/src/context.d.ts","../../../../common/context/dist/types/src/index.d.ts","../../../../common/util/dist/types/src/binder.d.ts","../../../../common/util/dist/types/src/callback.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/assert.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/assert/strict.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/globals.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/buffer.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/child_process.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/cluster.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/console.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/constants.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/crypto.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/dgram.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/dns.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/dns/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/domain.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/dom-events.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/events.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/fs.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/http.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/http2.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/https.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/inspector.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/module.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/net.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/os.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/path.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/process.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/punycode.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/querystring.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/readline.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/readline/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/repl.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/stream.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/stream/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/stream/consumers.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/stream/web.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/test.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/timers.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/timers/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/tls.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/trace_events.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/tty.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/url.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/util.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/v8.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/vm.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/wasi.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/zlib.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/globals.global.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/index.d.ts","../../../../common/util/dist/types/src/complex.d.ts","../../../../common/util/dist/types/src/default-map.d.ts","../../../../common/debug/dist/types/src/assert.d.ts","../../../../common/debug/dist/types/src/error-handler.d.ts","../../../../common/debug/dist/types/src/error-stream.d.ts","../../../../common/debug/dist/types/src/exceptions.d.ts","../../../../common/debug/dist/types/src/fail.d.ts","../../../../common/debug/dist/types/src/inspect.d.ts","../../../../common/debug/dist/types/src/log-method.d.ts","../../../../../node_modules/.pnpm/@types+ms@0.7.31/node_modules/@types/ms/index.d.ts","../../../../../node_modules/.pnpm/@types+debug@4.1.7/node_modules/@types/debug/index.d.ts","../../../../common/debug/dist/types/src/logging.d.ts","../../../../common/debug/dist/types/src/raise.d.ts","../../../../common/debug/dist/types/src/snoop.d.ts","../../../../common/debug/dist/types/src/stack-trace.d.ts","../../../../common/debug/dist/types/src/strings.d.ts","../../../../common/debug/dist/types/src/throw.d.ts","../../../../common/debug/dist/types/src/timeout-warning.d.ts","../../../../common/debug/dist/types/src/todo.d.ts","../../../../common/debug/dist/types/src/devtools-formatter.d.ts","../../../../common/debug/dist/types/src/index.d.ts","../../../../common/keys/dist/types/src/public-key.d.ts","../../../../common/keys/dist/types/src/types.d.ts","../../../../common/keys/dist/types/src/index.d.ts","../../../../common/util/dist/types/src/human-hash.d.ts","../../../../common/util/dist/types/src/interval.d.ts","../../../../common/util/dist/types/src/json.d.ts","../../../../common/util/dist/types/src/map.d.ts","../../../../common/util/dist/types/src/platform.d.ts","../../../../common/util/dist/types/src/random.d.ts","../../../../common/util/dist/types/src/range.d.ts","../../../../common/util/dist/types/src/types.d.ts","../../../../common/util/dist/types/src/uint8array.d.ts","../../../../common/util/dist/types/src/safe-instanceof.d.ts","../../../../common/util/dist/types/src/defer-function.d.ts","../../../../common/util/dist/types/src/entry.d.ts","../../../../common/util/dist/types/src/index.d.ts","../../../../common/codec-protobuf/dist/types/src/stream.d.ts","../../../../common/codec-protobuf/dist/types/src/service.d.ts","../../../../common/codec-protobuf/dist/types/src/schema.d.ts","../../../../common/codec-protobuf/dist/types/src/common.d.ts","../../../../common/codec-protobuf/dist/types/src/codec.d.ts","../../../../common/codec-protobuf/dist/types/src/buffer-patch.d.ts","../../../../common/codec-protobuf/dist/types/src/substitutions/any.d.ts","../../../../common/codec-protobuf/dist/types/src/substitutions/struct.d.ts","../../../../common/codec-protobuf/dist/types/src/substitutions/timestamp.d.ts","../../../../common/codec-protobuf/dist/types/src/substitutions/index.d.ts","../../../../common/codec-protobuf/dist/types/src/encoding.d.ts","../../../../common/codec-protobuf/dist/types/src/sanitizer.d.ts","../../../../common/codec-protobuf/dist/types/src/compression.d.ts","../../../../common/codec-protobuf/dist/types/src/index.d.ts","../../../../common/timeframe/dist/types/src/timeframe.d.ts","../../../../common/timeframe/dist/types/src/index.d.ts","../../src/proto/substitutions.ts","../../src/proto/gen/google/protobuf.ts","../../src/proto/gen/example/testing/rpc.ts","../../src/proto/gen/example/testing/data.ts","../../src/proto/gen/dxos/type.ts","../../src/proto/gen/dxos/service/supervisor.ts","../../src/proto/gen/dxos/service/scheduler.ts","../../src/proto/gen/dxos/service/publisher.ts","../../src/proto/gen/dxos/rpc.ts","../../src/proto/gen/dxos/registry.ts","../../src/proto/gen/dxos/mesh/teleport/replicator.ts","../../src/proto/gen/dxos/mesh/teleport/objectsync.ts","../../src/proto/gen/dxos/mesh/teleport/notarization.ts","../../src/proto/gen/dxos/mesh/teleport/gossip.ts","../../src/proto/gen/dxos/mesh/teleport/control.ts","../../src/proto/gen/dxos/mesh/teleport/auth.ts","../../src/proto/gen/dxos/mesh/swarm.ts","../../src/proto/gen/dxos/mesh/signal.ts","../../src/proto/gen/dxos/mesh/replicator.ts","../../src/proto/gen/dxos/mesh/protocol.ts","../../src/proto/gen/dxos/mesh/presence.ts","../../src/proto/gen/dxos/mesh/muxer.ts","../../src/proto/gen/dxos/mesh/messaging.ts","../../src/proto/gen/dxos/mesh/broadcast.ts","../../src/proto/gen/dxos/mesh/bridge.ts","../../src/proto/gen/dxos/keys.ts","../../src/proto/gen/dxos/iframe.ts","../../src/proto/gen/dxos/halo/signed.ts","../../src/proto/gen/dxos/halo/keys.ts","../../src/proto/gen/dxos/halo/keyring.ts","../../src/proto/gen/dxos/halo/invitations.ts","../../src/proto/gen/dxos/halo/credentials/identity.ts","../../src/proto/gen/dxos/halo/credentials/greet.ts","../../src/proto/gen/dxos/halo/credentials/auth.ts","../../src/proto/gen/dxos/halo/credentials.ts","../../src/proto/gen/dxos/gravity.ts","../../src/proto/gen/dxos/echo/timeframe.ts","../../src/proto/gen/dxos/echo/snapshot.ts","../../src/proto/gen/dxos/echo/service.ts","../../src/proto/gen/dxos/echo/object.ts","../../src/proto/gen/dxos/echo/model/text.ts","../../src/proto/gen/dxos/echo/model/messenger.ts","../../src/proto/gen/dxos/echo/model/document.ts","../../src/proto/gen/dxos/echo/metadata.ts","../../src/proto/gen/dxos/echo/feed.ts","../../src/proto/gen/dxos/devtools/swarm.ts","../../src/proto/gen/dxos/devtools/host.ts","../../src/proto/gen/dxos/config.ts","../../src/proto/gen/dxos/client/services.ts","../../src/proto/gen/dxos/bot.ts","../../src/proto/gen/index.ts","../../src/proto/index.ts","../../src/codec.test.ts","../../src/types.ts","../../src/testing.ts","../../src/index.ts","../../../../../node_modules/.pnpm/@types+chai-as-promised@7.1.5/node_modules/@types/chai-as-promised/index.d.ts","../../../../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../../../../node_modules/.pnpm/@types+glob@7.1.4/node_modules/@types/glob/index.d.ts","../../../../../node_modules/.pnpm/@types+json-stringify-safe@5.0.0/node_modules/@types/json-stringify-safe/index.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/common.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/array.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/collection.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/date.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/function.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/lang.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/math.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/number.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/object.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/seq.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/string.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/util.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/index.d.ts","../../../../../node_modules/.pnpm/@types+lodash.get@4.4.7/node_modules/@types/lodash.get/index.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/common.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/array.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/collection.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/date.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/function.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/lang.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/math.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/number.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/object.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/seq.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/string.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/util.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/index.d.ts","../../../../../node_modules/.pnpm/@types+lodash.set@4.3.7/node_modules/@types/lodash.set/index.d.ts","../../../../../node_modules/.pnpm/form-data@3.0.1/node_modules/form-data/index.d.ts","../../../../../node_modules/.pnpm/@types+node-fetch@2.6.2/node_modules/@types/node-fetch/externals.d.ts","../../../../../node_modules/.pnpm/@types+node-fetch@2.6.2/node_modules/@types/node-fetch/index.d.ts","../../../../../node_modules/.pnpm/@types+react@18.0.21/node_modules/@types/react/global.d.ts","../../../../../node_modules/.pnpm/csstype@3.1.1/node_modules/csstype/index.d.ts","../../../../../node_modules/.pnpm/@types+prop-types@15.7.5/node_modules/@types/prop-types/index.d.ts","../../../../../node_modules/.pnpm/@types+scheduler@0.16.2/node_modules/@types/scheduler/tracing.d.ts","../../../../../node_modules/.pnpm/@types+react@18.0.21/node_modules/@types/react/index.d.ts","../../../../../node_modules/.pnpm/@types+sharedworker@0.0.80/node_modules/@types/sharedworker/iterable.d.ts","../../../../../node_modules/.pnpm/@types+sharedworker@0.0.80/node_modules/@types/sharedworker/index.d.ts","../../../../../node_modules/.pnpm/@types+uuid@8.3.4/node_modules/@types/uuid/index.d.ts"],"fileInfos":[{"version":"f20c05dbfe50a208301d2a1da37b9931bce0466eb5a1f4fe240971b4ecc82b67","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"9b087de7268e4efc5f215347a62656663933d63c0b1d7b624913240367b999ea","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"55f400eec64d17e888e278f4def2f254b41b89515d3b88ad75d5e05f019daddd","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"775d9c9fd150d5de79e0450f35bc8b8f94ae64e3eb5da12725ff2a649dccc777","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},{"version":"127bf414ca8ced28c9738b91a935121009d03bbc136668db980bd1ba18976b2b","affectsGlobalScope":true},"36749cb689e6a6b115c5e53ba524db65e402869487685e60a47fb9d67e4e0f84","2d154e27bae4cf3d6974c1007ad67267426df8d9e9077e21a5a814acf51d82ed","a2c0dbaaa28af2cc7c1e8338770a1812242260102f73c10621b13f4d745c05e3","adb6f9b36ddcd6312be1bf4868f56d43ba4e52f04504186c0b887cc281a0e386",{"version":"5f186a758a616c107c70e8918db4630d063bd782f22e6e0b17573b125765b40b","affectsGlobalScope":true},"056aee08e09cb8ae6b46304aea78aedac30798c73629d92349550e174b88f9bd","f337798601b1a58e9b483c4a35159ae8874bcee0c9a069a2f2a29aaa60b40b48","6892f452ef24dbdac5327a34d8d3287349ad9dc37c3c58495a69c37719cd47c3",{"version":"ebf9ee858f0cd5ef9afe869d14daab21a627418058beb59488a9789599f49078","affectsGlobalScope":true},"688c9dfd2b7114f5f01022abb5b179659f990d5af5924f185c2644ca99fe7b77","9344cf988d281041dcf4edcc7a38a01df6fcf76f3f93c102ab5e29ac519d5f2d","314bed9f9a7d59e616e2a9146fb45719875c31df51865ff9b7a474076a72f90b","7d47c4362195a4cd707b7289eae1e1f14dbc9ca6b3dfd8558116125196a2bfd9","89e1dafc3200576a6bbbfae5f08fe5a06f4ae8ae66b6830f0e0ed3352525dc8b","e5fa0b4eda7c240e18152af26da192b26ed43f9b1f2c4f5e7681c68647c9513b","7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"02873d070f9cb79f50833fbf4a9a27ac578a2edf8ddb8421eba1b37faba83bfb","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"c0db280fa6b09d7b8d6720a19a47f485956a41ee0e6914f1b704033eb69c6058","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","afcc1c426b76db7ec80e563d4fb0ba9e6bcc6e63c2d7e9342e649dc56d26347f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","dbe5aa5a5dd8bd1c6a8d11b1310c3f0cdabaacc78a37b394a8c7b14faeb5fb84","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"d4ac44f01d42f541631c5fc88d0ed8efac29a3a3ad9a745d9fd58f8b61ed132e","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","3163f47436da41706c6e2b3c1511f3b7cce9f9f3905b2f3e01246c48b4ba7d14","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","213fc4f2b172d8beb74b77d7c1b41488d67348066d185e4263470cbb010cd6e8",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"f7db71191aa7aac5d6bc927ed6e7075c2763d22c7238227ec0c63c8cf5cb6a8b","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"652ee9c5103e89102d87bc20d167a02a0e3e5e53665674466c8cfea8a9e418c7","e353532491c1e2ed577685208bd46ff89880d67b227bb8726d3b89c47feb938b","16730cbb6d69a12866e0e4a9da3a975cd3a593eb7f8004bf6e5fef4c1a38c5e0","88a4e5ae96cc4800fa4862d5d4d4a703b72cd670308579b6931b80d22e53c2cc","2f15067454e31f725b9cd489e3d8e7cb748aa2c13a52c776a5a4ebfae6ef4d5d","217767768c03d9107fab244f0a1d41ee2fc9beea572b9b10d3bbfcda258fa471","bf3f01a792987ebe27eee78ef5ba836d8359f95494c3a6a220d60844b8261d07","a52dffe094fa29673bc950ed469299c1852d8cfcfa4d6cfb8a5b7d6e0ca55c3c","d25f37d634a26a1aa3c96460d6a7ae56f1bc3de90a5e2a77d5eb656bbd5fd8f2","391b4ea9ef9bb44bb409b71f3f412cdced854a0851e903131a08b8aba4538109","6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","78828b06c0d3b586954015e9ebde5480b009e166c71244763bda328ec0920f41","e8d37de25272d6ce954de38cb5c2d628539d1515ca9cc515e594737ea0685184","9e5f9b01148b742d5e7498fea6e98a177f5e4e3d796fc2a371fdded6e560fce8","9a0cdf816b88045690f23f16a77368414b9ee344482f70658bc44232e15ba3fe","84eb87ebd9a5f2e44a9059de4aa82f95ce772e7088c37c006ccc77ef41aa761f","fcfaa4f54effe4c13bbf783a9a9202becc4d96f6f65ff51f721b9969aed95af1","b421bcd520c7ecadbedb6530dd81f51421beee30e3cf3e2d8293a53caa35c914","cdb25af900a1ac76f32cb09ca4bf1f482f32df42e1ab6caaef872493d05be049","847a129ac80b1e58628da2d8c057068f978fb7afc4ea71afe25ea396c2b9be91","5972dc2ce5a044705f08473dac562f93c0fd8d86424cd798558b258579fd9ecc","242ea04b0892b2c25c5839c98d33bf6dc160ed7617c69126c1296db44c8dcba4","20025a3bc3f7f73239c98f0843e8678250f5f96dfb3cb2481aa8f0a152da3ee8","bdadb6b8dcc20949ef90ac9643802e31759e2d1d8300b433f18b068c6746ade8","f486a1361c003352dcf5c9bb6b58ae3ff39ab94caed9093baeb55a44a72eae60","1a638d23afe27dc97b6b39fbd1b0c24d6de789a7326f22f450b864fd5aef38e4","fb4f262b388fd864f4f8a12ab54ac7be963a3c2b80a8c2d92bf01e3de26bc35e","e2302ae00a4f260f699ae4b6896b17045e03b9ca10088a99f1163abb0a2b40d3","a20b5a48195999025be24ec88c203ffb5ee22cf76744cf6d5d30ef46fb23d765","0379eb72b118d0f5e41b231a8caa455d14e2fcdd2a50fac7690330882a1ba5e6","93a58f25c0ac6ad9755b254a814eec685d67d056496b8f9f9c5060a8aa9b1e26","71978aff805c6ea67feadf96f8c06092d61f87dca145b8f034415e29bfcf464a","137304ad31508b2cc453328b3e4c0c867b16160874e74e888589667f946acd76","82b59567f1b20af87bc80e1d3048566411d6adff4c21a3d1bf0056129f683993","89a426d02d9d046aa88b7eb9116cfc39158d3d7ac29ef0a8ee03d33b87e2eb9c","d0c6147ed3360ff39ff49455ff9119199c771296f957ea0e9b4fecc0eb200786","a5023fabc42afd22179c6d27bb333e73e1db01c13646ce1a14a0869a469ca444","63ff8179dd68f4f637bac9f7a454d40d25a74f4136e74fb5630993b14113151c","31144e440d2bb5d141d640809a2b96e0aad40b2f39fefd58e699dcba244bdfe2","92ddb848db14a0d5094a5de62e08f9cf43de04a763a40e6f1b03924758385a43","1d2cbce71030222d1a2654ee2b04120658fbf91dc110ab09ecd9353f03b64d02","756ac87b68068ba714805e238944297ba5d27ed10541e807baaf25015ecad507","b76f7cb604b5211cc402edb3ce72524d6349d045f57f8839d7dbad24ff11490e","0dcbba22414a5e480aee5b6bc7995e3e15eea6bb40bcd6845f53d8f36d906b41","98bc5c328a2dcb0ffb4f3cfd6b00f8214abaafd01e8eb0dd63ba5cd899d31593","853f8b5bad38ee5da23051f691343f4ce6985daa54cbe8c610e1d6017fb2111b","773d53f5104b0adebf2b02cd35f567e74d148f003cc5de1b9f9dd58e4247336f","783c6db5138362cc5e679133e1f5fc3dc50ee274340033f508433f672ec52634","420390b4f5b39aff43f86fe27176be792af25952004f87a0428ed91b61679d2c","2da7f849cc9a920aeb4b3e2cdd6304204688b3627c8f4fb91e8cbb5fd9a10067","5379fda7c7e6432d77fe6150a766c242129a4fd5c641a3fa03800069031df18b","3ac918660e78f6a560c0571f4e0b6c826234d7713fbdd574393a74ff7dbfd3f3","3895e3b8060a898f30079abd808c00d05f53152fecbd49b93b4622d4b30ad581","4b5c1de59eac7eda7bef3a7549a01b733b7be3c5571782507f2bbb8c964660e7",{"version":"89893c67428db587fc664c60f86f92a502dfd2b4067394901c84874f830b2575","signature":"b64c918124eedda650969d3427bff77f318c976ddc616385340b2dacfe2433d5"},{"version":"021257d0aa62ac2bc54ab11d5a6f8a1ba1008f48d8641d583c9dc542b360ae72","signature":"5afc5db690285ecb55d1e286229c8ed4bbf62a16b0d1ca51bda49c3f7c63d331"},{"version":"81ffacecad48aa7ee9ba02f2de4f7b2970ead3cc2db0f0bb5268ff7780f4078e","signature":"1f2490710bb65f6d475bd5c7a87505c668d5c93705e9307d790ca97f65a6dd03"},{"version":"ba836e854b0f1b4db7edca7ee9ab2e648908e4a980770835a54d422484120f37","signature":"b7f1b07b1bd3701cb7baa206d3e51eae6081665c299d5628dc770eec1077e198"},{"version":"74057570885f2bb18fc8f2c576c12cb2832ca98c7c1ded90e13a82c4a33dfe68","signature":"ee6cb515046a5d215766b74c24e928efd2ea91f15364e115f65cf18c827e7ef8"},{"version":"b9a2283a911d4bb3f7ba73f0176954048c0f2c58efd0f876d9c6233f4c9964b8","signature":"ec253b31f1c1930f2c9bd1a44e40273c39512df27e9432a3019d07c81ead0069"},{"version":"f3843331043ff672d2f8a6a4196771295da655a1be212ce4a999e2a94308e5b2","signature":"00bf4bdd8fa0ca0f49729e22e5fc83c111e88b8d33af3a5accc405dfce4e9b4c"},{"version":"bce4d7f6b0a5868f3697ce0dea3b0172dd6f89299ae86612404b3bd3a9381b50","signature":"0c314d653624e1df645fcc936c6111bfcef39508ebcab51a0031eb32f63a7169"},{"version":"d388789e67e7d8f318c187c80de50bb61eaf2d3a030a2267fe6b4b041aec7c96","signature":"1871ee9fbf660233b5cd713f9cfb3fc9a14ef6e86eff91947fd6e5e2ab407bbe"},{"version":"c886c43e4712226125898842045a0d7df3ebf6236ff66c7db807b5d199489ebd","signature":"b4be080da541ca816e6d43650f1ab24c3e071d6fdffc2db130172b16adc5757f"},{"version":"c0f984adf5792a83a48d642ce7ba520b66b0f0cf410bb08b6a74d1b37fa0a3eb","signature":"f8a46d7b7a486e1b8bf99a6fb02a06320c750f9ce08f61fb4bc6b6d0736fb3a8"},{"version":"cb7af1bc34253fda068632dd72bac9412de3e86ab55dbcdc5d74ace5bb743e14","signature":"13fd97489117b8e00b39839d9976e6d6c5496e2c983f0732c1ccf34113b37c6c"},{"version":"35493569fb111eff3eb61905c5cc972ffe2c33e6444bc8762bb38624f569a1bc","signature":"90672d13d28276c219d00284df5917be313c64e61b19751e88ea87ef6fdfa3fb"},{"version":"0ab0cff0792a9743e8288f4a0858c81df0bdcfbfed332c2a1727c4b57be01ae6","signature":"d63708441a58842c995efa9362dd6f03c5ba9937d0b2ac2f02cd85bd705b8aaf"},{"version":"a403a0e4daac44442630d1cdc48635e526020a6afa9ac09c019a00271af83972","signature":"7ab9e8c2b77d46bcd82374ab9ca06bea77e4fe3c9cd092b0a462afa7a03cb5a6"},{"version":"39681a7d128a091f992330791feff2f0671d8374380382a76d88927e557ace29","signature":"c68aa6c03f91cd2486ae21ed13e2374ee5294def6f0c646921c3f50cc51f0c90"},{"version":"4386d19957a56bd1503ba94482d96284f925f7f47580f3e8c2ba94bbfa817582","signature":"39bf7ebbcab3880bc14ef33374477ad8f466696430eb9c01e4adbe869c7a90b0"},{"version":"6d2b30d634cfcf79b5885f2cd6e806a0e404119a6838cff0428cbbab740981c8","signature":"e6d4ed86bd3e7cd71841082af7572711fcd8a3384fde4fd95ab6185382ea860e"},{"version":"ef7362294def2d2efbc4cac519153ad20cabf0c2fd3fa23dee4eb911259858d1","signature":"091005e28b494ab236de1979161aa31c6240bfd8316599fb8aa39bdb34d2abcd"},{"version":"a5efcfcad3d9fa81bbb66650bea121134050477dcdbf6769b8288396d5829e7a","signature":"f64c80a1beb885a36a688782e0f22270ace2dbca7ae3e9df7fb350848277fb7b"},{"version":"e7ed40315c393bc90bf8f71467a96ce819d11bffc33d2be843c2af78cabc6b23","signature":"366452d8b0bc85c73fea7e8b1a372880fd4d19cdd99bc6795ed474b4596ec5ae"},{"version":"b5a2d309cf4653f48902fe5277aff14de20919d7f6d557ee2cd9931ee20b393b","signature":"b89960c574d44b7fa9b4287b35288c914684588c43edea33595eb86ea2d0b625"},{"version":"45573d7839a33099e22022133e7d304373c999de487d196863c385e4e2e850ef","signature":"17323793b0e464fb0fb030ca3d6b3466d6244bd15fe2db59bee594e0bd52c791"},{"version":"78e481ad7731b54a02444ef0e69b557697c99d41f6809625e825cc4c76e3ba68","signature":"65148a6e8364f4c0416a07bf0565af6e956a7e29add50cab441fbbeb2b7582dd"},{"version":"4c95a31dd463d4a7b7577275444f2d2b941ed0a91aaf531998640c3e9009119a","signature":"4bb70cc79edae43fde316600b7c3324254608ad30dc06225fa1a51f92aacc7ad"},{"version":"59743e4fcee6f41dc7c7bf8a5b7684e56eefdf583e98f2f60f76130a5f83fe96","signature":"ac0735c90d193c3bd9ed324e751879cd0bab18360766b68dc144f90fd37277a5"},{"version":"08506787ca5afa1fe10dbb1153ad914dba79bbc68c65ccc6c76659d9f6fe3998","signature":"3796ac371d08f052f452237dae1f7fe88d6019e3afbdf20f444e7bd03e3d4730"},{"version":"bc0269c3c1f82a4e4c380c77230ad39c40ca9a5954c15c513b48c02f42719f17","signature":"1eccbc34d4aecef03dfc332a6f435e93aafabfb8cbca26adb32d6127eb21beb4"},{"version":"e1b9675c126cc72c5adc2697fb5ef494da1f75505ac2a90669ee597fa99c30ed","signature":"6a384f6ff9dd0c1e370870390ae65b5950b3e8422be950f30d8dd9ee42dd8a56"},{"version":"c1cae5b53a77c1c8e4ce430e5b884d9d02059099ae3d3807f19923ef371e76fc","signature":"b5ec58a6c95c8d608eb8949081e2f952cfddf56d50bdcb9b92729b1dcf7b8c66"},{"version":"ff7a380e773f72d10bfe444bd371635e345a48520ff156da53c756afa7a03093","signature":"94b08b18e8a53d09a0bcf6ff3ceb1f606cc1852bfb34a7ca820a1abebb9d9d7f"},{"version":"b022e3564f27d74408315d911b7c0149544f233d915b7c3e70a5bea22f75cda1","signature":"b9d9d881e17e013afa9b84163ac22182b80731b3ff7fb299905af219340a303c"},{"version":"8d6af2bb318b252a500840ded9e961c765362483e7357006e965998ed62b5904","signature":"7c129d20a426c5c9b21f805ff55ad70121bd445caac035d34c8dd5b4b587c398"},{"version":"6ffef2d72502111e48e054a1b998dd0fa13e41d55427e12ccb2fd42f9d3bf497","signature":"0d533b6079a6b15b4b4d234f37598824455596b72de40862eb418c008df4b534"},{"version":"f4b17178f5adf90fb1e768ff6a9316014fd0da7a867b52d7f3b181e54b2ee0c3","signature":"092306b2f4c4a97449e0893cafc59a0fbd16e254eb0a4a5b75d05038c9f2bf87"},{"version":"629eaae7edc3b0bf684c83fa054d20a2c350193321d639698f85678057273a97","signature":"e454790d23a1a6054340d4051e38b8fbba793e477aa342f4ea7a42914a832460"},{"version":"94274e7f7d43d23f57b4da23fa01e6ab8483c6024f06a3c5108b02f1fc6e40a8","signature":"6c9552b0ae6c9405b653735f42a915b27df546e0e9bccf463bbd207c5b08fd0f"},{"version":"05e5ba7dc1b12812acf99090b0bdddb5c07155aaab9b8c069cfcd82239924237","signature":"51c152ffc56914f704019f72a088550781f8883a5fc92217ce2acb653c882a74"},{"version":"70faf870829f4d44307255dda5ac68c6325f2184818907fc3c1b0fe8ef0dac0b","signature":"84a807bc47c87436a84b867c01c14d8ca10e5c0f73a4b8d53c2430e0110599a0"},{"version":"c8e833cc77623a74cca957d58da62fe183abf72d77f5e98d4f868534499b9761","signature":"f0eb38009ffb2d5b8a4c668697b4c40a7e176781a5684d1c2f68acea4b39e6fb"},{"version":"c7fec21ff51273261df6539f2eb60e847a4952927dd5618ff3eeac2723b8721c","signature":"ba2f0cc7c5b269b7a673126c03ee13a80cd4bb77e993fd8201a3c17388ca9f10"},{"version":"1535697eac82e0ee3019ec2e585dcfcd874fe474aae9e164b9cd68532ca246b2","signature":"df79423d3b8c29b11eaa63f13326473de00aa3d8664a9aa6dc44db40faee2440"},{"version":"2bc3145666c43890a5625cb50431fdf5f67fa0ee0f1391a3222298725e29651d","signature":"250757834f996e6e1ff2bc2b9d03426cfd5bcb462aef4fc81757cfee80e912ab"},{"version":"bd6b3fffe1dbdb2548a35e906440f12b173dea0b65459319aed782ce51df6545","signature":"187ae0c95b28c0a8c1e1704089c325041677ebfc7fde882eb8d0c35724534d8d"},{"version":"180fa0ea8346ac9494321eca1aeddb1dfa6e3ffd552f8cc322d31ace9fc17eee","signature":"61cf0db0db86b6a6878632eb4f358b277e2929b21d64df7409602ce06a54ecf9"},{"version":"56206e70e119308a86ee44b4446c88ac092ac72c07b2958dc9482cd09194b7a1","signature":"17bd3f2c6bc2672e7048c73410b61115f8752628fa00aeeff86ce9d69adbc356"},{"version":"aa8d75f5b2cd27865a42e6b1386b5c703b0377eec6eb924d12d70935586d6a37","signature":"f84aba6d7eab18a6a5f75fccef0b78a768a9095d98aa541a15f330f3046d0ff3"},{"version":"99abbc45dfd25bc1f4071ccd093408a6901daba4784ea79b7cd726b2a1649a6d","signature":"dda45acb4bcb66eeef44d3af58f3c8ebca129e264ebb82555285ebbb0ef96531"},{"version":"e5424786e32b16b1b263bf41a8c93e1c54d11cbc37a7ba964b8af27385f09716","signature":"03d8864045a1230053258d40c5aa985a5f85f00527dac4feddd7df9dc9044bb9"},{"version":"ebf0a8f0522031eadba62356a4c05faaa47891306cc345c11cd756598838ae72","signature":"3cd553446d68b82a8ca38690967af2191ebb9d41e5b8c0b746f852afdb380b22"},{"version":"a02adde2ef760296cd7f925c10d04697802bfcca16ca1d50f2757c7754902a9c","signature":"b4118beecd2e78838d6c821d01f76445d97adf4451782f0f6a83e69c3f328f9c"},{"version":"6a7d807d8be82ea8144080d89a2323056fd1c2c8af1db1187c9fc71b0ed90bf1","signature":"6bf909a99df4bf3c16a5affbff1d4790fa17a44dad35992d4ce7503d2b73afd0"},{"version":"65ddc38a4e2957b5f8d570a5654bd1468f63a8dca3ca9bd6cb913bf2219de1d9","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"b28d0fa94ccdd0d539527a79d2bb927879dd774c7f50c6b7c1e4005de1f06672","signature":"ec22dc9a35ed18949bb3433423bb5b4a2a5218567844a6b1a545665ea493bcc3"},{"version":"81d161fb7a867d82599600bb6b30f1308f93b6ba17ac24b8ad65d8cbefe25e7a","signature":"812b353fadc7eb763874904e33bfe7588289c078e4c7d106f1735f87728dad5c"},{"version":"f39b132f7b3d20b1cd28129e20902bc5abf404e9a5d687b2c70db599a1bd6634","signature":"6cba83bc7f4c2ec3ee625b2202497678ed0cec297b3fe075a01eba42d5447866"},{"version":"63e2182615c513e89bb8a3e749d08f7c379e86490fcdbf6d35f2c14b3507a6e8","affectsGlobalScope":true},"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","725b884357ba84171341a8e4cc08edf11417854fd069842ca6d22afb2e340e45","64eed1f2c6181b9b2e0c26491b7b2ef70f7a4a7f8871ec551d5b76fdf06289b6","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"7990d4efa7515d50f75a341b8e3330987316fa9bdedef893f5dea07db43d9173","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","7a79ca84e4370ed2e1afaa99ff7d25194901916b7672e977d16f77af3b71342f","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"8d32c047d18ca6222c30a66648f4bfa21a0dddeb42459f81ed7c17a8bf17585f","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","3898e3dbe94b6fe529fbe8f0faee1309c1923100516d7a014b301955e52ece77","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568",{"version":"bbdf156fea2fabed31a569445835aeedcc33643d404fcbaa54541f06c109df3f","affectsGlobalScope":true},"1c29793071152b207c01ea1954e343be9a44d85234447b2b236acae9e709a383","6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",{"version":"5917af4ff931b050dba49a1dedd9c00f15f7b3dc4345ad8491bfacd2ec68ed32","affectsGlobalScope":true},{"version":"0a8be00817309c500511cc829f010a28e411603d89b750d1127c084342476acd","affectsGlobalScope":true},{"version":"c693d1b4ababb3c310674f1058d781b3474d273f8abc915561cec53b0d10787e","affectsGlobalScope":true},"fab58e600970e66547644a44bc9918e3223aa2cbd9e8763cec004b2cfb48827e"],"options":{"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":false,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":1,"noImplicitOverride":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":5},"fileIdsList":[[55,117],[117],[117,134],[87,117,124,235],[117,250],[117,264],[117,252,254,255,256,257,258,259,260,261,262,263,264],[117,252,253,255,256,257,258,259,260,261,262,263,264],[117,253,254,255,256,257,258,259,260,261,262,263,264],[117,252,253,254,256,257,258,259,260,261,262,263,264],[117,252,253,254,255,257,258,259,260,261,262,263,264],[117,252,253,254,255,256,258,259,260,261,262,263,264],[117,252,253,254,255,256,257,259,260,261,262,263,264],[117,252,253,254,255,256,257,258,260,261,262,263,264],[117,252,253,254,255,256,257,258,259,261,262,263,264],[117,252,253,254,255,256,257,258,259,260,262,263,264],[117,252,253,254,255,256,257,258,259,260,261,263,264],[117,252,253,254,255,256,257,258,259,260,261,262,264],[117,252,253,254,255,256,257,258,259,260,261,262,263],[117,238,240,241,242,243,244,245,246,247,248,249,250],[117,238,239,241,242,243,244,245,246,247,248,249,250],[117,239,240,241,242,243,244,245,246,247,248,249,250],[117,238,239,240,242,243,244,245,246,247,248,249,250],[117,238,239,240,241,243,244,245,246,247,248,249,250],[117,238,239,240,241,242,244,245,246,247,248,249,250],[117,238,239,240,241,242,243,245,246,247,248,249,250],[117,238,239,240,241,242,243,244,246,247,248,249,250],[117,238,239,240,241,242,243,244,245,247,248,249,250],[117,238,239,240,241,242,243,244,245,246,248,249,250],[117,238,239,240,241,242,243,244,245,246,247,249,250],[117,238,239,240,241,242,243,244,245,246,247,248,250],[117,238,239,240,241,242,243,244,245,246,247,248,249],[90,116,117,124,266,267],[71,117],[74,117],[75,80,108,117],[76,87,88,95,105,116,117],[76,77,87,95,117],[78,117],[79,80,88,96,117],[80,105,113,117],[81,83,87,95,117],[82,117],[83,84,117],[87,117],[85,87,117],[87,88,89,105,116,117],[87,88,89,102,105,108,117],[117,121],[90,95,105,116,117],[87,88,90,91,95,105,113,116,117],[90,92,105,113,116,117],[71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123],[87,93,117],[94,116,117],[83,87,95,105,117],[96,117],[97,117],[74,98,117],[99,115,117,121],[100,117],[101,117],[87,102,103,117],[102,104,117,119],[75,87,105,106,107,108,117],[75,105,107,117],[105,106,117],[108,117],[109,117],[87,111,112,117],[111,112,117],[80,95,105,113,117],[114,117],[95,115,117],[75,90,101,116,117],[80,117],[105,117,118],[117,119],[117,120],[75,80,87,89,98,105,116,117,119,121],[105,117,122],[117,269,270,271,272],[117,274],[90,105,117,124],[117,165,166],[65,66,117,164,165],[66,117,164],[65,117,171],[66,117,162,163,164,165,166,167,171,172,173,174],[65,117,165],[65,117],[65,117,163,165,166],[65,117,162,164,165],[68,117,161],[66,117,164,165],[117,168,169,170],[67,117],[87,117,124],[117,127,128,129,130,131,132,133,136,137,138,139,140,141,142,143,144],[117,135],[117,146,147],[117,124,145],[117,124],[117,176],[117,124,148],[117,148],[69,70,117,125,126,149,150,151,152,153,154,155,156,157,158,159,160],[55,64,117,229],[117,229,231,232],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,228],[117,148,175,177],[117,177,222,229,231],[117,148,175,177,217,222,229],[56,57,117],[58,59,62,117],[61,117],[60,117],[63,64,117],[229,231,232],[175,178,225,226],[175,178,191,208,212,225,227],[178],[175,178,186,195,205,207,215,222,223],[178,212,217],[178,212],[175,178,217],[178,217],[178,206],[178,205],[175,178,194],[175,178],[212],[225],[175,178,225],[178,212,225],[178,187],[175,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[228],[148,175,177],[177,222,231],[148,175,177,217,222,229]],"referencedMap":[[234,1],[55,2],[135,3],[236,4],[237,2],[251,5],[265,6],[253,7],[254,8],[252,9],[255,10],[256,11],[257,12],[258,13],[259,14],[260,15],[261,16],[262,17],[263,18],[264,19],[239,20],[240,21],[238,22],[241,23],[242,24],[243,25],[244,26],[245,27],[246,28],[247,29],[248,30],[249,31],[250,32],[235,2],[60,2],[134,2],[267,2],[268,33],[71,34],[72,34],[74,35],[75,36],[76,37],[77,38],[78,39],[79,40],[80,41],[81,42],[82,43],[83,44],[84,44],[86,45],[85,46],[87,45],[88,47],[89,48],[73,49],[123,2],[90,50],[91,51],[92,52],[124,53],[93,54],[94,55],[95,56],[96,57],[97,58],[98,59],[99,60],[100,61],[101,62],[102,63],[103,63],[104,64],[105,65],[107,66],[106,67],[108,68],[109,69],[110,2],[111,70],[112,71],[113,72],[114,73],[115,74],[116,75],[117,76],[118,77],[119,78],[120,79],[121,80],[122,81],[271,2],[269,2],[273,82],[272,2],[275,83],[274,2],[276,2],[270,2],[266,84],[65,2],[11,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[8,2],[47,2],[44,2],[45,2],[46,2],[48,2],[9,2],[49,2],[50,2],[51,2],[52,2],[53,2],[1,2],[10,2],[54,2],[167,85],[166,86],[165,87],[174,2],[172,88],[175,89],[66,90],[173,91],[164,92],[163,93],[162,94],[168,95],[171,96],[169,2],[170,2],[67,2],[68,97],[127,2],[144,2],[128,98],[129,2],[130,2],[131,2],[145,99],[132,2],[133,2],[136,100],[137,2],[138,2],[139,2],[140,2],[141,2],[142,2],[143,2],[148,101],[146,102],[147,103],[177,104],[176,105],[69,2],[70,2],[125,103],[126,2],[159,2],[160,2],[149,106],[161,107],[150,2],[151,2],[152,2],[153,2],[154,2],[155,2],[158,2],[156,2],[157,2],[230,108],[233,109],[227,110],[226,111],[225,112],[224,113],[223,114],[222,115],[221,116],[220,117],[219,118],[218,119],[217,120],[216,121],[215,122],[214,123],[213,124],[212,125],[211,126],[210,127],[209,128],[208,129],[207,130],[206,131],[205,132],[204,133],[203,134],[202,135],[201,136],[200,137],[199,138],[198,139],[197,140],[196,141],[195,142],[194,143],[193,144],[192,145],[191,146],[190,147],[189,148],[188,149],[187,150],[186,151],[185,152],[184,153],[183,154],[182,155],[181,156],[180,157],[179,158],[228,159],[229,160],[178,161],[232,162],[231,163],[56,2],[58,164],[57,2],[63,165],[59,2],[62,166],[61,167],[64,168]],"exportedModulesMap":[[234,1],[55,2],[135,3],[236,4],[237,2],[251,5],[265,6],[253,7],[254,8],[252,9],[255,10],[256,11],[257,12],[258,13],[259,14],[260,15],[261,16],[262,17],[263,18],[264,19],[239,20],[240,21],[238,22],[241,23],[242,24],[243,25],[244,26],[245,27],[246,28],[247,29],[248,30],[249,31],[250,32],[235,2],[60,2],[134,2],[267,2],[268,33],[71,34],[72,34],[74,35],[75,36],[76,37],[77,38],[78,39],[79,40],[80,41],[81,42],[82,43],[83,44],[84,44],[86,45],[85,46],[87,45],[88,47],[89,48],[73,49],[123,2],[90,50],[91,51],[92,52],[124,53],[93,54],[94,55],[95,56],[96,57],[97,58],[98,59],[99,60],[100,61],[101,62],[102,63],[103,63],[104,64],[105,65],[107,66],[106,67],[108,68],[109,69],[110,2],[111,70],[112,71],[113,72],[114,73],[115,74],[116,75],[117,76],[118,77],[119,78],[120,79],[121,80],[122,81],[271,2],[269,2],[273,82],[272,2],[275,83],[274,2],[276,2],[270,2],[266,84],[65,2],[11,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[8,2],[47,2],[44,2],[45,2],[46,2],[48,2],[9,2],[49,2],[50,2],[51,2],[52,2],[53,2],[1,2],[10,2],[54,2],[167,85],[166,86],[165,87],[174,2],[172,88],[175,89],[66,90],[173,91],[164,92],[163,93],[162,94],[168,95],[171,96],[169,2],[170,2],[67,2],[68,97],[127,2],[144,2],[128,98],[129,2],[130,2],[131,2],[145,99],[132,2],[133,2],[136,100],[137,2],[138,2],[139,2],[140,2],[141,2],[142,2],[143,2],[148,101],[146,102],[147,103],[177,104],[176,105],[69,2],[70,2],[125,103],[126,2],[159,2],[160,2],[149,106],[161,107],[150,2],[151,2],[152,2],[153,2],[154,2],[155,2],[158,2],[156,2],[157,2],[233,169],[227,170],[226,171],[225,172],[224,173],[223,172],[222,174],[221,175],[217,172],[216,176],[215,177],[212,172],[211,172],[210,178],[209,172],[208,175],[206,179],[205,178],[204,172],[202,180],[200,172],[198,172],[197,172],[196,172],[195,181],[194,172],[191,172],[190,182],[189,172],[188,172],[187,172],[186,172],[185,183],[184,184],[183,185],[182,186],[180,181],[179,172],[228,187],[229,188],[178,189],[232,190],[231,191],[56,2],[58,164],[57,2],[63,165],[59,2],[62,166],[61,167],[64,168]],"semanticDiagnosticsPerFile":[234,55,135,236,237,251,265,253,254,252,255,256,257,258,259,260,261,262,263,264,239,240,238,241,242,243,244,245,246,247,248,249,250,235,60,134,267,268,71,72,74,75,76,77,78,79,80,81,82,83,84,86,85,87,88,89,73,123,90,91,92,124,93,94,95,96,97,98,99,100,101,102,103,104,105,107,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,271,269,273,272,275,274,276,270,266,65,11,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,33,34,35,36,7,37,42,43,38,39,40,41,8,47,44,45,46,48,9,49,50,51,52,53,1,10,54,167,166,165,174,172,175,66,173,164,163,162,168,171,169,170,67,68,127,144,128,129,130,131,145,132,133,136,137,138,139,140,141,142,143,148,146,147,177,176,69,70,125,126,159,160,149,161,150,151,152,153,154,155,158,156,157,230,233,227,226,225,224,223,222,221,220,219,218,217,216,215,214,213,212,211,210,209,208,207,206,205,204,203,202,201,200,199,198,197,196,195,194,193,192,191,190,189,188,187,186,185,184,183,182,181,180,179,228,229,178,232,231,56,58,57,63,59,62,61,64],"latestChangedDtsFile":"./src/index.d.ts"},"version":"4.8.4"}
|
|
1
|
+
{"program":{"fileNames":["../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es5.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.esnext.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.dom.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../../node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../../node_modules/.pnpm/@types+chai@4.3.3/node_modules/@types/chai/index.d.ts","../../../../../tools/executors/test/dist/src/helpers/after-test.d.ts","../../../../../tools/executors/test/dist/src/helpers/timeout.d.ts","../../../../../tools/executors/test/dist/src/helpers/index.d.ts","../../../../../tools/executors/test/dist/src/types.d.ts","../../../../../node_modules/.pnpm/@types+mocha@8.2.3/node_modules/@types/mocha/index.d.ts","../../../../../tools/executors/test/dist/src/wrapper/wrapper.d.ts","../../../../../tools/executors/test/dist/src/wrapper/index.d.ts","../../../../../tools/executors/test/dist/src/index.d.ts","../../../../../tools/executors/test/index.d.ts","../../../../../node_modules/.pnpm/protobufjs@7.2.2/node_modules/protobufjs/index.d.ts","../../../../common/codec-protobuf/dist/types/src/mapping.d.ts","../../../../common/context/dist/types/src/context.d.ts","../../../../common/context/dist/types/src/index.d.ts","../../../../common/util/dist/types/src/binder.d.ts","../../../../common/util/dist/types/src/callback.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/assert.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/assert/strict.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/globals.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/buffer.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/child_process.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/cluster.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/console.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/constants.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/crypto.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/dgram.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/dns.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/dns/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/domain.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/dom-events.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/events.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/fs.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/http.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/http2.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/https.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/inspector.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/module.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/net.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/os.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/path.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/process.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/punycode.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/querystring.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/readline.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/readline/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/repl.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/stream.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/stream/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/stream/consumers.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/stream/web.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/test.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/timers.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/timers/promises.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/tls.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/trace_events.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/tty.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/url.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/util.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/v8.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/vm.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/wasi.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/zlib.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/globals.global.d.ts","../../../../../node_modules/.pnpm/@types+node@18.11.9/node_modules/@types/node/ts4.8/index.d.ts","../../../../common/util/dist/types/src/complex.d.ts","../../../../common/util/dist/types/src/default-map.d.ts","../../../../common/debug/dist/types/src/assert.d.ts","../../../../common/debug/dist/types/src/error-handler.d.ts","../../../../common/debug/dist/types/src/error-stream.d.ts","../../../../common/debug/dist/types/src/exceptions.d.ts","../../../../common/debug/dist/types/src/fail.d.ts","../../../../common/debug/dist/types/src/inspect.d.ts","../../../../common/debug/dist/types/src/log-method.d.ts","../../../../../node_modules/.pnpm/@types+ms@0.7.31/node_modules/@types/ms/index.d.ts","../../../../../node_modules/.pnpm/@types+debug@4.1.7/node_modules/@types/debug/index.d.ts","../../../../common/debug/dist/types/src/logging.d.ts","../../../../common/debug/dist/types/src/raise.d.ts","../../../../common/debug/dist/types/src/snoop.d.ts","../../../../common/debug/dist/types/src/stack-trace.d.ts","../../../../common/debug/dist/types/src/strings.d.ts","../../../../common/debug/dist/types/src/throw.d.ts","../../../../common/debug/dist/types/src/timeout-warning.d.ts","../../../../common/debug/dist/types/src/todo.d.ts","../../../../common/debug/dist/types/src/devtools-formatter.d.ts","../../../../common/debug/dist/types/src/index.d.ts","../../../../common/keys/dist/types/src/public-key.d.ts","../../../../common/keys/dist/types/src/types.d.ts","../../../../common/keys/dist/types/src/index.d.ts","../../../../common/util/dist/types/src/human-hash.d.ts","../../../../common/util/dist/types/src/interval.d.ts","../../../../common/util/dist/types/src/json.d.ts","../../../../common/util/dist/types/src/map.d.ts","../../../../common/util/dist/types/src/platform.d.ts","../../../../common/util/dist/types/src/random.d.ts","../../../../common/util/dist/types/src/range.d.ts","../../../../common/util/dist/types/src/types.d.ts","../../../../common/util/dist/types/src/uint8array.d.ts","../../../../common/util/dist/types/src/safe-instanceof.d.ts","../../../../common/util/dist/types/src/defer-function.d.ts","../../../../common/util/dist/types/src/entry.d.ts","../../../../common/util/dist/types/src/index.d.ts","../../../../common/codec-protobuf/dist/types/src/stream.d.ts","../../../../common/codec-protobuf/dist/types/src/service.d.ts","../../../../common/codec-protobuf/dist/types/src/schema.d.ts","../../../../common/codec-protobuf/dist/types/src/common.d.ts","../../../../common/codec-protobuf/dist/types/src/codec.d.ts","../../../../common/codec-protobuf/dist/types/src/buffer-patch.d.ts","../../../../common/codec-protobuf/dist/types/src/substitutions/any.d.ts","../../../../common/codec-protobuf/dist/types/src/substitutions/struct.d.ts","../../../../common/codec-protobuf/dist/types/src/substitutions/timestamp.d.ts","../../../../common/codec-protobuf/dist/types/src/substitutions/index.d.ts","../../../../common/codec-protobuf/dist/types/src/encoding.d.ts","../../../../common/codec-protobuf/dist/types/src/sanitizer.d.ts","../../../../common/codec-protobuf/dist/types/src/compression.d.ts","../../../../common/codec-protobuf/dist/types/src/index.d.ts","../../../../common/timeframe/dist/types/src/timeframe.d.ts","../../../../common/timeframe/dist/types/src/index.d.ts","../../src/proto/substitutions.ts","../../src/proto/gen/google/protobuf.ts","../../src/proto/gen/example/testing/rpc.ts","../../src/proto/gen/example/testing/data.ts","../../src/proto/gen/dxos/type.ts","../../src/proto/gen/dxos/service/supervisor.ts","../../src/proto/gen/dxos/service/scheduler.ts","../../src/proto/gen/dxos/service/publisher.ts","../../src/proto/gen/dxos/rpc.ts","../../src/proto/gen/dxos/registry.ts","../../src/proto/gen/dxos/mesh/teleport/replicator.ts","../../src/proto/gen/dxos/mesh/teleport/objectsync.ts","../../src/proto/gen/dxos/mesh/teleport/notarization.ts","../../src/proto/gen/dxos/mesh/teleport/gossip.ts","../../src/proto/gen/dxos/mesh/teleport/control.ts","../../src/proto/gen/dxos/mesh/teleport/auth.ts","../../src/proto/gen/dxos/mesh/swarm.ts","../../src/proto/gen/dxos/mesh/signal.ts","../../src/proto/gen/dxos/mesh/replicator.ts","../../src/proto/gen/dxos/mesh/protocol.ts","../../src/proto/gen/dxos/mesh/presence.ts","../../src/proto/gen/dxos/mesh/muxer.ts","../../src/proto/gen/dxos/mesh/messaging.ts","../../src/proto/gen/dxos/mesh/broadcast.ts","../../src/proto/gen/dxos/mesh/bridge.ts","../../src/proto/gen/dxos/keys.ts","../../src/proto/gen/dxos/iframe.ts","../../src/proto/gen/dxos/halo/signed.ts","../../src/proto/gen/dxos/halo/keys.ts","../../src/proto/gen/dxos/halo/keyring.ts","../../src/proto/gen/dxos/halo/invitations.ts","../../src/proto/gen/dxos/halo/credentials/identity.ts","../../src/proto/gen/dxos/halo/credentials/greet.ts","../../src/proto/gen/dxos/halo/credentials/auth.ts","../../src/proto/gen/dxos/halo/credentials.ts","../../src/proto/gen/dxos/gravity.ts","../../src/proto/gen/dxos/echo/timeframe.ts","../../src/proto/gen/dxos/echo/snapshot.ts","../../src/proto/gen/dxos/echo/service.ts","../../src/proto/gen/dxos/echo/object.ts","../../src/proto/gen/dxos/echo/model/text.ts","../../src/proto/gen/dxos/echo/model/messenger.ts","../../src/proto/gen/dxos/echo/model/document.ts","../../src/proto/gen/dxos/echo/metadata.ts","../../src/proto/gen/dxos/echo/feed.ts","../../src/proto/gen/dxos/devtools/swarm.ts","../../src/proto/gen/dxos/devtools/host.ts","../../src/proto/gen/dxos/config.ts","../../src/proto/gen/dxos/client/services.ts","../../src/proto/gen/dxos/bot.ts","../../src/proto/gen/index.ts","../../src/proto/index.ts","../../src/codec.test.ts","../../src/types.ts","../../src/testing.ts","../../src/index.ts","../../../../../node_modules/.pnpm/@types+chai-as-promised@7.1.5/node_modules/@types/chai-as-promised/index.d.ts","../../../../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../../../../node_modules/.pnpm/@types+glob@7.1.4/node_modules/@types/glob/index.d.ts","../../../../../node_modules/.pnpm/@types+json-stringify-safe@5.0.0/node_modules/@types/json-stringify-safe/index.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/common.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/array.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/collection.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/date.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/function.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/lang.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/math.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/number.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/object.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/seq.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/string.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/util.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/index.d.ts","../../../../../node_modules/.pnpm/@types+lodash.get@4.4.7/node_modules/@types/lodash.get/index.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/common.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/array.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/collection.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/date.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/function.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/lang.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/math.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/number.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/object.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/seq.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/string.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/common/util.d.ts","../../../../../node_modules/.pnpm/@types+lodash@4.14.186/node_modules/@types/lodash/index.d.ts","../../../../../node_modules/.pnpm/@types+lodash.set@4.3.7/node_modules/@types/lodash.set/index.d.ts","../../../../../node_modules/.pnpm/form-data@3.0.1/node_modules/form-data/index.d.ts","../../../../../node_modules/.pnpm/@types+node-fetch@2.6.2/node_modules/@types/node-fetch/externals.d.ts","../../../../../node_modules/.pnpm/@types+node-fetch@2.6.2/node_modules/@types/node-fetch/index.d.ts","../../../../../node_modules/.pnpm/@types+react@18.0.21/node_modules/@types/react/global.d.ts","../../../../../node_modules/.pnpm/csstype@3.1.1/node_modules/csstype/index.d.ts","../../../../../node_modules/.pnpm/@types+prop-types@15.7.5/node_modules/@types/prop-types/index.d.ts","../../../../../node_modules/.pnpm/@types+scheduler@0.16.2/node_modules/@types/scheduler/tracing.d.ts","../../../../../node_modules/.pnpm/@types+react@18.0.21/node_modules/@types/react/index.d.ts","../../../../../node_modules/.pnpm/@types+sharedworker@0.0.80/node_modules/@types/sharedworker/iterable.d.ts","../../../../../node_modules/.pnpm/@types+sharedworker@0.0.80/node_modules/@types/sharedworker/index.d.ts","../../../../../node_modules/.pnpm/@types+uuid@8.3.4/node_modules/@types/uuid/index.d.ts"],"fileInfos":[{"version":"f20c05dbfe50a208301d2a1da37b9931bce0466eb5a1f4fe240971b4ecc82b67","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"9b087de7268e4efc5f215347a62656663933d63c0b1d7b624913240367b999ea","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"55f400eec64d17e888e278f4def2f254b41b89515d3b88ad75d5e05f019daddd","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"775d9c9fd150d5de79e0450f35bc8b8f94ae64e3eb5da12725ff2a649dccc777","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},{"version":"127bf414ca8ced28c9738b91a935121009d03bbc136668db980bd1ba18976b2b","affectsGlobalScope":true},"36749cb689e6a6b115c5e53ba524db65e402869487685e60a47fb9d67e4e0f84","2d154e27bae4cf3d6974c1007ad67267426df8d9e9077e21a5a814acf51d82ed","a2c0dbaaa28af2cc7c1e8338770a1812242260102f73c10621b13f4d745c05e3","adb6f9b36ddcd6312be1bf4868f56d43ba4e52f04504186c0b887cc281a0e386",{"version":"5f186a758a616c107c70e8918db4630d063bd782f22e6e0b17573b125765b40b","affectsGlobalScope":true},"056aee08e09cb8ae6b46304aea78aedac30798c73629d92349550e174b88f9bd","f337798601b1a58e9b483c4a35159ae8874bcee0c9a069a2f2a29aaa60b40b48","6892f452ef24dbdac5327a34d8d3287349ad9dc37c3c58495a69c37719cd47c3",{"version":"ebf9ee858f0cd5ef9afe869d14daab21a627418058beb59488a9789599f49078","affectsGlobalScope":true},"688c9dfd2b7114f5f01022abb5b179659f990d5af5924f185c2644ca99fe7b77","9344cf988d281041dcf4edcc7a38a01df6fcf76f3f93c102ab5e29ac519d5f2d","314bed9f9a7d59e616e2a9146fb45719875c31df51865ff9b7a474076a72f90b","7d47c4362195a4cd707b7289eae1e1f14dbc9ca6b3dfd8558116125196a2bfd9","89e1dafc3200576a6bbbfae5f08fe5a06f4ae8ae66b6830f0e0ed3352525dc8b","e5fa0b4eda7c240e18152af26da192b26ed43f9b1f2c4f5e7681c68647c9513b","7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"02873d070f9cb79f50833fbf4a9a27ac578a2edf8ddb8421eba1b37faba83bfb","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"c0db280fa6b09d7b8d6720a19a47f485956a41ee0e6914f1b704033eb69c6058","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","afcc1c426b76db7ec80e563d4fb0ba9e6bcc6e63c2d7e9342e649dc56d26347f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","dbe5aa5a5dd8bd1c6a8d11b1310c3f0cdabaacc78a37b394a8c7b14faeb5fb84","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"d4ac44f01d42f541631c5fc88d0ed8efac29a3a3ad9a745d9fd58f8b61ed132e","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","3163f47436da41706c6e2b3c1511f3b7cce9f9f3905b2f3e01246c48b4ba7d14","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","213fc4f2b172d8beb74b77d7c1b41488d67348066d185e4263470cbb010cd6e8",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"f7db71191aa7aac5d6bc927ed6e7075c2763d22c7238227ec0c63c8cf5cb6a8b","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"652ee9c5103e89102d87bc20d167a02a0e3e5e53665674466c8cfea8a9e418c7","e353532491c1e2ed577685208bd46ff89880d67b227bb8726d3b89c47feb938b","16730cbb6d69a12866e0e4a9da3a975cd3a593eb7f8004bf6e5fef4c1a38c5e0","88a4e5ae96cc4800fa4862d5d4d4a703b72cd670308579b6931b80d22e53c2cc","2f15067454e31f725b9cd489e3d8e7cb748aa2c13a52c776a5a4ebfae6ef4d5d","217767768c03d9107fab244f0a1d41ee2fc9beea572b9b10d3bbfcda258fa471","bf3f01a792987ebe27eee78ef5ba836d8359f95494c3a6a220d60844b8261d07","a52dffe094fa29673bc950ed469299c1852d8cfcfa4d6cfb8a5b7d6e0ca55c3c","d25f37d634a26a1aa3c96460d6a7ae56f1bc3de90a5e2a77d5eb656bbd5fd8f2","391b4ea9ef9bb44bb409b71f3f412cdced854a0851e903131a08b8aba4538109","6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","78828b06c0d3b586954015e9ebde5480b009e166c71244763bda328ec0920f41","e8d37de25272d6ce954de38cb5c2d628539d1515ca9cc515e594737ea0685184","9e5f9b01148b742d5e7498fea6e98a177f5e4e3d796fc2a371fdded6e560fce8","9a0cdf816b88045690f23f16a77368414b9ee344482f70658bc44232e15ba3fe","84eb87ebd9a5f2e44a9059de4aa82f95ce772e7088c37c006ccc77ef41aa761f","fcfaa4f54effe4c13bbf783a9a9202becc4d96f6f65ff51f721b9969aed95af1","b421bcd520c7ecadbedb6530dd81f51421beee30e3cf3e2d8293a53caa35c914","cdb25af900a1ac76f32cb09ca4bf1f482f32df42e1ab6caaef872493d05be049","847a129ac80b1e58628da2d8c057068f978fb7afc4ea71afe25ea396c2b9be91","5972dc2ce5a044705f08473dac562f93c0fd8d86424cd798558b258579fd9ecc","242ea04b0892b2c25c5839c98d33bf6dc160ed7617c69126c1296db44c8dcba4","20025a3bc3f7f73239c98f0843e8678250f5f96dfb3cb2481aa8f0a152da3ee8","bdadb6b8dcc20949ef90ac9643802e31759e2d1d8300b433f18b068c6746ade8","f486a1361c003352dcf5c9bb6b58ae3ff39ab94caed9093baeb55a44a72eae60","1a638d23afe27dc97b6b39fbd1b0c24d6de789a7326f22f450b864fd5aef38e4","fb4f262b388fd864f4f8a12ab54ac7be963a3c2b80a8c2d92bf01e3de26bc35e","e2302ae00a4f260f699ae4b6896b17045e03b9ca10088a99f1163abb0a2b40d3","a20b5a48195999025be24ec88c203ffb5ee22cf76744cf6d5d30ef46fb23d765","0379eb72b118d0f5e41b231a8caa455d14e2fcdd2a50fac7690330882a1ba5e6","93a58f25c0ac6ad9755b254a814eec685d67d056496b8f9f9c5060a8aa9b1e26","71978aff805c6ea67feadf96f8c06092d61f87dca145b8f034415e29bfcf464a","137304ad31508b2cc453328b3e4c0c867b16160874e74e888589667f946acd76","82b59567f1b20af87bc80e1d3048566411d6adff4c21a3d1bf0056129f683993","89a426d02d9d046aa88b7eb9116cfc39158d3d7ac29ef0a8ee03d33b87e2eb9c","d0c6147ed3360ff39ff49455ff9119199c771296f957ea0e9b4fecc0eb200786","a5023fabc42afd22179c6d27bb333e73e1db01c13646ce1a14a0869a469ca444","63ff8179dd68f4f637bac9f7a454d40d25a74f4136e74fb5630993b14113151c","31144e440d2bb5d141d640809a2b96e0aad40b2f39fefd58e699dcba244bdfe2","92ddb848db14a0d5094a5de62e08f9cf43de04a763a40e6f1b03924758385a43","1d2cbce71030222d1a2654ee2b04120658fbf91dc110ab09ecd9353f03b64d02","756ac87b68068ba714805e238944297ba5d27ed10541e807baaf25015ecad507","b76f7cb604b5211cc402edb3ce72524d6349d045f57f8839d7dbad24ff11490e","0dcbba22414a5e480aee5b6bc7995e3e15eea6bb40bcd6845f53d8f36d906b41","98bc5c328a2dcb0ffb4f3cfd6b00f8214abaafd01e8eb0dd63ba5cd899d31593","853f8b5bad38ee5da23051f691343f4ce6985daa54cbe8c610e1d6017fb2111b","773d53f5104b0adebf2b02cd35f567e74d148f003cc5de1b9f9dd58e4247336f","783c6db5138362cc5e679133e1f5fc3dc50ee274340033f508433f672ec52634","420390b4f5b39aff43f86fe27176be792af25952004f87a0428ed91b61679d2c","2da7f849cc9a920aeb4b3e2cdd6304204688b3627c8f4fb91e8cbb5fd9a10067","5379fda7c7e6432d77fe6150a766c242129a4fd5c641a3fa03800069031df18b","3ac918660e78f6a560c0571f4e0b6c826234d7713fbdd574393a74ff7dbfd3f3","3895e3b8060a898f30079abd808c00d05f53152fecbd49b93b4622d4b30ad581","4b5c1de59eac7eda7bef3a7549a01b733b7be3c5571782507f2bbb8c964660e7",{"version":"89893c67428db587fc664c60f86f92a502dfd2b4067394901c84874f830b2575","signature":"b64c918124eedda650969d3427bff77f318c976ddc616385340b2dacfe2433d5"},{"version":"91d4d1762ae3b2885e83cf8513fb892e2ff79cf9ec5aa68dd3105e57eb0535f7","signature":"b215e8e0f8fc493f272cf29d3e915978fba918ced255efe59e43a2b2044fa63d"},{"version":"81ffacecad48aa7ee9ba02f2de4f7b2970ead3cc2db0f0bb5268ff7780f4078e","signature":"1f2490710bb65f6d475bd5c7a87505c668d5c93705e9307d790ca97f65a6dd03"},{"version":"ba836e854b0f1b4db7edca7ee9ab2e648908e4a980770835a54d422484120f37","signature":"b7f1b07b1bd3701cb7baa206d3e51eae6081665c299d5628dc770eec1077e198"},{"version":"74057570885f2bb18fc8f2c576c12cb2832ca98c7c1ded90e13a82c4a33dfe68","signature":"ee6cb515046a5d215766b74c24e928efd2ea91f15364e115f65cf18c827e7ef8"},{"version":"b9a2283a911d4bb3f7ba73f0176954048c0f2c58efd0f876d9c6233f4c9964b8","signature":"ec253b31f1c1930f2c9bd1a44e40273c39512df27e9432a3019d07c81ead0069"},{"version":"f3843331043ff672d2f8a6a4196771295da655a1be212ce4a999e2a94308e5b2","signature":"00bf4bdd8fa0ca0f49729e22e5fc83c111e88b8d33af3a5accc405dfce4e9b4c"},{"version":"bce4d7f6b0a5868f3697ce0dea3b0172dd6f89299ae86612404b3bd3a9381b50","signature":"0c314d653624e1df645fcc936c6111bfcef39508ebcab51a0031eb32f63a7169"},{"version":"d388789e67e7d8f318c187c80de50bb61eaf2d3a030a2267fe6b4b041aec7c96","signature":"1871ee9fbf660233b5cd713f9cfb3fc9a14ef6e86eff91947fd6e5e2ab407bbe"},{"version":"c886c43e4712226125898842045a0d7df3ebf6236ff66c7db807b5d199489ebd","signature":"b4be080da541ca816e6d43650f1ab24c3e071d6fdffc2db130172b16adc5757f"},{"version":"c0f984adf5792a83a48d642ce7ba520b66b0f0cf410bb08b6a74d1b37fa0a3eb","signature":"f8a46d7b7a486e1b8bf99a6fb02a06320c750f9ce08f61fb4bc6b6d0736fb3a8"},{"version":"cb7af1bc34253fda068632dd72bac9412de3e86ab55dbcdc5d74ace5bb743e14","signature":"13fd97489117b8e00b39839d9976e6d6c5496e2c983f0732c1ccf34113b37c6c"},{"version":"35493569fb111eff3eb61905c5cc972ffe2c33e6444bc8762bb38624f569a1bc","signature":"90672d13d28276c219d00284df5917be313c64e61b19751e88ea87ef6fdfa3fb"},{"version":"0ab0cff0792a9743e8288f4a0858c81df0bdcfbfed332c2a1727c4b57be01ae6","signature":"d63708441a58842c995efa9362dd6f03c5ba9937d0b2ac2f02cd85bd705b8aaf"},{"version":"a403a0e4daac44442630d1cdc48635e526020a6afa9ac09c019a00271af83972","signature":"7ab9e8c2b77d46bcd82374ab9ca06bea77e4fe3c9cd092b0a462afa7a03cb5a6"},{"version":"39681a7d128a091f992330791feff2f0671d8374380382a76d88927e557ace29","signature":"c68aa6c03f91cd2486ae21ed13e2374ee5294def6f0c646921c3f50cc51f0c90"},{"version":"4386d19957a56bd1503ba94482d96284f925f7f47580f3e8c2ba94bbfa817582","signature":"39bf7ebbcab3880bc14ef33374477ad8f466696430eb9c01e4adbe869c7a90b0"},{"version":"6d2b30d634cfcf79b5885f2cd6e806a0e404119a6838cff0428cbbab740981c8","signature":"e6d4ed86bd3e7cd71841082af7572711fcd8a3384fde4fd95ab6185382ea860e"},{"version":"ef7362294def2d2efbc4cac519153ad20cabf0c2fd3fa23dee4eb911259858d1","signature":"091005e28b494ab236de1979161aa31c6240bfd8316599fb8aa39bdb34d2abcd"},{"version":"a5efcfcad3d9fa81bbb66650bea121134050477dcdbf6769b8288396d5829e7a","signature":"f64c80a1beb885a36a688782e0f22270ace2dbca7ae3e9df7fb350848277fb7b"},{"version":"e7ed40315c393bc90bf8f71467a96ce819d11bffc33d2be843c2af78cabc6b23","signature":"366452d8b0bc85c73fea7e8b1a372880fd4d19cdd99bc6795ed474b4596ec5ae"},{"version":"b5a2d309cf4653f48902fe5277aff14de20919d7f6d557ee2cd9931ee20b393b","signature":"b89960c574d44b7fa9b4287b35288c914684588c43edea33595eb86ea2d0b625"},{"version":"45573d7839a33099e22022133e7d304373c999de487d196863c385e4e2e850ef","signature":"17323793b0e464fb0fb030ca3d6b3466d6244bd15fe2db59bee594e0bd52c791"},{"version":"78e481ad7731b54a02444ef0e69b557697c99d41f6809625e825cc4c76e3ba68","signature":"65148a6e8364f4c0416a07bf0565af6e956a7e29add50cab441fbbeb2b7582dd"},{"version":"4c95a31dd463d4a7b7577275444f2d2b941ed0a91aaf531998640c3e9009119a","signature":"4bb70cc79edae43fde316600b7c3324254608ad30dc06225fa1a51f92aacc7ad"},{"version":"59743e4fcee6f41dc7c7bf8a5b7684e56eefdf583e98f2f60f76130a5f83fe96","signature":"ac0735c90d193c3bd9ed324e751879cd0bab18360766b68dc144f90fd37277a5"},{"version":"08506787ca5afa1fe10dbb1153ad914dba79bbc68c65ccc6c76659d9f6fe3998","signature":"3796ac371d08f052f452237dae1f7fe88d6019e3afbdf20f444e7bd03e3d4730"},{"version":"bc0269c3c1f82a4e4c380c77230ad39c40ca9a5954c15c513b48c02f42719f17","signature":"1eccbc34d4aecef03dfc332a6f435e93aafabfb8cbca26adb32d6127eb21beb4"},{"version":"e1b9675c126cc72c5adc2697fb5ef494da1f75505ac2a90669ee597fa99c30ed","signature":"6a384f6ff9dd0c1e370870390ae65b5950b3e8422be950f30d8dd9ee42dd8a56"},{"version":"c1cae5b53a77c1c8e4ce430e5b884d9d02059099ae3d3807f19923ef371e76fc","signature":"b5ec58a6c95c8d608eb8949081e2f952cfddf56d50bdcb9b92729b1dcf7b8c66"},{"version":"ff7a380e773f72d10bfe444bd371635e345a48520ff156da53c756afa7a03093","signature":"94b08b18e8a53d09a0bcf6ff3ceb1f606cc1852bfb34a7ca820a1abebb9d9d7f"},{"version":"b022e3564f27d74408315d911b7c0149544f233d915b7c3e70a5bea22f75cda1","signature":"b9d9d881e17e013afa9b84163ac22182b80731b3ff7fb299905af219340a303c"},{"version":"8d6af2bb318b252a500840ded9e961c765362483e7357006e965998ed62b5904","signature":"7c129d20a426c5c9b21f805ff55ad70121bd445caac035d34c8dd5b4b587c398"},{"version":"6ffef2d72502111e48e054a1b998dd0fa13e41d55427e12ccb2fd42f9d3bf497","signature":"0d533b6079a6b15b4b4d234f37598824455596b72de40862eb418c008df4b534"},{"version":"f4b17178f5adf90fb1e768ff6a9316014fd0da7a867b52d7f3b181e54b2ee0c3","signature":"092306b2f4c4a97449e0893cafc59a0fbd16e254eb0a4a5b75d05038c9f2bf87"},{"version":"629eaae7edc3b0bf684c83fa054d20a2c350193321d639698f85678057273a97","signature":"e454790d23a1a6054340d4051e38b8fbba793e477aa342f4ea7a42914a832460"},{"version":"94274e7f7d43d23f57b4da23fa01e6ab8483c6024f06a3c5108b02f1fc6e40a8","signature":"6c9552b0ae6c9405b653735f42a915b27df546e0e9bccf463bbd207c5b08fd0f"},{"version":"05e5ba7dc1b12812acf99090b0bdddb5c07155aaab9b8c069cfcd82239924237","signature":"51c152ffc56914f704019f72a088550781f8883a5fc92217ce2acb653c882a74"},{"version":"70faf870829f4d44307255dda5ac68c6325f2184818907fc3c1b0fe8ef0dac0b","signature":"84a807bc47c87436a84b867c01c14d8ca10e5c0f73a4b8d53c2430e0110599a0"},{"version":"c8e833cc77623a74cca957d58da62fe183abf72d77f5e98d4f868534499b9761","signature":"f0eb38009ffb2d5b8a4c668697b4c40a7e176781a5684d1c2f68acea4b39e6fb"},{"version":"ddcf9d7b1fe7e730d2f7491f18a9afc4bbca083686179a2972e8cb9bd14da53e","signature":"98139f89a729f6840c71d00c9f0f2716111e1a71d67d3daa02c481c1a449413d"},{"version":"1535697eac82e0ee3019ec2e585dcfcd874fe474aae9e164b9cd68532ca246b2","signature":"df79423d3b8c29b11eaa63f13326473de00aa3d8664a9aa6dc44db40faee2440"},{"version":"2bc3145666c43890a5625cb50431fdf5f67fa0ee0f1391a3222298725e29651d","signature":"250757834f996e6e1ff2bc2b9d03426cfd5bcb462aef4fc81757cfee80e912ab"},{"version":"bd6b3fffe1dbdb2548a35e906440f12b173dea0b65459319aed782ce51df6545","signature":"187ae0c95b28c0a8c1e1704089c325041677ebfc7fde882eb8d0c35724534d8d"},{"version":"180fa0ea8346ac9494321eca1aeddb1dfa6e3ffd552f8cc322d31ace9fc17eee","signature":"61cf0db0db86b6a6878632eb4f358b277e2929b21d64df7409602ce06a54ecf9"},{"version":"56206e70e119308a86ee44b4446c88ac092ac72c07b2958dc9482cd09194b7a1","signature":"17bd3f2c6bc2672e7048c73410b61115f8752628fa00aeeff86ce9d69adbc356"},{"version":"f11a8fda8e0c94a404dc15dc8ae5672ef912d44a434355fd2d46233cee137de7","signature":"651b75ee52e90380d6f1713c79c41ff2a4574c7658576bbe4ae219bd2bf13752"},{"version":"99abbc45dfd25bc1f4071ccd093408a6901daba4784ea79b7cd726b2a1649a6d","signature":"dda45acb4bcb66eeef44d3af58f3c8ebca129e264ebb82555285ebbb0ef96531"},{"version":"e5424786e32b16b1b263bf41a8c93e1c54d11cbc37a7ba964b8af27385f09716","signature":"03d8864045a1230053258d40c5aa985a5f85f00527dac4feddd7df9dc9044bb9"},{"version":"ebf0a8f0522031eadba62356a4c05faaa47891306cc345c11cd756598838ae72","signature":"3cd553446d68b82a8ca38690967af2191ebb9d41e5b8c0b746f852afdb380b22"},{"version":"a02adde2ef760296cd7f925c10d04697802bfcca16ca1d50f2757c7754902a9c","signature":"b4118beecd2e78838d6c821d01f76445d97adf4451782f0f6a83e69c3f328f9c"},{"version":"6a7d807d8be82ea8144080d89a2323056fd1c2c8af1db1187c9fc71b0ed90bf1","signature":"6bf909a99df4bf3c16a5affbff1d4790fa17a44dad35992d4ce7503d2b73afd0"},{"version":"65ddc38a4e2957b5f8d570a5654bd1468f63a8dca3ca9bd6cb913bf2219de1d9","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"b28d0fa94ccdd0d539527a79d2bb927879dd774c7f50c6b7c1e4005de1f06672","signature":"ec22dc9a35ed18949bb3433423bb5b4a2a5218567844a6b1a545665ea493bcc3"},{"version":"81d161fb7a867d82599600bb6b30f1308f93b6ba17ac24b8ad65d8cbefe25e7a","signature":"812b353fadc7eb763874904e33bfe7588289c078e4c7d106f1735f87728dad5c"},{"version":"f39b132f7b3d20b1cd28129e20902bc5abf404e9a5d687b2c70db599a1bd6634","signature":"6cba83bc7f4c2ec3ee625b2202497678ed0cec297b3fe075a01eba42d5447866"},{"version":"63e2182615c513e89bb8a3e749d08f7c379e86490fcdbf6d35f2c14b3507a6e8","affectsGlobalScope":true},"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","725b884357ba84171341a8e4cc08edf11417854fd069842ca6d22afb2e340e45","64eed1f2c6181b9b2e0c26491b7b2ef70f7a4a7f8871ec551d5b76fdf06289b6","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"7990d4efa7515d50f75a341b8e3330987316fa9bdedef893f5dea07db43d9173","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","7a79ca84e4370ed2e1afaa99ff7d25194901916b7672e977d16f77af3b71342f","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"8d32c047d18ca6222c30a66648f4bfa21a0dddeb42459f81ed7c17a8bf17585f","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","3898e3dbe94b6fe529fbe8f0faee1309c1923100516d7a014b301955e52ece77","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568",{"version":"bbdf156fea2fabed31a569445835aeedcc33643d404fcbaa54541f06c109df3f","affectsGlobalScope":true},"1c29793071152b207c01ea1954e343be9a44d85234447b2b236acae9e709a383","6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",{"version":"5917af4ff931b050dba49a1dedd9c00f15f7b3dc4345ad8491bfacd2ec68ed32","affectsGlobalScope":true},{"version":"0a8be00817309c500511cc829f010a28e411603d89b750d1127c084342476acd","affectsGlobalScope":true},{"version":"c693d1b4ababb3c310674f1058d781b3474d273f8abc915561cec53b0d10787e","affectsGlobalScope":true},"fab58e600970e66547644a44bc9918e3223aa2cbd9e8763cec004b2cfb48827e"],"options":{"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":false,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":1,"noImplicitOverride":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":5},"fileIdsList":[[55,117],[117],[117,134],[87,117,124,235],[117,250],[117,264],[117,252,254,255,256,257,258,259,260,261,262,263,264],[117,252,253,255,256,257,258,259,260,261,262,263,264],[117,253,254,255,256,257,258,259,260,261,262,263,264],[117,252,253,254,256,257,258,259,260,261,262,263,264],[117,252,253,254,255,257,258,259,260,261,262,263,264],[117,252,253,254,255,256,258,259,260,261,262,263,264],[117,252,253,254,255,256,257,259,260,261,262,263,264],[117,252,253,254,255,256,257,258,260,261,262,263,264],[117,252,253,254,255,256,257,258,259,261,262,263,264],[117,252,253,254,255,256,257,258,259,260,262,263,264],[117,252,253,254,255,256,257,258,259,260,261,263,264],[117,252,253,254,255,256,257,258,259,260,261,262,264],[117,252,253,254,255,256,257,258,259,260,261,262,263],[117,238,240,241,242,243,244,245,246,247,248,249,250],[117,238,239,241,242,243,244,245,246,247,248,249,250],[117,239,240,241,242,243,244,245,246,247,248,249,250],[117,238,239,240,242,243,244,245,246,247,248,249,250],[117,238,239,240,241,243,244,245,246,247,248,249,250],[117,238,239,240,241,242,244,245,246,247,248,249,250],[117,238,239,240,241,242,243,245,246,247,248,249,250],[117,238,239,240,241,242,243,244,246,247,248,249,250],[117,238,239,240,241,242,243,244,245,247,248,249,250],[117,238,239,240,241,242,243,244,245,246,248,249,250],[117,238,239,240,241,242,243,244,245,246,247,249,250],[117,238,239,240,241,242,243,244,245,246,247,248,250],[117,238,239,240,241,242,243,244,245,246,247,248,249],[90,116,117,124,266,267],[71,117],[74,117],[75,80,108,117],[76,87,88,95,105,116,117],[76,77,87,95,117],[78,117],[79,80,88,96,117],[80,105,113,117],[81,83,87,95,117],[82,117],[83,84,117],[87,117],[85,87,117],[87,88,89,105,116,117],[87,88,89,102,105,108,117],[117,121],[90,95,105,116,117],[87,88,90,91,95,105,113,116,117],[90,92,105,113,116,117],[71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123],[87,93,117],[94,116,117],[83,87,95,105,117],[96,117],[97,117],[74,98,117],[99,115,117,121],[100,117],[101,117],[87,102,103,117],[102,104,117,119],[75,87,105,106,107,108,117],[75,105,107,117],[105,106,117],[108,117],[109,117],[87,111,112,117],[111,112,117],[80,95,105,113,117],[114,117],[95,115,117],[75,90,101,116,117],[80,117],[105,117,118],[117,119],[117,120],[75,80,87,89,98,105,116,117,119,121],[105,117,122],[117,269,270,271,272],[117,274],[90,105,117,124],[117,165,166],[65,66,117,164,165],[66,117,164],[65,117,171],[66,117,162,163,164,165,166,167,171,172,173,174],[65,117,165],[65,117],[65,117,163,165,166],[65,117,162,164,165],[68,117,161],[66,117,164,165],[117,168,169,170],[67,117],[87,117,124],[117,127,128,129,130,131,132,133,136,137,138,139,140,141,142,143,144],[117,135],[117,146,147],[117,124,145],[117,124],[117,176],[117,124,148],[117,148],[69,70,117,125,126,149,150,151,152,153,154,155,156,157,158,159,160],[55,64,117,229],[117,229,231,232],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[117,228],[117,148,175,177],[117,177,222,229,231],[117,148,175,177,217,222,229],[56,57,117],[58,59,62,117],[61,117],[60,117],[63,64,117],[229,231,232],[175,178,225,226],[175,178,191,208,212,225,227],[178],[175,178,186,195,205,207,215,222,223],[178,212,217],[178,212],[175,178,217],[178,217],[178,206],[178,205],[175,178,194],[175,178],[212],[225],[175,178,225],[178,212,225],[178,187],[175,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227],[228],[148,175,177],[177,222,231],[148,175,177,217,222,229]],"referencedMap":[[234,1],[55,2],[135,3],[236,4],[237,2],[251,5],[265,6],[253,7],[254,8],[252,9],[255,10],[256,11],[257,12],[258,13],[259,14],[260,15],[261,16],[262,17],[263,18],[264,19],[239,20],[240,21],[238,22],[241,23],[242,24],[243,25],[244,26],[245,27],[246,28],[247,29],[248,30],[249,31],[250,32],[235,2],[60,2],[134,2],[267,2],[268,33],[71,34],[72,34],[74,35],[75,36],[76,37],[77,38],[78,39],[79,40],[80,41],[81,42],[82,43],[83,44],[84,44],[86,45],[85,46],[87,45],[88,47],[89,48],[73,49],[123,2],[90,50],[91,51],[92,52],[124,53],[93,54],[94,55],[95,56],[96,57],[97,58],[98,59],[99,60],[100,61],[101,62],[102,63],[103,63],[104,64],[105,65],[107,66],[106,67],[108,68],[109,69],[110,2],[111,70],[112,71],[113,72],[114,73],[115,74],[116,75],[117,76],[118,77],[119,78],[120,79],[121,80],[122,81],[271,2],[269,2],[273,82],[272,2],[275,83],[274,2],[276,2],[270,2],[266,84],[65,2],[11,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[8,2],[47,2],[44,2],[45,2],[46,2],[48,2],[9,2],[49,2],[50,2],[51,2],[52,2],[53,2],[1,2],[10,2],[54,2],[167,85],[166,86],[165,87],[174,2],[172,88],[175,89],[66,90],[173,91],[164,92],[163,93],[162,94],[168,95],[171,96],[169,2],[170,2],[67,2],[68,97],[127,2],[144,2],[128,98],[129,2],[130,2],[131,2],[145,99],[132,2],[133,2],[136,100],[137,2],[138,2],[139,2],[140,2],[141,2],[142,2],[143,2],[148,101],[146,102],[147,103],[177,104],[176,105],[69,2],[70,2],[125,103],[126,2],[159,2],[160,2],[149,106],[161,107],[150,2],[151,2],[152,2],[153,2],[154,2],[155,2],[158,2],[156,2],[157,2],[230,108],[233,109],[227,110],[226,111],[225,112],[224,113],[223,114],[222,115],[221,116],[220,117],[219,118],[218,119],[217,120],[216,121],[215,122],[214,123],[213,124],[212,125],[211,126],[210,127],[209,128],[208,129],[207,130],[206,131],[205,132],[204,133],[203,134],[202,135],[201,136],[200,137],[199,138],[198,139],[197,140],[196,141],[195,142],[194,143],[193,144],[192,145],[191,146],[190,147],[189,148],[188,149],[187,150],[186,151],[185,152],[184,153],[183,154],[182,155],[181,156],[180,157],[179,158],[228,159],[229,160],[178,161],[232,162],[231,163],[56,2],[58,164],[57,2],[63,165],[59,2],[62,166],[61,167],[64,168]],"exportedModulesMap":[[234,1],[55,2],[135,3],[236,4],[237,2],[251,5],[265,6],[253,7],[254,8],[252,9],[255,10],[256,11],[257,12],[258,13],[259,14],[260,15],[261,16],[262,17],[263,18],[264,19],[239,20],[240,21],[238,22],[241,23],[242,24],[243,25],[244,26],[245,27],[246,28],[247,29],[248,30],[249,31],[250,32],[235,2],[60,2],[134,2],[267,2],[268,33],[71,34],[72,34],[74,35],[75,36],[76,37],[77,38],[78,39],[79,40],[80,41],[81,42],[82,43],[83,44],[84,44],[86,45],[85,46],[87,45],[88,47],[89,48],[73,49],[123,2],[90,50],[91,51],[92,52],[124,53],[93,54],[94,55],[95,56],[96,57],[97,58],[98,59],[99,60],[100,61],[101,62],[102,63],[103,63],[104,64],[105,65],[107,66],[106,67],[108,68],[109,69],[110,2],[111,70],[112,71],[113,72],[114,73],[115,74],[116,75],[117,76],[118,77],[119,78],[120,79],[121,80],[122,81],[271,2],[269,2],[273,82],[272,2],[275,83],[274,2],[276,2],[270,2],[266,84],[65,2],[11,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[8,2],[47,2],[44,2],[45,2],[46,2],[48,2],[9,2],[49,2],[50,2],[51,2],[52,2],[53,2],[1,2],[10,2],[54,2],[167,85],[166,86],[165,87],[174,2],[172,88],[175,89],[66,90],[173,91],[164,92],[163,93],[162,94],[168,95],[171,96],[169,2],[170,2],[67,2],[68,97],[127,2],[144,2],[128,98],[129,2],[130,2],[131,2],[145,99],[132,2],[133,2],[136,100],[137,2],[138,2],[139,2],[140,2],[141,2],[142,2],[143,2],[148,101],[146,102],[147,103],[177,104],[176,105],[69,2],[70,2],[125,103],[126,2],[159,2],[160,2],[149,106],[161,107],[150,2],[151,2],[152,2],[153,2],[154,2],[155,2],[158,2],[156,2],[157,2],[233,169],[227,170],[226,171],[225,172],[224,173],[223,172],[222,174],[221,175],[217,172],[216,176],[215,177],[212,172],[211,172],[210,178],[209,172],[208,175],[206,179],[205,178],[204,172],[202,180],[200,172],[198,172],[197,172],[196,172],[195,181],[194,172],[191,172],[190,182],[189,172],[188,172],[187,172],[186,172],[185,183],[184,184],[183,185],[182,186],[180,181],[179,172],[228,187],[229,188],[178,189],[232,190],[231,191],[56,2],[58,164],[57,2],[63,165],[59,2],[62,166],[61,167],[64,168]],"semanticDiagnosticsPerFile":[234,55,135,236,237,251,265,253,254,252,255,256,257,258,259,260,261,262,263,264,239,240,238,241,242,243,244,245,246,247,248,249,250,235,60,134,267,268,71,72,74,75,76,77,78,79,80,81,82,83,84,86,85,87,88,89,73,123,90,91,92,124,93,94,95,96,97,98,99,100,101,102,103,104,105,107,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,271,269,273,272,275,274,276,270,266,65,11,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,33,34,35,36,7,37,42,43,38,39,40,41,8,47,44,45,46,48,9,49,50,51,52,53,1,10,54,167,166,165,174,172,175,66,173,164,163,162,168,171,169,170,67,68,127,144,128,129,130,131,145,132,133,136,137,138,139,140,141,142,143,148,146,147,177,176,69,70,125,126,159,160,149,161,150,151,152,153,154,155,158,156,157,230,233,227,226,225,224,223,222,221,220,219,218,217,216,215,214,213,212,211,210,209,208,207,206,205,204,203,202,201,200,199,198,197,196,195,194,193,192,191,190,189,188,187,186,185,184,183,182,181,180,179,228,229,178,232,231,56,58,57,63,59,62,61,64],"latestChangedDtsFile":"./src/index.d.ts"},"version":"4.8.4"}
|
|
@@ -7,37 +7,6 @@ import * as dxos_halo_keyring from "../halo/keyring";
|
|
|
7
7
|
import * as dxos_halo_signed from "../halo/signed";
|
|
8
8
|
import * as dxos_mesh_signal from "../mesh/signal";
|
|
9
9
|
import * as dxos_rpc from "../rpc";
|
|
10
|
-
/**
|
|
11
|
-
* Defined in:
|
|
12
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
13
|
-
*/
|
|
14
|
-
export interface Services {
|
|
15
|
-
spaces?: SpaceStats[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Defined in:
|
|
19
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
20
|
-
*/
|
|
21
|
-
export interface SpaceStats {
|
|
22
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
23
|
-
peers?: PeerStats[];
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Defined in:
|
|
27
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
28
|
-
*/
|
|
29
|
-
export interface PeerStats {
|
|
30
|
-
controlFeed: FeedStats;
|
|
31
|
-
dataFeed: FeedStats;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Defined in:
|
|
35
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
36
|
-
*/
|
|
37
|
-
export interface FeedStats {
|
|
38
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
39
|
-
length: number;
|
|
40
|
-
}
|
|
41
10
|
/**
|
|
42
11
|
* Defined in:
|
|
43
12
|
* {@link file://./../../../dxos/devtools/host.proto}
|
|
@@ -422,4 +391,35 @@ export interface TracingService {
|
|
|
422
391
|
export interface SetTracingOptionsRequest {
|
|
423
392
|
enable: boolean;
|
|
424
393
|
}
|
|
394
|
+
/**
|
|
395
|
+
* Defined in:
|
|
396
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
397
|
+
*/
|
|
398
|
+
export interface Services {
|
|
399
|
+
spaces?: SpaceStats[];
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* Defined in:
|
|
403
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
404
|
+
*/
|
|
405
|
+
export interface SpaceStats {
|
|
406
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
407
|
+
peers?: PeerStats[];
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* Defined in:
|
|
411
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
412
|
+
*/
|
|
413
|
+
export interface PeerStats {
|
|
414
|
+
controlFeed: FeedStats;
|
|
415
|
+
dataFeed: FeedStats;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Defined in:
|
|
419
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
420
|
+
*/
|
|
421
|
+
export interface FeedStats {
|
|
422
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
423
|
+
length: number;
|
|
424
|
+
}
|
|
425
425
|
//# sourceMappingURL=host.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"host.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/gen/dxos/devtools/host.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,aAAa,MAAM,wBAAwB,CAAC;AAInD,OAAO,KAAK,mBAAmB,MAAM,SAAS,CAAC;AAC/C,OAAO,KAAK,cAAc,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,kBAAkB,MAAM,kBAAkB,CAAC;AAQvD,OAAO,KAAK,iBAAiB,MAAM,iBAAiB,CAAC;AAErD,OAAO,KAAK,gBAAgB,MAAM,gBAAgB,CAAC;AAUnD,OAAO,KAAK,gBAAgB,MAAM,gBAAgB,CAAC;AASnD,OAAO,KAAK,QAAQ,MAAM,QAAQ,CAAC;AAQnC;;;GAGG;AACH,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"host.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/gen/dxos/devtools/host.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defined in:
|
|
3
|
+
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
4
|
+
*/
|
|
5
|
+
export declare enum TextKind {
|
|
6
|
+
PLAIN = 0,
|
|
7
|
+
RICH = 1
|
|
8
|
+
}
|
|
1
9
|
/**
|
|
2
10
|
* Defined in:
|
|
3
11
|
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
@@ -24,14 +32,6 @@ export interface TextMutation {
|
|
|
24
32
|
*/
|
|
25
33
|
field?: string;
|
|
26
34
|
}
|
|
27
|
-
/**
|
|
28
|
-
* Defined in:
|
|
29
|
-
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
30
|
-
*/
|
|
31
|
-
export declare enum TextKind {
|
|
32
|
-
PLAIN = 0,
|
|
33
|
-
RICH = 1
|
|
34
|
-
}
|
|
35
35
|
/**
|
|
36
36
|
* Defined in:
|
|
37
37
|
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/gen/dxos/echo/model/text.ts"],"names":[],"mappings":"AAkDA;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AACD;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../../../src/proto/gen/dxos/echo/model/text.ts"],"names":[],"mappings":"AAkDA;;;GAGG;AACH,oBAAY,QAAQ;IAChB,KAAK,IAAI;IACT,IAAI,IAAI;CACX;AACD;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AACD;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.js","sourceRoot":"","sources":["../../../../../../../../src/proto/gen/dxos/echo/model/text.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"text.js","sourceRoot":"","sources":["../../../../../../../../src/proto/gen/dxos/echo/model/text.ts"],"names":[],"mappings":"AAkDA;;;GAGG;AACH,MAAM,CAAN,IAAY,QAGX;AAHD,WAAY,QAAQ;IAChB,yCAAS,CAAA;IACT,uCAAQ,CAAA;AACZ,CAAC,EAHW,QAAQ,KAAR,QAAQ,QAGnB"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import substitutions from "../../substitutions";
|
|
2
2
|
export interface Empty {
|
|
3
3
|
}
|
|
4
|
+
export interface Timestamp {
|
|
5
|
+
seconds: string;
|
|
6
|
+
nanos: number;
|
|
7
|
+
}
|
|
4
8
|
export interface Any {
|
|
5
9
|
type_url: string;
|
|
6
10
|
value: Uint8Array;
|
|
@@ -22,10 +26,6 @@ export declare enum NullValue {
|
|
|
22
26
|
export interface ListValue {
|
|
23
27
|
values?: Value[];
|
|
24
28
|
}
|
|
25
|
-
export interface Timestamp {
|
|
26
|
-
seconds: string;
|
|
27
|
-
nanos: number;
|
|
28
|
-
}
|
|
29
29
|
export interface DoubleValue {
|
|
30
30
|
value: number;
|
|
31
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protobuf.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAiDhD,MAAM,WAAW,KAAK;CACrB;AACD,MAAM,WAAW,GAAG;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC;CACrB;AACD,MAAM,WAAW,MAAM;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;CAC3C;AACD,MAAM,WAAW,KAAK;IAClB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,wBAAwB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IACrF,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB;AACD,oBAAY,SAAS;IACjB,UAAU,IAAI;CACjB;AACD,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;CACpB;AACD,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"protobuf.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAiDhD,MAAM,WAAW,KAAK;CACrB;AACD,MAAM,WAAW,SAAS;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,GAAG;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC;CACrB;AACD,MAAM,WAAW,MAAM;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;CAC3C;AACD,MAAM,WAAW,KAAK;IAClB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,wBAAwB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IACrF,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB;AACD,oBAAY,SAAS;IACjB,UAAU,IAAI;CACjB;AACD,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;CACpB;AACD,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,SAAS;IACtB,KAAK,EAAE,OAAO,CAAC;CAClB;AACD,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,UAAU,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protobuf.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"protobuf.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":"AAuEA,MAAM,CAAN,IAAY,SAEX;AAFD,WAAY,SAAS;IACjB,qDAAc,CAAA;AAClB,CAAC,EAFW,SAAS,KAAT,SAAS,QAEpB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/protocols",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.31",
|
|
4
4
|
"description": "Protobuf definitions for DXOS protocols.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"src"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@dxos/codec-protobuf": "0.1.
|
|
37
|
-
"@dxos/hypercore": "0.1.
|
|
38
|
-
"@dxos/keys": "0.1.
|
|
39
|
-
"@dxos/timeframe": "0.1.
|
|
36
|
+
"@dxos/codec-protobuf": "0.1.31",
|
|
37
|
+
"@dxos/hypercore": "0.1.31",
|
|
38
|
+
"@dxos/keys": "0.1.31",
|
|
39
|
+
"@dxos/timeframe": "0.1.31"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/debug": "^4.1.7",
|
|
@@ -6,6 +6,11 @@ syntax = "proto3";
|
|
|
6
6
|
|
|
7
7
|
package dxos.echo.model.text;
|
|
8
8
|
|
|
9
|
+
enum TextKind {
|
|
10
|
+
PLAIN = 0;
|
|
11
|
+
RICH = 1;
|
|
12
|
+
}
|
|
13
|
+
|
|
9
14
|
message TextMutation {
|
|
10
15
|
optional bytes update = 1;
|
|
11
16
|
optional int32 client_id = 2;
|
|
@@ -13,11 +18,6 @@ message TextMutation {
|
|
|
13
18
|
optional string field = 4;
|
|
14
19
|
}
|
|
15
20
|
|
|
16
|
-
enum TextKind {
|
|
17
|
-
PLAIN = 0;
|
|
18
|
-
RICH = 1;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
21
|
message TextSnapshot {
|
|
22
22
|
bytes data = 1;
|
|
23
23
|
TextKind kind = 2;
|
|
@@ -48,37 +48,6 @@ import * as dxos_type from "../type";
|
|
|
48
48
|
import * as example_testing_data from "../../example/testing/data";
|
|
49
49
|
import * as example_testing_rpc from "../../example/testing/rpc";
|
|
50
50
|
import * as google_protobuf from "../../google/protobuf";
|
|
51
|
-
/**
|
|
52
|
-
* Defined in:
|
|
53
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
54
|
-
*/
|
|
55
|
-
export interface Services {
|
|
56
|
-
spaces?: SpaceStats[];
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Defined in:
|
|
60
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
61
|
-
*/
|
|
62
|
-
export interface SpaceStats {
|
|
63
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
64
|
-
peers?: PeerStats[];
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Defined in:
|
|
68
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
69
|
-
*/
|
|
70
|
-
export interface PeerStats {
|
|
71
|
-
controlFeed: FeedStats;
|
|
72
|
-
dataFeed: FeedStats;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Defined in:
|
|
76
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
77
|
-
*/
|
|
78
|
-
export interface FeedStats {
|
|
79
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
80
|
-
length: number;
|
|
81
|
-
}
|
|
82
51
|
/**
|
|
83
52
|
* Defined in:
|
|
84
53
|
* {@link file://./../../../dxos/devtools/host.proto}
|
|
@@ -463,3 +432,34 @@ export interface TracingService {
|
|
|
463
432
|
export interface SetTracingOptionsRequest {
|
|
464
433
|
enable: boolean;
|
|
465
434
|
}
|
|
435
|
+
/**
|
|
436
|
+
* Defined in:
|
|
437
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
438
|
+
*/
|
|
439
|
+
export interface Services {
|
|
440
|
+
spaces?: SpaceStats[];
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* Defined in:
|
|
444
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
445
|
+
*/
|
|
446
|
+
export interface SpaceStats {
|
|
447
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
448
|
+
peers?: PeerStats[];
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* Defined in:
|
|
452
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
453
|
+
*/
|
|
454
|
+
export interface PeerStats {
|
|
455
|
+
controlFeed: FeedStats;
|
|
456
|
+
dataFeed: FeedStats;
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* Defined in:
|
|
460
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
461
|
+
*/
|
|
462
|
+
export interface FeedStats {
|
|
463
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
464
|
+
length: number;
|
|
465
|
+
}
|
|
@@ -48,6 +48,14 @@ import * as dxos_type from "../../type";
|
|
|
48
48
|
import * as example_testing_data from "../../../example/testing/data";
|
|
49
49
|
import * as example_testing_rpc from "../../../example/testing/rpc";
|
|
50
50
|
import * as google_protobuf from "../../../google/protobuf";
|
|
51
|
+
/**
|
|
52
|
+
* Defined in:
|
|
53
|
+
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
54
|
+
*/
|
|
55
|
+
export enum TextKind {
|
|
56
|
+
PLAIN = 0,
|
|
57
|
+
RICH = 1
|
|
58
|
+
}
|
|
51
59
|
/**
|
|
52
60
|
* Defined in:
|
|
53
61
|
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
@@ -74,14 +82,6 @@ export interface TextMutation {
|
|
|
74
82
|
*/
|
|
75
83
|
field?: string;
|
|
76
84
|
}
|
|
77
|
-
/**
|
|
78
|
-
* Defined in:
|
|
79
|
-
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
80
|
-
*/
|
|
81
|
-
export enum TextKind {
|
|
82
|
-
PLAIN = 0,
|
|
83
|
-
RICH = 1
|
|
84
|
-
}
|
|
85
85
|
/**
|
|
86
86
|
* Defined in:
|
|
87
87
|
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
@@ -50,6 +50,10 @@ import * as example_testing_data from "../example/testing/data";
|
|
|
50
50
|
import * as example_testing_rpc from "../example/testing/rpc";
|
|
51
51
|
export interface Empty {
|
|
52
52
|
}
|
|
53
|
+
export interface Timestamp {
|
|
54
|
+
seconds: string;
|
|
55
|
+
nanos: number;
|
|
56
|
+
}
|
|
53
57
|
export interface Any {
|
|
54
58
|
type_url: string;
|
|
55
59
|
value: Uint8Array;
|
|
@@ -71,10 +75,6 @@ export enum NullValue {
|
|
|
71
75
|
export interface ListValue {
|
|
72
76
|
values?: Value[];
|
|
73
77
|
}
|
|
74
|
-
export interface Timestamp {
|
|
75
|
-
seconds: string;
|
|
76
|
-
nanos: number;
|
|
77
|
-
}
|
|
78
78
|
export interface DoubleValue {
|
|
79
79
|
value: number;
|
|
80
80
|
}
|