@tangle-network/agent-integrations 0.33.0 → 0.33.2

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.
Files changed (65) hide show
  1. package/README.md +2 -7
  2. package/dist/catalog.d.ts +2 -2
  3. package/dist/catalog.js +9 -7
  4. package/dist/{chunk-7T5YTVER.js → chunk-53NQJZAT.js} +8 -318
  5. package/dist/chunk-53NQJZAT.js.map +1 -0
  6. package/dist/chunk-7P2LN4VT.js +318 -0
  7. package/dist/chunk-7P2LN4VT.js.map +1 -0
  8. package/dist/{chunk-XO2RSS6Y.js → chunk-C4CGT5JE.js} +52 -669
  9. package/dist/chunk-C4CGT5JE.js.map +1 -0
  10. package/dist/{chunk-YPZORI3G.js → chunk-CR35IEKW.js} +2 -2
  11. package/dist/{chunk-43VQSANC.js → chunk-D57YS6XC.js} +2 -2
  12. package/dist/{chunk-6N23S4JY.js → chunk-DT3H3NIW.js} +532 -5
  13. package/dist/chunk-DT3H3NIW.js.map +1 -0
  14. package/dist/{chunk-RF3RH374.js → chunk-O553GSCX.js} +2 -2
  15. package/dist/chunk-PZ5AY32C.js +10 -0
  16. package/dist/{chunk-NQ7OPDUM.js → chunk-ZDK7Y4QG.js} +12 -1
  17. package/dist/chunk-ZDK7Y4QG.js.map +1 -0
  18. package/dist/connect/index.d.ts +2 -2
  19. package/dist/connect/index.js +3 -2
  20. package/dist/connectors/adapters/index.d.ts +2 -2
  21. package/dist/connectors/adapters/index.js +3 -2
  22. package/dist/connectors/index.d.ts +2 -2
  23. package/dist/connectors/index.js +3 -2
  24. package/dist/{consumer-CzJgntej.d.ts → consumer-yV4NtH2h.d.ts} +1 -1
  25. package/dist/consumer.d.ts +3 -3
  26. package/dist/consumer.js +3 -2
  27. package/dist/{core-types-D5Dc65Ud.d.ts → core-types-CjWifQOf.d.ts} +2 -2
  28. package/dist/coverage-catalog.d.ts +26 -0
  29. package/dist/coverage-catalog.js +12 -0
  30. package/dist/coverage-catalog.js.map +1 -0
  31. package/dist/index.d.ts +74 -58
  32. package/dist/index.js +16 -47
  33. package/dist/middleware/index.d.ts +2 -2
  34. package/dist/middleware/index.js +3 -2
  35. package/dist/registry.d.ts +2 -2
  36. package/dist/registry.js +9 -7
  37. package/dist/runtime.d.ts +2 -2
  38. package/dist/runtime.js +9 -7
  39. package/dist/specs.d.ts +2 -2
  40. package/dist/specs.js +3 -1
  41. package/dist/stripe/index.js +1 -0
  42. package/dist/stripe/index.js.map +1 -1
  43. package/dist/{tangle-id-DA_qj-O_.d.ts → tangle-id-hDDWP-2f.d.ts} +1 -1
  44. package/dist/{types-XdpvaIzW.d.ts → types-Bxg-wJkW.d.ts} +12 -3
  45. package/dist/webhooks/index.js +1 -0
  46. package/dist/webhooks/index.js.map +1 -1
  47. package/docs/adapter-triage.md +9 -42
  48. package/docs/external-product-integration.md +3 -4
  49. package/docs/integration-execution-audit.md +134 -70
  50. package/docs/integration-execution-matrix.json +3062 -1823
  51. package/package.json +14 -25
  52. package/dist/bin/tangle-catalog-runtime.d.ts +0 -1
  53. package/dist/bin/tangle-catalog-runtime.js +0 -82
  54. package/dist/bin/tangle-catalog-runtime.js.map +0 -1
  55. package/dist/chunk-6N23S4JY.js.map +0 -1
  56. package/dist/chunk-7T5YTVER.js.map +0 -1
  57. package/dist/chunk-NQ7OPDUM.js.map +0 -1
  58. package/dist/chunk-XO2RSS6Y.js.map +0 -1
  59. package/dist/tangle-catalog-runtime-2HddXxoM.d.ts +0 -242
  60. package/dist/tangle-catalog-runtime.d.ts +0 -3
  61. package/dist/tangle-catalog-runtime.js +0 -32
  62. /package/dist/{chunk-YPZORI3G.js.map → chunk-CR35IEKW.js.map} +0 -0
  63. /package/dist/{chunk-43VQSANC.js.map → chunk-D57YS6XC.js.map} +0 -0
  64. /package/dist/{chunk-RF3RH374.js.map → chunk-O553GSCX.js.map} +0 -0
  65. /package/dist/{tangle-catalog-runtime.js.map → chunk-PZ5AY32C.js.map} +0 -0
package/dist/index.d.ts CHANGED
@@ -1,23 +1,21 @@
1
1
  import { IntegrationRegistrySummary, IntegrationRegistryConflict, ComposeIntegrationRegistryOptions, IntegrationRegistry } from './registry.js';
2
2
  export { IntegrationCatalogExecutability, IntegrationRegistryEntry, IntegrationRegistrySourceRef, IntegrationSupportTier, buildDefaultIntegrationRegistry, canonicalConnectorId, classifyIntegrationCatalogExecutability, composeIntegrationRegistry, inferIntegrationSupportTier, summarizeIntegrationRegistry } from './registry.js';
3
- import { o as IntegrationPolicyEngine, p as IntegrationApprovalRequest, I as IntegrationActor, q as IntegrationGuardContext, r as IntegrationPolicyDecision, b as IntegrationConnector, e as IntegrationConnectorAction, s as IntegrationProviderKind, c as IntegrationConnection, h as IntegrationCatalogSource, m as IntegrationProvider, n as IntegrationSecretStore, t as IntegrationConnectionStore, u as IntegrationCredentialsRotatedEvent, v as IntegrationOAuthStateStore, w as IntegrationOAuthState, x as IntegrationOAuthStateOutcome, y as SecretRef, d as IntegrationConnectorCategory, f as IntegrationActionRisk, g as IntegrationDataClass, z as IntegrationTriggerSubscription, A as IntegrationTriggerEvent, i as IntegrationActionGuard, k as IntegrationActionResult, j as IntegrationActionRequest, S as StartAuthRequest, l as StartAuthResult, C as CompleteAuthRequest, B as InvokeWithCapabilityRequest, D as IntegrationCapability, E as IntegrationHubOptions, F as IssueCapabilityRequest, a as IssuedIntegrationCapability, H as HttpIntegrationProviderOptions } from './core-types-D5Dc65Ud.js';
4
- export { G as IntegrationConnectorTrigger } from './core-types-D5Dc65Ud.js';
5
- import { I as IntegrationAuditSink } from './consumer-CzJgntej.js';
6
- export { C as CapabilityBundleResult, a as CheckConnectorInput, b as CheckConnectorResult, c as CreateGrantsInput, d as InMemoryIntegrationAuditStore, e as InMemoryIntegrationHealthcheckStore, f as IntegrationAuditEvent, g as IntegrationAuditEventType, h as IntegrationAuditFilter, i as IntegrationAuditStore, j as IntegrationHealthcheckCheck, k as IntegrationHealthcheckResult, l as IntegrationHealthcheckStatus, m as IntegrationHealthcheckStore, n as IntegrationHubAuth, o as IntegrationHubClient, p as IntegrationHubClientOptions, q as IntegrationHubRequestError, L as ListGrantsInput, M as MintCapabilityBundleInput, R as ResolveManifestInput, r as createAuditingActionGuard, s as createIntegrationAuditEvent, t as createIntegrationHubClient, u as healthcheckRequest, v as runIntegrationHealthcheck, w as runIntegrationHealthchecks, x as sanitizeAuditConnection } from './consumer-CzJgntej.js';
3
+ import { m as IntegrationPolicyEngine, n as IntegrationApprovalRequest, I as IntegrationActor, o as IntegrationGuardContext, p as IntegrationPolicyDecision, b as IntegrationConnector, e as IntegrationConnectorAction, i as IntegrationProviderKind, c as IntegrationConnection, h as IntegrationCatalogSource, q as IntegrationProvider, r as IntegrationSecretStore, s as IntegrationConnectionStore, t as IntegrationCredentialsRotatedEvent, u as IntegrationOAuthStateStore, v as IntegrationOAuthState, w as IntegrationOAuthStateOutcome, S as SecretRef, d as IntegrationConnectorCategory, f as IntegrationActionRisk, g as IntegrationDataClass, x as IntegrationTriggerSubscription, y as IntegrationTriggerEvent, j as IntegrationActionGuard, l as IntegrationActionResult, k as IntegrationActionRequest, z as StartAuthRequest, A as StartAuthResult, C as CompleteAuthRequest, B as InvokeWithCapabilityRequest, D as IntegrationCapability, E as IntegrationHubOptions, F as IssueCapabilityRequest, a as IssuedIntegrationCapability, H as HttpIntegrationProviderOptions } from './core-types-CjWifQOf.js';
4
+ export { G as IntegrationConnectorTrigger } from './core-types-CjWifQOf.js';
5
+ import { I as IntegrationAuditSink } from './consumer-yV4NtH2h.js';
6
+ export { C as CapabilityBundleResult, a as CheckConnectorInput, b as CheckConnectorResult, c as CreateGrantsInput, d as InMemoryIntegrationAuditStore, e as InMemoryIntegrationHealthcheckStore, f as IntegrationAuditEvent, g as IntegrationAuditEventType, h as IntegrationAuditFilter, i as IntegrationAuditStore, j as IntegrationHealthcheckCheck, k as IntegrationHealthcheckResult, l as IntegrationHealthcheckStatus, m as IntegrationHealthcheckStore, n as IntegrationHubAuth, o as IntegrationHubClient, p as IntegrationHubClientOptions, q as IntegrationHubRequestError, L as ListGrantsInput, M as MintCapabilityBundleInput, R as ResolveManifestInput, r as createAuditingActionGuard, s as createIntegrationAuditEvent, t as createIntegrationHubClient, u as healthcheckRequest, v as runIntegrationHealthcheck, w as runIntegrationHealthchecks, x as sanitizeAuditConnection } from './consumer-yV4NtH2h.js';
7
7
  import { IntegrationSandboxBundle, IntegrationManifest, IntegrationManifestResolution, IntegrationRuntime, IntegrationGrantStore, IntegrationRequirementMode } from './runtime.js';
