@dxos/client 2.33.9-dev.002e8917 → 2.33.9-dev.227ba79d

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 (465) hide show
  1. package/dist/browser.js +1282 -2084
  2. package/dist/src/client.d.ts +6 -0
  3. package/dist/src/client.d.ts.map +1 -0
  4. package/dist/src/client.js +24 -0
  5. package/dist/src/client.js.map +1 -0
  6. package/dist/src/{api/client.test.d.ts → client.test.d.ts} +0 -0
  7. package/dist/src/{api/client.test.d.ts.map → client.test.d.ts.map} +1 -1
  8. package/dist/src/{api/client.test.js → client.test.js} +4 -3
  9. package/dist/src/client.test.js.map +1 -0
  10. package/dist/src/index.d.ts +5 -6
  11. package/dist/src/index.d.ts.map +1 -1
  12. package/dist/src/index.js +8 -7
  13. package/dist/src/index.js.map +1 -1
  14. package/dist/src/{api/local.test.d.ts → local.test.d.ts} +0 -0
  15. package/dist/src/{api/local.test.d.ts.map → local.test.d.ts.map} +1 -1
  16. package/dist/src/{api/local.test.js → local.test.js} +0 -0
  17. package/dist/src/local.test.js.map +1 -0
  18. package/dist/src/{services → packlets/api}/client-service.d.ts +1 -2
  19. package/dist/src/packlets/api/client-service.d.ts.map +1 -0
  20. package/dist/src/{services → packlets/api}/client-service.js +7 -7
  21. package/dist/src/packlets/api/client-service.js.map +1 -0
  22. package/dist/src/packlets/api/echo.d.ts +62 -0
  23. package/dist/src/packlets/api/echo.d.ts.map +1 -0
  24. package/dist/src/packlets/api/echo.js +17 -0
  25. package/dist/src/packlets/api/echo.js.map +1 -0
  26. package/dist/src/{api → packlets/api}/errors.d.ts +0 -0
  27. package/dist/src/packlets/api/errors.d.ts.map +1 -0
  28. package/dist/src/{api → packlets/api}/errors.js +0 -0
  29. package/dist/src/packlets/api/errors.js.map +1 -0
  30. package/dist/src/packlets/api/halo.d.ts +37 -0
  31. package/dist/src/packlets/api/halo.d.ts.map +1 -0
  32. package/dist/src/packlets/api/halo.js +6 -0
  33. package/dist/src/packlets/api/halo.js.map +1 -0
  34. package/dist/src/packlets/api/index.d.ts +6 -0
  35. package/dist/src/packlets/api/index.d.ts.map +1 -0
  36. package/dist/src/{api → packlets/api}/index.js +3 -3
  37. package/dist/src/packlets/api/index.js.map +1 -0
  38. package/dist/src/packlets/api/invitations/index.d.ts +3 -0
  39. package/dist/src/packlets/api/invitations/index.d.ts.map +1 -0
  40. package/dist/src/{api → packlets/api}/invitations/index.js +2 -3
  41. package/dist/src/packlets/api/invitations/index.js.map +1 -0
  42. package/dist/src/{api → packlets/api}/invitations/invitation-request.d.ts +0 -0
  43. package/dist/src/packlets/api/invitations/invitation-request.d.ts.map +1 -0
  44. package/dist/src/{api → packlets/api}/invitations/invitation-request.js +0 -0
  45. package/dist/src/packlets/api/invitations/invitation-request.js.map +1 -0
  46. package/dist/src/{api → packlets/api}/invitations/invitation.d.ts +0 -0
  47. package/dist/src/packlets/api/invitations/invitation.d.ts.map +1 -0
  48. package/dist/src/{api → packlets/api}/invitations/invitation.js +1 -0
  49. package/dist/src/packlets/api/invitations/invitation.js.map +1 -0
  50. package/dist/src/{devtools → packlets/devtools}/config.d.ts +1 -1
  51. package/dist/src/packlets/devtools/config.d.ts.map +1 -0
  52. package/dist/src/{devtools → packlets/devtools}/config.js +0 -0
  53. package/dist/src/packlets/devtools/config.js.map +1 -0
  54. package/dist/src/{devtools → packlets/devtools}/debug-logging.d.ts +1 -1
  55. package/dist/src/packlets/devtools/debug-logging.d.ts.map +1 -0
  56. package/dist/src/{devtools → packlets/devtools}/debug-logging.js +0 -0
  57. package/dist/src/packlets/devtools/debug-logging.js.map +1 -0
  58. package/dist/src/{devtools → packlets/devtools}/devtools-context.d.ts +0 -8
  59. package/dist/src/packlets/devtools/devtools-context.d.ts.map +1 -0
  60. package/dist/src/{devtools → packlets/devtools}/devtools-context.js +0 -0
  61. package/dist/src/packlets/devtools/devtools-context.js.map +1 -0
  62. package/dist/src/{devtools → packlets/devtools}/devtools-host-events.d.ts +0 -0
  63. package/dist/src/packlets/devtools/devtools-host-events.d.ts.map +1 -0
  64. package/dist/src/{devtools → packlets/devtools}/devtools-host-events.js +0 -0
  65. package/dist/src/packlets/devtools/devtools-host-events.js.map +1 -0
  66. package/dist/src/{devtools → packlets/devtools}/devtools-host.d.ts +1 -1
  67. package/dist/src/packlets/devtools/devtools-host.d.ts.map +1 -0
  68. package/dist/src/{devtools → packlets/devtools}/devtools-host.js +0 -0
  69. package/dist/src/packlets/devtools/devtools-host.js.map +1 -0
  70. package/dist/src/{devtools → packlets/devtools}/feeds.d.ts +1 -1
  71. package/dist/src/packlets/devtools/feeds.d.ts.map +1 -0
  72. package/dist/src/{devtools → packlets/devtools}/feeds.js +0 -0
  73. package/dist/src/packlets/devtools/feeds.js.map +1 -0
  74. package/dist/src/{devtools → packlets/devtools}/index.d.ts +0 -1
  75. package/dist/src/packlets/devtools/index.d.ts.map +1 -0
  76. package/dist/src/{devtools → packlets/devtools}/index.js +0 -1
  77. package/dist/src/packlets/devtools/index.js.map +1 -0
  78. package/dist/src/{devtools → packlets/devtools}/items.d.ts +1 -1
  79. package/dist/src/packlets/devtools/items.d.ts.map +1 -0
  80. package/dist/src/{devtools → packlets/devtools}/items.js +0 -0
  81. package/dist/src/packlets/devtools/items.js.map +1 -0
  82. package/dist/src/{devtools → packlets/devtools}/keys.d.ts +1 -1
  83. package/dist/src/packlets/devtools/keys.d.ts.map +1 -0
  84. package/dist/src/{devtools → packlets/devtools}/keys.js +0 -0
  85. package/dist/src/packlets/devtools/keys.js.map +1 -0
  86. package/dist/src/{devtools → packlets/devtools}/network.d.ts +1 -1
  87. package/dist/src/packlets/devtools/network.d.ts.map +1 -0
  88. package/dist/src/{devtools → packlets/devtools}/network.js +0 -0
  89. package/dist/src/packlets/devtools/network.js.map +1 -0
  90. package/dist/src/{devtools → packlets/devtools}/parties.d.ts +1 -1
  91. package/dist/src/packlets/devtools/parties.d.ts.map +1 -0
  92. package/dist/src/{devtools → packlets/devtools}/parties.js +0 -0
  93. package/dist/src/packlets/devtools/parties.js.map +1 -0
  94. package/dist/src/{devtools → packlets/devtools}/storage.d.ts +0 -0
  95. package/dist/src/packlets/devtools/storage.d.ts.map +1 -0
  96. package/dist/src/{devtools → packlets/devtools}/storage.js +0 -0
  97. package/dist/src/packlets/devtools/storage.js.map +1 -0
  98. package/dist/src/{proto → packlets/proto}/gen/dxos/client.d.ts +216 -18
  99. package/dist/src/packlets/proto/gen/dxos/client.d.ts.map +1 -0
  100. package/dist/src/{proto → packlets/proto}/gen/dxos/client.js +4 -0
  101. package/dist/src/packlets/proto/gen/dxos/client.js.map +1 -0
  102. package/dist/src/packlets/proto/gen/dxos/config.d.ts +666 -0
  103. package/dist/src/packlets/proto/gen/dxos/config.d.ts.map +1 -0
  104. package/dist/src/{proto → packlets/proto}/gen/dxos/config.js +10 -0
  105. package/dist/src/packlets/proto/gen/dxos/config.js.map +1 -0
  106. package/dist/src/packlets/proto/gen/dxos/credentials.d.ts +64 -0
  107. package/dist/src/packlets/proto/gen/dxos/credentials.d.ts.map +1 -0
  108. package/dist/src/{proto → packlets/proto}/gen/dxos/credentials.js +0 -0
  109. package/dist/src/packlets/proto/gen/dxos/credentials.js.map +1 -0
  110. package/dist/src/packlets/proto/gen/dxos/devtools.d.ts +437 -0
  111. package/dist/src/packlets/proto/gen/dxos/devtools.d.ts.map +1 -0
  112. package/dist/src/{proto → packlets/proto}/gen/dxos/devtools.js +0 -0
  113. package/dist/src/packlets/proto/gen/dxos/devtools.js.map +1 -0
  114. package/dist/src/packlets/proto/gen/dxos/echo/feed.d.ts +114 -0
  115. package/dist/src/packlets/proto/gen/dxos/echo/feed.d.ts.map +1 -0
  116. package/dist/src/{proto → packlets/proto}/gen/dxos/echo/feed.js +4 -0
  117. package/dist/src/packlets/proto/gen/dxos/echo/feed.js.map +1 -0
  118. package/dist/src/packlets/proto/gen/dxos/echo/invitation.d.ts +36 -0
  119. package/dist/src/packlets/proto/gen/dxos/echo/invitation.d.ts.map +1 -0
  120. package/dist/src/{proto → packlets/proto}/gen/dxos/echo/invitation.js +6 -0
  121. package/dist/src/packlets/proto/gen/dxos/echo/invitation.js.map +1 -0
  122. package/dist/src/packlets/proto/gen/dxos/echo/service.d.ts +83 -0
  123. package/dist/src/packlets/proto/gen/dxos/echo/service.d.ts.map +1 -0
  124. package/dist/src/{proto → packlets/proto}/gen/dxos/echo/service.js +0 -0
  125. package/dist/src/packlets/proto/gen/dxos/echo/service.js.map +1 -0
  126. package/dist/src/{proto → packlets/proto}/gen/dxos/echo/snapshot.d.ts +45 -13
  127. package/dist/src/packlets/proto/gen/dxos/echo/snapshot.d.ts.map +1 -0
  128. package/dist/src/{proto → packlets/proto}/gen/dxos/echo/snapshot.js +0 -0
  129. package/dist/src/packlets/proto/gen/dxos/echo/snapshot.js.map +1 -0
  130. package/dist/src/packlets/proto/gen/dxos/echo/timeframe.d.ts +20 -0
  131. package/dist/src/packlets/proto/gen/dxos/echo/timeframe.d.ts.map +1 -0
  132. package/dist/src/{proto → packlets/proto}/gen/dxos/echo/timeframe.js +0 -0
  133. package/dist/src/packlets/proto/gen/dxos/echo/timeframe.js.map +1 -0
  134. package/dist/src/{proto → packlets/proto}/gen/dxos/halo/keys.d.ts +44 -2
  135. package/dist/src/packlets/proto/gen/dxos/halo/keys.d.ts.map +1 -0
  136. package/dist/src/{proto → packlets/proto}/gen/dxos/halo/keys.js +4 -0
  137. package/dist/src/packlets/proto/gen/dxos/halo/keys.js.map +1 -0
  138. package/dist/src/packlets/proto/gen/dxos/rpc.d.ts +95 -0
  139. package/dist/src/packlets/proto/gen/dxos/rpc.d.ts.map +1 -0
  140. package/dist/src/{proto → packlets/proto}/gen/dxos/rpc.js +4 -0
  141. package/dist/src/packlets/proto/gen/dxos/rpc.js.map +1 -0
  142. package/dist/src/{proto → packlets/proto}/gen/google/protobuf.d.ts +82 -82
  143. package/dist/src/packlets/proto/gen/google/protobuf.d.ts.map +1 -0
  144. package/dist/src/{proto → packlets/proto}/gen/google/protobuf.js +0 -0
  145. package/dist/src/packlets/proto/gen/google/protobuf.js.map +1 -0
  146. package/dist/src/{proto → packlets/proto}/gen/index.d.ts +0 -0
  147. package/dist/src/packlets/proto/gen/index.d.ts.map +1 -0
  148. package/dist/src/packlets/proto/gen/index.js +11 -0
  149. package/dist/src/packlets/proto/gen/index.js.map +1 -0
  150. package/dist/src/packlets/proto/index.d.ts +14 -0
  151. package/dist/src/packlets/proto/index.d.ts.map +1 -0
  152. package/dist/src/{proto → packlets/proto}/index.js +13 -1
  153. package/dist/src/packlets/proto/index.js.map +1 -0
  154. package/dist/src/{proto → packlets/proto}/substitutions.d.ts +0 -0
  155. package/dist/src/packlets/proto/substitutions.d.ts.map +1 -0
  156. package/dist/src/{proto → packlets/proto}/substitutions.js +0 -0
  157. package/dist/src/packlets/proto/substitutions.js.map +1 -0
  158. package/dist/src/{api/client.d.ts → packlets/proxy/client-proxy.d.ts} +7 -15
  159. package/dist/src/packlets/proxy/client-proxy.d.ts.map +1 -0
  160. package/dist/src/{api/client.js → packlets/proxy/client-proxy.js} +31 -75
  161. package/dist/src/packlets/proxy/client-proxy.js.map +1 -0
  162. package/dist/src/packlets/proxy/devtools.d.ts +11 -0
  163. package/dist/src/packlets/proxy/devtools.d.ts.map +1 -0
  164. package/dist/src/{devtools/devtools-rpc-server.js → packlets/proxy/devtools.js} +3 -3
  165. package/dist/src/packlets/proxy/devtools.js.map +1 -0
  166. package/dist/src/{api/proxies → packlets/proxy}/echo-proxy.d.ts +3 -25
  167. package/dist/src/packlets/proxy/echo-proxy.d.ts.map +1 -0
  168. package/dist/src/{api/proxies → packlets/proxy}/echo-proxy.js +15 -21
  169. package/dist/src/packlets/proxy/echo-proxy.js.map +1 -0
  170. package/dist/src/{api/proxies → packlets/proxy}/halo-proxy.d.ts +6 -32
  171. package/dist/src/packlets/proxy/halo-proxy.d.ts.map +1 -0
  172. package/dist/src/{api/proxies → packlets/proxy}/halo-proxy.js +7 -6
  173. package/dist/src/packlets/proxy/halo-proxy.js.map +1 -0
  174. package/dist/src/packlets/proxy/index.d.ts +11 -0
  175. package/dist/src/packlets/proxy/index.d.ts.map +1 -0
  176. package/dist/src/{api/proxies → packlets/proxy}/index.js +8 -1
  177. package/dist/src/packlets/proxy/index.js.map +1 -0
  178. package/dist/src/{api/invitations → packlets/proxy}/invitation-proxy.d.ts +2 -2
  179. package/dist/src/packlets/proxy/invitation-proxy.d.ts.map +1 -0
  180. package/dist/src/{api/invitations → packlets/proxy}/invitation-proxy.js +8 -8
  181. package/dist/src/packlets/proxy/invitation-proxy.js.map +1 -0
  182. package/dist/src/{util → packlets/proxy}/messages.d.ts +0 -0
  183. package/dist/src/packlets/proxy/messages.d.ts.map +1 -0
  184. package/dist/src/{util → packlets/proxy}/messages.js +2 -2
  185. package/dist/src/packlets/proxy/messages.js.map +1 -0
  186. package/dist/src/{api/proxies → packlets/proxy}/party-proxy.d.ts +6 -40
  187. package/dist/src/packlets/proxy/party-proxy.d.ts.map +1 -0
  188. package/dist/src/{api/proxies → packlets/proxy}/party-proxy.js +9 -9
  189. package/dist/src/{api/proxies → packlets/proxy}/party-proxy.js.map +1 -1
  190. package/dist/src/{api → packlets/proxy}/serializer.d.ts +2 -1
  191. package/dist/src/packlets/proxy/serializer.d.ts.map +1 -0
  192. package/dist/src/{api → packlets/proxy}/serializer.js +2 -2
  193. package/dist/src/packlets/proxy/serializer.js.map +1 -0
  194. package/dist/src/{services → packlets/proxy}/service-proxy.d.ts +1 -1
  195. package/dist/src/packlets/proxy/service-proxy.d.ts.map +1 -0
  196. package/dist/src/{services → packlets/proxy}/service-proxy.js +1 -2
  197. package/dist/src/packlets/proxy/service-proxy.js.map +1 -0
  198. package/dist/src/{version.d.ts → packlets/proxy/version.d.ts} +0 -0
  199. package/dist/src/packlets/proxy/version.d.ts.map +1 -0
  200. package/dist/src/{version.js → packlets/proxy/version.js} +0 -0
  201. package/dist/src/packlets/proxy/version.js.map +1 -0
  202. package/dist/src/{services → packlets/services}/impl/halo.d.ts +3 -2
  203. package/dist/src/packlets/services/impl/halo.d.ts.map +1 -0
  204. package/dist/src/{services → packlets/services}/impl/halo.js +2 -2
  205. package/dist/src/packlets/services/impl/halo.js.map +1 -0
  206. package/dist/src/packlets/services/impl/index.d.ts +2 -0
  207. package/dist/src/packlets/services/impl/index.d.ts.map +1 -0
  208. package/dist/src/{services → packlets/services}/impl/index.js +0 -0
  209. package/dist/src/packlets/services/impl/index.js.map +1 -0
  210. package/dist/src/{services → packlets/services}/impl/party.d.ts +1 -3
  211. package/dist/src/packlets/services/impl/party.d.ts.map +1 -0
  212. package/dist/src/{services → packlets/services}/impl/party.js +10 -11
  213. package/dist/src/packlets/services/impl/party.js.map +1 -0
  214. package/dist/src/{services → packlets/services}/impl/profile.d.ts +1 -2
  215. package/dist/src/packlets/services/impl/profile.d.ts.map +1 -0
  216. package/dist/src/{services → packlets/services}/impl/profile.js +7 -7
  217. package/dist/src/packlets/services/impl/profile.js.map +1 -0
  218. package/dist/src/{services → packlets/services}/impl/services.d.ts +1 -1
  219. package/dist/src/packlets/services/impl/services.d.ts.map +1 -0
  220. package/dist/src/{services → packlets/services}/impl/services.js +0 -0
  221. package/dist/src/packlets/services/impl/services.js.map +1 -0
  222. package/dist/src/{services → packlets/services}/impl/system.d.ts +1 -1
  223. package/dist/src/packlets/services/impl/system.d.ts.map +1 -0
  224. package/dist/src/{services → packlets/services}/impl/system.js +0 -0
  225. package/dist/src/packlets/services/impl/system.js.map +1 -0
  226. package/dist/src/{services → packlets/services}/impl/types.d.ts +1 -8
  227. package/dist/src/packlets/services/impl/types.d.ts.map +1 -0
  228. package/dist/src/{services → packlets/services}/impl/types.js +0 -0
  229. package/dist/src/packlets/services/impl/types.js.map +1 -0
  230. package/dist/src/packlets/services/index.d.ts +2 -0
  231. package/dist/src/packlets/services/index.d.ts.map +1 -0
  232. package/dist/src/{services → packlets/services}/index.js +0 -2
  233. package/dist/src/packlets/services/index.js.map +1 -0
  234. package/dist/src/{services → packlets/services}/service-host.d.ts +3 -4
  235. package/dist/src/packlets/services/service-host.d.ts.map +1 -0
  236. package/dist/src/{services → packlets/services}/service-host.js +3 -3
  237. package/dist/src/packlets/services/service-host.js.map +1 -0
  238. package/dist/src/{services → packlets/services}/storage.d.ts +0 -0
  239. package/dist/src/packlets/services/storage.d.ts.map +1 -0
  240. package/dist/src/{services → packlets/services}/storage.js +1 -1
  241. package/dist/src/packlets/services/storage.js.map +1 -0
  242. package/dist/src/{services/services.test.d.ts → services.test.d.ts} +0 -0
  243. package/dist/src/services.test.d.ts.map +1 -0
  244. package/dist/src/{services/services.test.js → services.test.js} +5 -3
  245. package/dist/src/services.test.js.map +1 -0
  246. package/dist/tsconfig.tsbuildinfo +1 -1
  247. package/package.json +19 -18
  248. package/src/{api/client.test.ts → client.test.ts} +4 -3
  249. package/src/client.ts +21 -0
  250. package/src/index.ts +13 -6
  251. package/src/{api/local.test.ts → local.test.ts} +0 -0
  252. package/src/{services → packlets/api}/client-service.ts +1 -3
  253. package/src/packlets/api/echo.ts +88 -0
  254. package/src/{api → packlets/api}/errors.ts +0 -0
  255. package/src/packlets/api/halo.ts +48 -0
  256. package/src/packlets/api/index.ts +9 -0
  257. package/src/{api → packlets/api}/invitations/index.ts +2 -3
  258. package/src/{api → packlets/api}/invitations/invitation-request.ts +0 -0
  259. package/src/{api → packlets/api}/invitations/invitation.ts +1 -0
  260. package/src/{devtools → packlets/devtools}/config.ts +1 -1
  261. package/src/{devtools → packlets/devtools}/debug-logging.ts +1 -1
  262. package/src/{devtools → packlets/devtools}/devtools-context.ts +0 -10
  263. package/src/{devtools → packlets/devtools}/devtools-host-events.ts +0 -0
  264. package/src/{devtools → packlets/devtools}/devtools-host.ts +1 -1
  265. package/src/{devtools → packlets/devtools}/feeds.ts +1 -1
  266. package/src/{devtools → packlets/devtools}/index.ts +0 -1
  267. package/src/{devtools → packlets/devtools}/items.ts +1 -1
  268. package/src/{devtools → packlets/devtools}/keys.ts +1 -1
  269. package/src/{devtools → packlets/devtools}/network.ts +1 -1
  270. package/src/{devtools → packlets/devtools}/parties.ts +1 -1
  271. package/src/{devtools → packlets/devtools}/storage.ts +0 -0
  272. package/src/{proto → packlets/proto}/gen/dxos/client.ts +216 -18
  273. package/src/packlets/proto/gen/dxos/config.ts +677 -0
  274. package/src/{proto → packlets/proto}/gen/dxos/credentials.ts +39 -0
  275. package/src/packlets/proto/gen/dxos/devtools.ts +442 -0
  276. package/src/{proto → packlets/proto}/gen/dxos/echo/feed.ts +65 -6
  277. package/src/{proto → packlets/proto}/gen/dxos/echo/invitation.ts +19 -3
  278. package/src/packlets/proto/gen/dxos/echo/service.ts +91 -0
  279. package/src/{proto → packlets/proto}/gen/dxos/echo/snapshot.ts +45 -13
  280. package/src/{proto → packlets/proto}/gen/dxos/echo/timeframe.ts +9 -2
  281. package/src/{proto → packlets/proto}/gen/dxos/halo/keys.ts +44 -2
  282. package/src/packlets/proto/gen/dxos/rpc.ts +106 -0
  283. package/src/{proto → packlets/proto}/gen/google/protobuf.ts +82 -82
  284. package/src/packlets/proto/gen/index.ts +203 -0
  285. package/src/{proto → packlets/proto}/imports.proto +0 -0
  286. package/src/packlets/proto/index.ts +17 -0
  287. package/src/{proto → packlets/proto}/substitutions.ts +0 -0
  288. package/src/{api/client.ts → packlets/proxy/client-proxy.ts} +39 -79
  289. package/src/{devtools/devtools-rpc-server.ts → packlets/proxy/devtools.ts} +10 -3
  290. package/src/{api/proxies → packlets/proxy}/echo-proxy.ts +13 -33
  291. package/src/{api/proxies → packlets/proxy}/halo-proxy.ts +5 -37
  292. package/src/packlets/proxy/index.ts +14 -0
  293. package/src/{api/invitations → packlets/proxy}/invitation-proxy.ts +2 -2
  294. package/src/{util → packlets/proxy}/messages.ts +1 -2
  295. package/src/{api/proxies → packlets/proxy}/party-proxy.ts +9 -56
  296. package/src/{api → packlets/proxy}/serializer.ts +3 -2
  297. package/src/{services → packlets/proxy}/service-proxy.ts +1 -2
  298. package/src/{version.ts → packlets/proxy/version.ts} +0 -0
  299. package/src/{services → packlets/services}/impl/halo.ts +4 -4
  300. package/src/{services → packlets/services}/impl/index.ts +0 -1
  301. package/src/{services → packlets/services}/impl/party.ts +15 -16
  302. package/src/{services → packlets/services}/impl/profile.ts +2 -2
  303. package/src/{services → packlets/services}/impl/services.ts +1 -1
  304. package/src/{services → packlets/services}/impl/system.ts +1 -1
  305. package/src/{services → packlets/services}/impl/types.ts +1 -9
  306. package/src/packlets/services/index.ts +5 -0
  307. package/src/{services → packlets/services}/service-host.ts +4 -5
  308. package/src/{services → packlets/services}/storage.ts +1 -1
  309. package/src/{services/services.test.ts → services.test.ts} +4 -3
  310. package/dist/src/api/client.d.ts.map +0 -1
  311. package/dist/src/api/client.js.map +0 -1
  312. package/dist/src/api/client.test.js.map +0 -1
  313. package/dist/src/api/errors.d.ts.map +0 -1
  314. package/dist/src/api/errors.js.map +0 -1
  315. package/dist/src/api/index.d.ts +0 -8
  316. package/dist/src/api/index.d.ts.map +0 -1
  317. package/dist/src/api/index.js.map +0 -1
  318. package/dist/src/api/invitations/index.d.ts +0 -4
  319. package/dist/src/api/invitations/index.d.ts.map +0 -1
  320. package/dist/src/api/invitations/index.js.map +0 -1
  321. package/dist/src/api/invitations/invitation-proxy.d.ts.map +0 -1
  322. package/dist/src/api/invitations/invitation-proxy.js.map +0 -1
  323. package/dist/src/api/invitations/invitation-request.d.ts.map +0 -1
  324. package/dist/src/api/invitations/invitation-request.js.map +0 -1
  325. package/dist/src/api/invitations/invitation.d.ts.map +0 -1
  326. package/dist/src/api/invitations/invitation.js.map +0 -1
  327. package/dist/src/api/local.test.js.map +0 -1
  328. package/dist/src/api/proxies/echo-proxy.d.ts.map +0 -1
  329. package/dist/src/api/proxies/echo-proxy.js.map +0 -1
  330. package/dist/src/api/proxies/halo-proxy.d.ts.map +0 -1
  331. package/dist/src/api/proxies/halo-proxy.js.map +0 -1
  332. package/dist/src/api/proxies/index.d.ts +0 -4
  333. package/dist/src/api/proxies/index.d.ts.map +0 -1
  334. package/dist/src/api/proxies/index.js.map +0 -1
  335. package/dist/src/api/proxies/party-proxy.d.ts.map +0 -1
  336. package/dist/src/api/serializer.d.ts.map +0 -1
  337. package/dist/src/api/serializer.js.map +0 -1
  338. package/dist/src/devtools/config.d.ts.map +0 -1
  339. package/dist/src/devtools/config.js.map +0 -1
  340. package/dist/src/devtools/debug-logging.d.ts.map +0 -1
  341. package/dist/src/devtools/debug-logging.js.map +0 -1
  342. package/dist/src/devtools/devtools-context.d.ts.map +0 -1
  343. package/dist/src/devtools/devtools-context.js.map +0 -1
  344. package/dist/src/devtools/devtools-host-events.d.ts.map +0 -1
  345. package/dist/src/devtools/devtools-host-events.js.map +0 -1
  346. package/dist/src/devtools/devtools-host.d.ts.map +0 -1
  347. package/dist/src/devtools/devtools-host.js.map +0 -1
  348. package/dist/src/devtools/devtools-rpc-server.d.ts +0 -4
  349. package/dist/src/devtools/devtools-rpc-server.d.ts.map +0 -1
  350. package/dist/src/devtools/devtools-rpc-server.js.map +0 -1
  351. package/dist/src/devtools/feeds.d.ts.map +0 -1
  352. package/dist/src/devtools/feeds.js.map +0 -1
  353. package/dist/src/devtools/index.d.ts.map +0 -1
  354. package/dist/src/devtools/index.js.map +0 -1
  355. package/dist/src/devtools/items.d.ts.map +0 -1
  356. package/dist/src/devtools/items.js.map +0 -1
  357. package/dist/src/devtools/keys.d.ts.map +0 -1
  358. package/dist/src/devtools/keys.js.map +0 -1
  359. package/dist/src/devtools/network.d.ts.map +0 -1
  360. package/dist/src/devtools/network.js.map +0 -1
  361. package/dist/src/devtools/parties.d.ts.map +0 -1
  362. package/dist/src/devtools/parties.js.map +0 -1
  363. package/dist/src/devtools/storage.d.ts.map +0 -1
  364. package/dist/src/devtools/storage.js.map +0 -1
  365. package/dist/src/proto/gen/dxos/client.d.ts.map +0 -1
  366. package/dist/src/proto/gen/dxos/client.js.map +0 -1
  367. package/dist/src/proto/gen/dxos/config.d.ts +0 -209
  368. package/dist/src/proto/gen/dxos/config.d.ts.map +0 -1
  369. package/dist/src/proto/gen/dxos/config.js.map +0 -1
  370. package/dist/src/proto/gen/dxos/credentials.d.ts +0 -25
  371. package/dist/src/proto/gen/dxos/credentials.d.ts.map +0 -1
  372. package/dist/src/proto/gen/dxos/credentials.js.map +0 -1
  373. package/dist/src/proto/gen/dxos/devtools.d.ts +0 -201
  374. package/dist/src/proto/gen/dxos/devtools.d.ts.map +0 -1
  375. package/dist/src/proto/gen/dxos/devtools.js.map +0 -1
  376. package/dist/src/proto/gen/dxos/echo/feed.d.ts +0 -55
  377. package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +0 -1
  378. package/dist/src/proto/gen/dxos/echo/feed.js.map +0 -1
  379. package/dist/src/proto/gen/dxos/echo/invitation.d.ts +0 -20
  380. package/dist/src/proto/gen/dxos/echo/invitation.d.ts.map +0 -1
  381. package/dist/src/proto/gen/dxos/echo/invitation.js.map +0 -1
  382. package/dist/src/proto/gen/dxos/echo/service.d.ts +0 -47
  383. package/dist/src/proto/gen/dxos/echo/service.d.ts.map +0 -1
  384. package/dist/src/proto/gen/dxos/echo/service.js.map +0 -1
  385. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +0 -1
  386. package/dist/src/proto/gen/dxos/echo/snapshot.js.map +0 -1
  387. package/dist/src/proto/gen/dxos/echo/timeframe.d.ts +0 -13
  388. package/dist/src/proto/gen/dxos/echo/timeframe.d.ts.map +0 -1
  389. package/dist/src/proto/gen/dxos/echo/timeframe.js.map +0 -1
  390. package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +0 -1
  391. package/dist/src/proto/gen/dxos/halo/keys.js.map +0 -1
  392. package/dist/src/proto/gen/dxos/rpc.d.ts +0 -45
  393. package/dist/src/proto/gen/dxos/rpc.d.ts.map +0 -1
  394. package/dist/src/proto/gen/dxos/rpc.js.map +0 -1
  395. package/dist/src/proto/gen/google/protobuf.d.ts.map +0 -1
  396. package/dist/src/proto/gen/google/protobuf.js.map +0 -1
  397. package/dist/src/proto/gen/index.d.ts.map +0 -1
  398. package/dist/src/proto/gen/index.js +0 -11
  399. package/dist/src/proto/gen/index.js.map +0 -1
  400. package/dist/src/proto/index.d.ts +0 -3
  401. package/dist/src/proto/index.d.ts.map +0 -1
  402. package/dist/src/proto/index.js.map +0 -1
  403. package/dist/src/proto/substitutions.d.ts.map +0 -1
  404. package/dist/src/proto/substitutions.js.map +0 -1
  405. package/dist/src/services/client-service.d.ts.map +0 -1
  406. package/dist/src/services/client-service.js.map +0 -1
  407. package/dist/src/services/impl/halo.d.ts.map +0 -1
  408. package/dist/src/services/impl/halo.js.map +0 -1
  409. package/dist/src/services/impl/index.d.ts +0 -3
  410. package/dist/src/services/impl/index.d.ts.map +0 -1
  411. package/dist/src/services/impl/index.js.map +0 -1
  412. package/dist/src/services/impl/party.d.ts.map +0 -1
  413. package/dist/src/services/impl/party.js.map +0 -1
  414. package/dist/src/services/impl/profile.d.ts.map +0 -1
  415. package/dist/src/services/impl/profile.js.map +0 -1
  416. package/dist/src/services/impl/services.d.ts.map +0 -1
  417. package/dist/src/services/impl/services.js.map +0 -1
  418. package/dist/src/services/impl/system.d.ts.map +0 -1
  419. package/dist/src/services/impl/system.js.map +0 -1
  420. package/dist/src/services/impl/types.d.ts.map +0 -1
  421. package/dist/src/services/impl/types.js.map +0 -1
  422. package/dist/src/services/index.d.ts +0 -5
  423. package/dist/src/services/index.d.ts.map +0 -1
  424. package/dist/src/services/index.js.map +0 -1
  425. package/dist/src/services/service-host.d.ts.map +0 -1
  426. package/dist/src/services/service-host.js.map +0 -1
  427. package/dist/src/services/service-proxy.d.ts.map +0 -1
  428. package/dist/src/services/service-proxy.js.map +0 -1
  429. package/dist/src/services/services.test.d.ts.map +0 -1
  430. package/dist/src/services/services.test.js.map +0 -1
  431. package/dist/src/services/storage.d.ts.map +0 -1
  432. package/dist/src/services/storage.js.map +0 -1
  433. package/dist/src/util/index.d.ts +0 -4
  434. package/dist/src/util/index.d.ts.map +0 -1
  435. package/dist/src/util/index.js +0 -23
  436. package/dist/src/util/index.js.map +0 -1
  437. package/dist/src/util/messages.d.ts.map +0 -1
  438. package/dist/src/util/messages.js.map +0 -1
  439. package/dist/src/util/platform.d.ts +0 -2
  440. package/dist/src/util/platform.d.ts.map +0 -1
  441. package/dist/src/util/platform.js +0 -11
  442. package/dist/src/util/platform.js.map +0 -1
  443. package/dist/src/util/platform.test.d.ts +0 -2
  444. package/dist/src/util/platform.test.d.ts.map +0 -1
  445. package/dist/src/util/platform.test.js +0 -15
  446. package/dist/src/util/platform.test.js.map +0 -1
  447. package/dist/src/util/subscription.d.ts +0 -5
  448. package/dist/src/util/subscription.d.ts.map +0 -1
  449. package/dist/src/util/subscription.js +0 -25
  450. package/dist/src/util/subscription.js.map +0 -1
  451. package/dist/src/version.d.ts.map +0 -1
  452. package/dist/src/version.js.map +0 -1
  453. package/src/api/index.ts +0 -12
  454. package/src/api/proxies/index.ts +0 -7
  455. package/src/proto/gen/dxos/config.ts +0 -220
  456. package/src/proto/gen/dxos/devtools.ts +0 -206
  457. package/src/proto/gen/dxos/echo/service.ts +0 -55
  458. package/src/proto/gen/dxos/rpc.ts +0 -56
  459. package/src/proto/gen/index.ts +0 -203
  460. package/src/proto/index.ts +0 -6
  461. package/src/services/index.ts +0 -9
  462. package/src/util/index.ts +0 -7
  463. package/src/util/platform.test.ts +0 -12
  464. package/src/util/platform.ts +0 -7
  465. package/src/util/subscription.ts +0 -23
