@dxos/protocols 0.1.23 → 0.1.24

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 (723) 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 +83 -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 +64 -61
  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/{src → cjs/src}/proto/gen/dxos/iframe.d.ts +0 -0
  106. package/dist/cjs/src/proto/gen/dxos/iframe.d.ts.map +1 -0
  107. package/dist/{src → cjs/src}/proto/gen/dxos/iframe.js +0 -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 +17 -17
  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 +37 -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 +968 -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 +27 -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 +2 -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 +465 -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 +30 -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/mesh/teleport/notarization.proto +28 -0
  464. package/src/proto/gen/dxos/bot.ts +3 -1
  465. package/src/proto/gen/dxos/client/services.ts +12 -1
  466. package/src/proto/gen/dxos/client.ts +43 -4
  467. package/src/proto/gen/dxos/config.ts +86 -3
  468. package/src/proto/gen/dxos/devtools/host.ts +66 -62
  469. package/src/proto/gen/dxos/devtools/swarm.ts +3 -1
  470. package/src/proto/gen/dxos/echo/feed.ts +17 -84
  471. package/src/proto/gen/dxos/echo/metadata.ts +9 -2
  472. package/src/proto/gen/dxos/echo/model/{object.ts → document.ts} +25 -13
  473. package/src/proto/gen/dxos/echo/model/messenger.ts +3 -1
  474. package/src/proto/gen/dxos/echo/model/text.ts +3 -1
  475. package/src/proto/gen/dxos/echo/object.ts +200 -0
  476. package/src/proto/gen/dxos/echo/service.ts +32 -44
  477. package/src/proto/gen/dxos/echo/snapshot.ts +15 -113
  478. package/src/proto/gen/dxos/echo/timeframe.ts +3 -1
  479. package/src/proto/gen/dxos/gravity.ts +3 -1
  480. package/src/proto/gen/dxos/halo/credentials/auth.ts +3 -1
  481. package/src/proto/gen/dxos/halo/credentials/greet.ts +3 -1
  482. package/src/proto/gen/dxos/halo/credentials/identity.ts +3 -1
  483. package/src/proto/gen/dxos/halo/credentials.ts +3 -1
  484. package/src/proto/gen/dxos/halo/invitations.ts +13 -1
  485. package/src/proto/gen/dxos/halo/keyring.ts +3 -1
  486. package/src/proto/gen/dxos/halo/keys.ts +3 -1
  487. package/src/proto/gen/dxos/halo/signed.ts +3 -1
  488. package/src/proto/gen/dxos/iframe.ts +3 -1
  489. package/src/proto/gen/dxos/keys.ts +3 -1
  490. package/src/proto/gen/dxos/mesh/bridge.ts +3 -1
  491. package/src/proto/gen/dxos/mesh/broadcast.ts +3 -1
  492. package/src/proto/gen/dxos/mesh/messaging.ts +3 -1
  493. package/src/proto/gen/dxos/mesh/muxer.ts +3 -1
  494. package/src/proto/gen/dxos/mesh/presence.ts +3 -1
  495. package/src/proto/gen/dxos/mesh/protocol.ts +3 -1
  496. package/src/proto/gen/dxos/mesh/replicator.ts +3 -1
  497. package/src/proto/gen/dxos/mesh/signal.ts +3 -1
  498. package/src/proto/gen/dxos/mesh/swarm.ts +3 -1
  499. package/src/proto/gen/dxos/mesh/teleport/auth.ts +3 -1
  500. package/src/proto/gen/dxos/mesh/teleport/control.ts +3 -1
  501. package/src/proto/gen/dxos/mesh/teleport/notarization.ts +71 -0
  502. package/src/proto/gen/dxos/mesh/teleport/objectsync.ts +3 -1
  503. package/src/proto/gen/dxos/mesh/teleport/presence.ts +3 -1
  504. package/src/proto/gen/dxos/mesh/teleport/replicator.ts +3 -1
  505. package/src/proto/gen/dxos/registry.ts +3 -1
  506. package/src/proto/gen/dxos/rpc.ts +3 -1
  507. package/src/proto/gen/dxos/service/publisher.ts +3 -1
  508. package/src/proto/gen/dxos/service/scheduler.ts +3 -1
  509. package/src/proto/gen/dxos/type.ts +3 -1
  510. package/src/proto/gen/example/testing/data.ts +3 -1
  511. package/src/proto/gen/example/testing/rpc.ts +3 -1
  512. package/src/proto/gen/google/protobuf.ts +20 -18
  513. package/src/proto/gen/index.ts +38 -34
  514. package/src/testing.ts +15 -4
  515. package/src/types.ts +3 -2
  516. package/dist/src/codec.test.js.map +0 -1
  517. package/dist/src/index.d.ts.map +0 -1
  518. package/dist/src/index.js.map +0 -1
  519. package/dist/src/proto/gen/dxos/bot.d.ts.map +0 -1
  520. package/dist/src/proto/gen/dxos/bot.js.map +0 -1
  521. package/dist/src/proto/gen/dxos/client/services.d.ts.map +0 -1
  522. package/dist/src/proto/gen/dxos/client/services.js.map +0 -1
  523. package/dist/src/proto/gen/dxos/client.d.ts.map +0 -1
  524. package/dist/src/proto/gen/dxos/client.js.map +0 -1
  525. package/dist/src/proto/gen/dxos/config.d.ts.map +0 -1
  526. package/dist/src/proto/gen/dxos/config.js.map +0 -1
  527. package/dist/src/proto/gen/dxos/devtools/host.d.ts.map +0 -1
  528. package/dist/src/proto/gen/dxos/devtools/host.js.map +0 -1
  529. package/dist/src/proto/gen/dxos/devtools/swarm.d.ts.map +0 -1
  530. package/dist/src/proto/gen/dxos/devtools/swarm.js.map +0 -1
  531. package/dist/src/proto/gen/dxos/echo/feed.d.ts +0 -112
  532. package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +0 -1
  533. package/dist/src/proto/gen/dxos/echo/feed.js +0 -17
  534. package/dist/src/proto/gen/dxos/echo/feed.js.map +0 -1
  535. package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +0 -1
  536. package/dist/src/proto/gen/dxos/echo/metadata.js.map +0 -1
  537. package/dist/src/proto/gen/dxos/echo/model/messenger.d.ts.map +0 -1
  538. package/dist/src/proto/gen/dxos/echo/model/messenger.js.map +0 -1
  539. package/dist/src/proto/gen/dxos/echo/model/object.d.ts.map +0 -1
  540. package/dist/src/proto/gen/dxos/echo/model/object.js.map +0 -1
  541. package/dist/src/proto/gen/dxos/echo/model/text.d.ts.map +0 -1
  542. package/dist/src/proto/gen/dxos/echo/model/text.js.map +0 -1
  543. package/dist/src/proto/gen/dxos/echo/service.d.ts +0 -83
  544. package/dist/src/proto/gen/dxos/echo/service.d.ts.map +0 -1
  545. package/dist/src/proto/gen/dxos/echo/service.js.map +0 -1
  546. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +0 -137
  547. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +0 -1
  548. package/dist/src/proto/gen/dxos/echo/snapshot.js.map +0 -1
  549. package/dist/src/proto/gen/dxos/echo/timeframe.d.ts.map +0 -1
  550. package/dist/src/proto/gen/dxos/echo/timeframe.js.map +0 -1
  551. package/dist/src/proto/gen/dxos/gravity.d.ts.map +0 -1
  552. package/dist/src/proto/gen/dxos/gravity.js.map +0 -1
  553. package/dist/src/proto/gen/dxos/halo/credentials/auth.d.ts.map +0 -1
  554. package/dist/src/proto/gen/dxos/halo/credentials/auth.js.map +0 -1
  555. package/dist/src/proto/gen/dxos/halo/credentials/greet.d.ts.map +0 -1
  556. package/dist/src/proto/gen/dxos/halo/credentials/greet.js.map +0 -1
  557. package/dist/src/proto/gen/dxos/halo/credentials/identity.d.ts.map +0 -1
  558. package/dist/src/proto/gen/dxos/halo/credentials/identity.js.map +0 -1
  559. package/dist/src/proto/gen/dxos/halo/credentials.d.ts.map +0 -1
  560. package/dist/src/proto/gen/dxos/halo/credentials.js.map +0 -1
  561. package/dist/src/proto/gen/dxos/halo/invitations.d.ts.map +0 -1
  562. package/dist/src/proto/gen/dxos/halo/invitations.js.map +0 -1
  563. package/dist/src/proto/gen/dxos/halo/keyring.d.ts.map +0 -1
  564. package/dist/src/proto/gen/dxos/halo/keyring.js.map +0 -1
  565. package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +0 -1
  566. package/dist/src/proto/gen/dxos/halo/keys.js.map +0 -1
  567. package/dist/src/proto/gen/dxos/halo/signed.d.ts.map +0 -1
  568. package/dist/src/proto/gen/dxos/halo/signed.js.map +0 -1
  569. package/dist/src/proto/gen/dxos/iframe.d.ts.map +0 -1
  570. package/dist/src/proto/gen/dxos/iframe.js.map +0 -1
  571. package/dist/src/proto/gen/dxos/keys.d.ts.map +0 -1
  572. package/dist/src/proto/gen/dxos/keys.js.map +0 -1
  573. package/dist/src/proto/gen/dxos/mesh/bridge.d.ts.map +0 -1
  574. package/dist/src/proto/gen/dxos/mesh/bridge.js.map +0 -1
  575. package/dist/src/proto/gen/dxos/mesh/broadcast.d.ts.map +0 -1
  576. package/dist/src/proto/gen/dxos/mesh/broadcast.js.map +0 -1
  577. package/dist/src/proto/gen/dxos/mesh/messaging.d.ts.map +0 -1
  578. package/dist/src/proto/gen/dxos/mesh/messaging.js.map +0 -1
  579. package/dist/src/proto/gen/dxos/mesh/muxer.d.ts.map +0 -1
  580. package/dist/src/proto/gen/dxos/mesh/muxer.js.map +0 -1
  581. package/dist/src/proto/gen/dxos/mesh/presence.d.ts.map +0 -1
  582. package/dist/src/proto/gen/dxos/mesh/presence.js.map +0 -1
  583. package/dist/src/proto/gen/dxos/mesh/protocol.d.ts.map +0 -1
  584. package/dist/src/proto/gen/dxos/mesh/protocol.js.map +0 -1
  585. package/dist/src/proto/gen/dxos/mesh/replicator.d.ts.map +0 -1
  586. package/dist/src/proto/gen/dxos/mesh/replicator.js.map +0 -1
  587. package/dist/src/proto/gen/dxos/mesh/signal.d.ts.map +0 -1
  588. package/dist/src/proto/gen/dxos/mesh/signal.js.map +0 -1
  589. package/dist/src/proto/gen/dxos/mesh/swarm.d.ts.map +0 -1
  590. package/dist/src/proto/gen/dxos/mesh/swarm.js.map +0 -1
  591. package/dist/src/proto/gen/dxos/mesh/teleport/auth.d.ts.map +0 -1
  592. package/dist/src/proto/gen/dxos/mesh/teleport/auth.js.map +0 -1
  593. package/dist/src/proto/gen/dxos/mesh/teleport/control.d.ts.map +0 -1
  594. package/dist/src/proto/gen/dxos/mesh/teleport/control.js.map +0 -1
  595. package/dist/src/proto/gen/dxos/mesh/teleport/objectsync.d.ts.map +0 -1
  596. package/dist/src/proto/gen/dxos/mesh/teleport/objectsync.js.map +0 -1
  597. package/dist/src/proto/gen/dxos/mesh/teleport/presence.d.ts.map +0 -1
  598. package/dist/src/proto/gen/dxos/mesh/teleport/presence.js.map +0 -1
  599. package/dist/src/proto/gen/dxos/mesh/teleport/replicator.d.ts.map +0 -1
  600. package/dist/src/proto/gen/dxos/mesh/teleport/replicator.js.map +0 -1
  601. package/dist/src/proto/gen/dxos/registry.d.ts.map +0 -1
  602. package/dist/src/proto/gen/dxos/registry.js.map +0 -1
  603. package/dist/src/proto/gen/dxos/rpc.d.ts.map +0 -1
  604. package/dist/src/proto/gen/dxos/rpc.js.map +0 -1
  605. package/dist/src/proto/gen/dxos/service/publisher.d.ts.map +0 -1
  606. package/dist/src/proto/gen/dxos/service/publisher.js.map +0 -1
  607. package/dist/src/proto/gen/dxos/service/scheduler.d.ts.map +0 -1
  608. package/dist/src/proto/gen/dxos/service/scheduler.js.map +0 -1
  609. package/dist/src/proto/gen/dxos/type.d.ts.map +0 -1
  610. package/dist/src/proto/gen/dxos/type.js.map +0 -1
  611. package/dist/src/proto/gen/example/testing/data.d.ts.map +0 -1
  612. package/dist/src/proto/gen/example/testing/data.js.map +0 -1
  613. package/dist/src/proto/gen/example/testing/rpc.d.ts.map +0 -1
  614. package/dist/src/proto/gen/example/testing/rpc.js.map +0 -1
  615. package/dist/src/proto/gen/google/protobuf.d.ts.map +0 -1
  616. package/dist/src/proto/gen/google/protobuf.js.map +0 -1
  617. package/dist/src/proto/gen/index.d.ts.map +0 -1
  618. package/dist/src/proto/gen/index.js +0 -11
  619. package/dist/src/proto/gen/index.js.map +0 -1
  620. package/dist/src/proto/index.d.ts.map +0 -1
  621. package/dist/src/proto/index.js.map +0 -1
  622. package/dist/src/proto/substitutions.d.ts.map +0 -1
  623. package/dist/src/proto/substitutions.js.map +0 -1
  624. package/dist/src/testing.d.ts +0 -5
  625. package/dist/src/testing.d.ts.map +0 -1
  626. package/dist/src/testing.js +0 -22
  627. package/dist/src/testing.js.map +0 -1
  628. package/dist/src/types.d.ts.map +0 -1
  629. package/dist/src/types.js.map +0 -1
  630. package/proto/dxos/bot.d.ts +0 -5
  631. package/proto/dxos/bot.js +0 -5
  632. package/proto/dxos/client/services.d.ts +0 -5
  633. package/proto/dxos/client/services.js +0 -5
  634. package/proto/dxos/client.d.ts +0 -5
  635. package/proto/dxos/client.js +0 -5
  636. package/proto/dxos/config.d.ts +0 -5
  637. package/proto/dxos/config.js +0 -5
  638. package/proto/dxos/devtools/host.d.ts +0 -5
  639. package/proto/dxos/devtools/host.js +0 -5
  640. package/proto/dxos/devtools/swarm.d.ts +0 -5
  641. package/proto/dxos/devtools/swarm.js +0 -5
  642. package/proto/dxos/echo/feed.d.ts +0 -5
  643. package/proto/dxos/echo/feed.js +0 -5
  644. package/proto/dxos/echo/metadata.d.ts +0 -5
  645. package/proto/dxos/echo/metadata.js +0 -5
  646. package/proto/dxos/echo/model/messenger.d.ts +0 -5
  647. package/proto/dxos/echo/model/messenger.js +0 -5
  648. package/proto/dxos/echo/model/object.d.ts +0 -5
  649. package/proto/dxos/echo/model/object.js +0 -5
  650. package/proto/dxos/echo/model/text.d.ts +0 -5
  651. package/proto/dxos/echo/model/text.js +0 -5
  652. package/proto/dxos/echo/service.d.ts +0 -5
  653. package/proto/dxos/echo/service.js +0 -5
  654. package/proto/dxos/echo/snapshot.d.ts +0 -5
  655. package/proto/dxos/echo/snapshot.js +0 -5
  656. package/proto/dxos/echo/timeframe.d.ts +0 -5
  657. package/proto/dxos/echo/timeframe.js +0 -5
  658. package/proto/dxos/gravity.d.ts +0 -5
  659. package/proto/dxos/gravity.js +0 -5
  660. package/proto/dxos/halo/credentials/auth.d.ts +0 -5
  661. package/proto/dxos/halo/credentials/auth.js +0 -5
  662. package/proto/dxos/halo/credentials/greet.d.ts +0 -5
  663. package/proto/dxos/halo/credentials/greet.js +0 -5
  664. package/proto/dxos/halo/credentials/identity.d.ts +0 -5
  665. package/proto/dxos/halo/credentials/identity.js +0 -5
  666. package/proto/dxos/halo/credentials.d.ts +0 -5
  667. package/proto/dxos/halo/credentials.js +0 -5
  668. package/proto/dxos/halo/invitations.d.ts +0 -5
  669. package/proto/dxos/halo/invitations.js +0 -5
  670. package/proto/dxos/halo/keyring.d.ts +0 -5
  671. package/proto/dxos/halo/keyring.js +0 -5
  672. package/proto/dxos/halo/keys.d.ts +0 -5
  673. package/proto/dxos/halo/keys.js +0 -5
  674. package/proto/dxos/halo/signed.d.ts +0 -5
  675. package/proto/dxos/halo/signed.js +0 -5
  676. package/proto/dxos/iframe.d.ts +0 -5
  677. package/proto/dxos/iframe.js +0 -5
  678. package/proto/dxos/keys.d.ts +0 -5
  679. package/proto/dxos/keys.js +0 -5
  680. package/proto/dxos/mesh/bridge.d.ts +0 -5
  681. package/proto/dxos/mesh/bridge.js +0 -5
  682. package/proto/dxos/mesh/broadcast.d.ts +0 -5
  683. package/proto/dxos/mesh/broadcast.js +0 -5
  684. package/proto/dxos/mesh/messaging.d.ts +0 -5
  685. package/proto/dxos/mesh/messaging.js +0 -5
  686. package/proto/dxos/mesh/muxer.d.ts +0 -5
  687. package/proto/dxos/mesh/muxer.js +0 -5
  688. package/proto/dxos/mesh/presence.d.ts +0 -5
  689. package/proto/dxos/mesh/presence.js +0 -5
  690. package/proto/dxos/mesh/protocol.d.ts +0 -5
  691. package/proto/dxos/mesh/protocol.js +0 -5
  692. package/proto/dxos/mesh/replicator.d.ts +0 -5
  693. package/proto/dxos/mesh/replicator.js +0 -5
  694. package/proto/dxos/mesh/signal.d.ts +0 -5
  695. package/proto/dxos/mesh/signal.js +0 -5
  696. package/proto/dxos/mesh/swarm.d.ts +0 -5
  697. package/proto/dxos/mesh/swarm.js +0 -5
  698. package/proto/dxos/mesh/teleport/auth.d.ts +0 -5
  699. package/proto/dxos/mesh/teleport/auth.js +0 -5
  700. package/proto/dxos/mesh/teleport/control.d.ts +0 -5
  701. package/proto/dxos/mesh/teleport/control.js +0 -5
  702. package/proto/dxos/mesh/teleport/objectsync.d.ts +0 -5
  703. package/proto/dxos/mesh/teleport/objectsync.js +0 -5
  704. package/proto/dxos/mesh/teleport/presence.d.ts +0 -5
  705. package/proto/dxos/mesh/teleport/presence.js +0 -5
  706. package/proto/dxos/mesh/teleport/replicator.d.ts +0 -5
  707. package/proto/dxos/mesh/teleport/replicator.js +0 -5
  708. package/proto/dxos/registry.d.ts +0 -5
  709. package/proto/dxos/registry.js +0 -5
  710. package/proto/dxos/rpc.d.ts +0 -5
  711. package/proto/dxos/rpc.js +0 -5
  712. package/proto/dxos/service/publisher.d.ts +0 -5
  713. package/proto/dxos/service/publisher.js +0 -5
  714. package/proto/dxos/service/scheduler.d.ts +0 -5
  715. package/proto/dxos/service/scheduler.js +0 -5
  716. package/proto/dxos/type.d.ts +0 -5
  717. package/proto/dxos/type.js +0 -5
  718. package/proto/example/testing/data.d.ts +0 -5
  719. package/proto/example/testing/data.js +0 -5
  720. package/proto/example/testing/rpc.d.ts +0 -5
  721. package/proto/example/testing/rpc.js +0 -5
  722. package/proto/google/protobuf.d.ts +0 -5
  723. package/proto/google/protobuf.js +0 -5
