@dxos/protocols 0.8.4-main.ef1bc66f44 → 0.8.4-main.f466a3d56e

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 (364) hide show
  1. package/LICENSE +102 -5
  2. package/README.md +1 -1
  3. package/dist/src/FeedProtocol.d.ts +6 -6
  4. package/dist/src/FeedProtocol.d.ts.map +1 -1
  5. package/dist/src/FeedProtocol.js +1 -1
  6. package/dist/src/FeedProtocol.js.map +1 -1
  7. package/dist/src/FunctionProtocol.d.ts +7 -0
  8. package/dist/src/FunctionProtocol.d.ts.map +1 -1
  9. package/dist/src/TraceProtocol.d.ts +15 -0
  10. package/dist/src/TraceProtocol.d.ts.map +1 -0
  11. package/dist/src/TraceProtocol.js +4 -0
  12. package/dist/src/TraceProtocol.js.map +1 -0
  13. package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts +53 -5
  14. package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts.map +1 -1
  15. package/dist/src/buf/proto/gen/dxos/client/queue_pb.js +7 -2
  16. package/dist/src/buf/proto/gen/dxos/client/queue_pb.js.map +1 -1
  17. package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts +65 -2
  18. package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts.map +1 -1
  19. package/dist/src/buf/proto/gen/dxos/client/services_pb.js +64 -37
  20. package/dist/src/buf/proto/gen/dxos/client/services_pb.js.map +1 -1
  21. package/dist/src/buf/proto/gen/dxos/config_pb.d.ts +110 -2
  22. package/dist/src/buf/proto/gen/dxos/config_pb.d.ts.map +1 -1
  23. package/dist/src/buf/proto/gen/dxos/config_pb.js +72 -1
  24. package/dist/src/buf/proto/gen/dxos/config_pb.js.map +1 -1
  25. package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.d.ts +6 -0
  26. package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.d.ts.map +1 -1
  27. package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.js +1 -1
  28. package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.js.map +1 -1
  29. package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts +17 -2
  30. package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts.map +1 -1
  31. package/dist/src/buf/proto/gen/dxos/echo/service_pb.js +1 -1
  32. package/dist/src/buf/proto/gen/dxos/echo/service_pb.js.map +1 -1
  33. package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.d.ts +28 -0
  34. package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.d.ts.map +1 -1
  35. package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.js +10 -5
  36. package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.js.map +1 -1
  37. package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.d.ts +39 -0
  38. package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.d.ts.map +1 -1
  39. package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.js +27 -2
  40. package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.js.map +1 -1
  41. package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts +0 -10
  42. package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts.map +1 -1
  43. package/dist/src/buf/proto/gen/dxos/iframe_pb.js +1 -1
  44. package/dist/src/buf/proto/gen/dxos/iframe_pb.js.map +1 -1
  45. package/dist/src/buf/proto/gen/dxos/rpc_pb.d.ts +24 -0
  46. package/dist/src/buf/proto/gen/dxos/rpc_pb.d.ts.map +1 -1
  47. package/dist/src/buf/proto/gen/dxos/rpc_pb.js +12 -7
  48. package/dist/src/buf/proto/gen/dxos/rpc_pb.js.map +1 -1
  49. package/dist/src/buf/proto/gen/dxos/tracing_pb.d.ts +1 -139
  50. package/dist/src/buf/proto/gen/dxos/tracing_pb.d.ts.map +1 -1
  51. package/dist/src/buf/proto/gen/dxos/tracing_pb.js +10 -44
  52. package/dist/src/buf/proto/gen/dxos/tracing_pb.js.map +1 -1
  53. package/dist/src/codec.test.js +1 -1
  54. package/dist/src/edge/EdgeFunctionEnv.d.ts +39 -25
  55. package/dist/src/edge/EdgeFunctionEnv.d.ts.map +1 -1
  56. package/dist/src/edge/edge.d.ts +169 -1
  57. package/dist/src/edge/edge.d.ts.map +1 -1
  58. package/dist/src/edge/edge.js +15 -1
  59. package/dist/src/edge/edge.js.map +1 -1
  60. package/dist/src/edge/errors.d.ts.map +1 -1
  61. package/dist/src/edge/errors.js +1 -1
  62. package/dist/src/edge/errors.js.map +1 -1
  63. package/dist/src/edge/index.d.ts +1 -0
  64. package/dist/src/edge/index.d.ts.map +1 -1
  65. package/dist/src/edge/index.js +4 -3
  66. package/dist/src/edge/index.js.map +1 -1
  67. package/dist/src/edge/registry.d.ts +212 -0
  68. package/dist/src/edge/registry.d.ts.map +1 -0
  69. package/dist/src/edge/registry.js +139 -0
  70. package/dist/src/edge/registry.js.map +1 -0
  71. package/dist/src/errors/base-errors.d.ts +18 -18
  72. package/dist/src/errors/base-errors.d.ts.map +1 -1
  73. package/dist/src/errors/encoding.d.ts +1 -1
  74. package/dist/src/errors/encoding.d.ts.map +1 -1
  75. package/dist/src/errors/encoding.js +1 -1
  76. package/dist/src/errors/encoding.js.map +1 -1
  77. package/dist/src/errors/errors.d.ts +132 -132
  78. package/dist/src/errors/errors.d.ts.map +1 -1
  79. package/dist/src/errors/errors.js +1 -1
  80. package/dist/src/errors/errors.js.map +1 -1
  81. package/dist/src/errors/errors.test.js +1 -1
  82. package/dist/src/errors/helpers.d.ts +2 -2
  83. package/dist/src/errors/helpers.d.ts.map +1 -1
  84. package/dist/src/errors/index.js +5 -5
  85. package/dist/src/errors/parameter.d.ts.map +1 -1
  86. package/dist/src/index.d.ts +1 -1
  87. package/dist/src/index.d.ts.map +1 -1
  88. package/dist/src/index.js +11 -11
  89. package/dist/src/index.js.map +1 -1
  90. package/dist/src/indexing.d.ts.map +1 -1
  91. package/dist/src/indexing.test.js +1 -1
  92. package/dist/src/proto/gen/dxos/agent/dashboard.d.ts +3 -6
  93. package/dist/src/proto/gen/dxos/agent/dashboard.d.ts.map +1 -1
  94. package/dist/src/proto/gen/dxos/agent/dashboard.js.map +1 -1
  95. package/dist/src/proto/gen/dxos/agent/echoproxy.d.ts +1 -2
  96. package/dist/src/proto/gen/dxos/agent/echoproxy.d.ts.map +1 -1
  97. package/dist/src/proto/gen/dxos/agent/epoch.d.ts +1 -2
  98. package/dist/src/proto/gen/dxos/agent/epoch.d.ts.map +1 -1
  99. package/dist/src/proto/gen/dxos/agent/functions.d.ts +6 -12
  100. package/dist/src/proto/gen/dxos/agent/functions.d.ts.map +1 -1
  101. package/dist/src/proto/gen/dxos/bot.d.ts +12 -24
  102. package/dist/src/proto/gen/dxos/bot.d.ts.map +1 -1
  103. package/dist/src/proto/gen/dxos/bot.js.map +1 -1
  104. package/dist/src/proto/gen/dxos/client/services.d.ts +1017 -1027
  105. package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  106. package/dist/src/proto/gen/dxos/client/services.js +106 -94
  107. package/dist/src/proto/gen/dxos/client/services.js.map +1 -1
  108. package/dist/src/proto/gen/dxos/config.d.ts +111 -101
  109. package/dist/src/proto/gen/dxos/config.d.ts.map +1 -1
  110. package/dist/src/proto/gen/dxos/config.js +26 -0
  111. package/dist/src/proto/gen/dxos/config.js.map +1 -1
  112. package/dist/src/proto/gen/dxos/devtools/host.d.ts +71 -119
  113. package/dist/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
  114. package/dist/src/proto/gen/dxos/devtools/swarm.d.ts +4 -8
  115. package/dist/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -1
  116. package/dist/src/proto/gen/dxos/echo/blob.d.ts +1 -2
  117. package/dist/src/proto/gen/dxos/echo/blob.d.ts.map +1 -1
  118. package/dist/src/proto/gen/dxos/echo/blob.js.map +1 -1
  119. package/dist/src/proto/gen/dxos/echo/feed.d.ts +4 -8
  120. package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
  121. package/dist/src/proto/gen/dxos/echo/filter.d.ts +2 -4
  122. package/dist/src/proto/gen/dxos/echo/filter.d.ts.map +1 -1
  123. package/dist/src/proto/gen/dxos/echo/filter.js.map +1 -1
  124. package/dist/src/proto/gen/dxos/echo/indexing.d.ts +2 -4
  125. package/dist/src/proto/gen/dxos/echo/indexing.d.ts.map +1 -1
  126. package/dist/src/proto/gen/dxos/echo/indexing.js.map +1 -1
  127. package/dist/src/proto/gen/dxos/echo/metadata.d.ts +12 -16
  128. package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
  129. package/dist/src/proto/gen/dxos/echo/metadata.js.map +1 -1
  130. package/dist/src/proto/gen/dxos/echo/model/document.d.ts +11 -22
  131. package/dist/src/proto/gen/dxos/echo/model/document.d.ts.map +1 -1
  132. package/dist/src/proto/gen/dxos/echo/model/document.js.map +1 -1
  133. package/dist/src/proto/gen/dxos/echo/model/messenger.d.ts +1 -2
  134. package/dist/src/proto/gen/dxos/echo/model/messenger.d.ts.map +1 -1
  135. package/dist/src/proto/gen/dxos/echo/model/text.d.ts +2 -4
  136. package/dist/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -1
  137. package/dist/src/proto/gen/dxos/echo/object.d.ts +6 -12
  138. package/dist/src/proto/gen/dxos/echo/object.d.ts.map +1 -1
  139. package/dist/src/proto/gen/dxos/echo/object.js.map +1 -1
  140. package/dist/src/proto/gen/dxos/echo/query.d.ts +4 -8
  141. package/dist/src/proto/gen/dxos/echo/query.d.ts.map +1 -1
  142. package/dist/src/proto/gen/dxos/echo/query.js.map +1 -1
  143. package/dist/src/proto/gen/dxos/echo/service.d.ts +36 -35
  144. package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
  145. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +2 -4
  146. package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -1
  147. package/dist/src/proto/gen/dxos/echo/timeframe.d.ts +2 -4
  148. package/dist/src/proto/gen/dxos/echo/timeframe.d.ts.map +1 -1
  149. package/dist/src/proto/gen/dxos/edge/calls.d.ts +5 -10
  150. package/dist/src/proto/gen/dxos/edge/calls.d.ts.map +1 -1
  151. package/dist/src/proto/gen/dxos/edge/messenger.d.ts +28 -10
  152. package/dist/src/proto/gen/dxos/edge/messenger.d.ts.map +1 -1
  153. package/dist/src/proto/gen/dxos/edge/messenger.js.map +1 -1
  154. package/dist/src/proto/gen/dxos/edge/signal.d.ts +7 -14
  155. package/dist/src/proto/gen/dxos/edge/signal.d.ts.map +1 -1
  156. package/dist/src/proto/gen/dxos/error.d.ts +1 -2
  157. package/dist/src/proto/gen/dxos/error.d.ts.map +1 -1
  158. package/dist/src/proto/gen/dxos/gravity.d.ts +10 -20
  159. package/dist/src/proto/gen/dxos/gravity.d.ts.map +1 -1
  160. package/dist/src/proto/gen/dxos/halo/credentials/auth.d.ts +1 -2
  161. package/dist/src/proto/gen/dxos/halo/credentials/auth.d.ts.map +1 -1
  162. package/dist/src/proto/gen/dxos/halo/credentials/greet.d.ts +6 -12
  163. package/dist/src/proto/gen/dxos/halo/credentials/greet.d.ts.map +1 -1
  164. package/dist/src/proto/gen/dxos/halo/credentials/greet.js.map +1 -1
  165. package/dist/src/proto/gen/dxos/halo/credentials/identity.d.ts +2 -4
  166. package/dist/src/proto/gen/dxos/halo/credentials/identity.d.ts.map +1 -1
  167. package/dist/src/proto/gen/dxos/halo/credentials.d.ts +35 -43
  168. package/dist/src/proto/gen/dxos/halo/credentials.d.ts.map +1 -1
  169. package/dist/src/proto/gen/dxos/halo/credentials.js +9 -0
  170. package/dist/src/proto/gen/dxos/halo/credentials.js.map +1 -1
  171. package/dist/src/proto/gen/dxos/halo/invitations.d.ts +13 -26
  172. package/dist/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -1
  173. package/dist/src/proto/gen/dxos/halo/invitations.js.map +1 -1
  174. package/dist/src/proto/gen/dxos/halo/keyring.d.ts +1 -2
  175. package/dist/src/proto/gen/dxos/halo/keyring.d.ts.map +1 -1
  176. package/dist/src/proto/gen/dxos/halo/keys.d.ts +2 -4
  177. package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +1 -1
  178. package/dist/src/proto/gen/dxos/halo/signed.d.ts +4 -8
  179. package/dist/src/proto/gen/dxos/halo/signed.d.ts.map +1 -1
  180. package/dist/src/proto/gen/dxos/iframe.d.ts +4 -18
  181. package/dist/src/proto/gen/dxos/iframe.d.ts.map +1 -1
  182. package/dist/src/proto/gen/dxos/iframe.js.map +1 -1
  183. package/dist/src/proto/gen/dxos/keys.d.ts +2 -4
  184. package/dist/src/proto/gen/dxos/keys.d.ts.map +1 -1
  185. package/dist/src/proto/gen/dxos/mesh/bridge.d.ts +12 -24
  186. package/dist/src/proto/gen/dxos/mesh/bridge.d.ts.map +1 -1
  187. package/dist/src/proto/gen/dxos/mesh/broadcast.d.ts +1 -2
  188. package/dist/src/proto/gen/dxos/mesh/broadcast.d.ts.map +1 -1
  189. package/dist/src/proto/gen/dxos/mesh/messaging.d.ts +2 -4
  190. package/dist/src/proto/gen/dxos/mesh/messaging.d.ts.map +1 -1
  191. package/dist/src/proto/gen/dxos/mesh/muxer.d.ts +5 -10
  192. package/dist/src/proto/gen/dxos/mesh/muxer.d.ts.map +1 -1
  193. package/dist/src/proto/gen/dxos/mesh/presence.d.ts +1 -2
  194. package/dist/src/proto/gen/dxos/mesh/presence.d.ts.map +1 -1
  195. package/dist/src/proto/gen/dxos/mesh/protocol.d.ts +3 -6
  196. package/dist/src/proto/gen/dxos/mesh/protocol.d.ts.map +1 -1
  197. package/dist/src/proto/gen/dxos/mesh/replicator.d.ts +2 -4
  198. package/dist/src/proto/gen/dxos/mesh/replicator.d.ts.map +1 -1
  199. package/dist/src/proto/gen/dxos/mesh/signal.d.ts +9 -18
  200. package/dist/src/proto/gen/dxos/mesh/signal.d.ts.map +1 -1
  201. package/dist/src/proto/gen/dxos/mesh/signal.js.map +1 -1
  202. package/dist/src/proto/gen/dxos/mesh/swarm.d.ts +6 -12
  203. package/dist/src/proto/gen/dxos/mesh/swarm.d.ts.map +1 -1
  204. package/dist/src/proto/gen/dxos/mesh/teleport/auth.d.ts +2 -4
  205. package/dist/src/proto/gen/dxos/mesh/teleport/auth.d.ts.map +1 -1
  206. package/dist/src/proto/gen/dxos/mesh/teleport/automerge.d.ts +2 -4
  207. package/dist/src/proto/gen/dxos/mesh/teleport/automerge.d.ts.map +1 -1
  208. package/dist/src/proto/gen/dxos/mesh/teleport/blobsync.d.ts +3 -6
  209. package/dist/src/proto/gen/dxos/mesh/teleport/blobsync.d.ts.map +1 -1
  210. package/dist/src/proto/gen/dxos/mesh/teleport/control.d.ts +3 -6
  211. package/dist/src/proto/gen/dxos/mesh/teleport/control.d.ts.map +1 -1
  212. package/dist/src/proto/gen/dxos/mesh/teleport/gossip.d.ts +1 -2
  213. package/dist/src/proto/gen/dxos/mesh/teleport/gossip.d.ts.map +1 -1
  214. package/dist/src/proto/gen/dxos/mesh/teleport/notarization.d.ts +1 -2
  215. package/dist/src/proto/gen/dxos/mesh/teleport/notarization.d.ts.map +1 -1
  216. package/dist/src/proto/gen/dxos/mesh/teleport/replicator.d.ts +5 -10
  217. package/dist/src/proto/gen/dxos/mesh/teleport/replicator.d.ts.map +1 -1
  218. package/dist/src/proto/gen/dxos/mesh/teleport.d.ts +2 -4
  219. package/dist/src/proto/gen/dxos/mesh/teleport.d.ts.map +1 -1
  220. package/dist/src/proto/gen/dxos/registry.d.ts +3 -6
  221. package/dist/src/proto/gen/dxos/registry.d.ts.map +1 -1
  222. package/dist/src/proto/gen/dxos/rpc.d.ts +24 -12
  223. package/dist/src/proto/gen/dxos/rpc.d.ts.map +1 -1
  224. package/dist/src/proto/gen/dxos/rpc.js.map +1 -1
  225. package/dist/src/proto/gen/dxos/service/agentmanager.d.ts +4 -8
  226. package/dist/src/proto/gen/dxos/service/agentmanager.d.ts.map +1 -1
  227. package/dist/src/proto/gen/dxos/service/agentmanager.js.map +1 -1
  228. package/dist/src/proto/gen/dxos/service/publisher.d.ts +5 -10
  229. package/dist/src/proto/gen/dxos/service/publisher.d.ts.map +1 -1
  230. package/dist/src/proto/gen/dxos/service/supervisor.d.ts +12 -24
  231. package/dist/src/proto/gen/dxos/service/supervisor.d.ts.map +1 -1
  232. package/dist/src/proto/gen/dxos/service/supervisor.js.map +1 -1
  233. package/dist/src/proto/gen/dxos/service/tunnel.d.ts +3 -6
  234. package/dist/src/proto/gen/dxos/service/tunnel.d.ts.map +1 -1
  235. package/dist/src/proto/gen/dxos/tracing.d.ts +10 -99
  236. package/dist/src/proto/gen/dxos/tracing.d.ts.map +1 -1
  237. package/dist/src/proto/gen/dxos/type.d.ts +12 -24
  238. package/dist/src/proto/gen/dxos/type.d.ts.map +1 -1
  239. package/dist/src/proto/gen/dxos/value.d.ts +2 -4
  240. package/dist/src/proto/gen/dxos/value.d.ts.map +1 -1
  241. package/dist/src/proto/gen/example/testing/data.d.ts +4 -8
  242. package/dist/src/proto/gen/example/testing/data.d.ts.map +1 -1
  243. package/dist/src/proto/gen/example/testing/rpc.d.ts +7 -14
  244. package/dist/src/proto/gen/example/testing/rpc.d.ts.map +1 -1
  245. package/dist/src/proto/gen/google/protobuf.d.ts +326 -40
  246. package/dist/src/proto/gen/google/protobuf.d.ts.map +1 -1
  247. package/dist/src/proto/gen/google/protobuf.js +127 -1
  248. package/dist/src/proto/gen/google/protobuf.js.map +1 -1
  249. package/dist/src/proto/gen/index.d.ts +32 -7
  250. package/dist/src/proto/gen/index.d.ts.map +1 -1
  251. package/dist/src/proto/gen/index.js +1 -1
  252. package/dist/src/proto/gen/index.js.map +1 -1
  253. package/dist/src/proto/index.js +1 -1
  254. package/dist/src/proto/substitutions.d.ts +8 -8
  255. package/dist/src/proto/substitutions.d.ts.map +1 -1
  256. package/dist/src/space-archive.d.ts +62 -3
  257. package/dist/src/space-archive.d.ts.map +1 -1
  258. package/dist/src/space-archive.js +13 -1
  259. package/dist/src/space-archive.js.map +1 -1
  260. package/dist/tsconfig.tsbuildinfo +1 -1
  261. package/package.json +12 -31
  262. package/src/FeedProtocol.ts +2 -1
  263. package/src/FunctionProtocol.ts +9 -2
  264. package/src/TraceProtocol.ts +21 -0
  265. package/src/buf/proto/gen/dxos/client/queue_pb.ts +63 -8
  266. package/src/buf/proto/gen/dxos/client/services_pb.ts +115 -39
  267. package/src/buf/proto/gen/dxos/config_pb.ts +128 -3
  268. package/src/buf/proto/gen/dxos/echo/metadata_pb.ts +8 -1
  269. package/src/buf/proto/gen/dxos/echo/service_pb.ts +19 -3
  270. package/src/buf/proto/gen/dxos/edge/messenger_pb.ts +38 -5
  271. package/src/buf/proto/gen/dxos/halo/credentials_pb.ts +48 -2
  272. package/src/buf/proto/gen/dxos/iframe_pb.ts +1 -13
  273. package/src/buf/proto/gen/dxos/rpc_pb.ts +36 -7
  274. package/src/buf/proto/gen/dxos/tracing_pb.ts +11 -178
  275. package/src/edge/EdgeFunctionEnv.ts +63 -28
  276. package/src/edge/edge.ts +122 -1
  277. package/src/edge/index.ts +1 -0
  278. package/src/edge/registry.ts +164 -0
  279. package/src/errors/encoding.ts +0 -1
  280. package/src/errors/errors.ts +0 -1
  281. package/src/index.ts +1 -1
  282. package/src/proto/dxos/client/queue.proto +18 -4
  283. package/src/proto/dxos/client/services.proto +20 -1
  284. package/src/proto/dxos/config.proto +49 -2
  285. package/src/proto/dxos/echo/metadata.proto +3 -0
  286. package/src/proto/dxos/echo/service.proto +14 -1
  287. package/src/proto/dxos/edge/messenger.proto +10 -0
  288. package/src/proto/dxos/halo/credentials.proto +15 -0
  289. package/src/proto/dxos/iframe.proto +0 -3
  290. package/src/proto/dxos/rpc.proto +7 -0
  291. package/src/proto/dxos/tracing.proto +0 -40
  292. package/src/proto/gen/dxos/agent/dashboard.ts +3 -6
  293. package/src/proto/gen/dxos/agent/echoproxy.ts +1 -2
  294. package/src/proto/gen/dxos/agent/epoch.ts +1 -2
  295. package/src/proto/gen/dxos/agent/functions.ts +6 -12
  296. package/src/proto/gen/dxos/bot.ts +12 -24
  297. package/src/proto/gen/dxos/client/services.ts +1017 -1027
  298. package/src/proto/gen/dxos/config.ts +111 -101
  299. package/src/proto/gen/dxos/devtools/host.ts +71 -119
  300. package/src/proto/gen/dxos/devtools/swarm.ts +4 -8
  301. package/src/proto/gen/dxos/echo/blob.ts +1 -2
  302. package/src/proto/gen/dxos/echo/feed.ts +4 -8
  303. package/src/proto/gen/dxos/echo/filter.ts +2 -4
  304. package/src/proto/gen/dxos/echo/indexing.ts +2 -4
  305. package/src/proto/gen/dxos/echo/metadata.ts +12 -16
  306. package/src/proto/gen/dxos/echo/model/document.ts +11 -22
  307. package/src/proto/gen/dxos/echo/model/messenger.ts +1 -2
  308. package/src/proto/gen/dxos/echo/model/text.ts +2 -4
  309. package/src/proto/gen/dxos/echo/object.ts +6 -12
  310. package/src/proto/gen/dxos/echo/query.ts +4 -8
  311. package/src/proto/gen/dxos/echo/service.ts +36 -35
  312. package/src/proto/gen/dxos/echo/snapshot.ts +2 -4
  313. package/src/proto/gen/dxos/echo/timeframe.ts +2 -4
  314. package/src/proto/gen/dxos/edge/calls.ts +5 -10
  315. package/src/proto/gen/dxos/edge/messenger.ts +28 -10
  316. package/src/proto/gen/dxos/edge/signal.ts +7 -14
  317. package/src/proto/gen/dxos/error.ts +1 -2
  318. package/src/proto/gen/dxos/gravity.ts +10 -20
  319. package/src/proto/gen/dxos/halo/credentials/auth.ts +1 -2
  320. package/src/proto/gen/dxos/halo/credentials/greet.ts +6 -12
  321. package/src/proto/gen/dxos/halo/credentials/identity.ts +2 -4
  322. package/src/proto/gen/dxos/halo/credentials.ts +35 -43
  323. package/src/proto/gen/dxos/halo/invitations.ts +13 -26
  324. package/src/proto/gen/dxos/halo/keyring.ts +1 -2
  325. package/src/proto/gen/dxos/halo/keys.ts +2 -4
  326. package/src/proto/gen/dxos/halo/signed.ts +4 -8
  327. package/src/proto/gen/dxos/iframe.ts +4 -18
  328. package/src/proto/gen/dxos/keys.ts +2 -4
  329. package/src/proto/gen/dxos/mesh/bridge.ts +12 -24
  330. package/src/proto/gen/dxos/mesh/broadcast.ts +1 -2
  331. package/src/proto/gen/dxos/mesh/messaging.ts +2 -4
  332. package/src/proto/gen/dxos/mesh/muxer.ts +5 -10
  333. package/src/proto/gen/dxos/mesh/presence.ts +1 -2
  334. package/src/proto/gen/dxos/mesh/protocol.ts +3 -6
  335. package/src/proto/gen/dxos/mesh/replicator.ts +2 -4
  336. package/src/proto/gen/dxos/mesh/signal.ts +9 -18
  337. package/src/proto/gen/dxos/mesh/swarm.ts +6 -12
  338. package/src/proto/gen/dxos/mesh/teleport/auth.ts +2 -4
  339. package/src/proto/gen/dxos/mesh/teleport/automerge.ts +2 -4
  340. package/src/proto/gen/dxos/mesh/teleport/blobsync.ts +3 -6
  341. package/src/proto/gen/dxos/mesh/teleport/control.ts +3 -6
  342. package/src/proto/gen/dxos/mesh/teleport/gossip.ts +1 -2
  343. package/src/proto/gen/dxos/mesh/teleport/notarization.ts +1 -2
  344. package/src/proto/gen/dxos/mesh/teleport/replicator.ts +5 -10
  345. package/src/proto/gen/dxos/mesh/teleport.ts +2 -4
  346. package/src/proto/gen/dxos/registry.ts +3 -6
  347. package/src/proto/gen/dxos/rpc.ts +24 -12
  348. package/src/proto/gen/dxos/service/agentmanager.ts +4 -8
  349. package/src/proto/gen/dxos/service/publisher.ts +5 -10
  350. package/src/proto/gen/dxos/service/supervisor.ts +12 -24
  351. package/src/proto/gen/dxos/service/tunnel.ts +3 -6
  352. package/src/proto/gen/dxos/tracing.ts +10 -96
  353. package/src/proto/gen/dxos/type.ts +12 -24
  354. package/src/proto/gen/dxos/value.ts +2 -4
  355. package/src/proto/gen/example/testing/data.ts +4 -8
  356. package/src/proto/gen/example/testing/rpc.ts +7 -14
  357. package/src/proto/gen/google/protobuf.ts +326 -40
  358. package/src/proto/gen/index.ts +33 -8
  359. package/src/space-archive.ts +70 -1
  360. package/dist/src/tracing.d.ts +0 -40
  361. package/dist/src/tracing.d.ts.map +0 -1
  362. package/dist/src/tracing.js +0 -50
  363. package/dist/src/tracing.js.map +0 -1
  364. package/src/tracing.ts +0 -86
