@dxos/protocols 2.33.9-dev.6efa8ddf → 2.33.9-dev.8e92e630
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 +4 -139
- package/dist/src/proto/gen/dxos/bot.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/bot.js +0 -4
- package/dist/src/proto/gen/dxos/bot.js.map +1 -1
- package/dist/src/proto/gen/dxos/client.d.ts +18 -216
- package/dist/src/proto/gen/dxos/client.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/client.js +0 -4
- package/dist/src/proto/gen/dxos/client.js.map +1 -1
- package/dist/src/proto/gen/dxos/config.d.ts +0 -457
- package/dist/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/config.js +0 -10
- package/dist/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/auth.d.ts +3 -12
- package/dist/src/proto/gen/dxos/credentials/auth.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/greet.d.ts +8 -39
- package/dist/src/proto/gen/dxos/credentials/greet.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/greet.js +0 -4
- package/dist/src/proto/gen/dxos/credentials/greet.js.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/identity.d.ts +4 -12
- package/dist/src/proto/gen/dxos/credentials/identity.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/party.d.ts +18 -50
- package/dist/src/proto/gen/dxos/credentials/party.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/party.js +0 -4
- package/dist/src/proto/gen/dxos/credentials/party.js.map +1 -1
- package/dist/src/proto/gen/dxos/credentials.d.ts +0 -39
- package/dist/src/proto/gen/dxos/credentials.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/devtools.d.ts +30 -266
- package/dist/src/proto/gen/dxos/devtools.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/feed.d.ts +6 -65
- package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/feed.js +0 -4
- package/dist/src/proto/gen/dxos/echo/feed.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/invitation.d.ts +3 -19
- package/dist/src/proto/gen/dxos/echo/invitation.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/invitation.js +0 -6
- package/dist/src/proto/gen/dxos/echo/invitation.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts +4 -26
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/service.d.ts +13 -49
- package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +13 -45
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/timeframe.d.ts +2 -9
- package/dist/src/proto/gen/dxos/echo/timeframe.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/keys.d.ts +2 -44
- package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/keys.js +0 -4
- package/dist/src/proto/gen/dxos/halo/keys.js.map +1 -1
- package/dist/src/proto/gen/dxos/rpc.d.ts +8 -48
- package/dist/src/proto/gen/dxos/rpc.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/rpc.js +0 -4
- package/dist/src/proto/gen/dxos/rpc.js.map +1 -1
- package/dist/src/proto/gen/dxos/test/echo.d.ts +3 -15
- package/dist/src/proto/gen/dxos/test/echo.d.ts.map +1 -1
- package/dist/src/proto/gen/google/protobuf.d.ts +89 -89
- package/dist/src/proto/gen/google/protobuf.d.ts.map +1 -1
- 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/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/proto/gen/dxos/bot.ts +4 -139
- package/src/proto/gen/dxos/client.ts +18 -216
- package/src/proto/gen/dxos/config.ts +0 -457
- package/src/proto/gen/dxos/credentials/auth.ts +3 -12
- package/src/proto/gen/dxos/credentials/greet.ts +8 -39
- package/src/proto/gen/dxos/credentials/identity.ts +4 -12
- package/src/proto/gen/dxos/credentials/party.ts +18 -50
- package/src/proto/gen/dxos/credentials.ts +0 -39
- package/src/proto/gen/dxos/devtools.ts +30 -266
- package/src/proto/gen/dxos/echo/feed.ts +6 -65
- package/src/proto/gen/dxos/echo/invitation.ts +3 -19
- package/src/proto/gen/dxos/echo/metadata.ts +4 -26
- package/src/proto/gen/dxos/echo/service.ts +13 -49
- package/src/proto/gen/dxos/echo/snapshot.ts +13 -45
- package/src/proto/gen/dxos/echo/timeframe.ts +2 -9
- package/src/proto/gen/dxos/halo/keys.ts +2 -44
- package/src/proto/gen/dxos/rpc.ts +8 -48
- package/src/proto/gen/dxos/test/echo.ts +3 -15
- package/src/proto/gen/google/protobuf.ts +89 -89
- package/src/proto/gen/index.ts +1 -1
|
@@ -5,10 +5,6 @@ import * as dxos_echo_snapshot from "./echo/snapshot";
|
|
|
5
5
|
import * as dxos_echo_timeframe from "./echo/timeframe";
|
|
6
6
|
import * as dxos_halo_keys from "./halo/keys";
|
|
7
7
|
import * as dxos_rpc from "./rpc";
|
|
8
|
-
/**
|
|
9
|
-
* Defined in:
|
|
10
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
11
|
-
*/
|
|
12
8
|
export interface DevtoolsHost {
|
|
13
9
|
events: (request: void) => Stream<Event>;
|
|
14
10
|
getConfig: (request: void) => Promise<GetConfigResponse>;
|
|
@@ -30,408 +26,176 @@ export interface DevtoolsHost {
|
|
|
30
26
|
subscribeToSignalTrace: (request: void) => Stream<SubscribeToSignalTraceResponse>;
|
|
31
27
|
subscribeToSwarmInfo: (request: SubscribeToSwarmInfoRequest) => Stream<SubscribeToSwarmInfoResponse>;
|
|
32
28
|
}
|
|
33
|
-
/**
|
|
34
|
-
* Defined in:
|
|
35
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
36
|
-
*/
|
|
37
29
|
export interface Event {
|
|
38
30
|
ready?: ReadyEvent;
|
|
39
31
|
}
|
|
40
|
-
/**
|
|
41
|
-
* Defined in:
|
|
42
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
43
|
-
*/
|
|
44
32
|
export interface ReadyEvent {
|
|
45
33
|
}
|
|
46
|
-
/**
|
|
47
|
-
* Defined in:
|
|
48
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
49
|
-
*/
|
|
50
34
|
export interface GetConfigResponse {
|
|
51
|
-
config
|
|
35
|
+
config?: string;
|
|
52
36
|
}
|
|
53
|
-
/**
|
|
54
|
-
* Defined in:
|
|
55
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
56
|
-
*/
|
|
57
37
|
export interface EnableDebugLoggingRequest {
|
|
58
|
-
/**
|
|
59
|
-
* Options:
|
|
60
|
-
* - proto3_optional = true
|
|
61
|
-
*/
|
|
62
38
|
namespaces?: string;
|
|
63
39
|
}
|
|
64
|
-
/**
|
|
65
|
-
* Defined in:
|
|
66
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
67
|
-
*/
|
|
68
40
|
export interface EnableDebugLoggingResponse {
|
|
69
|
-
/**
|
|
70
|
-
* Options:
|
|
71
|
-
* - proto3_optional = true
|
|
72
|
-
*/
|
|
73
41
|
enabledNamespaces?: string;
|
|
74
42
|
}
|
|
75
|
-
/**
|
|
76
|
-
* Defined in:
|
|
77
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
78
|
-
*/
|
|
79
43
|
export interface DisableDebugLoggingRequest {
|
|
80
|
-
/**
|
|
81
|
-
* Options:
|
|
82
|
-
* - proto3_optional = true
|
|
83
|
-
*/
|
|
84
44
|
namespaces?: string;
|
|
85
45
|
}
|
|
86
|
-
/**
|
|
87
|
-
* Defined in:
|
|
88
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
89
|
-
*/
|
|
90
46
|
export interface DisableDebugLoggingResponse {
|
|
91
|
-
/**
|
|
92
|
-
* Options:
|
|
93
|
-
* - proto3_optional = true
|
|
94
|
-
*/
|
|
95
47
|
enabledNamespaces?: string;
|
|
96
48
|
}
|
|
97
|
-
/**
|
|
98
|
-
* Defined in:
|
|
99
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
100
|
-
*/
|
|
101
49
|
export interface SubscribeToKeyringKeysRequest {
|
|
102
50
|
}
|
|
103
|
-
/**
|
|
104
|
-
* Defined in:
|
|
105
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
106
|
-
*/
|
|
107
51
|
export interface SubscribeToKeyringKeysResponse {
|
|
108
52
|
keys?: dxos_halo_keys.KeyRecord[];
|
|
109
53
|
}
|
|
110
|
-
/**
|
|
111
|
-
* Defined in:
|
|
112
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
113
|
-
*/
|
|
114
54
|
export interface SubscribeToCredentialMessagesRequest {
|
|
115
|
-
/**
|
|
116
|
-
* Options:
|
|
117
|
-
* - proto3_optional = true
|
|
118
|
-
*/
|
|
119
55
|
partyKey?: dxos_halo_keys.PubKey;
|
|
120
56
|
}
|
|
121
|
-
/**
|
|
122
|
-
* Defined in:
|
|
123
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
124
|
-
*/
|
|
125
57
|
export interface SubscribeToCredentialMessagesResponse {
|
|
126
58
|
messages?: dxos_credentials.SignedMessage[];
|
|
127
59
|
}
|
|
128
|
-
/**
|
|
129
|
-
* Defined in:
|
|
130
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
131
|
-
*/
|
|
132
60
|
export interface ResetStorageRequest {
|
|
133
61
|
}
|
|
134
|
-
/**
|
|
135
|
-
* Defined in:
|
|
136
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
137
|
-
*/
|
|
138
62
|
export interface GetNetworkPeersRequest {
|
|
139
|
-
topic
|
|
63
|
+
topic?: Uint8Array;
|
|
140
64
|
}
|
|
141
|
-
/**
|
|
142
|
-
* Defined in:
|
|
143
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
144
|
-
*/
|
|
145
65
|
export interface GetNetworkPeersResponse {
|
|
146
66
|
peers?: GetNetworkPeersResponse.PeerInfo[];
|
|
147
67
|
}
|
|
148
68
|
export declare namespace GetNetworkPeersResponse {
|
|
149
|
-
/**
|
|
150
|
-
* Defined in:
|
|
151
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
152
|
-
*/
|
|
153
69
|
interface PeerInfo {
|
|
154
|
-
id
|
|
155
|
-
state
|
|
70
|
+
id?: dxos_halo_keys.PubKey;
|
|
71
|
+
state?: string;
|
|
156
72
|
connections?: Uint8Array[];
|
|
157
73
|
}
|
|
158
74
|
}
|
|
159
|
-
/**
|
|
160
|
-
* Defined in:
|
|
161
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
162
|
-
*/
|
|
163
75
|
export interface SubscribeToPartiesRequest {
|
|
164
76
|
partyKeys?: dxos_halo_keys.PubKey[];
|
|
165
77
|
}
|
|
166
|
-
/**
|
|
167
|
-
* Defined in:
|
|
168
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
169
|
-
*/
|
|
170
78
|
export interface SubscribeToPartiesResponse {
|
|
171
79
|
parties?: SubscribeToPartiesResponse.PartyInfo[];
|
|
172
80
|
}
|
|
173
81
|
export declare namespace SubscribeToPartiesResponse {
|
|
174
|
-
/**
|
|
175
|
-
* Defined in:
|
|
176
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
177
|
-
*/
|
|
178
82
|
interface PartyInfo {
|
|
179
|
-
key
|
|
180
|
-
isOpen
|
|
181
|
-
isActive
|
|
182
|
-
timeframe
|
|
83
|
+
key?: dxos_halo_keys.PubKey;
|
|
84
|
+
isOpen?: boolean;
|
|
85
|
+
isActive?: boolean;
|
|
86
|
+
timeframe?: dxos_echo_timeframe.TimeframeVector;
|
|
183
87
|
feeds?: dxos_halo_keys.PubKey[];
|
|
184
88
|
properties?: Partial<Record<string, string>>;
|
|
185
89
|
}
|
|
186
90
|
}
|
|
187
|
-
/**
|
|
188
|
-
* Defined in:
|
|
189
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
190
|
-
*/
|
|
191
91
|
export interface SubscribeToItemsRequest {
|
|
192
92
|
}
|
|
193
|
-
/**
|
|
194
|
-
* Defined in:
|
|
195
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
196
|
-
*/
|
|
197
93
|
export interface SubscribeToItemsResponse {
|
|
198
|
-
data
|
|
94
|
+
data?: string;
|
|
199
95
|
}
|
|
200
|
-
/**
|
|
201
|
-
* Defined in:
|
|
202
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
203
|
-
*/
|
|
204
96
|
export interface SubscribeToFeedsRequest {
|
|
205
|
-
partyKey
|
|
97
|
+
partyKey?: dxos_halo_keys.PubKey;
|
|
206
98
|
feedKeys?: dxos_halo_keys.PubKey[];
|
|
207
99
|
}
|
|
208
|
-
/**
|
|
209
|
-
* Defined in:
|
|
210
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
211
|
-
*/
|
|
212
100
|
export interface SubscribeToFeedsResponse {
|
|
213
101
|
feeds?: SubscribeToFeedsResponse.Feed[];
|
|
214
102
|
}
|
|
215
103
|
export declare namespace SubscribeToFeedsResponse {
|
|
216
|
-
/**
|
|
217
|
-
* Defined in:
|
|
218
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
219
|
-
*/
|
|
220
104
|
interface Feed {
|
|
221
|
-
feedKey
|
|
222
|
-
length
|
|
105
|
+
feedKey?: dxos_halo_keys.PubKey;
|
|
106
|
+
length?: number;
|
|
223
107
|
}
|
|
224
108
|
}
|
|
225
|
-
/**
|
|
226
|
-
* Defined in:
|
|
227
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
228
|
-
*/
|
|
229
109
|
export interface SubscribeToFeedBlocksRequest {
|
|
230
|
-
/**
|
|
231
|
-
* Options:
|
|
232
|
-
* - proto3_optional = true
|
|
233
|
-
*/
|
|
234
110
|
partyKey?: dxos_halo_keys.PubKey;
|
|
235
|
-
/**
|
|
236
|
-
* Options:
|
|
237
|
-
* - proto3_optional = true
|
|
238
|
-
*/
|
|
239
111
|
feedKey?: dxos_halo_keys.PubKey;
|
|
240
|
-
/**
|
|
241
|
-
* Options:
|
|
242
|
-
* - proto3_optional = true
|
|
243
|
-
*/
|
|
244
112
|
maxBlocks?: number;
|
|
245
113
|
}
|
|
246
|
-
/**
|
|
247
|
-
* Defined in:
|
|
248
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
249
|
-
*/
|
|
250
114
|
export interface SubscribeToFeedBlocksResponse {
|
|
251
115
|
blocks?: SubscribeToFeedBlocksResponse.Block[];
|
|
252
116
|
}
|
|
253
117
|
export declare namespace SubscribeToFeedBlocksResponse {
|
|
254
|
-
/**
|
|
255
|
-
* Defined in:
|
|
256
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
257
|
-
*/
|
|
258
118
|
interface Block {
|
|
259
|
-
key
|
|
260
|
-
seq
|
|
261
|
-
sync
|
|
262
|
-
path
|
|
263
|
-
data
|
|
119
|
+
key?: Uint8Array;
|
|
120
|
+
seq?: number;
|
|
121
|
+
sync?: boolean;
|
|
122
|
+
path?: string;
|
|
123
|
+
data?: dxos_echo_feed.FeedMessage;
|
|
264
124
|
}
|
|
265
125
|
}
|
|
266
|
-
/**
|
|
267
|
-
* Defined in:
|
|
268
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
269
|
-
*/
|
|
270
126
|
export interface GetPartySnapshotRequest {
|
|
271
127
|
partyKey: dxos_halo_keys.PubKey;
|
|
272
128
|
}
|
|
273
|
-
/**
|
|
274
|
-
* Defined in:
|
|
275
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
276
|
-
*/
|
|
277
129
|
export interface GetPartySnapshotResponse {
|
|
278
|
-
/**
|
|
279
|
-
* Options:
|
|
280
|
-
* - proto3_optional = true
|
|
281
|
-
*/
|
|
282
130
|
snapshot?: dxos_echo_snapshot.PartySnapshot;
|
|
283
131
|
}
|
|
284
|
-
/**
|
|
285
|
-
* Defined in:
|
|
286
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
287
|
-
*/
|
|
288
132
|
export interface SavePartySnapshotRequest {
|
|
289
133
|
partyKey: dxos_halo_keys.PubKey;
|
|
290
134
|
}
|
|
291
|
-
/**
|
|
292
|
-
* Defined in:
|
|
293
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
294
|
-
*/
|
|
295
135
|
export interface SavePartySnapshotResponse {
|
|
296
|
-
/**
|
|
297
|
-
* Options:
|
|
298
|
-
* - proto3_optional = true
|
|
299
|
-
*/
|
|
300
136
|
snapshot?: dxos_echo_snapshot.PartySnapshot;
|
|
301
137
|
}
|
|
302
|
-
/**
|
|
303
|
-
* Defined in:
|
|
304
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
305
|
-
*/
|
|
306
138
|
export interface ClearSnapshotsRequest {
|
|
307
139
|
}
|
|
308
|
-
/**
|
|
309
|
-
* Defined in:
|
|
310
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
311
|
-
*/
|
|
312
140
|
export interface SubscribeToNetworkTopicsResponse {
|
|
313
141
|
topics?: SubscribeToNetworkTopicsResponse.Topic[];
|
|
314
142
|
}
|
|
315
143
|
export declare namespace SubscribeToNetworkTopicsResponse {
|
|
316
|
-
/**
|
|
317
|
-
* Defined in:
|
|
318
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
319
|
-
*/
|
|
320
144
|
interface Topic {
|
|
321
|
-
topic
|
|
322
|
-
/**
|
|
323
|
-
* Options:
|
|
324
|
-
* - proto3_optional = true
|
|
325
|
-
*/
|
|
145
|
+
topic?: dxos_halo_keys.PubKey;
|
|
326
146
|
label?: string;
|
|
327
147
|
}
|
|
328
148
|
}
|
|
329
|
-
/**
|
|
330
|
-
* Defined in:
|
|
331
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
332
|
-
*/
|
|
333
149
|
export interface SubscribeToSignalStatusResponse {
|
|
334
150
|
servers?: SubscribeToSignalStatusResponse.SignalServer[];
|
|
335
151
|
}
|
|
336
152
|
export declare namespace SubscribeToSignalStatusResponse {
|
|
337
|
-
/**
|
|
338
|
-
* Defined in:
|
|
339
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
340
|
-
*/
|
|
341
153
|
interface SignalServer {
|
|
342
|
-
host
|
|
343
|
-
state
|
|
344
|
-
/**
|
|
345
|
-
* Options:
|
|
346
|
-
* - proto3_optional = true
|
|
347
|
-
*/
|
|
154
|
+
host?: string;
|
|
155
|
+
state?: string;
|
|
348
156
|
error?: string;
|
|
349
|
-
reconnectIn
|
|
350
|
-
connectionStarted
|
|
351
|
-
lastStateChange
|
|
157
|
+
reconnectIn?: number;
|
|
158
|
+
connectionStarted?: number;
|
|
159
|
+
lastStateChange?: number;
|
|
352
160
|
}
|
|
353
161
|
}
|
|
354
|
-
/**
|
|
355
|
-
* Defined in:
|
|
356
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
357
|
-
*/
|
|
358
162
|
export interface SubscribeToSignalTraceResponse {
|
|
359
163
|
events?: string[];
|
|
360
164
|
}
|
|
361
|
-
/**
|
|
362
|
-
* Defined in:
|
|
363
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
364
|
-
*/
|
|
365
165
|
export interface SubscribeToSwarmInfoRequest {
|
|
366
166
|
}
|
|
367
|
-
/**
|
|
368
|
-
* Defined in:
|
|
369
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
370
|
-
*/
|
|
371
167
|
export interface SubscribeToSwarmInfoResponse {
|
|
372
168
|
data?: SubscribeToSwarmInfoResponse.SwarmInfo[];
|
|
373
169
|
}
|
|
374
170
|
export declare namespace SubscribeToSwarmInfoResponse {
|
|
375
|
-
/**
|
|
376
|
-
* Defined in:
|
|
377
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
378
|
-
*/
|
|
379
171
|
interface SwarmInfo {
|
|
380
|
-
id
|
|
381
|
-
topic
|
|
382
|
-
/**
|
|
383
|
-
* Options:
|
|
384
|
-
* - proto3_optional = true
|
|
385
|
-
*/
|
|
172
|
+
id?: dxos_halo_keys.PubKey;
|
|
173
|
+
topic?: dxos_halo_keys.PubKey;
|
|
386
174
|
label?: string;
|
|
387
|
-
isActive
|
|
175
|
+
isActive?: boolean;
|
|
388
176
|
connections?: SubscribeToSwarmInfoResponse.SwarmInfo.ConnectionInfo[];
|
|
389
177
|
}
|
|
390
178
|
namespace SwarmInfo {
|
|
391
|
-
/**
|
|
392
|
-
* Defined in:
|
|
393
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
394
|
-
*/
|
|
395
179
|
interface ConnectionInfo {
|
|
396
|
-
state
|
|
397
|
-
sessionId
|
|
398
|
-
remotePeerId
|
|
399
|
-
/**
|
|
400
|
-
* Options:
|
|
401
|
-
* - proto3_optional = true
|
|
402
|
-
*/
|
|
180
|
+
state?: string;
|
|
181
|
+
sessionId?: dxos_halo_keys.PubKey;
|
|
182
|
+
remotePeerId?: dxos_halo_keys.PubKey;
|
|
403
183
|
transport?: string;
|
|
404
184
|
protocolExtensions?: string[];
|
|
405
185
|
events?: SubscribeToSwarmInfoResponse.SwarmInfo.ConnectionInfo.Json[];
|
|
406
186
|
}
|
|
407
187
|
namespace ConnectionInfo {
|
|
408
|
-
/**
|
|
409
|
-
* Defined in:
|
|
410
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
411
|
-
*/
|
|
412
188
|
interface Json {
|
|
413
|
-
/**
|
|
414
|
-
* Options:
|
|
415
|
-
* - proto3_optional = true
|
|
416
|
-
*/
|
|
417
189
|
data?: string;
|
|
418
190
|
}
|
|
419
191
|
}
|
|
420
192
|
}
|
|
421
193
|
}
|
|
422
|
-
/**
|
|
423
|
-
* Defined in:
|
|
424
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
425
|
-
*/
|
|
426
194
|
export interface TracingService {
|
|
427
195
|
setTracingOptions: (request: SetTracingOptionsRequest) => Promise<void>;
|
|
428
196
|
subscribeToRpcTrace: (request: void) => Stream<dxos_rpc.RpcMessage>;
|
|
429
197
|
}
|
|
430
|
-
/**
|
|
431
|
-
* Defined in:
|
|
432
|
-
* {@link file://./../../dxos/devtools.proto}
|
|
433
|
-
*/
|
|
434
198
|
export interface SetTracingOptionsRequest {
|
|
435
|
-
enable
|
|
199
|
+
enable?: boolean;
|
|
436
200
|
}
|
|
437
201
|
//# sourceMappingURL=devtools.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"devtools.d.ts","sourceRoot":"","sources":["../../../../../src/proto/gen/dxos/devtools.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAInD,OAAO,KAAK,gBAAgB,MAAM,eAAe,CAAC;AAKlD,OAAO,KAAK,cAAc,MAAM,aAAa,CAAC;AAI9C,OAAO,KAAK,kBAAkB,MAAM,iBAAiB,CAAC;AACtD,OAAO,KAAK,mBAAmB,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,cAAc,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,QAAQ,MAAM,OAAO,CAAC;AAGlC
|
|
1
|
+
{"version":3,"file":"devtools.d.ts","sourceRoot":"","sources":["../../../../../src/proto/gen/dxos/devtools.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,108 +3,49 @@ import * as dxos_echo_timeframe from "./timeframe";
|
|
|
3
3
|
/**
|
|
4
4
|
* Outer message type decoded by Codec.
|
|
5
5
|
* This is what is written to the feeds.
|
|
6
|
-
*
|
|
7
|
-
* Defined in:
|
|
8
|
-
* {@link file://./../../../dxos/echo/feed.proto}
|
|
9
6
|
*/
|
|
10
7
|
export interface FeedMessage {
|
|
11
|
-
timeframe
|
|
8
|
+
timeframe?: dxos_echo_timeframe.TimeframeVector;
|
|
12
9
|
halo?: CredentialsMessage;
|
|
13
10
|
echo?: EchoEnvelope;
|
|
14
11
|
}
|
|
15
12
|
/**
|
|
16
13
|
* A container for dxos.credentials.Message
|
|
17
|
-
*
|
|
18
|
-
* Defined in:
|
|
19
|
-
* {@link file://./../../../dxos/echo/feed.proto}
|
|
20
14
|
*/
|
|
21
15
|
export interface CredentialsMessage {
|
|
22
|
-
data
|
|
16
|
+
data?: Uint8Array;
|
|
23
17
|
}
|
|
24
18
|
/**
|
|
25
19
|
* Wrapper for all ECHO messages.
|
|
26
|
-
*
|
|
27
|
-
* Defined in:
|
|
28
|
-
* {@link file://./../../../dxos/echo/feed.proto}
|
|
29
20
|
*/
|
|
30
21
|
export interface EchoEnvelope {
|
|
31
|
-
itemId
|
|
32
|
-
/**
|
|
33
|
-
* Options:
|
|
34
|
-
* - proto3_optional = true
|
|
35
|
-
*/
|
|
22
|
+
itemId?: string;
|
|
36
23
|
genesis?: ItemGenesis;
|
|
37
|
-
/**
|
|
38
|
-
* Options:
|
|
39
|
-
* - proto3_optional = true
|
|
40
|
-
*/
|
|
41
24
|
itemMutation?: ItemMutation;
|
|
42
|
-
/**
|
|
43
|
-
* Options:
|
|
44
|
-
* - proto3_optional = true
|
|
45
|
-
*/
|
|
46
25
|
mutation?: Uint8Array;
|
|
47
26
|
/**
|
|
48
27
|
* Set the model to the provided snapshot.
|
|
49
|
-
*
|
|
50
|
-
* Options:
|
|
51
|
-
* - proto3_optional = true
|
|
52
28
|
*/
|
|
53
29
|
snapshot?: dxos_echo_snapshot.ModelSnapshot;
|
|
54
30
|
}
|
|
55
|
-
/**
|
|
56
|
-
* Defined in:
|
|
57
|
-
* {@link file://./../../../dxos/echo/feed.proto}
|
|
58
|
-
*/
|
|
59
31
|
export interface LinkData {
|
|
60
|
-
source
|
|
61
|
-
target
|
|
32
|
+
source?: string;
|
|
33
|
+
target?: string;
|
|
62
34
|
}
|
|
63
|
-
/**
|
|
64
|
-
* Defined in:
|
|
65
|
-
* {@link file://./../../../dxos/echo/feed.proto}
|
|
66
|
-
*/
|
|
67
35
|
export interface ItemGenesis {
|
|
68
|
-
/**
|
|
69
|
-
* Options:
|
|
70
|
-
* - proto3_optional = true
|
|
71
|
-
*/
|
|
72
36
|
itemType?: string;
|
|
73
|
-
modelType
|
|
74
|
-
/**
|
|
75
|
-
* Options:
|
|
76
|
-
* - proto3_optional = true
|
|
77
|
-
*/
|
|
37
|
+
modelType?: string;
|
|
78
38
|
modelVersion?: string;
|
|
79
|
-
/**
|
|
80
|
-
* Options:
|
|
81
|
-
* - proto3_optional = true
|
|
82
|
-
*/
|
|
83
39
|
link?: LinkData;
|
|
84
40
|
}
|
|
85
41
|
/**
|
|
86
42
|
* Item mutation.
|
|
87
|
-
*
|
|
88
|
-
* Defined in:
|
|
89
|
-
* {@link file://./../../../dxos/echo/feed.proto}
|
|
90
43
|
*/
|
|
91
44
|
export interface ItemMutation {
|
|
92
|
-
/**
|
|
93
|
-
* Options:
|
|
94
|
-
* - proto3_optional = true
|
|
95
|
-
*/
|
|
96
45
|
parentId?: string;
|
|
97
|
-
/**
|
|
98
|
-
* Options:
|
|
99
|
-
* - proto3_optional = true
|
|
100
|
-
*/
|
|
101
46
|
action?: ItemMutation.Action;
|
|
102
47
|
}
|
|
103
48
|
export declare namespace ItemMutation {
|
|
104
|
-
/**
|
|
105
|
-
* Defined in:
|
|
106
|
-
* {@link file://./../../../dxos/echo/feed.proto}
|
|
107
|
-
*/
|
|
108
49
|
enum Action {
|
|
109
50
|
NOOP = 0,
|
|
110
51
|
DELETE = 1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feed.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/feed.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,kBAAkB,MAAM,YAAY,CAAC;AACjD,OAAO,KAAK,mBAAmB,MAAM,aAAa,CAAC;AAKnD
|
|
1
|
+
{"version":3,"file":"feed.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/feed.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,kBAAkB,MAAM,YAAY,CAAC;AACjD,OAAO,KAAK,mBAAmB,MAAM,aAAa,CAAC;AAKnD;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB,SAAS,CAAC,EAAE,mBAAmB,CAAC,eAAe,CAAC;IAChD,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,IAAI,CAAC,EAAE,YAAY,CAAC;CACvB;AACD;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,IAAI,CAAC,EAAE,UAAU,CAAC;CACrB;AACD;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC,aAAa,CAAC;CAC/C;AACD,MAAM,WAAW,QAAQ;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AACD,MAAM,WAAW,WAAW;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;CACnB;AACD;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC;CAChC;AACD,yBAAiB,YAAY,CAAC;IAC1B,KAAY,MAAM;QACd,IAAI,IAAI;QACR,MAAM,IAAI;QACV,OAAO,IAAI;KACd;CACJ"}
|
|
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ItemMutation = void 0;
|
|
4
4
|
var ItemMutation;
|
|
5
5
|
(function (ItemMutation) {
|
|
6
|
-
/**
|
|
7
|
-
* Defined in:
|
|
8
|
-
* {@link file://./../../../dxos/echo/feed.proto}
|
|
9
|
-
*/
|
|
10
6
|
let Action;
|
|
11
7
|
(function (Action) {
|
|
12
8
|
Action[Action["NOOP"] = 0] = "NOOP";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feed.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/feed.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"feed.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/feed.ts"],"names":[],"mappings":";;;AAgEA,IAAiB,YAAY,CAM5B;AAND,WAAiB,YAAY;IACzB,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,mCAAQ,CAAA;QACR,uCAAU,CAAA;QACV,yCAAW,CAAA;IACf,CAAC,EAJW,MAAM,GAAN,mBAAM,KAAN,mBAAM,QAIjB;AACL,CAAC,EANgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAM5B"}
|
|
@@ -1,33 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Defined in:
|
|
3
|
-
* {@link file://./../../../dxos/echo/invitation.proto}
|
|
4
|
-
*/
|
|
5
1
|
export interface InvitationDescriptor {
|
|
6
|
-
type
|
|
7
|
-
swarmKey
|
|
8
|
-
invitation
|
|
2
|
+
type?: InvitationDescriptor.Type;
|
|
3
|
+
swarmKey?: Uint8Array;
|
|
4
|
+
invitation?: Uint8Array;
|
|
9
5
|
/**
|
|
10
6
|
* Only present if type == OFFLINE.
|
|
11
|
-
*
|
|
12
|
-
* Options:
|
|
13
|
-
* - proto3_optional = true
|
|
14
7
|
*/
|
|
15
8
|
identityKey?: Uint8Array;
|
|
16
9
|
/**
|
|
17
10
|
* Must be stripped out when passing to another peer.
|
|
18
|
-
*
|
|
19
|
-
* Options:
|
|
20
|
-
* - proto3_optional = true
|
|
21
11
|
*/
|
|
22
12
|
secret?: Uint8Array;
|
|
23
13
|
}
|
|
24
14
|
export declare namespace InvitationDescriptor {
|
|
25
|
-
/**
|
|
26
|
-
* Defines an invitation type.
|
|
27
|
-
*
|
|
28
|
-
* Defined in:
|
|
29
|
-
* {@link file://./../../../dxos/echo/invitation.proto}
|
|
30
|
-
*/
|
|
31
15
|
enum Type {
|
|
32
16
|
INTERACTIVE = 1,
|
|
33
17
|
OFFLINE = 2
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invitation.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/invitation.ts"],"names":[],"mappings":"AAmBA
|
|
1
|
+
{"version":3,"file":"invitation.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/invitation.ts"],"names":[],"mappings":"AAmBA,MAAM,WAAW,oBAAoB;IACjC,IAAI,CAAC,EAAE,oBAAoB,CAAC,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB;AACD,yBAAiB,oBAAoB,CAAC;IAClC,KAAY,IAAI;QACZ,WAAW,IAAI;QACf,OAAO,IAAI;KACd;CACJ"}
|
|
@@ -3,12 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.InvitationDescriptor = void 0;
|
|
4
4
|
var InvitationDescriptor;
|
|
5
5
|
(function (InvitationDescriptor) {
|
|
6
|
-
/**
|
|
7
|
-
* Defines an invitation type.
|
|
8
|
-
*
|
|
9
|
-
* Defined in:
|
|
10
|
-
* {@link file://./../../../dxos/echo/invitation.proto}
|
|
11
|
-
*/
|
|
12
6
|
let Type;
|
|
13
7
|
(function (Type) {
|
|
14
8
|
Type[Type["INTERACTIVE"] = 1] = "INTERACTIVE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invitation.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/invitation.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"invitation.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/invitation.ts"],"names":[],"mappings":";;;AAgCA,IAAiB,oBAAoB,CAKpC;AALD,WAAiB,oBAAoB;IACjC,IAAY,IAGX;IAHD,WAAY,IAAI;QACZ,6CAAe,CAAA;QACf,qCAAW,CAAA;IACf,CAAC,EAHW,IAAI,GAAJ,yBAAI,KAAJ,yBAAI,QAGf;AACL,CAAC,EALgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAKpC"}
|