@contractspec/bundle.library 3.4.2 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +494 -488
- package/CHANGELOG.md +61 -0
- package/dist/application/index.js +8 -8
- package/dist/application/mcp/cliMcp.js +8 -8
- package/dist/application/mcp/contractsMcp.js +8 -8
- package/dist/application/mcp/docsMcp.js +8 -8
- package/dist/application/mcp/index.js +8 -8
- package/dist/application/mcp/internalMcp.js +8 -8
- package/dist/application/mcp/providerRankingMcp.js +8 -8
- package/dist/bundles/LibraryBundle.d.ts +126 -0
- package/dist/bundles/LibraryBundle.js +139 -0
- package/dist/bundles/index.d.ts +1 -0
- package/dist/bundles/index.js +139 -0
- package/dist/components/docs/DocsIndexPage.js +91 -91
- package/dist/components/docs/advanced/AdvancedMCPPage.js +125 -125
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +49 -49
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +51 -51
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +35 -35
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +177 -177
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +45 -45
- package/dist/components/docs/advanced/index.js +482 -482
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +107 -107
- package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +73 -73
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +117 -117
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +175 -175
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +71 -71
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +205 -205
- package/dist/components/docs/architecture/index.js +748 -748
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +117 -117
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +111 -111
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +117 -117
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +97 -97
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +125 -125
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +171 -171
- package/dist/components/docs/comparison/index.js +738 -738
- package/dist/components/docs/ecosystem/IntegrationsPage.js +45 -45
- package/dist/components/docs/ecosystem/PluginsPage.js +73 -73
- package/dist/components/docs/ecosystem/RegistryPage.js +37 -37
- package/dist/components/docs/ecosystem/TemplatesPage.js +56 -56
- package/dist/components/docs/ecosystem/index.js +211 -211
- package/dist/components/docs/examples/DocsExamplesPage.js +21 -21
- package/dist/components/docs/examples/index.js +21 -21
- package/dist/components/docs/getting-started/CLIPage.js +95 -95
- package/dist/components/docs/getting-started/CompatibilityPage.js +81 -81
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +57 -57
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +61 -61
- package/dist/components/docs/getting-started/HelloWorldPage.js +77 -77
- package/dist/components/docs/getting-started/InstallationPage.js +65 -65
- package/dist/components/docs/getting-started/StartHerePage.js +51 -51
- package/dist/components/docs/getting-started/TroubleshootingPage.js +73 -73
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +171 -171
- package/dist/components/docs/getting-started/index.js +731 -731
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +80 -80
- package/dist/components/docs/guides/GuideContractTypesPage.js +232 -232
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +82 -82
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +84 -84
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +324 -324
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +106 -106
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +78 -78
- package/dist/components/docs/guides/GuidesIndexPage.js +43 -43
- package/dist/components/docs/guides/index.js +975 -975
- package/dist/components/docs/index.js +10791 -10791
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +17 -17
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +47 -47
- package/dist/components/docs/integrations/IntegrationsGithubPage.js +61 -61
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +49 -49
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +33 -33
- package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +65 -65
- package/dist/components/docs/integrations/IntegrationsMistralPage.js +69 -69
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +65 -65
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +313 -313
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +101 -101
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +121 -121
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +49 -49
- package/dist/components/docs/integrations/IntegrationsResendPage.js +45 -45
- package/dist/components/docs/integrations/IntegrationsS3Page.js +57 -57
- package/dist/components/docs/integrations/IntegrationsSlackPage.js +63 -63
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +139 -139
- package/dist/components/docs/integrations/IntegrationsStripePage.js +159 -159
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +61 -61
- package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +63 -63
- package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +65 -65
- package/dist/components/docs/integrations/index.js +1642 -1642
- package/dist/components/docs/intent/ContractFirstApiPage.js +51 -51
- package/dist/components/docs/intent/DeterministicCodegenPage.js +59 -59
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +85 -85
- package/dist/components/docs/intent/OpenapiAlternativePage.js +91 -91
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +59 -59
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +51 -51
- package/dist/components/docs/intent/index.js +396 -396
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +371 -371
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +79 -79
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +185 -185
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +187 -187
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +141 -141
- package/dist/components/docs/knowledge/index.js +963 -963
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +85 -85
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +63 -63
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +33 -33
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +43 -43
- package/dist/components/docs/libraries/LibrariesContractsPage.js +125 -125
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +45 -45
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +69 -69
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +79 -79
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +129 -129
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +49 -49
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +73 -73
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +35 -35
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +43 -43
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +53 -53
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +45 -45
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +191 -191
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +47 -47
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +53 -53
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +49 -49
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +87 -87
- package/dist/components/docs/libraries/LibrariesSLOPage.js +47 -47
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +139 -139
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +57 -57
- package/dist/components/docs/libraries/LibrariesTestingPage.js +49 -49
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +107 -107
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +35 -35
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +89 -89
- package/dist/components/docs/libraries/index.js +1919 -1919
- package/dist/components/docs/manifesto/ManifestoPage.js +79 -79
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +59 -59
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +33 -33
- package/dist/components/docs/ops/index.js +92 -92
- package/dist/components/docs/reference/DocsMarkdownContent.js +27 -27
- package/dist/components/docs/reference/DocsReferenceContent.js +34 -34
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +23 -23
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +26 -26
- package/dist/components/docs/reference/DocsReferencePage.js +37 -37
- package/dist/components/docs/reference/index.js +63 -63
- package/dist/components/docs/safety/SafetyAuditingPage.js +161 -161
- package/dist/components/docs/safety/SafetyMigrationsPage.js +169 -169
- package/dist/components/docs/safety/SafetyOverviewPage.js +99 -99
- package/dist/components/docs/safety/SafetyPDPPage.js +137 -137
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +95 -95
- package/dist/components/docs/safety/SafetySigningPage.js +39 -39
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +33 -33
- package/dist/components/docs/safety/index.js +733 -733
- package/dist/components/docs/shared/StudioPrompt.js +9 -9
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +61 -61
- package/dist/components/docs/specs/SpecsDataViewsPage.js +119 -119
- package/dist/components/docs/specs/SpecsOverlaysPage.js +171 -171
- package/dist/components/docs/specs/SpecsOverviewPage.js +167 -167
- package/dist/components/docs/specs/SpecsPolicyPage.js +179 -179
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +141 -141
- package/dist/components/docs/specs/index.js +838 -838
- package/dist/components/docs/studio/StudioBYOKPage.js +9 -9
- package/dist/components/docs/studio/StudioDeploymentsPage.js +9 -9
- package/dist/components/docs/studio/StudioGettingStartedPage.js +9 -9
- package/dist/components/docs/studio/StudioIntegrationsPage.js +9 -9
- package/dist/components/docs/studio/StudioOverviewPage.js +33 -33
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +9 -9
- package/dist/components/docs/studio/index.js +78 -78
- package/dist/components/integrations/index.js +209 -209
- package/dist/components/integrations/molecules/IntegrationCard.js +33 -33
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +71 -71
- package/dist/components/integrations/organisms/IntegrationSettings.js +98 -98
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +40 -40
- package/dist/components/legal/PrivacyTemplate.js +477 -477
- package/dist/components/legal/TermsTemplate.js +421 -421
- package/dist/components/legal/index.js +898 -898
- package/dist/components/shared/FeatureGateNotice.js +13 -13
- package/dist/components/shared/index.js +13 -13
- package/dist/components/shell/WorkspaceHeader.js +37 -37
- package/dist/components/shell/WorkspaceProjectShellLayout.js +77 -77
- package/dist/components/shell/WorkspaceShellRenderer.d.ts +17 -0
- package/dist/components/shell/WorkspaceShellRenderer.js +229 -0
- package/dist/components/shell/WorkspaceSidebar.js +27 -27
- package/dist/components/shell/index.d.ts +1 -0
- package/dist/components/shell/index.js +140 -77
- package/dist/components/templates/index.js +272 -272
- package/dist/components/templates/messaging/ConversationList.js +27 -27
- package/dist/components/templates/messaging/MessageComposer.js +27 -27
- package/dist/components/templates/messaging/MessageThread.js +18 -18
- package/dist/components/templates/messaging/MessagingWorkspace.js +65 -65
- package/dist/components/templates/messaging/index.js +65 -65
- package/dist/components/templates/recipes/LanguageSwitcher.js +5 -5
- package/dist/components/templates/recipes/RecipeCard.js +26 -26
- package/dist/components/templates/recipes/RecipeDetail.js +33 -33
- package/dist/components/templates/recipes/RecipeList.js +80 -80
- package/dist/components/templates/recipes/index.js +80 -80
- package/dist/components/templates/todos/FilterBar.js +39 -39
- package/dist/components/templates/todos/TaskForm.js +43 -43
- package/dist/components/templates/todos/TaskItem.js +30 -30
- package/dist/components/templates/todos/TaskList.js +127 -127
- package/dist/components/templates/todos/index.js +127 -127
- package/dist/index.js +12323 -12260
- package/dist/infrastructure/elysia/index.js +8 -8
- package/dist/infrastructure/elysia/logger.js +8 -8
- package/dist/infrastructure/index.js +8 -8
- package/dist/libs/posthog/client.js +2 -2
- package/dist/node/application/index.js +8 -8
- package/dist/node/application/mcp/cliMcp.js +8 -8
- package/dist/node/application/mcp/contractsMcp.js +8 -8
- package/dist/node/application/mcp/docsMcp.js +8 -8
- package/dist/node/application/mcp/index.js +8 -8
- package/dist/node/application/mcp/internalMcp.js +8 -8
- package/dist/node/application/mcp/providerRankingMcp.js +8 -8
- package/dist/node/bundles/LibraryBundle.js +138 -0
- package/dist/node/bundles/index.js +138 -0
- package/dist/node/components/docs/DocsIndexPage.js +91 -91
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +125 -125
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +49 -49
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +51 -51
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +35 -35
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +177 -177
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +45 -45
- package/dist/node/components/docs/advanced/index.js +482 -482
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +107 -107
- package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +73 -73
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +117 -117
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +175 -175
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +71 -71
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +205 -205
- package/dist/node/components/docs/architecture/index.js +748 -748
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +117 -117
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +111 -111
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +117 -117
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +97 -97
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +125 -125
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +171 -171
- package/dist/node/components/docs/comparison/index.js +738 -738
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +45 -45
- package/dist/node/components/docs/ecosystem/PluginsPage.js +73 -73
- package/dist/node/components/docs/ecosystem/RegistryPage.js +37 -37
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +56 -56
- package/dist/node/components/docs/ecosystem/index.js +211 -211
- package/dist/node/components/docs/examples/DocsExamplesPage.js +21 -21
- package/dist/node/components/docs/examples/index.js +21 -21
- package/dist/node/components/docs/getting-started/CLIPage.js +95 -95
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +81 -81
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +57 -57
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +61 -61
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +77 -77
- package/dist/node/components/docs/getting-started/InstallationPage.js +65 -65
- package/dist/node/components/docs/getting-started/StartHerePage.js +51 -51
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +73 -73
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +171 -171
- package/dist/node/components/docs/getting-started/index.js +731 -731
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +80 -80
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +232 -232
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +82 -82
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +84 -84
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +324 -324
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +106 -106
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +78 -78
- package/dist/node/components/docs/guides/GuidesIndexPage.js +43 -43
- package/dist/node/components/docs/guides/index.js +975 -975
- package/dist/node/components/docs/index.js +10791 -10791
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +17 -17
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +47 -47
- package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +61 -61
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +49 -49
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +33 -33
- package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +65 -65
- package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +69 -69
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +65 -65
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +313 -313
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +101 -101
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +121 -121
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +49 -49
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +45 -45
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +57 -57
- package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +63 -63
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +139 -139
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +159 -159
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +61 -61
- package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +63 -63
- package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +65 -65
- package/dist/node/components/docs/integrations/index.js +1642 -1642
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +51 -51
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +59 -59
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +85 -85
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +91 -91
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +59 -59
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +51 -51
- package/dist/node/components/docs/intent/index.js +396 -396
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +371 -371
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +79 -79
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +185 -185
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +187 -187
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +141 -141
- package/dist/node/components/docs/knowledge/index.js +963 -963
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +85 -85
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +63 -63
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +33 -33
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +43 -43
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +125 -125
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +45 -45
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +69 -69
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +79 -79
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +129 -129
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +73 -73
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +35 -35
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +43 -43
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +53 -53
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +45 -45
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +191 -191
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +47 -47
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +53 -53
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +87 -87
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +47 -47
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +139 -139
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +57 -57
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +107 -107
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +35 -35
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +89 -89
- package/dist/node/components/docs/libraries/index.js +1919 -1919
- package/dist/node/components/docs/manifesto/ManifestoPage.js +79 -79
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +59 -59
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +33 -33
- package/dist/node/components/docs/ops/index.js +92 -92
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +27 -27
- package/dist/node/components/docs/reference/DocsReferenceContent.js +34 -34
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +23 -23
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +26 -26
- package/dist/node/components/docs/reference/DocsReferencePage.js +37 -37
- package/dist/node/components/docs/reference/index.js +63 -63
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +161 -161
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +169 -169
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +99 -99
- package/dist/node/components/docs/safety/SafetyPDPPage.js +137 -137
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +95 -95
- package/dist/node/components/docs/safety/SafetySigningPage.js +39 -39
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +33 -33
- package/dist/node/components/docs/safety/index.js +733 -733
- package/dist/node/components/docs/shared/StudioPrompt.js +9 -9
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +61 -61
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +119 -119
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +171 -171
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +167 -167
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +179 -179
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +141 -141
- package/dist/node/components/docs/specs/index.js +838 -838
- package/dist/node/components/docs/studio/StudioBYOKPage.js +9 -9
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +9 -9
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +9 -9
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +9 -9
- package/dist/node/components/docs/studio/StudioOverviewPage.js +33 -33
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +9 -9
- package/dist/node/components/docs/studio/index.js +78 -78
- package/dist/node/components/integrations/index.js +209 -209
- package/dist/node/components/integrations/molecules/IntegrationCard.js +33 -33
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +71 -71
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +98 -98
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +40 -40
- package/dist/node/components/legal/PrivacyTemplate.js +477 -477
- package/dist/node/components/legal/TermsTemplate.js +421 -421
- package/dist/node/components/legal/index.js +898 -898
- package/dist/node/components/shared/FeatureGateNotice.js +13 -13
- package/dist/node/components/shared/index.js +13 -13
- package/dist/node/components/shell/WorkspaceHeader.js +37 -37
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +77 -77
- package/dist/node/components/shell/WorkspaceShellRenderer.js +228 -0
- package/dist/node/components/shell/WorkspaceSidebar.js +27 -27
- package/dist/node/components/shell/index.js +140 -77
- package/dist/node/components/templates/index.js +272 -272
- package/dist/node/components/templates/messaging/ConversationList.js +27 -27
- package/dist/node/components/templates/messaging/MessageComposer.js +27 -27
- package/dist/node/components/templates/messaging/MessageThread.js +18 -18
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +65 -65
- package/dist/node/components/templates/messaging/index.js +65 -65
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +5 -5
- package/dist/node/components/templates/recipes/RecipeCard.js +26 -26
- package/dist/node/components/templates/recipes/RecipeDetail.js +33 -33
- package/dist/node/components/templates/recipes/RecipeList.js +80 -80
- package/dist/node/components/templates/recipes/index.js +80 -80
- package/dist/node/components/templates/todos/FilterBar.js +39 -39
- package/dist/node/components/templates/todos/TaskForm.js +43 -43
- package/dist/node/components/templates/todos/TaskItem.js +30 -30
- package/dist/node/components/templates/todos/TaskList.js +127 -127
- package/dist/node/components/templates/todos/index.js +127 -127
- package/dist/node/index.js +12323 -12260
- package/dist/node/infrastructure/elysia/index.js +8 -8
- package/dist/node/infrastructure/elysia/logger.js +8 -8
- package/dist/node/infrastructure/index.js +8 -8
- package/dist/node/libs/posthog/client.js +2 -2
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +3 -3
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +3 -3
- package/dist/node/presentation/features/atoms/index.js +3 -3
- package/dist/node/presentation/features/index.js +915 -915
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +101 -101
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +101 -101
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +15 -15
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +15 -15
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +23 -23
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +23 -23
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +67 -67
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +67 -67
- package/dist/node/presentation/features/molecules/index.js +139 -139
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +57 -57
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +57 -57
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +183 -183
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +183 -183
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +7 -7
- package/dist/node/presentation/features/organisms/index.js +275 -275
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +126 -126
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +126 -126
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +112 -112
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +112 -112
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +126 -126
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +126 -126
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +110 -110
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +110 -110
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +66 -66
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +66 -66
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +112 -112
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +112 -112
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +16 -16
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +3 -3
- package/dist/presentation/features/atoms/FeatureIcon/index.js +3 -3
- package/dist/presentation/features/atoms/index.js +3 -3
- package/dist/presentation/features/index.js +915 -915
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +101 -101
- package/dist/presentation/features/molecules/FeatureCard/index.js +101 -101
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +15 -15
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +15 -15
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +23 -23
- package/dist/presentation/features/molecules/FeatureFilters/index.js +23 -23
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +67 -67
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +67 -67
- package/dist/presentation/features/molecules/index.js +139 -139
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +57 -57
- package/dist/presentation/features/organisms/FeatureDetail/index.js +57 -57
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +183 -183
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +183 -183
- package/dist/presentation/features/organisms/FeatureEventsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureFormsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureOperationsList.js +7 -7
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +7 -7
- package/dist/presentation/features/organisms/index.js +275 -275
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +126 -126
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +126 -126
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +112 -112
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +112 -112
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +126 -126
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +126 -126
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +110 -110
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +110 -110
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +66 -66
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +66 -66
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +112 -112
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +112 -112
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +16 -16
- package/package.json +71 -22
- package/src/bundles/LibraryBundle.ts +152 -0
- package/src/bundles/index.ts +1 -0
- package/src/components/shell/WorkspaceShellRenderer.tsx +90 -0
- package/src/components/shell/index.ts +1 -0
|
@@ -1,106 +1,106 @@
|
|
|
1
1
|
// src/components/docs/integrations/IntegrationsOverviewPage.tsx
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { ChevronRight } from "lucide-react";
|
|
4
|
-
import {
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
function IntegrationsOverviewPage() {
|
|
6
|
-
return /* @__PURE__ */
|
|
6
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
7
7
|
className: "space-y-8",
|
|
8
8
|
children: [
|
|
9
|
-
/* @__PURE__ */
|
|
9
|
+
/* @__PURE__ */ jsxs("div", {
|
|
10
10
|
className: "space-y-4",
|
|
11
11
|
children: [
|
|
12
|
-
/* @__PURE__ */
|
|
12
|
+
/* @__PURE__ */ jsx("h1", {
|
|
13
13
|
className: "text-4xl font-bold",
|
|
14
14
|
children: "Integrations"
|
|
15
|
-
}
|
|
16
|
-
/* @__PURE__ */
|
|
15
|
+
}),
|
|
16
|
+
/* @__PURE__ */ jsx("p", {
|
|
17
17
|
className: "text-muted-foreground",
|
|
18
18
|
children: "ContractSpec provides first-class integration support through a spec-first architecture. Integrations are defined globally, connected per-tenant, and bound to apps through typed specifications, ensuring type-safe, policy-enforced access to external services."
|
|
19
|
-
}
|
|
19
|
+
})
|
|
20
20
|
]
|
|
21
|
-
}
|
|
22
|
-
/* @__PURE__ */
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ jsxs("div", {
|
|
23
23
|
className: "space-y-4",
|
|
24
24
|
children: [
|
|
25
|
-
/* @__PURE__ */
|
|
25
|
+
/* @__PURE__ */ jsx("h2", {
|
|
26
26
|
className: "text-2xl font-bold",
|
|
27
27
|
children: "Spec-first architecture"
|
|
28
|
-
}
|
|
29
|
-
/* @__PURE__ */
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("p", {
|
|
30
30
|
className: "text-muted-foreground",
|
|
31
31
|
children: "Integrations in ContractSpec follow a three-layer model:"
|
|
32
|
-
}
|
|
33
|
-
/* @__PURE__ */
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsxs("div", {
|
|
34
34
|
className: "space-y-3",
|
|
35
35
|
children: [
|
|
36
|
-
/* @__PURE__ */
|
|
36
|
+
/* @__PURE__ */ jsxs("div", {
|
|
37
37
|
className: "card-subtle p-4",
|
|
38
38
|
children: [
|
|
39
|
-
/* @__PURE__ */
|
|
39
|
+
/* @__PURE__ */ jsx("h3", {
|
|
40
40
|
className: "mb-2 font-semibold",
|
|
41
41
|
children: "1. IntegrationSpec (Global)"
|
|
42
|
-
}
|
|
43
|
-
/* @__PURE__ */
|
|
42
|
+
}),
|
|
43
|
+
/* @__PURE__ */ jsx("p", {
|
|
44
44
|
className: "text-muted-foreground text-sm",
|
|
45
45
|
children: "Defines what an integration provides: capabilities, configuration schema, secrets, webhooks, and requirements."
|
|
46
|
-
}
|
|
47
|
-
/* @__PURE__ */
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsx(Link, {
|
|
48
48
|
href: "/docs/integrations/spec-model",
|
|
49
49
|
className: "mt-2 inline-block text-sm text-violet-400 hover:text-violet-300",
|
|
50
50
|
children: "Learn more →"
|
|
51
|
-
}
|
|
51
|
+
})
|
|
52
52
|
]
|
|
53
|
-
}
|
|
54
|
-
/* @__PURE__ */
|
|
53
|
+
}),
|
|
54
|
+
/* @__PURE__ */ jsxs("div", {
|
|
55
55
|
className: "card-subtle p-4",
|
|
56
56
|
children: [
|
|
57
|
-
/* @__PURE__ */
|
|
57
|
+
/* @__PURE__ */ jsx("h3", {
|
|
58
58
|
className: "mb-2 font-semibold",
|
|
59
59
|
children: "2. IntegrationConnection (Per-Tenant)"
|
|
60
|
-
}
|
|
61
|
-
/* @__PURE__ */
|
|
60
|
+
}),
|
|
61
|
+
/* @__PURE__ */ jsx("p", {
|
|
62
62
|
className: "text-muted-foreground text-sm",
|
|
63
63
|
children: "A tenant's configured connection with credentials, environment (sandbox/production), and health status."
|
|
64
|
-
}
|
|
65
|
-
/* @__PURE__ */
|
|
64
|
+
}),
|
|
65
|
+
/* @__PURE__ */ jsx(Link, {
|
|
66
66
|
href: "/docs/architecture/integration-binding",
|
|
67
67
|
className: "mt-2 inline-block text-sm text-violet-400 hover:text-violet-300",
|
|
68
68
|
children: "Learn more →"
|
|
69
|
-
}
|
|
69
|
+
})
|
|
70
70
|
]
|
|
71
|
-
}
|
|
72
|
-
/* @__PURE__ */
|
|
71
|
+
}),
|
|
72
|
+
/* @__PURE__ */ jsxs("div", {
|
|
73
73
|
className: "card-subtle p-4",
|
|
74
74
|
children: [
|
|
75
|
-
/* @__PURE__ */
|
|
75
|
+
/* @__PURE__ */ jsx("h3", {
|
|
76
76
|
className: "mb-2 font-semibold",
|
|
77
77
|
children: "3. AppIntegrationBinding (Per-App)"
|
|
78
|
-
}
|
|
79
|
-
/* @__PURE__ */
|
|
78
|
+
}),
|
|
79
|
+
/* @__PURE__ */ jsx("p", {
|
|
80
80
|
className: "text-muted-foreground text-sm",
|
|
81
81
|
children: "Maps tenant connections to app capabilities and workflows, defining which operations can use which integrations."
|
|
82
|
-
}
|
|
83
|
-
/* @__PURE__ */
|
|
82
|
+
}),
|
|
83
|
+
/* @__PURE__ */ jsx(Link, {
|
|
84
84
|
href: "/docs/architecture/integration-binding",
|
|
85
85
|
className: "mt-2 inline-block text-sm text-violet-400 hover:text-violet-300",
|
|
86
86
|
children: "Learn more →"
|
|
87
|
-
}
|
|
87
|
+
})
|
|
88
88
|
]
|
|
89
|
-
}
|
|
89
|
+
})
|
|
90
90
|
]
|
|
91
|
-
}
|
|
91
|
+
})
|
|
92
92
|
]
|
|
93
|
-
}
|
|
94
|
-
/* @__PURE__ */
|
|
93
|
+
}),
|
|
94
|
+
/* @__PURE__ */ jsxs("div", {
|
|
95
95
|
className: "space-y-4",
|
|
96
96
|
children: [
|
|
97
|
-
/* @__PURE__ */
|
|
97
|
+
/* @__PURE__ */ jsx("h2", {
|
|
98
98
|
className: "text-2xl font-bold",
|
|
99
99
|
children: "Integration categories"
|
|
100
|
-
}
|
|
101
|
-
/* @__PURE__ */
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ jsx("div", {
|
|
102
102
|
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
103
|
-
children: /* @__PURE__ */
|
|
103
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
104
104
|
children: `type IntegrationCategory =
|
|
105
105
|
| "payments" // Stripe
|
|
106
106
|
| "open-banking" // Powens
|
|
@@ -123,548 +123,548 @@ function IntegrationsOverviewPage() {
|
|
|
123
123
|
| "crm" // Coming soon
|
|
124
124
|
| "helpdesk" // Coming soon
|
|
125
125
|
| "custom"; // User-defined`
|
|
126
|
-
}
|
|
127
|
-
}
|
|
126
|
+
})
|
|
127
|
+
})
|
|
128
128
|
]
|
|
129
|
-
}
|
|
130
|
-
/* @__PURE__ */
|
|
129
|
+
}),
|
|
130
|
+
/* @__PURE__ */ jsxs("div", {
|
|
131
131
|
className: "space-y-4",
|
|
132
132
|
children: [
|
|
133
|
-
/* @__PURE__ */
|
|
133
|
+
/* @__PURE__ */ jsx("h2", {
|
|
134
134
|
className: "text-2xl font-bold",
|
|
135
135
|
children: "Available integrations"
|
|
136
|
-
}
|
|
137
|
-
/* @__PURE__ */
|
|
136
|
+
}),
|
|
137
|
+
/* @__PURE__ */ jsxs("div", {
|
|
138
138
|
className: "space-y-6",
|
|
139
139
|
children: [
|
|
140
|
-
/* @__PURE__ */
|
|
140
|
+
/* @__PURE__ */ jsxs("div", {
|
|
141
141
|
className: "space-y-3",
|
|
142
142
|
children: [
|
|
143
|
-
/* @__PURE__ */
|
|
143
|
+
/* @__PURE__ */ jsx("h3", {
|
|
144
144
|
className: "text-xl font-semibold",
|
|
145
145
|
children: "Payments"
|
|
146
|
-
}
|
|
147
|
-
/* @__PURE__ */
|
|
146
|
+
}),
|
|
147
|
+
/* @__PURE__ */ jsx("div", {
|
|
148
148
|
className: "grid gap-4 md:grid-cols-2",
|
|
149
|
-
children: /* @__PURE__ */
|
|
149
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
150
150
|
href: "/docs/integrations/stripe",
|
|
151
151
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
152
152
|
children: [
|
|
153
|
-
/* @__PURE__ */
|
|
153
|
+
/* @__PURE__ */ jsx("h4", {
|
|
154
154
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
155
155
|
children: "Stripe"
|
|
156
|
-
}
|
|
157
|
-
/* @__PURE__ */
|
|
156
|
+
}),
|
|
157
|
+
/* @__PURE__ */ jsx("p", {
|
|
158
158
|
className: "text-muted-foreground mt-1 text-sm",
|
|
159
159
|
children: "Payment processing, subscriptions, and invoicing"
|
|
160
|
-
}
|
|
160
|
+
})
|
|
161
161
|
]
|
|
162
|
-
}
|
|
163
|
-
}
|
|
162
|
+
})
|
|
163
|
+
})
|
|
164
164
|
]
|
|
165
|
-
}
|
|
166
|
-
/* @__PURE__ */
|
|
165
|
+
}),
|
|
166
|
+
/* @__PURE__ */ jsxs("div", {
|
|
167
167
|
className: "space-y-3",
|
|
168
168
|
children: [
|
|
169
|
-
/* @__PURE__ */
|
|
169
|
+
/* @__PURE__ */ jsx("h3", {
|
|
170
170
|
className: "text-xl font-semibold",
|
|
171
171
|
children: "Open Banking"
|
|
172
|
-
}
|
|
173
|
-
/* @__PURE__ */
|
|
172
|
+
}),
|
|
173
|
+
/* @__PURE__ */ jsx("div", {
|
|
174
174
|
className: "grid gap-4 md:grid-cols-2",
|
|
175
|
-
children: /* @__PURE__ */
|
|
175
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
176
176
|
href: "/docs/integrations/powens",
|
|
177
177
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
178
178
|
children: [
|
|
179
|
-
/* @__PURE__ */
|
|
179
|
+
/* @__PURE__ */ jsx("h4", {
|
|
180
180
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
181
181
|
children: "Powens (Read-Only)"
|
|
182
|
-
}
|
|
183
|
-
/* @__PURE__ */
|
|
182
|
+
}),
|
|
183
|
+
/* @__PURE__ */ jsx("p", {
|
|
184
184
|
className: "text-muted-foreground mt-1 text-sm",
|
|
185
185
|
children: "Account, transaction, and balance synchronisation via Powens with tenant-owned credentials."
|
|
186
|
-
}
|
|
186
|
+
})
|
|
187
187
|
]
|
|
188
|
-
}
|
|
189
|
-
}
|
|
188
|
+
})
|
|
189
|
+
})
|
|
190
190
|
]
|
|
191
|
-
}
|
|
192
|
-
/* @__PURE__ */
|
|
191
|
+
}),
|
|
192
|
+
/* @__PURE__ */ jsxs("div", {
|
|
193
193
|
className: "space-y-3",
|
|
194
194
|
children: [
|
|
195
|
-
/* @__PURE__ */
|
|
195
|
+
/* @__PURE__ */ jsx("h3", {
|
|
196
196
|
className: "text-xl font-semibold",
|
|
197
197
|
children: "Email"
|
|
198
|
-
}
|
|
199
|
-
/* @__PURE__ */
|
|
198
|
+
}),
|
|
199
|
+
/* @__PURE__ */ jsxs("div", {
|
|
200
200
|
className: "grid gap-4 md:grid-cols-2",
|
|
201
201
|
children: [
|
|
202
|
-
/* @__PURE__ */
|
|
202
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
203
203
|
href: "/docs/integrations/postmark",
|
|
204
204
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
205
205
|
children: [
|
|
206
|
-
/* @__PURE__ */
|
|
206
|
+
/* @__PURE__ */ jsx("h4", {
|
|
207
207
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
208
208
|
children: "Postmark"
|
|
209
|
-
}
|
|
210
|
-
/* @__PURE__ */
|
|
209
|
+
}),
|
|
210
|
+
/* @__PURE__ */ jsx("p", {
|
|
211
211
|
className: "text-muted-foreground mt-1 text-sm",
|
|
212
212
|
children: "Transactional email delivery with high deliverability"
|
|
213
|
-
}
|
|
213
|
+
})
|
|
214
214
|
]
|
|
215
|
-
}
|
|
216
|
-
/* @__PURE__ */
|
|
215
|
+
}),
|
|
216
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
217
217
|
href: "/docs/integrations/resend",
|
|
218
218
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
219
219
|
children: [
|
|
220
|
-
/* @__PURE__ */
|
|
220
|
+
/* @__PURE__ */ jsx("h4", {
|
|
221
221
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
222
222
|
children: "Resend"
|
|
223
|
-
}
|
|
224
|
-
/* @__PURE__ */
|
|
223
|
+
}),
|
|
224
|
+
/* @__PURE__ */ jsx("p", {
|
|
225
225
|
className: "text-muted-foreground mt-1 text-sm",
|
|
226
226
|
children: "Modern email API for developers"
|
|
227
|
-
}
|
|
227
|
+
})
|
|
228
228
|
]
|
|
229
|
-
}
|
|
230
|
-
/* @__PURE__ */
|
|
229
|
+
}),
|
|
230
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
231
231
|
href: "/docs/integrations/gmail",
|
|
232
232
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
233
233
|
children: [
|
|
234
|
-
/* @__PURE__ */
|
|
234
|
+
/* @__PURE__ */ jsx("h4", {
|
|
235
235
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
236
236
|
children: "Gmail API"
|
|
237
|
-
}
|
|
238
|
-
/* @__PURE__ */
|
|
237
|
+
}),
|
|
238
|
+
/* @__PURE__ */ jsx("p", {
|
|
239
239
|
className: "text-muted-foreground mt-1 text-sm",
|
|
240
240
|
children: "Inbound email processing and thread management"
|
|
241
|
-
}
|
|
241
|
+
})
|
|
242
242
|
]
|
|
243
|
-
}
|
|
243
|
+
})
|
|
244
244
|
]
|
|
245
|
-
}
|
|
245
|
+
})
|
|
246
246
|
]
|
|
247
|
-
}
|
|
248
|
-
/* @__PURE__ */
|
|
247
|
+
}),
|
|
248
|
+
/* @__PURE__ */ jsxs("div", {
|
|
249
249
|
className: "space-y-3",
|
|
250
250
|
children: [
|
|
251
|
-
/* @__PURE__ */
|
|
251
|
+
/* @__PURE__ */ jsx("h3", {
|
|
252
252
|
className: "text-xl font-semibold",
|
|
253
253
|
children: "Calendar & Scheduling"
|
|
254
|
-
}
|
|
255
|
-
/* @__PURE__ */
|
|
254
|
+
}),
|
|
255
|
+
/* @__PURE__ */ jsx("div", {
|
|
256
256
|
className: "grid gap-4 md:grid-cols-2",
|
|
257
|
-
children: /* @__PURE__ */
|
|
257
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
258
258
|
href: "/docs/integrations/google-calendar",
|
|
259
259
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
260
260
|
children: [
|
|
261
|
-
/* @__PURE__ */
|
|
261
|
+
/* @__PURE__ */ jsx("h4", {
|
|
262
262
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
263
263
|
children: "Google Calendar"
|
|
264
|
-
}
|
|
265
|
-
/* @__PURE__ */
|
|
264
|
+
}),
|
|
265
|
+
/* @__PURE__ */ jsx("p", {
|
|
266
266
|
className: "text-muted-foreground mt-1 text-sm",
|
|
267
267
|
children: "Event scheduling and calendar management"
|
|
268
|
-
}
|
|
268
|
+
})
|
|
269
269
|
]
|
|
270
|
-
}
|
|
271
|
-
}
|
|
270
|
+
})
|
|
271
|
+
})
|
|
272
272
|
]
|
|
273
|
-
}
|
|
274
|
-
/* @__PURE__ */
|
|
273
|
+
}),
|
|
274
|
+
/* @__PURE__ */ jsxs("div", {
|
|
275
275
|
className: "space-y-3",
|
|
276
276
|
children: [
|
|
277
|
-
/* @__PURE__ */
|
|
277
|
+
/* @__PURE__ */ jsx("h3", {
|
|
278
278
|
className: "text-xl font-semibold",
|
|
279
279
|
children: "AI & Machine Learning"
|
|
280
|
-
}
|
|
281
|
-
/* @__PURE__ */
|
|
280
|
+
}),
|
|
281
|
+
/* @__PURE__ */ jsxs("div", {
|
|
282
282
|
className: "grid gap-4 md:grid-cols-2",
|
|
283
283
|
children: [
|
|
284
|
-
/* @__PURE__ */
|
|
284
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
285
285
|
href: "/docs/integrations/openai",
|
|
286
286
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
287
287
|
children: [
|
|
288
|
-
/* @__PURE__ */
|
|
288
|
+
/* @__PURE__ */ jsx("h4", {
|
|
289
289
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
290
290
|
children: "OpenAI"
|
|
291
|
-
}
|
|
292
|
-
/* @__PURE__ */
|
|
291
|
+
}),
|
|
292
|
+
/* @__PURE__ */ jsx("p", {
|
|
293
293
|
className: "text-muted-foreground mt-1 text-sm",
|
|
294
294
|
children: "LLMs, embeddings, and Whisper speech-to-text"
|
|
295
|
-
}
|
|
295
|
+
})
|
|
296
296
|
]
|
|
297
|
-
}
|
|
298
|
-
/* @__PURE__ */
|
|
297
|
+
}),
|
|
298
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
299
299
|
href: "/docs/integrations/mistral",
|
|
300
300
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
301
301
|
children: [
|
|
302
|
-
/* @__PURE__ */
|
|
302
|
+
/* @__PURE__ */ jsx("h4", {
|
|
303
303
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
304
304
|
children: "Mistral"
|
|
305
|
-
}
|
|
306
|
-
/* @__PURE__ */
|
|
305
|
+
}),
|
|
306
|
+
/* @__PURE__ */ jsx("p", {
|
|
307
307
|
className: "text-muted-foreground mt-1 text-sm",
|
|
308
308
|
children: "LLMs, embeddings, Voxtral STT, and conversational voice"
|
|
309
|
-
}
|
|
309
|
+
})
|
|
310
310
|
]
|
|
311
|
-
}
|
|
312
|
-
/* @__PURE__ */
|
|
311
|
+
}),
|
|
312
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
313
313
|
href: "/docs/integrations/elevenlabs",
|
|
314
314
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
315
315
|
children: [
|
|
316
|
-
/* @__PURE__ */
|
|
316
|
+
/* @__PURE__ */ jsx("h4", {
|
|
317
317
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
318
318
|
children: "ElevenLabs"
|
|
319
|
-
}
|
|
320
|
-
/* @__PURE__ */
|
|
319
|
+
}),
|
|
320
|
+
/* @__PURE__ */ jsx("p", {
|
|
321
321
|
className: "text-muted-foreground mt-1 text-sm",
|
|
322
322
|
children: "Text-to-speech and voice synthesis"
|
|
323
|
-
}
|
|
323
|
+
})
|
|
324
324
|
]
|
|
325
|
-
}
|
|
326
|
-
/* @__PURE__ */
|
|
325
|
+
}),
|
|
326
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
327
327
|
href: "/docs/integrations/qdrant",
|
|
328
328
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
329
329
|
children: [
|
|
330
|
-
/* @__PURE__ */
|
|
330
|
+
/* @__PURE__ */ jsx("h4", {
|
|
331
331
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
332
332
|
children: "Qdrant"
|
|
333
|
-
}
|
|
334
|
-
/* @__PURE__ */
|
|
333
|
+
}),
|
|
334
|
+
/* @__PURE__ */ jsx("p", {
|
|
335
335
|
className: "text-muted-foreground mt-1 text-sm",
|
|
336
336
|
children: "Vector database for semantic search and RAG"
|
|
337
|
-
}
|
|
337
|
+
})
|
|
338
338
|
]
|
|
339
|
-
}
|
|
339
|
+
})
|
|
340
340
|
]
|
|
341
|
-
}
|
|
341
|
+
})
|
|
342
342
|
]
|
|
343
|
-
}
|
|
344
|
-
/* @__PURE__ */
|
|
343
|
+
}),
|
|
344
|
+
/* @__PURE__ */ jsxs("div", {
|
|
345
345
|
className: "space-y-3",
|
|
346
346
|
children: [
|
|
347
|
-
/* @__PURE__ */
|
|
347
|
+
/* @__PURE__ */ jsx("h3", {
|
|
348
348
|
className: "text-xl font-semibold",
|
|
349
349
|
children: "Storage"
|
|
350
|
-
}
|
|
351
|
-
/* @__PURE__ */
|
|
350
|
+
}),
|
|
351
|
+
/* @__PURE__ */ jsx("div", {
|
|
352
352
|
className: "grid gap-4 md:grid-cols-2",
|
|
353
|
-
children: /* @__PURE__ */
|
|
353
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
354
354
|
href: "/docs/integrations/s3",
|
|
355
355
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
356
356
|
children: [
|
|
357
|
-
/* @__PURE__ */
|
|
357
|
+
/* @__PURE__ */ jsx("h4", {
|
|
358
358
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
359
359
|
children: "S3-Compatible Storage"
|
|
360
|
-
}
|
|
361
|
-
/* @__PURE__ */
|
|
360
|
+
}),
|
|
361
|
+
/* @__PURE__ */ jsx("p", {
|
|
362
362
|
className: "text-muted-foreground mt-1 text-sm",
|
|
363
363
|
children: "Object storage (AWS S3, Scaleway, MinIO, etc.)"
|
|
364
|
-
}
|
|
364
|
+
})
|
|
365
365
|
]
|
|
366
|
-
}
|
|
367
|
-
}
|
|
366
|
+
})
|
|
367
|
+
})
|
|
368
368
|
]
|
|
369
|
-
}
|
|
370
|
-
/* @__PURE__ */
|
|
369
|
+
}),
|
|
370
|
+
/* @__PURE__ */ jsxs("div", {
|
|
371
371
|
className: "space-y-3",
|
|
372
372
|
children: [
|
|
373
|
-
/* @__PURE__ */
|
|
373
|
+
/* @__PURE__ */ jsx("h3", {
|
|
374
374
|
className: "text-xl font-semibold",
|
|
375
375
|
children: "SMS"
|
|
376
|
-
}
|
|
377
|
-
/* @__PURE__ */
|
|
376
|
+
}),
|
|
377
|
+
/* @__PURE__ */ jsx("div", {
|
|
378
378
|
className: "grid gap-4 md:grid-cols-2",
|
|
379
|
-
children: /* @__PURE__ */
|
|
379
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
380
380
|
href: "/docs/integrations/twilio",
|
|
381
381
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
382
382
|
children: [
|
|
383
|
-
/* @__PURE__ */
|
|
383
|
+
/* @__PURE__ */ jsx("h4", {
|
|
384
384
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
385
385
|
children: "Twilio"
|
|
386
|
-
}
|
|
387
|
-
/* @__PURE__ */
|
|
386
|
+
}),
|
|
387
|
+
/* @__PURE__ */ jsx("p", {
|
|
388
388
|
className: "text-muted-foreground mt-1 text-sm",
|
|
389
389
|
children: "SMS notifications and transactional messaging"
|
|
390
|
-
}
|
|
390
|
+
})
|
|
391
391
|
]
|
|
392
|
-
}
|
|
393
|
-
}
|
|
392
|
+
})
|
|
393
|
+
})
|
|
394
394
|
]
|
|
395
|
-
}
|
|
396
|
-
/* @__PURE__ */
|
|
395
|
+
}),
|
|
396
|
+
/* @__PURE__ */ jsxs("div", {
|
|
397
397
|
className: "space-y-3",
|
|
398
398
|
children: [
|
|
399
|
-
/* @__PURE__ */
|
|
399
|
+
/* @__PURE__ */ jsx("h3", {
|
|
400
400
|
className: "text-xl font-semibold",
|
|
401
401
|
children: "Messaging channels"
|
|
402
|
-
}
|
|
403
|
-
/* @__PURE__ */
|
|
402
|
+
}),
|
|
403
|
+
/* @__PURE__ */ jsxs("div", {
|
|
404
404
|
className: "grid gap-4 md:grid-cols-2",
|
|
405
405
|
children: [
|
|
406
|
-
/* @__PURE__ */
|
|
406
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
407
407
|
href: "/docs/integrations/slack",
|
|
408
408
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
409
409
|
children: [
|
|
410
|
-
/* @__PURE__ */
|
|
410
|
+
/* @__PURE__ */ jsx("h4", {
|
|
411
411
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
412
412
|
children: "Slack"
|
|
413
|
-
}
|
|
414
|
-
/* @__PURE__ */
|
|
413
|
+
}),
|
|
414
|
+
/* @__PURE__ */ jsx("p", {
|
|
415
415
|
className: "text-muted-foreground mt-1 text-sm",
|
|
416
416
|
children: "Signed event ingestion and outbox-backed replies"
|
|
417
|
-
}
|
|
417
|
+
})
|
|
418
418
|
]
|
|
419
|
-
}
|
|
420
|
-
/* @__PURE__ */
|
|
419
|
+
}),
|
|
420
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
421
421
|
href: "/docs/integrations/github",
|
|
422
422
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
423
423
|
children: [
|
|
424
|
-
/* @__PURE__ */
|
|
424
|
+
/* @__PURE__ */ jsx("h4", {
|
|
425
425
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
426
426
|
children: "GitHub"
|
|
427
|
-
}
|
|
428
|
-
/* @__PURE__ */
|
|
427
|
+
}),
|
|
428
|
+
/* @__PURE__ */ jsx("p", {
|
|
429
429
|
className: "text-muted-foreground mt-1 text-sm",
|
|
430
430
|
children: "Issue and PR comment workflows with webhook verification"
|
|
431
|
-
}
|
|
431
|
+
})
|
|
432
432
|
]
|
|
433
|
-
}
|
|
434
|
-
/* @__PURE__ */
|
|
433
|
+
}),
|
|
434
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
435
435
|
href: "/docs/integrations/whatsapp-meta",
|
|
436
436
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
437
437
|
children: [
|
|
438
|
-
/* @__PURE__ */
|
|
438
|
+
/* @__PURE__ */ jsx("h4", {
|
|
439
439
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
440
440
|
children: "WhatsApp Meta"
|
|
441
|
-
}
|
|
442
|
-
/* @__PURE__ */
|
|
441
|
+
}),
|
|
442
|
+
/* @__PURE__ */ jsx("p", {
|
|
443
443
|
className: "text-muted-foreground mt-1 text-sm",
|
|
444
444
|
children: "Primary WhatsApp Business API transport for inbound and outbound"
|
|
445
|
-
}
|
|
445
|
+
})
|
|
446
446
|
]
|
|
447
|
-
}
|
|
448
|
-
/* @__PURE__ */
|
|
447
|
+
}),
|
|
448
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
449
449
|
href: "/docs/integrations/whatsapp-twilio",
|
|
450
450
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
451
451
|
children: [
|
|
452
|
-
/* @__PURE__ */
|
|
452
|
+
/* @__PURE__ */ jsx("h4", {
|
|
453
453
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
454
454
|
children: "WhatsApp Twilio"
|
|
455
|
-
}
|
|
456
|
-
/* @__PURE__ */
|
|
455
|
+
}),
|
|
456
|
+
/* @__PURE__ */ jsx("p", {
|
|
457
457
|
className: "text-muted-foreground mt-1 text-sm",
|
|
458
458
|
children: "Fallback WhatsApp route with Twilio signature validation"
|
|
459
|
-
}
|
|
459
|
+
})
|
|
460
460
|
]
|
|
461
|
-
}
|
|
461
|
+
})
|
|
462
462
|
]
|
|
463
|
-
}
|
|
463
|
+
})
|
|
464
464
|
]
|
|
465
|
-
}
|
|
466
|
-
/* @__PURE__ */
|
|
465
|
+
}),
|
|
466
|
+
/* @__PURE__ */ jsxs("div", {
|
|
467
467
|
className: "space-y-3",
|
|
468
468
|
children: [
|
|
469
|
-
/* @__PURE__ */
|
|
469
|
+
/* @__PURE__ */ jsx("h3", {
|
|
470
470
|
className: "text-xl font-semibold",
|
|
471
471
|
children: "Health & wearables"
|
|
472
|
-
}
|
|
473
|
-
/* @__PURE__ */
|
|
472
|
+
}),
|
|
473
|
+
/* @__PURE__ */ jsx("div", {
|
|
474
474
|
className: "grid gap-4 md:grid-cols-2",
|
|
475
|
-
children: /* @__PURE__ */
|
|
475
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
476
476
|
href: "/docs/integrations/health-routing",
|
|
477
477
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
478
478
|
children: [
|
|
479
|
-
/* @__PURE__ */
|
|
479
|
+
/* @__PURE__ */ jsx("h4", {
|
|
480
480
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
481
481
|
children: "Health routing strategy"
|
|
482
|
-
}
|
|
483
|
-
/* @__PURE__ */
|
|
482
|
+
}),
|
|
483
|
+
/* @__PURE__ */ jsx("p", {
|
|
484
484
|
className: "text-muted-foreground mt-1 text-sm",
|
|
485
485
|
children: "Official vs aggregator transport order, unofficial gating, and OAuth refresh config"
|
|
486
|
-
}
|
|
486
|
+
})
|
|
487
487
|
]
|
|
488
|
-
}
|
|
489
|
-
}
|
|
488
|
+
})
|
|
489
|
+
})
|
|
490
490
|
]
|
|
491
|
-
}
|
|
491
|
+
})
|
|
492
492
|
]
|
|
493
|
-
}
|
|
493
|
+
})
|
|
494
494
|
]
|
|
495
|
-
}
|
|
496
|
-
/* @__PURE__ */
|
|
495
|
+
}),
|
|
496
|
+
/* @__PURE__ */ jsxs("div", {
|
|
497
497
|
className: "space-y-4",
|
|
498
498
|
children: [
|
|
499
|
-
/* @__PURE__ */
|
|
499
|
+
/* @__PURE__ */ jsx("h2", {
|
|
500
500
|
className: "text-2xl font-bold",
|
|
501
501
|
children: "How integrations work"
|
|
502
|
-
}
|
|
503
|
-
/* @__PURE__ */
|
|
502
|
+
}),
|
|
503
|
+
/* @__PURE__ */ jsxs("p", {
|
|
504
504
|
className: "text-muted-foreground",
|
|
505
505
|
children: [
|
|
506
506
|
"ContractSpec integrations are implemented as",
|
|
507
507
|
" ",
|
|
508
|
-
/* @__PURE__ */
|
|
508
|
+
/* @__PURE__ */ jsx(Link, {
|
|
509
509
|
href: "/docs/specs/capabilities",
|
|
510
510
|
className: "text-violet-400 hover:text-violet-300",
|
|
511
511
|
children: "capability providers"
|
|
512
|
-
}
|
|
512
|
+
}),
|
|
513
513
|
". This means:"
|
|
514
514
|
]
|
|
515
|
-
}
|
|
516
|
-
/* @__PURE__ */
|
|
515
|
+
}),
|
|
516
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
517
517
|
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
518
518
|
children: [
|
|
519
|
-
/* @__PURE__ */
|
|
519
|
+
/* @__PURE__ */ jsxs("li", {
|
|
520
520
|
children: [
|
|
521
|
-
/* @__PURE__ */
|
|
521
|
+
/* @__PURE__ */ jsx("strong", {
|
|
522
522
|
children: "Type safety"
|
|
523
|
-
}
|
|
523
|
+
}),
|
|
524
524
|
" – All API calls are type-checked by TypeScript and validated at runtime via Zod"
|
|
525
525
|
]
|
|
526
|
-
}
|
|
527
|
-
/* @__PURE__ */
|
|
526
|
+
}),
|
|
527
|
+
/* @__PURE__ */ jsxs("li", {
|
|
528
528
|
children: [
|
|
529
|
-
/* @__PURE__ */
|
|
529
|
+
/* @__PURE__ */ jsx("strong", {
|
|
530
530
|
children: "Policy enforcement"
|
|
531
|
-
}
|
|
531
|
+
}),
|
|
532
532
|
" – Access to external services is governed by your",
|
|
533
533
|
" ",
|
|
534
|
-
/* @__PURE__ */
|
|
534
|
+
/* @__PURE__ */ jsx(Link, {
|
|
535
535
|
href: "/docs/specs/policy",
|
|
536
536
|
className: "text-violet-400 hover:text-violet-300",
|
|
537
537
|
children: "PolicySpecs"
|
|
538
|
-
}
|
|
538
|
+
})
|
|
539
539
|
]
|
|
540
|
-
}
|
|
541
|
-
/* @__PURE__ */
|
|
540
|
+
}),
|
|
541
|
+
/* @__PURE__ */ jsxs("li", {
|
|
542
542
|
children: [
|
|
543
|
-
/* @__PURE__ */
|
|
543
|
+
/* @__PURE__ */ jsx("strong", {
|
|
544
544
|
children: "Audit logging"
|
|
545
|
-
}
|
|
545
|
+
}),
|
|
546
546
|
" – All integration calls are automatically logged"
|
|
547
547
|
]
|
|
548
|
-
}
|
|
549
|
-
/* @__PURE__ */
|
|
548
|
+
}),
|
|
549
|
+
/* @__PURE__ */ jsxs("li", {
|
|
550
550
|
children: [
|
|
551
|
-
/* @__PURE__ */
|
|
551
|
+
/* @__PURE__ */ jsx("strong", {
|
|
552
552
|
children: "Error handling"
|
|
553
|
-
}
|
|
553
|
+
}),
|
|
554
554
|
" – Built-in retries and fallback strategies"
|
|
555
555
|
]
|
|
556
|
-
}
|
|
557
|
-
/* @__PURE__ */
|
|
556
|
+
}),
|
|
557
|
+
/* @__PURE__ */ jsxs("li", {
|
|
558
558
|
children: [
|
|
559
|
-
/* @__PURE__ */
|
|
559
|
+
/* @__PURE__ */ jsx("strong", {
|
|
560
560
|
children: "Environment-based config"
|
|
561
|
-
}
|
|
561
|
+
}),
|
|
562
562
|
" – API keys and secrets are managed through environment variables"
|
|
563
563
|
]
|
|
564
|
-
}
|
|
564
|
+
})
|
|
565
565
|
]
|
|
566
|
-
}
|
|
566
|
+
})
|
|
567
567
|
]
|
|
568
|
-
}
|
|
569
|
-
/* @__PURE__ */
|
|
568
|
+
}),
|
|
569
|
+
/* @__PURE__ */ jsxs("div", {
|
|
570
570
|
className: "space-y-4",
|
|
571
571
|
children: [
|
|
572
|
-
/* @__PURE__ */
|
|
572
|
+
/* @__PURE__ */ jsx("h2", {
|
|
573
573
|
className: "text-2xl font-bold",
|
|
574
574
|
children: "Secret management"
|
|
575
|
-
}
|
|
576
|
-
/* @__PURE__ */
|
|
575
|
+
}),
|
|
576
|
+
/* @__PURE__ */ jsx("p", {
|
|
577
577
|
className: "text-muted-foreground",
|
|
578
578
|
children: "Secrets are resolved through a layered secret provider manager. It checks lightweight environment overrides first, then falls back to a managed vault (Google Cloud Secret Manager) for production."
|
|
579
|
-
}
|
|
580
|
-
/* @__PURE__ */
|
|
579
|
+
}),
|
|
580
|
+
/* @__PURE__ */ jsxs("div", {
|
|
581
581
|
className: "grid gap-4 md:grid-cols-2",
|
|
582
582
|
children: [
|
|
583
|
-
/* @__PURE__ */
|
|
583
|
+
/* @__PURE__ */ jsxs("div", {
|
|
584
584
|
className: "card-subtle p-4",
|
|
585
585
|
children: [
|
|
586
|
-
/* @__PURE__ */
|
|
586
|
+
/* @__PURE__ */ jsx("h3", {
|
|
587
587
|
className: "text-xl font-semibold",
|
|
588
588
|
children: "Environment variables"
|
|
589
|
-
}
|
|
590
|
-
/* @__PURE__ */
|
|
589
|
+
}),
|
|
590
|
+
/* @__PURE__ */ jsxs("p", {
|
|
591
591
|
className: "text-muted-foreground mt-2 text-sm",
|
|
592
592
|
children: [
|
|
593
593
|
"Perfect for local development and secure staging overrides. Use the ",
|
|
594
|
-
/* @__PURE__ */
|
|
594
|
+
/* @__PURE__ */ jsx("code", {
|
|
595
595
|
children: "env://"
|
|
596
|
-
}
|
|
596
|
+
}),
|
|
597
597
|
" scheme or append ",
|
|
598
|
-
/* @__PURE__ */
|
|
598
|
+
/* @__PURE__ */ jsx("code", {
|
|
599
599
|
children: "?env="
|
|
600
|
-
}
|
|
600
|
+
}),
|
|
601
601
|
" to another reference to map an explicit variable."
|
|
602
602
|
]
|
|
603
|
-
}
|
|
604
|
-
/* @__PURE__ */
|
|
603
|
+
}),
|
|
604
|
+
/* @__PURE__ */ jsx("div", {
|
|
605
605
|
className: "bg-background/60 border-border mt-3 overflow-auto rounded-lg border p-3 font-mono text-xs",
|
|
606
|
-
children: /* @__PURE__ */
|
|
606
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
607
607
|
className: "whitespace-pre-wrap",
|
|
608
608
|
children: `# Override a production secret locally
|
|
609
609
|
CONTRACTSPEC__SECRET__STRIPE=sk_test_123
|
|
610
610
|
|
|
611
611
|
# Reference
|
|
612
612
|
env://CONTRACTSPEC__SECRET__STRIPE`
|
|
613
|
-
}
|
|
614
|
-
}
|
|
613
|
+
})
|
|
614
|
+
})
|
|
615
615
|
]
|
|
616
|
-
}
|
|
617
|
-
/* @__PURE__ */
|
|
616
|
+
}),
|
|
617
|
+
/* @__PURE__ */ jsxs("div", {
|
|
618
618
|
className: "card-subtle p-4",
|
|
619
619
|
children: [
|
|
620
|
-
/* @__PURE__ */
|
|
620
|
+
/* @__PURE__ */ jsx("h3", {
|
|
621
621
|
className: "text-xl font-semibold",
|
|
622
622
|
children: "GCP Secret Manager"
|
|
623
|
-
}
|
|
624
|
-
/* @__PURE__ */
|
|
623
|
+
}),
|
|
624
|
+
/* @__PURE__ */ jsxs("p", {
|
|
625
625
|
className: "text-muted-foreground mt-2 text-sm",
|
|
626
626
|
children: [
|
|
627
627
|
"Used in production to store versioned credentials with rotation support. References follow the",
|
|
628
628
|
" ",
|
|
629
|
-
/* @__PURE__ */
|
|
629
|
+
/* @__PURE__ */ jsx("code", {
|
|
630
630
|
children: "gcp://projects/.../secrets/.../versions/latest"
|
|
631
|
-
}
|
|
631
|
+
}),
|
|
632
632
|
" ",
|
|
633
633
|
"format."
|
|
634
634
|
]
|
|
635
|
-
}
|
|
636
|
-
/* @__PURE__ */
|
|
635
|
+
}),
|
|
636
|
+
/* @__PURE__ */ jsx("div", {
|
|
637
637
|
className: "bg-background/60 border-border mt-3 overflow-auto rounded-lg border p-3 font-mono text-xs",
|
|
638
|
-
children: /* @__PURE__ */
|
|
638
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
639
639
|
className: "whitespace-pre-wrap",
|
|
640
640
|
children: `# Production reference
|
|
641
641
|
gcp://projects/tenant/secrets/stripe-secret-key/versions/latest`
|
|
642
|
-
}
|
|
643
|
-
}
|
|
642
|
+
})
|
|
643
|
+
})
|
|
644
644
|
]
|
|
645
|
-
}
|
|
645
|
+
})
|
|
646
646
|
]
|
|
647
|
-
}
|
|
648
|
-
/* @__PURE__ */
|
|
647
|
+
}),
|
|
648
|
+
/* @__PURE__ */ jsx("p", {
|
|
649
649
|
className: "text-muted-foreground text-sm",
|
|
650
650
|
children: "The secret manager chooses the first provider that can resolve a reference, so local environment variables can override the managed vault without changing blueprints or tenant configs."
|
|
651
|
-
}
|
|
651
|
+
})
|
|
652
652
|
]
|
|
653
|
-
}
|
|
654
|
-
/* @__PURE__ */
|
|
653
|
+
}),
|
|
654
|
+
/* @__PURE__ */ jsxs("div", {
|
|
655
655
|
className: "space-y-4",
|
|
656
656
|
children: [
|
|
657
|
-
/* @__PURE__ */
|
|
657
|
+
/* @__PURE__ */ jsx("h2", {
|
|
658
658
|
className: "text-2xl font-bold",
|
|
659
659
|
children: "Configuration"
|
|
660
|
-
}
|
|
661
|
-
/* @__PURE__ */
|
|
660
|
+
}),
|
|
661
|
+
/* @__PURE__ */ jsx("p", {
|
|
662
662
|
className: "text-muted-foreground",
|
|
663
663
|
children: "Integrations are configured through environment variables and secret references. Here's a typical setup:"
|
|
664
|
-
}
|
|
665
|
-
/* @__PURE__ */
|
|
664
|
+
}),
|
|
665
|
+
/* @__PURE__ */ jsx("div", {
|
|
666
666
|
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
667
|
-
children: /* @__PURE__ */
|
|
667
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
668
668
|
children: `# .env
|
|
669
669
|
STRIPE_SECRET_KEY=sk_test_...
|
|
670
670
|
STRIPE_WEBHOOK_SECRET=whsec_...
|
|
@@ -689,24 +689,24 @@ S3_REGION=fr-par
|
|
|
689
689
|
# Secret references
|
|
690
690
|
STRIPE_SECRET_REF=gcp://projects/tenant/secrets/stripe-secret-key/versions/latest
|
|
691
691
|
STRIPE_SECRET_OVERRIDE=env://STRIPE_SECRET_KEY`
|
|
692
|
-
}
|
|
693
|
-
}
|
|
692
|
+
})
|
|
693
|
+
})
|
|
694
694
|
]
|
|
695
|
-
}
|
|
696
|
-
/* @__PURE__ */
|
|
695
|
+
}),
|
|
696
|
+
/* @__PURE__ */ jsxs("div", {
|
|
697
697
|
className: "space-y-4",
|
|
698
698
|
children: [
|
|
699
|
-
/* @__PURE__ */
|
|
699
|
+
/* @__PURE__ */ jsx("h2", {
|
|
700
700
|
className: "text-2xl font-bold",
|
|
701
701
|
children: "Integration categories"
|
|
702
|
-
}
|
|
703
|
-
/* @__PURE__ */
|
|
702
|
+
}),
|
|
703
|
+
/* @__PURE__ */ jsx("p", {
|
|
704
704
|
className: "text-muted-foreground",
|
|
705
705
|
children: "ContractSpec supports the following integration categories:"
|
|
706
|
-
}
|
|
707
|
-
/* @__PURE__ */
|
|
706
|
+
}),
|
|
707
|
+
/* @__PURE__ */ jsx("div", {
|
|
708
708
|
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
709
|
-
children: /* @__PURE__ */
|
|
709
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
710
710
|
children: `type IntegrationCategory =
|
|
711
711
|
| "payments" // Stripe, PayPal, etc.
|
|
712
712
|
| "open-banking" // Powens and open banking providers
|
|
@@ -729,48 +729,48 @@ STRIPE_SECRET_OVERRIDE=env://STRIPE_SECRET_KEY`
|
|
|
729
729
|
| "crm" // Salesforce, HubSpot (coming soon)
|
|
730
730
|
| "helpdesk" // Zendesk, Intercom (coming soon)
|
|
731
731
|
| "custom"; // Your own integrations`
|
|
732
|
-
}
|
|
733
|
-
}
|
|
732
|
+
})
|
|
733
|
+
})
|
|
734
734
|
]
|
|
735
|
-
}
|
|
736
|
-
/* @__PURE__ */
|
|
735
|
+
}),
|
|
736
|
+
/* @__PURE__ */ jsxs("div", {
|
|
737
737
|
className: "space-y-4",
|
|
738
738
|
children: [
|
|
739
|
-
/* @__PURE__ */
|
|
739
|
+
/* @__PURE__ */ jsx("h2", {
|
|
740
740
|
className: "text-2xl font-bold",
|
|
741
741
|
children: "Custom integrations"
|
|
742
|
-
}
|
|
743
|
-
/* @__PURE__ */
|
|
742
|
+
}),
|
|
743
|
+
/* @__PURE__ */ jsxs("p", {
|
|
744
744
|
className: "text-muted-foreground",
|
|
745
745
|
children: [
|
|
746
746
|
"You can create custom integrations by implementing a capability provider. See the",
|
|
747
747
|
" ",
|
|
748
|
-
/* @__PURE__ */
|
|
748
|
+
/* @__PURE__ */ jsx(Link, {
|
|
749
749
|
href: "/docs/advanced/custom-providers",
|
|
750
750
|
className: "text-violet-400 hover:text-violet-300",
|
|
751
751
|
children: "Custom Providers"
|
|
752
|
-
}
|
|
752
|
+
}),
|
|
753
753
|
" ",
|
|
754
754
|
"guide for details."
|
|
755
755
|
]
|
|
756
|
-
}
|
|
756
|
+
})
|
|
757
757
|
]
|
|
758
|
-
}
|
|
759
|
-
/* @__PURE__ */
|
|
758
|
+
}),
|
|
759
|
+
/* @__PURE__ */ jsx("div", {
|
|
760
760
|
className: "flex items-center gap-4 pt-4",
|
|
761
|
-
children: /* @__PURE__ */
|
|
761
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
762
762
|
href: "/docs/integrations/stripe",
|
|
763
763
|
className: "btn-primary",
|
|
764
764
|
children: [
|
|
765
765
|
"Get Started with Stripe ",
|
|
766
|
-
/* @__PURE__ */
|
|
766
|
+
/* @__PURE__ */ jsx(ChevronRight, {
|
|
767
767
|
size: 16
|
|
768
|
-
}
|
|
768
|
+
})
|
|
769
769
|
]
|
|
770
|
-
}
|
|
771
|
-
}
|
|
770
|
+
})
|
|
771
|
+
})
|
|
772
772
|
]
|
|
773
|
-
}
|
|
773
|
+
});
|
|
774
774
|
}
|
|
775
775
|
export {
|
|
776
776
|
IntegrationsOverviewPage
|