@dxos/protocols 2.33.9-dev.2637427f → 2.33.9-dev.37a7739a

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.
Files changed (98) hide show
  1. package/dist/src/proto/gen/dxos/bot.d.ts +139 -4
  2. package/dist/src/proto/gen/dxos/bot.d.ts.map +1 -1
  3. package/dist/src/proto/gen/dxos/bot.js +4 -0
  4. package/dist/src/proto/gen/dxos/bot.js.map +1 -1
  5. package/dist/src/proto/gen/dxos/client.d.ts +313 -18
  6. package/dist/src/proto/gen/dxos/client.d.ts.map +1 -1
  7. package/dist/src/proto/gen/dxos/client.js +25 -1
  8. package/dist/src/proto/gen/dxos/client.js.map +1 -1
  9. package/dist/src/proto/gen/dxos/config.d.ts +462 -0
  10. package/dist/src/proto/gen/dxos/config.d.ts.map +1 -1
  11. package/dist/src/proto/gen/dxos/config.js +10 -0
  12. package/dist/src/proto/gen/dxos/config.js.map +1 -1
  13. package/dist/src/proto/gen/dxos/credentials/auth.d.ts +12 -3
  14. package/dist/src/proto/gen/dxos/credentials/auth.d.ts.map +1 -1
  15. package/dist/src/proto/gen/dxos/credentials/greet.d.ts +39 -8
  16. package/dist/src/proto/gen/dxos/credentials/greet.d.ts.map +1 -1
  17. package/dist/src/proto/gen/dxos/credentials/greet.js +4 -0
  18. package/dist/src/proto/gen/dxos/credentials/greet.js.map +1 -1
  19. package/dist/src/proto/gen/dxos/credentials/identity.d.ts +12 -4
  20. package/dist/src/proto/gen/dxos/credentials/identity.d.ts.map +1 -1
  21. package/dist/src/proto/gen/dxos/credentials/party.d.ts +50 -18
  22. package/dist/src/proto/gen/dxos/credentials/party.d.ts.map +1 -1
  23. package/dist/src/proto/gen/dxos/credentials/party.js +4 -0
  24. package/dist/src/proto/gen/dxos/credentials/party.js.map +1 -1
  25. package/dist/src/proto/gen/dxos/credentials.d.ts +39 -0
  26. package/dist/src/proto/gen/dxos/credentials.d.ts.map +1 -1
  27. package/dist/src/proto/gen/dxos/devtools.d.ts +266 -30
  28. package/dist/src/proto/gen/dxos/devtools.d.ts.map +1 -1
  29. package/dist/src/proto/gen/dxos/echo/feed.d.ts +65 -6
  30. package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
  31. package/dist/src/proto/gen/dxos/echo/feed.js +4 -0
  32. package/dist/src/proto/gen/dxos/echo/feed.js.map +1 -1
  33. package/dist/src/proto/gen/dxos/echo/invitation.d.ts +19 -3
  34. package/dist/src/proto/gen/dxos/echo/invitation.d.ts.map +1 -1
  35. package/dist/src/proto/gen/dxos/echo/invitation.js +6 -0
  36. package/dist/src/proto/gen/dxos/echo/invitation.js.map +1 -1
  37. package/dist/src/proto/gen/dxos/echo/metadata.d.ts +26 -4
  38. package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
  39. package/dist/src/proto/gen/dxos/echo/service.d.ts +49 -13
  40. package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
  41. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +45 -13
  42. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -1
  43. package/dist/src/proto/gen/dxos/echo/timeframe.d.ts +9 -2
  44. package/dist/src/proto/gen/dxos/echo/timeframe.d.ts.map +1 -1
  45. package/dist/src/proto/gen/dxos/halo/keys.d.ts +44 -2
  46. package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +1 -1
  47. package/dist/src/proto/gen/dxos/halo/keys.js +4 -0
  48. package/dist/src/proto/gen/dxos/halo/keys.js.map +1 -1
  49. package/dist/src/proto/gen/dxos/rpc.d.ts +58 -8
  50. package/dist/src/proto/gen/dxos/rpc.d.ts.map +1 -1
  51. package/dist/src/proto/gen/dxos/rpc.js +4 -0
  52. package/dist/src/proto/gen/dxos/rpc.js.map +1 -1
  53. package/dist/src/proto/gen/dxos/test/echo.d.ts +15 -3
  54. package/dist/src/proto/gen/dxos/test/echo.d.ts.map +1 -1
  55. package/dist/src/proto/gen/google/protobuf.d.ts +89 -89
  56. package/dist/src/proto/gen/google/protobuf.d.ts.map +1 -1
  57. package/dist/src/proto/gen/index.d.ts +11 -0
  58. package/dist/src/proto/gen/index.d.ts.map +1 -1
  59. package/dist/src/proto/gen/index.js +1 -1
  60. package/dist/src/proto/gen/index.js.map +1 -1
  61. package/dist/tsconfig.tsbuildinfo +1 -1
  62. package/package.json +2 -2
  63. package/src/proto/dxos/bot.proto +25 -21
  64. package/src/proto/dxos/client.proto +85 -18
  65. package/src/proto/dxos/config.proto +104 -101
  66. package/src/proto/dxos/devtools.proto +15 -15
  67. package/src/proto/dxos/echo/feed.proto +10 -9
  68. package/src/proto/dxos/echo/invitation.proto +2 -2
  69. package/src/proto/dxos/echo/metadata.proto +7 -6
  70. package/src/proto/dxos/echo/service.proto +3 -3
  71. package/src/proto/dxos/echo/snapshot.proto +6 -5
  72. package/src/proto/dxos/halo/auth.proto +10 -10
  73. package/src/proto/dxos/halo/greet.proto +4 -3
  74. package/src/proto/dxos/halo/identity.proto +8 -7
  75. package/src/proto/dxos/halo/keys.proto +8 -7
  76. package/src/proto/dxos/halo/party.proto +3 -2
  77. package/src/proto/dxos/halo/signed.proto +16 -8
  78. package/src/proto/dxos/rpc.proto +15 -5
  79. package/src/proto/gen/dxos/bot.ts +139 -4
  80. package/src/proto/gen/dxos/client.ts +313 -18
  81. package/src/proto/gen/dxos/config.ts +462 -0
  82. package/src/proto/gen/dxos/credentials/auth.ts +12 -3
  83. package/src/proto/gen/dxos/credentials/greet.ts +39 -8
  84. package/src/proto/gen/dxos/credentials/identity.ts +12 -4
  85. package/src/proto/gen/dxos/credentials/party.ts +50 -18
  86. package/src/proto/gen/dxos/credentials.ts +39 -0
  87. package/src/proto/gen/dxos/devtools.ts +266 -30
  88. package/src/proto/gen/dxos/echo/feed.ts +65 -6
  89. package/src/proto/gen/dxos/echo/invitation.ts +19 -3
  90. package/src/proto/gen/dxos/echo/metadata.ts +26 -4
  91. package/src/proto/gen/dxos/echo/service.ts +49 -13
  92. package/src/proto/gen/dxos/echo/snapshot.ts +45 -13
  93. package/src/proto/gen/dxos/echo/timeframe.ts +9 -2
  94. package/src/proto/gen/dxos/halo/keys.ts +44 -2
  95. package/src/proto/gen/dxos/rpc.ts +58 -8
  96. package/src/proto/gen/dxos/test/echo.ts +15 -3
  97. package/src/proto/gen/google/protobuf.ts +89 -89
  98. package/src/proto/gen/index.ts +12 -1