8
8
  export { InMemoryIntegrationGrantStore, IntegrationCapabilityBinding, IntegrationGrant, IntegrationRequirement, IntegrationRequirementResolution, IntegrationRequirementStatus, IntegrationRuntimeHub, IntegrationRuntimeOptions, createIntegrationRuntime } from './runtime.js';
9
- import { C as ConnectorAdapter, R as ResolvedDataSource, a as ConnectorCredentials } from './types-XdpvaIzW.js';
10
- export { A as AuthSpec, b as CASStrategy, c as Capability, d as CapabilityClass, e as CapabilityMutation, f as CapabilityMutationResult, g as CapabilityParameterSchema, h as CapabilityRead, i as CapabilityReadResult, j as ConnectorInvocation, k as ConnectorManifest, l as ConnectorManifestValidationIssue, m as ConnectorManifestValidationResult, n as ConsistencyModel, o as CredentialsExpired, D as DataSourceMetadata, E as EventHandlerResult, I as InboundEvent, p as RateLimitSpec, q as ResourceContention, r as assertValidConnectorManifest, v as validateConnectorManifest } from './types-XdpvaIzW.js';
9
+ import { C as ConnectorAdapter, R as ResolvedDataSource, a as ConnectorCredentials } from './types-Bxg-wJkW.js';
10
+ export { A as AuthSpec, b as CASStrategy, c as Capability, d as CapabilityClass, e as CapabilityMutation, f as CapabilityMutationResult, g as CapabilityParameterSchema, h as CapabilityRead, i as CapabilityReadResult, j as ConnectorInvocation, k as ConnectorManifest, l as ConnectorManifestValidationIssue, m as ConnectorManifestValidationResult, n as ConsistencyModel, o as CredentialsExpired, D as DataSourceMetadata, E as EventHandlerResult, I as InboundEvent, p as RateLimitSpec, q as ResourceContention, r as assertValidConnectorManifest, v as validateConnectorManifest } from './types-Bxg-wJkW.js';
11
11
  export { b as IntegrationErrorCode, I as IntegrationRuntimeError, a as IntegrationUserAction, N as NormalizedIntegrationError, n as normalizeIntegrationError, s as statusForCode } from './errors-Bg3_rxnQ.js';
12
12
  export { ConnectFlowOptions, FinishConnectInput, FinishConnectOutput, InMemoryConnectStateStore, StartConnectInput, StartConnectOutput, finishConnectFlow, revokeConnectFlow, startConnectFlow } from './connect/index.js';
13
13
  export { ExpressLikeRequest, ExpressLikeResponse, HonoLikeContext, RequireTangleAuthOptions, TangleAuthContext, TangleAuthOutcome, TangleAuthReason, expressTangleAuthMiddleware, extractToken, honoTangleAuthMiddleware, requireTangleAuth } from './middleware/index.js';
14
14
  export { DEFAULT_SIGNATURE_TOLERANCE_SECONDS, ExchangeCodeInput, GenericHmacVerifyOptions, InMemoryOAuthFlowStore, OAuthFlowStore, OAuthTokens, ParsedStripeSignatureHeader, PendingOAuthFlow, RefreshInput, SlackVerifyOptions, StartOAuthInput, StartOAuthOutput, StripeVerifyOptions, TwilioVerifyOptions, _resetPendingFlowsForTests, consumePendingFlow, exchangeAuthorizationCode, firstHeader, parseStripeSignatureHeader, refreshAccessToken, startOAuthFlow, verifyHmacSignature, verifySlackSignature, verifyStripeSignature, verifyTwilioSignature } from './connectors/index.js';
