@dxos/protocols 0.1.31-next.ea8f0bc → 0.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/proto/gen/dxos/client/services.d.ts +20 -0
- package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/feed.d.ts +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.d.ts +32 -4
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.js +10 -0
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/mesh/presence.d.ts +5 -20
- package/dist/cjs/src/proto/gen/dxos/mesh/presence.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/gossip.d.ts +26 -0
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/gossip.d.ts.map +1 -0
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/{presence.js → gossip.js} +1 -1
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/gossip.js.map +1 -0
- package/dist/cjs/src/proto/gen/index.d.ts +9 -7
- package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/index.js +1 -1
- package/dist/cjs/src/proto/gen/index.js.map +1 -1
- package/dist/cjs/src/testing.d.ts.map +1 -1
- package/dist/cjs/src/testing.js +12 -8
- package/dist/cjs/src/testing.js.map +1 -1
- package/dist/cjs/src/types.d.ts +2 -2
- package/dist/cjs/src/types.d.ts.map +1 -1
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts +20 -0
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/feed.d.ts +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/text.d.ts +32 -4
- package/dist/esm/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/text.js +9 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/text.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/mesh/presence.d.ts +5 -20
- package/dist/esm/src/proto/gen/dxos/mesh/presence.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/gossip.d.ts +26 -0
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/gossip.d.ts.map +1 -0
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/gossip.js +2 -0
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/gossip.js.map +1 -0
- package/dist/esm/src/proto/gen/index.d.ts +9 -7
- package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/index.js +1 -1
- package/dist/esm/src/proto/gen/index.js.map +1 -1
- package/dist/esm/src/testing.d.ts.map +1 -1
- package/dist/esm/src/testing.js +12 -8
- package/dist/esm/src/testing.js.map +1 -1
- package/dist/esm/src/types.d.ts +2 -2
- package/dist/esm/src/types.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/proto/dxos/client/services.proto +15 -0
- package/src/proto/dxos/echo/feed.proto +1 -2
- package/src/proto/dxos/echo/model/text.proto +13 -4
- package/src/proto/dxos/iframe.proto +1 -0
- package/src/proto/dxos/mesh/presence.proto +5 -8
- package/src/proto/dxos/mesh/teleport/gossip.proto +26 -0
- package/src/proto/gen/dxos/bot.ts +1 -1
- package/src/proto/gen/dxos/client/services.ts +20 -1
- package/src/proto/gen/dxos/config.ts +1 -1
- package/src/proto/gen/dxos/devtools/host.ts +32 -32
- package/src/proto/gen/dxos/devtools/swarm.ts +1 -1
- package/src/proto/gen/dxos/echo/feed.ts +2 -2
- package/src/proto/gen/dxos/echo/metadata.ts +1 -1
- package/src/proto/gen/dxos/echo/model/document.ts +1 -1
- package/src/proto/gen/dxos/echo/model/messenger.ts +1 -1
- package/src/proto/gen/dxos/echo/model/text.ts +33 -5
- package/src/proto/gen/dxos/echo/object.ts +1 -1
- package/src/proto/gen/dxos/echo/service.ts +1 -1
- package/src/proto/gen/dxos/echo/snapshot.ts +1 -1
- package/src/proto/gen/dxos/echo/timeframe.ts +1 -1
- package/src/proto/gen/dxos/gravity.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/auth.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/greet.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/identity.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials.ts +1 -1
- package/src/proto/gen/dxos/halo/invitations.ts +1 -1
- package/src/proto/gen/dxos/halo/keyring.ts +1 -1
- package/src/proto/gen/dxos/halo/keys.ts +1 -1
- package/src/proto/gen/dxos/halo/signed.ts +1 -1
- package/src/proto/gen/dxos/iframe.ts +1 -1
- package/src/proto/gen/dxos/keys.ts +1 -1
- package/src/proto/gen/dxos/mesh/bridge.ts +1 -1
- package/src/proto/gen/dxos/mesh/broadcast.ts +1 -1
- package/src/proto/gen/dxos/mesh/messaging.ts +1 -1
- package/src/proto/gen/dxos/mesh/muxer.ts +1 -1
- package/src/proto/gen/dxos/mesh/presence.ts +5 -21
- package/src/proto/gen/dxos/mesh/protocol.ts +1 -1
- package/src/proto/gen/dxos/mesh/replicator.ts +1 -1
- package/src/proto/gen/dxos/mesh/signal.ts +1 -1
- package/src/proto/gen/dxos/mesh/swarm.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/auth.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/control.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/{presence.ts → gossip.ts} +9 -9
- package/src/proto/gen/dxos/mesh/teleport/notarization.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/objectsync.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/replicator.ts +1 -1
- package/src/proto/gen/dxos/registry.ts +1 -1
- package/src/proto/gen/dxos/rpc.ts +1 -1
- package/src/proto/gen/dxos/service/publisher.ts +1 -1
- package/src/proto/gen/dxos/service/scheduler.ts +1 -1
- package/src/proto/gen/dxos/service/supervisor.ts +1 -1
- package/src/proto/gen/dxos/type.ts +1 -1
- package/src/proto/gen/example/testing/data.ts +1 -1
- package/src/proto/gen/example/testing/rpc.ts +1 -1
- package/src/proto/gen/google/protobuf.ts +1 -1
- package/src/proto/gen/index.ts +10 -8
- package/src/testing.ts +12 -8
- package/src/types.ts +2 -2
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/presence.d.ts +0 -26
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/presence.d.ts.map +0 -1
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/presence.js.map +0 -1
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.d.ts +0 -26
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.d.ts.map +0 -1
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.js +0 -2
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.js.map +0 -1
- package/src/proto/dxos/mesh/teleport/presence.proto +0 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/protocols",
|
|
3
|
-
"version": "0.1.31
|
|
3
|
+
"version": "0.1.31",
|
|
4
4
|
"description": "Protobuf definitions for DXOS protocols.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"src"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@dxos/codec-protobuf": "0.1.31
|
|
37
|
-
"@dxos/hypercore": "0.1.31
|
|
38
|
-
"@dxos/keys": "0.1.31
|
|
39
|
-
"@dxos/timeframe": "0.1.31
|
|
36
|
+
"@dxos/codec-protobuf": "0.1.31",
|
|
37
|
+
"@dxos/hypercore": "0.1.31",
|
|
38
|
+
"@dxos/keys": "0.1.31",
|
|
39
|
+
"@dxos/timeframe": "0.1.31"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/debug": "^4.1.7",
|
|
@@ -9,6 +9,7 @@ import "google/protobuf/empty.proto";
|
|
|
9
9
|
import "dxos/config.proto";
|
|
10
10
|
import "dxos/halo/credentials.proto";
|
|
11
11
|
import "dxos/halo/invitations.proto";
|
|
12
|
+
import "dxos/mesh/teleport/gossip.proto";
|
|
12
13
|
import "dxos/keys.proto";
|
|
13
14
|
|
|
14
15
|
// TODO(burdon): Restructure all services.
|
|
@@ -159,6 +160,17 @@ message QuerySpacesResponse {
|
|
|
159
160
|
repeated Space spaces = 1;
|
|
160
161
|
}
|
|
161
162
|
|
|
163
|
+
message PostMessageRequest {
|
|
164
|
+
dxos.keys.PublicKey space_key = 1;
|
|
165
|
+
string channel = 2;
|
|
166
|
+
google.protobuf.Any message = 3;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
message SubscribeMessagesRequest {
|
|
170
|
+
dxos.keys.PublicKey space_key = 1;
|
|
171
|
+
string channel = 2;
|
|
172
|
+
}
|
|
173
|
+
|
|
162
174
|
message WriteCredentialsRequest {
|
|
163
175
|
dxos.keys.PublicKey space_key = 1;
|
|
164
176
|
repeated dxos.halo.credentials.Credential credentials = 2;
|
|
@@ -173,6 +185,9 @@ service SpacesService {
|
|
|
173
185
|
rpc UpdateSpace(UpdateSpaceRequest) returns (google.protobuf.Empty);
|
|
174
186
|
rpc QuerySpaces(google.protobuf.Empty) returns (stream QuerySpacesResponse);
|
|
175
187
|
|
|
188
|
+
rpc PostMessage(PostMessageRequest) returns (google.protobuf.Empty);
|
|
189
|
+
rpc SubscribeMessages(SubscribeMessagesRequest) returns (stream dxos.mesh.teleport.gossip.GossipMessage);
|
|
190
|
+
|
|
176
191
|
/// Write credentials to the space control feed.
|
|
177
192
|
rpc WriteCredentials(WriteCredentialsRequest) returns (google.protobuf.Empty);
|
|
178
193
|
/// Query credentials from the space control feed.
|
|
@@ -6,11 +6,20 @@ syntax = "proto3";
|
|
|
6
6
|
|
|
7
7
|
package dxos.echo.model.text;
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
enum TextKind {
|
|
10
|
+
PLAIN = 0;
|
|
11
|
+
RICH = 1;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
message
|
|
14
|
+
message TextMutation {
|
|
15
|
+
optional bytes update = 1;
|
|
16
|
+
optional int32 client_id = 2;
|
|
17
|
+
optional TextKind kind = 3;
|
|
18
|
+
optional string field = 4;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message TextSnapshot {
|
|
15
22
|
bytes data = 1;
|
|
23
|
+
TextKind kind = 2;
|
|
24
|
+
string field = 3;
|
|
16
25
|
}
|
|
@@ -10,13 +10,10 @@ package dxos.mesh.presence;
|
|
|
10
10
|
// Import Any so that the protobuf compiler is happy that there's a substitution.
|
|
11
11
|
import "google/protobuf/any.proto";
|
|
12
12
|
|
|
13
|
-
message
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
optional bool initiator = 2;
|
|
17
|
-
}
|
|
13
|
+
message PeerState {
|
|
14
|
+
/// Will be used to build network graph
|
|
15
|
+
repeated dxos.keys.PublicKey connections = 1;
|
|
18
16
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
optional bytes metadata = 3;
|
|
17
|
+
// TODO(mykola): Remove once IdentityKey can be obtained from DeviceKey.
|
|
18
|
+
dxos.keys.PublicKey identity_key = 2;
|
|
22
19
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright 2022 DXOS.org
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
syntax = "proto3";
|
|
6
|
+
|
|
7
|
+
import "google/protobuf/empty.proto";
|
|
8
|
+
import "google/protobuf/any.proto";
|
|
9
|
+
import "dxos/keys.proto";
|
|
10
|
+
|
|
11
|
+
package dxos.mesh.teleport.gossip;
|
|
12
|
+
|
|
13
|
+
message GossipMessage {
|
|
14
|
+
dxos.keys.PublicKey peer_id = 1;
|
|
15
|
+
/// Used to route differnt payload types to correct listeners.
|
|
16
|
+
string channel_id = 2;
|
|
17
|
+
/// Peer tracks what had been sent by message id.
|
|
18
|
+
dxos.keys.PublicKey message_id = 3;
|
|
19
|
+
google.protobuf.Timestamp timestamp = 4;
|
|
20
|
+
|
|
21
|
+
google.protobuf.Any payload = 10;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
service GossipService {
|
|
25
|
+
rpc Announce(GossipMessage) returns (google.protobuf.Empty);
|
|
26
|
+
}
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "./registry";
|
|
43
43
|
import * as dxos_rpc from "./rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -253,6 +253,23 @@ export interface UpdateSpaceRequest {
|
|
|
253
253
|
export interface QuerySpacesResponse {
|
|
254
254
|
spaces?: Space[];
|
|
255
255
|
}
|
|
256
|
+
/**
|
|
257
|
+
* Defined in:
|
|
258
|
+
* {@link file://./../../../dxos/client/services.proto}
|
|
259
|
+
*/
|
|
260
|
+
export interface PostMessageRequest {
|
|
261
|
+
spaceKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
262
|
+
channel: string;
|
|
263
|
+
message: ReturnType<(typeof substitutions)["google.protobuf.Any"]["decode"]>;
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* Defined in:
|
|
267
|
+
* {@link file://./../../../dxos/client/services.proto}
|
|
268
|
+
*/
|
|
269
|
+
export interface SubscribeMessagesRequest {
|
|
270
|
+
spaceKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
271
|
+
channel: string;
|
|
272
|
+
}
|
|
256
273
|
/**
|
|
257
274
|
* Defined in:
|
|
258
275
|
* {@link file://./../../../dxos/client/services.proto}
|
|
@@ -276,6 +293,8 @@ export interface SpacesService {
|
|
|
276
293
|
createSpace: (request: void) => Promise<Space>;
|
|
277
294
|
updateSpace: (request: UpdateSpaceRequest) => Promise<void>;
|
|
278
295
|
querySpaces: (request: void) => Stream<QuerySpacesResponse>;
|
|
296
|
+
postMessage: (request: PostMessageRequest) => Promise<void>;
|
|
297
|
+
subscribeMessages: (request: SubscribeMessagesRequest) => Stream<dxos_mesh_teleport_gossip.GossipMessage>;
|
|
279
298
|
/**
|
|
280
299
|
* Write credentials to the space control feed.
|
|
281
300
|
*/
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "./registry";
|
|
43
43
|
import * as dxos_rpc from "./rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -48,37 +48,6 @@ import * as dxos_type from "../type";
|
|
|
48
48
|
import * as example_testing_data from "../../example/testing/data";
|
|
49
49
|
import * as example_testing_rpc from "../../example/testing/rpc";
|
|
50
50
|
import * as google_protobuf from "../../google/protobuf";
|
|
51
|
-
/**
|
|
52
|
-
* Defined in:
|
|
53
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
54
|
-
*/
|
|
55
|
-
export interface Services {
|
|
56
|
-
spaces?: SpaceStats[];
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Defined in:
|
|
60
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
61
|
-
*/
|
|
62
|
-
export interface SpaceStats {
|
|
63
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
64
|
-
peers?: PeerStats[];
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Defined in:
|
|
68
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
69
|
-
*/
|
|
70
|
-
export interface PeerStats {
|
|
71
|
-
controlFeed: FeedStats;
|
|
72
|
-
dataFeed: FeedStats;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Defined in:
|
|
76
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
77
|
-
*/
|
|
78
|
-
export interface FeedStats {
|
|
79
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
80
|
-
length: number;
|
|
81
|
-
}
|
|
82
51
|
/**
|
|
83
52
|
* Defined in:
|
|
84
53
|
* {@link file://./../../../dxos/devtools/host.proto}
|
|
@@ -463,3 +432,34 @@ export interface TracingService {
|
|
|
463
432
|
export interface SetTracingOptionsRequest {
|
|
464
433
|
enable: boolean;
|
|
465
434
|
}
|
|
435
|
+
/**
|
|
436
|
+
* Defined in:
|
|
437
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
438
|
+
*/
|
|
439
|
+
export interface Services {
|
|
440
|
+
spaces?: SpaceStats[];
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* Defined in:
|
|
444
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
445
|
+
*/
|
|
446
|
+
export interface SpaceStats {
|
|
447
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
448
|
+
peers?: PeerStats[];
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* Defined in:
|
|
452
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
453
|
+
*/
|
|
454
|
+
export interface PeerStats {
|
|
455
|
+
controlFeed: FeedStats;
|
|
456
|
+
dataFeed: FeedStats;
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* Defined in:
|
|
460
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
461
|
+
*/
|
|
462
|
+
export interface FeedStats {
|
|
463
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
464
|
+
length: number;
|
|
465
|
+
}
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -85,5 +85,5 @@ export interface CredentialsMessage {
|
|
|
85
85
|
* {@link file://./../../../dxos/echo/feed.proto}
|
|
86
86
|
*/
|
|
87
87
|
export interface DataMessage {
|
|
88
|
-
|
|
88
|
+
batch: dxos_echo_object.EchoObjectBatch;
|
|
89
89
|
}
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -52,14 +52,42 @@ import * as google_protobuf from "../../../google/protobuf";
|
|
|
52
52
|
* Defined in:
|
|
53
53
|
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
54
54
|
*/
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
export enum TextKind {
|
|
56
|
+
PLAIN = 0,
|
|
57
|
+
RICH = 1
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Defined in:
|
|
61
61
|
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
62
62
|
*/
|
|
63
|
-
export interface
|
|
63
|
+
export interface TextMutation {
|
|
64
|
+
/**
|
|
65
|
+
* Options:
|
|
66
|
+
* - proto3_optional = true
|
|
67
|
+
*/
|
|
68
|
+
update?: Uint8Array;
|
|
69
|
+
/**
|
|
70
|
+
* Options:
|
|
71
|
+
* - proto3_optional = true
|
|
72
|
+
*/
|
|
73
|
+
clientId?: number;
|
|
74
|
+
/**
|
|
75
|
+
* Options:
|
|
76
|
+
* - proto3_optional = true
|
|
77
|
+
*/
|
|
78
|
+
kind?: TextKind;
|
|
79
|
+
/**
|
|
80
|
+
* Options:
|
|
81
|
+
* - proto3_optional = true
|
|
82
|
+
*/
|
|
83
|
+
field?: string;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Defined in:
|
|
87
|
+
* {@link file://./../../../../dxos/echo/model/text.proto}
|
|
88
|
+
*/
|
|
89
|
+
export interface TextSnapshot {
|
|
64
90
|
data: Uint8Array;
|
|
91
|
+
kind: TextKind;
|
|
92
|
+
field: string;
|
|
65
93
|
}
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "./registry";
|
|
43
43
|
import * as dxos_rpc from "./rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "./registry";
|
|
43
43
|
import * as dxos_rpc from "./rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./mesh/signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./mesh/swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./mesh/teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./mesh/teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./mesh/teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./mesh/teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./mesh/teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./mesh/teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./mesh/teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "./registry";
|
|
43
43
|
import * as dxos_rpc from "./rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|