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

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 (217) hide show
  1. package/dist/src/FeedProtocol.d.ts +528 -0
  2. package/dist/src/FeedProtocol.d.ts.map +1 -0
  3. package/dist/src/FeedProtocol.js +237 -0
  4. package/dist/src/FeedProtocol.js.map +1 -0
  5. package/dist/src/FunctionProtocol.d.ts +8 -2
  6. package/dist/src/FunctionProtocol.d.ts.map +1 -1
  7. package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts +189 -0
  8. package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts.map +1 -0
  9. package/dist/src/buf/proto/gen/dxos/client/queue_pb.js +39 -0
  10. package/dist/src/buf/proto/gen/dxos/client/queue_pb.js.map +1 -0
  11. package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts +5 -1
  12. package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts.map +1 -1
  13. package/dist/src/buf/proto/gen/dxos/client/services_pb.js +5 -1
  14. package/dist/src/buf/proto/gen/dxos/client/services_pb.js.map +1 -1
  15. package/dist/src/buf/proto/gen/dxos/config_pb.d.ts +4 -0
  16. package/dist/src/buf/proto/gen/dxos/config_pb.d.ts.map +1 -1
  17. package/dist/src/buf/proto/gen/dxos/config_pb.js +1 -1
  18. package/dist/src/buf/proto/gen/dxos/config_pb.js.map +1 -1
  19. package/dist/src/buf/proto/gen/dxos/echo/query_pb.d.ts +12 -2
  20. package/dist/src/buf/proto/gen/dxos/echo/query_pb.d.ts.map +1 -1
  21. package/dist/src/buf/proto/gen/dxos/echo/query_pb.js +1 -1
  22. package/dist/src/buf/proto/gen/dxos/echo/query_pb.js.map +1 -1
  23. package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts +55 -9
  24. package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts.map +1 -1
  25. package/dist/src/buf/proto/gen/dxos/echo/service_pb.js +15 -5
  26. package/dist/src/buf/proto/gen/dxos/echo/service_pb.js.map +1 -1
  27. package/dist/src/buf/proto/gen/dxos/google_pb.js +1 -1
  28. package/dist/src/buf/proto/gen/dxos/google_pb.js.map +1 -1
  29. package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts +1 -0
  30. package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts.map +1 -1
  31. package/dist/src/buf/proto/gen/dxos/iframe_pb.js.map +1 -1
  32. package/dist/src/buf/proto/gen/dxos/tracing_pb.js +1 -1
  33. package/dist/src/buf/proto/gen/dxos/tracing_pb.js.map +1 -1
  34. package/dist/src/codec.test.js +1 -1
  35. package/dist/src/edge/EdgeFunctionEnv.d.ts +120 -0
  36. package/dist/src/edge/EdgeFunctionEnv.d.ts.map +1 -0
  37. package/dist/src/edge/EdgeFunctionEnv.js +4 -0
  38. package/dist/src/edge/EdgeFunctionEnv.js.map +1 -0
  39. package/dist/src/{edge.d.ts → edge/edge.d.ts} +46 -26
  40. package/dist/src/edge/edge.d.ts.map +1 -0
  41. package/dist/src/{edge.js → edge/edge.js} +28 -14
  42. package/dist/src/edge/edge.js.map +1 -0
  43. package/dist/src/{edge-error.d.ts → edge/errors.d.ts} +6 -7
  44. package/dist/src/edge/errors.d.ts.map +1 -0
  45. package/dist/src/{edge-error.js → edge/errors.js} +14 -15
  46. package/dist/src/edge/errors.js.map +1 -0
  47. package/dist/src/edge/index.d.ts +4 -0
  48. package/dist/src/edge/index.d.ts.map +1 -0
  49. package/dist/src/edge/index.js +7 -0
  50. package/dist/src/edge/index.js.map +1 -0
  51. package/dist/src/errors/base-errors.d.ts +86 -8
  52. package/dist/src/errors/base-errors.d.ts.map +1 -1
  53. package/dist/src/errors/base-errors.js +4 -20
  54. package/dist/src/errors/base-errors.js.map +1 -1
  55. package/dist/src/errors/encoding.d.ts +2 -2
  56. package/dist/src/errors/encoding.d.ts.map +1 -1
  57. package/dist/src/errors/encoding.js +1 -1
  58. package/dist/src/errors/errors.d.ts +619 -42
  59. package/dist/src/errors/errors.d.ts.map +1 -1
  60. package/dist/src/errors/errors.js +50 -104
  61. package/dist/src/errors/errors.js.map +1 -1
  62. package/dist/src/errors/errors.test.js +2 -2
  63. package/dist/src/errors/errors.test.js.map +1 -1
  64. package/dist/src/errors/helpers.d.ts +9 -5
  65. package/dist/src/errors/helpers.d.ts.map +1 -1
  66. package/dist/src/errors/helpers.js +3 -3
  67. package/dist/src/errors/helpers.js.map +1 -1
  68. package/dist/src/errors/index.d.ts +5 -5
  69. package/dist/src/errors/index.js +5 -5
  70. package/dist/src/feed-replication.d.ts.map +1 -1
  71. package/dist/src/index.d.ts +12 -13
  72. package/dist/src/index.d.ts.map +1 -1
  73. package/dist/src/index.js +11 -12
  74. package/dist/src/index.js.map +1 -1
  75. package/dist/src/indexing.test.js +1 -1
  76. package/dist/src/messenger.d.ts +16 -0
  77. package/dist/src/messenger.d.ts.map +1 -0
  78. package/dist/src/messenger.js +4 -0
  79. package/dist/src/messenger.js.map +1 -0
  80. package/dist/src/proto/gen/dxos/client/services.d.ts +105 -1
  81. package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  82. package/dist/src/proto/gen/dxos/client/services.js +1 -0
  83. package/dist/src/proto/gen/dxos/client/services.js.map +1 -1
  84. package/dist/src/proto/gen/dxos/config.d.ts +5 -0
  85. package/dist/src/proto/gen/dxos/config.d.ts.map +1 -1
  86. package/dist/src/proto/gen/dxos/config.js.map +1 -1
  87. package/dist/src/proto/gen/dxos/echo/query.d.ts +17 -1
  88. package/dist/src/proto/gen/dxos/echo/query.d.ts.map +1 -1
  89. package/dist/src/proto/gen/dxos/echo/query.js.map +1 -1
  90. package/dist/src/proto/gen/dxos/echo/service.d.ts +34 -8
  91. package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
  92. package/dist/src/proto/gen/index.d.ts +8 -0
  93. package/dist/src/proto/gen/index.d.ts.map +1 -1
  94. package/dist/src/proto/gen/index.js +1 -1
  95. package/dist/src/proto/gen/index.js.map +1 -1
  96. package/dist/src/proto/index.d.ts +2 -2
  97. package/dist/src/proto/index.js +1 -1
  98. package/dist/src/proto/types.d.ts +1 -1
  99. package/dist/src/types.d.ts +2 -2
  100. package/dist/tsconfig.tsbuildinfo +1 -1
  101. package/package.json +19 -15
  102. package/src/FeedProtocol.ts +319 -0
  103. package/src/FunctionProtocol.ts +8 -4
  104. package/src/buf/proto/gen/dxos/agent/dashboard_pb.ts +1 -1
  105. package/src/buf/proto/gen/dxos/agent/echo-proxy_pb.ts +1 -1
  106. package/src/buf/proto/gen/dxos/agent/epoch_pb.ts +1 -1
  107. package/src/buf/proto/gen/dxos/agent/functions_pb.ts +1 -1
  108. package/src/buf/proto/gen/dxos/bot_pb.ts +1 -1
  109. package/src/buf/proto/gen/dxos/client/invitation_pb.ts +1 -1
  110. package/src/buf/proto/gen/dxos/client/logging_pb.ts +1 -1
  111. package/src/buf/proto/gen/dxos/client/queue_pb.ts +231 -0
  112. package/src/buf/proto/gen/dxos/client/services_pb.ts +7 -2
  113. package/src/buf/proto/gen/dxos/config_pb.ts +7 -2
  114. package/src/buf/proto/gen/dxos/devtools/diagnostics_pb.ts +1 -1
  115. package/src/buf/proto/gen/dxos/devtools/host_pb.ts +1 -1
  116. package/src/buf/proto/gen/dxos/devtools/swarm_pb.ts +1 -1
  117. package/src/buf/proto/gen/dxos/echo/blob_pb.ts +1 -1
  118. package/src/buf/proto/gen/dxos/echo/feed_pb.ts +1 -1
  119. package/src/buf/proto/gen/dxos/echo/filter_pb.ts +1 -1
  120. package/src/buf/proto/gen/dxos/echo/indexing_pb.ts +1 -1
  121. package/src/buf/proto/gen/dxos/echo/metadata_pb.ts +1 -1
  122. package/src/buf/proto/gen/dxos/echo/model/document_pb.ts +1 -1
  123. package/src/buf/proto/gen/dxos/echo/model/messenger_pb.ts +1 -1
  124. package/src/buf/proto/gen/dxos/echo/model/text_pb.ts +1 -1
  125. package/src/buf/proto/gen/dxos/echo/object_pb.ts +1 -1
  126. package/src/buf/proto/gen/dxos/echo/query_pb.ts +16 -4
  127. package/src/buf/proto/gen/dxos/echo/service_pb.ts +68 -16
  128. package/src/buf/proto/gen/dxos/echo/snapshot_pb.ts +1 -1
  129. package/src/buf/proto/gen/dxos/echo/timeframe_pb.ts +1 -1
  130. package/src/buf/proto/gen/dxos/edge/calls_pb.ts +1 -1
  131. package/src/buf/proto/gen/dxos/edge/messenger_pb.ts +1 -1
  132. package/src/buf/proto/gen/dxos/edge/signal_pb.ts +1 -1
  133. package/src/buf/proto/gen/dxos/error_pb.ts +1 -1
  134. package/src/buf/proto/gen/dxos/field_options_pb.ts +1 -1
  135. package/src/buf/proto/gen/dxos/google_pb.ts +1 -1
  136. package/src/buf/proto/gen/dxos/gravity_pb.ts +1 -1
  137. package/src/buf/proto/gen/dxos/halo/credentials/auth_pb.ts +1 -1
  138. package/src/buf/proto/gen/dxos/halo/credentials/greet_pb.ts +1 -1
  139. package/src/buf/proto/gen/dxos/halo/credentials/identity_pb.ts +1 -1
  140. package/src/buf/proto/gen/dxos/halo/credentials_pb.ts +1 -1
  141. package/src/buf/proto/gen/dxos/halo/invitations_pb.ts +1 -1
  142. package/src/buf/proto/gen/dxos/halo/keyring_pb.ts +1 -1
  143. package/src/buf/proto/gen/dxos/halo/keys_pb.ts +1 -1
  144. package/src/buf/proto/gen/dxos/halo/signed_pb.ts +1 -1
  145. package/src/buf/proto/gen/dxos/iframe_pb.ts +2 -1
  146. package/src/buf/proto/gen/dxos/keys_pb.ts +1 -1
  147. package/src/buf/proto/gen/dxos/mesh/bridge_pb.ts +1 -1
  148. package/src/buf/proto/gen/dxos/mesh/broadcast_pb.ts +1 -1
  149. package/src/buf/proto/gen/dxos/mesh/messaging_pb.ts +1 -1
  150. package/src/buf/proto/gen/dxos/mesh/muxer_pb.ts +1 -1
  151. package/src/buf/proto/gen/dxos/mesh/presence_pb.ts +1 -1
  152. package/src/buf/proto/gen/dxos/mesh/protocol_pb.ts +1 -1
  153. package/src/buf/proto/gen/dxos/mesh/replicator_pb.ts +1 -1
  154. package/src/buf/proto/gen/dxos/mesh/signal_pb.ts +1 -1
  155. package/src/buf/proto/gen/dxos/mesh/swarm_pb.ts +1 -1
  156. package/src/buf/proto/gen/dxos/mesh/teleport/admission-discovery_pb.ts +1 -1
  157. package/src/buf/proto/gen/dxos/mesh/teleport/auth_pb.ts +1 -1
  158. package/src/buf/proto/gen/dxos/mesh/teleport/automerge_pb.ts +1 -1
  159. package/src/buf/proto/gen/dxos/mesh/teleport/blobsync_pb.ts +1 -1
  160. package/src/buf/proto/gen/dxos/mesh/teleport/control_pb.ts +1 -1
  161. package/src/buf/proto/gen/dxos/mesh/teleport/gossip_pb.ts +1 -1
  162. package/src/buf/proto/gen/dxos/mesh/teleport/notarization_pb.ts +1 -1
  163. package/src/buf/proto/gen/dxos/mesh/teleport/replicator_pb.ts +1 -1
  164. package/src/buf/proto/gen/dxos/registry_pb.ts +1 -1
  165. package/src/buf/proto/gen/dxos/rpc_pb.ts +1 -1
  166. package/src/buf/proto/gen/dxos/service/agentmanager_pb.ts +1 -1
  167. package/src/buf/proto/gen/dxos/service/publisher_pb.ts +1 -1
  168. package/src/buf/proto/gen/dxos/service/supervisor_pb.ts +1 -1
  169. package/src/buf/proto/gen/dxos/service/tunnel_pb.ts +1 -1
  170. package/src/buf/proto/gen/dxos/tracing_pb.ts +1 -1
  171. package/src/buf/proto/gen/dxos/type_pb.ts +1 -1
  172. package/src/buf/proto/gen/dxos/value_pb.ts +1 -1
  173. package/src/buf/proto/gen/example/testing/data_pb.ts +1 -1
  174. package/src/buf/proto/gen/example/testing/rpc_pb.ts +1 -1
  175. package/src/codec.test.ts +1 -1
  176. package/src/edge/EdgeFunctionEnv.ts +193 -0
  177. package/src/{edge.ts → edge/edge.ts} +55 -39
  178. package/src/{edge-error.ts → edge/errors.ts} +15 -16
  179. package/src/edge/index.ts +7 -0
  180. package/src/errors/base-errors.ts +4 -22
  181. package/src/errors/encoding.ts +2 -2
  182. package/src/errors/errors.test.ts +2 -2
  183. package/src/errors/errors.ts +57 -123
  184. package/src/errors/helpers.ts +6 -7
  185. package/src/errors/index.ts +5 -5
  186. package/src/feed-replication.ts +1 -0
  187. package/src/index.ts +12 -13
  188. package/src/indexing.test.ts +1 -1
  189. package/src/messenger.ts +22 -0
  190. package/src/proto/dxos/client/queue.proto +67 -0
  191. package/src/proto/dxos/client/services.proto +1 -0
  192. package/src/proto/dxos/config.proto +2 -0
  193. package/src/proto/dxos/echo/query.proto +4 -1
  194. package/src/proto/dxos/echo/service.proto +27 -6
  195. package/src/proto/dxos/iframe.proto +1 -0
  196. package/src/proto/gen/dxos/client/services.ts +105 -1
  197. package/src/proto/gen/dxos/config.ts +5 -0
  198. package/src/proto/gen/dxos/echo/query.ts +17 -1
  199. package/src/proto/gen/dxos/echo/service.ts +33 -8
  200. package/src/proto/gen/index.ts +9 -1
  201. package/src/proto/index.ts +2 -2
  202. package/src/proto/types.ts +1 -1
  203. package/src/types.ts +2 -2
  204. package/dist/src/edge-error.d.ts.map +0 -1
  205. package/dist/src/edge-error.js.map +0 -1
  206. package/dist/src/edge.d.ts.map +0 -1
  207. package/dist/src/edge.js.map +0 -1
  208. package/dist/src/query.d.ts +0 -5
  209. package/dist/src/query.d.ts.map +0 -1
  210. package/dist/src/query.js +0 -8
  211. package/dist/src/query.js.map +0 -1
  212. package/dist/src/queue.d.ts +0 -37
  213. package/dist/src/queue.d.ts.map +0 -1
  214. package/dist/src/queue.js +0 -8
  215. package/dist/src/queue.js.map +0 -1
  216. package/src/query.ts +0 -8
  217. package/src/queue.ts +0 -51