15
15
  export { DocuSealOptions, EtsyOptions, GmailOptions, GoogleCalendarOptions, GoogleDocsOptions, GoogleDriveOptions, GoogleFormsOptions, GoogleSheetsOptions, HelloSignOptions, HubSpotOptions, MicrosoftCalendarOptions, MicrosoftGraphOptions, MicrosoftTeamsOptions, NotionDatabaseOptions, OneDriveOptions, OutlookMailOptions, PandaDocOptions, RestConnectorSpec, RestCredentialPlacement, RestOperationSpec, RestRequestSpec, SharePointOptions, SlackOptions, TELEGRAM_FILE_DOWNLOAD_ROOT, WhatsappBusinessOptions, activecampaignConnector, acumbamailConnector, adobeCreativeCloudConnector, afforaiConnector, agentxConnector, aidbaseConnector, aipriseConnector, airOpsConnector, aircallConnector, airtableConnector, airtopConnector, alaiConnector, altTextAiConnector, alttextifyConnector, amazonBedrockConnector, amazonSecretsManagerConnector, amazonSesConnector, amazonSnsConnector, amazonSqsConnector, amazonTextractConnector, aminosConnector, ampecoConnector, anthropicConnector, apitableConnector, apitemplateIoConnector, apolloConnector, appfollowConnector, asanaConnector, ashbyConnector, asknewsConnector, assemblyaiConnector, attioConnector, auth0Connector, autocallsConnector, avianConnector, avomaConnector, azureAdConnector, azureCommunicationServicesConnector, azureOpenaiConnector, backblazeConnector, bamboohrConnector, barcodeLookupConnector, baremetricsConnector, basecampConnector, beamerConnector, bettermodeConnector, bexioConnector, bigcommerceConnector, biginByZohoConnector, billplzConnector, bitlyConnector, blandAiConnector, blueskyConnector, bolnaConnector, bonjoroConnector, bookedinConnector, boxConnector, braveSearchConnector, brazeConnector, brilliantDirectoriesConnector, browseAiConnector, calComConnector, calendlyConnector, campaignMonitorConnector, cannyConnector, canvaConnector, capsuleCrmConnector, captainDataConnector, cashfreePaymentsConnector, certopusConnector, chainalysisApiConnector, chargebeeConnector, chargekeepConnector, chartlyConnector, chatDataConnector, chatbaseConnector, chatlingConnector, chatnodeConnector, chatwootConnector, checkoutConnector, circleConnector, clearoutConnector, clicdataConnector, clickupConnector, clioConnector, clockifyConnector, clockodoConnector, closeConnector, cloudconvertConnector, cloudinaryConnector, cloutlyConnector, codaConnector, cognitoFormsConnector, cohereConnector, cometapiConnector, comfyicuConnector, confluenceConnector, constantContactConnector, contentfulConnector, convertkitConnector, copperConnector, copyAiConnector, crispConnector, cryptolensConnector, customerIoConnector, customgptConnector, dashworksConnector, datadogConnector, datafuelConnector, datocmsConnector, declarativeRestConnector, deepseekConnector, denserAiConnector, descriptConnector, devinConnector, discordConnector, dittofeedConnector, doctlyConnector, documentproConnector, documergeConnector, docuseal, docusignConnector, dropboxConnector, dubConnector, dumplingAiConnector, dustConnector, easyPeasyAiConnector, ebayConnector, edenAiConnector, elasticEmailConnector, emailitConnector, emailoctopusConnector, enrichlayerConnector, esignaturesConnector, etsyConnector, exaConnector, facebookLeadsConnector, facebookPagesConnector, fathomAnalyticsConnector, fathomConnector, figjamConnector, figmaConnector, filloutFormsConnector, firebaseConnector, fireberryConnector, firecrawlConnector, firefliesAiConnector, flipandoConnector, flowiseConnector, flowluConnector, folkConnector, foreplayCoConnector, formbricksConnector, formstackConnector, fountainConnector, fragmentConnector, frameConnector, freeAgentConnector, freshsalesConnector, freshserviceConnector, frontConnector, gameballConnector, geminiConnector, ghostcmsConnector, gistlyConnector, giteaConnector, githubConnector, gitlabConnector, glideConnector, gmail, googleBigqueryConnector, googleCalendar, googleCloudStorageConnector, googleContactsConnector, googleDocs, googleDrive, googleForms, googleGeminiConnector, googleMyBusinessConnector, googleSearchConnector, googleSearchConsoleConnector, googleSheets, googleSlidesConnector, googleTasksConnector, googleVertexaiConnector, googlechatConnector, gorgiasConnector, gotifyConnector, gptzeroDetectAiConnector, granolaConnector, greenhouseConnector, greenptConnector, greipConnector, griptapeConnector, gristConnector, guideliteConnector, gustoConnector, harvestConnector, hashiCorpVaultConnector, hastewireConnector, heartbeatConnector, hedyConnector, hellosign, helpscoutConnector, heygenConnector, heymarketSmsConnector, housecallProConnector, hubspot, huggingFaceConnector, huggingfaceConnector, humeAiConnector, hunterConnector, hystructConnector, ibmCognoseConnector, imageRouterConnector, imapConnector, influencersClubConnector, insightlyConnector, insightoAiConnector, instaChartsConnector, instantlyAiConnector, instasentConnector, intercomConnector, invoiceninjaConnector, jinaAiConnector, jiraCloudConnector, jiraDataCenterConnector, joggAiConnector, jotformConnector, justInvoiceConnector, kallabotAiConnector, kapsoConnector, kimaiConnector, kissflowConnector, kizeoFormsConnector, klaviyoConnector, klentyConnector, knackConnector, knockConnector, koFiConnector, kommoConnector, kudosityConnector, kustomerConnector, leadConnectorConnector, leapAiConnector, leexiConnector, lemlistConnector, lemonSqueezyConnector, letsCalendarConnector, lettaConnector, leverConnector, lightfunnelsConnector, linearConnector, linkaConnector, linkupConnector, llmrailsConnector, lobstermailConnector, localaiConnector, loftyConnector, logrocketConnector, logsnagConnector, lokaliseConnector, loopsConnector, lucidyaConnector, lushaConnector, luxuryPresenceConnector, magicalApiConnector, mailchainConnector, mailchimpConnector, mailerLiteConnector, mailercheckConnector, mailerooConnector, mailgunConnector, makeConnector, manychatConnector, marketoConnector, mastodonConnector, matomoConnector, matrixConnector, mattermostConnector, mauticConnector, medullarConnector, meetgeekAiConnector, memConnector, messagebirdConnector, metabaseConnector, microsoft365PeopleConnector, microsoft365PlannerConnector, microsoftCalendar, microsoftDynamics365BusinessCentralConnector, microsoftDynamicsCrmConnector, microsoftExcel365Connector, microsoftGraph, microsoftOnedriveConnector, microsoftOnenoteConnector, microsoftOutlookCalendarConnector, microsoftOutlookConnector, microsoftPowerBiConnector, microsoftSharepointConnector, microsoftTeams, microsoftTodoConnector, millionverifierConnector, mindStudioConnector, mindeeConnector, miroConnector, missiveConnector, mixmaxConnector, mixpanelConnector, mollieConnector, mondayConnector, mongodbConnector, n8nConnector, netlifyConnector, niftyConnector, ninjapipeConnector, nocodbConnector, notionConnector, notionDatabase, ntfyConnector, odooConnector, omniCoConnector, omnihrConnector, oneDrive, openPhoneConnector, openRouterConnector, openaiConnector, openmicAiConnector, opnformConnector, opportifyConnector, opsgenieConnector, oracleDatabaseConnector, orimonConnector, outlookMail, paddleConnector, pagerdutyConnector, pandadoc, paperformConnector, parseurConnector, pastefyConnector, paywhirlConnector, pdfmonkeyConnector, peekshotConnector, perplexityAiConnector, personalAiConnector, phonyConnector, pinchPaymentsConnector, pineconeConnector, pipedreamConnector, pipedriveConnector, placidConnector, plausibleConnector, pocketbaseConnector, pollybotAiConnector, postgresConnector, posthogConnector, postizConnector, postmarkConnector, predictLeadsConnector, productboardConnector, proxycurlConnector, pushbulletConnector, pushoverConnector, qawafelConnector, qdrantConnector, quadernoConnector, quickbooksConnector, quickzuConnector, raiaAiConnector, rapidtextAiConnector, reachinboxConnector, recallAiConnector, redditConnector, reoonVerifierConnector, replyIoConnector, retableConnector, retellAiConnector, ripplingConnector, robollyConnector, runwareConnector, saasticConnector, saleorConnector, salesforceConnector, sanityConnector, sardisConnector, savvycalConnector, scrapegraphaiConnector, scrapelessConnector, seekTableConnector, sendgridConnector, sendinblueConnector, sendpulseConnector, senjaConnector, sentryConnector, serpstatConnector, serviceNowConnector, sharepoint, shippoConnector, shopifyConnector, shortIoConnector, signNowConnector, signrequestConnector, simplirouteConnector, simplybookmeConnector, skyprepConnector, slack, slackEventsConnector, smartleadConnector, smartsheetConnector, smartsuiteConnector, smooveConnector, smsmodeConnector, snowflakeConnector, socialkitConnector, squareConnector, stripeConnector, stripePackConnector, stripeWebhookReceiverConnector, supabaseConnector, supadataConnector, swarmnodeConnector, systemeIoConnector, tableauConnector, talkableConnector, tallyConnector, teableConnector, telegramConnector, telnyxConnector, tenzoConnector, textcortexAiConnector, ticktickConnector, timeOpsConnector, timelinesAiConnector, tlDvConnector, todoistConnector, togglTrackConnector, totalcmsConnector, trelloConnector, twentyConnector, twilioConnector, twilioSmsConnector, twinLabsConnector, twitterConnector, typeformConnector, typefullyConnector, umamiConnector, upgradechatConnector, uscreenConnector, validatedmailsConnector, vapiConnector, vboutConnector, vercelConnector, videoaskConnector, vidlab7Connector, vlmRunConnector, voucheryIoConnector, vtexConnector, vtigerConnector, wafeqConnector, weaviateConnector, webflowConnector, webhookConnector, webscrapingAiConnector, whatConvertsConnector, whatsappBusiness, whatsappConnector, whatsscaleConnector, wonderchatConnector, woocommerceConnector, woodpeckerConnector, wootricConnector, wordpressConnector, workableConnector, workdayConnector, wrikeConnector, writesonicBulkConnector, wufooConnector, xeroConnector, youcanbookmeConnector, zagomailConnector, zapierConnector, zendeskConnector, zendeskSellConnector, zeplinConnector, zerobounceConnector, zohoBookingsConnector, zohoCrmConnector, zohoDeskConnector, zuoraConnector } from './connectors/adapters/index.js';
