@dxos/protocols 0.1.22 → 0.1.24-next.6b1f434

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 (726) hide show
  1. package/dist/{src → cjs/src}/codec.test.d.ts +0 -0
  2. package/dist/{src → cjs/src}/codec.test.d.ts.map +1 -1
  3. package/dist/{src → cjs/src}/codec.test.js +0 -0
  4. package/dist/cjs/src/codec.test.js.map +1 -0
  5. package/dist/{src → cjs/src}/index.d.ts +0 -0
  6. package/dist/cjs/src/index.d.ts.map +1 -0
  7. package/dist/{src → cjs/src}/index.js +0 -0
  8. package/dist/cjs/src/index.js.map +1 -0
  9. package/dist/{src → cjs/src}/proto/gen/dxos/bot.d.ts +0 -0
  10. package/dist/cjs/src/proto/gen/dxos/bot.d.ts.map +1 -0
  11. package/dist/{src → cjs/src}/proto/gen/dxos/bot.js +0 -0
  12. package/dist/cjs/src/proto/gen/dxos/bot.js.map +1 -0
  13. package/dist/{src → cjs/src}/proto/gen/dxos/client/services.d.ts +9 -0
  14. package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -0
  15. package/dist/{src → cjs/src}/proto/gen/dxos/client/services.js +0 -0
  16. package/dist/cjs/src/proto/gen/dxos/client/services.js.map +1 -0
  17. package/dist/{src → cjs/src}/proto/gen/dxos/client.d.ts +41 -3
  18. package/dist/cjs/src/proto/gen/dxos/client.d.ts.map +1 -0
  19. package/dist/{src → cjs/src}/proto/gen/dxos/client.js +10 -1
  20. package/dist/cjs/src/proto/gen/dxos/client.js.map +1 -0
  21. package/dist/{src → cjs/src}/proto/gen/dxos/config.d.ts +85 -2
  22. package/dist/cjs/src/proto/gen/dxos/config.d.ts.map +1 -0
  23. package/dist/{src → cjs/src}/proto/gen/dxos/config.js +0 -0
  24. package/dist/cjs/src/proto/gen/dxos/config.js.map +1 -0
  25. package/dist/{src → cjs/src}/proto/gen/dxos/devtools/host.d.ts +33 -30
  26. package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts.map +1 -0
  27. package/dist/{src → cjs/src}/proto/gen/dxos/devtools/host.js +0 -0
  28. package/dist/cjs/src/proto/gen/dxos/devtools/host.js.map +1 -0
  29. package/dist/{src → cjs/src}/proto/gen/dxos/devtools/swarm.d.ts +0 -0
  30. package/dist/cjs/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -0
  31. package/dist/{src → cjs/src}/proto/gen/dxos/devtools/swarm.js +0 -0
  32. package/dist/cjs/src/proto/gen/dxos/devtools/swarm.js.map +1 -0
  33. package/dist/cjs/src/proto/gen/dxos/echo/feed.d.ts +43 -0
  34. package/dist/cjs/src/proto/gen/dxos/echo/feed.d.ts.map +1 -0
  35. package/dist/cjs/src/proto/gen/dxos/echo/feed.js +3 -0
  36. package/dist/cjs/src/proto/gen/dxos/echo/feed.js.map +1 -0
  37. package/dist/{src → cjs/src}/proto/gen/dxos/echo/metadata.d.ts +6 -1
  38. package/dist/cjs/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -0
  39. package/dist/{src → cjs/src}/proto/gen/dxos/echo/metadata.js +0 -0
  40. package/dist/cjs/src/proto/gen/dxos/echo/metadata.js.map +1 -0
  41. package/dist/{src/proto/gen/dxos/echo/model/object.d.ts → cjs/src/proto/gen/dxos/echo/model/document.d.ts} +24 -14
  42. package/dist/cjs/src/proto/gen/dxos/echo/model/document.d.ts.map +1 -0
  43. package/dist/{src/proto/gen/dxos/echo/model/object.js → cjs/src/proto/gen/dxos/echo/model/document.js} +3 -3
  44. package/dist/cjs/src/proto/gen/dxos/echo/model/document.js.map +1 -0
  45. package/dist/{src → cjs/src}/proto/gen/dxos/echo/model/messenger.d.ts +0 -0
  46. package/dist/cjs/src/proto/gen/dxos/echo/model/messenger.d.ts.map +1 -0
  47. package/dist/{src → cjs/src}/proto/gen/dxos/echo/model/messenger.js +0 -0
  48. package/dist/cjs/src/proto/gen/dxos/echo/model/messenger.js.map +1 -0
  49. package/dist/{src → cjs/src}/proto/gen/dxos/echo/model/text.d.ts +0 -0
  50. package/dist/cjs/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -0
  51. package/dist/{src → cjs/src}/proto/gen/dxos/echo/model/text.js +0 -0
  52. package/dist/cjs/src/proto/gen/dxos/echo/model/text.js.map +1 -0
  53. package/dist/cjs/src/proto/gen/dxos/echo/object.d.ts +152 -0
  54. package/dist/cjs/src/proto/gen/dxos/echo/object.d.ts.map +1 -0
  55. package/dist/cjs/src/proto/gen/dxos/echo/object.js +20 -0
  56. package/dist/cjs/src/proto/gen/dxos/echo/object.js.map +1 -0
  57. package/dist/cjs/src/proto/gen/dxos/echo/service.d.ts +68 -0
  58. package/dist/cjs/src/proto/gen/dxos/echo/service.d.ts.map +1 -0
  59. package/dist/{src → cjs/src}/proto/gen/dxos/echo/service.js +0 -0
  60. package/dist/cjs/src/proto/gen/dxos/echo/service.js.map +1 -0
  61. package/dist/cjs/src/proto/gen/dxos/echo/snapshot.d.ts +37 -0
  62. package/dist/cjs/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -0
  63. package/dist/{src → cjs/src}/proto/gen/dxos/echo/snapshot.js +0 -0
  64. package/dist/cjs/src/proto/gen/dxos/echo/snapshot.js.map +1 -0
  65. package/dist/{src → cjs/src}/proto/gen/dxos/echo/timeframe.d.ts +0 -0
  66. package/dist/cjs/src/proto/gen/dxos/echo/timeframe.d.ts.map +1 -0
  67. package/dist/{src → cjs/src}/proto/gen/dxos/echo/timeframe.js +0 -0
  68. package/dist/cjs/src/proto/gen/dxos/echo/timeframe.js.map +1 -0
  69. package/dist/{src → cjs/src}/proto/gen/dxos/gravity.d.ts +0 -0
  70. package/dist/cjs/src/proto/gen/dxos/gravity.d.ts.map +1 -0
  71. package/dist/{src → cjs/src}/proto/gen/dxos/gravity.js +0 -0
  72. package/dist/cjs/src/proto/gen/dxos/gravity.js.map +1 -0
  73. package/dist/{src → cjs/src}/proto/gen/dxos/halo/credentials/auth.d.ts +0 -0
  74. package/dist/cjs/src/proto/gen/dxos/halo/credentials/auth.d.ts.map +1 -0
  75. package/dist/{src → cjs/src}/proto/gen/dxos/halo/credentials/auth.js +0 -0
  76. package/dist/cjs/src/proto/gen/dxos/halo/credentials/auth.js.map +1 -0
  77. package/dist/{src → cjs/src}/proto/gen/dxos/halo/credentials/greet.d.ts +0 -0
  78. package/dist/cjs/src/proto/gen/dxos/halo/credentials/greet.d.ts.map +1 -0
  79. package/dist/{src → cjs/src}/proto/gen/dxos/halo/credentials/greet.js +0 -0
  80. package/dist/cjs/src/proto/gen/dxos/halo/credentials/greet.js.map +1 -0
  81. package/dist/{src → cjs/src}/proto/gen/dxos/halo/credentials/identity.d.ts +0 -0
  82. package/dist/cjs/src/proto/gen/dxos/halo/credentials/identity.d.ts.map +1 -0
  83. package/dist/{src → cjs/src}/proto/gen/dxos/halo/credentials/identity.js +0 -0
  84. package/dist/cjs/src/proto/gen/dxos/halo/credentials/identity.js.map +1 -0
  85. package/dist/{src → cjs/src}/proto/gen/dxos/halo/credentials.d.ts +0 -0
  86. package/dist/cjs/src/proto/gen/dxos/halo/credentials.d.ts.map +1 -0
  87. package/dist/{src → cjs/src}/proto/gen/dxos/halo/credentials.js +0 -0
  88. package/dist/cjs/src/proto/gen/dxos/halo/credentials.js.map +1 -0
  89. package/dist/{src → cjs/src}/proto/gen/dxos/halo/invitations.d.ts +10 -0
  90. package/dist/cjs/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -0
  91. package/dist/{src → cjs/src}/proto/gen/dxos/halo/invitations.js +0 -0
  92. package/dist/cjs/src/proto/gen/dxos/halo/invitations.js.map +1 -0
  93. package/dist/{src → cjs/src}/proto/gen/dxos/halo/keyring.d.ts +0 -0
  94. package/dist/cjs/src/proto/gen/dxos/halo/keyring.d.ts.map +1 -0
  95. package/dist/{src → cjs/src}/proto/gen/dxos/halo/keyring.js +0 -0
  96. package/dist/cjs/src/proto/gen/dxos/halo/keyring.js.map +1 -0
  97. package/dist/{src → cjs/src}/proto/gen/dxos/halo/keys.d.ts +0 -0
  98. package/dist/cjs/src/proto/gen/dxos/halo/keys.d.ts.map +1 -0
  99. package/dist/{src → cjs/src}/proto/gen/dxos/halo/keys.js +0 -0
  100. package/dist/cjs/src/proto/gen/dxos/halo/keys.js.map +1 -0
  101. package/dist/{src → cjs/src}/proto/gen/dxos/halo/signed.d.ts +0 -0
  102. package/dist/cjs/src/proto/gen/dxos/halo/signed.d.ts.map +1 -0
  103. package/dist/{src → cjs/src}/proto/gen/dxos/halo/signed.js +0 -0
  104. package/dist/cjs/src/proto/gen/dxos/halo/signed.js.map +1 -0
  105. package/dist/cjs/src/proto/gen/dxos/iframe.d.ts +100 -0
  106. package/dist/cjs/src/proto/gen/dxos/iframe.d.ts.map +1 -0
  107. package/dist/cjs/src/proto/gen/dxos/iframe.js +26 -0
  108. package/dist/cjs/src/proto/gen/dxos/iframe.js.map +1 -0
  109. package/dist/{src → cjs/src}/proto/gen/dxos/keys.d.ts +0 -0
  110. package/dist/cjs/src/proto/gen/dxos/keys.d.ts.map +1 -0
  111. package/dist/{src → cjs/src}/proto/gen/dxos/keys.js +0 -0
  112. package/dist/cjs/src/proto/gen/dxos/keys.js.map +1 -0
  113. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/bridge.d.ts +0 -0
  114. package/dist/cjs/src/proto/gen/dxos/mesh/bridge.d.ts.map +1 -0
  115. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/bridge.js +0 -0
  116. package/dist/cjs/src/proto/gen/dxos/mesh/bridge.js.map +1 -0
  117. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/broadcast.d.ts +0 -0
  118. package/dist/cjs/src/proto/gen/dxos/mesh/broadcast.d.ts.map +1 -0
  119. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/broadcast.js +0 -0
  120. package/dist/cjs/src/proto/gen/dxos/mesh/broadcast.js.map +1 -0
  121. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/messaging.d.ts +0 -0
  122. package/dist/cjs/src/proto/gen/dxos/mesh/messaging.d.ts.map +1 -0
  123. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/messaging.js +0 -0
  124. package/dist/cjs/src/proto/gen/dxos/mesh/messaging.js.map +1 -0
  125. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/muxer.d.ts +0 -0
  126. package/dist/cjs/src/proto/gen/dxos/mesh/muxer.d.ts.map +1 -0
  127. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/muxer.js +0 -0
  128. package/dist/cjs/src/proto/gen/dxos/mesh/muxer.js.map +1 -0
  129. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/presence.d.ts +0 -0
  130. package/dist/cjs/src/proto/gen/dxos/mesh/presence.d.ts.map +1 -0
  131. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/presence.js +0 -0
  132. package/dist/cjs/src/proto/gen/dxos/mesh/presence.js.map +1 -0
  133. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/protocol.d.ts +0 -0
  134. package/dist/cjs/src/proto/gen/dxos/mesh/protocol.d.ts.map +1 -0
  135. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/protocol.js +0 -0
  136. package/dist/cjs/src/proto/gen/dxos/mesh/protocol.js.map +1 -0
  137. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/replicator.d.ts +0 -0
  138. package/dist/cjs/src/proto/gen/dxos/mesh/replicator.d.ts.map +1 -0
  139. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/replicator.js +0 -0
  140. package/dist/cjs/src/proto/gen/dxos/mesh/replicator.js.map +1 -0
  141. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/signal.d.ts +0 -0
  142. package/dist/cjs/src/proto/gen/dxos/mesh/signal.d.ts.map +1 -0
  143. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/signal.js +0 -0
  144. package/dist/cjs/src/proto/gen/dxos/mesh/signal.js.map +1 -0
  145. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/swarm.d.ts +0 -0
  146. package/dist/cjs/src/proto/gen/dxos/mesh/swarm.d.ts.map +1 -0
  147. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/swarm.js +0 -0
  148. package/dist/cjs/src/proto/gen/dxos/mesh/swarm.js.map +1 -0
  149. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/auth.d.ts +0 -0
  150. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/auth.d.ts.map +1 -0
  151. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/auth.js +0 -0
  152. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/auth.js.map +1 -0
  153. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/control.d.ts +0 -0
  154. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/control.d.ts.map +1 -0
  155. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/control.js +0 -0
  156. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/control.js.map +1 -0
  157. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/notarization.d.ts +23 -0
  158. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/notarization.d.ts.map +1 -0
  159. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/notarization.js +3 -0
  160. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/notarization.js.map +1 -0
  161. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/objectsync.d.ts +0 -0
  162. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/objectsync.d.ts.map +1 -0
  163. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/objectsync.js +0 -0
  164. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/objectsync.js.map +1 -0
  165. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/presence.d.ts +0 -0
  166. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/presence.d.ts.map +1 -0
  167. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/presence.js +0 -0
  168. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/presence.js.map +1 -0
  169. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/replicator.d.ts +0 -0
  170. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/replicator.d.ts.map +1 -0
  171. package/dist/{src → cjs/src}/proto/gen/dxos/mesh/teleport/replicator.js +0 -0
  172. package/dist/cjs/src/proto/gen/dxos/mesh/teleport/replicator.js.map +1 -0
  173. package/dist/{src → cjs/src}/proto/gen/dxos/registry.d.ts +0 -0
  174. package/dist/cjs/src/proto/gen/dxos/registry.d.ts.map +1 -0
  175. package/dist/{src → cjs/src}/proto/gen/dxos/registry.js +0 -0
  176. package/dist/cjs/src/proto/gen/dxos/registry.js.map +1 -0
  177. package/dist/{src → cjs/src}/proto/gen/dxos/rpc.d.ts +0 -0
  178. package/dist/cjs/src/proto/gen/dxos/rpc.d.ts.map +1 -0
  179. package/dist/{src → cjs/src}/proto/gen/dxos/rpc.js +0 -0
  180. package/dist/cjs/src/proto/gen/dxos/rpc.js.map +1 -0
  181. package/dist/{src → cjs/src}/proto/gen/dxos/service/publisher.d.ts +0 -0
  182. package/dist/cjs/src/proto/gen/dxos/service/publisher.d.ts.map +1 -0
  183. package/dist/{src → cjs/src}/proto/gen/dxos/service/publisher.js +0 -0
  184. package/dist/cjs/src/proto/gen/dxos/service/publisher.js.map +1 -0
  185. package/dist/{src → cjs/src}/proto/gen/dxos/service/scheduler.d.ts +0 -0
  186. package/dist/cjs/src/proto/gen/dxos/service/scheduler.d.ts.map +1 -0
  187. package/dist/{src → cjs/src}/proto/gen/dxos/service/scheduler.js +0 -0
  188. package/dist/cjs/src/proto/gen/dxos/service/scheduler.js.map +1 -0
  189. package/dist/{src → cjs/src}/proto/gen/dxos/type.d.ts +0 -0
  190. package/dist/cjs/src/proto/gen/dxos/type.d.ts.map +1 -0
  191. package/dist/{src → cjs/src}/proto/gen/dxos/type.js +0 -0
  192. package/dist/cjs/src/proto/gen/dxos/type.js.map +1 -0
  193. package/dist/{src → cjs/src}/proto/gen/example/testing/data.d.ts +0 -0
  194. package/dist/cjs/src/proto/gen/example/testing/data.d.ts.map +1 -0
  195. package/dist/{src → cjs/src}/proto/gen/example/testing/data.js +0 -0
  196. package/dist/cjs/src/proto/gen/example/testing/data.js.map +1 -0
  197. package/dist/{src → cjs/src}/proto/gen/example/testing/rpc.d.ts +0 -0
  198. package/dist/cjs/src/proto/gen/example/testing/rpc.d.ts.map +1 -0
  199. package/dist/{src → cjs/src}/proto/gen/example/testing/rpc.js +0 -0
  200. package/dist/cjs/src/proto/gen/example/testing/rpc.js.map +1 -0
  201. package/dist/{src → cjs/src}/proto/gen/google/protobuf.d.ts +21 -21
  202. package/dist/cjs/src/proto/gen/google/protobuf.d.ts.map +1 -0
  203. package/dist/{src → cjs/src}/proto/gen/google/protobuf.js +0 -0
  204. package/dist/cjs/src/proto/gen/google/protobuf.js.map +1 -0
  205. package/dist/{src → cjs/src}/proto/gen/index.d.ts +43 -33
  206. package/dist/cjs/src/proto/gen/index.d.ts.map +1 -0
  207. package/dist/cjs/src/proto/gen/index.js +11 -0
  208. package/dist/cjs/src/proto/gen/index.js.map +1 -0
  209. package/dist/{src → cjs/src}/proto/index.d.ts +0 -0
  210. package/dist/cjs/src/proto/index.d.ts.map +1 -0
  211. package/dist/{src → cjs/src}/proto/index.js +0 -0
  212. package/dist/cjs/src/proto/index.js.map +1 -0
  213. package/dist/cjs/src/proto/substitutions.d.ts +65 -0
  214. package/dist/cjs/src/proto/substitutions.d.ts.map +1 -0
  215. package/dist/{src → cjs/src}/proto/substitutions.js +0 -0
  216. package/dist/cjs/src/proto/substitutions.js.map +1 -0
  217. package/dist/cjs/src/testing.d.ts +5 -0
  218. package/dist/cjs/src/testing.d.ts.map +1 -0
  219. package/dist/cjs/src/testing.js +33 -0
  220. package/dist/cjs/src/testing.js.map +1 -0
  221. package/dist/{src → cjs/src}/types.d.ts +3 -2
  222. package/dist/cjs/src/types.d.ts.map +1 -0
  223. package/dist/{src → cjs/src}/types.js +0 -0
  224. package/dist/cjs/src/types.js.map +1 -0
  225. package/dist/cjs/tsconfig.tsbuildinfo +1 -0
  226. package/dist/esm/src/codec.test.d.ts +2 -0
  227. package/dist/esm/src/codec.test.d.ts.map +1 -0
  228. package/dist/esm/src/codec.test.js +20 -0
  229. package/dist/esm/src/codec.test.js.map +1 -0
  230. package/dist/esm/src/index.d.ts +4 -0
  231. package/dist/esm/src/index.d.ts.map +1 -0
  232. package/dist/esm/src/index.js +7 -0
  233. package/dist/esm/src/index.js.map +1 -0
  234. package/dist/esm/src/proto/gen/dxos/bot.d.ts +268 -0
  235. package/dist/esm/src/proto/gen/dxos/bot.d.ts.map +1 -0
  236. package/dist/esm/src/proto/gen/dxos/bot.js +16 -0
  237. package/dist/esm/src/proto/gen/dxos/bot.js.map +1 -0
  238. package/dist/esm/src/proto/gen/dxos/client/services.d.ts +323 -0
  239. package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -0
  240. package/dist/esm/src/proto/gen/dxos/client/services.js +51 -0
  241. package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -0
  242. package/dist/esm/src/proto/gen/dxos/client.d.ts +432 -0
  243. package/dist/esm/src/proto/gen/dxos/client.d.ts.map +1 -0
  244. package/dist/esm/src/proto/gen/dxos/client.js +33 -0
  245. package/dist/esm/src/proto/gen/dxos/client.js.map +1 -0
  246. package/dist/esm/src/proto/gen/dxos/config.d.ts +970 -0
  247. package/dist/esm/src/proto/gen/dxos/config.d.ts.map +1 -0
  248. package/dist/esm/src/proto/gen/dxos/config.js +24 -0
  249. package/dist/esm/src/proto/gen/dxos/config.js.map +1 -0
  250. package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts +425 -0
  251. package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts.map +1 -0
  252. package/dist/esm/src/proto/gen/dxos/devtools/host.js +2 -0
  253. package/dist/esm/src/proto/gen/dxos/devtools/host.js.map +1 -0
  254. package/dist/esm/src/proto/gen/dxos/devtools/swarm.d.ts +50 -0
  255. package/dist/esm/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -0
  256. package/dist/esm/src/proto/gen/dxos/devtools/swarm.js +2 -0
  257. package/dist/esm/src/proto/gen/dxos/devtools/swarm.js.map +1 -0
  258. package/dist/esm/src/proto/gen/dxos/echo/feed.d.ts +43 -0
  259. package/dist/esm/src/proto/gen/dxos/echo/feed.d.ts.map +1 -0
  260. package/dist/esm/src/proto/gen/dxos/echo/feed.js +2 -0
  261. package/dist/esm/src/proto/gen/dxos/echo/feed.js.map +1 -0
  262. package/dist/esm/src/proto/gen/dxos/echo/metadata.d.ts +74 -0
  263. package/dist/esm/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -0
  264. package/dist/esm/src/proto/gen/dxos/echo/metadata.js +2 -0
  265. package/dist/esm/src/proto/gen/dxos/echo/metadata.js.map +1 -0
  266. package/dist/esm/src/proto/gen/dxos/echo/model/document.d.ts +176 -0
  267. package/dist/esm/src/proto/gen/dxos/echo/model/document.d.ts.map +1 -0
  268. package/dist/esm/src/proto/gen/dxos/echo/model/document.js +38 -0
  269. package/dist/esm/src/proto/gen/dxos/echo/model/document.js.map +1 -0
  270. package/dist/esm/src/proto/gen/dxos/echo/model/messenger.d.ts +10 -0
  271. package/dist/esm/src/proto/gen/dxos/echo/model/messenger.d.ts.map +1 -0
  272. package/dist/esm/src/proto/gen/dxos/echo/model/messenger.js +2 -0
  273. package/dist/esm/src/proto/gen/dxos/echo/model/messenger.js.map +1 -0
  274. package/dist/esm/src/proto/gen/dxos/echo/model/text.d.ts +16 -0
  275. package/dist/esm/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -0
  276. package/dist/esm/src/proto/gen/dxos/echo/model/text.js +2 -0
  277. package/dist/esm/src/proto/gen/dxos/echo/model/text.js.map +1 -0
  278. package/dist/esm/src/proto/gen/dxos/echo/object.d.ts +152 -0
  279. package/dist/esm/src/proto/gen/dxos/echo/object.d.ts.map +1 -0
  280. package/dist/esm/src/proto/gen/dxos/echo/object.js +17 -0
  281. package/dist/esm/src/proto/gen/dxos/echo/object.js.map +1 -0
  282. package/dist/esm/src/proto/gen/dxos/echo/service.d.ts +68 -0
  283. package/dist/esm/src/proto/gen/dxos/echo/service.d.ts.map +1 -0
  284. package/dist/esm/src/proto/gen/dxos/echo/service.js +2 -0
  285. package/dist/esm/src/proto/gen/dxos/echo/service.js.map +1 -0
  286. package/dist/esm/src/proto/gen/dxos/echo/snapshot.d.ts +37 -0
  287. package/dist/esm/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -0
  288. package/dist/esm/src/proto/gen/dxos/echo/snapshot.js +2 -0
  289. package/dist/esm/src/proto/gen/dxos/echo/snapshot.js.map +1 -0
  290. package/dist/esm/src/proto/gen/dxos/echo/timeframe.d.ts +20 -0
  291. package/dist/esm/src/proto/gen/dxos/echo/timeframe.d.ts.map +1 -0
  292. package/dist/esm/src/proto/gen/dxos/echo/timeframe.js +2 -0
  293. package/dist/esm/src/proto/gen/dxos/echo/timeframe.js.map +1 -0
  294. package/dist/esm/src/proto/gen/dxos/gravity.d.ts +123 -0
  295. package/dist/esm/src/proto/gen/dxos/gravity.d.ts.map +1 -0
  296. package/dist/esm/src/proto/gen/dxos/gravity.js +2 -0
  297. package/dist/esm/src/proto/gen/dxos/gravity.js.map +1 -0
  298. package/dist/esm/src/proto/gen/dxos/halo/credentials/auth.d.ts +36 -0
  299. package/dist/esm/src/proto/gen/dxos/halo/credentials/auth.d.ts.map +1 -0
  300. package/dist/esm/src/proto/gen/dxos/halo/credentials/auth.js +2 -0
  301. package/dist/esm/src/proto/gen/dxos/halo/credentials/auth.js.map +1 -0
  302. package/dist/esm/src/proto/gen/dxos/halo/credentials/greet.d.ts +70 -0
  303. package/dist/esm/src/proto/gen/dxos/halo/credentials/greet.d.ts.map +1 -0
  304. package/dist/esm/src/proto/gen/dxos/halo/credentials/greet.js +16 -0
  305. package/dist/esm/src/proto/gen/dxos/halo/credentials/greet.js.map +1 -0
  306. package/dist/esm/src/proto/gen/dxos/halo/credentials/identity.d.ts +18 -0
  307. package/dist/esm/src/proto/gen/dxos/halo/credentials/identity.d.ts.map +1 -0
  308. package/dist/esm/src/proto/gen/dxos/halo/credentials/identity.js +2 -0
  309. package/dist/esm/src/proto/gen/dxos/halo/credentials/identity.js.map +1 -0
  310. package/dist/esm/src/proto/gen/dxos/halo/credentials.d.ts +279 -0
  311. package/dist/esm/src/proto/gen/dxos/halo/credentials.d.ts.map +1 -0
  312. package/dist/esm/src/proto/gen/dxos/halo/credentials.js +28 -0
  313. package/dist/esm/src/proto/gen/dxos/halo/credentials.js.map +1 -0
  314. package/dist/esm/src/proto/gen/dxos/halo/invitations.d.ts +129 -0
  315. package/dist/esm/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -0
  316. package/dist/esm/src/proto/gen/dxos/halo/invitations.js +14 -0
  317. package/dist/esm/src/proto/gen/dxos/halo/invitations.js.map +1 -0
  318. package/dist/esm/src/proto/gen/dxos/halo/keyring.d.ts +13 -0
  319. package/dist/esm/src/proto/gen/dxos/halo/keyring.d.ts.map +1 -0
  320. package/dist/esm/src/proto/gen/dxos/halo/keyring.js +2 -0
  321. package/dist/esm/src/proto/gen/dxos/halo/keyring.js.map +1 -0
  322. package/dist/esm/src/proto/gen/dxos/halo/keys.d.ts +88 -0
  323. package/dist/esm/src/proto/gen/dxos/halo/keys.d.ts.map +1 -0
  324. package/dist/esm/src/proto/gen/dxos/halo/keys.js +14 -0
  325. package/dist/esm/src/proto/gen/dxos/halo/keys.js.map +1 -0
  326. package/dist/esm/src/proto/gen/dxos/halo/signed.d.ts +64 -0
  327. package/dist/esm/src/proto/gen/dxos/halo/signed.d.ts.map +1 -0
  328. package/dist/esm/src/proto/gen/dxos/halo/signed.js +2 -0
  329. package/dist/esm/src/proto/gen/dxos/halo/signed.js.map +1 -0
  330. package/dist/esm/src/proto/gen/dxos/iframe.d.ts +100 -0
  331. package/dist/esm/src/proto/gen/dxos/iframe.d.ts.map +1 -0
  332. package/dist/esm/src/proto/gen/dxos/iframe.js +23 -0
  333. package/dist/esm/src/proto/gen/dxos/iframe.js.map +1 -0
  334. package/dist/esm/src/proto/gen/dxos/keys.d.ts +15 -0
  335. package/dist/esm/src/proto/gen/dxos/keys.d.ts.map +1 -0
  336. package/dist/esm/src/proto/gen/dxos/keys.js +2 -0
  337. package/dist/esm/src/proto/gen/dxos/keys.js.map +1 -0
  338. package/dist/esm/src/proto/gen/dxos/mesh/bridge.d.ts +92 -0
  339. package/dist/esm/src/proto/gen/dxos/mesh/bridge.d.ts.map +1 -0
  340. package/dist/esm/src/proto/gen/dxos/mesh/bridge.js +12 -0
  341. package/dist/esm/src/proto/gen/dxos/mesh/bridge.js.map +1 -0
  342. package/dist/esm/src/proto/gen/dxos/mesh/broadcast.d.ts +15 -0
  343. package/dist/esm/src/proto/gen/dxos/mesh/broadcast.d.ts.map +1 -0
  344. package/dist/esm/src/proto/gen/dxos/mesh/broadcast.js +2 -0
  345. package/dist/esm/src/proto/gen/dxos/mesh/broadcast.js.map +1 -0
  346. package/dist/esm/src/proto/gen/dxos/mesh/messaging.d.ts +26 -0
  347. package/dist/esm/src/proto/gen/dxos/mesh/messaging.d.ts.map +1 -0
  348. package/dist/esm/src/proto/gen/dxos/mesh/messaging.js +2 -0
  349. package/dist/esm/src/proto/gen/dxos/mesh/messaging.js.map +1 -0
  350. package/dist/esm/src/proto/gen/dxos/mesh/muxer.d.ts +68 -0
  351. package/dist/esm/src/proto/gen/dxos/mesh/muxer.d.ts.map +1 -0
  352. package/dist/esm/src/proto/gen/dxos/mesh/muxer.js +2 -0
  353. package/dist/esm/src/proto/gen/dxos/mesh/muxer.js.map +1 -0
  354. package/dist/esm/src/proto/gen/dxos/mesh/presence.d.ts +28 -0
  355. package/dist/esm/src/proto/gen/dxos/mesh/presence.d.ts.map +1 -0
  356. package/dist/esm/src/proto/gen/dxos/mesh/presence.js +2 -0
  357. package/dist/esm/src/proto/gen/dxos/mesh/presence.js.map +1 -0
  358. package/dist/esm/src/proto/gen/dxos/mesh/protocol.d.ts +27 -0
  359. package/dist/esm/src/proto/gen/dxos/mesh/protocol.d.ts.map +1 -0
  360. package/dist/esm/src/proto/gen/dxos/mesh/protocol.js +2 -0
  361. package/dist/esm/src/proto/gen/dxos/mesh/protocol.js.map +1 -0
  362. package/dist/esm/src/proto/gen/dxos/mesh/replicator.d.ts +26 -0
  363. package/dist/esm/src/proto/gen/dxos/mesh/replicator.d.ts.map +1 -0
  364. package/dist/esm/src/proto/gen/dxos/mesh/replicator.js +2 -0
  365. package/dist/esm/src/proto/gen/dxos/mesh/replicator.js.map +1 -0
  366. package/dist/esm/src/proto/gen/dxos/mesh/signal.d.ts +99 -0
  367. package/dist/esm/src/proto/gen/dxos/mesh/signal.d.ts.map +1 -0
  368. package/dist/esm/src/proto/gen/dxos/mesh/signal.js +2 -0
  369. package/dist/esm/src/proto/gen/dxos/mesh/signal.js.map +1 -0
  370. package/dist/esm/src/proto/gen/dxos/mesh/swarm.d.ts +60 -0
  371. package/dist/esm/src/proto/gen/dxos/mesh/swarm.d.ts.map +1 -0
  372. package/dist/esm/src/proto/gen/dxos/mesh/swarm.js +2 -0
  373. package/dist/esm/src/proto/gen/dxos/mesh/swarm.js.map +1 -0
  374. package/dist/esm/src/proto/gen/dxos/mesh/teleport/auth.d.ts +22 -0
  375. package/dist/esm/src/proto/gen/dxos/mesh/teleport/auth.d.ts.map +1 -0
  376. package/dist/esm/src/proto/gen/dxos/mesh/teleport/auth.js +2 -0
  377. package/dist/esm/src/proto/gen/dxos/mesh/teleport/auth.js.map +1 -0
  378. package/dist/esm/src/proto/gen/dxos/mesh/teleport/control.d.ts +21 -0
  379. package/dist/esm/src/proto/gen/dxos/mesh/teleport/control.d.ts.map +1 -0
  380. package/dist/esm/src/proto/gen/dxos/mesh/teleport/control.js +2 -0
  381. package/dist/esm/src/proto/gen/dxos/mesh/teleport/control.js.map +1 -0
  382. package/dist/esm/src/proto/gen/dxos/mesh/teleport/notarization.d.ts +23 -0
  383. package/dist/esm/src/proto/gen/dxos/mesh/teleport/notarization.d.ts.map +1 -0
  384. package/dist/esm/src/proto/gen/dxos/mesh/teleport/notarization.js +2 -0
  385. package/dist/esm/src/proto/gen/dxos/mesh/teleport/notarization.js.map +1 -0
  386. package/dist/esm/src/proto/gen/dxos/mesh/teleport/objectsync.d.ts +34 -0
  387. package/dist/esm/src/proto/gen/dxos/mesh/teleport/objectsync.d.ts.map +1 -0
  388. package/dist/esm/src/proto/gen/dxos/mesh/teleport/objectsync.js +2 -0
  389. package/dist/esm/src/proto/gen/dxos/mesh/teleport/objectsync.js.map +1 -0
  390. package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.d.ts +26 -0
  391. package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.d.ts.map +1 -0
  392. package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.js +2 -0
  393. package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.js.map +1 -0
  394. package/dist/esm/src/proto/gen/dxos/mesh/teleport/replicator.d.ts +77 -0
  395. package/dist/esm/src/proto/gen/dxos/mesh/teleport/replicator.d.ts.map +1 -0
  396. package/dist/esm/src/proto/gen/dxos/mesh/teleport/replicator.js +2 -0
  397. package/dist/esm/src/proto/gen/dxos/mesh/teleport/replicator.js.map +1 -0
  398. package/dist/esm/src/proto/gen/dxos/registry.d.ts +82 -0
  399. package/dist/esm/src/proto/gen/dxos/registry.d.ts.map +1 -0
  400. package/dist/esm/src/proto/gen/dxos/registry.js +2 -0
  401. package/dist/esm/src/proto/gen/dxos/registry.js.map +1 -0
  402. package/dist/esm/src/proto/gen/dxos/rpc.d.ts +94 -0
  403. package/dist/esm/src/proto/gen/dxos/rpc.d.ts.map +1 -0
  404. package/dist/esm/src/proto/gen/dxos/rpc.js +13 -0
  405. package/dist/esm/src/proto/gen/dxos/rpc.js.map +1 -0
  406. package/dist/esm/src/proto/gen/dxos/service/publisher.d.ts +81 -0
  407. package/dist/esm/src/proto/gen/dxos/service/publisher.d.ts.map +1 -0
  408. package/dist/esm/src/proto/gen/dxos/service/publisher.js +2 -0
  409. package/dist/esm/src/proto/gen/dxos/service/publisher.js.map +1 -0
  410. package/dist/esm/src/proto/gen/dxos/service/scheduler.d.ts +300 -0
  411. package/dist/esm/src/proto/gen/dxos/service/scheduler.d.ts.map +1 -0
  412. package/dist/esm/src/proto/gen/dxos/service/scheduler.js +13 -0
  413. package/dist/esm/src/proto/gen/dxos/service/scheduler.js.map +1 -0
  414. package/dist/esm/src/proto/gen/dxos/type.d.ts +168 -0
  415. package/dist/esm/src/proto/gen/dxos/type.d.ts.map +1 -0
  416. package/dist/esm/src/proto/gen/dxos/type.js +2 -0
  417. package/dist/esm/src/proto/gen/dxos/type.js.map +1 -0
  418. package/dist/esm/src/proto/gen/example/testing/data.d.ts +30 -0
  419. package/dist/esm/src/proto/gen/example/testing/data.d.ts.map +1 -0
  420. package/dist/esm/src/proto/gen/example/testing/data.js +2 -0
  421. package/dist/esm/src/proto/gen/example/testing/data.js.map +1 -0
  422. package/dist/esm/src/proto/gen/example/testing/rpc.d.ts +67 -0
  423. package/dist/esm/src/proto/gen/example/testing/rpc.d.ts.map +1 -0
  424. package/dist/esm/src/proto/gen/example/testing/rpc.js +2 -0
  425. package/dist/esm/src/proto/gen/example/testing/rpc.js.map +1 -0
  426. package/dist/esm/src/proto/gen/google/protobuf.d.ts +56 -0
  427. package/dist/esm/src/proto/gen/google/protobuf.d.ts.map +1 -0
  428. package/dist/esm/src/proto/gen/google/protobuf.js +5 -0
  429. package/dist/esm/src/proto/gen/google/protobuf.js.map +1 -0
  430. package/dist/esm/src/proto/gen/index.d.ts +471 -0
  431. package/dist/esm/src/proto/gen/index.d.ts.map +1 -0
  432. package/dist/esm/src/proto/gen/index.js +5 -0
  433. package/dist/esm/src/proto/gen/index.js.map +1 -0
  434. package/dist/esm/src/proto/index.d.ts +2 -0
  435. package/dist/esm/src/proto/index.d.ts.map +1 -0
  436. package/dist/esm/src/proto/index.js +5 -0
  437. package/dist/esm/src/proto/index.js.map +1 -0
  438. package/dist/{src → esm/src}/proto/substitutions.d.ts +2 -2
  439. package/dist/esm/src/proto/substitutions.d.ts.map +1 -0
  440. package/dist/esm/src/proto/substitutions.js +32 -0
  441. package/dist/esm/src/proto/substitutions.js.map +1 -0
  442. package/dist/esm/src/testing.d.ts +5 -0
  443. package/dist/esm/src/testing.d.ts.map +1 -0
  444. package/dist/esm/src/testing.js +29 -0
  445. package/dist/esm/src/testing.js.map +1 -0
  446. package/dist/esm/src/types.d.ts +34 -0
  447. package/dist/esm/src/types.d.ts.map +1 -0
  448. package/dist/esm/src/types.js +5 -0
  449. package/dist/esm/src/types.js.map +1 -0
  450. package/package.json +30 -8
  451. package/src/proto/dxos/client/services.proto +8 -3
  452. package/src/proto/dxos/client.proto +22 -3
  453. package/src/proto/dxos/config.proto +31 -5
  454. package/src/proto/dxos/devtools/host.proto +71 -56
  455. package/src/proto/dxos/devtools/swarm.proto +1 -1
  456. package/src/proto/dxos/echo/feed.proto +13 -49
  457. package/src/proto/dxos/echo/metadata.proto +6 -2
  458. package/src/proto/dxos/echo/model/{object.proto → document.proto} +5 -3
  459. package/src/proto/dxos/echo/object.proto +79 -0
  460. package/src/proto/dxos/echo/service.proto +15 -32
  461. package/src/proto/dxos/echo/snapshot.proto +13 -73
  462. package/src/proto/dxos/halo/invitations.proto +4 -0
  463. package/src/proto/dxos/iframe.proto +39 -1
  464. package/src/proto/dxos/mesh/teleport/notarization.proto +28 -0
  465. package/src/proto/gen/dxos/bot.ts +3 -1
  466. package/src/proto/gen/dxos/client/services.ts +12 -1
  467. package/src/proto/gen/dxos/client.ts +43 -4
  468. package/src/proto/gen/dxos/config.ts +88 -3
  469. package/src/proto/gen/dxos/devtools/host.ts +35 -31
  470. package/src/proto/gen/dxos/devtools/swarm.ts +3 -1
  471. package/src/proto/gen/dxos/echo/feed.ts +17 -84
  472. package/src/proto/gen/dxos/echo/metadata.ts +9 -2
  473. package/src/proto/gen/dxos/echo/model/{object.ts → document.ts} +25 -13
  474. package/src/proto/gen/dxos/echo/model/messenger.ts +3 -1
  475. package/src/proto/gen/dxos/echo/model/text.ts +3 -1
  476. package/src/proto/gen/dxos/echo/object.ts +200 -0
  477. package/src/proto/gen/dxos/echo/service.ts +32 -44
  478. package/src/proto/gen/dxos/echo/snapshot.ts +15 -113
  479. package/src/proto/gen/dxos/echo/timeframe.ts +3 -1
  480. package/src/proto/gen/dxos/gravity.ts +3 -1
  481. package/src/proto/gen/dxos/halo/credentials/auth.ts +3 -1
  482. package/src/proto/gen/dxos/halo/credentials/greet.ts +3 -1
  483. package/src/proto/gen/dxos/halo/credentials/identity.ts +3 -1
  484. package/src/proto/gen/dxos/halo/credentials.ts +3 -1
  485. package/src/proto/gen/dxos/halo/invitations.ts +13 -1
  486. package/src/proto/gen/dxos/halo/keyring.ts +3 -1
  487. package/src/proto/gen/dxos/halo/keys.ts +3 -1
  488. package/src/proto/gen/dxos/halo/signed.ts +3 -1
  489. package/src/proto/gen/dxos/iframe.ts +75 -1
  490. package/src/proto/gen/dxos/keys.ts +3 -1
  491. package/src/proto/gen/dxos/mesh/bridge.ts +3 -1
  492. package/src/proto/gen/dxos/mesh/broadcast.ts +3 -1
  493. package/src/proto/gen/dxos/mesh/messaging.ts +3 -1
  494. package/src/proto/gen/dxos/mesh/muxer.ts +3 -1
  495. package/src/proto/gen/dxos/mesh/presence.ts +3 -1
  496. package/src/proto/gen/dxos/mesh/protocol.ts +3 -1
  497. package/src/proto/gen/dxos/mesh/replicator.ts +3 -1
  498. package/src/proto/gen/dxos/mesh/signal.ts +3 -1
  499. package/src/proto/gen/dxos/mesh/swarm.ts +3 -1
  500. package/src/proto/gen/dxos/mesh/teleport/auth.ts +3 -1
  501. package/src/proto/gen/dxos/mesh/teleport/control.ts +3 -1
  502. package/src/proto/gen/dxos/mesh/teleport/notarization.ts +71 -0
  503. package/src/proto/gen/dxos/mesh/teleport/objectsync.ts +3 -1
  504. package/src/proto/gen/dxos/mesh/teleport/presence.ts +3 -1
  505. package/src/proto/gen/dxos/mesh/teleport/replicator.ts +3 -1
  506. package/src/proto/gen/dxos/registry.ts +3 -1
  507. package/src/proto/gen/dxos/rpc.ts +3 -1
  508. package/src/proto/gen/dxos/service/publisher.ts +3 -1
  509. package/src/proto/gen/dxos/service/scheduler.ts +3 -1
  510. package/src/proto/gen/dxos/type.ts +3 -1
  511. package/src/proto/gen/example/testing/data.ts +3 -1
  512. package/src/proto/gen/example/testing/rpc.ts +3 -1
  513. package/src/proto/gen/google/protobuf.ts +24 -22
  514. package/src/proto/gen/index.ts +45 -35
  515. package/src/testing.ts +15 -4
  516. package/src/types.ts +3 -2
  517. package/dist/src/codec.test.js.map +0 -1
  518. package/dist/src/index.d.ts.map +0 -1
  519. package/dist/src/index.js.map +0 -1
  520. package/dist/src/proto/gen/dxos/bot.d.ts.map +0 -1
  521. package/dist/src/proto/gen/dxos/bot.js.map +0 -1
  522. package/dist/src/proto/gen/dxos/client/services.d.ts.map +0 -1
  523. package/dist/src/proto/gen/dxos/client/services.js.map +0 -1
  524. package/dist/src/proto/gen/dxos/client.d.ts.map +0 -1
  525. package/dist/src/proto/gen/dxos/client.js.map +0 -1
  526. package/dist/src/proto/gen/dxos/config.d.ts.map +0 -1
  527. package/dist/src/proto/gen/dxos/config.js.map +0 -1
  528. package/dist/src/proto/gen/dxos/devtools/host.d.ts.map +0 -1
  529. package/dist/src/proto/gen/dxos/devtools/host.js.map +0 -1
  530. package/dist/src/proto/gen/dxos/devtools/swarm.d.ts.map +0 -1
  531. package/dist/src/proto/gen/dxos/devtools/swarm.js.map +0 -1
  532. package/dist/src/proto/gen/dxos/echo/feed.d.ts +0 -112
  533. package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +0 -1
  534. package/dist/src/proto/gen/dxos/echo/feed.js +0 -17
  535. package/dist/src/proto/gen/dxos/echo/feed.js.map +0 -1
  536. package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +0 -1
  537. package/dist/src/proto/gen/dxos/echo/metadata.js.map +0 -1
  538. package/dist/src/proto/gen/dxos/echo/model/messenger.d.ts.map +0 -1
  539. package/dist/src/proto/gen/dxos/echo/model/messenger.js.map +0 -1
  540. package/dist/src/proto/gen/dxos/echo/model/object.d.ts.map +0 -1
  541. package/dist/src/proto/gen/dxos/echo/model/object.js.map +0 -1
  542. package/dist/src/proto/gen/dxos/echo/model/text.d.ts.map +0 -1
  543. package/dist/src/proto/gen/dxos/echo/model/text.js.map +0 -1
  544. package/dist/src/proto/gen/dxos/echo/service.d.ts +0 -83
  545. package/dist/src/proto/gen/dxos/echo/service.d.ts.map +0 -1
  546. package/dist/src/proto/gen/dxos/echo/service.js.map +0 -1
  547. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +0 -137
  548. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +0 -1
  549. package/dist/src/proto/gen/dxos/echo/snapshot.js.map +0 -1
  550. package/dist/src/proto/gen/dxos/echo/timeframe.d.ts.map +0 -1
  551. package/dist/src/proto/gen/dxos/echo/timeframe.js.map +0 -1
  552. package/dist/src/proto/gen/dxos/gravity.d.ts.map +0 -1
  553. package/dist/src/proto/gen/dxos/gravity.js.map +0 -1
  554. package/dist/src/proto/gen/dxos/halo/credentials/auth.d.ts.map +0 -1
  555. package/dist/src/proto/gen/dxos/halo/credentials/auth.js.map +0 -1
  556. package/dist/src/proto/gen/dxos/halo/credentials/greet.d.ts.map +0 -1
  557. package/dist/src/proto/gen/dxos/halo/credentials/greet.js.map +0 -1
  558. package/dist/src/proto/gen/dxos/halo/credentials/identity.d.ts.map +0 -1
  559. package/dist/src/proto/gen/dxos/halo/credentials/identity.js.map +0 -1
  560. package/dist/src/proto/gen/dxos/halo/credentials.d.ts.map +0 -1
  561. package/dist/src/proto/gen/dxos/halo/credentials.js.map +0 -1
  562. package/dist/src/proto/gen/dxos/halo/invitations.d.ts.map +0 -1
  563. package/dist/src/proto/gen/dxos/halo/invitations.js.map +0 -1
  564. package/dist/src/proto/gen/dxos/halo/keyring.d.ts.map +0 -1
  565. package/dist/src/proto/gen/dxos/halo/keyring.js.map +0 -1
  566. package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +0 -1
  567. package/dist/src/proto/gen/dxos/halo/keys.js.map +0 -1
  568. package/dist/src/proto/gen/dxos/halo/signed.d.ts.map +0 -1
  569. package/dist/src/proto/gen/dxos/halo/signed.js.map +0 -1
  570. package/dist/src/proto/gen/dxos/iframe.d.ts +0 -27
  571. package/dist/src/proto/gen/dxos/iframe.d.ts.map +0 -1
  572. package/dist/src/proto/gen/dxos/iframe.js +0 -3
  573. package/dist/src/proto/gen/dxos/iframe.js.map +0 -1
  574. package/dist/src/proto/gen/dxos/keys.d.ts.map +0 -1
  575. package/dist/src/proto/gen/dxos/keys.js.map +0 -1
  576. package/dist/src/proto/gen/dxos/mesh/bridge.d.ts.map +0 -1
  577. package/dist/src/proto/gen/dxos/mesh/bridge.js.map +0 -1
  578. package/dist/src/proto/gen/dxos/mesh/broadcast.d.ts.map +0 -1
  579. package/dist/src/proto/gen/dxos/mesh/broadcast.js.map +0 -1
  580. package/dist/src/proto/gen/dxos/mesh/messaging.d.ts.map +0 -1
  581. package/dist/src/proto/gen/dxos/mesh/messaging.js.map +0 -1
  582. package/dist/src/proto/gen/dxos/mesh/muxer.d.ts.map +0 -1
  583. package/dist/src/proto/gen/dxos/mesh/muxer.js.map +0 -1
  584. package/dist/src/proto/gen/dxos/mesh/presence.d.ts.map +0 -1
  585. package/dist/src/proto/gen/dxos/mesh/presence.js.map +0 -1
  586. package/dist/src/proto/gen/dxos/mesh/protocol.d.ts.map +0 -1
  587. package/dist/src/proto/gen/dxos/mesh/protocol.js.map +0 -1
  588. package/dist/src/proto/gen/dxos/mesh/replicator.d.ts.map +0 -1
  589. package/dist/src/proto/gen/dxos/mesh/replicator.js.map +0 -1
  590. package/dist/src/proto/gen/dxos/mesh/signal.d.ts.map +0 -1
  591. package/dist/src/proto/gen/dxos/mesh/signal.js.map +0 -1
  592. package/dist/src/proto/gen/dxos/mesh/swarm.d.ts.map +0 -1
  593. package/dist/src/proto/gen/dxos/mesh/swarm.js.map +0 -1
  594. package/dist/src/proto/gen/dxos/mesh/teleport/auth.d.ts.map +0 -1
  595. package/dist/src/proto/gen/dxos/mesh/teleport/auth.js.map +0 -1
  596. package/dist/src/proto/gen/dxos/mesh/teleport/control.d.ts.map +0 -1
  597. package/dist/src/proto/gen/dxos/mesh/teleport/control.js.map +0 -1
  598. package/dist/src/proto/gen/dxos/mesh/teleport/objectsync.d.ts.map +0 -1
  599. package/dist/src/proto/gen/dxos/mesh/teleport/objectsync.js.map +0 -1
  600. package/dist/src/proto/gen/dxos/mesh/teleport/presence.d.ts.map +0 -1
  601. package/dist/src/proto/gen/dxos/mesh/teleport/presence.js.map +0 -1
  602. package/dist/src/proto/gen/dxos/mesh/teleport/replicator.d.ts.map +0 -1
  603. package/dist/src/proto/gen/dxos/mesh/teleport/replicator.js.map +0 -1
  604. package/dist/src/proto/gen/dxos/registry.d.ts.map +0 -1
  605. package/dist/src/proto/gen/dxos/registry.js.map +0 -1
  606. package/dist/src/proto/gen/dxos/rpc.d.ts.map +0 -1
  607. package/dist/src/proto/gen/dxos/rpc.js.map +0 -1
  608. package/dist/src/proto/gen/dxos/service/publisher.d.ts.map +0 -1
  609. package/dist/src/proto/gen/dxos/service/publisher.js.map +0 -1
  610. package/dist/src/proto/gen/dxos/service/scheduler.d.ts.map +0 -1
  611. package/dist/src/proto/gen/dxos/service/scheduler.js.map +0 -1
  612. package/dist/src/proto/gen/dxos/type.d.ts.map +0 -1
  613. package/dist/src/proto/gen/dxos/type.js.map +0 -1
  614. package/dist/src/proto/gen/example/testing/data.d.ts.map +0 -1
  615. package/dist/src/proto/gen/example/testing/data.js.map +0 -1
  616. package/dist/src/proto/gen/example/testing/rpc.d.ts.map +0 -1
  617. package/dist/src/proto/gen/example/testing/rpc.js.map +0 -1
  618. package/dist/src/proto/gen/google/protobuf.d.ts.map +0 -1
  619. package/dist/src/proto/gen/google/protobuf.js.map +0 -1
  620. package/dist/src/proto/gen/index.d.ts.map +0 -1
  621. package/dist/src/proto/gen/index.js +0 -11
  622. package/dist/src/proto/gen/index.js.map +0 -1
  623. package/dist/src/proto/index.d.ts.map +0 -1
  624. package/dist/src/proto/index.js.map +0 -1
  625. package/dist/src/proto/substitutions.d.ts.map +0 -1
  626. package/dist/src/proto/substitutions.js.map +0 -1
  627. package/dist/src/testing.d.ts +0 -5
  628. package/dist/src/testing.d.ts.map +0 -1
  629. package/dist/src/testing.js +0 -22
  630. package/dist/src/testing.js.map +0 -1
  631. package/dist/src/types.d.ts.map +0 -1
  632. package/dist/src/types.js.map +0 -1
  633. package/proto/dxos/bot.d.ts +0 -5
  634. package/proto/dxos/bot.js +0 -5
  635. package/proto/dxos/client/services.d.ts +0 -5
  636. package/proto/dxos/client/services.js +0 -5
  637. package/proto/dxos/client.d.ts +0 -5
  638. package/proto/dxos/client.js +0 -5
  639. package/proto/dxos/config.d.ts +0 -5
  640. package/proto/dxos/config.js +0 -5
  641. package/proto/dxos/devtools/host.d.ts +0 -5
  642. package/proto/dxos/devtools/host.js +0 -5
  643. package/proto/dxos/devtools/swarm.d.ts +0 -5
  644. package/proto/dxos/devtools/swarm.js +0 -5
  645. package/proto/dxos/echo/feed.d.ts +0 -5
  646. package/proto/dxos/echo/feed.js +0 -5
  647. package/proto/dxos/echo/metadata.d.ts +0 -5
  648. package/proto/dxos/echo/metadata.js +0 -5
  649. package/proto/dxos/echo/model/messenger.d.ts +0 -5
  650. package/proto/dxos/echo/model/messenger.js +0 -5
  651. package/proto/dxos/echo/model/object.d.ts +0 -5
  652. package/proto/dxos/echo/model/object.js +0 -5
  653. package/proto/dxos/echo/model/text.d.ts +0 -5
  654. package/proto/dxos/echo/model/text.js +0 -5
  655. package/proto/dxos/echo/service.d.ts +0 -5
  656. package/proto/dxos/echo/service.js +0 -5
  657. package/proto/dxos/echo/snapshot.d.ts +0 -5
  658. package/proto/dxos/echo/snapshot.js +0 -5
  659. package/proto/dxos/echo/timeframe.d.ts +0 -5
  660. package/proto/dxos/echo/timeframe.js +0 -5
  661. package/proto/dxos/gravity.d.ts +0 -5
  662. package/proto/dxos/gravity.js +0 -5
  663. package/proto/dxos/halo/credentials/auth.d.ts +0 -5
  664. package/proto/dxos/halo/credentials/auth.js +0 -5
  665. package/proto/dxos/halo/credentials/greet.d.ts +0 -5
  666. package/proto/dxos/halo/credentials/greet.js +0 -5
  667. package/proto/dxos/halo/credentials/identity.d.ts +0 -5
  668. package/proto/dxos/halo/credentials/identity.js +0 -5
  669. package/proto/dxos/halo/credentials.d.ts +0 -5
  670. package/proto/dxos/halo/credentials.js +0 -5
  671. package/proto/dxos/halo/invitations.d.ts +0 -5
  672. package/proto/dxos/halo/invitations.js +0 -5
  673. package/proto/dxos/halo/keyring.d.ts +0 -5
  674. package/proto/dxos/halo/keyring.js +0 -5
  675. package/proto/dxos/halo/keys.d.ts +0 -5
  676. package/proto/dxos/halo/keys.js +0 -5
  677. package/proto/dxos/halo/signed.d.ts +0 -5
  678. package/proto/dxos/halo/signed.js +0 -5
  679. package/proto/dxos/iframe.d.ts +0 -5
  680. package/proto/dxos/iframe.js +0 -5
  681. package/proto/dxos/keys.d.ts +0 -5
  682. package/proto/dxos/keys.js +0 -5
  683. package/proto/dxos/mesh/bridge.d.ts +0 -5
  684. package/proto/dxos/mesh/bridge.js +0 -5
  685. package/proto/dxos/mesh/broadcast.d.ts +0 -5
  686. package/proto/dxos/mesh/broadcast.js +0 -5
  687. package/proto/dxos/mesh/messaging.d.ts +0 -5
  688. package/proto/dxos/mesh/messaging.js +0 -5
  689. package/proto/dxos/mesh/muxer.d.ts +0 -5
  690. package/proto/dxos/mesh/muxer.js +0 -5
  691. package/proto/dxos/mesh/presence.d.ts +0 -5
  692. package/proto/dxos/mesh/presence.js +0 -5
  693. package/proto/dxos/mesh/protocol.d.ts +0 -5
  694. package/proto/dxos/mesh/protocol.js +0 -5
  695. package/proto/dxos/mesh/replicator.d.ts +0 -5
  696. package/proto/dxos/mesh/replicator.js +0 -5
  697. package/proto/dxos/mesh/signal.d.ts +0 -5
  698. package/proto/dxos/mesh/signal.js +0 -5
  699. package/proto/dxos/mesh/swarm.d.ts +0 -5
  700. package/proto/dxos/mesh/swarm.js +0 -5
  701. package/proto/dxos/mesh/teleport/auth.d.ts +0 -5
  702. package/proto/dxos/mesh/teleport/auth.js +0 -5
  703. package/proto/dxos/mesh/teleport/control.d.ts +0 -5
  704. package/proto/dxos/mesh/teleport/control.js +0 -5
  705. package/proto/dxos/mesh/teleport/objectsync.d.ts +0 -5
  706. package/proto/dxos/mesh/teleport/objectsync.js +0 -5
  707. package/proto/dxos/mesh/teleport/presence.d.ts +0 -5
  708. package/proto/dxos/mesh/teleport/presence.js +0 -5
  709. package/proto/dxos/mesh/teleport/replicator.d.ts +0 -5
  710. package/proto/dxos/mesh/teleport/replicator.js +0 -5
  711. package/proto/dxos/registry.d.ts +0 -5
  712. package/proto/dxos/registry.js +0 -5
  713. package/proto/dxos/rpc.d.ts +0 -5
  714. package/proto/dxos/rpc.js +0 -5
  715. package/proto/dxos/service/publisher.d.ts +0 -5
  716. package/proto/dxos/service/publisher.js +0 -5
  717. package/proto/dxos/service/scheduler.d.ts +0 -5
  718. package/proto/dxos/service/scheduler.js +0 -5
  719. package/proto/dxos/type.d.ts +0 -5
  720. package/proto/dxos/type.js +0 -5
  721. package/proto/example/testing/data.d.ts +0 -5
  722. package/proto/example/testing/data.js +0 -5
  723. package/proto/example/testing/rpc.d.ts +0 -5
  724. package/proto/example/testing/rpc.js +0 -5
  725. package/proto/google/protobuf.d.ts +0 -5
  726. package/proto/google/protobuf.js +0 -5
@@ -1,4 +1,4 @@
1
- import { Schema } from "@dxos/codec-protobuf";
1
+ import { Schema, decompressSchema } from "@dxos/codec-protobuf";
2
2
  import * as dxos_bot from "./dxos/bot";
3
3
  import * as dxos_client from "./dxos/client";
4
4
  import * as dxos_client_services from "./dxos/client/services";
@@ -7,9 +7,10 @@ import * as dxos_devtools_host from "./dxos/devtools/host";
7
7
  import * as dxos_devtools_swarm from "./dxos/devtools/swarm";
8
8
  import * as dxos_echo_feed from "./dxos/echo/feed";
9
9
  import * as dxos_echo_metadata from "./dxos/echo/metadata";
10
+ import * as dxos_echo_model_document from "./dxos/echo/model/document";
10
11
  import * as dxos_echo_model_messenger from "./dxos/echo/model/messenger";
11
- import * as dxos_echo_model_object from "./dxos/echo/model/object";
12
12
  import * as dxos_echo_model_text from "./dxos/echo/model/text";
13
+ import * as dxos_echo_object from "./dxos/echo/object";
13
14
  import * as dxos_echo_service from "./dxos/echo/service";
14
15
  import * as dxos_echo_snapshot from "./dxos/echo/snapshot";
15
16
  import * as dxos_echo_timeframe from "./dxos/echo/timeframe";
@@ -35,6 +36,7 @@ import * as dxos_mesh_signal from "./dxos/mesh/signal";
35
36
  import * as dxos_mesh_swarm from "./dxos/mesh/swarm";
36
37
  import * as dxos_mesh_teleport_auth from "./dxos/mesh/teleport/auth";
37
38
  import * as dxos_mesh_teleport_control from "./dxos/mesh/teleport/control";
39
+ import * as dxos_mesh_teleport_notarization from "./dxos/mesh/teleport/notarization";
38
40
  import * as dxos_mesh_teleport_objectsync from "./dxos/mesh/teleport/objectsync";
39
41
  import * as dxos_mesh_teleport_presence from "./dxos/mesh/teleport/presence";
40
42
  import * as dxos_mesh_teleport_replicator from "./dxos/mesh/teleport/replicator";
@@ -97,8 +99,10 @@ export interface TYPES {
97
99
  "dxos.client.services.SignRequest": dxos_client_services.SignRequest;
98
100
  "dxos.client.services.SignResponse": dxos_client_services.SignResponse;
99
101
  "dxos.client.services.Space": dxos_client_services.Space;
102
+ "dxos.client.services.WriteCredentialsRequest": dxos_client_services.WriteCredentialsRequest;
100
103
  "dxos.client.SetPreferenceRequest": dxos_client.SetPreferenceRequest;
101
104
  "dxos.client.SetSpaceStateRequest": dxos_client.SetSpaceStateRequest;
105
+ "dxos.client.SignPresentationRequest": dxos_client.SignPresentationRequest;
102
106
  "dxos.client.SignRequest": dxos_client.SignRequest;
103
107
  "dxos.client.SignResponse": dxos_client.SignResponse;
104
108
  "dxos.client.Space": dxos_client.Space;
@@ -107,6 +111,7 @@ export interface TYPES {
107
111
  "dxos.client.SpaceMember": dxos_client.SpaceMember;
108
112
  "dxos.client.SpaceMember.PresenceState": dxos_client.SpaceMember.PresenceState;
109
113
  "dxos.client.Status": dxos_client.Status;
114
+ "dxos.client.StatusResponse": dxos_client.StatusResponse;
110
115
  "dxos.client.SubscribeMembersRequest": dxos_client.SubscribeMembersRequest;
111
116
  "dxos.client.SubscribeMembersResponse": dxos_client.SubscribeMembersResponse;
112
117
  "dxos.client.SubscribeProfileResponse": dxos_client.SubscribeProfileResponse;
@@ -120,13 +125,16 @@ export interface TYPES {
120
125
  "dxos.config.Repo": dxos_config.Repo;
121
126
  "dxos.config.Runtime": dxos_config.Runtime;
122
127
  "dxos.config.Runtime.App": dxos_config.Runtime.App;
128
+ "dxos.config.Runtime.App.BuildInfo": dxos_config.Runtime.App.BuildInfo;
123
129
  "dxos.config.Runtime.CLI": dxos_config.Runtime.CLI;
124
130
  "dxos.config.Runtime.CLI.AppServe": dxos_config.Runtime.CLI.AppServe;
125
131
  "dxos.config.Runtime.CLI.AppServe.Serve": dxos_config.Runtime.CLI.AppServe.Serve;
126
132
  "dxos.config.Runtime.CLI.Package": dxos_config.Runtime.CLI.Package;
127
133
  "dxos.config.Runtime.Client": dxos_config.Runtime.Client;
134
+ "dxos.config.Runtime.Client.Log": dxos_config.Runtime.Client.Log;
128
135
  "dxos.config.Runtime.Client.Storage": dxos_config.Runtime.Client.Storage;
129
136
  "dxos.config.Runtime.Client.Storage.StorageDriver": dxos_config.Runtime.Client.Storage.StorageDriver;
137
+ "dxos.config.Runtime.Keys": dxos_config.Runtime.Keys;
130
138
  "dxos.config.Runtime.Kube": dxos_config.Runtime.Kube;
131
139
  "dxos.config.Runtime.Kube.AppTunneling": dxos_config.Runtime.Kube.AppTunneling;
132
140
  "dxos.config.Runtime.Kube.Autoupdate": dxos_config.Runtime.Kube.Autoupdate;
@@ -169,6 +177,7 @@ export interface TYPES {
169
177
  "dxos.devtools.host.SaveSpaceSnapshotResponse": dxos_devtools_host.SaveSpaceSnapshotResponse;
170
178
  "dxos.devtools.host.Services": dxos_devtools_host.Services;
171
179
  "dxos.devtools.host.SetTracingOptionsRequest": dxos_devtools_host.SetTracingOptionsRequest;
180
+ "dxos.devtools.host.SignalResponse": dxos_devtools_host.SignalResponse;
172
181
  "dxos.devtools.host.SpaceStats": dxos_devtools_host.SpaceStats;
173
182
  "dxos.devtools.host.SubscribeToCredentialMessagesRequest": dxos_devtools_host.SubscribeToCredentialMessagesRequest;
174
183
  "dxos.devtools.host.SubscribeToCredentialMessagesResponse": dxos_devtools_host.SubscribeToCredentialMessagesResponse;
@@ -186,7 +195,6 @@ export interface TYPES {
186
195
  "dxos.devtools.host.SubscribeToNetworkTopicsResponse.Topic": dxos_devtools_host.SubscribeToNetworkTopicsResponse.Topic;
187
196
  "dxos.devtools.host.SubscribeToSignalStatusResponse": dxos_devtools_host.SubscribeToSignalStatusResponse;
188
197
  "dxos.devtools.host.SubscribeToSignalStatusResponse.SignalServer": dxos_devtools_host.SubscribeToSignalStatusResponse.SignalServer;
189
- "dxos.devtools.host.SubscribeToSignalTraceResponse": dxos_devtools_host.SubscribeToSignalTraceResponse;
190
198
  "dxos.devtools.host.SubscribeToSpacesRequest": dxos_devtools_host.SubscribeToSpacesRequest;
191
199
  "dxos.devtools.host.SubscribeToSpacesResponse": dxos_devtools_host.SubscribeToSpacesResponse;
192
200
  "dxos.devtools.host.SubscribeToSpacesResponse.SpaceInfo": dxos_devtools_host.SubscribeToSpacesResponse.SpaceInfo;
@@ -196,45 +204,39 @@ export interface TYPES {
196
204
  "dxos.devtools.swarm.ConnectionInfo": dxos_devtools_swarm.ConnectionInfo;
197
205
  "dxos.devtools.swarm.SwarmInfo": dxos_devtools_swarm.SwarmInfo;
198
206
  "dxos.echo.feed.CredentialsMessage": dxos_echo_feed.CredentialsMessage;
199
- "dxos.echo.feed.EchoEnvelope": dxos_echo_feed.EchoEnvelope;
207
+ "dxos.echo.feed.DataMessage": dxos_echo_feed.DataMessage;
200
208
  "dxos.echo.feed.FeedMessage": dxos_echo_feed.FeedMessage;
201
- "dxos.echo.feed.ItemGenesis": dxos_echo_feed.ItemGenesis;
202
- "dxos.echo.feed.ItemMutation": dxos_echo_feed.ItemMutation;
203
- "dxos.echo.feed.ItemMutation.Action": dxos_echo_feed.ItemMutation.Action;
204
- "dxos.echo.feed.LinkData": dxos_echo_feed.LinkData;
209
+ "dxos.echo.feed.FeedMessage.Payload": dxos_echo_feed.FeedMessage.Payload;
205
210
  "dxos.echo.metadata.EchoMetadata": dxos_echo_metadata.EchoMetadata;
206
211
  "dxos.echo.metadata.SpaceMetadata": dxos_echo_metadata.SpaceMetadata;
212
+ "dxos.echo.model.document.Array": dxos_echo_model_document.Array;
213
+ "dxos.echo.model.document.KeyValue": dxos_echo_model_document.KeyValue;
214
+ "dxos.echo.model.document.KeyValueObject": dxos_echo_model_document.KeyValueObject;
215
+ "dxos.echo.model.document.ObjectMutation": dxos_echo_model_document.ObjectMutation;
216
+ "dxos.echo.model.document.ObjectMutation.Operation": dxos_echo_model_document.ObjectMutation.Operation;
217
+ "dxos.echo.model.document.ObjectMutationSet": dxos_echo_model_document.ObjectMutationSet;
218
+ "dxos.echo.model.document.ObjectSnapshot": dxos_echo_model_document.ObjectSnapshot;
219
+ "dxos.echo.model.document.Predicate": dxos_echo_model_document.Predicate;
220
+ "dxos.echo.model.document.Predicate.Operation": dxos_echo_model_document.Predicate.Operation;
221
+ "dxos.echo.model.document.Query": dxos_echo_model_document.Query;
222
+ "dxos.echo.model.document.Reference": dxos_echo_model_document.Reference;
223
+ "dxos.echo.model.document.Value": dxos_echo_model_document.Value;
224
+ "dxos.echo.model.document.YJS": dxos_echo_model_document.YJS;
207
225
  "dxos.echo.model.messenger.Message": dxos_echo_model_messenger.Message;
208
- "dxos.echo.model.object.Array": dxos_echo_model_object.Array;
209
- "dxos.echo.model.object.KeyValue": dxos_echo_model_object.KeyValue;
210
- "dxos.echo.model.object.KeyValueObject": dxos_echo_model_object.KeyValueObject;
211
- "dxos.echo.model.object.ObjectMutation": dxos_echo_model_object.ObjectMutation;
212
- "dxos.echo.model.object.ObjectMutation.Operation": dxos_echo_model_object.ObjectMutation.Operation;
213
- "dxos.echo.model.object.ObjectMutationSet": dxos_echo_model_object.ObjectMutationSet;
214
- "dxos.echo.model.object.ObjectSnapshot": dxos_echo_model_object.ObjectSnapshot;
215
- "dxos.echo.model.object.Predicate": dxos_echo_model_object.Predicate;
216
- "dxos.echo.model.object.Predicate.Operation": dxos_echo_model_object.Predicate.Operation;
217
- "dxos.echo.model.object.Query": dxos_echo_model_object.Query;
218
- "dxos.echo.model.object.Reference": dxos_echo_model_object.Reference;
219
- "dxos.echo.model.object.Value": dxos_echo_model_object.Value;
220
- "dxos.echo.model.object.YJS": dxos_echo_model_object.YJS;
221
226
  "dxos.echo.model.text.Mutation": dxos_echo_model_text.Mutation;
222
227
  "dxos.echo.model.text.Snapshot": dxos_echo_model_text.Snapshot;
228
+ "dxos.echo.object.EchoObject": dxos_echo_object.EchoObject;
229
+ "dxos.echo.object.EchoObject.Genesis": dxos_echo_object.EchoObject.Genesis;
230
+ "dxos.echo.object.EchoObject.Mutation": dxos_echo_object.EchoObject.Mutation;
231
+ "dxos.echo.object.EchoObject.Mutation.Action": dxos_echo_object.EchoObject.Mutation.Action;
232
+ "dxos.echo.object.EchoObject.Snapshot": dxos_echo_object.EchoObject.Snapshot;
233
+ "dxos.echo.object.EchoObjectBatch": dxos_echo_object.EchoObjectBatch;
234
+ "dxos.echo.object.MutationMeta": dxos_echo_object.MutationMeta;
235
+ "dxos.echo.service.EchoEvent": dxos_echo_service.EchoEvent;
223
236
  "dxos.echo.service.MutationReceipt": dxos_echo_service.MutationReceipt;
224
- "dxos.echo.service.SubscribeEntitySetRequest": dxos_echo_service.SubscribeEntitySetRequest;
225
- "dxos.echo.service.SubscribeEntitySetResponse": dxos_echo_service.SubscribeEntitySetResponse;
226
- "dxos.echo.service.SubscribeEntityStreamRequest": dxos_echo_service.SubscribeEntityStreamRequest;
227
- "dxos.echo.service.SubscribeEntityStreamResponse": dxos_echo_service.SubscribeEntityStreamResponse;
228
- "dxos.echo.service.SubscribeEntityStreamResponse.Mutation": dxos_echo_service.SubscribeEntityStreamResponse.Mutation;
229
- "dxos.echo.service.SubscribeEntityStreamResponse.Mutation.Metadata": dxos_echo_service.SubscribeEntityStreamResponse.Mutation.Metadata;
237
+ "dxos.echo.service.SubscribeRequest": dxos_echo_service.SubscribeRequest;
230
238
  "dxos.echo.service.WriteRequest": dxos_echo_service.WriteRequest;
231
- "dxos.echo.snapshot.DatabaseSnapshot": dxos_echo_snapshot.DatabaseSnapshot;
232
- "dxos.echo.snapshot.HaloStateSnapshot": dxos_echo_snapshot.HaloStateSnapshot;
233
- "dxos.echo.snapshot.ItemSnapshot": dxos_echo_snapshot.ItemSnapshot;
234
- "dxos.echo.snapshot.LinkSnapshot": dxos_echo_snapshot.LinkSnapshot;
235
- "dxos.echo.snapshot.ModelMutation": dxos_echo_snapshot.ModelMutation;
236
- "dxos.echo.snapshot.ModelMutationMeta": dxos_echo_snapshot.ModelMutationMeta;
237
- "dxos.echo.snapshot.ModelSnapshot": dxos_echo_snapshot.ModelSnapshot;
239
+ "dxos.echo.snapshot.EchoSnapshot": dxos_echo_snapshot.EchoSnapshot;
238
240
  "dxos.echo.snapshot.SpaceSnapshot": dxos_echo_snapshot.SpaceSnapshot;
239
241
  "dxos.echo.timeframe.TimeframeVector": dxos_echo_timeframe.TimeframeVector;
240
242
  "dxos.echo.timeframe.TimeframeVector.Frame": dxos_echo_timeframe.TimeframeVector.Frame;
@@ -294,6 +296,10 @@ export interface TYPES {
294
296
  "dxos.halo.signed.SignedMessage": dxos_halo_signed.SignedMessage;
295
297
  "dxos.halo.signed.SignedMessage.Signature": dxos_halo_signed.SignedMessage.Signature;
296
298
  "dxos.halo.signed.SignedMessage.Signed": dxos_halo_signed.SignedMessage.Signed;
299
+ "dxos.iframe.AppContextRequest": dxos_iframe.AppContextRequest;
300
+ "dxos.iframe.LayoutRequest": dxos_iframe.LayoutRequest;
301
+ "dxos.iframe.ShellDisplay": dxos_iframe.ShellDisplay;
302
+ "dxos.iframe.ShellLayout": dxos_iframe.ShellLayout;
297
303
  "dxos.iframe.StartRequest": dxos_iframe.StartRequest;
298
304
  "dxos.keys.PrivateKey": dxos_keys.PrivateKey;
299
305
  "dxos.keys.PublicKey": dxos_keys.PublicKey;
@@ -336,6 +342,7 @@ export interface TYPES {
336
342
  "dxos.mesh.teleport.auth.AuthenticateRequest": dxos_mesh_teleport_auth.AuthenticateRequest;
337
343
  "dxos.mesh.teleport.auth.AuthenticateResponse": dxos_mesh_teleport_auth.AuthenticateResponse;
338
344
  "dxos.mesh.teleport.control.RegisterExtensionRequest": dxos_mesh_teleport_control.RegisterExtensionRequest;
345
+ "dxos.mesh.teleport.notarization.NotarizeRequest": dxos_mesh_teleport_notarization.NotarizeRequest;
339
346
  "dxos.mesh.teleport.objectsync.DataObject": dxos_mesh_teleport_objectsync.DataObject;
340
347
  "dxos.mesh.teleport.objectsync.WantList": dxos_mesh_teleport_objectsync.WantList;
341
348
  "dxos.mesh.teleport.presence.PeerState": dxos_mesh_teleport_presence.PeerState;
@@ -439,12 +446,15 @@ export interface SERVICES {
439
446
  "dxos.echo.service.DataService": dxos_echo_service.DataService;
440
447
  "dxos.halo.invitations.HaloHostService": dxos_halo_invitations.HaloHostService;
441
448
  "dxos.halo.invitations.SpaceHostService": dxos_halo_invitations.SpaceHostService;
449
+ "dxos.iframe.AppService": dxos_iframe.AppService;
442
450
  "dxos.iframe.IframeService": dxos_iframe.IframeService;
451
+ "dxos.iframe.ShellService": dxos_iframe.ShellService;
443
452
  "dxos.iframe.WorkerService": dxos_iframe.WorkerService;
444
453
  "dxos.mesh.bridge.BridgeService": dxos_mesh_bridge.BridgeService;
445
454
  "dxos.mesh.signal.Signal": dxos_mesh_signal.Signal;
446
455
  "dxos.mesh.teleport.auth.AuthService": dxos_mesh_teleport_auth.AuthService;
447
456
  "dxos.mesh.teleport.control.ControlService": dxos_mesh_teleport_control.ControlService;
457
+ "dxos.mesh.teleport.notarization.NotarizationService": dxos_mesh_teleport_notarization.NotarizationService;
448
458
  "dxos.mesh.teleport.objectsync.ObjectSyncService": dxos_mesh_teleport_objectsync.ObjectSyncService;
449
459
  "dxos.mesh.teleport.presence.PresenceService": dxos_mesh_teleport_presence.PresenceService;
450
460
  "dxos.mesh.teleport.replicator.ReplicatorService": dxos_mesh_teleport_replicator.ReplicatorService;
@@ -457,5 +467,5 @@ export interface SERVICES {
457
467
  "example.testing.rpc.TestService": example_testing_rpc.TestService;
458
468
  "example.testing.rpc.TestStreamService": example_testing_rpc.TestStreamService;
459
469
  }
460
- export const schemaJson = JSON.parse("{\"nested\":{\"dxos\":{\"nested\":{\"bot\":{\"nested\":{\"Bot\":{\"oneofs\":{\"_status\":{\"oneof\":[\"status\"]},\"_desiredState\":{\"oneof\":[\"desiredState\"]},\"_attemptsToAchieveDesiredState\":{\"oneof\":[\"attemptsToAchieveDesiredState\"]},\"_packageSpecifier\":{\"oneof\":[\"packageSpecifier\"]},\"_lastStart\":{\"oneof\":[\"lastStart\"]},\"_spaceKey\":{\"oneof\":[\"spaceKey\"]},\"_runtime\":{\"oneof\":[\"runtime\"]},\"_report\":{\"oneof\":[\"report\"]}},\"fields\":{\"id\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"status\":{\"type\":\"Status\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"desiredState\":{\"type\":\"Status\",\"id\":55,\"options\":{\"proto3_optional\":true},\"comment\":\"The state that the bot aims to be in. Can be only either RUNNING or STOPPED.\"},\"attemptsToAchieveDesiredState\":{\"type\":\"int32\",\"id\":56,\"options\":{\"proto3_optional\":true},\"comment\":null},\"packageSpecifier\":{\"type\":\"BotPackageSpecifier\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"lastStart\":{\"type\":\"google.protobuf.Timestamp\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"runtime\":{\"type\":\"Runtime\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null},\"report\":{\"type\":\"BotReport\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Runtime\":{\"oneofs\":{\"_exitCode\":{\"oneof\":[\"exitCode\"]},\"_exitSignal\":{\"oneof\":[\"exitSignal\"]},\"_error\":{\"oneof\":[\"error\"]}},\"fields\":{\"exitCode\":{\"type\":\"int32\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"exitSignal\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"error\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Status\":{\"values\":{\"STOPPED\":0,\"STARTING\":1,\"RUNNING\":2,\"STOPPING\":3,\"SPAWNING\":4},\"comment\":null,\"comments\":{\"STOPPED\":null,\"STARTING\":\"Starting bot process.\",\"RUNNING\":\"Bot is running.\",\"STOPPING\":\"Bot is stopping.\",\"SPAWNING\":\"Bot is being spawned. Bot factory is downloading the bot bundle and initializing resources.\"}}},\"comment\":null},\"BotFactoryService\":{\"methods\":{\"GetBots\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"GetBotsResponse\",\"comment\":null},\"SpawnBot\":{\"requestType\":\"SpawnBotRequest\",\"responseType\":\"Bot\",\"comment\":null},\"Start\":{\"requestType\":\"Bot\",\"responseType\":\"Bot\",\"comment\":null},\"Stop\":{\"requestType\":\"Bot\",\"responseType\":\"Bot\",\"comment\":null},\"Remove\":{\"requestType\":\"Bot\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"GetLogs\":{\"requestType\":\"GetLogsRequest\",\"responseType\":\"GetLogsResponse\",\"responseStream\":true,\"comment\":null},\"SendCommand\":{\"requestType\":\"SendCommandRequest\",\"responseType\":\"SendCommandResponse\",\"comment\":null},\"RemoveAll\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":\"Service that is used by clients to communicate with bot factory.\"},\"BotPackageSpecifier\":{\"oneofs\":{\"kind\":{\"oneof\":[\"name\",\"ipfsCid\",\"localPath\"],\"comment\":null}},\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"comment\":\"DXN of the bot in the DXNS registry.\"},\"ipfsCid\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"localPath\":{\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null},\"BotReport\":{\"oneofs\":{\"_spaceDetails\":{\"oneof\":[\"spaceDetails\"]}},\"fields\":{\"spaceDetails\":{\"type\":\"dxos.client.SpaceDetails\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Details of the space the bot was spawned for.\"}},\"comment\":null},\"BotService\":{\"methods\":{\"Initialize\":{\"requestType\":\"InitializeRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Initialize Client, create profile, and join a space.\"},\"Start\":{\"requestType\":\"StartRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Start an initialized bot.\"},\"Command\":{\"requestType\":\"SendCommandRequest\",\"responseType\":\"SendCommandResponse\",\"comment\":\"Custom commands sent to the bot factory.\"},\"Stop\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Stop the bot.\"},\"StartReporting\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"BotReport\",\"responseStream\":true,\"comment\":\"Send periodic reports of the bot's state.\"}},\"comment\":\"Service that is used by bots communicating with bot factory.\"},\"GetBotsResponse\":{\"fields\":{\"bots\":{\"rule\":\"repeated\",\"type\":\"Bot\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetLogsRequest\":{\"fields\":{\"botId\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetLogsResponse\":{\"fields\":{\"chunk\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"InitializeRequest\":{\"oneofs\":{\"_config\":{\"oneof\":[\"config\"]},\"_invitation\":{\"oneof\":[\"invitation\"]},\"_id\":{\"oneof\":[\"id\"]}},\"fields\":{\"config\":{\"type\":\"dxos.config.Config\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Bot runtime configuration.\"},\"invitation\":{\"type\":\"dxos.client.services.Invitation\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"Invitation for the bot to join the target space.\"},\"id\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"ID of the bot.\"}},\"comment\":null},\"SendCommandRequest\":{\"oneofs\":{\"_botId\":{\"oneof\":[\"botId\"]},\"_command\":{\"oneof\":[\"command\"]}},\"fields\":{\"botId\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"command\":{\"type\":\"bytes\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"SendCommandResponse\":{\"oneofs\":{\"_response\":{\"oneof\":[\"response\"]}},\"fields\":{\"response\":{\"type\":\"bytes\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"SpawnBotRequest\":{\"oneofs\":{\"_package\":{\"oneof\":[\"package\"]},\"_invitation\":{\"oneof\":[\"invitation\"]},\"_spaceKey\":{\"oneof\":[\"spaceKey\"]}},\"fields\":{\"package\":{\"type\":\"BotPackageSpecifier\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"invitation\":{\"type\":\"dxos.client.services.Invitation\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"Invitation for the bot to join the target space.\"},\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"Key of the space bot is invited to.\"}},\"comment\":null},\"StartRequest\":{\"fields\":{\"config\":{\"type\":\"dxos.config.Config\",\"id\":1,\"comment\":\"Bot runtime configuration.\"}},\"comment\":null}}},\"client\":{\"nested\":{\"AddKeyRecordRequest\":{\"fields\":{\"keyRecord\":{\"type\":\"dxos.halo.keys.KeyRecord\",\"id\":1,\"comment\":null}},\"comment\":null},\"AuthenticateInvitationRequest\":{\"fields\":{\"processId\":{\"type\":\"string\",\"id\":1,\"comment\":\"Id from corresponding RedeemedInvitation.\"},\"secret\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"Contact\":{\"oneofs\":{\"_displayName\":{\"oneof\":[\"displayName\"]}},\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Contacts\":{\"fields\":{\"contacts\":{\"rule\":\"repeated\",\"type\":\"Contact\",\"id\":1,\"comment\":null}},\"comment\":null},\"CreateInvitationRequest\":{\"oneofs\":{\"_inviteeKey\":{\"oneof\":[\"inviteeKey\"]}},\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"inviteeKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"When specified the invitation will be of OFFLINE type, not requiring secret exchange.\"}},\"comment\":null},\"CreateProfileRequest\":{\"oneofs\":{\"_publicKey\":{\"oneof\":[\"publicKey\"]},\"_secretKey\":{\"oneof\":[\"secretKey\"]},\"_displayName\":{\"oneof\":[\"displayName\"]}},\"fields\":{\"publicKey\":{\"type\":\"bytes\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"secretKey\":{\"type\":\"bytes\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"CreateSnapshotRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetPreferenceRequest\":{\"fields\":{\"key\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetPreferenceResponse\":{\"fields\":{\"value\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetSpaceDetailsRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"HaloService\":{\"methods\":{\"Sign\":{\"requestType\":\"SignRequest\",\"responseType\":\"SignResponse\",\"comment\":null},\"AddKeyRecord\":{\"requestType\":\"AddKeyRecordRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"SubscribeContacts\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Contacts\",\"responseStream\":true,\"comment\":null},\"SetGlobalPreference\":{\"requestType\":\"SetPreferenceRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"GetGlobalPreference\":{\"requestType\":\"GetPreferenceRequest\",\"responseType\":\"GetPreferenceResponse\",\"comment\":null},\"SetDevicePreference\":{\"requestType\":\"SetPreferenceRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"GetDevicePreference\":{\"requestType\":\"GetPreferenceRequest\",\"responseType\":\"GetPreferenceResponse\",\"comment\":null}},\"comment\":null},\"InvitationRequest\":{\"oneofs\":{\"_descriptor\":{\"oneof\":[\"descriptor\"]},\"_error\":{\"oneof\":[\"error\"]}},\"fields\":{\"descriptor\":{\"type\":\"dxos.client.services.Invitation\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"state\":{\"type\":\"InvitationState\",\"id\":2,\"comment\":null},\"error\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"Only if state == ERROR.\"}},\"comment\":\"Invitation process created by sender.\"},\"InvitationState\":{\"values\":{\"WAITING_FOR_CONNECTION\":0,\"CONNECTED\":1,\"SUCCESS\":2,\"ERROR\":3},\"comment\":null,\"comments\":{\"WAITING_FOR_CONNECTION\":null,\"CONNECTED\":null,\"SUCCESS\":null,\"ERROR\":null}},\"Profile\":{\"oneofs\":{\"_displayName\":{\"oneof\":[\"displayName\"]},\"_deviceKey\":{\"oneof\":[\"deviceKey\"]}},\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"deviceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"ProfileService\":{\"methods\":{\"CreateProfile\":{\"requestType\":\"CreateProfileRequest\",\"responseType\":\"Profile\",\"comment\":null},\"RecoverProfile\":{\"requestType\":\"RecoverProfileRequest\",\"responseType\":\"Profile\",\"comment\":null},\"SubscribeProfile\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"SubscribeProfileResponse\",\"responseStream\":true,\"comment\":null}},\"comment\":null},\"RecoverProfileRequest\":{\"fields\":{\"seedPhrase\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"RedeemedInvitation\":{\"oneofs\":{\"_error\":{\"oneof\":[\"error\"]},\"_spaceKey\":{\"oneof\":[\"spaceKey\"]}},\"fields\":{\"id\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"state\":{\"type\":\"InvitationState\",\"id\":2,\"comment\":null},\"error\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"Only if state == ERROR.\"},\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"Only on space invitations that are finished.\"}},\"comment\":\"Invitation that is being redeemed.\"},\"services\":{\"nested\":{\"AuthenticationRequest\":{\"fields\":{\"invitationId\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"authenticationCode\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"CancelInvitationRequest\":{\"fields\":{\"invitationId\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"ConnectionState\":{\"values\":{\"OFFLINE\":0,\"ONLINE\":1},\"comment\":null,\"comments\":{\"OFFLINE\":null,\"ONLINE\":null}},\"Contact\":{\"fields\":{\"profile\":{\"type\":\"halo.credentials.ProfileDocument\",\"id\":1,\"comment\":null}},\"comment\":null},\"ContactsService\":{\"methods\":{\"UpdateContact\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Contact\",\"comment\":null},\"QueryContacts\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Contact\",\"responseStream\":true,\"comment\":null}},\"comment\":null},\"Device\":{\"fields\":{\"deviceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"DevicesService\":{\"methods\":{\"UpdateDevice\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Device\",\"comment\":null},\"QueryDevices\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"QueryDevicesResponse\",\"responseStream\":true,\"comment\":null}},\"comment\":null},\"HaloInvitationsService\":{\"methods\":{\"CreateInvitation\":{\"requestType\":\"Invitation\",\"responseType\":\"Invitation\",\"responseStream\":true,\"comment\":null},\"Authenticate\":{\"requestType\":\"AuthenticationRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"AcceptInvitation\":{\"requestType\":\"Invitation\",\"responseType\":\"Invitation\",\"responseStream\":true,\"comment\":null},\"CancelInvitation\":{\"requestType\":\"CancelInvitationRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null},\"HaloService\":{\"methods\":{\"RecoverProfile\":{\"requestType\":\"RecoverProfileRequest\",\"responseType\":\"Identity\",\"comment\":null},\"UpdateProfile\":{\"requestType\":\"Identity\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"QueryProfile\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Identity\",\"responseStream\":true,\"comment\":null}},\"comment\":null},\"Identity\":{\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"profile\":{\"type\":\"halo.credentials.ProfileDocument\",\"id\":2,\"comment\":null}},\"comment\":null},\"Invitation\":{\"oneofs\":{\"_invitationId\":{\"oneof\":[\"invitationId\"]},\"_type\":{\"oneof\":[\"type\"]},\"_state\":{\"oneof\":[\"state\"]},\"_error\":{\"oneof\":[\"error\"]},\"_swarmKey\":{\"oneof\":[\"swarmKey\"]},\"_identityKey\":{\"oneof\":[\"identityKey\"]},\"_spaceKey\":{\"oneof\":[\"spaceKey\"]},\"_authenticationCode\":{\"oneof\":[\"authenticationCode\"]},\"_timeout\":{\"oneof\":[\"timeout\"]}},\"fields\":{\"invitationId\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Local identifier.\"},\"type\":{\"type\":\"Type\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"Determined when created.\"},\"state\":{\"type\":\"State\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"Local state.\"},\"error\":{\"type\":\"Error\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"Error.\"},\"swarmKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":\"Swarm rendezvous (random).\"},\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":\"Guest's identity (only present if OFFLINE).\"},\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":\"Space to join.\"},\"authenticationCode\":{\"type\":\"string\",\"id\":8,\"options\":{\"proto3_optional\":true},\"comment\":\"Authentication code created by host.\"},\"timeout\":{\"type\":\"int32\",\"id\":9,\"options\":{\"proto3_optional\":true},\"comment\":\"Timeout (ms).\"}},\"nested\":{\"Error\":{\"values\":{\"OK\":0,\"TIMEOUT\":1,\"INVALID_OTP\":2,\"INVALID_OPT_ATTEMPTS\":3,\"INVALID_CREDENTIALS\":4},\"comment\":null,\"comments\":{\"OK\":null,\"TIMEOUT\":null,\"INVALID_OTP\":null,\"INVALID_OPT_ATTEMPTS\":null,\"INVALID_CREDENTIALS\":null}},\"State\":{\"values\":{\"INIT\":0,\"CONNECTING\":1,\"CONNECTED\":2,\"AUTHENTICATING\":3,\"SUCCESS\":4,\"CANCELLED\":5,\"TIMEOUT\":6,\"ERROR\":7},\"comment\":null,\"comments\":{\"INIT\":null,\"CONNECTING\":null,\"CONNECTED\":null,\"AUTHENTICATING\":null,\"SUCCESS\":null,\"CANCELLED\":null,\"TIMEOUT\":null,\"ERROR\":null}},\"Type\":{\"values\":{\"INTERACTIVE\":0,\"INTERACTIVE_TESTING\":1,\"OFFLINE\":2,\"MULTIUSE_TESTING\":3},\"comment\":null,\"comments\":{\"INTERACTIVE\":\"Requires both to be online with OTP to complete key exchange.\",\"INTERACTIVE_TESTING\":\"Interactive without OTP.\",\"OFFLINE\":\"Guest's identity key is known; invitation can be accepted by any valid peer.\",\"MULTIUSE_TESTING\":\"Multiple-use invitation with OTP.\"}}},\"comment\":\"Represents the invitation state passed between client and service.\"},\"KeyRecord\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"NetworkService\":{\"methods\":{\"SubscribeToNetworkStatus\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"NetworkStatus\",\"responseStream\":true,\"comment\":null},\"SetNetworkOptions\":{\"requestType\":\"SetNetworkOptionsRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null},\"NetworkStatus\":{\"fields\":{\"state\":{\"type\":\"ConnectionState\",\"id\":1,\"comment\":null}},\"comment\":null},\"QueryCredentialsRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"QueryDevicesResponse\":{\"fields\":{\"devices\":{\"rule\":\"repeated\",\"type\":\"Device\",\"id\":1,\"comment\":null}},\"comment\":null},\"QueryMembersRequest\":{\"fields\":{},\"comment\":null},\"QueryMembersResponse\":{\"fields\":{\"members\":{\"type\":\"dxos.halo.credentials.IdentityProfile\",\"id\":1,\"comment\":null}},\"comment\":null},\"RecoverProfileRequest\":{\"fields\":{\"recoveryKey\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"SetNetworkOptionsRequest\":{\"fields\":{\"state\":{\"type\":\"ConnectionState\",\"id\":1,\"comment\":null}},\"comment\":null},\"SigningService\":{\"methods\":{\"UpdateKeyRecord\":{\"requestType\":\"KeyRecord\",\"responseType\":\"KeyRecord\",\"comment\":null},\"Sign\":{\"requestType\":\"SignRequest\",\"responseType\":\"SignResponse\",\"comment\":null}},\"comment\":null},\"SignRequest\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"payload\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"SignResponse\":{\"fields\":{\"signed\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"Space\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SpaceInvitationsService\":{\"methods\":{\"CreateInvitation\":{\"requestType\":\"Invitation\",\"responseType\":\"Invitation\",\"responseStream\":true,\"comment\":null},\"Authenticate\":{\"requestType\":\"AuthenticationRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"AcceptInvitation\":{\"requestType\":\"Invitation\",\"responseType\":\"Invitation\",\"responseStream\":true,\"comment\":null},\"CancelInvitation\":{\"requestType\":\"CancelInvitationRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null},\"SpacesService\":{\"methods\":{\"CreateSpace\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Space\",\"comment\":null},\"QuerySpaces\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Space\",\"responseStream\":true,\"comment\":null},\"QueryMembers\":{\"requestType\":\"QueryMembersRequest\",\"responseType\":\"QueryMembersResponse\",\"responseStream\":true,\"comment\":null},\"QueryCredentials\":{\"requestType\":\"QueryCredentialsRequest\",\"responseType\":\"dxos.halo.credentials.Credential\",\"responseStream\":true,\"comment\":null}},\"comment\":null},\"SystemService\":{\"methods\":{\"GetConfig\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"dxos.config.Config\",\"comment\":null},\"Reset\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null}}},\"SetPreferenceRequest\":{\"fields\":{\"key\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"value\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"SetSpaceStateRequest\":{\"oneofs\":{\"_open\":{\"oneof\":[\"open\"]},\"_activeGlobal\":{\"oneof\":[\"activeGlobal\"]},\"_activeDevice\":{\"oneof\":[\"activeDevice\"]}},\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"open\":{\"type\":\"bool\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"activeGlobal\":{\"type\":\"bool\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"activeDevice\":{\"type\":\"bool\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"SignRequest\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":\"The public key of the key that is supposed to be used for signing.\"},\"payload\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"SignResponse\":{\"fields\":{\"signed\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"Space\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"isOpen\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"isActive\":{\"type\":\"bool\",\"id\":3,\"comment\":null},\"members\":{\"rule\":\"repeated\",\"type\":\"SpaceMember\",\"id\":4,\"comment\":null}},\"comment\":null},\"SpaceActivationOptions\":{\"fields\":{\"global\":{\"type\":\"bool\",\"id\":1,\"comment\":null},\"device\":{\"type\":\"bool\",\"id\":2,\"comment\":null}},\"comment\":null},\"SpaceDetails\":{\"fields\":{\"processedTimeframe\":{\"type\":\"dxos.echo.timeframe.TimeframeVector\",\"id\":1,\"comment\":\"The timeframe of mutations processed by the client.\"}},\"comment\":null},\"SpaceMember\":{\"oneofs\":{\"_profile\":{\"oneof\":[\"profile\"]}},\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"profile\":{\"type\":\"Profile\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"presence\":{\"type\":\"PresenceState\",\"id\":3,\"comment\":null}},\"nested\":{\"PresenceState\":{\"values\":{\"OFFLINE\":0,\"ONLINE\":1},\"comment\":null,\"comments\":{\"OFFLINE\":null,\"ONLINE\":null}}},\"comment\":null},\"SpaceService\":{\"methods\":{\"SubscribeToSpace\":{\"requestType\":\"SubscribeSpaceRequest\",\"responseType\":\"SubscribeSpaceResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeSpaces\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"SubscribeSpacesResponse\",\"responseStream\":true,\"comment\":null},\"GetSpaceDetails\":{\"requestType\":\"GetSpaceDetailsRequest\",\"responseType\":\"SpaceDetails\",\"comment\":null},\"CreateSpace\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Space\",\"comment\":null},\"CloneSpace\":{\"requestType\":\"dxos.echo.snapshot.SpaceSnapshot\",\"responseType\":\"Space\",\"comment\":null},\"SetSpaceState\":{\"requestType\":\"SetSpaceStateRequest\",\"responseType\":\"Space\",\"comment\":\"Open and close or activate and deactivate a space.\"},\"SubscribeMembers\":{\"requestType\":\"SubscribeMembersRequest\",\"responseType\":\"SubscribeMembersResponse\",\"responseStream\":true,\"comment\":null},\"CreateSnapshot\":{\"requestType\":\"CreateSnapshotRequest\",\"responseType\":\"echo.snapshot.SpaceSnapshot\",\"comment\":null}},\"comment\":null},\"Status\":{\"fields\":{\"message\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeMembersRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeMembersResponse\":{\"fields\":{\"members\":{\"rule\":\"repeated\",\"type\":\"SpaceMember\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeProfileResponse\":{\"oneofs\":{\"_profile\":{\"oneof\":[\"profile\"]}},\"fields\":{\"profile\":{\"type\":\"Profile\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"SubscribeSpaceRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeSpaceResponse\":{\"oneofs\":{\"_space\":{\"oneof\":[\"space\"]}},\"fields\":{\"space\":{\"type\":\"Space\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"SubscribeSpacesResponse\":{\"fields\":{\"spaces\":{\"rule\":\"repeated\",\"type\":\"Space\",\"id\":1,\"comment\":null}},\"comment\":null},\"SystemService\":{\"methods\":{\"InitSession\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Called at the start of the session. Service should block until it is fully initialized.\"},\"GetConfig\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"dxos.config.Config\",\"comment\":null},\"GetStatus\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Status\",\"comment\":null},\"Reset\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null}}},\"config\":{\"nested\":{\"Config\":{\"oneofs\":{\"_version\":{\"oneof\":[\"version\"]},\"_package\":{\"oneof\":[\"package\"]},\"_runtime\":{\"oneof\":[\"runtime\"]}},\"fields\":{\"version\":{\"type\":\"int32\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"package\":{\"type\":\"Package\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"runtime\":{\"type\":\"Runtime\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Module\":{\"oneofs\":{\"_name\":{\"oneof\":[\"name\"]},\"_type\":{\"oneof\":[\"type\"]},\"_displayName\":{\"oneof\":[\"displayName\"]},\"_description\":{\"oneof\":[\"description\"]},\"_bundle\":{\"oneof\":[\"bundle\"]},\"_tunnel\":{\"oneof\":[\"tunnel\"]},\"_build\":{\"oneof\":[\"build\"]},\"_record\":{\"oneof\":[\"record\"]}},\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"type\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"description\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"tags\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":5,\"comment\":null},\"bundle\":{\"type\":\"bytes\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null},\"tunnel\":{\"type\":\"bool\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":null},\"build\":{\"type\":\"Build\",\"id\":100,\"options\":{\"proto3_optional\":true},\"comment\":null},\"repos\":{\"rule\":\"repeated\",\"type\":\"Repo\",\"id\":101,\"comment\":null},\"record\":{\"type\":\"google.protobuf.Any\",\"id\":200,\"options\":{\"proto3_optional\":true},\"comment\":\"The data will be validated based on the type when being published.\"}},\"nested\":{\"Build\":{\"oneofs\":{\"_command\":{\"oneof\":[\"command\"]},\"_outdir\":{\"oneof\":[\"outdir\"]},\"_version\":{\"oneof\":[\"version\"]},\"_tag\":{\"oneof\":[\"tag\"]}},\"fields\":{\"command\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"outdir\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"version\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"tag\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}},\"comment\":null},\"Package\":{\"oneofs\":{\"_license\":{\"oneof\":[\"license\"]}},\"fields\":{\"license\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"repos\":{\"rule\":\"repeated\",\"type\":\"Repo\",\"id\":2,\"comment\":null},\"modules\":{\"rule\":\"repeated\",\"type\":\"Module\",\"id\":3,\"comment\":null}},\"comment\":null},\"Repo\":{\"oneofs\":{\"_name\":{\"oneof\":[\"name\"]},\"_url\":{\"oneof\":[\"url\"]},\"_version\":{\"oneof\":[\"version\"]}},\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"url\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"version\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Runtime\":{\"oneofs\":{\"_client\":{\"oneof\":[\"client\"]},\"_app\":{\"oneof\":[\"app\"]},\"_cli\":{\"oneof\":[\"cli\"]},\"_props\":{\"oneof\":[\"props\"]},\"_services\":{\"oneof\":[\"services\"]},\"_system\":{\"oneof\":[\"system\"]},\"_kube\":{\"oneof\":[\"kube\"]}},\"fields\":{\"client\":{\"type\":\"Client\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"app\":{\"type\":\"App\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"cli\":{\"type\":\"CLI\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"props\":{\"type\":\"Props\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"services\":{\"type\":\"Services\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"system\":{\"type\":\"System\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null},\"kube\":{\"type\":\"Kube\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"App\":{\"oneofs\":{\"_org\":{\"oneof\":[\"org\"]},\"_theme\":{\"oneof\":[\"theme\"]},\"_website\":{\"oneof\":[\"website\"]},\"_publicUrl\":{\"oneof\":[\"publicUrl\"]}},\"fields\":{\"org\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"theme\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"website\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"publicUrl\":{\"type\":\"string\",\"id\":4,\"options\":{\"(env)\":\"PUBLIC_URL\",\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"CLI\":{\"oneofs\":{\"_nodePath\":{\"oneof\":[\"nodePath\"]},\"_app\":{\"oneof\":[\"app\"]},\"_console\":{\"oneof\":[\"console\"]},\"_mdns\":{\"oneof\":[\"mdns\"]},\"_signal\":{\"oneof\":[\"signal\"]},\"_npmClient\":{\"oneof\":[\"npmClient\"]},\"_channel\":{\"oneof\":[\"channel\"]}},\"fields\":{\"nodePath\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"app\":{\"type\":\"AppServe\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"console\":{\"type\":\"Package\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"mdns\":{\"type\":\"Package\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"signal\":{\"type\":\"Package\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"npmClient\":{\"type\":\"string\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null},\"channel\":{\"type\":\"string\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"AppServe\":{\"oneofs\":{\"_serve\":{\"oneof\":[\"serve\"]}},\"fields\":{\"serve\":{\"type\":\"Serve\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Serve\":{\"oneofs\":{\"_config\":{\"oneof\":[\"config\"]},\"_loginApp\":{\"oneof\":[\"loginApp\"]},\"_keyPhrase\":{\"oneof\":[\"keyPhrase\"]}},\"fields\":{\"config\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"loginApp\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"keyPhrase\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}},\"comment\":null},\"Package\":{\"oneofs\":{\"_package\":{\"oneof\":[\"package\"]},\"_channel\":{\"oneof\":[\"channel\"]},\"_bin\":{\"oneof\":[\"bin\"]},\"_config\":{\"oneof\":[\"config\"]}},\"fields\":{\"package\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"channel\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"bin\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"config\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}},\"comment\":null},\"Client\":{\"oneofs\":{\"_debug\":{\"oneof\":[\"debug\"]},\"_storage\":{\"oneof\":[\"storage\"]},\"_enableSnapshots\":{\"oneof\":[\"enableSnapshots\"]},\"_snapshotInterval\":{\"oneof\":[\"snapshotInterval\"]},\"_invitationExpiration\":{\"oneof\":[\"invitationExpiration\"]},\"_remoteSource\":{\"oneof\":[\"remoteSource\"]}},\"fields\":{\"debug\":{\"type\":\"string\",\"id\":1,\"options\":{\"(env)\":\"DEBUG\",\"proto3_optional\":true},\"comment\":null},\"storage\":{\"type\":\"Storage\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"enableSnapshots\":{\"type\":\"bool\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"snapshotInterval\":{\"type\":\"int32\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"Milliseconds\"},\"invitationExpiration\":{\"type\":\"int32\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":\"Milliseconds\"},\"remoteSource\":{\"type\":\"string\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Storage\":{\"oneofs\":{\"_persistent\":{\"oneof\":[\"persistent\"]},\"_keyStorage\":{\"oneof\":[\"keyStorage\"]},\"_storageType\":{\"oneof\":[\"storageType\"]},\"_path\":{\"oneof\":[\"path\"]}},\"fields\":{\"persistent\":{\"type\":\"bool\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"keyStorage\":{\"type\":\"StorageDriver\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"storageType\":{\"type\":\"StorageDriver\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"path\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"StorageDriver\":{\"values\":{\"RAM\":0,\"IDB\":1,\"CHROME\":2,\"FIREFOX\":3,\"NODE\":4,\"LEVELJS\":11,\"JSONDOWN\":12},\"comment\":null,\"comments\":{\"RAM\":null,\"IDB\":null,\"CHROME\":null,\"FIREFOX\":null,\"NODE\":null,\"LEVELJS\":null,\"JSONDOWN\":null}}},\"comment\":null}},\"comment\":null},\"Kube\":{\"oneofs\":{\"_host\":{\"oneof\":[\"host\"]},\"_port\":{\"oneof\":[\"port\"]},\"_autoupdate\":{\"oneof\":[\"autoupdate\"]},\"_https\":{\"oneof\":[\"https\"]},\"_p2p\":{\"oneof\":[\"p2p\"]},\"_confhost\":{\"oneof\":[\"confhost\"]},\"_monitoring\":{\"oneof\":[\"monitoring\"]},\"_trace\":{\"oneof\":[\"trace\"]},\"_telemetry\":{\"oneof\":[\"telemetry\"]},\"_gravity\":{\"oneof\":[\"gravity\"]},\"_appTunneling\":{\"oneof\":[\"appTunneling\"]}},\"fields\":{\"host\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"port\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"autoupdate\":{\"type\":\"Autoupdate\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"https\":{\"type\":\"Https\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"p2p\":{\"type\":\"P2P\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"confhost\":{\"type\":\"string\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null},\"env\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":7,\"comment\":null},\"alias\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":8,\"comment\":null},\"monitoring\":{\"type\":\"Monitoring\",\"id\":9,\"options\":{\"proto3_optional\":true},\"comment\":null},\"trace\":{\"type\":\"Trace\",\"id\":10,\"options\":{\"proto3_optional\":true},\"comment\":null},\"telemetry\":{\"type\":\"Telemetry\",\"id\":11,\"options\":{\"proto3_optional\":true},\"comment\":null},\"gravity\":{\"type\":\"Gravity\",\"id\":12,\"options\":{\"proto3_optional\":true},\"comment\":null},\"appTunneling\":{\"type\":\"AppTunneling\",\"id\":13,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"AppTunneling\":{\"oneofs\":{\"_enabled\":{\"oneof\":[\"enabled\"]},\"_commandTemplate\":{\"oneof\":[\"commandTemplate\"]},\"_outputRe\":{\"oneof\":[\"outputRe\"]},\"_port\":{\"oneof\":[\"port\"]}},\"fields\":{\"enabled\":{\"type\":\"bool\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"commandTemplate\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"outputRe\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"port\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Autoupdate\":{\"oneofs\":{\"_enabled\":{\"oneof\":[\"enabled\"]},\"_interval\":{\"oneof\":[\"interval\"]}},\"fields\":{\"enabled\":{\"type\":\"bool\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"interval\":{\"type\":\"int64\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"Seconds\"}},\"comment\":null},\"Gravity\":{\"oneofs\":{\"_logDir\":{\"oneof\":[\"logDir\"]}},\"fields\":{\"disabled\":{\"type\":\"bool\",\"id\":1,\"comment\":null},\"name\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"logDir\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Https\":{\"oneofs\":{\"_enabled\":{\"oneof\":[\"enabled\"]},\"_port\":{\"oneof\":[\"port\"]},\"_email\":{\"oneof\":[\"email\"]},\"_certfile\":{\"oneof\":[\"certfile\"]},\"_keyfile\":{\"oneof\":[\"keyfile\"]},\"_dnsprovider\":{\"oneof\":[\"dnsprovider\"]}},\"fields\":{\"enabled\":{\"type\":\"bool\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"port\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"email\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"certfile\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"keyfile\":{\"type\":\"string\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"dnsprovider\":{\"type\":\"string\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Monitoring\":{\"fields\":{\"enabled\":{\"type\":\"bool\",\"id\":1,\"comment\":null},\"endpoint\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"interval\":{\"type\":\"int64\",\"id\":3,\"comment\":\"Seconds\"}},\"comment\":null},\"P2P\":{\"oneofs\":{\"_privateKey\":{\"oneof\":[\"privateKey\"]},\"_port\":{\"oneof\":[\"port\"]}},\"fields\":{\"privateKey\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"port\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"bootstrap\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null},\"Telemetry\":{\"fields\":{\"disabled\":{\"type\":\"bool\",\"id\":1,\"comment\":null}},\"comment\":null},\"Trace\":{\"fields\":{\"disabled\":{\"type\":\"bool\",\"id\":1,\"comment\":null}},\"comment\":null}},\"comment\":null},\"Props\":{\"oneofs\":{\"_title\":{\"oneof\":[\"title\"]}},\"fields\":{\"title\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Services\":{\"oneofs\":{\"_kube\":{\"oneof\":[\"kube\"]},\"_app\":{\"oneof\":[\"app\"]},\"_dxns\":{\"oneof\":[\"dxns\"]},\"_ipfs\":{\"oneof\":[\"ipfs\"]},\"_signal\":{\"oneof\":[\"signal\"]},\"_machine\":{\"oneof\":[\"machine\"]},\"_bot\":{\"oneof\":[\"bot\"]},\"_publisher\":{\"oneof\":[\"publisher\"]}},\"fields\":{\"kube\":{\"type\":\"Kube\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"app\":{\"type\":\"AppServer\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"dxns\":{\"type\":\"Dxns\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"ipfs\":{\"type\":\"Ipfs\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"signal\":{\"type\":\"Signal\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"ice\":{\"rule\":\"repeated\",\"type\":\"Ice\",\"id\":6,\"comment\":null},\"machine\":{\"type\":\"Machine\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":null},\"bot\":{\"type\":\"BotFactory\",\"id\":8,\"options\":{\"proto3_optional\":true},\"comment\":null},\"publisher\":{\"type\":\"Publisher\",\"id\":9,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"AppServer\":{\"oneofs\":{\"_prefix\":{\"oneof\":[\"prefix\"]},\"_server\":{\"oneof\":[\"server\"]}},\"fields\":{\"prefix\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"server\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"BotFactory\":{\"oneofs\":{\"_topic\":{\"oneof\":[\"topic\"]},\"_persistent\":{\"oneof\":[\"persistent\"]},\"_retryAttempts\":{\"oneof\":[\"retryAttempts\"]},\"_retryInterval\":{\"oneof\":[\"retryInterval\"]}},\"fields\":{\"topic\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"persistent\":{\"type\":\"bool\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"retryAttempts\":{\"type\":\"int32\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"retryInterval\":{\"type\":\"int32\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Dxns\":{\"oneofs\":{\"_server\":{\"oneof\":[\"server\"]},\"_accountUri\":{\"oneof\":[\"accountUri\"]},\"_address\":{\"oneof\":[\"address\"]},\"_account\":{\"oneof\":[\"account\"]},\"_faucet\":{\"oneof\":[\"faucet\"]}},\"fields\":{\"server\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"DXNS endpoint.\"},\"accountUri\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"Substrate account URI. This is a secret.\\nKUBEs do not serve this with the config but we store it in profile.yml.\\n\\nTODO(dmaretskyi): Deprecate this and move it to keyring.\"},\"address\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"Public Polkadot Address.\"},\"account\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"Public address of a DXNS Account.\"},\"faucet\":{\"type\":\"string\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Ice\":{\"oneofs\":{\"_urls\":{\"oneof\":[\"urls\"]},\"_username\":{\"oneof\":[\"username\"]},\"_credential\":{\"oneof\":[\"credential\"]}},\"fields\":{\"urls\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"username\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"credential\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Ipfs\":{\"oneofs\":{\"_server\":{\"oneof\":[\"server\"]},\"_gateway\":{\"oneof\":[\"gateway\"]}},\"fields\":{\"server\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"gateway\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Kube\":{\"oneofs\":{\"_endpoints\":{\"oneof\":[\"endpoints\"]},\"_publicUrl\":{\"oneof\":[\"publicUrl\"]}},\"fields\":{\"endpoints\":{\"type\":\"Endpoints\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"publicUrl\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Endpoints\":{\"oneofs\":{\"_logs\":{\"oneof\":[\"logs\"]},\"_services\":{\"oneof\":[\"services\"]},\"_cert\":{\"oneof\":[\"cert\"]}},\"fields\":{\"logs\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"services\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"cert\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}},\"comment\":null},\"Machine\":{\"oneofs\":{\"_doAccessToken\":{\"oneof\":[\"doAccessToken\"]},\"_githubAccessToken\":{\"oneof\":[\"githubAccessToken\"]},\"_githubUsername\":{\"oneof\":[\"githubUsername\"]},\"_dnsDomain\":{\"oneof\":[\"dnsDomain\"]},\"_npmAccessToken\":{\"oneof\":[\"npmAccessToken\"]}},\"fields\":{\"doAccessToken\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"githubAccessToken\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"githubUsername\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"dnsDomain\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"npmAccessToken\":{\"type\":\"string\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Publisher\":{\"oneofs\":{\"_server\":{\"oneof\":[\"server\"]}},\"fields\":{\"server\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Signal\":{\"oneofs\":{\"_server\":{\"oneof\":[\"server\"]},\"_api\":{\"oneof\":[\"api\"]},\"_status\":{\"oneof\":[\"status\"]}},\"fields\":{\"server\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"api\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"status\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}},\"comment\":null},\"System\":{\"oneofs\":{\"_debug\":{\"oneof\":[\"debug\"]}},\"fields\":{\"debug\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}},\"comment\":null}}},\"devtools\":{\"nested\":{\"host\":{\"nested\":{\"ClearSnapshotsRequest\":{\"fields\":{},\"comment\":null},\"DevtoolsHost\":{\"methods\":{\"Events\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Event\",\"responseStream\":true,\"comment\":null},\"GetConfig\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"GetConfigResponse\",\"comment\":null},\"ResetStorage\":{\"requestType\":\"ResetStorageRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"EnableDebugLogging\":{\"requestType\":\"EnableDebugLoggingRequest\",\"responseType\":\"EnableDebugLoggingResponse\",\"comment\":null},\"DisableDebugLogging\":{\"requestType\":\"EnableDebugLoggingRequest\",\"responseType\":\"EnableDebugLoggingResponse\",\"comment\":null},\"SubscribeToKeyringKeys\":{\"requestType\":\"SubscribeToKeyringKeysRequest\",\"responseType\":\"SubscribeToKeyringKeysResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeToCredentialMessages\":{\"requestType\":\"SubscribeToCredentialMessagesRequest\",\"responseType\":\"SubscribeToCredentialMessagesResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeToSpaces\":{\"requestType\":\"SubscribeToSpacesRequest\",\"responseType\":\"SubscribeToSpacesResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeToItems\":{\"requestType\":\"SubscribeToItemsRequest\",\"responseType\":\"SubscribeToItemsResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeToFeeds\":{\"requestType\":\"SubscribeToFeedsRequest\",\"responseType\":\"SubscribeToFeedsResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeToFeedBlocks\":{\"requestType\":\"SubscribeToFeedBlocksRequest\",\"responseType\":\"SubscribeToFeedBlocksResponse\",\"responseStream\":true,\"comment\":null},\"GetSpaceSnapshot\":{\"requestType\":\"GetSpaceSnapshotRequest\",\"responseType\":\"GetSpaceSnapshotResponse\",\"comment\":null},\"SaveSpaceSnapshot\":{\"requestType\":\"SaveSpaceSnapshotRequest\",\"responseType\":\"SaveSpaceSnapshotResponse\",\"comment\":null},\"ClearSnapshots\":{\"requestType\":\"ClearSnapshotsRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"GetNetworkPeers\":{\"requestType\":\"GetNetworkPeersRequest\",\"responseType\":\"GetNetworkPeersResponse\",\"comment\":null},\"SubscribeToNetworkTopics\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"SubscribeToNetworkTopicsResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeToSignalStatus\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"SubscribeToSignalStatusResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeToSignalTrace\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"SubscribeToSignalTraceResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeToSwarmInfo\":{\"requestType\":\"SubscribeToSwarmInfoRequest\",\"responseType\":\"SubscribeToSwarmInfoResponse\",\"responseStream\":true,\"comment\":null}},\"comment\":null},\"DisableDebugLoggingRequest\":{\"oneofs\":{\"_namespaces\":{\"oneof\":[\"namespaces\"]}},\"fields\":{\"namespaces\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"DisableDebugLoggingResponse\":{\"oneofs\":{\"_enabledNamespaces\":{\"oneof\":[\"enabledNamespaces\"]}},\"fields\":{\"enabledNamespaces\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"EnableDebugLoggingRequest\":{\"oneofs\":{\"_namespaces\":{\"oneof\":[\"namespaces\"]}},\"fields\":{\"namespaces\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"EnableDebugLoggingResponse\":{\"oneofs\":{\"_enabledNamespaces\":{\"oneof\":[\"enabledNamespaces\"]}},\"fields\":{\"enabledNamespaces\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Event\":{\"oneofs\":{\"payload\":{\"oneof\":[\"ready\"],\"comment\":null}},\"fields\":{\"ready\":{\"type\":\"ReadyEvent\",\"id\":1,\"comment\":null}},\"comment\":null},\"FeedStats\":{\"fields\":{\"key\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"length\":{\"type\":\"int32\",\"id\":2,\"comment\":null}},\"comment\":null},\"GetConfigResponse\":{\"fields\":{\"config\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetNetworkPeersRequest\":{\"fields\":{\"topic\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetNetworkPeersResponse\":{\"fields\":{\"peers\":{\"rule\":\"repeated\",\"type\":\"PeerInfo\",\"id\":1,\"comment\":null}},\"nested\":{\"PeerInfo\":{\"fields\":{\"id\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"state\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"connections\":{\"rule\":\"repeated\",\"type\":\"bytes\",\"id\":3,\"comment\":null}},\"comment\":null}},\"comment\":null},\"GetSpaceSnapshotRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetSpaceSnapshotResponse\":{\"oneofs\":{\"_snapshot\":{\"oneof\":[\"snapshot\"]}},\"fields\":{\"snapshot\":{\"type\":\"dxos.echo.snapshot.SpaceSnapshot\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"PeerStats\":{\"fields\":{\"controlFeed\":{\"type\":\"FeedStats\",\"id\":1,\"comment\":null},\"dataFeed\":{\"type\":\"FeedStats\",\"id\":2,\"comment\":null}},\"comment\":null},\"ReadyEvent\":{\"fields\":{},\"comment\":null},\"ResetStorageRequest\":{\"fields\":{},\"comment\":null},\"SaveSpaceSnapshotRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SaveSpaceSnapshotResponse\":{\"oneofs\":{\"_snapshot\":{\"oneof\":[\"snapshot\"]}},\"fields\":{\"snapshot\":{\"type\":\"dxos.echo.snapshot.SpaceSnapshot\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Services\":{\"fields\":{\"spaces\":{\"rule\":\"repeated\",\"type\":\"SpaceStats\",\"id\":1,\"comment\":null}},\"comment\":null},\"SetTracingOptionsRequest\":{\"fields\":{\"enable\":{\"type\":\"bool\",\"id\":1,\"comment\":null}},\"comment\":null},\"SpaceStats\":{\"fields\":{\"key\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"peers\":{\"rule\":\"repeated\",\"type\":\"PeerStats\",\"id\":2,\"comment\":null}},\"comment\":null},\"SubscribeToCredentialMessagesRequest\":{\"oneofs\":{\"_spaceKey\":{\"oneof\":[\"spaceKey\"]}},\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"SubscribeToCredentialMessagesResponse\":{\"fields\":{\"messages\":{\"rule\":\"repeated\",\"type\":\"dxos.halo.signed.SignedMessage\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToFeedBlocksRequest\":{\"oneofs\":{\"_spaceKey\":{\"oneof\":[\"spaceKey\"]},\"_feedKey\":{\"oneof\":[\"feedKey\"]},\"_maxBlocks\":{\"oneof\":[\"maxBlocks\"]}},\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"feedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"maxBlocks\":{\"type\":\"int32\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"SubscribeToFeedBlocksResponse\":{\"fields\":{\"blocks\":{\"rule\":\"repeated\",\"type\":\"Block\",\"id\":1,\"comment\":null}},\"nested\":{\"Block\":{\"fields\":{\"feedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"seq\":{\"type\":\"int32\",\"id\":2,\"comment\":null},\"data\":{\"type\":\"dxos.echo.feed.FeedMessage\",\"id\":3,\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribeToFeedsRequest\":{\"fields\":{\"feedKeys\":{\"rule\":\"repeated\",\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToFeedsResponse\":{\"fields\":{\"feeds\":{\"rule\":\"repeated\",\"type\":\"Feed\",\"id\":1,\"comment\":null}},\"nested\":{\"Feed\":{\"fields\":{\"feedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"length\":{\"type\":\"int32\",\"id\":2,\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribeToItemsRequest\":{\"fields\":{},\"comment\":null},\"SubscribeToItemsResponse\":{\"fields\":{\"data\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToKeyringKeysRequest\":{\"fields\":{},\"comment\":null},\"SubscribeToKeyringKeysResponse\":{\"fields\":{\"keys\":{\"rule\":\"repeated\",\"type\":\"dxos.halo.keyring.KeyRecord\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToNetworkTopicsResponse\":{\"fields\":{\"topics\":{\"rule\":\"repeated\",\"type\":\"Topic\",\"id\":1,\"comment\":null}},\"nested\":{\"Topic\":{\"oneofs\":{\"_label\":{\"oneof\":[\"label\"]}},\"fields\":{\"topic\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"label\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribeToSignalStatusResponse\":{\"fields\":{\"servers\":{\"rule\":\"repeated\",\"type\":\"SignalServer\",\"id\":1,\"comment\":null}},\"nested\":{\"SignalServer\":{\"oneofs\":{\"_error\":{\"oneof\":[\"error\"]}},\"fields\":{\"host\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"state\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"error\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"reconnectIn\":{\"type\":\"int32\",\"id\":4,\"comment\":null},\"connectionStarted\":{\"type\":\"int32\",\"id\":5,\"comment\":null},\"lastStateChange\":{\"type\":\"int32\",\"id\":6,\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribeToSignalTraceResponse\":{\"fields\":{\"events\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToSpacesRequest\":{\"fields\":{\"spaceKeys\":{\"rule\":\"repeated\",\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToSpacesResponse\":{\"fields\":{\"spaces\":{\"rule\":\"repeated\",\"type\":\"SpaceInfo\",\"id\":1,\"comment\":null}},\"nested\":{\"SpaceInfo\":{\"oneofs\":{\"_timeframe\":{\"oneof\":[\"timeframe\"]}},\"fields\":{\"key\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"isOpen\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"timeframe\":{\"type\":\"dxos.echo.timeframe.TimeframeVector\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"genesisFeed\":{\"type\":\"dxos.keys.PublicKey\",\"id\":4,\"comment\":null},\"controlFeed\":{\"type\":\"dxos.keys.PublicKey\",\"id\":5,\"comment\":null},\"dataFeed\":{\"type\":\"dxos.keys.PublicKey\",\"id\":6,\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribeToSwarmInfoRequest\":{\"fields\":{},\"comment\":null},\"SubscribeToSwarmInfoResponse\":{\"fields\":{\"data\":{\"rule\":\"repeated\",\"type\":\"SwarmInfo\",\"id\":1,\"comment\":null}},\"comment\":null},\"TracingService\":{\"methods\":{\"SetTracingOptions\":{\"requestType\":\"SetTracingOptionsRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"SubscribeToRpcTrace\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"dxos.rpc.RpcMessage\",\"responseStream\":true,\"comment\":null}},\"comment\":null}}},\"swarm\":{\"nested\":{\"ConnectionEvent\":{\"oneofs\":{\"_newState\":{\"oneof\":[\"newState\"]},\"_error\":{\"oneof\":[\"error\"]}},\"fields\":{\"type\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"newState\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"error\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"ConnectionInfo\":{\"oneofs\":{\"_transport\":{\"oneof\":[\"transport\"]}},\"fields\":{\"state\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"sessionId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null},\"remotePeerId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":null},\"transport\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"protocolExtensions\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":5,\"comment\":null},\"events\":{\"rule\":\"repeated\",\"type\":\"ConnectionEvent\",\"id\":6,\"comment\":null}},\"comment\":null},\"SwarmInfo\":{\"oneofs\":{\"_label\":{\"oneof\":[\"label\"]}},\"fields\":{\"id\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"topic\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null},\"label\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"isActive\":{\"type\":\"bool\",\"id\":4,\"comment\":null},\"connections\":{\"rule\":\"repeated\",\"type\":\"ConnectionInfo\",\"id\":5,\"comment\":null}},\"comment\":null}}}}},\"echo\":{\"nested\":{\"feed\":{\"nested\":{\"CredentialsMessage\":{\"fields\":{\"credential\":{\"type\":\"dxos.halo.credentials.Credential\",\"id\":1,\"comment\":null}},\"comment\":\"A container for dxos.credentials.Message\"},\"EchoEnvelope\":{\"oneofs\":{\"_genesis\":{\"oneof\":[\"genesis\"]},\"_itemMutation\":{\"oneof\":[\"itemMutation\"]},\"_mutation\":{\"oneof\":[\"mutation\"]},\"_snapshot\":{\"oneof\":[\"snapshot\"]}},\"fields\":{\"itemId\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"genesis\":{\"type\":\"ItemGenesis\",\"id\":10,\"options\":{\"proto3_optional\":true},\"comment\":null},\"itemMutation\":{\"type\":\"ItemMutation\",\"id\":11,\"options\":{\"proto3_optional\":true},\"comment\":null},\"mutation\":{\"type\":\"bytes\",\"id\":12,\"options\":{\"proto3_optional\":true},\"comment\":null},\"snapshot\":{\"type\":\"snapshot.ModelSnapshot\",\"id\":13,\"options\":{\"proto3_optional\":true},\"comment\":\"Set the model to the provided snapshot.\"}},\"comment\":null},\"FeedMessage\":{\"fields\":{\"timeframe\":{\"type\":\"dxos.echo.timeframe.TimeframeVector\",\"id\":1,\"comment\":null},\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":2,\"comment\":null}},\"comment\":\"Outer message type decoded by Codec.\\nThis is what is written to the feeds.\"},\"ItemGenesis\":{\"oneofs\":{\"_itemType\":{\"oneof\":[\"itemType\"]},\"_modelVersion\":{\"oneof\":[\"modelVersion\"]},\"_link\":{\"oneof\":[\"link\"]}},\"fields\":{\"itemType\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"modelType\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"modelVersion\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"link\":{\"type\":\"LinkData\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"ItemMutation\":{\"oneofs\":{\"_parentId\":{\"oneof\":[\"parentId\"]},\"_action\":{\"oneof\":[\"action\"]}},\"fields\":{\"parentId\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"action\":{\"type\":\"Action\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Action\":{\"values\":{\"NOOP\":0,\"DELETE\":1,\"RESTORE\":2},\"comment\":null,\"comments\":{\"NOOP\":null,\"DELETE\":null,\"RESTORE\":null}}},\"comment\":\"Item mutation.\"},\"LinkData\":{\"fields\":{\"source\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"target\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null}}},\"metadata\":{\"nested\":{\"EchoMetadata\":{\"oneofs\":{\"_identity\":{\"oneof\":[\"identity\"]}},\"fields\":{\"version\":{\"type\":\"int32\",\"id\":1,\"comment\":\"Version number that is inceremnted every time there's a breaking change to the storage schema.\\nThis is used to detect if the storage schema has changed since the last time the client was run.\\nLoading data from a different version will might result in an error.\"},\"created\":{\"type\":\"google.protobuf.Timestamp\",\"id\":2,\"comment\":null},\"updated\":{\"type\":\"google.protobuf.Timestamp\",\"id\":3,\"comment\":null},\"identity\":{\"type\":\"dxos.halo.credentials.IdentityRecord\",\"id\":10,\"options\":{\"proto3_optional\":true},\"comment\":null},\"spaces\":{\"rule\":\"repeated\",\"type\":\"SpaceMetadata\",\"id\":11,\"comment\":\"List of the data spaces.\"}},\"comment\":null},\"SpaceMetadata\":{\"oneofs\":{\"_genesisFeedKey\":{\"oneof\":[\"genesisFeedKey\"]},\"_controlFeedKey\":{\"oneof\":[\"controlFeedKey\"]},\"_dataFeedKey\":{\"oneof\":[\"dataFeedKey\"]},\"_latestTimeframe\":{\"oneof\":[\"latestTimeframe\"]},\"_snapshot\":{\"oneof\":[\"snapshot\"]}},\"fields\":{\"key\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":\"Space key.\"},\"genesisFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null},\"controlFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"Key of the wriatable control feed.\"},\"feedKeys\":{\"rule\":\"repeated\",\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":\"List of all feed associated with the space.\"},\"dataFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"Key of the wriatable data feed.\"},\"latestTimeframe\":{\"type\":\"timeframe.TimeframeVector\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"snapshot\":{\"type\":\"string\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}}},\"model\":{\"nested\":{\"messenger\":{\"nested\":{\"Message\":{\"fields\":{\"timestamp\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"text\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"sender\":{\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null}}},\"object\":{\"nested\":{\"Array\":{\"fields\":{\"values\":{\"rule\":\"repeated\",\"type\":\"Value\",\"id\":1,\"comment\":null}},\"comment\":\"Ordered collection of values.\"},\"KeyValue\":{\"fields\":{\"key\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"value\":{\"type\":\"Value\",\"id\":2,\"comment\":null}},\"comment\":\"Key x Value tuple.\"},\"KeyValueObject\":{\"fields\":{\"properties\":{\"rule\":\"repeated\",\"type\":\"KeyValue\",\"id\":1,\"comment\":null}},\"comment\":\"Object data definition.\"},\"ObjectMutation\":{\"oneofs\":{\"_value\":{\"oneof\":[\"value\"]},\"_mutation\":{\"oneof\":[\"mutation\"]}},\"fields\":{\"operation\":{\"type\":\"Operation\",\"id\":1,\"comment\":null},\"key\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"value\":{\"type\":\"Value\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"mutation\":{\"type\":\"YJS\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Operation\":{\"values\":{\"SET\":0,\"DELETE\":1,\"ARRAY_PUSH\":2,\"SET_ADD\":4,\"SET_DELETE\":5,\"YJS\":6},\"comment\":null,\"comments\":{\"SET\":null,\"DELETE\":null,\"ARRAY_PUSH\":null,\"SET_ADD\":null,\"SET_DELETE\":null,\"YJS\":null}}},\"comment\":\"Atomic mutation.\"},\"ObjectMutationSet\":{\"fields\":{\"mutations\":{\"rule\":\"repeated\",\"type\":\"ObjectMutation\",\"id\":1,\"comment\":null}},\"comment\":\"Set of mutations.\"},\"ObjectSnapshot\":{\"fields\":{\"root\":{\"type\":\"Value\",\"id\":1,\"comment\":null}},\"comment\":\"State snapshot.\"},\"Predicate\":{\"oneofs\":{\"_key\":{\"oneof\":[\"key\"]},\"_value\":{\"oneof\":[\"value\"]}},\"fields\":{\"op\":{\"type\":\"Operation\",\"id\":1,\"comment\":null},\"key\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"value\":{\"type\":\"Value\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"predicates\":{\"rule\":\"repeated\",\"type\":\"Predicate\",\"id\":4,\"comment\":null}},\"nested\":{\"Operation\":{\"values\":{\"OR\":0,\"AND\":1,\"NOT\":2,\"IN\":10,\"EQUALS\":11,\"GTE\":12,\"GT\":13,\"LTE\":14,\"LT\":15,\"PREFIX_MATCH\":20,\"TEXT_MATCH\":21},\"comment\":null,\"comments\":{\"OR\":null,\"AND\":null,\"NOT\":null,\"IN\":null,\"EQUALS\":null,\"GTE\":null,\"GT\":null,\"LTE\":null,\"LT\":null,\"PREFIX_MATCH\":null,\"TEXT_MATCH\":null}}},\"comment\":\"Query predicate.\"},\"Query\":{\"fields\":{\"root\":{\"type\":\"Predicate\",\"id\":1,\"comment\":null}},\"comment\":\"Query.\"},\"Reference\":{\"fields\":{\"itemId\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":\"Reference to an Item.\"},\"Value\":{\"oneofs\":{\"Type\":{\"oneof\":[\"null\",\"bool\",\"int\",\"float\",\"string\",\"timestamp\",\"datetime\",\"bytes\",\"object\",\"array\",\"reference\",\"yjs\"],\"comment\":null}},\"fields\":{\"null\":{\"type\":\"bool\",\"id\":1,\"comment\":null},\"bool\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"int\":{\"type\":\"int64\",\"id\":3,\"comment\":null},\"float\":{\"type\":\"float\",\"id\":4,\"comment\":null},\"string\":{\"type\":\"string\",\"id\":5,\"comment\":null},\"timestamp\":{\"type\":\"string\",\"id\":10,\"comment\":null},\"datetime\":{\"type\":\"string\",\"id\":11,\"comment\":null},\"bytes\":{\"type\":\"bytes\",\"id\":12,\"comment\":null},\"object\":{\"type\":\"KeyValueObject\",\"id\":20,\"comment\":null},\"array\":{\"type\":\"Array\",\"id\":21,\"comment\":null},\"reference\":{\"type\":\"Reference\",\"id\":30,\"comment\":null},\"yjs\":{\"type\":\"YJS\",\"id\":40,\"comment\":null}},\"comment\":\"Generic value.\"},\"YJS\":{\"fields\":{\"id\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"payload\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null}}},\"text\":{\"nested\":{\"Mutation\":{\"fields\":{\"update\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"clientId\":{\"type\":\"int32\",\"id\":2,\"comment\":null}},\"comment\":null},\"Snapshot\":{\"fields\":{\"data\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null}}}}},\"service\":{\"nested\":{\"DataService\":{\"methods\":{\"SubscribeEntitySet\":{\"requestType\":\"SubscribeEntitySetRequest\",\"responseType\":\"SubscribeEntitySetResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeEntityStream\":{\"requestType\":\"SubscribeEntityStreamRequest\",\"responseType\":\"SubscribeEntityStreamResponse\",\"responseStream\":true,\"comment\":null},\"Write\":{\"requestType\":\"WriteRequest\",\"responseType\":\"MutationReceipt\",\"comment\":null}},\"comment\":null},\"MutationReceipt\":{\"fields\":{\"feedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"seq\":{\"type\":\"int32\",\"id\":2,\"comment\":null}},\"comment\":null},\"SubscribeEntitySetRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeEntitySetResponse\":{\"fields\":{\"added\":{\"rule\":\"repeated\",\"type\":\"feed.EchoEnvelope\",\"id\":1,\"comment\":null},\"deleted\":{\"rule\":\"repeated\",\"type\":\"feed.EchoEnvelope\",\"id\":2,\"comment\":null}},\"comment\":null},\"SubscribeEntityStreamRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"itemId\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"SubscribeEntityStreamResponse\":{\"oneofs\":{\"kind\":{\"oneof\":[\"snapshot\",\"mutation\"],\"comment\":null}},\"fields\":{\"snapshot\":{\"type\":\"snapshot.ItemSnapshot\",\"id\":1,\"comment\":null},\"mutation\":{\"type\":\"Mutation\",\"id\":2,\"comment\":null}},\"nested\":{\"Mutation\":{\"fields\":{\"data\":{\"type\":\"feed.EchoEnvelope\",\"id\":1,\"comment\":null},\"meta\":{\"type\":\"Metadata\",\"id\":2,\"comment\":null}},\"nested\":{\"Metadata\":{\"fields\":{\"feedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"memberKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null},\"seq\":{\"type\":\"int32\",\"id\":3,\"comment\":null},\"timeframe\":{\"type\":\"timeframe.TimeframeVector\",\"id\":4,\"comment\":null}},\"comment\":null}},\"comment\":null}},\"comment\":null},\"WriteRequest\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"mutation\":{\"type\":\"feed.EchoEnvelope\",\"id\":2,\"comment\":null}},\"comment\":null}}},\"snapshot\":{\"nested\":{\"DatabaseSnapshot\":{\"fields\":{\"items\":{\"rule\":\"repeated\",\"type\":\"ItemSnapshot\",\"id\":1,\"comment\":null},\"links\":{\"rule\":\"repeated\",\"type\":\"LinkSnapshot\",\"id\":2,\"comment\":null}},\"comment\":null},\"HaloStateSnapshot\":{\"fields\":{\"messages\":{\"rule\":\"repeated\",\"type\":\"dxos.halo.signed.Message\",\"id\":1,\"comment\":null}},\"comment\":null},\"ItemSnapshot\":{\"oneofs\":{\"_itemId\":{\"oneof\":[\"itemId\"]},\"_itemType\":{\"oneof\":[\"itemType\"]},\"_modelVersion\":{\"oneof\":[\"modelVersion\"]},\"_parentId\":{\"oneof\":[\"parentId\"]},\"_model\":{\"oneof\":[\"model\"]}},\"fields\":{\"itemId\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"itemType\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"modelType\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"modelVersion\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"parentId\":{\"type\":\"string\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"model\":{\"type\":\"ModelSnapshot\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"LinkSnapshot\":{\"oneofs\":{\"_linkId\":{\"oneof\":[\"linkId\"]},\"_linkType\":{\"oneof\":[\"linkType\"]},\"_modelVersion\":{\"oneof\":[\"modelVersion\"]},\"_model\":{\"oneof\":[\"model\"]}},\"fields\":{\"linkId\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"linkType\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"modelType\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"modelVersion\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"source\":{\"type\":\"string\",\"id\":5,\"comment\":null},\"target\":{\"type\":\"string\",\"id\":6,\"comment\":null},\"model\":{\"type\":\"ModelSnapshot\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"ModelMutation\":{\"fields\":{\"mutation\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"meta\":{\"type\":\"ModelMutationMeta\",\"id\":2,\"comment\":null}},\"comment\":null},\"ModelMutationMeta\":{\"fields\":{\"feedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"seq\":{\"type\":\"int32\",\"id\":2,\"comment\":null},\"memberKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":null}},\"comment\":null},\"ModelSnapshot\":{\"oneofs\":{\"_snapshot\":{\"oneof\":[\"snapshot\"]}},\"fields\":{\"snapshot\":{\"type\":\"bytes\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Encoded model snapshot (defined by the model's codec).\\nIf undefined the state machine will be initialized with it's default state.\"},\"mutations\":{\"rule\":\"repeated\",\"type\":\"ModelMutation\",\"id\":2,\"comment\":\"Mutations to be applied on top of the snapshot, or on top of initial state if the snapshot is undefined.\"}},\"comment\":null},\"SpaceSnapshot\":{\"oneofs\":{\"_timeframe\":{\"oneof\":[\"timeframe\"]},\"_timestamp\":{\"oneof\":[\"timestamp\"]},\"_halo\":{\"oneof\":[\"halo\"]}},\"fields\":{\"spaceKey\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"timeframe\":{\"type\":\"timeframe.TimeframeVector\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"timestamp\":{\"type\":\"int32\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"halo\":{\"type\":\"HaloStateSnapshot\",\"id\":11,\"options\":{\"proto3_optional\":true},\"comment\":null},\"database\":{\"type\":\"DatabaseSnapshot\",\"id\":12,\"comment\":null}},\"comment\":null}}},\"timeframe\":{\"nested\":{\"TimeframeVector\":{\"fields\":{\"frames\":{\"rule\":\"repeated\",\"type\":\"Frame\",\"id\":1,\"comment\":null}},\"nested\":{\"Frame\":{\"fields\":{\"feedKey\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"seq\":{\"type\":\"int32\",\"id\":3,\"comment\":null}},\"comment\":null}},\"comment\":\"Vector timestamp used to order messages.\"}}}}},\"gravity\":{\"nested\":{\"AcceptSpaceInvitationCommand\":{\"fields\":{\"swarmKey\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"AgentSpec\":{\"oneofs\":{\"_version\":{\"oneof\":[\"version\"]},\"_stateMachine\":{\"oneof\":[\"stateMachine\"]},\"_startSequence\":{\"oneof\":[\"startSequence\"]},\"_stopSequence\":{\"oneof\":[\"stopSequence\"]}},\"fields\":{\"version\":{\"type\":\"int32\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"stateMachine\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"startSequence\":{\"type\":\"CommandSequence\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"stopSequence\":{\"type\":\"CommandSequence\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"testSequences\":{\"rule\":\"repeated\",\"type\":\"CommandSequence\",\"id\":5,\"comment\":null}},\"comment\":\"Root specification for Agent.\"},\"Command\":{\"oneofs\":{\"Cmd\":{\"oneof\":[\"createProfile\",\"createSpace\",\"createSpaceInvitation\",\"acceptSpaceInvitation\",\"syncServer\",\"syncClient\",\"tearDown\"],\"comment\":null}},\"fields\":{\"createProfile\":{\"type\":\"CreateProfileCommand\",\"id\":1,\"comment\":null},\"createSpace\":{\"type\":\"CreateSpaceCommand\",\"id\":2,\"comment\":null},\"createSpaceInvitation\":{\"type\":\"CreateSpaceInvitationCommand\",\"id\":3,\"comment\":null},\"acceptSpaceInvitation\":{\"type\":\"AcceptSpaceInvitationCommand\",\"id\":4,\"comment\":null},\"syncServer\":{\"type\":\"SyncServer\",\"id\":5,\"comment\":null},\"syncClient\":{\"type\":\"SyncClient\",\"id\":6,\"comment\":null},\"tearDown\":{\"type\":\"TearDown\",\"id\":7,\"comment\":null}},\"comment\":\"Atomic async command.\"},\"CommandSequence\":{\"fields\":{\"commands\":{\"rule\":\"repeated\",\"type\":\"Command\",\"id\":1,\"comment\":null}},\"comment\":\"Commands that must be run sequentially.\"},\"CreateProfileCommand\":{\"oneofs\":{\"__noop_\":{\"oneof\":[\"_noop_\"]}},\"fields\":{\"_noop_\":{\"type\":\"bool\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"CreateSpaceCommand\":{\"oneofs\":{\"_id\":{\"oneof\":[\"id\"]}},\"fields\":{\"id\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"CreateSpaceInvitationCommand\":{\"fields\":{\"id\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"swarmKey\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"SyncClient\":{\"fields\":{\"id\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"srvId\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"host\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"port\":{\"type\":\"uint32\",\"id\":4,\"comment\":null},\"verbose\":{\"type\":\"bool\",\"id\":5,\"comment\":null}},\"comment\":null},\"SyncServer\":{\"fields\":{\"id\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"host\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"port\":{\"type\":\"uint32\",\"id\":3,\"comment\":null},\"verbose\":{\"type\":\"bool\",\"id\":4,\"comment\":null}},\"comment\":null},\"TearDown\":{\"oneofs\":{\"__noop_\":{\"oneof\":[\"_noop_\"]}},\"fields\":{\"_noop_\":{\"type\":\"bool\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}}},\"halo\":{\"nested\":{\"credentials\":{\"nested\":{\"AdmittedFeed\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":\"Owning identity.\"},\"deviceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":null},\"designation\":{\"type\":\"Designation\",\"id\":4,\"comment\":\"Feeds with different designations are consumed by separate pipelines.\"}},\"nested\":{\"Designation\":{\"values\":{\"GENERAL\":0,\"CONTROL\":1,\"DATA\":2},\"comment\":null,\"comments\":{\"GENERAL\":\"Classic general purpose feeds for both HALO and ECHO messages together. To be deprecated.\",\"CONTROL\":\"Contain system-level messages messages, such as credentials and epochs.\",\"DATA\":\"Database mutations.\"}}},\"comment\":null},\"auth\":{\"nested\":{\"Auth\":{\"oneofs\":{\"_feedKey\":{\"oneof\":[\"feedKey\"]},\"_feedAdmit\":{\"oneof\":[\"feedAdmit\"]}},\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":\"The publicKey of the target Space for these credentials.\"},\"deviceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":\"The publicKey of the authenticating Device.\"},\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":\"The publicKey of the authenticating Identity.\"},\"feedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"The publicKey of the authenticating Identity.\"},\"feedAdmit\":{\"type\":\"google.protobuf.Any\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":\"FeedAdmit message to the should be written to a control feed in case the `feed_key` is not admitted to the space.\"}},\"comment\":\"The payload for a SignedMessage sent during handshake for replication authentication.\"}}},\"Auth\":{\"fields\":{},\"comment\":\"Assertion for agents authenticating in the space swarm.\"},\"AuthorizedDevice\":{\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"deviceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null}},\"comment\":null},\"Chain\":{\"fields\":{\"credential\":{\"type\":\"Credential\",\"id\":1,\"comment\":\"Credential that authorizes the subject to issue new credentials (can be recursive).\"}},\"comment\":\"A chain of credentials that establishes the delegated authority to issue new credentials.\\nEach key in the chain has an assotiated credential that establishes the authrity of that specific key.\\n\\nExample:\\nAlice/Device-2 => Alice/Device-1 => Alice\\n\\nThis chain would include 2 credentials:\\n1. Giving Alice/Device-2 the authority to issue credentials on behalf of Alice, signed by Alice/Device-1.\\n2. Giving Alice/Device-1 the authority to issue credentials on behalf of Alice, signed by Alice.\"},\"Claim\":{\"fields\":{\"id\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"assertion\":{\"type\":\"google.protobuf.Any\",\"id\":2,\"comment\":null}},\"comment\":null},\"Credential\":{\"oneofs\":{\"_id\":{\"oneof\":[\"id\"]},\"_expirationDate\":{\"oneof\":[\"expirationDate\"]},\"_expirationRef\":{\"oneof\":[\"expirationRef\"]}},\"fields\":{\"id\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"issuer\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null},\"issuanceDate\":{\"type\":\"google.protobuf.Timestamp\",\"id\":3,\"comment\":null},\"expirationDate\":{\"type\":\"google.protobuf.Timestamp\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"expirationRef\":{\"type\":\"bytes\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":null},\"subject\":{\"type\":\"Claim\",\"id\":10,\"comment\":null},\"proof\":{\"type\":\"Proof\",\"id\":11,\"comment\":null}},\"comment\":null},\"greet\":{\"nested\":{\"BeginResponse\":{\"fields\":{\"info\":{\"keyType\":\"string\",\"type\":\"google.protobuf.Any\",\"id\":1,\"comment\":null}},\"comment\":null},\"ClaimResponse\":{\"fields\":{\"id\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"rendezvousKey\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"Command\":{\"oneofs\":{\"_secret\":{\"oneof\":[\"secret\"]}},\"fields\":{\"command\":{\"type\":\"Type\",\"id\":1,\"comment\":null},\"secret\":{\"type\":\"bytes\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"params\":{\"rule\":\"repeated\",\"type\":\"google.protobuf.Any\",\"id\":10,\"comment\":null}},\"nested\":{\"Type\":{\"values\":{\"BEGIN\":0,\"HANDSHAKE\":1,\"NOTARIZE\":2,\"FINISH\":3,\"CLAIM\":10},\"comment\":null,\"comments\":{\"BEGIN\":null,\"HANDSHAKE\":null,\"NOTARIZE\":null,\"FINISH\":null,\"CLAIM\":null}}},\"comment\":\"A Greeter command.\"},\"HandshakeResponse\":{\"fields\":{\"nonce\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null}},\"comment\":null},\"KeyHint\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"type\":{\"type\":\"keys.KeyType\",\"id\":2,\"comment\":null}},\"comment\":null},\"NotarizeResponse\":{\"fields\":{\"copies\":{\"rule\":\"repeated\",\"type\":\"google.protobuf.Any\",\"id\":1,\"comment\":null},\"genesisFeed\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":null}},\"comment\":null}}},\"HaloSpace\":{\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"haloKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":\"Space key.\"}},\"comment\":\"[ASSERTION]: Associtaes a space that will implement Agent's HALO with an Identity.\"},\"identity\":{\"nested\":{\"DeviceInfo\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"IdentityInfo\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null}}},\"IdentityProfile\":{\"fields\":{\"profile\":{\"type\":\"ProfileDocument\",\"id\":1,\"comment\":null}},\"comment\":\"[ASSERTION]: Sets profile information.\"},\"IdentityRecord\":{\"oneofs\":{\"_profileSpace\":{\"oneof\":[\"profileSpace\"]},\"_profile\":{\"oneof\":[\"profile\"]}},\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"deviceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null},\"haloSpace\":{\"type\":\"SpaceRecord\",\"id\":3,\"comment\":null},\"profileSpace\":{\"type\":\"SpaceRecord\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"TODO(burdon): Not yet implemented. Must be null.\"},\"profile\":{\"type\":\"ProfileDocument\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":\"Cached profile.\"}},\"comment\":\"Information needed to bootstrap an Identity.\"},\"IdentityRecovery\":{\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"recoveryKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":\"Public key derrived from the recovery seedphrase.\"}},\"comment\":\"[ASSERTION]: Grants recovery permissions to a recovery key.\"},\"KeyInfo\":{\"oneofs\":{\"_name\":{\"oneof\":[\"name\"]}},\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":\"Subject must be a key being referenced.\"},\"Presentation\":{\"fields\":{\"credentials\":{\"rule\":\"repeated\",\"type\":\"Credential\",\"id\":1,\"comment\":null},\"proofs\":{\"rule\":\"repeated\",\"type\":\"Proof\",\"id\":2,\"comment\":null}},\"comment\":null},\"ProfileDocument\":{\"oneofs\":{\"_displayName\":{\"oneof\":[\"displayName\"]},\"_avatarCid\":{\"oneof\":[\"avatarCid\"]}},\"fields\":{\"displayName\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"avatarCid\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Proof\":{\"oneofs\":{\"_nonce\":{\"oneof\":[\"nonce\"]},\"_chain\":{\"oneof\":[\"chain\"]}},\"fields\":{\"type\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"creationDate\":{\"type\":\"google.protobuf.Timestamp\",\"id\":2,\"comment\":null},\"signer\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":null},\"nonce\":{\"type\":\"bytes\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"value\":{\"type\":\"bytes\",\"id\":5,\"comment\":\"Signature (excluded from signed data).\"},\"chain\":{\"type\":\"Chain\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":\"Must be present if signer is not credential issuer.\\nEstablishes the authority of the signer. Proves that the signer can issue such credentials.\\nExcluded from signed data.\"}},\"comment\":null},\"SpaceGenesis\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SpaceMember\":{\"oneofs\":{\"_profile\":{\"oneof\":[\"profile\"]}},\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"role\":{\"type\":\"Role\",\"id\":2,\"comment\":null},\"profile\":{\"type\":\"ProfileDocument\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"genesisFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":4,\"comment\":\"Genesis feed of the space. Needed so that the admitted member can start replicating the space based on this credential alone.\"}},\"nested\":{\"Role\":{\"values\":{\"INVALID\":0,\"ADMIN\":1,\"MEMBER\":2,\"READER\":3},\"comment\":null,\"comments\":{\"INVALID\":null,\"ADMIN\":\"Manage members.\",\"MEMBER\":\"Read and write.\",\"READER\":\"Read-only.\"}}},\"comment\":null},\"SpaceRecord\":{\"fields\":{\"spaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"genesisFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":\"This is the root feed of that structure.\"},\"writeControlFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":\"Keyring must have the associated private key.\"},\"writeDataFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":4,\"comment\":\"Keyring must have the associated private key.\"}},\"comment\":\"Information needed to bootstrap a Space.\"}}},\"invitations\":{\"nested\":{\"AuthenticationRequest\":{\"fields\":{\"authenticationCode\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"AuthenticationResponse\":{\"oneofs\":{\"_status\":{\"oneof\":[\"status\"]}},\"fields\":{\"status\":{\"type\":\"Status\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Status\":{\"values\":{\"OK\":0,\"INVALID_OTP\":1,\"INVALID_OPT_ATTEMPTS\":2},\"comment\":null,\"comments\":{\"OK\":null,\"INVALID_OTP\":null,\"INVALID_OPT_ATTEMPTS\":null}}},\"comment\":null},\"HaloAdmissionCredentials\":{\"fields\":{\"deviceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"controlFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null},\"dataFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":null}},\"comment\":null},\"HaloAdmissionOffer\":{\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"haloSpaceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null},\"genesisFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":null}},\"comment\":null},\"HaloHostService\":{\"methods\":{\"RequestAdmission\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"HaloAdmissionOffer\",\"comment\":\"Process admission offer from host.\"},\"Authenticate\":{\"requestType\":\"AuthenticationRequest\",\"responseType\":\"AuthenticationResponse\",\"comment\":\"Authenticate request.\"},\"PresentAdmissionCredentials\":{\"requestType\":\"HaloAdmissionCredentials\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Process admission request from guest.\"}},\"comment\":null},\"Introduction\":{\"oneofs\":{\"_profile\":{\"oneof\":[\"profile\"]}},\"fields\":{\"profile\":{\"type\":\"halo.credentials.ProfileDocument\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Guest's profile.\"}},\"comment\":null},\"SpaceAdmissionCredentials\":{\"fields\":{\"credential\":{\"type\":\"dxos.halo.credentials.Credential\",\"id\":1,\"comment\":\"Credential of type `SpaceMember` that grants Guest's identity access to the space.\"}},\"comment\":null},\"SpaceAdmissionRequest\":{\"fields\":{\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"deviceKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":null},\"controlFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":null},\"dataFeedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":4,\"comment\":null}},\"comment\":null},\"SpaceHostService\":{\"methods\":{\"Introduce\":{\"requestType\":\"Introduction\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Introduce Guest to the host.\"},\"Authenticate\":{\"requestType\":\"AuthenticationRequest\",\"responseType\":\"AuthenticationResponse\",\"comment\":\"Authenticate request.\"},\"RequestAdmission\":{\"requestType\":\"SpaceAdmissionRequest\",\"responseType\":\"SpaceAdmissionCredentials\",\"comment\":\"Process admission credentials.\"}},\"comment\":null}}},\"keyring\":{\"nested\":{\"KeyRecord\":{\"oneofs\":{\"_privateKey\":{\"oneof\":[\"privateKey\"]}},\"fields\":{\"publicKey\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"privateKey\":{\"type\":\"bytes\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}}},\"keys\":{\"nested\":{\"KeyChain\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"message\":{\"type\":\"dxos.halo.signed.SignedMessage\",\"id\":2,\"comment\":null},\"parents\":{\"rule\":\"repeated\",\"type\":\"KeyChain\",\"id\":3,\"comment\":null}},\"comment\":null},\"KeyRecord\":{\"oneofs\":{\"_secretKey\":{\"oneof\":[\"secretKey\"]},\"_hint\":{\"oneof\":[\"hint\"]},\"_own\":{\"oneof\":[\"own\"]},\"_trusted\":{\"oneof\":[\"trusted\"]},\"_added\":{\"oneof\":[\"added\"]},\"_created\":{\"oneof\":[\"created\"]}},\"fields\":{\"type\":{\"type\":\"KeyType\",\"id\":1,\"comment\":\"The `KeyType` type of the key. This is often unknown for keys from other sources.\"},\"publicKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":\"The public key as a Buffer (required).\"},\"secretKey\":{\"type\":\"dxos.keys.PrivateKey\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"The secret key as a Buffer (this will never be visible outside the Keyring).\"},\"hint\":{\"type\":\"bool\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"Is this key from a Greeting \\\"hint\\\"?\"},\"own\":{\"type\":\"bool\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":\"Determines if this is our key?\\nUsually true if `secret_key` is present; may be false for \\\"inception keys\\\" such as the Space key.\"},\"trusted\":{\"type\":\"bool\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":\"Is this key to be trusted?\"},\"added\":{\"type\":\"string\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":\"An RFC-3339 date/time string for when the key was added to the Keyring.\"},\"created\":{\"type\":\"string\",\"id\":8,\"options\":{\"proto3_optional\":true},\"comment\":\"An RFC-3339 date/time string for when the key was created.\"}},\"comment\":null},\"KeyRecordList\":{\"fields\":{\"keys\":{\"rule\":\"repeated\",\"type\":\"KeyRecord\",\"id\":1,\"comment\":null}},\"comment\":null},\"KeyType\":{\"values\":{\"UNKNOWN\":0,\"IDENTITY\":1,\"DEVICE\":2,\"SPACE\":3,\"FEED\":4,\"DXNS_ADDRESS\":5},\"comment\":null,\"comments\":{\"UNKNOWN\":null,\"IDENTITY\":null,\"DEVICE\":null,\"SPACE\":null,\"FEED\":null,\"DXNS_ADDRESS\":null}}}},\"signed\":{\"nested\":{\"Message\":{\"fields\":{\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":1,\"comment\":null}},\"comment\":null},\"SignedMessage\":{\"fields\":{\"signed\":{\"type\":\"Signed\",\"id\":1,\"comment\":\"The signed message contents.\"},\"signatures\":{\"rule\":\"repeated\",\"type\":\"Signature\",\"id\":2,\"comment\":\"An array of Signatures, one for each key that signed the message.\"}},\"nested\":{\"Signature\":{\"oneofs\":{\"_keyChain\":{\"oneof\":[\"keyChain\"]}},\"fields\":{\"key\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":\"The publicKey of the keypair that made this signature.\"},\"signature\":{\"type\":\"bytes\",\"id\":2,\"comment\":\"The bytes of the signature.\"},\"keyChain\":{\"type\":\"keys.KeyChain\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"The certification chain of SignedMessages for this key.\"}},\"comment\":null},\"Signed\":{\"fields\":{\"created\":{\"type\":\"string\",\"id\":1,\"comment\":\"RFC-3339 datetime string.\"},\"nonce\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":10,\"comment\":\"The payload to be signed.\"}},\"comment\":null}},\"comment\":\"A generic container message used whenever messages are signed (e.g. SpaceCredential)\"}}}}},\"iframe\":{\"nested\":{\"IframeService\":{\"methods\":{\"Heartbeat\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":\"Worker-to-iframe RPCs.\"},\"StartRequest\":{\"fields\":{\"origin\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"WorkerService\":{\"methods\":{\"Start\":{\"requestType\":\"StartRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"Stop\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":\"Iframe-to-worker RPCs.\"}}},\"keys\":{\"nested\":{\"PrivateKey\":{\"fields\":{\"data\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"PublicKey\":{\"fields\":{\"data\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null}}},\"mesh\":{\"nested\":{\"bridge\":{\"nested\":{\"BridgeEvent\":{\"oneofs\":{\"type\":{\"oneof\":[\"connection\",\"signal\",\"data\"],\"comment\":null}},\"fields\":{\"connection\":{\"type\":\"ConnectionEvent\",\"id\":1,\"comment\":null},\"signal\":{\"type\":\"SignalEvent\",\"id\":2,\"comment\":null},\"data\":{\"type\":\"DataEvent\",\"id\":3,\"comment\":null}},\"nested\":{\"ConnectionEvent\":{\"oneofs\":{\"_error\":{\"oneof\":[\"error\"]}},\"fields\":{\"state\":{\"type\":\"ConnectionState\",\"id\":1,\"comment\":null},\"error\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"DataEvent\":{\"fields\":{\"payload\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"SignalEvent\":{\"fields\":{\"payload\":{\"type\":\"dxos.mesh.swarm.Signal\",\"id\":1,\"comment\":null}},\"comment\":null}},\"comment\":null},\"BridgeService\":{\"methods\":{\"Open\":{\"requestType\":\"ConnectionRequest\",\"responseType\":\"BridgeEvent\",\"responseStream\":true,\"comment\":\"\"},\"SendSignal\":{\"requestType\":\"SignalRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"\"},\"SendData\":{\"requestType\":\"DataRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"\"},\"Close\":{\"requestType\":\"CloseRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"\"}},\"comment\":null},\"CloseRequest\":{\"fields\":{\"proxyId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"ConnectionRequest\":{\"fields\":{\"proxyId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"initiator\":{\"type\":\"bool\",\"id\":2,\"comment\":null}},\"comment\":null},\"ConnectionState\":{\"values\":{\"INVALID\":0,\"CONNECTING\":1,\"CONNECTED\":2,\"CLOSED\":3},\"comment\":null,\"comments\":{\"INVALID\":null,\"CONNECTING\":null,\"CONNECTED\":null,\"CLOSED\":null}},\"DataRequest\":{\"fields\":{\"proxyId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"payload\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"SignalRequest\":{\"fields\":{\"proxyId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"signal\":{\"type\":\"dxos.mesh.swarm.Signal\",\"id\":2,\"comment\":null}},\"comment\":null}}},\"broadcast\":{\"nested\":{\"Packet\":{\"oneofs\":{\"_from\":{\"oneof\":[\"from\"]}},\"fields\":{\"seq\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"origin\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"from\":{\"type\":\"bytes\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"data\":{\"type\":\"bytes\",\"id\":4,\"comment\":null}},\"comment\":null}}},\"messaging\":{\"nested\":{\"Acknowledgement\":{\"fields\":{\"messageId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":\"MessageId of the Message that is being acknowledged.\"}},\"comment\":null},\"ReliablePayload\":{\"fields\":{\"messageId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":\"Unique message identifier. Used for Acknolegment.\"},\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":2,\"comment\":\"Payload for signal server netwrok.\"}},\"comment\":null}}},\"muxer\":{\"nested\":{\"Command\":{\"oneofs\":{\"payload\":{\"oneof\":[\"openChannel\",\"data\",\"destroy\"],\"comment\":null}},\"fields\":{\"openChannel\":{\"type\":\"OpenChannel\",\"id\":1,\"comment\":null},\"data\":{\"type\":\"Data\",\"id\":2,\"comment\":null},\"destroy\":{\"type\":\"Destroy\",\"id\":3,\"comment\":null}},\"comment\":\"Root type for messages sent over the stream.\"},\"Data\":{\"fields\":{\"channelId\":{\"type\":\"int32\",\"id\":1,\"comment\":\"Identifier for the channel as assigned by the remote peer.\\nNOTE: An OpenChannel message must received before any data is sent on a channel.\\nAny data messages sent before that, should be ignored.\"},\"data\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"Destroy\":{\"oneofs\":{\"_error\":{\"oneof\":[\"error\"]}},\"fields\":{\"error\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Error that caused the termination.\"}},\"comment\":\"Terminate the connection. The other peer can expect the connection to be closed.\"},\"OpenChannel\":{\"oneofs\":{\"_contentType\":{\"oneof\":[\"contentType\"]}},\"fields\":{\"id\":{\"type\":\"int32\",\"id\":1,\"comment\":\"Session-specific ID for the channel.\"},\"tag\":{\"type\":\"string\",\"id\":2,\"comment\":\"Stable identifier for the channel that is agreed upon by both peers.\"},\"contentType\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"Optional Mime-type or URL describing the protocol that is hosted ober this stream. Used for introspection.\"}},\"comment\":\"Notify the remote peer that we are opening a channel.\\n\\nMeans that we are ready to receive data on the channel.\\nThe remote peer could now send data messages with this channel id that will be atributed to this channel.\\n\\nThe local peer must buffer any data messages until the remote peer replies with OpenChannel for this tag.\"}}},\"presence\":{\"nested\":{\"Alive\":{\"oneofs\":{\"_metadata\":{\"oneof\":[\"metadata\"]}},\"fields\":{\"peerId\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"connections\":{\"rule\":\"repeated\",\"type\":\"Connection\",\"id\":2,\"comment\":null},\"metadata\":{\"type\":\"bytes\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Connection\":{\"oneofs\":{\"_initiator\":{\"oneof\":[\"initiator\"]}},\"fields\":{\"peerId\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"initiator\":{\"type\":\"bool\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}},\"comment\":null}}},\"protocol\":{\"nested\":{\"Buffer\":{\"fields\":{\"data\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"Error\":{\"fields\":{\"code\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"message\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"Message\":{\"fields\":{\"nmId\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"nmResponse\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"nmEphemeral\":{\"type\":\"bool\",\"id\":3,\"comment\":null},\"nmData\":{\"type\":\"google.protobuf.Any\",\"id\":4,\"comment\":null}},\"comment\":null}}},\"replicator\":{\"nested\":{\"Container\":{\"fields\":{\"type\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"data\":{\"rule\":\"repeated\",\"type\":\"google.protobuf.Any\",\"id\":2,\"comment\":null}},\"comment\":null},\"Feed\":{\"oneofs\":{\"_key\":{\"oneof\":[\"key\"]},\"_discoveryKey\":{\"oneof\":[\"discoveryKey\"]}},\"fields\":{\"key\":{\"type\":\"bytes\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"discoveryKey\":{\"type\":\"bytes\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null}}},\"signal\":{\"options\":{\"go_package\":\"github.com/dxos/kube/go/signal/pb\"},\"nested\":{\"HostEvent\":{\"oneofs\":{\"event\":{\"oneof\":[\"peerAvailable\"],\"comment\":null}},\"fields\":{\"peerAvailable\":{\"type\":\"SwarmEvent.PeerAvailable\",\"id\":1,\"comment\":null}},\"comment\":\"Goes on a Pub/Sub host topic.\"},\"JoinRequest\":{\"fields\":{\"swarm\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"peer\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"comment\":null},\"Message\":{\"fields\":{\"author\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"recipient\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":3,\"comment\":null}},\"comment\":null},\"PeerEvent\":{\"oneofs\":{\"event\":{\"oneof\":[\"message\"],\"comment\":null}},\"fields\":{\"message\":{\"type\":\"Message\",\"id\":1,\"comment\":null}},\"comment\":\"Goes on Pub/Sub peer topic.\"},\"ReceptionRequest\":{\"fields\":{\"peer\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"Signal\":{\"methods\":{\"Join\":{\"requestType\":\"JoinRequest\",\"responseType\":\"SwarmEvent\",\"responseStream\":true,\"comment\":null},\"ReceiveMessages\":{\"requestType\":\"ReceptionRequest\",\"responseType\":\"Message\",\"responseStream\":true,\"comment\":null},\"SendMessage\":{\"requestType\":\"Message\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null},\"SwarmEvent\":{\"oneofs\":{\"event\":{\"oneof\":[\"peerAvailable\",\"peerLeft\"],\"comment\":null}},\"fields\":{\"peerAvailable\":{\"type\":\"PeerAvailable\",\"id\":1,\"comment\":\"The peer was announced as available on the swarm.\"},\"peerLeft\":{\"type\":\"PeerLeft\",\"id\":2,\"comment\":\"The peer left, or their announcement timed out.\"}},\"nested\":{\"PeerAvailable\":{\"oneofs\":{\"_until\":{\"oneof\":[\"until\"]},\"_announceBackToHost\":{\"oneof\":[\"announceBackToHost\"]}},\"fields\":{\"peer\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"since\":{\"type\":\"google.protobuf.Timestamp\",\"id\":2,\"comment\":null},\"until\":{\"type\":\"google.protobuf.Timestamp\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"announceBackToHost\":{\"type\":\"bytes\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"Only relevant in Pub/Sub. Optional, the host topic to eagerly send PeerAvailable messages back to.\"}},\"comment\":null},\"PeerLeft\":{\"fields\":{\"peer\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null}},\"comment\":\"Goes on Pub/Sub swarm topic and as a Join stream in RPC.\"}}},\"swarm\":{\"nested\":{\"Answer\":{\"oneofs\":{\"_offerMessageId\":{\"oneof\":[\"offerMessageId\"]}},\"fields\":{\"accept\":{\"type\":\"bool\",\"id\":1,\"comment\":null},\"offerMessageId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"MessageId of the Offer being answered.\"}},\"comment\":null},\"MessageData\":{\"oneofs\":{\"payload\":{\"oneof\":[\"offer\",\"answer\",\"signal\"],\"comment\":null}},\"fields\":{\"offer\":{\"type\":\"Offer\",\"id\":1,\"comment\":null},\"answer\":{\"type\":\"Answer\",\"id\":2,\"comment\":null},\"signal\":{\"type\":\"Signal\",\"id\":3,\"comment\":null}},\"comment\":null},\"Offer\":{\"fields\":{},\"comment\":null},\"Signal\":{\"fields\":{\"payload\":{\"type\":\"google.protobuf.Struct\",\"id\":1,\"comment\":null}},\"comment\":null},\"SwarmMessage\":{\"fields\":{\"topic\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":\"Swarm identefier.\"},\"sessionId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":4,\"comment\":\"Unique connection identifier.\"},\"data\":{\"type\":\"MessageData\",\"id\":5,\"comment\":\"Message payload.\"},\"messageId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":6,\"comment\":\"Unique message identifier. Used for Acknolegment and matching Anwers to Offers.\"}},\"comment\":null}}},\"teleport\":{\"nested\":{\"auth\":{\"nested\":{\"AuthenticateRequest\":{\"fields\":{\"challenge\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"AuthenticateResponse\":{\"fields\":{\"credential\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"AuthService\":{\"methods\":{\"Authenticate\":{\"requestType\":\"AuthenticateRequest\",\"responseType\":\"AuthenticateResponse\",\"comment\":null}},\"comment\":null}}},\"control\":{\"nested\":{\"ControlService\":{\"methods\":{\"RegisterExtension\":{\"requestType\":\"RegisterExtensionRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"Heartbeat\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":\"Controls the lifycycle of the teleport session and its exentsions.\"},\"RegisterExtensionRequest\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"comment\":\"Must not contain slashes: /[\\\\w_.]+/. Example: `dxos.mesh.teleport.control`.\"}},\"comment\":null}}},\"objectsync\":{\"nested\":{\"DataObject\":{\"fields\":{\"id\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":2,\"comment\":null}},\"comment\":null},\"ObjectSyncService\":{\"methods\":{\"Want\":{\"requestType\":\"WantList\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Notify the peer that we want to receive specified objects.\"},\"Push\":{\"requestType\":\"DataObject\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Send an object to the peer.\"}},\"comment\":\"Allows synchronization of opaque data objects between two peers.\\nLoosely based on Bittorrent protocol.\"},\"WantList\":{\"fields\":{\"ids\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null}}},\"presence\":{\"nested\":{\"PeerState\":{\"fields\":{\"peerId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"connections\":{\"rule\":\"repeated\",\"type\":\"dxos.keys.PublicKey\",\"id\":2,\"comment\":\"Will be used to build network graph\"},\"messageId\":{\"type\":\"dxos.keys.PublicKey\",\"id\":3,\"comment\":\"Peer tracks what had been sent by message id\"},\"timestamp\":{\"type\":\"google.protobuf.Timestamp\",\"id\":4,\"comment\":null},\"identityKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":5,\"comment\":null}},\"comment\":null},\"PresenceService\":{\"methods\":{\"Announce\":{\"requestType\":\"PeerState\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null}}},\"replicator\":{\"nested\":{\"FeedInfo\":{\"fields\":{\"feedKey\":{\"type\":\"dxos.keys.PublicKey\",\"id\":1,\"comment\":null},\"download\":{\"type\":\"bool\",\"id\":2,\"comment\":\"set if the peer whishes to download the data from the feed.\"},\"upload\":{\"type\":\"bool\",\"id\":3,\"comment\":\"set if the peer whishes to updload the data from the feed.\"}},\"comment\":null},\"ReplicatorService\":{\"methods\":{\"UpdateFeeds\":{\"requestType\":\"UpdateFeedsRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Notify about available feeds.\"},\"StartReplication\":{\"requestType\":\"StartReplicationRequest\",\"responseType\":\"StartReplicationResponse\",\"comment\":\"Start replicating feed. If this feed is already being replicated, the existing replication session must be stopped.\"},\"StopReplication\":{\"requestType\":\"StopReplicationRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Stop replicating feed.\"}},\"comment\":\"RPC verbs for replication teleport extension.\\nAssumes one peer is designated an initiator.\\nThe initiator will start and stop replication streams.\\nThe other peer will send updates using the UpdateFeeds method.\"},\"StartReplicationRequest\":{\"fields\":{\"info\":{\"type\":\"FeedInfo\",\"id\":1,\"comment\":null}},\"comment\":null},\"StartReplicationResponse\":{\"oneofs\":{\"_streamTag\":{\"oneof\":[\"streamTag\"]}},\"fields\":{\"streamTag\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Tag of the stream the peers will use for the replication.\\nSet to null or \\\"\\\" (empty string) of the peer does not wish to replicate the feed.\\n\\nA new stream must be open with unique tag to start replicating. Existing streams cannot be reused.\"}},\"comment\":null},\"StopReplicationRequest\":{\"fields\":{\"info\":{\"type\":\"FeedInfo\",\"id\":1,\"comment\":null}},\"comment\":null},\"UpdateFeedsRequest\":{\"fields\":{\"feeds\":{\"rule\":\"repeated\",\"type\":\"FeedInfo\",\"id\":1,\"comment\":null}},\"comment\":null}}}}}}},\"registry\":{\"nested\":{\"Record\":{\"oneofs\":{\"_created\":{\"oneof\":[\"created\"]},\"_displayName\":{\"oneof\":[\"displayName\"]},\"_description\":{\"oneof\":[\"description\"]},\"kind\":{\"oneof\":[\"type\",\"payload\"],\"comment\":null}},\"fields\":{\"created\":{\"type\":\"google.protobuf.Timestamp\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Record creation timetstamp.\"},\"displayName\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"Human-readable name of record.\"},\"description\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"Record description.\"},\"tags\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":4,\"comment\":\"Optional record tags.\"},\"type\":{\"type\":\"Type\",\"id\":100,\"comment\":\"Type record variant.\"},\"payload\":{\"type\":\"Extension\",\"id\":101,\"comment\":\"Data record variant.\"}},\"nested\":{\"Extension\":{\"fields\":{\"typeRecord\":{\"type\":\"bytes\",\"id\":1,\"comment\":\"CID of type record.\"},\"data\":{\"type\":\"bytes\",\"id\":2,\"comment\":\"Serialized payload data.\"}},\"comment\":\"Data with a reference to a type record that defines the encoding.\"},\"Type\":{\"oneofs\":{\"_protobufIpfsCid\":{\"oneof\":[\"protobufIpfsCid\"]}},\"fields\":{\"messageName\":{\"type\":\"string\",\"id\":1,\"comment\":\"FQ protobuf message name.\"},\"protobufDefs\":{\"type\":\"google.protobuf.Struct\",\"id\":2,\"comment\":\"Set of protobuf messages encoded.\"},\"protobufIpfsCid\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":\"CID of protobuf source file.\"}},\"comment\":\"Types are system records that define protocol-buffer schema of other records.\"}},\"comment\":null}}},\"rpc\":{\"options\":{\"go_package\":\"github.com/dxos/kube/go/dxrpc/pb\"},\"nested\":{\"Error\":{\"oneofs\":{\"_name\":{\"oneof\":[\"name\"]},\"_message\":{\"oneof\":[\"message\"]},\"_stack\":{\"oneof\":[\"stack\"]}},\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"message\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"stack\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"MessageTrace\":{\"fields\":{\"direction\":{\"type\":\"Direction\",\"id\":1,\"comment\":null},\"data\":{\"type\":\"bytes\",\"id\":2,\"comment\":null}},\"nested\":{\"Direction\":{\"values\":{\"INCOMING\":0,\"OUTGOING\":1},\"comment\":null,\"comments\":{\"INCOMING\":null,\"OUTGOING\":null}}},\"comment\":null},\"Request\":{\"fields\":{\"id\":{\"type\":\"int32\",\"id\":1,\"comment\":null},\"method\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":3,\"comment\":null},\"stream\":{\"type\":\"bool\",\"id\":4,\"comment\":null}},\"comment\":null},\"Response\":{\"oneofs\":{\"content\":{\"oneof\":[\"payload\",\"error\",\"close\",\"streamReady\"],\"comment\":null}},\"fields\":{\"id\":{\"type\":\"int32\",\"id\":1,\"comment\":null},\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":2,\"comment\":null},\"error\":{\"type\":\"Error\",\"id\":3,\"comment\":null},\"close\":{\"type\":\"bool\",\"id\":4,\"comment\":\"Sent when stream is closed without an error.\"},\"streamReady\":{\"type\":\"bool\",\"id\":5,\"comment\":\"Sent when the server has processed a request with a streaming response.\\nCan be skipped by the server.\\nIn this case the first payload should be treated as the server being ready.\"}},\"comment\":null},\"RpcMessage\":{\"oneofs\":{\"content\":{\"oneof\":[\"request\",\"response\",\"open\",\"openAck\",\"streamClose\"],\"comment\":null}},\"fields\":{\"request\":{\"type\":\"Request\",\"id\":1,\"comment\":null},\"response\":{\"type\":\"Response\",\"id\":2,\"comment\":null},\"open\":{\"type\":\"bool\",\"id\":3,\"comment\":\"Means that the node is trying to open the connection.\"},\"openAck\":{\"type\":\"bool\",\"id\":4,\"comment\":\"Means that the node has received the \\\"open\\\" message and is ready to perform requests.\"},\"streamClose\":{\"type\":\"StreamClose\",\"id\":5,\"comment\":null}},\"comment\":null},\"StreamClose\":{\"fields\":{\"id\":{\"type\":\"int32\",\"id\":1,\"comment\":null}},\"comment\":null}}},\"service\":{\"nested\":{\"publisher\":{\"options\":{\"go_package\":\"github.com/dxos/kube/publisher/pb\"},\"nested\":{\"ListResponse\":{\"fields\":{\"modules\":{\"rule\":\"repeated\",\"type\":\"dxos.config.Module\",\"id\":1,\"comment\":null}},\"comment\":null},\"ListTunnelsResponse\":{\"fields\":{\"tunnels\":{\"rule\":\"repeated\",\"type\":\"TunnelResponse\",\"id\":1,\"comment\":null}},\"comment\":null},\"Publisher\":{\"methods\":{\"Publish\":{\"requestType\":\"PublishRequest\",\"responseType\":\"PublishResponse\",\"comment\":null},\"List\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"ListResponse\",\"comment\":null},\"Reset\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"ResetResponse\",\"comment\":null},\"Tunnel\":{\"requestType\":\"TunnelRequest\",\"responseType\":\"TunnelResponse\",\"comment\":null},\"ListTunnels\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"ListTunnelsResponse\",\"comment\":null}},\"comment\":null},\"PublishRequest\":{\"oneofs\":{\"_accessToken\":{\"oneof\":[\"accessToken\"]}},\"fields\":{\"package\":{\"type\":\"dxos.config.Package\",\"id\":1,\"comment\":null},\"skipExisting\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"accessToken\":{\"type\":\"string\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"PublishResponse\":{\"fields\":{\"modules\":{\"rule\":\"repeated\",\"type\":\"PublishedModule\",\"id\":1,\"comment\":null}},\"nested\":{\"PublishedModule\":{\"fields\":{\"module\":{\"type\":\"dxos.config.Module\",\"id\":1,\"comment\":null},\"urls\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null}},\"comment\":null},\"ResetResponse\":{\"fields\":{\"count\":{\"type\":\"int32\",\"id\":1,\"comment\":null}},\"comment\":null},\"TunnelRequest\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"enabled\":{\"type\":\"bool\",\"id\":2,\"comment\":null}},\"comment\":null},\"TunnelResponse\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"enabled\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"url\":{\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null}}},\"scheduler\":{\"options\":{\"go_package\":\"github.com/dxos/kube/scheduler/pb\"},\"nested\":{\"Bot\":{\"oneofs\":{\"_spec\":{\"oneof\":[\"spec\"]},\"_stats\":{\"oneof\":[\"stats\"]},\"_identityKey\":{\"oneof\":[\"identityKey\"]}},\"fields\":{\"id\":{\"type\":\"bytes\",\"id\":1,\"comment\":\"Scheduler\"},\"state\":{\"type\":\"State\",\"id\":2,\"comment\":\"Current state.\"},\"desiredState\":{\"type\":\"State\",\"id\":3,\"comment\":\"Desired state.\"},\"spec\":{\"type\":\"Spec\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"Omitted when returned from the Query RPC.\"},\"stats\":{\"type\":\"Stats\",\"id\":5,\"options\":{\"proto3_optional\":true},\"comment\":\"Omitted when returned from the Query RPC.\"},\"identityKey\":{\"type\":\"bytes\",\"id\":6,\"options\":{\"proto3_optional\":true},\"comment\":\"Identity key of the bot profile.\"}},\"nested\":{\"Spec\":{\"fields\":{\"executable\":{\"type\":\"string\",\"id\":1,\"comment\":\"URL to the bot executable. KUBEs support file:// and ipfs:// urls.\"},\"echo\":{\"type\":\"Echo\",\"id\":2,\"comment\":null}},\"nested\":{\"Echo\":{\"fields\":{\"spaceKey\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"invitation\":{\"type\":\"google.protobuf.Any\",\"id\":2,\"comment\":null}},\"comment\":null}},\"comment\":null},\"Stats\":{\"oneofs\":{\"_pid\":{\"oneof\":[\"pid\"]},\"_executableDownloaded\":{\"oneof\":[\"executableDownloaded\"]},\"_created\":{\"oneof\":[\"created\"]},\"_started\":{\"oneof\":[\"started\"]},\"_stopped\":{\"oneof\":[\"stopped\"]},\"_lastPingTime\":{\"oneof\":[\"lastPingTime\"]},\"_exitCode\":{\"oneof\":[\"exitCode\"]},\"_errorMessage\":{\"oneof\":[\"errorMessage\"]}},\"fields\":{\"pid\":{\"type\":\"int64\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":null},\"executableDownloaded\":{\"type\":\"google.protobuf.Timestamp\",\"id\":10,\"options\":{\"proto3_optional\":true},\"comment\":null},\"created\":{\"type\":\"google.protobuf.Timestamp\",\"id\":11,\"options\":{\"proto3_optional\":true},\"comment\":null},\"started\":{\"type\":\"google.protobuf.Timestamp\",\"id\":12,\"options\":{\"proto3_optional\":true},\"comment\":null},\"stopped\":{\"type\":\"google.protobuf.Timestamp\",\"id\":13,\"options\":{\"proto3_optional\":true},\"comment\":null},\"lastPingTime\":{\"type\":\"google.protobuf.Timestamp\",\"id\":14,\"options\":{\"proto3_optional\":true},\"comment\":null},\"exitCode\":{\"type\":\"int32\",\"id\":30,\"options\":{\"proto3_optional\":true},\"comment\":null},\"errorMessage\":{\"type\":\"string\",\"id\":31,\"options\":{\"proto3_optional\":true},\"comment\":null},\"cpuUsage\":{\"type\":\"CPUUsage\",\"id\":40,\"comment\":null},\"memoryUsage\":{\"type\":\"MemoryUsage\",\"id\":41,\"comment\":null},\"diskUsage\":{\"type\":\"DiskUsage\",\"id\":42,\"comment\":null},\"networkUsage\":{\"type\":\"NetworkUsage\",\"id\":43,\"comment\":null},\"echo\":{\"type\":\"Echo\",\"id\":44,\"comment\":null}},\"nested\":{\"CPUUsage\":{\"fields\":{\"cores\":{\"type\":\"double\",\"id\":1,\"comment\":null}},\"comment\":null},\"DiskUsage\":{\"fields\":{\"bytes\":{\"type\":\"int64\",\"id\":1,\"comment\":null}},\"comment\":null},\"Echo\":{\"fields\":{},\"comment\":\"Echo stats.\"},\"MemoryUsage\":{\"fields\":{\"bytes\":{\"type\":\"int64\",\"id\":1,\"comment\":null}},\"comment\":null},\"NetworkUsage\":{\"fields\":{},\"comment\":null}},\"comment\":null}},\"comment\":null},\"BotConfig\":{\"fields\":{\"spec\":{\"type\":\"Bot.Spec.Echo\",\"id\":1,\"comment\":null},\"clientConfig\":{\"type\":\"dxos.config.Config\",\"id\":2,\"comment\":null}},\"comment\":null},\"BotController\":{\"methods\":{\"Query\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"QueryResponse\",\"comment\":\"Enumerate all services.\"},\"Describe\":{\"requestType\":\"ServiceRequest\",\"responseType\":\"Bot\",\"comment\":\"Query information about a specific service\"},\"Create\":{\"requestType\":\"CreateRequest\",\"responseType\":\"Progress\",\"responseStream\":true,\"comment\":\"Create a new service.\"},\"Remove\":{\"requestType\":\"ServiceRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Remove a service with its identity and persistent storage.\"},\"Start\":{\"requestType\":\"ServiceRequest\",\"responseType\":\"Progress\",\"responseStream\":true,\"comment\":\"Start the bot.\"},\"Stop\":{\"requestType\":\"ServiceRequest\",\"responseType\":\"Progress\",\"responseStream\":true,\"comment\":\"Start the bot.\"},\"Restart\":{\"requestType\":\"ServiceRequest\",\"responseType\":\"Progress\",\"responseStream\":true,\"comment\":\"Start the bot.\"},\"Call\":{\"requestType\":\"Request\",\"responseType\":\"Reply\",\"responseStream\":true,\"comment\":\"Issue an RPC request to the bot instance.\"}},\"comment\":\"Exposed by bot controller to clients. Allows creation and management of bots.\"},\"BotHost\":{\"methods\":{\"GetConfig\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"BotConfig\",\"comment\":null},\"SendReport\":{\"requestType\":\"Report\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":\"Internal service exposed by bot controller to the bot.\"},\"BotService\":{\"methods\":{\"Call\":{\"requestType\":\"Request\",\"responseType\":\"Reply\",\"responseStream\":true,\"comment\":\"Issue an RPC request to the bot instance.\"},\"Healthcheck\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":\"Called by the bot controller to verify that the bot is functional.\"}},\"comment\":\"Internal service exposed by bot to the bot controller.\"},\"CreateRequest\":{\"oneofs\":{\"_desiredState\":{\"oneof\":[\"desiredState\"]}},\"fields\":{\"spec\":{\"type\":\"Bot.Spec\",\"id\":1,\"comment\":null},\"desiredState\":{\"type\":\"State\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"Progress\":{\"fields\":{\"state\":{\"type\":\"Bot\",\"id\":1,\"comment\":null}},\"comment\":null},\"QueryResponse\":{\"fields\":{\"services\":{\"rule\":\"repeated\",\"type\":\"Bot\",\"id\":1,\"comment\":null}},\"comment\":null},\"Reply\":{\"fields\":{\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":1,\"comment\":null}},\"comment\":null},\"Report\":{\"oneofs\":{\"_identityKey\":{\"oneof\":[\"identityKey\"]}},\"fields\":{\"identityKey\":{\"type\":\"bytes\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Identity key of the bot profile.\"}},\"comment\":null},\"Request\":{\"fields\":{\"serviceId\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":2,\"comment\":null}},\"comment\":null},\"ServiceRequest\":{\"fields\":{\"serviceId\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"State\":{\"values\":{\"INVALID\":0,\"STOPPED\":1,\"STARTING\":2,\"RUNNING\":3,\"FAILING\":4},\"comment\":null,\"comments\":{\"INVALID\":null,\"STOPPED\":null,\"STARTING\":null,\"RUNNING\":null,\"FAILING\":null}}}}}},\"type\":{\"nested\":{\"App\":{\"oneofs\":{\"_version\":{\"oneof\":[\"version\"]},\"_license\":{\"oneof\":[\"license\"]},\"_bundle\":{\"oneof\":[\"bundle\"]},\"kind\":{\"oneof\":[\"web\"],\"comment\":null},\"_extension\":{\"oneof\":[\"extension\"]}},\"fields\":{\"version\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Optional **semver 2.0** compliant record version.\\nShould conform to the semver regex (see https://semver.org/).\"},\"license\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":null},\"repos\":{\"rule\":\"repeated\",\"type\":\"Repo\",\"id\":3,\"comment\":null},\"bundle\":{\"type\":\"bytes\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":\"App bundle content Id in the CID v0 format (https://docs.ipfs.io/concepts/content-addressing/#identifier-formats).\"},\"web\":{\"type\":\"Web\",\"id\":100,\"comment\":null},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":200,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"nested\":{\"Web\":{\"oneofs\":{\"_indexFile\":{\"oneof\":[\"indexFile\"]},\"_entryPoint\":{\"oneof\":[\"entryPoint\"]}},\"fields\":{\"indexFile\":{\"type\":\"string\",\"id\":1,\"options\":{\"proto3_optional\":true},\"comment\":\"Relative path in resource to entrypoint, defaults to index.html.\"},\"entryPoint\":{\"type\":\"string\",\"id\":2,\"options\":{\"proto3_optional\":true},\"comment\":\"Relative path in resource to entrypoint, defaults to main.js.\"}},\"comment\":null}},\"comment\":null},\"AppServer\":{\"fields\":{\"url\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":100,\"comment\":null}},\"comment\":null},\"Bot\":{\"fields\":{\"version\":{\"type\":\"string\",\"id\":1,\"comment\":\"Optional **semver 2.0** compliant record version.\\nShould conform to the semver regex (see https://semver.org/).\"},\"license\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"repos\":{\"rule\":\"repeated\",\"type\":\"Repo\",\"id\":3,\"comment\":null},\"bundle\":{\"type\":\"bytes\",\"id\":4,\"comment\":\"Bot bundle content Id in the CID v0 format (https://docs.ipfs.io/concepts/content-addressing/#identifier-formats).\"},\"localPath\":{\"type\":\"string\",\"id\":5,\"comment\":\"This would be the path to the bot executable in bot-factory's file-system.\"},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":100,\"comment\":null}},\"comment\":null},\"BotFactory\":{\"fields\":{\"topic\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":100,\"comment\":null}},\"comment\":null},\"File\":{\"fields\":{\"contentType\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"fileName\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"bundle\":{\"type\":\"bytes\",\"id\":3,\"comment\":\"File content Id in the CID v0 format (https://docs.ipfs.io/concepts/content-addressing/#identifier-formats).\"},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":100,\"comment\":null}},\"comment\":null},\"IPFS\":{\"fields\":{\"protocol\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"addresses\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":2,\"comment\":null},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":100,\"comment\":null}},\"comment\":null},\"KUBE\":{\"fields\":{\"url\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":100,\"comment\":null}},\"comment\":null},\"Repo\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"url\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"version\":{\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null},\"Service\":{\"fields\":{\"type\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"kube\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":100,\"comment\":null}},\"comment\":null},\"Signal\":{\"fields\":{\"bootstrap\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"url\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"extension\":{\"type\":\"dxos.registry.Record.Extension\",\"id\":100,\"comment\":null}},\"comment\":null},\"StateMachine\":{\"fields\":{\"mutationProtobufDefs\":{\"type\":\"google.protobuf.Struct\",\"id\":1,\"comment\":\"Set of protobuf messages.\"},\"snapshotProtobufDefs\":{\"type\":\"google.protobuf.Struct\",\"id\":2,\"comment\":\"Set of protobuf messages.\"},\"codeIpfsCid\":{\"type\":\"bytes\",\"id\":3,\"comment\":null}},\"comment\":null}}}}},\"example\":{\"nested\":{\"testing\":{\"nested\":{\"data\":{\"nested\":{\"TestItemMutation\":{\"fields\":{\"key\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"value\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"TestItemSnapshot\":{\"fields\":{\"keys\":{\"rule\":\"repeated\",\"type\":\"TestItemMutation\",\"id\":1,\"comment\":null}},\"comment\":null},\"TestListMutation\":{\"fields\":{\"data\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"TestPayload\":{\"fields\":{\"data\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null}}},\"rpc\":{\"nested\":{\"MessageWithAny\":{\"fields\":{\"payload\":{\"type\":\"google.protobuf.Any\",\"id\":1,\"comment\":null}},\"comment\":null},\"PingReponse\":{\"fields\":{\"nonce\":{\"type\":\"int32\",\"id\":1,\"comment\":null}},\"comment\":null},\"PingRequest\":{\"fields\":{\"nonce\":{\"type\":\"int32\",\"id\":1,\"comment\":null}},\"comment\":null},\"PingService\":{\"methods\":{\"Ping\":{\"requestType\":\"PingRequest\",\"responseType\":\"PingReponse\",\"comment\":null}},\"comment\":null},\"TestAnyService\":{\"methods\":{\"TestCall\":{\"requestType\":\"MessageWithAny\",\"responseType\":\"MessageWithAny\",\"comment\":null}},\"comment\":null},\"TestRpcRequest\":{\"fields\":{\"data\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"TestRpcResponse\":{\"fields\":{\"data\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"TestService\":{\"methods\":{\"TestCall\":{\"requestType\":\"TestRpcRequest\",\"responseType\":\"TestRpcResponse\",\"comment\":null},\"VoidCall\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null},\"TestStreamService\":{\"methods\":{\"TestCall\":{\"requestType\":\"TestRpcRequest\",\"responseType\":\"TestRpcResponse\",\"responseStream\":true,\"comment\":null}},\"comment\":null}}}}}}},\"google\":{\"nested\":{\"protobuf\":{\"nested\":{\"Any\":{\"fields\":{\"type_url\":{\"type\":\"string\",\"id\":1},\"value\":{\"type\":\"bytes\",\"id\":2}},\"comment\":null},\"BoolValue\":{\"fields\":{\"value\":{\"type\":\"bool\",\"id\":1}},\"comment\":null},\"BytesValue\":{\"fields\":{\"value\":{\"type\":\"bytes\",\"id\":1}},\"comment\":null},\"DoubleValue\":{\"fields\":{\"value\":{\"type\":\"double\",\"id\":1}},\"comment\":null},\"Empty\":{\"fields\":{},\"comment\":null},\"FloatValue\":{\"fields\":{\"value\":{\"type\":\"float\",\"id\":1}},\"comment\":null},\"Int32Value\":{\"fields\":{\"value\":{\"type\":\"int32\",\"id\":1}},\"comment\":null},\"Int64Value\":{\"fields\":{\"value\":{\"type\":\"int64\",\"id\":1}},\"comment\":null},\"ListValue\":{\"fields\":{\"values\":{\"rule\":\"repeated\",\"type\":\"Value\",\"id\":1}},\"comment\":null},\"NullValue\":{\"values\":{\"NULL_VALUE\":0},\"comments\":{}},\"StringValue\":{\"fields\":{\"value\":{\"type\":\"string\",\"id\":1}},\"comment\":null},\"Struct\":{\"fields\":{\"fields\":{\"keyType\":\"string\",\"type\":\"Value\",\"id\":1}},\"comment\":null},\"Timestamp\":{\"fields\":{\"seconds\":{\"type\":\"int64\",\"id\":1},\"nanos\":{\"type\":\"int32\",\"id\":2}},\"comment\":null},\"UInt32Value\":{\"fields\":{\"value\":{\"type\":\"uint32\",\"id\":1}},\"comment\":null},\"UInt64Value\":{\"fields\":{\"value\":{\"type\":\"uint64\",\"id\":1}},\"comment\":null},\"Value\":{\"oneofs\":{\"kind\":{\"oneof\":[\"nullValue\",\"numberValue\",\"stringValue\",\"boolValue\",\"structValue\",\"listValue\"]}},\"fields\":{\"nullValue\":{\"type\":\"NullValue\",\"id\":1},\"numberValue\":{\"type\":\"double\",\"id\":2},\"stringValue\":{\"type\":\"string\",\"id\":3},\"boolValue\":{\"type\":\"bool\",\"id\":4},\"structValue\":{\"type\":\"Struct\",\"id\":5},\"listValue\":{\"type\":\"ListValue\",\"id\":6}},\"comment\":null}}}}}}}");
470
+ export const schemaJson = decompressSchema(JSON.parse("[[\"nested\",\"a|0\",\"dxos\",\"example\",\"google\",\"a|2|3|4\",\"bot\",\"client\",\"config\",\"devtools\",\"echo\",\"gravity\",\"halo\",\"iframe\",\"keys\",\"mesh\",\"registry\",\"rpc\",\"service\",\"type\",\"a|6|7|8|9|A|B|C|D|E|F|G|H|I|J\",\"Bot\",\"BotFactoryService\",\"BotPackageSpecifier\",\"BotReport\",\"BotService\",\"GetBotsResponse\",\"GetLogsRequest\",\"GetLogsResponse\",\"InitializeRequest\",\"SendCommandRequest\",\"SendCommandResponse\",\"SpawnBotRequest\",\"StartRequest\",\"a|L|M|N|O|P|Q|R|S|T|U|V|W|X\",\"oneofs\",\"fields\",\"comment\",\"a|Z|a|0|b\",\"_status\",\"_desiredState\",\"_attemptsToAchieveDesiredState\",\"_packageSpecifier\",\"_lastStart\",\"_spaceKey\",\"_runtime\",\"_report\",\"a|d|e|f|g|h|i|j|k\",\"oneof\",\"a|m\",\"status\",\"a|o\",\"o|n|p\",\"desiredState\",\"a|r\",\"o|n|s\",\"attemptsToAchieveDesiredState\",\"a|u\",\"o|n|v\",\"packageSpecifier\",\"a|x\",\"o|n|y\",\"lastStart\",\"a|10\",\"o|n|11\",\"spaceKey\",\"a|13\",\"o|n|14\",\"runtime\",\"a|16\",\"o|n|17\",\"report\",\"a|19\",\"o|n|1A\",\"o|l|q|t|w|z|12|15|18|1B\",\"id\",\"a|1D|o|r|u|x|10|13|16|19\",\"a|J|1D|b\",\"string\",\"n|1\",\"o|1F|1G|1H|\",\"options\",\"a|J|1D|1J|b\",\"Status\",\"n|2\",\"proto3_optional\",\"a|1N\",\"b|T\",\"o|1O|1P\",\"o|1K|1L|1M|1Q|\",\"n|t\",\"The state that the bot aims to be in. Can be only either RUNNING or STOPPED.\",\"o|1K|1L|1S|1Q|1T\",\"int32\",\"n|u\",\"o|1K|1V|1W|1Q|\",\"n|3\",\"o|1K|N|1Y|1Q|\",\"google.protobuf.Timestamp\",\"n|4\",\"o|1K|1a|1b|1Q|\",\"dxos.keys.PublicKey\",\"n|5\",\"o|1K|1d|1e|1Q|\",\"Runtime\",\"n|6\",\"o|1K|1g|1h|1Q|\",\"n|7\",\"o|1K|O|1j|1Q|\",\"o|1E|1I|1R|1U|1X|1Z|1c|1f|1i|1k\",\"a|1g|1L\",\"a|Z|a|b\",\"_exitCode\",\"_exitSignal\",\"_error\",\"a|1o|1p|1q\",\"exitCode\",\"a|1s\",\"o|n|1t\",\"exitSignal\",\"a|1v\",\"o|n|1w\",\"error\",\"a|1y\",\"o|n|1z\",\"o|1r|1u|1x|20\",\"a|1s|1v|1y\",\"o|1K|1V|1H|1Q|\",\"o|1K|1G|1M|1Q|\",\"o|1K|1G|1Y|1Q|\",\"o|22|23|24|25\",\"o|1n|21|26|\",\"values\",\"comments\",\"a|28|b|29\",\"STOPPED\",\"STARTING\",\"RUNNING\",\"STOPPING\",\"SPAWNING\",\"a|2B|2C|2D|2E|2F\",\"n|0\",\"o|2G|2H|1H|1M|1Y|1b\",\"Starting bot process.\",\"Bot is running.\",\"Bot is stopping.\",\"Bot is being spawned. Bot factory is downloading the bot bundle and initializing resources.\",\"o|2G||2J|2K|2L|2M\",\"o|2A|2I||2N\",\"o|1m|27|2O\",\"o|c|1C|1l|2P|\",\"methods\",\"a|2R|b\",\"GetBots\",\"SpawnBot\",\"Start\",\"Stop\",\"Remove\",\"GetLogs\",\"SendCommand\",\"RemoveAll\",\"a|2T|2U|2V|2W|2X|2Y|2Z|2a\",\"requestType\",\"responseType\",\"a|2c|2d|b\",\"google.protobuf.Empty\",\"o|2e|2f|Q|\",\"o|2e|W|L|\",\"o|2e|L|L|\",\"o|2e|L|2f|\",\"responseStream\",\"a|2c|2d|2k|b\",\"o|2l|R|S|1P|\",\"o|2e|U|V|\",\"o|2e|2f|2f|\",\"o|2b|2g|2h|2i|2i|2j|2m|2n|2o\",\"Service that is used by clients to communicate with bot factory.\",\"o|2S|2p|2q\",\"kind\",\"a|2s\",\"a|m|b\",\"name\",\"ipfsCid\",\"localPath\",\"a|2v|2w|2x\",\"o|2u|2y|\",\"o|2t|2z\",\"DXN of the bot in the DXNS registry.\",\"o|1F|1G|1H|31\",\"o|1F|1G|1M|\",\"o|1F|1G|1Y|\",\"o|2y|32|33|34\",\"o|1n|30|35|\",\"_spaceDetails\",\"a|37\",\"spaceDetails\",\"a|39\",\"o|n|3A\",\"o|38|3B\",\"dxos.client.SpaceDetails\",\"Details of the space the bot was spawned for.\",\"o|1K|3D|1H|1Q|3E\",\"o|3A|3F\",\"o|1n|3C|3G|\",\"Initialize\",\"Command\",\"StartReporting\",\"a|3I|2V|3J|2W|3K\",\"Initialize Client, create profile, and join a space.\",\"o|2e|T|2f|3M\",\"Start an initialized bot.\",\"o|2e|X|2f|3O\",\"Custom commands sent to the bot factory.\",\"o|2e|U|V|3Q\",\"Stop the bot.\",\"o|2e|2f|2f|3S\",\"Send periodic reports of the bot's state.\",\"o|2l|2f|O|1P|3U\",\"o|3L|3N|3P|3R|3T|3V\",\"Service that is used by bots communicating with bot factory.\",\"o|2S|3W|3X\",\"a|a|b\",\"bots\",\"a|3a\",\"rule\",\"a|3c|J|1D|b\",\"repeated\",\"o|3d|3e|L|1H|\",\"o|3b|3f\",\"o|3Z|3g|\",\"botId\",\"a|3i\",\"o|3j|1I\",\"o|3Z|3k|\",\"chunk\",\"a|3m\",\"bytes\",\"o|1F|3o|1H|\",\"o|3n|3p\",\"o|3Z|3q|\",\"_config\",\"_invitation\",\"_id\",\"a|3s|3t|3u\",\"a|8\",\"o|n|3w\",\"invitation\",\"a|3y\",\"o|n|3z\",\"a|1D\",\"o|n|41\",\"o|3v|3x|40|42\",\"a|8|3y|1D\",\"dxos.config.Config\",\"Bot runtime configuration.\",\"o|1K|45|1H|1Q|46\",\"dxos.client.services.Invitation\",\"Invitation for the bot to join the target space.\",\"o|1K|48|1M|1Q|49\",\"ID of the bot.\",\"o|1K|1G|1Y|1Q|4B\",\"o|44|47|4A|4C\",\"o|1n|43|4D|\",\"_botId\",\"_command\",\"a|4F|4G\",\"o|n|3j\",\"command\",\"a|4J\",\"o|n|4K\",\"o|4H|4I|4L\",\"a|3i|4J\",\"o|1K|1G|1H|1Q|\",\"o|1K|3o|1M|1Q|\",\"o|4N|4O|4P\",\"o|1n|4M|4Q|\",\"_response\",\"a|4S\",\"response\",\"a|4U\",\"o|n|4V\",\"o|4T|4W\",\"o|1K|3o|1H|1Q|\",\"o|4V|4Y\",\"o|1n|4X|4Z|\",\"_package\",\"a|4b|3t|i\",\"package\",\"a|4d\",\"o|n|4e\",\"o|4c|4f|40|15\",\"a|4d|3y|13\",\"o|1K|N|1H|1Q|\",\"Key of the space bot is invited to.\",\"o|1K|1d|1Y|1Q|4j\",\"o|4h|4i|4A|4k\",\"o|1n|4g|4l|\",\"o|1F|45|1H|46\",\"o|3w|4n\",\"o|3Z|4o|\",\"o|Y|2Q|2r|36|3H|3Y|3h|3l|3r|4E|4R|4a|4m|4p\",\"o|1|4q\",\"AddKeyRecordRequest\",\"AuthenticateInvitationRequest\",\"Contact\",\"Contacts\",\"CreateInvitationRequest\",\"CreateProfileRequest\",\"CreateSnapshotRequest\",\"GetPreferenceRequest\",\"GetPreferenceResponse\",\"GetSpaceDetailsRequest\",\"HaloService\",\"InvitationRequest\",\"InvitationState\",\"Profile\",\"ProfileService\",\"RecoverProfileRequest\",\"RedeemedInvitation\",\"services\",\"SetPreferenceRequest\",\"SetSpaceStateRequest\",\"SignPresentationRequest\",\"SignRequest\",\"SignResponse\",\"Space\",\"SpaceActivationOptions\",\"SpaceDetails\",\"SpaceMember\",\"SpaceService\",\"StatusResponse\",\"SubscribeMembersRequest\",\"SubscribeMembersResponse\",\"SubscribeProfileResponse\",\"SubscribeSpaceRequest\",\"SubscribeSpaceResponse\",\"SubscribeSpacesResponse\",\"SystemService\",\"a|4s|4t|4u|4v|4w|4x|4y|4z|50|51|52|53|54|55|56|57|58|59|5A|5B|5C|5D|5E|5F|5G|5H|5I|5J|1L|5K|5L|5M|5N|5O|5P|5Q|5R\",\"keyRecord\",\"a|5T\",\"dxos.halo.keys.KeyRecord\",\"o|1F|5V|1H|\",\"o|5U|5W\",\"o|3Z|5X|\",\"processId\",\"secret\",\"a|5Z|5a\",\"Id from corresponding RedeemedInvitation.\",\"o|1F|1G|1H|5c\",\"o|1F|3o|1M|\",\"o|5b|5d|5e\",\"o|3Z|5f|\",\"_displayName\",\"a|5h\",\"displayName\",\"a|5j\",\"o|n|5k\",\"o|5i|5l\",\"publicKey\",\"a|5n|5j\",\"o|1F|1d|1H|\",\"o|5o|5p|24\",\"o|1n|5m|5q|\",\"contacts\",\"a|5s\",\"o|3d|3e|4u|1H|\",\"o|5t|5u\",\"o|3Z|5v|\",\"_inviteeKey\",\"a|5x\",\"inviteeKey\",\"a|5z\",\"o|n|60\",\"o|5y|61\",\"a|13|5z\",\"When specified the invitation will be of OFFLINE type, not requiring secret exchange.\",\"o|1K|1d|1M|1Q|64\",\"o|63|5p|65\",\"o|1n|62|66|\",\"_publicKey\",\"_secretKey\",\"a|68|69|5h\",\"a|5n\",\"o|n|6B\",\"secretKey\",\"a|6D\",\"o|n|6E\",\"o|6A|6C|6F|5l\",\"a|5n|6D|5j\",\"o|6H|4Y|4P|25\",\"o|1n|6G|6I|\",\"o|14|5p\",\"o|3Z|6K|\",\"key\",\"a|6M\",\"o|6N|1I\",\"o|3Z|6O|\",\"value\",\"a|6Q\",\"o|6R|1I\",\"o|3Z|6S|\",\"Sign\",\"AddKeyRecord\",\"SubscribeContacts\",\"SetGlobalPreference\",\"GetGlobalPreference\",\"SetDevicePreference\",\"GetDevicePreference\",\"a|6U|6V|6W|6X|6Y|6Z|6a\",\"o|2e|5D|5E|\",\"o|2e|4s|2f|\",\"o|2l|2f|4v|1P|\",\"o|2e|5A|2f|\",\"o|2e|4z|50|\",\"o|6b|6c|6d|6e|6f|6g|6f|6g\",\"o|2S|6h|\",\"_descriptor\",\"a|6j|1q\",\"descriptor\",\"a|6l\",\"o|n|6m\",\"o|6k|6n|20\",\"state\",\"a|6l|6p|1y\",\"o|1K|48|1H|1Q|\",\"o|1F|54|1M|\",\"Only if state == ERROR.\",\"o|1K|1G|1Y|1Q|6t\",\"o|6q|6r|6s|6u\",\"Invitation process created by sender.\",\"o|1n|6o|6v|6w\",\"WAITING_FOR_CONNECTION\",\"CONNECTED\",\"SUCCESS\",\"ERROR\",\"a|6y|6z|70|71\",\"o|72|2H|1H|1M|1Y\",\"o|72||||\",\"o|2A|73||74\",\"_deviceKey\",\"_haloSpace\",\"a|5h|76|77\",\"deviceKey\",\"a|79\",\"o|n|7A\",\"haloSpace\",\"a|7C\",\"o|n|7D\",\"o|78|5l|7B|7E\",\"identityKey\",\"a|7G|5j|79|7C\",\"o|1K|1d|1Y|1Q|\",\"o|1K|1d|1b|1Q|\",\"o|7H|5p|24|7I|7J\",\"o|1n|7F|7K|\",\"CreateProfile\",\"RecoverProfile\",\"SubscribeProfile\",\"SignPresentation\",\"a|7M|7N|7O|7P\",\"o|2e|4x|55|\",\"o|2e|57|55|\",\"o|2l|2f|5N|1P|\",\"dxos.halo.credentials.Presentation\",\"o|2e|5C|7U|\",\"o|7Q|7R|7S|7T|7V\",\"o|2S|7W|\",\"seedPhrase\",\"a|7Y\",\"o|7Z|1I\",\"o|3Z|7a|\",\"a|1q|i\",\"o|7c|20|15\",\"a|1D|6p|1y|13\",\"Only on space invitations that are finished.\",\"o|1K|1d|1b|1Q|7f\",\"o|7e|1I|6s|6u|7g\",\"Invitation that is being redeemed.\",\"o|1n|7d|7h|7i\",\"AuthenticationRequest\",\"CancelInvitationRequest\",\"ConnectionState\",\"ContactsService\",\"Device\",\"DevicesService\",\"HaloInvitationsService\",\"Identity\",\"Invitation\",\"KeyRecord\",\"NetworkService\",\"NetworkStatus\",\"QueryCredentialsRequest\",\"QueryDevicesResponse\",\"QueryMembersRequest\",\"QueryMembersResponse\",\"SetNetworkOptionsRequest\",\"SigningService\",\"SpaceInvitationsService\",\"SpacesService\",\"WriteCredentialsRequest\",\"a|7k|7l|7m|4u|7n|7o|7p|7q|52|7r|7s|7t|7u|7v|7w|7x|7y|7z|57|80|81|5D|5E|5F|82|83|5R|84\",\"invitationId\",\"authenticationCode\",\"a|86|87\",\"o|88|1I|33\",\"o|3Z|89|\",\"a|86\",\"o|8B|1I\",\"o|3Z|8C|\",\"OFFLINE\",\"ONLINE\",\"a|8E|8F\",\"o|8G|2H|1H\",\"o|8G||\",\"o|2A|8H||8I\",\"profile\",\"a|8K\",\"halo.credentials.ProfileDocument\",\"o|1F|8M|1H|\",\"o|8L|8N\",\"o|3Z|8O|\",\"UpdateContact\",\"QueryContacts\",\"a|8Q|8R\",\"o|2e|2f|4u|\",\"o|2l|2f|4u|1P|\",\"o|8S|8T|8U\",\"o|2S|8V|\",\"o|7A|5p\",\"o|3Z|8X|\",\"UpdateDevice\",\"QueryDevices\",\"a|8Z|8a\",\"o|2e|2f|7o|\",\"o|2l|2f|7x|1P|\",\"o|8b|8c|8d\",\"o|2S|8e|\",\"CreateInvitation\",\"Authenticate\",\"AcceptInvitation\",\"CancelInvitation\",\"a|8g|8h|8i|8j\",\"o|2l|7s|7s|1P|\",\"o|2e|7k|2f|\",\"o|2e|7l|2f|\",\"o|8k|8l|8m|8l|8n\",\"o|2S|8o|\",\"UpdateProfile\",\"QueryProfile\",\"a|7N|8q|8r\",\"o|2e|57|7r|\",\"o|2e|7r|2f|\",\"o|2l|2f|7r|1P|\",\"o|8s|8t|8u|8v\",\"o|2S|8w|\",\"a|7G|8K\",\"o|1F|8M|1M|\",\"o|8y|5p|8z\",\"o|3Z|90|\",\"_invitationId\",\"_type\",\"_state\",\"_swarmKey\",\"_identityKey\",\"_authenticationCode\",\"_timeout\",\"a|92|93|94|1q|95|96|i|97|98\",\"o|n|8B\",\"a|J\",\"o|n|9B\",\"a|6p\",\"o|n|9D\",\"swarmKey\",\"a|9F\",\"o|n|9G\",\"a|7G\",\"o|n|9I\",\"a|87\",\"o|n|9K\",\"timeout\",\"a|9M\",\"o|n|9N\",\"o|99|9A|9C|9E|20|9H|9J|15|9L|9O\",\"a|86|J|6p|1y|9F|7G|13|87|9M\",\"Local identifier.\",\"o|1K|1G|1H|1Q|9R\",\"Type\",\"Determined when created.\",\"o|1K|9T|1M|1Q|9U\",\"State\",\"Local state.\",\"o|1K|9W|1Y|1Q|9X\",\"Error\",\"Error.\",\"o|1K|9Z|1b|1Q|9a\",\"Swarm rendezvous (random).\",\"o|1K|1d|1e|1Q|9c\",\"Guest's identity (only present if OFFLINE).\",\"o|1K|1d|1h|1Q|9e\",\"Space to join.\",\"o|1K|1d|1j|1Q|9g\",\"n|8\",\"Authentication code created by host.\",\"o|1K|1G|9i|1Q|9j\",\"n|9\",\"Timeout (ms).\",\"o|1K|1V|9l|1Q|9m\",\"o|9Q|9S|9V|9Y|9b|9d|9f|9h|9k|9n\",\"a|9Z|9W|9T\",\"OK\",\"TIMEOUT\",\"INVALID_OTP\",\"INVALID_OPT_ATTEMPTS\",\"INVALID_CREDENTIALS\",\"a|9q|9r|9s|9t|9u\",\"o|9v|2H|1H|1M|1Y|1b\",\"o|9v|||||\",\"o|2A|9w||9x\",\"INIT\",\"CONNECTING\",\"AUTHENTICATING\",\"CANCELLED\",\"a|9z|A0|6z|A1|70|A2|9r|71\",\"o|A3|2H|1H|1M|1Y|1b|1e|1h|1j\",\"o|A3||||||||\",\"o|2A|A4||A5\",\"INTERACTIVE\",\"INTERACTIVE_TESTING\",\"MULTIUSE_TESTING\",\"a|A7|A8|8E|A9\",\"o|AA|2H|1H|1M|1Y\",\"Requires both to be online with OTP to complete key exchange.\",\"Interactive without OTP.\",\"Guest's identity key is known; invitation can be accepted by any valid peer.\",\"Multiple-use invitation with OTP.\",\"o|AA|AC|AD|AE|AF\",\"o|2A|AB||AG\",\"o|9p|9y|A6|AH\",\"Represents the invitation state passed between client and service.\",\"o|c|9P|9o|AI|AJ\",\"o|6B|5p\",\"o|3Z|AL|\",\"SubscribeToNetworkStatus\",\"SetNetworkOptions\",\"a|AN|AO\",\"o|2l|2f|7v|1P|\",\"o|2e|80|2f|\",\"o|AP|AQ|AR\",\"o|2S|AS|\",\"o|1F|7m|1H|\",\"o|9D|AU\",\"o|3Z|AV|\",\"devices\",\"a|AX\",\"o|3d|3e|7o|1H|\",\"o|AY|AZ\",\"o|3Z|Aa|\",\"o|\",\"o|3Z|Ac|\",\"members\",\"a|Ae\",\"dxos.halo.credentials.IdentityProfile\",\"o|1F|Ag|1H|\",\"o|Af|Ah\",\"o|3Z|Ai|\",\"recoveryKey\",\"a|Ak\",\"o|Al|3p\",\"o|3Z|Am|\",\"UpdateKeyRecord\",\"a|Ao|6U\",\"o|2e|7t|7t|\",\"o|Ap|Aq|6c\",\"o|2S|Ar|\",\"payload\",\"a|5n|At\",\"o|Au|5p|5e\",\"o|3Z|Av|\",\"signed\",\"a|Ax\",\"o|Ay|5e\",\"o|3Z|Az|\",\"CreateSpace\",\"QuerySpaces\",\"QueryMembers\",\"WriteCredentials\",\"QueryCredentials\",\"a|B1|B2|B3|B4|B5\",\"o|2e|2f|5F|\",\"o|2l|2f|5F|1P|\",\"o|2l|7y|7z|1P|\",\"o|2e|84|2f|\",\"dxos.halo.credentials.Credential\",\"o|2l|7w|BB|1P|\",\"o|B6|B7|B8|B9|BA|BC\",\"o|2S|BD|\",\"GetConfig\",\"Reset\",\"a|BF|BG\",\"o|2e|2f|45|\",\"o|BH|BI|2o\",\"o|2S|BJ|\",\"credentials\",\"a|13|BL\",\"o|3d|3e|BB|1M|\",\"o|BM|5p|BN\",\"o|3Z|BO|\",\"o|85|8A|8D|8J|8P|8W|8Y|8f|8p|8x|91|AK|AM|AT|AW|6L|Ab|Ad|Aj|An|AW|As|Aw|B0|6L|8p|BE|BK|BP\",\"o|1|BQ\",\"a|6M|6Q\",\"o|BS|1I|33\",\"o|3Z|BT|\",\"_open\",\"_activeGlobal\",\"_activeDevice\",\"a|BV|BW|BX\",\"open\",\"a|BZ\",\"o|n|Ba\",\"activeGlobal\",\"a|Bc\",\"o|n|Bd\",\"activeDevice\",\"a|Bf\",\"o|n|Bg\",\"o|BY|Bb|Be|Bh\",\"a|13|BZ|Bc|Bf\",\"bool\",\"o|1K|Bk|1M|1Q|\",\"o|1K|Bk|1Y|1Q|\",\"o|1K|Bk|1b|1Q|\",\"o|Bj|5p|Bl|Bm|Bn\",\"o|1n|Bi|Bo|\",\"_nonce\",\"a|Bq\",\"nonce\",\"a|Bs\",\"o|n|Bt\",\"o|Br|Bu\",\"presentation\",\"a|Bw|Bs\",\"o|1F|7U|1H|\",\"o|Bx|By|4P\",\"o|1n|Bv|Bz|\",\"The public key of the key that is supposed to be used for signing.\",\"o|1F|1d|1H|C1\",\"o|Au|C2|5e\",\"o|3Z|C3|\",\"isOpen\",\"isActive\",\"a|5n|C5|C6|Ae\",\"o|1F|Bk|1M|\",\"o|1F|Bk|1Y|\",\"o|3d|3e|5I|1b|\",\"o|C7|5p|C8|C9|CA\",\"o|3Z|CB|\",\"global\",\"device\",\"a|CD|CE\",\"o|1F|Bk|1H|\",\"o|CF|CG|C8\",\"o|3Z|CH|\",\"processedTimeframe\",\"a|CJ\",\"dxos.echo.timeframe.TimeframeVector\",\"The timeframe of mutations processed by the client.\",\"o|1F|CL|1H|CM\",\"o|CK|CN\",\"o|3Z|CO|\",\"_profile\",\"a|CQ\",\"o|n|8L\",\"o|CR|CS\",\"presence\",\"a|7G|8K|CU\",\"o|1K|55|1M|1Q|\",\"PresenceState\",\"o|1F|CX|1Y|\",\"o|CV|5p|CW|CY\",\"a|CX\",\"o|Ca|8J\",\"o|c|CT|CZ|Cb|\",\"SubscribeToSpace\",\"SubscribeSpaces\",\"GetSpaceDetails\",\"CloneSpace\",\"SetSpaceState\",\"SubscribeMembers\",\"CreateSnapshot\",\"a|Cd|Ce|Cf|B1|Cg|Ch|Ci|Cj\",\"o|2l|5O|5P|1P|\",\"o|2l|2f|5Q|1P|\",\"o|2e|51|5H|\",\"dxos.echo.snapshot.SpaceSnapshot\",\"o|2e|Co|5F|\",\"Open and close or activate and deactivate a space.\",\"o|2e|5B|5F|Cq\",\"o|2l|5L|5M|1P|\",\"echo.snapshot.SpaceSnapshot\",\"o|2e|4y|Ct|\",\"o|Ck|Cl|Cm|Cn|B7|Cp|Cr|Cs|Cu\",\"o|2S|Cv|\",\"ACTIVE\",\"INACTIVE\",\"a|Cx|Cy\",\"o|Cz|2H|1H\",\"o|Cz||\",\"o|2A|D0||D1\",\"_message\",\"a|d|D3\",\"message\",\"a|D5\",\"o|n|D6\",\"o|D4|q|D7\",\"a|o|D5\",\"Deprecated, use `status` instead.\",\"o|1K|1G|1H|1Q|DA\",\"o|D9|1R|DB\",\"o|1n|D8|DC|\",\"o|3d|3e|5I|1H|\",\"o|Af|DE\",\"o|3Z|DF|\",\"o|1K|55|1H|1Q|\",\"o|8L|DH\",\"o|1n|CT|DI|\",\"_space\",\"a|DK\",\"space\",\"a|DM\",\"o|n|DN\",\"o|DL|DO\",\"o|1K|5F|1H|1Q|\",\"o|DN|DQ\",\"o|1n|DP|DR|\",\"spaces\",\"a|DT\",\"o|3d|3e|5F|1H|\",\"o|DU|DV\",\"o|3Z|DW|\",\"InitSession\",\"GetStatus\",\"a|DY|BF|DZ|BG\",\"Called at the start of the session. Service should block until it is fully initialized.\",\"o|2e|2f|2f|Db\",\"o|2e|2f|5K|\",\"o|Da|Dc|BI|Dd|2o\",\"o|2S|De|\",\"o|5S|5Y|5g|5r|5w|67|6J|6L|6P|6T|6L|6i|6x|75|7L|7X|7b|7j|BR|BU|Bp|C0|C4|B0|CC|CI|CP|Cc|Cw|D2|DD|6L|DG|DJ|6L|DS|DX|Df\",\"o|1|Dg\",\"Config\",\"Module\",\"Package\",\"Repo\",\"a|Di|Dj|Dk|Dl|1g\",\"_version\",\"a|Dn|4b|j\",\"version\",\"a|Dp\",\"o|n|Dq\",\"o|Do|Dr|4f|18\",\"a|Dp|4d|16\",\"o|1K|Dk|1M|1Q|\",\"o|1K|1g|1Y|1Q|\",\"o|Dt|23|Du|Dv\",\"o|1n|Ds|Dw|\",\"_name\",\"_description\",\"_bundle\",\"_tunnel\",\"_build\",\"_record\",\"a|Dy|3u|93|5h|Dz|E0|E1|E2|E3\",\"a|2v\",\"o|n|E5\",\"description\",\"a|E7\",\"o|n|E8\",\"bundle\",\"a|EA\",\"o|n|EB\",\"tunnel\",\"a|ED\",\"o|n|EE\",\"build\",\"a|EG\",\"o|n|EH\",\"record\",\"a|EJ\",\"o|n|EK\",\"o|E4|E6|42|9C|5l|E9|EC|EF|EI|EL\",\"tags\",\"repos\",\"a|2v|1D|J|5j|E7|EN|EA|ED|EG|EO|EJ\",\"o|1K|1G|9i|1Q|\",\"o|1K|1G|1b|1Q|\",\"o|3d|3e|1G|1e|\",\"o|1K|3o|1h|1Q|\",\"o|1K|Bk|1j|1Q|\",\"Build\",\"n|1c\",\"o|1K|EV|EW|1Q|\",\"n|1d\",\"o|3d|3e|Dl|EY|\",\"google.protobuf.Any\",\"n|3E\",\"The data will be validated based on the type when being published.\",\"o|1K|Ea|Eb|1Q|Ec\",\"o|EP|4O|EQ|24|25|ER|ES|ET|EU|EX|EZ|Ed\",\"a|EV\",\"_outdir\",\"_tag\",\"_env\",\"a|4G|Eg|Dn|Eh|Ei\",\"outdir\",\"a|Ek\",\"o|n|El\",\"tag\",\"a|En\",\"o|n|Eo\",\"env\",\"a|Eq\",\"o|n|Er\",\"o|Ej|4L|Em|Dr|Ep|Es\",\"a|4J|Ek|Dp|En|Eq\",\"google.protobuf.Struct\",\"n|A\",\"o|1K|Ev|Ew|1Q|\",\"o|Eu|4O|24|25|ER|Ex\",\"o|1n|Et|Ey|\",\"o|Ef|Ez\",\"o|c|EM|Ee|F0|\",\"_license\",\"a|F2\",\"license\",\"a|F4\",\"o|n|F5\",\"o|F3|F6\",\"modules\",\"a|F4|EO|F8\",\"o|3d|3e|Dl|1M|\",\"o|3d|3e|Dj|1Y|\",\"o|F9|4O|FA|FB\",\"o|1n|F7|FC|\",\"_url\",\"a|Dy|FE|Dn\",\"url\",\"a|FG\",\"o|n|FH\",\"o|FF|E6|FI|Dr\",\"a|2v|FG|Dp\",\"o|FK|4O|24|25\",\"o|1n|FJ|FL|\",\"_client\",\"_app\",\"_cli\",\"_props\",\"_services\",\"_system\",\"_kube\",\"a|FN|FO|FP|FQ|FR|FS|FT\",\"a|7\",\"o|n|FV\",\"app\",\"a|FX\",\"o|n|FY\",\"cli\",\"a|Fa\",\"o|n|Fb\",\"props\",\"a|Fd\",\"o|n|Fe\",\"a|59\",\"o|n|Fg\",\"system\",\"a|Fi\",\"o|n|Fj\",\"kube\",\"a|Fl\",\"o|n|Fm\",\"o|FU|FW|FZ|Fc|Ff|Fh|Fk|Fn\",\"a|7|FX|Fa|Fd|59|Fi|Fl|E\",\"Client\",\"o|1K|Fq|1H|1Q|\",\"App\",\"o|1K|Fs|1M|1Q|\",\"CLI\",\"o|1K|Fu|1Y|1Q|\",\"Props\",\"o|1K|Fw|1b|1Q|\",\"Services\",\"o|1K|Fy|1e|1Q|\",\"System\",\"o|1K|G0|1h|1Q|\",\"Kube\",\"o|1K|G2|1j|1Q|\",\"Keys\",\"o|3d|3e|G4|9i|\",\"o|Fp|Fr|Ft|Fv|Fx|Fz|G1|G3|G5\",\"a|Fs|Fu|Fq|G4|G2|Fw|Fy|G0\",\"_org\",\"_theme\",\"_website\",\"_publicUrl\",\"a|G8|G9|GA|GB|E2|Ei\",\"org\",\"a|GD\",\"o|n|GE\",\"theme\",\"a|GG\",\"o|n|GH\",\"website\",\"a|GJ\",\"o|n|GK\",\"publicUrl\",\"a|GM\",\"o|n|GN\",\"o|GC|GF|GI|GL|GO|EI|Es\",\"a|GD|GG|GJ|GM|EG|Eq\",\"(env)\",\"a|GR|1N\",\"PUBLIC_URL\",\"o|GS|GT|1P\",\"o|1K|1G|1b|GU|\",\"BuildInfo\",\"o|1K|GW|EW|1Q|\",\"o|1K|Ev|EY|1Q|\",\"o|GQ|4O|24|25|GV|GX|GY\",\"a|GW\",\"_timestamp\",\"_commitHash\",\"a|Gb|Gc|Dn\",\"timestamp\",\"a|Ge\",\"o|n|Gf\",\"commitHash\",\"a|Gh\",\"o|n|Gi\",\"o|Gd|Gg|Gj|Dr\",\"a|Ge|Gh|Dp\",\"RFC-3339 datetime string.\",\"o|1K|1G|1H|1Q|Gm\",\"Version from package.json.\",\"o|1K|1G|1Y|1Q|Go\",\"o|Gl|Gn|24|Gp\",\"o|1n|Gk|Gq|\",\"o|Ga|Gr\",\"o|c|GP|GZ|Gs|\",\"_nodePath\",\"_console\",\"_mdns\",\"_signal\",\"_npmClient\",\"_channel\",\"a|Gu|FO|Gv|Gw|Gx|Gy|Gz\",\"nodePath\",\"a|H1\",\"o|n|H2\",\"console\",\"a|H4\",\"o|n|H5\",\"mdns\",\"a|H7\",\"o|n|H8\",\"signal\",\"a|HA\",\"o|n|HB\",\"npmClient\",\"a|HD\",\"o|n|HE\",\"channel\",\"a|HG\",\"o|n|HH\",\"o|H0|H3|FZ|H6|H9|HC|HF|HI\",\"a|H1|FX|H4|H7|HA|HD|HG\",\"AppServe\",\"o|1K|HL|1M|1Q|\",\"o|1K|Dk|1Y|1Q|\",\"o|1K|Dk|1b|1Q|\",\"o|1K|Dk|1e|1Q|\",\"o|1K|1G|1h|1Q|\",\"o|1K|1G|1j|1Q|\",\"o|HK|4O|HM|HN|HO|HP|HQ|HR\",\"a|HL|Dk\",\"_serve\",\"a|HU\",\"serve\",\"a|HW\",\"o|n|HX\",\"o|HV|HY\",\"Serve\",\"o|1K|Ha|1H|1Q|\",\"o|HX|Hb\",\"a|Ha\",\"_loginApp\",\"_keyPhrase\",\"a|3s|He|Hf\",\"loginApp\",\"a|Hh\",\"o|n|Hi\",\"keyPhrase\",\"a|Hk\",\"o|n|Hl\",\"o|Hg|3x|Hj|Hm\",\"a|8|Hh|Hk\",\"o|Ho|4O|24|25\",\"o|1n|Hn|Hp|\",\"o|Hd|Hq\",\"o|c|HZ|Hc|Hr|\",\"_bin\",\"a|4b|Gz|Ht|3s\",\"bin\",\"a|Hv\",\"o|n|Hw\",\"o|Hu|4f|HI|Hx|3x\",\"a|4d|HG|Hv|8\",\"o|Hz|4O|24|25|ER\",\"o|1n|Hy|I0|\",\"o|HT|Hs|I1\",\"o|c|HJ|HS|I2|\",\"_log\",\"_storage\",\"_enableSnapshots\",\"_snapshotInterval\",\"_invitationExpiration\",\"_remoteSource\",\"a|I4|I5|I6|I7|I8|I9\",\"log\",\"a|IB\",\"o|n|IC\",\"storage\",\"a|IE\",\"o|n|IF\",\"enableSnapshots\",\"a|IH\",\"o|n|II\",\"snapshotInterval\",\"a|IK\",\"o|n|IL\",\"invitationExpiration\",\"a|IN\",\"o|n|IO\",\"remoteSource\",\"a|IQ\",\"o|n|IR\",\"o|IA|ID|IG|IJ|IM|IP|IS\",\"a|IB|IE|IH|IK|IN|IQ\",\"Log\",\"o|1K|IV|1H|1Q|\",\"Storage\",\"o|1K|IX|1M|1Q|\",\"Milliseconds\",\"o|1K|1V|1b|1Q|IZ\",\"o|1K|1V|1e|1Q|IZ\",\"Location of the remote client host.\",\"o|1K|1G|1h|1Q|Ic\",\"o|IU|IW|IY|Bm|Ia|Ib|Id\",\"a|IV|IX\",\"_filter\",\"_prefix\",\"a|Ig|Ih\",\"filter\",\"a|Ij\",\"o|n|Ik\",\"prefix\",\"a|Im\",\"o|n|In\",\"o|Ii|Il|Io\",\"a|Ij|Im\",\"LOG_FILTER\",\"o|GS|Ir|1P\",\"o|1K|1G|1H|Is|\",\"LOG_PREFIX\",\"o|GS|Iu|1P\",\"o|1K|1G|1M|Iv|\",\"o|Iq|It|Iw\",\"o|1n|Ip|Ix|\",\"_persistent\",\"_keyStorage\",\"_storageType\",\"_path\",\"a|Iz|J0|J1|J2\",\"persistent\",\"a|J4\",\"o|n|J5\",\"keyStorage\",\"a|J7\",\"o|n|J8\",\"storageType\",\"a|JA\",\"o|n|JB\",\"path\",\"a|JD\",\"o|n|JE\",\"o|J3|J6|J9|JC|JF\",\"a|J4|J7|JA|JD\",\"o|1K|Bk|1H|1Q|\",\"StorageDriver\",\"o|1K|JJ|1Y|1Q|\",\"o|1K|JJ|1M|1Q|\",\"o|JH|JI|JK|JL|ER\",\"a|JJ\",\"RAM\",\"IDB\",\"CHROME\",\"FIREFOX\",\"NODE\",\"LEVELJS\",\"JSONDOWN\",\"a|JO|JP|JQ|JR|JS|JT|JU\",\"n|B\",\"n|C\",\"o|JV|2H|1H|1M|1Y|1b|JW|JX\",\"o|JV|||||||\",\"o|2A|JY||JZ\",\"o|JN|Ja\",\"o|c|JG|JM|Jb|\",\"o|If|Iy|Jc\",\"o|c|IT|Ie|Jd|\",\"_value\",\"a|Dy|Jf\",\"o|n|6R\",\"o|Jg|E6|Jh\",\"a|2v|6Q\",\"o|Jj|4O|24\",\"o|1n|Ji|Jk|\",\"_host\",\"_port\",\"_autoupdate\",\"_https\",\"_p2p\",\"_confhost\",\"_monitoring\",\"_trace\",\"_telemetry\",\"_gravity\",\"_appTunneling\",\"a|Jm|Jn|Jo|Jp|Jq|Jr|Js|Jt|Ju|Jv|Jw\",\"host\",\"a|Jy\",\"o|n|Jz\",\"port\",\"a|K1\",\"o|n|K2\",\"autoupdate\",\"a|K4\",\"o|n|K5\",\"https\",\"a|K7\",\"o|n|K8\",\"p2p\",\"a|KA\",\"o|n|KB\",\"confhost\",\"a|KD\",\"o|n|KE\",\"monitoring\",\"a|KG\",\"o|n|KH\",\"trace\",\"a|KJ\",\"o|n|KK\",\"telemetry\",\"a|KM\",\"o|n|KN\",\"a|B\",\"o|n|KP\",\"appTunneling\",\"a|KR\",\"o|n|KS\",\"o|Jx|K0|K3|K6|K9|KC|KF|KI|KL|KO|KQ|KT\",\"alias\",\"a|Jy|K1|K4|K7|KA|KD|Eq|KV|KG|KJ|KM|B|KR\",\"Autoupdate\",\"o|1K|KX|1Y|1Q|\",\"Https\",\"o|1K|KZ|1b|1Q|\",\"P2P\",\"o|1K|Kb|1e|1Q|\",\"o|3d|3e|1G|1j|\",\"o|3d|3e|1G|9i|\",\"Monitoring\",\"o|1K|Kf|9l|1Q|\",\"Trace\",\"o|1K|Kh|Ew|1Q|\",\"Telemetry\",\"o|1K|Kj|JW|1Q|\",\"Gravity\",\"o|1K|Kl|JX|1Q|\",\"AppTunneling\",\"n|D\",\"o|1K|Kn|Ko|1Q|\",\"o|KW|4O|24|KY|Ka|Kc|HQ|Kd|Ke|Kg|Ki|Kk|Km|Kp\",\"a|Kn|KX|Kl|KZ|Kf|Kb|Kj|Kh\",\"_enabled\",\"_commandTemplate\",\"_outputRe\",\"a|Ks|Kt|Ku|Jn\",\"enabled\",\"a|Kw\",\"o|n|Kx\",\"commandTemplate\",\"a|Kz\",\"o|n|L0\",\"outputRe\",\"a|L2\",\"o|n|L3\",\"o|Kv|Ky|L1|L4|K3\",\"a|Kw|Kz|L2|K1\",\"o|L6|JI|24|25|ER\",\"o|1n|L5|L7|\",\"_interval\",\"a|Ks|L9\",\"interval\",\"a|LB\",\"o|n|LC\",\"o|LA|Ky|LD\",\"a|Kw|LB\",\"int64\",\"Seconds\",\"o|1K|LG|1M|1Q|LH\",\"o|LF|JI|LI\",\"o|1n|LE|LJ|\",\"_logDir\",\"a|LL\",\"logDir\",\"a|LN\",\"o|n|LO\",\"o|LM|LP\",\"disabled\",\"a|LR|2v|LN\",\"o|LS|CG|33|25\",\"o|1n|LQ|LT|\",\"_email\",\"_certfile\",\"_keyfile\",\"_dnsprovider\",\"a|Ks|Jn|LV|LW|LX|LY\",\"email\",\"a|La\",\"o|n|Lb\",\"certfile\",\"a|Ld\",\"o|n|Le\",\"keyfile\",\"a|Lg\",\"o|n|Lh\",\"dnsprovider\",\"a|Lj\",\"o|n|Lk\",\"o|LZ|Ky|K3|Lc|Lf|Li|Ll\",\"a|Kw|K1|La|Ld|Lg|Lj\",\"o|1K|1G|1e|1Q|\",\"o|Ln|JI|24|25|ER|Lo|HQ\",\"o|1n|Lm|Lp|\",\"endpoint\",\"a|Kw|Lr|LB\",\"o|1F|LG|1Y|LH\",\"o|Ls|CG|33|Lt\",\"o|3Z|Lu|\",\"_privateKey\",\"a|Lw|Jn\",\"privateKey\",\"a|Ly\",\"o|n|Lz\",\"o|Lx|M0|K3\",\"bootstrap\",\"a|Ly|K1|M2\",\"o|3d|3e|1G|1Y|\",\"o|M3|4O|24|M4\",\"o|1n|M1|M5|\",\"a|LR\",\"o|M7|CG\",\"o|3Z|M8|\",\"o|Kr|L8|LK|LU|Lq|Lv|M6|M9|M9\",\"o|c|KU|Kq|MA|\",\"_title\",\"a|MC\",\"title\",\"a|ME\",\"o|n|MF\",\"o|MD|MG\",\"o|MF|4O\",\"o|1n|MH|MI|\",\"_dxns\",\"_ipfs\",\"_machine\",\"_bot\",\"_publisher\",\"a|FT|FO|MK|ML|Gx|MM|MN|MO\",\"dxns\",\"a|MQ\",\"o|n|MR\",\"ipfs\",\"a|MT\",\"o|n|MU\",\"machine\",\"a|MW\",\"o|n|MX\",\"a|6\",\"o|n|MZ\",\"publisher\",\"a|Mb\",\"o|n|Mc\",\"o|MP|Fn|FZ|MS|MV|HC|MY|Ma|Md\",\"ice\",\"a|Fl|FX|MQ|MT|HA|Mf|MW|6|Mb\",\"o|1K|G2|1H|1Q|\",\"AppServer\",\"o|1K|Mi|1M|1Q|\",\"Dxns\",\"o|1K|Mk|1Y|1Q|\",\"Ipfs\",\"o|1K|Mm|1b|1Q|\",\"Signal\",\"o|1K|Mo|1e|1Q|\",\"Ice\",\"o|3d|3e|Mq|1h|\",\"Machine\",\"o|1K|Ms|1j|1Q|\",\"BotFactory\",\"o|1K|Mu|9i|1Q|\",\"Publisher\",\"o|1K|Mw|9l|1Q|\",\"o|Mg|Mh|Mj|Ml|Mn|Mp|Mr|Mt|Mv|Mx\",\"a|Mi|Mu|Mk|Mq|Mm|G2|Ms|Mw|Mo\",\"_server\",\"a|Ih|N0\",\"server\",\"a|N2\",\"o|n|N3\",\"o|N1|Io|N4\",\"a|Im|N2\",\"o|N6|4O|24\",\"o|1n|N5|N7|\",\"_topic\",\"_retryAttempts\",\"_retryInterval\",\"a|N9|Iz|NA|NB\",\"topic\",\"a|ND\",\"o|n|NE\",\"retryAttempts\",\"a|NG\",\"o|n|NH\",\"retryInterval\",\"a|NJ\",\"o|n|NK\",\"o|NC|NF|J6|NI|NL\",\"a|ND|J4|NG|NJ\",\"o|1K|1V|1Y|1Q|\",\"o|1K|1V|1b|1Q|\",\"o|NN|4O|Bl|NO|NP\",\"o|1n|NM|NQ|\",\"_accountUri\",\"_address\",\"_account\",\"_faucet\",\"a|N0|NS|NT|NU|NV\",\"accountUri\",\"a|NX\",\"o|n|NY\",\"address\",\"a|Na\",\"o|n|Nb\",\"account\",\"a|Nd\",\"o|n|Ne\",\"faucet\",\"a|Ng\",\"o|n|Nh\",\"o|NW|N4|NZ|Nc|Nf|Ni\",\"a|N2|NX|Na|Nd|Ng\",\"DXNS endpoint.\",\"o|1K|1G|1H|1Q|Nl\",\"Substrate account URI. This is a secret.\\nKUBEs do not serve this with the config but we store it in profile.yml.\\n\\nTODO(dmaretskyi): Deprecate this and move it to keyring.\",\"o|1K|1G|1M|1Q|Nn\",\"Public Polkadot Address.\",\"o|1K|1G|1Y|1Q|Np\",\"Public address of a DXNS Account.\",\"o|1K|1G|1b|1Q|Nr\",\"o|Nk|Nm|No|Nq|Ns|Lo\",\"o|1n|Nj|Nt|\",\"_urls\",\"_username\",\"_credential\",\"a|Nv|Nw|Nx\",\"urls\",\"a|Nz\",\"o|n|O0\",\"username\",\"a|O2\",\"o|n|O3\",\"credential\",\"a|O5\",\"o|n|O6\",\"o|Ny|O1|O4|O7\",\"a|Nz|O2|O5\",\"o|O9|4O|24|25\",\"o|1n|O8|OA|\",\"_gateway\",\"a|N0|OC\",\"gateway\",\"a|OE\",\"o|n|OF\",\"o|OD|N4|OG\",\"a|N2|OE\",\"o|OI|4O|24\",\"o|1n|OH|OJ|\",\"_endpoints\",\"a|OL|GB\",\"endpoints\",\"a|ON\",\"o|n|OO\",\"o|OM|OP|GO\",\"a|ON|GM\",\"Endpoints\",\"o|1K|OS|1H|1Q|\",\"o|OR|OT|24\",\"a|OS\",\"_logs\",\"_cert\",\"a|OW|FR|OX\",\"logs\",\"a|OZ\",\"o|n|Oa\",\"cert\",\"a|Oc\",\"o|n|Od\",\"o|OY|Ob|Fh|Oe\",\"a|OZ|59|Oc\",\"o|Og|4O|24|25\",\"o|1n|Of|Oh|\",\"o|OV|Oi\",\"o|c|OQ|OU|Oj|\",\"_doAccessToken\",\"_githubAccessToken\",\"_githubUsername\",\"_dnsDomain\",\"_npmAccessToken\",\"a|Ol|Om|On|Oo|Op\",\"doAccessToken\",\"a|Or\",\"o|n|Os\",\"githubAccessToken\",\"a|Ou\",\"o|n|Ov\",\"githubUsername\",\"a|Ox\",\"o|n|Oy\",\"dnsDomain\",\"a|P0\",\"o|n|P1\",\"npmAccessToken\",\"a|P3\",\"o|n|P4\",\"o|Oq|Ot|Ow|Oz|P2|P5\",\"a|Or|Ou|Ox|P0|P3\",\"o|P7|4O|24|25|ER|Lo\",\"o|1n|P6|P8|\",\"a|N0\",\"o|PA|N4\",\"o|N3|4O\",\"o|1n|PB|PC|\",\"_api\",\"a|N0|PE|d\",\"api\",\"a|PG\",\"o|n|PH\",\"o|PF|N4|PI|q\",\"a|N2|PG|o\",\"o|PK|4O|24|25\",\"o|1n|PJ|PL|\",\"o|Mz|N8|NR|Nu|OB|OK|Ok|P9|PD|PM\",\"o|c|Me|My|PN|\",\"_debug\",\"a|PP\",\"debug\",\"a|PR\",\"o|n|PS\",\"o|PQ|PT\",\"o|PS|4O\",\"o|1n|PU|PV|\",\"o|G7|Gt|I3|Je|Jl|MB|MJ|PO|PW\",\"o|c|Fo|G6|PX|\",\"o|Dm|Dx|F1|FD|FM|PY\",\"o|1|PZ\",\"swarm\",\"a|Jy|Pb\",\"ClearSnapshotsRequest\",\"DevtoolsHost\",\"DisableDebugLoggingRequest\",\"DisableDebugLoggingResponse\",\"EnableDebugLoggingRequest\",\"EnableDebugLoggingResponse\",\"Event\",\"FeedStats\",\"GetConfigResponse\",\"GetNetworkPeersRequest\",\"GetNetworkPeersResponse\",\"GetSpaceSnapshotRequest\",\"GetSpaceSnapshotResponse\",\"PeerStats\",\"ReadyEvent\",\"ResetStorageRequest\",\"SaveSpaceSnapshotRequest\",\"SaveSpaceSnapshotResponse\",\"SetTracingOptionsRequest\",\"SignalResponse\",\"SpaceStats\",\"SubscribeToCredentialMessagesRequest\",\"SubscribeToCredentialMessagesResponse\",\"SubscribeToFeedBlocksRequest\",\"SubscribeToFeedBlocksResponse\",\"SubscribeToFeedsRequest\",\"SubscribeToFeedsResponse\",\"SubscribeToItemsRequest\",\"SubscribeToItemsResponse\",\"SubscribeToKeyringKeysRequest\",\"SubscribeToKeyringKeysResponse\",\"SubscribeToNetworkTopicsResponse\",\"SubscribeToSignalStatusResponse\",\"SubscribeToSpacesRequest\",\"SubscribeToSpacesResponse\",\"SubscribeToSwarmInfoRequest\",\"SubscribeToSwarmInfoResponse\",\"TracingService\",\"a|Pd|Pe|Pf|Pg|Ph|Pi|Pj|Pk|Pl|Pm|Pn|Po|Pp|Pq|Pr|Ps|Pt|Pu|Fy|Pv|Pw|Px|Py|Pz|Q0|Q1|Q2|Q3|Q4|Q5|Q6|Q7|Q8|Q9|QA|QB|QC|QD|QE\",\"Events\",\"ResetStorage\",\"EnableDebugLogging\",\"DisableDebugLogging\",\"SubscribeToKeyringKeys\",\"SubscribeToCredentialMessages\",\"SubscribeToSpaces\",\"SubscribeToItems\",\"SubscribeToFeeds\",\"SubscribeToFeedBlocks\",\"GetSpaceSnapshot\",\"SaveSpaceSnapshot\",\"ClearSnapshots\",\"GetNetworkPeers\",\"SubscribeToNetworkTopics\",\"SubscribeToSignalStatus\",\"SubscribeToSignal\",\"SubscribeToSwarmInfo\",\"a|QG|BF|QH|QI|QJ|QK|QL|QM|QN|QO|QP|QQ|QR|QS|QT|QU|QV|QW|QX\",\"o|2l|2f|Pj|1P|\",\"o|2e|2f|Pl|\",\"o|2e|Ps|2f|\",\"o|2e|Ph|Pi|\",\"o|2l|Q6|Q7|1P|\",\"o|2l|Py|Pz|1P|\",\"o|2l|QA|QB|1P|\",\"o|2l|Q4|Q5|1P|\",\"o|2l|Q2|Q3|1P|\",\"o|2l|Q0|Q1|1P|\",\"o|2e|Po|Pp|\",\"o|2e|Pt|Pu|\",\"o|2e|Pd|2f|\",\"o|2e|Pm|Pn|\",\"o|2l|2f|Q8|1P|\",\"o|2l|2f|Q9|1P|\",\"o|2l|2f|Pw|1P|\",\"o|2l|QC|QD|1P|\",\"o|QY|QZ|Qa|Qb|Qc|Qc|Qd|Qe|Qf|Qg|Qh|Qi|Qj|Qk|Ql|Qm|Qn|Qo|Qp|Qq\",\"o|2S|Qr|\",\"_namespaces\",\"a|Qt\",\"namespaces\",\"a|Qv\",\"o|n|Qw\",\"o|Qu|Qx\",\"o|Qw|4O\",\"o|1n|Qy|Qz|\",\"_enabledNamespaces\",\"a|R1\",\"enabledNamespaces\",\"a|R3\",\"o|n|R4\",\"o|R2|R5\",\"o|R4|4O\",\"o|1n|R6|R7|\",\"a|At\",\"ready\",\"a|RA\",\"o|2u|RB|\",\"o|R9|RC\",\"o|1F|Pr|1H|\",\"o|RB|RE\",\"o|1n|RD|RF|\",\"length\",\"a|6M|RH\",\"o|1F|1V|1M|\",\"o|RI|5p|RJ\",\"o|3Z|RK|\",\"o|3w|1I\",\"o|3Z|RM|\",\"o|NE|3p\",\"o|3Z|RO|\",\"a|a|0|b\",\"peers\",\"a|RR\",\"PeerInfo\",\"o|3d|3e|RT|1H|\",\"o|RS|RU\",\"a|RT\",\"connections\",\"a|1D|6p|RX\",\"o|3d|3e|3o|1Y|\",\"o|RY|5p|33|RZ\",\"o|3Z|Ra|\",\"o|RW|Rb\",\"o|RQ|RV|Rc|\",\"_snapshot\",\"a|Re\",\"snapshot\",\"a|Rg\",\"o|n|Rh\",\"o|Rf|Ri\",\"o|1K|Co|1H|1Q|\",\"o|Rh|Rk\",\"o|1n|Rj|Rl|\",\"controlFeed\",\"dataFeed\",\"a|Rn|Ro\",\"o|1F|Pk|1H|\",\"o|1F|Pk|1M|\",\"o|Rp|Rq|Rr\",\"o|3Z|Rs|\",\"o|3d|3e|Px|1H|\",\"o|DU|Ru\",\"o|3Z|Rv|\",\"enable\",\"a|Rx\",\"o|Ry|CG\",\"o|3Z|Rz|\",\"data\",\"a|S1\",\"swarmEvent\",\"a|S3|D5\",\"o|2u|S4|\",\"o|S2|S5\",\"receivedAt\",\"a|S3|D5|S7\",\"dxos.mesh.signal.SwarmEvent\",\"o|1F|S9|1H|\",\"dxos.mesh.signal.Message\",\"o|1F|SB|1M|\",\"o|1F|1a|1Y|\",\"o|S8|SA|SC|SD\",\"o|1n|S6|SE|\",\"a|6M|RR\",\"o|3d|3e|Pq|1M|\",\"o|SG|5p|SH\",\"o|3Z|SI|\",\"a|i\",\"o|SK|15\",\"o|1K|1d|1H|1Q|\",\"o|14|SM\",\"o|1n|SL|SN|\",\"messages\",\"a|SP\",\"dxos.halo.signed.SignedMessage\",\"o|3d|3e|SR|1H|\",\"o|SQ|SS\",\"o|3Z|ST|\",\"_feedKey\",\"_maxBlocks\",\"a|i|SV|SW\",\"feedKey\",\"a|SY\",\"o|n|SZ\",\"maxBlocks\",\"a|Sb\",\"o|n|Sc\",\"o|SX|15|Sa|Sd\",\"a|13|SY|Sb\",\"o|1K|1d|1M|1Q|\",\"o|Sf|SM|Sg|NO\",\"o|1n|Se|Sh|\",\"blocks\",\"a|Sj\",\"Block\",\"o|3d|3e|Sl|1H|\",\"o|Sk|Sm\",\"a|Sl\",\"seq\",\"a|SY|Sp|S1\",\"dxos.echo.feed.FeedMessage\",\"o|1F|Sr|1Y|\",\"o|Sq|5p|RJ|Ss\",\"o|3Z|St|\",\"o|So|Su\",\"o|RQ|Sn|Sv|\",\"feedKeys\",\"a|Sx\",\"o|3d|3e|1d|1H|\",\"o|Sy|Sz\",\"o|3Z|T0|\",\"feeds\",\"a|T2\",\"Feed\",\"o|3d|3e|T4|1H|\",\"o|T3|T5\",\"a|T4\",\"a|SY|RH\",\"o|T8|5p|RJ\",\"o|3Z|T9|\",\"o|T7|TA\",\"o|RQ|T6|TB|\",\"o|S2|1I\",\"o|3Z|TD|\",\"a|E\",\"dxos.halo.keyring.KeyRecord\",\"o|3d|3e|TG|1H|\",\"o|TF|TH\",\"o|3Z|TI|\",\"topics\",\"a|TK\",\"Topic\",\"o|3d|3e|TM|1H|\",\"o|TL|TN\",\"a|TM\",\"_label\",\"a|TQ\",\"label\",\"a|TS\",\"o|n|TT\",\"o|TR|TU\",\"a|ND|TS\",\"o|TW|5p|24\",\"o|1n|TV|TX|\",\"o|TP|TY\",\"o|RQ|TO|TZ|\",\"servers\",\"a|Tb\",\"SignalServer\",\"o|3d|3e|Td|1H|\",\"o|Tc|Te\",\"a|Td\",\"a|1q\",\"o|Th|20\",\"reconnectIn\",\"connectionStarted\",\"lastStateChange\",\"a|Jy|6p|1y|Tj|Tk|Tl\",\"o|1F|1V|1b|\",\"o|1F|1a|1e|\",\"o|1F|1a|1h|\",\"o|Tm|1I|33|25|Tn|To|Tp\",\"o|1n|Ti|Tq|\",\"o|Tg|Tr\",\"o|RQ|Tf|Ts|\",\"spaceKeys\",\"a|Tu\",\"o|Tv|Sz\",\"o|3Z|Tw|\",\"SpaceInfo\",\"o|3d|3e|Ty|1H|\",\"o|DU|Tz\",\"a|Ty\",\"_timeframe\",\"a|U2\",\"timeframe\",\"a|U4\",\"o|n|U5\",\"o|U3|U6\",\"genesisFeed\",\"a|6M|C5|U4|U8|Rn|Ro\",\"o|1K|CL|1Y|1Q|\",\"o|1F|1d|1b|\",\"o|1F|1d|1e|\",\"o|1F|1d|1h|\",\"o|U9|5p|C8|UA|UB|UC|UD\",\"o|1n|U7|UE|\",\"o|U1|UF\",\"o|RQ|U0|UG|\",\"dxos.devtools.swarm.SwarmInfo\",\"o|3d|3e|UI|1H|\",\"o|S2|UJ\",\"o|3Z|UK|\",\"SetTracingOptions\",\"SubscribeToRpcTrace\",\"a|UM|UN\",\"o|2e|Pv|2f|\",\"dxos.rpc.RpcMessage\",\"o|2l|2f|UQ|1P|\",\"o|UO|UP|UR\",\"o|2S|US|\",\"o|QF|Ad|Qs|R0|R8|R0|R8|RG|RL|RN|RP|Rd|6L|Rm|Rt|Ad|Ad|6L|Rm|Rw|S0|SF|SJ|SO|SU|Si|Sw|T1|TC|Ad|TE|Ad|TJ|Ta|Tt|Tx|UH|Ad|UL|UT\",\"o|1|UU\",\"ConnectionEvent\",\"ConnectionInfo\",\"SwarmInfo\",\"a|UW|UX|UY\",\"_newState\",\"a|Ua|1q\",\"newState\",\"a|Uc\",\"o|n|Ud\",\"o|Ub|Ue|20\",\"a|J|Uc|1y\",\"o|Ug|1I|24|25\",\"o|1n|Uf|Uh|\",\"_transport\",\"a|Uj\",\"transport\",\"a|Ul\",\"o|n|Um\",\"o|Uk|Un\",\"sessionId\",\"remotePeerId\",\"protocolExtensions\",\"events\",\"a|6p|Up|Uq|Ul|Ur|Us\",\"o|1F|1d|1M|\",\"o|1F|1d|1Y|\",\"o|3d|3e|UW|1h|\",\"o|Ut|1I|Uu|Uv|ER|ES|Uw\",\"o|1n|Uo|Ux|\",\"a|1D|ND|TS|C6|RX\",\"o|1F|Bk|1b|\",\"o|3d|3e|UX|1e|\",\"o|Uz|5p|Uu|25|V0|V1\",\"o|1n|TV|V2|\",\"o|UZ|Ui|Uy|V3\",\"o|1|V4\",\"o|Pc|UV|V5\",\"o|1|V6\",\"feed\",\"metadata\",\"model\",\"object\",\"a|V8|V9|VA|VB|I|Rg|U4\",\"CredentialsMessage\",\"DataMessage\",\"FeedMessage\",\"a|VD|VE|VF\",\"o|1F|BB|1H|\",\"o|O6|VH\",\"A container for dxos.credentials.Message\",\"o|3Z|VI|VJ\",\"a|VB\",\"dxos.echo.object.EchoObject\",\"o|1F|VM|1H|\",\"o|VL|VN\",\"A container ECHO database messages in data feeds.\",\"o|3Z|VO|VP\",\"a|U4|At\",\"o|1F|CL|1H|\",\"Payload\",\"o|1F|VT|1M|\",\"o|VR|VS|VU\",\"a|VT\",\"a|O5|S1\",\"o|2u|VX|\",\"o|R9|VY\",\"o|1F|VD|Ew|\",\"o|1F|VE|JW|\",\"o|VX|Va|Vb\",\"o|1n|VZ|Vc|\",\"o|VW|Vd\",\"Outer message type decoded by Codec.\\nThis is what is written to the feeds.\",\"o|RQ|VV|Ve|Vf\",\"o|VG|VK|VQ|Vg\",\"o|1|Vh\",\"EchoMetadata\",\"SpaceMetadata\",\"a|Vj|Vk\",\"_identity\",\"a|Vm\",\"identity\",\"a|Vo\",\"o|n|Vp\",\"o|Vn|Vq\",\"created\",\"updated\",\"a|Dp|Vs|Vt|Vo|DT\",\"Version number that is inceremnted every time there's a breaking change to the storage schema.\\nThis is used to detect if the storage schema has changed since the last time the client was run.\\nLoading data from a different version will might result in an error.\",\"o|1F|1V|1H|Vv\",\"o|1F|1a|1M|\",\"dxos.halo.credentials.IdentityRecord\",\"o|1K|Vy|Ew|1Q|\",\"List of the data spaces.\",\"o|3d|3e|Vk|JW|W0\",\"o|Vu|Vw|Vx|SD|Vz|W1\",\"o|1n|Vr|W2|\",\"_genesisFeedKey\",\"_controlFeedKey\",\"_dataFeedKey\",\"_controlTimeframe\",\"_dataTimeframe\",\"a|W4|W5|W6|W7|W8|Re\",\"genesisFeedKey\",\"a|WA\",\"o|n|WB\",\"controlFeedKey\",\"a|WD\",\"o|n|WE\",\"dataFeedKey\",\"a|WG\",\"o|n|WH\",\"controlTimeframe\",\"a|WJ\",\"o|n|WK\",\"dataTimeframe\",\"a|WM\",\"o|n|WN\",\"o|W9|WC|WF|WI|WL|WO|Ri\",\"a|6M|WA|WD|Sx|WG|WJ|WM|Rg\",\"Space key.\",\"o|1F|1d|1H|WR\",\"o|1K|1d|1h|1Q|\",\"Key of the wriatable control feed.\",\"o|1K|1d|1b|1Q|WU\",\"List of all feed associated with the space.\",\"o|3d|3e|1d|1M|WW\",\"Key of the wriatable data feed.\",\"o|1K|1d|1Y|1Q|WY\",\"timeframe.TimeframeVector\",\"o|1K|Wa|9i|1Q|\",\"o|1K|Wa|1e|1Q|\",\"o|WQ|WS|WT|WV|WX|WZ|Wb|Wc|HR\",\"o|1n|WP|Wd|\",\"o|Vl|W3|We\",\"o|1|Wf\",\"document\",\"messenger\",\"text\",\"a|Wh|Wi|Wj\",\"Array\",\"KeyValue\",\"KeyValueObject\",\"ObjectMutation\",\"ObjectMutationSet\",\"ObjectSnapshot\",\"Predicate\",\"Query\",\"Reference\",\"Value\",\"YJS\",\"a|Wl|Wm|Wn|Wo|Wp|Wq|Wr|Ws|Wt|Wu|Wv\",\"a|28\",\"o|3d|3e|Wu|1H|\",\"o|Wx|Wy\",\"Ordered collection of values.\",\"o|3Z|Wz|X0\",\"o|1F|Wu|1M|\",\"o|BS|1I|X2\",\"Key x Value tuple.\",\"o|3Z|X3|X4\",\"properties\",\"a|X6\",\"o|3d|3e|Wm|1H|\",\"o|X7|X8\",\"Object data definition.\",\"o|3Z|X9|XA\",\"_mutation\",\"a|Jf|XC\",\"mutation\",\"a|XE\",\"o|n|XF\",\"o|XD|Jh|XG\",\"operation\",\"a|XI|6M|6Q|XE\",\"Operation\",\"o|1F|XK|1H|\",\"o|1K|Wu|1Y|1Q|\",\"o|1K|Wv|1b|1Q|\",\"o|XJ|XL|33|XM|XN\",\"a|XK\",\"SET\",\"DELETE\",\"ARRAY_PUSH\",\"SET_ADD\",\"SET_DELETE\",\"a|XQ|XR|XS|XT|XU|Wv\",\"o|XV|2H|1H|1M|1b|1e|1h\",\"o|XV||||||\",\"o|2A|XW||XX\",\"o|XP|XY\",\"Atomic mutation.\",\"o|c|XH|XO|XZ|Xa\",\"a|93\",\"o|Xc|9C\",\"mutations\",\"a|J|Xe\",\"o|3d|3e|Wo|1M|\",\"o|Xf|4O|Xg\",\"Set of mutations.\",\"o|1n|Xd|Xh|Xi\",\"root\",\"a|J|Xk\",\"o|Xl|4O|X2\",\"State snapshot.\",\"o|1n|Xd|Xm|Xn\",\"_key\",\"a|Xp|Jf\",\"o|n|6N\",\"o|Xq|Xr|Jh\",\"op\",\"predicates\",\"a|Xt|6M|6Q|Xu\",\"o|3d|3e|Wr|1b|\",\"o|Xv|XL|24|XM|Xw\",\"OR\",\"AND\",\"NOT\",\"IN\",\"EQUALS\",\"GTE\",\"GT\",\"LTE\",\"LT\",\"PREFIX_MATCH\",\"TEXT_MATCH\",\"a|Xy|Xz|Y0|Y1|Y2|Y3|Y4|Y5|Y6|Y7|Y8\",\"n|E\",\"n|F\",\"n|K\",\"n|L\",\"o|Y9|2H|1H|1M|Ew|JW|JX|Ko|YA|YB|YC|YD\",\"o|Y9|||||||||||\",\"o|2A|YE||YF\",\"o|XP|YG\",\"Query predicate.\",\"o|c|Xs|Xx|YH|YI\",\"a|Xk\",\"o|1F|Wr|1H|\",\"o|YK|YL\",\"Query.\",\"o|3Z|YM|YN\",\"itemId\",\"a|YP\",\"o|YQ|1I\",\"Reference to an Item.\",\"o|3Z|YR|YS\",\"a|9T\",\"null\",\"int\",\"float\",\"datetime\",\"array\",\"reference\",\"yjs\",\"a|YV|Bk|YW|YX|1G|Ge|YY|3o|VB|YZ|Ya|Yb\",\"o|2u|Yc|\",\"o|YU|Yd\",\"o|1F|LG|1Y|\",\"o|1F|YX|1b|\",\"o|1F|1G|1e|\",\"o|1F|1G|Ew|\",\"o|1F|1G|JW|\",\"o|1F|3o|JX|\",\"o|1F|Wn|YC|\",\"o|1F|Wl|YD|\",\"n|U\",\"o|1F|Wt|Yn|\",\"n|e\",\"o|1F|Wv|Yp|\",\"o|Yc|CG|C8|Yf|Yg|Yh|Yi|Yj|Yk|Yl|Ym|Yo|Yq\",\"Generic value.\",\"o|1n|Ye|Yr|Ys\",\"a|1D|At\",\"o|Yu|3p|5e\",\"o|3Z|Yv|\",\"o|Ww|X1|X5|XB|Xb|Xj|Xo|YJ|YO|YT|Yt|Yw\",\"o|1|Yx\",\"Message\",\"a|Yz\",\"sender\",\"a|Ge|Wj|Z1\",\"o|Z2|1I|33|34\",\"o|3Z|Z3|\",\"o|Z0|Z4\",\"o|1|Z5\",\"Mutation\",\"Snapshot\",\"a|Z7|Z8\",\"update\",\"clientId\",\"a|ZA|ZB\",\"o|ZC|3p|RJ\",\"o|3Z|ZD|\",\"o|S2|3p\",\"o|3Z|ZF|\",\"o|Z9|ZE|ZG\",\"o|1|ZH\",\"o|Wk|Yy|Z6|ZI\",\"o|1|ZJ\",\"EchoObject\",\"EchoObjectBatch\",\"MutationMeta\",\"a|ZL|ZM|ZN\",\"_meta\",\"_genesis\",\"a|ZP|ZQ|Re\",\"meta\",\"a|ZS\",\"o|n|ZT\",\"genesis\",\"a|ZV\",\"o|n|ZW\",\"o|ZR|ZU|ZX|Ri\",\"objectId\",\"a|ZZ|ZS|ZV|Rg|Xe\",\"Metadata for the genesis mutation.\",\"o|1K|ZN|1M|1Q|Zb\",\"Genesis\",\"Present in mutations creating new items and snapshots.\",\"o|1K|Zd|Ew|1Q|Ze\",\"o|1K|Z8|Ko|1Q|\",\"May be present in snapshots. In that case the mutations must be applied on top of the snapshot.\",\"o|3d|3e|Z7|YA|Zh\",\"o|Za|1I|Zc|Zf|Zg|Zi\",\"a|Zd|Z7|Z8\",\"_modelVersion\",\"a|Zl\",\"modelVersion\",\"a|Zn\",\"o|n|Zo\",\"o|Zm|Zp\",\"modelType\",\"a|Zr|Zn\",\"o|Zs|33|25\",\"o|1n|Zq|Zt|\",\"_parentId\",\"_action\",\"_model\",\"a|ZP|Zv|Zw|Zx\",\"parentId\",\"a|Zz\",\"o|n|a0\",\"action\",\"a|a2\",\"o|n|a3\",\"a|VA\",\"o|n|a5\",\"o|Zy|ZU|a1|a4|a6\",\"a|ZS|Zz|a2|VA\",\"o|1K|ZN|1H|1Q|\",\"Set parent id\",\"o|1K|1G|Ew|1Q|aA\",\"Action\",\"o|1K|aC|JW|1Q|\",\"preserve_any\",\"a|aE|1N\",\"o|aF|1P|1P\",\"o|1K|Ea|JX|aG|\",\"o|a8|a9|aB|aD|aH\",\"a|aC\",\"NOOP\",\"RESTORE\",\"a|aK|XR|aL\",\"o|aM|2H|1H|1M\",\"o|aM|||\",\"o|2A|aN||aO\",\"o|aJ|aP\",\"o|c|a7|aI|aQ|\",\"_deleted\",\"a|aS|Zv|Zx\",\"deleted\",\"a|aU\",\"o|n|aV\",\"o|aT|aW|a1|a6\",\"a|aU|Zz|VA\",\"Set the model to the provided snapshot.\",\"o|1K|Ea|Ew|aG|aZ\",\"o|aY|JI|24|aa\",\"o|1n|aX|ab|\",\"o|Zk|Zu|aR|ac\",\"Wrapper for all ECHO messages.\",\"o|c|ZY|Zj|ad|ae\",\"objects\",\"a|ag\",\"o|3d|3e|ZL|1H|\",\"o|ah|ai\",\"o|3Z|aj|\",\"_seq\",\"_memberKey\",\"_clientTag\",\"a|SV|al|am|U2|an\",\"a|Sp\",\"o|n|ap\",\"memberKey\",\"a|ar\",\"o|n|as\",\"clientTag\",\"a|au\",\"o|n|av\",\"o|ao|Sa|aq|at|U6|aw\",\"a|SY|Sp|ar|U4|au\",\"o|1K|1V|1M|1Q|\",\"o|1K|Wa|1b|1Q|\",\"If this mutation was created by this client, this field will be set to the tag in the mutation.\",\"o|1K|1G|1e|1Q|b1\",\"o|ay|SM|az|7I|b0|b2\",\"o|1n|ax|b3|\",\"o|ZO|af|ak|b4\",\"o|1|b5\",\"DataService\",\"EchoEvent\",\"MutationReceipt\",\"SubscribeRequest\",\"WriteRequest\",\"a|b7|b8|b9|bA|bB\",\"Subscribe\",\"Write\",\"a|bD|bE\",\"o|2l|bA|b8|1P|\",\"o|2e|bB|b9|\",\"o|bF|bG|bH\",\"o|2S|bI|\",\"a|an|SV|al\",\"o|bK|aw|Sa|aq\",\"batch\",\"a|au|SY|Sp|bM\",\"If this event comes as a response to this client wirting the mutation, this field will be set to the tag in the mutation.\",\"o|1K|1G|1H|1Q|bO\",\"For mutations read from the feed store those fields will be set to the position of the mutation in the feed.\",\"o|1K|1d|1M|1Q|bQ\",\"dxos.echo.object.EchoObjectBatch\",\"o|1F|bS|Ew|\",\"o|bN|bP|bR|NO|bT\",\"o|1n|bL|bU|\",\"a|SY|Sp\",\"o|bW|5p|RJ\",\"o|3Z|bX|\",\"a|an\",\"o|bZ|aw\",\"a|13|au|bM\",\"Ephermal tag to correlate events in the subscription.\",\"o|1K|1G|1M|1Q|bc\",\"o|bb|5p|bd|bT\",\"o|1n|ba|be|\",\"o|bC|bJ|bV|bY|6L|bf\",\"o|1|bg\",\"EchoSnapshot\",\"SpaceSnapshot\",\"a|bi|bj\",\"items\",\"a|bl\",\"object.EchoObject\",\"o|3d|3e|bn|1H|\",\"o|bm|bo\",\"Database Snapshot\",\"o|3Z|bp|bq\",\"a|U2|Gb\",\"o|bs|U6|Gg\",\"database\",\"a|13|U4|Ge|bu\",\"o|1K|Wa|1M|1Q|\",\"o|1F|bi|JW|\",\"o|bv|3p|bw|NO|bx\",\"Snapshots define full space state at a given point in time.\\nThey must have enough information to be able to recover the space state without reading the feed messages.\\n\\nEach snapshot is identified by a space key and a timeframe.\\nThe timeframe defines the set of feed messages that have already been processed.\\nWhen loading from the snapshot, application would skip all of the feed messages up to (and including) the provided timeframe.\",\"o|1n|bt|by|bz\",\"o|bk|br|c0\",\"o|1|c1\",\"TimeframeVector\",\"a|c3\",\"frames\",\"a|c5\",\"Frame\",\"o|3d|3e|c7|1H|\",\"o|c6|c8\",\"a|c7\",\"o|1F|1V|1Y|\",\"o|bW|3p|cB\",\"o|3Z|cC|\",\"o|cA|cD\",\"Vector timestamp used to order messages.\",\"o|RQ|c9|cE|cF\",\"o|c4|cG\",\"o|1|cH\",\"o|VC|Vi|Wg|ZK|b6|bh|c2|cI\",\"o|1|cJ\",\"AcceptSpaceInvitationCommand\",\"AgentSpec\",\"CommandSequence\",\"CreateProfileCommand\",\"CreateSpaceCommand\",\"CreateSpaceInvitationCommand\",\"SyncClient\",\"SyncServer\",\"TearDown\",\"a|cL|cM|3J|cN|cO|cP|cQ|cR|cS|cT\",\"o|9G|1I\",\"o|3Z|cV|\",\"_stateMachine\",\"_startSequence\",\"_stopSequence\",\"a|Dn|cX|cY|cZ\",\"stateMachine\",\"a|cb\",\"o|n|cc\",\"startSequence\",\"a|ce\",\"o|n|cf\",\"stopSequence\",\"a|ch\",\"o|n|ci\",\"o|ca|Dr|cd|cg|cj\",\"testSequences\",\"a|Dp|cb|ce|ch|cl\",\"o|1K|cN|1Y|1Q|\",\"o|1K|cN|1b|1Q|\",\"o|3d|3e|cN|1e|\",\"o|cm|23|24|cn|co|cp\",\"Root specification for Agent.\",\"o|1n|ck|cq|cr\",\"Cmd\",\"a|ct\",\"createProfile\",\"createSpace\",\"createSpaceInvitation\",\"acceptSpaceInvitation\",\"syncServer\",\"syncClient\",\"tearDown\",\"a|cv|cw|cx|cy|cz|d0|d1\",\"o|2u|d2|\",\"o|cu|d3\",\"o|1F|cO|1H|\",\"o|1F|cP|1M|\",\"o|1F|cQ|1Y|\",\"o|1F|cL|1b|\",\"o|1F|cS|1e|\",\"o|1F|cR|1h|\",\"o|1F|cT|1j|\",\"o|d2|d5|d6|d7|d8|d9|dA|dB\",\"Atomic async command.\",\"o|1n|d4|dC|dD\",\"commands\",\"a|dF\",\"o|3d|3e|3J|1H|\",\"o|dG|dH\",\"Commands that must be run sequentially.\",\"o|3Z|dI|dJ\",\"__noop_\",\"a|dL\",\"_noop_\",\"a|dN\",\"o|n|dO\",\"o|dM|dP\",\"o|dO|JI\",\"o|1n|dQ|dR|\",\"a|3u\",\"o|dT|42\",\"o|41|4O\",\"o|1n|dU|dV|\",\"a|1D|9F\",\"o|dX|1I|33\",\"o|3Z|dY|\",\"srvId\",\"verbose\",\"a|1D|da|Jy|K1|db\",\"uint32\",\"o|1F|dd|1b|\",\"o|1F|Bk|1e|\",\"o|dc|1I|33|34|de|df\",\"o|3Z|dg|\",\"a|1D|Jy|K1|db\",\"o|1F|dd|1Y|\",\"o|di|1I|33|dj|V0\",\"o|3Z|dk|\",\"o|cU|cW|cs|dE|dK|dS|dW|dZ|dh|dl|dS\",\"o|1|dm\",\"invitations\",\"keyring\",\"a|BL|do|dp|E|Ax\",\"AdmittedFeed\",\"auth\",\"Auth\",\"AuthorizedDevice\",\"Chain\",\"Claim\",\"Credential\",\"greet\",\"HaloSpace\",\"IdentityProfile\",\"IdentityRecord\",\"IdentityRecovery\",\"KeyInfo\",\"Presentation\",\"ProfileDocument\",\"Proof\",\"SpaceGenesis\",\"SpaceRecord\",\"a|dr|ds|dt|du|dv|dw|dx|dy|dz|Vo|e0|e1|e2|e3|e4|e5|e6|e7|5I|e8\",\"designation\",\"a|13|7G|79|eA\",\"Owning identity.\",\"o|1F|1d|1M|eC\",\"Designation\",\"Feeds with different designations are consumed by separate pipelines.\",\"o|1F|eE|1b|eF\",\"o|eB|5p|eD|Uv|eG\",\"a|eE\",\"GENERAL\",\"CONTROL\",\"DATA\",\"a|eJ|eK|eL\",\"o|eM|2H|1H|1M\",\"Classic general purpose feeds for both HALO and ECHO messages together. To be deprecated.\",\"Contain system-level messages messages, such as credentials and epochs.\",\"Database mutations.\",\"o|eM|eO|eP|eQ\",\"o|2A|eN||eR\",\"o|eI|eS\",\"o|RQ|eH|eT|\",\"a|dt\",\"_feedAdmit\",\"a|SV|eW\",\"feedAdmit\",\"a|eY\",\"o|n|eZ\",\"o|eX|Sa|ea\",\"a|13|79|7G|SY|eY\",\"The publicKey of the target Space for these credentials.\",\"o|1F|1d|1H|ed\",\"The publicKey of the authenticating Device.\",\"o|1F|1d|1M|ef\",\"The publicKey of the authenticating Identity.\",\"o|1F|1d|1Y|eh\",\"o|1K|1d|1b|1Q|eh\",\"FeedAdmit message to the should be written to a control feed in case the `feed_key` is not admitted to the space.\",\"o|1K|Ea|1e|1Q|ek\",\"o|ec|ee|eg|ei|ej|el\",\"The payload for a SignedMessage sent during handshake for replication authentication.\",\"o|1n|eb|em|en\",\"o|eV|eo\",\"o|1|ep\",\"Assertion for agents authenticating in the space swarm.\",\"o|3Z|Ac|er\",\"a|7G|79\",\"o|et|5p|Uu\",\"o|3Z|eu|\",\"Credential that authorizes the subject to issue new credentials (can be recursive).\",\"o|1F|dx|1H|ew\",\"o|O6|ex\",\"A chain of credentials that establishes the delegated authority to issue new credentials.\\nEach key in the chain has an assotiated credential that establishes the authrity of that specific key.\\n\\nExample:\\nAlice/Device-2 => Alice/Device-1 => Alice\\n\\nThis chain would include 2 credentials:\\n1. Giving Alice/Device-2 the authority to issue credentials on behalf of Alice, signed by Alice/Device-1.\\n2. Giving Alice/Device-1 the authority to issue credentials on behalf of Alice, signed by Alice.\",\"o|3Z|ey|ez\",\"assertion\",\"a|1D|f1\",\"o|1F|Ea|1M|\",\"o|f2|5p|f3\",\"o|3Z|f4|\",\"_expirationDate\",\"_expirationRef\",\"a|3u|f6|f7\",\"expirationDate\",\"a|f9\",\"o|n|fA\",\"expirationRef\",\"a|fC\",\"o|n|fD\",\"o|f8|42|fB|fE\",\"issuer\",\"issuanceDate\",\"subject\",\"proof\",\"a|1D|fG|fH|f9|fC|fI|fJ\",\"o|1K|3o|1e|1Q|\",\"o|1F|dw|Ew|\",\"o|1F|e6|JW|\",\"o|fK|SM|Uu|SD|1c|fL|fM|fN\",\"o|1n|fF|fO|\",\"BeginResponse\",\"ClaimResponse\",\"HandshakeResponse\",\"KeyHint\",\"NotarizeResponse\",\"a|fQ|fR|3J|fS|fT|fU\",\"info\",\"a|fW\",\"keyType\",\"a|fY|J|1D|b\",\"o|fZ|1G|Ea|1H|\",\"o|fX|fa\",\"o|3Z|fb|\",\"rendezvousKey\",\"a|1D|fd\",\"o|fe|3p|5e\",\"o|3Z|ff|\",\"_secret\",\"a|fh\",\"a|5a\",\"o|n|fj\",\"o|fi|fk\",\"params\",\"a|4J|5a|fm\",\"o|1F|9T|1H|\",\"o|3d|3e|Ea|Ew|\",\"o|fn|fo|4P|fp\",\"BEGIN\",\"HANDSHAKE\",\"NOTARIZE\",\"FINISH\",\"CLAIM\",\"a|fr|fs|ft|fu|fv\",\"o|fw|2H|1H|1M|1Y|Ew\",\"o|fw|||||\",\"o|2A|fx||fy\",\"o|YU|fz\",\"A Greeter command.\",\"o|c|fl|fq|g0|g1\",\"a|Bs|13\",\"o|g3|3p|Uu\",\"o|3Z|g4|\",\"a|5n|J\",\"keys.KeyType\",\"o|1F|g7|1M|\",\"o|g6|5p|g8\",\"o|3Z|g9|\",\"copies\",\"a|gB|U8\",\"o|3d|3e|Ea|1H|\",\"o|gC|gD|Uv\",\"o|3Z|gE|\",\"o|fV|fc|fg|g2|g5|gA|gF\",\"o|1|gG\",\"haloKey\",\"a|7G|gI\",\"o|1F|1d|1M|WR\",\"o|gJ|5p|gK\",\"[ASSERTION]: Associtaes a space that will implement Agent's HALO with an Identity.\",\"o|3Z|gL|gM\",\"DeviceInfo\",\"IdentityInfo\",\"a|gO|gP\",\"o|5o|5p|33\",\"o|3Z|gR|\",\"o|gQ|gS|gS\",\"o|1|gT\",\"o|1F|e5|1H|\",\"o|8L|gV\",\"[ASSERTION]: Sets profile information.\",\"o|3Z|gW|gX\",\"_profileSpace\",\"a|gZ|CQ\",\"profileSpace\",\"a|gb\",\"o|n|gc\",\"o|ga|gd|CS\",\"a|7G|79|7C|gb|8K\",\"o|1F|e8|1Y|\",\"TODO(burdon): Not yet implemented. Must be null.\",\"o|1K|e8|1b|1Q|gh\",\"Cached profile.\",\"o|1K|e5|1e|1Q|gj\",\"o|gf|5p|Uu|gg|gi|gk\",\"Information needed to bootstrap an Identity.\",\"o|1n|ge|gl|gm\",\"a|7G|Ak\",\"Public key derrived from the recovery seedphrase.\",\"o|1F|1d|1M|gp\",\"o|go|5p|gq\",\"[ASSERTION]: Grants recovery permissions to a recovery key.\",\"o|3Z|gr|gs\",\"a|Dy\",\"o|gu|E6\",\"o|E5|4O\",\"Subject must be a key being referenced.\",\"o|1n|gv|gw|gx\",\"proofs\",\"a|BL|gz\",\"o|3d|3e|dx|1H|\",\"o|3d|3e|e6|1M|\",\"o|h0|h1|h2\",\"o|3Z|h3|\",\"_avatarCid\",\"a|5h|h5\",\"avatarCid\",\"a|h7\",\"o|n|h8\",\"o|h6|5l|h9\",\"a|5j|h7\",\"o|hB|4O|24\",\"o|1n|hA|hC|\",\"_chain\",\"a|Bq|hE\",\"chain\",\"a|hG\",\"o|n|hH\",\"o|hF|Bu|hI\",\"creationDate\",\"signer\",\"a|J|hK|hL|Bs|6Q|hG\",\"o|1K|3o|1b|1Q|\",\"Signature (excluded from signed data).\",\"o|1F|3o|1e|hO\",\"Must be present if signer is not credential issuer.\\nEstablishes the authority of the signer. Proves that the signer can issue such credentials.\\nExcluded from signed data.\",\"o|1K|dv|1h|1Q|hQ\",\"o|hM|1I|Vx|Uv|hN|hP|hR\",\"o|1n|hJ|hS|\",\"role\",\"a|13|hU|8K|WA\",\"Role\",\"o|1F|hW|1M|\",\"o|1K|e5|1Y|1Q|\",\"Genesis feed of the space. Needed so that the admitted member can start replicating the space based on this credential alone.\",\"o|1F|1d|1b|hZ\",\"o|hV|5p|hX|hY|ha\",\"a|hW\",\"INVALID\",\"ADMIN\",\"MEMBER\",\"READER\",\"a|hd|he|hf|hg\",\"o|hh|2H|1H|1M|1Y\",\"Manage members.\",\"Read and write.\",\"Read-only.\",\"o|hh||hj|hk|hl\",\"o|2A|hi||hm\",\"o|hc|hn\",\"o|c|CT|hb|ho|\",\"writeControlFeedKey\",\"writeDataFeedKey\",\"a|13|WA|hq|hr\",\"This is the root feed of that structure.\",\"o|1F|1d|1M|ht\",\"Keyring must have the associated private key.\",\"o|1F|1d|1Y|hv\",\"o|1F|1d|1b|hv\",\"o|hs|5p|hu|hw|hx\",\"Information needed to bootstrap a Space.\",\"o|3Z|hy|hz\",\"o|e9|eU|eq|es|ev|f0|f5|fP|gH|gN|gU|gY|gn|gt|gy|h4|hD|hT|6L|hp|i0\",\"o|1|i1\",\"AuthenticationResponse\",\"HaloAdmissionCredentials\",\"HaloAdmissionOffer\",\"HaloHostService\",\"Introduction\",\"SpaceAdmissionCredentials\",\"SpaceAdmissionRequest\",\"SpaceHostService\",\"a|7k|i3|i4|i5|i6|i7|i8|i9|iA\",\"o|9K|1I\",\"o|3Z|iC|\",\"a|d\",\"o|iE|q\",\"o|1K|1L|1H|1Q|\",\"o|p|iG\",\"a|1L\",\"a|9q|9s|9t\",\"o|iJ|2H|1H|1M\",\"o|iJ|||\",\"o|2A|iK||iL\",\"o|iI|iM\",\"o|c|iF|iH|iN|\",\"a|79|WD|WG\",\"o|iP|5p|Uu|Uv\",\"o|3Z|iQ|\",\"haloSpaceKey\",\"a|7G|iS|WA\",\"o|iT|5p|Uu|Uv\",\"o|3Z|iU|\",\"RequestAdmission\",\"PresentAdmissionCredentials\",\"a|iW|8h|iX\",\"Process admission offer from host.\",\"o|2e|2f|i5|iZ\",\"Authenticate request.\",\"o|2e|7k|i3|ib\",\"Process admission request from guest.\",\"o|2e|i4|2f|id\",\"o|iY|ia|ic|ie\",\"o|2S|if|\",\"Guest's profile.\",\"o|1K|8M|1H|1Q|ih\",\"o|8L|ii\",\"o|1n|CT|ij|\",\"a|W7|W8\",\"o|il|WL|WO\",\"a|O5|WJ|WM\",\"Credential of type `SpaceMember` that grants Guest's identity access to the space.\",\"o|1F|BB|1H|io\",\"o|1K|CL|1M|1Q|\",\"o|in|ip|iq|UA\",\"o|1n|im|ir|\",\"a|7G|79|WD|WG\",\"o|it|5p|Uu|Uv|UB\",\"o|3Z|iu|\",\"Introduce\",\"a|iw|8h|iW\",\"Introduce Guest to the host.\",\"o|2e|i7|2f|iy\",\"Process admission credentials.\",\"o|2e|i9|i8|j0\",\"o|ix|iz|ic|j1\",\"o|2S|j2|\",\"o|iB|iD|iO|iR|iV|ig|ik|is|iv|j3\",\"o|1|j4\",\"a|7t\",\"a|Lw\",\"o|j7|M0\",\"a|5n|Ly\",\"o|j9|3p|4P\",\"o|1n|j8|jA|\",\"o|j6|jB\",\"o|1|jC\",\"KeyChain\",\"KeyRecordList\",\"KeyType\",\"a|jE|7t|jF|jG\",\"parents\",\"a|5n|D5|jI\",\"o|1F|SR|1M|\",\"o|3d|3e|jE|1Y|\",\"o|jJ|5p|jK|jL\",\"o|3Z|jM|\",\"_hint\",\"_own\",\"_trusted\",\"_added\",\"_created\",\"a|69|jO|jP|jQ|jR|jS\",\"hint\",\"a|jU\",\"o|n|jV\",\"own\",\"a|jX\",\"o|n|jY\",\"trusted\",\"a|ja\",\"o|n|jb\",\"added\",\"a|jd\",\"o|n|je\",\"a|Vs\",\"o|n|jg\",\"o|jT|6F|jW|jZ|jc|jf|jh\",\"a|J|5n|6D|jU|jX|ja|jd|Vs\",\"The `KeyType` type of the key. This is often unknown for keys from other sources.\",\"o|1F|jG|1H|jk\",\"The public key as a Buffer (required).\",\"o|1F|1d|1M|jm\",\"dxos.keys.PrivateKey\",\"The secret key as a Buffer (this will never be visible outside the Keyring).\",\"o|1K|jo|1Y|1Q|jp\",\"Is this key from a Greeting \\\"hint\\\"?\",\"o|1K|Bk|1b|1Q|jr\",\"Determines if this is our key?\\nUsually true if `secret_key` is present; may be false for \\\"inception keys\\\" such as the Space key.\",\"o|1K|Bk|1e|1Q|jt\",\"Is this key to be trusted?\",\"o|1K|Bk|1h|1Q|jv\",\"An RFC-3339 date/time string for when the key was added to the Keyring.\",\"o|1K|1G|1j|1Q|jx\",\"An RFC-3339 date/time string for when the key was created.\",\"o|1K|1G|9i|1Q|jz\",\"o|jj|jl|jn|jq|js|ju|jw|jy|k0\",\"o|1n|ji|k1|\",\"o|3d|3e|7t|1H|\",\"o|TF|k3\",\"o|3Z|k4|\",\"UNKNOWN\",\"IDENTITY\",\"DEVICE\",\"SPACE\",\"FEED\",\"DXNS_ADDRESS\",\"a|k6|k7|k8|k9|kA|kB\",\"o|kC|2H|1H|1M|1Y|1b|1e\",\"o|kC||||||\",\"o|2A|kD||kE\",\"o|jH|jN|k2|k5|kF\",\"o|1|kG\",\"SignedMessage\",\"a|Yz|kI\",\"o|1F|Ea|1H|\",\"o|R9|kK\",\"o|3Z|kL|\",\"signatures\",\"a|Ax|kN\",\"Signed\",\"The signed message contents.\",\"o|1F|kP|1H|kQ\",\"Signature\",\"An array of Signatures, one for each key that signed the message.\",\"o|3d|3e|kS|1M|kT\",\"o|kO|kR|kU\",\"a|kS|kP\",\"_keyChain\",\"a|kX\",\"keyChain\",\"a|kZ\",\"o|n|ka\",\"o|kY|kb\",\"signature\",\"a|6M|kd|kZ\",\"The publicKey of the keypair that made this signature.\",\"o|1F|1d|1H|kf\",\"The bytes of the signature.\",\"o|1F|3o|1M|kh\",\"keys.KeyChain\",\"The certification chain of SignedMessages for this key.\",\"o|1K|kj|1Y|1Q|kk\",\"o|ke|kg|ki|kl\",\"o|1n|kc|km|\",\"a|Vs|Bs|At\",\"o|1F|1G|1H|Gm\",\"The payload to be signed.\",\"o|1F|Ea|Ew|kq\",\"o|ko|kp|5e|kr\",\"o|3Z|ks|\",\"o|kW|kn|kt\",\"A generic container message used whenever messages are signed (e.g. SpaceCredential)\",\"o|RQ|kV|ku|kv\",\"o|kJ|kM|kw\",\"o|1|kx\",\"o|dq|i2|j5|jD|kH|ky\",\"o|1|kz\",\"AppContextRequest\",\"AppService\",\"IframeService\",\"LayoutRequest\",\"ShellDisplay\",\"ShellLayout\",\"ShellService\",\"WorkerService\",\"a|l1|l2|l3|l4|l5|l6|l7|X|l8\",\"_invitationCode\",\"a|i|lA\",\"invitationCode\",\"a|lC\",\"o|n|lD\",\"o|lB|15|lE\",\"display\",\"a|lG|13|lC\",\"o|1F|l5|1H|\",\"o|lH|lI|Sg|25\",\"o|1n|lF|lJ|\",\"SetContext\",\"a|lL\",\"o|2e|l1|2f|\",\"o|lM|lN\",\"App RPCs for the shell.\",\"o|2S|lO|lP\",\"Heartbeat\",\"a|lR\",\"o|lS|2o\",\"Worker-to-iframe RPCs.\",\"o|2S|lT|lU\",\"a|lA|i\",\"o|lW|lE|15\",\"layout\",\"a|lY|lC|13\",\"o|1F|l6|1H|\",\"o|lZ|la|24|7I\",\"o|1n|lX|lb|\",\"NONE\",\"FULLSCREEN\",\"a|ld|le\",\"o|lf|2H|1H\",\"o|lf||\",\"o|2A|lg||lh\",\"DEFAULT\",\"AUTH\",\"CURRENT_SPACE\",\"SPACE_LIST\",\"JOIN_SPACE\",\"DEVICES_LIST\",\"a|lj|lk|ll|lm|ln|lo\",\"o|lp|2H|1H|1M|1Y|1b|1e\",\"o|lp||||||\",\"o|2A|lq||lr\",\"SetLayout\",\"a|lt\",\"o|2e|l4|2f|\",\"o|lu|lv\",\"Shell UI RPCs.\",\"o|2S|lw|lx\",\"origin\",\"a|lz\",\"o|m0|1I\",\"o|3Z|m1|\",\"a|2V|2W\",\"o|2e|X|2f|\",\"o|m3|m4|2o\",\"Iframe-to-worker RPCs.\",\"o|2S|m5|m6\",\"o|l9|lK|lQ|lV|lc|li|ls|ly|m2|m7\",\"o|1|m8\",\"PrivateKey\",\"PublicKey\",\"a|mA|mB\",\"o|mC|ZG|ZG\",\"o|1|mD\",\"bridge\",\"broadcast\",\"messaging\",\"muxer\",\"protocol\",\"replicator\",\"teleport\",\"a|mF|mG|mH|mI|CU|mJ|mK|HA|Pb|mL\",\"BridgeEvent\",\"BridgeService\",\"CloseRequest\",\"ConnectionRequest\",\"DataRequest\",\"SignalRequest\",\"a|mN|mO|mP|mQ|7m|mR|mS\",\"connection\",\"a|mU|HA|S1\",\"o|2u|mV|\",\"o|9B|mW\",\"o|1F|UW|1H|\",\"SignalEvent\",\"o|1F|mZ|1M|\",\"DataEvent\",\"o|1F|mb|1Y|\",\"o|mV|mY|ma|mc\",\"a|UW|mb|mZ\",\"a|6p|1y\",\"o|mf|AU|24\",\"o|1n|Ti|mg|\",\"o|R9|3p\",\"o|3Z|mi|\",\"dxos.mesh.swarm.Signal\",\"o|1F|mk|1H|\",\"o|R9|ml\",\"o|3Z|mm|\",\"o|me|mh|mj|mn\",\"o|c|mX|md|mo|\",\"Open\",\"SendSignal\",\"SendData\",\"Close\",\"a|mq|mr|ms|mt\",\"\",\"o|2l|mQ|mN|1P|mv\",\"o|2e|mS|2f|mv\",\"o|2e|mR|2f|mv\",\"o|2e|mP|2f|mv\",\"o|mu|mw|mx|my|mz\",\"o|2S|n0|\",\"proxyId\",\"a|n2\",\"o|n3|5p\",\"o|3Z|n4|\",\"initiator\",\"a|n2|n6\",\"o|n7|5p|C8\",\"o|3Z|n8|\",\"CLOSED\",\"a|hd|A0|6z|nA\",\"o|nB|2H|1H|1M|1Y\",\"o|nB||||\",\"o|2A|nC||nD\",\"a|n2|At\",\"o|nF|5p|5e\",\"o|3Z|nG|\",\"a|n2|HA\",\"o|1F|mk|1M|\",\"o|nI|5p|nJ\",\"o|3Z|nK|\",\"o|mT|mp|n1|n5|n9|nE|nH|nL\",\"o|1|nM\",\"Packet\",\"a|nO\",\"_from\",\"a|nQ\",\"from\",\"a|nS\",\"o|n|nT\",\"o|nR|nU\",\"a|Sp|lz|nS|S1\",\"o|1K|3o|1Y|1Q|\",\"o|1F|3o|1b|\",\"o|nW|3p|5e|nX|nY\",\"o|1n|nV|nZ|\",\"o|nP|na\",\"o|1|nb\",\"Acknowledgement\",\"ReliablePayload\",\"a|nd|ne\",\"messageId\",\"a|ng\",\"MessageId of the Message that is being acknowledged.\",\"o|1F|1d|1H|ni\",\"o|nh|nj\",\"o|3Z|nk|\",\"a|ng|At\",\"Unique message identifier. Used for Acknolegment.\",\"o|1F|1d|1H|nn\",\"Payload for signal server netwrok.\",\"o|1F|Ea|1M|np\",\"o|nm|no|nq\",\"o|3Z|nr|\",\"o|nf|nl|ns\",\"o|1|nt\",\"Data\",\"Destroy\",\"OpenChannel\",\"a|3J|nv|nw|nx\",\"openChannel\",\"destroy\",\"a|nz|S1|o0\",\"o|2u|o1|\",\"o|R9|o2\",\"o|1F|nx|1H|\",\"o|1F|nv|1M|\",\"o|1F|nw|1Y|\",\"o|o1|o4|o5|o6\",\"Root type for messages sent over the stream.\",\"o|1n|o3|o7|o8\",\"channelId\",\"a|oA|S1\",\"Identifier for the channel as assigned by the remote peer.\\nNOTE: An OpenChannel message must received before any data is sent on a channel.\\nAny data messages sent before that, should be ignored.\",\"o|1F|1V|1H|oC\",\"o|oB|oD|5e\",\"o|3Z|oE|\",\"Error that caused the termination.\",\"o|1K|1G|1H|1Q|oG\",\"o|1z|oH\",\"Terminate the connection. The other peer can expect the connection to be closed.\",\"o|1n|Ti|oI|oJ\",\"_contentType\",\"a|oL\",\"contentType\",\"a|oN\",\"o|n|oO\",\"o|oM|oP\",\"a|1D|En|oN\",\"Session-specific ID for the channel.\",\"o|1F|1V|1H|oS\",\"Stable identifier for the channel that is agreed upon by both peers.\",\"o|1F|1G|1M|oU\",\"Optional Mime-type or URL describing the protocol that is hosted ober this stream. Used for introspection.\",\"o|1K|1G|1Y|1Q|oW\",\"o|oR|oT|oV|oX\",\"Notify the remote peer that we are opening a channel.\\n\\nMeans that we are ready to receive data on the channel.\\nThe remote peer could now send data messages with this channel id that will be atributed to this channel.\\n\\nThe local peer must buffer any data messages until the remote peer replies with OpenChannel for this tag.\",\"o|1n|oQ|oY|oZ\",\"o|ny|o9|oF|oK|oa\",\"o|1|ob\",\"Alive\",\"a|od\",\"_metadata\",\"a|of\",\"a|V9\",\"o|n|oh\",\"o|og|oi\",\"peerId\",\"a|ok|RX|V9\",\"Connection\",\"o|3d|3e|om|1M|\",\"o|ol|3p|on|nX\",\"a|om\",\"_initiator\",\"a|oq\",\"a|n6\",\"o|n|os\",\"o|or|ot\",\"a|ok|n6\",\"o|ov|3p|Bl\",\"o|1n|ou|ow|\",\"o|op|ox\",\"o|c|oj|oo|oy|\",\"o|oe|oz\",\"o|1|p0\",\"Buffer\",\"a|p2|9Z|Yz\",\"code\",\"a|p4|D5\",\"o|p5|1I|33\",\"o|3Z|p6|\",\"nmId\",\"nmResponse\",\"nmEphemeral\",\"nmData\",\"a|p8|p9|pA|pB\",\"o|1F|Ea|1b|\",\"o|pC|1I|C8|C9|pD\",\"o|3Z|pE|\",\"o|p3|ZG|p7|pF\",\"o|1|pG\",\"Container\",\"a|pI|T4\",\"a|J|S1\",\"o|3d|3e|Ea|1M|\",\"o|pK|1I|pL\",\"o|3Z|pM|\",\"_discoveryKey\",\"a|Xp|pO\",\"discoveryKey\",\"a|pQ\",\"o|n|pR\",\"o|pP|Xr|pS\",\"a|6M|pQ\",\"o|pU|4Y|4P\",\"o|1n|pT|pV|\",\"o|pJ|pN|pW\",\"o|1|pX\",\"a|1J|0\",\"go_package\",\"a|pa\",\"github.com/dxos/kube/go/signal/pb\",\"o|pb|pc\",\"HostEvent\",\"JoinRequest\",\"PeerEvent\",\"ReceptionRequest\",\"SwarmEvent\",\"a|pe|pf|Yz|pg|ph|Mo|pi\",\"event\",\"a|pk\",\"peerAvailable\",\"a|pm\",\"o|2u|pn|\",\"o|pl|po\",\"SwarmEvent.PeerAvailable\",\"o|1F|pq|1H|\",\"o|pn|pr\",\"Goes on a Pub/Sub host topic.\",\"o|1n|pp|ps|pt\",\"peer\",\"a|Pb|pv\",\"o|pw|3p|5e\",\"o|3Z|px|\",\"author\",\"recipient\",\"a|pz|q0|At\",\"o|1F|Ea|1Y|\",\"o|q1|3p|5e|q2\",\"o|3Z|q3|\",\"o|2u|D6|\",\"o|pl|q5\",\"o|1F|Yz|1H|\",\"o|D6|q7\",\"Goes on Pub/Sub peer topic.\",\"o|1n|q6|q8|q9\",\"a|pv\",\"o|qB|3p\",\"o|3Z|qC|\",\"Join\",\"ReceiveMessages\",\"SendMessage\",\"a|qE|qF|qG\",\"o|2l|pf|pi|1P|\",\"o|2l|ph|Yz|1P|\",\"o|2e|Yz|2f|\",\"o|qH|qI|qJ|qK\",\"o|2S|qL|\",\"peerLeft\",\"a|pm|qN\",\"o|2u|qO|\",\"o|pl|qP\",\"PeerAvailable\",\"The peer was announced as available on the swarm.\",\"o|1F|qR|1H|qS\",\"PeerLeft\",\"The peer left, or their announcement timed out.\",\"o|1F|qU|1M|qV\",\"o|qO|qT|qW\",\"a|qR|qU\",\"_until\",\"_announceBackToHost\",\"a|qZ|qa\",\"until\",\"a|qc\",\"o|n|qd\",\"announceBackToHost\",\"a|qf\",\"o|n|qg\",\"o|qb|qe|qh\",\"since\",\"a|pv|qj|qc|qf\",\"o|1K|1a|1Y|1Q|\",\"Only relevant in Pub/Sub. Optional, the host topic to eagerly send PeerAvailable messages back to.\",\"o|1K|3o|1b|1Q|qm\",\"o|qk|3p|Vx|ql|qn\",\"o|1n|qi|qo|\",\"o|qY|qp|qD\",\"Goes on Pub/Sub swarm topic and as a Join stream in RPC.\",\"o|c|qQ|qX|qq|qr\",\"o|pj|pu|py|q4|qA|qD|qM|qs\",\"o|pZ|pd|qt\",\"Answer\",\"MessageData\",\"Offer\",\"SwarmMessage\",\"a|qv|qw|qx|Mo|qy\",\"_offerMessageId\",\"a|r0\",\"offerMessageId\",\"a|r2\",\"o|n|r3\",\"o|r1|r4\",\"accept\",\"a|r6|r2\",\"MessageId of the Offer being answered.\",\"o|1K|1d|1M|1Q|r8\",\"o|r7|CG|r9\",\"o|1n|r5|rA|\",\"offer\",\"answer\",\"a|rC|rD|HA\",\"o|2u|rE|\",\"o|R9|rF\",\"o|1F|qx|1H|\",\"o|1F|qv|1M|\",\"o|1F|Mo|1Y|\",\"o|rE|rH|rI|rJ\",\"o|1n|rG|rK|\",\"o|1F|Ev|1H|\",\"o|R9|rM\",\"o|3Z|rN|\",\"a|ND|Up|S1|ng\",\"Swarm identefier.\",\"o|1F|1d|1Y|rQ\",\"Unique connection identifier.\",\"o|1F|1d|1b|rS\",\"Message payload.\",\"o|1F|qw|1e|rU\",\"Unique message identifier. Used for Acknolegment and matching Anwers to Offers.\",\"o|1F|1d|1h|rW\",\"o|rP|rR|rT|rV|rX\",\"o|3Z|rY|\",\"o|qz|rB|rL|Ad|rO|rZ\",\"o|1|ra\",\"control\",\"notarization\",\"objectsync\",\"a|ds|rc|rd|re|CU|mK\",\"AuthenticateRequest\",\"AuthenticateResponse\",\"AuthService\",\"a|rg|rh|ri\",\"challenge\",\"a|rk\",\"o|rl|3p\",\"o|3Z|rm|\",\"o|O6|3p\",\"o|3Z|ro|\",\"a|8h\",\"o|2e|rg|rh|\",\"o|rq|rr\",\"o|2S|rs|\",\"o|rj|rn|rp|rt\",\"o|1|ru\",\"ControlService\",\"RegisterExtensionRequest\",\"a|rw|rx\",\"RegisterExtension\",\"a|rz|lR\",\"o|2e|rx|2f|\",\"o|s0|s1|2o\",\"Controls the lifycycle of the teleport session and its exentsions.\",\"o|2S|s2|s3\",\"Must not contain slashes: /[\\\\w_.]+/. Example: `dxos.mesh.teleport.control`.\",\"o|1F|1G|1H|s5\",\"o|E5|s6\",\"o|3Z|s7|\",\"o|ry|s4|s8\",\"o|1|s9\",\"NotarizationService\",\"NotarizeRequest\",\"a|sB|sC\",\"Notarize\",\"a|sE\",\"o|2e|sC|2f|\",\"o|sF|sG\",\"Allows peers to request their credentials be written to the control feed.\\nUseful for new devices bootstraping their feeds into the space.\",\"o|2S|sH|sI\",\"a|BL\",\"Write specified credentials to the control feed of the space.\\nCredentials with ids that are already present in the control pipeline must be skipped.\",\"o|3d|3e|BB|1H|sL\",\"o|sK|sM\",\"o|3Z|sN|\",\"o|sD|sJ|sO\",\"o|1|sP\",\"DataObject\",\"ObjectSyncService\",\"WantList\",\"a|sR|sS|sT\",\"o|Yu|1I|f3\",\"o|3Z|sV|\",\"Want\",\"Push\",\"a|sX|sY\",\"Notify the peer that we want to receive specified objects.\",\"o|2e|sT|2f|sa\",\"Send an object to the peer.\",\"o|2e|sR|2f|sc\",\"o|sZ|sb|sd\",\"Allows synchronization of opaque data objects between two peers.\\nLoosely based on Bittorrent protocol.\",\"o|2S|se|sf\",\"ids\",\"a|sh\",\"o|3d|3e|1G|1H|\",\"o|si|sj\",\"o|3Z|sk|\",\"o|sU|sW|sg|sl\",\"o|1|sm\",\"PeerState\",\"PresenceService\",\"a|so|sp\",\"a|ok|RX|ng|Ge|7G\",\"Will be used to build network graph\",\"o|3d|3e|1d|1M|ss\",\"Peer tracks what had been sent by message id\",\"o|1F|1d|1Y|su\",\"o|1F|1a|1b|\",\"o|sr|5p|st|sv|sw|UC\",\"o|3Z|sx|\",\"Announce\",\"a|sz\",\"o|2e|so|2f|\",\"o|t0|t1\",\"o|2S|t2|\",\"o|sq|sy|t3\",\"o|1|t4\",\"FeedInfo\",\"ReplicatorService\",\"StartReplicationRequest\",\"StartReplicationResponse\",\"StopReplicationRequest\",\"UpdateFeedsRequest\",\"a|t6|t7|t8|t9|tA|tB\",\"download\",\"upload\",\"a|SY|tD|tE\",\"set if the peer whishes to download the data from the feed.\",\"o|1F|Bk|1M|tG\",\"set if the peer whishes to updload the data from the feed.\",\"o|1F|Bk|1Y|tI\",\"o|tF|5p|tH|tJ\",\"o|3Z|tK|\",\"UpdateFeeds\",\"StartReplication\",\"StopReplication\",\"a|tM|tN|tO\",\"Notify about available feeds.\",\"o|2e|tB|2f|tQ\",\"Start replicating feed. If this feed is already being replicated, the existing replication session must be stopped.\",\"o|2e|t8|t9|tS\",\"Stop replicating feed.\",\"o|2e|tA|2f|tU\",\"o|tP|tR|tT|tV\",\"RPC verbs for replication teleport extension.\\nAssumes one peer is designated an initiator.\\nThe initiator will start and stop replication streams.\\nThe other peer will send updates using the UpdateFeeds method.\",\"o|2S|tW|tX\",\"o|1F|t6|1H|\",\"o|fX|tZ\",\"o|3Z|ta|\",\"_streamTag\",\"a|tc\",\"streamTag\",\"a|te\",\"o|n|tf\",\"o|td|tg\",\"Tag of the stream the peers will use for the replication.\\nSet to null or \\\"\\\" (empty string) of the peer does not wish to replicate the feed.\\n\\nA new stream must be open with unique tag to start replicating. Existing streams cannot be reused.\",\"o|1K|1G|1H|1Q|ti\",\"o|tf|tj\",\"o|1n|th|tk|\",\"o|3d|3e|t6|1H|\",\"o|T3|tm\",\"o|3Z|tn|\",\"o|tC|tL|tY|tb|tl|tb|to\",\"o|1|tp\",\"o|rf|rv|sA|sQ|sn|t5|tq\",\"o|1|tr\",\"o|mM|nN|nc|nu|oc|p1|pH|pY|qu|rb|ts\",\"o|1|tt\",\"Record\",\"a|tv\",\"a|jS|5h|Dz|2s\",\"a|J|At\",\"o|2u|ty|\",\"o|tx|jh|5l|E9|tz\",\"a|Vs|5j|E7|EN|J|At\",\"Record creation timetstamp.\",\"o|1K|1a|1H|1Q|u2\",\"Human-readable name of record.\",\"o|1K|1G|1M|1Q|u4\",\"Record description.\",\"o|1K|1G|1Y|1Q|u6\",\"Optional record tags.\",\"o|3d|3e|1G|1b|u8\",\"Type record variant.\",\"o|1F|9T|EW|uA\",\"Extension\",\"Data record variant.\",\"o|1F|uC|EY|uD\",\"o|u1|u3|u5|u7|u9|uB|uE\",\"a|uC|9T\",\"typeRecord\",\"a|uH|S1\",\"CID of type record.\",\"o|1F|3o|1H|uJ\",\"Serialized payload data.\",\"o|1F|3o|1M|uL\",\"o|uI|uK|uM\",\"Data with a reference to a type record that defines the encoding.\",\"o|3Z|uN|uO\",\"_protobufIpfsCid\",\"a|uQ\",\"protobufIpfsCid\",\"a|uS\",\"o|n|uT\",\"o|uR|uU\",\"messageName\",\"protobufDefs\",\"a|uW|uX|uS\",\"FQ protobuf message name.\",\"o|1F|1G|1H|uZ\",\"Set of protobuf messages encoded.\",\"o|1F|Ev|1M|ub\",\"CID of protobuf source file.\",\"o|1K|1G|1Y|1Q|ud\",\"o|uY|ua|uc|ue\",\"Types are system records that define protocol-buffer schema of other records.\",\"o|1n|uV|uf|ug\",\"o|uG|uP|uh\",\"o|c|u0|uF|ui|\",\"o|tw|uj\",\"o|1|uk\",\"github.com/dxos/kube/go/dxrpc/pb\",\"o|pb|um\",\"MessageTrace\",\"Request\",\"Response\",\"RpcMessage\",\"StreamClose\",\"a|9Z|uo|up|uq|ur|us\",\"_stack\",\"a|Dy|D3|uu\",\"stack\",\"a|uw\",\"o|n|ux\",\"o|uv|E6|D7|uy\",\"a|2v|D5|uw\",\"o|v0|4O|24|25\",\"o|1n|uz|v1|\",\"direction\",\"a|v3|S1\",\"Direction\",\"o|1F|v5|1H|\",\"o|v4|v6|5e\",\"a|v5\",\"INCOMING\",\"OUTGOING\",\"a|v9|vA\",\"o|vB|2H|1H\",\"o|vB||\",\"o|2A|vC||vD\",\"o|v8|vE\",\"o|RQ|v7|vF|\",\"method\",\"stream\",\"a|1D|vH|At|vI\",\"o|1F|1V|1H|\",\"o|vJ|vK|33|q2|V0\",\"o|3Z|vL|\",\"content\",\"a|vN\",\"close\",\"streamReady\",\"a|At|1y|vP|vQ\",\"o|2u|vR|\",\"o|vO|vS\",\"a|1D|At|1y|vP|vQ\",\"o|1F|9Z|1Y|\",\"Sent when stream is closed without an error.\",\"o|1F|Bk|1b|vW\",\"Sent when the server has processed a request with a streaming response.\\nCan be skipped by the server.\\nIn this case the first payload should be treated as the server being ready.\",\"o|1F|Bk|1e|vY\",\"o|vU|vK|f3|vV|vX|vZ\",\"o|1n|vT|va|\",\"request\",\"openAck\",\"streamClose\",\"a|vc|4U|BZ|vd|ve\",\"o|2u|vf|\",\"o|vO|vg\",\"o|1F|up|1H|\",\"o|1F|uq|1M|\",\"Means that the node is trying to open the connection.\",\"o|1F|Bk|1Y|vk\",\"Means that the node has received the \\\"open\\\" message and is ready to perform requests.\",\"o|1F|Bk|1b|vm\",\"o|1F|us|1e|\",\"o|vf|vi|vj|vl|vn|vo\",\"o|1n|vh|vp|\",\"o|41|vK\",\"o|3Z|vr|\",\"o|ut|v2|vG|vM|vb|vq|vs\",\"o|pZ|un|vt\",\"scheduler\",\"a|Mb|vv\",\"github.com/dxos/kube/publisher/pb\",\"o|pb|vx\",\"ListResponse\",\"ListTunnelsResponse\",\"PublishRequest\",\"PublishResponse\",\"ResetResponse\",\"TunnelRequest\",\"TunnelResponse\",\"a|vz|w0|Mw|w1|w2|w3|w4|w5\",\"a|F8\",\"dxos.config.Module\",\"o|3d|3e|w8|1H|\",\"o|w7|w9\",\"o|3Z|wA|\",\"tunnels\",\"a|wC\",\"o|3d|3e|w5|1H|\",\"o|wD|wE\",\"o|3Z|wF|\",\"Publish\",\"List\",\"Tunnel\",\"ListTunnels\",\"a|wH|wI|BG|wJ|wK\",\"o|2e|w1|w2|\",\"o|2e|2f|vz|\",\"o|2e|2f|w3|\",\"o|2e|w4|w5|\",\"o|2e|2f|w0|\",\"o|wL|wM|wN|wO|wP|wQ\",\"o|2S|wR|\",\"_accessToken\",\"a|wT\",\"accessToken\",\"a|wV\",\"o|n|wW\",\"o|wU|wX\",\"skipExisting\",\"a|4d|wZ|wV\",\"dxos.config.Package\",\"o|1F|wb|1H|\",\"o|wa|wc|C8|25\",\"o|1n|wY|wd|\",\"PublishedModule\",\"o|3d|3e|wf|1H|\",\"o|w7|wg\",\"a|wf\",\"module\",\"a|wj|Nz\",\"o|1F|w8|1H|\",\"o|3d|3e|1G|1M|\",\"o|wk|wl|wm\",\"o|3Z|wn|\",\"o|wi|wo\",\"o|RQ|wh|wp|\",\"count\",\"a|wr\",\"o|ws|vK\",\"o|3Z|wt|\",\"a|2v|Kw\",\"o|wv|1I|C8\",\"o|3Z|ww|\",\"a|2v|Kw|FG\",\"o|wy|1I|C8|34\",\"o|3Z|wz|\",\"o|w6|wB|wG|wS|we|wq|wu|wx|x0\",\"o|pZ|vy|x1\",\"github.com/dxos/kube/scheduler/pb\",\"o|pb|x3\",\"BotConfig\",\"BotController\",\"BotHost\",\"CreateRequest\",\"Progress\",\"QueryResponse\",\"Reply\",\"Report\",\"ServiceRequest\",\"a|L|x5|x6|x7|P|x8|x9|xA|xB|xC|up|xD|9W\",\"_spec\",\"_stats\",\"a|xF|xG|96\",\"spec\",\"a|xI\",\"o|n|xJ\",\"stats\",\"a|xL\",\"o|n|xM\",\"o|xH|xK|xN|9J\",\"a|1D|6p|r|xI|xL|7G\",\"Scheduler\",\"o|1F|3o|1H|xQ\",\"Current state.\",\"o|1F|9W|1M|xS\",\"Desired state.\",\"o|1F|9W|1Y|xU\",\"Spec\",\"Omitted when returned from the Query RPC.\",\"o|1K|xW|1b|1Q|xX\",\"Stats\",\"o|1K|xZ|1e|1Q|xX\",\"Identity key of the bot profile.\",\"o|1K|3o|1h|1Q|xb\",\"o|xP|xR|xT|xV|xY|xa|xc\",\"a|xW|xZ\",\"executable\",\"a|xf|A\",\"URL to the bot executable. KUBEs support file:// and ipfs:// urls.\",\"o|1F|1G|1H|xh\",\"Echo\",\"o|1F|xj|1M|\",\"o|xg|xi|xk\",\"a|xj\",\"a|13|3y\",\"o|xn|3p|f3\",\"o|3Z|xo|\",\"o|xm|xp\",\"o|RQ|xl|xq|\",\"_pid\",\"_executableDownloaded\",\"_started\",\"_stopped\",\"_lastPingTime\",\"_errorMessage\",\"a|xs|xt|jS|xu|xv|xw|1o|xx\",\"pid\",\"a|xz\",\"o|n|y0\",\"executableDownloaded\",\"a|y2\",\"o|n|y3\",\"started\",\"a|y5\",\"o|n|y6\",\"stopped\",\"a|y8\",\"o|n|y9\",\"lastPingTime\",\"a|yB\",\"o|n|yC\",\"errorMessage\",\"a|yE\",\"o|n|yF\",\"o|xy|y1|y4|jh|y7|yA|yD|1u|yG\",\"cpuUsage\",\"memoryUsage\",\"diskUsage\",\"networkUsage\",\"a|xz|y2|Vs|y5|y8|yB|1s|yE|yI|yJ|yK|yL|A\",\"o|1K|LG|1H|1Q|\",\"o|1K|1a|Ew|1Q|\",\"o|1K|1a|JW|1Q|\",\"o|1K|1a|JX|1Q|\",\"o|1K|1a|Ko|1Q|\",\"o|1K|1a|YA|1Q|\",\"o|1K|1V|Yn|1Q|\",\"n|V\",\"o|1K|1G|yU|1Q|\",\"CPUUsage\",\"o|1F|yW|Yp|\",\"MemoryUsage\",\"n|f\",\"o|1F|yY|yZ|\",\"DiskUsage\",\"n|g\",\"o|1F|yb|yc|\",\"NetworkUsage\",\"n|h\",\"o|1F|ye|yf|\",\"n|i\",\"o|1F|xj|yh|\",\"o|yM|yN|yO|yP|yQ|yR|yS|yT|yV|yX|ya|yd|yg|yi\",\"a|yW|yb|xj|yY|ye\",\"cores\",\"a|yl\",\"double\",\"o|1F|yn|1H|\",\"o|ym|yo\",\"o|3Z|yp|\",\"a|3o\",\"o|1F|LG|1H|\",\"o|yr|ys\",\"o|3Z|yt|\",\"Echo stats.\",\"o|3Z|Ac|yv\",\"o|yk|yq|yu|yw|yu|Ad\",\"o|c|yH|yj|yx|\",\"o|xe|xr|yy\",\"o|c|xO|xd|yz|\",\"clientConfig\",\"a|xI|z1\",\"Bot.Spec.Echo\",\"o|1F|z3|1H|\",\"o|1F|45|1M|\",\"o|z2|z4|z5\",\"o|3Z|z6|\",\"Describe\",\"Create\",\"Restart\",\"Call\",\"a|Ws|z8|z9|2X|2V|2W|zA|zB\",\"Enumerate all services.\",\"o|2e|2f|xA|zD\",\"Query information about a specific service\",\"o|2e|xD|L|zF\",\"Create a new service.\",\"o|2l|x8|x9|1P|zH\",\"Remove a service with its identity and persistent storage.\",\"o|2e|xD|2f|zJ\",\"Start the bot.\",\"o|2l|xD|x9|1P|zL\",\"Issue an RPC request to the bot instance.\",\"o|2l|up|xB|1P|zN\",\"o|zC|zE|zG|zI|zK|zM|zM|zM|zO\",\"Exposed by bot controller to clients. Allows creation and management of bots.\",\"o|2S|zP|zQ\",\"SendReport\",\"a|BF|zS\",\"o|2e|2f|x5|\",\"o|2e|xC|2f|\",\"o|zT|zU|zV\",\"Internal service exposed by bot controller to the bot.\",\"o|2S|zW|zX\",\"Healthcheck\",\"a|zB|zZ\",\"Called by the bot controller to verify that the bot is functional.\",\"o|2e|2f|2f|zb\",\"o|za|zO|zc\",\"Internal service exposed by bot to the bot controller.\",\"o|2S|zd|ze\",\"a|e\",\"o|zg|t\",\"a|xI|r\",\"Bot.Spec\",\"o|1F|zj|1H|\",\"o|1K|9W|1M|1Q|\",\"o|zi|zk|zl\",\"o|1n|zh|zm|\",\"o|1F|L|1H|\",\"o|9D|zo\",\"o|3Z|zp|\",\"o|Fg|3f\",\"o|3Z|zr|\",\"a|96\",\"o|zt|9J\",\"o|1K|3o|1H|1Q|xb\",\"o|9I|zv\",\"o|1n|zu|zw|\",\"serviceId\",\"a|zy|At\",\"o|zz|3p|f3\",\"o|3Z|100|\",\"a|zy\",\"o|102|3p\",\"o|3Z|103|\",\"FAILING\",\"a|hd|2B|2C|2D|105\",\"o|106|2H|1H|1M|1Y|1b\",\"o|106|||||\",\"o|2A|107||108\",\"o|xE|z0|z7|zR|zY|zf|zn|zq|zs|kM|zx|101|104|109\",\"o|pZ|x4|10A\",\"o|vw|x2|10B\",\"o|1|10C\",\"File\",\"IPFS\",\"KUBE\",\"Service\",\"StateMachine\",\"a|Fs|Mi|L|Mu|10E|10F|10G|Dl|10H|Mo|10I\",\"_extension\",\"a|Dn|F2|E0|2s|10K\",\"web\",\"a|10M\",\"o|2u|10N|\",\"extension\",\"a|10P\",\"o|n|10Q\",\"o|10L|Dr|F6|EC|10O|10R\",\"a|Dp|F4|EO|EA|10M|10P\",\"Optional **semver 2.0** compliant record version.\\nShould conform to the semver regex (see https://semver.org/).\",\"o|1K|1G|1H|1Q|10U\",\"o|3d|3e|Dl|1Y|\",\"App bundle content Id in the CID v0 format (https://docs.ipfs.io/concepts/content-addressing/#identifier-formats).\",\"o|1K|3o|1b|1Q|10X\",\"Web\",\"o|1F|10Z|EW|\",\"dxos.registry.Record.Extension\",\"o|1K|10b|Eb|1Q|\",\"o|10T|10V|24|10W|10Y|10a|10c\",\"a|10Z\",\"_indexFile\",\"_entryPoint\",\"a|10f|10g\",\"indexFile\",\"a|10i\",\"o|n|10j\",\"entryPoint\",\"a|10l\",\"o|n|10m\",\"o|10h|10k|10n\",\"a|10i|10l\",\"Relative path in resource to entrypoint, defaults to index.html.\",\"o|1K|1G|1H|1Q|10q\",\"Relative path in resource to entrypoint, defaults to main.js.\",\"o|1K|1G|1M|1Q|10s\",\"o|10p|10r|10t\",\"o|1n|10o|10u|\",\"o|10e|10v\",\"o|c|10S|10d|10w|\",\"a|FG|10P\",\"o|1F|10b|EW|\",\"o|10y|1I|10z\",\"o|3Z|110|\",\"a|Dp|F4|EO|EA|2x|10P\",\"o|1F|1G|1H|10U\",\"Bot bundle content Id in the CID v0 format (https://docs.ipfs.io/concepts/content-addressing/#identifier-formats).\",\"o|1F|3o|1b|114\",\"This would be the path to the bot executable in bot-factory's file-system.\",\"o|1F|1G|1e|116\",\"o|112|113|33|10W|115|117|10z\",\"o|3Z|118|\",\"a|ND|10P\",\"o|11A|1I|10z\",\"o|3Z|11B|\",\"fileName\",\"a|oN|11D|EA|10P\",\"File content Id in the CID v0 format (https://docs.ipfs.io/concepts/content-addressing/#identifier-formats).\",\"o|1F|3o|1Y|11F\",\"o|11E|1I|33|11G|10z\",\"o|3Z|11H|\",\"addresses\",\"a|mJ|11J|10P\",\"o|11K|1I|wm|10z\",\"o|3Z|11L|\",\"o|FK|1I|33|34\",\"o|3Z|11N|\",\"a|J|Fl|10P\",\"o|11P|1I|5e|10z\",\"o|3Z|11Q|\",\"a|M2|FG|10P\",\"o|11S|1I|33|10z\",\"o|3Z|11T|\",\"mutationProtobufDefs\",\"snapshotProtobufDefs\",\"codeIpfsCid\",\"a|11V|11W|11X\",\"Set of protobuf messages.\",\"o|1F|Ev|1H|11Z\",\"o|1F|Ev|1M|11Z\",\"o|1F|3o|1Y|\",\"o|11Y|11a|11b|11c\",\"o|3Z|11d|\",\"o|10J|10x|111|119|11C|11I|11M|111|11O|11R|11U|11e\",\"o|1|11f\",\"o|K|4r|Dh|Pa|V7|cK|dn|l0|m9|mE|tu|ul|vu|10D|11g\",\"o|1|11h\",\"testing\",\"a|11j\",\"a|S1|H\",\"TestItemMutation\",\"TestItemSnapshot\",\"TestListMutation\",\"TestPayload\",\"a|11m|11n|11o|11p\",\"o|3d|3e|11m|1H|\",\"o|TF|11r\",\"o|3Z|11s|\",\"o|11q|BU|11t|TE|TE\",\"o|1|11u\",\"MessageWithAny\",\"PingReponse\",\"PingRequest\",\"PingService\",\"TestAnyService\",\"TestRpcRequest\",\"TestRpcResponse\",\"TestService\",\"TestStreamService\",\"a|11w|11x|11y|11z|120|121|122|123|124\",\"o|Bt|vK\",\"o|3Z|126|\",\"Ping\",\"a|128\",\"o|2e|11y|11x|\",\"o|129|12A\",\"o|2S|12B|\",\"TestCall\",\"a|12D\",\"o|2e|11w|11w|\",\"o|12E|12F\",\"o|2S|12G|\",\"VoidCall\",\"a|12D|12I\",\"o|2e|121|122|\",\"o|12J|12K|2o\",\"o|2S|12L|\",\"o|2l|121|122|1P|\",\"o|12E|12N\",\"o|2S|12O|\",\"o|125|kM|127|127|12C|12H|TE|TE|12M|12P\",\"o|1|12Q\",\"o|11l|11v|12R\",\"o|1|12S\",\"o|11k|12T\",\"o|1|12U\",\"protobuf\",\"a|12W\",\"Any\",\"BoolValue\",\"BytesValue\",\"DoubleValue\",\"Empty\",\"FloatValue\",\"Int32Value\",\"Int64Value\",\"ListValue\",\"NullValue\",\"StringValue\",\"Struct\",\"Timestamp\",\"UInt32Value\",\"UInt64Value\",\"a|12Y|12Z|12a|12b|12c|12d|12e|12f|12g|12h|12i|12j|12k|12l|12m|Wu\",\"type_url\",\"a|12o|6Q\",\"a|J|1D\",\"o|12q|1G|1H\",\"o|12q|3o|1M\",\"o|12p|12r|12s\",\"o|3Z|12t|\",\"o|12q|Bk|1H\",\"o|6R|12v\",\"o|3Z|12w|\",\"o|12q|3o|1H\",\"o|6R|12y\",\"o|3Z|12z|\",\"o|12q|yn|1H\",\"o|6R|131\",\"o|3Z|132|\",\"o|12q|YX|1H\",\"o|6R|134\",\"o|3Z|135|\",\"o|12q|1V|1H\",\"o|6R|137\",\"o|3Z|138|\",\"o|12q|LG|1H\",\"o|6R|13A\",\"o|3Z|13B|\",\"a|3c|J|1D\",\"o|13D|3e|Wu|1H\",\"o|Wx|13E\",\"o|3Z|13F|\",\"a|28|29\",\"NULL_VALUE\",\"a|13I\",\"o|13J|2H\",\"o|13H|13K|Ac\",\"o|6R|12r\",\"o|3Z|13M|\",\"a|a\",\"a|fY|J|1D\",\"o|13P|1G|Wu|1H\",\"o|13O|13Q\",\"o|3Z|13R|\",\"seconds\",\"nanos\",\"a|13T|13U\",\"o|12q|1V|1M\",\"o|13V|13A|13W\",\"o|3Z|13X|\",\"o|12q|dd|1H\",\"o|6R|13Z\",\"o|3Z|13a|\",\"uint64\",\"o|12q|13c|1H\",\"o|6R|13d\",\"o|3Z|13e|\",\"nullValue\",\"numberValue\",\"stringValue\",\"boolValue\",\"structValue\",\"listValue\",\"a|13g|13h|13i|13j|13k|13l\",\"o|n|13m\",\"o|2t|13n\",\"o|12q|12h|1H\",\"o|12q|yn|1M\",\"o|12q|1G|1Y\",\"o|12q|Bk|1b\",\"o|12q|12j|1e\",\"o|12q|12g|1h\",\"o|13m|13p|13q|13r|13s|13t|13u\",\"o|1n|13o|13v|\",\"o|12n|12u|12x|130|133|Ad|136|139|13C|13G|13L|13N|13S|13Y|13b|13f|13w\",\"o|1|13x\",\"o|12X|13y\",\"o|1|13z\",\"o|5|11i|12V|140\",\"o|1|141\"],\"142\"]"));
461
471
  export const schema = Schema.fromJson<TYPES, SERVICES>(schemaJson, substitutions);