@tangle-network/agent-integrations 0.25.1 → 0.25.3
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 +28 -5
- package/dist/bin/tangle-catalog-runtime.js +5 -1
- package/dist/bin/tangle-catalog-runtime.js.map +1 -1
- package/dist/catalog.d.ts +4 -0
- package/dist/catalog.js +15 -0
- package/dist/catalog.js.map +1 -0
- package/dist/chunk-376UBTNB.js +1 -0
- package/dist/chunk-376UBTNB.js.map +1 -0
- package/dist/chunk-6KWCC42J.js +120 -0
- package/dist/chunk-6KWCC42J.js.map +1 -0
- package/dist/chunk-FQAT4IEE.js +246 -0
- package/dist/chunk-FQAT4IEE.js.map +1 -0
- package/dist/chunk-IDX3KIPA.js +3233 -0
- package/dist/chunk-IDX3KIPA.js.map +1 -0
- package/dist/{chunk-VJ57GPYO.js → chunk-MU3UTIOX.js} +3234 -6787
- package/dist/chunk-MU3UTIOX.js.map +1 -0
- package/dist/connectors/adapters/index.d.ts +1 -0
- package/dist/connectors/adapters/index.js +39 -0
- package/dist/connectors/adapters/index.js.map +1 -0
- package/dist/connectors/index.d.ts +180 -0
- package/dist/connectors/index.js +74 -0
- package/dist/connectors/index.js.map +1 -0
- package/dist/index-BNb1A0Id.d.ts +810 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +51 -44
- package/dist/registry.d.ts +1982 -0
- package/dist/registry.js +20 -0
- package/dist/registry.js.map +1 -0
- package/dist/runtime.d.ts +4 -0
- package/dist/runtime.js +12 -0
- package/dist/runtime.js.map +1 -0
- package/dist/specs.d.ts +4 -2962
- package/dist/tangle-catalog-runtime.d.ts +4 -0
- package/dist/tangle-catalog-runtime.js +22 -0
- package/dist/tangle-catalog-runtime.js.map +1 -0
- package/docs/adapter-triage.md +1 -1
- package/docs/platform-control-plane.md +54 -0
- package/docs/product-hub-ownership.md +126 -0
- package/docs/production-completion-checklist.md +2 -0
- package/docs/provider-decision-matrix.md +3 -3
- package/examples/calendar-exercise-app.ts +3 -3
- package/package.json +40 -12
- package/dist/chunk-VJ57GPYO.js.map +0 -1
package/dist/registry.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
buildDefaultIntegrationRegistry,
|
|
3
|
+
canonicalConnectorId,
|
|
4
|
+
composeIntegrationRegistry,
|
|
5
|
+
inferIntegrationSupportTier,
|
|
6
|
+
summarizeIntegrationRegistry
|
|
7
|
+
} from "./chunk-MU3UTIOX.js";
|
|
8
|
+
import "./chunk-FQAT4IEE.js";
|
|
9
|
+
import "./chunk-6KWCC42J.js";
|
|
10
|
+
import "./chunk-4JQ754PA.js";
|
|
11
|
+
import "./chunk-376UBTNB.js";
|
|
12
|
+
import "./chunk-IDX3KIPA.js";
|
|
13
|
+
export {
|
|
14
|
+
buildDefaultIntegrationRegistry,
|
|
15
|
+
canonicalConnectorId,
|
|
16
|
+
composeIntegrationRegistry,
|
|
17
|
+
inferIntegrationSupportTier,
|
|
18
|
+
summarizeIntegrationRegistry
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=registry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { d as InMemoryIntegrationGrantStore, e as IntegrationCapabilityBinding, f as IntegrationGrant, g as IntegrationGrantStore, h as IntegrationManifest, j as IntegrationManifestResolution, k as IntegrationRequirement, l as IntegrationRequirementMode, m as IntegrationRequirementResolution, n as IntegrationRequirementStatus, o as IntegrationRuntime, q as IntegrationRuntimeHub, r as IntegrationRuntimeOptions, u as IntegrationSandboxBundle, v as createIntegrationRuntime } from './registry.js';
|
|
2
|
+
import './index-BNb1A0Id.js';
|
|
3
|
+
import './connectors/index.js';
|
|
4
|
+
import 'node:http';
|
package/dist/runtime.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
InMemoryIntegrationGrantStore,
|
|
3
|
+
IntegrationRuntime,
|
|
4
|
+
createIntegrationRuntime
|
|
5
|
+
} from "./chunk-FQAT4IEE.js";
|
|
6
|
+
import "./chunk-6KWCC42J.js";
|
|
7
|
+
export {
|
|
8
|
+
InMemoryIntegrationGrantStore,
|
|
9
|
+
IntegrationRuntime,
|
|
10
|
+
createIntegrationRuntime
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=runtime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|