@dxos/echo-protocol 2.18.0 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/feeds/feed-writer.d.ts +2 -0
- package/dist/src/feeds/feed-writer.d.ts.map +1 -1
- package/dist/src/feeds/feed-writer.js +5 -1
- package/dist/src/feeds/feed-writer.js.map +1 -1
- package/dist/src/proto/gen/dxos/credentials.d.ts +26 -0
- package/dist/src/proto/gen/dxos/credentials.d.ts.map +1 -0
- package/dist/src/proto/gen/{dxos.js → dxos/credentials.js} +1 -1
- package/dist/src/proto/gen/dxos/credentials.js.map +1 -0
- package/dist/src/proto/gen/dxos/echo/feed.d.ts +57 -0
- package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +1 -0
- package/dist/src/proto/gen/dxos/{echo.js → echo/feed.js} +1 -1
- package/dist/src/proto/gen/dxos/echo/feed.js.map +1 -0
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts +2 -2
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/service.d.ts +46 -0
- package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -0
- package/dist/src/proto/gen/dxos/echo/{keys.js → service.js} +1 -1
- package/dist/src/proto/gen/dxos/echo/service.js.map +1 -0
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +2 -2
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/keys.d.ts +59 -0
- package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +1 -0
- package/dist/src/proto/gen/dxos/halo/keys.js +12 -0
- package/dist/src/proto/gen/dxos/halo/keys.js.map +1 -0
- package/dist/src/proto/gen/index.d.ts +31 -15
- package/dist/src/proto/gen/index.d.ts.map +1 -1
- package/dist/src/proto/gen/index.js +1 -1
- package/dist/src/proto/gen/index.js.map +1 -1
- package/dist/src/proto/index.d.ts +3 -3
- package/dist/src/proto/index.d.ts.map +1 -1
- package/dist/src/proto/index.js +3 -3
- package/dist/src/proto/index.js.map +1 -1
- package/dist/src/proto/messages.d.ts +1 -1
- package/dist/src/proto/messages.d.ts.map +1 -1
- package/dist/src/proto/substitutions.d.ts +3 -3
- package/dist/src/proto/substitutions.js +3 -3
- package/dist/src/proto/substitutions.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -9
- package/src/feeds/feed-writer.ts +8 -1
- package/src/proto/defs/metadata.proto +3 -3
- package/src/proto/defs/proto.proto +7 -0
- package/src/proto/gen/dxos/credentials.ts +31 -0
- package/src/proto/gen/dxos/echo/feed.ts +64 -0
- package/src/proto/gen/dxos/echo/metadata.ts +6 -6
- package/src/proto/gen/dxos/echo/service.ts +50 -0
- package/src/proto/gen/dxos/echo/snapshot.ts +6 -6
- package/src/proto/gen/dxos/echo/testing.ts +4 -4
- package/src/proto/gen/dxos/halo/keys.ts +65 -0
- package/src/proto/gen/google/protobuf.ts +4 -4
- package/src/proto/gen/index.ts +32 -16
- package/src/proto/index.ts +3 -3
- package/src/proto/messages.ts +1 -1
- package/src/proto/substitutions.ts +3 -3
- package/dist/src/proto/gen/dxos/echo/keys.d.ts +0 -4
- package/dist/src/proto/gen/dxos/echo/keys.d.ts.map +0 -1
- package/dist/src/proto/gen/dxos/echo/keys.js.map +0 -1
- package/dist/src/proto/gen/dxos/echo/remote.d.ts +0 -10
- package/dist/src/proto/gen/dxos/echo/remote.d.ts.map +0 -1
- package/dist/src/proto/gen/dxos/echo/remote.js +0 -3
- package/dist/src/proto/gen/dxos/echo/remote.js.map +0 -1
- package/dist/src/proto/gen/dxos/echo.d.ts +0 -31
- package/dist/src/proto/gen/dxos/echo.d.ts.map +0 -1
- package/dist/src/proto/gen/dxos/echo.js.map +0 -1
- package/dist/src/proto/gen/dxos.d.ts +0 -10
- package/dist/src/proto/gen/dxos.d.ts.map +0 -1
- package/dist/src/proto/gen/dxos.js.map +0 -1
- package/src/proto/defs/dxos.proto +0 -33
- package/src/proto/defs/echo.proto +0 -62
- package/src/proto/defs/key.proto +0 -11
- package/src/proto/defs/remote.proto +0 -25
- package/src/proto/defs/snapshot.proto +0 -82
- package/src/proto/gen/dxos/echo/keys.ts +0 -12
- package/src/proto/gen/dxos/echo/remote.ts +0 -16
- package/src/proto/gen/dxos/echo.ts +0 -38
- package/src/proto/gen/dxos.ts +0 -16
|
@@ -8,11 +8,11 @@ const crypto_1 = require("@dxos/crypto");
|
|
|
8
8
|
const spacetime_1 = require("../spacetime");
|
|
9
9
|
exports.default = {
|
|
10
10
|
// TODO(marik-d): Temporary codec bridging logic until we can require proto declarations across package boundaries.
|
|
11
|
-
'dxos.CredentialsMessage': {
|
|
11
|
+
'dxos.echo.feed.CredentialsMessage': {
|
|
12
12
|
encode: (msg) => ({ data: credentials_1.codec.encode(msg) }),
|
|
13
13
|
decode: (msg) => credentials_1.codec.decode(msg.data)
|
|
14
14
|
},
|
|
15
|
-
'dxos.echo.TimeframeVector': {
|
|
15
|
+
'dxos.echo.feed.TimeframeVector': {
|
|
16
16
|
encode: (timeframe) => ({
|
|
17
17
|
frames: timeframe.frames().map(([feedKey, seq]) => ({ feedKey: feedKey.asUint8Array(), seq }))
|
|
18
18
|
}),
|
|
@@ -23,7 +23,7 @@ exports.default = {
|
|
|
23
23
|
.map((frame) => [crypto_1.PublicKey.from(frame.feedKey), frame.seq]));
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
-
'dxos.
|
|
26
|
+
'dxos.halo.keys.PubKey': {
|
|
27
27
|
encode: (value) => ({ data: value.asUint8Array() }),
|
|
28
28
|
decode: (value) => crypto_1.PublicKey.from(value.data)
|
|
29
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"substitutions.js","sourceRoot":"","sources":["../../../src/proto/substitutions.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAEF,mDAAmD;AACnD,yCAAyC;AAEzC,4CAAyC;AAEzC,kBAAe;IACb,mHAAmH;IACnH,
|
|
1
|
+
{"version":3,"file":"substitutions.js","sourceRoot":"","sources":["../../../src/proto/substitutions.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAEF,mDAAmD;AACnD,yCAAyC;AAEzC,4CAAyC;AAEzC,kBAAe;IACb,mHAAmH;IACnH,mCAAmC,EAAE;QACnC,MAAM,EAAE,CAAC,GAAY,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,mBAAK,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC;QACvD,MAAM,EAAE,CAAC,GAAQ,EAAW,EAAE,CAAC,mBAAK,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC;KACtD;IACD,gCAAgC,EAAE;QAChC,MAAM,EAAE,CAAC,SAAoB,EAAE,EAAE,CAAC,CAAC;YACjC,MAAM,EAAE,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,YAAY,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;SAC/F,CAAC;QACF,MAAM,EAAE,CAAC,MAAW,EAAE,EAAE;;YAAC,OAAA,IAAI,qBAAS,CACpC,CAAC,MAAA,MAAM,CAAC,MAAM,mCAAI,EAAE,CAAC;iBAClB,MAAM,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,IAAI,IAAI,KAAK,CAAC,GAAG,IAAI,IAAI,CAAC;iBAClE,GAAG,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,CAAC,kBAAS,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CACnE,CAAA;SAAA;KACF;IACD,uBAAuB,EAAE;QACvB,MAAM,EAAE,CAAC,KAAgB,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,YAAY,EAAE,EAAE,CAAC;QAC9D,MAAM,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,kBAAS,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;KACnD;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es5.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.esnext.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../common/temp/node_modules/.pnpm/@types/debug@4.1.5/node_modules/@types/debug/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/globals.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/async_hooks.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/buffer.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/child_process.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/cluster.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/console.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/constants.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/crypto.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/dgram.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/dns.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/domain.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/events.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/fs.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/fs/promises.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/http.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/http2.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/https.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/inspector.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/module.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/net.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/os.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/path.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/perf_hooks.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/process.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/punycode.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/querystring.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/readline.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/repl.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/stream.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/string_decoder.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/timers.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/tls.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/trace_events.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/tty.d.ts","../../../../common/temp/node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/decode.d.ts","../../../../common/temp/node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/encode.d.ts","../../../../common/temp/node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/url.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/util.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/v8.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/vm.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/worker_threads.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/zlib.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/globals.global.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/wasi.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/ts3.6/base.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/assert.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/base.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/index.d.ts","../../../../common/temp/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/readable-stream@2.3.9/node_modules/@types/readable-stream/index.d.ts","../../../common/async/dist/src/async.d.ts","../../../common/async/dist/src/event.d.ts","../../../common/async/dist/src/events.d.ts","../../../common/async/dist/src/latch.d.ts","../../../common/async/dist/src/lock.d.ts","../../../common/async/dist/src/sink.d.ts","../../../common/async/dist/src/trigger.d.ts","../../../common/async/dist/src/types.d.ts","../../../common/async/dist/src/callback.d.ts","../../../common/async/dist/src/index.d.ts","../../../common/crypto/dist/src/encrypt.d.ts","../../../common/crypto/dist/src/hash.d.ts","../../../common/crypto/dist/src/public-key.d.ts","../../../common/crypto/dist/src/keys.d.ts","../../../common/crypto/dist/src/seedphrase.d.ts","../../../common/crypto/dist/src/validator.d.ts","../../../common/crypto/dist/src/index.d.ts","../../../common/random-access-multi-storage/dist/src/interfaces/IFile.d.ts","../../../common/random-access-multi-storage/dist/src/interfaces/storage-types.d.ts","../../../common/random-access-multi-storage/dist/src/interfaces/IStorage.d.ts","../../../common/random-access-multi-storage/dist/src/node.d.ts","../../../common/random-access-multi-storage/dist/src/index.d.ts","../../feed-store/dist/src/hypercore-types.d.ts","../../feed-store/dist/src/types.d.ts","../../feed-store/dist/src/feed-descriptor.d.ts","../../feed-store/dist/src/feed-store.d.ts","../../feed-store/dist/src/create-batch-stream.d.ts","../../feed-store/dist/src/stream.d.ts","../../feed-store/dist/src/index.d.ts","../../../common/util/dist/src/complex.d.ts","../../../common/util/dist/src/json.d.ts","../../../common/util/dist/src/map.d.ts","../../../common/util/dist/src/range.d.ts","../../../common/util/dist/src/types.d.ts","../../../common/util/dist/src/randomInt.d.ts","../../../common/util/dist/src/subscription.d.ts","../../../common/util/dist/src/uint8array.d.ts","../../../common/util/dist/src/typeguards.d.ts","../../../common/util/dist/src/isNotNullOrUndefined.d.ts","../../../common/util/dist/src/index.d.ts","../../../halo/credentials/dist/src/keys/filter.d.ts","../../../../common/temp/node_modules/.pnpm/protobufjs@6.11.2/node_modules/protobufjs/index.d.ts","../../../common/codec-protobuf/dist/src/interface.d.ts","../../../common/codec-protobuf/dist/src/mapping.d.ts","../../../common/codec-protobuf/dist/src/codec.d.ts","../../../common/codec-protobuf/dist/src/stream.d.ts","../../../common/codec-protobuf/dist/src/service.d.ts","../../../common/codec-protobuf/dist/src/schema.d.ts","../../../common/codec-protobuf/dist/src/common.d.ts","../../../common/codec-protobuf/dist/src/any.d.ts","../../../common/codec-protobuf/dist/src/buffer-patch.d.ts","../../../common/codec-protobuf/dist/src/index.d.ts","../../../halo/credentials/dist/src/proto/substitutions.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/halo/keys.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials/auth.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials/greet.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials/identity.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials/party.d.ts","../../../halo/credentials/dist/src/proto/gen/google/protobuf.d.ts","../../../halo/credentials/dist/src/proto/gen/index.d.ts","../../../halo/credentials/dist/src/proto/any.d.ts","../../../halo/credentials/dist/src/proto/codec.d.ts","../../../halo/credentials/dist/src/proto/datetime.d.ts","../../../halo/credentials/dist/src/proto/index.d.ts","../../../halo/credentials/dist/src/typedefs.d.ts","../../../halo/credentials/dist/src/keys/keystore.d.ts","../../../halo/credentials/dist/src/keys/signer.d.ts","../../../halo/credentials/dist/src/keys/simple-metrics.d.ts","../../../halo/credentials/dist/src/keys/keyring.d.ts","../../../halo/credentials/dist/src/keys/keytype.d.ts","../../../halo/credentials/dist/src/keys/keyring-helpers.d.ts","../../../halo/credentials/dist/src/keys/index.d.ts","../../../halo/credentials/dist/src/auth/auth-message.d.ts","../../../mesh/protocol/dist/src/extension.d.ts","../../../mesh/protocol/dist/src/protocol.d.ts","../../../mesh/protocol/dist/src/errors.d.ts","../../../mesh/protocol/dist/src/index.d.ts","../../../halo/credentials/dist/src/party/events.d.ts","../../../halo/credentials/dist/src/party/party-credential.d.ts","../../../halo/credentials/dist/src/identity/events.d.ts","../../../halo/credentials/dist/src/identity/identity-message.d.ts","../../../halo/credentials/dist/src/identity/identity-message-processor.d.ts","../../../halo/credentials/dist/src/identity/index.d.ts","../../../halo/credentials/dist/src/party/party-state.d.ts","../../../halo/credentials/dist/src/party/party-invitation-manager.d.ts","../../../halo/credentials/dist/src/party/index.d.ts","../../../halo/credentials/dist/src/auth/authenticator.d.ts","../../../halo/credentials/dist/src/auth/auth-plugin.d.ts","../../../halo/credentials/dist/src/auth/index.d.ts","../../../halo/credentials/dist/src/greet/invitation.d.ts","../../../halo/credentials/dist/src/greet/greeter.d.ts","../../../halo/credentials/dist/src/greet/greeting-command-plugin.d.ts","../../../halo/credentials/dist/src/greet/greeting-message.d.ts","../../../halo/credentials/dist/src/greet/party-invitation-claim-handler.d.ts","../../../halo/credentials/dist/src/greet/passcode.d.ts","../../../halo/credentials/dist/src/greet/error-codes.d.ts","../../../halo/credentials/dist/src/greet/index.d.ts","../../../halo/credentials/dist/src/index.d.ts","../src/proto/substitutions.ts","../src/proto/gen/google/protobuf.ts","../src/proto/gen/dxos/echo/testing.ts","../src/proto/gen/dxos/echo/snapshot.ts","../src/proto/gen/dxos/echo/remote.ts","../src/proto/gen/dxos/echo/metadata.ts","../src/proto/gen/dxos/echo/keys.ts","../src/proto/gen/dxos/echo.ts","../src/proto/gen/dxos.ts","../src/proto/gen/index.ts","../src/proto/messages.ts","../src/proto/index.ts","../src/types.ts","../src/spacetime/timeframe.ts","../src/spacetime/index.ts","../src/feeds/feed-store-iterator.ts","../../../../common/temp/node_modules/.pnpm/@types/pify@3.0.2/node_modules/@types/pify/index.d.ts","../src/feeds/feed-writer.ts","../src/feeds/index.ts","../src/index.ts","../../../../common/temp/node_modules/.pnpm/@types/faker@5.5.5/node_modules/@types/faker/index.d.ts","../src/feeds/feed-store-iterator.test.ts","../src/feeds/feed.test.ts","../src/spacetime/timeframe.test.ts","../../../../common/temp/node_modules/.pnpm/@types/chance@1.1.1/node_modules/@types/chance/index.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/cleanupSemantic.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/types.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/diffLines.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/printDiffs.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/index.d.ts","../../../../common/temp/node_modules/.pnpm/pretty-format@26.6.2/node_modules/pretty-format/build/types.d.ts","../../../../common/temp/node_modules/.pnpm/pretty-format@26.6.2/node_modules/pretty-format/build/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/jest@26.0.23/node_modules/@types/jest/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/duplexify@3.6.0/node_modules/@types/duplexify/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/pumpify@1.4.1/node_modules/@types/pumpify/index.d.ts"],"fileInfos":[{"version":"6adbf5efd0e374ff5f427a4f26a5a413e9734eee5067a0e86da69aea41910b52","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","2cc028cd0bdb35b1b5eb723d84666a255933fffbea607f72cbd0c7c7b4bee144",{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","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":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","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":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"3cf5f191d75bbe7c92f921e5ae12004ac672266e2be2ece69f40b1d6b1b678f9",{"version":"25b4a0c4fab47c373ee49df4c239826ee3430019fc0c1b5e59edc3e398b7468d","affectsGlobalScope":true},"e23424b97418eca3226fd24de079f1203eb70360622e4e093af2aff14d4be6ec","a473cf45c3d9809518f8af913312139d9f4db6887dc554e0d06d0f4e52722e6b","a668dfae917097b30fc29bbebeeb869cee22529f2aa9976cea03c7e834a1b841","04eaa93bd75f937f9184dcb95a7983800c5770cf8ddd8ac0f3734dc02f5b20ef",{"version":"c8155caf28fc7b0a564156a5df28ad8a844a3bd32d331d148d8f3ce88025c870","affectsGlobalScope":true},"45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491","0084b54e281a37c75079f92ca20603d5731de063e7a425852b2907de4dd19932","797a9d37eb1f76143311c3f0a186ce5c0d8735e94c0ca08ff8712a876c9b4f9e","bc31e01146eec89eb870b9ad8c55d759bcbc8989a894e6f0f81f832e0d10eb04",{"version":"2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5","affectsGlobalScope":true},{"version":"153d835dc32985120790e10102834b0a5bd979bb5e42bfbb33c0ff6260cf03ce","affectsGlobalScope":true},"a44c87a409b60f211a240341905d818f5f173420dcf7f989ee6c8a1a3d812ae9","bdaf554ae2d9d09e2a42f58a29ef7f80e5b5c1d7b96bfb717243dc91a477216e","dce8672a79c7221c10a355b905940ab57505bc480a72a5da33ba24cbf82bb75c","321ea733ae7f611077a2d7b4bc378ac4a6b7e365e1a51c71a7e5b2818e1e310a","13257840c0850d4ebd7c2b17604a9e006f752de76c2400ebc752bc465c330452","42176966283d3835c34278b9b5c0f470d484c0c0c6a55c20a2c916a1ce69b6e8","0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d","ae7b9d7ab1652cc1866ba6e269d0eeaf1708d07327714124ed2cbd059f5e4766","69640cc2e76dad52daeb9914e6b70c5c9a5591a3a65190a2d3ea432cf0015e16","21e64a125f65dff99cc3ed366c96e922b90daed343eb52ecdace5f220401dcda","4982d94cb6427263c8839d8d6324a8bbe129e931deb61a7380f8fad17ba2cfc0",{"version":"b0b00cf2e8107ab671243a73d2fbd6296a853bebe3fcfaaca293f65aaa245eaf","affectsGlobalScope":true},"7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6","992c6f6be16c0a1d2eec13ece33adeea2c747ba27fcd078353a8f4bb5b4fea58","3b790d08129aca55fd5ae1672d1d26594147ac0d5f2eedc30c7575eb18daef7e","a6b0abdb67d63ebe964ba5fee31bc3daf10c12eecd46b24d778426010c04c67e","e7b5a3f40f19d9eea71890c70dfb37ac5dd82cbffe5f95bc8f23c536455732d0","4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50","0953427f9c2498f71dd912fdd8a81b19cf6925de3e1ad67ab9a77b9a0f79bf0b","f89a6d56f0267f6e73c707f8a89d2f38e9928e10bfa505f39a4f4bf954093aee","7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4","9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5","ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa","ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26","46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f","dcc6910d95a3625fd2b0487fda055988e46ab46c357a1b3618c27b4a8dd739c9","e649840284bab8c4d09cadc125cd7fbde7529690cc1a0881872b6a9cd202819b","a364b4a8a015ae377052fa4fac94204d79a69d879567f444c7ceff1b7a18482d","60c9e27816ec8ac8df7240598bb086e95b47edfb454c5cbf4003c812e0ed6e39","6c63cb179eda2be5ab45dc146fa4151bec8ce4781986935fe40adfc69cbbf214","4926467de88a92a4fc9971d8c6f21b91eca1c0e7fc2a46cc4638ab9440c73875",{"version":"2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1","affectsGlobalScope":true},"4e0a4d84b15692ea8669fe4f3d05a4f204567906b1347da7a58b75f45bae48d3","ae68a04912ee5a0f589276f9ec60b095f8c40d48128a4575b3fdd7d93806931c","b3593bd345ebea5e4d0a894c03251a3774b34df3d6db57075c18e089a599ba76","e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b","6c137dee82a61e14a1eb6a0ba56925b66fd83abf15acf72fe59a10b15e80e319","5e379df3d61561c2ed7789b5995b9ba2143bbba21a905e2381e16efe7d1fa424","0d8b40bf50af939b854673143c83b174d87f3a4fdaa0b7979ebb94f374b38306","882a1d01de177423f547ad8469c94b758379b92fa72047ab0d7b960570216c36","46810daa9f52d6070dbcc28a03edcde2f40062519f64c9b3a4553eac48d0691b","17d12583fd6c710f4a422192477b796d726c2a5a16cca6f2b8dc5fbdcf79a656","4d5f1e0f924758e43db4a47e4bb73c94790851b5c542a3eafd342dc5922693bc","7ddaa1a9e903fed42dac0b9abcb5a2c53dca4ba00187b51ad84694db52f5ff4e","d88cf802778f5dd1b7afd9422aa492fc55ca9168ce750e76f717c81e689bedec","1d94be71c02681f0640fa6bb08f10378d50b0e38e521ba4624b159d9cb7a4e8c","d0e37049ec98567321a991657d1605336463b9959c7b3a28b86d8834dc0786e3","9d347130d3dade8c804698d3f1ed7fa35799098480c0015ae647e5d38da4d424","e97b15d7d01903fdc959930f53f7319bb74004462508aaaaf95d230519dbfa65","a42919e6cb602e7e8ef516c6dd7966994340d429a43f95f88ef92482057b52d4","aae72031068e978fc1b48ffba8a7884c5aa7ee19e0550060d6cf70a04b55afdd","09ed332e33722b8dab5766a53508b992223381ec6a2816acf4e8be31dc20f121","f3c6760f86b74ad40d96a8f2bf355917342f4a9555de77f046cfe4e6dd44a9f6","2fbbee972d3da84ef0e21546d43924fa02b0b49de1ec1b5b2f800e182373a7d1","830b201ad1bf6541b32ecb644a7f22102f2de52c3ce298be461d19fcdc69cc86","239d1aac6a5e64f118869b19b384b6b8b52903de509e88a7344aab075e6619a9","a9a709c0bfc23748ad2bb78cb1efceed410800b3b5a30ec72b6e2ee1abc065ef","106f53930d9468f7b1b99123b6439f30703727d7eea3d4763e3c92ca8a5c4396","c31c877dbcbeadafc390f966110476da63c11b6a4229e04dc634f13b88cf96f5","8b385d5fb8dd09036bede9d4044169e7a587a41cb35690486f15147f986e9363","79a7db8fb14b23b6e62a0a5384278438b9c2fe4e7eaa0a5f9b32aacaddee4bec","78b8a7c78a016a5c0d25d069486725542dd00de714a0707e6ba00655d06ba5f9","f60db18327504e39f42245b931aab5cf0bf66005108b1261bcfc41d2e45394b5","94d2099647a2fb7696308e5335b23d5a43b102ef3cd2ea993d6fd3a039d07664","998c58d75b97c4af2ae38310f7c5d3163740e092fd92025076d8970f2fed4b94","333842073ecc380ffea6306e8db1b27ef20eb261663cdeb32a1b46673fa41fd8","b21f5f6cdedacf419240be02ad6ed0e42807749ebf37bf36b838bd8f39fef52f","114c46e3c67d8c98d73854eca5ca7710a488e8e746e343b9e99f1463f6b3cde7","51bf8e51bd28a124f52aea4628556566eb8b1b67cf80c6769eb1269e88a3fd54","e2302ae00a4f260f699ae4b6896b17045e03b9ca10088a99f1163abb0a2b40d3","a20b5a48195999025be24ec88c203ffb5ee22cf76744cf6d5d30ef46fb23d765","90f00153202471120c8b2cd1fc2b19bd7727bdcb8e1c66abe9b67ac87e8474ba","ba5121b68503a0dbed2bbf2e08738e5d0ca3f89ffc8a4cd7e81054d3f907775f","33709a702cc8e378e68d26d37fa20e576e4d046bc4a6142ba3a870947536208c","a779b16e12d90ada85a0ff039d75a8116464e7d0c4319e677efb409cf6e24720","5e1ebf27dbc316b57c78663bf7f385e380f959ce48e5c6a55fa4795acc41ecc3","94142727c7c6030d654250986c7a1f4e52d9da648359ff54e57ff9719509cd6a","b518da82db039cf3667d49bb7d9a601d93c933a632f4cd21cc3f4b140263f97b","1a290dd6e2f6b4ab13ae5340b81792e46a8902b416b319491ba39287bf727cbd","ad4b5363e19153404be56e2b3098a7013e15d8d3a9565950b8bbcda823d016eb","1558c642e03689d42843e7b047b9c20e77ee09ab388ff854484db5dcfbed11da","0b181bbecdeb6becd582512ef095df3010f35da151c6f9b1f4672f37a564138f","216e1d84427fb19177419447edb7aea35482652ff24f4e3f157fca2138c51a0a","5a2c04c696b6f6b15d46a270979cacfa37faf5c0efdf7042f2d2944a917adf07","68c9339d07891f4573b8d91fb186362ae23c7bbc96e7175b5d34368fccf555f7","11f5641b0f78f7f3f4e093ac2c09bb01b5bd7b5fe7339bec3f27180c3aee0c17","51324e9c9ef658b8516809bc521eadbfcb18ffecfed33bb69ce46d6d5f2c3366","0724b631bcad7be2efbbfee090de5ac9fb49a5180f8c3c106b5ad277764b700b","30325dcf102eab2f9af285ed39bc862cec88693b90a9ae82d86eaeab546e34d5","9bcb66259e0252bafc327cdf187ebe67b3fd74c4440daf8b539ef88a4aebc800","e915da4b3bcd759ca35092a73990b2d328c9a0193d098d320ebbda903c473a4b","3bf1b0f7a5753a8fbeaf5472ee3c760f1451d9c3bfacbc34563ab165b3e1c05b","27c6a5fd6c837ab26638213bfc66756374eebff908f9d50f675584683ec6486d","f9ef4f56ae214e149116db97e1ef07bbb586ad975d1d6dc765c41723a8cd766e","38355fdc9adae9bc009a6b9d2f09fcd019ff6be89c5bce422996f9e4b9fcad14","533b87860344b2a78440604b9522f364eb76d4b5ca4e8ce8907d080267e2e576","f66429ac829e80529b11c420b2e381e6c42362732e6fbea8647a4fd0b33ddc54","de7c4ecc2822eef6a7348d63b30807a55f1ccdf17433b8f39a332688adf0e14d","37d345559005ca94bdebbeb2d1da37482570ab421511e1e14676ac325d3996e6","5ac008c4ceec64bb412fad85fbb59f0f426099836a7e43b1680772a0f019b058","6e248f5d6c770ed780de95d2502774421b9aa56a447ca87d191cbaec86f1664b","ea34df2f0765923687cbaf13a8479b7cd1a4efdf014c98043dae84a60ddb1efc","4ad83dcb71213b9ddbb1b39532ccc651ed08c69d7197e38eefcb63c416742feb","786dd6c569cec195ea7d98bb2373ec862eac8f41dfc92c53ce0f8fca3d78de8d","fb786c69309289a68c3092e504f06f20cb7f7210e4e82387a1143132231655a3","f81696cdd04c2ae11013453d2b8d9b0082990e81868ec1abf78d2bbad3accbca","4ee065ea0b35fd03c6ceaad7be308a57929af9d074e9885a6a218f62de401016","cdf1c5703f39ec5258551ebda4c45be9d5d470bdaa652e5014cd41d82c1dacbe","5ca46648184976720706555e5cb9429a1b20fcd07fa17c8331324e7e4ffb9880","e2ea1898f1d8f2ccbafc6d6fd4c84369de5ace338707ad71167fea53500ab157","527fe0d472dfd93c0e4db18cc9c958c2c7e23cdb065d0f3401660af77499071c","dc9fd7d1e09b3052c7864ce2d1e0f029894a265b9f5ab6956ef17faa26aac083","9841353c5aaf5a90b1143526386213a51d66508794a493b97a12486a47195ca1","55fb5426bbffb023916eceb5f4c39fc57c514e5a75015dd32625055446490209","2362b5ba53abbe5576c3b81792907a3879701bbbef2883f7cf6624c83a37268a","18e9b1d85ef9167334b52058928a408c5074712d60ec73677e2c1d82971cf4f6","9f111b543341f21fe6a3825651c0ca3495c7fcac7756cbf5922993ca1766060b","abf9aa2b79294a8293a3c6c9dc7a90d27bf80d8de1257c4b83da17c8be57017e","c9b13668ab86d8412a80c4c60cb791d2da8a0b84e8d3f94ad45ca90e472c5f8c","1e65e227032deb15468100a6752573d8fb03569e3a189b7841070d14d411990e","d600a1c4944cfbe32edde7c3bc8eb217ff898ccde903ef33b99cc86199f41600","1ffeeb8da80fb81f7d9ea550decd130ae3c4572cbe9c59b286b9b5b6dd310f53","027ac2f2a5e39c63391da91d35a2c66106f272f3b9bd078d8e142d33f6cdb4de","7cef5d632a28153aed7ebe3a30d19482f3f2fb0b8df9b25a4bcecc9bcd324a1f","7db8cf9e950c16ae0b26a60e7cbd3856d429a413a6fae3834f4851b73bd9317d","aafbe3552fcc17060ddd1d82350acb1c2681608be16f49368cfb8609623902a9","09703b393cab9a645e30fb0f7089db7d0b2a936888f91843325ee0fe14856d18","0a1b2b901d661372cedff6b18fe7af3e9d545431599653bd9da37a17fc4051a0","dfc9cbefbea8565dd5c32c41b37169aeb3a62499a18f9b4d7e1e5e0ab77d2deb","7bd31265a153444a8bbe4d6ba4a22dbe763802973ae425014ea95b514f52b02a","07507e1c91d600abcec45e99f7567a5f4be478a6a8a9ce71f80dfae1214697dd","0d627e6e69008e8f61e0ac580b10ee3b01eff3a6106f0d239891787dc91f8ae5","f1e22e04800dabee11c86c0ca8d7fd438254e18a47d4358a1f2d66ab225051d4","d12b08387bf48fa83e83d50828b2455eb035f776ca25dad8039bd50f341f390a","48986946580b921bdfc80cfb809e65001a86e01eca60155f7ee2cdf352b1bb6e","207771195e262f1b0a069124f0f475dc54fa859cb2195ac1647e9e4e73ae003d","47dbb6cb9ee260f7ae9b3c606ca1294bf0e49d98ed4a51500ecc8698e3a430d0","50b4e348db4edbba8b8565ac2262dd5324b5a3a7d8830026da4a8acabd694c7f","ed0cadd4d2ad06a07396dabf41a08921dddf05f4af4ffcfe2370bbc6fbbd1327","23e97995adfc73fe186bf1da4b2b6cc04f4cd8f4a65571335e67a952cf81232c","fc90e870aeabff88e385cb3d333a4b0474bdb781b98826b17eb187e12214d68a","5fd0f0a3b81db0c3de3859ceb0847ebae938c42407ea4ee8c9ceddcf289bc4ea","ea1187ad9afe8b0b4d052d4ee89669b271c192256c402b3f633e3504128f2e58","5ef43a794b830ea6833c353603b091f39b2569105ef09bb9bbac0fd597e8db0e","934600c686c4bc91f27c64d01a5250145c54036b843f4855a3ca201d43a1dca5","fc5618d38c5cf01e6e1e26b1ab1e0077b67c39bb5a9b93eb1c8b47f657e3a476","abd40243679330ffddb95df98aab5c3079fb92a6e661580a69de851703fd56d0","80469b69d622db22d6c086f4e6ad84f5b179197c773b64b6d8aabd8890bedb19","0b2a1a7adac6358f6a7e4c18955a458e209bf46bd25930c64b8f57712a168089","49926b8a2562c96386f2f7e1dacf9d208d453445d7d6577e312e4361c94e0c8c","b497c0a63da717721124fc90d243ece8face48b4ebfec4024accd4dd93a8e3e4","bf6e49685450ba9e5797d578237ccb9bb05e4a5dc44f12b7732584cbff4273c6","b94570b9561e00696b273d87d746f12e638dabaf010bef9309d69ae495884ba0","2dc2c6eedf30f70da9cc459b7f22be5b0bd7542ded1589445f13cccd0859bbd4","de0419d54dd252b174c36d93cccab2446a1d154d551ac78c0a31d14015ffa993","1c707deb9bea01db1f93ebdbb2df9d7c67166cd5f4972baa6b8dfa066d3a022f","e52174bca9a853aa44b1aca8230a6cf8c8c8d0639bd673037f475040eedd7ef0","1ebead1f76b33b267d5b2252fa33ae34d50f698098db96e3cc0fc8696ea46c97",{"version":"8b49756c2d54298161defe512ac88ca6781b0dffb1a7b822f241763f9f5993f1","affectsGlobalScope":true},"da7b1fd4841214bc430eb8c5d5f77b751fb074b2329ff923039802bce1f7342a","a3d40af00241a8717ef4ccaffe609d5ce220c075f9390ebcd70f20ab31e414d2","579cc05119ca5a8827025b320308dacae4d9aa9b4ed22b6d52fbdbca71477aca",{"version":"c53885bb5ff4ead8f93762c8d913146c1889c8f1efc2f2778608679932138300","affectsGlobalScope":true},"d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2","561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9","62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f","b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc","5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09","02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",{"version":"bbc19287f48d4b3c753bd2c82dd9326af19cccbfa1506f859029dfcedc7c5522","affectsGlobalScope":true},"9b24f39665305b5b404f44937cd9d774e21e192c15d919961b15a831d8358c82","b8b664766c16d5e5eaa14671ae86fef4a53f4e9311f11074d9d489ea1bda1b13"],"options":{"composite":true,"declarationMap":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":1,"noImplicitOverride":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":5},"fileIdsList":[[74,94],[225,227],[91,92],[57,58,65,74],[49,57,65],[84],[53,58,66],[74],[55,57,65],[57],[57,59,74,83],[58],[65,74,83],[57,58,60,65,74,77,83],[60,77,83],[93],[83],[55,57,74],[47],[79],[72,84,86],[65],[46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,83,84,85,86,87,88,89,90],[71],[57,59,74,83,86],[74,94,229],[74,94,95],[221,222],[221,222,223,224],[226],[80,81],[97,98,99,100,101,102,103,104,105],[144],[94,139],[138,139,140,144],[139,141,142,143,144,145,146,147],[138,145],[138,141,143,145],[138,142,144],[107,108,109,110,111,112],[94,109],[84,94],[110],[94],[114,115,116,117],[114,115],[115,116],[126,127,128,129,130,131,132,133,134,135],[45,92,106,113,118,125,136,207,208,210,211,212,216],[45,92,96,106,113,125,208,210],[113,125,136,208,212],[113,118,125,207,212,213],[211,213],[207,208,210,214],[148,196,197,198,199,200,201,202,203],[148,196,197,198,199,200,201,202,204],[148,196,197,198,199,200,201,203,204],[148,196,197,198,199,200,202,203,204],[148,196,197,198,199,201,202,203,204],[148,196,197,198,200,201,202,203,204],[148,196,197,199,200,201,202,203,204],[148,196,198,199,200,201,202,203,204],[148,196,197,198,199,200,201,202,203,204],[198,199,201,203,204,205,206],[204,205,208,210],[113,195,210],[209],[45,113,209],[84,136,208],[113,195,207],[94,119],[94,113,118,119,120],[94,106,113,118,119,120,121],[119,121,122,123,124],[74,94,119],[94,113,161,169],[57,94,174,184],[94,161,183],[170,184,185],[94,113,161,162,187],[57,94,148,161,162,174],[94,161],[187,188,189,190,191,192,193],[94,113],[57,94,113,161,183],[161,169],[177,178,179],[161,169,180,183,186,194],[113],[137,163,164,165,166,167,168],[113,161,162,167],[94,113,137,161,162,163,164,165],[161],[94,150],[94,113,161],[175,176,181,182],[94,161,181],[57,94,113,161,169,180,182],[157],[148,157,161],[149,150],[149],[149,150,151],[149,151],[148,150,151,152,153,154,155,156],[150,151,152,153,154,155,158,159,160],[94,113,148,158,169],[94,148,172],[171,172,173],[94,106,148,171]],"referencedMap":[[229,1],[228,2],[93,3],[49,4],[50,5],[51,6],[52,7],[53,8],[54,9],[56,10],[57,10],[58,11],[59,12],[60,13],[61,14],[62,15],[94,16],[63,10],[64,17],[65,18],[68,19],[69,20],[72,10],[73,21],[74,10],[77,22],[91,23],[79,22],[83,24],[85,8],[87,25],[88,8],[230,26],[96,27],[223,28],[225,29],[224,28],[227,30],[82,31],[106,32],[102,10],[146,33],[147,34],[141,35],[145,33],[148,36],[140,37],[144,38],[143,39],[113,40],[110,41],[109,42],[111,43],[112,44],[118,45],[114,44],[116,46],[117,47],[136,48],[217,49],[211,50],[213,51],[218,52],[214,53],[215,54],[204,55],[203,56],[202,57],[201,58],[200,59],[199,60],[198,61],[197,62],[205,63],[207,64],[206,65],[196,66],[210,67],[219,68],[209,69],[208,70],[123,71],[121,72],[122,73],[119,44],[125,74],[124,75],[170,76],[185,77],[184,78],[186,79],[188,80],[189,81],[190,82],[194,83],[187,84],[191,82],[179,85],[178,86],[180,87],[195,88],[137,89],[169,90],[168,91],[166,92],[163,93],[167,94],[164,95],[183,96],[176,76],[182,97],[181,98],[158,99],[159,100],[151,101],[152,102],[153,101],[154,102],[155,103],[150,104],[157,105],[161,106],[149,107],[162,44],[171,108],[174,109],[172,110]],"exportedModulesMap":[[229,1],[228,2],[93,3],[49,4],[50,5],[51,6],[52,7],[53,8],[54,9],[56,10],[57,10],[58,11],[59,12],[60,13],[61,14],[62,15],[94,16],[63,10],[64,17],[65,18],[68,19],[69,20],[72,10],[73,21],[74,10],[77,22],[91,23],[79,22],[83,24],[85,8],[87,25],[88,8],[230,26],[96,27],[223,28],[225,29],[224,28],[227,30],[82,31],[106,32],[102,10],[146,33],[147,34],[141,35],[145,33],[148,36],[140,37],[144,38],[143,39],[113,40],[110,41],[109,42],[111,43],[112,44],[118,45],[114,44],[116,46],[117,47],[136,48],[217,49],[211,50],[213,51],[218,52],[214,53],[215,54],[204,55],[203,56],[202,57],[201,58],[200,59],[199,60],[198,61],[197,62],[205,63],[207,64],[206,65],[196,66],[210,67],[219,68],[209,69],[208,70],[123,71],[121,72],[122,73],[119,44],[125,74],[124,75],[170,76],[185,77],[184,78],[186,79],[188,80],[189,81],[190,82],[194,83],[187,84],[191,82],[179,85],[178,86],[180,87],[195,88],[137,89],[169,90],[168,91],[166,92],[163,93],[167,94],[164,95],[183,96],[176,76],[182,97],[181,98],[158,99],[159,100],[151,101],[152,102],[153,101],[154,102],[155,103],[150,104],[157,105],[161,106],[149,107],[162,44],[171,108],[174,109],[172,110]],"semanticDiagnosticsPerFile":[220,45,229,216,228,92,47,93,48,49,50,51,52,53,54,55,56,57,58,59,46,89,60,61,62,94,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,91,79,83,84,85,86,90,87,88,212,230,96,221,223,225,224,222,227,226,138,80,81,82,95,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,31,32,33,34,7,39,35,36,37,38,8,43,40,41,42,1,9,44,97,105,98,99,106,100,101,102,103,104,146,147,141,145,148,139,140,144,143,142,107,108,113,110,109,111,112,118,114,116,115,117,126,136,135,127,128,131,129,132,134,130,133,217,211,213,218,214,215,204,203,202,201,200,199,198,197,205,207,206,196,210,219,209,208,123,121,122,119,125,124,120,170,185,184,186,193,188,189,190,194,187,191,192,177,179,178,180,195,137,169,168,166,163,167,164,165,175,183,176,182,181,158,159,160,151,152,153,154,155,150,156,157,161,149,162,173,171,174,172]},"version":"4.5.2"}
|
|
1
|
+
{"program":{"fileNames":["../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es5.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.esnext.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../common/temp/node_modules/.pnpm/typescript@4.5.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../common/temp/node_modules/.pnpm/@types/debug@4.1.5/node_modules/@types/debug/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/globals.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/async_hooks.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/buffer.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/child_process.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/cluster.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/console.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/constants.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/crypto.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/dgram.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/dns.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/domain.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/events.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/fs.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/fs/promises.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/http.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/http2.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/https.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/inspector.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/module.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/net.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/os.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/path.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/perf_hooks.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/process.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/punycode.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/querystring.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/readline.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/repl.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/stream.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/string_decoder.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/timers.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/tls.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/trace_events.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/tty.d.ts","../../../../common/temp/node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/decode.d.ts","../../../../common/temp/node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/encode.d.ts","../../../../common/temp/node_modules/.pnpm/querystring@0.2.1/node_modules/querystring/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/url.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/util.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/v8.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/vm.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/worker_threads.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/zlib.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/globals.global.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/wasi.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/ts3.6/base.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/assert.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/base.d.ts","../../../../common/temp/node_modules/.pnpm/@types/node@14.14.45/node_modules/@types/node/index.d.ts","../../../../common/temp/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/readable-stream@2.3.9/node_modules/@types/readable-stream/index.d.ts","../../../common/async/dist/src/async.d.ts","../../../common/async/dist/src/event.d.ts","../../../common/async/dist/src/events.d.ts","../../../common/async/dist/src/latch.d.ts","../../../common/async/dist/src/lock.d.ts","../../../common/async/dist/src/sink.d.ts","../../../common/async/dist/src/trigger.d.ts","../../../common/async/dist/src/types.d.ts","../../../common/async/dist/src/callback.d.ts","../../../common/async/dist/src/index.d.ts","../../../common/crypto/dist/src/encrypt.d.ts","../../../common/crypto/dist/src/hash.d.ts","../../../common/crypto/dist/src/public-key.d.ts","../../../common/crypto/dist/src/keys.d.ts","../../../common/crypto/dist/src/seedphrase.d.ts","../../../common/crypto/dist/src/validator.d.ts","../../../common/crypto/dist/src/index.d.ts","../../../common/random-access-multi-storage/dist/src/interfaces/IFile.d.ts","../../../common/random-access-multi-storage/dist/src/interfaces/storage-types.d.ts","../../../common/random-access-multi-storage/dist/src/interfaces/IStorage.d.ts","../../../common/random-access-multi-storage/dist/src/node.d.ts","../../../common/random-access-multi-storage/dist/src/index.d.ts","../../feed-store/dist/src/hypercore-types.d.ts","../../feed-store/dist/src/types.d.ts","../../feed-store/dist/src/feed-descriptor.d.ts","../../feed-store/dist/src/feed-store.d.ts","../../feed-store/dist/src/create-batch-stream.d.ts","../../feed-store/dist/src/stream.d.ts","../../feed-store/dist/src/index.d.ts","../../../common/util/dist/src/complex.d.ts","../../../common/util/dist/src/json.d.ts","../../../common/util/dist/src/map.d.ts","../../../common/util/dist/src/range.d.ts","../../../common/util/dist/src/types.d.ts","../../../common/util/dist/src/randomInt.d.ts","../../../common/util/dist/src/subscription.d.ts","../../../common/util/dist/src/uint8array.d.ts","../../../common/util/dist/src/typeguards.d.ts","../../../common/util/dist/src/isNotNullOrUndefined.d.ts","../../../common/util/dist/src/index.d.ts","../../../halo/credentials/dist/src/keys/filter.d.ts","../../../../common/temp/node_modules/.pnpm/protobufjs@6.11.2/node_modules/protobufjs/index.d.ts","../../../common/codec-protobuf/dist/src/interface.d.ts","../../../common/codec-protobuf/dist/src/mapping.d.ts","../../../common/codec-protobuf/dist/src/codec.d.ts","../../../common/codec-protobuf/dist/src/stream.d.ts","../../../common/codec-protobuf/dist/src/service.d.ts","../../../common/codec-protobuf/dist/src/schema.d.ts","../../../common/codec-protobuf/dist/src/common.d.ts","../../../common/codec-protobuf/dist/src/any.d.ts","../../../common/codec-protobuf/dist/src/buffer-patch.d.ts","../../../common/codec-protobuf/dist/src/index.d.ts","../../../halo/credentials/dist/src/proto/substitutions.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/halo/keys.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials/auth.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials/greet.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials/identity.d.ts","../../../halo/credentials/dist/src/proto/gen/dxos/credentials/party.d.ts","../../../halo/credentials/dist/src/proto/gen/google/protobuf.d.ts","../../../halo/credentials/dist/src/proto/gen/index.d.ts","../../../halo/credentials/dist/src/proto/any.d.ts","../../../halo/credentials/dist/src/proto/codec.d.ts","../../../halo/credentials/dist/src/proto/datetime.d.ts","../../../halo/credentials/dist/src/proto/index.d.ts","../../../halo/credentials/dist/src/typedefs.d.ts","../../../halo/credentials/dist/src/keys/keystore.d.ts","../../../halo/credentials/dist/src/keys/signer.d.ts","../../../halo/credentials/dist/src/keys/simple-metrics.d.ts","../../../halo/credentials/dist/src/keys/keyring.d.ts","../../../halo/credentials/dist/src/keys/keytype.d.ts","../../../halo/credentials/dist/src/keys/keyring-helpers.d.ts","../../../halo/credentials/dist/src/keys/index.d.ts","../../../halo/credentials/dist/src/auth/auth-message.d.ts","../../../mesh/protocol/dist/src/extension.d.ts","../../../mesh/protocol/dist/src/protocol.d.ts","../../../mesh/protocol/dist/src/errors.d.ts","../../../mesh/protocol/dist/src/index.d.ts","../../../halo/credentials/dist/src/party/events.d.ts","../../../halo/credentials/dist/src/party/party-credential.d.ts","../../../halo/credentials/dist/src/identity/events.d.ts","../../../halo/credentials/dist/src/identity/identity-message.d.ts","../../../halo/credentials/dist/src/identity/identity-message-processor.d.ts","../../../halo/credentials/dist/src/identity/index.d.ts","../../../halo/credentials/dist/src/party/party-state.d.ts","../../../halo/credentials/dist/src/party/party-invitation-manager.d.ts","../../../halo/credentials/dist/src/party/index.d.ts","../../../halo/credentials/dist/src/auth/authenticator.d.ts","../../../halo/credentials/dist/src/auth/auth-plugin.d.ts","../../../halo/credentials/dist/src/auth/index.d.ts","../../../halo/credentials/dist/src/greet/invitation.d.ts","../../../halo/credentials/dist/src/greet/greeter.d.ts","../../../halo/credentials/dist/src/greet/greeting-command-plugin.d.ts","../../../halo/credentials/dist/src/greet/greeting-message.d.ts","../../../halo/credentials/dist/src/greet/party-invitation-claim-handler.d.ts","../../../halo/credentials/dist/src/greet/passcode.d.ts","../../../halo/credentials/dist/src/greet/error-codes.d.ts","../../../halo/credentials/dist/src/greet/index.d.ts","../../../halo/credentials/dist/src/index.d.ts","../src/proto/substitutions.ts","../src/proto/gen/google/protobuf.ts","../src/proto/gen/dxos/halo/keys.ts","../src/proto/gen/dxos/echo/testing.ts","../src/proto/gen/dxos/echo/snapshot.ts","../src/proto/gen/dxos/echo/service.ts","../src/proto/gen/dxos/echo/metadata.ts","../src/proto/gen/dxos/echo/feed.ts","../src/proto/gen/dxos/credentials.ts","../src/proto/gen/index.ts","../src/proto/messages.ts","../src/proto/index.ts","../src/types.ts","../src/spacetime/timeframe.ts","../src/spacetime/index.ts","../src/feeds/feed-store-iterator.ts","../../../../common/temp/node_modules/.pnpm/@types/pify@3.0.2/node_modules/@types/pify/index.d.ts","../src/feeds/feed-writer.ts","../src/feeds/index.ts","../src/index.ts","../../../../common/temp/node_modules/.pnpm/@types/faker@5.5.5/node_modules/@types/faker/index.d.ts","../src/feeds/feed-store-iterator.test.ts","../src/feeds/feed.test.ts","../src/spacetime/timeframe.test.ts","../../../../common/temp/node_modules/.pnpm/@types/chance@1.1.1/node_modules/@types/chance/index.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/cleanupSemantic.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/types.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/diffLines.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/printDiffs.d.ts","../../../../common/temp/node_modules/.pnpm/jest-diff@26.6.2/node_modules/jest-diff/build/index.d.ts","../../../../common/temp/node_modules/.pnpm/pretty-format@26.6.2/node_modules/pretty-format/build/types.d.ts","../../../../common/temp/node_modules/.pnpm/pretty-format@26.6.2/node_modules/pretty-format/build/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/jest@26.0.23/node_modules/@types/jest/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/duplexify@3.6.0/node_modules/@types/duplexify/index.d.ts","../../../../common/temp/node_modules/.pnpm/@types/pumpify@1.4.1/node_modules/@types/pumpify/index.d.ts"],"fileInfos":[{"version":"6adbf5efd0e374ff5f427a4f26a5a413e9734eee5067a0e86da69aea41910b52","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","2cc028cd0bdb35b1b5eb723d84666a255933fffbea607f72cbd0c7c7b4bee144",{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","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":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","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":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"3cf5f191d75bbe7c92f921e5ae12004ac672266e2be2ece69f40b1d6b1b678f9",{"version":"25b4a0c4fab47c373ee49df4c239826ee3430019fc0c1b5e59edc3e398b7468d","affectsGlobalScope":true},"e23424b97418eca3226fd24de079f1203eb70360622e4e093af2aff14d4be6ec","a473cf45c3d9809518f8af913312139d9f4db6887dc554e0d06d0f4e52722e6b","a668dfae917097b30fc29bbebeeb869cee22529f2aa9976cea03c7e834a1b841","04eaa93bd75f937f9184dcb95a7983800c5770cf8ddd8ac0f3734dc02f5b20ef",{"version":"c8155caf28fc7b0a564156a5df28ad8a844a3bd32d331d148d8f3ce88025c870","affectsGlobalScope":true},"45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491","0084b54e281a37c75079f92ca20603d5731de063e7a425852b2907de4dd19932","797a9d37eb1f76143311c3f0a186ce5c0d8735e94c0ca08ff8712a876c9b4f9e","bc31e01146eec89eb870b9ad8c55d759bcbc8989a894e6f0f81f832e0d10eb04",{"version":"2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5","affectsGlobalScope":true},{"version":"153d835dc32985120790e10102834b0a5bd979bb5e42bfbb33c0ff6260cf03ce","affectsGlobalScope":true},"a44c87a409b60f211a240341905d818f5f173420dcf7f989ee6c8a1a3d812ae9","bdaf554ae2d9d09e2a42f58a29ef7f80e5b5c1d7b96bfb717243dc91a477216e","dce8672a79c7221c10a355b905940ab57505bc480a72a5da33ba24cbf82bb75c","321ea733ae7f611077a2d7b4bc378ac4a6b7e365e1a51c71a7e5b2818e1e310a","13257840c0850d4ebd7c2b17604a9e006f752de76c2400ebc752bc465c330452","42176966283d3835c34278b9b5c0f470d484c0c0c6a55c20a2c916a1ce69b6e8","0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d","ae7b9d7ab1652cc1866ba6e269d0eeaf1708d07327714124ed2cbd059f5e4766","69640cc2e76dad52daeb9914e6b70c5c9a5591a3a65190a2d3ea432cf0015e16","21e64a125f65dff99cc3ed366c96e922b90daed343eb52ecdace5f220401dcda","4982d94cb6427263c8839d8d6324a8bbe129e931deb61a7380f8fad17ba2cfc0",{"version":"b0b00cf2e8107ab671243a73d2fbd6296a853bebe3fcfaaca293f65aaa245eaf","affectsGlobalScope":true},"7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6","992c6f6be16c0a1d2eec13ece33adeea2c747ba27fcd078353a8f4bb5b4fea58","3b790d08129aca55fd5ae1672d1d26594147ac0d5f2eedc30c7575eb18daef7e","a6b0abdb67d63ebe964ba5fee31bc3daf10c12eecd46b24d778426010c04c67e","e7b5a3f40f19d9eea71890c70dfb37ac5dd82cbffe5f95bc8f23c536455732d0","4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50","0953427f9c2498f71dd912fdd8a81b19cf6925de3e1ad67ab9a77b9a0f79bf0b","f89a6d56f0267f6e73c707f8a89d2f38e9928e10bfa505f39a4f4bf954093aee","7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4","9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5","ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa","ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26","46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f","dcc6910d95a3625fd2b0487fda055988e46ab46c357a1b3618c27b4a8dd739c9","e649840284bab8c4d09cadc125cd7fbde7529690cc1a0881872b6a9cd202819b","a364b4a8a015ae377052fa4fac94204d79a69d879567f444c7ceff1b7a18482d","60c9e27816ec8ac8df7240598bb086e95b47edfb454c5cbf4003c812e0ed6e39","6c63cb179eda2be5ab45dc146fa4151bec8ce4781986935fe40adfc69cbbf214","4926467de88a92a4fc9971d8c6f21b91eca1c0e7fc2a46cc4638ab9440c73875",{"version":"2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1","affectsGlobalScope":true},"4e0a4d84b15692ea8669fe4f3d05a4f204567906b1347da7a58b75f45bae48d3","ae68a04912ee5a0f589276f9ec60b095f8c40d48128a4575b3fdd7d93806931c","b3593bd345ebea5e4d0a894c03251a3774b34df3d6db57075c18e089a599ba76","e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b","6c137dee82a61e14a1eb6a0ba56925b66fd83abf15acf72fe59a10b15e80e319","5e379df3d61561c2ed7789b5995b9ba2143bbba21a905e2381e16efe7d1fa424","0d8b40bf50af939b854673143c83b174d87f3a4fdaa0b7979ebb94f374b38306","882a1d01de177423f547ad8469c94b758379b92fa72047ab0d7b960570216c36","1610f2eadec0c6fc891f89330502bb099b539771a13746807e5d3b40180ec901","17d12583fd6c710f4a422192477b796d726c2a5a16cca6f2b8dc5fbdcf79a656","4d5f1e0f924758e43db4a47e4bb73c94790851b5c542a3eafd342dc5922693bc","7ddaa1a9e903fed42dac0b9abcb5a2c53dca4ba00187b51ad84694db52f5ff4e","d88cf802778f5dd1b7afd9422aa492fc55ca9168ce750e76f717c81e689bedec","1d94be71c02681f0640fa6bb08f10378d50b0e38e521ba4624b159d9cb7a4e8c","d0e37049ec98567321a991657d1605336463b9959c7b3a28b86d8834dc0786e3","9d347130d3dade8c804698d3f1ed7fa35799098480c0015ae647e5d38da4d424","e97b15d7d01903fdc959930f53f7319bb74004462508aaaaf95d230519dbfa65","a42919e6cb602e7e8ef516c6dd7966994340d429a43f95f88ef92482057b52d4","aae72031068e978fc1b48ffba8a7884c5aa7ee19e0550060d6cf70a04b55afdd","09ed332e33722b8dab5766a53508b992223381ec6a2816acf4e8be31dc20f121","f3c6760f86b74ad40d96a8f2bf355917342f4a9555de77f046cfe4e6dd44a9f6","2fbbee972d3da84ef0e21546d43924fa02b0b49de1ec1b5b2f800e182373a7d1","830b201ad1bf6541b32ecb644a7f22102f2de52c3ce298be461d19fcdc69cc86","239d1aac6a5e64f118869b19b384b6b8b52903de509e88a7344aab075e6619a9","a9a709c0bfc23748ad2bb78cb1efceed410800b3b5a30ec72b6e2ee1abc065ef","106f53930d9468f7b1b99123b6439f30703727d7eea3d4763e3c92ca8a5c4396","c31c877dbcbeadafc390f966110476da63c11b6a4229e04dc634f13b88cf96f5","8b385d5fb8dd09036bede9d4044169e7a587a41cb35690486f15147f986e9363","79a7db8fb14b23b6e62a0a5384278438b9c2fe4e7eaa0a5f9b32aacaddee4bec","78b8a7c78a016a5c0d25d069486725542dd00de714a0707e6ba00655d06ba5f9","f60db18327504e39f42245b931aab5cf0bf66005108b1261bcfc41d2e45394b5","94d2099647a2fb7696308e5335b23d5a43b102ef3cd2ea993d6fd3a039d07664","998c58d75b97c4af2ae38310f7c5d3163740e092fd92025076d8970f2fed4b94","333842073ecc380ffea6306e8db1b27ef20eb261663cdeb32a1b46673fa41fd8","b21f5f6cdedacf419240be02ad6ed0e42807749ebf37bf36b838bd8f39fef52f","114c46e3c67d8c98d73854eca5ca7710a488e8e746e343b9e99f1463f6b3cde7","51bf8e51bd28a124f52aea4628556566eb8b1b67cf80c6769eb1269e88a3fd54","e2302ae00a4f260f699ae4b6896b17045e03b9ca10088a99f1163abb0a2b40d3","a20b5a48195999025be24ec88c203ffb5ee22cf76744cf6d5d30ef46fb23d765","90f00153202471120c8b2cd1fc2b19bd7727bdcb8e1c66abe9b67ac87e8474ba","2978fbbd0ceec7c7e21175ee51d3a8ecfb4c2d84118eb7184bc95eec0a326cf9","33709a702cc8e378e68d26d37fa20e576e4d046bc4a6142ba3a870947536208c","a779b16e12d90ada85a0ff039d75a8116464e7d0c4319e677efb409cf6e24720","5e1ebf27dbc316b57c78663bf7f385e380f959ce48e5c6a55fa4795acc41ecc3","94142727c7c6030d654250986c7a1f4e52d9da648359ff54e57ff9719509cd6a","b518da82db039cf3667d49bb7d9a601d93c933a632f4cd21cc3f4b140263f97b","1a290dd6e2f6b4ab13ae5340b81792e46a8902b416b319491ba39287bf727cbd","ad4b5363e19153404be56e2b3098a7013e15d8d3a9565950b8bbcda823d016eb","1558c642e03689d42843e7b047b9c20e77ee09ab388ff854484db5dcfbed11da","0b181bbecdeb6becd582512ef095df3010f35da151c6f9b1f4672f37a564138f","216e1d84427fb19177419447edb7aea35482652ff24f4e3f157fca2138c51a0a","5a2c04c696b6f6b15d46a270979cacfa37faf5c0efdf7042f2d2944a917adf07","68c9339d07891f4573b8d91fb186362ae23c7bbc96e7175b5d34368fccf555f7","11f5641b0f78f7f3f4e093ac2c09bb01b5bd7b5fe7339bec3f27180c3aee0c17","51324e9c9ef658b8516809bc521eadbfcb18ffecfed33bb69ce46d6d5f2c3366","0724b631bcad7be2efbbfee090de5ac9fb49a5180f8c3c106b5ad277764b700b","30325dcf102eab2f9af285ed39bc862cec88693b90a9ae82d86eaeab546e34d5","9bcb66259e0252bafc327cdf187ebe67b3fd74c4440daf8b539ef88a4aebc800","e915da4b3bcd759ca35092a73990b2d328c9a0193d098d320ebbda903c473a4b","3bf1b0f7a5753a8fbeaf5472ee3c760f1451d9c3bfacbc34563ab165b3e1c05b","27c6a5fd6c837ab26638213bfc66756374eebff908f9d50f675584683ec6486d","e8a7579cf65f30a6d47f91168b31e5521b8276c10bfabcc0c3c2b543b12ac4d8","67a12dd44470bef9317f4d9fb4fa360ad69434bdc19521c485d362bc81fcef9b","707aa8051e8845644468296345348ef00b3224544c0b1b6a775900935fa4e6a7","f66429ac829e80529b11c420b2e381e6c42362732e6fbea8647a4fd0b33ddc54","de7c4ecc2822eef6a7348d63b30807a55f1ccdf17433b8f39a332688adf0e14d","37d345559005ca94bdebbeb2d1da37482570ab421511e1e14676ac325d3996e6","5ac008c4ceec64bb412fad85fbb59f0f426099836a7e43b1680772a0f019b058","6e248f5d6c770ed780de95d2502774421b9aa56a447ca87d191cbaec86f1664b","ea34df2f0765923687cbaf13a8479b7cd1a4efdf014c98043dae84a60ddb1efc","4ad83dcb71213b9ddbb1b39532ccc651ed08c69d7197e38eefcb63c416742feb","786dd6c569cec195ea7d98bb2373ec862eac8f41dfc92c53ce0f8fca3d78de8d","fb786c69309289a68c3092e504f06f20cb7f7210e4e82387a1143132231655a3","f81696cdd04c2ae11013453d2b8d9b0082990e81868ec1abf78d2bbad3accbca","4ee065ea0b35fd03c6ceaad7be308a57929af9d074e9885a6a218f62de401016","cdf1c5703f39ec5258551ebda4c45be9d5d470bdaa652e5014cd41d82c1dacbe","1b35b9d82de0dc8e0f0ecbd11d39fc313a8dafd2e2ce5f064dd8eb0b93c8b1de","e2ea1898f1d8f2ccbafc6d6fd4c84369de5ace338707ad71167fea53500ab157","527fe0d472dfd93c0e4db18cc9c958c2c7e23cdb065d0f3401660af77499071c","dc9fd7d1e09b3052c7864ce2d1e0f029894a265b9f5ab6956ef17faa26aac083","9841353c5aaf5a90b1143526386213a51d66508794a493b97a12486a47195ca1","55fb5426bbffb023916eceb5f4c39fc57c514e5a75015dd32625055446490209","2362b5ba53abbe5576c3b81792907a3879701bbbef2883f7cf6624c83a37268a","18e9b1d85ef9167334b52058928a408c5074712d60ec73677e2c1d82971cf4f6","9f111b543341f21fe6a3825651c0ca3495c7fcac7756cbf5922993ca1766060b","abf9aa2b79294a8293a3c6c9dc7a90d27bf80d8de1257c4b83da17c8be57017e","c9b13668ab86d8412a80c4c60cb791d2da8a0b84e8d3f94ad45ca90e472c5f8c","1e65e227032deb15468100a6752573d8fb03569e3a189b7841070d14d411990e","d600a1c4944cfbe32edde7c3bc8eb217ff898ccde903ef33b99cc86199f41600","1ffeeb8da80fb81f7d9ea550decd130ae3c4572cbe9c59b286b9b5b6dd310f53","027ac2f2a5e39c63391da91d35a2c66106f272f3b9bd078d8e142d33f6cdb4de","7cef5d632a28153aed7ebe3a30d19482f3f2fb0b8df9b25a4bcecc9bcd324a1f","7db8cf9e950c16ae0b26a60e7cbd3856d429a413a6fae3834f4851b73bd9317d","aafbe3552fcc17060ddd1d82350acb1c2681608be16f49368cfb8609623902a9","09703b393cab9a645e30fb0f7089db7d0b2a936888f91843325ee0fe14856d18","0a1b2b901d661372cedff6b18fe7af3e9d545431599653bd9da37a17fc4051a0","dfc9cbefbea8565dd5c32c41b37169aeb3a62499a18f9b4d7e1e5e0ab77d2deb","7bd31265a153444a8bbe4d6ba4a22dbe763802973ae425014ea95b514f52b02a","07507e1c91d600abcec45e99f7567a5f4be478a6a8a9ce71f80dfae1214697dd","0d627e6e69008e8f61e0ac580b10ee3b01eff3a6106f0d239891787dc91f8ae5","f1e22e04800dabee11c86c0ca8d7fd438254e18a47d4358a1f2d66ab225051d4","d12b08387bf48fa83e83d50828b2455eb035f776ca25dad8039bd50f341f390a","48986946580b921bdfc80cfb809e65001a86e01eca60155f7ee2cdf352b1bb6e","207771195e262f1b0a069124f0f475dc54fa859cb2195ac1647e9e4e73ae003d","47dbb6cb9ee260f7ae9b3c606ca1294bf0e49d98ed4a51500ecc8698e3a430d0","50b4e348db4edbba8b8565ac2262dd5324b5a3a7d8830026da4a8acabd694c7f","a500913a18ab204f550e6b572a5447e496bf6535165719d4e67880956aa86425","197c8f8eb552f3c43bedd8a4241d180a9b8c3baeec192fc0d9e8aa2b30454a84","942b0001616f7fa70efca2ed7675af467ec004e1f13601dc5caec6496a18cb79","bb1b348968825a6078ed7f06d338638853b26a7d20b5536fec8c9a3c0ec60332","499addb3d35b22caf21447a8c9fc61a1e866c178e9559c4ebf671ced7106cf4c","2e82072fcd33c8761f48f33e9d6d34f1f9cd2140724d4b70e37ee2d0a790ab03","7094cd9fefadc2c1179bd7f8ca2cc2d1e6af5fe4465458f03bf00886d46ecba6","68acd18d02e9d95c1ddec8dfefefe0547ad22591f9e0d99ba815216bd4c64888","cf9ac804391cf4b280ddbe20a29d37648b90a128d96f4dcb96143fd22235e2ef","9f1d24a4cb97af3fb41c9c9606995be406a576fd038566318e5a059ea150b566","d7bbd80d74e6c39d3223fde22d6df8bc667beeda05e7bbc57b26b36ae39df8c4","8aeed7eaca4f1677bd5d8531497a92f8265ffcf4090498e714702bfe7680ad15","b497c0a63da717721124fc90d243ece8face48b4ebfec4024accd4dd93a8e3e4","bf6e49685450ba9e5797d578237ccb9bb05e4a5dc44f12b7732584cbff4273c6","b94570b9561e00696b273d87d746f12e638dabaf010bef9309d69ae495884ba0","2dc2c6eedf30f70da9cc459b7f22be5b0bd7542ded1589445f13cccd0859bbd4","de0419d54dd252b174c36d93cccab2446a1d154d551ac78c0a31d14015ffa993","b764f551594fe0371342e82ababb2c8230b0afb8bd3754e2778b5db34d4fd8a9","e52174bca9a853aa44b1aca8230a6cf8c8c8d0639bd673037f475040eedd7ef0","1ebead1f76b33b267d5b2252fa33ae34d50f698098db96e3cc0fc8696ea46c97",{"version":"8b49756c2d54298161defe512ac88ca6781b0dffb1a7b822f241763f9f5993f1","affectsGlobalScope":true},"da7b1fd4841214bc430eb8c5d5f77b751fb074b2329ff923039802bce1f7342a","a3d40af00241a8717ef4ccaffe609d5ce220c075f9390ebcd70f20ab31e414d2","579cc05119ca5a8827025b320308dacae4d9aa9b4ed22b6d52fbdbca71477aca",{"version":"c53885bb5ff4ead8f93762c8d913146c1889c8f1efc2f2778608679932138300","affectsGlobalScope":true},"d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2","561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9","62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f","b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc","5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09","02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",{"version":"bbc19287f48d4b3c753bd2c82dd9326af19cccbfa1506f859029dfcedc7c5522","affectsGlobalScope":true},"9b24f39665305b5b404f44937cd9d774e21e192c15d919961b15a831d8358c82","b8b664766c16d5e5eaa14671ae86fef4a53f4e9311f11074d9d489ea1bda1b13"],"options":{"composite":true,"declarationMap":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":1,"noImplicitOverride":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":5},"fileIdsList":[[74,94],[225,227],[91,92],[57,58,65,74],[49,57,65],[84],[53,58,66],[74],[55,57,65],[57],[57,59,74,83],[58],[65,74,83],[57,58,60,65,74,77,83],[60,77,83],[93],[83],[55,57,74],[47],[79],[72,84,86],[65],[46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,83,84,85,86,87,88,89,90],[71],[57,59,74,83,86],[74,94,229],[74,94,95],[221,222],[221,222,223,224],[226],[80,81],[97,98,99,100,101,102,103,104,105],[144],[94,139],[138,139,140,144],[139,141,142,143,144,145,146,147],[138,145],[138,141,143,145],[138,142,144],[107,108,109,110,111,112],[94,109],[84,94],[110],[94],[114,115,116,117],[114,115],[115,116],[126,127,128,129,130,131,132,133,134,135],[45,92,106,113,118,125,136,207,208,210,211,212,216],[45,92,96,106,113,125,208,210],[106,113,125,136,208,212],[113,118,125,207,212,213],[211,213],[207,208,210,214],[148,196,197,198,199,200,201,202,203],[148,196,197,198,199,200,201,202,204],[148,196,197,198,199,200,201,203,204],[148,196,197,198,199,200,202,203,204],[148,196,197,198,199,201,202,203,204],[148,196,197,198,200,201,202,203,204],[148,196,197,199,200,201,202,203,204],[148,196,198,199,200,201,202,203,204],[148,196,197,198,199,200,201,202,203,204],[199,200,201,202,203,205,206],[203,205,208,210],[113,195,210],[209],[45,113,209],[84,136,208],[113,195,207],[94,119],[94,113,118,119,120],[94,106,113,118,119,120,121],[119,121,122,123,124],[74,94,119],[94,113,161,169],[57,94,174,184],[94,161,183],[170,184,185],[94,113,161,162,187],[57,94,148,161,162,174],[94,161],[187,188,189,190,191,192,193],[94,113],[57,94,113,161,183],[161,169],[177,178,179],[161,169,180,183,186,194],[113],[137,163,164,165,166,167,168],[113,161,162,167],[94,106,113,137,161,162,163,164,165],[161],[94,150],[94,113,161],[175,176,181,182],[94,161,181],[57,94,113,161,169,180,182],[157],[148,157,161],[149,150],[149],[149,150,151],[149,151],[148,150,151,152,153,154,155,156],[150,151,152,153,154,155,158,159,160],[94,113,148,158,169],[94,148,172],[171,172,173],[94,106,148,171]],"referencedMap":[[229,1],[228,2],[93,3],[49,4],[50,5],[51,6],[52,7],[53,8],[54,9],[56,10],[57,10],[58,11],[59,12],[60,13],[61,14],[62,15],[94,16],[63,10],[64,17],[65,18],[68,19],[69,20],[72,10],[73,21],[74,10],[77,22],[91,23],[79,22],[83,24],[85,8],[87,25],[88,8],[230,26],[96,27],[223,28],[225,29],[224,28],[227,30],[82,31],[106,32],[102,10],[146,33],[147,34],[141,35],[145,33],[148,36],[140,37],[144,38],[143,39],[113,40],[110,41],[109,42],[111,43],[112,44],[118,45],[114,44],[116,46],[117,47],[136,48],[217,49],[211,50],[213,51],[218,52],[214,53],[215,54],[204,55],[203,56],[202,57],[201,58],[200,59],[199,60],[198,61],[197,62],[205,63],[207,64],[206,65],[196,66],[210,67],[219,68],[209,69],[208,70],[123,71],[121,72],[122,73],[119,44],[125,74],[124,75],[170,76],[185,77],[184,78],[186,79],[188,80],[189,81],[190,82],[194,83],[187,84],[191,82],[179,85],[178,86],[180,87],[195,88],[137,89],[169,90],[168,91],[166,92],[163,93],[167,94],[164,95],[183,96],[176,76],[182,97],[181,98],[158,99],[159,100],[151,101],[152,102],[153,101],[154,102],[155,103],[150,104],[157,105],[161,106],[149,107],[162,44],[171,108],[174,109],[172,110]],"exportedModulesMap":[[229,1],[228,2],[93,3],[49,4],[50,5],[51,6],[52,7],[53,8],[54,9],[56,10],[57,10],[58,11],[59,12],[60,13],[61,14],[62,15],[94,16],[63,10],[64,17],[65,18],[68,19],[69,20],[72,10],[73,21],[74,10],[77,22],[91,23],[79,22],[83,24],[85,8],[87,25],[88,8],[230,26],[96,27],[223,28],[225,29],[224,28],[227,30],[82,31],[106,32],[102,10],[146,33],[147,34],[141,35],[145,33],[148,36],[140,37],[144,38],[143,39],[113,40],[110,41],[109,42],[111,43],[112,44],[118,45],[114,44],[116,46],[117,47],[136,48],[217,49],[211,50],[213,51],[218,52],[214,53],[215,54],[204,55],[203,56],[202,57],[201,58],[200,59],[199,60],[198,61],[197,62],[205,63],[207,64],[206,65],[196,66],[210,67],[219,68],[209,69],[208,70],[123,71],[121,72],[122,73],[119,44],[125,74],[124,75],[170,76],[185,77],[184,78],[186,79],[188,80],[189,81],[190,82],[194,83],[187,84],[191,82],[179,85],[178,86],[180,87],[195,88],[137,89],[169,90],[168,91],[166,92],[163,93],[167,94],[164,95],[183,96],[176,76],[182,97],[181,98],[158,99],[159,100],[151,101],[152,102],[153,101],[154,102],[155,103],[150,104],[157,105],[161,106],[149,107],[162,44],[171,108],[174,109],[172,110]],"semanticDiagnosticsPerFile":[220,45,229,216,228,92,47,93,48,49,50,51,52,53,54,55,56,57,58,59,46,89,60,61,62,94,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,91,79,83,84,85,86,90,87,88,212,230,96,221,223,225,224,222,227,226,138,80,81,82,95,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,31,32,33,34,7,39,35,36,37,38,8,43,40,41,42,1,9,44,97,105,98,99,106,100,101,102,103,104,146,147,141,145,148,139,140,144,143,142,107,108,113,110,109,111,112,118,114,116,115,117,126,136,135,127,128,131,129,132,134,130,133,217,211,213,218,214,215,204,203,202,201,200,199,198,197,205,207,206,196,210,219,209,208,123,121,122,119,125,124,120,170,185,184,186,193,188,189,190,194,187,191,192,177,179,178,180,195,137,169,168,166,163,167,164,165,175,183,176,182,181,158,159,160,151,152,153,154,155,150,156,157,161,149,162,173,171,174,172]},"version":"4.5.2"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/echo-protocol",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
4
4
|
"description": "ECHO protocol definitions and utilities.",
|
|
5
5
|
"homepage": "https://github.com/dxos/protocols/tree/master/packages/echo",
|
|
6
6
|
"bugs": {
|
|
@@ -24,12 +24,13 @@
|
|
|
24
24
|
"test": "toolchain test"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@dxos/async": "2.
|
|
28
|
-
"@dxos/codec-protobuf": "2.
|
|
29
|
-
"@dxos/credentials": "2.
|
|
30
|
-
"@dxos/crypto": "2.
|
|
31
|
-
"@dxos/feed-store": "2.
|
|
32
|
-
"@dxos/
|
|
27
|
+
"@dxos/async": "2.19.0",
|
|
28
|
+
"@dxos/codec-protobuf": "2.19.0",
|
|
29
|
+
"@dxos/credentials": "2.19.0",
|
|
30
|
+
"@dxos/crypto": "2.19.0",
|
|
31
|
+
"@dxos/feed-store": "2.19.0",
|
|
32
|
+
"@dxos/proto": "2.19.0",
|
|
33
|
+
"@dxos/util": "2.19.0",
|
|
33
34
|
"@types/debug": "^4.1.1",
|
|
34
35
|
"@types/node": "^14.0.9",
|
|
35
36
|
"@types/readable-stream": "^2.3.9",
|
|
@@ -37,8 +38,8 @@
|
|
|
37
38
|
"readable-stream": "^3.6.0"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"@dxos/random-access-multi-storage": "2.
|
|
41
|
-
"@dxos/toolchain-node-library": "2.
|
|
41
|
+
"@dxos/random-access-multi-storage": "2.19.0",
|
|
42
|
+
"@dxos/toolchain-node-library": "2.19.0",
|
|
42
43
|
"@types/chance": "^1.1.0",
|
|
43
44
|
"@types/faker": "^5.5.1",
|
|
44
45
|
"@types/jest": "^26.0.7",
|
package/src/feeds/feed-writer.ts
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import pify from 'pify';
|
|
6
6
|
|
|
7
|
+
import { Event } from '@dxos/async';
|
|
7
8
|
import { PublicKey } from '@dxos/crypto';
|
|
8
9
|
import type { HypercoreFeed } from '@dxos/feed-store';
|
|
9
10
|
import { MaybePromise } from '@dxos/util';
|
|
@@ -52,6 +53,8 @@ export function createMockFeedWriterFromStream (strem: NodeJS.WritableStream): F
|
|
|
52
53
|
export class MockFeedWriter<T> implements FeedWriter<T> {
|
|
53
54
|
readonly messages: T[] = []
|
|
54
55
|
|
|
56
|
+
readonly written = new Event<[T, WriteReceipt]>()
|
|
57
|
+
|
|
55
58
|
constructor (
|
|
56
59
|
readonly feedKey = PublicKey.random()
|
|
57
60
|
) {}
|
|
@@ -59,9 +62,13 @@ export class MockFeedWriter<T> implements FeedWriter<T> {
|
|
|
59
62
|
async write (message: T): Promise<WriteReceipt> {
|
|
60
63
|
this.messages.push(message);
|
|
61
64
|
|
|
62
|
-
|
|
65
|
+
const receipt: WriteReceipt = {
|
|
63
66
|
feedKey: this.feedKey,
|
|
64
67
|
seq: this.messages.length - 1
|
|
65
68
|
};
|
|
69
|
+
|
|
70
|
+
this.written.emit([message, receipt]);
|
|
71
|
+
|
|
72
|
+
return receipt;
|
|
66
73
|
}
|
|
67
74
|
}
|
|
@@ -6,13 +6,13 @@ syntax = "proto3";
|
|
|
6
6
|
|
|
7
7
|
package dxos.echo.metadata;
|
|
8
8
|
|
|
9
|
-
import "
|
|
9
|
+
import "@dxos/proto/src/proto/dxos/halo/keys.proto";
|
|
10
10
|
|
|
11
11
|
message EchoMetadata {
|
|
12
12
|
repeated PartyMetadata parties = 1;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
message PartyMetadata {
|
|
16
|
-
|
|
17
|
-
repeated
|
|
16
|
+
PubKey key = 1;
|
|
17
|
+
repeated PubKey feedKeys = 2;
|
|
18
18
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
|
+
import substitutions from "../../substitutions";
|
|
3
|
+
import * as dxos_echo_feed from "./echo/feed";
|
|
4
|
+
import * as dxos_echo_metadata from "./echo/metadata";
|
|
5
|
+
import * as dxos_echo_service from "./echo/service";
|
|
6
|
+
import * as dxos_echo_snapshot from "./echo/snapshot";
|
|
7
|
+
import * as dxos_echo_testing from "./echo/testing";
|
|
8
|
+
import * as dxos_halo_keys from "./halo/keys";
|
|
9
|
+
import * as google_protobuf from "../google/protobuf";
|
|
10
|
+
export interface Message {
|
|
11
|
+
payload: google_protobuf.Any;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* A generic container message used whenever messages are signed (e.g. PartyCredential)
|
|
15
|
+
*/
|
|
16
|
+
export interface SignedMessage {
|
|
17
|
+
signed: SignedMessage.Signed;
|
|
18
|
+
signatures?: SignedMessage.Signature[];
|
|
19
|
+
}
|
|
20
|
+
export namespace SignedMessage {
|
|
21
|
+
export interface Signed {
|
|
22
|
+
created: string;
|
|
23
|
+
nonce: Uint8Array;
|
|
24
|
+
payload: google_protobuf.Any;
|
|
25
|
+
}
|
|
26
|
+
export interface Signature {
|
|
27
|
+
key: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>;
|
|
28
|
+
signature: Uint8Array;
|
|
29
|
+
keyChain?: dxos_halo_keys.KeyChain;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
|
+
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_credentials from "../credentials";
|
|
4
|
+
import * as dxos_echo_metadata from "./metadata";
|
|
5
|
+
import * as dxos_echo_service from "./service";
|
|
6
|
+
import * as dxos_echo_snapshot from "./snapshot";
|
|
7
|
+
import * as dxos_echo_testing from "./testing";
|
|
8
|
+
import * as dxos_halo_keys from "../halo/keys";
|
|
9
|
+
import * as google_protobuf from "../../google/protobuf";
|
|
10
|
+
/**
|
|
11
|
+
* Outer message type decoded by Codec.
|
|
12
|
+
* This is what is written to the feeds.
|
|
13
|
+
*/
|
|
14
|
+
export interface FeedMessage {
|
|
15
|
+
halo?: ReturnType<typeof substitutions["dxos.echo.feed.CredentialsMessage"]["decode"]>;
|
|
16
|
+
echo?: EchoEnvelope;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* A container for dxos.credentials.Message
|
|
20
|
+
*/
|
|
21
|
+
export interface CredentialsMessage {
|
|
22
|
+
data?: Uint8Array;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Vector timestamp used to order messages.
|
|
26
|
+
*/
|
|
27
|
+
export interface TimeframeVector {
|
|
28
|
+
frames?: TimeframeVector.Frame[];
|
|
29
|
+
}
|
|
30
|
+
export namespace TimeframeVector {
|
|
31
|
+
export interface Frame {
|
|
32
|
+
feedKey?: Uint8Array;
|
|
33
|
+
seq?: number;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Wrapper for all ECHO messages.
|
|
38
|
+
*/
|
|
39
|
+
export interface EchoEnvelope {
|
|
40
|
+
itemId?: string;
|
|
41
|
+
timeframe?: ReturnType<typeof substitutions["dxos.echo.feed.TimeframeVector"]["decode"]>;
|
|
42
|
+
genesis?: ItemGenesis;
|
|
43
|
+
itemMutation?: ItemMutation;
|
|
44
|
+
mutation?: Uint8Array;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Item creation.
|
|
48
|
+
*/
|
|
49
|
+
export interface ItemGenesis {
|
|
50
|
+
itemType?: string;
|
|
51
|
+
modelType?: string;
|
|
52
|
+
modelVersion?: string;
|
|
53
|
+
link?: LinkData;
|
|
54
|
+
}
|
|
55
|
+
export interface LinkData {
|
|
56
|
+
source?: string;
|
|
57
|
+
target?: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Item mutation.
|
|
61
|
+
*/
|
|
62
|
+
export interface ItemMutation {
|
|
63
|
+
parentId?: string;
|
|
64
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as dxos_echo_remote from "./remote";
|
|
3
|
+
import * as dxos_credentials from "../credentials";
|
|
4
|
+
import * as dxos_echo_feed from "./feed";
|
|
5
|
+
import * as dxos_echo_service from "./service";
|
|
7
6
|
import * as dxos_echo_snapshot from "./snapshot";
|
|
8
7
|
import * as dxos_echo_testing from "./testing";
|
|
8
|
+
import * as dxos_halo_keys from "../halo/keys";
|
|
9
9
|
import * as google_protobuf from "../../google/protobuf";
|
|
10
10
|
export interface EchoMetadata {
|
|
11
11
|
parties?: PartyMetadata[];
|
|
12
12
|
}
|
|
13
13
|
export interface PartyMetadata {
|
|
14
|
-
key?: ReturnType<typeof substitutions["dxos.
|
|
15
|
-
feedKeys?: ReturnType<typeof substitutions["dxos.
|
|
14
|
+
key?: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>;
|
|
15
|
+
feedKeys?: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>[];
|
|
16
16
|
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
|
+
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_credentials from "../credentials";
|
|
4
|
+
import * as dxos_echo_feed from "./feed";
|
|
5
|
+
import * as dxos_echo_metadata from "./metadata";
|
|
6
|
+
import * as dxos_echo_snapshot from "./snapshot";
|
|
7
|
+
import * as dxos_echo_testing from "./testing";
|
|
8
|
+
import * as dxos_halo_keys from "../halo/keys";
|
|
9
|
+
import * as google_protobuf from "../../google/protobuf";
|
|
10
|
+
export interface SubscribeEntitySetRequest {
|
|
11
|
+
partyKey?: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>;
|
|
12
|
+
}
|
|
13
|
+
export interface SubscribeEntitySetResponse {
|
|
14
|
+
added?: dxos_echo_feed.EchoEnvelope[];
|
|
15
|
+
deleted?: dxos_echo_feed.EchoEnvelope[];
|
|
16
|
+
}
|
|
17
|
+
export interface SubscribeEntityStreamRequest {
|
|
18
|
+
partyKey?: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>;
|
|
19
|
+
itemId?: string;
|
|
20
|
+
}
|
|
21
|
+
export interface SubscribeEntityStreamResponse {
|
|
22
|
+
snapshot?: dxos_echo_snapshot.ItemSnapshot;
|
|
23
|
+
mutation?: SubscribeEntityStreamResponse.Mutation;
|
|
24
|
+
}
|
|
25
|
+
export namespace SubscribeEntityStreamResponse {
|
|
26
|
+
export interface Mutation {
|
|
27
|
+
data?: dxos_echo_feed.EchoEnvelope;
|
|
28
|
+
meta?: SubscribeEntityStreamResponse.Mutation.Metadata;
|
|
29
|
+
}
|
|
30
|
+
export namespace Mutation {
|
|
31
|
+
export interface Metadata {
|
|
32
|
+
feedKey?: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>;
|
|
33
|
+
memberKey?: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>;
|
|
34
|
+
seq?: number;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export interface WriteRequest {
|
|
39
|
+
partyKey?: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>;
|
|
40
|
+
mutation?: dxos_echo_feed.EchoEnvelope;
|
|
41
|
+
}
|
|
42
|
+
export interface MutationReceipt {
|
|
43
|
+
feedKey?: ReturnType<typeof substitutions["dxos.halo.keys.PubKey"]["decode"]>;
|
|
44
|
+
seq?: number;
|
|
45
|
+
}
|
|
46
|
+
export interface DataService {
|
|
47
|
+
SubscribeEntitySet: (request: SubscribeEntitySetRequest) => Stream<SubscribeEntitySetResponse>;
|
|
48
|
+
SubscribeEntityStream: (request: SubscribeEntityStreamRequest) => Stream<SubscribeEntityStreamResponse>;
|
|
49
|
+
Write: (request: WriteRequest) => Promise<MutationReceipt>;
|
|
50
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as dxos_echo_keys from "./keys";
|
|
3
|
+
import * as dxos_credentials from "../credentials";
|
|
4
|
+
import * as dxos_echo_feed from "./feed";
|
|
6
5
|
import * as dxos_echo_metadata from "./metadata";
|
|
7
|
-
import * as
|
|
6
|
+
import * as dxos_echo_service from "./service";
|
|
8
7
|
import * as dxos_echo_testing from "./testing";
|
|
8
|
+
import * as dxos_halo_keys from "../halo/keys";
|
|
9
9
|
import * as google_protobuf from "../../google/protobuf";
|
|
10
10
|
export interface PartySnapshot {
|
|
11
11
|
partyKey?: Uint8Array;
|
|
12
|
-
timeframe?: ReturnType<typeof substitutions["dxos.echo.TimeframeVector"]["decode"]>;
|
|
12
|
+
timeframe?: ReturnType<typeof substitutions["dxos.echo.feed.TimeframeVector"]["decode"]>;
|
|
13
13
|
timestamp?: number;
|
|
14
14
|
halo?: HaloStateSnapshot;
|
|
15
15
|
database?: DatabaseSnapshot;
|
|
@@ -18,7 +18,7 @@ export interface DatabaseSnapshot {
|
|
|
18
18
|
items?: ItemSnapshot[];
|
|
19
19
|
}
|
|
20
20
|
export interface HaloStateSnapshot {
|
|
21
|
-
messages?: ReturnType<typeof substitutions["dxos.CredentialsMessage"]["decode"]>[];
|
|
21
|
+
messages?: ReturnType<typeof substitutions["dxos.echo.feed.CredentialsMessage"]["decode"]>[];
|
|
22
22
|
}
|
|
23
23
|
export interface ItemSnapshot {
|
|
24
24
|
itemId?: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as dxos_echo_keys from "./keys";
|
|
3
|
+
import * as dxos_credentials from "../credentials";
|
|
4
|
+
import * as dxos_echo_feed from "./feed";
|
|
6
5
|
import * as dxos_echo_metadata from "./metadata";
|
|
7
|
-
import * as
|
|
6
|
+
import * as dxos_echo_service from "./service";
|
|
8
7
|
import * as dxos_echo_snapshot from "./snapshot";
|
|
8
|
+
import * as dxos_halo_keys from "../halo/keys";
|
|
9
9
|
import * as google_protobuf from "../../google/protobuf";
|
|
10
10
|
export interface TestItemMutation {
|
|
11
11
|
key?: string;
|