@@ -17,82 +17,255 @@ 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/config.proto}
23
+ */
20
24
  export interface Config {
25
+ /**
26
+ * Options:
27
+ * - proto3_optional = true
28
+ */
21
29
  version?: number;
30
+ /**
31
+ * Options:
32
+ * - proto3_optional = true
33
+ */
22
34
  package?: Package;
35
+ /**
36
+ * Options:
37
+ * - proto3_optional = true
38
+ */
23
39
  runtime?: Runtime;
24
40
  }
41
+ /**
42
+ * Defined in:
43
+ * {@link file://./../../dxos/config.proto}
44
+ */
25
45
  export interface Package {
46
+ /**
47
+ * Options:
48
+ * - proto3_optional = true
49
+ */
26
50
  license?: string;
27
51
  repos?: Repo[];
28
52
  modules?: Module[];
29
53
  }
54
+ /**
55
+ * Defined in:
56
+ * {@link file://./../../dxos/config.proto}
57
+ */
30
58
  export interface Repo {
59
+ /**
60
+ * Options:
61
+ * - proto3_optional = true
62
+ */
31
63
  name?: string;
64
+ /**
65
+ * Options:
66
+ * - proto3_optional = true
67
+ */
32
68
  url?: string;
69
+ /**
70
+ * Options:
71
+ * - proto3_optional = true
72
+ */
33
73
  version?: string;
34
74
  }
