@tangle-network/agent-integrations 0.33.1 → 0.34.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/README.md +2 -7
- package/dist/catalog.d.ts +2 -2
- package/dist/catalog.js +9 -7
- package/dist/{chunk-7T5YTVER.js → chunk-53NQJZAT.js} +8 -318
- package/dist/chunk-53NQJZAT.js.map +1 -0
- package/dist/{chunk-6N23S4JY.js → chunk-6W72E2KN.js} +607 -7
- package/dist/chunk-6W72E2KN.js.map +1 -0
- package/dist/chunk-7P2LN4VT.js +318 -0
- package/dist/chunk-7P2LN4VT.js.map +1 -0
- package/dist/{chunk-YPZORI3G.js → chunk-CR35IEKW.js} +2 -2
- package/dist/{chunk-43VQSANC.js → chunk-D57YS6XC.js} +2 -2
- package/dist/{chunk-RF3RH374.js → chunk-O553GSCX.js} +2 -2
- package/dist/chunk-PZ5AY32C.js +10 -0
- package/dist/{chunk-NQ7OPDUM.js → chunk-ZDK7Y4QG.js} +12 -1
- package/dist/chunk-ZDK7Y4QG.js.map +1 -0
- package/dist/{chunk-XO2RSS6Y.js → chunk-ZVGYRP2O.js} +52 -669
- package/dist/chunk-ZVGYRP2O.js.map +1 -0
- package/dist/connect/index.d.ts +2 -2
- package/dist/connect/index.js +3 -2
- package/dist/connectors/adapters/index.d.ts +31 -3
- package/dist/connectors/adapters/index.js +5 -2
- package/dist/connectors/index.d.ts +3 -3
- package/dist/connectors/index.js +5 -2
- package/dist/{consumer-CzJgntej.d.ts → consumer-yV4NtH2h.d.ts} +1 -1
- package/dist/consumer.d.ts +3 -3
- package/dist/consumer.js +3 -2
- package/dist/{core-types-D5Dc65Ud.d.ts → core-types-CjWifQOf.d.ts} +2 -2
- package/dist/coverage-catalog.d.ts +26 -0
- package/dist/coverage-catalog.js +12 -0
- package/dist/coverage-catalog.js.map +1 -0
- package/dist/index.d.ts +75 -59
- package/dist/index.js +18 -47
- package/dist/middleware/index.d.ts +2 -2
- package/dist/middleware/index.js +3 -2
- package/dist/registry.d.ts +2 -2
- package/dist/registry.js +9 -7
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.js +9 -7
- package/dist/specs.d.ts +2 -2
- package/dist/specs.js +3 -1
- package/dist/stripe/index.js +1 -0
- package/dist/stripe/index.js.map +1 -1
- package/dist/{tangle-id-DA_qj-O_.d.ts → tangle-id-hDDWP-2f.d.ts} +1 -1
- package/dist/{types-XdpvaIzW.d.ts → types-Bxg-wJkW.d.ts} +12 -3
- package/dist/webhooks/index.js +1 -0
- package/dist/webhooks/index.js.map +1 -1
- package/docs/adapter-triage.md +9 -42
- package/docs/external-product-integration.md +3 -4
- package/docs/integration-execution-audit.md +134 -70
- package/docs/integration-execution-matrix.json +3062 -1823
- package/package.json +14 -25
- package/dist/bin/tangle-catalog-runtime.d.ts +0 -1
- package/dist/bin/tangle-catalog-runtime.js +0 -82
- package/dist/bin/tangle-catalog-runtime.js.map +0 -1
- package/dist/chunk-6N23S4JY.js.map +0 -1
- package/dist/chunk-7T5YTVER.js.map +0 -1
- package/dist/chunk-NQ7OPDUM.js.map +0 -1
- package/dist/chunk-XO2RSS6Y.js.map +0 -1
- package/dist/tangle-catalog-runtime-2HddXxoM.d.ts +0 -242
- package/dist/tangle-catalog-runtime.d.ts +0 -3
- package/dist/tangle-catalog-runtime.js +0 -32
- /package/dist/{chunk-YPZORI3G.js.map → chunk-CR35IEKW.js.map} +0 -0
- /package/dist/{chunk-43VQSANC.js.map → chunk-D57YS6XC.js.map} +0 -0
- /package/dist/{chunk-RF3RH374.js.map → chunk-O553GSCX.js.map} +0 -0
- /package/dist/{tangle-catalog-runtime.js.map → chunk-PZ5AY32C.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ACTIVEPIECES_OVERRIDES,
|
|
3
3
|
ACTIVEPIECES_PUBLIC_CATALOG_URL,
|
|
4
|
-
ACTIVEPIECES_RUNTIME_SIGNATURE_HEADER,
|
|
5
4
|
ApprovalBackedPolicyEngine,
|
|
6
5
|
CANONICAL_INTEGRATION_ACTIONS,
|
|
7
6
|
DEFAULT_INTEGRATION_BRIDGE_ENV,
|
|
@@ -23,7 +22,6 @@ import {
|
|
|
23
22
|
IntegrationWorkflowRuntime,
|
|
24
23
|
PROVIDER_PASSTHROUGH_ACTION,
|
|
25
24
|
StaticIntegrationPolicyEngine,
|
|
26
|
-
TANGLE_CATALOG_RUNTIME_SIGNATURE_HEADER,
|
|
27
25
|
TANGLE_INTEGRATIONS_CATALOG_PROVIDER_ID,
|
|
28
26
|
TANGLE_INTEGRATIONS_CATALOG_SOURCE,
|
|
29
27
|
TangleAppsClient,
|
|
@@ -31,10 +29,8 @@ import {
|
|
|
31
29
|
adapterManifestsToConnectors,
|
|
32
30
|
assertValidIntegrationManifest,
|
|
33
31
|
auditIntegrationCatalogFreshness,
|
|
34
|
-
auditTangleCatalogRuntimePackages,
|
|
35
32
|
auditTangleIntegrationCatalogFreshness,
|
|
36
33
|
buildActivepiecesConnectors,
|
|
37
|
-
buildActivepiecesRuntimeRequest,
|
|
38
34
|
buildApprovalRequest,
|
|
39
35
|
buildCanonicalLaunchConnectors,
|
|
40
36
|
buildDefaultIntegrationRegistry,
|
|
@@ -44,7 +40,6 @@ import {
|
|
|
44
40
|
buildIntegrationInvocationEnvelope,
|
|
45
41
|
buildIntegrationToolCatalog,
|
|
46
42
|
buildTangleCatalogRuntimePackageManifest,
|
|
47
|
-
buildTangleCatalogRuntimeRequest,
|
|
48
43
|
buildTangleIntegrationCatalogConnectors,
|
|
49
44
|
calendarExercisePlannerManifest,
|
|
50
45
|
canonicalActionConnectorId,
|
|
@@ -52,7 +47,6 @@ import {
|
|
|
52
47
|
classifyIntegrationCatalogExecutability,
|
|
53
48
|
composeIntegrationRegistry,
|
|
54
49
|
createActivepiecesExecutorProvider,
|
|
55
|
-
createActivepiecesHttpExecutor,
|
|
56
50
|
createApprovalBackedPolicyEngine,
|
|
57
51
|
createAuditingActionGuard,
|
|
58
52
|
createCatalogExecutorProvider,
|
|
@@ -70,13 +64,7 @@ import {
|
|
|
70
64
|
createMockIntegrationProvider,
|
|
71
65
|
createPlatformIntegrationPolicyPreset,
|
|
72
66
|
createTangleAppsClient,
|
|
73
|
-
createTangleCatalogCredentialAuthResolver,
|
|
74
67
|
createTangleCatalogExecutorProvider,
|
|
75
|
-
createTangleCatalogHttpAuthResolver,
|
|
76
|
-
createTangleCatalogHttpExecutor,
|
|
77
|
-
createTangleCatalogInstalledPackageExecutor,
|
|
78
|
-
createTangleCatalogRuntimeHandler,
|
|
79
|
-
createTangleCatalogRuntimeNodeRequestListener,
|
|
80
68
|
createTangleIntegrationsClient,
|
|
81
69
|
decodeIntegrationBridgePayload,
|
|
82
70
|
describeIntegrationTool,
|
|
@@ -101,6 +89,7 @@ import {
|
|
|
101
89
|
listTangleIntegrationCatalogEntries,
|
|
102
90
|
listTangleIntegrationCatalogRuntimePackages,
|
|
103
91
|
listTangleIntegrationContracts,
|
|
92
|
+
listTangleNativeAdapterIds,
|
|
104
93
|
manifestToConnector,
|
|
105
94
|
normalizeGatewayCatalog,
|
|
106
95
|
normalizeIntegrationResult,
|
|
@@ -122,33 +111,27 @@ import {
|
|
|
122
111
|
sanitizeAuditConnection,
|
|
123
112
|
sanitizeConnection,
|
|
124
113
|
searchIntegrationTools,
|
|
125
|
-
signActivepiecesRuntimeRequest,
|
|
126
114
|
signCapability,
|
|
127
|
-
signTangleCatalogRuntimeRequest,
|
|
128
|
-
startTangleCatalogRuntimeNodeServer,
|
|
129
115
|
storedEventToTriggerEvent,
|
|
130
116
|
summarizeIntegrationRegistry,
|
|
131
|
-
tangleCatalogAuthValue,
|
|
132
117
|
toMcpTools,
|
|
133
118
|
validateIntegrationInvocationEnvelope,
|
|
134
119
|
validateIntegrationManifest,
|
|
135
120
|
validateProviderPassthroughRequest,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
verifyTangleCatalogRuntimeSignature
|
|
139
|
-
} from "./chunk-XO2RSS6Y.js";
|
|
121
|
+
verifyCapabilityToken
|
|
122
|
+
} from "./chunk-ZVGYRP2O.js";
|
|
140
123
|
import {
|
|
141
124
|
InMemoryConnectStateStore,
|
|
142
125
|
finishConnectFlow,
|
|
143
126
|
revokeConnectFlow,
|
|
144
127
|
startConnectFlow
|
|
145
|
-
} from "./chunk-
|
|
128
|
+
} from "./chunk-D57YS6XC.js";
|
|
146
129
|
import {
|
|
147
130
|
expressTangleAuthMiddleware,
|
|
148
131
|
extractToken,
|
|
149
132
|
honoTangleAuthMiddleware,
|
|
150
133
|
requireTangleAuth
|
|
151
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-CR35IEKW.js";
|
|
152
135
|
import {
|
|
153
136
|
IntegrationRuntimeError,
|
|
154
137
|
normalizeIntegrationError,
|
|
@@ -158,19 +141,16 @@ import {
|
|
|
158
141
|
IntegrationHubClient,
|
|
159
142
|
IntegrationHubRequestError,
|
|
160
143
|
createIntegrationHubClient
|
|
161
|
-
} from "./chunk-
|
|
144
|
+
} from "./chunk-O553GSCX.js";
|
|
162
145
|
import {
|
|
163
146
|
INTEGRATION_FAMILIES,
|
|
164
147
|
assertValidIntegrationSpec,
|
|
165
148
|
buildHealthcheckPlan,
|
|
166
|
-
buildIntegrationCoverageConnectors,
|
|
167
149
|
consoleStepsToText,
|
|
168
150
|
getIntegrationFamily,
|
|
169
151
|
getIntegrationSpec,
|
|
170
|
-
integrationCoverageChecklistMarkdown,
|
|
171
152
|
integrationSpecToConnector,
|
|
172
153
|
listExecutableIntegrationSpecs,
|
|
173
|
-
listIntegrationCoverageSpecs,
|
|
174
154
|
listIntegrationSpecs,
|
|
175
155
|
renderAgentToolDescription,
|
|
176
156
|
renderConsoleSteps,
|
|
@@ -180,7 +160,12 @@ import {
|
|
|
180
160
|
validateCredentialFormat,
|
|
181
161
|
validateCredentialSet,
|
|
182
162
|
validateIntegrationSpec
|
|
183
|
-
} from "./chunk-
|
|
163
|
+
} from "./chunk-53NQJZAT.js";
|
|
164
|
+
import {
|
|
165
|
+
buildIntegrationCoverageConnectors,
|
|
166
|
+
integrationCoverageChecklistMarkdown,
|
|
167
|
+
listIntegrationCoverageSpecs
|
|
168
|
+
} from "./chunk-7P2LN4VT.js";
|
|
184
169
|
import "./chunk-376UBTNB.js";
|
|
185
170
|
import {
|
|
186
171
|
InMemoryOAuthFlowStore,
|
|
@@ -631,6 +616,7 @@ import {
|
|
|
631
616
|
twilioConnector,
|
|
632
617
|
twilioSmsConnector,
|
|
633
618
|
twinLabsConnector,
|
|
619
|
+
twitter,
|
|
634
620
|
twitterConnector,
|
|
635
621
|
typeformConnector,
|
|
636
622
|
typefullyConnector,
|
|
@@ -678,7 +664,7 @@ import {
|
|
|
678
664
|
zohoCrmConnector,
|
|
679
665
|
zohoDeskConnector,
|
|
680
666
|
zuoraConnector
|
|
681
|
-
} from "./chunk-
|
|
667
|
+
} from "./chunk-6W72E2KN.js";
|
|
682
668
|
import {
|
|
683
669
|
DEFAULT_SIGNATURE_TOLERANCE_SECONDS,
|
|
684
670
|
firstHeader,
|
|
@@ -699,11 +685,11 @@ import {
|
|
|
699
685
|
createTangleIdentityClient,
|
|
700
686
|
tangleIdentity,
|
|
701
687
|
validateConnectorManifest
|
|
702
|
-
} from "./chunk-
|
|
688
|
+
} from "./chunk-ZDK7Y4QG.js";
|
|
689
|
+
import "./chunk-PZ5AY32C.js";
|
|
703
690
|
export {
|
|
704
691
|
ACTIVEPIECES_OVERRIDES,
|
|
705
692
|
ACTIVEPIECES_PUBLIC_CATALOG_URL,
|
|
706
|
-
ACTIVEPIECES_RUNTIME_SIGNATURE_HEADER,
|
|
707
693
|
ApprovalBackedPolicyEngine,
|
|
708
694
|
CANONICAL_INTEGRATION_ACTIONS,
|
|
709
695
|
CredentialsExpired,
|
|
@@ -736,7 +722,6 @@ export {
|
|
|
736
722
|
ResourceContention,
|
|
737
723
|
StaticIntegrationPolicyEngine,
|
|
738
724
|
TANGLE_API_KEY_PREFIX,
|
|
739
|
-
TANGLE_CATALOG_RUNTIME_SIGNATURE_HEADER,
|
|
740
725
|
TANGLE_INTEGRATIONS_CATALOG_PROVIDER_ID,
|
|
741
726
|
TANGLE_INTEGRATIONS_CATALOG_SOURCE,
|
|
742
727
|
TANGLE_SERVICE_TOKEN_PREFIX,
|
|
@@ -782,7 +767,6 @@ export {
|
|
|
782
767
|
assertValidIntegrationSpec,
|
|
783
768
|
attioConnector,
|
|
784
769
|
auditIntegrationCatalogFreshness,
|
|
785
|
-
auditTangleCatalogRuntimePackages,
|
|
786
770
|
auditTangleIntegrationCatalogFreshness,
|
|
787
771
|
auth0Connector,
|
|
788
772
|
autocallsConnector,
|
|
@@ -814,7 +798,6 @@ export {
|
|
|
814
798
|
brilliantDirectoriesConnector,
|
|
815
799
|
browseAiConnector,
|
|
816
800
|
buildActivepiecesConnectors,
|
|
817
|
-
buildActivepiecesRuntimeRequest,
|
|
818
801
|
buildApprovalRequest,
|
|
819
802
|
buildCanonicalLaunchConnectors,
|
|
820
803
|
buildDefaultIntegrationRegistry,
|
|
@@ -826,7 +809,6 @@ export {
|
|
|
826
809
|
buildIntegrationInvocationEnvelope,
|
|
827
810
|
buildIntegrationToolCatalog,
|
|
828
811
|
buildTangleCatalogRuntimePackageManifest,
|
|
829
|
-
buildTangleCatalogRuntimeRequest,
|
|
830
812
|
buildTangleIntegrationCatalogConnectors,
|
|
831
813
|
calComConnector,
|
|
832
814
|
calendarExercisePlannerManifest,
|
|
@@ -877,7 +859,6 @@ export {
|
|
|
877
859
|
copperConnector,
|
|
878
860
|
copyAiConnector,
|
|
879
861
|
createActivepiecesExecutorProvider,
|
|
880
|
-
createActivepiecesHttpExecutor,
|
|
881
862
|
createApprovalBackedPolicyEngine,
|
|
882
863
|
createAuditingActionGuard,
|
|
883
864
|
createCatalogExecutorProvider,
|
|
@@ -896,13 +877,7 @@ export {
|
|
|
896
877
|
createMockIntegrationProvider,
|
|
897
878
|
createPlatformIntegrationPolicyPreset,
|
|
898
879
|
createTangleAppsClient,
|
|
899
|
-
createTangleCatalogCredentialAuthResolver,
|
|
900
880
|
createTangleCatalogExecutorProvider,
|
|
901
|
-
createTangleCatalogHttpAuthResolver,
|
|
902
|
-
createTangleCatalogHttpExecutor,
|
|
903
|
-
createTangleCatalogInstalledPackageExecutor,
|
|
904
|
-
createTangleCatalogRuntimeHandler,
|
|
905
|
-
createTangleCatalogRuntimeNodeRequestListener,
|
|
906
881
|
createTangleIdentityClient,
|
|
907
882
|
createTangleIntegrationsClient,
|
|
908
883
|
crispConnector,
|
|
@@ -1094,6 +1069,7 @@ export {
|
|
|
1094
1069
|
listTangleIntegrationCatalogEntries,
|
|
1095
1070
|
listTangleIntegrationCatalogRuntimePackages,
|
|
1096
1071
|
listTangleIntegrationContracts,
|
|
1072
|
+
listTangleNativeAdapterIds,
|
|
1097
1073
|
llmrailsConnector,
|
|
1098
1074
|
lobstermailConnector,
|
|
1099
1075
|
localaiConnector,
|
|
@@ -1268,10 +1244,8 @@ export {
|
|
|
1268
1244
|
shippoConnector,
|
|
1269
1245
|
shopifyConnector,
|
|
1270
1246
|
shortIoConnector,
|
|
1271
|
-
signActivepiecesRuntimeRequest,
|
|
1272
1247
|
signCapability,
|
|
1273
1248
|
signNowConnector,
|
|
1274
|
-
signTangleCatalogRuntimeRequest,
|
|
1275
1249
|
signrequestConnector,
|
|
1276
1250
|
simplirouteConnector,
|
|
1277
1251
|
simplybookmeConnector,
|
|
@@ -1289,7 +1263,6 @@ export {
|
|
|
1289
1263
|
squareConnector,
|
|
1290
1264
|
startConnectFlow,
|
|
1291
1265
|
startOAuthFlow,
|
|
1292
|
-
startTangleCatalogRuntimeNodeServer,
|
|
1293
1266
|
statusForCode,
|
|
1294
1267
|
storedEventToTriggerEvent,
|
|
1295
1268
|
stripeConnector,
|
|
@@ -1303,7 +1276,6 @@ export {
|
|
|
1303
1276
|
tableauConnector,
|
|
1304
1277
|
talkableConnector,
|
|
1305
1278
|
tallyConnector,
|
|
1306
|
-
tangleCatalogAuthValue,
|
|
1307
1279
|
tangleIdentity,
|
|
1308
1280
|
teableConnector,
|
|
1309
1281
|
telegramConnector,
|
|
@@ -1323,6 +1295,7 @@ export {
|
|
|
1323
1295
|
twilioConnector,
|
|
1324
1296
|
twilioSmsConnector,
|
|
1325
1297
|
twinLabsConnector,
|
|
1298
|
+
twitter,
|
|
1326
1299
|
twitterConnector,
|
|
1327
1300
|
typeformConnector,
|
|
1328
1301
|
typefullyConnector,
|
|
@@ -1340,12 +1313,10 @@ export {
|
|
|
1340
1313
|
vapiConnector,
|
|
1341
1314
|
vboutConnector,
|
|
1342
1315
|
vercelConnector,
|
|
1343
|
-
verifyActivepiecesRuntimeSignature,
|
|
1344
1316
|
verifyCapabilityToken,
|
|
1345
1317
|
verifyHmacSignature,
|
|
1346
1318
|
verifySlackSignature,
|
|
1347
1319
|
verifyStripeSignature,
|
|
1348
|
-
verifyTangleCatalogRuntimeSignature,
|
|
1349
1320
|
verifyTwilioSignature,
|
|
1350
1321
|
videoaskConnector,
|
|
1351
1322
|
vidlab7Connector,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TangleIdentityOptions, b as TangleIdentityClient, c as TangleTokenVerifyFailure } from '../tangle-id-
|
|
2
|
-
import '../types-
|
|
1
|
+
import { T as TangleIdentityOptions, b as TangleIdentityClient, c as TangleTokenVerifyFailure } from '../tangle-id-hDDWP-2f.js';
|
|
2
|
+
import '../types-Bxg-wJkW.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* @stable Drop-in request middleware that verifies id.tangle.tools
|
package/dist/middleware/index.js
CHANGED
|
@@ -3,8 +3,9 @@ import {
|
|
|
3
3
|
extractToken,
|
|
4
4
|
honoTangleAuthMiddleware,
|
|
5
5
|
requireTangleAuth
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-CR35IEKW.js";
|
|
7
|
+
import "../chunk-ZDK7Y4QG.js";
|
|
8
|
+
import "../chunk-PZ5AY32C.js";
|
|
8
9
|
export {
|
|
9
10
|
expressTangleAuthMiddleware,
|
|
10
11
|
extractToken,
|
package/dist/registry.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as IntegrationConnector, h as IntegrationCatalogSource } from './core-types-
|
|
2
|
-
import './types-
|
|
1
|
+
import { b as IntegrationConnector, h as IntegrationCatalogSource } from './core-types-CjWifQOf.js';
|
|
2
|
+
import './types-Bxg-wJkW.js';
|
|
3
3
|
|
|
4
4
|
type IntegrationSupportTier = 'catalogOnly' | 'setupReady' | 'gatewayExecutable' | 'firstPartyExecutable' | 'sandboxExecutable';
|
|
5
5
|
interface IntegrationRegistrySourceRef {
|
package/dist/registry.js
CHANGED
|
@@ -5,16 +5,18 @@ import {
|
|
|
5
5
|
composeIntegrationRegistry,
|
|
6
6
|
inferIntegrationSupportTier,
|
|
7
7
|
summarizeIntegrationRegistry
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-ZVGYRP2O.js";
|
|
9
|
+
import "./chunk-D57YS6XC.js";
|
|
10
|
+
import "./chunk-CR35IEKW.js";
|
|
11
11
|
import "./chunk-H4XYLS7T.js";
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-O553GSCX.js";
|
|
13
|
+
import "./chunk-53NQJZAT.js";
|
|
14
|
+
import "./chunk-7P2LN4VT.js";
|
|
14
15
|
import "./chunk-376UBTNB.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-6W72E2KN.js";
|
|
16
17
|
import "./chunk-2TW2QKGZ.js";
|
|
17
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-ZDK7Y4QG.js";
|
|
19
|
+
import "./chunk-PZ5AY32C.js";
|
|
18
20
|
export {
|
|
19
21
|
buildDefaultIntegrationRegistry,
|
|
20
22
|
canonicalConnectorId,
|
package/dist/runtime.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IntegrationToolDefinition } from './catalog.js';
|
|
2
2
|
import { IntegrationRegistryEntry, IntegrationRegistry } from './registry.js';
|
|
3
|
-
import { I as IntegrationActor, a as IssuedIntegrationCapability, b as IntegrationConnector, c as IntegrationConnection } from './core-types-
|
|
4
|
-
import './types-
|
|
3
|
+
import { I as IntegrationActor, a as IssuedIntegrationCapability, b as IntegrationConnector, c as IntegrationConnection } from './core-types-CjWifQOf.js';
|
|
4
|
+
import './types-Bxg-wJkW.js';
|
|
5
5
|
|
|
6
6
|
type IntegrationRequirementMode = 'read' | 'write' | 'trigger';
|
|
7
7
|
type IntegrationRequirementStatus = 'ready' | 'missing_connection' | 'not_executable' | 'unknown_connector';
|
package/dist/runtime.js
CHANGED
|
@@ -2,16 +2,18 @@ import {
|
|
|
2
2
|
InMemoryIntegrationGrantStore,
|
|
3
3
|
IntegrationRuntime,
|
|
4
4
|
createIntegrationRuntime
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-ZVGYRP2O.js";
|
|
6
|
+
import "./chunk-D57YS6XC.js";
|
|
7
|
+
import "./chunk-CR35IEKW.js";
|
|
8
8
|
import "./chunk-H4XYLS7T.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-O553GSCX.js";
|
|
10
|
+
import "./chunk-53NQJZAT.js";
|
|
11
|
+
import "./chunk-7P2LN4VT.js";
|
|
11
12
|
import "./chunk-376UBTNB.js";
|
|
12
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-6W72E2KN.js";
|
|
13
14
|
import "./chunk-2TW2QKGZ.js";
|
|
14
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-ZDK7Y4QG.js";
|
|
16
|
+
import "./chunk-PZ5AY32C.js";
|
|
15
17
|
export {
|
|
16
18
|
InMemoryIntegrationGrantStore,
|
|
17
19
|
IntegrationRuntime,
|
package/dist/specs.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as IntegrationActionRisk, g as IntegrationDataClass, d as IntegrationConnectorCategory, e as IntegrationConnectorAction, G as IntegrationConnectorTrigger, b as IntegrationConnector } from './core-types-
|
|
2
|
-
import './types-
|
|
1
|
+
import { f as IntegrationActionRisk, g as IntegrationDataClass, d as IntegrationConnectorCategory, e as IntegrationConnectorAction, G as IntegrationConnectorTrigger, b as IntegrationConnector } from './core-types-CjWifQOf.js';
|
|
2
|
+
import './types-Bxg-wJkW.js';
|
|
3
3
|
|
|
4
4
|
type IntegrationAuthMode = 'oauth2' | 'api_key' | 'hmac' | 'none' | 'custom';
|
|
5
5
|
type IntegrationSpecStatus = 'catalog' | 'executable' | 'deprecated';
|
package/dist/specs.js
CHANGED
|
@@ -16,7 +16,9 @@ import {
|
|
|
16
16
|
validateCredentialFormat,
|
|
17
17
|
validateCredentialSet,
|
|
18
18
|
validateIntegrationSpec
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-53NQJZAT.js";
|
|
20
|
+
import "./chunk-7P2LN4VT.js";
|
|
21
|
+
import "./chunk-PZ5AY32C.js";
|
|
20
22
|
export {
|
|
21
23
|
INTEGRATION_FAMILIES,
|
|
22
24
|
assertValidIntegrationSpec,
|