@dxos/protocols 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/proto/gen/dxos/bot.d.ts +11 -11
- package/dist/src/proto/gen/dxos/bot.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/client/services.d.ts +247 -0
- package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -0
- package/dist/src/proto/gen/dxos/client/services.js +32 -0
- package/dist/src/proto/gen/dxos/client/services.js.map +1 -0
- package/dist/src/proto/gen/dxos/client.d.ts +49 -68
- package/dist/src/proto/gen/dxos/client.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/config.d.ts +0 -16
- package/dist/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/config.js +0 -12
- package/dist/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/src/proto/gen/dxos/devtools/host.d.ts +52 -21
- package/dist/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/devtools/{swarmLog.d.ts → swarm.d.ts} +4 -4
- package/dist/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -0
- package/dist/src/proto/gen/dxos/devtools/{swarmLog.js → swarm.js} +1 -1
- package/dist/src/proto/gen/dxos/devtools/swarm.js.map +1 -0
- package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts +5 -5
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/service.d.ts +3 -3
- package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +2 -2
- package/dist/src/proto/gen/dxos/halo/credentials/auth.d.ts +3 -3
- package/dist/src/proto/gen/dxos/halo/credentials/greet.d.ts +1 -1
- package/dist/src/proto/gen/dxos/halo/credentials.d.ts +25 -27
- package/dist/src/proto/gen/dxos/halo/credentials.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/credentials.js +5 -5
- package/dist/src/proto/gen/dxos/halo/invitations.d.ts +10 -44
- package/dist/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/invitations.js +0 -13
- package/dist/src/proto/gen/dxos/halo/invitations.js.map +1 -1
- package/dist/src/proto/gen/dxos/halo/keys.d.ts +2 -2
- package/dist/src/proto/gen/dxos/halo/keys.js +1 -1
- package/dist/src/proto/gen/dxos/halo/signed.d.ts +1 -1
- package/dist/src/proto/gen/dxos/service/publisher.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/service/scheduler.d.ts +1 -1
- package/dist/src/proto/gen/dxos/service/scheduler.d.ts.map +1 -1
- package/dist/src/proto/gen/index.d.ts +56 -41
- 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/package.json +5 -5
- package/proto/dxos/client/services.d.ts +2 -0
- package/proto/dxos/{devtools/swarmLog.d.ts.map → client/services.d.ts.map} +2 -2
- package/proto/dxos/client/services.js +2 -0
- package/proto/dxos/devtools/diagnostics.d.ts +2 -0
- package/proto/dxos/devtools/diagnostics.d.ts.map +10 -0
- package/proto/dxos/devtools/diagnostics.js +2 -0
- package/proto/dxos/devtools/swarm.d.ts +2 -0
- package/proto/dxos/{halo/credentials/party.d.ts.map → devtools/swarm.d.ts.map} +2 -2
- package/proto/dxos/devtools/{swarmLog.js → swarm.js} +1 -1
- package/src/proto/dxos/bot.proto +11 -11
- package/src/proto/dxos/client/services.proto +197 -0
- package/src/proto/dxos/client.proto +49 -55
- package/src/proto/dxos/config.proto +2 -15
- package/src/proto/dxos/devtools/diagnostics.proto +28 -0
- package/src/proto/dxos/devtools/host.proto +21 -23
- package/src/proto/dxos/devtools/{swarmLog.proto → swarm.proto} +1 -1
- package/src/proto/dxos/echo/metadata.proto +6 -6
- package/src/proto/dxos/echo/service.proto +3 -3
- package/src/proto/dxos/echo/snapshot.proto +5 -5
- package/src/proto/dxos/echo/timeframe.proto +1 -1
- package/src/proto/dxos/halo/credentials/auth.proto +3 -3
- package/src/proto/dxos/halo/credentials/greet.proto +19 -19
- package/src/proto/dxos/halo/credentials.proto +21 -20
- package/src/proto/dxos/halo/invitations.proto +9 -27
- package/src/proto/dxos/halo/keys.proto +2 -2
- package/src/proto/dxos/halo/signed.proto +1 -1
- package/src/proto/dxos/service/scheduler.proto +1 -1
- package/src/proto/gen/dxos/bot.ts +12 -12
- package/src/proto/gen/dxos/client/services.ts +283 -0
- package/src/proto/gen/dxos/client.ts +50 -69
- package/src/proto/gen/dxos/config.ts +2 -18
- package/src/proto/gen/dxos/devtools/host.ts +53 -22
- package/src/proto/gen/dxos/devtools/{swarmLog.ts → swarm.ts} +4 -4
- package/src/proto/gen/dxos/echo/feed.ts +2 -2
- package/src/proto/gen/dxos/echo/metadata.ts +7 -7
- package/src/proto/gen/dxos/echo/model/messenger.ts +2 -2
- package/src/proto/gen/dxos/echo/model/object.ts +2 -2
- package/src/proto/gen/dxos/echo/model/text.ts +2 -2
- package/src/proto/gen/dxos/echo/service.ts +5 -5
- package/src/proto/gen/dxos/echo/snapshot.ts +4 -4
- package/src/proto/gen/dxos/echo/timeframe.ts +2 -2
- package/src/proto/gen/dxos/halo/credentials/auth.ts +5 -5
- package/src/proto/gen/dxos/halo/credentials/greet.ts +3 -3
- package/src/proto/gen/dxos/halo/credentials/identity.ts +2 -2
- package/src/proto/gen/dxos/halo/credentials.ts +27 -29
- package/src/proto/gen/dxos/halo/invitations.ts +12 -46
- package/src/proto/gen/dxos/halo/keyring.ts +2 -2
- package/src/proto/gen/dxos/halo/keys.ts +4 -4
- package/src/proto/gen/dxos/halo/signed.ts +3 -3
- package/src/proto/gen/dxos/iframe.ts +2 -2
- package/src/proto/gen/dxos/keys.ts +2 -2
- package/src/proto/gen/dxos/mesh/bridge.ts +2 -2
- package/src/proto/gen/dxos/mesh/broadcast.ts +2 -2
- package/src/proto/gen/dxos/mesh/messaging.ts +2 -2
- package/src/proto/gen/dxos/mesh/presence.ts +2 -2
- package/src/proto/gen/dxos/mesh/protocol.ts +2 -2
- package/src/proto/gen/dxos/mesh/replicator.ts +2 -2
- package/src/proto/gen/dxos/mesh/signal.ts +2 -2
- package/src/proto/gen/dxos/mesh/swarm.ts +2 -2
- package/src/proto/gen/dxos/registry.ts +2 -2
- package/src/proto/gen/dxos/rpc.ts +2 -2
- package/src/proto/gen/dxos/service/publisher.ts +2 -2
- package/src/proto/gen/dxos/service/scheduler.ts +3 -3
- package/src/proto/gen/dxos/type.ts +2 -2
- package/src/proto/gen/example/testing/data.ts +2 -2
- package/src/proto/gen/example/testing/rpc.ts +2 -2
- package/src/proto/gen/google/protobuf.ts +2 -2
- package/src/proto/gen/index.ts +57 -42
- package/dist/src/proto/gen/dxos/devtools/swarmLog.d.ts.map +0 -1
- package/dist/src/proto/gen/dxos/devtools/swarmLog.js.map +0 -1
- package/dist/src/proto/gen/dxos/halo/credentials/party.d.ts +0 -82
- package/dist/src/proto/gen/dxos/halo/credentials/party.d.ts.map +0 -1
- package/dist/src/proto/gen/dxos/halo/credentials/party.js +0 -19
- package/dist/src/proto/gen/dxos/halo/credentials/party.js.map +0 -1
- package/proto/dxos/devtools/swarmLog.d.ts +0 -2
- package/proto/dxos/halo/credentials/party.d.ts +0 -2
- package/proto/dxos/halo/credentials/party.js +0 -2
- package/src/proto/dxos/halo/credentials/party.proto +0 -127
- package/src/proto/gen/dxos/halo/credentials/party.ts +0 -119
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./credentials/party";
|
|
21
21
|
import * as dxos_halo_keyring from "./keyring";
|
|
22
22
|
import * as dxos_halo_keys from "./keys";
|
|
23
23
|
import * as dxos_halo_signed from "./signed";
|
|
@@ -43,40 +43,8 @@ import * as google_protobuf from "../../google/protobuf";
|
|
|
43
43
|
* Defined in:
|
|
44
44
|
* {@link file://./../../../dxos/halo/invitations.proto}
|
|
45
45
|
*/
|
|
46
|
-
export interface
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* Topic for network handshake.
|
|
50
|
-
*/
|
|
51
|
-
swarmKey: Uint8Array;
|
|
52
|
-
/**
|
|
53
|
-
* TODO(burdon): Remove?
|
|
54
|
-
*/
|
|
55
|
-
invitation: Uint8Array;
|
|
56
|
-
/**
|
|
57
|
-
* Only present if type === OFFLINE.
|
|
58
|
-
*
|
|
59
|
-
* Options:
|
|
60
|
-
* - proto3_optional = true
|
|
61
|
-
*/
|
|
62
|
-
identityKey?: Uint8Array;
|
|
63
|
-
/**
|
|
64
|
-
* Must be stripped out when passing to another peer.
|
|
65
|
-
*
|
|
66
|
-
* Options:
|
|
67
|
-
* - proto3_optional = true
|
|
68
|
-
*/
|
|
69
|
-
secret?: Uint8Array;
|
|
70
|
-
}
|
|
71
|
-
export namespace InvitationDescriptor {
|
|
72
|
-
/**
|
|
73
|
-
* Defined in:
|
|
74
|
-
* {@link file://./../../../dxos/halo/invitations.proto}
|
|
75
|
-
*/
|
|
76
|
-
export enum Type {
|
|
77
|
-
INTERACTIVE = 0,
|
|
78
|
-
OFFLINE = 1
|
|
79
|
-
}
|
|
46
|
+
export interface AuthenticationRequest {
|
|
47
|
+
authenticationCode: string;
|
|
80
48
|
}
|
|
81
49
|
/**
|
|
82
50
|
* Defined in:
|
|
@@ -140,17 +108,15 @@ export interface SpaceAdmissionOffer {
|
|
|
140
108
|
*/
|
|
141
109
|
export interface SpaceHostService {
|
|
142
110
|
/**
|
|
143
|
-
* Process admission request
|
|
111
|
+
* Process admission request.
|
|
144
112
|
*/
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* Defined in:
|
|
149
|
-
* {@link file://./../../../dxos/halo/invitations.proto}
|
|
150
|
-
*/
|
|
151
|
-
export interface SpaceGuestService {
|
|
113
|
+
requestAdmission: (request: void) => Promise<SpaceAdmissionOffer>;
|
|
152
114
|
/**
|
|
153
|
-
*
|
|
115
|
+
* Authenticate request.
|
|
154
116
|
*/
|
|
155
|
-
|
|
117
|
+
authenticate: (request: AuthenticationRequest) => Promise<void>;
|
|
118
|
+
/**
|
|
119
|
+
* Process admission credentials.
|
|
120
|
+
*/
|
|
121
|
+
presentAdmissionCredentials: (request: SpaceAdmissionCredentials) => Promise<void>;
|
|
156
122
|
}
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "./invitations";
|
|
22
22
|
import * as dxos_halo_keys from "./keys";
|
|
23
23
|
import * as dxos_halo_signed from "./signed";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "./invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "./keyring";
|
|
23
23
|
import * as dxos_halo_signed from "./signed";
|
|
@@ -47,7 +47,7 @@ export enum KeyType {
|
|
|
47
47
|
UNKNOWN = 0,
|
|
48
48
|
IDENTITY = 1,
|
|
49
49
|
DEVICE = 2,
|
|
50
|
-
|
|
50
|
+
SPACE = 3,
|
|
51
51
|
FEED = 4,
|
|
52
52
|
DXNS_ADDRESS = 5
|
|
53
53
|
}
|
|
@@ -80,7 +80,7 @@ export interface KeyRecord {
|
|
|
80
80
|
hint?: boolean;
|
|
81
81
|
/**
|
|
82
82
|
* Determines if this is our key?
|
|
83
|
-
* Usually true if `secret_key` is present; may be false for "inception keys" such as the
|
|
83
|
+
* Usually true if `secret_key` is present; may be false for "inception keys" such as the Space key.
|
|
84
84
|
*
|
|
85
85
|
* Options:
|
|
86
86
|
* - proto3_optional = true
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "./invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "./keyring";
|
|
23
23
|
import * as dxos_halo_keys from "./keys";
|
|
@@ -47,7 +47,7 @@ export interface Message {
|
|
|
47
47
|
payload: ReturnType<(typeof substitutions)["google.protobuf.Any"]["decode"]>;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* A generic container message used whenever messages are signed (e.g.
|
|
50
|
+
* A generic container message used whenever messages are signed (e.g. SpaceCredential)
|
|
51
51
|
*
|
|
52
52
|
* Defined in:
|
|
53
53
|
* {@link file://./../../../dxos/halo/signed.proto}
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_bot from "./bot";
|
|
4
4
|
import * as dxos_client from "./client";
|
|
5
|
+
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
6
7
|
import * as dxos_devtools_host from "./devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "./devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "./echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "./echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "./echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "./halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "./halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "./halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_bot from "./bot";
|
|
4
4
|
import * as dxos_client from "./client";
|
|
5
|
+
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
6
7
|
import * as dxos_devtools_host from "./devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "./devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "./echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "./echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "./echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "./halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "./halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "./halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_bot from "./bot";
|
|
4
4
|
import * as dxos_client from "./client";
|
|
5
|
+
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
6
7
|
import * as dxos_devtools_host from "./devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "./devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "./echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "./echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "./echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "./halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "./halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "./halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_bot from "./bot";
|
|
4
4
|
import * as dxos_client from "./client";
|
|
5
|
+
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
6
7
|
import * as dxos_devtools_host from "./devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "./devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "./echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "./echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "./echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "./halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "./halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "./halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../bot";
|
|
4
4
|
import * as dxos_client from "../client";
|
|
5
|
+
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
6
7
|
import * as dxos_devtools_host from "../devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../halo/keys";
|
|
@@ -107,7 +107,7 @@ export namespace Bot {
|
|
|
107
107
|
* {@link file://./../../../dxos/service/scheduler.proto}
|
|
108
108
|
*/
|
|
109
109
|
export interface Echo {
|
|
110
|
-
|
|
110
|
+
spaceKey: Uint8Array;
|
|
111
111
|
invitation: ReturnType<(typeof substitutions)["google.protobuf.Any"]["decode"]>;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_bot from "./bot";
|
|
4
4
|
import * as dxos_client from "./client";
|
|
5
|
+
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
6
7
|
import * as dxos_devtools_host from "./devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "./devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "./echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "./echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "./echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "./halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "./halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "./halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "./halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "./halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "./halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "./halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../../dxos/bot";
|
|
4
4
|
import * as dxos_client from "../../dxos/client";
|
|
5
|
+
import * as dxos_client_services from "../../dxos/client/services";
|
|
5
6
|
import * as dxos_config from "../../dxos/config";
|
|
6
7
|
import * as dxos_devtools_host from "../../dxos/devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../../dxos/devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../../dxos/echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../../dxos/echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../../dxos/echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../../dxos/halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../../dxos/halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../../dxos/halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../../dxos/halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../../dxos/halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../../dxos/halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../../dxos/halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../../dxos/halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../../dxos/bot";
|
|
4
4
|
import * as dxos_client from "../../dxos/client";
|
|
5
|
+
import * as dxos_client_services from "../../dxos/client/services";
|
|
5
6
|
import * as dxos_config from "../../dxos/config";
|
|
6
7
|
import * as dxos_devtools_host from "../../dxos/devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../../dxos/devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../../dxos/echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../../dxos/echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../../dxos/echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../../dxos/halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../../dxos/halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../../dxos/halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../../dxos/halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../../dxos/halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../../dxos/halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../../dxos/halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../../dxos/halo/keys";
|
|
@@ -2,9 +2,10 @@ import type { Stream } from "@dxos/codec-protobuf";
|
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
3
|
import * as dxos_bot from "../dxos/bot";
|
|
4
4
|
import * as dxos_client from "../dxos/client";
|
|
5
|
+
import * as dxos_client_services from "../dxos/client/services";
|
|
5
6
|
import * as dxos_config from "../dxos/config";
|
|
6
7
|
import * as dxos_devtools_host from "../dxos/devtools/host";
|
|
7
|
-
import * as
|
|
8
|
+
import * as dxos_devtools_swarm from "../dxos/devtools/swarm";
|
|
8
9
|
import * as dxos_echo_feed from "../dxos/echo/feed";
|
|
9
10
|
import * as dxos_echo_metadata from "../dxos/echo/metadata";
|
|
10
11
|
import * as dxos_echo_model_messenger from "../dxos/echo/model/messenger";
|
|
@@ -17,7 +18,6 @@ import * as dxos_halo_credentials from "../dxos/halo/credentials";
|
|
|
17
18
|
import * as dxos_halo_credentials_auth from "../dxos/halo/credentials/auth";
|
|
18
19
|
import * as dxos_halo_credentials_greet from "../dxos/halo/credentials/greet";
|
|
19
20
|
import * as dxos_halo_credentials_identity from "../dxos/halo/credentials/identity";
|
|
20
|
-
import * as dxos_halo_credentials_party from "../dxos/halo/credentials/party";
|
|
21
21
|
import * as dxos_halo_invitations from "../dxos/halo/invitations";
|
|
22
22
|
import * as dxos_halo_keyring from "../dxos/halo/keyring";
|
|
23
23
|
import * as dxos_halo_keys from "../dxos/halo/keys";
|