@@ -1 +0,0 @@
1
- {"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/halo/keys.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,wBAAwB,CAAC;AAGnD,OAAO,KAAK,gBAAgB,MAAM,gBAAgB,CAAC;AASnD,oBAAY,OAAO;IACf,OAAO,IAAI;IACX,QAAQ,IAAI;IACZ,MAAM,IAAI;IACV,KAAK,IAAI;IACT,IAAI,IAAI;IACR,YAAY,IAAI;CACnB;AACD,MAAM,WAAW,MAAM;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;CACrB;AACD,MAAM,WAAW,OAAO;IACpB,IAAI,CAAC,EAAE,UAAU,CAAC;CACrB;AACD,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,uBAAuB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IACjF;;OAEG;IACH,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,wBAAwB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IACnF;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AACD,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;CACtB;AACD,MAAM,WAAW,QAAQ;IACrB,SAAS,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,uBAAuB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IACjF,OAAO,EAAE,gBAAgB,CAAC,aAAa,CAAC;IACxC,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAC;CACxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"keys.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/halo/keys.ts"],"names":[],"mappings":";;;AAaA,IAAY,OAOX;AAPD,WAAY,OAAO;IACf,2CAAW,CAAA;IACX,6CAAY,CAAA;IACZ,yCAAU,CAAA;IACV,uCAAS,CAAA;IACT,qCAAQ,CAAA;IACR,qDAAgB,CAAA;AACpB,CAAC,EAPW,OAAO,GAAP,eAAO,KAAP,eAAO,QAOlB"}
@@ -1,45 +0,0 @@
1
- import substitutions from "../../substitutions";
2
- export interface RpcMessage {
3
- request?: Request;
4
- response?: Response;
5
- /**
6
- * Means that the node is trying to open the connection.
7
- */
8
- open?: boolean;
9
- /**
10
- * Means that the node has received the "open" message and is ready to perform requests.
11
- */
12
- openAck?: boolean;
13
- streamClose?: StreamClose;
14
- }
15
- export interface Request {
16
- id?: number;
17
- method?: string;
18
- payload?: ReturnType<(typeof substitutions)["google.protobuf.Any"]["decode"]>;
19
- stream?: boolean;
20
- }
21
- export interface Response {
22
- id?: number;
23
- payload?: ReturnType<(typeof substitutions)["google.protobuf.Any"]["decode"]>;
24
- error?: Error;
25
- close?: boolean;
26
- }
27
- export interface StreamClose {
28
- id?: number;
29
- }
30
- export interface Error {
31
- name?: string;
32
- message?: string;
33
- stack?: string;
34
- }
35
- export interface MessageTrace {
36
- direction?: MessageTrace.Direction;
37
- data?: Uint8Array;
38
- }
39
- export declare namespace MessageTrace {
40
- enum Direction {
41
- INCOMING = 0,
42
- OUTGOING = 1
43
- }
44
- }
45
- //# sourceMappingURL=rpc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rpc.d.ts","sourceRoot":"","sources":["../../../../../src/proto/gen/dxos/rpc.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAYhD,MAAM,WAAW,UAAU;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AACD,MAAM,WAAW,OAAO;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC9E,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AACD,MAAM,WAAW,QAAQ;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC9E,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AACD,MAAM,WAAW,WAAW;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,KAAK;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,MAAM,WAAW,YAAY;IACzB,SAAS,CAAC,EAAE,YAAY,CAAC,SAAS,CAAC;IACnC,IAAI,CAAC,EAAE,UAAU,CAAC;CACrB;AACD,yBAAiB,YAAY,CAAC;IAC1B,KAAY,SAAS;QACjB,QAAQ,IAAI;QACZ,QAAQ,IAAI;KACf;CACJ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"rpc.js","sourceRoot":"","sources":["../../../../../src/proto/gen/dxos/rpc.ts"],"names":[],"mappings":";;;AAkDA,IAAiB,YAAY,CAK5B;AALD,WAAiB,YAAY;IACzB,IAAY,SAGX;IAHD,WAAY,SAAS;QACjB,iDAAY,CAAA;QACZ,iDAAY,CAAA;IAChB,CAAC,EAHW,SAAS,GAAT,sBAAS,KAAT,sBAAS,QAGpB;AACL,CAAC,EALgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAK5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"protobuf.d.ts","sourceRoot":"","sources":["../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"protobuf.js","sourceRoot":"","sources":["../../../../../src/proto/gen/google/protobuf.ts"],"names":[],"mappings":";;;AAkFA,IAAiB,oBAAoB,CA0BpC;AA1BD,WAAiB,oBAAoB;IACjC,IAAY,IAmBX;IAnBD,WAAY,IAAI;QACZ,6CAAe,CAAA;QACf,2CAAc,CAAA;QACd,2CAAc,CAAA;QACd,6CAAe,CAAA;QACf,2CAAc,CAAA;QACd,+CAAgB,CAAA;QAChB,+CAAgB,CAAA;QAChB,yCAAa,CAAA;QACb,6CAAe,CAAA;QACf,4CAAe,CAAA;QACf,gDAAiB,CAAA;QACjB,4CAAe,CAAA;QACf,8CAAgB,CAAA;QAChB,0CAAc,CAAA;QACd,kDAAkB,CAAA;QAClB,kDAAkB,CAAA;QAClB,8CAAgB,CAAA;QAChB,8CAAgB,CAAA;IACpB,CAAC,EAnBW,IAAI,GAAJ,yBAAI,KAAJ,yBAAI,QAmBf;IACD,IAAY,KAIX;IAJD,WAAY,KAAK;QACb,qDAAkB,CAAA;QAClB,qDAAkB,CAAA;QAClB,qDAAkB,CAAA;IACtB,CAAC,EAJW,KAAK,GAAL,0BAAK,KAAL,0BAAK,QAIhB;AACL,CAAC,EA1BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA0BpC;AAqDD,IAAiB,WAAW,CAM3B;AAND,WAAiB,WAAW;IACxB,IAAY,YAIX;IAJD,WAAY,YAAY;QACpB,iDAAS,CAAA;QACT,yDAAa,CAAA;QACb,+DAAgB,CAAA;IACpB,CAAC,EAJW,YAAY,GAAZ,wBAAY,KAAZ,wBAAY,QAIvB;AACL,CAAC,EANgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAM3B;AAyBD,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IACzB,IAAY,KAIX;IAJD,WAAY,KAAK;QACb,qCAAU,CAAA;QACV,iCAAQ,CAAA;QACR,iDAAgB,CAAA;IACpB,CAAC,EAJW,KAAK,GAAL,kBAAK,KAAL,kBAAK,QAIhB;IACD,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,6CAAa,CAAA;QACb,6CAAa,CAAA;QACb,6CAAa,CAAA;IACjB,CAAC,EAJW,MAAM,GAAN,mBAAM,KAAN,mBAAM,QAIjB;AACL,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/proto/gen/index.ts"],"names":[],"mappings":"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"}
@@ -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\":{\"client\":{\"nested\":{\"AddKeyRecordRequest\":{\"fields\":{\"keyRecord\":{\"type\":\"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\":{\"fields\":{\"publicKey\":{\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"Contacts\":{\"fields\":{\"contacts\":{\"rule\":\"repeated\",\"type\":\"Contact\",\"id\":1,\"comment\":null}},\"comment\":null},\"CreateInvitationRequest\":{\"fields\":{\"partyKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null},\"inviteeKey\":{\"type\":\"dxos.halo.keys.PubKey\",\"id\":2,\"comment\":\"When specified the invitation will be of OFFLINE type, not requiring secret exchange.\"}},\"comment\":null},\"CreateProfileRequest\":{\"fields\":{\"username\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"publicKey\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"secretKey\":{\"type\":\"bytes\",\"id\":3,\"comment\":null}},\"comment\":null},\"CreateSnaspotRequest\":{\"fields\":{\"partyKey\":{\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetPartyDetailsRequest\":{\"fields\":{\"partyKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"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},\"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\":{\"fields\":{\"descriptor\":{\"type\":\"InvitationDescriptor\",\"id\":1,\"comment\":null},\"state\":{\"type\":\"InvitationState\",\"id\":2,\"comment\":null},\"error\":{\"type\":\"string\",\"id\":3,\"comment\":\"Only if state == ERROR.\"}},\"comment\":\"Invitation process created by sender.\"},\"InvitationState\":{\"values\":{\"WAITING_FOR_CONNECTION\":1,\"CONNECTED\":2,\"SUCCESS\":3,\"ERROR\":4},\"comment\":null,\"comments\":{\"WAITING_FOR_CONNECTION\":null,\"CONNECTED\":null,\"SUCCESS\":null,\"ERROR\":null}},\"Party\":{\"fields\":{\"publicKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null},\"isOpen\":{\"rule\":\"required\",\"type\":\"bool\",\"id\":2,\"comment\":null},\"isActive\":{\"rule\":\"required\",\"type\":\"bool\",\"id\":3,\"comment\":null},\"members\":{\"rule\":\"repeated\",\"type\":\"Member\",\"id\":4,\"comment\":null}},\"nested\":{\"Member\":{\"fields\":{\"publicKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null}},\"comment\":null},\"PartyActivationOptions\":{\"fields\":{\"global\":{\"type\":\"bool\",\"id\":1,\"comment\":null},\"device\":{\"type\":\"bool\",\"id\":2,\"comment\":null}},\"comment\":null},\"PartyDetails\":{\"fields\":{\"processedTimeframe\":{\"rule\":\"required\",\"type\":\"dxos.echo.timeframe.TimeframeVector\",\"id\":1,\"comment\":\"The timeframe of mutations processed by the client.\"}},\"comment\":null},\"PartyService\":{\"methods\":{\"SubscribeToParty\":{\"requestType\":\"SubscribePartyRequest\",\"responseType\":\"SubscribePartyResponse\",\"responseStream\":true,\"comment\":null},\"SubscribeParties\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"SubscribePartiesResponse\",\"responseStream\":true,\"comment\":null},\"GetPartyDetails\":{\"requestType\":\"GetPartyDetailsRequest\",\"responseType\":\"PartyDetails\",\"comment\":null},\"CreateParty\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Party\",\"comment\":null},\"CloneParty\":{\"requestType\":\"PartySnapshot\",\"responseType\":\"Party\",\"comment\":null},\"SetPartyState\":{\"requestType\":\"SetPartyStateRequest\",\"responseType\":\"Party\",\"comment\":\"Open and close or activate and deactivate a party.\"},\"CreateInvitation\":{\"requestType\":\"CreateInvitationRequest\",\"responseType\":\"InvitationRequest\",\"responseStream\":true,\"comment\":null},\"AcceptInvitation\":{\"requestType\":\"InvitationDescriptor\",\"responseType\":\"RedeemedInvitation\",\"responseStream\":true,\"comment\":null},\"AuthenticateInvitation\":{\"requestType\":\"AuthenticateInvitationRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"SubscribeMembers\":{\"requestType\":\"SubscribeMembersRequest\",\"responseType\":\"SubscribeMembersResponse\",\"responseStream\":true,\"comment\":null},\"CreateSnapshot\":{\"requestType\":\"CreateSnaspotRequest\",\"responseType\":\"PartySnapshot\",\"comment\":null}},\"comment\":null},\"Profile\":{\"fields\":{\"publicKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null},\"username\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"ProfileService\":{\"methods\":{\"SubscribeProfile\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"SubscribeProfileResponse\",\"responseStream\":true,\"comment\":null},\"CreateProfile\":{\"requestType\":\"CreateProfileRequest\",\"responseType\":\"Profile\",\"comment\":null},\"RecoverProfile\":{\"requestType\":\"RecoverProfileRequest\",\"responseType\":\"Profile\",\"comment\":null},\"CreateInvitation\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"InvitationRequest\",\"responseStream\":true,\"comment\":null},\"AcceptInvitation\":{\"requestType\":\"InvitationDescriptor\",\"responseType\":\"RedeemedInvitation\",\"responseStream\":true,\"comment\":null},\"AuthenticateInvitation\":{\"requestType\":\"AuthenticateInvitationRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null},\"RecoverProfileRequest\":{\"fields\":{\"seedPhrase\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"RedeemedInvitation\":{\"fields\":{\"id\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"state\":{\"type\":\"InvitationState\",\"id\":2,\"comment\":null},\"error\":{\"type\":\"string\",\"id\":3,\"comment\":\"Only if state == ERROR.\"},\"partyKey\":{\"type\":\"dxos.halo.keys.PubKey\",\"id\":4,\"comment\":\"Only on party invitations that are finished.\"}},\"comment\":\"Invitation that is being redeemed.\"},\"SetPartyStateRequest\":{\"fields\":{\"partyKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null},\"open\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"activeGlobal\":{\"type\":\"bool\",\"id\":3,\"comment\":null},\"activeDevice\":{\"type\":\"bool\",\"id\":4,\"comment\":null}},\"comment\":null},\"SetPreferenceRequest\":{\"fields\":{\"key\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"value\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"SignRequest\":{\"fields\":{\"publicKey\":{\"type\":\"PubKey\",\"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},\"SubscribeMembersRequest\":{\"fields\":{\"partyKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeMembersResponse\":{\"fields\":{\"members\":{\"rule\":\"repeated\",\"type\":\"PartyMember\",\"id\":1,\"comment\":null}},\"nested\":{\"PartyMember\":{\"fields\":{\"publicKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribePartiesResponse\":{\"fields\":{\"parties\":{\"rule\":\"repeated\",\"type\":\"Party\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribePartyRequest\":{\"fields\":{\"partyKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribePartyResponse\":{\"fields\":{\"party\":{\"type\":\"Party\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeProfileResponse\":{\"fields\":{\"profile\":{\"type\":\"Profile\",\"id\":1,\"comment\":null}},\"comment\":null},\"SystemService\":{\"methods\":{\"GetConfig\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"Config\",\"comment\":null},\"Reset\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null}},\"comment\":null}}},\"config\":{\"nested\":{\"Config\":{\"fields\":{\"version\":{\"type\":\"int32\",\"id\":1,\"comment\":null},\"package\":{\"type\":\"Package\",\"id\":2,\"comment\":null},\"runtime\":{\"type\":\"Runtime\",\"id\":3,\"comment\":null}},\"comment\":null},\"Module\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"type\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"displayName\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"description\":{\"type\":\"string\",\"id\":4,\"comment\":null},\"tags\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":5,\"comment\":null},\"build\":{\"type\":\"Build\",\"id\":100,\"comment\":null},\"repos\":{\"rule\":\"repeated\",\"type\":\"Repo\",\"id\":101,\"comment\":null},\"record\":{\"type\":\"google.protobuf.Any\",\"id\":200,\"comment\":\"The data will be validated based on the type when being published.\"}},\"nested\":{\"Build\":{\"fields\":{\"command\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"outdir\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"version\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"tag\":{\"type\":\"string\",\"id\":4,\"comment\":null}},\"comment\":null}},\"comment\":null},\"Package\":{\"fields\":{\"license\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"repos\":{\"rule\":\"repeated\",\"type\":\"Repo\",\"id\":2,\"comment\":null},\"modules\":{\"rule\":\"repeated\",\"type\":\"Module\",\"id\":3,\"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},\"Runtime\":{\"fields\":{\"client\":{\"type\":\"Client\",\"id\":1,\"comment\":null},\"app\":{\"type\":\"App\",\"id\":2,\"comment\":null},\"cli\":{\"type\":\"CLI\",\"id\":3,\"comment\":null},\"props\":{\"type\":\"Props\",\"id\":4,\"comment\":null},\"services\":{\"type\":\"Services\",\"id\":5,\"comment\":null},\"system\":{\"type\":\"System\",\"id\":6,\"comment\":null}},\"nested\":{\"App\":{\"fields\":{\"org\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"theme\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"website\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"publicUrl\":{\"type\":\"string\",\"id\":4,\"options\":{\"(env)\":\"PUBLIC_URL\"},\"comment\":null}},\"comment\":null},\"CLI\":{\"fields\":{\"nodePath\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"app\":{\"type\":\"AppServe\",\"id\":2,\"comment\":null},\"console\":{\"type\":\"Package\",\"id\":3,\"comment\":null},\"mdns\":{\"type\":\"Package\",\"id\":4,\"comment\":null},\"signal\":{\"type\":\"Package\",\"id\":5,\"comment\":null},\"npmClient\":{\"type\":\"string\",\"id\":6,\"comment\":null},\"channel\":{\"type\":\"string\",\"id\":7,\"comment\":null}},\"nested\":{\"AppServe\":{\"fields\":{\"serve\":{\"type\":\"Serve\",\"id\":1,\"comment\":null}},\"nested\":{\"Serve\":{\"fields\":{\"config\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"loginApp\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"keyPhrase\":{\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null}},\"comment\":null},\"Package\":{\"fields\":{\"package\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"channel\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"bin\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"config\":{\"type\":\"string\",\"id\":4,\"comment\":null}},\"comment\":null}},\"comment\":null},\"Client\":{\"fields\":{\"debug\":{\"type\":\"string\",\"id\":1,\"options\":{\"(env)\":\"DEBUG\"},\"comment\":null},\"storage\":{\"type\":\"Storage\",\"id\":2,\"comment\":null},\"enableSnapshots\":{\"type\":\"bool\",\"id\":3,\"comment\":null},\"snapshotInterval\":{\"type\":\"int32\",\"id\":4,\"comment\":\"Milliseconds\"},\"invitationExpiration\":{\"type\":\"int32\",\"id\":5,\"comment\":\"Milliseconds\"},\"mode\":{\"type\":\"Mode\",\"id\":6,\"comment\":null}},\"nested\":{\"Mode\":{\"values\":{\"AUTOMATIC\":0,\"LOCAL\":1,\"REMOTE\":2},\"comment\":\"Whether the client services are local with ClientServiceHost or remote and need to be accessed via ClientServiceProxy. Defaults to AUTOMATIC.\",\"comments\":{\"AUTOMATIC\":\"Connects to the browser wallet if avialable, otherwise runs services in the local mode.\",\"LOCAL\":\"Run services in the local mode.\",\"REMOTE\":\"Connect to the browser wallet or to the remote services through the RPC port.\"}},\"Storage\":{\"fields\":{\"persistent\":{\"type\":\"bool\",\"id\":1,\"comment\":null},\"storageType\":{\"type\":\"StorageDriver\",\"id\":2,\"comment\":null},\"keyStorage\":{\"type\":\"StorageDriver\",\"id\":3,\"comment\":null},\"path\":{\"type\":\"string\",\"id\":4,\"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},\"Props\":{\"fields\":{\"title\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"Services\":{\"fields\":{\"kube\":{\"type\":\"Kube\",\"id\":1,\"comment\":null},\"app\":{\"type\":\"AppServer\",\"id\":2,\"comment\":null},\"dxns\":{\"type\":\"Dxns\",\"id\":3,\"comment\":null},\"ipfs\":{\"type\":\"Ipfs\",\"id\":4,\"comment\":null},\"signal\":{\"type\":\"Signal\",\"id\":5,\"comment\":null},\"ice\":{\"rule\":\"repeated\",\"type\":\"Ice\",\"id\":6,\"comment\":null},\"machine\":{\"type\":\"Machine\",\"id\":7,\"comment\":null},\"bot\":{\"type\":\"BotFactory\",\"id\":8,\"comment\":null}},\"nested\":{\"AppServer\":{\"fields\":{\"prefix\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"server\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"BotFactory\":{\"fields\":{\"topic\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"persistent\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"retryAttempts\":{\"type\":\"int32\",\"id\":3,\"comment\":null},\"retryInterval\":{\"type\":\"int32\",\"id\":4,\"comment\":null}},\"comment\":null},\"Dxns\":{\"fields\":{\"server\":{\"type\":\"string\",\"id\":1,\"comment\":\"DXNS endpoint.\"},\"accountUri\":{\"type\":\"string\",\"id\":2,\"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,\"comment\":\"Public Polkadot Address.\"},\"account\":{\"type\":\"string\",\"id\":4,\"comment\":\"Public address of a DXNS Account.\"},\"faucet\":{\"type\":\"string\",\"id\":5,\"comment\":null}},\"comment\":null},\"Ice\":{\"fields\":{\"urls\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"username\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"credential\":{\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null},\"Ipfs\":{\"fields\":{\"server\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"gateway\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"Kube\":{\"fields\":{\"endpoints\":{\"type\":\"Endpoints\",\"id\":1,\"comment\":null},\"publicUrl\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"nested\":{\"Endpoints\":{\"fields\":{\"logs\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"services\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"cert\":{\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null}},\"comment\":null},\"Machine\":{\"fields\":{\"doAccessToken\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"githubAccessToken\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"githubUsername\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"dnsDomain\":{\"type\":\"string\",\"id\":4,\"comment\":null},\"npmAccessToken\":{\"type\":\"string\",\"id\":5,\"comment\":null}},\"comment\":null},\"Signal\":{\"fields\":{\"server\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"api\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"status\":{\"type\":\"string\",\"id\":3,\"comment\":null}},\"comment\":null}},\"comment\":null},\"System\":{\"fields\":{\"debug\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null}},\"comment\":null}}},\"credentials\":{\"nested\":{\"Message\":{\"fields\":{\"payload\":{\"rule\":\"required\",\"type\":\"google.protobuf.Any\",\"id\":1,\"comment\":null}},\"comment\":null},\"SignedMessage\":{\"fields\":{\"signed\":{\"rule\":\"required\",\"type\":\"Signed\",\"id\":1,\"comment\":null},\"signatures\":{\"rule\":\"repeated\",\"type\":\"Signature\",\"id\":2,\"comment\":null}},\"nested\":{\"Signature\":{\"fields\":{\"key\":{\"rule\":\"required\",\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"signature\":{\"rule\":\"required\",\"type\":\"bytes\",\"id\":2,\"comment\":null},\"keyChain\":{\"type\":\"KeyChain\",\"id\":3,\"comment\":null}},\"comment\":null},\"Signed\":{\"fields\":{\"created\":{\"rule\":\"required\",\"type\":\"string\",\"id\":1,\"comment\":null},\"nonce\":{\"rule\":\"required\",\"type\":\"bytes\",\"id\":2,\"comment\":null},\"payload\":{\"rule\":\"required\",\"type\":\"google.protobuf.Any\",\"id\":10,\"comment\":null}},\"comment\":null}},\"comment\":\"A generic container message used whenever messages are signed (e.g. PartyCredential)\"}}},\"devtools\":{\"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},\"SubscribeToParties\":{\"requestType\":\"SubscribeToPartiesRequest\",\"responseType\":\"SubscribeToPartiesResponse\",\"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},\"GetPartySnapshot\":{\"requestType\":\"GetPartySnapshotRequest\",\"responseType\":\"GetPartySnapshotResponse\",\"comment\":null},\"SavePartySnapshot\":{\"requestType\":\"SavePartySnapshotRequest\",\"responseType\":\"SavePartySnapshotResponse\",\"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\":{\"fields\":{\"namespaces\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"DisableDebugLoggingResponse\":{\"fields\":{\"enabledNamespaces\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"EnableDebugLoggingRequest\":{\"fields\":{\"namespaces\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"EnableDebugLoggingResponse\":{\"fields\":{\"enabledNamespaces\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null},\"Event\":{\"oneofs\":{\"payload\":{\"oneof\":[\"ready\"],\"comment\":null}},\"fields\":{\"ready\":{\"type\":\"ReadyEvent\",\"id\":1,\"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\":\"PubKey\",\"id\":1,\"comment\":null},\"state\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"connections\":{\"rule\":\"repeated\",\"type\":\"bytes\",\"id\":3,\"comment\":null}},\"comment\":null}},\"comment\":null},\"GetPartySnapshotRequest\":{\"fields\":{\"partyKey\":{\"rule\":\"required\",\"type\":\"PubKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"GetPartySnapshotResponse\":{\"fields\":{\"snapshot\":{\"type\":\"PartySnapshot\",\"id\":1,\"comment\":null}},\"comment\":null},\"ReadyEvent\":{\"fields\":{},\"comment\":null},\"ResetStorageRequest\":{\"fields\":{},\"comment\":null},\"SavePartySnapshotRequest\":{\"fields\":{\"partyKey\":{\"rule\":\"required\",\"type\":\"PubKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SavePartySnapshotResponse\":{\"fields\":{\"snapshot\":{\"type\":\"PartySnapshot\",\"id\":1,\"comment\":null}},\"comment\":null},\"SetTracingOptionsRequest\":{\"fields\":{\"enable\":{\"type\":\"bool\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToCredentialMessagesRequest\":{\"fields\":{\"partyKey\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToCredentialMessagesResponse\":{\"fields\":{\"messages\":{\"rule\":\"repeated\",\"type\":\"SignedMessage\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToFeedBlocksRequest\":{\"fields\":{\"partyKey\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"feedKey\":{\"type\":\"PubKey\",\"id\":2,\"comment\":null},\"maxBlocks\":{\"type\":\"int32\",\"id\":3,\"comment\":null}},\"comment\":null},\"SubscribeToFeedBlocksResponse\":{\"fields\":{\"blocks\":{\"rule\":\"repeated\",\"type\":\"Block\",\"id\":1,\"comment\":null}},\"nested\":{\"Block\":{\"fields\":{\"key\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"seq\":{\"type\":\"int32\",\"id\":2,\"comment\":null},\"sync\":{\"type\":\"bool\",\"id\":3,\"comment\":null},\"path\":{\"type\":\"string\",\"id\":4,\"comment\":null},\"data\":{\"type\":\"FeedMessage\",\"id\":5,\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribeToFeedsRequest\":{\"fields\":{\"partyKey\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"feedKeys\":{\"rule\":\"repeated\",\"type\":\"PubKey\",\"id\":2,\"comment\":null}},\"comment\":null},\"SubscribeToFeedsResponse\":{\"fields\":{\"feeds\":{\"rule\":\"repeated\",\"type\":\"Feed\",\"id\":1,\"comment\":null}},\"nested\":{\"Feed\":{\"fields\":{\"feedKey\":{\"type\":\"PubKey\",\"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\":\"KeyRecord\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToNetworkTopicsResponse\":{\"fields\":{\"topics\":{\"rule\":\"repeated\",\"type\":\"Topic\",\"id\":1,\"comment\":null}},\"nested\":{\"Topic\":{\"fields\":{\"topic\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"label\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribeToPartiesRequest\":{\"fields\":{\"partyKeys\":{\"rule\":\"repeated\",\"type\":\"PubKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeToPartiesResponse\":{\"fields\":{\"parties\":{\"rule\":\"repeated\",\"type\":\"PartyInfo\",\"id\":1,\"comment\":null}},\"nested\":{\"PartyInfo\":{\"fields\":{\"key\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"isOpen\":{\"type\":\"bool\",\"id\":2,\"comment\":null},\"isActive\":{\"type\":\"bool\",\"id\":3,\"comment\":null},\"timeframe\":{\"type\":\"TimeframeVector\",\"id\":4,\"comment\":null},\"feeds\":{\"rule\":\"repeated\",\"type\":\"PubKey\",\"id\":5,\"comment\":null},\"properties\":{\"keyType\":\"string\",\"type\":\"string\",\"id\":6,\"comment\":null}},\"comment\":null}},\"comment\":null},\"SubscribeToSignalStatusResponse\":{\"fields\":{\"servers\":{\"rule\":\"repeated\",\"type\":\"SignalServer\",\"id\":1,\"comment\":null}},\"nested\":{\"SignalServer\":{\"fields\":{\"host\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"state\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"error\":{\"type\":\"string\",\"id\":3,\"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},\"SubscribeToSwarmInfoRequest\":{\"fields\":{},\"comment\":null},\"SubscribeToSwarmInfoResponse\":{\"fields\":{\"data\":{\"rule\":\"repeated\",\"type\":\"SwarmInfo\",\"id\":1,\"comment\":null}},\"nested\":{\"SwarmInfo\":{\"fields\":{\"id\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"topic\":{\"type\":\"PubKey\",\"id\":2,\"comment\":null},\"label\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"isActive\":{\"type\":\"bool\",\"id\":4,\"comment\":null},\"connections\":{\"rule\":\"repeated\",\"type\":\"ConnectionInfo\",\"id\":5,\"comment\":null}},\"nested\":{\"ConnectionInfo\":{\"fields\":{\"state\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"sessionId\":{\"type\":\"PubKey\",\"id\":2,\"comment\":null},\"remotePeerId\":{\"type\":\"PubKey\",\"id\":3,\"comment\":null},\"transport\":{\"type\":\"string\",\"id\":4,\"comment\":null},\"protocolExtensions\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":5,\"comment\":null},\"events\":{\"rule\":\"repeated\",\"type\":\"Json\",\"id\":6,\"comment\":null}},\"nested\":{\"Json\":{\"fields\":{\"data\":{\"type\":\"string\",\"id\":1,\"comment\":null}},\"comment\":null}},\"comment\":null}},\"comment\":null}},\"comment\":null},\"TracingService\":{\"methods\":{\"SetTracingOptions\":{\"requestType\":\"SetTracingOptionsRequest\",\"responseType\":\"google.protobuf.Empty\",\"comment\":null},\"SubscribeToRpcTrace\":{\"requestType\":\"google.protobuf.Empty\",\"responseType\":\"RpcMessage\",\"responseStream\":true,\"comment\":null}},\"comment\":null}}},\"echo\":{\"nested\":{\"feed\":{\"nested\":{\"CredentialsMessage\":{\"fields\":{\"data\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":\"A container for dxos.credentials.Message\"},\"EchoEnvelope\":{\"fields\":{\"itemId\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"genesis\":{\"type\":\"ItemGenesis\",\"id\":10,\"comment\":null},\"itemMutation\":{\"type\":\"ItemMutation\",\"id\":11,\"comment\":null},\"mutation\":{\"type\":\"bytes\",\"id\":12,\"comment\":null},\"snapshot\":{\"type\":\"ModelSnapshot\",\"id\":13,\"comment\":\"Set the model to the provided snapshot.\"}},\"comment\":\"Wrapper for all ECHO messages.\"},\"FeedMessage\":{\"oneofs\":{\"payload\":{\"oneof\":[\"halo\",\"echo\"],\"comment\":null}},\"fields\":{\"timeframe\":{\"type\":\"TimeframeVector\",\"id\":1,\"comment\":null},\"halo\":{\"type\":\"CredentialsMessage\",\"id\":10,\"comment\":null},\"echo\":{\"type\":\"EchoEnvelope\",\"id\":11,\"comment\":null}},\"comment\":\"Outer message type decoded by Codec.\\nThis is what is written to the feeds.\"},\"ItemGenesis\":{\"fields\":{\"itemType\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"modelType\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"modelVersion\":{\"type\":\"string\",\"id\":3,\"comment\":null},\"link\":{\"type\":\"LinkData\",\"id\":4,\"comment\":null}},\"comment\":null},\"ItemMutation\":{\"fields\":{\"parentId\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"action\":{\"type\":\"Action\",\"id\":2,\"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}}},\"invitation\":{\"nested\":{\"InvitationDescriptor\":{\"fields\":{\"type\":{\"type\":\"Type\",\"id\":1,\"comment\":null},\"swarmKey\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"invitation\":{\"type\":\"bytes\",\"id\":3,\"comment\":null},\"identityKey\":{\"type\":\"bytes\",\"id\":4,\"comment\":\"Only present if type == OFFLINE.\"},\"secret\":{\"type\":\"bytes\",\"id\":5,\"comment\":\"Must be stripped out when passing to another peer.\"}},\"nested\":{\"Type\":{\"values\":{\"INTERACTIVE\":1,\"OFFLINE\":2},\"comment\":\"Defines an invitation type.\",\"comments\":{\"INTERACTIVE\":\"Interactive invitation is when both peers are online at the same time.\",\"OFFLINE\":\"Offline is when only a single peer needs to be online at the time.\"}}},\"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\":\"PubKey\",\"id\":1,\"comment\":null},\"seq\":{\"type\":\"int32\",\"id\":2,\"comment\":null}},\"comment\":null},\"SubscribeEntitySetRequest\":{\"fields\":{\"partyKey\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null}},\"comment\":null},\"SubscribeEntitySetResponse\":{\"fields\":{\"added\":{\"rule\":\"repeated\",\"type\":\"EchoEnvelope\",\"id\":1,\"comment\":null},\"deleted\":{\"rule\":\"repeated\",\"type\":\"EchoEnvelope\",\"id\":2,\"comment\":null}},\"comment\":null},\"SubscribeEntityStreamRequest\":{\"fields\":{\"partyKey\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"itemId\":{\"type\":\"string\",\"id\":2,\"comment\":null}},\"comment\":null},\"SubscribeEntityStreamResponse\":{\"oneofs\":{\"kind\":{\"oneof\":[\"snapshot\",\"mutation\"],\"comment\":null}},\"fields\":{\"snapshot\":{\"type\":\"ItemSnapshot\",\"id\":1,\"comment\":null},\"mutation\":{\"type\":\"Mutation\",\"id\":2,\"comment\":null}},\"nested\":{\"Mutation\":{\"fields\":{\"data\":{\"type\":\"EchoEnvelope\",\"id\":1,\"comment\":null},\"meta\":{\"type\":\"Metadata\",\"id\":2,\"comment\":null}},\"nested\":{\"Metadata\":{\"fields\":{\"feedKey\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"memberKey\":{\"type\":\"PubKey\",\"id\":2,\"comment\":null},\"seq\":{\"type\":\"int32\",\"id\":3,\"comment\":null},\"timeframe\":{\"type\":\"TimeframeVector\",\"id\":4,\"comment\":null}},\"comment\":null}},\"comment\":null}},\"comment\":null},\"WriteRequest\":{\"fields\":{\"partyKey\":{\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"mutation\":{\"type\":\"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.CredentialsMessage\",\"id\":1,\"comment\":null}},\"comment\":null},\"ItemSnapshot\":{\"oneofs\":{\"_itemId\":{\"oneof\":[\"itemId\"]},\"_itemType\":{\"oneof\":[\"itemType\"]},\"_modelType\":{\"oneof\":[\"modelType\"]},\"_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,\"options\":{\"proto3_optional\":true},\"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\"]},\"_modelType\":{\"oneof\":[\"modelType\"]},\"_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,\"options\":{\"proto3_optional\":true},\"comment\":null},\"modelVersion\":{\"type\":\"string\",\"id\":4,\"options\":{\"proto3_optional\":true},\"comment\":null},\"source\":{\"rule\":\"required\",\"type\":\"string\",\"id\":5,\"comment\":null},\"target\":{\"rule\":\"required\",\"type\":\"string\",\"id\":6,\"comment\":null},\"model\":{\"type\":\"ModelSnapshot\",\"id\":7,\"options\":{\"proto3_optional\":true},\"comment\":null}},\"comment\":null},\"ModelMutation\":{\"fields\":{\"mutation\":{\"rule\":\"required\",\"type\":\"bytes\",\"id\":1,\"comment\":null},\"meta\":{\"rule\":\"required\",\"type\":\"ModelMutationMeta\",\"id\":2,\"comment\":null}},\"comment\":null},\"ModelMutationMeta\":{\"fields\":{\"feedKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"id\":1,\"comment\":null},\"seq\":{\"rule\":\"required\",\"type\":\"int32\",\"id\":2,\"comment\":null},\"memberKey\":{\"rule\":\"required\",\"type\":\"dxos.halo.keys.PubKey\",\"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},\"PartySnapshot\":{\"fields\":{\"partyKey\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"timeframe\":{\"type\":\"TimeframeVector\",\"id\":2,\"comment\":null},\"timestamp\":{\"type\":\"int32\",\"id\":3,\"comment\":null},\"halo\":{\"type\":\"HaloStateSnapshot\",\"id\":11,\"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.\"}}}}},\"halo\":{\"nested\":{\"keys\":{\"nested\":{\"KeyChain\":{\"fields\":{\"publicKey\":{\"rule\":\"required\",\"type\":\"PubKey\",\"id\":1,\"comment\":null},\"message\":{\"rule\":\"required\",\"type\":\"SignedMessage\",\"id\":2,\"comment\":null},\"parents\":{\"rule\":\"repeated\",\"type\":\"KeyChain\",\"id\":3,\"comment\":null}},\"comment\":null},\"KeyRecord\":{\"fields\":{\"type\":{\"rule\":\"required\",\"type\":\"KeyType\",\"id\":1,\"comment\":\"The `KeyType` type of the key. This is often unknown for keys from other sources.\"},\"publicKey\":{\"rule\":\"required\",\"type\":\"PubKey\",\"id\":2,\"comment\":\"The public key as a Buffer (required).\"},\"secretKey\":{\"type\":\"PrivKey\",\"id\":3,\"comment\":\"The secret key as a Buffer (this will never be visible outside the Keyring).\"},\"hint\":{\"type\":\"bool\",\"id\":4,\"comment\":\"Is this key from a Greeting \\\"hint\\\"?\"},\"own\":{\"type\":\"bool\",\"id\":5,\"comment\":\"Determines if this is our key?\\nUsually true if `secretKey` is present; may be false for \\\"inception keys\\\" such as the Party key.\"},\"trusted\":{\"type\":\"bool\",\"id\":6,\"comment\":\"Is this key to be trusted?\"},\"added\":{\"type\":\"string\",\"id\":7,\"comment\":\"An RFC-3339 date/time string for when the key was added to the Keyring.\"},\"created\":{\"type\":\"string\",\"id\":8,\"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,\"PARTY\":3,\"FEED\":4,\"DXNS_ADDRESS\":5},\"comment\":null,\"comments\":{\"UNKNOWN\":null,\"IDENTITY\":null,\"DEVICE\":null,\"PARTY\":null,\"FEED\":null,\"DXNS_ADDRESS\":null}},\"PrivKey\":{\"fields\":{\"data\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null},\"PubKey\":{\"fields\":{\"data\":{\"type\":\"bytes\",\"id\":1,\"comment\":null}},\"comment\":null}}}}},\"rpc\":{\"nested\":{\"Error\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1,\"comment\":null},\"message\":{\"type\":\"string\",\"id\":2,\"comment\":null},\"stack\":{\"type\":\"string\",\"id\":3,\"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\"],\"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\":null}},\"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}}}}},\"google\":{\"nested\":{\"protobuf\":{\"nested\":{\"Any\":{\"fields\":{\"type_url\":{\"type\":\"string\",\"id\":1},\"value\":{\"type\":\"bytes\",\"id\":2}},\"comment\":null},\"DescriptorProto\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1},\"field\":{\"rule\":\"repeated\",\"type\":\"FieldDescriptorProto\",\"id\":2},\"extension\":{\"rule\":\"repeated\",\"type\":\"FieldDescriptorProto\",\"id\":6},\"nestedType\":{\"rule\":\"repeated\",\"type\":\"DescriptorProto\",\"id\":3},\"enumType\":{\"rule\":\"repeated\",\"type\":\"EnumDescriptorProto\",\"id\":4},\"extensionRange\":{\"rule\":\"repeated\",\"type\":\"ExtensionRange\",\"id\":5},\"oneofDecl\":{\"rule\":\"repeated\",\"type\":\"OneofDescriptorProto\",\"id\":8},\"options\":{\"type\":\"MessageOptions\",\"id\":7},\"reservedRange\":{\"rule\":\"repeated\",\"type\":\"ReservedRange\",\"id\":9},\"reservedName\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":10}},\"nested\":{\"ExtensionRange\":{\"fields\":{\"start\":{\"type\":\"int32\",\"id\":1},\"end\":{\"type\":\"int32\",\"id\":2}},\"comment\":null},\"ReservedRange\":{\"fields\":{\"start\":{\"type\":\"int32\",\"id\":1},\"end\":{\"type\":\"int32\",\"id\":2}},\"comment\":null}},\"comment\":null},\"Empty\":{\"fields\":{},\"comment\":null},\"EnumDescriptorProto\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1},\"value\":{\"rule\":\"repeated\",\"type\":\"EnumValueDescriptorProto\",\"id\":2},\"options\":{\"type\":\"EnumOptions\",\"id\":3}},\"comment\":null},\"EnumOptions\":{\"fields\":{\"allowAlias\":{\"type\":\"bool\",\"id\":2},\"deprecated\":{\"type\":\"bool\",\"id\":3},\"uninterpretedOption\":{\"rule\":\"repeated\",\"type\":\"UninterpretedOption\",\"id\":999}},\"extensions\":[[1000,536870911]],\"comment\":null},\"EnumValueDescriptorProto\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1},\"number\":{\"type\":\"int32\",\"id\":2},\"options\":{\"type\":\"EnumValueOptions\",\"id\":3}},\"comment\":null},\"EnumValueOptions\":{\"fields\":{\"deprecated\":{\"type\":\"bool\",\"id\":1},\"uninterpretedOption\":{\"rule\":\"repeated\",\"type\":\"UninterpretedOption\",\"id\":999}},\"extensions\":[[1000,536870911]],\"comment\":null},\"FieldDescriptorProto\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1},\"number\":{\"type\":\"int32\",\"id\":3},\"label\":{\"type\":\"Label\",\"id\":4},\"type\":{\"type\":\"Type\",\"id\":5},\"typeName\":{\"type\":\"string\",\"id\":6},\"extendee\":{\"type\":\"string\",\"id\":2},\"defaultValue\":{\"type\":\"string\",\"id\":7},\"oneofIndex\":{\"type\":\"int32\",\"id\":9},\"jsonName\":{\"type\":\"string\",\"id\":10},\"options\":{\"type\":\"FieldOptions\",\"id\":8}},\"nested\":{\"Label\":{\"values\":{\"LABEL_OPTIONAL\":1,\"LABEL_REQUIRED\":2,\"LABEL_REPEATED\":3},\"comments\":{}},\"Type\":{\"values\":{\"TYPE_DOUBLE\":1,\"TYPE_FLOAT\":2,\"TYPE_INT64\":3,\"TYPE_UINT64\":4,\"TYPE_INT32\":5,\"TYPE_FIXED64\":6,\"TYPE_FIXED32\":7,\"TYPE_BOOL\":8,\"TYPE_STRING\":9,\"TYPE_GROUP\":10,\"TYPE_MESSAGE\":11,\"TYPE_BYTES\":12,\"TYPE_UINT32\":13,\"TYPE_ENUM\":14,\"TYPE_SFIXED32\":15,\"TYPE_SFIXED64\":16,\"TYPE_SINT32\":17,\"TYPE_SINT64\":18},\"comments\":{}}},\"comment\":null},\"FieldOptions\":{\"fields\":{\"ctype\":{\"type\":\"CType\",\"id\":1,\"options\":{\"default\":\"STRING\"}},\"packed\":{\"type\":\"bool\",\"id\":2},\"jstype\":{\"type\":\"JSType\",\"id\":6,\"options\":{\"default\":\"JS_NORMAL\"}},\"lazy\":{\"type\":\"bool\",\"id\":5},\"deprecated\":{\"type\":\"bool\",\"id\":3},\"weak\":{\"type\":\"bool\",\"id\":10},\"uninterpretedOption\":{\"rule\":\"repeated\",\"type\":\"UninterpretedOption\",\"id\":999}},\"extensions\":[[1000,536870911]],\"reserved\":[[4,4]],\"nested\":{\"CType\":{\"values\":{\"STRING\":0,\"CORD\":1,\"STRING_PIECE\":2},\"comments\":{}},\"JSType\":{\"values\":{\"JS_NORMAL\":0,\"JS_STRING\":1,\"JS_NUMBER\":2},\"comments\":{}}},\"comment\":null},\"FileDescriptorProto\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1},\"package\":{\"type\":\"string\",\"id\":2},\"dependency\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":3},\"publicDependency\":{\"rule\":\"repeated\",\"type\":\"int32\",\"id\":10,\"options\":{\"packed\":false}},\"weakDependency\":{\"rule\":\"repeated\",\"type\":\"int32\",\"id\":11,\"options\":{\"packed\":false}},\"messageType\":{\"rule\":\"repeated\",\"type\":\"DescriptorProto\",\"id\":4},\"enumType\":{\"rule\":\"repeated\",\"type\":\"EnumDescriptorProto\",\"id\":5},\"service\":{\"rule\":\"repeated\",\"type\":\"ServiceDescriptorProto\",\"id\":6},\"extension\":{\"rule\":\"repeated\",\"type\":\"FieldDescriptorProto\",\"id\":7},\"options\":{\"type\":\"FileOptions\",\"id\":8},\"sourceCodeInfo\":{\"type\":\"SourceCodeInfo\",\"id\":9},\"syntax\":{\"type\":\"string\",\"id\":12}},\"comment\":null},\"FileDescriptorSet\":{\"fields\":{\"file\":{\"rule\":\"repeated\",\"type\":\"FileDescriptorProto\",\"id\":1}},\"comment\":null},\"FileOptions\":{\"fields\":{\"javaPackage\":{\"type\":\"string\",\"id\":1},\"javaOuterClassname\":{\"type\":\"string\",\"id\":8},\"javaMultipleFiles\":{\"type\":\"bool\",\"id\":10},\"javaGenerateEqualsAndHash\":{\"type\":\"bool\",\"id\":20,\"options\":{\"deprecated\":true}},\"javaStringCheckUtf8\":{\"type\":\"bool\",\"id\":27},\"optimizeFor\":{\"type\":\"OptimizeMode\",\"id\":9,\"options\":{\"default\":\"SPEED\"}},\"goPackage\":{\"type\":\"string\",\"id\":11},\"ccGenericServices\":{\"type\":\"bool\",\"id\":16},\"javaGenericServices\":{\"type\":\"bool\",\"id\":17},\"pyGenericServices\":{\"type\":\"bool\",\"id\":18},\"deprecated\":{\"type\":\"bool\",\"id\":23},\"ccEnableArenas\":{\"type\":\"bool\",\"id\":31},\"objcClassPrefix\":{\"type\":\"string\",\"id\":36},\"csharpNamespace\":{\"type\":\"string\",\"id\":37},\"uninterpretedOption\":{\"rule\":\"repeated\",\"type\":\"UninterpretedOption\",\"id\":999}},\"extensions\":[[1000,536870911]],\"reserved\":[[38,38]],\"nested\":{\"OptimizeMode\":{\"values\":{\"SPEED\":1,\"CODE_SIZE\":2,\"LITE_RUNTIME\":3},\"comments\":{}}},\"comment\":null},\"GeneratedCodeInfo\":{\"fields\":{\"annotation\":{\"rule\":\"repeated\",\"type\":\"Annotation\",\"id\":1}},\"nested\":{\"Annotation\":{\"fields\":{\"path\":{\"rule\":\"repeated\",\"type\":\"int32\",\"id\":1},\"sourceFile\":{\"type\":\"string\",\"id\":2},\"begin\":{\"type\":\"int32\",\"id\":3},\"end\":{\"type\":\"int32\",\"id\":4}},\"comment\":null}},\"comment\":null},\"MessageOptions\":{\"fields\":{\"messageSetWireFormat\":{\"type\":\"bool\",\"id\":1},\"noStandardDescriptorAccessor\":{\"type\":\"bool\",\"id\":2},\"deprecated\":{\"type\":\"bool\",\"id\":3},\"mapEntry\":{\"type\":\"bool\",\"id\":7},\"uninterpretedOption\":{\"rule\":\"repeated\",\"type\":\"UninterpretedOption\",\"id\":999}},\"extensions\":[[1000,536870911]],\"reserved\":[[8,8]],\"comment\":null},\"MethodDescriptorProto\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1},\"inputType\":{\"type\":\"string\",\"id\":2},\"outputType\":{\"type\":\"string\",\"id\":3},\"options\":{\"type\":\"MethodOptions\",\"id\":4},\"clientStreaming\":{\"type\":\"bool\",\"id\":5},\"serverStreaming\":{\"type\":\"bool\",\"id\":6}},\"comment\":null},\"MethodOptions\":{\"fields\":{\"deprecated\":{\"type\":\"bool\",\"id\":33},\"uninterpretedOption\":{\"rule\":\"repeated\",\"type\":\"UninterpretedOption\",\"id\":999}},\"extensions\":[[1000,536870911]],\"comment\":null},\"OneofDescriptorProto\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1},\"options\":{\"type\":\"OneofOptions\",\"id\":2}},\"comment\":null},\"OneofOptions\":{\"fields\":{\"uninterpretedOption\":{\"rule\":\"repeated\",\"type\":\"UninterpretedOption\",\"id\":999}},\"extensions\":[[1000,536870911]],\"comment\":null},\"ServiceDescriptorProto\":{\"fields\":{\"name\":{\"type\":\"string\",\"id\":1},\"method\":{\"rule\":\"repeated\",\"type\":\"MethodDescriptorProto\",\"id\":2},\"options\":{\"type\":\"ServiceOptions\",\"id\":3}},\"comment\":null},\"ServiceOptions\":{\"fields\":{\"deprecated\":{\"type\":\"bool\",\"id\":33},\"uninterpretedOption\":{\"rule\":\"repeated\",\"type\":\"UninterpretedOption\",\"id\":999}},\"extensions\":[[1000,536870911]],\"comment\":null},\"SourceCodeInfo\":{\"fields\":{\"location\":{\"rule\":\"repeated\",\"type\":\"Location\",\"id\":1}},\"nested\":{\"Location\":{\"fields\":{\"path\":{\"rule\":\"repeated\",\"type\":\"int32\",\"id\":1},\"span\":{\"rule\":\"repeated\",\"type\":\"int32\",\"id\":2},\"leadingComments\":{\"type\":\"string\",\"id\":3},\"trailingComments\":{\"type\":\"string\",\"id\":4},\"leadingDetachedComments\":{\"rule\":\"repeated\",\"type\":\"string\",\"id\":6}},\"comment\":null}},\"comment\":null},\"Timestamp\":{\"fields\":{\"seconds\":{\"type\":\"int64\",\"id\":1},\"nanos\":{\"type\":\"int32\",\"id\":2}},\"comment\":null},\"UninterpretedOption\":{\"fields\":{\"name\":{\"rule\":\"repeated\",\"type\":\"NamePart\",\"id\":2},\"identifierValue\":{\"type\":\"string\",\"id\":3},\"positiveIntValue\":{\"type\":\"uint64\",\"id\":4},\"negativeIntValue\":{\"type\":\"int64\",\"id\":5},\"doubleValue\":{\"type\":\"double\",\"id\":6},\"stringValue\":{\"type\":\"bytes\",\"id\":7},\"aggregateValue\":{\"type\":\"string\",\"id\":8}},\"nested\":{\"NamePart\":{\"fields\":{\"namePart\":{\"rule\":\"required\",\"type\":\"string\",\"id\":1},\"isExtension\":{\"rule\":\"required\",\"type\":\"bool\",\"id\":2}},\"comment\":null}},\"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;AAa9C,qEAA6C;AA4LhC,QAAA,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,+8jDAA+8jD,CAAC,CAAC;AACz+jD,QAAA,MAAM,GAAG,uBAAM,CAAC,QAAQ,CAAkB,kBAAU,EAAE,uBAAa,CAAC,CAAC"}
@@ -1,3 +0,0 @@
1
- export * as proto from './gen';
2
- export * from './gen/dxos/halo/keys';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/proto/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,cAAc,sBAAsB,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,+CAA+B;AAC/B,uDAAqC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"substitutions.d.ts","sourceRoot":"","sources":["../../../src/proto/substitutions.ts"],"names":[],"mappings":";AAKA,OAAO,EAAS,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;;;sBAW3C,OAAO;;;sBACP,GAAG,KAAG,OAAO;;;wBAGX,eAAe;;;wBACf,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAbvB,wBAeE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"substitutions.js","sourceRoot":"","sources":["../../../src/proto/substitutions.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAEF,yDAAgF;AAChF,mDAAmD;AAEnD,+CAAiF;AAEjF,kBAAe;IACb,GAAG,uCAAsB;IACzB,GAAG,kCAAsB;IACzB,GAAG,kCAAsB;IACzB,GAAG,iCAAgB;IAEnB,oEAAoE;IACpE,mCAAmC,EAAE;QACnC,MAAM,EAAE,CAAC,GAAY,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,mBAAK,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC;QACvD,MAAM,EAAE,CAAC,GAAQ,EAAW,EAAE,CAAC,mBAAK,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC;KACtD;IACD,0EAA0E,EAAE;QAC1E,MAAM,EAAE,CAAC,KAAsB,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;QACrE,MAAM,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAoB;KAClE;CACF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"client-service.d.ts","sourceRoot":"","sources":["../../../src/services/client-service.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,WAAW,EAA4B,MAAM,qBAAqB,CAAC;AAI5E,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACpG,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAI1E,oBAAY,cAAc,GAAG;IAC3B,aAAa,EAAE,aAAa,CAAA;IAC5B,cAAc,EAAE,cAAc,CAAA;IAC9B,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,YAAY,CAAA;IAC1B,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,YAAY,CAAA;IAC1B,cAAc,EAAE,cAAc,CAAA;CAC/B,CAAA;AAGD,eAAO,MAAM,mBAAmB,mDAU9B,CAAC;AAEH,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,cAAc,CAAA;IACxB,IAAI,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC,GAAG,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACxF,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;CACvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"client-service.js","sourceRoot":"","sources":["../../../src/services/client-service.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAGF,uDAA4E;AAC5E,mCAAgD;AAEhD,sCAAsC;AAgBtC,sCAAsC;AACzB,QAAA,mBAAmB,GAAG,IAAA,yBAAmB,EAAiB;IACrE,aAAa,EAAE,YAAM,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAC7D,cAAc,EAAE,YAAM,CAAC,UAAU,CAAC,4BAA4B,CAAC;IAC/D,YAAY,EAAE,YAAM,CAAC,UAAU,CAAC,0BAA0B,CAAC;IAC3D,WAAW,EAAE,YAAM,CAAC,UAAU,CAAC,yBAAyB,CAAC;IACzD,oCAAoC;IACpC,yFAAyF;IACzF,WAAW,EAAE,sBAAc,CAAC,UAAU,CAAC,+BAA+B,CAAC;IACvE,YAAY,EAAE,YAAM,CAAC,UAAU,CAAC,4BAA4B,CAAC;IAC7D,cAAc,EAAE,YAAM,CAAC,UAAU,CAAC,8BAA8B,CAAC;CAClE,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"halo.d.ts","sourceRoot":"","sources":["../../../../src/services/impl/halo.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAIrC,OAAO,EACL,mBAAmB,EACnB,QAAQ,EACR,WAAW,IAAI,YAAY,EAC3B,WAAW,EACX,YAAY,EACZ,oBAAoB,EACpB,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEzD;;GAEG;AACH,qBAAa,WAAY,YAAW,YAAY;IAE5C,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC;gBADP,IAAI,EAAE,IAAI,EACV,MAAM,CAAC,wBAAY;IAKhC,IAAI,CAAE,OAAO,EAAE,WAAW,GAAG,OAAO,CAAC,YAAY,CAAC;IAQlD,YAAY,CAAE,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQhE,iBAAiB,IAAK,MAAM,CAAC,QAAQ,CAAC;IA0BhC,mBAAmB,CAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAOlE,mBAAmB,CAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IAQnF,mBAAmB,CAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAOlE,mBAAmB,CAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC;CAO1F;AAED,eAAO,MAAM,iBAAiB,qBAAsB,kBAAkB,KAAG,WAA4C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"halo.js","sourceRoot":"","sources":["../../../../src/services/impl/halo.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- export { HaloSigner } from './types';
2
- export * from './services';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/impl/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,cAAc,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/services/impl/index.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;;;;;;;;;;;;AAGF,6CAA2B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"party.d.ts","sourceRoot":"","sources":["../../../../src/services/impl/party.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,OAAO,EAAE,IAAI,EAAsE,MAAM,eAAe,CAAC;AAEzG,OAAO,EAEL,YAAY,IAAI,aAAa,EAC7B,wBAAwB,EACxB,wBAAwB,EACxB,sBAAsB,EACtB,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,6BAA6B,EAC7B,iBAAiB,EACjB,kBAAkB,EAClB,uBAAuB,EACvB,KAAK,EACL,oBAAoB,EACpB,sBAAsB,EACtB,YAAY,EACb,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,oBAAoB,IAAI,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AACzG,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAEnE,OAAO,EAAE,kBAAkB,EAAyC,MAAM,SAAS,CAAC;AAEpF;;GAEG;AACH,cAAM,YAAa,YAAW,aAAa;IAIvC,OAAO,CAAC,QAAQ,CAAC,IAAI;IAHvB,OAAO,CAAC,kBAAkB,CAAiC;gBAGxC,IAAI,EAAE,IAAI;IAG7B,gBAAgB,CAAE,OAAO,EAAE,qBAAqB,GAAG,MAAM,CAAC,sBAAsB,CAAC;IA4CjF,gBAAgB;IAWV,eAAe,CAAE,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,YAAY,CAAC;IAOxE,WAAW;;;;;IASX,UAAU,CAAE,QAAQ,EAAE,aAAa,GAAG,OAAO,CAAC,KAAK,CAAC;IASpD,aAAa,CAAE,OAAO,EAAE,oBAAoB;;;;;IA8BlD,gBAAgB,CAAE,OAAO,EAAE,uBAAuB,GAAG,MAAM,CAAC,iBAAiB,CAAC;IAyC9E,gBAAgB,CAAE,OAAO,EAAE,yBAAyB,GAAG,MAAM,CAAC,kBAAkB,CAAC;IAoC3E,sBAAsB,CAAE,OAAO,EAAE,6BAA6B;IAWpE,gBAAgB,CAAE,OAAO,EAAE,uBAAuB,GAAG,MAAM,CAAC,wBAAwB,CAAC;IAwB/E,cAAc,CAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,aAAa,CAAC;CAK7E;AAED,eAAO,MAAM,kBAAkB,aAAc,kBAAkB,KAAG,YAAsC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"party.js","sourceRoot":"","sources":["../../../../src/services/impl/party.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../../../src/services/impl/profile.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,IAAI,EAAwB,MAAM,eAAe,CAAC;AAE3D,OAAO,EACL,6BAA6B,EAC7B,oBAAoB,EACpB,iBAAiB,EAEjB,OAAO,EACP,cAAc,IAAI,eAAe,EACjC,qBAAqB,EACrB,kBAAkB,EAClB,wBAAwB,EACzB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,oBAAoB,IAAI,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AACzG,OAAO,EAAE,kBAAkB,EAAyC,MAAM,SAAS,CAAC;AAEpF;;GAEG;AACH,qBAAa,cAAe,YAAW,eAAe;IAKlD,OAAO,CAAC,QAAQ,CAAC,IAAI;IAJvB,OAAO,CAAC,kBAAkB,CAAiC;gBAIxC,IAAI,EAAE,IAAI;IAG7B,gBAAgB,IAAK,MAAM,CAAC,wBAAwB,CAAC;IAW/C,aAAa,CAAE,OAAO,EAAE,oBAAoB;IAI5C,cAAc,CAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,OAAO,CAAC;IAWvE,gBAAgB,IAAK,MAAM,CAAC,iBAAiB,CAAC;IAwB9C,gBAAgB,CAAE,OAAO,EAAE,yBAAyB,GAAG,MAAM,CAAC,kBAAkB,CAAC;IA8B3E,sBAAsB,CAAE,OAAO,EAAE,6BAA6B;CAUrE;AAED,eAAO,MAAM,oBAAoB,aAAc,kBAAkB,KAAG,cAA0C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"profile.js","sourceRoot":"","sources":["../../../../src/services/impl/profile.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../../src/services/impl/services.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAKhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,eAAO,MAAM,cAAc,SAAU,kBAAkB,KAAG,KAAK,cAAc,EAAE,cAAc,CAc3F,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"services.js","sourceRoot":"","sources":["../../../../src/services/impl/services.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAGF,iCAA2C;AAC3C,mCAA6C;AAC7C,uCAAiD;AACjD,qCAA+C;AAGxC,MAAM,cAAc,GAAG,CAAC,IAAwB,EAAwC,EAAE,CAAC,CAAC;IACjG,aAAa,EAAE,IAAA,4BAAmB,EAAC,IAAI,CAAC;IACxC,cAAc,EAAE,IAAA,8BAAoB,EAAC,IAAI,CAAC;IAC1C,WAAW,EAAE,IAAA,wBAAiB,EAAC,IAAI,CAAC;IACpC,YAAY,EAAE,IAAA,0BAAkB,EAAC,IAAI,CAAC;IACtC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,WAAW;IAClC,cAAc,EAAE;QACd,iBAAiB,EAAE,GAAG,EAAE;YACtB,MAAM,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAC;QAC5C,CAAC;QACD,mBAAmB,EAAE,GAAG,EAAE;YACxB,MAAM,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAC;QAC5C,CAAC;KACF;CACF,CAAC,CAAC;AAdU,QAAA,cAAc,kBAcxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"system.d.ts","sourceRoot":"","sources":["../../../../src/services/impl/system.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,eAAO,MAAM,mBAAmB,qBAAsB,kBAAkB,KAAG,aAMzE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"system.js","sourceRoot":"","sources":["../../../../src/services/impl/system.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAKK,MAAM,mBAAmB,GAAG,CAAC,EAAE,MAAM,EAAE,IAAI,EAAsB,EAAiB,EAAE,CAAC,CAAC;IAC3F,SAAS,EAAE,KAAK,IAAI,EAAE,CAAC,MAAM,CAAC,MAAM;IAEpC,KAAK,EAAE,KAAK,IAAI,EAAE;QAChB,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC;IACrB,CAAC;CACF,CAAC,CAAC;AANU,QAAA,mBAAmB,uBAM7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/services/impl/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAE3D;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,CAAC,OAAO,EAAE,WAAW,EAAE,GAAG,EAAE,SAAS,KAAK,OAAO,CAAC,YAAY,CAAC,CAAA;CACtE;AAED,oBAAY,kBAAkB,GAAG;IAC/B,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,IAAI,CAAA;IACV,MAAM,CAAC,EAAE,UAAU,CAAA;CACpB,CAAA;AAGD,MAAM,WAAW,iBAAiB;IAEhC,cAAc,EAAE,MAAM,CAAA;IACtB,MAAM,EAAE,UAAU,GAAG,SAAS,CAAA;CAC/B;AAGD,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,UAAU,GAAG,SAAS,CAAA;IAC/B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;CAC3B;AAED;;GAEG;AACH,oBAAY,kBAAkB,GAAG,iBAAiB,EAAE,CAAC;AAErD;;GAEG;AACH,oBAAY,kBAAkB,GAAG,GAAG,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/services/impl/types.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE"}
@@ -1,5 +0,0 @@
1
- export { HaloSigner } from './impl';
2
- export * from './client-service';
3
- export * from './service-host';
4
- export * from './service-proxy';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/index.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;;;;;;;;;;;;AAIF,mDAAiC;AACjC,iDAA+B;AAC/B,kDAAgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-host.d.ts","sourceRoot":"","sources":["../../../src/services/service-host.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAGvC,OAAO,EAAE,qBAAqB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAIpE;;GAEG;AACH,qBAAa,iBAAkB,YAAW,qBAAqB;IAM3D,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAN3B,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA4B;IAC5D,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAO;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAiB;gBAGxB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,aAAa;IAyB1C,IAAI,QAAQ,mBAEX;IAEK,IAAI,CAAE,kBAAkB,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC,GAAG,SAAS;IAKzE,KAAK;IAIX,IAAI,IAAI,SAEP;IAED;;;OAGG;IACH,OAAO,CAAC,sBAAsB;CAa/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-host.js","sourceRoot":"","sources":["../../../src/services/service-host.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;AAGF,mDAAqC,CAAC,sBAAsB;AAC5D,2CAAmD;AAGnD,0CAAkG;AAGlG,iCAAwC;AACxC,uCAAiD;AAEjD;;GAEG;AACH,MAAa,iBAAiB;IAK5B,YACmB,OAAe,EACf,QAAuB;QADvB,YAAO,GAAP,OAAO,CAAQ;QACf,aAAQ,GAAR,QAAQ,CAAe;QANzB,oBAAe,GAAG,IAAI,6BAAkB,EAAE,CAAC;QAQ1D,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,8BAAoB,EAClD,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAE,EAAE,CAAE,CAChD,CAAC;QAEF,IAAI,CAAC,KAAK,GAAG,IAAI,cAAI,CAAC;YACpB,OAAO;YACP,UAAU;YACV,qBAAqB,EAAE;gBACrB,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,CAAC;oBACxD,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,CAAE,CAAC,CAAC,CAAC,CAAC,SAAS;gBACrE,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBAC7C,GAAG,EAAE,IAAI;aACV;YACD,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,EAAE,KAAK,CAAC;YACpE,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,CAAC;SACtE,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,GAAG;YACf,GAAG,IAAA,qBAAc,EAAC,EAAE,MAAM,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;YAC3F,YAAY,EAAE,IAAI,CAAC,sBAAsB,EAAE;SAC5C,CAAC;IACJ,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,IAAI,CAAC,SAAS,CAAC;IACxB,CAAC;IAED,KAAK,CAAC,IAAI,CAAE,kBAAmE;QAC7E,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC1C,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;IACpC,CAAC;IAED,KAAK,CAAC,KAAK;QACT,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;IAC3B,CAAC;IAED,IAAI,IAAI;QACN,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED;;;OAGG;IACK,sBAAsB;QAC5B,MAAM,YAAY,GAAgC;YAChD,MAAM,EAAE,IAAI,CAAC,OAAO;YACpB,IAAI,EAAE,IAAI,CAAC,KAAK;YAChB,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS;YAC/B,cAAc,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc;YACzC,YAAY,EAAE,IAAI,CAAC,KAAK,CAAC,YAAY;YACrC,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO;YAChC,KAAK,CAAC,oBAAoB;SAC3B,CAAC;QAEF,OAAO,IAAA,6BAAkB,EAAC,YAAY,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC;IAChE,CAAC;CACF;AAlED,8CAkEC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-proxy.d.ts","sourceRoot":"","sources":["../../../src/services/service-proxy.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAA0C,OAAO,EAAE,MAAM,WAAW,CAAC;AAG5E,OAAO,EAAuB,qBAAqB,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAE9F;;;GAGG;AACH,qBAAa,kBAAmB,YAAW,qBAAqB;IAK5D,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAJ3B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAiC;gBAGvD,IAAI,EAAE,OAAO,EACI,QAAQ,SAAM;IASjC,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC;IAE5B,IAAI,CAAE,kBAAkB,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC,GAAG,SAAS;IAIzE,KAAK;CAGZ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-proxy.js","sourceRoot":"","sources":["../../../src/services/service-proxy.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAEF,uCAA6C;AAE7C,mCAA4E;AAE5E,gCAAwD;AACxD,qDAA8F;AAE9F;;;GAGG;AACH,MAAa,kBAAkB;IAG7B,YACE,IAAa,EACI,WAAW,GAAG;QAAd,aAAQ,GAAR,QAAQ,CAAM;QAE/B,IAAI,CAAC,OAAO,GAAG,IAAA,4BAAsB,EAAC,oCAAmB,EAAE;YACzD,IAAI;SACL,CAAC,CAAC;QAEH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC;IACnC,CAAC;IAID,KAAK,CAAC,IAAI,CAAE,kBAAmE;QAC7E,MAAM,IAAA,sBAAc,EAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,oCAA8B,EAAE,CAAC,CAAC;IACjG,CAAC;IAED,KAAK,CAAC,KAAK;QACT,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IACvB,CAAC;CACF;AAvBD,gDAuBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"services.test.d.ts","sourceRoot":"","sources":["../../../src/services/services.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"services.test.js","sourceRoot":"","sources":["../../../src/services/services.test.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;AAEF,iCAAmC;AACnC,8DAAiC;AAEjC,uCAAoC;AACpC,mCAA2C;AAC3C,+CAA4C;AAE5C,gCAAgC;AAGhC,MAAM,KAAK,GAAG,KAAK,IAAI,EAAE;IACvB,MAAM,MAAM,GAAG,IAAI,YAAM,EAAE,CAAC;IAC5B,MAAM,MAAM,CAAC,UAAU,EAAE,CAAC;IAC1B,IAAA,qBAAS,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;IAElC,OAAO;QACL,MAAM;QACN,QAAQ,EAAE,MAAM,CAAC,QAAQ;KAC1B,CAAC;AACJ,CAAC,CAAC;AAEF,QAAQ,CAAC,iBAAiB,EAAE,GAAG,EAAE;IAC/B,QAAQ,CAAC,oBAAoB,EAAE,GAAG,EAAE;QAClC,IAAA,UAAI,EAAC,qCAAqC,EAAE,KAAK,IAAI,EAAE;YACrD,MAAM,OAAO,GAAG,MAAM,KAAK,EAAE,CAAC;YAC9B,IAAA,qBAAS,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;YAC1C,MAAM,OAAO,GAAG,MAAM,KAAK,EAAE,CAAC;YAC9B,IAAA,qBAAS,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;YAE1C,MAAM,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,aAAa,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC,CAAC;YAC/E,MAAM,UAAU,GAAG,MAAM,IAAI,OAAO,CAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;gBAC1E,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,gBAAgB,EAAE,CAAC,SAAS,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;YAChF,CAAC,CAAC,CAAC;YAEH,IAAA,qBAAM,EAAC,UAAU,CAAC,UAAU,CAAC,CAAC;YAC9B,MAAM,kBAAkB,GAAG,MAAM,IAAI,OAAO,CAAqB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;gBACnF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,gBAAgB,CAAC,UAAU,CAAC,UAAW,CAAC,CAAC,SAAS,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;YACtG,CAAC,CAAC,CAAC;YAEH,MAAM,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,sBAAsB,CAAC;gBAC3D,SAAS,EAAE,kBAAkB,CAAC,EAAE;gBAChC,MAAM,EAAE,UAAU,CAAC,UAAU,CAAC,MAAM;aACrC,CAAC,CAAC;YAEH,MAAM,CAAC,mBAAmB,EAAE,qBAAqB,CAAC,GAAG,IAAA,aAAK,GAAE,CAAC;YAC7D,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,gBAAgB,EAAE,CAAC,SAAS,CAAC,cAAc,CAAC,EAAE;;gBAC5E,IAAI,CAAA,MAAA,cAAc,CAAC,OAAO,0CAAE,QAAQ,MAAK,WAAW,EAAE;oBACpD,qBAAqB,EAAE,CAAC;iBACzB;YACH,CAAC,EAAE,GAAG,CAAC,EAAE;gBACP,IAAI,CAAC,CAAC,GAAG,YAAY,oBAAc,CAAC,EAAE;oBACpC,MAAM,GAAG,CAAC;iBACX;YACH,CAAC,CAAC,CAAC;YACH,MAAM,mBAAmB,CAAC;QAC5B,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/services/storage.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAOpC,oBAAY,cAAc,GAAG,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AAG5D,eAAO,MAAM,oBAAoB,WAAY,KAAK,OAAO,CAAC,MAAM,QAAQ;;;CAyBvE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"storage.js","sourceRoot":"","sources":["../../../src/services/storage.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- export * from './messages';
2
- export * from './platform';
3
- export * from './subscription';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/util/index.ts"],"names":[],"mappings":"AAIA,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC"}
@@ -1,23 +0,0 @@
1
- "use strict";
2
- //
3
- // Copyright 2021 DXOS.org
4
- //
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
17
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
18
- };
19
- Object.defineProperty(exports, "__esModule", { value: true });
20
- __exportStar(require("./messages"), exports);
21
- __exportStar(require("./platform"), exports);
22
- __exportStar(require("./subscription"), exports);
23
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/util/index.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;;;;;;;;;;;;;;AAEF,6CAA2B;AAC3B,6CAA2B;AAC3B,iDAA+B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../src/util/messages.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAIpC,eAAO,MAAM,uBAAuB,QAAO,OAqB1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"messages.js","sourceRoot":"","sources":["../../../src/util/messages.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAIF,yCAAoC;AAE7B,MAAM,uBAAuB,GAAG,GAAY,EAAE;IACnD,IAAI,IAAA,iBAAM,GAAE,EAAE;QACZ,MAAM,IAAI,KAAK,CAAC,sEAAsE,CAAC,CAAC;KACzF;IAED,OAAO;QACL,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,CAAC,MAAM,CAAC,WAAW,CAAC;YAC1C,6BAA6B,EAAE,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC;SACnD,EAAE,GAAG,CAAC;QAEP,SAAS,EAAE,CAAC,QAAQ,EAAE,EAAE;YACtB,MAAM,QAAQ,GAAkB,CAAC,KAAK,EAAE,EAAE;;gBACxC,MAAM,OAAO,GAAG,MAAC,KAAa,aAAb,KAAK,uBAAL,KAAK,CAAU,IAAI,0CAAE,6BAA6B,CAAC;gBACpE,IAAI,OAAO,EAAE;oBACX,QAAQ,CAAC,IAAI,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;iBACnC;YACH,CAAC,CAAC;YACF,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;YAC7C,OAAO,GAAG,EAAE,CAAC,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;QAC/D,CAAC;KACF,CAAC;AACJ,CAAC,CAAC;AArBW,QAAA,uBAAuB,2BAqBlC"}
@@ -1,2 +0,0 @@
1
- export declare const isNode: () => boolean;
2
- //# sourceMappingURL=platform.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../../src/util/platform.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,eAEY,CAAC"}
@@ -1,11 +0,0 @@
1
- "use strict";
2
- //
3
- // Copyright 2020 DXOS.org
4
- //
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.isNode = void 0;
7
- const isNode = () => typeof process !== 'undefined' &&
8
- process.versions != null &&
9
- process.versions.node != null;
10
- exports.isNode = isNode;
11
- //# sourceMappingURL=platform.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"platform.js","sourceRoot":"","sources":["../../../src/util/platform.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;;AAEK,MAAM,MAAM,GAAG,GAAG,EAAE,CAAC,OAAO,OAAO,KAAK,WAAW;IACxD,OAAO,CAAC,QAAQ,IAAI,IAAI;IACxB,OAAO,CAAC,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC;AAFnB,QAAA,MAAM,UAEa"}