@@ -1,11 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.schema = exports.schemaJson = void 0;
7
- const codec_protobuf_1 = require("@dxos/codec-protobuf");
8
- const substitutions_1 = __importDefault(require("../substitutions"));
9
- exports.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}}}}}}}");
10
- exports.schema = codec_protobuf_1.Schema.fromJson(exports.schemaJson, substitutions_1.default);
11
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/proto/gen/index.ts"],"names":[],"mappings":";;;;;;AAAA,yDAA8C;AAgD9C,qEAA6C;AA2ZhC,QAAA,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,mljIAAmljI,CAAC,CAAC;AAC7mjI,QAAA,MAAM,GAAG,uBAAM,CAAC,QAAQ,CAAkB,kBAAU,EAAE,uBAAa,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/proto/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/proto/index.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAEF,6BAAkD;AAAzC,6FAAA,MAAM,OAAA;AAAE,iGAAA,UAAU,OAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"substitutions.d.ts","sourceRoot":"","sources":["../../../src/proto/substitutions.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,eAAO,MAAM,aAAa;;wBAEN,SAAS;;;wBACT,GAAG;;;wBAKH,MAAM;;;wBACN,GAAG;;;4BAIC,SAAS;;;;;;yBAIZ,GAAG;;CAOvB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAKE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"substitutions.js","sourceRoot":"","sources":["../../../src/proto/substitutions.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAEF,yDAAqG;AACrG,qCAAuC;AACvC,+CAA4C;AAE/B,QAAA,aAAa,GAAG;IAC3B,qBAAqB,EAAE;QACrB,MAAM,EAAE,CAAC,KAAgB,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,YAAY,EAAE,EAAE,CAAC;QAC9D,MAAM,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,gBAAS,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;KACnE;IAED,2DAA2D;IAC3D,sBAAsB,EAAE;QACtB,MAAM,EAAE,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,UAAU,CAAC,KAAK,CAAC,EAAE,CAAC;QAC5D,MAAM,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,gBAAS,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,EAAE;KAC9E;IAED,qCAAqC,EAAE;QACrC,MAAM,EAAE,CAAC,SAAoB,EAAE,EAAE,CAAC,CAAC;YACjC,MAAM,EAAE,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,YAAY,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;SAC/F,CAAC;QAEF,MAAM,EAAE,CAAC,MAAW,EAAE,EAAE;;YACtB,OAAA,IAAI,qBAAS,CACX,CAAC,MAAA,MAAM,CAAC,MAAM,mCAAI,EAAE,CAAC;iBAClB,MAAM,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,IAAI,IAAI,KAAK,CAAC,GAAG,IAAI,IAAI,CAAC;iBAClE,GAAG,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,CAAC,gBAAS,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CACnF,CAAA;SAAA;KACJ;CACF,CAAC;AAEF,kBAAe;IACb,GAAG,iCAAgB;IACnB,GAAG,oCAAmB;IACtB,GAAG,qBAAa;IAChB,GAAG,uCAAsB;CAC1B,CAAC"}
@@ -1,5 +0,0 @@
1
- import { Timeframe } from '@dxos/timeframe';
2
- import type { FeedMessage } from './proto/gen/dxos/echo/feed';
3
- import { ItemID } from './types';
4
- export declare const createTestItemMutation: (itemId: ItemID, key: string, value: string, timeframe?: Timeframe) => FeedMessage;
5
- //# sourceMappingURL=testing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../src/testing.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAOjC,eAAO,MAAM,sBAAsB,WACzB,MAAM,OACT,MAAM,SACJ,MAAM,4BAEZ,WAOD,CAAC"}
@@ -1,22 +0,0 @@
1
- "use strict";
2
- //
3
- // Copyright 2020 DXOS.org
4
- //
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.createTestItemMutation = void 0;
7
- const timeframe_1 = require("@dxos/timeframe");
8
- const proto_1 = require("./proto");
9
- //
10
- // Testing.
11
- //
12
- // TODO(burdon): Move to testing package (with other fakers, etc.)
13
- const createTestItemMutation = (itemId, key, value, timeframe = new timeframe_1.Timeframe()) => ({
14
- timeframe,
15
- payload: {
16
- '@type': 'dxos.echo.feed.EchoEnvelope',
17
- itemId,
18
- mutation: proto_1.schema.getCodecForType('example.testing.data.TestItemMutation').encode({ key, value })
19
- }
20
- });
21
- exports.createTestItemMutation = createTestItemMutation;
22
- //# sourceMappingURL=testing.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"testing.js","sourceRoot":"","sources":["../../src/testing.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAEF,+CAA4C;AAE5C,mCAAiC;AAIjC,EAAE;AACF,WAAW;AACX,EAAE;AAEF,kEAAkE;AAC3D,MAAM,sBAAsB,GAAG,CACpC,MAAc,EACd,GAAW,EACX,KAAa,EACb,SAAS,GAAG,IAAI,qBAAS,EAAE,EACd,EAAE,CAAC,CAAC;IACjB,SAAS;IACT,OAAO,EAAE;QACP,OAAO,EAAE,6BAA6B;QACtC,MAAM;QACN,QAAQ,EAAE,cAAM,CAAC,eAAe,CAAC,uCAAuC,CAAC,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;KACjG;CACF,CAAC,CAAC;AAZU,QAAA,sBAAsB,0BAYhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAG3F,oBAAY,YAAY,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC;AAGpD,oBAAY,QAAQ,GAAG;IACrB,OAAO,EAAE,SAAS,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,oBAAY,SAAS,CAAC,CAAC,IAAI;IACzB,OAAO,EAAE,SAAS,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,CAAC,CAAC;CACT,CAAC;AAEF,oBAAY,gBAAgB,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AAEtD,MAAM,WAAW,YAAa,SAAQ,QAAQ;IAC5C,SAAS,EAAE,SAAS,CAAC;CACtB;AAED,MAAM,WAAW,yBAA0B,SAAQ,YAAY;IAC7D,SAAS,EAAE,SAAS,CAAC;CACtB;AAGD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAGD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,yBAAyB,CAAC;IAChC,IAAI,EAAE,YAAY,CAAC;CACpB;AAGD,oBAAY,MAAM,GAAG,MAAM,CAAC;AAC5B,oBAAY,QAAQ,GAAG,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE"}
@@ -1,5 +0,0 @@
1
- /**
2
- * @generated
3
- */
4
-
5
- export * from '../../dist/src/proto/gen/dxos/bot';
package/proto/dxos/bot.js DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * @generated
3
- */
4
-
5
- module.exports = require('../../dist/src/proto/gen/dxos/bot');