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