@tangle-network/agent-integrations 0.29.0 → 0.31.0
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/bin/tangle-catalog-runtime.js +7 -7
- package/dist/catalog.d.ts +2 -2
- package/dist/catalog.js +11 -7
- package/dist/{chunk-SVQ4PHDZ.js → chunk-CDY2ETYT.js} +2 -2
- package/dist/chunk-F4YILONK.js +96875 -0
- package/dist/chunk-F4YILONK.js.map +1 -0
- package/dist/{chunk-P24T3MLM.js → chunk-JCHD6L3B.js} +2 -2
- package/dist/{chunk-TUX6MJJ4.js → chunk-M2RFFAMB.js} +559 -411
- package/dist/chunk-M2RFFAMB.js.map +1 -0
- package/dist/{chunk-ATYHZXLL.js → chunk-Q5X3QNHR.js} +1 -1
- package/dist/chunk-Q5X3QNHR.js.map +1 -0
- package/dist/{chunk-YOKNZY2N.js → chunk-S2MVWQYL.js} +2 -2
- package/dist/{chunk-4JQ754PA.js → chunk-VVC7U7W7.js} +28 -1
- package/dist/{chunk-4JQ754PA.js.map → chunk-VVC7U7W7.js.map} +1 -1
- package/dist/connect/index.d.ts +1 -1
- package/dist/connect/index.js +2 -2
- package/dist/connectors/adapters/index.d.ts +3933 -3
- package/dist/connectors/adapters/index.js +940 -4
- package/dist/connectors/index.d.ts +2 -2
- package/dist/connectors/index.js +940 -4
- package/dist/consumer.d.ts +2 -2
- package/dist/consumer.js +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +955 -9
- package/dist/middleware/index.d.ts +1 -1
- package/dist/middleware/index.js +2 -2
- package/dist/registry.d.ts +200 -47
- package/dist/registry.js +9 -7
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.js +7 -7
- package/dist/specs.d.ts +2 -2
- package/dist/specs.js +3 -1
- package/dist/tangle-catalog-runtime.d.ts +2 -2
- package/dist/tangle-catalog-runtime.js +7 -7
- package/dist/{tangle-id-CTU4kGId.d.ts → tangle-id-Dj0ipP4E.d.ts} +8 -1
- package/docs/integration-execution-audit.md +1 -1
- package/package.json +16 -12
- package/dist/chunk-ATYHZXLL.js.map +0 -1
- package/dist/chunk-JU25UDN2.js +0 -4260
- package/dist/chunk-JU25UDN2.js.map +0 -1
- package/dist/chunk-TUX6MJJ4.js.map +0 -1
- /package/dist/{chunk-SVQ4PHDZ.js.map → chunk-CDY2ETYT.js.map} +0 -0
- /package/dist/{chunk-P24T3MLM.js.map → chunk-JCHD6L3B.js.map} +0 -0
- /package/dist/{chunk-YOKNZY2N.js.map → chunk-S2MVWQYL.js.map} +0 -0
|
@@ -4,16 +4,16 @@ import {
|
|
|
4
4
|
buildTangleCatalogRuntimePackageManifest,
|
|
5
5
|
renderTangleCatalogRuntimePnpmAddCommand,
|
|
6
6
|
startTangleCatalogRuntimeNodeServer
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-M2RFFAMB.js";
|
|
8
|
+
import "../chunk-JCHD6L3B.js";
|
|
9
|
+
import "../chunk-CDY2ETYT.js";
|
|
10
10
|
import "../chunk-H4XYLS7T.js";
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-S2MVWQYL.js";
|
|
12
|
+
import "../chunk-VVC7U7W7.js";
|
|
13
13
|
import "../chunk-376UBTNB.js";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-F4YILONK.js";
|
|
15
15
|
import "../chunk-2TW2QKGZ.js";
|
|
16
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-Q5X3QNHR.js";
|
|
17
17
|
|
|
18
18
|
// src/bin/tangle-catalog-runtime.ts
|
|
19
19
|
var args = new Set(process.argv.slice(2));
|
package/dist/catalog.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as IntegrationCatalogView, a as IntegrationToolDefinition, b as IntegrationToolSearchFilters, c as IntegrationToolSearchResult, M as McpToolDefinition, d as buildIntegrationCatalogView, e as buildIntegrationToolCatalog, i as integrationToolName, p as parseIntegrationToolName, s as searchIntegrationTools, t as toMcpTools } from './registry.js';
|
|
2
|
-
import './tangle-id-
|
|
1
|
+
export { I as IntegrationCatalogView, a as IntegrationToolDefinition, b as IntegrationToolSearchFilters, c as IntegrationToolSearchResult, M as McpToolDefinition, d as buildIntegrationCatalogView, e as buildIntegrationToolCatalog, f as describeIntegrationTool, g as flattenIntegrationToolDefinition, i as integrationToolName, p as parseIntegrationToolName, s as searchIntegrationTools, t as toMcpTools } from './registry.js';
|
|
2
|
+
import './tangle-id-Dj0ipP4E.js';
|
|
3
3
|
import './errors-Bg3_rxnQ.js';
|
|
4
4
|
import './connect/index.js';
|
|
5
5
|
import './middleware/index.js';
|
package/dist/catalog.js
CHANGED
|
@@ -1,23 +1,27 @@
|
|
|
1
1
|
import {
|
|
2
2
|
buildIntegrationCatalogView,
|
|
3
3
|
buildIntegrationToolCatalog,
|
|
4
|
+
describeIntegrationTool,
|
|
5
|
+
flattenIntegrationToolDefinition,
|
|
4
6
|
integrationToolName,
|
|
5
7
|
parseIntegrationToolName,
|
|
6
8
|
searchIntegrationTools,
|
|
7
9
|
toMcpTools
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-M2RFFAMB.js";
|
|
11
|
+
import "./chunk-JCHD6L3B.js";
|
|
12
|
+
import "./chunk-CDY2ETYT.js";
|
|
11
13
|
import "./chunk-H4XYLS7T.js";
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-S2MVWQYL.js";
|
|
15
|
+
import "./chunk-VVC7U7W7.js";
|
|
14
16
|
import "./chunk-376UBTNB.js";
|
|
15
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-F4YILONK.js";
|
|
16
18
|
import "./chunk-2TW2QKGZ.js";
|
|
17
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-Q5X3QNHR.js";
|
|
18
20
|
export {
|
|
19
21
|
buildIntegrationCatalogView,
|
|
20
22
|
buildIntegrationToolCatalog,
|
|
23
|
+
describeIntegrationTool,
|
|
24
|
+
flattenIntegrationToolDefinition,
|
|
21
25
|
integrationToolName,
|
|
22
26
|
parseIntegrationToolName,
|
|
23
27
|
searchIntegrationTools,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TangleIdentityUnreachableError,
|
|
3
3
|
createTangleIdentityClient
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-Q5X3QNHR.js";
|
|
5
5
|
|
|
6
6
|
// src/middleware/index.ts
|
|
7
7
|
async function requireTangleAuth(request, opts = {}) {
|
|
@@ -126,4 +126,4 @@ export {
|
|
|
126
126
|
honoTangleAuthMiddleware,
|
|
127
127
|
expressTangleAuthMiddleware
|
|
128
128
|
};
|
|
129
|
-
//# sourceMappingURL=chunk-
|
|
129
|
+
//# sourceMappingURL=chunk-CDY2ETYT.js.map
|