@@ -2,7 +2,7 @@
2
2
  // Copyright 2021 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/echo/service.proto (package dxos.echo.service, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -10,14 +10,14 @@ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegen
10
10
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
11
11
  import { file_dxos_keys } from "../keys_pb.js";
12
12
  import type { EmptySchema } from "@bufbuild/protobuf/wkt";
13
- import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
14
- import type { Message } from "@bufbuild/protobuf";
13
+ import { file_google_protobuf_empty, file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
14
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
15
15
 
16
16
  /**
17
17
  * Describes the file dxos/echo/service.proto.
18
18
  */
19
19
  export const file_dxos_echo_service: GenFile = /*@__PURE__*/
20
- fileDesc("ChdkeG9zL2VjaG8vc2VydmljZS5wcm90bxIRZHhvcy5lY2hvLnNlcnZpY2UiPQoQU3Vic2NyaWJlUmVxdWVzdBIXCg9zdWJzY3JpcHRpb25faWQYASABKAkSEAoIc3BhY2VfaWQYAiABKAkiTAoWQmF0Y2hlZERvY3VtZW50VXBkYXRlcxIyCgd1cGRhdGVzGAEgAygLMiEuZHhvcy5lY2hvLnNlcnZpY2UuRG9jdW1lbnRVcGRhdGUiXAoNVXBkYXRlUmVxdWVzdBIXCg9zdWJzY3JpcHRpb25faWQYASABKAkSMgoHdXBkYXRlcxgCIAMoCzIhLmR4b3MuZWNoby5zZXJ2aWNlLkRvY3VtZW50VXBkYXRlIlkKGVVwZGF0ZVN1YnNjcmlwdGlvblJlcXVlc3QSFwoPc3Vic2NyaXB0aW9uX2lkGAEgASgJEg8KB2FkZF9pZHMYAyADKAkSEgoKcmVtb3ZlX2lkcxgEIAMoCSIkCgxGbHVzaFJlcXVlc3QSFAoMZG9jdW1lbnRfaWRzGAEgAygJIlcKDkRvY3VtZW50VXBkYXRlEhMKC2RvY3VtZW50X2lkGAEgASgJEhAKCG11dGF0aW9uGAIgASgMEhMKBmlzX25ldxgDIAEoCEgAiAEBQgkKB19pc19uZXcicwoMRG9jSGVhZHNMaXN0EjYKB2VudHJpZXMYASADKAsyJS5keG9zLmVjaG8uc2VydmljZS5Eb2NIZWFkc0xpc3QuRW50cnkaKwoFRW50cnkSEwoLZG9jdW1lbnRfaWQYASABKAkSDQoFaGVhZHMYAiADKAkiLwoXR2V0RG9jdW1lbnRIZWFkc1JlcXVlc3QSFAoMZG9jdW1lbnRfaWRzGAEgAygJIkoKGEdldERvY3VtZW50SGVhZHNSZXNwb25zZRIuCgVoZWFkcxgBIAEoCzIfLmR4b3MuZWNoby5zZXJ2aWNlLkRvY0hlYWRzTGlzdCJRCh9XYWl0VW50aWxIZWFkc1JlcGxpY2F0ZWRSZXF1ZXN0Ei4KBWhlYWRzGAEgASgLMh8uZHhvcy5lY2hvLnNlcnZpY2UuRG9jSGVhZHNMaXN0IisKE1JlSW5kZXhIZWFkc1JlcXVlc3QSFAoMZG9jdW1lbnRfaWRzGAEgAygJIiwKGEdldFNwYWNlU3luY1N0YXRlUmVxdWVzdBIQCghzcGFjZV9pZBgBIAEoCSK5AgoOU3BhY2VTeW5jU3RhdGUSOgoFcGVlcnMYASADKAsyKy5keG9zLmVjaG8uc2VydmljZS5TcGFjZVN5bmNTdGF0ZS5QZWVyU3RhdGUa6gEKCVBlZXJTdGF0ZRIPCgdwZWVyX2lkGAEgASgJEhkKEW1pc3Npbmdfb25fcmVtb3RlGAogASgFEhgKEG1pc3Npbmdfb25fbG9jYWwYCyABKAUSGwoTZGlmZmVyZW50X2RvY3VtZW50cxgMIAEoBRIcChRsb2NhbF9kb2N1bWVudF9jb3VudBgNIAEoBRIdChVyZW1vdGVfZG9jdW1lbnRfY291bnQYDiABKAUSHAoUdG90YWxfZG9jdW1lbnRfY291bnQYDyABKAUSHwoXdW5zeW5jZWRfZG9jdW1lbnRfY291bnQYECABKAUyoQYKC0RhdGFTZXJ2aWNlEl0KCVN1YnNjcmliZRIjLmR4b3MuZWNoby5zZXJ2aWNlLlN1YnNjcmliZVJlcXVlc3QaKS5keG9zLmVjaG8uc2VydmljZS5CYXRjaGVkRG9jdW1lbnRVcGRhdGVzMAESWgoSVXBkYXRlU3Vic2NyaXB0aW9uEiwuZHhvcy5lY2hvLnNlcnZpY2UuVXBkYXRlU3Vic2NyaXB0aW9uUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRJCCgZVcGRhdGUSIC5keG9zLmVjaG8uc2VydmljZS5VcGRhdGVSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5EkAKBUZsdXNoEh8uZHhvcy5lY2hvLnNlcnZpY2UuRmx1c2hSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5EmsKEEdldERvY3VtZW50SGVhZHMSKi5keG9zLmVjaG8uc2VydmljZS5HZXREb2N1bWVudEhlYWRzUmVxdWVzdBorLmR4b3MuZWNoby5zZXJ2aWNlLkdldERvY3VtZW50SGVhZHNSZXNwb25zZRJmChhXYWl0VW50aWxIZWFkc1JlcGxpY2F0ZWQSMi5keG9zLmVjaG8uc2VydmljZS5XYWl0VW50aWxIZWFkc1JlcGxpY2F0ZWRSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Ek4KDFJlSW5kZXhIZWFkcxImLmR4b3MuZWNoby5zZXJ2aWNlLlJlSW5kZXhIZWFkc1JlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkSPwoNVXBkYXRlSW5kZXhlcxIWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRJrChdTdWJzY3JpYmVTcGFjZVN5bmNTdGF0ZRIrLmR4b3MuZWNoby5zZXJ2aWNlLkdldFNwYWNlU3luY1N0YXRlUmVxdWVzdBohLmR4b3MuZWNoby5zZXJ2aWNlLlNwYWNlU3luY1N0YXRlMAFiBnByb3RvMw", [file_dxos_keys, file_google_protobuf_empty]);
20
+ fileDesc("ChdkeG9zL2VjaG8vc2VydmljZS5wcm90bxIRZHhvcy5lY2hvLnNlcnZpY2UiPQoQU3Vic2NyaWJlUmVxdWVzdBIXCg9zdWJzY3JpcHRpb25faWQYASABKAkSEAoIc3BhY2VfaWQYAiABKAkiTAoWQmF0Y2hlZERvY3VtZW50VXBkYXRlcxIyCgd1cGRhdGVzGAEgAygLMiEuZHhvcy5lY2hvLnNlcnZpY2UuRG9jdW1lbnRVcGRhdGUiXAoNVXBkYXRlUmVxdWVzdBIXCg9zdWJzY3JpcHRpb25faWQYASABKAkSMgoHdXBkYXRlcxgCIAMoCzIhLmR4b3MuZWNoby5zZXJ2aWNlLkRvY3VtZW50VXBkYXRlIlkKGVVwZGF0ZVN1YnNjcmlwdGlvblJlcXVlc3QSFwoPc3Vic2NyaXB0aW9uX2lkGAEgASgJEg8KB2FkZF9pZHMYAyADKAkSEgoKcmVtb3ZlX2lkcxgEIAMoCSIkCgxGbHVzaFJlcXVlc3QSFAoMZG9jdW1lbnRfaWRzGAEgAygJIjcKDkRvY3VtZW50VXBkYXRlEhMKC2RvY3VtZW50X2lkGAEgASgJEhAKCG11dGF0aW9uGAIgASgMInMKDERvY0hlYWRzTGlzdBI2CgdlbnRyaWVzGAEgAygLMiUuZHhvcy5lY2hvLnNlcnZpY2UuRG9jSGVhZHNMaXN0LkVudHJ5GisKBUVudHJ5EhMKC2RvY3VtZW50X2lkGAEgASgJEg0KBWhlYWRzGAIgAygJIi8KF0dldERvY3VtZW50SGVhZHNSZXF1ZXN0EhQKDGRvY3VtZW50X2lkcxgBIAMoCSJKChhHZXREb2N1bWVudEhlYWRzUmVzcG9uc2USLgoFaGVhZHMYASABKAsyHy5keG9zLmVjaG8uc2VydmljZS5Eb2NIZWFkc0xpc3QiUQofV2FpdFVudGlsSGVhZHNSZXBsaWNhdGVkUmVxdWVzdBIuCgVoZWFkcxgBIAEoCzIfLmR4b3MuZWNoby5zZXJ2aWNlLkRvY0hlYWRzTGlzdCIrChNSZUluZGV4SGVhZHNSZXF1ZXN0EhQKDGRvY3VtZW50X2lkcxgBIAMoCSJwChVDcmVhdGVEb2N1bWVudFJlcXVlc3QSEAoIc3BhY2VfaWQYASABKAkSMwoNaW5pdGlhbF92YWx1ZRgCIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3RIAIgBAUIQCg5faW5pdGlhbF92YWx1ZSItChZDcmVhdGVEb2N1bWVudFJlc3BvbnNlEhMKC2RvY3VtZW50X2lkGAEgASgJIiwKGEdldFNwYWNlU3luY1N0YXRlUmVxdWVzdBIQCghzcGFjZV9pZBgBIAEoCSK5AgoOU3BhY2VTeW5jU3RhdGUSOgoFcGVlcnMYASADKAsyKy5keG9zLmVjaG8uc2VydmljZS5TcGFjZVN5bmNTdGF0ZS5QZWVyU3RhdGUa6gEKCVBlZXJTdGF0ZRIPCgdwZWVyX2lkGAEgASgJEhkKEW1pc3Npbmdfb25fcmVtb3RlGAogASgFEhgKEG1pc3Npbmdfb25fbG9jYWwYCyABKAUSGwoTZGlmZmVyZW50X2RvY3VtZW50cxgMIAEoBRIcChRsb2NhbF9kb2N1bWVudF9jb3VudBgNIAEoBRIdChVyZW1vdGVfZG9jdW1lbnRfY291bnQYDiABKAUSHAoUdG90YWxfZG9jdW1lbnRfY291bnQYDyABKAUSHwoXdW5zeW5jZWRfZG9jdW1lbnRfY291bnQYECABKAUyiAcKC0RhdGFTZXJ2aWNlEl0KCVN1YnNjcmliZRIjLmR4b3MuZWNoby5zZXJ2aWNlLlN1YnNjcmliZVJlcXVlc3QaKS5keG9zLmVjaG8uc2VydmljZS5CYXRjaGVkRG9jdW1lbnRVcGRhdGVzMAESWgoSVXBkYXRlU3Vic2NyaXB0aW9uEiwuZHhvcy5lY2hvLnNlcnZpY2UuVXBkYXRlU3Vic2NyaXB0aW9uUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRJlCg5DcmVhdGVEb2N1bWVudBIoLmR4b3MuZWNoby5zZXJ2aWNlLkNyZWF0ZURvY3VtZW50UmVxdWVzdBopLmR4b3MuZWNoby5zZXJ2aWNlLkNyZWF0ZURvY3VtZW50UmVzcG9uc2USQgoGVXBkYXRlEiAuZHhvcy5lY2hvLnNlcnZpY2UuVXBkYXRlUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRJACgVGbHVzaBIfLmR4b3MuZWNoby5zZXJ2aWNlLkZsdXNoUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRJrChBHZXREb2N1bWVudEhlYWRzEiouZHhvcy5lY2hvLnNlcnZpY2UuR2V0RG9jdW1lbnRIZWFkc1JlcXVlc3QaKy5keG9zLmVjaG8uc2VydmljZS5HZXREb2N1bWVudEhlYWRzUmVzcG9uc2USZgoYV2FpdFVudGlsSGVhZHNSZXBsaWNhdGVkEjIuZHhvcy5lY2hvLnNlcnZpY2UuV2FpdFVudGlsSGVhZHNSZXBsaWNhdGVkUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eRJOCgxSZUluZGV4SGVhZHMSJi5keG9zLmVjaG8uc2VydmljZS5SZUluZGV4SGVhZHNSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Ej8KDVVwZGF0ZUluZGV4ZXMSFi5nb29nbGUucHJvdG9idWYuRW1wdHkaFi5nb29nbGUucHJvdG9idWYuRW1wdHkSawoXU3Vic2NyaWJlU3BhY2VTeW5jU3RhdGUSKy5keG9zLmVjaG8uc2VydmljZS5HZXRTcGFjZVN5bmNTdGF0ZVJlcXVlc3QaIS5keG9zLmVjaG8uc2VydmljZS5TcGFjZVN5bmNTdGF0ZTABYgZwcm90bzM", [file_dxos_keys, file_google_protobuf_empty, file_google_protobuf_struct]);
21
21
 
22
22
  /**
23
23
  * @generated from message dxos.echo.service.SubscribeRequest
@@ -159,15 +159,6 @@ export type DocumentUpdate = Message<"dxos.echo.service.DocumentUpdate"> & {
159
159
  * @generated from field: bytes mutation = 2;
160
160
  */
161
161
  mutation: Uint8Array;
162
-
163
- /**
164
- * *
165
- * Set to true for init mutation of document.
166
- * default: undefined.
167
- *
168
- * @generated from field: optional bool is_new = 3;
169
- */
170
- isNew?: boolean;
171
162
  };
