@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
|
@@ -2,106 +2,106 @@
|
|
|
2
2
|
// src/components/docs/integrations/IntegrationsOverviewPage.tsx
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { ChevronRight } from "lucide-react";
|
|
5
|
-
import {
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
function IntegrationsOverviewPage() {
|
|
7
|
-
return /* @__PURE__ */
|
|
7
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
8
8
|
className: "space-y-8",
|
|
9
9
|
children: [
|
|
10
|
-
/* @__PURE__ */
|
|
10
|
+
/* @__PURE__ */ jsxs("div", {
|
|
11
11
|
className: "space-y-4",
|
|
12
12
|
children: [
|
|
13
|
-
/* @__PURE__ */
|
|
13
|
+
/* @__PURE__ */ jsx("h1", {
|
|
14
14
|
className: "text-4xl font-bold",
|
|
15
15
|
children: "Integrations"
|
|
16
|
-
}
|
|
17
|
-
/* @__PURE__ */
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("p", {
|
|
18
18
|
className: "text-muted-foreground",
|
|
19
19
|
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."
|
|
20
|
-
}
|
|
20
|
+
})
|
|
21
21
|
]
|
|
22
|
-
}
|
|
23
|
-
/* @__PURE__ */
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxs("div", {
|
|
24
24
|
className: "space-y-4",
|
|
25
25
|
children: [
|
|
26
|
-
/* @__PURE__ */
|
|
26
|
+
/* @__PURE__ */ jsx("h2", {
|
|
27
27
|
className: "text-2xl font-bold",
|
|
28
28
|
children: "Spec-first architecture"
|
|
29
|
-
}
|
|
30
|
-
/* @__PURE__ */
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ jsx("p", {
|
|
31
31
|
className: "text-muted-foreground",
|
|
32
32
|
children: "Integrations in ContractSpec follow a three-layer model:"
|
|
33
|
-
}
|
|
34
|
-
/* @__PURE__ */
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsxs("div", {
|
|
35
35
|
className: "space-y-3",
|
|
36
36
|
children: [
|
|
37
|
-
/* @__PURE__ */
|
|
37
|
+
/* @__PURE__ */ jsxs("div", {
|
|
38
38
|
className: "card-subtle p-4",
|
|
39
39
|
children: [
|
|
40
|
-
/* @__PURE__ */
|
|
40
|
+
/* @__PURE__ */ jsx("h3", {
|
|
41
41
|
className: "mb-2 font-semibold",
|
|
42
42
|
children: "1. IntegrationSpec (Global)"
|
|
43
|
-
}
|
|
44
|
-
/* @__PURE__ */
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ jsx("p", {
|
|
45
45
|
className: "text-muted-foreground text-sm",
|
|
46
46
|
children: "Defines what an integration provides: capabilities, configuration schema, secrets, webhooks, and requirements."
|
|
47
|
-
}
|
|
48
|
-
/* @__PURE__ */
|
|
47
|
+
}),
|
|
48
|
+
/* @__PURE__ */ jsx(Link, {
|
|
49
49
|
href: "/docs/integrations/spec-model",
|
|
50
50
|
className: "mt-2 inline-block text-sm text-violet-400 hover:text-violet-300",
|
|
51
51
|
children: "Learn more \u2192"
|
|
52
|
-
}
|
|
52
|
+
})
|
|
53
53
|
]
|
|
54
|
-
}
|
|
55
|
-
/* @__PURE__ */
|
|
54
|
+
}),
|
|
55
|
+
/* @__PURE__ */ jsxs("div", {
|
|
56
56
|
className: "card-subtle p-4",
|
|
57
57
|
children: [
|
|
58
|
-
/* @__PURE__ */
|
|
58
|
+
/* @__PURE__ */ jsx("h3", {
|
|
59
59
|
className: "mb-2 font-semibold",
|
|
60
60
|
children: "2. IntegrationConnection (Per-Tenant)"
|
|
61
|
-
}
|
|
62
|
-
/* @__PURE__ */
|
|
61
|
+
}),
|
|
62
|
+
/* @__PURE__ */ jsx("p", {
|
|
63
63
|
className: "text-muted-foreground text-sm",
|
|
64
64
|
children: "A tenant's configured connection with credentials, environment (sandbox/production), and health status."
|
|
65
|
-
}
|
|
66
|
-
/* @__PURE__ */
|
|
65
|
+
}),
|
|
66
|
+
/* @__PURE__ */ jsx(Link, {
|
|
67
67
|
href: "/docs/architecture/integration-binding",
|
|
68
68
|
className: "mt-2 inline-block text-sm text-violet-400 hover:text-violet-300",
|
|
69
69
|
children: "Learn more \u2192"
|
|
70
|
-
}
|
|
70
|
+
})
|
|
71
71
|
]
|
|
72
|
-
}
|
|
73
|
-
/* @__PURE__ */
|
|
72
|
+
}),
|
|
73
|
+
/* @__PURE__ */ jsxs("div", {
|
|
74
74
|
className: "card-subtle p-4",
|
|
75
75
|
children: [
|
|
76
|
-
/* @__PURE__ */
|
|
76
|
+
/* @__PURE__ */ jsx("h3", {
|
|
77
77
|
className: "mb-2 font-semibold",
|
|
78
78
|
children: "3. AppIntegrationBinding (Per-App)"
|
|
79
|
-
}
|
|
80
|
-
/* @__PURE__ */
|
|
79
|
+
}),
|
|
80
|
+
/* @__PURE__ */ jsx("p", {
|
|
81
81
|
className: "text-muted-foreground text-sm",
|
|
82
82
|
children: "Maps tenant connections to app capabilities and workflows, defining which operations can use which integrations."
|
|
83
|
-
}
|
|
84
|
-
/* @__PURE__ */
|
|
83
|
+
}),
|
|
84
|
+
/* @__PURE__ */ jsx(Link, {
|
|
85
85
|
href: "/docs/architecture/integration-binding",
|
|
86
86
|
className: "mt-2 inline-block text-sm text-violet-400 hover:text-violet-300",
|
|
87
87
|
children: "Learn more \u2192"
|
|
88
|
-
}
|
|
88
|
+
})
|
|
89
89
|
]
|
|
90
|
-
}
|
|
90
|
+
})
|
|
91
91
|
]
|
|
92
|
-
}
|
|
92
|
+
})
|
|
93
93
|
]
|
|
94
|
-
}
|
|
95
|
-
/* @__PURE__ */
|
|
94
|
+
}),
|
|
95
|
+
/* @__PURE__ */ jsxs("div", {
|
|
96
96
|
className: "space-y-4",
|
|
97
97
|
children: [
|
|
98
|
-
/* @__PURE__ */
|
|
98
|
+
/* @__PURE__ */ jsx("h2", {
|
|
99
99
|
className: "text-2xl font-bold",
|
|
100
100
|
children: "Integration categories"
|
|
101
|
-
}
|
|
102
|
-
/* @__PURE__ */
|
|
101
|
+
}),
|
|
102
|
+
/* @__PURE__ */ jsx("div", {
|
|
103
103
|
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
104
|
-
children: /* @__PURE__ */
|
|
104
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
105
105
|
children: `type IntegrationCategory =
|
|
106
106
|
| "payments" // Stripe
|
|
107
107
|
| "open-banking" // Powens
|
|
@@ -124,548 +124,548 @@ function IntegrationsOverviewPage() {
|
|
|
124
124
|
| "crm" // Coming soon
|
|
125
125
|
| "helpdesk" // Coming soon
|
|
126
126
|
| "custom"; // User-defined`
|
|
127
|
-
}
|
|
128
|
-
}
|
|
127
|
+
})
|
|
128
|
+
})
|
|
129
129
|
]
|
|
130
|
-
}
|
|
131
|
-
/* @__PURE__ */
|
|
130
|
+
}),
|
|
131
|
+
/* @__PURE__ */ jsxs("div", {
|
|
132
132
|
className: "space-y-4",
|
|
133
133
|
children: [
|
|
134
|
-
/* @__PURE__ */
|
|
134
|
+
/* @__PURE__ */ jsx("h2", {
|
|
135
135
|
className: "text-2xl font-bold",
|
|
136
136
|
children: "Available integrations"
|
|
137
|
-
}
|
|
138
|
-
/* @__PURE__ */
|
|
137
|
+
}),
|
|
138
|
+
/* @__PURE__ */ jsxs("div", {
|
|
139
139
|
className: "space-y-6",
|
|
140
140
|
children: [
|
|
141
|
-
/* @__PURE__ */
|
|
141
|
+
/* @__PURE__ */ jsxs("div", {
|
|
142
142
|
className: "space-y-3",
|
|
143
143
|
children: [
|
|
144
|
-
/* @__PURE__ */
|
|
144
|
+
/* @__PURE__ */ jsx("h3", {
|
|
145
145
|
className: "text-xl font-semibold",
|
|
146
146
|
children: "Payments"
|
|
147
|
-
}
|
|
148
|
-
/* @__PURE__ */
|
|
147
|
+
}),
|
|
148
|
+
/* @__PURE__ */ jsx("div", {
|
|
149
149
|
className: "grid gap-4 md:grid-cols-2",
|
|
150
|
-
children: /* @__PURE__ */
|
|
150
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
151
151
|
href: "/docs/integrations/stripe",
|
|
152
152
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
153
153
|
children: [
|
|
154
|
-
/* @__PURE__ */
|
|
154
|
+
/* @__PURE__ */ jsx("h4", {
|
|
155
155
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
156
156
|
children: "Stripe"
|
|
157
|
-
}
|
|
158
|
-
/* @__PURE__ */
|
|
157
|
+
}),
|
|
158
|
+
/* @__PURE__ */ jsx("p", {
|
|
159
159
|
className: "text-muted-foreground mt-1 text-sm",
|
|
160
160
|
children: "Payment processing, subscriptions, and invoicing"
|
|
161
|
-
}
|
|
161
|
+
})
|
|
162
162
|
]
|
|
163
|
-
}
|
|
164
|
-
}
|
|
163
|
+
})
|
|
164
|
+
})
|
|
165
165
|
]
|
|
166
|
-
}
|
|
167
|
-
/* @__PURE__ */
|
|
166
|
+
}),
|
|
167
|
+
/* @__PURE__ */ jsxs("div", {
|
|
168
168
|
className: "space-y-3",
|
|
169
169
|
children: [
|
|
170
|
-
/* @__PURE__ */
|
|
170
|
+
/* @__PURE__ */ jsx("h3", {
|
|
171
171
|
className: "text-xl font-semibold",
|
|
172
172
|
children: "Open Banking"
|
|
173
|
-
}
|
|
174
|
-
/* @__PURE__ */
|
|
173
|
+
}),
|
|
174
|
+
/* @__PURE__ */ jsx("div", {
|
|
175
175
|
className: "grid gap-4 md:grid-cols-2",
|
|
176
|
-
children: /* @__PURE__ */
|
|
176
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
177
177
|
href: "/docs/integrations/powens",
|
|
178
178
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
179
179
|
children: [
|
|
180
|
-
/* @__PURE__ */
|
|
180
|
+
/* @__PURE__ */ jsx("h4", {
|
|
181
181
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
182
182
|
children: "Powens (Read-Only)"
|
|
183
|
-
}
|
|
184
|
-
/* @__PURE__ */
|
|
183
|
+
}),
|
|
184
|
+
/* @__PURE__ */ jsx("p", {
|
|
185
185
|
className: "text-muted-foreground mt-1 text-sm",
|
|
186
186
|
children: "Account, transaction, and balance synchronisation via Powens with tenant-owned credentials."
|
|
187
|
-
}
|
|
187
|
+
})
|
|
188
188
|
]
|
|
189
|
-
}
|
|
190
|
-
}
|
|
189
|
+
})
|
|
190
|
+
})
|
|
191
191
|
]
|
|
192
|
-
}
|
|
193
|
-
/* @__PURE__ */
|
|
192
|
+
}),
|
|
193
|
+
/* @__PURE__ */ jsxs("div", {
|
|
194
194
|
className: "space-y-3",
|
|
195
195
|
children: [
|
|
196
|
-
/* @__PURE__ */
|
|
196
|
+
/* @__PURE__ */ jsx("h3", {
|
|
197
197
|
className: "text-xl font-semibold",
|
|
198
198
|
children: "Email"
|
|
199
|
-
}
|
|
200
|
-
/* @__PURE__ */
|
|
199
|
+
}),
|
|
200
|
+
/* @__PURE__ */ jsxs("div", {
|
|
201
201
|
className: "grid gap-4 md:grid-cols-2",
|
|
202
202
|
children: [
|
|
203
|
-
/* @__PURE__ */
|
|
203
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
204
204
|
href: "/docs/integrations/postmark",
|
|
205
205
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
206
206
|
children: [
|
|
207
|
-
/* @__PURE__ */
|
|
207
|
+
/* @__PURE__ */ jsx("h4", {
|
|
208
208
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
209
209
|
children: "Postmark"
|
|
210
|
-
}
|
|
211
|
-
/* @__PURE__ */
|
|
210
|
+
}),
|
|
211
|
+
/* @__PURE__ */ jsx("p", {
|
|
212
212
|
className: "text-muted-foreground mt-1 text-sm",
|
|
213
213
|
children: "Transactional email delivery with high deliverability"
|
|
214
|
-
}
|
|
214
|
+
})
|
|
215
215
|
]
|
|
216
|
-
}
|
|
217
|
-
/* @__PURE__ */
|
|
216
|
+
}),
|
|
217
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
218
218
|
href: "/docs/integrations/resend",
|
|
219
219
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
220
220
|
children: [
|
|
221
|
-
/* @__PURE__ */
|
|
221
|
+
/* @__PURE__ */ jsx("h4", {
|
|
222
222
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
223
223
|
children: "Resend"
|
|
224
|
-
}
|
|
225
|
-
/* @__PURE__ */
|
|
224
|
+
}),
|
|
225
|
+
/* @__PURE__ */ jsx("p", {
|
|
226
226
|
className: "text-muted-foreground mt-1 text-sm",
|
|
227
227
|
children: "Modern email API for developers"
|
|
228
|
-
}
|
|
228
|
+
})
|
|
229
229
|
]
|
|
230
|
-
}
|
|
231
|
-
/* @__PURE__ */
|
|
230
|
+
}),
|
|
231
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
232
232
|
href: "/docs/integrations/gmail",
|
|
233
233
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
234
234
|
children: [
|
|
235
|
-
/* @__PURE__ */
|
|
235
|
+
/* @__PURE__ */ jsx("h4", {
|
|
236
236
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
237
237
|
children: "Gmail API"
|
|
238
|
-
}
|
|
239
|
-
/* @__PURE__ */
|
|
238
|
+
}),
|
|
239
|
+
/* @__PURE__ */ jsx("p", {
|
|
240
240
|
className: "text-muted-foreground mt-1 text-sm",
|
|
241
241
|
children: "Inbound email processing and thread management"
|
|
242
|
-
}
|
|
242
|
+
})
|
|
243
243
|
]
|
|
244
|
-
}
|
|
244
|
+
})
|
|
245
245
|
]
|
|
246
|
-
}
|
|
246
|
+
})
|
|
247
247
|
]
|
|
248
|
-
}
|
|
249
|
-
/* @__PURE__ */
|
|
248
|
+
}),
|
|
249
|
+
/* @__PURE__ */ jsxs("div", {
|
|
250
250
|
className: "space-y-3",
|
|
251
251
|
children: [
|
|
252
|
-
/* @__PURE__ */
|
|
252
|
+
/* @__PURE__ */ jsx("h3", {
|
|
253
253
|
className: "text-xl font-semibold",
|
|
254
254
|
children: "Calendar & Scheduling"
|
|
255
|
-
}
|
|
256
|
-
/* @__PURE__ */
|
|
255
|
+
}),
|
|
256
|
+
/* @__PURE__ */ jsx("div", {
|
|
257
257
|
className: "grid gap-4 md:grid-cols-2",
|
|
258
|
-
children: /* @__PURE__ */
|
|
258
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
259
259
|
href: "/docs/integrations/google-calendar",
|
|
260
260
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
261
261
|
children: [
|
|
262
|
-
/* @__PURE__ */
|
|
262
|
+
/* @__PURE__ */ jsx("h4", {
|
|
263
263
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
264
264
|
children: "Google Calendar"
|
|
265
|
-
}
|
|
266
|
-
/* @__PURE__ */
|
|
265
|
+
}),
|
|
266
|
+
/* @__PURE__ */ jsx("p", {
|
|
267
267
|
className: "text-muted-foreground mt-1 text-sm",
|
|
268
268
|
children: "Event scheduling and calendar management"
|
|
269
|
-
}
|
|
269
|
+
})
|
|
270
270
|
]
|
|
271
|
-
}
|
|
272
|
-
}
|
|
271
|
+
})
|
|
272
|
+
})
|
|
273
273
|
]
|
|
274
|
-
}
|
|
275
|
-
/* @__PURE__ */
|
|
274
|
+
}),
|
|
275
|
+
/* @__PURE__ */ jsxs("div", {
|
|
276
276
|
className: "space-y-3",
|
|
277
277
|
children: [
|
|
278
|
-
/* @__PURE__ */
|
|
278
|
+
/* @__PURE__ */ jsx("h3", {
|
|
279
279
|
className: "text-xl font-semibold",
|
|
280
280
|
children: "AI & Machine Learning"
|
|
281
|
-
}
|
|
282
|
-
/* @__PURE__ */
|
|
281
|
+
}),
|
|
282
|
+
/* @__PURE__ */ jsxs("div", {
|
|
283
283
|
className: "grid gap-4 md:grid-cols-2",
|
|
284
284
|
children: [
|
|
285
|
-
/* @__PURE__ */
|
|
285
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
286
286
|
href: "/docs/integrations/openai",
|
|
287
287
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
288
288
|
children: [
|
|
289
|
-
/* @__PURE__ */
|
|
289
|
+
/* @__PURE__ */ jsx("h4", {
|
|
290
290
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
291
291
|
children: "OpenAI"
|
|
292
|
-
}
|
|
293
|
-
/* @__PURE__ */
|
|
292
|
+
}),
|
|
293
|
+
/* @__PURE__ */ jsx("p", {
|
|
294
294
|
className: "text-muted-foreground mt-1 text-sm",
|
|
295
295
|
children: "LLMs, embeddings, and Whisper speech-to-text"
|
|
296
|
-
}
|
|
296
|
+
})
|
|
297
297
|
]
|
|
298
|
-
}
|
|
299
|
-
/* @__PURE__ */
|
|
298
|
+
}),
|
|
299
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
300
300
|
href: "/docs/integrations/mistral",
|
|
301
301
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
302
302
|
children: [
|
|
303
|
-
/* @__PURE__ */
|
|
303
|
+
/* @__PURE__ */ jsx("h4", {
|
|
304
304
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
305
305
|
children: "Mistral"
|
|
306
|
-
}
|
|
307
|
-
/* @__PURE__ */
|
|
306
|
+
}),
|
|
307
|
+
/* @__PURE__ */ jsx("p", {
|
|
308
308
|
className: "text-muted-foreground mt-1 text-sm",
|
|
309
309
|
children: "LLMs, embeddings, Voxtral STT, and conversational voice"
|
|
310
|
-
}
|
|
310
|
+
})
|
|
311
311
|
]
|
|
312
|
-
}
|
|
313
|
-
/* @__PURE__ */
|
|
312
|
+
}),
|
|
313
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
314
314
|
href: "/docs/integrations/elevenlabs",
|
|
315
315
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
316
316
|
children: [
|
|
317
|
-
/* @__PURE__ */
|
|
317
|
+
/* @__PURE__ */ jsx("h4", {
|
|
318
318
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
319
319
|
children: "ElevenLabs"
|
|
320
|
-
}
|
|
321
|
-
/* @__PURE__ */
|
|
320
|
+
}),
|
|
321
|
+
/* @__PURE__ */ jsx("p", {
|
|
322
322
|
className: "text-muted-foreground mt-1 text-sm",
|
|
323
323
|
children: "Text-to-speech and voice synthesis"
|
|
324
|
-
}
|
|
324
|
+
})
|
|
325
325
|
]
|
|
326
|
-
}
|
|
327
|
-
/* @__PURE__ */
|
|
326
|
+
}),
|
|
327
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
328
328
|
href: "/docs/integrations/qdrant",
|
|
329
329
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
330
330
|
children: [
|
|
331
|
-
/* @__PURE__ */
|
|
331
|
+
/* @__PURE__ */ jsx("h4", {
|
|
332
332
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
333
333
|
children: "Qdrant"
|
|
334
|
-
}
|
|
335
|
-
/* @__PURE__ */
|
|
334
|
+
}),
|
|
335
|
+
/* @__PURE__ */ jsx("p", {
|
|
336
336
|
className: "text-muted-foreground mt-1 text-sm",
|
|
337
337
|
children: "Vector database for semantic search and RAG"
|
|
338
|
-
}
|
|
338
|
+
})
|
|
339
339
|
]
|
|
340
|
-
}
|
|
340
|
+
})
|
|
341
341
|
]
|
|
342
|
-
}
|
|
342
|
+
})
|
|
343
343
|
]
|
|
344
|
-
}
|
|
345
|
-
/* @__PURE__ */
|
|
344
|
+
}),
|
|
345
|
+
/* @__PURE__ */ jsxs("div", {
|
|
346
346
|
className: "space-y-3",
|
|
347
347
|
children: [
|
|
348
|
-
/* @__PURE__ */
|
|
348
|
+
/* @__PURE__ */ jsx("h3", {
|
|
349
349
|
className: "text-xl font-semibold",
|
|
350
350
|
children: "Storage"
|
|
351
|
-
}
|
|
352
|
-
/* @__PURE__ */
|
|
351
|
+
}),
|
|
352
|
+
/* @__PURE__ */ jsx("div", {
|
|
353
353
|
className: "grid gap-4 md:grid-cols-2",
|
|
354
|
-
children: /* @__PURE__ */
|
|
354
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
355
355
|
href: "/docs/integrations/s3",
|
|
356
356
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
357
357
|
children: [
|
|
358
|
-
/* @__PURE__ */
|
|
358
|
+
/* @__PURE__ */ jsx("h4", {
|
|
359
359
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
360
360
|
children: "S3-Compatible Storage"
|
|
361
|
-
}
|
|
362
|
-
/* @__PURE__ */
|
|
361
|
+
}),
|
|
362
|
+
/* @__PURE__ */ jsx("p", {
|
|
363
363
|
className: "text-muted-foreground mt-1 text-sm",
|
|
364
364
|
children: "Object storage (AWS S3, Scaleway, MinIO, etc.)"
|
|
365
|
-
}
|
|
365
|
+
})
|
|
366
366
|
]
|
|
367
|
-
}
|
|
368
|
-
}
|
|
367
|
+
})
|
|
368
|
+
})
|
|
369
369
|
]
|
|
370
|
-
}
|
|
371
|
-
/* @__PURE__ */
|
|
370
|
+
}),
|
|
371
|
+
/* @__PURE__ */ jsxs("div", {
|
|
372
372
|
className: "space-y-3",
|
|
373
373
|
children: [
|
|
374
|
-
/* @__PURE__ */
|
|
374
|
+
/* @__PURE__ */ jsx("h3", {
|
|
375
375
|
className: "text-xl font-semibold",
|
|
376
376
|
children: "SMS"
|
|
377
|
-
}
|
|
378
|
-
/* @__PURE__ */
|
|
377
|
+
}),
|
|
378
|
+
/* @__PURE__ */ jsx("div", {
|
|
379
379
|
className: "grid gap-4 md:grid-cols-2",
|
|
380
|
-
children: /* @__PURE__ */
|
|
380
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
381
381
|
href: "/docs/integrations/twilio",
|
|
382
382
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
383
383
|
children: [
|
|
384
|
-
/* @__PURE__ */
|
|
384
|
+
/* @__PURE__ */ jsx("h4", {
|
|
385
385
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
386
386
|
children: "Twilio"
|
|
387
|
-
}
|
|
388
|
-
/* @__PURE__ */
|
|
387
|
+
}),
|
|
388
|
+
/* @__PURE__ */ jsx("p", {
|
|
389
389
|
className: "text-muted-foreground mt-1 text-sm",
|
|
390
390
|
children: "SMS notifications and transactional messaging"
|
|
391
|
-
}
|
|
391
|
+
})
|
|
392
392
|
]
|
|
393
|
-
}
|
|
394
|
-
}
|
|
393
|
+
})
|
|
394
|
+
})
|
|
395
395
|
]
|
|
396
|
-
}
|
|
397
|
-
/* @__PURE__ */
|
|
396
|
+
}),
|
|
397
|
+
/* @__PURE__ */ jsxs("div", {
|
|
398
398
|
className: "space-y-3",
|
|
399
399
|
children: [
|
|
400
|
-
/* @__PURE__ */
|
|
400
|
+
/* @__PURE__ */ jsx("h3", {
|
|
401
401
|
className: "text-xl font-semibold",
|
|
402
402
|
children: "Messaging channels"
|
|
403
|
-
}
|
|
404
|
-
/* @__PURE__ */
|
|
403
|
+
}),
|
|
404
|
+
/* @__PURE__ */ jsxs("div", {
|
|
405
405
|
className: "grid gap-4 md:grid-cols-2",
|
|
406
406
|
children: [
|
|
407
|
-
/* @__PURE__ */
|
|
407
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
408
408
|
href: "/docs/integrations/slack",
|
|
409
409
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
410
410
|
children: [
|
|
411
|
-
/* @__PURE__ */
|
|
411
|
+
/* @__PURE__ */ jsx("h4", {
|
|
412
412
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
413
413
|
children: "Slack"
|
|
414
|
-
}
|
|
415
|
-
/* @__PURE__ */
|
|
414
|
+
}),
|
|
415
|
+
/* @__PURE__ */ jsx("p", {
|
|
416
416
|
className: "text-muted-foreground mt-1 text-sm",
|
|
417
417
|
children: "Signed event ingestion and outbox-backed replies"
|
|
418
|
-
}
|
|
418
|
+
})
|
|
419
419
|
]
|
|
420
|
-
}
|
|
421
|
-
/* @__PURE__ */
|
|
420
|
+
}),
|
|
421
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
422
422
|
href: "/docs/integrations/github",
|
|
423
423
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
424
424
|
children: [
|
|
425
|
-
/* @__PURE__ */
|
|
425
|
+
/* @__PURE__ */ jsx("h4", {
|
|
426
426
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
427
427
|
children: "GitHub"
|
|
428
|
-
}
|
|
429
|
-
/* @__PURE__ */
|
|
428
|
+
}),
|
|
429
|
+
/* @__PURE__ */ jsx("p", {
|
|
430
430
|
className: "text-muted-foreground mt-1 text-sm",
|
|
431
431
|
children: "Issue and PR comment workflows with webhook verification"
|
|
432
|
-
}
|
|
432
|
+
})
|
|
433
433
|
]
|
|
434
|
-
}
|
|
435
|
-
/* @__PURE__ */
|
|
434
|
+
}),
|
|
435
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
436
436
|
href: "/docs/integrations/whatsapp-meta",
|
|
437
437
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
438
438
|
children: [
|
|
439
|
-
/* @__PURE__ */
|
|
439
|
+
/* @__PURE__ */ jsx("h4", {
|
|
440
440
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
441
441
|
children: "WhatsApp Meta"
|
|
442
|
-
}
|
|
443
|
-
/* @__PURE__ */
|
|
442
|
+
}),
|
|
443
|
+
/* @__PURE__ */ jsx("p", {
|
|
444
444
|
className: "text-muted-foreground mt-1 text-sm",
|
|
445
445
|
children: "Primary WhatsApp Business API transport for inbound and outbound"
|
|
446
|
-
}
|
|
446
|
+
})
|
|
447
447
|
]
|
|
448
|
-
}
|
|
449
|
-
/* @__PURE__ */
|
|
448
|
+
}),
|
|
449
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
450
450
|
href: "/docs/integrations/whatsapp-twilio",
|
|
451
451
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
452
452
|
children: [
|
|
453
|
-
/* @__PURE__ */
|
|
453
|
+
/* @__PURE__ */ jsx("h4", {
|
|
454
454
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
455
455
|
children: "WhatsApp Twilio"
|
|
456
|
-
}
|
|
457
|
-
/* @__PURE__ */
|
|
456
|
+
}),
|
|
457
|
+
/* @__PURE__ */ jsx("p", {
|
|
458
458
|
className: "text-muted-foreground mt-1 text-sm",
|
|
459
459
|
children: "Fallback WhatsApp route with Twilio signature validation"
|
|
460
|
-
}
|
|
460
|
+
})
|
|
461
461
|
]
|
|
462
|
-
}
|
|
462
|
+
})
|
|
463
463
|
]
|
|
464
|
-
}
|
|
464
|
+
})
|
|
465
465
|
]
|
|
466
|
-
}
|
|
467
|
-
/* @__PURE__ */
|
|
466
|
+
}),
|
|
467
|
+
/* @__PURE__ */ jsxs("div", {
|
|
468
468
|
className: "space-y-3",
|
|
469
469
|
children: [
|
|
470
|
-
/* @__PURE__ */
|
|
470
|
+
/* @__PURE__ */ jsx("h3", {
|
|
471
471
|
className: "text-xl font-semibold",
|
|
472
472
|
children: "Health & wearables"
|
|
473
|
-
}
|
|
474
|
-
/* @__PURE__ */
|
|
473
|
+
}),
|
|
474
|
+
/* @__PURE__ */ jsx("div", {
|
|
475
475
|
className: "grid gap-4 md:grid-cols-2",
|
|
476
|
-
children: /* @__PURE__ */
|
|
476
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
477
477
|
href: "/docs/integrations/health-routing",
|
|
478
478
|
className: "card-subtle group p-4 transition-colors hover:border-violet-500/50",
|
|
479
479
|
children: [
|
|
480
|
-
/* @__PURE__ */
|
|
480
|
+
/* @__PURE__ */ jsx("h4", {
|
|
481
481
|
className: "font-bold transition-colors group-hover:text-violet-400",
|
|
482
482
|
children: "Health routing strategy"
|
|
483
|
-
}
|
|
484
|
-
/* @__PURE__ */
|
|
483
|
+
}),
|
|
484
|
+
/* @__PURE__ */ jsx("p", {
|
|
485
485
|
className: "text-muted-foreground mt-1 text-sm",
|
|
486
486
|
children: "Official vs aggregator transport order, unofficial gating, and OAuth refresh config"
|
|
487
|
-
}
|
|
487
|
+
})
|
|
488
488
|
]
|
|
489
|
-
}
|
|
490
|
-
}
|
|
489
|
+
})
|
|
490
|
+
})
|
|
491
491
|
]
|
|
492
|
-
}
|
|
492
|
+
})
|
|
493
493
|
]
|
|
494
|
-
}
|
|
494
|
+
})
|
|
495
495
|
]
|
|
496
|
-
}
|
|
497
|
-
/* @__PURE__ */
|
|
496
|
+
}),
|
|
497
|
+
/* @__PURE__ */ jsxs("div", {
|
|
498
498
|
className: "space-y-4",
|
|
499
499
|
children: [
|
|
500
|
-
/* @__PURE__ */
|
|
500
|
+
/* @__PURE__ */ jsx("h2", {
|
|
501
501
|
className: "text-2xl font-bold",
|
|
502
502
|
children: "How integrations work"
|
|
503
|
-
}
|
|
504
|
-
/* @__PURE__ */
|
|
503
|
+
}),
|
|
504
|
+
/* @__PURE__ */ jsxs("p", {
|
|
505
505
|
className: "text-muted-foreground",
|
|
506
506
|
children: [
|
|
507
507
|
"ContractSpec integrations are implemented as",
|
|
508
508
|
" ",
|
|
509
|
-
/* @__PURE__ */
|
|
509
|
+
/* @__PURE__ */ jsx(Link, {
|
|
510
510
|
href: "/docs/specs/capabilities",
|
|
511
511
|
className: "text-violet-400 hover:text-violet-300",
|
|
512
512
|
children: "capability providers"
|
|
513
|
-
}
|
|
513
|
+
}),
|
|
514
514
|
". This means:"
|
|
515
515
|
]
|
|
516
|
-
}
|
|
517
|
-
/* @__PURE__ */
|
|
516
|
+
}),
|
|
517
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
518
518
|
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
519
519
|
children: [
|
|
520
|
-
/* @__PURE__ */
|
|
520
|
+
/* @__PURE__ */ jsxs("li", {
|
|
521
521
|
children: [
|
|
522
|
-
/* @__PURE__ */
|
|
522
|
+
/* @__PURE__ */ jsx("strong", {
|
|
523
523
|
children: "Type safety"
|
|
524
|
-
}
|
|
524
|
+
}),
|
|
525
525
|
" \u2013 All API calls are type-checked by TypeScript and validated at runtime via Zod"
|
|
526
526
|
]
|
|
527
|
-
}
|
|
528
|
-
/* @__PURE__ */
|
|
527
|
+
}),
|
|
528
|
+
/* @__PURE__ */ jsxs("li", {
|
|
529
529
|
children: [
|
|
530
|
-
/* @__PURE__ */
|
|
530
|
+
/* @__PURE__ */ jsx("strong", {
|
|
531
531
|
children: "Policy enforcement"
|
|
532
|
-
}
|
|
532
|
+
}),
|
|
533
533
|
" \u2013 Access to external services is governed by your",
|
|
534
534
|
" ",
|
|
535
|
-
/* @__PURE__ */
|
|
535
|
+
/* @__PURE__ */ jsx(Link, {
|
|
536
536
|
href: "/docs/specs/policy",
|
|
537
537
|
className: "text-violet-400 hover:text-violet-300",
|
|
538
538
|
children: "PolicySpecs"
|
|
539
|
-
}
|
|
539
|
+
})
|
|
540
540
|
]
|
|
541
|
-
}
|
|
542
|
-
/* @__PURE__ */
|
|
541
|
+
}),
|
|
542
|
+
/* @__PURE__ */ jsxs("li", {
|
|
543
543
|
children: [
|
|
544
|
-
/* @__PURE__ */
|
|
544
|
+
/* @__PURE__ */ jsx("strong", {
|
|
545
545
|
children: "Audit logging"
|
|
546
|
-
}
|
|
546
|
+
}),
|
|
547
547
|
" \u2013 All integration calls are automatically logged"
|
|
548
548
|
]
|
|
549
|
-
}
|
|
550
|
-
/* @__PURE__ */
|
|
549
|
+
}),
|
|
550
|
+
/* @__PURE__ */ jsxs("li", {
|
|
551
551
|
children: [
|
|
552
|
-
/* @__PURE__ */
|
|
552
|
+
/* @__PURE__ */ jsx("strong", {
|
|
553
553
|
children: "Error handling"
|
|
554
|
-
}
|
|
554
|
+
}),
|
|
555
555
|
" \u2013 Built-in retries and fallback strategies"
|
|
556
556
|
]
|
|
557
|
-
}
|
|
558
|
-
/* @__PURE__ */
|
|
557
|
+
}),
|
|
558
|
+
/* @__PURE__ */ jsxs("li", {
|
|
559
559
|
children: [
|
|
560
|
-
/* @__PURE__ */
|
|
560
|
+
/* @__PURE__ */ jsx("strong", {
|
|
561
561
|
children: "Environment-based config"
|
|
562
|
-
}
|
|
562
|
+
}),
|
|
563
563
|
" \u2013 API keys and secrets are managed through environment variables"
|
|
564
564
|
]
|
|
565
|
-
}
|
|
565
|
+
})
|
|
566
566
|
]
|
|
567
|
-
}
|
|
567
|
+
})
|
|
568
568
|
]
|
|
569
|
-
}
|
|
570
|
-
/* @__PURE__ */
|
|
569
|
+
}),
|
|
570
|
+
/* @__PURE__ */ jsxs("div", {
|
|
571
571
|
className: "space-y-4",
|
|
572
572
|
children: [
|
|
573
|
-
/* @__PURE__ */
|
|
573
|
+
/* @__PURE__ */ jsx("h2", {
|
|
574
574
|
className: "text-2xl font-bold",
|
|
575
575
|
children: "Secret management"
|
|
576
|
-
}
|
|
577
|
-
/* @__PURE__ */
|
|
576
|
+
}),
|
|
577
|
+
/* @__PURE__ */ jsx("p", {
|
|
578
578
|
className: "text-muted-foreground",
|
|
579
579
|
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."
|
|
580
|
-
}
|
|
581
|
-
/* @__PURE__ */
|
|
580
|
+
}),
|
|
581
|
+
/* @__PURE__ */ jsxs("div", {
|
|
582
582
|
className: "grid gap-4 md:grid-cols-2",
|
|
583
583
|
children: [
|
|
584
|
-
/* @__PURE__ */
|
|
584
|
+
/* @__PURE__ */ jsxs("div", {
|
|
585
585
|
className: "card-subtle p-4",
|
|
586
586
|
children: [
|
|
587
|
-
/* @__PURE__ */
|
|
587
|
+
/* @__PURE__ */ jsx("h3", {
|
|
588
588
|
className: "text-xl font-semibold",
|
|
589
589
|
children: "Environment variables"
|
|
590
|
-
}
|
|
591
|
-
/* @__PURE__ */
|
|
590
|
+
}),
|
|
591
|
+
/* @__PURE__ */ jsxs("p", {
|
|
592
592
|
className: "text-muted-foreground mt-2 text-sm",
|
|
593
593
|
children: [
|
|
594
594
|
"Perfect for local development and secure staging overrides. Use the ",
|
|
595
|
-
/* @__PURE__ */
|
|
595
|
+
/* @__PURE__ */ jsx("code", {
|
|
596
596
|
children: "env://"
|
|
597
|
-
}
|
|
597
|
+
}),
|
|
598
598
|
" scheme or append ",
|
|
599
|
-
/* @__PURE__ */
|
|
599
|
+
/* @__PURE__ */ jsx("code", {
|
|
600
600
|
children: "?env="
|
|
601
|
-
}
|
|
601
|
+
}),
|
|
602
602
|
" to another reference to map an explicit variable."
|
|
603
603
|
]
|
|
604
|
-
}
|
|
605
|
-
/* @__PURE__ */
|
|
604
|
+
}),
|
|
605
|
+
/* @__PURE__ */ jsx("div", {
|
|
606
606
|
className: "bg-background/60 border-border mt-3 overflow-auto rounded-lg border p-3 font-mono text-xs",
|
|
607
|
-
children: /* @__PURE__ */
|
|
607
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
608
608
|
className: "whitespace-pre-wrap",
|
|
609
609
|
children: `# Override a production secret locally
|
|
610
610
|
CONTRACTSPEC__SECRET__STRIPE=sk_test_123
|
|
611
611
|
|
|
612
612
|
# Reference
|
|
613
613
|
env://CONTRACTSPEC__SECRET__STRIPE`
|
|
614
|
-
}
|
|
615
|
-
}
|
|
614
|
+
})
|
|
615
|
+
})
|
|
616
616
|
]
|
|
617
|
-
}
|
|
618
|
-
/* @__PURE__ */
|
|
617
|
+
}),
|
|
618
|
+
/* @__PURE__ */ jsxs("div", {
|
|
619
619
|
className: "card-subtle p-4",
|
|
620
620
|
children: [
|
|
621
|
-
/* @__PURE__ */
|
|
621
|
+
/* @__PURE__ */ jsx("h3", {
|
|
622
622
|
className: "text-xl font-semibold",
|
|
623
623
|
children: "GCP Secret Manager"
|
|
624
|
-
}
|
|
625
|
-
/* @__PURE__ */
|
|
624
|
+
}),
|
|
625
|
+
/* @__PURE__ */ jsxs("p", {
|
|
626
626
|
className: "text-muted-foreground mt-2 text-sm",
|
|
627
627
|
children: [
|
|
628
628
|
"Used in production to store versioned credentials with rotation support. References follow the",
|
|
629
629
|
" ",
|
|
630
|
-
/* @__PURE__ */
|
|
630
|
+
/* @__PURE__ */ jsx("code", {
|
|
631
631
|
children: "gcp://projects/.../secrets/.../versions/latest"
|
|
632
|
-
}
|
|
632
|
+
}),
|
|
633
633
|
" ",
|
|
634
634
|
"format."
|
|
635
635
|
]
|
|
636
|
-
}
|
|
637
|
-
/* @__PURE__ */
|
|
636
|
+
}),
|
|
637
|
+
/* @__PURE__ */ jsx("div", {
|
|
638
638
|
className: "bg-background/60 border-border mt-3 overflow-auto rounded-lg border p-3 font-mono text-xs",
|
|
639
|
-
children: /* @__PURE__ */
|
|
639
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
640
640
|
className: "whitespace-pre-wrap",
|
|
641
641
|
children: `# Production reference
|
|
642
642
|
gcp://projects/tenant/secrets/stripe-secret-key/versions/latest`
|
|
643
|
-
}
|
|
644
|
-
}
|
|
643
|
+
})
|
|
644
|
+
})
|
|
645
645
|
]
|
|
646
|
-
}
|
|
646
|
+
})
|
|
647
647
|
]
|
|
648
|
-
}
|
|
649
|
-
/* @__PURE__ */
|
|
648
|
+
}),
|
|
649
|
+
/* @__PURE__ */ jsx("p", {
|
|
650
650
|
className: "text-muted-foreground text-sm",
|
|
651
651
|
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."
|
|
652
|
-
}
|
|
652
|
+
})
|
|
653
653
|
]
|
|
654
|
-
}
|
|
655
|
-
/* @__PURE__ */
|
|
654
|
+
}),
|
|
655
|
+
/* @__PURE__ */ jsxs("div", {
|
|
656
656
|
className: "space-y-4",
|
|
657
657
|
children: [
|
|
658
|
-
/* @__PURE__ */
|
|
658
|
+
/* @__PURE__ */ jsx("h2", {
|
|
659
659
|
className: "text-2xl font-bold",
|
|
660
660
|
children: "Configuration"
|
|
661
|
-
}
|
|
662
|
-
/* @__PURE__ */
|
|
661
|
+
}),
|
|
662
|
+
/* @__PURE__ */ jsx("p", {
|
|
663
663
|
className: "text-muted-foreground",
|
|
664
664
|
children: "Integrations are configured through environment variables and secret references. Here's a typical setup:"
|
|
665
|
-
}
|
|
666
|
-
/* @__PURE__ */
|
|
665
|
+
}),
|
|
666
|
+
/* @__PURE__ */ jsx("div", {
|
|
667
667
|
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
668
|
-
children: /* @__PURE__ */
|
|
668
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
669
669
|
children: `# .env
|
|
670
670
|
STRIPE_SECRET_KEY=sk_test_...
|
|
671
671
|
STRIPE_WEBHOOK_SECRET=whsec_...
|
|
@@ -690,24 +690,24 @@ S3_REGION=fr-par
|
|
|
690
690
|
# Secret references
|
|
691
691
|
STRIPE_SECRET_REF=gcp://projects/tenant/secrets/stripe-secret-key/versions/latest
|
|
692
692
|
STRIPE_SECRET_OVERRIDE=env://STRIPE_SECRET_KEY`
|
|
693
|
-
}
|
|
694
|
-
}
|
|
693
|
+
})
|
|
694
|
+
})
|
|
695
695
|
]
|
|
696
|
-
}
|
|
697
|
-
/* @__PURE__ */
|
|
696
|
+
}),
|
|
697
|
+
/* @__PURE__ */ jsxs("div", {
|
|
698
698
|
className: "space-y-4",
|
|
699
699
|
children: [
|
|
700
|
-
/* @__PURE__ */
|
|
700
|
+
/* @__PURE__ */ jsx("h2", {
|
|
701
701
|
className: "text-2xl font-bold",
|
|
702
702
|
children: "Integration categories"
|
|
703
|
-
}
|
|
704
|
-
/* @__PURE__ */
|
|
703
|
+
}),
|
|
704
|
+
/* @__PURE__ */ jsx("p", {
|
|
705
705
|
className: "text-muted-foreground",
|
|
706
706
|
children: "ContractSpec supports the following integration categories:"
|
|
707
|
-
}
|
|
708
|
-
/* @__PURE__ */
|
|
707
|
+
}),
|
|
708
|
+
/* @__PURE__ */ jsx("div", {
|
|
709
709
|
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
710
|
-
children: /* @__PURE__ */
|
|
710
|
+
children: /* @__PURE__ */ jsx("pre", {
|
|
711
711
|
children: `type IntegrationCategory =
|
|
712
712
|
| "payments" // Stripe, PayPal, etc.
|
|
713
713
|
| "open-banking" // Powens and open banking providers
|
|
@@ -730,48 +730,48 @@ STRIPE_SECRET_OVERRIDE=env://STRIPE_SECRET_KEY`
|
|
|
730
730
|
| "crm" // Salesforce, HubSpot (coming soon)
|
|
731
731
|
| "helpdesk" // Zendesk, Intercom (coming soon)
|
|
732
732
|
| "custom"; // Your own integrations`
|
|
733
|
-
}
|
|
734
|
-
}
|
|
733
|
+
})
|
|
734
|
+
})
|
|
735
735
|
]
|
|
736
|
-
}
|
|
737
|
-
/* @__PURE__ */
|
|
736
|
+
}),
|
|
737
|
+
/* @__PURE__ */ jsxs("div", {
|
|
738
738
|
className: "space-y-4",
|
|
739
739
|
children: [
|
|
740
|
-
/* @__PURE__ */
|
|
740
|
+
/* @__PURE__ */ jsx("h2", {
|
|
741
741
|
className: "text-2xl font-bold",
|
|
742
742
|
children: "Custom integrations"
|
|
743
|
-
}
|
|
744
|
-
/* @__PURE__ */
|
|
743
|
+
}),
|
|
744
|
+
/* @__PURE__ */ jsxs("p", {
|
|
745
745
|
className: "text-muted-foreground",
|
|
746
746
|
children: [
|
|
747
747
|
"You can create custom integrations by implementing a capability provider. See the",
|
|
748
748
|
" ",
|
|
749
|
-
/* @__PURE__ */
|
|
749
|
+
/* @__PURE__ */ jsx(Link, {
|
|
750
750
|
href: "/docs/advanced/custom-providers",
|
|
751
751
|
className: "text-violet-400 hover:text-violet-300",
|
|
752
752
|
children: "Custom Providers"
|
|
753
|
-
}
|
|
753
|
+
}),
|
|
754
754
|
" ",
|
|
755
755
|
"guide for details."
|
|
756
756
|
]
|
|
757
|
-
}
|
|
757
|
+
})
|
|
758
758
|
]
|
|
759
|
-
}
|
|
760
|
-
/* @__PURE__ */
|
|
759
|
+
}),
|
|
760
|
+
/* @__PURE__ */ jsx("div", {
|
|
761
761
|
className: "flex items-center gap-4 pt-4",
|
|
762
|
-
children: /* @__PURE__ */
|
|
762
|
+
children: /* @__PURE__ */ jsxs(Link, {
|
|
763
763
|
href: "/docs/integrations/stripe",
|
|
764
764
|
className: "btn-primary",
|
|
765
765
|
children: [
|
|
766
766
|
"Get Started with Stripe ",
|
|
767
|
-
/* @__PURE__ */
|
|
767
|
+
/* @__PURE__ */ jsx(ChevronRight, {
|
|
768
768
|
size: 16
|
|
769
|
-
}
|
|
769
|
+
})
|
|
770
770
|
]
|
|
771
|
-
}
|
|
772
|
-
}
|
|
771
|
+
})
|
|
772
|
+
})
|
|
773
773
|
]
|
|
774
|
-
}
|
|
774
|
+
});
|
|
775
775
|
}
|
|
776
776
|
export {
|
|
777
777
|
IntegrationsOverviewPage
|