@dxos/protocols 0.8.4-main.67995b8 → 0.8.4-main.6fa680abb7
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 +82 -0
- package/dist/src/FunctionProtocol.d.ts.map +1 -0
- package/dist/src/FunctionProtocol.js +4 -0
- package/dist/src/FunctionProtocol.js.map +1 -0
- package/dist/src/automerge.d.ts +8 -0
- package/dist/src/automerge.d.ts.map +1 -1
- package/dist/src/automerge.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/agent/dashboard_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/agent/dashboard_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/agent/echo-proxy_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/agent/echo-proxy_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/agent/epoch_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/agent/epoch_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/agent/functions_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/agent/functions_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/bot_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/bot_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/client/invitation_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/client/invitation_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/client/logging_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/client/logging_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts +231 -0
- package/dist/src/buf/proto/gen/dxos/client/queue_pb.d.ts.map +1 -0
- package/dist/src/buf/proto/gen/dxos/client/queue_pb.js +44 -0
- package/dist/src/buf/proto/gen/dxos/client/queue_pb.js.map +1 -0
- package/dist/src/buf/proto/gen/dxos/client/services_pb.d.ts +70 -20
- 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 +32 -23
- 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 +36 -7
- package/dist/src/buf/proto/gen/dxos/config_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/config_pb.js +7 -2
- package/dist/src/buf/proto/gen/dxos/config_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/devtools/diagnostics_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/devtools/diagnostics_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/devtools/host_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/devtools/host_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/devtools/swarm_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/devtools/swarm_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/blob_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/blob_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/feed_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/feed_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/filter_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/filter_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/indexing_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/indexing_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/metadata_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/model/document_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/model/document_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/model/messenger_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/model/messenger_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/model/text_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/model/text_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/object_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/object_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/query_pb.d.ts +13 -3
- package/dist/src/buf/proto/gen/dxos/echo/query_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/query_pb.js +2 -2
- package/dist/src/buf/proto/gen/dxos/echo/query_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts +71 -10
- package/dist/src/buf/proto/gen/dxos/echo/service_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/service_pb.js +16 -6
- package/dist/src/buf/proto/gen/dxos/echo/service_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/snapshot_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/snapshot_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/timeframe_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/echo/timeframe_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/edge/calls_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/edge/calls_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/edge/messenger_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/edge/signal_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/edge/signal_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/error_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/error_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/field_options_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/field_options_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/google_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/google_pb.js +2 -2
- package/dist/src/buf/proto/gen/dxos/google_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/gravity_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/gravity_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials/auth_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials/auth_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials/greet_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials/greet_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials/identity_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials/identity_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/credentials_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/invitations_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/invitations_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/keyring_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/keyring_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/keys_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/keys_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/signed_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/halo/signed_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/iframe_pb.d.ts +2 -1
- 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/keys_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/keys_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/bridge_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/bridge_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/broadcast_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/broadcast_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/messaging_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/messaging_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/muxer_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/muxer_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/presence_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/presence_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/protocol_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/protocol_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/replicator_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/replicator_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/signal_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/signal_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/swarm_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/swarm_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/admission-discovery_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/admission-discovery_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/auth_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/auth_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/automerge_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/automerge_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/blobsync_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/blobsync_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/control_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/control_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/gossip_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/gossip_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/notarization_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/notarization_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/replicator_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/mesh/teleport/replicator_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/registry_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/registry_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/rpc_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/rpc_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/service/agentmanager_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/service/agentmanager_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/service/publisher_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/service/publisher_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/service/supervisor_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/service/supervisor_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/service/tunnel_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/service/tunnel_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/tracing_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/tracing_pb.js +2 -2
- package/dist/src/buf/proto/gen/dxos/tracing_pb.js.map +1 -1
- package/dist/src/buf/proto/gen/dxos/type_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/type_pb.js +1 -1
- package/dist/src/buf/proto/gen/dxos/value_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/dxos/value_pb.js +1 -1
- package/dist/src/buf/proto/gen/example/testing/data_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/example/testing/data_pb.js +1 -1
- package/dist/src/buf/proto/gen/example/testing/rpc_pb.d.ts +1 -1
- package/dist/src/buf/proto/gen/example/testing/rpc_pb.js +1 -1
- package/dist/src/codec.test.js +1 -1
- package/dist/src/edge/EdgeFunctionEnv.d.ts +108 -0
- package/dist/src/edge/EdgeFunctionEnv.d.ts.map +1 -0
- package/dist/src/edge/EdgeFunctionEnv.js +4 -0
- package/dist/src/edge/EdgeFunctionEnv.js.map +1 -0
- package/dist/src/edge/edge.d.ts +353 -0
- package/dist/src/edge/edge.d.ts.map +1 -0
- package/dist/src/edge/edge.js +169 -0
- package/dist/src/edge/edge.js.map +1 -0
- package/dist/src/edge/errors.d.ts +29 -0
- package/dist/src/edge/errors.d.ts.map +1 -0
- package/dist/src/edge/errors.js +69 -0
- package/dist/src/edge/errors.js.map +1 -0
- package/dist/src/edge/index.d.ts +4 -0
- package/dist/src/edge/index.d.ts.map +1 -0
- package/dist/src/edge/index.js +7 -0
- package/dist/src/edge/index.js.map +1 -0
- package/dist/src/errors/base-errors.d.ts +86 -8
- package/dist/src/errors/base-errors.d.ts.map +1 -1
- package/dist/src/errors/base-errors.js +4 -19
- package/dist/src/errors/base-errors.js.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 +1 -1
- package/dist/src/errors/encoding.js.map +1 -1
- package/dist/src/errors/errors.d.ts +619 -42
- package/dist/src/errors/errors.d.ts.map +1 -1
- package/dist/src/errors/errors.js +50 -104
- package/dist/src/errors/errors.js.map +1 -1
- package/dist/src/errors/errors.test.js +2 -2
- package/dist/src/errors/errors.test.js.map +1 -1
- package/dist/src/errors/helpers.d.ts +9 -5
- package/dist/src/errors/helpers.d.ts.map +1 -1
- package/dist/src/errors/helpers.js +3 -3
- package/dist/src/errors/helpers.js.map +1 -1
- package/dist/src/errors/index.d.ts +5 -5
- package/dist/src/errors/index.js +5 -5
- package/dist/src/feed-replication.d.ts.map +1 -1
- package/dist/src/index.d.ts +12 -12
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +11 -10
- package/dist/src/index.js.map +1 -1
- package/dist/src/indexing.d.ts +1 -1
- package/dist/src/indexing.d.ts.map +1 -1
- package/dist/src/indexing.js +1 -1
- package/dist/src/indexing.js.map +1 -1
- package/dist/src/indexing.test.js +1 -1
- package/dist/src/invitation.d.ts +1 -1
- package/dist/src/invitation.d.ts.map +1 -1
- package/dist/src/invitation.js +1 -1
- package/dist/src/invitation.js.map +1 -1
- package/dist/src/messenger.d.ts +16 -0
- package/dist/src/messenger.d.ts.map +1 -0
- package/dist/src/messenger.js +4 -0
- package/dist/src/messenger.js.map +1 -0
- package/dist/src/proto/gen/dxos/client/services.d.ts +992 -837
- package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/client/services.js +104 -100
- package/dist/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/src/proto/gen/dxos/config.d.ts +28 -2
- package/dist/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/echo/query.d.ts +17 -1
- 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 +43 -8
- package/dist/src/proto/gen/dxos/echo/service.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 +35 -0
- 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/index.js +1 -1
- package/dist/src/proto/types.d.ts +1 -1
- package/dist/src/types.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +19 -17
- package/src/FeedProtocol.ts +320 -0
- package/src/FunctionProtocol.ts +102 -0
- package/src/automerge.ts +8 -0
- package/src/buf/proto/gen/dxos/agent/dashboard_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/agent/echo-proxy_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/agent/epoch_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/agent/functions_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/bot_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/client/invitation_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/client/logging_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/client/queue_pb.ts +280 -0
- package/src/buf/proto/gen/dxos/client/services_pb.ts +89 -29
- package/src/buf/proto/gen/dxos/config_pb.ts +43 -10
- package/src/buf/proto/gen/dxos/devtools/diagnostics_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/devtools/host_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/devtools/swarm_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/blob_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/feed_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/filter_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/indexing_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/metadata_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/model/document_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/model/messenger_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/model/text_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/object_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/query_pb.ts +18 -6
- package/src/buf/proto/gen/dxos/echo/service_pb.ts +87 -18
- package/src/buf/proto/gen/dxos/echo/snapshot_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/echo/timeframe_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/edge/calls_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/edge/messenger_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/edge/signal_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/error_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/field_options_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/google_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/gravity_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/halo/credentials/auth_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/halo/credentials/greet_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/halo/credentials/identity_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/halo/credentials_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/halo/invitations_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/halo/keyring_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/halo/keys_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/halo/signed_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/iframe_pb.ts +4 -3
- package/src/buf/proto/gen/dxos/keys_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/bridge_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/broadcast_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/messaging_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/muxer_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/presence_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/protocol_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/replicator_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/signal_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/swarm_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/teleport/admission-discovery_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/teleport/auth_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/teleport/automerge_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/teleport/blobsync_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/teleport/control_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/teleport/gossip_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/teleport/notarization_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/mesh/teleport/replicator_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/registry_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/rpc_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/service/agentmanager_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/service/publisher_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/service/supervisor_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/service/tunnel_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/tracing_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/type_pb.ts +3 -3
- package/src/buf/proto/gen/dxos/value_pb.ts +3 -3
- package/src/buf/proto/gen/example/testing/data_pb.ts +3 -3
- package/src/buf/proto/gen/example/testing/rpc_pb.ts +3 -3
- package/src/codec.test.ts +1 -1
- package/src/edge/EdgeFunctionEnv.ts +187 -0
- package/src/edge/edge.ts +493 -0
- package/src/edge/errors.ts +85 -0
- package/src/edge/index.ts +7 -0
- package/src/errors/base-errors.ts +4 -20
- package/src/errors/encoding.ts +3 -2
- package/src/errors/errors.test.ts +2 -2
- package/src/errors/errors.ts +58 -123
- package/src/errors/helpers.ts +6 -6
- package/src/errors/index.ts +5 -5
- package/src/feed-replication.ts +1 -0
- package/src/index.ts +12 -12
- package/src/indexing.test.ts +1 -1
- package/src/indexing.ts +1 -1
- package/src/invitation.ts +1 -1
- package/src/messenger.ts +22 -0
- package/src/proto/dxos/client/queue.proto +78 -0
- package/src/proto/dxos/client/services.proto +21 -3
- package/src/proto/dxos/config.proto +36 -40
- package/src/proto/dxos/echo/query.proto +4 -1
- package/src/proto/dxos/echo/service.proto +38 -6
- package/src/proto/dxos/iframe.proto +1 -0
- package/src/proto/gen/dxos/client/services.ts +992 -837
- package/src/proto/gen/dxos/config.ts +28 -2
- package/src/proto/gen/dxos/devtools/host.ts +31 -31
- package/src/proto/gen/dxos/echo/query.ts +17 -1
- package/src/proto/gen/dxos/echo/service.ts +42 -8
- package/src/proto/gen/google/protobuf.ts +326 -40
- package/src/proto/gen/index.ts +36 -1
- package/src/proto/index.ts +2 -2
- package/src/proto/types.ts +1 -1
- package/src/types.ts +2 -2
- package/dist/src/edge-error.d.ts +0 -26
- package/dist/src/edge-error.d.ts.map +0 -1
- package/dist/src/edge-error.js +0 -62
- package/dist/src/edge-error.js.map +0 -1
- package/dist/src/edge.d.ts +0 -198
- package/dist/src/edge.d.ts.map +0 -1
- package/dist/src/edge.js +0 -43
- package/dist/src/edge.js.map +0 -1
- package/dist/src/query.d.ts +0 -5
- package/dist/src/query.d.ts.map +0 -1
- package/dist/src/query.js +0 -8
- package/dist/src/query.js.map +0 -1
- package/dist/src/queue.d.ts +0 -24
- package/dist/src/queue.d.ts.map +0 -1
- package/dist/src/queue.js +0 -4
- package/dist/src/queue.js.map +0 -1
- package/src/edge-error.ts +0 -79
- package/src/edge.ts +0 -222
- package/src/query.ts +0 -8
- package/src/queue.ts +0 -33
|
@@ -44,9 +44,25 @@ export interface Heads {
|
|
|
44
44
|
export interface QueryResult {
|
|
45
45
|
id: string;
|
|
46
46
|
spaceId: string;
|
|
47
|
-
|
|
47
|
+
/**
|
|
48
|
+
* Options:
|
|
49
|
+
* - proto3_optional = true
|
|
50
|
+
*/
|
|
51
|
+
documentId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Options:
|
|
54
|
+
* - proto3_optional = true
|
|
55
|
+
*/
|
|
56
|
+
queueId?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Options:
|
|
59
|
+
* - proto3_optional = true
|
|
60
|
+
*/
|
|
61
|
+
queueNamespace?: string;
|
|
48
62
|
rank: number;
|
|
49
63
|
/**
|
|
64
|
+
* In the ECHO Json object format.
|
|
65
|
+
*
|
|
50
66
|
* Options:
|
|
51
67
|
* - proto3_optional = true
|
|
52
68
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/query.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,aAAa,MAAM,2BAA2B,CAAC;AAYtD,OAAO,KAAK,gBAAgB,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,kBAAkB,MAAM,eAAe,CAAC;AAKpD,OAAO,KAAK,gBAAgB,MAAM,aAAa,CAAC;AAgDhD;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,eAAe,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;OAKG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC;CACpC;AACD;;;;;;;GAOG;AACH,MAAM,WAAW,KAAK;IAClB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/query.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,aAAa,MAAM,2BAA2B,CAAC;AAYtD,OAAO,KAAK,gBAAgB,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,kBAAkB,MAAM,eAAe,CAAC;AAKpD,OAAO,KAAK,gBAAgB,MAAM,aAAa,CAAC;AAgDhD;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,eAAe,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;OAKG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC;CACpC;AACD;;;;;;;GAOG;AACH,MAAM,WAAW,KAAK;IAClB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;CAClF;AACD;;;GAGG;AACH,oBAAY,eAAe;IACvB,QAAQ,IAAI;IACZ,QAAQ,IAAI;CACf;AACD;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACxB,OAAO,CAAC,EAAE,gBAAgB,CAAC,UAAU,EAAE,CAAC;CAC3C;AACD;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB,SAAS,EAAE,CAAC,OAAO,EAAE,kBAAkB,CAAC,WAAW,EAAE,OAAO,CAAC,EAAE,cAAc,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAChG,SAAS,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,cAAc,KAAK,MAAM,CAAC,aAAa,CAAC,CAAC;IACtF,OAAO,EAAE,CAAC,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,cAAc,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACvE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/query.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/query.ts"],"names":[],"mappings":"AAgJA;;;GAGG;AACH,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACvB,6DAAY,CAAA;IACZ,6DAAY,CAAA;AAChB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { Stream, RequestOptions } from "@dxos/codec-protobuf";
|
|
2
|
+
import substitutions from "../../../substitutions.js";
|
|
2
3
|
/**
|
|
3
4
|
* Defined in:
|
|
4
5
|
* {@link file://./../../../dxos/echo/service.proto}
|
|
@@ -67,14 +68,6 @@ export interface DocumentUpdate {
|
|
|
67
68
|
* Value returned by `Automerge.saveSince()`.
|
|
68
69
|
*/
|
|
69
70
|
mutation: Uint8Array;
|
|
70
|
-
/**
|
|
71
|
-
* Set to true for init mutation of document.
|
|
72
|
-
* default: undefined.
|
|
73
|
-
*
|
|
74
|
-
* Options:
|
|
75
|
-
* - proto3_optional = true
|
|
76
|
-
*/
|
|
77
|
-
isNew?: boolean;
|
|
78
71
|
}
|
|
79
72
|
/**
|
|
80
73
|
* Defined in:
|
|
@@ -121,6 +114,34 @@ export interface WaitUntilHeadsReplicatedRequest {
|
|
|
121
114
|
export interface ReIndexHeadsRequest {
|
|
122
115
|
documentIds?: string[];
|
|
123
116
|
}
|
|
117
|
+
/**
|
|
118
|
+
* Defined in:
|
|
119
|
+
* {@link file://./../../../dxos/echo/service.proto}
|
|
120
|
+
*/
|
|
121
|
+
export interface CreateDocumentRequest {
|
|
122
|
+
/**
|
|
123
|
+
* Space id where the document will be created.
|
|
124
|
+
*/
|
|
125
|
+
spaceId: string;
|
|
126
|
+
/**
|
|
127
|
+
* Automerge encoded initial document value.
|
|
128
|
+
* Optional - if not provided, an empty document will be created.
|
|
129
|
+
*
|
|
130
|
+
* Options:
|
|
131
|
+
* - proto3_optional = true
|
|
132
|
+
*/
|
|
133
|
+
initialValue?: ReturnType<(typeof substitutions)["google.protobuf.Struct"]["decode"]>;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Defined in:
|
|
137
|
+
* {@link file://./../../../dxos/echo/service.proto}
|
|
138
|
+
*/
|
|
139
|
+
export interface CreateDocumentResponse {
|
|
140
|
+
/**
|
|
141
|
+
* The generated document id.
|
|
142
|
+
*/
|
|
143
|
+
documentId: string;
|
|
144
|
+
}
|
|
124
145
|
/**
|
|
125
146
|
* Defined in:
|
|
126
147
|
* {@link file://./../../../dxos/echo/service.proto}
|
|
@@ -162,6 +183,15 @@ export declare namespace SpaceSyncState {
|
|
|
162
183
|
* Total number of documents on the remote peer.
|
|
163
184
|
*/
|
|
164
185
|
remoteDocumentCount: number;
|
|
186
|
+
/**
|
|
187
|
+
* Total number of documents across this peer and the remote peer.
|
|
188
|
+
*/
|
|
189
|
+
totalDocumentCount: number;
|
|
190
|
+
/**
|
|
191
|
+
* Total number of documents that are not synced.
|
|
192
|
+
* Includes documents that are present only locally, only on the remote peer, or whether the peers have different versions.
|
|
193
|
+
*/
|
|
194
|
+
unsyncedDocumentCount: number;
|
|
165
195
|
}
|
|
166
196
|
}
|
|
167
197
|
/**
|
|
@@ -179,6 +209,11 @@ export interface DataService {
|
|
|
179
209
|
* Change which documents are subscribed to for specific subscription.
|
|
180
210
|
*/
|
|
181
211
|
updateSubscription: (request: UpdateSubscriptionRequest, options?: RequestOptions) => Promise<void>;
|
|
212
|
+
/**
|
|
213
|
+
* Create a new automerge document.
|
|
214
|
+
* Returns the generated document id which is controlled by the host.
|
|
215
|
+
*/
|
|
216
|
+
createDocument: (request: CreateDocumentRequest, options?: RequestOptions) => Promise<CreateDocumentResponse>;
|
|
182
217
|
/**
|
|
183
218
|
* Write incremental updates to multiple automerge documents.
|
|
184
219
|
* Used to propagate changes from client to services.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../src/proto/gen/dxos/echo/service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import substitutions from "../../substitutions.js";
|
|
2
|
+
export interface Any {
|
|
3
|
+
type_url: string;
|
|
4
|
+
value: Uint8Array;
|
|
5
|
+
}
|
|
2
6
|
export interface Empty {
|
|
3
7
|
}
|
|
4
8
|
export interface Struct {
|
|
@@ -22,27 +26,57 @@ export interface Timestamp {
|
|
|
22
26
|
seconds: string;
|
|
23
27
|
nanos: number;
|
|
24
28
|
}
|
|
25
|
-
export interface
|
|
26
|
-
|
|
29
|
+
export interface DoubleValue {
|
|
30
|
+
value: number;
|
|
31
|
+
}
|
|
32
|
+
export interface FloatValue {
|
|
33
|
+
value: number;
|
|
34
|
+
}
|
|
35
|
+
export interface Int64Value {
|
|
36
|
+
value: string;
|
|
37
|
+
}
|
|
38
|
+
export interface UInt64Value {
|
|
39
|
+
value: string;
|
|
40
|
+
}
|
|
41
|
+
export interface Int32Value {
|
|
42
|
+
value: number;
|
|
43
|
+
}
|
|
44
|
+
export interface UInt32Value {
|
|
45
|
+
value: number;
|
|
46
|
+
}
|
|
47
|
+
export interface BoolValue {
|
|
48
|
+
value: boolean;
|
|
49
|
+
}
|
|
50
|
+
export interface StringValue {
|
|
51
|
+
value: string;
|
|
52
|
+
}
|
|
53
|
+
export interface BytesValue {
|
|
27
54
|
value: Uint8Array;
|
|
28
55
|
}
|
|
29
56
|
export interface FileDescriptorSet {
|
|
30
57
|
file?: FileDescriptorProto[];
|
|
31
58
|
}
|
|
59
|
+
export declare enum Edition {
|
|
60
|
+
EDITION_UNKNOWN = 0,
|
|
61
|
+
EDITION_LEGACY = 900,
|
|
62
|
+
EDITION_PROTO2 = 998,
|
|
63
|
+
EDITION_PROTO3 = 999,
|
|
64
|
+
EDITION_2023 = 1000,
|
|
65
|
+
EDITION_2024 = 1001,
|
|
66
|
+
EDITION_1_TEST_ONLY = 1,
|
|
67
|
+
EDITION_2_TEST_ONLY = 2,
|
|
68
|
+
EDITION_99997_TEST_ONLY = 99997,
|
|
69
|
+
EDITION_99998_TEST_ONLY = 99998,
|
|
70
|
+
EDITION_99999_TEST_ONLY = 99999,
|
|
71
|
+
EDITION_MAX = 2147483647
|
|
72
|
+
}
|
|
32
73
|
export interface FileDescriptorProto {
|
|
33
74
|
name: string;
|
|
34
75
|
package: string;
|
|
35
76
|
dependency?: string[];
|
|
36
|
-
/**
|
|
37
|
-
* Options:
|
|
38
|
-
* - packed = false
|
|
39
|
-
*/
|
|
40
77
|
publicDependency?: number[];
|
|
41
|
-
/**
|
|
42
|
-
* Options:
|
|
43
|
-
* - packed = false
|
|
44
|
-
*/
|
|
45
78
|
weakDependency?: number[];
|
|
79
|
+
optionDependency?: string[];
|
|
46
80
|
messageType?: DescriptorProto[];
|
|
47
81
|
enumType?: EnumDescriptorProto[];
|
|
48
82
|
service?: ServiceDescriptorProto[];
|
|
@@ -50,6 +84,7 @@ export interface FileDescriptorProto {
|
|
|
50
84
|
options: FileOptions;
|
|
51
85
|
sourceCodeInfo: SourceCodeInfo;
|
|
52
86
|
syntax: string;
|
|
87
|
+
edition: Edition;
|
|
53
88
|
}
|
|
54
89
|
export interface DescriptorProto {
|
|
55
90
|
name: string;
|
|
@@ -62,17 +97,47 @@ export interface DescriptorProto {
|
|
|
62
97
|
options: MessageOptions;
|
|
63
98
|
reservedRange?: DescriptorProto.ReservedRange[];
|
|
64
99
|
reservedName?: string[];
|
|
100
|
+
visibility: SymbolVisibility;
|
|
65
101
|
}
|
|
66
102
|
export declare namespace DescriptorProto {
|
|
67
103
|
interface ExtensionRange {
|
|
68
104
|
start: number;
|
|
69
105
|
end: number;
|
|
106
|
+
options: ExtensionRangeOptions;
|
|
70
107
|
}
|
|
71
108
|
interface ReservedRange {
|
|
72
109
|
start: number;
|
|
73
110
|
end: number;
|
|
74
111
|
}
|
|
75
112
|
}
|
|
113
|
+
export interface ExtensionRangeOptions {
|
|
114
|
+
uninterpretedOption?: UninterpretedOption[];
|
|
115
|
+
/**
|
|
116
|
+
* Options:
|
|
117
|
+
* - retention = "RETENTION_SOURCE"
|
|
118
|
+
*/
|
|
119
|
+
declaration?: ExtensionRangeOptions.Declaration[];
|
|
120
|
+
features: FeatureSet;
|
|
121
|
+
/**
|
|
122
|
+
* Options:
|
|
123
|
+
* - default = "UNVERIFIED"
|
|
124
|
+
* - retention = "RETENTION_SOURCE"
|
|
125
|
+
*/
|
|
126
|
+
verification: ExtensionRangeOptions.VerificationState;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace ExtensionRangeOptions {
|
|
129
|
+
interface Declaration {
|
|
130
|
+
number: number;
|
|
131
|
+
fullName: string;
|
|
132
|
+
type: string;
|
|
133
|
+
reserved: boolean;
|
|
134
|
+
repeated: boolean;
|
|
135
|
+
}
|
|
136
|
+
enum VerificationState {
|
|
137
|
+
DECLARATION = 0,
|
|
138
|
+
UNVERIFIED = 1
|
|
139
|
+
}
|
|
140
|
+
}
|
|
76
141
|
export interface FieldDescriptorProto {
|
|
77
142
|
name: string;
|
|
78
143
|
number: number;
|
|
@@ -84,6 +149,7 @@ export interface FieldDescriptorProto {
|
|
|
84
149
|
oneofIndex: number;
|
|
85
150
|
jsonName: string;
|
|
86
151
|
options: FieldOptions;
|
|
152
|
+
proto3Optional: boolean;
|
|
87
153
|
}
|
|
88
154
|
export declare namespace FieldDescriptorProto {
|
|
89
155
|
enum Type {
|
|
@@ -108,8 +174,8 @@ export declare namespace FieldDescriptorProto {
|
|
|
108
174
|
}
|
|
109
175
|
enum Label {
|
|
110
176
|
LABEL_OPTIONAL = 1,
|
|
111
|
-
|
|
112
|
-
|
|
177
|
+
LABEL_REPEATED = 3,
|
|
178
|
+
LABEL_REQUIRED = 2
|
|
113
179
|
}
|
|
114
180
|
}
|
|
115
181
|
export interface OneofDescriptorProto {
|
|
@@ -120,6 +186,15 @@ export interface EnumDescriptorProto {
|
|
|
120
186
|
name: string;
|
|
121
187
|
value?: EnumValueDescriptorProto[];
|
|
122
188
|
options: EnumOptions;
|
|
189
|
+
reservedRange?: EnumDescriptorProto.EnumReservedRange[];
|
|
190
|
+
reservedName?: string[];
|
|
191
|
+
visibility: SymbolVisibility;
|
|
192
|
+
}
|
|
193
|
+
export declare namespace EnumDescriptorProto {
|
|
194
|
+
interface EnumReservedRange {
|
|
195
|
+
start: number;
|
|
196
|
+
end: number;
|
|
197
|
+
}
|
|
123
198
|
}
|
|
124
199
|
export interface EnumValueDescriptorProto {
|
|
125
200
|
name: string;
|
|
@@ -159,9 +234,19 @@ export interface FileOptions {
|
|
|
159
234
|
javaGenericServices: boolean;
|
|
160
235
|
pyGenericServices: boolean;
|
|
161
236
|
deprecated: boolean;
|
|
237
|
+
/**
|
|
238
|
+
* Options:
|
|
239
|
+
* - default = true
|
|
240
|
+
*/
|
|
162
241
|
ccEnableArenas: boolean;
|
|
163
242
|
objcClassPrefix: string;
|
|
164
243
|
csharpNamespace: string;
|
|
244
|
+
swiftPrefix: string;
|
|
245
|
+
phpClassPrefix: string;
|
|
246
|
+
phpNamespace: string;
|
|
247
|
+
phpMetadataNamespace: string;
|
|
248
|
+
rubyPackage: string;
|
|
249
|
+
features: FeatureSet;
|
|
165
250
|
uninterpretedOption?: UninterpretedOption[];
|
|
166
251
|
}
|
|
167
252
|
export declare namespace FileOptions {
|
|
@@ -176,6 +261,12 @@ export interface MessageOptions {
|
|
|
176
261
|
noStandardDescriptorAccessor: boolean;
|
|
177
262
|
deprecated: boolean;
|
|
178
263
|
mapEntry: boolean;
|
|
264
|
+
/**
|
|
265
|
+
* Options:
|
|
266
|
+
* - deprecated = true
|
|
267
|
+
*/
|
|
268
|
+
deprecatedLegacyJsonFieldConflicts: boolean;
|
|
269
|
+
features: FeatureSet;
|
|
179
270
|
uninterpretedOption?: UninterpretedOption[];
|
|
180
271
|
}
|
|
181
272
|
export interface FieldOptions {
|
|
@@ -191,19 +282,30 @@ export interface FieldOptions {
|
|
|
191
282
|
*/
|
|
192
283
|
jstype: FieldOptions.JSType;
|
|
193
284
|
lazy: boolean;
|
|
285
|
+
unverifiedLazy: boolean;
|
|
194
286
|
deprecated: boolean;
|
|
287
|
+
/**
|
|
288
|
+
* Options:
|
|
289
|
+
* - deprecated = true
|
|
290
|
+
*/
|
|
195
291
|
weak: boolean;
|
|
292
|
+
debugRedact: boolean;
|
|
293
|
+
retention: FieldOptions.OptionRetention;
|
|
294
|
+
targets?: FieldOptions.OptionTargetType[];
|
|
295
|
+
editionDefaults?: FieldOptions.EditionDefault[];
|
|
296
|
+
features: FeatureSet;
|
|
297
|
+
featureSupport: FieldOptions.FeatureSupport;
|
|
196
298
|
uninterpretedOption?: UninterpretedOption[];
|
|
197
299
|
/**
|
|
198
300
|
* Options:
|
|
199
301
|
* - proto3_optional = true
|
|
200
302
|
*/
|
|
201
|
-
".
|
|
303
|
+
".preserveAny"?: boolean;
|
|
202
304
|
/**
|
|
203
305
|
* Options:
|
|
204
306
|
* - proto3_optional = true
|
|
205
307
|
*/
|
|
206
|
-
".
|
|
308
|
+
".dxos.config.envVar"?: string;
|
|
207
309
|
}
|
|
208
310
|
export declare namespace FieldOptions {
|
|
209
311
|
enum CType {
|
|
@@ -216,27 +318,78 @@ export declare namespace FieldOptions {
|
|
|
216
318
|
JS_STRING = 1,
|
|
217
319
|
JS_NUMBER = 2
|
|
218
320
|
}
|
|
321
|
+
enum OptionRetention {
|
|
322
|
+
RETENTION_UNKNOWN = 0,
|
|
323
|
+
RETENTION_RUNTIME = 1,
|
|
324
|
+
RETENTION_SOURCE = 2
|
|
325
|
+
}
|
|
326
|
+
enum OptionTargetType {
|
|
327
|
+
TARGET_TYPE_UNKNOWN = 0,
|
|
328
|
+
TARGET_TYPE_FILE = 1,
|
|
329
|
+
TARGET_TYPE_EXTENSION_RANGE = 2,
|
|
330
|
+
TARGET_TYPE_MESSAGE = 3,
|
|
331
|
+
TARGET_TYPE_FIELD = 4,
|
|
332
|
+
TARGET_TYPE_ONEOF = 5,
|
|
333
|
+
TARGET_TYPE_ENUM = 6,
|
|
334
|
+
TARGET_TYPE_ENUM_ENTRY = 7,
|
|
335
|
+
TARGET_TYPE_SERVICE = 8,
|
|
336
|
+
TARGET_TYPE_METHOD = 9
|
|
337
|
+
}
|
|
338
|
+
interface EditionDefault {
|
|
339
|
+
edition: Edition;
|
|
340
|
+
value: string;
|
|
341
|
+
}
|
|
342
|
+
interface FeatureSupport {
|
|
343
|
+
editionIntroduced: Edition;
|
|
344
|
+
editionDeprecated: Edition;
|
|
345
|
+
deprecationWarning: string;
|
|
346
|
+
editionRemoved: Edition;
|
|
347
|
+
}
|
|
219
348
|
}
|
|
220
349
|
export interface OneofOptions {
|
|
350
|
+
features: FeatureSet;
|
|
221
351
|
uninterpretedOption?: UninterpretedOption[];
|
|
222
352
|
}
|
|
223
353
|
export interface EnumOptions {
|
|
224
354
|
allowAlias: boolean;
|
|
225
355
|
deprecated: boolean;
|
|
356
|
+
/**
|
|
357
|
+
* Options:
|
|
358
|
+
* - deprecated = true
|
|
359
|
+
*/
|
|
360
|
+
deprecatedLegacyJsonFieldConflicts: boolean;
|
|
361
|
+
features: FeatureSet;
|
|
226
362
|
uninterpretedOption?: UninterpretedOption[];
|
|
227
363
|
}
|
|
228
364
|
export interface EnumValueOptions {
|
|
229
365
|
deprecated: boolean;
|
|
366
|
+
features: FeatureSet;
|
|
367
|
+
debugRedact: boolean;
|
|
368
|
+
featureSupport: FieldOptions.FeatureSupport;
|
|
230
369
|
uninterpretedOption?: UninterpretedOption[];
|
|
231
370
|
}
|
|
232
371
|
export interface ServiceOptions {
|
|
372
|
+
features: FeatureSet;
|
|
233
373
|
deprecated: boolean;
|
|
234
374
|
uninterpretedOption?: UninterpretedOption[];
|
|
235
375
|
}
|
|
236
376
|
export interface MethodOptions {
|
|
237
377
|
deprecated: boolean;
|
|
378
|
+
/**
|
|
379
|
+
* Options:
|
|
380
|
+
* - default = "IDEMPOTENCY_UNKNOWN"
|
|
381
|
+
*/
|
|
382
|
+
idempotencyLevel: MethodOptions.IdempotencyLevel;
|
|
383
|
+
features: FeatureSet;
|
|
238
384
|
uninterpretedOption?: UninterpretedOption[];
|
|
239
385
|
}
|
|
386
|
+
export declare namespace MethodOptions {
|
|
387
|
+
enum IdempotencyLevel {
|
|
388
|
+
IDEMPOTENCY_UNKNOWN = 0,
|
|
389
|
+
NO_SIDE_EFFECTS = 1,
|
|
390
|
+
IDEMPOTENT = 2
|
|
391
|
+
}
|
|
392
|
+
}
|
|
240
393
|
export interface UninterpretedOption {
|
|
241
394
|
name?: UninterpretedOption.NamePart[];
|
|
242
395
|
identifierValue: string;
|
|
@@ -252,12 +405,155 @@ export declare namespace UninterpretedOption {
|
|
|
252
405
|
isExtension: boolean;
|
|
253
406
|
}
|
|
254
407
|
}
|
|
408
|
+
export interface FeatureSet {
|
|
409
|
+
/**
|
|
410
|
+
* Options:
|
|
411
|
+
* - retention = "RETENTION_RUNTIME"
|
|
412
|
+
* - targets = "TARGET_TYPE_FILE"
|
|
413
|
+
* - feature_support.edition_introduced = "EDITION_2023"
|
|
414
|
+
* - edition_defaults.edition = "EDITION_2023"
|
|
415
|
+
* - edition_defaults.value = "EXPLICIT"
|
|
416
|
+
*/
|
|
417
|
+
fieldPresence: FeatureSet.FieldPresence;
|
|
418
|
+
/**
|
|
419
|
+
* Options:
|
|
420
|
+
* - retention = "RETENTION_RUNTIME"
|
|
421
|
+
* - targets = "TARGET_TYPE_FILE"
|
|
422
|
+
* - feature_support.edition_introduced = "EDITION_2023"
|
|
423
|
+
* - edition_defaults.edition = "EDITION_PROTO3"
|
|
424
|
+
* - edition_defaults.value = "OPEN"
|
|
425
|
+
*/
|
|
426
|
+
enumType: FeatureSet.EnumType;
|
|
427
|
+
/**
|
|
428
|
+
* Options:
|
|
429
|
+
* - retention = "RETENTION_RUNTIME"
|
|
430
|
+
* - targets = "TARGET_TYPE_FILE"
|
|
431
|
+
* - feature_support.edition_introduced = "EDITION_2023"
|
|
432
|
+
* - edition_defaults.edition = "EDITION_PROTO3"
|
|
433
|
+
* - edition_defaults.value = "PACKED"
|
|
434
|
+
*/
|
|
435
|
+
repeatedFieldEncoding: FeatureSet.RepeatedFieldEncoding;
|
|
436
|
+
/**
|
|
437
|
+
* Options:
|
|
438
|
+
* - retention = "RETENTION_RUNTIME"
|
|
439
|
+
* - targets = "TARGET_TYPE_FILE"
|
|
440
|
+
* - feature_support.edition_introduced = "EDITION_2023"
|
|
441
|
+
* - edition_defaults.edition = "EDITION_PROTO3"
|
|
442
|
+
* - edition_defaults.value = "VERIFY"
|
|
443
|
+
*/
|
|
444
|
+
utf8Validation: FeatureSet.Utf8Validation;
|
|
445
|
+
/**
|
|
446
|
+
* Options:
|
|
447
|
+
* - retention = "RETENTION_RUNTIME"
|
|
448
|
+
* - targets = "TARGET_TYPE_FILE"
|
|
449
|
+
* - feature_support.edition_introduced = "EDITION_2023"
|
|
450
|
+
* - edition_defaults.edition = "EDITION_LEGACY"
|
|
451
|
+
* - edition_defaults.value = "LENGTH_PREFIXED"
|
|
452
|
+
*/
|
|
453
|
+
messageEncoding: FeatureSet.MessageEncoding;
|
|
454
|
+
/**
|
|
455
|
+
* Options:
|
|
456
|
+
* - retention = "RETENTION_RUNTIME"
|
|
457
|
+
* - targets = "TARGET_TYPE_FILE"
|
|
458
|
+
* - feature_support.edition_introduced = "EDITION_2023"
|
|
459
|
+
* - edition_defaults.edition = "EDITION_PROTO3"
|
|
460
|
+
* - edition_defaults.value = "ALLOW"
|
|
461
|
+
*/
|
|
462
|
+
jsonFormat: FeatureSet.JsonFormat;
|
|
463
|
+
/**
|
|
464
|
+
* Options:
|
|
465
|
+
* - retention = "RETENTION_SOURCE"
|
|
466
|
+
* - targets = "TARGET_TYPE_METHOD"
|
|
467
|
+
* - feature_support.edition_introduced = "EDITION_2024"
|
|
468
|
+
* - edition_defaults.edition = "EDITION_2024"
|
|
469
|
+
* - edition_defaults.value = "STYLE2024"
|
|
470
|
+
*/
|
|
471
|
+
enforceNamingStyle: FeatureSet.EnforceNamingStyle;
|
|
472
|
+
/**
|
|
473
|
+
* Options:
|
|
474
|
+
* - retention = "RETENTION_SOURCE"
|
|
475
|
+
* - targets = "TARGET_TYPE_FILE"
|
|
476
|
+
* - feature_support.edition_introduced = "EDITION_2024"
|
|
477
|
+
* - edition_defaults.edition = "EDITION_2024"
|
|
478
|
+
* - edition_defaults.value = "EXPORT_TOP_LEVEL"
|
|
479
|
+
*/
|
|
480
|
+
defaultSymbolVisibility: FeatureSet.VisibilityFeature.DefaultSymbolVisibility;
|
|
481
|
+
}
|
|
482
|
+
export declare namespace FeatureSet {
|
|
483
|
+
enum FieldPresence {
|
|
484
|
+
FIELD_PRESENCE_UNKNOWN = 0,
|
|
485
|
+
EXPLICIT = 1,
|
|
486
|
+
IMPLICIT = 2,
|
|
487
|
+
LEGACY_REQUIRED = 3
|
|
488
|
+
}
|
|
489
|
+
enum EnumType {
|
|
490
|
+
ENUM_TYPE_UNKNOWN = 0,
|
|
491
|
+
OPEN = 1,
|
|
492
|
+
CLOSED = 2
|
|
493
|
+
}
|
|
494
|
+
enum RepeatedFieldEncoding {
|
|
495
|
+
REPEATED_FIELD_ENCODING_UNKNOWN = 0,
|
|
496
|
+
PACKED = 1,
|
|
497
|
+
EXPANDED = 2
|
|
498
|
+
}
|
|
499
|
+
enum Utf8Validation {
|
|
500
|
+
UTF8_VALIDATION_UNKNOWN = 0,
|
|
501
|
+
VERIFY = 2,
|
|
502
|
+
NONE = 3
|
|
503
|
+
}
|
|
504
|
+
enum MessageEncoding {
|
|
505
|
+
MESSAGE_ENCODING_UNKNOWN = 0,
|
|
506
|
+
LENGTH_PREFIXED = 1,
|
|
507
|
+
DELIMITED = 2
|
|
508
|
+
}
|
|
509
|
+
enum JsonFormat {
|
|
510
|
+
JSON_FORMAT_UNKNOWN = 0,
|
|
511
|
+
ALLOW = 1,
|
|
512
|
+
LEGACY_BEST_EFFORT = 2
|
|
513
|
+
}
|
|
514
|
+
enum EnforceNamingStyle {
|
|
515
|
+
ENFORCE_NAMING_STYLE_UNKNOWN = 0,
|
|
516
|
+
STYLE2024 = 1,
|
|
517
|
+
STYLE_LEGACY = 2
|
|
518
|
+
}
|
|
519
|
+
interface VisibilityFeature {
|
|
520
|
+
}
|
|
521
|
+
namespace VisibilityFeature {
|
|
522
|
+
enum DefaultSymbolVisibility {
|
|
523
|
+
DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0,
|
|
524
|
+
EXPORT_ALL = 1,
|
|
525
|
+
EXPORT_TOP_LEVEL = 2,
|
|
526
|
+
LOCAL_ALL = 3,
|
|
527
|
+
STRICT = 4
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
export interface FeatureSetDefaults {
|
|
532
|
+
defaults?: FeatureSetDefaults.FeatureSetEditionDefault[];
|
|
533
|
+
minimumEdition: Edition;
|
|
534
|
+
maximumEdition: Edition;
|
|
535
|
+
}
|
|
536
|
+
export declare namespace FeatureSetDefaults {
|
|
537
|
+
interface FeatureSetEditionDefault {
|
|
538
|
+
edition: Edition;
|
|
539
|
+
overridableFeatures: FeatureSet;
|
|
540
|
+
fixedFeatures: FeatureSet;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
255
543
|
export interface SourceCodeInfo {
|
|
256
544
|
location?: SourceCodeInfo.Location[];
|
|
257
545
|
}
|
|
258
546
|
export declare namespace SourceCodeInfo {
|
|
259
547
|
interface Location {
|
|
548
|
+
/**
|
|
549
|
+
* Options:
|
|
550
|
+
* - packed = true
|
|
551
|
+
*/
|
|
260
552
|
path?: number[];
|
|
553
|
+
/**
|
|
554
|
+
* Options:
|
|
555
|
+
* - packed = true
|
|
556
|
+
*/
|
|
261
557
|
span?: number[];
|
|
262
558
|
leadingComments: string;
|
|
263
559
|
trailingComments: string;
|
|
@@ -269,37 +565,27 @@ export interface GeneratedCodeInfo {
|
|
|
269
565
|
}
|
|
270
566
|
export declare namespace GeneratedCodeInfo {
|
|
271
567
|
interface Annotation {
|
|
568
|
+
/**
|
|
569
|
+
* Options:
|
|
570
|
+
* - packed = true
|
|
571
|
+
*/
|
|
272
572
|
path?: number[];
|
|
273
573
|
sourceFile: string;
|
|
274
574
|
begin: number;
|
|
275
575
|
end: number;
|
|
576
|
+
semantic: GeneratedCodeInfo.Annotation.Semantic;
|
|
577
|
+
}
|
|
578
|
+
namespace Annotation {
|
|
579
|
+
enum Semantic {
|
|
580
|
+
NONE = 0,
|
|
581
|
+
SET = 1,
|
|
582
|
+
ALIAS = 2
|
|
583
|
+
}
|
|
276
584
|
}
|
|
277
585
|
}
|
|
278
|
-
export
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
value: number;
|
|
283
|
-
}
|
|
284
|
-
export interface Int64Value {
|
|
285
|
-
value: string;
|
|
286
|
-
}
|
|
287
|
-
export interface UInt64Value {
|
|
288
|
-
value: string;
|
|
289
|
-
}
|
|
290
|
-
export interface Int32Value {
|
|
291
|
-
value: number;
|
|
292
|
-
}
|
|
293
|
-
export interface UInt32Value {
|
|
294
|
-
value: number;
|
|
295
|
-
}
|
|
296
|
-
export interface BoolValue {
|
|
297
|
-
value: boolean;
|
|
298
|
-
}
|
|
299
|
-
export interface StringValue {
|
|
300
|
-
value: string;
|
|
301
|
-
}
|
|
302
|
-
export interface BytesValue {
|
|
303
|
-
value: Uint8Array;
|
|
586
|
+
export declare enum SymbolVisibility {
|
|
587
|
+
VISIBILITY_UNSET = 0,
|
|
588
|
+
VISIBILITY_LOCAL = 1,
|
|
589
|
+
VISIBILITY_EXPORT = 2
|
|
304
590
|
}
|
|
305
591
|
//# sourceMappingURL=protobuf.d.ts.map
|