@dxos/protocols 0.8.4-main.72ec0f3 → 0.8.4-main.7996785055

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 (248) hide show
  1. package/README.md +1 -1
  2. package/dist/src/FeedProtocol.d.ts +528 -0
  3. package/dist/src/FeedProtocol.d.ts.map +1 -0
  4. package/dist/src/FeedProtocol.js +237 -0
  5. package/dist/src/FeedProtocol.js.map +1 -0
  6. package/dist/src/FunctionProtocol.d.ts +8 -2
  7. package/dist/src/FunctionProtocol.d.ts.map +1 -1
  8. package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts +231 -0
  9. package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts.map +1 -0
  10. package/dist/src/buf/proto/gen/dxos/client/queue_pb.js +44 -0
  11. package/dist/src/buf/proto/gen/dxos/client/queue_pb.js.map +1 -0
  12. package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts +33 -3
  13. package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts.map +1 -1
  14. package/dist/src/buf/proto/gen/dxos/client/services_pb.js +46 -37
  15. package/dist/src/buf/proto/gen/dxos/client/services_pb.js.map +1 -1
  16. package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.d.ts +6 -0
  17. package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.d.ts.map +1 -1
  18. package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.js +1 -1
  19. package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.js.map +1 -1
  20. package/dist/src/buf/proto/gen/dxos/echo/query_pb.d.ts +12 -2
  21. package/dist/src/buf/proto/gen/dxos/echo/query_pb.d.ts.map +1 -1
  22. package/dist/src/buf/proto/gen/dxos/echo/query_pb.js +1 -1
  23. package/dist/src/buf/proto/gen/dxos/echo/query_pb.js.map +1 -1
  24. package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts +55 -9
  25. package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts.map +1 -1
  26. package/dist/src/buf/proto/gen/dxos/echo/service_pb.js +15 -5
  27. package/dist/src/buf/proto/gen/dxos/echo/service_pb.js.map +1 -1
  28. package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.d.ts +28 -0
  29. package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.d.ts.map +1 -1
  30. package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.js +10 -5
  31. package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.js.map +1 -1
  32. package/dist/src/buf/proto/gen/dxos/google_pb.js +1 -1
  33. package/dist/src/buf/proto/gen/dxos/google_pb.js.map +1 -1
  34. package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.d.ts +36 -0
  35. package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.d.ts.map +1 -1
  36. package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.js +24 -2
  37. package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.js.map +1 -1
  38. package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts +1 -0
  39. package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts.map +1 -1
  40. package/dist/src/buf/proto/gen/dxos/iframe_pb.js.map +1 -1
  41. package/dist/src/buf/proto/gen/dxos/tracing_pb.js +1 -1
  42. package/dist/src/buf/proto/gen/dxos/tracing_pb.js.map +1 -1
  43. package/dist/src/codec.test.js +1 -1
  44. package/dist/src/edge/EdgeFunctionEnv.d.ts +108 -0
  45. package/dist/src/edge/EdgeFunctionEnv.d.ts.map +1 -0
  46. package/dist/src/edge/EdgeFunctionEnv.js +4 -0
  47. package/dist/src/edge/EdgeFunctionEnv.js.map +1 -0
  48. package/dist/src/{edge.d.ts → edge/edge.d.ts} +200 -26
  49. package/dist/src/edge/edge.d.ts.map +1 -0
  50. package/dist/src/{edge.js → edge/edge.js} +28 -14
  51. package/dist/src/edge/edge.js.map +1 -0
  52. package/dist/src/{edge-error.d.ts → edge/errors.d.ts} +6 -7
  53. package/dist/src/edge/errors.d.ts.map +1 -0
  54. package/dist/src/{edge-error.js → edge/errors.js} +14 -15
  55. package/dist/src/edge/errors.js.map +1 -0
  56. package/dist/src/edge/index.d.ts +4 -0
  57. package/dist/src/edge/index.d.ts.map +1 -0
  58. package/dist/src/edge/index.js +7 -0
  59. package/dist/src/edge/index.js.map +1 -0
  60. package/dist/src/errors/base-errors.d.ts +86 -8
  61. package/dist/src/errors/base-errors.d.ts.map +1 -1
  62. package/dist/src/errors/base-errors.js +4 -20
  63. package/dist/src/errors/base-errors.js.map +1 -1
  64. package/dist/src/errors/encoding.d.ts +2 -2
  65. package/dist/src/errors/encoding.d.ts.map +1 -1
  66. package/dist/src/errors/encoding.js +1 -1
  67. package/dist/src/errors/errors.d.ts +619 -42
  68. package/dist/src/errors/errors.d.ts.map +1 -1
  69. package/dist/src/errors/errors.js +50 -104
  70. package/dist/src/errors/errors.js.map +1 -1
  71. package/dist/src/errors/errors.test.js +2 -2
  72. package/dist/src/errors/errors.test.js.map +1 -1
  73. package/dist/src/errors/helpers.d.ts +9 -5
  74. package/dist/src/errors/helpers.d.ts.map +1 -1
  75. package/dist/src/errors/helpers.js +3 -3
  76. package/dist/src/errors/helpers.js.map +1 -1
  77. package/dist/src/errors/index.d.ts +5 -5
  78. package/dist/src/errors/index.js +5 -5
  79. package/dist/src/feed-replication.d.ts.map +1 -1
  80. package/dist/src/index.d.ts +12 -13
  81. package/dist/src/index.d.ts.map +1 -1
  82. package/dist/src/index.js +11 -12
  83. package/dist/src/index.js.map +1 -1
  84. package/dist/src/indexing.test.js +1 -1
  85. package/dist/src/messenger.d.ts +16 -0
  86. package/dist/src/messenger.d.ts.map +1 -0
  87. package/dist/src/messenger.js +4 -0
  88. package/dist/src/messenger.js.map +1 -0
  89. package/dist/src/proto/gen/dxos/client/services.d.ts +990 -852
  90. package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  91. package/dist/src/proto/gen/dxos/client/services.js +95 -94
  92. package/dist/src/proto/gen/dxos/client/services.js.map +1 -1
  93. package/dist/src/proto/gen/dxos/echo/metadata.d.ts +4 -0
  94. package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
  95. package/dist/src/proto/gen/dxos/echo/metadata.js.map +1 -1
  96. package/dist/src/proto/gen/dxos/echo/query.d.ts +17 -1
  97. package/dist/src/proto/gen/dxos/echo/query.d.ts.map +1 -1
  98. package/dist/src/proto/gen/dxos/echo/query.js.map +1 -1
  99. package/dist/src/proto/gen/dxos/echo/service.d.ts +34 -8
  100. package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
  101. package/dist/src/proto/gen/dxos/edge/messenger.d.ts +24 -0
  102. package/dist/src/proto/gen/dxos/edge/messenger.d.ts.map +1 -1
  103. package/dist/src/proto/gen/dxos/edge/messenger.js.map +1 -1
  104. package/dist/src/proto/gen/dxos/halo/credentials.d.ts +15 -1
  105. package/dist/src/proto/gen/dxos/halo/credentials.d.ts.map +1 -1
  106. package/dist/src/proto/gen/dxos/halo/credentials.js +9 -0
  107. package/dist/src/proto/gen/dxos/halo/credentials.js.map +1 -1
  108. package/dist/src/proto/gen/google/protobuf.d.ts +326 -40
  109. package/dist/src/proto/gen/google/protobuf.d.ts.map +1 -1
  110. package/dist/src/proto/gen/google/protobuf.js +127 -1
  111. package/dist/src/proto/gen/google/protobuf.js.map +1 -1
  112. package/dist/src/proto/gen/index.d.ts +36 -0
  113. package/dist/src/proto/gen/index.d.ts.map +1 -1
  114. package/dist/src/proto/gen/index.js +1 -1
  115. package/dist/src/proto/gen/index.js.map +1 -1
  116. package/dist/src/proto/index.d.ts +2 -2
  117. package/dist/src/proto/index.js +1 -1
  118. package/dist/src/proto/types.d.ts +1 -1
  119. package/dist/src/space-archive.d.ts +60 -1
  120. package/dist/src/space-archive.d.ts.map +1 -1
  121. package/dist/src/space-archive.js +13 -1
  122. package/dist/src/space-archive.js.map +1 -1
  123. package/dist/src/types.d.ts +2 -2
  124. package/dist/tsconfig.tsbuildinfo +1 -1
  125. package/package.json +19 -15
  126. package/src/FeedProtocol.ts +320 -0
  127. package/src/FunctionProtocol.ts +8 -6
  128. package/src/buf/proto/gen/dxos/agent/dashboard_pb.ts +1 -1
  129. package/src/buf/proto/gen/dxos/agent/echo-proxy_pb.ts +1 -1
  130. package/src/buf/proto/gen/dxos/agent/epoch_pb.ts +1 -1
  131. package/src/buf/proto/gen/dxos/agent/functions_pb.ts +1 -1
  132. package/src/buf/proto/gen/dxos/bot_pb.ts +1 -1
  133. package/src/buf/proto/gen/dxos/client/invitation_pb.ts +1 -1
  134. package/src/buf/proto/gen/dxos/client/logging_pb.ts +1 -1
  135. package/src/buf/proto/gen/dxos/client/queue_pb.ts +280 -0
  136. package/src/buf/proto/gen/dxos/client/services_pb.ts +77 -40
  137. package/src/buf/proto/gen/dxos/config_pb.ts +1 -1
  138. package/src/buf/proto/gen/dxos/devtools/diagnostics_pb.ts +1 -1
  139. package/src/buf/proto/gen/dxos/devtools/host_pb.ts +1 -1
  140. package/src/buf/proto/gen/dxos/devtools/swarm_pb.ts +1 -1
  141. package/src/buf/proto/gen/dxos/echo/blob_pb.ts +1 -1
  142. package/src/buf/proto/gen/dxos/echo/feed_pb.ts +1 -1
  143. package/src/buf/proto/gen/dxos/echo/filter_pb.ts +1 -1
  144. package/src/buf/proto/gen/dxos/echo/indexing_pb.ts +1 -1
  145. package/src/buf/proto/gen/dxos/echo/metadata_pb.ts +9 -2
  146. package/src/buf/proto/gen/dxos/echo/model/document_pb.ts +1 -1
  147. package/src/buf/proto/gen/dxos/echo/model/messenger_pb.ts +1 -1
  148. package/src/buf/proto/gen/dxos/echo/model/text_pb.ts +1 -1
  149. package/src/buf/proto/gen/dxos/echo/object_pb.ts +1 -1
  150. package/src/buf/proto/gen/dxos/echo/query_pb.ts +16 -4
  151. package/src/buf/proto/gen/dxos/echo/service_pb.ts +68 -16
  152. package/src/buf/proto/gen/dxos/echo/snapshot_pb.ts +1 -1
  153. package/src/buf/proto/gen/dxos/echo/timeframe_pb.ts +1 -1
  154. package/src/buf/proto/gen/dxos/edge/calls_pb.ts +1 -1
  155. package/src/buf/proto/gen/dxos/edge/messenger_pb.ts +39 -6
  156. package/src/buf/proto/gen/dxos/edge/signal_pb.ts +1 -1
  157. package/src/buf/proto/gen/dxos/error_pb.ts +1 -1
  158. package/src/buf/proto/gen/dxos/field_options_pb.ts +1 -1
  159. package/src/buf/proto/gen/dxos/google_pb.ts +1 -1
  160. package/src/buf/proto/gen/dxos/gravity_pb.ts +1 -1
  161. package/src/buf/proto/gen/dxos/halo/credentials/auth_pb.ts +1 -1
  162. package/src/buf/proto/gen/dxos/halo/credentials/greet_pb.ts +1 -1
  163. package/src/buf/proto/gen/dxos/halo/credentials/identity_pb.ts +1 -1
  164. package/src/buf/proto/gen/dxos/halo/credentials_pb.ts +46 -3
  165. package/src/buf/proto/gen/dxos/halo/invitations_pb.ts +1 -1
  166. package/src/buf/proto/gen/dxos/halo/keyring_pb.ts +1 -1
  167. package/src/buf/proto/gen/dxos/halo/keys_pb.ts +1 -1
  168. package/src/buf/proto/gen/dxos/halo/signed_pb.ts +1 -1
  169. package/src/buf/proto/gen/dxos/iframe_pb.ts +2 -1
  170. package/src/buf/proto/gen/dxos/keys_pb.ts +1 -1
  171. package/src/buf/proto/gen/dxos/mesh/bridge_pb.ts +1 -1
  172. package/src/buf/proto/gen/dxos/mesh/broadcast_pb.ts +1 -1
  173. package/src/buf/proto/gen/dxos/mesh/messaging_pb.ts +1 -1
  174. package/src/buf/proto/gen/dxos/mesh/muxer_pb.ts +1 -1
  175. package/src/buf/proto/gen/dxos/mesh/presence_pb.ts +1 -1
  176. package/src/buf/proto/gen/dxos/mesh/protocol_pb.ts +1 -1
  177. package/src/buf/proto/gen/dxos/mesh/replicator_pb.ts +1 -1
  178. package/src/buf/proto/gen/dxos/mesh/signal_pb.ts +1 -1
  179. package/src/buf/proto/gen/dxos/mesh/swarm_pb.ts +1 -1
  180. package/src/buf/proto/gen/dxos/mesh/teleport/admission-discovery_pb.ts +1 -1
  181. package/src/buf/proto/gen/dxos/mesh/teleport/auth_pb.ts +1 -1
  182. package/src/buf/proto/gen/dxos/mesh/teleport/automerge_pb.ts +1 -1
  183. package/src/buf/proto/gen/dxos/mesh/teleport/blobsync_pb.ts +1 -1
  184. package/src/buf/proto/gen/dxos/mesh/teleport/control_pb.ts +1 -1
  185. package/src/buf/proto/gen/dxos/mesh/teleport/gossip_pb.ts +1 -1
  186. package/src/buf/proto/gen/dxos/mesh/teleport/notarization_pb.ts +1 -1
  187. package/src/buf/proto/gen/dxos/mesh/teleport/replicator_pb.ts +1 -1
  188. package/src/buf/proto/gen/dxos/registry_pb.ts +1 -1
  189. package/src/buf/proto/gen/dxos/rpc_pb.ts +1 -1
  190. package/src/buf/proto/gen/dxos/service/agentmanager_pb.ts +1 -1
  191. package/src/buf/proto/gen/dxos/service/publisher_pb.ts +1 -1
  192. package/src/buf/proto/gen/dxos/service/supervisor_pb.ts +1 -1
  193. package/src/buf/proto/gen/dxos/service/tunnel_pb.ts +1 -1
  194. package/src/buf/proto/gen/dxos/tracing_pb.ts +1 -1
  195. package/src/buf/proto/gen/dxos/type_pb.ts +1 -1
  196. package/src/buf/proto/gen/dxos/value_pb.ts +1 -1
  197. package/src/buf/proto/gen/example/testing/data_pb.ts +1 -1
  198. package/src/buf/proto/gen/example/testing/rpc_pb.ts +1 -1
  199. package/src/codec.test.ts +1 -1
  200. package/src/edge/EdgeFunctionEnv.ts +187 -0
  201. package/src/{edge.ts → edge/edge.ts} +161 -39
  202. package/src/{edge-error.ts → edge/errors.ts} +15 -16
  203. package/src/edge/index.ts +7 -0
  204. package/src/errors/base-errors.ts +4 -22
  205. package/src/errors/encoding.ts +2 -2
  206. package/src/errors/errors.test.ts +2 -2
  207. package/src/errors/errors.ts +57 -123
  208. package/src/errors/helpers.ts +6 -7
  209. package/src/errors/index.ts +5 -5
  210. package/src/feed-replication.ts +1 -0
  211. package/src/index.ts +12 -13
  212. package/src/indexing.test.ts +1 -1
  213. package/src/messenger.ts +22 -0
  214. package/src/proto/dxos/client/queue.proto +78 -0
  215. package/src/proto/dxos/client/services.proto +9 -1
  216. package/src/proto/dxos/config.proto +1 -1
  217. package/src/proto/dxos/echo/metadata.proto +3 -0
  218. package/src/proto/dxos/echo/query.proto +4 -1
  219. package/src/proto/dxos/echo/service.proto +27 -6
  220. package/src/proto/dxos/edge/messenger.proto +10 -0
  221. package/src/proto/dxos/halo/credentials.proto +13 -0
  222. package/src/proto/dxos/iframe.proto +1 -0
  223. package/src/proto/gen/dxos/client/services.ts +990 -852
  224. package/src/proto/gen/dxos/echo/metadata.ts +4 -0
  225. package/src/proto/gen/dxos/echo/query.ts +17 -1
  226. package/src/proto/gen/dxos/echo/service.ts +33 -8
  227. package/src/proto/gen/dxos/edge/messenger.ts +24 -0
  228. package/src/proto/gen/dxos/halo/credentials.ts +15 -1
  229. package/src/proto/gen/google/protobuf.ts +326 -40
  230. package/src/proto/gen/index.ts +37 -1
  231. package/src/proto/index.ts +2 -2
  232. package/src/proto/types.ts +1 -1
  233. package/src/space-archive.ts +70 -1
  234. package/src/types.ts +2 -2
  235. package/dist/src/edge-error.d.ts.map +0 -1
  236. package/dist/src/edge-error.js.map +0 -1
  237. package/dist/src/edge.d.ts.map +0 -1
  238. package/dist/src/edge.js.map +0 -1
  239. package/dist/src/query.d.ts +0 -5
  240. package/dist/src/query.d.ts.map +0 -1
  241. package/dist/src/query.js +0 -8
  242. package/dist/src/query.js.map +0 -1
  243. package/dist/src/queue.d.ts +0 -37
  244. package/dist/src/queue.d.ts.map +0 -1
  245. package/dist/src/queue.js +0 -8
  246. package/dist/src/queue.js.map +0 -1
  247. package/src/query.ts +0 -8
  248. package/src/queue.ts +0 -51