172
163
 
173
164
  /**
@@ -284,6 +275,55 @@ export type ReIndexHeadsRequest = Message<"dxos.echo.service.ReIndexHeadsRequest
284
275
  export const ReIndexHeadsRequestSchema: GenMessage<ReIndexHeadsRequest> = /*@__PURE__*/
285
276
  messageDesc(file_dxos_echo_service, 10);
286
277
 
278
+ /**
279
+ * @generated from message dxos.echo.service.CreateDocumentRequest
280
+ */
281
+ export type CreateDocumentRequest = Message<"dxos.echo.service.CreateDocumentRequest"> & {
282
+ /**
283
+ * *
284
+ * Space id where the document will be created.
285
+ *
286
+ * @generated from field: string space_id = 1;
287
+ */
288
+ spaceId: string;
289
+
290
+ /**
291
+ * *
292
+ * Automerge encoded initial document value.
293
+ * Optional - if not provided, an empty document will be created.
294
+ *
295
+ * @generated from field: optional google.protobuf.Struct initial_value = 2;
296
+ */
297
+ initialValue?: JsonObject;
298
+ };
299
+
300
+ /**
301
+ * Describes the message dxos.echo.service.CreateDocumentRequest.
302
+ * Use `create(CreateDocumentRequestSchema)` to create a new message.
303
+ */
304
+ export const CreateDocumentRequestSchema: GenMessage<CreateDocumentRequest> = /*@__PURE__*/
305
+ messageDesc(file_dxos_echo_service, 11);
306
+
307
+ /**
308
+ * @generated from message dxos.echo.service.CreateDocumentResponse
309
+ */
310
+ export type CreateDocumentResponse = Message<"dxos.echo.service.CreateDocumentResponse"> & {
311
+ /**
312
+ * *
313
+ * The generated document id.
314
+ *
315
+ * @generated from field: string document_id = 1;
316
+ */
317
+ documentId: string;
318
+ };
319
+
320
+ /**
321
+ * Describes the message dxos.echo.service.CreateDocumentResponse.
322
+ * Use `create(CreateDocumentResponseSchema)` to create a new message.
323
+ */
324
+ export const CreateDocumentResponseSchema: GenMessage<CreateDocumentResponse> = /*@__PURE__*/
325
+ messageDesc(file_dxos_echo_service, 12);
326
+
287
327
  /**
288
328
  * @generated from message dxos.echo.service.GetSpaceSyncStateRequest
289
329
  */