package/LICENSE CHANGED
@@ -1,8 +1,105 @@
1
- MIT License
2
- Copyright (c) 2022 DXOS
1
+ # Functional Source License, Version 1.1, ALv2 Future License
3
2
 
4
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3
+ ## Abbreviation
5
4
 
6
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
+ FSL-1.1-Apache-2.0
7
6
 
8
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
+ ## Notice
8
+
9
+ Copyright 2026 DXOS
10
+
11
+ ## Terms and Conditions
12
+
13
+ ### Licensor ("We")
14
+
15
+ The party offering the Software under these Terms and Conditions.
16
+
17
+ ### The Software
18
+
19
+ The "Software" is each version of the software that we make available under
20
+ these Terms and Conditions, as indicated by our inclusion of these Terms and
21
+ Conditions with the Software.
22
+
23
+ ### License Grant
24
+
25
+ Subject to your compliance with this License Grant and the Patents,
26
+ Redistribution and Trademark clauses below, we hereby grant you the right to
27
+ use, copy, modify, create derivative works, publicly perform, publicly display
28
+ and redistribute the Software for any Permitted Purpose identified below.
29
+
30
+ ### Permitted Purpose
31
+
32
+ A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
33
+ means making the Software available to others in a commercial product or
34
+ service that:
35
+
36
+ 1. substitutes for the Software;
37
+
38
+ 2. substitutes for any other product or service we offer using the Software
39
+ that exists as of the date we make the Software available; or
40
+
41
+ 3. offers the same or substantially similar functionality as the Software.
42
+
43
+ Permitted Purposes specifically include using the Software:
44
+
45
+ 1. for your internal use and access;
46
+
47
+ 2. for non-commercial education;
48
+
49
+ 3. for non-commercial research; and
50
+
51
+ 4. in connection with professional services that you provide to a licensee
52
+ using the Software in accordance with these Terms and Conditions.
53
+
54
+ ### Patents
55
+
56
+ To the extent your use for a Permitted Purpose would necessarily infringe our
57
+ patents, the license grant above includes a license under our patents. If you
58
+ make a claim against any party that the Software infringes or contributes to
59
+ the infringement of any patent, then your patent license to the Software ends
60
+ immediately.
61
+
62
+ ### Redistribution
63
+
64
+ The Terms and Conditions apply to all copies, modifications and derivatives of
65
+ the Software.
66
+
67
+ If you redistribute any copies, modifications or derivatives of the Software,
68
+ you must include a copy of or a link to these Terms and Conditions and not
69
+ remove any copyright notices provided in or with the Software.
70
+
71
+ ### Disclaimer
72
+
73
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
74
+ IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
75
+ PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
76
+
77
+ IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
78
+ SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
79
+ EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
80
+
81
+ ### Trademarks
82
+
83
+ Except for displaying the License Details and identifying us as the origin of
84
+ the Software, you have no right under these Terms and Conditions to use our
85
+ trademarks, trade names, service marks or product names.
86
+
87
+ ## Grant of Future License
88
+
89
+ We hereby irrevocably grant you an additional license to use the Software under
90
+ the Apache License, Version 2.0 that is effective on the second anniversary of
91
+ the date we make the Software available. On or after that date, you may use the
92
+ Software under the Apache License, Version 2.0, in which case the following
93
+ will apply:
94
+
95
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
96
+ this file except in compliance with the License.
97
+
98
+ You may obtain a copy of the License at
99
+
100
+ http://www.apache.org/licenses/LICENSE-2.0
101
+
102
+ Unless required by applicable law or agreed to in writing, software distributed
103
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
104
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the
105
+ specific language governing permissions and limitations under the License.
package/README.md CHANGED
@@ -8,4 +8,4 @@ Generate by running script:
8
8
 
