@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
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export interface StorageObjectMetadata {
|
|
2
|
+
bucket: string;
|
|
3
|
+
key: string;
|
|
4
|
+
sizeBytes?: number;
|
|
5
|
+
contentType?: string;
|
|
6
|
+
etag?: string;
|
|
7
|
+
checksum?: string;
|
|
8
|
+
lastModified?: Date;
|
|
9
|
+
metadata?: Record<string, string>;
|
|
10
|
+
}
|
|
11
|
+
export type StorageObjectBody = {
|
|
12
|
+
data: Uint8Array;
|
|
13
|
+
stream?: never;
|
|
14
|
+
} | {
|
|
15
|
+
data?: never;
|
|
16
|
+
stream: AsyncIterable<Uint8Array>;
|
|
17
|
+
};
|
|
18
|
+
export type GetObjectResult = StorageObjectMetadata & StorageObjectBody;
|
|
19
|
+
export interface PutObjectInput {
|
|
20
|
+
bucket: string;
|
|
21
|
+
key: string;
|
|
22
|
+
data: Uint8Array | ArrayBuffer;
|
|
23
|
+
contentType?: string;
|
|
24
|
+
metadata?: Record<string, string>;
|
|
25
|
+
makePublic?: boolean;
|
|
26
|
+
}
|
|
27
|
+
export interface DeleteObjectInput {
|
|
28
|
+
bucket: string;
|
|
29
|
+
key: string;
|
|
30
|
+
}
|
|
31
|
+
export interface SignedUrlOptions {
|
|
32
|
+
bucket: string;
|
|
33
|
+
key: string;
|
|
34
|
+
expiresInSeconds: number;
|
|
35
|
+
method?: 'GET' | 'PUT';
|
|
36
|
+
contentType?: string;
|
|
37
|
+
}
|
|
38
|
+
export interface ListObjectsQuery {
|
|
39
|
+
bucket: string;
|
|
40
|
+
prefix?: string;
|
|
41
|
+
maxResults?: number;
|
|
42
|
+
pageToken?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface ListObjectsResult {
|
|
45
|
+
objects: StorageObjectMetadata[];
|
|
46
|
+
nextPageToken?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface ObjectStorageProvider {
|
|
49
|
+
putObject(input: PutObjectInput): Promise<StorageObjectMetadata>;
|
|
50
|
+
getObject(input: DeleteObjectInput): Promise<GetObjectResult | null>;
|
|
51
|
+
deleteObject(input: DeleteObjectInput): Promise<void>;
|
|
52
|
+
generateSignedUrl(options: SignedUrlOptions): Promise<{
|
|
53
|
+
url: string;
|
|
54
|
+
expiresAt: Date;
|
|
55
|
+
}>;
|
|
56
|
+
listObjects(query: ListObjectsQuery): Promise<ListObjectsResult>;
|
|
57
|
+
}
|
|
58
|
+
/** Additive read-only capability; cancellation applies while acquiring and consuming object bytes. */
|
|
59
|
+
export interface StorageObjectReadInput extends DeleteObjectInput {
|
|
60
|
+
readonly signal?: AbortSignal;
|
|
61
|
+
}
|
|
62
|
+
/** Narrow readers expose no upload, delete, listing or signed-URL authority. */
|
|
63
|
+
export interface ObjectStorageReadProvider {
|
|
64
|
+
getObject(input: StorageObjectReadInput): Promise<GetObjectResult | null>;
|
|
65
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// @bun
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{StabilityEnum as g}from"@lssm/lib.contracts-spec/ownership";import{SpecContractRegistry as s}from"@lssm/lib.contracts-spec/registry";var p=(e)=>`${e.key}.v${e.version}`;class c extends s{constructor(e){super("integration",e)}getByCategory(e){return this.list().filter((t)=>t.meta.category===e)}}function u(e){return p(e)}var i=(e)=>e;var o=["official-api","official-mcp","aggregator-api","aggregator-mcp","unofficial"],l=[{key:"health.activities.read",version:"1.0.0"},{key:"health.workouts.read",version:"1.0.0"},{key:"health.sleep.read",version:"1.0.0"},{key:"health.biometrics.read",version:"1.0.0"}],d=[{type:"rest"},{type:"mcp",transport:"http"},{type:"webhook",inbound:{signatureHeader:"x-webhook-signature",signingAlgorithm:"hmac-sha256"}}],n=[{type:"oauth2",grantType:"authorization_code",tokenUrl:"",scopes:[]},{type:"api-key"},{type:"bearer"},{type:"basic"}];function a(e){let t=e.supportedAuthMethods??y(e);return i({meta:{key:e.key,version:"1.0.0",category:"health",title:e.title,description:e.description,domain:"health",owners:["platform.integrations"],tags:["health","wearables",...e.tags],stability:e.stability??g.Experimental},supportedModes:e.supportedModes??["managed","byok"],transports:e.transports??d,preferredTransport:"rest",supportedAuthMethods:t,capabilities:{provides:e.capabilities??[...l]},configSchema:{schema:{type:"object",properties:{apiBaseUrl:{type:"string",description:"Optional API base URL override for provider-specific regional or partner endpoints."},mcpUrl:{type:"string",description:"Optional MCP endpoint URL for provider tool transport."},oauthTokenUrl:{type:"string",description:"Optional OAuth token endpoint override used for access-token refresh flows."},defaultTransport:{type:"string",enum:[...o],description:"Preferred transport strategy used before fallbacks are attempted."},strategyOrder:{type:"array",items:{type:"string",enum:[...o]},description:"Ordered transport fallback strategy. Defaults to official API -> official MCP -> aggregator API -> aggregator MCP -> unofficial."},allowUnofficial:{type:"boolean",description:"Must be true to allow unofficial/automation connectors as fallback."},unofficialAllowList:{type:"array",items:{type:"string"},description:"Optional allowlist of provider keys allowed to use unofficial connectors."}}},example:{defaultTransport:e.defaultTransport??"official-api",strategyOrder:[...o],allowUnofficial:!1,unofficialAllowList:[]}},secretSchema:{schema:{type:"object",properties:{apiKey:{type:"string"},accessToken:{type:"string"},refreshToken:{type:"string"},tokenExpiresAt:{type:"string"},clientId:{type:"string"},clientSecret:{type:"string"},mcpAccessToken:{type:"string"},username:{type:"string"},password:{type:"string"}}},example:{apiKey:"provider-api-key",accessToken:"oauth-access-token",refreshToken:"oauth-refresh-token"}},healthCheck:{method:"list",timeoutMs:1e4},docsUrl:e.docsUrl,byokSetup:{setupInstructions:e.byokSetupInstructions??"Create provider credentials, set allowed scopes, and store credentials in secret provider.",requiredScopes:e.byokScopes,keyRotationSupported:!1,quotaTrackingSupported:!1}})}function y(e){if(e.oauthTokenUrl){let t=e.oauthTokenUrl;return n.map((r)=>{if(r.type==="oauth2")return{...r,tokenUrl:t,scopes:e.byokScopes??[]};return r})}return[...n]}var f=a({key:"health.strava",title:"Strava",description:"Strava integration for activities, workouts, and athlete biometrics.",docsUrl:"https://developers.strava.com/",tags:["strava","official-api"],byokScopes:["read","activity:read_all"]});function T(e){return e.register(f)}export{T as registerStravaIntegration,f as stravaIntegrationSpec};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{StabilityEnum as a}from"@lssm/lib.contracts-spec/ownership";import{SpecContractRegistry as n}from"@lssm/lib.contracts-spec/registry";var i=(e)=>`${e.key}.v${e.version}`;class o extends n{constructor(e){super("integration",e)}getByCategory(e){return this.list().filter((r)=>r.meta.category===e)}}function c(e){return i(e)}var t=(e)=>e;var s=t({meta:{key:"payments.stripe",version:"1.0.0",category:"payments",title:"Stripe Payments",description:"Stripe integration for payment processing, charges, and payouts.",domain:"payments",owners:["platform.payments"],tags:["payments","psp"],stability:a.Stable},supportedModes:["managed","byok"],transports:[{type:"rest",baseUrl:"https://api.stripe.com",apiVersionHeader:"Stripe-Version"},{type:"webhook",inbound:{signatureHeader:"stripe-signature",signingAlgorithm:"hmac-sha256"}},{type:"sdk",packageName:"stripe",minVersion:"14.0.0"}],preferredTransport:"rest",supportedAuthMethods:[{type:"api-key",headerName:"Authorization",prefix:"Bearer "},{type:"oauth2",grantType:"authorization_code",authorizationUrl:"https://connect.stripe.com/oauth/authorize",tokenUrl:"https://connect.stripe.com/oauth/token",scopes:["read_write"]},{type:"webhook-signing",algorithm:"hmac-sha256",signatureHeader:"stripe-signature"}],versionPolicy:{currentVersion:"2026-07-29.dahlia",supportedVersions:[{version:"2026-07-29.dahlia",status:"stable"}],versionHeader:"Stripe-Version"},capabilities:{provides:[{key:"payments.psp",version:"1.0.0"},{key:"payments.customers",version:"1.0.0"},{key:"payments.payment-methods",version:"1.0.0"},{key:"payments.checkout",version:"1.0.0"},{key:"payments.subscriptions",version:"1.0.0"},{key:"payments.invoices",version:"1.0.0"},{key:"payments.disputes",version:"1.0.0"},{key:"payments.payouts",version:"1.0.0"},{key:"payments.marketplace",version:"1.0.0"},{key:"payments.webhooks",version:"1.0.0"}],requires:[{key:"platform.webhooks",optional:!0,reason:"Recommended for reliable event ingestion"}]},configSchema:{schema:{type:"object",properties:{accountId:{type:"string",description:"Connected account ID when using Stripe Connect (BYOK)."},region:{type:"string",description:"Optional Stripe region or data residency hint."}}},example:{accountId:"acct_123",region:"us-east-1"}},secretSchema:{schema:{type:"object",required:["apiKey"],properties:{apiKey:{type:"string",description:"Stripe secret API key (sk_live_... or sk_test_...)."},webhookSecret:{type:"string",description:"Signing secret for webhook verification."}}},example:{apiKey:"sk_live_***",webhookSecret:"whsec_***"}},healthCheck:{method:"ping",timeoutMs:5000},docsUrl:"https://stripe.com/docs/api",constraints:{rateLimit:{rpm:1000,rph:20000}},byokSetup:{setupInstructions:"Create a restricted Stripe API key with write access to Charges. Provide a webhook signing secret when inbound events are enabled.",requiredScopes:["charges:write","customers:read"],keyRotationSupported:!0,quotaTrackingSupported:!1}});function h(e){return e.register(s)}export{h as registerStripeIntegration,s as stripeIntegrationSpec};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{StabilityEnum as i}from"@lssm/lib.contracts-spec/ownership";import{SpecContractRegistry as n}from"@lssm/lib.contracts-spec/registry";var a=(e)=>`${e.key}.v${e.version}`;class o extends n{constructor(e){super("integration",e)}getByCategory(e){return this.list().filter((r)=>r.meta.category===e)}}function g(e){return a(e)}var t=(e)=>e;var s=t({meta:{key:"database.supabase",version:"1.0.0",category:"database",title:"Supabase Postgres",description:"Supabase Postgres integration for SQL query execution and transactional workloads.",domain:"infrastructure",owners:["platform.infrastructure"],tags:["database","postgres","supabase"],stability:i.Beta},supportedModes:["managed","byok"],transports:[{type:"rest"},{type:"sdk",packageName:"@supabase/supabase-js"}],preferredTransport:"rest",supportedAuthMethods:[{type:"api-key"},{type:"basic"}],capabilities:{provides:[{key:"database.sql",version:"1.0.0"}]},configSchema:{schema:{type:"object",properties:{maxConnections:{type:"number",description:"Optional connection pool size when opening a Postgres client to Supabase."},sslMode:{type:"string",enum:["require","allow","prefer"],description:"TLS mode used by the Postgres client."}}},example:{maxConnections:10,sslMode:"require"}},secretSchema:{schema:{type:"object",required:["databaseUrl"],properties:{databaseUrl:{type:"string",description:"Supabase Postgres connection string (transaction or session pooler endpoint)."}}},example:{databaseUrl:"postgresql://postgres.[project-ref]:password@aws-0-region.pooler.supabase.com:6543/postgres"}},healthCheck:{method:"ping",timeoutMs:5000},docsUrl:"https://supabase.com/docs/guides/database/connecting-to-postgres",byokSetup:{setupInstructions:"Create or reuse a Supabase project and provide a Postgres connection string with permissions aligned to your workload.",keyRotationSupported:!0,quotaTrackingSupported:!1}});function l(e){return e.register(s)}export{l as registerSupabasePostgresIntegration,s as supabasePostgresIntegrationSpec};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{StabilityEnum as o}from"@lssm/lib.contracts-spec/ownership";import{SpecContractRegistry as a}from"@lssm/lib.contracts-spec/registry";var n=(e)=>`${e.key}.v${e.version}`;class i extends a{constructor(e){super("integration",e)}getByCategory(e){return this.list().filter((r)=>r.meta.category===e)}}function c(e){return n(e)}var t=(e)=>e;var s=t({meta:{key:"vectordb.supabase",version:"1.0.0",category:"vector-db",title:"Supabase Vector Database (pgvector)",description:"Supabase integration for embedding storage and vector similarity search using pgvector.",domain:"ai",owners:["platform.ai"],tags:["vector-db","supabase","pgvector"],stability:o.Beta},supportedModes:["managed","byok"],transports:[{type:"rest"},{type:"sdk",packageName:"@supabase/supabase-js"}],preferredTransport:"rest",supportedAuthMethods:[{type:"api-key"},{type:"bearer"}],capabilities:{provides:[{key:"vector-db.search",version:"1.0.0"},{key:"vector-db.storage",version:"1.0.0"}],requires:[{key:"ai.embeddings",optional:!0,reason:"Required when vectors are generated by a hosted embedding provider."}]},configSchema:{schema:{type:"object",properties:{schema:{type:"string",description:"Schema name containing the pgvector table (default: public)."},table:{type:"string",description:"Table used to store vectors and metadata (default: contractspec_vectors)."},createTableIfMissing:{type:"boolean",description:"Automatically create pgvector extension and table when first writing vectors."},distanceMetric:{type:"string",enum:["cosine","l2","inner_product"],description:"Distance metric used for nearest-neighbor search."}}},example:{schema:"public",table:"contractspec_vectors",createTableIfMissing:!0,distanceMetric:"cosine"}},secretSchema:{schema:{type:"object",required:["databaseUrl"],properties:{databaseUrl:{type:"string",description:"Supabase Postgres connection string with privileges to read/write vector rows."}}},example:{databaseUrl:"postgresql://postgres.[project-ref]:password@aws-0-region.pooler.supabase.com:6543/postgres"}},healthCheck:{method:"ping",timeoutMs:5000},docsUrl:"https://supabase.com/docs/guides/ai/vector-columns",byokSetup:{setupInstructions:"Create or reuse a Supabase project, enable pgvector, and provide a Postgres connection string with read/write access to the target vector table.",keyRotationSupported:!0,quotaTrackingSupported:!1}});function u(e){return e.register(s)}export{u as registerSupabaseVectorIntegration,s as supabaseVectorIntegrationSpec};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IntegrationSpecRegistry } from '../spec.js';
|
|
2
|
+
export declare const tavilyIntegrationSpec: import("..").IntegrationSpec;
|
|
3
|
+
/**
|
|
4
|
+
* Additive web-access contract. The original 1.0.0 metadata remains available
|
|
5
|
+
* through `tavilyIntegrationSpec` for callers that pinned its transport set.
|
|
6
|
+
*/
|
|
7
|
+
export declare const tavilyIntegrationSpecV1_1: import("..").IntegrationSpec;
|
|
8
|
+
export declare function registerTavilyIntegration(registry: IntegrationSpecRegistry): IntegrationSpecRegistry;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{StabilityEnum as m}from"@lssm/lib.contracts-spec/ownership";import{SpecContractRegistry as c}from"@lssm/lib.contracts-spec/registry";var g=(e)=>`${e.key}.v${e.version}`;class l extends c{constructor(e){super("integration",e)}getByCategory(e){return this.list().filter((t)=>t.meta.category===e)}}function f(e){return g(e)}var o=(e)=>e;function i({unsupportedModeReason:e,configFields:t,secretFields:a,rotationSupported:p=!1,setupSteps:n}){let r={mode:"byok",validationStrategy:"byok-lifecycle",rotation:{supported:p}};if(t)r.configFields=t;if(a)r.secretFields=a;if(n)r.setupSteps=n;return{modes:{byok:r},exempt:!0,exemptionReason:e}}import{StabilityEnum as d}from"@lssm/lib.contracts-spec/ownership";function s(e){return o({meta:{key:e.key,version:e.version??"1.0.0",category:"custom",title:e.title,description:e.description,domain:"knowledge",owners:["platform.ai"],tags:["web-access",...e.tags],stability:d.Experimental},supportedModes:["byok"],credentialManifest:i({unsupportedModeReason:"Managed credentials are not shipped; tenants must supply provider-owned credentials through a SecretProvider.",secretFields:e.secretFields.map((t)=>({key:t})),rotationSupported:!1}),transports:e.transports,preferredTransport:e.preferredTransport,supportedAuthMethods:e.auth,capabilities:{provides:e.capabilities.map((t)=>({key:t,version:"1.0.0"}))},configSchema:{schema:{type:"object",properties:{baseUrl:{type:"string"},policyMode:{type:"string",enum:["governed","provider-pass-through","public-only"]},...e.configProperties}}},secretSchema:{schema:{type:"object",properties:Object.fromEntries(e.secretFields.map((t)=>[t,{type:"string"}]))},example:Object.fromEntries(e.secretFields.map((t)=>[t,"***"]))},healthCheck:{method:"custom",timeoutMs:5000},docsUrl:e.docsUrl,byokSetup:{setupInstructions:"Resolve provider credentials at execution time through SecretProvider; never persist credentials in integration config.",keyRotationSupported:!1,quotaTrackingSupported:!0}})}var y=o({meta:{key:"web-research.tavily",version:"1.0.0",category:"custom",title:"Tavily Search, Extract, Crawl, and Research",description:"Tavily integration for real-time search, extraction, crawling, mapping, and research through API, SDK, MCP, and OAuth-enabled remote MCP.",domain:"knowledge",owners:["platform.ai"],tags:["search","extract","crawl","research","mcp","oauth"],stability:m.Experimental},supportedModes:["byok"],credentialManifest:i({unsupportedModeReason:"Managed Tavily credentials are not declared because Tavily API/MCP access is currently tenant-owned API-key or OAuth-token setup; ContractSpec does not provide a shared managed Tavily tenant.",secretFields:[{key:"apiKey"},{key:"mcpAccessToken"}],rotationSupported:!1}),transports:[{type:"sdk",packageName:"@tavily/core",runtime:"universal"},{type:"rest",baseUrl:"https://api.tavily.com"},{type:"mcp",transport:"http",url:"https://mcp.tavily.com/mcp/"},{type:"mcp",transport:"stdio",command:"npx",args:["-y","@tavily/mcp"]}],preferredTransport:"sdk",supportedAuthMethods:[{type:"bearer",tokenField:"apiKey"},{type:"oauth2",grantType:"authorization_code",tokenUrl:"https://mcp.tavily.com/token",authorizationUrl:"https://mcp.tavily.com/authorize",scopes:["openid","offline_access"],pkce:!0}],capabilities:{provides:[{key:"web.search",version:"1.0.0"},{key:"web.extract",version:"1.0.0"},{key:"web.crawl",version:"1.0.0"},{key:"web.research",version:"1.0.0"},{key:"provider.mcp.tavily",version:"1.0.0"}]},configSchema:{schema:{type:"object",properties:{projectId:{type:"string"},baseUrl:{type:"string"},mcpUrl:{type:"string"},defaultSearchDepth:{type:"string",enum:["basic","advanced"]}}},example:{baseUrl:"https://api.tavily.com",mcpUrl:"https://mcp.tavily.com/mcp/",defaultSearchDepth:"basic"}},secretSchema:{schema:{type:"object",properties:{apiKey:{type:"string",description:"Tavily API key."},mcpAccessToken:{type:"string",description:"OAuth access token for Tavily remote MCP."}}},example:{apiKey:"tvly-***",mcpAccessToken:"oauth_***"}},healthCheck:{method:"custom",timeoutMs:5000},docsUrl:"https://docs.tavily.com/",byokSetup:{setupInstructions:"Use @tavily/core for API calls when available. For MCP, connect to the remote MCP URL with OAuth discovery or API-key auth, or run @tavily/mcp locally.",requiredScopes:["openid","offline_access"],keyRotationSupported:!1,quotaTrackingSupported:!0}}),h=s({key:"web-research.tavily",version:"1.1.0",title:"Tavily Web Access",description:"Tavily Search, Extract, Map, Crawl, Research, polling, SSE streaming, SDK, and native MCP access.",tags:["search","extract","map","crawl","research","sse","mcp"],transports:[{type:"sdk",packageName:"@tavily/core",minVersion:"0.7.7",runtime:"universal"},{type:"rest",baseUrl:"https://api.tavily.com"},{type:"sse",url:"https://api.tavily.com/research",discoveryOperationKey:"web-access.tavily.research.stream",resumeHeader:"Last-Event-ID"},{type:"mcp",transport:"http",url:"https://mcp.tavily.com/mcp/",toolPrefix:"tavily"},{type:"mcp",transport:"stdio",command:"npx",args:["-y","@tavily/mcp"],toolPrefix:"tavily"},{type:"mcp",transport:"stdio",command:"npx",args:["-y","tavily-mcp"],toolPrefix:"tavily"}],preferredTransport:"sdk",auth:[{type:"bearer",tokenField:"apiKey"},{type:"oauth2",grantType:"authorization_code",tokenUrl:"https://mcp.tavily.com/token",authorizationUrl:"https://mcp.tavily.com/authorize",scopes:["openid","offline_access"],pkce:!0}],secretFields:["apiKey","mcpAccessToken"],capabilities:["web.search","web.extract","web.map","web.crawl","web.research","provider.mcp.tavily"],docsUrl:"https://docs.tavily.com/documentation/api-reference/introduction"});function R(e){return e.register(y).register(h)}export{R as registerTavilyIntegration,y as tavilyIntegrationSpec,h as tavilyIntegrationSpecV1_1};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{StabilityEnum as c}from"@lssm/lib.contracts-spec/ownership";import{SpecContractRegistry as p}from"@lssm/lib.contracts-spec/registry";var g=(e)=>`${e.key}.v${e.version}`;class d extends p{constructor(e){super("integration",e)}getByCategory(e){return this.list().filter((t)=>t.meta.category===e)}}function m(e){return g(e)}var o=(e)=>e;function a({unsupportedModeReason:e,configFields:t,secretFields:n,rotationSupported:s=!1,setupSteps:i}){let r={mode:"byok",validationStrategy:"byok-lifecycle",rotation:{supported:s}};if(t)r.configFields=t;if(n)r.secretFields=n;if(i)r.setupSteps=i;return{modes:{byok:r},exempt:!0,exemptionReason:e}}var l=o({meta:{key:"meeting-recorder.tldv",version:"1.0.0",category:"meeting-recorder",title:"tl;dv Meeting Recorder",description:"tl;dv Public API for meeting recordings, transcripts, and webhook events.",domain:"productivity",owners:["platform.integrations"],tags:["meeting-recorder","tldv","transcripts"],stability:c.Experimental},supportedModes:["byok"],credentialManifest:a({unsupportedModeReason:"Managed tl;dv credentials are not declared because API and webhook access depend on tenant-owned tl;dv API keys and workspace configuration.",secretFields:[{key:"apiKey",required:!0},{key:"webhookSecret"}],rotationSupported:!1}),transports:[{type:"rest"},{type:"webhook",inbound:{signatureHeader:"x-tldv-signature",signingAlgorithm:"hmac-sha256"}}],preferredTransport:"rest",supportedAuthMethods:[{type:"api-key"},{type:"webhook-signing",algorithm:"hmac-sha256",signatureHeader:"x-tldv-signature"}],capabilities:{provides:[{key:"meeting-recorder.meetings.read",version:"1.0.0"},{key:"meeting-recorder.transcripts.read",version:"1.0.0"},{key:"meeting-recorder.webhooks",version:"1.0.0"}]},configSchema:{schema:{type:"object",properties:{baseUrl:{type:"string",description:"Optional override for the tl;dv API base URL. Defaults to https://pasta.tldv.io/v1alpha1."},webhookUrl:{type:"string",description:"Webhook destination URL configured in tl;dv settings (MeetingReady/TranscriptReady)."},webhookEvents:{type:"array",items:{type:"string"},description:"Webhook triggers to enable (MeetingReady, TranscriptReady)."},webhookScope:{type:"string",description:"Webhook scope to configure (user, team, or organization)."}}},example:{baseUrl:"https://pasta.tldv.io/v1alpha1",webhookUrl:"https://example.com/webhooks/tldv",webhookEvents:["MeetingReady","TranscriptReady"],webhookScope:"team"}},secretSchema:{schema:{type:"object",required:["apiKey"],properties:{apiKey:{type:"string",description:"tl;dv API key used in the x-api-key header for API requests."},webhookSecret:{type:"string",description:"Optional shared secret for webhook verification if configured in your environment."}}},example:{apiKey:"tldv-***",webhookSecret:"tldv-webhook-secret"}},healthCheck:{method:"ping",timeoutMs:6000},docsUrl:"https://doc.tldv.io/index.html",byokSetup:{setupInstructions:"Generate a tl;dv API key and optionally configure MeetingReady/TranscriptReady webhooks.",keyRotationSupported:!1,quotaTrackingSupported:!1}});function v(e){return e.register(l)}export{v as registerTldvIntegration,l as tldvIntegrationSpec};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{StabilityEnum as a}from"@lssm/lib.contracts-spec/ownership";import{SpecContractRegistry as r}from"@lssm/lib.contracts-spec/registry";var n=(t)=>`${t.key}.v${t.version}`;class o extends r{constructor(t){super("integration",t)}getByCategory(t){return this.list().filter((i)=>i.meta.category===t)}}function g(t){return n(t)}var e=(t)=>t;var s=e({meta:{key:"sms.twilio",version:"1.0.0",category:"sms",title:"Twilio Messaging",description:"Twilio SMS integration for transactional and notification messaging.",domain:"communications",owners:["platform.messaging"],tags:["sms","messaging"],stability:a.Stable},supportedModes:["managed","byok"],transports:[{type:"rest",baseUrl:"https://api.twilio.com"},{type:"webhook",inbound:{signatureHeader:"x-twilio-signature",signingAlgorithm:"hmac-sha1"}},{type:"sdk",packageName:"twilio",minVersion:"5.0.0"}],preferredTransport:"rest",supportedAuthMethods:[{type:"basic"}],capabilities:{provides:[{key:"sms.outbound",version:"1.0.0"}]},configSchema:{schema:{type:"object",properties:{fromNumber:{type:"string",description:"Default Twilio phone number used as sender."}}},example:{fromNumber:"+15551234567"}},secretSchema:{schema:{type:"object",required:["accountSid","authToken"],properties:{accountSid:{type:"string",description:"Twilio Account SID."},authToken:{type:"string",description:"Twilio Auth Token."}}},example:{accountSid:"ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",authToken:"auth-token"}},healthCheck:{method:"custom",timeoutMs:3000},docsUrl:"https://www.twilio.com/docs/sms/api",constraints:{rateLimit:{rpm:200}},byokSetup:{setupInstructions:"Provide a Twilio account SID, auth token, and verify the outbound sending numbers used by the integration.",keyRotationSupported:!0,quotaTrackingSupported:!1}});function l(t){return t.register(s)}export{l as registerTwilioSmsIntegration,s as twilioSmsIntegrationSpec};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { EmbeddingVector } from './embedding.js';
|
|
2
|
+
export interface VectorDocument {
|
|
3
|
+
id: string;
|
|
4
|
+
vector: EmbeddingVector;
|
|
5
|
+
payload?: Record<string, unknown>;
|
|
6
|
+
namespace?: string;
|
|
7
|
+
expiresAt?: Date;
|
|
8
|
+
}
|
|
9
|
+
export interface VectorUpsertRequest {
|
|
10
|
+
collection: string;
|
|
11
|
+
documents: VectorDocument[];
|
|
12
|
+
waitForSync?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export interface VectorDeleteRequest {
|
|
15
|
+
collection: string;
|
|
16
|
+
ids: string[];
|
|
17
|
+
namespace?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface VectorSearchQuery {
|
|
20
|
+
collection: string;
|
|
21
|
+
vector: EmbeddingVector;
|
|
22
|
+
topK: number;
|
|
23
|
+
namespace?: string;
|
|
24
|
+
filter?: Record<string, unknown>;
|
|
25
|
+
scoreThreshold?: number;
|
|
26
|
+
consistent?: boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface VectorSearchResult {
|
|
29
|
+
id: string;
|
|
30
|
+
score: number;
|
|
31
|
+
payload?: Record<string, unknown>;
|
|
32
|
+
vector?: EmbeddingVector;
|
|
33
|
+
namespace?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface VectorStoreProvider {
|
|
36
|
+
upsert(request: VectorUpsertRequest): Promise<void>;
|
|
37
|
+
search(query: VectorSearchQuery): Promise<VectorSearchResult[]>;
|
|
38
|
+
delete(request: VectorDeleteRequest): Promise<void>;
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// @bun
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import type { VoiceTimingMap } from './voice-video-sync.js';
|
|
2
|
+
export interface VideoFormatLandscape {
|
|
3
|
+
type: 'landscape';
|
|
4
|
+
width: 1920;
|
|
5
|
+
height: 1080;
|
|
6
|
+
}
|
|
7
|
+
export interface VideoFormatPortrait {
|
|
8
|
+
type: 'portrait';
|
|
9
|
+
width: 1080;
|
|
10
|
+
height: 1920;
|
|
11
|
+
}
|
|
12
|
+
export interface VideoFormatSquare {
|
|
13
|
+
type: 'square';
|
|
14
|
+
width: 1080;
|
|
15
|
+
height: 1080;
|
|
16
|
+
}
|
|
17
|
+
export interface VideoFormatCustom {
|
|
18
|
+
type: 'custom';
|
|
19
|
+
width: number;
|
|
20
|
+
height: number;
|
|
21
|
+
}
|
|
22
|
+
export type VideoFormat = VideoFormatLandscape | VideoFormatPortrait | VideoFormatSquare | VideoFormatCustom;
|
|
23
|
+
export declare const VIDEO_FORMATS: {
|
|
24
|
+
landscape: {
|
|
25
|
+
readonly type: 'landscape';
|
|
26
|
+
readonly width: 1920;
|
|
27
|
+
readonly height: 1080;
|
|
28
|
+
};
|
|
29
|
+
portrait: {
|
|
30
|
+
readonly type: 'portrait';
|
|
31
|
+
readonly width: 1080;
|
|
32
|
+
readonly height: 1920;
|
|
33
|
+
};
|
|
34
|
+
square: {
|
|
35
|
+
readonly type: 'square';
|
|
36
|
+
readonly width: 1080;
|
|
37
|
+
readonly height: 1080;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export interface NarrationConfig {
|
|
41
|
+
enabled: boolean;
|
|
42
|
+
voiceId?: string;
|
|
43
|
+
language?: string;
|
|
44
|
+
style?: 'professional' | 'casual' | 'technical';
|
|
45
|
+
}
|
|
46
|
+
export interface VideoStyleOverrides {
|
|
47
|
+
/** Override brand primary color */
|
|
48
|
+
primaryColor?: string;
|
|
49
|
+
/** Override brand accent color */
|
|
50
|
+
accentColor?: string;
|
|
51
|
+
/** Background color or gradient CSS value */
|
|
52
|
+
background?: string;
|
|
53
|
+
/** Font family override */
|
|
54
|
+
fontFamily?: string;
|
|
55
|
+
/** Show watermark / logo */
|
|
56
|
+
showBranding?: boolean;
|
|
57
|
+
/** Dark mode */
|
|
58
|
+
darkMode?: boolean;
|
|
59
|
+
}
|
|
60
|
+
export interface VideoScene {
|
|
61
|
+
id: string;
|
|
62
|
+
/** Maps to a registered Remotion composition ID */
|
|
63
|
+
compositionId: string;
|
|
64
|
+
/** Input props passed to the Remotion composition */
|
|
65
|
+
props: Record<string, unknown>;
|
|
66
|
+
/** Duration in frames */
|
|
67
|
+
durationInFrames: number;
|
|
68
|
+
/** Optional narration text for this scene */
|
|
69
|
+
narrationText?: string;
|
|
70
|
+
/** Transition to next scene */
|
|
71
|
+
transition?: SceneTransition;
|
|
72
|
+
}
|
|
73
|
+
export type SceneTransitionType = 'fade' | 'slide-left' | 'slide-right' | 'wipe' | 'none';
|
|
74
|
+
export interface SceneTransition {
|
|
75
|
+
type: SceneTransitionType;
|
|
76
|
+
durationInFrames: number;
|
|
77
|
+
}
|
|
78
|
+
export interface AudioTrack {
|
|
79
|
+
/** Audio data as Uint8Array (e.g., from VoiceProvider) */
|
|
80
|
+
data?: Uint8Array;
|
|
81
|
+
/** Or a URL/path to the audio file */
|
|
82
|
+
src?: string;
|
|
83
|
+
format: 'mp3' | 'wav' | 'ogg';
|
|
84
|
+
durationSeconds: number;
|
|
85
|
+
/** Volume 0-1 */
|
|
86
|
+
volume?: number;
|
|
87
|
+
}
|
|
88
|
+
export interface VideoProject {
|
|
89
|
+
id: string;
|
|
90
|
+
/** The scenes composing this video in order */
|
|
91
|
+
scenes: VideoScene[];
|
|
92
|
+
/** Total duration across all scenes */
|
|
93
|
+
totalDurationInFrames: number;
|
|
94
|
+
fps: number;
|
|
95
|
+
/** Video dimensions */
|
|
96
|
+
format: VideoFormat;
|
|
97
|
+
/** Audio tracks */
|
|
98
|
+
audio?: {
|
|
99
|
+
narration?: AudioTrack;
|
|
100
|
+
backgroundMusic?: AudioTrack;
|
|
101
|
+
};
|
|
102
|
+
/** Metadata for the rendered file */
|
|
103
|
+
metadata?: VideoProjectMetadata;
|
|
104
|
+
/** VTT subtitles generated from voice narration */
|
|
105
|
+
subtitles?: string;
|
|
106
|
+
/** Voice timing map for per-scene audio sync */
|
|
107
|
+
voiceTimingMap?: VoiceTimingMap;
|
|
108
|
+
/** Generated thumbnail image */
|
|
109
|
+
thumbnail?: {
|
|
110
|
+
prompt: string;
|
|
111
|
+
imageUrl?: string;
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
export interface VideoProjectMetadata {
|
|
115
|
+
title?: string;
|
|
116
|
+
description?: string;
|
|
117
|
+
tags?: string[];
|
|
118
|
+
createdAt?: string;
|
|
119
|
+
}
|
|
120
|
+
export type VideoCodec = 'h264' | 'h265' | 'vp8' | 'vp9';
|
|
121
|
+
export type VideoOutputFormat = 'mp4' | 'webm' | 'gif';
|
|
122
|
+
export interface RenderConfig {
|
|
123
|
+
/** Output codec */
|
|
124
|
+
codec?: VideoCodec;
|
|
125
|
+
/** Output container format */
|
|
126
|
+
outputFormat?: VideoOutputFormat;
|
|
127
|
+
/** Constant Rate Factor (quality). Lower = better. Default 18. */
|
|
128
|
+
crf?: number;
|
|
129
|
+
/** Output file path */
|
|
130
|
+
outputPath: string;
|
|
131
|
+
/** Generate additional format variants (square, portrait) */
|
|
132
|
+
autoVariants?: boolean;
|
|
133
|
+
/** Pixel format. Default 'yuv420p'. */
|
|
134
|
+
pixelFormat?: string;
|
|
135
|
+
/** Number of rendering threads. Default: CPU count. */
|
|
136
|
+
concurrency?: number;
|
|
137
|
+
}
|
|
138
|
+
export interface RenderResult {
|
|
139
|
+
outputPath: string;
|
|
140
|
+
format: VideoOutputFormat;
|
|
141
|
+
codec: VideoCodec;
|
|
142
|
+
durationSeconds: number;
|
|
143
|
+
fileSizeBytes: number;
|
|
144
|
+
dimensions: {
|
|
145
|
+
width: number;
|
|
146
|
+
height: number;
|
|
147
|
+
};
|
|
148
|
+
/** Additional format variants if autoVariants was true */
|
|
149
|
+
variants?: RenderResult[];
|
|
150
|
+
}
|
|
151
|
+
export interface VideoProvider {
|
|
152
|
+
/**
|
|
153
|
+
* Render a video project to a file.
|
|
154
|
+
* Implementations may use local Remotion renderer, Lambda, Cloud Run, etc.
|
|
155
|
+
*/
|
|
156
|
+
render(project: VideoProject, config: RenderConfig): Promise<RenderResult>;
|
|
157
|
+
/**
|
|
158
|
+
* Get a still frame from a composition (useful for thumbnails).
|
|
159
|
+
*/
|
|
160
|
+
renderStill?(compositionId: string, props: Record<string, unknown>, frame: number, format: VideoFormat): Promise<Uint8Array>;
|
|
161
|
+
}
|
|
162
|
+
export interface CompositionMeta {
|
|
163
|
+
id: string;
|
|
164
|
+
displayName: string;
|
|
165
|
+
description: string;
|
|
166
|
+
/** Default duration in frames */
|
|
167
|
+
defaultDurationInFrames: number;
|
|
168
|
+
fps: number;
|
|
169
|
+
/** Default dimensions */
|
|
170
|
+
defaultFormat: VideoFormat;
|
|
171
|
+
/** Schema of expected input props (for validation / UI generation) */
|
|
172
|
+
propsSchema?: Record<string, unknown>;
|
|
173
|
+
/** Tags for categorization */
|
|
174
|
+
tags?: string[];
|
|
175
|
+
}
|
|
176
|
+
export interface CompositionRegistry {
|
|
177
|
+
register(meta: CompositionMeta): void;
|
|
178
|
+
get(id: string): CompositionMeta | undefined;
|
|
179
|
+
list(): CompositionMeta[];
|
|
180
|
+
listByTag(tag: string): CompositionMeta[];
|
|
181
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { WordTiming } from './voice.js';
|
|
2
|
+
/**
|
|
3
|
+
* Timing map produced by voice/tts, consumed by video-gen.
|
|
4
|
+
* Video-gen uses this to adjust scene durations to match voice.
|
|
5
|
+
*/
|
|
6
|
+
export interface VoiceTimingMap {
|
|
7
|
+
totalDurationMs: number;
|
|
8
|
+
segments: VoiceSegmentTiming[];
|
|
9
|
+
fps: number;
|
|
10
|
+
}
|
|
11
|
+
export interface VoiceSegmentTiming {
|
|
12
|
+
/** Matches a sceneId from video-gen's ScenePlan */
|
|
13
|
+
sceneId: string;
|
|
14
|
+
/** Voice audio duration for this segment in ms */
|
|
15
|
+
durationMs: number;
|
|
16
|
+
/** Equivalent duration in frames */
|
|
17
|
+
durationInFrames: number;
|
|
18
|
+
/** Recommended scene duration (voice + breathing room) */
|
|
19
|
+
recommendedSceneDurationInFrames: number;
|
|
20
|
+
wordTimings?: WordTiming[];
|
|
21
|
+
}
|
|
22
|
+
export interface VoicePacingDirective {
|
|
23
|
+
sceneId: string;
|
|
24
|
+
rate: number;
|
|
25
|
+
emphasis: 'reduced' | 'normal' | 'strong';
|
|
26
|
+
tone: 'neutral' | 'urgent' | 'excited' | 'calm' | 'authoritative';
|
|
27
|
+
leadingSilenceMs: number;
|
|
28
|
+
trailingSilenceMs: number;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// @bun
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
export interface Voice {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
language?: string;
|
|
6
|
+
gender?: 'male' | 'female' | 'neutral';
|
|
7
|
+
previewUrl?: string;
|
|
8
|
+
capabilities?: ('tts' | 'conversational')[];
|
|
9
|
+
metadata?: Record<string, string>;
|
|
10
|
+
}
|
|
11
|
+
export type AudioFormat = 'mp3' | 'wav' | 'ogg' | 'pcm' | 'opus';
|
|
12
|
+
export interface AudioData {
|
|
13
|
+
data: Uint8Array;
|
|
14
|
+
format: AudioFormat;
|
|
15
|
+
sampleRateHz: number;
|
|
16
|
+
durationMs?: number;
|
|
17
|
+
channels?: 1 | 2;
|
|
18
|
+
}
|
|
19
|
+
export interface WordTiming {
|
|
20
|
+
word: string;
|
|
21
|
+
startMs: number;
|
|
22
|
+
endMs: number;
|
|
23
|
+
confidence?: number;
|
|
24
|
+
}
|
|
25
|
+
export interface TTSSynthesisInput {
|
|
26
|
+
text: string;
|
|
27
|
+
voiceId: string;
|
|
28
|
+
language?: string;
|
|
29
|
+
format?: AudioFormat;
|
|
30
|
+
sampleRateHz?: number;
|
|
31
|
+
/** Speech rate multiplier (0.5-2.0). Default 1.0 */
|
|
32
|
+
rate?: number;
|
|
33
|
+
/** Pitch adjustment in semitones (-12 to +12). Default 0 */
|
|
34
|
+
pitch?: number;
|
|
35
|
+
/** Emphasis level */
|
|
36
|
+
emphasis?: 'reduced' | 'normal' | 'strong';
|
|
37
|
+
/** Style (0-1, provider-specific) */
|
|
38
|
+
style?: number;
|
|
39
|
+
/** Stability (0-1, provider-specific) */
|
|
40
|
+
stability?: number;
|
|
41
|
+
/** SSML markup. Overrides text if set. */
|
|
42
|
+
ssml?: string;
|
|
43
|
+
metadata?: Record<string, string>;
|
|
44
|
+
}
|
|
45
|
+
export interface TTSSynthesisResult {
|
|
46
|
+
audio: AudioData;
|
|
47
|
+
wordTimings?: WordTiming[];
|
|
48
|
+
/** Provider may return revised/normalized text */
|
|
49
|
+
normalizedText?: string;
|
|
50
|
+
}
|
|
51
|
+
export interface TTSProvider {
|
|
52
|
+
synthesize(input: TTSSynthesisInput): Promise<TTSSynthesisResult>;
|
|
53
|
+
listVoices(): Promise<Voice[]>;
|
|
54
|
+
}
|
|
55
|
+
export interface STTRequestOptions {
|
|
56
|
+
language?: string;
|
|
57
|
+
diarize?: boolean;
|
|
58
|
+
speakerCount?: number;
|
|
59
|
+
wordTimestamps?: boolean;
|
|
60
|
+
timestampGranularities?: ('segment' | 'word')[];
|
|
61
|
+
vocabularyHints?: string[];
|
|
62
|
+
model?: string;
|
|
63
|
+
metadata?: Record<string, string>;
|
|
64
|
+
signal?: AbortSignal;
|
|
65
|
+
timeoutMs?: number;
|
|
66
|
+
}
|
|
67
|
+
/** Encoded media containers carry their own sample rate; callers must not invent one. */
|
|
68
|
+
export interface STTMediaTranscriptionInput extends STTRequestOptions {
|
|
69
|
+
media: {
|
|
70
|
+
data: Uint8Array | Blob;
|
|
71
|
+
mediaType: 'audio/mpeg' | 'audio/wav' | 'audio/ogg' | 'audio/webm' | 'audio/mp4' | 'audio/flac';
|
|
72
|
+
durationMs?: number;
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
export interface STTTranscriptionInput extends STTRequestOptions {
|
|
76
|
+
audio: AudioData;
|
|
77
|
+
}
|
|
78
|
+
export interface TranscriptionSegment {
|
|
79
|
+
text: string;
|
|
80
|
+
startMs: number;
|
|
81
|
+
endMs: number;
|
|
82
|
+
speakerId?: string;
|
|
83
|
+
speakerName?: string;
|
|
84
|
+
confidence?: number;
|
|
85
|
+
wordTimings?: WordTiming[];
|
|
86
|
+
}
|
|
87
|
+
export interface STTTranscriptionResult {
|
|
88
|
+
/** Actual provider model identifier when returned. */
|
|
89
|
+
model?: string;
|
|
90
|
+
text: string;
|
|
91
|
+
segments: TranscriptionSegment[];
|
|
92
|
+
language: string;
|
|
93
|
+
durationMs: number;
|
|
94
|
+
speakers?: {
|
|
95
|
+
id: string;
|
|
96
|
+
name?: string;
|
|
97
|
+
}[];
|
|
98
|
+
wordTimings?: WordTiming[];
|
|
99
|
+
}
|
|
100
|
+
export interface STTProvider {
|
|
101
|
+
/** Optional encoded-media support; consumers must check capability explicitly. */
|
|
102
|
+
transcribeMedia?(input: STTMediaTranscriptionInput): Promise<STTTranscriptionResult>;
|
|
103
|
+
transcribe(input: STTTranscriptionInput): Promise<STTTranscriptionResult>;
|
|
104
|
+
/** Stream transcription (real-time audio input) */
|
|
105
|
+
transcribeStream?(audio: AsyncIterable<Uint8Array>, options?: Omit<STTTranscriptionInput, 'audio'>): AsyncIterable<TranscriptionSegment>;
|
|
106
|
+
}
|
|
107
|
+
export interface ConversationalSessionConfig {
|
|
108
|
+
voiceId: string;
|
|
109
|
+
language?: string;
|
|
110
|
+
systemPrompt?: string;
|
|
111
|
+
/** LLM model for response generation */
|
|
112
|
+
llmModel?: string;
|
|
113
|
+
/** Audio input format */
|
|
114
|
+
inputFormat?: AudioFormat;
|
|
115
|
+
/** Audio output format */
|
|
116
|
+
outputFormat?: AudioFormat;
|
|
117
|
+
/** Turn detection mode */
|
|
118
|
+
turnDetection?: 'server_vad' | 'push_to_talk';
|
|
119
|
+
/** Silence threshold in ms to detect end of turn */
|
|
120
|
+
silenceThresholdMs?: number;
|
|
121
|
+
/** Maximum session duration in seconds */
|
|
122
|
+
maxDurationSeconds?: number;
|
|
123
|
+
metadata?: Record<string, string>;
|
|
124
|
+
}
|
|
125
|
+
export type ConversationalEvent = {
|
|
126
|
+
type: 'session_started';
|
|
127
|
+
sessionId: string;
|
|
128
|
+
} | {
|
|
129
|
+
type: 'user_speech_started';
|
|
130
|
+
} | {
|
|
131
|
+
type: 'user_speech_ended';
|
|
132
|
+
transcript: string;
|
|
133
|
+
} | {
|
|
134
|
+
type: 'agent_speech_started';
|
|
135
|
+
text: string;
|
|
136
|
+
} | {
|
|
137
|
+
type: 'agent_audio';
|
|
138
|
+
audio: Uint8Array;
|
|
139
|
+
} | {
|
|
140
|
+
type: 'agent_speech_ended';
|
|
141
|
+
} | {
|
|
142
|
+
type: 'transcript';
|
|
143
|
+
role: 'user' | 'agent';
|
|
144
|
+
text: string;
|
|
145
|
+
timestamp: number;
|
|
146
|
+
} | {
|
|
147
|
+
type: 'error';
|
|
148
|
+
error: Error;
|
|
149
|
+
} | {
|
|
150
|
+
type: 'session_ended';
|
|
151
|
+
reason: string;
|
|
152
|
+
durationMs: number;
|
|
153
|
+
};
|
|
154
|
+
export interface ConversationalSession {
|
|
155
|
+
/** Send audio chunk from user */
|
|
156
|
+
sendAudio(chunk: Uint8Array): void;
|
|
157
|
+
/** Send text input (bypass STT) */
|
|
158
|
+
sendText(text: string): void;
|
|
159
|
+
/** Interrupt the agent's current speech */
|
|
160
|
+
interrupt(): void;
|
|
161
|
+
/** End the session */
|
|
162
|
+
close(): Promise<ConversationalSessionSummary>;
|
|
163
|
+
/** Event stream */
|
|
164
|
+
events: AsyncIterable<ConversationalEvent>;
|
|
165
|
+
}
|
|
166
|
+
export interface ConversationalSessionSummary {
|
|
167
|
+
sessionId: string;
|
|
168
|
+
durationMs: number;
|
|
169
|
+
turns: {
|
|
170
|
+
role: 'user' | 'agent';
|
|
171
|
+
text: string;
|
|
172
|
+
startMs: number;
|
|
173
|
+
endMs: number;
|
|
174
|
+
}[];
|
|
175
|
+
transcript: string;
|
|
176
|
+
}
|
|
177
|
+
export interface ConversationalProvider {
|
|
178
|
+
startSession(config: ConversationalSessionConfig): Promise<ConversationalSession>;
|
|
179
|
+
listVoices(): Promise<Voice[]>;
|
|
180
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// @bun
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { IntegrationAuthConfig } from '../auth.js';
|
|
2
|
+
import { type IntegrationSpec } from '../spec.js';
|
|
3
|
+
import type { IntegrationTransportConfig } from '../transport.js';
|
|
4
|
+
export interface WebAccessIntegrationSpecInput {
|
|
5
|
+
key: string;
|
|
6
|
+
version?: string;
|
|
7
|
+
title: string;
|
|
8
|
+
description: string;
|
|
9
|
+
tags: string[];
|
|
10
|
+
transports: IntegrationTransportConfig[];
|
|
11
|
+
preferredTransport: IntegrationSpec['preferredTransport'];
|
|
12
|
+
auth: IntegrationAuthConfig[];
|
|
13
|
+
secretFields: string[];
|
|
14
|
+
capabilities: string[];
|
|
15
|
+
docsUrl: string;
|
|
16
|
+
configProperties?: Record<string, unknown>;
|
|
17
|
+
}
|
|
18
|
+
export declare function makeWebAccessIntegrationSpec(input: WebAccessIntegrationSpecInput): IntegrationSpec;
|