@dxos/protocols 0.5.9-main.1c1903d → 0.5.9-main.1ea2105
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/errors/errors.d.ts +3 -3
- package/dist/cjs/src/errors/errors.d.ts.map +1 -1
- package/dist/cjs/src/errors/errors.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/client/services.d.ts +18 -3
- package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/client/services.js +2 -0
- 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/model/document.d.ts +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/model/document.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/index.d.ts +1 -0
- 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 +2 -2
- package/dist/cjs/src/testing.d.ts.map +1 -1
- package/dist/cjs/src/testing.js.map +1 -1
- package/dist/cjs/src/types.d.ts +2 -3
- package/dist/cjs/src/types.d.ts.map +1 -1
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/src/errors/errors.d.ts +3 -3
- package/dist/esm/src/errors/errors.d.ts.map +1 -1
- package/dist/esm/src/errors/errors.js +1 -1
- package/dist/esm/src/errors/errors.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts +18 -3
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/client/services.js +2 -0
- 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/model/document.d.ts +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/document.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/index.d.ts +1 -0
- 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 +2 -2
- package/dist/esm/src/testing.d.ts.map +1 -1
- package/dist/esm/src/testing.js.map +1 -1
- package/dist/esm/src/types.d.ts +2 -3
- package/dist/esm/src/types.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/errors/errors.ts +3 -3
- package/src/proto/dxos/client/services.proto +12 -1
- package/src/proto/dxos/echo/model/document.proto +6 -7
- package/src/proto/gen/dxos/client/services.ts +18 -3
- package/src/proto/gen/dxos/devtools/host.ts +31 -31
- package/src/proto/gen/dxos/echo/model/document.ts +1 -1
- package/src/proto/gen/index.ts +2 -1
- package/src/testing.ts +2 -2
- package/src/types.ts +3 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/proto/gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AA+DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/proto/gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AA+DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA6iB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,g42GAAg42G,CAAC,CAAC,CAAC;AACz72G,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAkB,UAAU,EAAE,aAAa,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Timeframe } from '@dxos/timeframe';
|
|
2
2
|
import type { FeedMessage } from './proto/gen/dxos/echo/feed';
|
|
3
|
-
import { type
|
|
4
|
-
export declare const createTestItemMutation: (objectId:
|
|
3
|
+
import { type ObjectId } from './types';
|
|
4
|
+
export declare const createTestItemMutation: (objectId: ObjectId, key: string, value: string, timeframe?: Timeframe) => FeedMessage;
|
|
5
5
|
//# sourceMappingURL=testing.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../src/testing.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../src/testing.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AAOxC,eAAO,MAAM,sBAAsB,aACvB,QAAQ,OACb,MAAM,SACJ,MAAM,4BAEZ,WAsBD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing.js","sourceRoot":"","sources":["../../../src/testing.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;AAEF,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAIjC,EAAE;AACF,WAAW;AACX,EAAE;AAEF,kEAAkE;AAClE,MAAM,CAAC,MAAM,sBAAsB,GAAG,CACpC,
|
|
1
|
+
{"version":3,"file":"testing.js","sourceRoot":"","sources":["../../../src/testing.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;AAEF,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAIjC,EAAE;AACF,WAAW;AACX,EAAE;AAEF,kEAAkE;AAClE,MAAM,CAAC,MAAM,sBAAsB,GAAG,CACpC,QAAkB,EAClB,GAAW,EACX,KAAa,EACb,SAAS,GAAG,IAAI,SAAS,EAAE,EACd,EAAE,CAAC,CAAC;IACjB,SAAS;IACT,OAAO,EAAE;QACP,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,OAAO,EAAE;oBACP;wBACE,QAAQ;wBACR,SAAS,EAAE;4BACT;gCACE,KAAK,EAAE;oCACL,OAAO,EAAE,qBAAqB;oCAC9B,OAAO,EAAE,MAAM;oCACf,KAAK,EAAE,MAAM,CAAC,eAAe,CAAC,uCAAuC,CAAC,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;iCAC9F;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC,CAAC"}
|
package/dist/esm/src/types.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { type TypedProtoMessage } from '@dxos/codec-protobuf';
|
|
|
2
2
|
import { type PublicKey } from '@dxos/keys';
|
|
3
3
|
import { type Timeframe } from '@dxos/timeframe';
|
|
4
4
|
import { type TYPES } from './proto';
|
|
5
|
-
import { type
|
|
5
|
+
import { type CredentialsMessage, type FeedMessage } from './proto/gen/dxos/echo/feed';
|
|
6
6
|
import { type EchoObjectBatch } from './proto/gen/dxos/echo/object';
|
|
7
7
|
export type TypedMessage = TypedProtoMessage<TYPES>;
|
|
8
8
|
export type FeedMeta = {
|
|
@@ -29,6 +29,5 @@ export interface IEchoStream {
|
|
|
29
29
|
meta: MutationMetaWithTimeframe;
|
|
30
30
|
batch: EchoObjectBatch;
|
|
31
31
|
}
|
|
32
|
-
export type
|
|
33
|
-
export type ItemType = string;
|
|
32
|
+
export type ObjectId = string;
|
|
34
33
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACvF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAGpE,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC;AAGpD,MAAM,MAAM,QAAQ,GAAG;IACrB,OAAO,EAAE,SAAS,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI;IACzB,OAAO,EAAE,SAAS,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,CAAC,CAAC;CACT,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AAEtD,MAAM,WAAW,YAAa,SAAQ,QAAQ;IAC5C,SAAS,EAAE,SAAS,CAAC;CACtB;AAED,MAAM,WAAW,yBAA0B,SAAQ,YAAY;IAC7D,SAAS,EAAE,SAAS,CAAC;CACtB;AAGD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAGD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,yBAAyB,CAAC;IAChC,KAAK,EAAE,eAAe,CAAC;CACxB;AAGD,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/protocols",
|
|
3
|
-
"version": "0.5.9-main.
|
|
3
|
+
"version": "0.5.9-main.1ea2105",
|
|
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.5.9-main.
|
|
37
|
-
"@dxos/
|
|
38
|
-
"@dxos/
|
|
39
|
-
"@dxos/timeframe": "0.5.9-main.
|
|
36
|
+
"@dxos/codec-protobuf": "0.5.9-main.1ea2105",
|
|
37
|
+
"@dxos/keys": "0.5.9-main.1ea2105",
|
|
38
|
+
"@dxos/invariant": "0.5.9-main.1ea2105",
|
|
39
|
+
"@dxos/timeframe": "0.5.9-main.1ea2105"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"glob": "~7.1.6"
|
package/src/errors/errors.ts
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import { PublicKey } from '@dxos/keys';
|
|
6
6
|
|
|
7
|
-
import { ApiError, DatabaseError, SystemError
|
|
7
|
+
import { ApiError, BaseError, DatabaseError, SystemError } from './base-errors';
|
|
8
8
|
import { registerError, registerErrorMessageContext, registerErrorNoArgs } from './helpers';
|
|
9
|
-
import type {
|
|
9
|
+
import type { ObjectId } from '../types';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Thrown when request was terminated because the RPC endpoint has been closed.
|
|
@@ -180,7 +180,7 @@ registerError('SPACE_NOT_FOUND', (_, context) => {
|
|
|
180
180
|
});
|
|
181
181
|
|
|
182
182
|
export class EntityNotFoundError extends DatabaseError {
|
|
183
|
-
constructor(entityId:
|
|
183
|
+
constructor(entityId: ObjectId) {
|
|
184
184
|
super('ITEM_NOT_FOUND', 'Item not found.', { entityId });
|
|
185
185
|
}
|
|
186
186
|
}
|
|
@@ -241,6 +241,9 @@ enum SpaceState {
|
|
|
241
241
|
|
|
242
242
|
/// Space errored.
|
|
243
243
|
ERROR = 5;
|
|
244
|
+
|
|
245
|
+
/// Data migration is required.
|
|
246
|
+
REQUIRES_MIGRATION = 8;
|
|
244
247
|
}
|
|
245
248
|
|
|
246
249
|
// TODO(burdon): Rename SpaceInfo?
|
|
@@ -361,6 +364,9 @@ message CreateEpochRequest {
|
|
|
361
364
|
|
|
362
365
|
/// Replace the current automerge root with a new one specified by the user.
|
|
363
366
|
REPLACE_AUTOMERGE_ROOT = 4;
|
|
367
|
+
|
|
368
|
+
/// Upgrade references data strucutre
|
|
369
|
+
MIGRATE_REFERENCES_TO_DXN = 5;
|
|
364
370
|
}
|
|
365
371
|
|
|
366
372
|
dxos.keys.PublicKey space_key = 1;
|
|
@@ -371,6 +377,11 @@ message CreateEpochRequest {
|
|
|
371
377
|
optional string automerge_root_url = 3;
|
|
372
378
|
}
|
|
373
379
|
|
|
380
|
+
message CreateEpochResponse {
|
|
381
|
+
/// Credential of the new epoch.
|
|
382
|
+
optional dxos.halo.credentials.Credential epoch_credential = 1;
|
|
383
|
+
}
|
|
384
|
+
|
|
374
385
|
message UpdateMemberRoleRequest {
|
|
375
386
|
dxos.keys.PublicKey space_key = 1;
|
|
376
387
|
dxos.keys.PublicKey member_key = 2;
|
|
@@ -394,7 +405,7 @@ service SpacesService {
|
|
|
394
405
|
/// Query credentials from the space control feed.
|
|
395
406
|
rpc QueryCredentials(QueryCredentialsRequest) returns (stream dxos.halo.credentials.Credential);
|
|
396
407
|
|
|
397
|
-
rpc CreateEpoch(CreateEpochRequest) returns (
|
|
408
|
+
rpc CreateEpoch(CreateEpochRequest) returns (CreateEpochResponse);
|
|
398
409
|
}
|
|
399
410
|
|
|
400
411
|
//
|
|
@@ -61,8 +61,7 @@ message KeyValueObject {
|
|
|
61
61
|
* Reference to an Item.
|
|
62
62
|
*/
|
|
63
63
|
message Reference {
|
|
64
|
-
|
|
65
|
-
string itemId = 1;
|
|
64
|
+
string object_id = 1;
|
|
66
65
|
|
|
67
66
|
/// "space", or "protobuf"
|
|
68
67
|
optional string protocol = 2;
|
|
@@ -111,10 +110,10 @@ message Query {
|
|
|
111
110
|
*/
|
|
112
111
|
message ObjectSnapshot {
|
|
113
112
|
optional string type = 1;
|
|
114
|
-
optional Reference type_ref
|
|
113
|
+
optional Reference type_ref = 4;
|
|
115
114
|
|
|
116
115
|
Value root = 2;
|
|
117
|
-
optional Value meta
|
|
116
|
+
optional Value meta = 3;
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
/**
|
|
@@ -146,12 +145,12 @@ message YJS {
|
|
|
146
145
|
* Set of mutations.
|
|
147
146
|
*/
|
|
148
147
|
message ObjectMutationSet {
|
|
149
|
-
//
|
|
148
|
+
// deprecated
|
|
150
149
|
optional string type = 1;
|
|
151
150
|
optional Reference type_ref = 4;
|
|
152
151
|
|
|
153
|
-
repeated ObjectMutation mutations
|
|
152
|
+
repeated ObjectMutation mutations = 2;
|
|
154
153
|
|
|
155
154
|
// Mutations for the `meta` keyspace.
|
|
156
|
-
repeated ObjectMutation meta_mutations
|
|
155
|
+
repeated ObjectMutation meta_mutations = 3;
|
|
157
156
|
}
|
|
@@ -559,7 +559,8 @@ export enum SpaceState {
|
|
|
559
559
|
CONTROL_ONLY = 7,
|
|
560
560
|
INITIALIZING = 4,
|
|
561
561
|
READY = 3,
|
|
562
|
-
ERROR = 5
|
|
562
|
+
ERROR = 5,
|
|
563
|
+
REQUIRES_MIGRATION = 8
|
|
563
564
|
}
|
|
564
565
|
/**
|
|
565
566
|
* Defined in:
|
|
@@ -815,9 +816,23 @@ export namespace CreateEpochRequest {
|
|
|
815
816
|
INIT_AUTOMERGE = 1,
|
|
816
817
|
PRUNE_AUTOMERGE_ROOT_HISTORY = 2,
|
|
817
818
|
FRAGMENT_AUTOMERGE_ROOT = 3,
|
|
818
|
-
REPLACE_AUTOMERGE_ROOT = 4
|
|
819
|
+
REPLACE_AUTOMERGE_ROOT = 4,
|
|
820
|
+
MIGRATE_REFERENCES_TO_DXN = 5
|
|
819
821
|
}
|
|
820
822
|
}
|
|
823
|
+
/**
|
|
824
|
+
* Defined in:
|
|
825
|
+
* {@link file://./../../../dxos/client/services.proto}
|
|
826
|
+
*/
|
|
827
|
+
export interface CreateEpochResponse {
|
|
828
|
+
/**
|
|
829
|
+
* Credential of the new epoch.
|
|
830
|
+
*
|
|
831
|
+
* Options:
|
|
832
|
+
* - proto3_optional = true
|
|
833
|
+
*/
|
|
834
|
+
epochCredential?: dxos_halo_credentials.Credential;
|
|
835
|
+
}
|
|
821
836
|
/**
|
|
822
837
|
* Defined in:
|
|
823
838
|
* {@link file://./../../../dxos/client/services.proto}
|
|
@@ -852,7 +867,7 @@ export interface SpacesService {
|
|
|
852
867
|
* Query credentials from the space control feed.
|
|
853
868
|
*/
|
|
854
869
|
queryCredentials: (request: QueryCredentialsRequest, options?: RequestOptions) => Stream<dxos_halo_credentials.Credential>;
|
|
855
|
-
createEpoch: (request: CreateEpochRequest, options?: RequestOptions) => Promise<
|
|
870
|
+
createEpoch: (request: CreateEpochRequest, options?: RequestOptions) => Promise<CreateEpochResponse>;
|
|
856
871
|
}
|
|
857
872
|
/**
|
|
858
873
|
* Represents the invitation state passed between client and service.
|
|
@@ -61,6 +61,37 @@ import * as dxos_value from "../value";
|
|
|
61
61
|
import * as example_testing_data from "../../example/testing/data";
|
|
62
62
|
import * as example_testing_rpc from "../../example/testing/rpc";
|
|
63
63
|
import * as google_protobuf from "../../google/protobuf";
|
|
64
|
+
/**
|
|
65
|
+
* Defined in:
|
|
66
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
67
|
+
*/
|
|
68
|
+
export interface Services {
|
|
69
|
+
spaces?: SpaceStats[];
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Defined in:
|
|
73
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
74
|
+
*/
|
|
75
|
+
export interface SpaceStats {
|
|
76
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
77
|
+
peers?: PeerStats[];
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Defined in:
|
|
81
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
82
|
+
*/
|
|
83
|
+
export interface PeerStats {
|
|
84
|
+
controlFeed: FeedStats;
|
|
85
|
+
dataFeed: FeedStats;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Defined in:
|
|
89
|
+
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
90
|
+
*/
|
|
91
|
+
export interface FeedStats {
|
|
92
|
+
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
93
|
+
length: number;
|
|
94
|
+
}
|
|
64
95
|
/**
|
|
65
96
|
* Defined in:
|
|
66
97
|
* {@link file://./../../../dxos/devtools/host.proto}
|
|
@@ -483,34 +514,3 @@ export interface SubscribeToSwarmInfoRequest {
|
|
|
483
514
|
export interface SubscribeToSwarmInfoResponse {
|
|
484
515
|
data?: dxos_devtools_swarm.SwarmInfo[];
|
|
485
516
|
}
|
|
486
|
-
/**
|
|
487
|
-
* Defined in:
|
|
488
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
489
|
-
*/
|
|
490
|
-
export interface Services {
|
|
491
|
-
spaces?: SpaceStats[];
|
|
492
|
-
}
|
|
493
|
-
/**
|
|
494
|
-
* Defined in:
|
|
495
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
496
|
-
*/
|
|
497
|
-
export interface SpaceStats {
|
|
498
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
499
|
-
peers?: PeerStats[];
|
|
500
|
-
}
|
|
501
|
-
/**
|
|
502
|
-
* Defined in:
|
|
503
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
504
|
-
*/
|
|
505
|
-
export interface PeerStats {
|
|
506
|
-
controlFeed: FeedStats;
|
|
507
|
-
dataFeed: FeedStats;
|
|
508
|
-
}
|
|
509
|
-
/**
|
|
510
|
-
* Defined in:
|
|
511
|
-
* {@link file://./../../../dxos/devtools/diagnostics.proto}
|
|
512
|
-
*/
|
|
513
|
-
export interface FeedStats {
|
|
514
|
-
key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
515
|
-
length: number;
|
|
516
|
-
}
|