@@ -2,7 +2,7 @@
2
2
  // Copyright 2022 DXOS.org
3
3
  //
4
4
  import { describe, expect, test } from 'vitest';
5
- import { schema } from './proto/index.js';
5
+ import { schema } from "./proto/index.js";
6
6
  describe('Codec', () => {
7
7
  test('encodes and decodes messages', async () => {
8
8
  const codec = schema.getCodecForType('example.testing.data.TestItemMutation');
@@ -0,0 +1,108 @@
1
+ import { type SpaceId } from '@dxos/keys';
2
+ import type * as FeedProtocol from '../FeedProtocol';
3
+ import { type CreateDocumentRequest, type CreateDocumentResponse } from '../proto/gen/dxos/echo/service';
4
+ import { type QueryRequest, type QueryResponse } from '../proto/gen/dxos/echo/query';
5
+ /**
6
+ * Environment available to the function running on Cloudflare.
7
+ */
8
+ export interface Env {
9
+ QUEUE_SERVICE: QueueService;
10
+ DATA_SERVICE: DataService;
11
+ FUNCTIONS_AI_SERVICE: FunctionsAiService;
12
+ }
13
+ /**
14
+ * Use to trace the execution across multiple services.
15
+ *
16
+ * NOTE: Currently unused in functions.
17
+ */
18
+ export interface TraceContext {
19
+ }
20
+ /**
21
+ * Database API for other CF services like functions.
22
+ */
23
+ export interface DataService {
24
+ getSpaceMeta(ctx: TraceContext, spaceId: SpaceId): Promise<RpcResult<SpaceMeta | undefined>>;
25
+ getDocument(ctx: TraceContext, spaceId: SpaceId, documentId: string): Promise<RpcResult<RawDocument | undefined>>;
26
+ execQuery(ctx: TraceContext, request: QueryRequest): Promise<RpcResult<QueryResponse>>;
27
+ createDocument(ctx: TraceContext, request: CreateDocumentRequest): Promise<RpcResult<CreateDocumentResponse>>;
28
+ changeDocument(ctx: TraceContext, spaceId: SpaceId, documentId: string, changes: Uint8Array): Promise<void>;
29
+ }
30
+ export interface QueueService {
31
+ queryQueue: (ctx: TraceContext, request: FeedProtocol.QueryQueueRequest) => Promise<RpcResult<FeedProtocol.QueryResult>>;
32
+ insertIntoQueue: (ctx: TraceContext, request: FeedProtocol.InsertIntoQueueRequest) => Promise<RpcResult<RpcDisposable>>;
33
+ deleteFromQueue: (ctx: TraceContext, request: FeedProtocol.DeleteFromQueueRequest) => Promise<RpcResult<RpcDisposable>>;
34
+ }
35
+ /**
36
+ * FunctionsAiService API for other CF services like functions.
37
+ */
38
+ export interface FunctionsAiService {
39
+ /**
40
+ * Enables proxying HTTP requests to the AI service from other workers.
41
+ */
42
+ fetch(request: Request): Promise<RpcResult<Response>>;
43
+ }
44
+ export type ObjectDocumentJson = {
45
+ type?: string;
46
+ objectId: string;
47
+ documentId: string;
48
+ /** Base64 encoding of a document. */
49
+ document: string;
50
+ };
51
+ export type SpaceMeta = {
52
+ spaceKey: string;
53
+ rootDocumentId: string;
54
+ };
55
+ /**
56
+ * TODO(yaroslav): make Indexer return EchoObject after create() can properly reconstruct an object
57
+ * from this structure (meta, id and type aren't handled properly)
58
+ */
59
+ export type ObjectSnapshot = {
60
+ type?: string;
61
+ documentId: string;
62
+ objectId: string;
63
+ object: unknown;
64
+ };
65
+ export type ObjectReference = {
66
+ fromId: string;
67
+ toId: string;
68
+ fieldName: string;
69
+ };
70
+ export type QueryDocumentsResponse = {
71
+ results: RawObject[];
72
+ cursor?: string;
73
+ };
74
+ export type RawDocument = {
75
+ documentId: string;
76
+ data: Uint8Array;
77
+ };
78
+ export type RawObject = {
79
+ type?: string;
80
+ objectId: string;
81
+ document: RawDocument;
82
+ };
83
+ export type QueryReferencesRequest = {
84
+ spaceId: string;
85
+ objectId: string;
86
+ referenceType: 'from' | 'to';
87
+ };
88
+ export type QueryReferencesResponse = {
89
+ references: ObjectReference[];
90
+ };
91
+ /**
92
+ * Cloudflare Workers RPC returns objects/arrays/stubs that may need to be explicitly disposed.
93
+ *
94
+ * See: https://developers.cloudflare.com/workers/runtime-apis/rpc/lifecycle/
95
+ */
96
+ export interface RpcDisposable {
97
+ /**
98
+ * Disposes the RPC stub / returned value and releases any server-side resources it references.
99
+ */
100
+ [Symbol.dispose](): void;
101
+ }
102
+ /**
103
+ * Wraps a return type so that any non-primitive value is marked as disposable.
104
+ *
105
+ * This models Workers RPC behavior where any returned object (including arrays) gets a disposer added.
106
+ */
107
+ export type RpcResult<T> = T extends object ? T & RpcDisposable : T;
108
+ //# sourceMappingURL=EdgeFunctionEnv.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EdgeFunctionEnv.d.ts","sourceRoot":"","sources":["../../../src/edge/EdgeFunctionEnv.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+ //# sourceMappingURL=EdgeFunctionEnv.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EdgeFunctionEnv.js","sourceRoot":"","sources":["../../../src/edge/EdgeFunctionEnv.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE"}
@@ -2,7 +2,14 @@ import * as Schema from 'effect/Schema';
2
2
  import { SpaceId } from '@dxos/keys';
3
3
  export declare enum EdgeService {
4
4
  AUTOMERGE_REPLICATOR = "automerge-replicator",
5
+ /**
6
+ * Control feed replicator (hypercore append only logs) for the space.
7
+ */
5
8
  FEED_REPLICATOR = "feed-replicator",
9
+ /**
10
+ * Feed replicator (ordered data list) for the space.
11
+ */
12
+ QUEUE_REPLICATOR = "queue-replicator",
6
13
  SWARM = "swarm",
7
14
  SIGNAL = "signal",
8
15
  STATUS = "status"
@@ -11,13 +18,16 @@ export type EdgeSuccess<T> = {
11
18
  success: true;
12
19
  data: T;
13
20
  };
14
- export type SerializedError = {
15
- code?: string;
16
- message?: string;
17
- context?: Record<string, unknown>;
18
- stack?: string;
19
- cause?: SerializedError;
20
- };
21
+ declare const _SerializedError: Schema.Struct<{
22
+ name: Schema.optional<typeof Schema.String>;
23
+ message: Schema.optional<typeof Schema.String>;
24
+ context: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
25
+ stack: Schema.optional<typeof Schema.String>;
26
+ cause: Schema.optional<Schema.suspend<SerializedError, SerializedError, never>>;
27
+ }>;
28
+ export interface SerializedError extends Schema.Schema.Type<typeof _SerializedError> {
29
+ }
30
+ export declare const SerializedError: Schema.Schema<SerializedError, SerializedError, never>;
21
31
  export type EdgeErrorData = {
22
32
  type: string;
23
33
  } & Record<string, any>;
@@ -33,11 +43,11 @@ export type EdgeFailure = {
33
43
  /**
34
44
  * An explanation of why the call failed. Used mostly for logging and monitoring.
35
45
  */
36
- reason: string;
46
+ message: string;
37
47
  /**
38
48
  * Cause Error captured on the EDGE service to aid debugging on the client.
39
49
  */
40
- cause?: SerializedError;
50
+ error?: SerializedError;
41
51
  /**
42
52
  * Information that can be used to retry the request such that it will succeed, for example:
43
53
  * 1. { type: 'auth_required', challenge: string }
@@ -45,30 +55,39 @@ export type EdgeFailure = {
45
55
  * 2. { type: 'user_confirmation_required', dialog: { title: string, message: string, confirmation_payload: string } }
46
56
  * Requires showing a confirmation dialog to a user and retrying the request with confirmation_payload included
47
57
  * if the user confirms.
48
- * When errorData is returned simply retrying the request won't have any effect.
49
- * EdgeHttpClient should parse well-known errorData into Error types and throw.
58
+ * When data is returned simply retrying the request won't have any effect.
59
+ * EdgeHttpClient should parse well-known data into Error types and throw.
50
60
  */
51
- errorData?: EdgeErrorData;
61
+ data?: EdgeErrorData;
52
62
  };
53
63
  /**
54
64
  * Represents a body response from the Edge service.
55
65
  */
56
- export type EdgeBody<T> = EdgeSuccess<T> | EdgeFailure;
66
+ export type EdgeEnvelope<T> = EdgeSuccess<T> | EdgeFailure;
57
67
  /**
58
68
  * Use this to create a response from the Edge service.
59
69
  */
60
70
  export declare const EdgeResponse: Readonly<{
61
71
  success: <T>(data: T, status?: number) => Response;
62
- failure: ({ reason, cause, errorData, shouldRetryAfter, status, }: {
72
+ failure: ({ message, error, errorEncoded, data, shouldRetryAfter, status, }: {
63
73
  /**
64
74
  * An explanation of why the call failed. Used mostly for logging and monitoring.
65
75
  */
66
- reason: string;
76
+ message: string;
67
77
  /**
68
78
  * Error that caused the failure.
69
79
  * Useful for debugging.
80
+ *
81
+ * Use only one of the fields `error` or `errorEncoded`.s
82
+ */
83
+ error?: Error;
84
+ /**
85
+ * Encoded Error that caused the failure.
86
+ * Useful for debugging.
87
+ *
88
+ * Use only one of the fields `error` or `errorEncoded`.
70
89
  */
71
- cause?: Error;
90
+ errorEncoded?: SerializedError;
72
91
  /**
73
92
  * Information that can be used to retry the request such that it will succeed, for example:
74
93
  * 1. { type: 'auth_required', challenge: string }
@@ -76,10 +95,10 @@ export declare const EdgeResponse: Readonly<{
76
95
  * 2. { type: 'user_confirmation_required', dialog: { title: string, message: string, confirmation_payload: string } }
77
96
  * Requires showing a confirmation dialog to a user and retrying the request with confirmation_payload included
78
97
  * if the user confirms.
79
- * When errorData is returned simply retrying the request won't have any effect.
80
- * EdgeHttpClient should parse well-known errorData into Error types and throw.
98
+ * When data is returned simply retrying the request won't have any effect.
99
+ * EdgeHttpClient should parse well-known data into Error types and throw.
81
100
  */
82
- errorData?: EdgeErrorData;
101
+ data?: EdgeErrorData;
83
102
  /**
84
103
  * If provided, this request will be marked as retryable and the client will wait for the specified number of milliseconds before retrying.
85
104
  * If not provided, the client will not retry the request.
@@ -162,16 +181,16 @@ export type UploadFunctionRequest = {
162
181
  * Runtime cannot be changed once the function was deployed.
163
182
  * @default Runtime.WORKERS_FOR_PLATFORMS
164
183
  */
165
- runtime?: Runtime;
184
+ runtime?: FunctionRuntimeKind;
166
185
  };
167
186
  /**
168
187
  * Note: Do not change the values of these enums, this values are stored in the FunctionVersions database.
169
188
  */
170
- export declare enum Runtime {
171
- WORKERS_FOR_PLATFORMS = "WORKERS_FOR_PLATFORMS",
172
- WORKER_LOADER = "WORKER_LOADER",
173
- TEST = "TEST"
174
- }
189
+ export declare const FunctionRuntimeKind: Schema.Enums<{
190
+ WORKERS_FOR_PLATFORMS: string;
191
+ WORKER_LOADER: string;
192
+ }>;
193
+ export type FunctionRuntimeKind = Schema.Schema.Type<typeof FunctionRuntimeKind>;
175
194
  export type UploadFunctionResponseBody = {
176
195
  functionId: string;
177
196
  version: string;
@@ -220,7 +239,7 @@ export declare const InitiateOAuthFlowRequestSchema: Schema.Struct<{
220
239
  provider: Schema.Enums<typeof OAuthProvider>;
221
240
  spaceId: Schema.refine<string & {
222
241
  __SpaceId: true;
223
- }, Schema.Schema<string, string, never>>;
242
+ }, Schema.Schema<unknown, string, never>>;
224
243
  accessTokenId: typeof Schema.String;
225
244
  scopes: Schema.mutable<Schema.Array$<typeof Schema.String>>;
226
245
  noRefresh: Schema.optional<typeof Schema.Boolean>;
@@ -330,4 +349,159 @@ export declare const EdgeHttpErrorCodec: Readonly<{
330
349
  encode: (err: Error) => Response;
331
350
  decode: (response: Response) => Promise<Error | undefined>;
332
351
  }>;
352
+ export type ListSpacesRequest = {
353
+ limit?: number;
354
+ cursor?: string;
355
+ order?: 'asc' | 'desc';
356
+ };
357
+ export type ListSpacesResponse = {
358
+ spaces: SpaceActivityEntry[];
359
+ cursor?: string;
360
+ limit: number;
361
+ };
362
+ export type ListActiveIdentitiesRequest = {
363
+ cursor?: string;
364
+ limit?: number;
365
+ };
366
+ export type ListActiveIdentitiesResponse = {
367
+ identities: {
368
+ identityKey: string;
369
+ haloSpaceId: string | null;
370
+ createdAt: string | null;
371
+ agentKey: string | null;
372
+ hasRecovery: boolean;
373
+ }[];
374
+ cursor?: string;
375
+ complete: boolean;
376
+ totalCount: number;
377
+ };
378
+ export type InspectSpaceRequest = {
379
+ spaceId: string;
380
+ };
381
+ export type InspectSpaceResponse = {
382
+ spaceId: string;
383
+ metadata: {
384
+ createdAt: string;
385
+ identityKey?: string;
386
+ status?: 'active' | 'deleting';
387
+ } | null;
388
+ members: {
389
+ count: number;
390
+ list: {
391
+ identityKey: string;
392
+ role?: string;
393
+ agentKey?: string;
394
+ }[];
395
+ };
396
+ controlFeeds: {
397
+ replicationProgress: {
398
+ [feedKey: string]: {
399
+ replicated: number;
400
+ processed: number;
401
+ };
402
+ };
403
+ };
404
+ echo: {
405
+ dataFeeds: {
406
+ count: number;
407
+ totalBlocks: number;
408
+ byNamespace: {
409
+ namespace: string;
410
+ feeds: {
411
+ feedId: string;
412
+ blockCount: number;
413
+ }[];
414
+ }[];
415
+ };
416
+ documentCount: number;
417
+ objectCount: number;
418
+ deletedObjectCount: number;
419
+ indexedDocumentCount: number;
420
+ objectsByType: {
421
+ typeDxn: string;
422
+ count: number;
423
+ }[];
424
+ indexerStatus: {
425
+ indexingInProgress: boolean;
426
+ cursors: {
427
+ indexName: string;
428
+ sourceName: string;
429
+ resourceId: string | null;
430
+ cursor: string | number;
431
+ }[];
432
+ totalChanges: number;
433
+ };
434
+ };
435
+ usageInLast30Days: {
436
+ lastActivity: string | null;
437
+ wsEvents: number;
438
+ httpEvents: number;
439
+ totalEvents: number;
440
+ } | null;
441
+ durableObjects: {
442
+ type: string;
443
+ doId: string;
444
+ }[];
445
+ };
446
+ export type InspectIdentityRequest = {
447
+ identityKey: string;
448
+ };
449
+ export type InspectIdentityResponse = {
450
+ identityKey: string;
451
+ agentKey: string | null;
452
+ haloSpaceId: string | null;
453
+ hasRecovery: boolean;
454
+ routerDoId: string;
455
+ agentDoId: string | null;
456
+ ownedFunctions: {
457
+ id: string;
458
+ name: string;
459
+ versionCount: number;
460
+ }[];
461
+ spaces: InspectSpaceResponse[];
462
+ };
463
+ /** Matches the SerializedSpace format from @dxos/echo-db, extended with spaceId. */
464
+ export type SpaceExportPayload = {
465
+ version: number;
466
+ timestamp: string;
467
+ spaceId: string;
468
+ objects: Record<string, unknown>[];
469
+ };
470
+ export type SpaceActivityEntry = {
471
+ spaceId: string;
472
+ lastActivity: string;
473
+ totalEvents: number;
474
+ metadata: {
475
+ createdAt: string;
476
+ identityKey?: string;
477
+ status?: 'active' | 'deleting';
478
+ } | null;
479
+ };
480
+ export type SpaceExportResult = {
481
+ spaceId: string;
482
+ downloadPath: string;
483
+ downloadUrl: string;
484
+ expiresAt: string;
485
+ objectCount: number;
486
+ sizeBytes: number;
487
+ };
488
+ export type ExportSpaceRequest = {
489
+ spaceId: string;
490
+ origin: string;
491
+ };
492
+ export type DeleteSpaceRequest = {
493
+ spaceId: string;
494
+ };
495
+ export type DeleteSpaceResponse = {
496
+ status: string;
497
+ spaceId: string;
498
+ };
499
+ export type DeleteIdentityRequest = {
500
+ identityKey: string;
501
+ };
502
+ export type DeleteIdentityResponse = {
503
+ status: string;
504
+ identityKey: string;
505
+ };
506
+ export {};
333
507
  //# sourceMappingURL=edge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edge.d.ts","sourceRoot":"","sources":["../../../src/edge/edge.ts"],"names":[],"mappings":"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"}
@@ -10,11 +10,28 @@ import { SpaceId } from '@dxos/keys';
10
10
  export var EdgeService;
11
11
  (function (EdgeService) {
12
12
  EdgeService["AUTOMERGE_REPLICATOR"] = "automerge-replicator";
13
+ /**
14
+ * Control feed replicator (hypercore append only logs) for the space.
15
+ */
16
+ // TODO(mykola): Remove once we migrate to keyhive for access control.
13
17
  EdgeService["FEED_REPLICATOR"] = "feed-replicator";
18
+ /**
19
+ * Feed replicator (ordered data list) for the space.
20
+ */
21
+ // TODO(mykola): Rename to FEED_REPLICATOR when we migrate to keyhive for access control.
22
+ EdgeService["QUEUE_REPLICATOR"] = "queue-replicator";
14
23
  EdgeService["SWARM"] = "swarm";
15
24
  EdgeService["SIGNAL"] = "signal";
16
25
  EdgeService["STATUS"] = "status";
17
26
  })(EdgeService || (EdgeService = {}));
27
+ const _SerializedError = Schema.Struct({
28
+ name: Schema.optional(Schema.String),
29
+ message: Schema.optional(Schema.String),
30
+ context: Schema.optional(Schema.Record({ key: Schema.String, value: Schema.Any })),
31
+ stack: Schema.optional(Schema.String),
32
+ cause: Schema.optional(Schema.suspend(() => SerializedError)),
33
+ });
34
+ export const SerializedError = _SerializedError;
18
35
  /**
19
36
  * Use this to create a response from the Edge service.
20
37
  */
@@ -30,16 +47,16 @@ export const EdgeResponse = Object.freeze({
30
47
  headers,
31
48
  });
32
49
  },
33
- failure: ({ reason, cause, errorData, shouldRetryAfter, status = 500, }) => {
50
+ failure: ({ message, error, errorEncoded, data, shouldRetryAfter, status = 500, }) => {
34
51
  const headers = new Headers({ 'Content-Type': 'application/json' });
35
52
  if (shouldRetryAfter) {
36
53
  headers.set('Retry-After', String(shouldRetryAfter));
37
54
  }
38
55
  return new Response(JSON.stringify({
39
56
  success: false,
40
- reason,
41
- errorData,
42
- cause: cause ? ErrorCodec.encode(cause) : undefined,
57
+ message,
58
+ data,
59
+ error: error ? ErrorCodec.encode(error) : errorEncoded,
43
60
  }), {
44
61
  status,
45
62
  headers,
@@ -49,15 +66,12 @@ export const EdgeResponse = Object.freeze({
49
66
  /**
50
67
  * Note: Do not change the values of these enums, this values are stored in the FunctionVersions database.
51
68
  */
52
- export var Runtime;
53
- (function (Runtime) {
69
+ export const FunctionRuntimeKind = Schema.Enums({
54
70
  // https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/
55
- Runtime["WORKERS_FOR_PLATFORMS"] = "WORKERS_FOR_PLATFORMS";
71
+ WORKERS_FOR_PLATFORMS: 'WORKERS_FOR_PLATFORMS',
56
72
  // https://developers.cloudflare.com/workers/runtime-apis/bindings/worker-loader/
57
- Runtime["WORKER_LOADER"] = "WORKER_LOADER";
58
- // Local worker dispatcher for testing.
59
- Runtime["TEST"] = "TEST";
60
- })(Runtime || (Runtime = {}));
73
+ WORKER_LOADER: 'WORKER_LOADER',
74
+ });
61
75
  export var EdgeAgentStatus;
62
76
  (function (EdgeAgentStatus) {
63
77
  EdgeAgentStatus["ACTIVE"] = "active";
@@ -97,15 +111,15 @@ const MAX_ERROR_DEPTH = 3;
97
111
  */
98
112
  export const ErrorCodec = Object.freeze({
99
113
  encode: (err, depth = 0) => ({
100
- code: 'code' in err ? err.code : undefined,
114
+ name: 'name' in err ? err.name : err.code || 'Error',
101
115
  message: err.message,
102
116
  stack: err.stack,
103
117
  cause: err.cause instanceof Error && depth < MAX_ERROR_DEPTH ? ErrorCodec.encode(err.cause, depth + 1) : undefined,
104
118
  }),
105
119
  decode: (serializedError, depth = 0) => {
106
120
  let err;
107
- if (typeof serializedError.code === 'string') {
108
- err = new BaseError(serializedError.code, {
121
+ if (typeof serializedError.name === 'string') {
122
+ err = new BaseError(serializedError.name, {
109
123
  message: serializedError.message ?? 'Unknown error',
110
124
  cause: serializedError.cause && depth < MAX_ERROR_DEPTH
111
125
  ? ErrorCodec.decode(serializedError.cause, depth + 1)
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edge.js","sourceRoot":"","sources":["../../../src/edge/edge.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { type EdgeErrorData, type EdgeFailure } from './edge.js';
1
+ import { type EdgeErrorData, type EdgeFailure } from './edge.ts';
2
2
  /**
3
3
  * Error thrown when a call to the Edge service fails.
4
4
  * There 3 possible sources of failure:
@@ -11,20 +11,19 @@ export declare class EdgeCallFailedError extends Error {
11
11
  static fromUnsuccessfulResponse(response: Response, body: EdgeFailure): EdgeCallFailedError;
12
12
  static fromHttpFailure(response: Response): Promise<EdgeCallFailedError>;
13
13
  static fromProcessingFailureCause(cause: Error): EdgeCallFailedError;
14
- readonly reason: string;
15
- readonly errorData?: EdgeErrorData;
14
+ readonly data?: EdgeErrorData;
16
15
  readonly isRetryable?: boolean;
17
16
  readonly retryAfterMs?: number;
18
17
  constructor(args: {
19
- reason: string;
18
+ message: string;
20
19
  isRetryable?: boolean;
21
- errorData?: EdgeErrorData;
20
+ data?: EdgeErrorData;
22
21
  retryAfterMs?: number;
23
22
  cause?: Error;
24
23
  });
25
24
  }
26
25
  export declare class EdgeAuthChallengeError extends EdgeCallFailedError {
27
26
  readonly challenge: string;
28
- constructor(challenge: string, errorData: EdgeErrorData);
27
+ constructor(challenge: string, data: EdgeErrorData);
29
28
  }
30
- //# sourceMappingURL=edge-error.d.ts.map
29
+ //# sourceMappingURL=errors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../src/edge/errors.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,WAAW,EAAkC,MAAM,WAAW,CAAC;AAGjG;;;;;;;GAOG;AACH,qBAAa,mBAAoB,SAAQ,KAAK;WAC9B,wBAAwB,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,GAAG,mBAAmB;WAY9E,eAAe,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,mBAAmB,CAAC;WASvE,0BAA0B,CAAC,KAAK,EAAE,KAAK,GAAG,mBAAmB;IAQ3E,QAAQ,CAAC,IAAI,CAAC,EAAE,aAAa,CAAC;IAC9B,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;gBAEnB,IAAI,EAAE;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,IAAI,CAAC,EAAE,aAAa,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,KAAK,CAAC,EAAE,KAAK,CAAC;KACf;CAOF;AAED,qBAAa,sBAAuB,SAAQ,mBAAmB;aAE3C,SAAS,EAAE,MAAM;gBAAjB,SAAS,EAAE,MAAM,EACjC,IAAI,EAAE,aAAa;CAItB"}