@dxos/protocols 0.8.4-main.fbb7a13 → 0.8.4-main.fcc0d83b33
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.
- package/README.md +1 -1
- package/dist/src/FeedProtocol.d.ts +528 -0
- package/dist/src/FeedProtocol.d.ts.map +1 -0
- package/dist/src/FeedProtocol.js +237 -0
- package/dist/src/FeedProtocol.js.map +1 -0
- package/dist/src/FunctionProtocol.d.ts +2 -2
- package/dist/src/FunctionProtocol.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts +53 -5
- package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/client/queue_pb.js +8 -3
- package/dist/src/buf/proto/gen/dxos/client/queue_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts +64 -3
- package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/client/services_pb.js +68 -37
- package/dist/src/buf/proto/gen/dxos/client/services_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/config_pb.d.ts +104 -2
- package/dist/src/buf/proto/gen/dxos/config_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/config_pb.js +72 -1
- package/dist/src/buf/proto/gen/dxos/config_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.d.ts +6 -0
- package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.d.ts +28 -0
- package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.js +10 -5
- package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/google_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.d.ts +39 -0
- package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.js +27 -2
- package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts +0 -10
- package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/iframe_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/iframe_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/rpc_pb.d.ts +24 -0
- package/dist/src/buf/proto/gen/dxos/rpc_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/rpc_pb.js +12 -7
- package/dist/src/buf/proto/gen/dxos/rpc_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/tracing_pb.d.ts +1 -139
- package/dist/src/buf/proto/gen/dxos/tracing_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/tracing_pb.js +11 -45
- package/dist/src/buf/proto/gen/dxos/tracing_pb.js.map +1 -1
- package/dist/src/edge/EdgeFunctionEnv.d.ts +12 -24
- package/dist/src/edge/EdgeFunctionEnv.d.ts.map +1 -1
- package/dist/src/edge/edge.d.ts +172 -1
- package/dist/src/edge/edge.d.ts.map +1 -1
- package/dist/src/edge/edge.js +20 -1
- package/dist/src/edge/edge.js.map +1 -1
- package/dist/src/edge/errors.d.ts +1 -1
- package/dist/src/edge/errors.d.ts.map +1 -1
- package/dist/src/edge/errors.js.map +1 -1
- package/dist/src/edge/index.d.ts +4 -3
- package/dist/src/edge/index.d.ts.map +1 -1
- package/dist/src/edge/index.js +1 -0
- package/dist/src/edge/index.js.map +1 -1
- package/dist/src/edge/registry.d.ts +164 -0
- package/dist/src/edge/registry.d.ts.map +1 -0
- package/dist/src/edge/registry.js +104 -0
- package/dist/src/edge/registry.js.map +1 -0
- package/dist/src/errors/base-errors.d.ts +18 -18
- package/dist/src/errors/base-errors.d.ts.map +1 -1
- package/dist/src/errors/encoding.d.ts +2 -2
- package/dist/src/errors/encoding.d.ts.map +1 -1
- package/dist/src/errors/encoding.js.map +1 -1
- package/dist/src/errors/errors.d.ts +133 -133
- package/dist/src/errors/errors.d.ts.map +1 -1
- package/dist/src/errors/errors.js.map +1 -1
- package/dist/src/errors/helpers.d.ts +3 -3
- package/dist/src/errors/helpers.d.ts.map +1 -1
- package/dist/src/errors/index.d.ts +5 -5
- package/dist/src/errors/parameter.d.ts.map +1 -1
- package/dist/src/index.d.ts +11 -12
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -3
- package/dist/src/index.js.map +1 -1
- package/dist/src/indexing.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/agent/dashboard.d.ts +3 -6
- package/dist/src/proto/gen/dxos/agent/dashboard.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/agent/dashboard.js.map +1 -1
- package/dist/src/proto/gen/dxos/agent/echoproxy.d.ts +1 -2
- package/dist/src/proto/gen/dxos/agent/echoproxy.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/agent/epoch.d.ts +1 -2
- package/dist/src/proto/gen/dxos/agent/epoch.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/agent/functions.d.ts +6 -12
- package/dist/src/proto/gen/dxos/agent/functions.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/bot.d.ts +12 -24
- package/dist/src/proto/gen/dxos/bot.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/bot.js.map +1 -1
- package/dist/src/proto/gen/dxos/client/services.d.ts +1027 -1040
- package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/client/services.js +107 -94
- package/dist/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/src/proto/gen/dxos/config.d.ts +104 -101
- package/dist/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/config.js +26 -0
- package/dist/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/src/proto/gen/dxos/devtools/host.d.ts +71 -119
- package/dist/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/devtools/swarm.d.ts +4 -8
- package/dist/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/blob.d.ts +1 -2
- package/dist/src/proto/gen/dxos/echo/blob.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/blob.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/feed.d.ts +4 -8
- package/dist/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/filter.d.ts +2 -4
- package/dist/src/proto/gen/dxos/echo/filter.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/filter.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/indexing.d.ts +2 -4
- package/dist/src/proto/gen/dxos/echo/indexing.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/indexing.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts +12 -16
- package/dist/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/metadata.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/model/document.d.ts +11 -22
- package/dist/src/proto/gen/dxos/echo/model/document.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/model/document.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/model/messenger.d.ts +1 -2
- package/dist/src/proto/gen/dxos/echo/model/messenger.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/model/text.d.ts +2 -4
- package/dist/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/object.d.ts +6 -12
- package/dist/src/proto/gen/dxos/echo/object.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/object.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/query.d.ts +4 -8
- package/dist/src/proto/gen/dxos/echo/query.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/query.js.map +1 -1
- package/dist/src/proto/gen/dxos/echo/service.d.ts +17 -34
- package/dist/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts +2 -4
- package/dist/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/timeframe.d.ts +2 -4
- package/dist/src/proto/gen/dxos/echo/timeframe.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/edge/calls.d.ts +5 -10
- package/dist/src/proto/gen/dxos/edge/calls.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/edge/messenger.d.ts +28 -10
- package/dist/src/proto/gen/dxos/edge/messenger.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/edge/messenger.js.map +1 -1
- package/dist/src/proto/gen/dxos/edge/signal.d.ts +7 -14
- package/dist/src/proto/gen/dxos/edge/signal.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/error.d.ts +1 -2
- package/dist/src/proto/gen/dxos/error.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/gravity.d.ts +10 -20
- package/dist/src/proto/gen/dxos/gravity.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/credentials/auth.d.ts +1 -2
- package/dist/src/proto/gen/dxos/halo/credentials/auth.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/credentials/greet.d.ts +6 -12
- package/dist/src/proto/gen/dxos/halo/credentials/greet.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/credentials/greet.js.map +1 -1
- package/dist/src/proto/gen/dxos/halo/credentials/identity.d.ts +2 -4
- package/dist/src/proto/gen/dxos/halo/credentials/identity.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/credentials.d.ts +35 -43
- package/dist/src/proto/gen/dxos/halo/credentials.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/credentials.js +9 -0
- package/dist/src/proto/gen/dxos/halo/credentials.js.map +1 -1
- package/dist/src/proto/gen/dxos/halo/invitations.d.ts +13 -26
- package/dist/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/invitations.js.map +1 -1
- package/dist/src/proto/gen/dxos/halo/keyring.d.ts +1 -2
- package/dist/src/proto/gen/dxos/halo/keyring.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/keys.d.ts +2 -4
- package/dist/src/proto/gen/dxos/halo/keys.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/halo/signed.d.ts +4 -8
- package/dist/src/proto/gen/dxos/halo/signed.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/iframe.d.ts +4 -18
- package/dist/src/proto/gen/dxos/iframe.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/iframe.js.map +1 -1
- package/dist/src/proto/gen/dxos/keys.d.ts +2 -4
- package/dist/src/proto/gen/dxos/keys.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/bridge.d.ts +12 -24
- package/dist/src/proto/gen/dxos/mesh/bridge.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/broadcast.d.ts +1 -2
- package/dist/src/proto/gen/dxos/mesh/broadcast.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/messaging.d.ts +2 -4
- package/dist/src/proto/gen/dxos/mesh/messaging.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/muxer.d.ts +5 -10
- package/dist/src/proto/gen/dxos/mesh/muxer.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/presence.d.ts +1 -2
- package/dist/src/proto/gen/dxos/mesh/presence.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/protocol.d.ts +3 -6
- package/dist/src/proto/gen/dxos/mesh/protocol.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/replicator.d.ts +2 -4
- package/dist/src/proto/gen/dxos/mesh/replicator.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/signal.d.ts +9 -18
- package/dist/src/proto/gen/dxos/mesh/signal.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/signal.js.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/swarm.d.ts +6 -12
- package/dist/src/proto/gen/dxos/mesh/swarm.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/teleport/auth.d.ts +2 -4
- package/dist/src/proto/gen/dxos/mesh/teleport/auth.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/teleport/automerge.d.ts +2 -4
- package/dist/src/proto/gen/dxos/mesh/teleport/automerge.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/teleport/blobsync.d.ts +3 -6
- package/dist/src/proto/gen/dxos/mesh/teleport/blobsync.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/teleport/control.d.ts +3 -6
- package/dist/src/proto/gen/dxos/mesh/teleport/control.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/teleport/gossip.d.ts +1 -2
- package/dist/src/proto/gen/dxos/mesh/teleport/gossip.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/teleport/notarization.d.ts +1 -2
- package/dist/src/proto/gen/dxos/mesh/teleport/notarization.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/teleport/replicator.d.ts +5 -10
- package/dist/src/proto/gen/dxos/mesh/teleport/replicator.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/mesh/teleport.d.ts +2 -4
- package/dist/src/proto/gen/dxos/mesh/teleport.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/registry.d.ts +3 -6
- package/dist/src/proto/gen/dxos/registry.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/rpc.d.ts +24 -12
- package/dist/src/proto/gen/dxos/rpc.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/rpc.js.map +1 -1
- package/dist/src/proto/gen/dxos/service/agentmanager.d.ts +4 -8
- package/dist/src/proto/gen/dxos/service/agentmanager.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/service/agentmanager.js.map +1 -1
- package/dist/src/proto/gen/dxos/service/publisher.d.ts +5 -10
- package/dist/src/proto/gen/dxos/service/publisher.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/service/supervisor.d.ts +12 -24
- package/dist/src/proto/gen/dxos/service/supervisor.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/service/supervisor.js.map +1 -1
- package/dist/src/proto/gen/dxos/service/tunnel.d.ts +3 -6
- package/dist/src/proto/gen/dxos/service/tunnel.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/tracing.d.ts +10 -99
- package/dist/src/proto/gen/dxos/tracing.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/type.d.ts +12 -24
- package/dist/src/proto/gen/dxos/type.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/value.d.ts +2 -4
- package/dist/src/proto/gen/dxos/value.d.ts.map +1 -1
- package/dist/src/proto/gen/example/testing/data.d.ts +4 -8
- package/dist/src/proto/gen/example/testing/data.d.ts.map +1 -1
- package/dist/src/proto/gen/example/testing/rpc.d.ts +7 -14
- package/dist/src/proto/gen/example/testing/rpc.d.ts.map +1 -1
- package/dist/src/proto/gen/google/protobuf.d.ts +326 -40
- package/dist/src/proto/gen/google/protobuf.d.ts.map +1 -1
- package/dist/src/proto/gen/google/protobuf.js +127 -1
- package/dist/src/proto/gen/google/protobuf.js.map +1 -1
- package/dist/src/proto/gen/index.d.ts +32 -7
- package/dist/src/proto/gen/index.d.ts.map +1 -1
- package/dist/src/proto/gen/index.js +1 -1
- package/dist/src/proto/gen/index.js.map +1 -1
- package/dist/src/proto/index.d.ts +2 -2
- package/dist/src/proto/substitutions.d.ts +8 -8
- package/dist/src/proto/substitutions.d.ts.map +1 -1
- package/dist/src/proto/types.d.ts +1 -1
- package/dist/src/space-archive.d.ts +62 -3
- package/dist/src/space-archive.d.ts.map +1 -1
- package/dist/src/space-archive.js +13 -1
- package/dist/src/space-archive.js.map +1 -1
- package/dist/src/types.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +14 -33
- package/src/FeedProtocol.ts +320 -0
- package/src/FunctionProtocol.ts +2 -4
- package/src/buf/proto/gen/dxos/agent/dashboard_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/agent/echo-proxy_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/agent/epoch_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/agent/functions_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/bot_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/client/invitation_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/client/logging_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/client/queue_pb.ts +64 -9
- package/src/buf/proto/gen/dxos/client/services_pb.ts +114 -40
- package/src/buf/proto/gen/dxos/config_pb.ts +122 -4
- package/src/buf/proto/gen/dxos/devtools/diagnostics_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/devtools/host_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/devtools/swarm_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/blob_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/feed_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/filter_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/indexing_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/metadata_pb.ts +9 -2
- package/src/buf/proto/gen/dxos/echo/model/document_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/model/messenger_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/model/text_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/object_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/query_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/service_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/snapshot_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/echo/timeframe_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/edge/calls_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/edge/messenger_pb.ts +39 -6
- package/src/buf/proto/gen/dxos/edge/signal_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/error_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/field_options_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/google_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/gravity_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/halo/credentials/auth_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/halo/credentials/greet_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/halo/credentials/identity_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/halo/credentials_pb.ts +49 -3
- package/src/buf/proto/gen/dxos/halo/invitations_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/halo/keyring_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/halo/keys_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/halo/signed_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/iframe_pb.ts +2 -14
- package/src/buf/proto/gen/dxos/keys_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/bridge_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/broadcast_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/messaging_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/muxer_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/presence_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/protocol_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/replicator_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/signal_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/swarm_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/teleport/admission-discovery_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/teleport/auth_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/teleport/automerge_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/teleport/blobsync_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/teleport/control_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/teleport/gossip_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/teleport/notarization_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/mesh/teleport/replicator_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/registry_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/rpc_pb.ts +37 -8
- package/src/buf/proto/gen/dxos/service/agentmanager_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/service/publisher_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/service/supervisor_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/service/tunnel_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/tracing_pb.ts +12 -179
- package/src/buf/proto/gen/dxos/type_pb.ts +1 -1
- package/src/buf/proto/gen/dxos/value_pb.ts +1 -1
- package/src/buf/proto/gen/example/testing/data_pb.ts +1 -1
- package/src/buf/proto/gen/example/testing/rpc_pb.ts +1 -1
- package/src/codec.test.ts +1 -1
- package/src/edge/EdgeFunctionEnv.ts +25 -27
- package/src/edge/edge.ts +127 -1
- package/src/edge/errors.ts +1 -1
- package/src/edge/index.ts +4 -3
- package/src/edge/registry.ts +125 -0
- package/src/errors/encoding.ts +2 -3
- package/src/errors/errors.test.ts +1 -1
- package/src/errors/errors.ts +2 -3
- package/src/errors/helpers.ts +1 -1
- package/src/errors/index.ts +5 -5
- package/src/index.ts +11 -14
- package/src/indexing.test.ts +1 -1
- package/src/proto/dxos/client/queue.proto +18 -4
- package/src/proto/dxos/client/services.proto +19 -1
- package/src/proto/dxos/config.proto +47 -2
- package/src/proto/dxos/echo/metadata.proto +3 -0
- package/src/proto/dxos/edge/messenger.proto +10 -0
- package/src/proto/dxos/halo/credentials.proto +15 -0
- package/src/proto/dxos/iframe.proto +0 -3
- package/src/proto/dxos/rpc.proto +7 -0
- package/src/proto/dxos/tracing.proto +0 -40
- package/src/proto/gen/dxos/agent/dashboard.ts +3 -6
- package/src/proto/gen/dxos/agent/echoproxy.ts +1 -2
- package/src/proto/gen/dxos/agent/epoch.ts +1 -2
- package/src/proto/gen/dxos/agent/functions.ts +6 -12
- package/src/proto/gen/dxos/bot.ts +12 -24
- package/src/proto/gen/dxos/client/services.ts +1027 -1040
- package/src/proto/gen/dxos/config.ts +104 -101
- package/src/proto/gen/dxos/devtools/host.ts +71 -119
- package/src/proto/gen/dxos/devtools/swarm.ts +4 -8
- package/src/proto/gen/dxos/echo/blob.ts +1 -2
- package/src/proto/gen/dxos/echo/feed.ts +4 -8
- package/src/proto/gen/dxos/echo/filter.ts +2 -4
- package/src/proto/gen/dxos/echo/indexing.ts +2 -4
- package/src/proto/gen/dxos/echo/metadata.ts +12 -16
- package/src/proto/gen/dxos/echo/model/document.ts +11 -22
- package/src/proto/gen/dxos/echo/model/messenger.ts +1 -2
- package/src/proto/gen/dxos/echo/model/text.ts +2 -4
- package/src/proto/gen/dxos/echo/object.ts +6 -12
- package/src/proto/gen/dxos/echo/query.ts +4 -8
- package/src/proto/gen/dxos/echo/service.ts +17 -34
- package/src/proto/gen/dxos/echo/snapshot.ts +2 -4
- package/src/proto/gen/dxos/echo/timeframe.ts +2 -4
- package/src/proto/gen/dxos/edge/calls.ts +5 -10
- package/src/proto/gen/dxos/edge/messenger.ts +28 -10
- package/src/proto/gen/dxos/edge/signal.ts +7 -14
- package/src/proto/gen/dxos/error.ts +1 -2
- package/src/proto/gen/dxos/gravity.ts +10 -20
- package/src/proto/gen/dxos/halo/credentials/auth.ts +1 -2
- package/src/proto/gen/dxos/halo/credentials/greet.ts +6 -12
- package/src/proto/gen/dxos/halo/credentials/identity.ts +2 -4
- package/src/proto/gen/dxos/halo/credentials.ts +35 -43
- package/src/proto/gen/dxos/halo/invitations.ts +13 -26
- package/src/proto/gen/dxos/halo/keyring.ts +1 -2
- package/src/proto/gen/dxos/halo/keys.ts +2 -4
- package/src/proto/gen/dxos/halo/signed.ts +4 -8
- package/src/proto/gen/dxos/iframe.ts +4 -18
- package/src/proto/gen/dxos/keys.ts +2 -4
- package/src/proto/gen/dxos/mesh/bridge.ts +12 -24
- package/src/proto/gen/dxos/mesh/broadcast.ts +1 -2
- package/src/proto/gen/dxos/mesh/messaging.ts +2 -4
- package/src/proto/gen/dxos/mesh/muxer.ts +5 -10
- package/src/proto/gen/dxos/mesh/presence.ts +1 -2
- package/src/proto/gen/dxos/mesh/protocol.ts +3 -6
- package/src/proto/gen/dxos/mesh/replicator.ts +2 -4
- package/src/proto/gen/dxos/mesh/signal.ts +9 -18
- package/src/proto/gen/dxos/mesh/swarm.ts +6 -12
- package/src/proto/gen/dxos/mesh/teleport/auth.ts +2 -4
- package/src/proto/gen/dxos/mesh/teleport/automerge.ts +2 -4
- package/src/proto/gen/dxos/mesh/teleport/blobsync.ts +3 -6
- package/src/proto/gen/dxos/mesh/teleport/control.ts +3 -6
- package/src/proto/gen/dxos/mesh/teleport/gossip.ts +1 -2
- package/src/proto/gen/dxos/mesh/teleport/notarization.ts +1 -2
- package/src/proto/gen/dxos/mesh/teleport/replicator.ts +5 -10
- package/src/proto/gen/dxos/mesh/teleport.ts +2 -4
- package/src/proto/gen/dxos/registry.ts +3 -6
- package/src/proto/gen/dxos/rpc.ts +24 -12
- package/src/proto/gen/dxos/service/agentmanager.ts +4 -8
- package/src/proto/gen/dxos/service/publisher.ts +5 -10
- package/src/proto/gen/dxos/service/supervisor.ts +12 -24
- package/src/proto/gen/dxos/service/tunnel.ts +3 -6
- package/src/proto/gen/dxos/tracing.ts +10 -96
- package/src/proto/gen/dxos/type.ts +12 -24
- package/src/proto/gen/dxos/value.ts +2 -4
- package/src/proto/gen/example/testing/data.ts +4 -8
- package/src/proto/gen/example/testing/rpc.ts +7 -14
- package/src/proto/gen/google/protobuf.ts +326 -40
- package/src/proto/gen/index.ts +33 -8
- package/src/proto/index.ts +2 -2
- package/src/proto/types.ts +1 -1
- package/src/space-archive.ts +70 -1
- package/src/types.ts +2 -2
- package/dist/src/queue.d.ts +0 -3
- package/dist/src/queue.d.ts.map +0 -1
- package/dist/src/queue.js +0 -5
- package/dist/src/queue.js.map +0 -1
- package/dist/src/tracing.d.ts +0 -40
- package/dist/src/tracing.d.ts.map +0 -1
- package/dist/src/tracing.js +0 -50
- package/dist/src/tracing.js.map +0 -1
- package/src/queue.ts +0 -14
- package/src/tracing.ts +0 -86
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright 2026 DXOS.org
|
|
3
|
+
//
|
|
4
|
+
export const KEY_QUEUE_POSITION = 'org.dxos.key.queue-position';
|
|
5
|
+
import * as Schema from 'effect/Schema';
|
|
6
|
+
import { invariant } from '@dxos/invariant';
|
|
7
|
+
import { SpaceId } from '@dxos/keys';
|
|
8
|
+
import { EdgeService } from './edge/edge.js';
|
|
9
|
+
/**
|
|
10
|
+
* Opaque pagination cursor for feed queries.
|
|
11
|
+
*/
|
|
12
|
+
export const FeedCursor = Schema.String.pipe(Schema.brand('@dxos/feed/FeedCursor'));
|
|
13
|
+
/**
|
|
14
|
+
* Replicated queue block payload and ordering metadata.
|
|
15
|
+
*/
|
|
16
|
+
export const Block = Schema.Struct({
|
|
17
|
+
/**
|
|
18
|
+
* Appears on blocks returned from query.
|
|
19
|
+
*/
|
|
20
|
+
feedId: Schema.UndefinedOr(Schema.String),
|
|
21
|
+
/**
|
|
22
|
+
* Actor that produced this block.
|
|
23
|
+
*/
|
|
24
|
+
actorId: Schema.String,
|
|
25
|
+
/**
|
|
26
|
+
* Per-feed monotonic sequence assigned by the actor.
|
|
27
|
+
*/
|
|
28
|
+
sequence: Schema.Number,
|
|
29
|
+
/**
|
|
30
|
+
* Actor of the immediate predecessor block, if any.
|
|
31
|
+
*/
|
|
32
|
+
prevActorId: Schema.NullOr(Schema.String),
|
|
33
|
+
/**
|
|
34
|
+
* Sequence of the immediate predecessor block, if any.
|
|
35
|
+
*/
|
|
36
|
+
prevSequence: Schema.NullOr(Schema.Number),
|
|
37
|
+
/**
|
|
38
|
+
* Globally ordered position assigned by a position authority.
|
|
39
|
+
* Unlike `sequence` (per-feed causal order), this enables merged incremental reads across feeds.
|
|
40
|
+
*/
|
|
41
|
+
position: Schema.NullOr(Schema.Number),
|
|
42
|
+
/**
|
|
43
|
+
* Milliseconds since Unix epoch when the block was created.
|
|
44
|
+
*/
|
|
45
|
+
timestamp: Schema.Number,
|
|
46
|
+
/**
|
|
47
|
+
* Serialized application payload.
|
|
48
|
+
*/
|
|
49
|
+
data: Schema.Uint8Array,
|
|
50
|
+
/**
|
|
51
|
+
* Local insertion ID.
|
|
52
|
+
* Not replicated.
|
|
53
|
+
*/
|
|
54
|
+
// TODO(dmaretskyi): Remove. Use cursors.
|
|
55
|
+
insertionId: Schema.optional(Schema.Number),
|
|
56
|
+
});
|
|
57
|
+
//
|
|
58
|
+
// RPC Schemas
|
|
59
|
+
//
|
|
60
|
+
/**
|
|
61
|
+
* Query parameters for retrieving blocks from one namespace in one space.
|
|
62
|
+
*/
|
|
63
|
+
export const QueryRequest = Schema.Struct({
|
|
64
|
+
/**
|
|
65
|
+
* Optional request correlation identifier.
|
|
66
|
+
*/
|
|
67
|
+
requestId: Schema.optional(Schema.String),
|
|
68
|
+
/**
|
|
69
|
+
* Target space identifier.
|
|
70
|
+
*/
|
|
71
|
+
spaceId: SpaceId,
|
|
72
|
+
/**
|
|
73
|
+
* Feed namespace to query.
|
|
74
|
+
*/
|
|
75
|
+
feedNamespace: Schema.String,
|
|
76
|
+
query: Schema.optional(Schema.Union(Schema.Struct({
|
|
77
|
+
/**
|
|
78
|
+
* Explicit list of feed IDs to read from.
|
|
79
|
+
*/
|
|
80
|
+
feedIds: Schema.Array(Schema.String),
|
|
81
|
+
}), Schema.Struct({
|
|
82
|
+
/**
|
|
83
|
+
* Existing subscription to resolve feed IDs from.
|
|
84
|
+
*/
|
|
85
|
+
subscriptionId: Schema.String,
|
|
86
|
+
}))),
|
|
87
|
+
/**
|
|
88
|
+
* Get changes following this cursor (exclusive).
|
|
89
|
+
*
|
|
90
|
+
* Must not be used with `position`.
|
|
91
|
+
*/
|
|
92
|
+
cursor: Schema.optional(FeedCursor),
|
|
93
|
+
/**
|
|
94
|
+
* Get changes following this position.
|
|
95
|
+
* Returned blocks have strictly greater position than this.
|
|
96
|
+
*
|
|
97
|
+
* Must not be used with `cursor`.
|
|
98
|
+
*/
|
|
99
|
+
position: Schema.optional(Schema.Number),
|
|
100
|
+
/**
|
|
101
|
+
* Only return blocks that are not positioned.
|
|
102
|
+
*
|
|
103
|
+
* Must not be used with `cursor` or `position`.
|
|
104
|
+
*/
|
|
105
|
+
unpositionedOnly: Schema.optional(Schema.Boolean),
|
|
106
|
+
/**
|
|
107
|
+
* Maximum number of blocks to return.
|
|
108
|
+
*/
|
|
109
|
+
limit: Schema.optional(Schema.Number),
|
|
110
|
+
});
|
|
111
|
+
/**
|
|
112
|
+
* Result payload for a query operation.
|
|
113
|
+
*/
|
|
114
|
+
export const QueryResponse = Schema.Struct({
|
|
115
|
+
/**
|
|
116
|
+
* Echoed request correlation identifier.
|
|
117
|
+
*/
|
|
118
|
+
requestId: Schema.optional(Schema.String),
|
|
119
|
+
/**
|
|
120
|
+
* Cursor to continue reading from this result boundary.
|
|
121
|
+
*/
|
|
122
|
+
nextCursor: FeedCursor,
|
|
123
|
+
/**
|
|
124
|
+
* Indicates whether more matching blocks are available.
|
|
125
|
+
*/
|
|
126
|
+
hasMore: Schema.Boolean,
|
|
127
|
+
/**
|
|
128
|
+
* Returned blocks for the current page.
|
|
129
|
+
*/
|
|
130
|
+
blocks: Schema.Array(Block),
|
|
131
|
+
});
|
|
132
|
+
/**
|
|
133
|
+
* Parameters for creating or refreshing a feed subscription.
|
|
134
|
+
*/
|
|
135
|
+
export const SubscribeRequest = Schema.Struct({
|
|
136
|
+
/**
|
|
137
|
+
* Optional request correlation identifier.
|
|
138
|
+
*/
|
|
139
|
+
requestId: Schema.optional(Schema.String),
|
|
140
|
+
/**
|
|
141
|
+
* Optional space scope for the subscription.
|
|
142
|
+
*/
|
|
143
|
+
spaceId: Schema.optional(Schema.String),
|
|
144
|
+
/**
|
|
145
|
+
* Feeds to include in the subscription.
|
|
146
|
+
*/
|
|
147
|
+
feedIds: Schema.Array(Schema.String),
|
|
148
|
+
});
|
|
149
|
+
/**
|
|
150
|
+
* Response payload for subscription creation.
|
|
151
|
+
*/
|
|
152
|
+
export const SubscribeResponse = Schema.Struct({
|
|
153
|
+
/**
|
|
154
|
+
* Echoed request correlation identifier.
|
|
155
|
+
*/
|
|
156
|
+
requestId: Schema.optional(Schema.String),
|
|
157
|
+
/**
|
|
158
|
+
* Identifier to use in subsequent subscription queries.
|
|
159
|
+
*/
|
|
160
|
+
subscriptionId: Schema.String,
|
|
161
|
+
/**
|
|
162
|
+
* Expiration timestamp in milliseconds since Unix epoch.
|
|
163
|
+
*/
|
|
164
|
+
expiresAt: Schema.Number,
|
|
165
|
+
});
|
|
166
|
+
/**
|
|
167
|
+
* Request payload for appending one or more blocks.
|
|
168
|
+
*/
|
|
169
|
+
export const AppendRequest = Schema.Struct({
|
|
170
|
+
/**
|
|
171
|
+
* Optional request correlation identifier.
|
|
172
|
+
*/
|
|
173
|
+
requestId: Schema.optional(Schema.String),
|
|
174
|
+
/**
|
|
175
|
+
* Target space identifier.
|
|
176
|
+
*/
|
|
177
|
+
spaceId: Schema.String,
|
|
178
|
+
/**
|
|
179
|
+
* Namespace that all appended blocks belong to.
|
|
180
|
+
*/
|
|
181
|
+
feedNamespace: Schema.String,
|
|
182
|
+
/**
|
|
183
|
+
* Blocks to append.
|
|
184
|
+
*/
|
|
185
|
+
blocks: Schema.Array(Block),
|
|
186
|
+
});
|
|
187
|
+
/**
|
|
188
|
+
* Result payload for append operations.
|
|
189
|
+
*/
|
|
190
|
+
export const AppendResponse = Schema.Struct({
|
|
191
|
+
/**
|
|
192
|
+
* Echoed request correlation identifier.
|
|
193
|
+
*/
|
|
194
|
+
requestId: Schema.optional(Schema.String),
|
|
195
|
+
/**
|
|
196
|
+
* Assigned global positions for appended blocks.
|
|
197
|
+
*/
|
|
198
|
+
positions: Schema.Array(Schema.Number),
|
|
199
|
+
});
|
|
200
|
+
/**
|
|
201
|
+
* Tagged transport message union for queue protocol RPC traffic.
|
|
202
|
+
*/
|
|
203
|
+
export const ProtocolMessage = Schema.Union(Schema.TaggedStruct('QueryRequest', QueryRequest.fields), Schema.TaggedStruct('QueryResponse', QueryResponse.fields), Schema.TaggedStruct('SubscribeRequest', SubscribeRequest.fields), Schema.TaggedStruct('SubscribeResponse', SubscribeResponse.fields), Schema.TaggedStruct('AppendRequest', AppendRequest.fields), Schema.TaggedStruct('AppendResponse', AppendResponse.fields), Schema.TaggedStruct('Error', {
|
|
204
|
+
/**
|
|
205
|
+
* Human-readable error message.
|
|
206
|
+
*/
|
|
207
|
+
message: Schema.String,
|
|
208
|
+
})).pipe(Schema.extend(Schema.Struct({
|
|
209
|
+
senderPeerId: Schema.UndefinedOr(Schema.String),
|
|
210
|
+
/**
|
|
211
|
+
* Could be undefined if the recipient could be assumed from the context.
|
|
212
|
+
*/
|
|
213
|
+
recipientPeerId: Schema.UndefinedOr(Schema.String),
|
|
214
|
+
})));
|
|
215
|
+
/**
|
|
216
|
+
* Reserved namespaces with protocol-level semantics.
|
|
217
|
+
*/
|
|
218
|
+
export const WellKnownNamespaces = {
|
|
219
|
+
data: 'data',
|
|
220
|
+
trace: 'trace',
|
|
221
|
+
};
|
|
222
|
+
export const isWellKnownNamespace = (namespace) => Object.values(WellKnownNamespaces).includes(namespace);
|
|
223
|
+
/**
|
|
224
|
+
* Encodes queue replicator service identifier as `<service>:<namespace>:<spaceId>`.
|
|
225
|
+
*/
|
|
226
|
+
export const encodeServiceId = (namespace, spaceId) => `${EdgeService.QUEUE_REPLICATOR}:${namespace}:${spaceId}`;
|
|
227
|
+
/**
|
|
228
|
+
* Decodes and validates queue replicator service identifier.
|
|
229
|
+
*/
|
|
230
|
+
export const decodeServiceId = (serviceId) => {
|
|
231
|
+
const [service, namespace, spaceId] = serviceId.split(':');
|
|
232
|
+
invariant(service === EdgeService.QUEUE_REPLICATOR, `Invalid service: ${service}`);
|
|
233
|
+
invariant(isWellKnownNamespace(namespace), `Invalid namespace: ${namespace}`);
|
|
234
|
+
invariant(SpaceId.isValid(spaceId), `Invalid spaceId: ${spaceId}`);
|
|
235
|
+
return { namespace: namespace, spaceId };
|
|
236
|
+
};
|
|
237
|
+
//# sourceMappingURL=FeedProtocol.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedProtocol.js","sourceRoot":"","sources":["../../src/FeedProtocol.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import { type SpaceId } from '@dxos/keys';
|
|
|
2
2
|
import type * as QueryProto from '@dxos/protocols/proto/dxos/echo/query';
|
|
3
3
|
import type * as DataProto from '@dxos/protocols/proto/dxos/echo/service';
|
|
4
4
|
import { type EdgeFunctionEnv } from './edge';
|
|
5
|
-
import
|
|
5
|
+
import type * as FeedProtocol from './FeedProtocol';
|
|
6
6
|
/**
|
|
7
7
|
* Function implementation.
|
|
8
8
|
* This is a contract between the user-defined function and the runtime.
|
|
@@ -58,7 +58,7 @@ export interface Context {
|
|
|
58
58
|
* Queue service.
|
|
59
59
|
* Available if the function is invoked in context of a space.
|
|
60
60
|
*/
|
|
61
|
-
queueService?: QueueService;
|
|
61
|
+
queueService?: FeedProtocol.QueueService;
|
|
62
62
|
/**
|
|
63
63
|
* Functions service.
|
|
64
64
|
* Available if the function is invoked in context of a space.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FunctionProtocol.d.ts","sourceRoot":"","sources":["../../src/FunctionProtocol.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,KAAK,KAAK,UAAU,MAAM,uCAAuC,CAAC;AACzE,OAAO,KAAK,KAAK,SAAS,MAAM,yCAAyC,CAAC;AAE1E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,
|
|
1
|
+
{"version":3,"file":"FunctionProtocol.d.ts","sourceRoot":"","sources":["../../src/FunctionProtocol.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,KAAK,KAAK,UAAU,MAAM,uCAAuC,CAAC;AACzE,OAAO,KAAK,KAAK,SAAS,MAAM,yCAAyC,CAAC;AAE1E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,KAAK,KAAK,YAAY,MAAM,gBAAgB,CAAC;AAWpD;;;GAGG;AACH,MAAM,WAAW,IAAI;IACnB,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC;IACpB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAE,SAAS,MAAM,EAAE,CAAC;IACrC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC;CACjC;AAED;;;GAGG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,IAAI,EAAE;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;AAEtF;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,QAAQ,EAAE;QACR;;;WAGG;QACH,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC;QAEvC;;;WAGG;QACH,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC;QAEpC;;;WAGG;QACH,YAAY,CAAC,EAAE,YAAY,CAAC,YAAY,CAAC;QAEzC;;;WAGG;QACH,kBAAkB,CAAC,EAAE,eAAe,CAAC,kBAAkB,CAAC;KACzD,CAAC;IAEF;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
3
|
-
import type {
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
* Describes the file dxos/client/queue.proto.
|
|
6
6
|
*/
|
|
@@ -72,9 +72,13 @@ export declare const QueueQuerySchema: GenMessage<QueueQuery>;
|
|
|
72
72
|
*/
|
|
73
73
|
export type QueueQueryResult = Message<"dxos.client.services.QueueQueryResult"> & {
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* / JSON-encoded object payloads. Each entry is a serialized ObjectJSON.
|
|
76
|
+
* / We use JSON strings instead of google.protobuf.Struct because Struct
|
|
77
|
+
* / coerces `undefined` to `null`, corrupting optional fields.
|
|
78
|
+
*
|
|
79
|
+
* @generated from field: repeated string objects = 1;
|
|
76
80
|
*/
|
|
77
|
-
objects:
|
|
81
|
+
objects: string[];
|
|
78
82
|
/**
|
|
79
83
|
* / Cursor to query the next items. Can be passed to `after` in query to keep querying.
|
|
80
84
|
*
|
|
@@ -122,9 +126,11 @@ export type InsertIntoQueueRequest = Message<"dxos.client.services.InsertIntoQue
|
|
|
122
126
|
*/
|
|
123
127
|
queueId: string;
|
|
124
128
|
/**
|
|
125
|
-
*
|
|
129
|
+
* / JSON-encoded object payloads. Each entry is a serialized ObjectJSON.
|
|
130
|
+
*
|
|
131
|
+
* @generated from field: repeated string objects = 4;
|
|
126
132
|
*/
|
|
127
|
-
objects:
|
|
133
|
+
objects: string[];
|
|
128
134
|
};
|
|
129
135
|
/**
|
|
130
136
|
* Describes the message dxos.client.services.InsertIntoQueueRequest.
|
|
@@ -157,6 +163,40 @@ export type DeleteFromQueueRequest = Message<"dxos.client.services.DeleteFromQue
|
|
|
157
163
|
* Use `create(DeleteFromQueueRequestSchema)` to create a new message.
|
|
158
164
|
*/
|
|
159
165
|
export declare const DeleteFromQueueRequestSchema: GenMessage<DeleteFromQueueRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* @generated from message dxos.client.services.SyncQueueRequest
|
|
168
|
+
*/
|
|
169
|
+
export type SyncQueueRequest = Message<"dxos.client.services.SyncQueueRequest"> & {
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: string subspace_tag = 1;
|
|
172
|
+
*/
|
|
173
|
+
subspaceTag: string;
|
|
174
|
+
/**
|
|
175
|
+
* @generated from field: string space_id = 2;
|
|
176
|
+
*/
|
|
177
|
+
spaceId: string;
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: string queue_id = 3;
|
|
180
|
+
*/
|
|
181
|
+
queueId: string;
|
|
182
|
+
/**
|
|
183
|
+
* / Whether to push local changes to the server. Defaults to true.
|
|
184
|
+
*
|
|
185
|
+
* @generated from field: optional bool should_push = 4;
|
|
186
|
+
*/
|
|
187
|
+
shouldPush?: boolean;
|
|
188
|
+
/**
|
|
189
|
+
* / Whether to pull remote changes from the server. Defaults to true.
|
|
190
|
+
*
|
|
191
|
+
* @generated from field: optional bool should_pull = 5;
|
|
192
|
+
*/
|
|
193
|
+
shouldPull?: boolean;
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* Describes the message dxos.client.services.SyncQueueRequest.
|
|
197
|
+
* Use `create(SyncQueueRequestSchema)` to create a new message.
|
|
198
|
+
*/
|
|
199
|
+
export declare const SyncQueueRequestSchema: GenMessage<SyncQueueRequest>;
|
|
160
200
|
/**
|
|
161
201
|
* @generated from service dxos.client.services.QueueService
|
|
162
202
|
*/
|
|
@@ -185,5 +225,13 @@ export declare const QueueService: GenService<{
|
|
|
185
225
|
input: typeof DeleteFromQueueRequestSchema;
|
|
186
226
|
output: typeof EmptySchema;
|
|
187
227
|
};
|
|
228
|
+
/**
|
|
229
|
+
* @generated from rpc dxos.client.services.QueueService.SyncQueue
|
|
230
|
+
*/
|
|
231
|
+
syncQueue: {
|
|
232
|
+
methodKind: "unary";
|
|
233
|
+
input: typeof SyncQueueRequestSchema;
|
|
234
|
+
output: typeof EmptySchema;
|
|
235
|
+
};
|
|
188
236
|
}>;
|
|
189
237
|
//# sourceMappingURL=queue_pb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/buf/proto/gen/dxos/client/queue_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAEpF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"queue_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/buf/proto/gen/dxos/client/queue_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
2
2
|
// @generated from file dxos/client/queue.proto (package dxos.client.services, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
-
import { file_google_protobuf_empty
|
|
5
|
+
import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
6
6
|
/**
|
|
7
7
|
* Describes the file dxos/client/queue.proto.
|
|
8
8
|
*/
|
|
9
|
-
export const file_dxos_client_queue = /*@__PURE__*/ fileDesc("
|
|
9
|
+
export const file_dxos_client_queue = /*@__PURE__*/ fileDesc("ChdkeG9zL2NsaWVudC9xdWV1ZS5wcm90bxIUZHhvcy5jbGllbnQuc2VydmljZXMi0wIKClF1ZXVlUXVlcnkSEAoIc3BhY2VfaWQYASABKAkSHQoQcXVldWVzX25hbWVzcGFjZRgCIAEoCUgAiAEBEhEKCXF1ZXVlX2lkcxgDIAMoCRISCgVhZnRlchgEIAEoCUgBiAEBEhMKBmJlZm9yZRgFIAEoCUgCiAEBEhsKDmJlZ2luX3Bvc2l0aW9uGAYgASgDSAOIAQESGQoMZW5kX3Bvc2l0aW9uGAcgASgDSASIAQESEgoFbGltaXQYCCABKAVIBYgBARIUCgdyZXZlcnNlGAkgASgISAaIAQESEgoKb2JqZWN0X2lkcxhkIAMoCUITChFfcXVldWVzX25hbWVzcGFjZUIICgZfYWZ0ZXJCCQoHX2JlZm9yZUIRCg9fYmVnaW5fcG9zaXRpb25CDwoNX2VuZF9wb3NpdGlvbkIICgZfbGltaXRCCgoIX3JldmVyc2UiTQoQUXVldWVRdWVyeVJlc3VsdBIPCgdvYmplY3RzGAEgAygJEhMKC25leHRfY3Vyc29yGAIgASgJEhMKC3ByZXZfY3Vyc29yGAMgASgJIkQKEVF1ZXJ5UXVldWVSZXF1ZXN0Ei8KBXF1ZXJ5GAEgASgLMiAuZHhvcy5jbGllbnQuc2VydmljZXMuUXVldWVRdWVyeSJjChZJbnNlcnRJbnRvUXVldWVSZXF1ZXN0EhQKDHN1YnNwYWNlX3RhZxgBIAEoCRIQCghzcGFjZV9pZBgCIAEoCRIQCghxdWV1ZV9pZBgDIAEoCRIPCgdvYmplY3RzGAQgAygJImYKFkRlbGV0ZUZyb21RdWV1ZVJlcXVlc3QSFAoMc3Vic3BhY2VfdGFnGAEgASgJEhAKCHNwYWNlX2lkGAIgASgJEhAKCHF1ZXVlX2lkGAMgASgJEhIKCm9iamVjdF9pZHMYBCADKAkioAEKEFN5bmNRdWV1ZVJlcXVlc3QSFAoMc3Vic3BhY2VfdGFnGAEgASgJEhAKCHNwYWNlX2lkGAIgASgJEhAKCHF1ZXVlX2lkGAMgASgJEhgKC3Nob3VsZF9wdXNoGAQgASgISACIAQESGAoLc2hvdWxkX3B1bGwYBSABKAhIAYgBAUIOCgxfc2hvdWxkX3B1c2hCDgoMX3Nob3VsZF9wdWxsMuwCCgxRdWV1ZVNlcnZpY2USXQoKUXVlcnlRdWV1ZRInLmR4b3MuY2xpZW50LnNlcnZpY2VzLlF1ZXJ5UXVldWVSZXF1ZXN0GiYuZHhvcy5jbGllbnQuc2VydmljZXMuUXVldWVRdWVyeVJlc3VsdBJXCg9JbnNlcnRJbnRvUXVldWUSLC5keG9zLmNsaWVudC5zZXJ2aWNlcy5JbnNlcnRJbnRvUXVldWVSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5ElcKD0RlbGV0ZUZyb21RdWV1ZRIsLmR4b3MuY2xpZW50LnNlcnZpY2VzLkRlbGV0ZUZyb21RdWV1ZVJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkSSwoJU3luY1F1ZXVlEiYuZHhvcy5jbGllbnQuc2VydmljZXMuU3luY1F1ZXVlUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eWIGcHJvdG8z", [file_google_protobuf_empty]);
|
|
10
10
|
/**
|
|
11
11
|
* Describes the message dxos.client.services.QueueQuery.
|
|
12
12
|
* Use `create(QueueQuerySchema)` to create a new message.
|
|
@@ -32,6 +32,11 @@ export const InsertIntoQueueRequestSchema = /*@__PURE__*/ messageDesc(file_dxos_
|
|
|
32
32
|
* Use `create(DeleteFromQueueRequestSchema)` to create a new message.
|
|
33
33
|
*/
|
|
34
34
|
export const DeleteFromQueueRequestSchema = /*@__PURE__*/ messageDesc(file_dxos_client_queue, 4);
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message dxos.client.services.SyncQueueRequest.
|
|
37
|
+
* Use `create(SyncQueueRequestSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const SyncQueueRequestSchema = /*@__PURE__*/ messageDesc(file_dxos_client_queue, 5);
|
|
35
40
|
/**
|
|
36
41
|
* @generated from service dxos.client.services.QueueService
|
|
37
42
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue_pb.js","sourceRoot":"","sources":["../../../../../../../src/buf/proto/gen/dxos/client/queue_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,6FAA6F;AAC7F,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAElF,OAAO,EAAE,0BAA0B,EAAE,
|
|
1
|
+
{"version":3,"file":"queue_pb.js","sourceRoot":"","sources":["../../../../../../../src/buf/proto/gen/dxos/client/queue_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,6FAA6F;AAC7F,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAElF,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAGpE;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAY,aAAa,CAC1D,QAAQ,CAAC,8qDAA8qD,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAqEztD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA4BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAYzC;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA6BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AA2BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAoCzC;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;AAEzC;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAiCpB,aAAa,CAChB,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -8,7 +8,7 @@ import type { TimeframeVector } from "../echo/timeframe_pb.js";
|
|
|
8
8
|
import type { PeerSchema, SwarmResponseSchema } from "../edge/messenger_pb.js";
|
|
9
9
|
import type { JoinRequestSchema, LeaveRequestSchema, MessageSchema, QueryRequestSchema } from "../edge/signal_pb.js";
|
|
10
10
|
import type { Error } from "../error_pb.js";
|
|
11
|
-
import type { Credential, CredentialSchema, DeviceProfileDocument, DeviceProfileDocumentSchema, Presentation, PresentationSchema, ProfileDocument, ProfileDocumentSchema, SpaceMember_Role } from "../halo/credentials_pb.js";
|
|
11
|
+
import type { Credential, CredentialSchema, DeviceProfileDocument, DeviceProfileDocumentSchema, MembershipPolicy, Presentation, PresentationSchema, ProfileDocument, ProfileDocumentSchema, SpaceMember_Role } from "../halo/credentials_pb.js";
|
|
12
12
|
import type { PublicKey } from "../keys_pb.js";
|
|
13
13
|
import type { SignalState } from "../mesh/signal_pb.js";
|
|
14
14
|
import type { PeerState } from "../mesh/presence_pb.js";
|
|
@@ -179,7 +179,11 @@ export declare enum Platform_PLATFORM_TYPE {
|
|
|
179
179
|
/**
|
|
180
180
|
* @generated from enum value: NODE = 2;
|
|
181
181
|
*/
|
|
182
|
-
NODE = 2
|
|
182
|
+
NODE = 2,
|
|
183
|
+
/**
|
|
184
|
+
* @generated from enum value: DEDICATED_WORKER = 3;
|
|
185
|
+
*/
|
|
186
|
+
DEDICATED_WORKER = 3
|
|
183
187
|
}
|
|
184
188
|
/**
|
|
185
189
|
* Describes the enum dxos.client.services.Platform.PLATFORM_TYPE.
|
|
@@ -586,6 +590,14 @@ export type Space = Message<"dxos.client.services.Space"> & {
|
|
|
586
590
|
* @generated from field: optional dxos.echo.metadata.EdgeReplicationSetting edge_replication = 6;
|
|
587
591
|
*/
|
|
588
592
|
edgeReplication?: EdgeReplicationSetting;
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: repeated string tags = 7;
|
|
595
|
+
*/
|
|
596
|
+
tags: string[];
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: dxos.halo.credentials.MembershipPolicy membership_policy = 8;
|
|
599
|
+
*/
|
|
600
|
+
membershipPolicy: MembershipPolicy;
|
|
589
601
|
/**
|
|
590
602
|
* @generated from field: repeated dxos.client.services.SpaceMember members = 10;
|
|
591
603
|
*/
|
|
@@ -746,6 +758,24 @@ export type Space_PipelineState = Message<"dxos.client.services.Space.PipelineSt
|
|
|
746
758
|
* Use `create(Space_PipelineStateSchema)` to create a new message.
|
|
747
759
|
*/
|
|
748
760
|
export declare const Space_PipelineStateSchema: GenMessage<Space_PipelineState>;
|
|
761
|
+
/**
|
|
762
|
+
* @generated from message dxos.client.services.CreateSpaceRequest
|
|
763
|
+
*/
|
|
764
|
+
export type CreateSpaceRequest = Message<"dxos.client.services.CreateSpaceRequest"> & {
|
|
765
|
+
/**
|
|
766
|
+
* @generated from field: repeated string tags = 1;
|
|
767
|
+
*/
|
|
768
|
+
tags: string[];
|
|
769
|
+
/**
|
|
770
|
+
* @generated from field: dxos.halo.credentials.MembershipPolicy membership_policy = 2;
|
|
771
|
+
*/
|
|
772
|
+
membershipPolicy: MembershipPolicy;
|
|
773
|
+
};
|
|
774
|
+
/**
|
|
775
|
+
* Describes the message dxos.client.services.CreateSpaceRequest.
|
|
776
|
+
* Use `create(CreateSpaceRequestSchema)` to create a new message.
|
|
777
|
+
*/
|
|
778
|
+
export declare const CreateSpaceRequestSchema: GenMessage<CreateSpaceRequest>;
|
|
749
779
|
/**
|
|
750
780
|
* @generated from message dxos.client.services.UpdateSpaceRequest
|
|
751
781
|
*/
|
|
@@ -1047,12 +1077,37 @@ export type SpaceArchive = Message<"dxos.client.services.SpaceArchive"> & {
|
|
|
1047
1077
|
* @generated from field: bytes contents = 2;
|
|
1048
1078
|
*/
|
|
1049
1079
|
contents: Uint8Array;
|
|
1080
|
+
/**
|
|
1081
|
+
* @generated from field: optional dxos.client.services.SpaceArchive.Format format = 3;
|
|
1082
|
+
*/
|
|
1083
|
+
format?: SpaceArchive_Format;
|
|
1050
1084
|
};
|
|
1051
1085
|
/**
|
|
1052
1086
|
* Describes the message dxos.client.services.SpaceArchive.
|
|
1053
1087
|
* Use `create(SpaceArchiveSchema)` to create a new message.
|
|
1054
1088
|
*/
|
|
1055
1089
|
export declare const SpaceArchiveSchema: GenMessage<SpaceArchive>;
|
|
1090
|
+
/**
|
|
1091
|
+
* @generated from enum dxos.client.services.SpaceArchive.Format
|
|
1092
|
+
*/
|
|
1093
|
+
export declare enum SpaceArchive_Format {
|
|
1094
|
+
/**
|
|
1095
|
+
* Tar-based binary archive (default).
|
|
1096
|
+
*
|
|
1097
|
+
* @generated from enum value: BINARY = 0;
|
|
1098
|
+
*/
|
|
1099
|
+
BINARY = 0,
|
|
1100
|
+
/**
|
|
1101
|
+
* JSON encoding of {@link dxos.echo.db.SerializedSpace}.
|
|
1102
|
+
*
|
|
1103
|
+
* @generated from enum value: JSON = 1;
|
|
1104
|
+
*/
|
|
1105
|
+
JSON = 1
|
|
1106
|
+
}
|
|
1107
|
+
/**
|
|
1108
|
+
* Describes the enum dxos.client.services.SpaceArchive.Format.
|
|
1109
|
+
*/
|
|
1110
|
+
export declare const SpaceArchive_FormatSchema: GenEnum<SpaceArchive_Format>;
|
|
1056
1111
|
/**
|
|
1057
1112
|
* @generated from message dxos.client.services.ExportSpaceRequest
|
|
1058
1113
|
*/
|
|
@@ -1061,6 +1116,12 @@ export type ExportSpaceRequest = Message<"dxos.client.services.ExportSpaceReques
|
|
|
1061
1116
|
* @generated from field: string space_id = 1;
|
|
1062
1117
|
*/
|
|
1063
1118
|
spaceId: string;
|
|
1119
|
+
/**
|
|
1120
|
+
* Archive format to produce. Defaults to BINARY.
|
|
1121
|
+
*
|
|
1122
|
+
* @generated from field: optional dxos.client.services.SpaceArchive.Format format = 2;
|
|
1123
|
+
*/
|
|
1124
|
+
format?: SpaceArchive_Format;
|
|
1064
1125
|
};
|
|
1065
1126
|
/**
|
|
1066
1127
|
* Describes the message dxos.client.services.ExportSpaceRequest.
|
|
@@ -1702,7 +1763,7 @@ export declare const SpacesService: GenService<{
|
|
|
1702
1763
|
*/
|
|
1703
1764
|
createSpace: {
|
|
1704
1765
|
methodKind: "unary";
|
|
1705
|
-
input: typeof
|
|
1766
|
+
input: typeof CreateSpaceRequestSchema;
|
|
1706
1767
|
output: typeof SpaceSchema;
|
|
1707
1768
|
};
|
|
1708
1769
|
/**
|