@@ -299,7 +339,7 @@ export type GetSpaceSyncStateRequest = Message<"dxos.echo.service.GetSpaceSyncSt
299
339
  * Use `create(GetSpaceSyncStateRequestSchema)` to create a new message.
300
340
  */
301
341
  export const GetSpaceSyncStateRequestSchema: GenMessage<GetSpaceSyncStateRequest> = /*@__PURE__*/
302
- messageDesc(file_dxos_echo_service, 11);
342
+ messageDesc(file_dxos_echo_service, 13);
303
343
 
304
344
  /**
305
345
  * @generated from message dxos.echo.service.SpaceSyncState
@@ -316,7 +356,7 @@ export type SpaceSyncState = Message<"dxos.echo.service.SpaceSyncState"> & {
316
356
  * Use `create(SpaceSyncStateSchema)` to create a new message.
317
357
  */
318
358
  export const SpaceSyncStateSchema: GenMessage<SpaceSyncState> = /*@__PURE__*/
319
- messageDesc(file_dxos_echo_service, 12);
359
+ messageDesc(file_dxos_echo_service, 14);
320
360
 
321
361
  /**
322
362
  * @generated from message dxos.echo.service.SpaceSyncState.PeerState
@@ -390,7 +430,7 @@ export type SpaceSyncState_PeerState = Message<"dxos.echo.service.SpaceSyncState
390
430
  * Use `create(SpaceSyncState_PeerStateSchema)` to create a new message.
391
431
  */
