@dxos/protocols 0.8.4-main.7ace549 → 0.8.4-main.8360d9e660

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 (196) 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 +5 -1
  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 +5 -1
  15. package/dist/src/buf/proto/gen/dxos/client/services_pb.js.map +1 -1
  16. package/dist/src/buf/proto/gen/dxos/echo/query_pb.d.ts +12 -2
  17. package/dist/src/buf/proto/gen/dxos/echo/query_pb.d.ts.map +1 -1
  18. package/dist/src/buf/proto/gen/dxos/echo/query_pb.js +1 -1
  19. package/dist/src/buf/proto/gen/dxos/echo/query_pb.js.map +1 -1
  20. package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts +55 -9
  21. package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts.map +1 -1
  22. package/dist/src/buf/proto/gen/dxos/echo/service_pb.js +15 -5
  23. package/dist/src/buf/proto/gen/dxos/echo/service_pb.js.map +1 -1
  24. package/dist/src/buf/proto/gen/dxos/google_pb.js +1 -1
  25. package/dist/src/buf/proto/gen/dxos/google_pb.js.map +1 -1
  26. package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts +1 -0
  27. package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts.map +1 -1
  28. package/dist/src/buf/proto/gen/dxos/iframe_pb.js.map +1 -1
  29. package/dist/src/buf/proto/gen/dxos/tracing_pb.js +1 -1
  30. package/dist/src/buf/proto/gen/dxos/tracing_pb.js.map +1 -1
  31. package/dist/src/codec.test.js +1 -1
  32. package/dist/src/edge/EdgeFunctionEnv.d.ts +39 -26
  33. package/dist/src/edge/EdgeFunctionEnv.d.ts.map +1 -1
  34. package/dist/src/edge/edge.d.ts +24 -13
  35. package/dist/src/edge/edge.d.ts.map +1 -1
  36. package/dist/src/edge/edge.js +24 -10
  37. package/dist/src/edge/edge.js.map +1 -1
  38. package/dist/src/edge/errors.d.ts +1 -1
  39. package/dist/src/edge/errors.js +1 -1
  40. package/dist/src/edge/index.d.ts +3 -3
  41. package/dist/src/edge/index.js +3 -3
  42. package/dist/src/errors/base-errors.d.ts +18 -24
  43. package/dist/src/errors/base-errors.d.ts.map +1 -1
  44. package/dist/src/errors/base-errors.js +3 -3
  45. package/dist/src/errors/base-errors.js.map +1 -1
  46. package/dist/src/errors/encoding.d.ts +1 -1
  47. package/dist/src/errors/encoding.js +1 -1
  48. package/dist/src/errors/errors.d.ts +133 -177
  49. package/dist/src/errors/errors.d.ts.map +1 -1
  50. package/dist/src/errors/errors.js +45 -45
  51. package/dist/src/errors/errors.js.map +1 -1
  52. package/dist/src/errors/errors.test.js +1 -1
  53. package/dist/src/errors/helpers.d.ts +1 -1
  54. package/dist/src/errors/index.d.ts +5 -5
  55. package/dist/src/errors/index.js +5 -5
  56. package/dist/src/index.d.ts +12 -13
  57. package/dist/src/index.d.ts.map +1 -1
  58. package/dist/src/index.js +11 -13
  59. package/dist/src/index.js.map +1 -1
  60. package/dist/src/indexing.test.js +1 -1
  61. package/dist/src/proto/gen/dxos/client/services.d.ts +982 -854
  62. package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -1
  63. package/dist/src/proto/gen/dxos/client/services.js +95 -94
  64. package/dist/src/proto/gen/dxos/client/services.js.map +1 -1
  65. package/dist/src/proto/gen/dxos/devtools/host.d.ts +31 -31
  66. package/dist/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
  67. package/dist/src/proto/gen/dxos/echo/query.d.ts +17 -1
  68. package/dist/src/proto/gen/dxos/echo/query.d.ts.map +1 -1
  69. package/dist/src/proto/gen/dxos/echo/query.js.map +1 -1
  70. package/dist/src/proto/gen/dxos/echo/service.d.ts +34 -8
  71. package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
  72. package/dist/src/proto/gen/google/protobuf.d.ts +326 -40
  73. package/dist/src/proto/gen/google/protobuf.d.ts.map +1 -1
  74. package/dist/src/proto/gen/google/protobuf.js +127 -1
  75. package/dist/src/proto/gen/google/protobuf.js.map +1 -1
  76. package/dist/src/proto/gen/index.d.ts +33 -0
  77. package/dist/src/proto/gen/index.d.ts.map +1 -1
  78. package/dist/src/proto/gen/index.js +1 -1
  79. package/dist/src/proto/gen/index.js.map +1 -1
  80. package/dist/src/proto/index.d.ts +2 -2
  81. package/dist/src/proto/index.js +1 -1
  82. package/dist/src/proto/types.d.ts +1 -1
  83. package/dist/src/types.d.ts +2 -2
  84. package/dist/tsconfig.tsbuildinfo +1 -1
  85. package/package.json +19 -15
  86. package/src/FeedProtocol.ts +320 -0
  87. package/src/FunctionProtocol.ts +8 -6
  88. package/src/buf/proto/gen/dxos/agent/dashboard_pb.ts +1 -1
  89. package/src/buf/proto/gen/dxos/agent/echo-proxy_pb.ts +1 -1
  90. package/src/buf/proto/gen/dxos/agent/epoch_pb.ts +1 -1
  91. package/src/buf/proto/gen/dxos/agent/functions_pb.ts +1 -1
  92. package/src/buf/proto/gen/dxos/bot_pb.ts +1 -1
  93. package/src/buf/proto/gen/dxos/client/invitation_pb.ts +1 -1
  94. package/src/buf/proto/gen/dxos/client/logging_pb.ts +1 -1
  95. package/src/buf/proto/gen/dxos/client/queue_pb.ts +280 -0
  96. package/src/buf/proto/gen/dxos/client/services_pb.ts +7 -2
  97. package/src/buf/proto/gen/dxos/config_pb.ts +1 -1
  98. package/src/buf/proto/gen/dxos/devtools/diagnostics_pb.ts +1 -1
  99. package/src/buf/proto/gen/dxos/devtools/host_pb.ts +1 -1
  100. package/src/buf/proto/gen/dxos/devtools/swarm_pb.ts +1 -1
  101. package/src/buf/proto/gen/dxos/echo/blob_pb.ts +1 -1
  102. package/src/buf/proto/gen/dxos/echo/feed_pb.ts +1 -1
  103. package/src/buf/proto/gen/dxos/echo/filter_pb.ts +1 -1
  104. package/src/buf/proto/gen/dxos/echo/indexing_pb.ts +1 -1
  105. package/src/buf/proto/gen/dxos/echo/metadata_pb.ts +1 -1
  106. package/src/buf/proto/gen/dxos/echo/model/document_pb.ts +1 -1
  107. package/src/buf/proto/gen/dxos/echo/model/messenger_pb.ts +1 -1
  108. package/src/buf/proto/gen/dxos/echo/model/text_pb.ts +1 -1
  109. package/src/buf/proto/gen/dxos/echo/object_pb.ts +1 -1
  110. package/src/buf/proto/gen/dxos/echo/query_pb.ts +16 -4
  111. package/src/buf/proto/gen/dxos/echo/service_pb.ts +68 -16
  112. package/src/buf/proto/gen/dxos/echo/snapshot_pb.ts +1 -1
  113. package/src/buf/proto/gen/dxos/echo/timeframe_pb.ts +1 -1
  114. package/src/buf/proto/gen/dxos/edge/calls_pb.ts +1 -1
  115. package/src/buf/proto/gen/dxos/edge/messenger_pb.ts +1 -1
  116. package/src/buf/proto/gen/dxos/edge/signal_pb.ts +1 -1
  117. package/src/buf/proto/gen/dxos/error_pb.ts +1 -1
  118. package/src/buf/proto/gen/dxos/field_options_pb.ts +1 -1
  119. package/src/buf/proto/gen/dxos/google_pb.ts +1 -1
  120. package/src/buf/proto/gen/dxos/gravity_pb.ts +1 -1
  121. package/src/buf/proto/gen/dxos/halo/credentials/auth_pb.ts +1 -1
  122. package/src/buf/proto/gen/dxos/halo/credentials/greet_pb.ts +1 -1
  123. package/src/buf/proto/gen/dxos/halo/credentials/identity_pb.ts +1 -1
  124. package/src/buf/proto/gen/dxos/halo/credentials_pb.ts +1 -1
  125. package/src/buf/proto/gen/dxos/halo/invitations_pb.ts +1 -1
  126. package/src/buf/proto/gen/dxos/halo/keyring_pb.ts +1 -1
  127. package/src/buf/proto/gen/dxos/halo/keys_pb.ts +1 -1
  128. package/src/buf/proto/gen/dxos/halo/signed_pb.ts +1 -1
  129. package/src/buf/proto/gen/dxos/iframe_pb.ts +2 -1
  130. package/src/buf/proto/gen/dxos/keys_pb.ts +1 -1
  131. package/src/buf/proto/gen/dxos/mesh/bridge_pb.ts +1 -1
  132. package/src/buf/proto/gen/dxos/mesh/broadcast_pb.ts +1 -1
  133. package/src/buf/proto/gen/dxos/mesh/messaging_pb.ts +1 -1
  134. package/src/buf/proto/gen/dxos/mesh/muxer_pb.ts +1 -1
  135. package/src/buf/proto/gen/dxos/mesh/presence_pb.ts +1 -1
  136. package/src/buf/proto/gen/dxos/mesh/protocol_pb.ts +1 -1
  137. package/src/buf/proto/gen/dxos/mesh/replicator_pb.ts +1 -1
  138. package/src/buf/proto/gen/dxos/mesh/signal_pb.ts +1 -1
  139. package/src/buf/proto/gen/dxos/mesh/swarm_pb.ts +1 -1
  140. package/src/buf/proto/gen/dxos/mesh/teleport/admission-discovery_pb.ts +1 -1
  141. package/src/buf/proto/gen/dxos/mesh/teleport/auth_pb.ts +1 -1
  142. package/src/buf/proto/gen/dxos/mesh/teleport/automerge_pb.ts +1 -1
  143. package/src/buf/proto/gen/dxos/mesh/teleport/blobsync_pb.ts +1 -1
  144. package/src/buf/proto/gen/dxos/mesh/teleport/control_pb.ts +1 -1
  145. package/src/buf/proto/gen/dxos/mesh/teleport/gossip_pb.ts +1 -1
  146. package/src/buf/proto/gen/dxos/mesh/teleport/notarization_pb.ts +1 -1
  147. package/src/buf/proto/gen/dxos/mesh/teleport/replicator_pb.ts +1 -1
  148. package/src/buf/proto/gen/dxos/registry_pb.ts +1 -1
  149. package/src/buf/proto/gen/dxos/rpc_pb.ts +1 -1
  150. package/src/buf/proto/gen/dxos/service/agentmanager_pb.ts +1 -1
  151. package/src/buf/proto/gen/dxos/service/publisher_pb.ts +1 -1
  152. package/src/buf/proto/gen/dxos/service/supervisor_pb.ts +1 -1
  153. package/src/buf/proto/gen/dxos/service/tunnel_pb.ts +1 -1
  154. package/src/buf/proto/gen/dxos/tracing_pb.ts +1 -1
  155. package/src/buf/proto/gen/dxos/type_pb.ts +1 -1
  156. package/src/buf/proto/gen/dxos/value_pb.ts +1 -1
  157. package/src/buf/proto/gen/example/testing/data_pb.ts +1 -1
  158. package/src/buf/proto/gen/example/testing/rpc_pb.ts +1 -1
  159. package/src/codec.test.ts +1 -1
  160. package/src/edge/EdgeFunctionEnv.ts +50 -28
  161. package/src/edge/edge.ts +27 -22
  162. package/src/edge/errors.ts +1 -1
  163. package/src/edge/index.ts +3 -3
  164. package/src/errors/base-errors.ts +3 -3
  165. package/src/errors/encoding.ts +2 -2
  166. package/src/errors/errors.test.ts +1 -1
  167. package/src/errors/errors.ts +46 -46
  168. package/src/errors/helpers.ts +1 -1
  169. package/src/errors/index.ts +5 -5
  170. package/src/index.ts +12 -15
  171. package/src/indexing.test.ts +1 -1
  172. package/src/proto/dxos/client/queue.proto +78 -0
  173. package/src/proto/dxos/client/services.proto +1 -0
  174. package/src/proto/dxos/config.proto +1 -1
  175. package/src/proto/dxos/echo/query.proto +4 -1
  176. package/src/proto/dxos/echo/service.proto +27 -6
  177. package/src/proto/dxos/iframe.proto +1 -0
  178. package/src/proto/gen/dxos/client/services.ts +982 -854
  179. package/src/proto/gen/dxos/devtools/host.ts +31 -31
  180. package/src/proto/gen/dxos/echo/query.ts +17 -1
  181. package/src/proto/gen/dxos/echo/service.ts +33 -8
  182. package/src/proto/gen/google/protobuf.ts +326 -40
  183. package/src/proto/gen/index.ts +34 -1
  184. package/src/proto/index.ts +2 -2
  185. package/src/proto/types.ts +1 -1
  186. package/src/types.ts +2 -2
  187. package/dist/src/query.d.ts +0 -5
  188. package/dist/src/query.d.ts.map +0 -1
  189. package/dist/src/query.js +0 -8
  190. package/dist/src/query.js.map +0 -1
  191. package/dist/src/queue.d.ts +0 -37
  192. package/dist/src/queue.d.ts.map +0 -1
  193. package/dist/src/queue.js +0 -8
  194. package/dist/src/queue.js.map +0 -1
  195. package/src/query.ts +0 -8
  196. package/src/queue.ts +0 -51
