@dxos/protocols 0.8.4-main.bc674ce → 0.8.4-main.bcb3aa67d6
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 +42 -0
- 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 +7 -2
- 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 +33 -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 +46 -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 +0 -4
- package/dist/src/buf/proto/gen/dxos/config_pb.d.ts.map +1 -1
- package/dist/src/buf/proto/gen/dxos/config_pb.js +1 -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/tracing_pb.js +1 -1
- package/dist/src/codec.test.js +1 -1
- package/dist/src/edge/EdgeFunctionEnv.d.ts +11 -23
- package/dist/src/edge/EdgeFunctionEnv.d.ts.map +1 -1
- package/dist/src/edge/edge.d.ts +165 -0
- package/dist/src/edge/edge.d.ts.map +1 -1
- package/dist/src/edge/edge.js +13 -0
- package/dist/src/edge/edge.js.map +1 -1
- package/dist/src/edge/errors.d.ts +1 -1
- package/dist/src/edge/errors.js +1 -1
- package/dist/src/edge/index.d.ts +3 -3
- package/dist/src/edge/index.js +3 -3
- package/dist/src/errors/encoding.d.ts +1 -1
- package/dist/src/errors/encoding.js +1 -1
- package/dist/src/errors/errors.d.ts +1 -1
- package/dist/src/errors/errors.js +1 -1
- package/dist/src/errors/errors.test.js +1 -1
- package/dist/src/errors/helpers.d.ts +1 -1
- package/dist/src/errors/index.d.ts +5 -5
- package/dist/src/errors/index.js +5 -5
- package/dist/src/index.d.ts +12 -12
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +11 -12
- package/dist/src/index.js.map +1 -1
- package/dist/src/indexing.test.js +1 -1
- package/dist/src/proto/gen/dxos/client/services.d.ts +1008 -973
- package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/client/services.js +95 -94
- package/dist/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/src/proto/gen/dxos/config.d.ts +0 -5
- 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/metadata.d.ts +4 -0
- 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/edge/messenger.d.ts +24 -0
- 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/halo/credentials.d.ts +15 -1
- 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/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 +28 -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/space-archive.d.ts +60 -1
- 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 -14
- 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 +51 -2
- package/src/buf/proto/gen/dxos/client/services_pb.ts +77 -40
- package/src/buf/proto/gen/dxos/config_pb.ts +2 -7
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +20 -26
- package/src/edge/edge.ts +120 -0
- package/src/edge/errors.ts +1 -1
- package/src/edge/index.ts +3 -3
- package/src/errors/encoding.ts +2 -2
- package/src/errors/errors.test.ts +1 -1
- package/src/errors/errors.ts +2 -2
- package/src/errors/helpers.ts +1 -1
- package/src/errors/index.ts +5 -5
- package/src/index.ts +12 -14
- package/src/indexing.test.ts +1 -1
- package/src/proto/dxos/client/queue.proto +11 -0
- package/src/proto/dxos/client/services.proto +9 -1
- package/src/proto/dxos/config.proto +1 -3
- 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/gen/dxos/client/services.ts +1008 -973
- package/src/proto/gen/dxos/config.ts +0 -5
- package/src/proto/gen/dxos/devtools/host.ts +31 -31
- package/src/proto/gen/dxos/echo/metadata.ts +4 -0
- package/src/proto/gen/dxos/edge/messenger.ts +24 -0
- package/src/proto/gen/dxos/halo/credentials.ts +15 -1
- package/src/proto/gen/google/protobuf.ts +326 -40
- package/src/proto/gen/index.ts +29 -1
- 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/src/queue.ts +0 -14
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2021 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/metadata.proto (package dxos.echo.metadata, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -26,7 +26,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
26
26
|
* Describes the file dxos/echo/metadata.proto.
|
|
27
27
|
*/
|
|
28
28
|
export const file_dxos_echo_metadata: GenFile = /*@__PURE__*/
|
|
29
|
-
fileDesc("
|
|
29
|
+
fileDesc("ChhkeG9zL2VjaG8vbWV0YWRhdGEucHJvdG8SEmR4b3MuZWNoby5tZXRhZGF0YSKrAgoMRWNob01ldGFkYXRhEg8KB3ZlcnNpb24YASABKAUSKwoHY3JlYXRlZBgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASKwoHdXBkYXRlZBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASOQoIaWRlbnRpdHkYCiABKAsyIi5keG9zLmVjaG8ubWV0YWRhdGEuSWRlbnRpdHlSZWNvcmRIAIgBARIxCgZzcGFjZXMYCyADKAsyIS5keG9zLmVjaG8ubWV0YWRhdGEuU3BhY2VNZXRhZGF0YRI1CgtpbnZpdGF0aW9ucxgMIAMoCzIgLmR4b3MuY2xpZW50LnNlcnZpY2VzLkludml0YXRpb25CCwoJX2lkZW50aXR5IhQKElNtYWxsU3BhY2VNZXRhZGF0YSKHAQoSTGFyZ2VTcGFjZU1ldGFkYXRhElMKGWNvbnRyb2xfcGlwZWxpbmVfc25hcHNob3QYASABKAsyKy5keG9zLmVjaG8ubWV0YWRhdGEuQ29udHJvbFBpcGVsaW5lU25hcHNob3RIAIgBAUIcChpfY29udHJvbF9waXBlbGluZV9zbmFwc2hvdCJeCgpTcGFjZUNhY2hlEkEKCnByb3BlcnRpZXMYASABKAsyKC5keG9zLmVjaG8ubW9kZWwuZG9jdW1lbnQuT2JqZWN0U25hcHNob3RIAIgBAUINCgtfcHJvcGVydGllcyLRBQoNU3BhY2VNZXRhZGF0YRIhCgNrZXkYASABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EgwKBHRhZ3MYDCADKAkSNAoFc3RhdGUYCiABKA4yIC5keG9zLmNsaWVudC5zZXJ2aWNlcy5TcGFjZVN0YXRlSACIAQESMwoQZ2VuZXNpc19mZWVkX2tleRgGIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXlIAYgBARIzChBjb250cm9sX2ZlZWRfa2V5GAQgASgLMhQuZHhvcy5rZXlzLlB1YmxpY0tleUgCiAEBEicKCWZlZWRfa2V5cxgCIAMoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSMAoNZGF0YV9mZWVkX2tleRgDIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXlIA4gBARJEChFjb250cm9sX3RpbWVmcmFtZRgIIAEoCzIkLmR4b3MuZWNoby50aW1lZnJhbWUuVGltZWZyYW1lVmVjdG9ySASIAQESQQoOZGF0YV90aW1lZnJhbWUYBSABKAsyJC5keG9zLmVjaG8udGltZWZyYW1lLlRpbWVmcmFtZVZlY3RvckgFiAEBEjIKBWNhY2hlGAkgASgLMh4uZHhvcy5lY2hvLm1ldGFkYXRhLlNwYWNlQ2FjaGVIBogBARJJChBlZGdlX3JlcGxpY2F0aW9uGAsgASgOMiouZHhvcy5lY2hvLm1ldGFkYXRhLkVkZ2VSZXBsaWNhdGlvblNldHRpbmdIB4gBAUIICgZfc3RhdGVCEwoRX2dlbmVzaXNfZmVlZF9rZXlCEwoRX2NvbnRyb2xfZmVlZF9rZXlCEAoOX2RhdGFfZmVlZF9rZXlCFAoSX2NvbnRyb2xfdGltZWZyYW1lQhEKD19kYXRhX3RpbWVmcmFtZUIICgZfY2FjaGVCEwoRX2VkZ2VfcmVwbGljYXRpb24ikQIKF0NvbnRyb2xQaXBlbGluZVNuYXBzaG90EjcKCXRpbWVmcmFtZRgBIAEoCzIkLmR4b3MuZWNoby50aW1lZnJhbWUuVGltZWZyYW1lVmVjdG9yEkwKCG1lc3NhZ2VzGAIgAygLMjouZHhvcy5lY2hvLm1ldGFkYXRhLkNvbnRyb2xQaXBlbGluZVNuYXBzaG90LkNvbnRyb2xNZXNzYWdlGm8KDkNvbnRyb2xNZXNzYWdlEiYKCGZlZWRfa2V5GAEgASgLMhQuZHhvcy5rZXlzLlB1YmxpY0tleRI1CgpjcmVkZW50aWFsGAIgASgLMiEuZHhvcy5oYWxvLmNyZWRlbnRpYWxzLkNyZWRlbnRpYWwiuAIKDklkZW50aXR5UmVjb3JkEioKDGlkZW50aXR5X2tleRgBIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSKAoKZGV2aWNlX2tleRgCIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSNQoKaGFsb19zcGFjZRgDIAEoCzIhLmR4b3MuZWNoby5tZXRhZGF0YS5TcGFjZU1ldGFkYXRhEj0KDXByb2ZpbGVfc3BhY2UYBCABKAsyIS5keG9zLmVjaG8ubWV0YWRhdGEuU3BhY2VNZXRhZGF0YUgAiAEBEjwKB3Byb2ZpbGUYBSABKAsyJi5keG9zLmhhbG8uY3JlZGVudGlhbHMuUHJvZmlsZURvY3VtZW50SAGIAQFCEAoOX3Byb2ZpbGVfc3BhY2VCCgoIX3Byb2ZpbGUqMwoWRWRnZVJlcGxpY2F0aW9uU2V0dGluZxIMCghESVNBQkxFRBAAEgsKB0VOQUJMRUQQAWIGcHJvdG8z", [file_google_protobuf_timestamp, file_dxos_client_invitation, file_dxos_echo_model_document, file_dxos_echo_timeframe, file_dxos_halo_credentials, file_dxos_keys]);
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* / Main metadata record.
|
|
@@ -149,6 +149,13 @@ export type SpaceMetadata = Message<"dxos.echo.metadata.SpaceMetadata"> & {
|
|
|
149
149
|
*/
|
|
150
150
|
key?: PublicKey;
|
|
151
151
|
|
|
152
|
+
/**
|
|
153
|
+
* / Immutable tags assigned at space creation time.
|
|
154
|
+
*
|
|
155
|
+
* @generated from field: repeated string tags = 12;
|
|
156
|
+
*/
|
|
157
|
+
tags: string[];
|
|
158
|
+
|
|
152
159
|
/**
|
|
153
160
|
* / ACTIVE, INACTIVE, etc.
|
|
154
161
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/model/document.proto (package dxos.echo.model.document, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/model/messenger.proto (package dxos.echo.model.messenger, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/model/text.proto (package dxos.echo.model.text, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/object.proto (package dxos.echo.object, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2024 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/query.proto (package dxos.echo.query, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2021 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/service.proto (package dxos.echo.service, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/snapshot.proto (package dxos.echo.snapshot, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/echo/timeframe.proto (package dxos.echo.timeframe, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2024 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/edge/calls.proto (package dxos.edge.calls, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/edge/messenger.proto (package dxos.edge.messenger, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -20,7 +20,7 @@ import type { Message as Message$1 } from "@bufbuild/protobuf";
|
|
|
20
20
|
* Describes the file dxos/edge/messenger.proto.
|
|
21
21
|
*/
|
|
22
22
|
export const file_dxos_edge_messenger: GenFile = /*@__PURE__*/
|
|
23
|
-
fileDesc("
|
|
23
|
+
fileDesc("ChlkeG9zL2VkZ2UvbWVzc2VuZ2VyLnByb3RvEhNkeG9zLmVkZ2UubWVzc2VuZ2VyIrQCCgRQZWVyEhYKCXN3YXJtX2tleRgBIAEoCUgAiAEBEhkKDGlkZW50aXR5X2tleRgCIAEoCUgBiAEBEhAKCHBlZXJfa2V5GAMgASgJEkMKEGNvbm5lY3Rpb25fc3RhdGUYBSABKA4yJC5keG9zLmVkZ2UubWVzc2VuZ2VyLkNvbm5lY3Rpb25TdGF0ZUgCiAEBEhYKCWNvbm5lY3RlZBgGIAEoAUgDiAEBEhkKDGRpc2Nvbm5lY3RlZBgHIAEoAUgEiAEBEhIKBXN0YXRlGAQgASgMSAWIAQFCDAoKX3N3YXJtX2tleUIPCg1faWRlbnRpdHlfa2V5QhMKEV9jb25uZWN0aW9uX3N0YXRlQgwKCl9jb25uZWN0ZWRCDwoNX2Rpc2Nvbm5lY3RlZEIICgZfc3RhdGUixgIKB01lc3NhZ2USFgoJdGltZXN0YW1wGAEgASgJSACIAQESLgoGc291cmNlGAogASgLMhkuZHhvcy5lZGdlLm1lc3Nlbmdlci5QZWVySAGIAQESKQoGdGFyZ2V0GAsgAygLMhkuZHhvcy5lZGdlLm1lc3Nlbmdlci5QZWVyEhcKCnNlcnZpY2VfaWQYFCABKAlIAogBARI9Cg10cmFjZV9jb250ZXh0GBUgASgLMiEuZHhvcy5lZGdlLm1lc3Nlbmdlci5UcmFjZUNvbnRleHRIA4gBARIqCgdwYXlsb2FkGGQgASgLMhQuZ29vZ2xlLnByb3RvYnVmLkFueUgEiAEBQgwKCl90aW1lc3RhbXBCCQoHX3NvdXJjZUINCgtfc2VydmljZV9pZEIQCg5fdHJhY2VfY29udGV4dEIKCghfcGF5bG9hZCJLCgxUcmFjZUNvbnRleHQSEwoLdHJhY2VwYXJlbnQYASABKAkSFwoKdHJhY2VzdGF0ZRgCIAEoCUgAiAEBQg0KC190cmFjZXN0YXRlIpQBCgxTd2FybVJlcXVlc3QSPQoGYWN0aW9uGAEgASgOMiguZHhvcy5lZGdlLm1lc3Nlbmdlci5Td2FybVJlcXVlc3QuQWN0aW9uSACIAQESEQoJc3dhcm1LZXlzGAIgAygJIicKBkFjdGlvbhIICgRJTkZPEAASCAoESk9JThABEgkKBUxFQVZFEAJCCQoHX2FjdGlvbiJ+Cg1Td2FybVJlc3BvbnNlEhAKCHN3YXJtS2V5GAEgASgJEigKBXBlZXJzGAIgAygLMhkuZHhvcy5lZGdlLm1lc3Nlbmdlci5QZWVyEjEKDmluYWN0aXZlX3BlZXJzGAMgAygLMhkuZHhvcy5lZGdlLm1lc3Nlbmdlci5QZWVyIi8KC1RleHRNZXNzYWdlEhQKB21lc3NhZ2UYASABKAlIAIgBAUIKCghfbWVzc2FnZSpSCg9Db25uZWN0aW9uU3RhdGUSDQoJQ09OTkVDVEVEEAASFwoTRElTQ09OTkVDVEVEX05PUk1BTBABEhcKE0RJU0NPTk5FQ1RFRF9BQlJVUFQQAmIGcHJvdG8z", [file_google_protobuf_any]);
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
@@ -128,6 +128,11 @@ export type Message = Message$1<"dxos.edge.messenger.Message"> & {
|
|
|
128
128
|
*/
|
|
129
129
|
serviceId?: string;
|
|
130
130
|
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: optional dxos.edge.messenger.TraceContext trace_context = 21;
|
|
133
|
+
*/
|
|
134
|
+
traceContext?: TraceContext;
|
|
135
|
+
|
|
131
136
|
/**
|
|
132
137
|
* @generated from field: optional google.protobuf.Any payload = 100;
|
|
133
138
|
*/
|
|
@@ -141,6 +146,34 @@ export type Message = Message$1<"dxos.edge.messenger.Message"> & {
|
|
|
141
146
|
export const MessageSchema: GenMessage<Message> = /*@__PURE__*/
|
|
142
147
|
messageDesc(file_dxos_edge_messenger, 1);
|
|
143
148
|
|
|
149
|
+
/**
|
|
150
|
+
* / W3C Trace Context propagation (https://www.w3.org/TR/trace-context/).
|
|
151
|
+
*
|
|
152
|
+
* @generated from message dxos.edge.messenger.TraceContext
|
|
153
|
+
*/
|
|
154
|
+
export type TraceContext = Message$1<"dxos.edge.messenger.TraceContext"> & {
|
|
155
|
+
/**
|
|
156
|
+
* / W3C `traceparent` header value (e.g. "00-<trace-id>-<parent-id>-<trace-flags>").
|
|
157
|
+
*
|
|
158
|
+
* @generated from field: string traceparent = 1;
|
|
159
|
+
*/
|
|
160
|
+
traceparent: string;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* / W3C `tracestate` header value; vendor-specific key-value pairs.
|
|
164
|
+
*
|
|
165
|
+
* @generated from field: optional string tracestate = 2;
|
|
166
|
+
*/
|
|
167
|
+
tracestate?: string;
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Describes the message dxos.edge.messenger.TraceContext.
|
|
172
|
+
* Use `create(TraceContextSchema)` to create a new message.
|
|
173
|
+
*/
|
|
174
|
+
export const TraceContextSchema: GenMessage<TraceContext> = /*@__PURE__*/
|
|
175
|
+
messageDesc(file_dxos_edge_messenger, 2);
|
|
176
|
+
|
|
144
177
|
/**
|
|
145
178
|
*
|
|
146
179
|
* Swarms are used to publish and subscribe to messages based on a topic.
|
|
@@ -167,7 +200,7 @@ export type SwarmRequest = Message$1<"dxos.edge.messenger.SwarmRequest"> & {
|
|
|
167
200
|
* Use `create(SwarmRequestSchema)` to create a new message.
|
|
168
201
|
*/
|
|
169
202
|
export const SwarmRequestSchema: GenMessage<SwarmRequest> = /*@__PURE__*/
|
|
170
|
-
messageDesc(file_dxos_edge_messenger,
|
|
203
|
+
messageDesc(file_dxos_edge_messenger, 3);
|
|
171
204
|
|
|
172
205
|
/**
|
|
173
206
|
* @generated from enum dxos.edge.messenger.SwarmRequest.Action
|
|
@@ -193,7 +226,7 @@ export enum SwarmRequest_Action {
|
|
|
193
226
|
* Describes the enum dxos.edge.messenger.SwarmRequest.Action.
|
|
194
227
|
*/
|
|
195
228
|
export const SwarmRequest_ActionSchema: GenEnum<SwarmRequest_Action> = /*@__PURE__*/
|
|
196
|
-
enumDesc(file_dxos_edge_messenger,
|
|
229
|
+
enumDesc(file_dxos_edge_messenger, 3, 0);
|
|
197
230
|
|
|
198
231
|
/**
|
|
199
232
|
* @generated from message dxos.edge.messenger.SwarmResponse
|
|
@@ -226,7 +259,7 @@ export type SwarmResponse = Message$1<"dxos.edge.messenger.SwarmResponse"> & {
|
|
|
226
259
|
* Use `create(SwarmResponseSchema)` to create a new message.
|
|
227
260
|
*/
|
|
228
261
|
export const SwarmResponseSchema: GenMessage<SwarmResponse> = /*@__PURE__*/
|
|
229
|
-
messageDesc(file_dxos_edge_messenger,
|
|
262
|
+
messageDesc(file_dxos_edge_messenger, 4);
|
|
230
263
|
|
|
231
264
|
/**
|
|
232
265
|
*
|
|
@@ -247,7 +280,7 @@ export type TextMessage = Message$1<"dxos.edge.messenger.TextMessage"> & {
|
|
|
247
280
|
* Use `create(TextMessageSchema)` to create a new message.
|
|
248
281
|
*/
|
|
249
282
|
export const TextMessageSchema: GenMessage<TextMessage> = /*@__PURE__*/
|
|
250
|
-
messageDesc(file_dxos_edge_messenger,
|
|
283
|
+
messageDesc(file_dxos_edge_messenger, 5);
|
|
251
284
|
|
|
252
285
|
/**
|
|
253
286
|
* @generated from enum dxos.edge.messenger.ConnectionState
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2024 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/edge/signal.proto (package dxos.edge.signal, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/error.proto (package dxos.error, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/field_options.proto (syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2021 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/gravity.proto (package dxos.gravity, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/halo/credentials/auth.proto (package dxos.halo.credentials.auth, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/halo/credentials/greet.proto (package dxos.halo.credentials.greet, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/halo/credentials/identity.proto (package dxos.halo.credentials.identity, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/halo/credentials.proto (package dxos.halo.credentials, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -20,7 +20,7 @@ import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
|
20
20
|
* Describes the file dxos/halo/credentials.proto.
|
|
21
21
|
*/
|
|
22
22
|
export const file_dxos_halo_credentials: GenFile = /*@__PURE__*/
|
|
23
|
-
fileDesc("
|
|
23
|
+
fileDesc("ChtkeG9zL2hhbG8vY3JlZGVudGlhbHMucHJvdG8SFWR4b3MuaGFsby5jcmVkZW50aWFscyKJAQoMU3BhY2VHZW5lc2lzEicKCXNwYWNlX2tleRgBIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSDAoEdGFncxgCIAMoCRJCChFtZW1iZXJzaGlwX3BvbGljeRgDIAEoDjInLmR4b3MuaGFsby5jcmVkZW50aWFscy5NZW1iZXJzaGlwUG9saWN5Ip8DCgtTcGFjZU1lbWJlchInCglzcGFjZV9rZXkYASABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EjUKBHJvbGUYAiABKA4yJy5keG9zLmhhbG8uY3JlZGVudGlhbHMuU3BhY2VNZW1iZXIuUm9sZRIMCgR0YWdzGAYgAygJEjwKB3Byb2ZpbGUYAyABKAsyJi5keG9zLmhhbG8uY3JlZGVudGlhbHMuUHJvZmlsZURvY3VtZW50SACIAQESLgoQZ2VuZXNpc19mZWVkX2tleRgEIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSOwoYaW52aXRhdGlvbl9jcmVkZW50aWFsX2lkGAUgASgLMhQuZHhvcy5rZXlzLlB1YmxpY0tleUgBiAEBIk4KBFJvbGUSCwoHSU5WQUxJRBAAEgkKBUFETUlOEAESCgoGRURJVE9SEAISCgoGUkVBREVSEAMSCQoFT1dORVIQBBILCgdSRU1PVkVEEAVCCgoIX3Byb2ZpbGVCGwoZX2ludml0YXRpb25fY3JlZGVudGlhbF9pZCJZCg1NZW1iZXJQcm9maWxlEjwKB3Byb2ZpbGUYAyABKAsyJi5keG9zLmhhbG8uY3JlZGVudGlhbHMuUHJvZmlsZURvY3VtZW50SACIAQFCCgoIX3Byb2ZpbGUiaAoQQXV0aG9yaXplZERldmljZRIqCgxpZGVudGl0eV9rZXkYASABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EigKCmRldmljZV9rZXkYAiABKAsyFC5keG9zLmtleXMuUHVibGljS2V5IoYCCgxBZG1pdHRlZEZlZWQSJwoJc3BhY2Vfa2V5GAEgASgLMhQuZHhvcy5rZXlzLlB1YmxpY0tleRIqCgxpZGVudGl0eV9rZXkYAiABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EigKCmRldmljZV9rZXkYAyABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EkQKC2Rlc2lnbmF0aW9uGAQgASgOMi8uZHhvcy5oYWxvLmNyZWRlbnRpYWxzLkFkbWl0dGVkRmVlZC5EZXNpZ25hdGlvbiIxCgtEZXNpZ25hdGlvbhILCgdHRU5FUkFMEAASCwoHQ09OVFJPTBABEggKBERBVEEQAiLsAQoFRXBvY2gSDgoGbnVtYmVyGAEgASgNEi4KC3ByZXZpb3VzX2lkGAIgASgLMhQuZHhvcy5rZXlzLlB1YmxpY0tleUgAiAEBEjcKCXRpbWVmcmFtZRgKIAEoCzIkLmR4b3MuZWNoby50aW1lZnJhbWUuVGltZWZyYW1lVmVjdG9yEhkKDHNuYXBzaG90X2NpZBgLIAEoCUgBiAEBEhsKDmF1dG9tZXJnZV9yb290GAwgASgJSAKIAQFCDgoMX3ByZXZpb3VzX2lkQg8KDV9zbmFwc2hvdF9jaWRCEQoPX2F1dG9tZXJnZV9yb290Il8KCUhhbG9TcGFjZRIqCgxpZGVudGl0eV9rZXkYASABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EiYKCGhhbG9fa2V5GAIgASgLMhQuZHhvcy5rZXlzLlB1YmxpY0tleSLOAQoQSWRlbnRpdHlSZWNvdmVyeRIqCgxpZGVudGl0eV9rZXkYASABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EioKDHJlY292ZXJ5X2tleRgCIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSFgoJYWxnb3JpdGhtGAMgASgJSACIAQESLQoKbG9va3VwX2tleRgEIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXlIAYgBAUIMCgpfYWxnb3JpdGhtQg0KC19sb29rdXBfa2V5IpoBCg9Qcm9maWxlRG9jdW1lbnQSGQoMZGlzcGxheV9uYW1lGAEgASgJSACIAQESFwoKYXZhdGFyX2NpZBgCIAEoCUgBiAEBEioKBGRhdGEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAKIAQFCDwoNX2Rpc3BsYXlfbmFtZUINCgtfYXZhdGFyX2NpZEIHCgVfZGF0YSJKCg9JZGVudGl0eVByb2ZpbGUSNwoHcHJvZmlsZRgBIAEoCzImLmR4b3MuaGFsby5jcmVkZW50aWFscy5Qcm9maWxlRG9jdW1lbnQiuAIKFURldmljZVByb2ZpbGVEb2N1bWVudBISCgVsYWJlbBgBIAEoCUgAiAEBEhUKCHBsYXRmb3JtGAIgASgJSAGIAQESHQoQcGxhdGZvcm1fdmVyc2lvbhgDIAEoCUgCiAEBEhkKDGFyY2hpdGVjdHVyZRgEIAEoCUgDiAEBEg8KAm9zGAUgASgJSASIAQESFwoKb3NfdmVyc2lvbhgGIAEoCUgFiAEBEjQKBHR5cGUYByABKA4yIS5keG9zLmhhbG8uY3JlZGVudGlhbHMuRGV2aWNlVHlwZUgGiAEBQggKBl9sYWJlbEILCglfcGxhdGZvcm1CEwoRX3BsYXRmb3JtX3ZlcnNpb25CDwoNX2FyY2hpdGVjdHVyZUIFCgNfb3NCDQoLX29zX3ZlcnNpb25CBwoFX3R5cGUiTgoNRGV2aWNlUHJvZmlsZRI9Cgdwcm9maWxlGAEgASgLMiwuZHhvcy5oYWxvLmNyZWRlbnRpYWxzLkRldmljZVByb2ZpbGVEb2N1bWVudCIgCgxEZWZhdWx0U3BhY2USEAoIc3BhY2VfaWQYASABKAkidgoKS3ViZUFjY2VzcxImCghrdWJlX2tleRgBIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSKgoMaWRlbnRpdHlfa2V5GAIgASgLMhQuZHhvcy5rZXlzLlB1YmxpY0tleRIUCgxjYXBhYmlsaXRpZXMYAyADKAki2wEKDVNlcnZpY2VBY2Nlc3MSEwoLc2VydmVyX25hbWUYASABKAkSNQoPc2VydmVyX21ldGFkYXRhGAIgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEgAiAEBEigKCnNlcnZlcl9rZXkYAyABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EioKDGlkZW50aXR5X2tleRgEIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSFAoMY2FwYWJpbGl0aWVzGAUgAygJQhIKEF9zZXJ2ZXJfbWV0YWRhdGEiJQoHS2V5SW5mbxIRCgRuYW1lGAEgASgJSACIAQFCBwoFX25hbWUiBgoEQXV0aCJSCgVDbGFpbRIgCgJpZBgBIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXkSJwoJYXNzZXJ0aW9uGAIgASgLMhQuZ29vZ2xlLnByb3RvYnVmLkFueSLXAQoFUHJvb2YSDAoEdHlwZRgBIAEoCRIxCg1jcmVhdGlvbl9kYXRlGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIkCgZzaWduZXIYAyABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EhIKBW5vbmNlGAQgASgMSACIAQESDQoFdmFsdWUYBSABKAwSMAoFY2hhaW4YBiABKAsyHC5keG9zLmhhbG8uY3JlZGVudGlhbHMuQ2hhaW5IAYgBAUIICgZfbm9uY2VCCAoGX2NoYWluIj4KBUNoYWluEjUKCmNyZWRlbnRpYWwYASABKAsyIS5keG9zLmhhbG8uY3JlZGVudGlhbHMuQ3JlZGVudGlhbCKxAwoKQ3JlZGVudGlhbBIlCgJpZBgBIAEoCzIULmR4b3Mua2V5cy5QdWJsaWNLZXlIAIgBARIkCgZpc3N1ZXIYAiABKAsyFC5keG9zLmtleXMuUHVibGljS2V5EjEKDWlzc3VhbmNlX2RhdGUYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjgKD2V4cGlyYXRpb25fZGF0ZRgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAYgBARIbCg5leHBpcmF0aW9uX3JlZhgFIAEoDEgCiAEBEi0KB3N1YmplY3QYCiABKAsyHC5keG9zLmhhbG8uY3JlZGVudGlhbHMuQ2xhaW0SMAoFcHJvb2YYCyABKAsyHC5keG9zLmhhbG8uY3JlZGVudGlhbHMuUHJvb2ZIA4gBARIzChVwYXJlbnRfY3JlZGVudGlhbF9pZHMYDCADKAsyFC5keG9zLmtleXMuUHVibGljS2V5QgUKA19pZEISChBfZXhwaXJhdGlvbl9kYXRlQhEKD19leHBpcmF0aW9uX3JlZkIICgZfcHJvb2YidAoMUHJlc2VudGF0aW9uEjYKC2NyZWRlbnRpYWxzGAEgAygLMiEuZHhvcy5oYWxvLmNyZWRlbnRpYWxzLkNyZWRlbnRpYWwSLAoGcHJvb2ZzGAIgAygLMhwuZHhvcy5oYWxvLmNyZWRlbnRpYWxzLlByb29mKioKEE1lbWJlcnNoaXBQb2xpY3kSCgoGSU5WSVRFEAASCgoGTE9DS0VEEAEqXAoKRGV2aWNlVHlwZRILCgdVTktOT1dOEAASCwoHQlJPV1NFUhABEgoKBk5BVElWRRACEgkKBUFHRU5UEAMSEQoNQUdFTlRfTUFOQUdFRBAEEgoKBk1PQklMRRAFQjZaNGdpdGh1Yi5jb20vZHhvcy9keG9zL3Byb3RvL2RlZi9keG9zL2hhbG8vY3JlZGVudGlhbHNiBnByb3RvMw", [file_google_protobuf_any, file_google_protobuf_struct, file_google_protobuf_timestamp, file_dxos_echo_timeframe, file_dxos_keys]);
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
26
|
* [ASSERTION]
|
|
@@ -34,6 +34,16 @@ export type SpaceGenesis = Message<"dxos.halo.credentials.SpaceGenesis"> & {
|
|
|
34
34
|
* @generated from field: dxos.keys.PublicKey space_key = 1;
|
|
35
35
|
*/
|
|
36
36
|
spaceKey?: PublicKey;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: repeated string tags = 2;
|
|
40
|
+
*/
|
|
41
|
+
tags: string[];
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: dxos.halo.credentials.MembershipPolicy membership_policy = 3;
|
|
45
|
+
*/
|
|
46
|
+
membershipPolicy: MembershipPolicy;
|
|
37
47
|
};
|
|
38
48
|
|
|
39
49
|
/**
|
|
@@ -60,6 +70,13 @@ export type SpaceMember = Message<"dxos.halo.credentials.SpaceMember"> & {
|
|
|
60
70
|
*/
|
|
61
71
|
role: SpaceMember_Role;
|
|
62
72
|
|
|
73
|
+
/**
|
|
74
|
+
* / Immutable tags assigned at space creation time.
|
|
75
|
+
*
|
|
76
|
+
* @generated from field: repeated string tags = 6;
|
|
77
|
+
*/
|
|
78
|
+
tags: string[];
|
|
79
|
+
|
|
63
80
|
/**
|
|
64
81
|
* TODO(burdon): Identity key?
|
|
65
82
|
*
|
|
@@ -500,6 +517,7 @@ export const DeviceProfileSchema: GenMessage<DeviceProfile> = /*@__PURE__*/
|
|
|
500
517
|
|
|
501
518
|
/**
|
|
502
519
|
* / [ASSERTION]: Sets default space for identity.
|
|
520
|
+
* / @deprecated Default space is no longer managed by the SDK. Existing credentials are ignored.
|
|
503
521
|
*
|
|
504
522
|
* @generated from message dxos.halo.credentials.DefaultSpace
|
|
505
523
|
*/
|
|
@@ -811,6 +829,31 @@ export type Presentation = Message<"dxos.halo.credentials.Presentation"> & {
|
|
|
811
829
|
export const PresentationSchema: GenMessage<Presentation> = /*@__PURE__*/
|
|
812
830
|
messageDesc(file_dxos_halo_credentials, 21);
|
|
813
831
|
|
|
832
|
+
/**
|
|
833
|
+
* @generated from enum dxos.halo.credentials.MembershipPolicy
|
|
834
|
+
*/
|
|
835
|
+
export enum MembershipPolicy {
|
|
836
|
+
/**
|
|
837
|
+
* / Members can be invited by admins/owners.
|
|
838
|
+
*
|
|
839
|
+
* @generated from enum value: INVITE = 0;
|
|
840
|
+
*/
|
|
841
|
+
INVITE = 0,
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* / No new members can be added after genesis.
|
|
845
|
+
*
|
|
846
|
+
* @generated from enum value: LOCKED = 1;
|
|
847
|
+
*/
|
|
848
|
+
LOCKED = 1,
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
/**
|
|
852
|
+
* Describes the enum dxos.halo.credentials.MembershipPolicy.
|
|
853
|
+
*/
|
|
854
|
+
export const MembershipPolicySchema: GenEnum<MembershipPolicy> = /*@__PURE__*/
|
|
855
|
+
enumDesc(file_dxos_halo_credentials, 0);
|
|
856
|
+
|
|
814
857
|
/**
|
|
815
858
|
* @generated from enum dxos.halo.credentials.DeviceType
|
|
816
859
|
*/
|
|
@@ -831,6 +874,9 @@ export enum DeviceType {
|
|
|
831
874
|
NATIVE = 2,
|
|
832
875
|
|
|
833
876
|
/**
|
|
877
|
+
* TODO(wittjosiah): Rename "agent" to avoid naming collision with AI agents.
|
|
878
|
+
* TODO(wittjosiah): Unknown, Browser, CLI, Desktop, Mobile, Custodian?
|
|
879
|
+
*
|
|
834
880
|
* @generated from enum value: AGENT = 3;
|
|
835
881
|
*/
|
|
836
882
|
AGENT = 3,
|
|
@@ -850,5 +896,5 @@ export enum DeviceType {
|
|
|
850
896
|
* Describes the enum dxos.halo.credentials.DeviceType.
|
|
851
897
|
*/
|
|
852
898
|
export const DeviceTypeSchema: GenEnum<DeviceType> = /*@__PURE__*/
|
|
853
|
-
enumDesc(file_dxos_halo_credentials,
|
|
899
|
+
enumDesc(file_dxos_halo_credentials, 1);
|
|
854
900
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2021 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/halo/invitations.proto (package dxos.halo.invitations, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/halo/keyring.proto (package dxos.halo.keyring, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/halo/keys.proto (package dxos.halo.keys, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/halo/signed.proto (package dxos.halo.signed, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/iframe.proto (package dxos.iframe, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/keys.proto (package dxos.keys, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/bridge.proto (package dxos.mesh.bridge, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/broadcast.proto (package dxos.mesh.broadcast, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/messaging.proto (package dxos.mesh.messaging, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2020 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/muxer.proto (package dxos.mesh.muxer, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2021 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/presence.proto (package dxos.mesh.presence, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2021 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/protocol.proto (package dxos.mesh.protocol, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2019 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/replicator.proto (package dxos.mesh.replicator, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/signal.proto (package dxos.mesh.signal, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/swarm.proto (package dxos.mesh.swarm, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/teleport/admission-discovery.proto (package dxos.mesh.teleport, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/teleport/auth.proto (package dxos.mesh.teleport.auth, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/teleport/automerge.proto (package dxos.mesh.teleport.automerge, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2022 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
// @generated by protoc-gen-es v2.
|
|
5
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=js"
|
|
6
6
|
// @generated from file dxos/mesh/teleport/blobsync.proto (package dxos.mesh.teleport.blobsync, syntax proto3)
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
|