392
432
  export const SpaceSyncState_PeerStateSchema: GenMessage<SpaceSyncState_PeerState> = /*@__PURE__*/
393
- messageDesc(file_dxos_echo_service, 12, 0);
433
+ messageDesc(file_dxos_echo_service, 14, 0);
394
434
 
395
435
  /**
396
436
  * @generated from service dxos.echo.service.DataService
@@ -420,6 +460,18 @@ export const DataService: GenService<{
420
460
  input: typeof UpdateSubscriptionRequestSchema;
421
461
  output: typeof EmptySchema;
422
462
  },
463
+ /**
464
+ * *
465
+ * Create a new automerge document.
466
+ * Returns the generated document id which is controlled by the host.
467
+ *
468
+ * @generated from rpc dxos.echo.service.DataService.CreateDocument
469
+ */
470
+ createDocument: {
471
+ methodKind: "unary";
472
+ input: typeof CreateDocumentRequestSchema;
473
+ output: typeof CreateDocumentResponseSchema;
474
+ },
423
475
  /**
424
476
  * *
425
477
  * Write incremental updates to multiple automerge documents.
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/echo/snapshot.proto (package dxos.echo.snapshot, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/echo/timeframe.proto (package dxos.echo.timeframe, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2024 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/edge/calls.proto (package dxos.edge.calls, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/edge/messenger.proto (package dxos.edge.messenger, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2024 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/edge/signal.proto (package dxos.edge.signal, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/error.proto (package dxos.error, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/field_options.proto (syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file dxos/google.proto (syntax proto2)
3
3
  /* eslint-disable */