@@ -2,5 +2,5 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
- export { schema, schemaJson, type TYPES } from './gen/index.js';
6
- export type * from './types.js';
5
+ export { schema, schemaJson, type TYPES } from './gen/index.ts';
6
+ export type * from './types.ts';
@@ -4,7 +4,7 @@
4
4
 
5
5
  import { type TypedProtoMessage } from '@dxos/codec-protobuf';
6
6
 
7
- import { type TYPES } from './gen/index.js';
7
+ import { type TYPES } from './gen/index.ts';
8
8
 
9
9
  // TODO(burdon): Rename ProtocolMessage.
10
10
  export type TypedMessage = TypedProtoMessage<TYPES>;
package/src/types.ts CHANGED
@@ -5,8 +5,8 @@
5
5
  import { type PublicKey } from '@dxos/keys';
6
6
  import { type Timeframe } from '@dxos/timeframe';
7
7
 
8
- import { type CredentialsMessage, type FeedMessage } from './proto/gen/dxos/echo/feed.js';
9
- import { type EchoObjectBatch } from './proto/gen/dxos/echo/object.js';
8
+ import { type CredentialsMessage, type FeedMessage } from './proto/gen/dxos/echo/feed.ts';
9
+ import { type EchoObjectBatch } from './proto/gen/dxos/echo/object.ts';
10
10
 
