@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
|
@@ -17,79 +17,43 @@ import * as dxos_halo_keys from "../halo/keys";
|
|
|
17
17
|
import * as dxos_rpc from "../rpc";
|
|
18
18
|
import * as dxos_test_echo from "../test/echo";
|
|
19
19
|
import * as google_protobuf from "../../google/protobuf";
|
|
20
|
-
/**
|
|
21
|
-
* Defined in:
|
|
22
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
23
|
-
*/
|
|
24
20
|
export interface SubscribeEntitySetRequest {
|
|
25
|
-
partyKey
|
|
21
|
+
partyKey?: dxos_halo_keys.PubKey;
|
|
26
22
|
}
|
|
27
|
-
/**
|
|
28
|
-
* Defined in:
|
|
29
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
30
|
-
*/
|
|
31
23
|
export interface SubscribeEntitySetResponse {
|
|
32
24
|
added?: dxos_echo_feed.EchoEnvelope[];
|
|
33
25
|
deleted?: dxos_echo_feed.EchoEnvelope[];
|
|
34
26
|
}
|
|
35
|
-
/**
|
|
36
|
-
* Defined in:
|
|
37
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
38
|
-
*/
|
|
39
27
|
export interface SubscribeEntityStreamRequest {
|
|
40
|
-
partyKey
|
|
41
|
-
itemId
|
|
28
|
+
partyKey?: dxos_halo_keys.PubKey;
|
|
29
|
+
itemId?: string;
|
|
42
30
|
}
|
|
43
|
-
/**
|
|
44
|
-
* Defined in:
|
|
45
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
46
|
-
*/
|
|
47
31
|
export interface SubscribeEntityStreamResponse {
|
|
48
32
|
snapshot?: dxos_echo_snapshot.ItemSnapshot;
|
|
49
33
|
mutation?: SubscribeEntityStreamResponse.Mutation;
|
|
50
34
|
}
|
|
51
35
|
export namespace SubscribeEntityStreamResponse {
|
|
52
|
-
/**
|
|
53
|
-
* Defined in:
|
|
54
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
55
|
-
*/
|
|
56
36
|
export interface Mutation {
|
|
57
|
-
data
|
|
58
|
-
meta
|
|
37
|
+
data?: dxos_echo_feed.EchoEnvelope;
|
|
38
|
+
meta?: SubscribeEntityStreamResponse.Mutation.Metadata;
|
|
59
39
|
}
|
|
60
40
|
export namespace Mutation {
|
|
61
|
-
/**
|
|
62
|
-
* Defined in:
|
|
63
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
64
|
-
*/
|
|
65
41
|
export interface Metadata {
|
|
66
|
-
feedKey
|
|
67
|
-
memberKey
|
|
68
|
-
seq
|
|
69
|
-
timeframe
|
|
42
|
+
feedKey?: dxos_halo_keys.PubKey;
|
|
43
|
+
memberKey?: dxos_halo_keys.PubKey;
|
|
44
|
+
seq?: number;
|
|
45
|
+
timeframe?: dxos_echo_timeframe.TimeframeVector;
|
|
70
46
|
}
|
|
71
47
|
}
|
|
72
48
|
}
|
|
73
|
-
/**
|
|
74
|
-
* Defined in:
|
|
75
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
76
|
-
*/
|
|
77
49
|
export interface WriteRequest {
|
|
78
|
-
partyKey
|
|
79
|
-
mutation
|
|
50
|
+
partyKey?: dxos_halo_keys.PubKey;
|
|
51
|
+
mutation?: dxos_echo_feed.EchoEnvelope;
|
|
80
52
|
}
|
|
81
|
-
/**
|
|
82
|
-
* Defined in:
|
|
83
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
84
|
-
*/
|
|
85
53
|
export interface MutationReceipt {
|
|
86
|
-
feedKey
|
|
87
|
-
seq
|
|
54
|
+
feedKey?: dxos_halo_keys.PubKey;
|
|
55
|
+
seq?: number;
|
|
88
56
|
}
|
|
89
|
-
/**
|
|
90
|
-
* Defined in:
|
|
91
|
-
* {@link file://./../../../dxos/echo/service.proto}
|
|
92
|
-
*/
|
|
93
57
|
export interface DataService {
|
|
94
58
|
subscribeEntitySet: (request: SubscribeEntitySetRequest) => Stream<SubscribeEntitySetResponse>;
|
|
95
59
|
subscribeEntityStream: (request: SubscribeEntityStreamRequest) => Stream<SubscribeEntityStreamResponse>;
|
|
@@ -17,44 +17,20 @@ import * as dxos_halo_keys from "../halo/keys";
|
|
|
17
17
|
import * as dxos_rpc from "../rpc";
|
|
18
18
|
import * as dxos_test_echo from "../test/echo";
|
|
19
19
|
import * as google_protobuf from "../../google/protobuf";
|
|
20
|
-
/**
|
|
21
|
-
* Defined in:
|
|
22
|
-
* {@link file://./../../../dxos/echo/snapshot.proto}
|
|
23
|
-
*/
|
|
24
20
|
export interface PartySnapshot {
|
|
25
|
-
partyKey
|
|
26
|
-
/**
|
|
27
|
-
* Options:
|
|
28
|
-
* - proto3_optional = true
|
|
29
|
-
*/
|
|
21
|
+
partyKey?: Uint8Array;
|
|
30
22
|
timeframe?: dxos_echo_timeframe.TimeframeVector;
|
|
31
|
-
/**
|
|
32
|
-
* Options:
|
|
33
|
-
* - proto3_optional = true
|
|
34
|
-
*/
|
|
35
23
|
timestamp?: number;
|
|
36
|
-
halo
|
|
37
|
-
database
|
|
24
|
+
halo?: HaloStateSnapshot;
|
|
25
|
+
database?: DatabaseSnapshot;
|
|
38
26
|
}
|
|
39
|
-
/**
|
|
40
|
-
* Defined in:
|
|
41
|
-
* {@link file://./../../../dxos/echo/snapshot.proto}
|
|
42
|
-
*/
|
|
43
27
|
export interface HaloStateSnapshot {
|
|
44
28
|
messages?: dxos_echo_feed.CredentialsMessage[];
|
|
45
29
|
}
|
|
46
|
-
/**
|
|
47
|
-
* Defined in:
|
|
48
|
-
* {@link file://./../../../dxos/echo/snapshot.proto}
|
|
49
|
-
*/
|
|
50
30
|
export interface DatabaseSnapshot {
|
|
51
31
|
items?: ItemSnapshot[];
|
|
52
32
|
links?: LinkSnapshot[];
|
|
53
33
|
}
|
|
54
|
-
/**
|
|
55
|
-
* Defined in:
|
|
56
|
-
* {@link file://./../../../dxos/echo/snapshot.proto}
|
|
57
|
-
*/
|
|
58
34
|
export interface ItemSnapshot {
|
|
59
35
|
/**
|
|
60
36
|
* Options:
|
|
@@ -66,7 +42,11 @@ export interface ItemSnapshot {
|
|
|
66
42
|
* - proto3_optional = true
|
|
67
43
|
*/
|
|
68
44
|
itemType?: string;
|
|
69
|
-
|
|
45
|
+
/**
|
|
46
|
+
* Options:
|
|
47
|
+
* - proto3_optional = true
|
|
48
|
+
*/
|
|
49
|
+
modelType?: string;
|
|
70
50
|
/**
|
|
71
51
|
* Options:
|
|
72
52
|
* - proto3_optional = true
|
|
@@ -83,10 +63,6 @@ export interface ItemSnapshot {
|
|
|
83
63
|
*/
|
|
84
64
|
model?: ModelSnapshot;
|
|
85
65
|
}
|
|
86
|
-
/**
|
|
87
|
-
* Defined in:
|
|
88
|
-
* {@link file://./../../../dxos/echo/snapshot.proto}
|
|
89
|
-
*/
|
|
90
66
|
export interface LinkSnapshot {
|
|
91
67
|
/**
|
|
92
68
|
* Options:
|
|
@@ -98,7 +74,11 @@ export interface LinkSnapshot {
|
|
|
98
74
|
* - proto3_optional = true
|
|
99
75
|
*/
|
|
100
76
|
linkType?: string;
|
|
101
|
-
|
|
77
|
+
/**
|
|
78
|
+
* Options:
|
|
79
|
+
* - proto3_optional = true
|
|
80
|
+
*/
|
|
81
|
+
modelType?: string;
|
|
102
82
|
/**
|
|
103
83
|
* Options:
|
|
104
84
|
* - proto3_optional = true
|
|
@@ -112,10 +92,6 @@ export interface LinkSnapshot {
|
|
|
112
92
|
*/
|
|
113
93
|
model?: ModelSnapshot;
|
|
114
94
|
}
|
|
115
|
-
/**
|
|
116
|
-
* Defined in:
|
|
117
|
-
* {@link file://./../../../dxos/echo/snapshot.proto}
|
|
118
|
-
*/
|
|
119
95
|
export interface ModelSnapshot {
|
|
120
96
|
/**
|
|
121
97
|
* Encoded model snapshot (defined by the model's codec).
|
|
@@ -130,18 +106,10 @@ export interface ModelSnapshot {
|
|
|
130
106
|
*/
|
|
131
107
|
mutations?: ModelMutation[];
|
|
132
108
|
}
|
|
133
|
-
/**
|
|
134
|
-
* Defined in:
|
|
135
|
-
* {@link file://./../../../dxos/echo/snapshot.proto}
|
|
136
|
-
*/
|
|
137
109
|
export interface ModelMutation {
|
|
138
110
|
mutation: Uint8Array;
|
|
139
111
|
meta: ModelMutationMeta;
|
|
140
112
|
}
|
|
141
|
-
/**
|
|
142
|
-
* Defined in:
|
|
143
|
-
* {@link file://./../../../dxos/echo/snapshot.proto}
|
|
144
|
-
*/
|
|
145
113
|
export interface ModelMutationMeta {
|
|
146
114
|
feedKey: dxos_halo_keys.PubKey;
|
|
147
115
|
seq: number;
|
|
@@ -19,20 +19,13 @@ import * as dxos_test_echo from "../test/echo";
|
|
|
19
19
|
import * as google_protobuf from "../../google/protobuf";
|
|
20
20
|
/**
|
|
21
21
|
* Vector timestamp used to order messages.
|
|
22
|
-
*
|
|
23
|
-
* Defined in:
|
|
24
|
-
* {@link file://./../../../dxos/echo/timeframe.proto}
|
|
25
22
|
*/
|
|
26
23
|
export interface TimeframeVector {
|
|
27
24
|
frames?: TimeframeVector.Frame[];
|
|
28
25
|
}
|
|
29
26
|
export namespace TimeframeVector {
|
|
30
|
-
/**
|
|
31
|
-
* Defined in:
|
|
32
|
-
* {@link file://./../../../dxos/echo/timeframe.proto}
|
|
33
|
-
*/
|
|
34
27
|
export interface Frame {
|
|
35
|
-
feedKey
|
|
36
|
-
seq
|
|
28
|
+
feedKey?: Uint8Array;
|
|
29
|
+
seq?: number;
|
|
37
30
|
}
|
|
38
31
|
}
|
|
@@ -17,10 +17,6 @@ import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
|
17
17
|
import * as dxos_rpc from "../rpc";
|
|
18
18
|
import * as dxos_test_echo from "../test/echo";
|
|
19
19
|
import * as google_protobuf from "../../google/protobuf";
|
|
20
|
-
/**
|
|
21
|
-
* Defined in:
|
|
22
|
-
* {@link file://./../../../dxos/halo/keys.proto}
|
|
23
|
-
*/
|
|
24
20
|
export enum KeyType {
|
|
25
21
|
UNKNOWN = 0,
|
|
26
22
|
IDENTITY = 1,
|
|
@@ -29,24 +25,12 @@ export enum KeyType {
|
|
|
29
25
|
FEED = 4,
|
|
30
26
|
DXNS_ADDRESS = 5
|
|
31
27
|
}
|
|
32
|
-
/**
|
|
33
|
-
* Defined in:
|
|
34
|
-
* {@link file://./../../../dxos/halo/keys.proto}
|
|
35
|
-
*/
|
|
36
28
|
export interface PubKey {
|
|
37
|
-
data
|
|
29
|
+
data?: Uint8Array;
|
|
38
30
|
}
|
|
39
|
-
/**
|
|
40
|
-
* Defined in:
|
|
41
|
-
* {@link file://./../../../dxos/halo/keys.proto}
|
|
42
|
-
*/
|
|
43
31
|
export interface PrivKey {
|
|
44
|
-
data
|
|
32
|
+
data?: Uint8Array;
|
|
45
33
|
}
|
|
46
|
-
/**
|
|
47
|
-
* Defined in:
|
|
48
|
-
* {@link file://./../../../dxos/halo/keys.proto}
|
|
49
|
-
*/
|
|
50
34
|
export interface KeyRecord {
|
|
51
35
|
/**
|
|
52
36
|
* The `KeyType` type of the key. This is often unknown for keys from other sources.
|
|
@@ -58,59 +42,33 @@ export interface KeyRecord {
|
|
|
58
42
|
publicKey: PubKey;
|
|
59
43
|
/**
|
|
60
44
|
* The secret key as a Buffer (this will never be visible outside the Keyring).
|
|
61
|
-
*
|
|
62
|
-
* Options:
|
|
63
|
-
* - proto3_optional = true
|
|
64
45
|
*/
|
|
65
46
|
secretKey?: PrivKey;
|
|
66
47
|
/**
|
|
67
48
|
* Is this key from a Greeting "hint"?
|
|
68
|
-
*
|
|
69
|
-
* Options:
|
|
70
|
-
* - proto3_optional = true
|
|
71
49
|
*/
|
|
72
50
|
hint?: boolean;
|
|
73
51
|
/**
|
|
74
52
|
* Determines if this is our key?
|
|
75
53
|
* Usually true if `secretKey` is present; may be false for "inception keys" such as the Party key.
|
|
76
|
-
*
|
|
77
|
-
* Options:
|
|
78
|
-
* - proto3_optional = true
|
|
79
54
|
*/
|
|
80
55
|
own?: boolean;
|
|
81
56
|
/**
|
|
82
57
|
* Is this key to be trusted?
|
|
83
|
-
*
|
|
84
|
-
* Options:
|
|
85
|
-
* - proto3_optional = true
|
|
86
58
|
*/
|
|
87
59
|
trusted?: boolean;
|
|
88
60
|
/**
|
|
89
61
|
* An RFC-3339 date/time string for when the key was added to the Keyring.
|
|
90
|
-
*
|
|
91
|
-
* Options:
|
|
92
|
-
* - proto3_optional = true
|
|
93
62
|
*/
|
|
94
63
|
added?: string;
|
|
95
64
|
/**
|
|
96
65
|
* An RFC-3339 date/time string for when the key was created.
|
|
97
|
-
*
|
|
98
|
-
* Options:
|
|
99
|
-
* - proto3_optional = true
|
|
100
66
|
*/
|
|
101
67
|
created?: string;
|
|
102
68
|
}
|
|
103
|
-
/**
|
|
104
|
-
* Defined in:
|
|
105
|
-
* {@link file://./../../../dxos/halo/keys.proto}
|
|
106
|
-
*/
|
|
107
69
|
export interface KeyRecordList {
|
|
108
70
|
keys?: KeyRecord[];
|
|
109
71
|
}
|
|
110
|
-
/**
|
|
111
|
-
* Defined in:
|
|
112
|
-
* {@link file://./../../../dxos/halo/keys.proto}
|
|
113
|
-
*/
|
|
114
72
|
export interface KeyChain {
|
|
115
73
|
publicKey: PubKey;
|
|
116
74
|
message: dxos_credentials.SignedMessage;
|
|
@@ -17,10 +17,6 @@ import * as dxos_echo_timeframe from "./echo/timeframe";
|
|
|
17
17
|
import * as dxos_halo_keys from "./halo/keys";
|
|
18
18
|
import * as dxos_test_echo from "./test/echo";
|
|
19
19
|
import * as google_protobuf from "../google/protobuf";
|
|
20
|
-
/**
|
|
21
|
-
* Defined in:
|
|
22
|
-
* {@link file://./../../dxos/rpc.proto}
|
|
23
|
-
*/
|
|
24
20
|
export interface RpcMessage {
|
|
25
21
|
request?: Request;
|
|
26
22
|
response?: Response;
|
|
@@ -34,67 +30,31 @@ export interface RpcMessage {
|
|
|
34
30
|
openAck?: boolean;
|
|
35
31
|
streamClose?: StreamClose;
|
|
36
32
|
}
|
|
37
|
-
/**
|
|
38
|
-
* Defined in:
|
|
39
|
-
* {@link file://./../../dxos/rpc.proto}
|
|
40
|
-
*/
|
|
41
33
|
export interface Request {
|
|
42
|
-
id
|
|
43
|
-
method
|
|
44
|
-
payload
|
|
45
|
-
stream
|
|
34
|
+
id?: number;
|
|
35
|
+
method?: string;
|
|
36
|
+
payload?: google_protobuf.Any;
|
|
37
|
+
stream?: boolean;
|
|
46
38
|
}
|
|
47
|
-
/**
|
|
48
|
-
* Defined in:
|
|
49
|
-
* {@link file://./../../dxos/rpc.proto}
|
|
50
|
-
*/
|
|
51
39
|
export interface Response {
|
|
52
|
-
id
|
|
40
|
+
id?: number;
|
|
53
41
|
payload?: google_protobuf.Any;
|
|
54
42
|
error?: Error;
|
|
55
43
|
close?: boolean;
|
|
56
44
|
}
|
|
57
|
-
/**
|
|
58
|
-
* Defined in:
|
|
59
|
-
* {@link file://./../../dxos/rpc.proto}
|
|
60
|
-
*/
|
|
61
45
|
export interface StreamClose {
|
|
62
|
-
id
|
|
46
|
+
id?: number;
|
|
63
47
|
}
|
|
64
|
-
/**
|
|
65
|
-
* Defined in:
|
|
66
|
-
* {@link file://./../../dxos/rpc.proto}
|
|
67
|
-
*/
|
|
68
48
|
export interface Error {
|
|
69
|
-
/**
|
|
70
|
-
* Options:
|
|
71
|
-
* - proto3_optional = true
|
|
72
|
-
*/
|
|
73
49
|
name?: string;
|
|
74
|
-
/**
|
|
75
|
-
* Options:
|
|
76
|
-
* - proto3_optional = true
|
|
77
|
-
*/
|
|
78
50
|
message?: string;
|
|
79
|
-
/**
|
|
80
|
-
* Options:
|
|
81
|
-
* - proto3_optional = true
|
|
82
|
-
*/
|
|
83
51
|
stack?: string;
|
|
84
52
|
}
|
|
85
|
-
/**
|
|
86
|
-
* Defined in:
|
|
87
|
-
* {@link file://./../../dxos/rpc.proto}
|
|
88
|
-
*/
|
|
89
53
|
export interface MessageTrace {
|
|
90
|
-
direction
|
|
91
|
-
data
|
|
54
|
+
direction?: MessageTrace.Direction;
|
|
55
|
+
data?: Uint8Array;
|
|
92
56
|
}
|
|
93
57
|
export namespace MessageTrace {
|
|
94
|
-
/**
|
|
95
|
-
* Defined in:
|
|
96
|
-
* {@link file://./../../dxos/rpc.proto}
|
|
97
|
-
*/
|
|
98
58
|
export enum Direction {
|
|
99
59
|
INCOMING = 0,
|
|
100
60
|
OUTGOING = 1
|
|
@@ -17,25 +17,13 @@ import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
|
17
17
|
import * as dxos_halo_keys from "../halo/keys";
|
|
18
18
|
import * as dxos_rpc from "../rpc";
|
|
19
19
|
import * as google_protobuf from "../../google/protobuf";
|
|
20
|
-
/**
|
|
21
|
-
* Defined in:
|
|
22
|
-
* {@link file://./../../../dxos/test/echo.proto}
|
|
23
|
-
*/
|
|
24
20
|
export interface TestItemMutation {
|
|
25
|
-
key
|
|
26
|
-
value
|
|
21
|
+
key?: string;
|
|
22
|
+
value?: string;
|
|
27
23
|
}
|
|
28
|
-
/**
|
|
29
|
-
* Defined in:
|
|
30
|
-
* {@link file://./../../../dxos/test/echo.proto}
|
|
31
|
-
*/
|
|
32
24
|
export interface TestListMutation {
|
|
33
|
-
data
|
|
25
|
+
data?: string;
|
|
34
26
|
}
|
|
35
|
-
/**
|
|
36
|
-
* Defined in:
|
|
37
|
-
* {@link file://./../../../dxos/test/echo.proto}
|
|
38
|
-
*/
|
|
39
27
|
export interface TestItemSnapshot {
|
|
40
28
|
keys?: TestItemMutation[];
|
|
41
29
|
}
|