@dxos/protocols 2.33.9-dev.a78b0c94 → 2.33.9-dev.ceab0857
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 +139 -4
- package/dist/src/proto/gen/dxos/bot.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/bot.js +4 -0
- package/dist/src/proto/gen/dxos/bot.js.map +1 -1
- package/dist/src/proto/gen/dxos/client.d.ts +313 -18
- package/dist/src/proto/gen/dxos/client.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/client.js +25 -1
- package/dist/src/proto/gen/dxos/client.js.map +1 -1
- package/dist/src/proto/gen/dxos/config.d.ts +462 -0
- package/dist/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/config.js +10 -0
- package/dist/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/auth.d.ts +12 -3
- package/dist/src/proto/gen/dxos/credentials/auth.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/greet.d.ts +39 -8
- package/dist/src/proto/gen/dxos/credentials/greet.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/greet.js +4 -0
- package/dist/src/proto/gen/dxos/credentials/greet.js.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/identity.d.ts +12 -4
- package/dist/src/proto/gen/dxos/credentials/identity.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/party.d.ts +50 -18
- package/dist/src/proto/gen/dxos/credentials/party.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/credentials/party.js +4 -0
- package/dist/src/proto/gen/dxos/credentials/party.js.map +1 -1
- package/dist/src/proto/gen/dxos/credentials.d.ts +39 -0
- package/dist/src/proto/gen/dxos/credentials.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/devtools.d.ts +266 -30
- package/dist/src/proto/gen/dxos/devtools.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/feed.d.ts +65 -6
- package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/feed.js +4 -0
- package/dist/src/proto/gen/dxos/echo/feed.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/invitation.d.ts +19 -3
- package/dist/src/proto/gen/dxos/echo/invitation.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/invitation.js +6 -0
- package/dist/src/proto/gen/dxos/echo/invitation.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts +26 -4
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/service.d.ts +49 -13
- package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +45 -13
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/timeframe.d.ts +9 -2
- package/dist/src/proto/gen/dxos/echo/timeframe.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/keys.d.ts +44 -2
- package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/keys.js +4 -0
- package/dist/src/proto/gen/dxos/halo/keys.js.map +1 -1
- package/dist/src/proto/gen/dxos/rpc.d.ts +58 -8
- package/dist/src/proto/gen/dxos/rpc.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/rpc.js +4 -0
- package/dist/src/proto/gen/dxos/rpc.js.map +1 -1
- package/dist/src/proto/gen/dxos/test/echo.d.ts +15 -3
- package/dist/src/proto/gen/dxos/test/echo.d.ts.map +1 -1
- package/dist/src/proto/gen/google/protobuf.d.ts +91 -91
- package/dist/src/proto/gen/google/protobuf.d.ts.map +1 -1
- package/dist/src/proto/gen/index.d.ts +11 -0
- 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/dxos/bot.proto +25 -21
- package/src/proto/dxos/client.proto +85 -18
- package/src/proto/dxos/config.proto +104 -101
- package/src/proto/dxos/devtools.proto +15 -15
- package/src/proto/dxos/echo/feed.proto +10 -9
- package/src/proto/dxos/echo/invitation.proto +2 -2
- package/src/proto/dxos/echo/metadata.proto +7 -6
- package/src/proto/dxos/echo/service.proto +3 -3
- package/src/proto/dxos/echo/snapshot.proto +6 -5
- package/src/proto/dxos/halo/auth.proto +10 -10
- package/src/proto/dxos/halo/greet.proto +4 -3
- package/src/proto/dxos/halo/identity.proto +8 -7
- package/src/proto/dxos/halo/keys.proto +8 -7
- package/src/proto/dxos/halo/party.proto +3 -2
- package/src/proto/dxos/halo/signed.proto +16 -8
- package/src/proto/dxos/rpc.proto +15 -5
- package/src/proto/gen/dxos/bot.ts +139 -4
- package/src/proto/gen/dxos/client.ts +313 -18
- package/src/proto/gen/dxos/config.ts +462 -0
- package/src/proto/gen/dxos/credentials/auth.ts +12 -3
- package/src/proto/gen/dxos/credentials/greet.ts +39 -8
- package/src/proto/gen/dxos/credentials/identity.ts +12 -4
- package/src/proto/gen/dxos/credentials/party.ts +50 -18
- package/src/proto/gen/dxos/credentials.ts +39 -0
- package/src/proto/gen/dxos/devtools.ts +266 -30
- package/src/proto/gen/dxos/echo/feed.ts +65 -6
- package/src/proto/gen/dxos/echo/invitation.ts +19 -3
- package/src/proto/gen/dxos/echo/metadata.ts +26 -4
- package/src/proto/gen/dxos/echo/service.ts +49 -13
- package/src/proto/gen/dxos/echo/snapshot.ts +45 -13
- package/src/proto/gen/dxos/echo/timeframe.ts +9 -2
- package/src/proto/gen/dxos/halo/keys.ts +44 -2
- package/src/proto/gen/dxos/rpc.ts +58 -8
- package/src/proto/gen/dxos/test/echo.ts +15 -3
- package/src/proto/gen/google/protobuf.ts +91 -91
- package/src/proto/gen/index.ts +12 -1
|
@@ -4,10 +4,18 @@ import * as dxos_echo_invitation from "./echo/invitation";
|
|
|
4
4
|
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
|
+
/**
|
|
8
|
+
* Defined in:
|
|
9
|
+
* {@link file://./../../dxos/client.proto}
|
|
10
|
+
*/
|
|
7
11
|
export interface SystemService {
|
|
8
12
|
getConfig: (request: void) => Promise<dxos_config.Config>;
|
|
9
13
|
reset: (request: void) => Promise<void>;
|
|
10
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* Defined in:
|
|
17
|
+
* {@link file://./../../dxos/client.proto}
|
|
18
|
+
*/
|
|
11
19
|
export declare enum InvitationState {
|
|
12
20
|
WAITING_FOR_CONNECTION = 1,
|
|
13
21
|
CONNECTED = 2,
|
|
@@ -16,59 +24,134 @@ export declare enum InvitationState {
|
|
|
16
24
|
}
|
|
17
25
|
/**
|
|
18
26
|
* Invitation process created by sender.
|
|
27
|
+
*
|
|
28
|
+
* Defined in:
|
|
29
|
+
* {@link file://./../../dxos/client.proto}
|
|
19
30
|
*/
|
|
20
31
|
export interface InvitationRequest {
|
|
32
|
+
/**
|
|
33
|
+
* Options:
|
|
34
|
+
* - proto3_optional = true
|
|
35
|
+
*/
|
|
21
36
|
descriptor?: dxos_echo_invitation.InvitationDescriptor;
|
|
22
|
-
state
|
|
37
|
+
state: InvitationState;
|
|
23
38
|
/**
|
|
24
39
|
* Only if state == ERROR.
|
|
40
|
+
*
|
|
41
|
+
* Options:
|
|
42
|
+
* - proto3_optional = true
|
|
25
43
|
*/
|
|
26
44
|
error?: string;
|
|
27
45
|
}
|
|
28
46
|
/**
|
|
29
47
|
* Invitation that is being redeemed.
|
|
48
|
+
*
|
|
49
|
+
* Defined in:
|
|
50
|
+
* {@link file://./../../dxos/client.proto}
|
|
30
51
|
*/
|
|
31
52
|
export interface RedeemedInvitation {
|
|
32
|
-
id
|
|
33
|
-
state
|
|
53
|
+
id: string;
|
|
54
|
+
state: InvitationState;
|
|
34
55
|
/**
|
|
35
56
|
* Only if state == ERROR.
|
|
57
|
+
*
|
|
58
|
+
* Options:
|
|
59
|
+
* - proto3_optional = true
|
|
36
60
|
*/
|
|
37
61
|
error?: string;
|
|
38
62
|
/**
|
|
39
63
|
* Only on party invitations that are finished.
|
|
64
|
+
*
|
|
65
|
+
* Options:
|
|
66
|
+
* - proto3_optional = true
|
|
40
67
|
*/
|
|
41
68
|
partyKey?: dxos_halo_keys.PubKey;
|
|
42
69
|
}
|
|
70
|
+
/**
|
|
71
|
+
* Defined in:
|
|
72
|
+
* {@link file://./../../dxos/client.proto}
|
|
73
|
+
*/
|
|
43
74
|
export interface AuthenticateInvitationRequest {
|
|
44
75
|
/**
|
|
45
76
|
* Id from corresponding RedeemedInvitation.
|
|
46
77
|
*/
|
|
47
|
-
processId
|
|
48
|
-
secret
|
|
78
|
+
processId: string;
|
|
79
|
+
secret: Uint8Array;
|
|
49
80
|
}
|
|
81
|
+
/**
|
|
82
|
+
* Defined in:
|
|
83
|
+
* {@link file://./../../dxos/client.proto}
|
|
84
|
+
*/
|
|
50
85
|
export interface Profile {
|
|
51
86
|
publicKey: dxos_halo_keys.PubKey;
|
|
87
|
+
/**
|
|
88
|
+
* Options:
|
|
89
|
+
* - proto3_optional = true
|
|
90
|
+
*/
|
|
52
91
|
username?: string;
|
|
53
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* Defined in:
|
|
95
|
+
* {@link file://./../../dxos/client.proto}
|
|
96
|
+
*/
|
|
54
97
|
export interface SubscribeProfileResponse {
|
|
98
|
+
/**
|
|
99
|
+
* Options:
|
|
100
|
+
* - proto3_optional = true
|
|
101
|
+
*/
|
|
55
102
|
profile?: Profile;
|
|
56
103
|
}
|
|
104
|
+
/**
|
|
105
|
+
* Defined in:
|
|
106
|
+
* {@link file://./../../dxos/client.proto}
|
|
107
|
+
*/
|
|
57
108
|
export interface CreateProfileRequest {
|
|
109
|
+
/**
|
|
110
|
+
* Options:
|
|
111
|
+
* - proto3_optional = true
|
|
112
|
+
*/
|
|
58
113
|
username?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Options:
|
|
116
|
+
* - proto3_optional = true
|
|
117
|
+
*/
|
|
59
118
|
publicKey?: Uint8Array;
|
|
119
|
+
/**
|
|
120
|
+
* Options:
|
|
121
|
+
* - proto3_optional = true
|
|
122
|
+
*/
|
|
60
123
|
secretKey?: Uint8Array;
|
|
61
124
|
}
|
|
125
|
+
/**
|
|
126
|
+
* Defined in:
|
|
127
|
+
* {@link file://./../../dxos/client.proto}
|
|
128
|
+
*/
|
|
62
129
|
export interface RecoverProfileRequest {
|
|
63
|
-
seedPhrase
|
|
130
|
+
seedPhrase: string;
|
|
64
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* Defined in:
|
|
134
|
+
* {@link file://./../../dxos/client.proto}
|
|
135
|
+
*/
|
|
65
136
|
export interface Contact {
|
|
66
|
-
publicKey
|
|
137
|
+
publicKey: dxos_halo_keys.PubKey;
|
|
138
|
+
/**
|
|
139
|
+
* Options:
|
|
140
|
+
* - proto3_optional = true
|
|
141
|
+
*/
|
|
67
142
|
displayName?: string;
|
|
68
143
|
}
|
|
144
|
+
/**
|
|
145
|
+
* Defined in:
|
|
146
|
+
* {@link file://./../../dxos/client.proto}
|
|
147
|
+
*/
|
|
69
148
|
export interface Contacts {
|
|
70
149
|
contacts?: Contact[];
|
|
71
150
|
}
|
|
151
|
+
/**
|
|
152
|
+
* Defined in:
|
|
153
|
+
* {@link file://./../../dxos/client.proto}
|
|
154
|
+
*/
|
|
72
155
|
export interface ProfileService {
|
|
73
156
|
subscribeProfile: (request: void) => Stream<SubscribeProfileResponse>;
|
|
74
157
|
createProfile: (request: CreateProfileRequest) => Promise<Profile>;
|
|
@@ -77,29 +160,57 @@ export interface ProfileService {
|
|
|
77
160
|
acceptInvitation: (request: dxos_echo_invitation.InvitationDescriptor) => Stream<RedeemedInvitation>;
|
|
78
161
|
authenticateInvitation: (request: AuthenticateInvitationRequest) => Promise<void>;
|
|
79
162
|
}
|
|
163
|
+
/**
|
|
164
|
+
* Defined in:
|
|
165
|
+
* {@link file://./../../dxos/client.proto}
|
|
166
|
+
*/
|
|
80
167
|
export interface AddKeyRecordRequest {
|
|
81
|
-
keyRecord
|
|
168
|
+
keyRecord: dxos_halo_keys.KeyRecord;
|
|
82
169
|
}
|
|
170
|
+
/**
|
|
171
|
+
* Defined in:
|
|
172
|
+
* {@link file://./../../dxos/client.proto}
|
|
173
|
+
*/
|
|
83
174
|
export interface SignRequest {
|
|
84
175
|
/**
|
|
85
176
|
* - The public key of the key that is supposed to be used for signing.
|
|
86
177
|
*/
|
|
87
|
-
publicKey
|
|
88
|
-
payload
|
|
178
|
+
publicKey: dxos_halo_keys.PubKey;
|
|
179
|
+
payload: Uint8Array;
|
|
89
180
|
}
|
|
181
|
+
/**
|
|
182
|
+
* Defined in:
|
|
183
|
+
* {@link file://./../../dxos/client.proto}
|
|
184
|
+
*/
|
|
90
185
|
export interface SignResponse {
|
|
91
|
-
signed
|
|
186
|
+
signed: Uint8Array;
|
|
92
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* Defined in:
|
|
190
|
+
* {@link file://./../../dxos/client.proto}
|
|
191
|
+
*/
|
|
93
192
|
export interface SetPreferenceRequest {
|
|
94
|
-
key
|
|
95
|
-
value
|
|
193
|
+
key: string;
|
|
194
|
+
value: string;
|
|
96
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* Defined in:
|
|
198
|
+
* {@link file://./../../dxos/client.proto}
|
|
199
|
+
*/
|
|
97
200
|
export interface GetPreferenceRequest {
|
|
98
|
-
key
|
|
201
|
+
key: string;
|
|
99
202
|
}
|
|
203
|
+
/**
|
|
204
|
+
* Defined in:
|
|
205
|
+
* {@link file://./../../dxos/client.proto}
|
|
206
|
+
*/
|
|
100
207
|
export interface GetPreferenceResponse {
|
|
101
|
-
value
|
|
208
|
+
value: string;
|
|
102
209
|
}
|
|
210
|
+
/**
|
|
211
|
+
* Defined in:
|
|
212
|
+
* {@link file://./../../dxos/client.proto}
|
|
213
|
+
*/
|
|
103
214
|
export interface HaloService {
|
|
104
215
|
sign: (request: SignRequest) => Promise<SignResponse>;
|
|
105
216
|
addKeyRecord: (request: AddKeyRecordRequest) => Promise<void>;
|
|
@@ -109,6 +220,10 @@ export interface HaloService {
|
|
|
109
220
|
setDevicePreference: (request: SetPreferenceRequest) => Promise<void>;
|
|
110
221
|
getDevicePreference: (request: GetPreferenceRequest) => Promise<GetPreferenceResponse>;
|
|
111
222
|
}
|
|
223
|
+
/**
|
|
224
|
+
* Defined in:
|
|
225
|
+
* {@link file://./../../dxos/client.proto}
|
|
226
|
+
*/
|
|
112
227
|
export interface Party {
|
|
113
228
|
publicKey: dxos_halo_keys.PubKey;
|
|
114
229
|
isOpen: boolean;
|
|
@@ -116,61 +231,144 @@ export interface Party {
|
|
|
116
231
|
members?: Party.Member[];
|
|
117
232
|
}
|
|
118
233
|
export declare namespace Party {
|
|
234
|
+
/**
|
|
235
|
+
* Defined in:
|
|
236
|
+
* {@link file://./../../dxos/client.proto}
|
|
237
|
+
*/
|
|
119
238
|
interface Member {
|
|
120
239
|
publicKey: dxos_halo_keys.PubKey;
|
|
240
|
+
/**
|
|
241
|
+
* Options:
|
|
242
|
+
* - proto3_optional = true
|
|
243
|
+
*/
|
|
121
244
|
displayName?: string;
|
|
122
245
|
}
|
|
123
246
|
}
|
|
247
|
+
/**
|
|
248
|
+
* Defined in:
|
|
249
|
+
* {@link file://./../../dxos/client.proto}
|
|
250
|
+
*/
|
|
124
251
|
export interface SubscribePartyRequest {
|
|
125
252
|
partyKey: dxos_halo_keys.PubKey;
|
|
126
253
|
}
|
|
254
|
+
/**
|
|
255
|
+
* Defined in:
|
|
256
|
+
* {@link file://./../../dxos/client.proto}
|
|
257
|
+
*/
|
|
127
258
|
export interface GetPartyDetailsRequest {
|
|
128
259
|
partyKey: dxos_halo_keys.PubKey;
|
|
129
260
|
}
|
|
261
|
+
/**
|
|
262
|
+
* Defined in:
|
|
263
|
+
* {@link file://./../../dxos/client.proto}
|
|
264
|
+
*/
|
|
130
265
|
export interface PartyDetails {
|
|
131
266
|
/**
|
|
132
267
|
* The timeframe of mutations processed by the client.
|
|
133
268
|
*/
|
|
134
269
|
processedTimeframe: dxos_echo_timeframe.TimeframeVector;
|
|
135
270
|
}
|
|
271
|
+
/**
|
|
272
|
+
* Defined in:
|
|
273
|
+
* {@link file://./../../dxos/client.proto}
|
|
274
|
+
*/
|
|
136
275
|
export interface SubscribePartyResponse {
|
|
276
|
+
/**
|
|
277
|
+
* Options:
|
|
278
|
+
* - proto3_optional = true
|
|
279
|
+
*/
|
|
137
280
|
party?: Party;
|
|
138
281
|
}
|
|
282
|
+
/**
|
|
283
|
+
* Defined in:
|
|
284
|
+
* {@link file://./../../dxos/client.proto}
|
|
285
|
+
*/
|
|
139
286
|
export interface SubscribePartiesResponse {
|
|
140
287
|
parties?: Party[];
|
|
141
288
|
}
|
|
289
|
+
/**
|
|
290
|
+
* Defined in:
|
|
291
|
+
* {@link file://./../../dxos/client.proto}
|
|
292
|
+
*/
|
|
142
293
|
export interface CreateInvitationRequest {
|
|
143
294
|
partyKey: dxos_halo_keys.PubKey;
|
|
144
295
|
/**
|
|
145
296
|
* When specified the invitation will be of OFFLINE type, not requiring secret exchange.
|
|
297
|
+
*
|
|
298
|
+
* Options:
|
|
299
|
+
* - proto3_optional = true
|
|
146
300
|
*/
|
|
147
301
|
inviteeKey?: dxos_halo_keys.PubKey;
|
|
148
302
|
}
|
|
303
|
+
/**
|
|
304
|
+
* Defined in:
|
|
305
|
+
* {@link file://./../../dxos/client.proto}
|
|
306
|
+
*/
|
|
149
307
|
export interface PartyActivationOptions {
|
|
150
|
-
global
|
|
151
|
-
device
|
|
308
|
+
global: boolean;
|
|
309
|
+
device: boolean;
|
|
152
310
|
}
|
|
311
|
+
/**
|
|
312
|
+
* Defined in:
|
|
313
|
+
* {@link file://./../../dxos/client.proto}
|
|
314
|
+
*/
|
|
153
315
|
export interface SetPartyStateRequest {
|
|
154
316
|
partyKey: dxos_halo_keys.PubKey;
|
|
317
|
+
/**
|
|
318
|
+
* Options:
|
|
319
|
+
* - proto3_optional = true
|
|
320
|
+
*/
|
|
155
321
|
open?: boolean;
|
|
322
|
+
/**
|
|
323
|
+
* Options:
|
|
324
|
+
* - proto3_optional = true
|
|
325
|
+
*/
|
|
156
326
|
activeGlobal?: boolean;
|
|
327
|
+
/**
|
|
328
|
+
* Options:
|
|
329
|
+
* - proto3_optional = true
|
|
330
|
+
*/
|
|
157
331
|
activeDevice?: boolean;
|
|
158
332
|
}
|
|
333
|
+
/**
|
|
334
|
+
* Defined in:
|
|
335
|
+
* {@link file://./../../dxos/client.proto}
|
|
336
|
+
*/
|
|
159
337
|
export interface SubscribeMembersRequest {
|
|
160
338
|
partyKey: dxos_halo_keys.PubKey;
|
|
161
339
|
}
|
|
340
|
+
/**
|
|
341
|
+
* Defined in:
|
|
342
|
+
* {@link file://./../../dxos/client.proto}
|
|
343
|
+
*/
|
|
162
344
|
export interface SubscribeMembersResponse {
|
|
163
345
|
members?: SubscribeMembersResponse.PartyMember[];
|
|
164
346
|
}
|
|
165
347
|
export declare namespace SubscribeMembersResponse {
|
|
348
|
+
/**
|
|
349
|
+
* Defined in:
|
|
350
|
+
* {@link file://./../../dxos/client.proto}
|
|
351
|
+
*/
|
|
166
352
|
interface PartyMember {
|
|
167
353
|
publicKey: dxos_halo_keys.PubKey;
|
|
354
|
+
/**
|
|
355
|
+
* Options:
|
|
356
|
+
* - proto3_optional = true
|
|
357
|
+
*/
|
|
168
358
|
displayName?: string;
|
|
169
359
|
}
|
|
170
360
|
}
|
|
361
|
+
/**
|
|
362
|
+
* Defined in:
|
|
363
|
+
* {@link file://./../../dxos/client.proto}
|
|
364
|
+
*/
|
|
171
365
|
export interface CreateSnaspotRequest {
|
|
172
|
-
partyKey
|
|
366
|
+
partyKey: dxos_halo_keys.PubKey;
|
|
173
367
|
}
|
|
368
|
+
/**
|
|
369
|
+
* Defined in:
|
|
370
|
+
* {@link file://./../../dxos/client.proto}
|
|
371
|
+
*/
|
|
174
372
|
export interface PartyService {
|
|
175
373
|
subscribeToParty: (request: SubscribePartyRequest) => Stream<SubscribePartyResponse>;
|
|
176
374
|
subscribeParties: (request: void) => Stream<SubscribePartiesResponse>;
|
|
@@ -187,4 +385,101 @@ export interface PartyService {
|
|
|
187
385
|
subscribeMembers: (request: SubscribeMembersRequest) => Stream<SubscribeMembersResponse>;
|
|
188
386
|
createSnapshot: (request: CreateSnaspotRequest) => Promise<dxos_echo_snapshot.PartySnapshot>;
|
|
189
387
|
}
|
|
388
|
+
/**
|
|
389
|
+
* Defined in:
|
|
390
|
+
* {@link file://./../../dxos/client.proto}
|
|
391
|
+
*/
|
|
392
|
+
export interface SingletonMessage {
|
|
393
|
+
type: SingletonMessage.Type;
|
|
394
|
+
data?: Uint8Array;
|
|
395
|
+
reconnect?: SingletonMessage.Reconnect;
|
|
396
|
+
resend?: SingletonMessage.Resend;
|
|
397
|
+
setupClient?: SingletonMessage.SetupClient;
|
|
398
|
+
clientReady?: SingletonMessage.ClientReady;
|
|
399
|
+
setupPort?: SingletonMessage.SetupPort;
|
|
400
|
+
portReady?: SingletonMessage.PortReady;
|
|
401
|
+
portClosing?: SingletonMessage.PortClosing;
|
|
402
|
+
clientMessage?: SingletonMessage.ClientMessage;
|
|
403
|
+
proxyMessage?: SingletonMessage.ProxyMessage;
|
|
404
|
+
}
|
|
405
|
+
export declare namespace SingletonMessage {
|
|
406
|
+
/**
|
|
407
|
+
* Defined in:
|
|
408
|
+
* {@link file://./../../dxos/client.proto}
|
|
409
|
+
*/
|
|
410
|
+
enum Type {
|
|
411
|
+
WINDOW_MESSAGE = 0,
|
|
412
|
+
RECONNECT = 1,
|
|
413
|
+
RESEND = 2,
|
|
414
|
+
SETUP_CLIENT = 3,
|
|
415
|
+
CLIENT_READY = 4,
|
|
416
|
+
SETUP_PORT = 5,
|
|
417
|
+
PORT_READY = 6,
|
|
418
|
+
PORT_CLOSING = 7,
|
|
419
|
+
CLIENT_MESSAGE = 8,
|
|
420
|
+
PROXY_MESSAGE = 9
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* Defined in:
|
|
424
|
+
* {@link file://./../../dxos/client.proto}
|
|
425
|
+
*/
|
|
426
|
+
interface Reconnect {
|
|
427
|
+
attempt: number;
|
|
428
|
+
}
|
|
429
|
+
/**
|
|
430
|
+
* Defined in:
|
|
431
|
+
* {@link file://./../../dxos/client.proto}
|
|
432
|
+
*/
|
|
433
|
+
interface Resend {
|
|
434
|
+
message: SingletonMessage;
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* Defined in:
|
|
438
|
+
* {@link file://./../../dxos/client.proto}
|
|
439
|
+
*/
|
|
440
|
+
interface SetupClient {
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* Defined in:
|
|
444
|
+
* {@link file://./../../dxos/client.proto}
|
|
445
|
+
*/
|
|
446
|
+
interface ClientReady {
|
|
447
|
+
}
|
|
448
|
+
/**
|
|
449
|
+
* Defined in:
|
|
450
|
+
* {@link file://./../../dxos/client.proto}
|
|
451
|
+
*/
|
|
452
|
+
interface SetupPort {
|
|
453
|
+
sourceId: number;
|
|
454
|
+
}
|
|
455
|
+
/**
|
|
456
|
+
* Defined in:
|
|
457
|
+
* {@link file://./../../dxos/client.proto}
|
|
458
|
+
*/
|
|
459
|
+
interface PortReady {
|
|
460
|
+
sourceId: number;
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* Defined in:
|
|
464
|
+
* {@link file://./../../dxos/client.proto}
|
|
465
|
+
*/
|
|
466
|
+
interface PortClosing {
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Defined in:
|
|
470
|
+
* {@link file://./../../dxos/client.proto}
|
|
471
|
+
*/
|
|
472
|
+
interface ClientMessage {
|
|
473
|
+
sourceId: number;
|
|
474
|
+
data: Uint8Array;
|
|
475
|
+
}
|
|
476
|
+
/**
|
|
477
|
+
* Defined in:
|
|
478
|
+
* {@link file://./../../dxos/client.proto}
|
|
479
|
+
*/
|
|
480
|
+
interface ProxyMessage {
|
|
481
|
+
sourceId: number;
|
|
482
|
+
data: Uint8Array;
|
|
483
|
+
}
|
|
484
|
+
}
|
|
190
485
|
//# sourceMappingURL=client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../src/proto/gen/dxos/client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAEnD,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AAQxC,OAAO,KAAK,oBAAoB,MAAM,mBAAmB,CAAC;AAG1D,OAAO,KAAK,kBAAkB,MAAM,iBAAiB,CAAC;AACtD,OAAO,KAAK,mBAAmB,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,cAAc,MAAM,aAAa,CAAC;AAI9C,MAAM,WAAW,aAAa;IAC1B,SAAS,EAAE,CAAC,OAAO,EAAE,IAAI,KAAK,OAAO,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1D,KAAK,EAAE,CAAC,OAAO,EAAE,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CAC3C;AACD,oBAAY,eAAe;IACvB,sBAAsB,IAAI;IAC1B,SAAS,IAAI;IACb,OAAO,IAAI;IACX,KAAK,IAAI;CACZ;AACD
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../src/proto/gen/dxos/client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InvitationState = void 0;
|
|
3
|
+
exports.SingletonMessage = exports.InvitationState = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Defined in:
|
|
6
|
+
* {@link file://./../../dxos/client.proto}
|
|
7
|
+
*/
|
|
4
8
|
var InvitationState;
|
|
5
9
|
(function (InvitationState) {
|
|
6
10
|
InvitationState[InvitationState["WAITING_FOR_CONNECTION"] = 1] = "WAITING_FOR_CONNECTION";
|
|
@@ -8,4 +12,24 @@ var InvitationState;
|
|
|
8
12
|
InvitationState[InvitationState["SUCCESS"] = 3] = "SUCCESS";
|
|
9
13
|
InvitationState[InvitationState["ERROR"] = 4] = "ERROR";
|
|
10
14
|
})(InvitationState = exports.InvitationState || (exports.InvitationState = {}));
|
|
15
|
+
var SingletonMessage;
|
|
16
|
+
(function (SingletonMessage) {
|
|
17
|
+
/**
|
|
18
|
+
* Defined in:
|
|
19
|
+
* {@link file://./../../dxos/client.proto}
|
|
20
|
+
*/
|
|
21
|
+
let Type;
|
|
22
|
+
(function (Type) {
|
|
23
|
+
Type[Type["WINDOW_MESSAGE"] = 0] = "WINDOW_MESSAGE";
|
|
24
|
+
Type[Type["RECONNECT"] = 1] = "RECONNECT";
|
|
25
|
+
Type[Type["RESEND"] = 2] = "RESEND";
|
|
26
|
+
Type[Type["SETUP_CLIENT"] = 3] = "SETUP_CLIENT";
|
|
27
|
+
Type[Type["CLIENT_READY"] = 4] = "CLIENT_READY";
|
|
28
|
+
Type[Type["SETUP_PORT"] = 5] = "SETUP_PORT";
|
|
29
|
+
Type[Type["PORT_READY"] = 6] = "PORT_READY";
|
|
30
|
+
Type[Type["PORT_CLOSING"] = 7] = "PORT_CLOSING";
|
|
31
|
+
Type[Type["CLIENT_MESSAGE"] = 8] = "CLIENT_MESSAGE";
|
|
32
|
+
Type[Type["PROXY_MESSAGE"] = 9] = "PROXY_MESSAGE";
|
|
33
|
+
})(Type = SingletonMessage.Type || (SingletonMessage.Type = {}));
|
|
34
|
+
})(SingletonMessage = exports.SingletonMessage || (exports.SingletonMessage = {}));
|
|
11
35
|
//# sourceMappingURL=client.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../../src/proto/gen/dxos/client.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../../src/proto/gen/dxos/client.ts"],"names":[],"mappings":";;;AA2BA;;;GAGG;AACH,IAAY,eAKX;AALD,WAAY,eAAe;IACvB,yFAA0B,CAAA;IAC1B,+DAAa,CAAA;IACb,2DAAW,CAAA;IACX,uDAAS,CAAA;AACb,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B;AA6XD,IAAiB,gBAAgB,CA+EhC;AA/ED,WAAiB,gBAAgB;IAC7B;;;OAGG;IACH,IAAY,IAWX;IAXD,WAAY,IAAI;QACZ,mDAAkB,CAAA;QAClB,yCAAa,CAAA;QACb,mCAAU,CAAA;QACV,+CAAgB,CAAA;QAChB,+CAAgB,CAAA;QAChB,2CAAc,CAAA;QACd,2CAAc,CAAA;QACd,+CAAgB,CAAA;QAChB,mDAAkB,CAAA;QAClB,iDAAiB,CAAA;IACrB,CAAC,EAXW,IAAI,GAAJ,qBAAI,KAAJ,qBAAI,QAWf;AA+DL,CAAC,EA/EgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA+EhC"}
|