9
9
  ```bash
10
10
  moon run protocols:prebuild
11
- ```
11
+ ```
@@ -1,5 +1,5 @@
1
- export { type QueueService, type QueueQuery, type QueueQueryResult as QueryResult, type QueryQueueRequest, type InsertIntoQueueRequest, type DeleteFromQueueRequest, } from './proto/gen/dxos/client/services.js';
2
- export declare const KEY_QUEUE_POSITION = "dxos.org/key/queue-position";
1
+ export { type QueueService, type QueueQuery, type QueueQueryResult as QueryResult, type QueryQueueRequest, type InsertIntoQueueRequest, type DeleteFromQueueRequest, type SyncQueueRequest, } from './proto/gen/dxos/client/services.js';
2
+ export declare const KEY_QUEUE_POSITION = "org.dxos.key.queue-position";
3
3
  import * as Schema from 'effect/Schema';
4
4
  import { SpaceId } from '@dxos/keys';
5
5
  /**
@@ -65,8 +65,8 @@ export declare const QueryRequest: Schema.Struct<{
65
65
  */
66
66
  spaceId: Schema.Schema<SpaceId, string, never> & {
67
67
  byteLength: number;
68
- encode: (value: Uint8Array) => SpaceId;
69
- decode: (value: SpaceId) => Uint8Array;
68
+ encode: (value: Uint8Array<ArrayBufferLike>) => SpaceId;
69
+ decode: (value: SpaceId) => Uint8Array<ArrayBufferLike>;
70
70
  isValid: (value: unknown) => value is SpaceId;
71
71
  make: (value: string) => SpaceId;
72
72
  random: () => SpaceId;
@@ -510,8 +510,8 @@ export type ProtocolMessage = Schema.Schema.Type<typeof ProtocolMessage>;
510
510
  * Reserved namespaces with protocol-level semantics.
511
511
  */
512
512
  export declare const WellKnownNamespaces: {
513
- readonly data: "data";
514
- readonly trace: "trace";
513
+ readonly data: 'data';
514
+ readonly trace: 'trace';
515
515
  };
516
516
  export declare const isWellKnownNamespace: (namespace: string) => boolean;
517
517
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"FeedProtocol.d.ts","sourceRoot":"","sources":["../../src/FeedProtocol.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,KAAK,gBAAgB,IAAI,WAAW,EACpC,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,GAC5B,MAAM,qCAAqC,CAAC;AAE7C,eAAO,MAAM,kBAAkB,gCAAgC,CAAC;AAEhE,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAIrC;;GAEG;AACH,eAAO,MAAM,UAAU,6DAA4D,CAAC;AACpF,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAC;AAE/D;;GAEG;AACH,eAAO,MAAM,KAAK;IAChB;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;;OAGG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;;OAGG;;EAGH,CAAC;AACH,MAAM,WAAW,KAAM,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC;CAAG;AAMlE;;GAEG;AACH,eAAO,MAAM,YAAY;IACvB;;OAEG;;IAGH;;OAEG;;;;;;;;;IAGH;;OAEG;;;QAMG;;WAEG;;;QAIH;;WAEG;;;IAMT;;;;OAIG;;IAGH;;;;;OAKG;;IAGH;;;;OAIG;;IAGH;;OAEG;;EAEH,CAAC;AACH,MAAM,WAAW,YAAa,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,YAAY,CAAC;CAAG;AAEhF;;GAEG;AACH,eAAO,MAAM,aAAa;IACxB;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;QA5IH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;;WAGG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;;WAGG;;;EAkGH,CAAC;AACH,MAAM,WAAW,aAAc,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,aAAa,CAAC;CAAG;AAElF;;GAEG;AACH,eAAO,MAAM,gBAAgB;IAC3B;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;EAEH,CAAC;AACH,MAAM,WAAW,gBAAiB,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,gBAAgB,CAAC;CAAG;AAExF;;GAEG;AACH,eAAO,MAAM,iBAAiB;IAC5B;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;EAEH,CAAC;AACH,MAAM,WAAW,iBAAkB,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,iBAAiB,CAAC;CAAG;AAE1F;;GAEG;AACH,eAAO,MAAM,aAAa;IACxB;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;QAhNH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;;WAGG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;;WAGG;;;EAsKH,CAAC;AACH,MAAM,WAAW,aAAc,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,aAAa,CAAC;CAAG;AAElF;;GAEG;AACH,eAAO,MAAM,cAAc;IACzB;;OAEG;;IAGH;;OAEG;;EAEH,CAAC;AACH,MAAM,WAAW,cAAe,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,cAAc,CAAC;CAAG;AAEpF;;GAEG;AACH,eAAO,MAAM,eAAe;IA9K1B;;OAEG;;IAGH;;OAEG;;;;;;;;;IAGH;;OAEG;;;QAMG;;WAEG;;;QAIH;;WAEG;;;IAMT;;;;OAIG;;IAGH;;;;;OAKG;;IAGH;;;;OAIG;;IAGH;;OAEG;;;IASH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;QA5IH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;;WAGG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;;WAGG;;;;IAyGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;IASH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;IASH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;QAhNH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;;WAGG;;QAGH;;WAEG;;QAGH;;WAEG;;QAGH;;;WAGG;;;;IA6KH;;OAEG;;IAGH;;OAEG;;;IAgBD;;OAEG;;;;IAOD;;OAEG;;GAIR,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,eAAe,CAAC,CAAC;AAEzE;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AAEX,eAAO,MAAM,oBAAoB,GAAI,WAAW,MAAM,YACS,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,WAAW,MAAM,EAAE,SAAS,OAAO,WACR,CAAC;AAE5D;;GAEG;AACH,eAAO,MAAM,eAAe,GAC1B,WAAW,MAAM,KAChB;IAAE,SAAS,EAAE,MAAM,OAAO,mBAAmB,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAMjE,CAAC"}
1
+ {"version":3,"file":"FeedProtocol.d.ts","sourceRoot":"","sources":["../../src/FeedProtocol.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  //
2
2
  // Copyright 2026 DXOS.org
3
3
  //
4
- export const KEY_QUEUE_POSITION = 'dxos.org/key/queue-position';
4
+ export const KEY_QUEUE_POSITION = 'org.dxos.key.queue-position';
5
5
  import * as Schema from 'effect/Schema';
6
6
  import { invariant } from '@dxos/invariant';
7
7
  import { SpaceId } from '@dxos/keys';
@@ -1 +1 @@
1
- {"version":3,"file":"FeedProtocol.js","sourceRoot":"","sources":["../../src/FeedProtocol.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FeedProtocol.js","sourceRoot":"","sources":["../../src/FeedProtocol.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;AAYF,MAAM,CAAC,MAAM,kBAAkB,GAAG,6BAA6B,CAAC;AAEhE,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAGpF;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC;IACjC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC;IAEzC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM;IAEtB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,MAAM;IAEvB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC;IAEzC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC;IAE1C;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC;IAEtC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,MAAM;IAExB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,UAAU;IAEvB;;;OAGG;IACH,yCAAyC;IACzC,WAAW,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CAC5C,CAAC,CAAC;AAGH,EAAE;AACF,cAAc;AACd,EAAE;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC;IACxC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAEzC;;OAEG;IACH,OAAO,EAAE,OAAO;IAEhB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,MAAM;IAE5B,KAAK,EAAE,MAAM,CAAC,QAAQ,CACpB,MAAM,CAAC,KAAK,CACV,MAAM,CAAC,MAAM,CAAC;QACZ;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;KACrC,CAAC,EACF,MAAM,CAAC,MAAM,CAAC;QACZ;;WAEG;QACH,cAAc,EAAE,MAAM,CAAC,MAAM;KAC9B,CAAC,CACH,CACF;IAED;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC;IAEnC;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAExC;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;IAEjD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CACtC,CAAC,CAAC;AAGH;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC;IACzC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAEzC;;OAEG;IACH,UAAU,EAAE,UAAU;IAEtB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,OAAO;IAEvB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC;CAC5B,CAAC,CAAC;AAGH;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC5C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAEzC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAEvC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;CACrC,CAAC,CAAC;AAGH;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC7C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAEzC;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC,MAAM;IAE7B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,MAAM;CACzB,CAAC,CAAC;AAGH;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC;IACzC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAEzC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM;IAEtB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,MAAM;IAE5B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC;CAC5B,CAAC,CAAC;AAGH;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC;IAC1C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAEzC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;CACvC,CAAC,CAAC;AAGH;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CAAC,KAAK,CACzC,MAAM,CAAC,YAAY,CAAC,cAAc,EAAE,YAAY,CAAC,MAAM,CAAC,EACxD,MAAM,CAAC,YAAY,CAAC,eAAe,EAAE,aAAa,CAAC,MAAM,CAAC,EAC1D,MAAM,CAAC,YAAY,CAAC,kBAAkB,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAChE,MAAM,CAAC,YAAY,CAAC,mBAAmB,EAAE,iBAAiB,CAAC,MAAM,CAAC,EAClE,MAAM,CAAC,YAAY,CAAC,eAAe,EAAE,aAAa,CAAC,MAAM,CAAC,EAC1D,MAAM,CAAC,YAAY,CAAC,gBAAgB,EAAE,cAAc,CAAC,MAAM,CAAC,EAC5D,MAAM,CAAC,YAAY,CAAC,OAAO,EAAE;IAC3B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM;CACvB,CAAC,CACH,CAAC,IAAI,CACJ,MAAM,CAAC,MAAM,CACX,MAAM,CAAC,MAAM,CAAC;IACZ,YAAY,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC;IAC/C;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC;CACnD,CAAC,CACH,CACF,CAAC;AAGF;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACN,CAAC;AAEX,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,SAAiB,EAAE,EAAE,CACxD,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC,QAAQ,CAAC,SAAgB,CAAC,CAAC;AAEhE;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,SAAiB,EAAE,OAAgB,EAAE,EAAE,CACrE,GAAG,WAAW,CAAC,gBAAgB,IAAI,SAAS,IAAI,OAAO,EAAE,CAAC;AAE5D;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAC7B,SAAiB,EACkD,EAAE;IACrE,MAAM,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAC3D,SAAS,CAAC,OAAO,KAAK,WAAW,CAAC,gBAAgB,EAAE,oBAAoB,OAAO,EAAE,CAAC,CAAC;IACnF,SAAS,CAAC,oBAAoB,CAAC,SAAS,CAAC,EAAE,sBAAsB,SAAS,EAAE,CAAC,CAAC;IAC9E,SAAS,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,oBAAoB,OAAO,EAAE,CAAC,CAAC;IACnE,OAAO,EAAE,SAAS,EAAE,SAA6C,EAAE,OAAO,EAAE,CAAC;AAC/E,CAAC,CAAC"}
@@ -3,6 +3,7 @@ import type * as QueryProto from '@dxos/protocols/proto/dxos/echo/query';
3
3
  import type * as DataProto from '@dxos/protocols/proto/dxos/echo/service';
4
4
  import { type EdgeFunctionEnv } from './edge';
5
5
  import type * as FeedProtocol from './FeedProtocol';
6
+ import type * as TraceProtocol from './TraceProtocol';
6
7
  /**
7
8
  * Function implementation.
8
9
  * This is a contract between the user-defined function and the runtime.
@@ -64,6 +65,12 @@ export interface Context {
64
65
  * Available if the function is invoked in context of a space.
65
66
  */
66
67
  functionsAiService?: EdgeFunctionEnv.FunctionsAiService;
68
+ /**
69
+ * Functions service.
70
+ * Available if the function is invoked in context of a space.
71
+ */
72
+ functionsService?: EdgeFunctionEnv.FunctionsService;
73
+ traceService?: TraceProtocol.TraceService;
67
74
  };
68
75
  /**
69
76
  * That space that the function is invoked in context of.
@@ -1 +1 @@
1
- {"version":3,"file":"FunctionProtocol.d.ts","sourceRoot":"","sources":["../../src/FunctionProtocol.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,KAAK,KAAK,UAAU,MAAM,uCAAuC,CAAC;AACzE,OAAO,KAAK,KAAK,SAAS,MAAM,yCAAyC,CAAC;AAE1E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,KAAK,KAAK,YAAY,MAAM,gBAAgB,CAAC;AAapD;;;GAGG;AACH,MAAM,WAAW,IAAI;IACnB,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC;IACpB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAE,SAAS,MAAM,EAAE,CAAC;IACrC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC;CACjC;AAED;;;GAGG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,IAAI,EAAE;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;AAEtF;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,QAAQ,EAAE;QACR;;;WAGG;QACH,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC;QAEvC;;;WAGG;QACH,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC;QAEpC;;;WAGG;QACH,YAAY,CAAC,EAAE,YAAY,CAAC,YAAY,CAAC;QAEzC;;;WAGG;QACH,kBAAkB,CAAC,EAAE,eAAe,CAAC,kBAAkB,CAAC;KACzD,CAAC;IAEF;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"FunctionProtocol.d.ts","sourceRoot":"","sources":["../../src/FunctionProtocol.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,KAAK,KAAK,UAAU,MAAM,uCAAuC,CAAC;AACzE,OAAO,KAAK,KAAK,SAAS,MAAM,yCAAyC,CAAC;AAE1E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,KAAK,KAAK,YAAY,MAAM,gBAAgB,CAAC;AACpD,OAAO,KAAK,KAAK,aAAa,MAAM,iBAAiB,CAAC;AAWtD;;;GAGG;AACH,MAAM,WAAW,IAAI;IACnB,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC;IACpB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAE,SAAS,MAAM,EAAE,CAAC;IACrC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC;CACjC;AAED;;;GAGG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,IAAI,EAAE;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;AAEtF;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,QAAQ,EAAE;QACR;;;WAGG;QACH,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC;QAEvC;;;WAGG;QACH,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC;QAEpC;;;WAGG;QACH,YAAY,CAAC,EAAE,YAAY,CAAC,YAAY,CAAC;QAEzC;;;WAGG;QACH,kBAAkB,CAAC,EAAE,eAAe,CAAC,kBAAkB,CAAC;QAExD;;;WAGG;QACH,gBAAgB,CAAC,EAAE,eAAe,CAAC,gBAAgB,CAAC;QAEpD,YAAY,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC;KAC3C,CAAC;IAEF;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Allows consumers to write trace events to the trace.
3
+ */
4
+ export interface TraceService {
5
+ write(events: Event[]): void;
6
+ }
7
+ /**
8
+ * Single typed trace event.
9
+ */
10
+ export interface Event {
11
+ key: string;
12
+ isEphemeral: boolean;
13
+ data: unknown;
14
+ }
15
+ //# sourceMappingURL=TraceProtocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TraceProtocol.d.ts","sourceRoot":"","sources":["../../src/TraceProtocol.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,KAAK;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,OAAO,CAAC;IACrB,IAAI,EAAE,OAAO,CAAC;CACf"}
@@ -0,0 +1,4 @@
1
+ //
2
+ // Copyright 2026 DXOS.org
3
+ //
4
+ //# sourceMappingURL=TraceProtocol.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TraceProtocol.js","sourceRoot":"","sources":["../../src/TraceProtocol.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE"}
@@ -1,6 +1,6 @@
1
1
  import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { EmptySchema } from "@bufbuild/protobuf/wkt";
3
- import type { JsonObject, Message } from "@bufbuild/protobuf";
3
+ import type { Message } from "@bufbuild/protobuf";
4
4
  /**
5
5
  * Describes the file dxos/client/queue.proto.
6
6
  */
@@ -72,9 +72,13 @@ export declare const QueueQuerySchema: GenMessage<QueueQuery>;
72
72
  */
73
73
  export type QueueQueryResult = Message<"dxos.client.services.QueueQueryResult"> & {
74
74
  /**
75
- * @generated from field: repeated google.protobuf.Struct objects = 1;
75
+ * / JSON-encoded object payloads. Each entry is a serialized ObjectJSON.
76
+ * / We use JSON strings instead of google.protobuf.Struct because Struct
77
+ * / coerces `undefined` to `null`, corrupting optional fields.
78
+ *
79
+ * @generated from field: repeated string objects = 1;
76
80
  */
77
- objects: JsonObject[];
81
+ objects: string[];
78
82
  /**
79
83
  * / Cursor to query the next items. Can be passed to `after` in query to keep querying.
80
84
  *
@@ -122,9 +126,11 @@ export type InsertIntoQueueRequest = Message<"dxos.client.services.InsertIntoQue
122
126
  */
123
127
  queueId: string;
124
128
  /**
125
- * @generated from field: repeated google.protobuf.Struct objects = 4;
129
+ * / JSON-encoded object payloads. Each entry is a serialized ObjectJSON.
130
+ *
131
+ * @generated from field: repeated string objects = 4;
126
132
  */
127
- objects: JsonObject[];
133
+ objects: string[];
128
134
  };
129
135
  /**
130
136
  * Describes the message dxos.client.services.InsertIntoQueueRequest.
@@ -157,6 +163,40 @@ export type DeleteFromQueueRequest = Message<"dxos.client.services.DeleteFromQue
157
163
  * Use `create(DeleteFromQueueRequestSchema)` to create a new message.
158
164
  */
159
165
  export declare const DeleteFromQueueRequestSchema: GenMessage<DeleteFromQueueRequest>;
166
+ /**
167
+ * @generated from message dxos.client.services.SyncQueueRequest
168
+ */
169
+ export type SyncQueueRequest = Message<"dxos.client.services.SyncQueueRequest"> & {
170
+ /**
171
+ * @generated from field: string subspace_tag = 1;
172
+ */
173
+ subspaceTag: string;
174
+ /**
175
+ * @generated from field: string space_id = 2;
176
+ */
177
+ spaceId: string;
178
+ /**
179
+ * @generated from field: string queue_id = 3;
180
+ */
181
+ queueId: string;
182
+ /**
183
+ * / Whether to push local changes to the server. Defaults to true.
184
+ *
185
+ * @generated from field: optional bool should_push = 4;
186
+ */
187
+ shouldPush?: boolean;
188
+ /**
189
+ * / Whether to pull remote changes from the server. Defaults to true.
190
+ *
191
+ * @generated from field: optional bool should_pull = 5;
192
+ */
193
+ shouldPull?: boolean;
194
+ };
195
+ /**
196
+ * Describes the message dxos.client.services.SyncQueueRequest.
197
+ * Use `create(SyncQueueRequestSchema)` to create a new message.
198
+ */
199
+ export declare const SyncQueueRequestSchema: GenMessage<SyncQueueRequest>;
160
200
  /**
161
201
  * @generated from service dxos.client.services.QueueService
162
202
  */
@@ -185,5 +225,13 @@ export declare const QueueService: GenService<{
185
225
  input: typeof DeleteFromQueueRequestSchema;
186
226
  output: typeof EmptySchema;
187
227
  };
228
+ /**
229
+ * @generated from rpc dxos.client.services.QueueService.SyncQueue
230
+ */
231
+ syncQueue: {
232
+ methodKind: "unary";
233
+ input: typeof SyncQueueRequestSchema;
234
+ output: typeof EmptySchema;
235
+ };
188
236
  }>;
189
237
  //# sourceMappingURL=queue_pb.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"queue_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/buf/proto/gen/dxos/client/queue_pb.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"queue_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/buf/proto/gen/dxos/client/queue_pb.ts"],"names":[],"mappings":"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"}
@@ -2,11 +2,11 @@
2
2
  // @generated from file dxos/client/queue.proto (package dxos.client.services, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_google_protobuf_empty, file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
5
+ import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
6
6
  /**
7
7
  * Describes the file dxos/client/queue.proto.
8
8
  */
9
- export const file_dxos_client_queue = /*@__PURE__*/ fileDesc("ChdkeG9zL2NsaWVudC9xdWV1ZS5wcm90bxIUZHhvcy5jbGllbnQuc2VydmljZXMi0wIKClF1ZXVlUXVlcnkSEAoIc3BhY2VfaWQYASABKAkSHQoQcXVldWVzX25hbWVzcGFjZRgCIAEoCUgAiAEBEhEKCXF1ZXVlX2lkcxgDIAMoCRISCgVhZnRlchgEIAEoCUgBiAEBEhMKBmJlZm9yZRgFIAEoCUgCiAEBEhsKDmJlZ2luX3Bvc2l0aW9uGAYgASgDSAOIAQESGQoMZW5kX3Bvc2l0aW9uGAcgASgDSASIAQESEgoFbGltaXQYCCABKAVIBYgBARIUCgdyZXZlcnNlGAkgASgISAaIAQESEgoKb2JqZWN0X2lkcxhkIAMoCUITChFfcXVldWVzX25hbWVzcGFjZUIICgZfYWZ0ZXJCCQoHX2JlZm9yZUIRCg9fYmVnaW5fcG9zaXRpb25CDwoNX2VuZF9wb3NpdGlvbkIICgZfbGltaXRCCgoIX3JldmVyc2UiZgoQUXVldWVRdWVyeVJlc3VsdBIoCgdvYmplY3RzGAEgAygLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdBITCgtuZXh0X2N1cnNvchgCIAEoCRITCgtwcmV2X2N1cnNvchgDIAEoCSJEChFRdWVyeVF1ZXVlUmVxdWVzdBIvCgVxdWVyeRgBIAEoCzIgLmR4b3MuY2xpZW50LnNlcnZpY2VzLlF1ZXVlUXVlcnkifAoWSW5zZXJ0SW50b1F1ZXVlUmVxdWVzdBIUCgxzdWJzcGFjZV90YWcYASABKAkSEAoIc3BhY2VfaWQYAiABKAkSEAoIcXVldWVfaWQYAyABKAkSKAoHb2JqZWN0cxgEIAMoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QiZgoWRGVsZXRlRnJvbVF1ZXVlUmVxdWVzdBIUCgxzdWJzcGFjZV90YWcYASABKAkSEAoIc3BhY2VfaWQYAiABKAkSEAoIcXVldWVfaWQYAyABKAkSEgoKb2JqZWN0X2lkcxgEIAMoCTKfAgoMUXVldWVTZXJ2aWNlEl0KClF1ZXJ5UXVldWUSJy5keG9zLmNsaWVudC5zZXJ2aWNlcy5RdWVyeVF1ZXVlUmVxdWVzdBomLmR4b3MuY2xpZW50LnNlcnZpY2VzLlF1ZXVlUXVlcnlSZXN1bHQSVwoPSW5zZXJ0SW50b1F1ZXVlEiwuZHhvcy5jbGllbnQuc2VydmljZXMuSW5zZXJ0SW50b1F1ZXVlUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRJXCg9EZWxldGVGcm9tUXVldWUSLC5keG9zLmNsaWVudC5zZXJ2aWNlcy5EZWxldGVGcm9tUXVldWVSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5YgZwcm90bzM", [file_google_protobuf_struct, file_google_protobuf_empty]);
9
+ export const file_dxos_client_queue = /*@__PURE__*/ fileDesc("ChdkeG9zL2NsaWVudC9xdWV1ZS5wcm90bxIUZHhvcy5jbGllbnQuc2VydmljZXMi0wIKClF1ZXVlUXVlcnkSEAoIc3BhY2VfaWQYASABKAkSHQoQcXVldWVzX25hbWVzcGFjZRgCIAEoCUgAiAEBEhEKCXF1ZXVlX2lkcxgDIAMoCRISCgVhZnRlchgEIAEoCUgBiAEBEhMKBmJlZm9yZRgFIAEoCUgCiAEBEhsKDmJlZ2luX3Bvc2l0aW9uGAYgASgDSAOIAQESGQoMZW5kX3Bvc2l0aW9uGAcgASgDSASIAQESEgoFbGltaXQYCCABKAVIBYgBARIUCgdyZXZlcnNlGAkgASgISAaIAQESEgoKb2JqZWN0X2lkcxhkIAMoCUITChFfcXVldWVzX25hbWVzcGFjZUIICgZfYWZ0ZXJCCQoHX2JlZm9yZUIRCg9fYmVnaW5fcG9zaXRpb25CDwoNX2VuZF9wb3NpdGlvbkIICgZfbGltaXRCCgoIX3JldmVyc2UiTQoQUXVldWVRdWVyeVJlc3VsdBIPCgdvYmplY3RzGAEgAygJEhMKC25leHRfY3Vyc29yGAIgASgJEhMKC3ByZXZfY3Vyc29yGAMgASgJIkQKEVF1ZXJ5UXVldWVSZXF1ZXN0Ei8KBXF1ZXJ5GAEgASgLMiAuZHhvcy5jbGllbnQuc2VydmljZXMuUXVldWVRdWVyeSJjChZJbnNlcnRJbnRvUXVldWVSZXF1ZXN0EhQKDHN1YnNwYWNlX3RhZxgBIAEoCRIQCghzcGFjZV9pZBgCIAEoCRIQCghxdWV1ZV9pZBgDIAEoCRIPCgdvYmplY3RzGAQgAygJImYKFkRlbGV0ZUZyb21RdWV1ZVJlcXVlc3QSFAoMc3Vic3BhY2VfdGFnGAEgASgJEhAKCHNwYWNlX2lkGAIgASgJEhAKCHF1ZXVlX2lkGAMgASgJEhIKCm9iamVjdF9pZHMYBCADKAkioAEKEFN5bmNRdWV1ZVJlcXVlc3QSFAoMc3Vic3BhY2VfdGFnGAEgASgJEhAKCHNwYWNlX2lkGAIgASgJEhAKCHF1ZXVlX2lkGAMgASgJEhgKC3Nob3VsZF9wdXNoGAQgASgISACIAQESGAoLc2hvdWxkX3B1bGwYBSABKAhIAYgBAUIOCgxfc2hvdWxkX3B1c2hCDgoMX3Nob3VsZF9wdWxsMuwCCgxRdWV1ZVNlcnZpY2USXQoKUXVlcnlRdWV1ZRInLmR4b3MuY2xpZW50LnNlcnZpY2VzLlF1ZXJ5UXVldWVSZXF1ZXN0GiYuZHhvcy5jbGllbnQuc2VydmljZXMuUXVldWVRdWVyeVJlc3VsdBJXCg9JbnNlcnRJbnRvUXVldWUSLC5keG9zLmNsaWVudC5zZXJ2aWNlcy5JbnNlcnRJbnRvUXVldWVSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5ElcKD0RlbGV0ZUZyb21RdWV1ZRIsLmR4b3MuY2xpZW50LnNlcnZpY2VzLkRlbGV0ZUZyb21RdWV1ZVJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkSSwoJU3luY1F1ZXVlEiYuZHhvcy5jbGllbnQuc2VydmljZXMuU3luY1F1ZXVlUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eWIGcHJvdG8z", [file_google_protobuf_empty]);
10
10
  /**
11
11
  * Describes the message dxos.client.services.QueueQuery.
12
12
  * Use `create(QueueQuerySchema)` to create a new message.
@@ -32,6 +32,11 @@ export const InsertIntoQueueRequestSchema = /*@__PURE__*/ messageDesc(file_dxos_
32
32
  * Use `create(DeleteFromQueueRequestSchema)` to create a new message.
33
33
  */
34
34
  export const DeleteFromQueueRequestSchema = /*@__PURE__*/ messageDesc(file_dxos_client_queue, 4);
35
+ /**
36
+ * Describes the message dxos.client.services.SyncQueueRequest.
37
+ * Use `create(SyncQueueRequestSchema)` to create a new message.
38
+ */
39
+ export const SyncQueueRequestSchema = /*@__PURE__*/ messageDesc(file_dxos_client_queue, 5);
35
40
  /**
36
41
  * @generated from service dxos.client.services.QueueService
37
42
  */
@@ -1 +1 @@
1
- {"version":3,"file":"queue_pb.js","sourceRoot":"","sources":["../../../../../../../src/buf/proto/gen/dxos/client/queue_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,6FAA6F;AAC7F,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAElF,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGjG;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAY,aAAa,CAC1D,QAAQ,CAAC,i7CAAi7C,EAAE,CAAC,2BAA2B,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAqEz/C;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAwBzC;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAYzC;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA2BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA2BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAEzC;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAyBpB,aAAa,CAChB,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"queue_pb.js","sourceRoot":"","sources":["../../../../../../../src/buf/proto/gen/dxos/client/queue_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,6FAA6F;AAC7F,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAElF,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAGpE;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAY,aAAa,CAC1D,QAAQ,CAAC,8qDAA8qD,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAqEztD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA4BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAYzC;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA6BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA2BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAoCzC;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAEzC;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAiCpB,aAAa,CAChB,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC"}
@@ -8,7 +8,7 @@ import type { TimeframeVector } from "../echo/timeframe_pb.js";
8
8
  import type { PeerSchema, SwarmResponseSchema } from "../edge/messenger_pb.js";
9
9
  import type { JoinRequestSchema, LeaveRequestSchema, MessageSchema, QueryRequestSchema } from "../edge/signal_pb.js";
10
10
  import type { Error } from "../error_pb.js";
11
- import type { Credential, CredentialSchema, DeviceProfileDocument, DeviceProfileDocumentSchema, Presentation, PresentationSchema, ProfileDocument, ProfileDocumentSchema, SpaceMember_Role } from "../halo/credentials_pb.js";
11
+ import type { Credential, CredentialSchema, DeviceProfileDocument, DeviceProfileDocumentSchema, MembershipPolicy, Presentation, PresentationSchema, ProfileDocument, ProfileDocumentSchema, SpaceMember_Role } from "../halo/credentials_pb.js";
12
12
  import type { PublicKey } from "../keys_pb.js";
13
13
  import type { SignalState } from "../mesh/signal_pb.js";
14
14
  import type { PeerState } from "../mesh/presence_pb.js";
@@ -590,6 +590,14 @@ export type Space = Message<"dxos.client.services.Space"> & {
590
590
  * @generated from field: optional dxos.echo.metadata.EdgeReplicationSetting edge_replication = 6;
591
591
  */
592
592
  edgeReplication?: EdgeReplicationSetting;
593
+ /**
594
+ * @generated from field: repeated string tags = 7;
595
+ */
596
+ tags: string[];
597
+ /**
598
+ * @generated from field: dxos.halo.credentials.MembershipPolicy membership_policy = 8;
599
+ */
600
+ membershipPolicy: MembershipPolicy;
593
601
  /**
594
602
  * @generated from field: repeated dxos.client.services.SpaceMember members = 10;
595
603
  */
@@ -750,6 +758,24 @@ export type Space_PipelineState = Message<"dxos.client.services.Space.PipelineSt
750
758
  * Use `create(Space_PipelineStateSchema)` to create a new message.
751
759
  */
752
760
  export declare const Space_PipelineStateSchema: GenMessage<Space_PipelineState>;
761
+ /**
762
+ * @generated from message dxos.client.services.CreateSpaceRequest
763
+ */
764
+ export type CreateSpaceRequest = Message<"dxos.client.services.CreateSpaceRequest"> & {
765
+ /**
766
+ * @generated from field: repeated string tags = 1;
767
+ */
768
+ tags: string[];
769
+ /**
770
+ * @generated from field: dxos.halo.credentials.MembershipPolicy membership_policy = 2;
771
+ */
772
+ membershipPolicy: MembershipPolicy;
773
+ };
774
+ /**
775
+ * Describes the message dxos.client.services.CreateSpaceRequest.
776
+ * Use `create(CreateSpaceRequestSchema)` to create a new message.
777
+ */
778
+ export declare const CreateSpaceRequestSchema: GenMessage<CreateSpaceRequest>;
753
779
  /**
754
780
  * @generated from message dxos.client.services.UpdateSpaceRequest
755
781
  */
@@ -1051,12 +1077,37 @@ export type SpaceArchive = Message<"dxos.client.services.SpaceArchive"> & {
1051
1077
  * @generated from field: bytes contents = 2;
1052
1078
  */
1053
1079
  contents: Uint8Array;
1080
+ /**
1081
+ * @generated from field: optional dxos.client.services.SpaceArchive.Format format = 3;
1082
+ */
1083
+ format?: SpaceArchive_Format;
1054
1084
  };
1055
1085
  /**
1056
1086
  * Describes the message dxos.client.services.SpaceArchive.
1057
1087
  * Use `create(SpaceArchiveSchema)` to create a new message.
1058
1088
  */
1059
1089
  export declare const SpaceArchiveSchema: GenMessage<SpaceArchive>;
1090
+ /**
1091
+ * @generated from enum dxos.client.services.SpaceArchive.Format
1092
+ */
1093
+ export declare enum SpaceArchive_Format {
1094
+ /**
1095
+ * Tar-based binary archive (default).
1096
+ *
1097
+ * @generated from enum value: BINARY = 0;
1098
+ */
1099
+ BINARY = 0,
1100
+ /**
1101
+ * JSON encoding of {@link dxos.echo.db.SerializedSpace}.
1102
+ *
1103
+ * @generated from enum value: JSON = 1;
1104
+ */
1105
+ JSON = 1
1106
+ }
1107
+ /**
1108
+ * Describes the enum dxos.client.services.SpaceArchive.Format.
1109
+ */
1110
+ export declare const SpaceArchive_FormatSchema: GenEnum<SpaceArchive_Format>;
1060
1111
  /**
1061
1112
  * @generated from message dxos.client.services.ExportSpaceRequest
1062
1113
  */
@@ -1065,6 +1116,12 @@ export type ExportSpaceRequest = Message<"dxos.client.services.ExportSpaceReques
1065
1116
  * @generated from field: string space_id = 1;
1066
1117
  */
1067
1118
  spaceId: string;
1119
+ /**
1120
+ * Archive format to produce. Defaults to BINARY.
1121
+ *
1122
+ * @generated from field: optional dxos.client.services.SpaceArchive.Format format = 2;
1123
+ */
1124
+ format?: SpaceArchive_Format;
1068
1125
  };
1069
1126
  /**
1070
1127
  * Describes the message dxos.client.services.ExportSpaceRequest.
@@ -1093,6 +1150,12 @@ export type ImportSpaceRequest = Message<"dxos.client.services.ImportSpaceReques
1093
1150
  * @generated from field: dxos.client.services.SpaceArchive archive = 1;
1094
1151
  */
1095
1152
  archive?: SpaceArchive;
1153
+ /**
1154
+ * / Immutable tags to set on the imported space at creation time.
1155
+ *
1156
+ * @generated from field: repeated string tags = 2;
1157
+ */
1158
+ tags: string[];
1096
1159
  };
1097
1160
  /**
1098
1161
  * Describes the message dxos.client.services.ImportSpaceRequest.
@@ -1706,7 +1769,7 @@ export declare const SpacesService: GenService<{
1706
1769
  */
1707
1770
  createSpace: {
1708
1771
  methodKind: "unary";
1709
- input: typeof EmptySchema;
1772
+ input: typeof CreateSpaceRequestSchema;
1710
1773
  output: typeof SpaceSchema;
1711
1774
  };
1712
1775
  /**