@tangle-network/agent-integrations 0.31.0 → 0.33.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 +74 -8
- package/dist/catalog.js +7 -7
- package/dist/{chunk-JCHD6L3B.js → chunk-43VQSANC.js} +2 -2
- package/dist/{chunk-F4YILONK.js → chunk-6N23S4JY.js} +21530 -257
- package/dist/chunk-6N23S4JY.js.map +1 -0
- package/dist/{chunk-VVC7U7W7.js → chunk-7T5YTVER.js} +51 -2
- package/dist/chunk-7T5YTVER.js.map +1 -0
- package/dist/{chunk-Q5X3QNHR.js → chunk-NQ7OPDUM.js} +261 -1
- package/dist/chunk-NQ7OPDUM.js.map +1 -0
- package/dist/{chunk-S2MVWQYL.js → chunk-RF3RH374.js} +2 -2
- package/dist/{chunk-M2RFFAMB.js → chunk-XO2RSS6Y.js} +300 -13
- package/dist/chunk-XO2RSS6Y.js.map +1 -0
- package/dist/{chunk-CDY2ETYT.js → chunk-YPZORI3G.js} +2 -2
- package/dist/connect/index.d.ts +2 -1
- package/dist/connect/index.js +2 -2
- package/dist/connectors/adapters/index.d.ts +113 -25
- package/dist/connectors/adapters/index.js +4 -2
- package/dist/connectors/index.d.ts +3 -2
- package/dist/connectors/index.js +4 -2
- package/dist/consumer-CzJgntej.d.ts +292 -0
- package/dist/consumer.d.ts +6 -8
- package/dist/consumer.js +2 -2
- package/dist/core-types-D5Dc65Ud.d.ts +355 -0
- package/dist/index.d.ts +1282 -4
- package/dist/index.js +13 -7
- package/dist/middleware/index.d.ts +2 -1
- package/dist/middleware/index.js +2 -2
- package/dist/registry.d.ts +3 -2407
- package/dist/registry.js +7 -7
- package/dist/runtime.d.ts +137 -8
- package/dist/runtime.js +7 -7
- package/dist/specs.d.ts +208 -8
- package/dist/specs.js +1 -1
- package/dist/tangle-catalog-runtime-2HddXxoM.d.ts +242 -0
- package/dist/tangle-catalog-runtime.d.ts +3 -8
- package/dist/tangle-catalog-runtime.js +7 -7
- package/dist/tangle-id-DA_qj-O_.d.ts +192 -0
- package/dist/{tangle-id-Dj0ipP4E.d.ts → types-XdpvaIzW.d.ts} +1 -167
- package/docs/integration-execution-audit.md +7 -5
- package/docs/integration-execution-matrix.json +32 -0
- package/package.json +12 -10
- package/dist/chunk-F4YILONK.js.map +0 -1
- package/dist/chunk-M2RFFAMB.js.map +0 -1
- package/dist/chunk-Q5X3QNHR.js.map +0 -1
- package/dist/chunk-VVC7U7W7.js.map +0 -1
- /package/dist/{chunk-JCHD6L3B.js.map → chunk-43VQSANC.js.map} +0 -0
- /package/dist/{chunk-S2MVWQYL.js.map → chunk-RF3RH374.js.map} +0 -0
- /package/dist/{chunk-CDY2ETYT.js.map → chunk-YPZORI3G.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
TANGLE_CATALOG_RUNTIME_SIGNATURE_HEADER,
|
|
27
27
|
TANGLE_INTEGRATIONS_CATALOG_PROVIDER_ID,
|
|
28
28
|
TANGLE_INTEGRATIONS_CATALOG_SOURCE,
|
|
29
|
+
TangleAppsClient,
|
|
29
30
|
TangleIntegrationsClient,
|
|
30
31
|
adapterManifestsToConnectors,
|
|
31
32
|
assertValidIntegrationManifest,
|
|
@@ -68,6 +69,7 @@ import {
|
|
|
68
69
|
createIntegrationWorkflowRuntime,
|
|
69
70
|
createMockIntegrationProvider,
|
|
70
71
|
createPlatformIntegrationPolicyPreset,
|
|
72
|
+
createTangleAppsClient,
|
|
71
73
|
createTangleCatalogCredentialAuthResolver,
|
|
72
74
|
createTangleCatalogExecutorProvider,
|
|
73
75
|
createTangleCatalogHttpAuthResolver,
|
|
@@ -134,19 +136,19 @@ import {
|
|
|
134
136
|
verifyActivepiecesRuntimeSignature,
|
|
135
137
|
verifyCapabilityToken,
|
|
136
138
|
verifyTangleCatalogRuntimeSignature
|
|
137
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-XO2RSS6Y.js";
|
|
138
140
|
import {
|
|
139
141
|
InMemoryConnectStateStore,
|
|
140
142
|
finishConnectFlow,
|
|
141
143
|
revokeConnectFlow,
|
|
142
144
|
startConnectFlow
|
|
143
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-43VQSANC.js";
|
|
144
146
|
import {
|
|
145
147
|
expressTangleAuthMiddleware,
|
|
146
148
|
extractToken,
|
|
147
149
|
honoTangleAuthMiddleware,
|
|
148
150
|
requireTangleAuth
|
|
149
|
-
} from "./chunk-
|
|
151
|
+
} from "./chunk-YPZORI3G.js";
|
|
150
152
|
import {
|
|
151
153
|
IntegrationRuntimeError,
|
|
152
154
|
normalizeIntegrationError,
|
|
@@ -156,7 +158,7 @@ import {
|
|
|
156
158
|
IntegrationHubClient,
|
|
157
159
|
IntegrationHubRequestError,
|
|
158
160
|
createIntegrationHubClient
|
|
159
|
-
} from "./chunk-
|
|
161
|
+
} from "./chunk-RF3RH374.js";
|
|
160
162
|
import {
|
|
161
163
|
INTEGRATION_FAMILIES,
|
|
162
164
|
assertValidIntegrationSpec,
|
|
@@ -178,7 +180,7 @@ import {
|
|
|
178
180
|
validateCredentialFormat,
|
|
179
181
|
validateCredentialSet,
|
|
180
182
|
validateIntegrationSpec
|
|
181
|
-
} from "./chunk-
|
|
183
|
+
} from "./chunk-7T5YTVER.js";
|
|
182
184
|
import "./chunk-376UBTNB.js";
|
|
183
185
|
import {
|
|
184
186
|
InMemoryOAuthFlowStore,
|
|
@@ -530,6 +532,7 @@ import {
|
|
|
530
532
|
peekshotConnector,
|
|
531
533
|
perplexityAiConnector,
|
|
532
534
|
personalAiConnector,
|
|
535
|
+
phonyConnector,
|
|
533
536
|
pinchPaymentsConnector,
|
|
534
537
|
pineconeConnector,
|
|
535
538
|
pipedreamConnector,
|
|
@@ -675,7 +678,7 @@ import {
|
|
|
675
678
|
zohoCrmConnector,
|
|
676
679
|
zohoDeskConnector,
|
|
677
680
|
zuoraConnector
|
|
678
|
-
} from "./chunk-
|
|
681
|
+
} from "./chunk-6N23S4JY.js";
|
|
679
682
|
import {
|
|
680
683
|
DEFAULT_SIGNATURE_TOLERANCE_SECONDS,
|
|
681
684
|
firstHeader,
|
|
@@ -696,7 +699,7 @@ import {
|
|
|
696
699
|
createTangleIdentityClient,
|
|
697
700
|
tangleIdentity,
|
|
698
701
|
validateConnectorManifest
|
|
699
|
-
} from "./chunk-
|
|
702
|
+
} from "./chunk-NQ7OPDUM.js";
|
|
700
703
|
export {
|
|
701
704
|
ACTIVEPIECES_OVERRIDES,
|
|
702
705
|
ACTIVEPIECES_PUBLIC_CATALOG_URL,
|
|
@@ -738,6 +741,7 @@ export {
|
|
|
738
741
|
TANGLE_INTEGRATIONS_CATALOG_SOURCE,
|
|
739
742
|
TANGLE_SERVICE_TOKEN_PREFIX,
|
|
740
743
|
TELEGRAM_FILE_DOWNLOAD_ROOT,
|
|
744
|
+
TangleAppsClient,
|
|
741
745
|
TangleIdentityUnreachableError,
|
|
742
746
|
TangleIntegrationsClient,
|
|
743
747
|
_resetPendingFlowsForTests,
|
|
@@ -891,6 +895,7 @@ export {
|
|
|
891
895
|
createIntegrationWorkflowRuntime,
|
|
892
896
|
createMockIntegrationProvider,
|
|
893
897
|
createPlatformIntegrationPolicyPreset,
|
|
898
|
+
createTangleAppsClient,
|
|
894
899
|
createTangleCatalogCredentialAuthResolver,
|
|
895
900
|
createTangleCatalogExecutorProvider,
|
|
896
901
|
createTangleCatalogHttpAuthResolver,
|
|
@@ -1185,6 +1190,7 @@ export {
|
|
|
1185
1190
|
peekshotConnector,
|
|
1186
1191
|
perplexityAiConnector,
|
|
1187
1192
|
personalAiConnector,
|
|
1193
|
+
phonyConnector,
|
|
1188
1194
|
pinchPaymentsConnector,
|
|
1189
1195
|
pineconeConnector,
|
|
1190
1196
|
pipedreamConnector,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { T as TangleIdentityOptions, b as TangleIdentityClient, c as TangleTokenVerifyFailure } from '../tangle-id-
|
|
1
|
+
import { T as TangleIdentityOptions, b as TangleIdentityClient, c as TangleTokenVerifyFailure } from '../tangle-id-DA_qj-O_.js';
|
|
2
|
+
import '../types-XdpvaIzW.js';
|
|
2
3
|
|
|
3
4
|
/**
|
|
4
5
|
* @stable Drop-in request middleware that verifies id.tangle.tools
|
package/dist/middleware/index.js
CHANGED
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
extractToken,
|
|
4
4
|
honoTangleAuthMiddleware,
|
|
5
5
|
requireTangleAuth
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-YPZORI3G.js";
|
|
7
|
+
import "../chunk-NQ7OPDUM.js";
|
|
8
8
|
export {
|
|
9
9
|
expressTangleAuthMiddleware,
|
|
10
10
|
extractToken,
|