75
+ /**
76
+ * Defined in:
77
+ * {@link file://./../../dxos/config.proto}
78
+ */
35
79
  export interface Module {
80
+ /**
81
+ * Options:
82
+ * - proto3_optional = true
83
+ */
36
84
  name?: string;
85
+ /**
86
+ * Options:
87
+ * - proto3_optional = true
88
+ */
37
89
  type?: string;
90
+ /**
91
+ * Options:
92
+ * - proto3_optional = true
93
+ */
38
94
  displayName?: string;
95
+ /**
96
+ * Options:
97
+ * - proto3_optional = true
98
+ */
39
99
  description?: string;
40
100
  tags?: string[];
101
+ /**
102
+ * Options:
103
+ * - proto3_optional = true
104
+ */
41
105
  build?: Module.Build;
42
106
  repos?: Repo[];
43
107
  /**
44
108
  * The data will be validated based on the type when being published.
109
+ *
110
+ * Options:
111
+ * - proto3_optional = true
45
112
  */
46
113
  record?: google_protobuf.Any;
47
114
  }
48
115
  export namespace Module {
116
+ /**
117
+ * Defined in:
118
+ * {@link file://./../../dxos/config.proto}
119
+ */
49
120
  export interface Build {
121
+ /**
122
+ * Options:
123
+ * - proto3_optional = true
124
+ */
50
125
  command?: string;
126
+ /**
127
+ * Options:
128
+ * - proto3_optional = true
129
+ */
51
130
  outdir?: string;
131
+ /**
132
+ * Options:
133
+ * - proto3_optional = true
134
+ */
52
135
  version?: string;
136
+ /**
137
+ * Options:
138
+ * - proto3_optional = true
139
+ */
53
140
  tag?: string;
54
141
  }
55
142
  }
143
+ /**
144
+ * Defined in:
145
+ * {@link file://./../../dxos/config.proto}
146
+ */
56
147
  export interface Runtime {
148
+ /**
149
+ * Options:
150
+ * - proto3_optional = true
151
+ */
57
152
  client?: Runtime.Client;
153
+ /**
154
+ * Options:
155
+ * - proto3_optional = true
156
+ */
58
157
  app?: Runtime.App;
158
+ /**
159
+ * Options:
160
+ * - proto3_optional = true
161
+ */
59
162
  cli?: Runtime.CLI;
163
+ /**
164
+ * Options:
165
+ * - proto3_optional = true
166
+ */
60
167
  props?: Runtime.Props;
168
+ /**
169
+ * Options:
170
+ * - proto3_optional = true
171
+ */
61
172
  services?: Runtime.Services;
173
+ /**
174
+ * Options:
175
+ * - proto3_optional = true
176
+ */
62
177
  system?: Runtime.System;
63
178
  }