4
4
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2021 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/gravity.proto (package dxos.gravity, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/halo/credentials/auth.proto (package dxos.halo.credentials.auth, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/halo/credentials/greet.proto (package dxos.halo.credentials.greet, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/halo/credentials/identity.proto (package dxos.halo.credentials.identity, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/halo/credentials.proto (package dxos.halo.credentials, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2021 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/halo/invitations.proto (package dxos.halo.invitations, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/halo/keyring.proto (package dxos.halo.keyring, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/halo/keys.proto (package dxos.halo.keys, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/halo/signed.proto (package dxos.halo.signed, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/iframe.proto (package dxos.iframe, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -78,6 +78,7 @@ export type AppContextRequest = Message<"dxos.iframe.AppContextRequest"> & {
78
78
  spaceKey?: PublicKey;
79
79
 
80
80
  /**
81
+ * TODO(wittjosiah): Make the generated type be `SpaceId`.
81
82
  * / The id of the joined space.
82
83
  *
83
84
  * @generated from field: optional string space_id = 5;
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/keys.proto (package dxos.keys, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/bridge.proto (package dxos.mesh.bridge, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/broadcast.proto (package dxos.mesh.broadcast, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/messaging.proto (package dxos.mesh.messaging, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/muxer.proto (package dxos.mesh.muxer, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2021 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/presence.proto (package dxos.mesh.presence, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2021 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/protocol.proto (package dxos.mesh.protocol, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2019 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/replicator.proto (package dxos.mesh.replicator, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/signal.proto (package dxos.mesh.signal, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/swarm.proto (package dxos.mesh.swarm, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/teleport/admission-discovery.proto (package dxos.mesh.teleport, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/teleport/auth.proto (package dxos.mesh.teleport.auth, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/teleport/automerge.proto (package dxos.mesh.teleport.automerge, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/teleport/blobsync.proto (package dxos.mesh.teleport.blobsync, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/teleport/control.proto (package dxos.mesh.teleport.control, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/teleport/gossip.proto (package dxos.mesh.teleport.gossip, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/teleport/notarization.proto (package dxos.mesh.teleport.notarization, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/mesh/teleport/replicator.proto (package dxos.mesh.teleport.replicator, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2021 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/registry.proto (package dxos.registry, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/rpc.proto (package dxos.rpc, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/service/agentmanager.proto (package dxos.service.agentmanager, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2023 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/service/publisher.proto (package dxos.service.publisher, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/service/supervisor.proto (package dxos.service.supervisor, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2023 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/service/tunnel.proto (package dxos.service.tunnel, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file dxos/tracing.proto (package dxos.tracing, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/type.proto (package dxos.type, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2021 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file dxos/value.proto (package dxos.value, syntax proto3)
7
7
  /* eslint-disable */
8
8
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
5
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
6
6
  // @generated from file example/testing/data.proto (package example.testing.data, syntax proto3)
7
7
  /* eslint-disable */
8
8