@lssm/lib.contracts-integrations 9.0.1
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/LICENSE +21 -0
- package/README.md +536 -0
- package/dist/contracts-integrations.feature.d.ts +1 -0
- package/dist/contracts-integrations.feature.js +2 -0
- package/dist/index.d.ts +25 -0
- package/dist/index.js +22 -0
- package/dist/integrations/advertising/index.d.ts +4 -0
- package/dist/integrations/advertising/index.js +2 -0
- package/dist/integrations/advertising/recipe-schema.d.ts +114 -0
- package/dist/integrations/advertising/recipe-schema.js +2 -0
- package/dist/integrations/advertising/recipe.d.ts +53 -0
- package/dist/integrations/advertising/recipe.js +1 -0
- package/dist/integrations/advertising/specs.d.ts +5 -0
- package/dist/integrations/advertising/specs.js +2 -0
- package/dist/integrations/advertising/types.d.ts +97 -0
- package/dist/integrations/advertising/types.js +2 -0
- package/dist/integrations/attio/events.d.ts +4 -0
- package/dist/integrations/attio/events.js +2 -0
- package/dist/integrations/attio/events.test.d.ts +1 -0
- package/dist/integrations/attio/index.d.ts +2 -0
- package/dist/integrations/attio/index.js +2 -0
- package/dist/integrations/attio/operations.d.ts +4 -0
- package/dist/integrations/attio/operations.js +2 -0
- package/dist/integrations/attio/operations.test.d.ts +1 -0
- package/dist/integrations/auth-helpers.d.ts +58 -0
- package/dist/integrations/auth-helpers.js +2 -0
- package/dist/integrations/auth-helpers.test.d.ts +1 -0
- package/dist/integrations/auth.d.ts +96 -0
- package/dist/integrations/auth.js +2 -0
- package/dist/integrations/auth.test.d.ts +1 -0
- package/dist/integrations/binding.d.ts +1 -0
- package/dist/integrations/binding.js +1 -0
- package/dist/integrations/byok.d.ts +75 -0
- package/dist/integrations/byok.js +2 -0
- package/dist/integrations/byok.test.d.ts +1 -0
- package/dist/integrations/catalog.d.ts +84 -0
- package/dist/integrations/catalog.js +2 -0
- package/dist/integrations/catalog.test.d.ts +1 -0
- package/dist/integrations/clay/events.d.ts +93 -0
- package/dist/integrations/clay/events.js +2 -0
- package/dist/integrations/clay/events.test.d.ts +1 -0
- package/dist/integrations/clay/index.d.ts +2 -0
- package/dist/integrations/clay/index.js +2 -0
- package/dist/integrations/clay/operations.d.ts +4 -0
- package/dist/integrations/clay/operations.js +2 -0
- package/dist/integrations/clay/operations.test.d.ts +1 -0
- package/dist/integrations/connection.d.ts +68 -0
- package/dist/integrations/connection.js +1 -0
- package/dist/integrations/credentials.d.ts +56 -0
- package/dist/integrations/credentials.js +2 -0
- package/dist/integrations/credentials.test.d.ts +1 -0
- package/dist/integrations/deployment-topology-model.d.ts +75 -0
- package/dist/integrations/deployment-topology-model.js +2 -0
- package/dist/integrations/deployment-topology-receipt.d.ts +8 -0
- package/dist/integrations/deployment-topology-receipt.js +2 -0
- package/dist/integrations/deployment-topology-validation.d.ts +5 -0
- package/dist/integrations/deployment-topology-validation.js +2 -0
- package/dist/integrations/deployment-topology.d.ts +3 -0
- package/dist/integrations/deployment-topology.js +2 -0
- package/dist/integrations/deployment-topology.test.d.ts +1 -0
- package/dist/integrations/docs/integrations.docblock.d.ts +2 -0
- package/dist/integrations/docs/integrations.docblock.js +101 -0
- package/dist/integrations/email-operations.d.ts +152 -0
- package/dist/integrations/email-operations.js +2 -0
- package/dist/integrations/gtm/capability-ledger.d.ts +48 -0
- package/dist/integrations/gtm/capability-ledger.fixture-helpers.d.ts +9 -0
- package/dist/integrations/gtm/capability-ledger.fixture-helpers.js +2 -0
- package/dist/integrations/gtm/capability-ledger.fixtures.d.ts +5 -0
- package/dist/integrations/gtm/capability-ledger.fixtures.js +2 -0
- package/dist/integrations/gtm/capability-ledger.js +2 -0
- package/dist/integrations/gtm/capability-ledger.test.d.ts +1 -0
- package/dist/integrations/gtm/hosted-mcp.d.ts +12 -0
- package/dist/integrations/gtm/hosted-mcp.js +2 -0
- package/dist/integrations/gtm/index.d.ts +5 -0
- package/dist/integrations/gtm/index.js +2 -0
- package/dist/integrations/gtm/inventory/attio.d.ts +2 -0
- package/dist/integrations/gtm/inventory/attio.js +2 -0
- package/dist/integrations/gtm/inventory/clay.d.ts +2 -0
- package/dist/integrations/gtm/inventory/clay.js +2 -0
- package/dist/integrations/gtm/inventory/fullenrich.d.ts +2 -0
- package/dist/integrations/gtm/inventory/fullenrich.js +2 -0
- package/dist/integrations/gtm/inventory/index.d.ts +4 -0
- package/dist/integrations/gtm/inventory/index.js +2 -0
- package/dist/integrations/gtm/inventory/inventory.test.d.ts +1 -0
- package/dist/integrations/gtm/inventory/types.d.ts +26 -0
- package/dist/integrations/gtm/inventory/types.js +1 -0
- package/dist/integrations/gtm/preflight.d.ts +20 -0
- package/dist/integrations/gtm/preflight.js +2 -0
- package/dist/integrations/gtm/preflight.test.d.ts +1 -0
- package/dist/integrations/gtm/schemas.d.ts +291 -0
- package/dist/integrations/gtm/schemas.js +2 -0
- package/dist/integrations/gtm/webhook-ingress.d.ts +37 -0
- package/dist/integrations/gtm/webhook-ingress.js +2 -0
- package/dist/integrations/gtm/webhook-ingress.test.d.ts +1 -0
- package/dist/integrations/health/contracts/activities.d.ts +162 -0
- package/dist/integrations/health/contracts/activities.js +2 -0
- package/dist/integrations/health/contracts/biometrics.d.ts +156 -0
- package/dist/integrations/health/contracts/biometrics.js +2 -0
- package/dist/integrations/health/contracts/contracts.test.d.ts +1 -0
- package/dist/integrations/health/contracts/index.d.ts +10 -0
- package/dist/integrations/health/contracts/index.js +2 -0
- package/dist/integrations/health/contracts/nutrition.d.ts +162 -0
- package/dist/integrations/health/contracts/nutrition.js +2 -0
- package/dist/integrations/health/contracts/sleep.d.ts +166 -0
- package/dist/integrations/health/contracts/sleep.js +2 -0
- package/dist/integrations/health/contracts/webhooks.d.ts +73 -0
- package/dist/integrations/health/contracts/webhooks.js +2 -0
- package/dist/integrations/health/contracts/workouts.d.ts +166 -0
- package/dist/integrations/health/contracts/workouts.js +2 -0
- package/dist/integrations/health/guards.d.ts +8 -0
- package/dist/integrations/health/guards.js +2 -0
- package/dist/integrations/health/guards.test.d.ts +1 -0
- package/dist/integrations/health/health.capability.d.ts +1 -0
- package/dist/integrations/health/health.capability.js +2 -0
- package/dist/integrations/health/health.feature.d.ts +1 -0
- package/dist/integrations/health/health.feature.js +2 -0
- package/dist/integrations/health/models.d.ts +361 -0
- package/dist/integrations/health/models.js +2 -0
- package/dist/integrations/health/telemetry.d.ts +17 -0
- package/dist/integrations/health/telemetry.js +2 -0
- package/dist/integrations/health/telemetry.test.d.ts +1 -0
- package/dist/integrations/health.d.ts +17 -0
- package/dist/integrations/health.js +2 -0
- package/dist/integrations/health.test.d.ts +1 -0
- package/dist/integrations/index.d.ts +30 -0
- package/dist/integrations/index.js +22 -0
- package/dist/integrations/integrations.capability.d.ts +1 -0
- package/dist/integrations/integrations.capability.js +2 -0
- package/dist/integrations/integrations.feature.d.ts +5 -0
- package/dist/integrations/integrations.feature.js +2 -0
- package/dist/integrations/linkedin/advertising.d.ts +52 -0
- package/dist/integrations/linkedin/advertising.js +1 -0
- package/dist/integrations/linkedin/analytics.d.ts +25 -0
- package/dist/integrations/linkedin/analytics.js +1 -0
- package/dist/integrations/linkedin/capabilities.d.ts +54 -0
- package/dist/integrations/linkedin/capabilities.js +2 -0
- package/dist/integrations/linkedin/capability-evaluation.test.d.ts +1 -0
- package/dist/integrations/linkedin/community.d.ts +77 -0
- package/dist/integrations/linkedin/community.js +1 -0
- package/dist/integrations/linkedin/credentials.d.ts +17 -0
- package/dist/integrations/linkedin/credentials.js +2 -0
- package/dist/integrations/linkedin/host.d.ts +53 -0
- package/dist/integrations/linkedin/host.js +2 -0
- package/dist/integrations/linkedin/host.test.d.ts +1 -0
- package/dist/integrations/linkedin/identity.d.ts +29 -0
- package/dist/integrations/linkedin/identity.js +1 -0
- package/dist/integrations/linkedin/index.d.ts +16 -0
- package/dist/integrations/linkedin/index.js +2 -0
- package/dist/integrations/linkedin/installation.d.ts +54 -0
- package/dist/integrations/linkedin/installation.js +2 -0
- package/dist/integrations/linkedin/linkedin.test.d.ts +1 -0
- package/dist/integrations/linkedin/media-job-state.d.ts +70 -0
- package/dist/integrations/linkedin/media-job-state.js +2 -0
- package/dist/integrations/linkedin/media-job.d.ts +88 -0
- package/dist/integrations/linkedin/media-job.js +2 -0
- package/dist/integrations/linkedin/media-session.d.ts +37 -0
- package/dist/integrations/linkedin/media-session.js +2 -0
- package/dist/integrations/linkedin/media.d.ts +51 -0
- package/dist/integrations/linkedin/media.js +2 -0
- package/dist/integrations/linkedin/messaging.d.ts +70 -0
- package/dist/integrations/linkedin/messaging.js +1 -0
- package/dist/integrations/linkedin/models.d.ts +42 -0
- package/dist/integrations/linkedin/models.js +1 -0
- package/dist/integrations/linkedin/native-publication.d.ts +43 -0
- package/dist/integrations/linkedin/native-publication.js +2 -0
- package/dist/integrations/linkedin/native-withdrawal.d.ts +12 -0
- package/dist/integrations/linkedin/native-withdrawal.js +2 -0
- package/dist/integrations/linkedin/operation-catalog.d.ts +314 -0
- package/dist/integrations/linkedin/operation-catalog.js +2 -0
- package/dist/integrations/linkedin/operations.d.ts +66 -0
- package/dist/integrations/linkedin/operations.js +2 -0
- package/dist/integrations/linkedin/provider.d.ts +72 -0
- package/dist/integrations/linkedin/provider.js +2 -0
- package/dist/integrations/linkedin/sales.d.ts +57 -0
- package/dist/integrations/linkedin/sales.js +1 -0
- package/dist/integrations/linkedin/sync.d.ts +41 -0
- package/dist/integrations/linkedin/sync.js +1 -0
- package/dist/integrations/linkedin/webhooks.d.ts +38 -0
- package/dist/integrations/linkedin/webhooks.js +1 -0
- package/dist/integrations/meeting-recorder/contracts/index.d.ts +7 -0
- package/dist/integrations/meeting-recorder/contracts/index.js +2 -0
- package/dist/integrations/meeting-recorder/contracts/meetings.d.ts +451 -0
- package/dist/integrations/meeting-recorder/contracts/meetings.js +2 -0
- package/dist/integrations/meeting-recorder/contracts/transcripts.d.ts +166 -0
- package/dist/integrations/meeting-recorder/contracts/transcripts.js +2 -0
- package/dist/integrations/meeting-recorder/contracts/webhooks.d.ts +85 -0
- package/dist/integrations/meeting-recorder/contracts/webhooks.js +2 -0
- package/dist/integrations/meeting-recorder/meeting-recorder.capability.d.ts +1 -0
- package/dist/integrations/meeting-recorder/meeting-recorder.capability.js +2 -0
- package/dist/integrations/meeting-recorder/meeting-recorder.feature.d.ts +5 -0
- package/dist/integrations/meeting-recorder/meeting-recorder.feature.js +2 -0
- package/dist/integrations/meeting-recorder/models.d.ts +402 -0
- package/dist/integrations/meeting-recorder/models.js +2 -0
- package/dist/integrations/meeting-recorder/telemetry.d.ts +13 -0
- package/dist/integrations/meeting-recorder/telemetry.js +2 -0
- package/dist/integrations/openbanking/contracts/accounts.d.ts +282 -0
- package/dist/integrations/openbanking/contracts/accounts.js +2 -0
- package/dist/integrations/openbanking/contracts/balances.d.ts +158 -0
- package/dist/integrations/openbanking/contracts/balances.js +2 -0
- package/dist/integrations/openbanking/contracts/index.d.ts +7 -0
- package/dist/integrations/openbanking/contracts/index.js +2 -0
- package/dist/integrations/openbanking/contracts/transactions.d.ts +206 -0
- package/dist/integrations/openbanking/contracts/transactions.js +2 -0
- package/dist/integrations/openbanking/guards.d.ts +8 -0
- package/dist/integrations/openbanking/guards.js +2 -0
- package/dist/integrations/openbanking/guards.test.d.ts +1 -0
- package/dist/integrations/openbanking/models.d.ts +223 -0
- package/dist/integrations/openbanking/models.js +2 -0
- package/dist/integrations/openbanking/openbanking.capability.d.ts +1 -0
- package/dist/integrations/openbanking/openbanking.capability.js +2 -0
- package/dist/integrations/openbanking/openbanking.feature.d.ts +5 -0
- package/dist/integrations/openbanking/openbanking.feature.js +2 -0
- package/dist/integrations/openbanking/telemetry.d.ts +12 -0
- package/dist/integrations/openbanking/telemetry.js +2 -0
- package/dist/integrations/operations.d.ts +430 -0
- package/dist/integrations/operations.js +22 -0
- package/dist/integrations/operations.test.d.ts +1 -0
- package/dist/integrations/providers/analytics-reader.d.ts +103 -0
- package/dist/integrations/providers/analytics-reader.js +1 -0
- package/dist/integrations/providers/analytics-writer.d.ts +6 -0
- package/dist/integrations/providers/analytics-writer.js +1 -0
- package/dist/integrations/providers/analytics.d.ts +47 -0
- package/dist/integrations/providers/analytics.js +1 -0
- package/dist/integrations/providers/apify.d.ts +3 -0
- package/dist/integrations/providers/apify.js +2 -0
- package/dist/integrations/providers/apple-health.d.ts +3 -0
- package/dist/integrations/providers/apple-health.js +2 -0
- package/dist/integrations/providers/async-media-record.d.ts +26 -0
- package/dist/integrations/providers/async-media-record.js +2 -0
- package/dist/integrations/providers/async-media.d.ts +112 -0
- package/dist/integrations/providers/async-media.js +1 -0
- package/dist/integrations/providers/attio.d.ts +4 -0
- package/dist/integrations/providers/attio.js +2 -0
- package/dist/integrations/providers/bright-data.d.ts +3 -0
- package/dist/integrations/providers/bright-data.js +2 -0
- package/dist/integrations/providers/browserbase.d.ts +3 -0
- package/dist/integrations/providers/browserbase.js +2 -0
- package/dist/integrations/providers/calendar.d.js +1 -0
- package/dist/integrations/providers/calendar.d.ts +81 -0
- package/dist/integrations/providers/calendar.js +1 -0
- package/dist/integrations/providers/catalog.d.ts +2 -0
- package/dist/integrations/providers/catalog.js +2 -0
- package/dist/integrations/providers/clay.d.ts +4 -0
- package/dist/integrations/providers/clay.js +2 -0
- package/dist/integrations/providers/communication-channel.d.ts +45 -0
- package/dist/integrations/providers/communication-channel.js +2 -0
- package/dist/integrations/providers/communication-channel.test.d.ts +1 -0
- package/dist/integrations/providers/composio.d.ts +3 -0
- package/dist/integrations/providers/composio.js +2 -0
- package/dist/integrations/providers/crm-external-profiles.test.d.ts +1 -0
- package/dist/integrations/providers/crm-fixture-core.d.ts +20 -0
- package/dist/integrations/providers/crm-fixture-core.js +2 -0
- package/dist/integrations/providers/crm-hubspot-fixture.d.ts +14 -0
- package/dist/integrations/providers/crm-hubspot-fixture.js +2 -0
- package/dist/integrations/providers/crm-salesforce-fixture.d.ts +17 -0
- package/dist/integrations/providers/crm-salesforce-fixture.js +2 -0
- package/dist/integrations/providers/crm-write-proposal-types.d.ts +83 -0
- package/dist/integrations/providers/crm-write-proposal-types.js +2 -0
- package/dist/integrations/providers/crm-write-proposal.d.ts +7 -0
- package/dist/integrations/providers/crm-write-proposal.js +2 -0
- package/dist/integrations/providers/crm-write-proposal.test.d.ts +1 -0
- package/dist/integrations/providers/crm.d.ts +94 -0
- package/dist/integrations/providers/crm.js +2 -0
- package/dist/integrations/providers/crm.test.d.ts +1 -0
- package/dist/integrations/providers/database.d.ts +12 -0
- package/dist/integrations/providers/database.js +1 -0
- package/dist/integrations/providers/deepgram.d.ts +3 -0
- package/dist/integrations/providers/deepgram.js +2 -0
- package/dist/integrations/providers/direct-fetch.d.ts +3 -0
- package/dist/integrations/providers/direct-fetch.js +2 -0
- package/dist/integrations/providers/eightsleep.d.ts +3 -0
- package/dist/integrations/providers/eightsleep.js +2 -0
- package/dist/integrations/providers/elevenlabs.d.ts +3 -0
- package/dist/integrations/providers/elevenlabs.js +2 -0
- package/dist/integrations/providers/email-delivery-events.d.ts +22 -0
- package/dist/integrations/providers/email-delivery-events.js +1 -0
- package/dist/integrations/providers/email.d.ts +187 -0
- package/dist/integrations/providers/email.js +1 -0
- package/dist/integrations/providers/embedding.d.ts +52 -0
- package/dist/integrations/providers/embedding.js +1 -0
- package/dist/integrations/providers/embedding.test.d.ts +1 -0
- package/dist/integrations/providers/fal-image.d.ts +3 -0
- package/dist/integrations/providers/fal-image.js +2 -0
- package/dist/integrations/providers/fal.d.ts +3 -0
- package/dist/integrations/providers/fal.js +2 -0
- package/dist/integrations/providers/fathom.d.ts +3 -0
- package/dist/integrations/providers/fathom.js +2 -0
- package/dist/integrations/providers/firecrawl.d.ts +3 -0
- package/dist/integrations/providers/firecrawl.js +2 -0
- package/dist/integrations/providers/fireflies.d.ts +3 -0
- package/dist/integrations/providers/fireflies.js +2 -0
- package/dist/integrations/providers/fitbit.d.ts +3 -0
- package/dist/integrations/providers/fitbit.js +2 -0
- package/dist/integrations/providers/fullenrich.d.ts +3 -0
- package/dist/integrations/providers/fullenrich.js +2 -0
- package/dist/integrations/providers/garmin.d.ts +3 -0
- package/dist/integrations/providers/garmin.js +2 -0
- package/dist/integrations/providers/gcs-storage.d.ts +3 -0
- package/dist/integrations/providers/gcs-storage.js +2 -0
- package/dist/integrations/providers/gmail.d.ts +3 -0
- package/dist/integrations/providers/gmail.js +2 -0
- package/dist/integrations/providers/google-calendar.d.ts +3 -0
- package/dist/integrations/providers/google-calendar.js +2 -0
- package/dist/integrations/providers/google-drive.d.ts +54 -0
- package/dist/integrations/providers/google-drive.js +2 -0
- package/dist/integrations/providers/gradium.d.ts +3 -0
- package/dist/integrations/providers/gradium.js +2 -0
- package/dist/integrations/providers/granola.d.ts +3 -0
- package/dist/integrations/providers/granola.js +2 -0
- package/dist/integrations/providers/gtm-providers.test.d.ts +1 -0
- package/dist/integrations/providers/health-provider-shared.d.ts +28 -0
- package/dist/integrations/providers/health-provider-shared.js +2 -0
- package/dist/integrations/providers/health-providers.test.d.ts +1 -0
- package/dist/integrations/providers/health.d.ts +186 -0
- package/dist/integrations/providers/health.js +1 -0
- package/dist/integrations/providers/higgsfield.d.ts +3 -0
- package/dist/integrations/providers/higgsfield.js +2 -0
- package/dist/integrations/providers/image.d.ts +85 -0
- package/dist/integrations/providers/image.js +2 -0
- package/dist/integrations/providers/index.d.ts +101 -0
- package/dist/integrations/providers/index.js +2 -0
- package/dist/integrations/providers/jira.d.ts +3 -0
- package/dist/integrations/providers/jira.js +2 -0
- package/dist/integrations/providers/linear.d.ts +3 -0
- package/dist/integrations/providers/linear.js +2 -0
- package/dist/integrations/providers/linkedin-community.d.ts +3 -0
- package/dist/integrations/providers/linkedin-community.js +2 -0
- package/dist/integrations/providers/linkedin-marketing.d.ts +3 -0
- package/dist/integrations/providers/linkedin-marketing.js +2 -0
- package/dist/integrations/providers/linkedin-member.d.ts +3 -0
- package/dist/integrations/providers/linkedin-member.js +2 -0
- package/dist/integrations/providers/linkedin-messaging.d.ts +3 -0
- package/dist/integrations/providers/linkedin-messaging.js +2 -0
- package/dist/integrations/providers/linkedin-providers.test.d.ts +1 -0
- package/dist/integrations/providers/linkedin-sales-navigator.d.ts +3 -0
- package/dist/integrations/providers/linkedin-sales-navigator.js +2 -0
- package/dist/integrations/providers/linkedin-spec-shared.d.ts +16 -0
- package/dist/integrations/providers/linkedin-spec-shared.js +2 -0
- package/dist/integrations/providers/linkup.d.ts +3 -0
- package/dist/integrations/providers/linkup.js +2 -0
- package/dist/integrations/providers/llm.d.ts +79 -0
- package/dist/integrations/providers/llm.js +1 -0
- package/dist/integrations/providers/massive.d.ts +5 -0
- package/dist/integrations/providers/massive.js +2 -0
- package/dist/integrations/providers/meeting-capture.d.ts +56 -0
- package/dist/integrations/providers/meeting-capture.js +1 -0
- package/dist/integrations/providers/meeting-recorder.d.ts +129 -0
- package/dist/integrations/providers/meeting-recorder.js +1 -0
- package/dist/integrations/providers/messaging-github.d.ts +9 -0
- package/dist/integrations/providers/messaging-github.js +2 -0
- package/dist/integrations/providers/messaging-matrix.d.ts +3 -0
- package/dist/integrations/providers/messaging-matrix.js +2 -0
- package/dist/integrations/providers/messaging-slack.d.ts +9 -0
- package/dist/integrations/providers/messaging-slack.js +2 -0
- package/dist/integrations/providers/messaging-teams.d.ts +10 -0
- package/dist/integrations/providers/messaging-teams.js +2 -0
- package/dist/integrations/providers/messaging-telegram.d.ts +3 -0
- package/dist/integrations/providers/messaging-telegram.js +2 -0
- package/dist/integrations/providers/messaging-whatsapp-meta.d.ts +3 -0
- package/dist/integrations/providers/messaging-whatsapp-meta.js +2 -0
- package/dist/integrations/providers/messaging-whatsapp-twilio.d.ts +3 -0
- package/dist/integrations/providers/messaging-whatsapp-twilio.js +2 -0
- package/dist/integrations/providers/messaging.d.ts +30 -0
- package/dist/integrations/providers/messaging.js +1 -0
- package/dist/integrations/providers/mistral-conversational.d.ts +3 -0
- package/dist/integrations/providers/mistral-conversational.js +2 -0
- package/dist/integrations/providers/mistral-stt.d.ts +3 -0
- package/dist/integrations/providers/mistral-stt.js +2 -0
- package/dist/integrations/providers/mistral.d.ts +3 -0
- package/dist/integrations/providers/mistral.js +2 -0
- package/dist/integrations/providers/mode-exemptions.d.ts +10 -0
- package/dist/integrations/providers/mode-exemptions.js +2 -0
- package/dist/integrations/providers/myfitnesspal.d.ts +3 -0
- package/dist/integrations/providers/myfitnesspal.js +2 -0
- package/dist/integrations/providers/notion.d.ts +9 -0
- package/dist/integrations/providers/notion.js +2 -0
- package/dist/integrations/providers/openai-image.d.ts +3 -0
- package/dist/integrations/providers/openai-image.js +2 -0
- package/dist/integrations/providers/openai-realtime.d.ts +3 -0
- package/dist/integrations/providers/openai-realtime.js +2 -0
- package/dist/integrations/providers/openbanking.d.ts +125 -0
- package/dist/integrations/providers/openbanking.js +1 -0
- package/dist/integrations/providers/openwearables.d.ts +3 -0
- package/dist/integrations/providers/openwearables.js +2 -0
- package/dist/integrations/providers/oura.d.ts +3 -0
- package/dist/integrations/providers/oura.js +2 -0
- package/dist/integrations/providers/oxylabs.d.ts +3 -0
- package/dist/integrations/providers/oxylabs.js +2 -0
- package/dist/integrations/providers/payments/capabilities-billing.d.ts +67 -0
- package/dist/integrations/providers/payments/capabilities-billing.js +1 -0
- package/dist/integrations/providers/payments/capabilities-payments.d.ts +57 -0
- package/dist/integrations/providers/payments/capabilities-payments.js +1 -0
- package/dist/integrations/providers/payments/capabilities.d.ts +2 -0
- package/dist/integrations/providers/payments/capabilities.js +1 -0
- package/dist/integrations/providers/payments/context.d.ts +75 -0
- package/dist/integrations/providers/payments/context.js +2 -0
- package/dist/integrations/providers/payments/provider.d.ts +22 -0
- package/dist/integrations/providers/payments/provider.js +1 -0
- package/dist/integrations/providers/payments/resources.d.ts +97 -0
- package/dist/integrations/providers/payments/resources.js +1 -0
- package/dist/integrations/providers/payments/shared.d.ts +61 -0
- package/dist/integrations/providers/payments/shared.js +2 -0
- package/dist/integrations/providers/payments.d.ts +5 -0
- package/dist/integrations/providers/payments.js +2 -0
- package/dist/integrations/providers/payments.test.d.ts +1 -0
- package/dist/integrations/providers/paypal.d.ts +3 -0
- package/dist/integrations/providers/paypal.js +2 -0
- package/dist/integrations/providers/peloton.d.ts +3 -0
- package/dist/integrations/providers/peloton.js +2 -0
- package/dist/integrations/providers/posthog-llm-telemetry.d.ts +51 -0
- package/dist/integrations/providers/posthog-llm-telemetry.js +2 -0
- package/dist/integrations/providers/posthog.d.ts +3 -0
- package/dist/integrations/providers/posthog.js +2 -0
- package/dist/integrations/providers/postmark.d.ts +3 -0
- package/dist/integrations/providers/postmark.js +2 -0
- package/dist/integrations/providers/powens.d.ts +3 -0
- package/dist/integrations/providers/powens.js +2 -0
- package/dist/integrations/providers/project-management.d.ts +196 -0
- package/dist/integrations/providers/project-management.js +2 -0
- package/dist/integrations/providers/provider-delta.d.ts +45 -0
- package/dist/integrations/providers/provider-delta.js +2 -0
- package/dist/integrations/providers/provider-delta.test.d.ts +1 -0
- package/dist/integrations/providers/provider-modes-coverage.test.d.ts +1 -0
- package/dist/integrations/providers/providers.test.d.ts +1 -0
- package/dist/integrations/providers/qdrant.d.ts +3 -0
- package/dist/integrations/providers/qdrant.js +2 -0
- package/dist/integrations/providers/registry.d.ts +24 -0
- package/dist/integrations/providers/registry.js +2 -0
- package/dist/integrations/providers/reworkd.d.ts +3 -0
- package/dist/integrations/providers/reworkd.js +2 -0
- package/dist/integrations/providers/serper.d.ts +3 -0
- package/dist/integrations/providers/serper.js +2 -0
- package/dist/integrations/providers/sillage.d.ts +4 -0
- package/dist/integrations/providers/sillage.js +2 -0
- package/dist/integrations/providers/slng.d.ts +3 -0
- package/dist/integrations/providers/slng.js +2 -0
- package/dist/integrations/providers/sms.d.ts +31 -0
- package/dist/integrations/providers/sms.js +1 -0
- package/dist/integrations/providers/social.d.ts +8 -0
- package/dist/integrations/providers/social.js +2 -0
- package/dist/integrations/providers/storage.d.ts +65 -0
- package/dist/integrations/providers/storage.js +1 -0
- package/dist/integrations/providers/strava.d.ts +3 -0
- package/dist/integrations/providers/strava.js +2 -0
- package/dist/integrations/providers/stripe.d.ts +3 -0
- package/dist/integrations/providers/stripe.js +2 -0
- package/dist/integrations/providers/supabase-postgres.d.ts +3 -0
- package/dist/integrations/providers/supabase-postgres.js +2 -0
- package/dist/integrations/providers/supabase-vector.d.ts +3 -0
- package/dist/integrations/providers/supabase-vector.js +2 -0
- package/dist/integrations/providers/tavily.d.ts +8 -0
- package/dist/integrations/providers/tavily.js +2 -0
- package/dist/integrations/providers/tldv.d.ts +3 -0
- package/dist/integrations/providers/tldv.js +2 -0
- package/dist/integrations/providers/twilio-sms.d.ts +3 -0
- package/dist/integrations/providers/twilio-sms.js +2 -0
- package/dist/integrations/providers/vector-store.d.ts +39 -0
- package/dist/integrations/providers/vector-store.js +1 -0
- package/dist/integrations/providers/video.d.ts +181 -0
- package/dist/integrations/providers/video.js +2 -0
- package/dist/integrations/providers/voice-video-sync.d.ts +29 -0
- package/dist/integrations/providers/voice-video-sync.js +1 -0
- package/dist/integrations/providers/voice.d.ts +180 -0
- package/dist/integrations/providers/voice.js +1 -0
- package/dist/integrations/providers/web-access-shared.d.ts +18 -0
- package/dist/integrations/providers/web-access-shared.js +2 -0
- package/dist/integrations/providers/whoop.d.ts +3 -0
- package/dist/integrations/providers/whoop.js +2 -0
- package/dist/integrations/runtime-transport.test.d.ts +1 -0
- package/dist/integrations/runtime.d.ts +140 -0
- package/dist/integrations/runtime.js +2 -0
- package/dist/integrations/runtime.test.d.ts +1 -0
- package/dist/integrations/sales-intelligence/events.d.ts +182 -0
- package/dist/integrations/sales-intelligence/events.js +2 -0
- package/dist/integrations/sales-intelligence/events.test.d.ts +1 -0
- package/dist/integrations/sales-intelligence/fullenrich-cancel-operation.d.ts +39 -0
- package/dist/integrations/sales-intelligence/fullenrich-cancel-operation.js +2 -0
- package/dist/integrations/sales-intelligence/index.d.ts +7 -0
- package/dist/integrations/sales-intelligence/index.js +2 -0
- package/dist/integrations/sales-intelligence/operation-helpers.d.ts +4 -0
- package/dist/integrations/sales-intelligence/operation-helpers.js +2 -0
- package/dist/integrations/sales-intelligence/operations.d.ts +873 -0
- package/dist/integrations/sales-intelligence/operations.js +2 -0
- package/dist/integrations/sales-intelligence/operations.test.d.ts +1 -0
- package/dist/integrations/sales-intelligence/schemas-events.d.ts +78 -0
- package/dist/integrations/sales-intelligence/schemas-events.js +2 -0
- package/dist/integrations/sales-intelligence/schemas-results.d.ts +69 -0
- package/dist/integrations/sales-intelligence/schemas-results.js +2 -0
- package/dist/integrations/sales-intelligence/schemas.d.ts +73 -0
- package/dist/integrations/sales-intelligence/schemas.js +2 -0
- package/dist/integrations/secrets/aws-secret-manager.d.ts +28 -0
- package/dist/integrations/secrets/aws-secret-manager.js +2 -0
- package/dist/integrations/secrets/env-secret-provider.d.ts +28 -0
- package/dist/integrations/secrets/env-secret-provider.js +2 -0
- package/dist/integrations/secrets/gcp-secret-manager.d.ts +29 -0
- package/dist/integrations/secrets/gcp-secret-manager.js +2 -0
- package/dist/integrations/secrets/index.d.ts +6 -0
- package/dist/integrations/secrets/index.js +2 -0
- package/dist/integrations/secrets/manager.d.ts +44 -0
- package/dist/integrations/secrets/manager.js +2 -0
- package/dist/integrations/secrets/provider.d.ts +49 -0
- package/dist/integrations/secrets/provider.js +2 -0
- package/dist/integrations/secrets/provider.test.d.ts +1 -0
- package/dist/integrations/secrets/scaleway-secret-manager.d.ts +35 -0
- package/dist/integrations/secrets/scaleway-secret-manager.js +2 -0
- package/dist/integrations/secrets-types.d.ts +14 -0
- package/dist/integrations/secrets-types.js +1 -0
- package/dist/integrations/social/index.d.ts +7 -0
- package/dist/integrations/social/index.js +2 -0
- package/dist/integrations/social/instagram.d.ts +86 -0
- package/dist/integrations/social/instagram.js +1 -0
- package/dist/integrations/social/models.d.ts +107 -0
- package/dist/integrations/social/models.js +1 -0
- package/dist/integrations/social/provider.d.ts +46 -0
- package/dist/integrations/social/provider.js +2 -0
- package/dist/integrations/social/social.test.d.ts +1 -0
- package/dist/integrations/social/tracking-models.d.ts +153 -0
- package/dist/integrations/social/tracking-models.js +2 -0
- package/dist/integrations/social/tracking-provider.d.ts +53 -0
- package/dist/integrations/social/tracking-provider.js +1 -0
- package/dist/integrations/social/tracking-store.d.ts +78 -0
- package/dist/integrations/social/tracking-store.js +1 -0
- package/dist/integrations/social/x-publication.d.ts +143 -0
- package/dist/integrations/social/x-publication.js +2 -0
- package/dist/integrations/social/x-upload-state.d.ts +53 -0
- package/dist/integrations/social/x-upload-state.js +2 -0
- package/dist/integrations/social/x-upload.d.ts +111 -0
- package/dist/integrations/social/x-upload.js +2 -0
- package/dist/integrations/social/x-withdrawal.d.ts +13 -0
- package/dist/integrations/social/x-withdrawal.js +2 -0
- package/dist/integrations/social/x.d.ts +84 -0
- package/dist/integrations/social/x.js +1 -0
- package/dist/integrations/spec.d.ts +119 -0
- package/dist/integrations/spec.js +2 -0
- package/dist/integrations/spec.test.d.ts +1 -0
- package/dist/integrations/transport.d.ts +115 -0
- package/dist/integrations/transport.js +2 -0
- package/dist/integrations/transport.test.d.ts +1 -0
- package/dist/integrations/versioning.d.ts +51 -0
- package/dist/integrations/versioning.js +2 -0
- package/dist/integrations/versioning.test.d.ts +1 -0
- package/dist/integrations/web-access/browser-automation.d.ts +134 -0
- package/dist/integrations/web-access/browser-automation.js +2 -0
- package/dist/integrations/web-access/capability-ledger.d.ts +50 -0
- package/dist/integrations/web-access/capability-ledger.js +2 -0
- package/dist/integrations/web-access/capability-ledger.test.d.ts +1 -0
- package/dist/integrations/web-access/events.d.ts +105 -0
- package/dist/integrations/web-access/events.js +2 -0
- package/dist/integrations/web-access/index.d.ts +16 -0
- package/dist/integrations/web-access/index.js +22 -0
- package/dist/integrations/web-access/inventory-definitions-expanded.d.ts +2 -0
- package/dist/integrations/web-access/inventory-definitions-expanded.js +2 -0
- package/dist/integrations/web-access/inventory-definitions.d.ts +17 -0
- package/dist/integrations/web-access/inventory-definitions.js +2 -0
- package/dist/integrations/web-access/inventory-evidence.d.ts +24 -0
- package/dist/integrations/web-access/inventory-evidence.js +2 -0
- package/dist/integrations/web-access/inventory-mappings-browserbase.d.ts +2 -0
- package/dist/integrations/web-access/inventory-mappings-browserbase.js +2 -0
- package/dist/integrations/web-access/inventory-mappings.d.ts +54 -0
- package/dist/integrations/web-access/inventory-mappings.js +2 -0
- package/dist/integrations/web-access/inventory.d.ts +4 -0
- package/dist/integrations/web-access/inventory.js +2 -0
- package/dist/integrations/web-access/models.d.ts +145 -0
- package/dist/integrations/web-access/models.js +2 -0
- package/dist/integrations/web-access/operation-definitions.d.ts +19 -0
- package/dist/integrations/web-access/operation-definitions.js +2 -0
- package/dist/integrations/web-access/operation-errors.d.ts +56 -0
- package/dist/integrations/web-access/operation-errors.js +2 -0
- package/dist/integrations/web-access/operation-output-models.d.ts +177 -0
- package/dist/integrations/web-access/operation-output-models.js +2 -0
- package/dist/integrations/web-access/operation-schema-models.d.ts +453 -0
- package/dist/integrations/web-access/operation-schema-models.js +2 -0
- package/dist/integrations/web-access/operation-schemas.d.ts +165 -0
- package/dist/integrations/web-access/operation-schemas.js +2 -0
- package/dist/integrations/web-access/operations.d.ts +22 -0
- package/dist/integrations/web-access/operations.js +22 -0
- package/dist/integrations/web-access/operations.test.d.ts +1 -0
- package/dist/integrations/web-access/providers.d.ts +56 -0
- package/dist/integrations/web-access/providers.js +1 -0
- package/dist/integrations/web-access/providers.test.d.ts +1 -0
- package/dist/integrations/web-access/schemas.d.ts +118 -0
- package/dist/integrations/web-access/schemas.js +2 -0
- package/dist/node/contracts-integrations.feature.js +1 -0
- package/dist/node/index.js +21 -0
- package/dist/node/integrations/advertising/index.js +1 -0
- package/dist/node/integrations/advertising/recipe-schema.js +1 -0
- package/dist/node/integrations/advertising/recipe.js +0 -0
- package/dist/node/integrations/advertising/specs.js +1 -0
- package/dist/node/integrations/advertising/types.js +1 -0
- package/dist/node/integrations/attio/events.js +1 -0
- package/dist/node/integrations/attio/index.js +1 -0
- package/dist/node/integrations/attio/operations.js +1 -0
- package/dist/node/integrations/auth-helpers.js +1 -0
- package/dist/node/integrations/auth.js +1 -0
- package/dist/node/integrations/binding.js +0 -0
- package/dist/node/integrations/byok.js +1 -0
- package/dist/node/integrations/catalog.js +1 -0
- package/dist/node/integrations/clay/events.js +1 -0
- package/dist/node/integrations/clay/index.js +1 -0
- package/dist/node/integrations/clay/operations.js +1 -0
- package/dist/node/integrations/connection.js +0 -0
- package/dist/node/integrations/credentials.js +1 -0
- package/dist/node/integrations/deployment-topology-model.js +1 -0
- package/dist/node/integrations/deployment-topology-receipt.js +1 -0
- package/dist/node/integrations/deployment-topology-validation.js +1 -0
- package/dist/node/integrations/deployment-topology.js +1 -0
- package/dist/node/integrations/docs/integrations.docblock.js +100 -0
- package/dist/node/integrations/email-operations.js +1 -0
- package/dist/node/integrations/gtm/capability-ledger.fixture-helpers.js +1 -0
- package/dist/node/integrations/gtm/capability-ledger.fixtures.js +1 -0
- package/dist/node/integrations/gtm/capability-ledger.js +1 -0
- package/dist/node/integrations/gtm/hosted-mcp.js +1 -0
- package/dist/node/integrations/gtm/index.js +1 -0
- package/dist/node/integrations/gtm/inventory/attio.js +1 -0
- package/dist/node/integrations/gtm/inventory/clay.js +1 -0
- package/dist/node/integrations/gtm/inventory/fullenrich.js +1 -0
- package/dist/node/integrations/gtm/inventory/index.js +1 -0
- package/dist/node/integrations/gtm/inventory/types.js +0 -0
- package/dist/node/integrations/gtm/preflight.js +1 -0
- package/dist/node/integrations/gtm/schemas.js +1 -0
- package/dist/node/integrations/gtm/webhook-ingress.js +1 -0
- package/dist/node/integrations/health/contracts/activities.js +1 -0
- package/dist/node/integrations/health/contracts/biometrics.js +1 -0
- package/dist/node/integrations/health/contracts/index.js +1 -0
- package/dist/node/integrations/health/contracts/nutrition.js +1 -0
- package/dist/node/integrations/health/contracts/sleep.js +1 -0
- package/dist/node/integrations/health/contracts/webhooks.js +1 -0
- package/dist/node/integrations/health/contracts/workouts.js +1 -0
- package/dist/node/integrations/health/guards.js +1 -0
- package/dist/node/integrations/health/health.capability.js +1 -0
- package/dist/node/integrations/health/health.feature.js +1 -0
- package/dist/node/integrations/health/models.js +1 -0
- package/dist/node/integrations/health/telemetry.js +1 -0
- package/dist/node/integrations/health.js +1 -0
- package/dist/node/integrations/index.js +21 -0
- package/dist/node/integrations/integrations.capability.js +1 -0
- package/dist/node/integrations/integrations.feature.js +1 -0
- package/dist/node/integrations/linkedin/advertising.js +0 -0
- package/dist/node/integrations/linkedin/analytics.js +0 -0
- package/dist/node/integrations/linkedin/capabilities.js +1 -0
- package/dist/node/integrations/linkedin/community.js +0 -0
- package/dist/node/integrations/linkedin/credentials.js +1 -0
- package/dist/node/integrations/linkedin/host.js +1 -0
- package/dist/node/integrations/linkedin/identity.js +0 -0
- package/dist/node/integrations/linkedin/index.js +1 -0
- package/dist/node/integrations/linkedin/installation.js +1 -0
- package/dist/node/integrations/linkedin/media-job-state.js +1 -0
- package/dist/node/integrations/linkedin/media-job.js +1 -0
- package/dist/node/integrations/linkedin/media-session.js +1 -0
- package/dist/node/integrations/linkedin/media.js +1 -0
- package/dist/node/integrations/linkedin/messaging.js +0 -0
- package/dist/node/integrations/linkedin/models.js +0 -0
- package/dist/node/integrations/linkedin/native-publication.js +1 -0
- package/dist/node/integrations/linkedin/native-withdrawal.js +1 -0
- package/dist/node/integrations/linkedin/operation-catalog.js +1 -0
- package/dist/node/integrations/linkedin/operations.js +1 -0
- package/dist/node/integrations/linkedin/provider.js +1 -0
- package/dist/node/integrations/linkedin/sales.js +0 -0
- package/dist/node/integrations/linkedin/sync.js +0 -0
- package/dist/node/integrations/linkedin/webhooks.js +0 -0
- package/dist/node/integrations/meeting-recorder/contracts/index.js +1 -0
- package/dist/node/integrations/meeting-recorder/contracts/meetings.js +1 -0
- package/dist/node/integrations/meeting-recorder/contracts/transcripts.js +1 -0
- package/dist/node/integrations/meeting-recorder/contracts/webhooks.js +1 -0
- package/dist/node/integrations/meeting-recorder/meeting-recorder.capability.js +1 -0
- package/dist/node/integrations/meeting-recorder/meeting-recorder.feature.js +1 -0
- package/dist/node/integrations/meeting-recorder/models.js +1 -0
- package/dist/node/integrations/meeting-recorder/telemetry.js +1 -0
- package/dist/node/integrations/openbanking/contracts/accounts.js +1 -0
- package/dist/node/integrations/openbanking/contracts/balances.js +1 -0
- package/dist/node/integrations/openbanking/contracts/index.js +1 -0
- package/dist/node/integrations/openbanking/contracts/transactions.js +1 -0
- package/dist/node/integrations/openbanking/guards.js +1 -0
- package/dist/node/integrations/openbanking/models.js +1 -0
- package/dist/node/integrations/openbanking/openbanking.capability.js +1 -0
- package/dist/node/integrations/openbanking/openbanking.feature.js +1 -0
- package/dist/node/integrations/openbanking/telemetry.js +1 -0
- package/dist/node/integrations/operations.js +21 -0
- package/dist/node/integrations/providers/analytics-reader.js +0 -0
- package/dist/node/integrations/providers/analytics-writer.js +0 -0
- package/dist/node/integrations/providers/analytics.js +0 -0
- package/dist/node/integrations/providers/apify.js +1 -0
- package/dist/node/integrations/providers/apple-health.js +1 -0
- package/dist/node/integrations/providers/async-media-record.js +1 -0
- package/dist/node/integrations/providers/async-media.js +0 -0
- package/dist/node/integrations/providers/attio.js +1 -0
- package/dist/node/integrations/providers/bright-data.js +1 -0
- package/dist/node/integrations/providers/browserbase.js +1 -0
- package/dist/node/integrations/providers/calendar.d.js +0 -0
- package/dist/node/integrations/providers/calendar.js +0 -0
- package/dist/node/integrations/providers/catalog.js +1 -0
- package/dist/node/integrations/providers/clay.js +1 -0
- package/dist/node/integrations/providers/communication-channel.js +1 -0
- package/dist/node/integrations/providers/composio.js +1 -0
- package/dist/node/integrations/providers/crm-fixture-core.js +1 -0
- package/dist/node/integrations/providers/crm-hubspot-fixture.js +1 -0
- package/dist/node/integrations/providers/crm-salesforce-fixture.js +1 -0
- package/dist/node/integrations/providers/crm-write-proposal-types.js +1 -0
- package/dist/node/integrations/providers/crm-write-proposal.js +1 -0
- package/dist/node/integrations/providers/crm.js +1 -0
- package/dist/node/integrations/providers/database.js +0 -0
- package/dist/node/integrations/providers/deepgram.js +1 -0
- package/dist/node/integrations/providers/direct-fetch.js +1 -0
- package/dist/node/integrations/providers/eightsleep.js +1 -0
- package/dist/node/integrations/providers/elevenlabs.js +1 -0
- package/dist/node/integrations/providers/email-delivery-events.js +0 -0
- package/dist/node/integrations/providers/email.js +0 -0
- package/dist/node/integrations/providers/embedding.js +0 -0
- package/dist/node/integrations/providers/fal-image.js +1 -0
- package/dist/node/integrations/providers/fal.js +1 -0
- package/dist/node/integrations/providers/fathom.js +1 -0
- package/dist/node/integrations/providers/firecrawl.js +1 -0
- package/dist/node/integrations/providers/fireflies.js +1 -0
- package/dist/node/integrations/providers/fitbit.js +1 -0
- package/dist/node/integrations/providers/fullenrich.js +1 -0
- package/dist/node/integrations/providers/garmin.js +1 -0
- package/dist/node/integrations/providers/gcs-storage.js +1 -0
- package/dist/node/integrations/providers/gmail.js +1 -0
- package/dist/node/integrations/providers/google-calendar.js +1 -0
- package/dist/node/integrations/providers/google-drive.js +1 -0
- package/dist/node/integrations/providers/gradium.js +1 -0
- package/dist/node/integrations/providers/granola.js +1 -0
- package/dist/node/integrations/providers/health-provider-shared.js +1 -0
- package/dist/node/integrations/providers/health.js +0 -0
- package/dist/node/integrations/providers/higgsfield.js +1 -0
- package/dist/node/integrations/providers/image.js +1 -0
- package/dist/node/integrations/providers/index.js +1 -0
- package/dist/node/integrations/providers/jira.js +1 -0
- package/dist/node/integrations/providers/linear.js +1 -0
- package/dist/node/integrations/providers/linkedin-community.js +1 -0
- package/dist/node/integrations/providers/linkedin-marketing.js +1 -0
- package/dist/node/integrations/providers/linkedin-member.js +1 -0
- package/dist/node/integrations/providers/linkedin-messaging.js +1 -0
- package/dist/node/integrations/providers/linkedin-sales-navigator.js +1 -0
- package/dist/node/integrations/providers/linkedin-spec-shared.js +1 -0
- package/dist/node/integrations/providers/linkup.js +1 -0
- package/dist/node/integrations/providers/llm.js +0 -0
- package/dist/node/integrations/providers/massive.js +1 -0
- package/dist/node/integrations/providers/meeting-capture.js +0 -0
- package/dist/node/integrations/providers/meeting-recorder.js +0 -0
- package/dist/node/integrations/providers/messaging-github.js +1 -0
- package/dist/node/integrations/providers/messaging-matrix.js +1 -0
- package/dist/node/integrations/providers/messaging-slack.js +1 -0
- package/dist/node/integrations/providers/messaging-teams.js +1 -0
- package/dist/node/integrations/providers/messaging-telegram.js +1 -0
- package/dist/node/integrations/providers/messaging-whatsapp-meta.js +1 -0
- package/dist/node/integrations/providers/messaging-whatsapp-twilio.js +1 -0
- package/dist/node/integrations/providers/messaging.js +0 -0
- package/dist/node/integrations/providers/mistral-conversational.js +1 -0
- package/dist/node/integrations/providers/mistral-stt.js +1 -0
- package/dist/node/integrations/providers/mistral.js +1 -0
- package/dist/node/integrations/providers/mode-exemptions.js +1 -0
- package/dist/node/integrations/providers/myfitnesspal.js +1 -0
- package/dist/node/integrations/providers/notion.js +1 -0
- package/dist/node/integrations/providers/openai-image.js +1 -0
- package/dist/node/integrations/providers/openai-realtime.js +1 -0
- package/dist/node/integrations/providers/openbanking.js +0 -0
- package/dist/node/integrations/providers/openwearables.js +1 -0
- package/dist/node/integrations/providers/oura.js +1 -0
- package/dist/node/integrations/providers/oxylabs.js +1 -0
- package/dist/node/integrations/providers/payments/capabilities-billing.js +0 -0
- package/dist/node/integrations/providers/payments/capabilities-payments.js +0 -0
- package/dist/node/integrations/providers/payments/capabilities.js +0 -0
- package/dist/node/integrations/providers/payments/context.js +1 -0
- package/dist/node/integrations/providers/payments/provider.js +0 -0
- package/dist/node/integrations/providers/payments/resources.js +0 -0
- package/dist/node/integrations/providers/payments/shared.js +1 -0
- package/dist/node/integrations/providers/payments.js +1 -0
- package/dist/node/integrations/providers/paypal.js +1 -0
- package/dist/node/integrations/providers/peloton.js +1 -0
- package/dist/node/integrations/providers/posthog-llm-telemetry.js +1 -0
- package/dist/node/integrations/providers/posthog.js +1 -0
- package/dist/node/integrations/providers/postmark.js +1 -0
- package/dist/node/integrations/providers/powens.js +1 -0
- package/dist/node/integrations/providers/project-management.js +1 -0
- package/dist/node/integrations/providers/provider-delta.js +1 -0
- package/dist/node/integrations/providers/qdrant.js +1 -0
- package/dist/node/integrations/providers/registry.js +1 -0
- package/dist/node/integrations/providers/reworkd.js +1 -0
- package/dist/node/integrations/providers/serper.js +1 -0
- package/dist/node/integrations/providers/sillage.js +1 -0
- package/dist/node/integrations/providers/slng.js +1 -0
- package/dist/node/integrations/providers/sms.js +0 -0
- package/dist/node/integrations/providers/social.js +1 -0
- package/dist/node/integrations/providers/storage.js +0 -0
- package/dist/node/integrations/providers/strava.js +1 -0
- package/dist/node/integrations/providers/stripe.js +1 -0
- package/dist/node/integrations/providers/supabase-postgres.js +1 -0
- package/dist/node/integrations/providers/supabase-vector.js +1 -0
- package/dist/node/integrations/providers/tavily.js +1 -0
- package/dist/node/integrations/providers/tldv.js +1 -0
- package/dist/node/integrations/providers/twilio-sms.js +1 -0
- package/dist/node/integrations/providers/vector-store.js +0 -0
- package/dist/node/integrations/providers/video.js +1 -0
- package/dist/node/integrations/providers/voice-video-sync.js +0 -0
- package/dist/node/integrations/providers/voice.js +0 -0
- package/dist/node/integrations/providers/web-access-shared.js +1 -0
- package/dist/node/integrations/providers/whoop.js +1 -0
- package/dist/node/integrations/runtime.js +1 -0
- package/dist/node/integrations/sales-intelligence/events.js +1 -0
- package/dist/node/integrations/sales-intelligence/fullenrich-cancel-operation.js +1 -0
- package/dist/node/integrations/sales-intelligence/index.js +1 -0
- package/dist/node/integrations/sales-intelligence/operation-helpers.js +1 -0
- package/dist/node/integrations/sales-intelligence/operations.js +1 -0
- package/dist/node/integrations/sales-intelligence/schemas-events.js +1 -0
- package/dist/node/integrations/sales-intelligence/schemas-results.js +1 -0
- package/dist/node/integrations/sales-intelligence/schemas.js +1 -0
- package/dist/node/integrations/secrets/aws-secret-manager.js +1 -0
- package/dist/node/integrations/secrets/env-secret-provider.js +1 -0
- package/dist/node/integrations/secrets/gcp-secret-manager.js +1 -0
- package/dist/node/integrations/secrets/index.js +1 -0
- package/dist/node/integrations/secrets/manager.js +1 -0
- package/dist/node/integrations/secrets/provider.js +1 -0
- package/dist/node/integrations/secrets/scaleway-secret-manager.js +1 -0
- package/dist/node/integrations/secrets-types.js +0 -0
- package/dist/node/integrations/social/index.js +1 -0
- package/dist/node/integrations/social/instagram.js +0 -0
- package/dist/node/integrations/social/models.js +0 -0
- package/dist/node/integrations/social/provider.js +1 -0
- package/dist/node/integrations/social/tracking-models.js +1 -0
- package/dist/node/integrations/social/tracking-provider.js +0 -0
- package/dist/node/integrations/social/tracking-store.js +0 -0
- package/dist/node/integrations/social/x-publication.js +1 -0
- package/dist/node/integrations/social/x-upload-state.js +1 -0
- package/dist/node/integrations/social/x-upload.js +1 -0
- package/dist/node/integrations/social/x-withdrawal.js +1 -0
- package/dist/node/integrations/social/x.js +0 -0
- package/dist/node/integrations/spec.js +1 -0
- package/dist/node/integrations/transport.js +1 -0
- package/dist/node/integrations/versioning.js +1 -0
- package/dist/node/integrations/web-access/browser-automation.js +1 -0
- package/dist/node/integrations/web-access/capability-ledger.js +1 -0
- package/dist/node/integrations/web-access/events.js +1 -0
- package/dist/node/integrations/web-access/index.js +21 -0
- package/dist/node/integrations/web-access/inventory-definitions-expanded.js +1 -0
- package/dist/node/integrations/web-access/inventory-definitions.js +1 -0
- package/dist/node/integrations/web-access/inventory-evidence.js +1 -0
- package/dist/node/integrations/web-access/inventory-mappings-browserbase.js +1 -0
- package/dist/node/integrations/web-access/inventory-mappings.js +1 -0
- package/dist/node/integrations/web-access/inventory.js +1 -0
- package/dist/node/integrations/web-access/models.js +1 -0
- package/dist/node/integrations/web-access/operation-definitions.js +1 -0
- package/dist/node/integrations/web-access/operation-errors.js +1 -0
- package/dist/node/integrations/web-access/operation-output-models.js +1 -0
- package/dist/node/integrations/web-access/operation-schema-models.js +1 -0
- package/dist/node/integrations/web-access/operation-schemas.js +1 -0
- package/dist/node/integrations/web-access/operations.js +21 -0
- package/dist/node/integrations/web-access/providers.js +0 -0
- package/dist/node/integrations/web-access/schemas.js +1 -0
- package/package.json +3606 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Chaman Ventures, SASU
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,536 @@
|
|
|
1
|
+
# @lssm/lib.contracts-integrations
|
|
2
|
+
|
|
3
|
+
The provider surface includes `MeetingBotCaptureProvider` and its mandatory
|
|
4
|
+
`MeetingCaptureAuthorityPort` for authorized bot lifecycle control, transcript
|
|
5
|
+
retrieval and ambiguity reconciliation. Implementations remain provider-specific
|
|
6
|
+
and server-only; these contracts do not grant recording consent or tenant access.
|
|
7
|
+
|
|
8
|
+
`@lssm/lib.contracts-integrations` defines provider-agnostic contracts for integration specs, connection/runtime handling, secret resolution, health and telemetry, and capability-level provider interfaces such as LLM, embeddings, vector stores, email, and storage.
|
|
9
|
+
|
|
10
|
+
Website: https://contractspec.io
|
|
11
|
+
|
|
12
|
+
## Installation
|
|
13
|
+
|
|
14
|
+
`bun add @lssm/lib.contracts-integrations`
|
|
15
|
+
|
|
16
|
+
or
|
|
17
|
+
|
|
18
|
+
`npm install @lssm/lib.contracts-integrations`
|
|
19
|
+
|
|
20
|
+
## What belongs here
|
|
21
|
+
|
|
22
|
+
This package owns the contract layer for external integrations:
|
|
23
|
+
|
|
24
|
+
- Integration spec model and registries.
|
|
25
|
+
- Connection, auth, transport, versioning, and BYOK contracts.
|
|
26
|
+
- Runtime guards and health/telemetry helpers.
|
|
27
|
+
- Secret provider abstraction and secret-provider manager.
|
|
28
|
+
- Capability-level provider interfaces such as `LLMProvider` and `VectorStoreProvider`.
|
|
29
|
+
- Governed, read-only CRM projections with async-capable provider contracts and SDK-free HubSpot-shaped and Salesforce-shaped fixture adapters.
|
|
30
|
+
- Provider delta contracts for cursor, lease, webhook, replay, dedupe, idempotency, and tombstone state.
|
|
31
|
+
- Email sync may return a durable terminal delta cursor with `hasMore: false`,
|
|
32
|
+
allowing hosts to persist provider state without immediately replaying it.
|
|
33
|
+
- Shipped provider/domain spec registrations.
|
|
34
|
+
- Integration connection operations contracts.
|
|
35
|
+
- Deployment-topology declarations, exact binding scopes, canonical digests,
|
|
36
|
+
and secret-free provider-receipt assessments.
|
|
37
|
+
- Capability-ledger, hosted-MCP, preflight, Attio, Clay, and FullEnrich GTM
|
|
38
|
+
contracts.
|
|
39
|
+
- Governed web-access contracts, provider inventories, transport metadata, and
|
|
40
|
+
capability evidence for Bright Data, Massive, Browserbase, Serper, Linkup,
|
|
41
|
+
and Tavily.
|
|
42
|
+
|
|
43
|
+
Use this package when you need shared integration contracts. Do not use it as the SDK-backed implementation layer or as the integration persistence runtime.
|
|
44
|
+
|
|
45
|
+
## Deployment-topology evidence
|
|
46
|
+
|
|
47
|
+
`./integrations/deployment-topology` keeps service operation, runtime and data
|
|
48
|
+
placement, credential custody, identity trust, API commercial mode, network
|
|
49
|
+
policy, residency, and evidence placement independent. A canonical SHA-256
|
|
50
|
+
digest binds all nine axes to either one workspace or one exact integration
|
|
51
|
+
connection.
|
|
52
|
+
|
|
53
|
+
`assessIntegrationTopologyProviderReceipt` validates structure, freshness, safe
|
|
54
|
+
references, success state, and the exact scope/topology binding. It is not a
|
|
55
|
+
cryptographic or provider-native verifier. A provider adapter must first verify
|
|
56
|
+
the durable native receipt and authorized execution, then project the
|
|
57
|
+
secret-free `IntegrationTopologyProviderReceiptV1`. Environment declarations,
|
|
58
|
+
fixtures, and locally valid topology values never establish provider proof.
|
|
59
|
+
|
|
60
|
+
## GTM provider surfaces
|
|
61
|
+
|
|
62
|
+
Attio and Clay operations are exposed through stable ContractSpec keys and
|
|
63
|
+
project to generic REST and local MCP surfaces. FullEnrich retains its existing
|
|
64
|
+
`sales-intelligence.fullenrich.*` operation keys.
|
|
65
|
+
|
|
66
|
+
Use `preflightGtmCapability` before execution to validate connection readiness,
|
|
67
|
+
account entitlements, scopes, preview opt-ins, surface support, webhook setup,
|
|
68
|
+
and approval availability. Vendor-hosted MCP descriptors are metadata for
|
|
69
|
+
external client sessions: they are never proxied and their OAuth tokens remain
|
|
70
|
+
client-held.
|
|
71
|
+
|
|
72
|
+
The pinned capability ledgers and evidence digests are exported from
|
|
73
|
+
`./integrations/gtm/capability-ledger`. Raw webhook ingress is intentionally not
|
|
74
|
+
projected into local MCP.
|
|
75
|
+
|
|
76
|
+
## Web-access provider surfaces
|
|
77
|
+
|
|
78
|
+
The `./integrations/web-access` subpath defines normalized search, fetch,
|
|
79
|
+
extract, map, crawl, research, job, browser-session, proxy, delivery-event, and
|
|
80
|
+
MCP-discovery contracts. It also exports composable provider ports, schemas,
|
|
81
|
+
operation definitions, a provider inventory, and a pinned capability ledger.
|
|
82
|
+
Original operation envelopes remain registered as v1.0. The concrete
|
|
83
|
+
operation-family schemas and typed error catalogs are published additively as
|
|
84
|
+
v1.1, provider expansion remains pinned as v1.2, and provider-neutral browser
|
|
85
|
+
act, observe, and structured extract contracts are available as v1.3.
|
|
86
|
+
|
|
87
|
+
Every supported capability cell pins both the complete preserved evidence
|
|
88
|
+
packet and the claim-level official-documentation excerpt with independently
|
|
89
|
+
verified SHA-256 digests. Adapter references include a concrete exported symbol,
|
|
90
|
+
and surface mappings enumerate only the operations implemented by that symbol.
|
|
91
|
+
|
|
92
|
+
Provider-specific operations remain typed: Bright Data scraper and dataset
|
|
93
|
+
jobs, Massive usage reporting, Browserbase contexts, and Serper result
|
|
94
|
+
categories do not require an unrestricted raw-request escape hatch. Massive and
|
|
95
|
+
Tavily v1 metadata remain compatible; their expanded surfaces are registered
|
|
96
|
+
additively as v1.1.
|
|
97
|
+
|
|
98
|
+
The browser automation operations form an SDK-neutral Stagehand v4 compatibility
|
|
99
|
+
profile over session and optional page identifiers, natural-language
|
|
100
|
+
instructions, opaque element references, and JSON-shaped extraction schemas.
|
|
101
|
+
The capability ledger reports this profile as `supported` through the concrete
|
|
102
|
+
`BrowserbaseStagehandAdapter` and executable adapter/tool tests. Contracts remain
|
|
103
|
+
SDK-neutral here; `@lssm/integration.provider-web-access` separately owns the
|
|
104
|
+
Stagehand and Browserbase runtime implementation.
|
|
105
|
+
|
|
106
|
+
Use `WebAccessPolicyMode` to select `governed`, `provider-pass-through`, or
|
|
107
|
+
`public-only`. Every mode retains the same SSRF, secret-redaction, bounded-body,
|
|
108
|
+
and HTTPS control-plane baseline. Vendor-native webhook, WebSocket, SSE, MCP,
|
|
109
|
+
SDK, and proxy surfaces are advertised only when the pinned capability evidence
|
|
110
|
+
supports them; every normalized operation can still be projected through
|
|
111
|
+
ContractSpec MCP.
|
|
112
|
+
|
|
113
|
+
## Core workflows
|
|
114
|
+
|
|
115
|
+
### Define and register an integration spec
|
|
116
|
+
|
|
117
|
+
```ts
|
|
118
|
+
import {
|
|
119
|
+
defineIntegration,
|
|
120
|
+
IntegrationSpecRegistry,
|
|
121
|
+
} from "@lssm/lib.contracts-integrations";
|
|
122
|
+
|
|
123
|
+
const registry = new IntegrationSpecRegistry();
|
|
124
|
+
|
|
125
|
+
const spec = defineIntegration({
|
|
126
|
+
meta: {
|
|
127
|
+
key: "payments.example",
|
|
128
|
+
version: 1,
|
|
129
|
+
title: "Example Payments",
|
|
130
|
+
owners: ["@platform.integrations"],
|
|
131
|
+
tags: ["payments"],
|
|
132
|
+
category: "payments",
|
|
133
|
+
},
|
|
134
|
+
supportedModes: ["managed", "byok"],
|
|
135
|
+
capabilities: {
|
|
136
|
+
provides: [{ key: "payments.process" }],
|
|
137
|
+
},
|
|
138
|
+
configSchema: {
|
|
139
|
+
schema: { type: "object" },
|
|
140
|
+
},
|
|
141
|
+
secretSchema: {
|
|
142
|
+
schema: { type: "object" },
|
|
143
|
+
},
|
|
144
|
+
});
|
|
145
|
+
|
|
146
|
+
registry.register(spec);
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### Consume runtime contracts with secrets and guards
|
|
150
|
+
|
|
151
|
+
```ts
|
|
152
|
+
import {
|
|
153
|
+
IntegrationCallGuard,
|
|
154
|
+
} from "@lssm/lib.contracts-integrations/integrations/runtime";
|
|
155
|
+
import {
|
|
156
|
+
EnvSecretProvider,
|
|
157
|
+
SecretProviderManager,
|
|
158
|
+
} from "@lssm/lib.contracts-integrations/integrations/secrets";
|
|
159
|
+
|
|
160
|
+
const secretProvider = new SecretProviderManager({
|
|
161
|
+
providers: [
|
|
162
|
+
{ provider: new EnvSecretProvider(), priority: 100 },
|
|
163
|
+
],
|
|
164
|
+
});
|
|
165
|
+
|
|
166
|
+
const guard = new IntegrationCallGuard(secretProvider);
|
|
167
|
+
|
|
168
|
+
const result = await guard.executeWithGuards(
|
|
169
|
+
"primary-llm",
|
|
170
|
+
"chat",
|
|
171
|
+
{},
|
|
172
|
+
resolvedAppConfig,
|
|
173
|
+
async (connection, secrets) => {
|
|
174
|
+
return llmAdapter.chat(connection, secrets, input);
|
|
175
|
+
}
|
|
176
|
+
);
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
Typical flow:
|
|
180
|
+
|
|
181
|
+
1. Declare an `IntegrationSpec` that describes config, secrets, auth, transport, and version policy.
|
|
182
|
+
2. Register specs in an `IntegrationSpecRegistry` or use `createDefaultIntegrationSpecRegistry()`.
|
|
183
|
+
3. Bind tenant connections and secret references outside this package.
|
|
184
|
+
4. Resolve secrets and execute guarded runtime calls through `IntegrationCallGuard`.
|
|
185
|
+
|
|
186
|
+
Default shipped provider specs are additive catalog entries. Most providers in
|
|
187
|
+
`createDefaultIntegrationSpecRegistry()` advertise both `managed` and `byok`,
|
|
188
|
+
while BYOK-only providers carry explicit credential-manifest exemption metadata
|
|
189
|
+
for unsupported managed mode. Consumers can still narrow a concrete tenant
|
|
190
|
+
connection through app-config slot `allowedModes` or connection ownership mode
|
|
191
|
+
validation.
|
|
192
|
+
|
|
193
|
+
### Publish and query the integration catalog
|
|
194
|
+
|
|
195
|
+
The production registry is split into two layers:
|
|
196
|
+
|
|
197
|
+
1. **Static catalog definitions** describe what can appear in an integration
|
|
198
|
+
catalog: shipped integration specs, integration package wrappers, provider
|
|
199
|
+
implementation manifests, and explicit exception records for helper modules
|
|
200
|
+
that are not user-facing integrations.
|
|
201
|
+
2. **Tenant overlays** describe runtime state outside this package: catalog
|
|
202
|
+
availability (`available`, `hidden`, `disabled`, or `exception`) and
|
|
203
|
+
connection activation (`not-connected`, `active`, `inactive`, `pending`,
|
|
204
|
+
`disabled`, `error`, or `unknown`).
|
|
205
|
+
|
|
206
|
+
Keep these layers separate. Static definitions must be deterministic metadata
|
|
207
|
+
only; they must not contain tenant connection state, raw credentials, provider
|
|
208
|
+
SDK clients, network calls, filesystem discovery, or app/example imports. Apps
|
|
209
|
+
and bundles should join catalog definitions with overlays through provider-neutral
|
|
210
|
+
view records before rendering or filtering.
|
|
211
|
+
|
|
212
|
+
When adding a provider:
|
|
213
|
+
|
|
214
|
+
1. Add or update the `IntegrationSpec` and register it in
|
|
215
|
+
`createDefaultIntegrationSpecRegistry()` when the contracts package owns the
|
|
216
|
+
spec.
|
|
217
|
+
2. Add package-local catalog contribution metadata in the implementation package
|
|
218
|
+
when the record represents a provider implementation or package wrapper.
|
|
219
|
+
3. Include managed/BYOK support metadata for every user-facing record. If a
|
|
220
|
+
module is helper-only or a mode is unsupported, add an explicit exception
|
|
221
|
+
rationale rather than letting guard checks infer intent.
|
|
222
|
+
4. Run the registry completeness guard plus the package tests/typecheck before
|
|
223
|
+
promotion.
|
|
224
|
+
|
|
225
|
+
The expected verification set for registry changes is:
|
|
226
|
+
|
|
227
|
+
```bash
|
|
228
|
+
bun test packages/libs/contracts-integrations/src/integrations/catalog.test.ts packages/libs/contracts-integrations/src/integrations/providers/providers.test.ts packages/libs/contracts-integrations/src/integrations/providers/provider-modes-coverage.test.ts
|
|
229
|
+
bun run --cwd packages/libs/contracts-integrations typecheck
|
|
230
|
+
bun scripts/check-integration-registry-completeness.ts
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
### Model provider delta sync state
|
|
234
|
+
|
|
235
|
+
```ts
|
|
236
|
+
import type {
|
|
237
|
+
ProviderDeltaSyncState,
|
|
238
|
+
} from "@lssm/lib.contracts-integrations/integrations/providers/provider-delta";
|
|
239
|
+
|
|
240
|
+
const delta: ProviderDeltaSyncState = {
|
|
241
|
+
lease: {
|
|
242
|
+
holder: "knowledge-sync-worker",
|
|
243
|
+
expiresAt: "2026-04-30T13:00:00.000Z",
|
|
244
|
+
renewalWindowMs: 60_000,
|
|
245
|
+
},
|
|
246
|
+
cursor: {
|
|
247
|
+
cursor: "gmail-history-123",
|
|
248
|
+
watermarkVersion: "history-v1",
|
|
249
|
+
},
|
|
250
|
+
webhookChannel: {
|
|
251
|
+
channelId: "google-channel-1",
|
|
252
|
+
resourceId: "google-resource-1",
|
|
253
|
+
expiresAt: "2026-04-30T14:00:00.000Z",
|
|
254
|
+
},
|
|
255
|
+
providerEventId: "provider-event-1",
|
|
256
|
+
dedupeKey: "gmail:provider-event-1",
|
|
257
|
+
idempotencyKey: "tenant:gmail:provider-event-1",
|
|
258
|
+
replayCheckpoint: {
|
|
259
|
+
checkpointId: "replay-1",
|
|
260
|
+
},
|
|
261
|
+
};
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
Delta-aware providers should attach this state before runtime sync starts so callers can renew leases, resume from provider cursors/watermarks, preserve webhook expiry, dedupe provider events, run idempotently, replay from checkpoints, and skip tombstoned source records.
|
|
265
|
+
|
|
266
|
+
### Bind LinkedIn capabilities without overstating access
|
|
267
|
+
|
|
268
|
+
Import LinkedIn contracts from the aggregate subpath or a narrow capability
|
|
269
|
+
subpath:
|
|
270
|
+
|
|
271
|
+
```ts
|
|
272
|
+
import type {
|
|
273
|
+
LinkedInCapabilityDecision,
|
|
274
|
+
LinkedInCommunityProvider,
|
|
275
|
+
LinkedInInstallation,
|
|
276
|
+
} from "@lssm/lib.contracts-integrations/integrations/linkedin";
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
The LinkedIn provider family registers separate member, community,
|
|
280
|
+
communications, Sales Navigator, and marketing product specs. A shared
|
|
281
|
+
`LinkedInInstallation` owns developer-app approvals, OAuth grants, resources,
|
|
282
|
+
child connections, and capability/certification evidence. Tokens remain in a
|
|
283
|
+
secret provider and contracts expose only `LinkedInCredentialReference`.
|
|
284
|
+
|
|
285
|
+
Always discover capability access before dispatch. Restricted LinkedIn
|
|
286
|
+
products remain `approval_required` until the exact developer application,
|
|
287
|
+
product, scopes, actor role, resource, and agreement are evidenced. Fixture
|
|
288
|
+
certification is operation- and effect-scoped; a certified read never certifies
|
|
289
|
+
a write or spend operation. These contracts describe official LinkedIn APIs
|
|
290
|
+
only and do not permit scraping, cookie authentication, or browser automation.
|
|
291
|
+
|
|
292
|
+
## API map
|
|
293
|
+
|
|
294
|
+
### Spec model and registries
|
|
295
|
+
|
|
296
|
+
- `IntegrationSpec`: provider-agnostic contract for a shipped or custom integration.
|
|
297
|
+
- `IntegrationSpecRegistry`: registry for integration specs with category-based lookup.
|
|
298
|
+
- `defineIntegration`: helper for authoring specs.
|
|
299
|
+
- `makeIntegrationSpecKey`: canonical key formatter for spec identity.
|
|
300
|
+
- `createDefaultIntegrationSpecRegistry`: registry builder for shipped provider specs.
|
|
301
|
+
- `filterByTransport`, `filterByAuthMethod`, `filterVersioned`, `filterByokRotatable`: spec filtering helpers.
|
|
302
|
+
|
|
303
|
+
### LinkedIn platform contracts
|
|
304
|
+
|
|
305
|
+
- `integrations/linkedin`: aggregate models, installation/grant, capability
|
|
306
|
+
decisions, operation envelopes, errors, and provider slice interfaces.
|
|
307
|
+
- Narrow `identity`, `community`, `messaging`, `sales`, `analytics`,
|
|
308
|
+
`advertising`, and `webhooks` subpaths support capability-only consumers.
|
|
309
|
+
- `operation-catalog` gives every stable operation exact capability, effect,
|
|
310
|
+
transport, and query/command/event metadata, while
|
|
311
|
+
`LINKEDIN_OPERATION_PORT_METHODS` proves each operation has a provider port.
|
|
312
|
+
- `sync` models governed delta, tombstone, checkpoint, and backfill flows;
|
|
313
|
+
`host` models bounded raw webhook requests, replay windows, complete
|
|
314
|
+
subscription-to-tenant binding, and host-neutral OAuth/webhook handlers.
|
|
315
|
+
- `integrations/providers/communication-channel` is the lib-owned,
|
|
316
|
+
provider-neutral CommunicationOS compatibility port. Provider packages can
|
|
317
|
+
implement or re-export it without importing sibling integration packages.
|
|
318
|
+
- Product-specific specs are catalog metadata; they do not imply that a tenant
|
|
319
|
+
or developer application has received LinkedIn product approval.
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Newly registered AI and web-research providers
|
|
323
|
+
|
|
324
|
+
- `ai-voice.slng`: SLNG API-key HTTP/WebSocket contract for TTS, STT, and voice-agent infrastructure. Public docs do not currently expose official MCP or OAuth app support.
|
|
325
|
+
- `ai-voice.gradium`: Gradium REST/WebSocket contract for realtime TTS/STT. Public docs expose API-key access and Python SDK; no public JS SDK, MCP, or OAuth app surface is documented.
|
|
326
|
+
- `ai-voice.fal`: Fal generative-media contract with official `@fal-ai/client`, REST, hosted MCP, queue, realtime, storage, and media capabilities. Public MCP auth is API-key based.
|
|
327
|
+
- `web-research.tavily`: Tavily search/extract/crawl/research contract with official `@tavily/core`, REST, local/remote MCP, and OAuth-enabled remote MCP.
|
|
328
|
+
|
|
329
|
+
### Connections, auth, transport, versioning, and BYOK
|
|
330
|
+
|
|
331
|
+
- `IntegrationConnection` and `ConnectionStatus`: tenant-bound connection shape and readiness state.
|
|
332
|
+
- `IntegrationAuthConfig`, `findAuthConfig`, `supportsAuthMethod`: auth contract and helpers.
|
|
333
|
+
- `IntegrationTransportConfig`, `findTransportConfig`, `supportsTransport`: transport contract and helpers.
|
|
334
|
+
- `IntegrationVersionPolicy`, `resolveApiVersion`, `getVersionInfo`, `isVersionDeprecated`, `getActiveVersions`: API-version policy helpers.
|
|
335
|
+
- `ByokKeyLifecycle` and BYOK metadata/result types: key validation and rotation contracts.
|
|
336
|
+
- `IntegrationCredentialManifest` and helpers from `./integrations/credentials`: managed/BYOK credential requirements, env aliases, validation strategy, rotation policy, and compatibility mapping from legacy schemas.
|
|
337
|
+
|
|
338
|
+
### Runtime, health, and telemetry
|
|
339
|
+
|
|
340
|
+
- `IntegrationCallGuard`: guarded execution with secret resolution, retries, and telemetry. Exported from `./integrations/runtime`.
|
|
341
|
+
- `IntegrationCallResult`, `IntegrationCallError`, `IntegrationTelemetryEvent`: runtime result/telemetry contracts.
|
|
342
|
+
- `IntegrationHealthService`: structured health checks and telemetry emission.
|
|
343
|
+
- `resolveIntegrationRequestContext`, `resolveAuthMethod`, `DefaultTransportResolver`, and related helpers: runtime resolution utilities.
|
|
344
|
+
|
|
345
|
+
### Secrets
|
|
346
|
+
|
|
347
|
+
- `SecretProvider`: provider-agnostic secret backend interface. Exported from `./integrations/secrets/provider`.
|
|
348
|
+
- `SecretProviderManager`: priority-ordered composite secret provider. Exported from `./integrations/secrets` or `./integrations/secrets/manager`.
|
|
349
|
+
- `SecretProviderError`: structured secret-provider error.
|
|
350
|
+
- `parseSecretUri`: parse `provider://path?...` references.
|
|
351
|
+
- `normalizeSecretPayload`: normalize text/binary/base64 payloads before writes.
|
|
352
|
+
|
|
353
|
+
### Operations and provider interfaces
|
|
354
|
+
|
|
355
|
+
CRM reference reads use `CrmReadProvider` and `CrmReadRequest` to bind every
|
|
356
|
+
page to a tenant/workspace boundary, authority evidence, legal basis, optional
|
|
357
|
+
consent evidence, and a retention policy. Normalized projections preserve
|
|
358
|
+
source provenance, replay evidence, dedupe/idempotency keys, and opaque cursor
|
|
359
|
+
scope. `createHubSpotCrmFixtureAdapter` and
|
|
360
|
+
`createSalesforceCrmFixtureAdapter` are deterministic fixture adapters only;
|
|
361
|
+
they perform no OAuth, network, webhook, SDK, or CRM write operations.
|
|
362
|
+
|
|
363
|
+
- Integration connection operations: `CreateIntegrationConnection`, `UpdateIntegrationConnection`, `DeleteIntegrationConnection`, `ListIntegrationConnections`, `TestIntegrationConnection`.
|
|
364
|
+
- Frequently consumed provider contracts:
|
|
365
|
+
- `LLMProvider`
|
|
366
|
+
- `EmbeddingProvider`
|
|
367
|
+
- `EmbeddingUsageReceipt` records provider/model token use, request and document counts, dimensions, and an explicit recorded-or-unavailable cost state. The optional result field preserves compatibility with legacy providers.
|
|
368
|
+
- `VectorStoreProvider`
|
|
369
|
+
- `EmailInboundProvider`
|
|
370
|
+
- `EmailOutboundProvider`
|
|
371
|
+
- `GoogleDriveProvider`
|
|
372
|
+
- `ObjectStorageProvider`
|
|
373
|
+
- `ProjectManagementProvider`
|
|
374
|
+
- `PaymentPlatformProvider`
|
|
375
|
+
- Delta-aware provider contracts:
|
|
376
|
+
- `ProviderDeltaSyncState`
|
|
377
|
+
- `ProviderDeltaEnvelope`
|
|
378
|
+
- `isProviderDeltaTombstoned`
|
|
379
|
+
- `ProjectManagementDeltaEntry`
|
|
380
|
+
- `ProjectManagementWebhookIngestResult`
|
|
381
|
+
|
|
382
|
+
### Social tracking contracts
|
|
383
|
+
|
|
384
|
+
`integrations/social` defines provider-neutral creator and content records,
|
|
385
|
+
source provenance, 30-minute metric snapshots, UTC rollups, configurable
|
|
386
|
+
retention, tracking targets, webhook receipts, analytics queries, and the
|
|
387
|
+
`SocialTrackingSource`, `SocialTrackingStore`, and `SocialTrackingService`
|
|
388
|
+
ports. The default retention policy keeps 30-minute observations for 90 days,
|
|
389
|
+
hourly rollups for 18 months, daily rollups for five years, and leaves weekly
|
|
390
|
+
retention unbounded.
|
|
391
|
+
|
|
392
|
+
Official API, approved connector, and public fallback observations share the
|
|
393
|
+
same evidence model. Missing provider metrics remain absent and collection
|
|
394
|
+
gaps remain explicit; adapters must not synthesize zeros or historical points.
|
|
395
|
+
Credential material stays behind opaque references and is never part of a
|
|
396
|
+
creator, content, snapshot, analytics, or webhook record.
|
|
397
|
+
|
|
398
|
+
### Payment platform contracts
|
|
399
|
+
|
|
400
|
+
`integrations/providers/payments` exports a provider-neutral payment platform
|
|
401
|
+
contract with operation-level capability discovery and separate customer,
|
|
402
|
+
payment-method, checkout, payment, subscription, invoice, dispute, payout,
|
|
403
|
+
marketplace, and raw-body webhook slices. Mutations require tenant/actor,
|
|
404
|
+
sandbox-or-live environment, idempotency, and an authorization decision;
|
|
405
|
+
the decision must be unexpired and scoped to the exact tenant, actor, account,
|
|
406
|
+
operation, resource, amount, and idempotency key. `approval_required` decisions
|
|
407
|
+
must include approval evidence. The shipped
|
|
408
|
+
PayPal catalog spec is available from `integrations/providers/paypal` under
|
|
409
|
+
`payments.paypal`.
|
|
410
|
+
|
|
411
|
+
Adapters must call `assertPaymentMutationAuthorized` before provider-side
|
|
412
|
+
effects. It rejects denied/review, expired, scope-mismatched, and
|
|
413
|
+
approval-required decisions without evidence with a normalized throwable
|
|
414
|
+
`PaymentProviderError`.
|
|
415
|
+
|
|
416
|
+
This is a breaking replacement for `PaymentsProvider`: migrate implementations
|
|
417
|
+
to `PaymentPlatformProvider`, replace `Money.amount` with
|
|
418
|
+
`MoneyAmount.amountMinor`, return normalized `PaymentPage` resources, and bind
|
|
419
|
+
every mutation to `PaymentMutationContext`.
|
|
420
|
+
|
|
421
|
+
## Public surface
|
|
422
|
+
|
|
423
|
+
The root barrel re-exports common integration contracts from:
|
|
424
|
+
|
|
425
|
+
- spec and registry helpers
|
|
426
|
+
- auth, binding, BYOK, connection, transport, and versioning
|
|
427
|
+
- health helpers
|
|
428
|
+
- operations contracts
|
|
429
|
+
- provider interfaces
|
|
430
|
+
- selected domain contracts such as `health`, `meeting-recorder`, and `openbanking`
|
|
431
|
+
|
|
432
|
+
Runtime and secret-management helpers live under `./integrations/runtime` and `./integrations/secrets*`.
|
|
433
|
+
|
|
434
|
+
The exhaustive public surface lives under `./integrations/*` in `package.json`.
|
|
435
|
+
|
|
436
|
+
Use the README as a guide to the main clusters. Use `package.json` as the authoritative export map for all subpaths, including the many provider and domain-specific entrypoints.
|
|
437
|
+
|
|
438
|
+
## Operational semantics and gotchas
|
|
439
|
+
|
|
440
|
+
- `IntegrationCallGuard` fails fast when a slot is missing or a connection is not ready.
|
|
441
|
+
- `IntegrationCallGuard` defaults to `3` attempts with `250 ms` backoff.
|
|
442
|
+
- Retry only happens when `shouldRetry()` returns true; the default implementation looks for a truthy `retryable` field on the error.
|
|
443
|
+
- `IntegrationSpec` carries config and secret schemas, but raw secrets live behind `secretRef` and `SecretProvider`.
|
|
444
|
+
- `SecretProviderManager` delegates in descending priority order and preserves registration order for ties.
|
|
445
|
+
- `resolveApiVersion()` uses connection override first, then policy default.
|
|
446
|
+
- `IntegrationHealthService.check()` returns structured results instead of throwing health failures upward.
|
|
447
|
+
- Registry filters only match specs that explicitly declare auth methods, transports, version policies, or BYOK support.
|
|
448
|
+
- Credential manifests describe required config and secret references per ownership mode; they do not carry raw credential values.
|
|
449
|
+
- `ProviderDeltaSyncState` is the shared contract for sync leases, provider cursors/watermarks, webhook channel expiry, replay checkpoints, dedupe/idempotency keys, provider event IDs, and tombstones.
|
|
450
|
+
- Gmail and Google Drive specs advertise `provider.delta.watch`; Drive also advertises `knowledge.ingestion.drive`.
|
|
451
|
+
- This package defines contracts and shipped spec registrations. SDK-backed implementations live elsewhere.
|
|
452
|
+
|
|
453
|
+
## When not to use this package
|
|
454
|
+
|
|
455
|
+
- Do not use it as a provider SDK implementation layer.
|
|
456
|
+
- Do not use it as the secret storage backend itself.
|
|
457
|
+
- Do not use it as the integration persistence database layer.
|
|
458
|
+
- Do not use it as the app-config slot/binding resolver.
|
|
459
|
+
|
|
460
|
+
## Related packages
|
|
461
|
+
|
|
462
|
+
- `@lssm/lib.contracts-spec`: upstream spec system consumed by integration contracts and operations.
|
|
463
|
+
- `@lssm/lib.schema`: schema types used by operation and config shapes.
|
|
464
|
+
- `@lssm/integration.runtime`: runtime composition layer built on top of these contracts.
|
|
465
|
+
- `@lssm/integration.providers-impls`: SDK-backed provider implementations for many of these interfaces.
|
|
466
|
+
- `@lssm/lib.knowledge`: major consumer of embedding, vector-store, email, storage, and LLM provider interfaces.
|
|
467
|
+
|
|
468
|
+
## Local commands
|
|
469
|
+
|
|
470
|
+
- `bun run lint:check`
|
|
471
|
+
- `bun run typecheck`
|
|
472
|
+
- `bun test`
|
|
473
|
+
|
|
474
|
+
### Matrix and bridge-aware messaging
|
|
475
|
+
|
|
476
|
+
`messaging.matrix` models Matrix as an additive managed/BYOK messaging integration. It declares `matrix-js-sdk` as the preferred SDK transport with REST/WebSocket hints, Matrix homeserver and room configuration, bearer token secrets, and optional bridge metadata.
|
|
477
|
+
|
|
478
|
+
Bridge metadata is descriptive and provider-agnostic: it can explain that Matrix rooms bridge to Slack, Telegram, WhatsApp, Discord, email, SMS, IRC, XMPP, or other channels, but it must not replace direct provider specs when first-party integrations are configured. This package does not provision homeservers, automate hosted provider signup, install bridges, or endorse a hosting provider.
|
|
479
|
+
|
|
480
|
+
### Sales intelligence providers
|
|
481
|
+
|
|
482
|
+
- `crm.fullenrich`: FullEnrich contact enrichment, reverse-email lookup, people/company search, credits, API-key validation, webhook-first async result handling, and remote MCP metadata. REST calls are BYOK and must resolve API keys through runtime secret providers; remote MCP is represented as OAuth metadata at `https://mcp.fullenrich.com/mcp` without proxying OAuth secrets.
|
|
483
|
+
- `crm.sillage`: Sillage GTM intelligence metadata for Slack/CRM buying-signal and account-intelligence workflows. Executable operations remain disabled with `SILLAGE_VENDOR_DOCS_REQUIRED` until official API, MCP, SDK, webhook, and auth docs or vendor-confirmed schemas exist.
|
|
484
|
+
|
|
485
|
+
Sales-intelligence operation contracts are exported from `@lssm/lib.contracts-integrations/integrations/sales-intelligence`. FullEnrich operation keys are additive and keep REST paths derived from `defaultRestPath`; long generated MCP names use explicit short `transport.mcp.toolName` overrides while keeping operation keys stable.
|
|
486
|
+
|
|
487
|
+
Voice STT contracts include optional `transcribeMedia` support for encoded audio
|
|
488
|
+
containers, explicit timestamp requests, cancellation/deadlines and model identity.
|
|
489
|
+
Implementers must declare unsupported media/options through failure rather than
|
|
490
|
+
inventing sample rates, timestamps or speaker identities.
|
|
491
|
+
|
|
492
|
+
The LinkedIn native-publication subpath describes reviewed native post materialization
|
|
493
|
+
without credentials. Member/organization authors, media variants and revision identity
|
|
494
|
+
remain explicit; the concrete adapter implements the core scoped V2 publication port.
|
|
495
|
+
|
|
496
|
+
`integrations/social/x-publication` owns versioned native X thread records and their
|
|
497
|
+
atomic store port. Scoped request digests bind tenant/account/author/publication key,
|
|
498
|
+
part index and native payload. Confirmations preserve reply/media facts and authority;
|
|
499
|
+
unknown parts cannot transition back to pending.
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
The additive `integrations/social/x-upload` and `x-upload-state` contracts describe
|
|
503
|
+
qualified asset manifests, sequential chunk execution, native processing/expiry and
|
|
504
|
+
durable store/authority ports. `xUploadedAsset` projects only a scoped, ready, unexpired
|
|
505
|
+
native attachment. Runtime adapters must verify bytes and never resend uncertain writes.
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
`integrations/linkedin/media` adds optional typed native media methods and transient
|
|
509
|
+
image/video upload sessions. Media upload/read have independent capability IDs and
|
|
510
|
+
initialize/transfer/finalize/get operation identities; existing post authority does not
|
|
511
|
+
cover them. Signed upload material belongs in secret storage, not public job records.
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
LinkedIn `media-session`, `media-job` and `media-job-state` own private-session vault
|
|
515
|
+
ports, durable job/claim contracts and ready-media projection. Session references bind
|
|
516
|
+
the exact scope, content and backend version. Job histories carry no signed upload URLs
|
|
517
|
+
or upload tokens. Native processing availability and upload-session expiry are distinct.
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
Bot capture authority receives the exact attempted request: start includes its immutable meeting URL/media/schedule intent; existing-bot actions include providerCaptureId; reconciliation includes the durable idempotencyKey. The host must compare these supplied values with its owner-scoped persisted capture ledger before invoking the effect. Supplied values are evidence to verify, never authority. Attendee snapshots start/reconcile inputs before asynchronous authorization. This contract does not install a permissive default or constitute deployment qualification.
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
AsyncMediaGeneration.artifactRefs is an immutable ordered prefix of completed imports and may be partial while generation ingestion is running.
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
AsyncMediaGeneration optionally records expectedOutputCount when completed provider outputs are first observed. The count is immutable thereafter and bounded to 100 outputs.
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
`AsyncMediaGenerationReader` defines authorized durable inspection without provider polling or submission.
|
|
530
|
+
|
|
531
|
+
### Read-only object storage
|
|
532
|
+
|
|
533
|
+
`ObjectStorageReadProvider` and `StorageObjectReadInput` add a narrow object-read
|
|
534
|
+
capability with optional cancellation. Existing `ObjectStorageProvider` contracts
|
|
535
|
+
remain unchanged. A reader exposes no mutation, list or signed-URL authority;
|
|
536
|
+
implementations document cancellation and credential-scope support explicitly.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ContractsIntegrationsFeature: import("@lssm/lib.contracts-spec").FeatureModuleSpec;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{defineFeature as e}from"@lssm/lib.contracts-spec/features";var t=e({meta:{key:"libs.contracts-integrations",version:"1.0.0",title:"Contracts Integrations",description:"Integration contract definitions for external services",domain:"contracts-integrations",owners:["@contractspec-core"],tags:["package","libs","contracts-integrations"],stability:"experimental"},operations:[{key:"health.activities.list",version:"1.0.0"},{key:"health.activities.sync",version:"1.0.0"},{key:"health.biometrics.list",version:"1.0.0"},{key:"health.biometrics.sync",version:"1.0.0"},{key:"health.nutrition.list",version:"1.0.0"},{key:"health.nutrition.sync",version:"1.0.0"},{key:"health.sleep.list",version:"1.0.0"},{key:"health.sleep.sync",version:"1.0.0"},{key:"health.webhooks.ingest",version:"1.0.0"},{key:"health.workouts.list",version:"1.0.0"},{key:"health.workouts.sync",version:"1.0.0"},{key:"meeting-recorder.meetings.list",version:"1.0.0"},{key:"meeting-recorder.meetings.get",version:"1.0.0"},{key:"meeting-recorder.transcripts.get",version:"1.0.0"},{key:"meeting-recorder.transcripts.sync",version:"1.0.0"},{key:"meeting-recorder.webhooks.ingest",version:"1.0.0"},{key:"openbanking.accounts.list",version:"1.0.0"},{key:"openbanking.accounts.get",version:"1.0.0"},{key:"openbanking.accounts.sync",version:"1.0.0"},{key:"openbanking.balances.get",version:"1.0.0"},{key:"openbanking.balances.refresh",version:"1.0.0"},{key:"openbanking.transactions.list",version:"1.0.0"},{key:"openbanking.transactions.sync",version:"1.0.0"},{key:"integrations.connection.create",version:"1.0.0"},{key:"integrations.connection.update",version:"1.0.0"},{key:"integrations.connection.delete",version:"1.0.0"},{key:"integrations.connection.list",version:"1.0.0"},{key:"integrations.connection.test",version:"1.0.0"}]});export{t as ContractsIntegrationsFeature};
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from './contracts-integrations.feature.js';
|
|
2
|
+
export * from './integrations/index.js';
|
|
3
|
+
export * from './integrations/auth.js';
|
|
4
|
+
export * from './integrations/binding.js';
|
|
5
|
+
export * from './integrations/byok.js';
|
|
6
|
+
export * from './integrations/catalog.js';
|
|
7
|
+
export * from './integrations/connection.js';
|
|
8
|
+
export * from './integrations/credentials.js';
|
|
9
|
+
export * from './integrations/deployment-topology.js';
|
|
10
|
+
export * from './integrations/email-operations.js';
|
|
11
|
+
export * from './integrations/health.js';
|
|
12
|
+
export * from './integrations/health/contracts/index.js';
|
|
13
|
+
export * from './integrations/integrations.capability.js';
|
|
14
|
+
export * from './integrations/integrations.feature.js';
|
|
15
|
+
export * from './integrations/linkedin/index.js';
|
|
16
|
+
export * from './integrations/meeting-recorder/contracts/index.js';
|
|
17
|
+
export * from './integrations/openbanking/contracts/index.js';
|
|
18
|
+
export * from './integrations/operations.js';
|
|
19
|
+
export * from './integrations/providers/index.js';
|
|
20
|
+
export * from './integrations/sales-intelligence/index.js';
|
|
21
|
+
export * from './integrations/social/index.js';
|
|
22
|
+
export * from './integrations/spec.js';
|
|
23
|
+
export * from './integrations/transport.js';
|
|
24
|
+
export * from './integrations/versioning.js';
|
|
25
|
+
export * from './integrations/web-access/index.js';
|