64
179
  export namespace Runtime {
180
+ /**
181
+ * Defined in:
182
+ * {@link file://./../../dxos/config.proto}
183
+ */
65
184
  export interface Client {
66
185
  /**
67
186
  * Options:
68
187
  * - (env) = "DEBUG"
188
+ * - proto3_optional = true
69
189
  */
70
190
  debug?: string;
191
+ /**
192
+ * Options:
193
+ * - proto3_optional = true
194
+ */
71
195
  storage?: Runtime.Client.Storage;
196
+ /**
197
+ * Options:
198
+ * - proto3_optional = true
199
+ */
72
200
  enableSnapshots?: boolean;
73
201
  /**
74
202
  * Milliseconds
203
+ *
204
+ * Options:
205
+ * - proto3_optional = true
75
206
  */
76
207
  snapshotInterval?: number;
77
208
  /**
78
209
  * Milliseconds
210
+ *
211
+ * Options:
212
+ * - proto3_optional = true
79
213
  */
80
214
  invitationExpiration?: number;
215
+ /**
216
+ * Options:
217
+ * - proto3_optional = true
218
+ */
81
219
  mode?: Runtime.Client.Mode;
220
+ /**
221
+ * Options:
222
+ * - proto3_optional = true
223
+ */
224
+ singletonSource?: string;
82
225
  }
83
226
  export namespace Client {
227
+ /**
228
+ * Whether the client services are local with ClientServiceHost or remote and need to be accessed via ClientServiceProxy. Defaults to AUTOMATIC.
229
+ *
230
+ * Defined in:
231
+ * {@link file://./../../dxos/config.proto}
232
+ */
84
233
  export enum Mode {
85
234
  AUTOMATIC = 0,
86
235
  LOCAL = 1,
87
236
  REMOTE = 2
88
237
  }
238
+ /**
239
+ * Defined in:
240
+ * {@link file://./../../dxos/config.proto}
241
+ */
89
242
  export interface Storage {
243
+ /**
244
+ * Options:
245
+ * - proto3_optional = true
246
+ */
90
247
  persistent?: boolean;
248
+ /**
249
+ * Options:
250
+ * - proto3_optional = true
251
+ */
91
252
  storageType?: Runtime.Client.Storage.StorageDriver;
253
+ /**
254
+ * Options:
255
+ * - proto3_optional = true
256
+ */
92
257
  keyStorage?: Runtime.Client.Storage.StorageDriver;
258
+ /**
259
+ * Options:
260
+ * - proto3_optional = true
261
+ */
93
262
  path?: string;
94
263
  }
95
264
  export namespace Storage {
265
+ /**
266
+ * Defined in:
267
+ * {@link file://./../../dxos/config.proto}
268
+ */
96
269
  export enum StorageDriver {
97
270
  RAM = 0,
98
271
  IDB = 1,
@@ -104,78 +277,266 @@ export namespace Runtime {
104
277
  }
105
278
  }
106
279
  }
280
+ /**
281
+ * Defined in:
282
+ * {@link file://./../../dxos/config.proto}
283
+ */
107
284
  export interface App {
285
+ /**
286
+ * Options:
287
+ * - proto3_optional = true
288
+ */
108
289
  org?: string;
290
+ /**
291
+ * Options:
292
+ * - proto3_optional = true
293
+ */
109
294
  theme?: string;
295
+ /**
296
+ * Options:
297
+ * - proto3_optional = true
298
+ */
110
299
  website?: string;
111
300
  /**
112
301
  * Options:
113
302
  * - (env) = "PUBLIC_URL"
303
+ * - proto3_optional = true
114
304
  */
115
305
  publicUrl?: string;
116
306
  }
307
+ /**
308
+ * Defined in:
309
+ * {@link file://./../../dxos/config.proto}
310
+ */
117
311
  export interface CLI {
312
+ /**
313
+ * Options:
314
+ * - proto3_optional = true
315
+ */
118
316
  nodePath?: string;
317
+ /**
318
+ * Options:
319
+ * - proto3_optional = true
320
+ */
119
321
  app?: Runtime.CLI.AppServe;
322
+ /**
323
+ * Options:
324
+ * - proto3_optional = true
325
+ */
120
326
  console?: Runtime.CLI.Package;
327
+ /**
328
+ * Options:
329
+ * - proto3_optional = true
330
+ */
121
331
  mdns?: Runtime.CLI.Package;
332
+ /**
333
+ * Options:
334
+ * - proto3_optional = true
335
+ */
122
336
  signal?: Runtime.CLI.Package;
337
+ /**
338
+ * Options:
339
+ * - proto3_optional = true
340
+ */
123
341
  npmClient?: string;
342
+ /**
343
+ * Options:
344
+ * - proto3_optional = true
345
+ */
124
346
  channel?: string;
125
347
  }
126
348
  export namespace CLI {
349
+ /**
350
+ * Defined in:
351
+ * {@link file://./../../dxos/config.proto}
352
+ */
127
353
  export interface AppServe {
354
+ /**
355
+ * Options:
356
+ * - proto3_optional = true
357
+ */
128
358
  serve?: Runtime.CLI.AppServe.Serve;
129
359
  }
130
360
  export namespace AppServe {
361
+ /**
362
+ * Defined in:
363
+ * {@link file://./../../dxos/config.proto}
364
+ */
131
365
  export interface Serve {
366
+ /**
367
+ * Options:
368
+ * - proto3_optional = true
369
+ */
132
370
  config?: string;
371
+ /**
372
+ * Options:
373
+ * - proto3_optional = true
374
+ */
133
375
  loginApp?: string;
376
+ /**
377
+ * Options:
378
+ * - proto3_optional = true
379
+ */
134
380
  keyPhrase?: string;
135
381
  }
136
382
  }
383
+ /**
384
+ * Defined in:
385
+ * {@link file://./../../dxos/config.proto}
386
+ */
137
387
  export interface Package {
388
+ /**
389
+ * Options:
390
+ * - proto3_optional = true
391
+ */
138
392
  package?: string;
393
+ /**
394
+ * Options:
395
+ * - proto3_optional = true
396
+ */
139
397
  channel?: string;
398
+ /**
399
+ * Options:
400
+ * - proto3_optional = true
401
+ */
140
402
  bin?: string;
403
+ /**
404
+ * Options:
405
+ * - proto3_optional = true
406
+ */
141
407
  config?: string;
142
408
  }
143
409
  }
410
+ /**
411
+ * Defined in:
412
+ * {@link file://./../../dxos/config.proto}
413
+ */
144
414
  export interface Props {
415
+ /**
416
+ * Options:
417
+ * - proto3_optional = true
418
+ */
145
419
  title?: string;
146
420
  }
421
+ /**
422
+ * Defined in:
423
+ * {@link file://./../../dxos/config.proto}
424
+ */
147
425
  export interface System {
426
+ /**
427
+ * Options:
428
+ * - proto3_optional = true
429
+ */
148
430
  debug?: string;
149
431
  }
432
+ /**
433
+ * Defined in:
434
+ * {@link file://./../../dxos/config.proto}
435
+ */
150
436
  export interface Services {
437
+ /**
438
+ * Options:
439
+ * - proto3_optional = true
440
+ */
151
441
  kube?: Runtime.Services.Kube;
442
+ /**
443
+ * Options:
444
+ * - proto3_optional = true
445
+ */
152
446
  app?: Runtime.Services.AppServer;
447
+ /**
448
+ * Options:
449
+ * - proto3_optional = true
450
+ */
153
451
  dxns?: Runtime.Services.Dxns;
452
+ /**
453
+ * Options:
454
+ * - proto3_optional = true
455
+ */
154
456
  ipfs?: Runtime.Services.Ipfs;
457
+ /**
458
+ * Options:
459
+ * - proto3_optional = true
460
+ */
155
461
  signal?: Runtime.Services.Signal;
156
462
  ice?: Runtime.Services.Ice[];
463
+ /**
464
+ * Options:
465
+ * - proto3_optional = true
466
+ */
157
467
  machine?: Runtime.Services.Machine;
468
+ /**
469
+ * Options:
470
+ * - proto3_optional = true
471
+ */
158
472
  bot?: Runtime.Services.BotFactory;
159
473
  }
160
474
  export namespace Services {
475
+ /**
476
+ * Defined in:
477
+ * {@link file://./../../dxos/config.proto}
478
+ */
161
479
  export interface Kube {
480
+ /**
481
+ * Options:
482
+ * - proto3_optional = true
483
+ */
162
484
  endpoints?: Runtime.Services.Kube.Endpoints;
485
+ /**
486
+ * Options:
487
+ * - proto3_optional = true
488
+ */
163
489
  publicUrl?: string;
164
490
  }
165
491
  export namespace Kube {
492
+ /**
493
+ * Defined in:
494
+ * {@link file://./../../dxos/config.proto}
495
+ */
166
496
  export interface Endpoints {
497
+ /**
498
+ * Options:
499
+ * - proto3_optional = true
500
+ */
167
501
  logs?: string;
502
+ /**
503
+ * Options:
504
+ * - proto3_optional = true
505
+ */
168
506
  services?: string;
507
+ /**
508
+ * Options:
509
+ * - proto3_optional = true
510
+ */
169
511
  cert?: string;
170
512
  }
171
513
  }
514
+ /**
515
+ * Defined in:
516
+ * {@link file://./../../dxos/config.proto}
517
+ */
172
518
  export interface AppServer {
519
+ /**
520
+ * Options:
521
+ * - proto3_optional = true
522
+ */
173
523
  prefix?: string;
524
+ /**
525
+ * Options:
526
+ * - proto3_optional = true
527
+ */
174
528
  server?: string;
175
529
  }
530
+ /**
531
+ * Defined in:
532
+ * {@link file://./../../dxos/config.proto}
533
+ */
176
534
  export interface Dxns {
177
535
  /**
178
536
  * DXNS endpoint.
537
+ *
538
+ * Options:
539
+ * - proto3_optional = true
179
540
  */
180
541
  server?: string;
181
542
  /**
@@ -183,43 +544,144 @@ export namespace Runtime {
183
544
  * KUBEs do not serve this with the config but we store it in profile.yml.
184
545
  *
185
546
  * TODO(dmaretskyi): Deprecate this and move it to keyring.
547
+ *
548
+ * Options:
549
+ * - proto3_optional = true
186
550
  */
187
551
  accountUri?: string;
188
552
  /**
189
553
  * Public Polkadot Address.
554
+ *
555
+ * Options:
556
+ * - proto3_optional = true
190
557
  */
191
558
  address?: string;
192
559
  /**
193
560
  * Public address of a DXNS Account.
561
+ *
562
+ * Options:
563
+ * - proto3_optional = true
194
564
  */
195
565
  account?: string;
566
+ /**
567
+ * Options:
568
+ * - proto3_optional = true
569
+ */
196
570
  faucet?: string;
197
571
  }
572
+ /**
573
+ * Defined in:
574
+ * {@link file://./../../dxos/config.proto}
575
+ */
198
576
  export interface Ipfs {
577
+ /**
578
+ * Options:
579
+ * - proto3_optional = true
580
+ */
199
581
  server?: string;
582
+ /**
583
+ * Options:
584
+ * - proto3_optional = true
585
+ */
200
586
  gateway?: string;
201
587
  }
588
+ /**
589
+ * Defined in:
590
+ * {@link file://./../../dxos/config.proto}
591
+ */
202
592
  export interface Signal {
593
+ /**
594
+ * Options:
595
+ * - proto3_optional = true
596
+ */
203
597
  server?: string;
598
+ /**
599
+ * Options:
600
+ * - proto3_optional = true
601
+ */
204
602
  api?: string;
603
+ /**
604
+ * Options:
605
+ * - proto3_optional = true
606
+ */
205
607
  status?: string;
206
608
  }
609
+ /**
610
+ * Defined in:
611
+ * {@link file://./../../dxos/config.proto}
612
+ */
207
613
  export interface Ice {
614
+ /**
615
+ * Options:
616
+ * - proto3_optional = true
617
+ */
208
618
  urls?: string;
619
+ /**
620
+ * Options:
621
+ * - proto3_optional = true
622
+ */
209
623
  username?: string;
624
+ /**
625
+ * Options:
626
+ * - proto3_optional = true
627
+ */
210
628
  credential?: string;
211
629
  }
630
+ /**
631
+ * Defined in:
632
+ * {@link file://./../../dxos/config.proto}
633
+ */
212
634
  export interface Machine {
635
+ /**
636
+ * Options:
637
+ * - proto3_optional = true
638
+ */
213
639
  doAccessToken?: string;
640
+ /**
641
+ * Options:
642
+ * - proto3_optional = true
643
+ */
214
644
  githubAccessToken?: string;
645
+ /**
646
+ * Options:
647
+ * - proto3_optional = true
648
+ */
215
649
  githubUsername?: string;
650
+ /**
651
+ * Options:
652
+ * - proto3_optional = true
653
+ */
216
654
  dnsDomain?: string;
655
+ /**
656
+ * Options:
657
+ * - proto3_optional = true
658
+ */
217
659
  npmAccessToken?: string;
218
660
  }
661
+ /**
662
+ * Defined in:
663
+ * {@link file://./../../dxos/config.proto}
664
+ */
219
665
  export interface BotFactory {
666
+ /**
667
+ * Options:
668
+ * - proto3_optional = true
669
+ */
220
670
  topic?: string;
671
+ /**
672
+ * Options:
673
+ * - proto3_optional = true
674
+ */
221
675
  persistent?: boolean;
676
+ /**
677
+ * Options:
678
+ * - proto3_optional = true
679
+ */
222
680
  retryAttempts?: number;
681
+ /**
682
+ * Options:
683
+ * - proto3_optional = true
684
+ */
223
685
  retryInterval?: number;
224
686
  }
225
687
  }
@@ -19,26 +19,35 @@ import * as dxos_test_echo from "../test/echo";
19
19
  import * as google_protobuf from "../../google/protobuf";
20
20
  /**
21
21
  * The payload for a SignedMessage sent during handshake for replication authentication.
22
+ *
23
+ * Defined in:
24
+ * {@link file://./../../../dxos/halo/auth.proto}
22
25
  */
23
26
  export interface Auth {
24
27
  /**
25
28
  * The publicKey of the target Party for these credentials.
26
29
  */
27
- partyKey?: dxos_halo_keys.PubKey;
30
+ partyKey: dxos_halo_keys.PubKey;
28
31
  /**
29
32
  * The publicKey of the authenticating Device.
30
33
  */
31
- deviceKey?: dxos_halo_keys.PubKey;
34
+ deviceKey: dxos_halo_keys.PubKey;
32
35
  /**
33
36
  * The publicKey of the authenticating Identity.
34
37
  */
35
- identityKey?: dxos_halo_keys.PubKey;
38
+ identityKey: dxos_halo_keys.PubKey;
36
39
  /**
37
40
  * The publicKey of the authenticating Identity.
41
+ *
42
+ * Options:
43
+ * - proto3_optional = true
38
44
  */
39
45
  feedKey?: dxos_halo_keys.PubKey;
40
46
  /**
41
47
  * FeedAdmit message to the should be written to a control feed in case the `feedKey` is not admitted to the party.
48
+ *
49
+ * Options:
50
+ * - proto3_optional = true
42
51
  */
43
52
  feedAdmit?: google_protobuf.Any;
44
53
  }