@dxos/protocols 0.1.52 → 0.1.53-main.032dce6
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/dist/cjs/src/proto/gen/dxos/{functions.d.ts → agent/functions.d.ts} +5 -5
- package/dist/cjs/src/proto/gen/dxos/agent/functions.d.ts.map +1 -0
- package/dist/cjs/src/proto/gen/dxos/agent/functions.js.map +1 -0
- package/dist/cjs/src/proto/gen/dxos/bot.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/config.d.ts +25 -0
- package/dist/cjs/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/devtools/swarm.d.ts +13 -0
- package/dist/cjs/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/rpc.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/service/publisher.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/service/supervisor.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/index.d.ts +9 -6
- package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/index.js +1 -1
- package/dist/cjs/src/proto/gen/index.js.map +1 -1
- package/dist/cjs/src/proto/substitutions.js +2 -2
- package/dist/cjs/src/proto/substitutions.js.map +1 -1
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/src/proto/gen/dxos/{functions.d.ts → agent/functions.d.ts} +5 -5
- package/dist/esm/src/proto/gen/dxos/agent/functions.d.ts.map +1 -0
- package/dist/esm/src/proto/gen/dxos/agent/functions.js.map +1 -0
- package/dist/esm/src/proto/gen/dxos/bot.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/config.d.ts +25 -0
- package/dist/esm/src/proto/gen/dxos/config.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/config.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/devtools/swarm.d.ts +13 -0
- package/dist/esm/src/proto/gen/dxos/devtools/swarm.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/metadata.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/service.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/snapshot.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/rpc.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/service/publisher.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/service/supervisor.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/index.d.ts +9 -6
- package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/index.js +1 -1
- package/dist/esm/src/proto/gen/index.js.map +1 -1
- package/dist/esm/src/proto/substitutions.js +2 -2
- package/dist/esm/src/proto/substitutions.js.map +1 -1
- package/package.json +5 -5
- package/src/proto/dxos/{functions.proto → agent/functions.proto} +2 -3
- package/src/proto/dxos/config.proto +9 -0
- package/src/proto/dxos/devtools/swarm.proto +8 -0
- package/src/proto/gen/dxos/agent/functions.ts +90 -0
- package/src/proto/gen/dxos/bot.ts +1 -1
- package/src/proto/gen/dxos/client/services.ts +1 -1
- package/src/proto/gen/dxos/config.ts +26 -1
- package/src/proto/gen/dxos/devtools/host.ts +1 -1
- package/src/proto/gen/dxos/devtools/swarm.ts +14 -1
- package/src/proto/gen/dxos/echo/blob.ts +1 -1
- package/src/proto/gen/dxos/echo/feed.ts +1 -1
- package/src/proto/gen/dxos/echo/metadata.ts +1 -1
- package/src/proto/gen/dxos/echo/model/document.ts +1 -1
- package/src/proto/gen/dxos/echo/model/messenger.ts +1 -1
- package/src/proto/gen/dxos/echo/model/text.ts +1 -1
- package/src/proto/gen/dxos/echo/object.ts +1 -1
- package/src/proto/gen/dxos/echo/service.ts +1 -1
- package/src/proto/gen/dxos/echo/snapshot.ts +1 -1
- package/src/proto/gen/dxos/echo/timeframe.ts +1 -1
- package/src/proto/gen/dxos/error.ts +1 -1
- package/src/proto/gen/dxos/gravity.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/auth.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/greet.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/identity.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials.ts +1 -1
- package/src/proto/gen/dxos/halo/invitations.ts +1 -1
- package/src/proto/gen/dxos/halo/keyring.ts +1 -1
- package/src/proto/gen/dxos/halo/keys.ts +1 -1
- package/src/proto/gen/dxos/halo/signed.ts +1 -1
- package/src/proto/gen/dxos/iframe.ts +1 -1
- package/src/proto/gen/dxos/keys.ts +1 -1
- package/src/proto/gen/dxos/mesh/bridge.ts +1 -1
- package/src/proto/gen/dxos/mesh/broadcast.ts +1 -1
- package/src/proto/gen/dxos/mesh/messaging.ts +1 -1
- package/src/proto/gen/dxos/mesh/muxer.ts +1 -1
- package/src/proto/gen/dxos/mesh/presence.ts +1 -1
- package/src/proto/gen/dxos/mesh/protocol.ts +1 -1
- package/src/proto/gen/dxos/mesh/replicator.ts +1 -1
- package/src/proto/gen/dxos/mesh/signal.ts +1 -1
- package/src/proto/gen/dxos/mesh/swarm.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/auth.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/blobsync.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/control.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/gossip.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/notarization.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/replicator.ts +1 -1
- package/src/proto/gen/dxos/registry.ts +1 -1
- package/src/proto/gen/dxos/rpc.ts +1 -1
- package/src/proto/gen/dxos/service/publisher.ts +1 -1
- package/src/proto/gen/dxos/service/supervisor.ts +1 -1
- package/src/proto/gen/dxos/service/tunnel.ts +1 -1
- package/src/proto/gen/dxos/type.ts +1 -1
- package/src/proto/gen/example/testing/data.ts +1 -1
- package/src/proto/gen/example/testing/rpc.ts +1 -1
- package/src/proto/gen/google/protobuf.ts +1 -1
- package/src/proto/gen/index.ts +10 -7
- package/src/proto/substitutions.ts +2 -2
- package/dist/cjs/src/proto/gen/dxos/functions.d.ts.map +0 -1
- package/dist/cjs/src/proto/gen/dxos/functions.js.map +0 -1
- package/dist/esm/src/proto/gen/dxos/functions.d.ts.map +0 -1
- package/dist/esm/src/proto/gen/dxos/functions.js.map +0 -1
- package/src/proto/gen/dxos/functions.ts +0 -90
- /package/dist/cjs/src/proto/gen/dxos/{functions.js → agent/functions.js} +0 -0
- /package/dist/esm/src/proto/gen/dxos/{functions.js → agent/functions.js} +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "./credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "./credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "./credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "./credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "./agent/functions";
|
|
3
4
|
import * as dxos_bot from "./bot";
|
|
4
5
|
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "./echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "./echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "./echo/timeframe";
|
|
18
19
|
import * as dxos_error from "./error";
|
|
19
|
-
import * as dxos_functions from "./functions";
|
|
20
20
|
import * as dxos_gravity from "./gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "./halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "./agent/functions";
|
|
3
4
|
import * as dxos_bot from "./bot";
|
|
4
5
|
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "./echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "./echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "./echo/timeframe";
|
|
18
19
|
import * as dxos_error from "./error";
|
|
19
|
-
import * as dxos_functions from "./functions";
|
|
20
20
|
import * as dxos_gravity from "./gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "./halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../../bot";
|
|
4
5
|
import * as dxos_client_services from "../../client/services";
|
|
5
6
|
import * as dxos_config from "../../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../../error";
|
|
19
|
-
import * as dxos_functions from "../../functions";
|
|
20
20
|
import * as dxos_gravity from "../../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../../bot";
|
|
4
5
|
import * as dxos_client_services from "../../client/services";
|
|
5
6
|
import * as dxos_config from "../../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../../error";
|
|
19
|
-
import * as dxos_functions from "../../functions";
|
|
20
20
|
import * as dxos_gravity from "../../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../../bot";
|
|
4
5
|
import * as dxos_client_services from "../../client/services";
|
|
5
6
|
import * as dxos_config from "../../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../../error";
|
|
19
|
-
import * as dxos_functions from "../../functions";
|
|
20
20
|
import * as dxos_gravity from "../../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../../bot";
|
|
4
5
|
import * as dxos_client_services from "../../client/services";
|
|
5
6
|
import * as dxos_config from "../../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../../error";
|
|
19
|
-
import * as dxos_functions from "../../functions";
|
|
20
20
|
import * as dxos_gravity from "../../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../../bot";
|
|
4
5
|
import * as dxos_client_services from "../../client/services";
|
|
5
6
|
import * as dxos_config from "../../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../../error";
|
|
19
|
-
import * as dxos_functions from "../../functions";
|
|
20
20
|
import * as dxos_gravity from "../../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../../bot";
|
|
4
5
|
import * as dxos_client_services from "../../client/services";
|
|
5
6
|
import * as dxos_config from "../../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../../error";
|
|
19
|
-
import * as dxos_functions from "../../functions";
|
|
20
20
|
import * as dxos_gravity from "../../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "./agent/functions";
|
|
3
4
|
import * as dxos_bot from "./bot";
|
|
4
5
|
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "./echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "./echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "./echo/timeframe";
|
|
18
19
|
import * as dxos_error from "./error";
|
|
19
|
-
import * as dxos_functions from "./functions";
|
|
20
20
|
import * as dxos_gravity from "./gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "./halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "./agent/functions";
|
|
3
4
|
import * as dxos_bot from "./bot";
|
|
4
5
|
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "./echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "./echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "./echo/timeframe";
|
|
18
19
|
import * as dxos_error from "./error";
|
|
19
|
-
import * as dxos_functions from "./functions";
|
|
20
20
|
import * as dxos_gravity from "./gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "./halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../agent/functions";
|
|
3
4
|
import * as dxos_bot from "../bot";
|
|
4
5
|
import * as dxos_client_services from "../client/services";
|
|
5
6
|
import * as dxos_config from "../config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../error";
|
|
19
|
-
import * as dxos_functions from "../functions";
|
|
20
20
|
import * as dxos_gravity from "../gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "./agent/functions";
|
|
3
4
|
import * as dxos_bot from "./bot";
|
|
4
5
|
import * as dxos_client_services from "./client/services";
|
|
5
6
|
import * as dxos_config from "./config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "./echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "./echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "./echo/timeframe";
|
|
18
19
|
import * as dxos_error from "./error";
|
|
19
|
-
import * as dxos_functions from "./functions";
|
|
20
20
|
import * as dxos_gravity from "./gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "./halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "./halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../../dxos/agent/functions";
|
|
3
4
|
import * as dxos_bot from "../../dxos/bot";
|
|
4
5
|
import * as dxos_client_services from "../../dxos/client/services";
|
|
5
6
|
import * as dxos_config from "../../dxos/config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../../dxos/echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../../dxos/echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../../dxos/echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../../dxos/error";
|
|
19
|
-
import * as dxos_functions from "../../dxos/functions";
|
|
20
20
|
import * as dxos_gravity from "../../dxos/gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../../dxos/halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../../dxos/halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../../dxos/agent/functions";
|
|
3
4
|
import * as dxos_bot from "../../dxos/bot";
|
|
4
5
|
import * as dxos_client_services from "../../dxos/client/services";
|
|
5
6
|
import * as dxos_config from "../../dxos/config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../../dxos/echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../../dxos/echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../../dxos/echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../../dxos/error";
|
|
19
|
-
import * as dxos_functions from "../../dxos/functions";
|
|
20
20
|
import * as dxos_gravity from "../../dxos/gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../../dxos/halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../../dxos/halo/credentials/auth";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Stream } from "@dxos/codec-protobuf";
|
|
2
2
|
import substitutions from "../../substitutions";
|
|
3
|
+
import * as dxos_agent_functions from "../dxos/agent/functions";
|
|
3
4
|
import * as dxos_bot from "../dxos/bot";
|
|
4
5
|
import * as dxos_client_services from "../dxos/client/services";
|
|
5
6
|
import * as dxos_config from "../dxos/config";
|
|
@@ -16,7 +17,6 @@ import * as dxos_echo_service from "../dxos/echo/service";
|
|
|
16
17
|
import * as dxos_echo_snapshot from "../dxos/echo/snapshot";
|
|
17
18
|
import * as dxos_echo_timeframe from "../dxos/echo/timeframe";
|
|
18
19
|
import * as dxos_error from "../dxos/error";
|
|
19
|
-
import * as dxos_functions from "../dxos/functions";
|
|
20
20
|
import * as dxos_gravity from "../dxos/gravity";
|
|
21
21
|
import * as dxos_halo_credentials from "../dxos/halo/credentials";
|
|
22
22
|
import * as dxos_halo_credentials_auth from "../dxos/halo/credentials/auth";
|