11
11
  // TODO(burdon): Replace with proto definition.
12
12
  export type FeedMeta = {
@@ -1,5 +0,0 @@
1
- /**
2
- * Channel name that will be used to query spaces from agent.
3
- */
4
- export declare const QUERY_CHANNEL = "dxos.org/agent/plugin/query";
5
- //# sourceMappingURL=query.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../../src/query.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,eAAO,MAAM,aAAa,gCAAgC,CAAC"}
package/dist/src/query.js DELETED
@@ -1,8 +0,0 @@
1
- //
2
- // Copyright 2023 DXOS.org
3
- //
4
- /**
5
- * Channel name that will be used to query spaces from agent.
6
- */
7
- export const QUERY_CHANNEL = 'dxos.org/agent/plugin/query';
8
- //# sourceMappingURL=query.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"query.js","sourceRoot":"","sources":["../../src/query.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,6BAA6B,CAAC"}
@@ -1,37 +0,0 @@
1
- import type { SpaceId } from '@dxos/keys';
2
- import type { ObjectId } from './types.js';
3
- export type QueueCursor = string & {
4
- __QueueCursor: never;
5
- };
6
- export type QueueQuery = {
7
- queueId: ObjectId;
8
- after?: QueueCursor;
9
- before?: QueueCursor;
10
- limit?: number;
11
- reverse?: boolean;
12
- objectIds?: ObjectId[];
13
- };
14
- export type QueryResult = {
15
- objects: unknown[];
16
- /**
17
- * Cursor at the end of the range.
18
- */
19
- nextCursor: QueueCursor | null;
20
- /**
21
- * Cursor at the start of the range.
22
- */
23
- prevCursor: QueueCursor | null;
24
- };
25
- /**
26
- * Position of an object in the queue that it is in.
27
- */
28
- export declare const KEY_QUEUE_POSITION = "dxos.org/key/queue-position";
29
- /**
30
- * Service for managing queues.
31
- */
32
- export interface QueueService {
33
- queryQueue(subspaceTag: string, spaceId: SpaceId, query: QueueQuery): Promise<QueryResult>;
34
- insertIntoQueue(subspaceTag: string, spaceId: SpaceId, queueId: ObjectId, objects: unknown[]): Promise<void>;
35
- deleteFromQueue(subspaceTag: string, spaceId: SpaceId, queueId: ObjectId, objectIds: ObjectId[]): Promise<void>;
36
- }
37
- //# sourceMappingURL=queue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"queue.d.ts","sourceRoot":"","sources":["../../src/queue.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG;IAAE,aAAa,EAAE,KAAK,CAAA;CAAE,CAAC;AAE5D,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,QAAQ,CAAC;IAElB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;CACxB,CAAC;AAGF,MAAM,MAAM,WAAW,GAAG;IAGxB,OAAO,EAAE,OAAO,EAAE,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,WAAW,GAAG,IAAI,CAAC;IAC/B;;OAEG;IACH,UAAU,EAAE,WAAW,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,gCAAgC,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,UAAU,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAE3F,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAE7G,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACjH"}
package/dist/src/queue.js DELETED
@@ -1,8 +0,0 @@
1
- //
2
- // Copyright 2025 DXOS.org
3
- //
4
- /**
5
- * Position of an object in the queue that it is in.
6
- */
7
- export const KEY_QUEUE_POSITION = 'dxos.org/key/queue-position';
8
- //# sourceMappingURL=queue.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"queue.js","sourceRoot":"","sources":["../../src/queue.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;AAkCF;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,6BAA6B,CAAC"}
package/src/query.ts DELETED
@@ -1,8 +0,0 @@
1
- //
2
- // Copyright 2023 DXOS.org
3
- //
4
-
5
- /**
6
- * Channel name that will be used to query spaces from agent.
7
- */
8
- export const QUERY_CHANNEL = 'dxos.org/agent/plugin/query';
package/src/queue.ts DELETED
@@ -1,51 +0,0 @@
1
- //
2
- // Copyright 2025 DXOS.org
3
- //
4
-
5
- import type { SpaceId } from '@dxos/keys';
6
-
7
- import type { ObjectId } from './types.js';
8
-
9
- export type QueueCursor = string & { __QueueCursor: never };
10
-
11
- export type QueueQuery = {
12
- queueId: ObjectId;
13
-
14
- after?: QueueCursor;
15
- before?: QueueCursor;
16
- limit?: number;
17
- reverse?: boolean;
18
- objectIds?: ObjectId[];
19
- };
20
-
21
- // TODO(dmaretskyi): Rename QueueQueryResult.
22
- export type QueryResult = {
23
- // TODO(dmaretskyi): HasId & HasTypename.
24
-
25
- objects: unknown[];
26
-
27
- /**
28
- * Cursor at the end of the range.
29
- */
30
- nextCursor: QueueCursor | null;
31
- /**
32
- * Cursor at the start of the range.
33
- */
34
- prevCursor: QueueCursor | null;
35
- };
36
-
37
- /**
38
- * Position of an object in the queue that it is in.
39
- */
40
- export const KEY_QUEUE_POSITION = 'dxos.org/key/queue-position';
41
-
42
- /**
43
- * Service for managing queues.
44
- */
45
- export interface QueueService {
46
- queryQueue(subspaceTag: string, spaceId: SpaceId, query: QueueQuery): Promise<QueryResult>;
47
-
48
- insertIntoQueue(subspaceTag: string, spaceId: SpaceId, queueId: ObjectId, objects: unknown[]): Promise<void>;
49
-
50
- deleteFromQueue(subspaceTag: string, spaceId: SpaceId, queueId: ObjectId, objectIds: ObjectId[]): Promise<void>;
51
- }