16
- export { D as DEFAULT_TANGLE_PLATFORM_URL, d as TANGLE_API_KEY_PREFIX, e as TANGLE_SERVICE_TOKEN_PREFIX, b as TangleIdentityClient, T as TangleIdentityOptions, f as TangleIdentityUnreachableError, c as TangleTokenVerifyFailure, g as TangleTokenVerifyResult, a as TangleUserSummary, h as TangleWorkspaceSummary, i as createTangleIdentityClient, t as tangleIdentity } from './tangle-id-DA_qj-O_.js';
16
+ export { D as DEFAULT_TANGLE_PLATFORM_URL, d as TANGLE_API_KEY_PREFIX, e as TANGLE_SERVICE_TOKEN_PREFIX, b as TangleIdentityClient, T as TangleIdentityOptions, f as TangleIdentityUnreachableError, c as TangleTokenVerifyFailure, g as TangleTokenVerifyResult, a as TangleUserSummary, h as TangleWorkspaceSummary, i as createTangleIdentityClient, t as tangleIdentity } from './tangle-id-hDDWP-2f.js';
17
17
  export { IntegrationCatalogView, IntegrationToolDefinition, IntegrationToolSearchFilters, IntegrationToolSearchResult, McpToolDefinition, buildIntegrationCatalogView, buildIntegrationToolCatalog, describeIntegrationTool, flattenIntegrationToolDefinition, integrationToolName, parseIntegrationToolName, searchIntegrationTools, toMcpTools } from './catalog.js';
18
- import { A as ActivepiecesCatalogEntry, T as TangleCatalogHttpAuthResolverOptions, a as TangleCatalogInstalledPackageExecutorOptions } from './tangle-catalog-runtime-2HddXxoM.js';
19
- export { b as ACTIVEPIECES_RUNTIME_SIGNATURE_HEADER, c as ActivepiecesCatalogAuthField, d as ActivepiecesExecutorInvocation, e as ActivepiecesExecutorProviderOptions, f as ActivepiecesHttpExecutorOptions, g as ActivepiecesRuntimeRequest, h as TANGLE_CATALOG_RUNTIME_SIGNATURE_HEADER, i as TangleCatalogAuthResolverOptions, j as TangleCatalogHttpAuthResolverRequest, k as TangleCatalogHttpExecutorInvocation, l as TangleCatalogHttpExecutorOptions, m as TangleCatalogRuntimeActionRequest, n as TangleCatalogRuntimeHandlerOptions, o as TangleCatalogRuntimeHttpRequest, p as TangleCatalogRuntimeHttpResponse, q as TangleCatalogRuntimeInvocation, r as TangleCatalogRuntimeModuleAction, s as TangleCatalogRuntimePackageCoverageOptions, t as TangleCatalogRuntimePackageCoverageRow, u as TangleCatalogRuntimePiece, v as TangleCatalogRuntimeRequest, w as auditTangleCatalogRuntimePackages, x as buildActivepiecesConnectors, y as buildActivepiecesRuntimeRequest, z as buildTangleCatalogRuntimeRequest, B as createActivepiecesExecutorProvider, C as createActivepiecesHttpExecutor, D as createTangleCatalogCredentialAuthResolver, E as createTangleCatalogHttpAuthResolver, F as createTangleCatalogHttpExecutor, G as createTangleCatalogInstalledPackageExecutor, H as createTangleCatalogRuntimeHandler, I as listActivepiecesCatalogEntries, J as signActivepiecesRuntimeRequest, K as signTangleCatalogRuntimeRequest, L as tangleCatalogAuthValue, M as verifyActivepiecesRuntimeSignature, N as verifyTangleCatalogRuntimeSignature } from './tangle-catalog-runtime-2HddXxoM.js';
20
- import { Server, IncomingMessage, ServerResponse } from 'node:http';
18
+ export { IntegrationActionPack, IntegrationCoveragePriority, IntegrationCoverageSpec, buildIntegrationCoverageConnectors, integrationCoverageChecklistMarkdown, listIntegrationCoverageSpecs } from './coverage-catalog.js';
21
19
  export { ApiKeyAuthSpec, ConnectorAuthSpec, ConsoleStep, CredentialFieldSpec, CredentialValidationInput, CredentialValidationResult, CustomAuthSpec, HealthcheckPlan, HealthcheckSpec, HmacAuthSpec, INTEGRATION_FAMILIES, IntegrationAuthMode, IntegrationAuthSpec, IntegrationFamilyId, IntegrationFamilySpec, IntegrationLifecycleSpec, IntegrationPlannerHints, IntegrationSetupSpec, IntegrationSpec, IntegrationSpecStatus, IntegrationSpecValidationIssue, IntegrationSpecValidationResult, NoneAuthSpec, NormalizedPermission, OAuth2AuthSpec, PermissionDescriptor, PostSetupCheck, Quirk, RenderSpecOptions, RenderedConsoleStep, ScopeDescriptor, assertValidIntegrationSpec, buildHealthcheckPlan, consoleStepsToText, getIntegrationFamily, getIntegrationSpec, integrationSpecToConnector, listExecutableIntegrationSpecs, listIntegrationSpecs, renderAgentToolDescription, renderConsoleSteps, renderRunbookMarkdown, resolveConnectorAuthSpec, specAuthToConnectorAuth, validateCredentialFormat, validateCredentialSet, validateIntegrationSpec } from './specs.js';
22
20
 
