@dxos/protocols 2.33.9-dev.a78b0c94 → 2.33.9-dev.cf61eddc

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