23
21
  /**
@@ -988,6 +986,48 @@ declare function normalizeGatewayCatalog(entries: GatewayCatalogEntry[], options
988
986
  providerKind: IntegrationProviderKind;
989
987
  }): IntegrationConnector[];
990
988
 
989
+ interface ActivepiecesCatalogEntry {
990
+ id: string;
991
+ title: string;
992
+ description: string;
993
+ npmPackage?: string;
994
+ version?: string;
995
+ category: IntegrationConnectorCategory;
996
+ auth: IntegrationConnector['auth'];
997
+ authFields?: ActivepiecesCatalogAuthField[];
998
+ domains: string[];
999
+ actions: Array<{
1000
+ id: string;
1001
+ title: string;
1002
+ risk: IntegrationActionRisk;
1003
+ upstreamName?: string;
1004
+ }>;
1005
+ triggers: Array<{
1006
+ id: string;
1007
+ title: string;
1008
+ upstreamName?: string;
1009
+ }>;
1010
+ source: {
1011
+ repository: string;
1012
+ path: string;
1013
+ license: 'MIT';
1014
+ };
1015
+ }
1016
+ interface ActivepiecesCatalogAuthField {
1017
+ key: string;
1018
+ label: string;
1019
+ required: boolean;
1020
+ secret: boolean;
1021
+ kind: 'text' | 'number' | 'boolean' | 'select' | 'object' | 'unknown';
1022
+ description?: string;
1023
+ }
1024
+ declare function listActivepiecesCatalogEntries(): ActivepiecesCatalogEntry[];
1025
+ declare function buildActivepiecesConnectors(options?: {
1026
+ providerId?: string;
1027
+ includeCatalogActions?: boolean;
1028
+ executable?: boolean;
1029
+ }): IntegrationConnector[];
1030
+
991
1031
  interface ActivepiecesPieceOverride {
992
1032
  category?: IntegrationConnectorCategory;
993
1033
  actionRisks?: Record<string, IntegrationActionRisk>;
@@ -996,6 +1036,28 @@ interface ActivepiecesPieceOverride {
996
1036
  declare const ACTIVEPIECES_OVERRIDES: Record<string, ActivepiecesPieceOverride>;
997
1037
  declare function getActivepiecesOverride(id: string): ActivepiecesPieceOverride | undefined;
998
1038
 
1039
+ interface ActivepiecesExecutorInvocation {
1040
+ connection: IntegrationConnection;
1041
+ request: IntegrationActionRequest;
1042
+ connector: IntegrationConnector;
1043
+ catalogEntry: ActivepiecesCatalogEntry;
1044
+ piece: {
1045
+ id: string;
1046
+ npmPackage?: string;
1047
+ version?: string;
1048
+ actionId: string;
1049
+ upstreamActionName?: string;
1050
+ };
1051
+ }
1052
+ interface ActivepiecesExecutorProviderOptions {
1053
+ id?: string;
1054
+ connectors?: IntegrationConnector[];
1055
+ startAuth?: (request: StartAuthRequest) => Promise<StartAuthResult> | StartAuthResult;
1056
+ completeAuth?: (request: CompleteAuthRequest) => Promise<IntegrationConnection> | IntegrationConnection;
1057
+ executeAction: (invocation: ActivepiecesExecutorInvocation) => Promise<IntegrationActionResult> | IntegrationActionResult;
1058
+ }
1059
+ declare function createActivepiecesExecutorProvider(options: ActivepiecesExecutorProviderOptions): IntegrationProvider;
1060
+
999
1061
  interface IntegrationCatalogFreshnessOptions {
1000
1062
  liveActivepieces?: boolean;
1001
1063
  minActivepiecesConnectors?: number;
@@ -1168,6 +1230,7 @@ interface TangleIntegrationCatalogFreshnessResult {
1168
1230
  };
1169
1231
  warnings: string[];
1170
1232
  }
1233
+ declare function listTangleNativeAdapterIds(): string[];
1171
1234
  declare function listTangleIntegrationCatalogEntries(): TangleIntegrationCatalogEntry[];
1172
1235
  declare function listTangleIntegrationContracts(): TangleIntegrationContract[];
1173
1236
  declare function listTangleIntegrationCatalogRuntimePackages(): Array<{
@@ -1189,53 +1252,6 @@ declare function createTangleCatalogExecutorProvider(options: TangleCatalogExecu
1189
1252
  declare const extractExternalCatalogPublicCount: typeof extractActivepiecesPublicPieceCount;
1190
1253
  declare function auditTangleIntegrationCatalogFreshness(options?: TangleIntegrationCatalogFreshnessOptions): Promise<TangleIntegrationCatalogFreshnessResult>;
1191
1254
 
1192
- interface TangleCatalogRuntimeNodeServerOptions {
1193
- secret: string;
1194
- host?: string;
1195
- port?: number;
1196
- path?: string;
1197
- maxBodyBytes?: number;
1198
- requireSignature?: boolean;
1199
- authResolver?: false | TangleCatalogHttpAuthResolverOptions;
1200
- executor?: Omit<TangleCatalogInstalledPackageExecutorOptions, 'resolveAuth'> & {
1201
- resolveAuth?: TangleCatalogInstalledPackageExecutorOptions['resolveAuth'];
1202
- };
1203
- onLog?: (event: {
1204
- level: 'info' | 'warn' | 'error';
1205
- message: string;
1206
- metadata?: Record<string, unknown>;
1207
- }) => void;
1208
- }
1209
- interface StartedTangleCatalogRuntimeNodeServer {
1210
- server: Server;
1211
- url: string;
1212
- close: () => Promise<void>;
1213
- }
1214
- declare function createTangleCatalogRuntimeNodeRequestListener(options: TangleCatalogRuntimeNodeServerOptions): (request: IncomingMessage, response: ServerResponse) => Promise<void>;
1215
- declare function startTangleCatalogRuntimeNodeServer(options: TangleCatalogRuntimeNodeServerOptions): Promise<StartedTangleCatalogRuntimeNodeServer>;
1216
-
1217
- type IntegrationCoveragePriority = 'tier_0' | 'tier_1' | 'tier_2' | 'long_tail';
1218
- interface IntegrationCoverageSpec {
1219
- id: string;
1220
- title: string;
1221
- category: IntegrationConnectorCategory;
1222
- auth: IntegrationConnector['auth'];
1223
- priority: IntegrationCoveragePriority;
1224
- providerKinds: IntegrationProviderKind[];
1225
- domains: string[];
1226
- actionPack: IntegrationActionPack;
1227
- scopes?: string[];
1228
- }
1229
- type IntegrationActionPack = 'email' | 'calendar' | 'chat' | 'crm' | 'storage' | 'docs' | 'database' | 'project' | 'support' | 'marketing' | 'sales' | 'commerce' | 'finance' | 'hr' | 'dev' | 'ai' | 'analytics' | 'workflow' | 'webhook';
1230
- declare function listIntegrationCoverageSpecs(): IntegrationCoverageSpec[];
1231
- declare function buildIntegrationCoverageConnectors(options?: {
1232
- providerId?: string;
1233
- priorities?: IntegrationCoveragePriority[];
1234
- categories?: IntegrationConnectorCategory[];
1235
- actionPacks?: IntegrationActionPack[];
1236
- }): IntegrationConnector[];
1237
- declare function integrationCoverageChecklistMarkdown(): string;
1238
-
1239
1255
  declare class InMemoryConnectionStore implements IntegrationConnectionStore {
1240
1256
  private readonly connections;
1241
1257
  get(connectionId: string): IntegrationConnection | undefined;
@@ -1283,4 +1299,4 @@ declare function createHttpIntegrationProvider(options: HttpIntegrationProviderO
1283
1299
  declare function signCapability(capability: IntegrationCapability, secret: string): string;
1284
1300
  declare function verifyCapabilityToken(token: string, secret: string): IntegrationCapability;
1285
1301
 
1286
- export { ACTIVEPIECES_OVERRIDES, ACTIVEPIECES_PUBLIC_CATALOG_URL, ActivepiecesCatalogEntry, type ActivepiecesPieceOverride, type AppSummary, ApprovalBackedPolicyEngine, type ApprovalBackedPolicyOptions, type BrokerToken, CANONICAL_INTEGRATION_ACTIONS, type CanonicalIntegrationActionId, type CanonicalLaunchConnectorOptions, type CatalogExecutorInvocation, type CatalogExecutorProviderOptions, CompleteAuthRequest, ComposeIntegrationRegistryOptions, type ConnectionCredentialResolverOptions, ConnectorAdapter, type ConnectorAdapterProviderOptions, ConnectorCredentials, type ConsentSummary, type CredentialBackedAdapterProviderOptions, DEFAULT_INTEGRATION_BRIDGE_ENV, DefaultIntegrationActionGuard, type DiscoverWorkspaceCapabilitiesInput, type GatewayCatalogAction, type GatewayCatalogEntry, type GatewayCatalogProviderOptions, type GatewayCatalogTrigger, type GraphqlOperationSpec, HttpIntegrationProviderOptions, type ImportCatalogOptions, InMemoryConnectionStore, InMemoryIntegrationApprovalStore, InMemoryIntegrationEventStore, InMemoryIntegrationIdempotencyStore, InMemoryIntegrationOAuthStateStore, InMemoryIntegrationSecretStore, InMemoryIntegrationWorkflowStore, type InferIntegrationRequirementsOptions, type InstalledIntegrationWorkflow, IntegrationActionGuard, type IntegrationActionPack, IntegrationActionRequest, IntegrationActionResult, IntegrationActionRisk, IntegrationActor, type IntegrationApprovalFilter, type IntegrationApprovalRecord, IntegrationApprovalRequest, type IntegrationApprovalResolution, type IntegrationApprovalStatus, type IntegrationApprovalStore, IntegrationAuditSink, type IntegrationBridgePayload, type IntegrationBridgeToolBinding, IntegrationCapability, type IntegrationCatalogFreshnessOptions, type IntegrationCatalogFreshnessResult, IntegrationCatalogSource, IntegrationConnection, IntegrationConnectionStore, IntegrationConnector, IntegrationConnectorAction, IntegrationConnectorCategory, type IntegrationCoveragePriority, type IntegrationCoverageSpec, IntegrationCredentialsRotatedEvent, IntegrationDataClass, IntegrationError, type IntegrationErrorRuntimeCode, type IntegrationEventStore, IntegrationGrantStore, IntegrationGuardContext, IntegrationHub, IntegrationHubOptions, type IntegrationIdempotencyRecord, type IntegrationIdempotencyStore, type IntegrationInvocationEnvelope, type IntegrationInvocationEnvelopeValidationOptions, IntegrationManifest, IntegrationManifestResolution, IntegrationOAuthState, IntegrationOAuthStateOutcome, IntegrationOAuthStateStore, IntegrationPolicyDecision, type IntegrationPolicyEffect, IntegrationPolicyEngine, type IntegrationPolicyRule, IntegrationProvider, IntegrationProviderKind, type IntegrationRateLimitDecision, type IntegrationRateLimiter, IntegrationRegistry, IntegrationRegistryConflict, IntegrationRegistrySummary, IntegrationRequirementMode, IntegrationRuntime, IntegrationSandboxBundle, IntegrationSandboxHost, type IntegrationSandboxHostHub, type IntegrationSandboxHostOptions, IntegrationSecretStore, IntegrationTriggerEvent, IntegrationTriggerSubscription, type IntegrationWebhookReceiverResult, type IntegrationWorkflowDefinition, IntegrationWorkflowRuntime, type IntegrationWorkflowRuntimeHub, type IntegrationWorkflowRuntimeOptions, type IntegrationWorkflowStore, InvokeWithCapabilityRequest, IssueCapabilityRequest, IssuedIntegrationCapability, type ManifestValidationIssue, type ManifestValidationResult, type McpCatalog, type McpCatalogTool, type MissingRequirementExplanation, type NormalizedIntegrationResult, type OAuthClientCredentials, type OpenApiDocument, type OpenApiOperation, PROVIDER_PASSTHROUGH_ACTION, type PlatformIntegrationPolicyPresetOptions, type ProviderHttpRequestInput, type ProviderPassthroughPolicy, type RegisterAppInput, type RegisteredApp, type RenderConsentOptions, ResolvedDataSource, SecretRef, StartAuthRequest, StartAuthResult, type StartedTangleCatalogRuntimeNodeServer, StaticIntegrationPolicyEngine, type StaticIntegrationPolicyOptions, type StoredIntegrationEvent, TANGLE_INTEGRATIONS_CATALOG_PROVIDER_ID, TANGLE_INTEGRATIONS_CATALOG_SOURCE, TangleAppsClient, type TangleAppsClientOptions, type TangleCatalogExecutorInvocation, type TangleCatalogExecutorProviderOptions, TangleCatalogHttpAuthResolverOptions, TangleCatalogInstalledPackageExecutorOptions, type TangleCatalogRuntimeNodeServerOptions, type TangleCatalogRuntimePackageManifest, type TangleCatalogRuntimePackageManifestOptions, type TangleCatalogTriggerInvocation, type TangleIntegrationCatalogEntry, type TangleIntegrationCatalogFreshnessOptions, type TangleIntegrationCatalogFreshnessResult, type TangleIntegrationContract, type TangleIntegrationContractStatus, type TangleIntegrationImplementationKind, type TangleIntegrationInvokeInput, type TangleIntegrationInvokeResult, TangleIntegrationsClient, type TangleIntegrationsClientOptions, type WorkspaceCapability, type WorkspaceCapabilityDiscovery, type WorkspaceToolSchema, type WorkspaceTrigger, adapterManifestsToConnectors, assertValidIntegrationManifest, auditIntegrationCatalogFreshness, auditTangleIntegrationCatalogFreshness, buildApprovalRequest, buildCanonicalLaunchConnectors, buildIntegrationBridgeEnvironment, buildIntegrationBridgePayload, buildIntegrationCoverageConnectors, buildIntegrationInvocationEnvelope, buildTangleCatalogRuntimePackageManifest, buildTangleIntegrationCatalogConnectors, calendarExercisePlannerManifest, canonicalActionConnectorId, createApprovalBackedPolicyEngine, createCatalogExecutorProvider, createConnectionCredentialResolver, createConnectorAdapterCatalogSource, createConnectorAdapterProvider, createCredentialBackedAdapterProvider, createDefaultIntegrationActionGuard, createDefaultIntegrationPolicyEngine, createGatewayCatalogProvider, createHttpIntegrationProvider, createIntegrationWorkflowRuntime, createMockIntegrationProvider, createPlatformIntegrationPolicyPreset, createTangleAppsClient, createTangleCatalogExecutorProvider, createTangleCatalogRuntimeNodeRequestListener, createTangleIntegrationsClient, decodeIntegrationBridgePayload, discoverWorkspaceCapabilities, dispatchIntegrationInvocation, encodeIntegrationBridgePayload, explainMissingRequirements, extractActivepiecesPublicPieceCount, extractExternalCatalogPublicCount, filterDiscoveryByWorkspaceScopes, getActivepiecesOverride, importGraphqlConnector, importMcpConnector, importOpenApiConnector, inferIntegrationManifestFromTools, integrationCoverageChecklistMarkdown, invocationRequestFromEnvelope, listIntegrationCoverageSpecs, listTangleIntegrationCatalogEntries, listTangleIntegrationCatalogRuntimePackages, listTangleIntegrationContracts, manifestToConnector, normalizeGatewayCatalog, normalizeIntegrationResult, parseIntegrationBridgeEnvironment, receiveIntegrationWebhook, redactApprovalRequest, redactCapability, redactIntegrationBridgePayload, redactInvocationEnvelope, renderApprovalCopy, renderConsentSummary, renderTangleCatalogRuntimePnpmAddCommand, resolveConnectionCredentials, resolveIntegrationApproval, revokeConnection, sanitizeConnection, signCapability, startTangleCatalogRuntimeNodeServer, storedEventToTriggerEvent, validateIntegrationInvocationEnvelope, validateIntegrationManifest, validateProviderPassthroughRequest, verifyCapabilityToken };
1302
+ export { ACTIVEPIECES_OVERRIDES, ACTIVEPIECES_PUBLIC_CATALOG_URL, type ActivepiecesCatalogAuthField, type ActivepiecesCatalogEntry, type ActivepiecesExecutorInvocation, type ActivepiecesExecutorProviderOptions, type ActivepiecesPieceOverride, type AppSummary, ApprovalBackedPolicyEngine, type ApprovalBackedPolicyOptions, type BrokerToken, CANONICAL_INTEGRATION_ACTIONS, type CanonicalIntegrationActionId, type CanonicalLaunchConnectorOptions, type CatalogExecutorInvocation, type CatalogExecutorProviderOptions, CompleteAuthRequest, ComposeIntegrationRegistryOptions, type ConnectionCredentialResolverOptions, ConnectorAdapter, type ConnectorAdapterProviderOptions, ConnectorCredentials, type ConsentSummary, type CredentialBackedAdapterProviderOptions, DEFAULT_INTEGRATION_BRIDGE_ENV, DefaultIntegrationActionGuard, type DiscoverWorkspaceCapabilitiesInput, type GatewayCatalogAction, type GatewayCatalogEntry, type GatewayCatalogProviderOptions, type GatewayCatalogTrigger, type GraphqlOperationSpec, HttpIntegrationProviderOptions, type ImportCatalogOptions, InMemoryConnectionStore, InMemoryIntegrationApprovalStore, InMemoryIntegrationEventStore, InMemoryIntegrationIdempotencyStore, InMemoryIntegrationOAuthStateStore, InMemoryIntegrationSecretStore, InMemoryIntegrationWorkflowStore, type InferIntegrationRequirementsOptions, type InstalledIntegrationWorkflow, IntegrationActionGuard, IntegrationActionRequest, IntegrationActionResult, IntegrationActionRisk, IntegrationActor, type IntegrationApprovalFilter, type IntegrationApprovalRecord, IntegrationApprovalRequest, type IntegrationApprovalResolution, type IntegrationApprovalStatus, type IntegrationApprovalStore, IntegrationAuditSink, type IntegrationBridgePayload, type IntegrationBridgeToolBinding, IntegrationCapability, type IntegrationCatalogFreshnessOptions, type IntegrationCatalogFreshnessResult, IntegrationCatalogSource, IntegrationConnection, IntegrationConnectionStore, IntegrationConnector, IntegrationConnectorAction, IntegrationConnectorCategory, IntegrationCredentialsRotatedEvent, IntegrationDataClass, IntegrationError, type IntegrationErrorRuntimeCode, type IntegrationEventStore, IntegrationGrantStore, IntegrationGuardContext, IntegrationHub, IntegrationHubOptions, type IntegrationIdempotencyRecord, type IntegrationIdempotencyStore, type IntegrationInvocationEnvelope, type IntegrationInvocationEnvelopeValidationOptions, IntegrationManifest, IntegrationManifestResolution, IntegrationOAuthState, IntegrationOAuthStateOutcome, IntegrationOAuthStateStore, IntegrationPolicyDecision, type IntegrationPolicyEffect, IntegrationPolicyEngine, type IntegrationPolicyRule, IntegrationProvider, IntegrationProviderKind, type IntegrationRateLimitDecision, type IntegrationRateLimiter, IntegrationRegistry, IntegrationRegistryConflict, IntegrationRegistrySummary, IntegrationRequirementMode, IntegrationRuntime, IntegrationSandboxBundle, IntegrationSandboxHost, type IntegrationSandboxHostHub, type IntegrationSandboxHostOptions, IntegrationSecretStore, IntegrationTriggerEvent, IntegrationTriggerSubscription, type IntegrationWebhookReceiverResult, type IntegrationWorkflowDefinition, IntegrationWorkflowRuntime, type IntegrationWorkflowRuntimeHub, type IntegrationWorkflowRuntimeOptions, type IntegrationWorkflowStore, InvokeWithCapabilityRequest, IssueCapabilityRequest, IssuedIntegrationCapability, type ManifestValidationIssue, type ManifestValidationResult, type McpCatalog, type McpCatalogTool, type MissingRequirementExplanation, type NormalizedIntegrationResult, type OAuthClientCredentials, type OpenApiDocument, type OpenApiOperation, PROVIDER_PASSTHROUGH_ACTION, type PlatformIntegrationPolicyPresetOptions, type ProviderHttpRequestInput, type ProviderPassthroughPolicy, type RegisterAppInput, type RegisteredApp, type RenderConsentOptions, ResolvedDataSource, SecretRef, StartAuthRequest, StartAuthResult, StaticIntegrationPolicyEngine, type StaticIntegrationPolicyOptions, type StoredIntegrationEvent, TANGLE_INTEGRATIONS_CATALOG_PROVIDER_ID, TANGLE_INTEGRATIONS_CATALOG_SOURCE, TangleAppsClient, type TangleAppsClientOptions, type TangleCatalogExecutorInvocation, type TangleCatalogExecutorProviderOptions, type TangleCatalogRuntimePackageManifest, type TangleCatalogRuntimePackageManifestOptions, type TangleCatalogTriggerInvocation, type TangleIntegrationCatalogEntry, type TangleIntegrationCatalogFreshnessOptions, type TangleIntegrationCatalogFreshnessResult, type TangleIntegrationContract, type TangleIntegrationContractStatus, type TangleIntegrationImplementationKind, type TangleIntegrationInvokeInput, type TangleIntegrationInvokeResult, TangleIntegrationsClient, type TangleIntegrationsClientOptions, type WorkspaceCapability, type WorkspaceCapabilityDiscovery, type WorkspaceToolSchema, type WorkspaceTrigger, adapterManifestsToConnectors, assertValidIntegrationManifest, auditIntegrationCatalogFreshness, auditTangleIntegrationCatalogFreshness, buildActivepiecesConnectors, buildApprovalRequest, buildCanonicalLaunchConnectors, buildIntegrationBridgeEnvironment, buildIntegrationBridgePayload, buildIntegrationInvocationEnvelope, buildTangleCatalogRuntimePackageManifest, buildTangleIntegrationCatalogConnectors, calendarExercisePlannerManifest, canonicalActionConnectorId, createActivepiecesExecutorProvider, createApprovalBackedPolicyEngine, createCatalogExecutorProvider, createConnectionCredentialResolver, createConnectorAdapterCatalogSource, createConnectorAdapterProvider, createCredentialBackedAdapterProvider, createDefaultIntegrationActionGuard, createDefaultIntegrationPolicyEngine, createGatewayCatalogProvider, createHttpIntegrationProvider, createIntegrationWorkflowRuntime, createMockIntegrationProvider, createPlatformIntegrationPolicyPreset, createTangleAppsClient, createTangleCatalogExecutorProvider, createTangleIntegrationsClient, decodeIntegrationBridgePayload, discoverWorkspaceCapabilities, dispatchIntegrationInvocation, encodeIntegrationBridgePayload, explainMissingRequirements, extractActivepiecesPublicPieceCount, extractExternalCatalogPublicCount, filterDiscoveryByWorkspaceScopes, getActivepiecesOverride, importGraphqlConnector, importMcpConnector, importOpenApiConnector, inferIntegrationManifestFromTools, invocationRequestFromEnvelope, listActivepiecesCatalogEntries, listTangleIntegrationCatalogEntries, listTangleIntegrationCatalogRuntimePackages, listTangleIntegrationContracts, listTangleNativeAdapterIds, manifestToConnector, normalizeGatewayCatalog, normalizeIntegrationResult, parseIntegrationBridgeEnvironment, receiveIntegrationWebhook, redactApprovalRequest, redactCapability, redactIntegrationBridgePayload, redactInvocationEnvelope, renderApprovalCopy, renderConsentSummary, renderTangleCatalogRuntimePnpmAddCommand, resolveConnectionCredentials, resolveIntegrationApproval, revokeConnection, sanitizeConnection, signCapability, storedEventToTriggerEvent, validateIntegrationInvocationEnvelope, validateIntegrationManifest, validateProviderPassthroughRequest, verifyCapabilityToken };
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
- verifyActivepiecesRuntimeSignature,
137
- verifyCapabilityToken,
138
- verifyTangleCatalogRuntimeSignature
139
- } from "./chunk-XO2RSS6Y.js";
121
+ verifyCapabilityToken
122
+ } from "./chunk-C4CGT5JE.js";
140
123
  import {
141
124
  InMemoryConnectStateStore,
142
125
  finishConnectFlow,
143
126
  revokeConnectFlow,
144
127
  startConnectFlow
145
- } from "./chunk-43VQSANC.js";
128
+ } from "./chunk-D57YS6XC.js";
146
129
  import {
147
130
  expressTangleAuthMiddleware,
148
131
  extractToken,
149
132
  honoTangleAuthMiddleware,
150
133
  requireTangleAuth
151
- } from "./chunk-YPZORI3G.js";
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-RF3RH374.js";
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-7T5YTVER.js";
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,
@@ -678,7 +663,7 @@ import {
678
663
  zohoCrmConnector,
679
664
  zohoDeskConnector,
680
665
  zuoraConnector
681
- } from "./chunk-6N23S4JY.js";
666
+ } from "./chunk-DT3H3NIW.js";
682
667
  import {
683
668
  DEFAULT_SIGNATURE_TOLERANCE_SECONDS,
684
669
  firstHeader,
@@ -699,11 +684,11 @@ import {
699
684
  createTangleIdentityClient,
700
685
  tangleIdentity,
701
686
  validateConnectorManifest
702
- } from "./chunk-NQ7OPDUM.js";
687
+ } from "./chunk-ZDK7Y4QG.js";
688
+ import "./chunk-PZ5AY32C.js";
703
689
  export {
704
690
  ACTIVEPIECES_OVERRIDES,
705
691
  ACTIVEPIECES_PUBLIC_CATALOG_URL,
706
- ACTIVEPIECES_RUNTIME_SIGNATURE_HEADER,
707
692
  ApprovalBackedPolicyEngine,
708
693
  CANONICAL_INTEGRATION_ACTIONS,
709
694
  CredentialsExpired,
@@ -736,7 +721,6 @@ export {
736
721
  ResourceContention,
737
722
  StaticIntegrationPolicyEngine,
738
723
  TANGLE_API_KEY_PREFIX,
739
- TANGLE_CATALOG_RUNTIME_SIGNATURE_HEADER,
740
724
  TANGLE_INTEGRATIONS_CATALOG_PROVIDER_ID,
741
725
  TANGLE_INTEGRATIONS_CATALOG_SOURCE,
742
726
  TANGLE_SERVICE_TOKEN_PREFIX,
@@ -782,7 +766,6 @@ export {
782
766
  assertValidIntegrationSpec,
783
767
  attioConnector,
784
768
  auditIntegrationCatalogFreshness,
785
- auditTangleCatalogRuntimePackages,
786
769
  auditTangleIntegrationCatalogFreshness,
787
770
  auth0Connector,
788
771
  autocallsConnector,
@@ -814,7 +797,6 @@ export {
814
797
  brilliantDirectoriesConnector,
815
798
  browseAiConnector,
816
799
  buildActivepiecesConnectors,
817
- buildActivepiecesRuntimeRequest,
818
800
  buildApprovalRequest,
819
801
  buildCanonicalLaunchConnectors,
820
802
  buildDefaultIntegrationRegistry,
@@ -826,7 +808,6 @@ export {
826
808
  buildIntegrationInvocationEnvelope,
827
809
  buildIntegrationToolCatalog,
828
810
  buildTangleCatalogRuntimePackageManifest,
829
- buildTangleCatalogRuntimeRequest,
830
811
  buildTangleIntegrationCatalogConnectors,
831
812
  calComConnector,
832
813
  calendarExercisePlannerManifest,
@@ -877,7 +858,6 @@ export {
877
858
  copperConnector,
878
859
  copyAiConnector,
879
860
  createActivepiecesExecutorProvider,
880
- createActivepiecesHttpExecutor,
881
861
  createApprovalBackedPolicyEngine,
882
862
  createAuditingActionGuard,
883
863
  createCatalogExecutorProvider,
@@ -896,13 +876,7 @@ export {
896
876
  createMockIntegrationProvider,
897
877
  createPlatformIntegrationPolicyPreset,
898
878
  createTangleAppsClient,
899
- createTangleCatalogCredentialAuthResolver,
900
879
  createTangleCatalogExecutorProvider,
901
- createTangleCatalogHttpAuthResolver,
902
- createTangleCatalogHttpExecutor,
903
- createTangleCatalogInstalledPackageExecutor,
904
- createTangleCatalogRuntimeHandler,
905
- createTangleCatalogRuntimeNodeRequestListener,
906
880
  createTangleIdentityClient,
907
881
  createTangleIntegrationsClient,
908
882
  crispConnector,
@@ -1094,6 +1068,7 @@ export {
1094
1068
  listTangleIntegrationCatalogEntries,
1095
1069
  listTangleIntegrationCatalogRuntimePackages,
1096
1070
  listTangleIntegrationContracts,
1071
+ listTangleNativeAdapterIds,
1097
1072
  llmrailsConnector,
1098
1073
  lobstermailConnector,
1099
1074
  localaiConnector,
@@ -1268,10 +1243,8 @@ export {
1268
1243
  shippoConnector,
1269
1244
  shopifyConnector,
1270
1245
  shortIoConnector,
1271
- signActivepiecesRuntimeRequest,
1272
1246
  signCapability,
1273
1247
  signNowConnector,
1274
- signTangleCatalogRuntimeRequest,
1275
1248
  signrequestConnector,
1276
1249
  simplirouteConnector,
1277
1250
  simplybookmeConnector,
@@ -1289,7 +1262,6 @@ export {
1289
1262
  squareConnector,
1290
1263
  startConnectFlow,
1291
1264
  startOAuthFlow,
1292
- startTangleCatalogRuntimeNodeServer,
1293
1265
  statusForCode,
1294
1266
  storedEventToTriggerEvent,
1295
1267
  stripeConnector,
@@ -1303,7 +1275,6 @@ export {
1303
1275
  tableauConnector,
1304
1276
  talkableConnector,
1305
1277
  tallyConnector,
1306
- tangleCatalogAuthValue,
1307
1278
  tangleIdentity,
1308
1279
  teableConnector,
1309
1280
  telegramConnector,
@@ -1340,12 +1311,10 @@ export {
1340
1311
  vapiConnector,
1341
1312
  vboutConnector,
1342
1313
  vercelConnector,
1343
- verifyActivepiecesRuntimeSignature,
1344
1314
  verifyCapabilityToken,
1345
1315
  verifyHmacSignature,
1346
1316
  verifySlackSignature,
1347
1317
  verifyStripeSignature,
1348
- verifyTangleCatalogRuntimeSignature,
1349
1318
  verifyTwilioSignature,
1350
1319
  videoaskConnector,
1351
1320
  vidlab7Connector,
@@ -1,5 +1,5 @@
1
- import { T as TangleIdentityOptions, b as TangleIdentityClient, c as TangleTokenVerifyFailure } from '../tangle-id-DA_qj-O_.js';
2
- import '../types-XdpvaIzW.js';
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
@@ -3,8 +3,9 @@ import {
3
3
  extractToken,
4
4
  honoTangleAuthMiddleware,
5
5
  requireTangleAuth
6
- } from "../chunk-YPZORI3G.js";
7
- import "../chunk-NQ7OPDUM.js";
6
+ } from "../chunk-CR35IEKW.js";
7
+ import "../chunk-ZDK7Y4QG.js";
8
+ import "../chunk-PZ5AY32C.js";
8
9
  export {
9
10
  expressTangleAuthMiddleware,
10
11
  extractToken,
@@ -1,5 +1,5 @@
1
- import { b as IntegrationConnector, h as IntegrationCatalogSource } from './core-types-D5Dc65Ud.js';
2
- import './types-XdpvaIzW.js';
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-XO2RSS6Y.js";
9
- import "./chunk-43VQSANC.js";
10
- import "./chunk-YPZORI3G.js";
8
+ } from "./chunk-C4CGT5JE.js";
9
+ import "./chunk-D57YS6XC.js";
10
+ import "./chunk-CR35IEKW.js";
11
11
  import "./chunk-H4XYLS7T.js";
12
- import "./chunk-RF3RH374.js";
13
- import "./chunk-7T5YTVER.js";
12
+ import "./chunk-O553GSCX.js";
13
+ import "./chunk-53NQJZAT.js";
14
+ import "./chunk-7P2LN4VT.js";
14
15
  import "./chunk-376UBTNB.js";
15
- import "./chunk-6N23S4JY.js";
16
+ import "./chunk-DT3H3NIW.js";
16
17
  import "./chunk-2TW2QKGZ.js";
17
- import "./chunk-NQ7OPDUM.js";
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-D5Dc65Ud.js';
4
- import './types-XdpvaIzW.js';
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-XO2RSS6Y.js";
6
- import "./chunk-43VQSANC.js";
7
- import "./chunk-YPZORI3G.js";
5
+ } from "./chunk-C4CGT5JE.js";
6
+ import "./chunk-D57YS6XC.js";
7
+ import "./chunk-CR35IEKW.js";
8
8
  import "./chunk-H4XYLS7T.js";
9
- import "./chunk-RF3RH374.js";
10
- import "./chunk-7T5YTVER.js";
9
+ import "./chunk-O553GSCX.js";
10
+ import "./chunk-53NQJZAT.js";
11
+ import "./chunk-7P2LN4VT.js";
11
12
  import "./chunk-376UBTNB.js";
12
- import "./chunk-6N23S4JY.js";
13
+ import "./chunk-DT3H3NIW.js";
13
14
  import "./chunk-2TW2QKGZ.js";
14
- import "./chunk-NQ7OPDUM.js";
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-D5Dc65Ud.js';
2
- import './types-XdpvaIzW.js';
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-7T5YTVER.js";
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,
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  IntegrationRuntimeError
3
3
  } from "../chunk-H4XYLS7T.js";
4
+ import "../chunk-PZ5AY32C.js";
4
5
 
5
6
  // src/stripe/errors.ts
6
7
  var BillingError = class extends IntegrationRuntimeError {