@contractspec/bundle.library 0.0.0-canary-20260206014742
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$colon$bundle.log +1230 -0
- package/.turbo/turbo-build.log +1232 -0
- package/AGENTS.md +33 -0
- package/CHANGELOG.md +300 -0
- package/README.md +54 -0
- package/dist/application/index.d.ts +4 -0
- package/dist/application/index.js +6 -0
- package/dist/application/mcp/cliMcp.d.ts +100 -0
- package/dist/application/mcp/cliMcp.d.ts.map +1 -0
- package/dist/application/mcp/cliMcp.js +231 -0
- package/dist/application/mcp/cliMcp.js.map +1 -0
- package/dist/application/mcp/common.d.ts +120 -0
- package/dist/application/mcp/common.d.ts.map +1 -0
- package/dist/application/mcp/common.js +66 -0
- package/dist/application/mcp/common.js.map +1 -0
- package/dist/application/mcp/docsMcp.d.ts +100 -0
- package/dist/application/mcp/docsMcp.d.ts.map +1 -0
- package/dist/application/mcp/docsMcp.js +145 -0
- package/dist/application/mcp/docsMcp.js.map +1 -0
- package/dist/application/mcp/index.d.ts +4 -0
- package/dist/application/mcp/index.js +5 -0
- package/dist/application/mcp/internalMcp.d.ts +100 -0
- package/dist/application/mcp/internalMcp.d.ts.map +1 -0
- package/dist/application/mcp/internalMcp.js +182 -0
- package/dist/application/mcp/internalMcp.js.map +1 -0
- package/dist/components/docs/DocsIndexPage.d.ts +7 -0
- package/dist/components/docs/DocsIndexPage.d.ts.map +1 -0
- package/dist/components/docs/DocsIndexPage.js +223 -0
- package/dist/components/docs/DocsIndexPage.js.map +1 -0
- package/dist/components/docs/advanced/AdvancedMCPPage.d.ts +7 -0
- package/dist/components/docs/advanced/AdvancedMCPPage.d.ts.map +1 -0
- package/dist/components/docs/advanced/AdvancedMCPPage.js +281 -0
- package/dist/components/docs/advanced/AdvancedMCPPage.js.map +1 -0
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.d.ts +7 -0
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.d.ts.map +1 -0
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +77 -0
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js.map +1 -0
- package/dist/components/docs/advanced/AdvancedRenderersPage.d.ts +7 -0
- package/dist/components/docs/advanced/AdvancedRenderersPage.d.ts.map +1 -0
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +103 -0
- package/dist/components/docs/advanced/AdvancedRenderersPage.js.map +1 -0
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.d.ts +7 -0
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.d.ts.map +1 -0
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +108 -0
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js.map +1 -0
- package/dist/components/docs/advanced/AdvancedTelemetryPage.d.ts +7 -0
- package/dist/components/docs/advanced/AdvancedTelemetryPage.d.ts.map +1 -0
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +250 -0
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js.map +1 -0
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.d.ts +7 -0
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.d.ts.map +1 -0
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +84 -0
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js.map +1 -0
- package/dist/components/docs/advanced/index.d.ts +7 -0
- package/dist/components/docs/advanced/index.js +8 -0
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.d.ts +7 -0
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.d.ts.map +1 -0
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +320 -0
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js.map +1 -0
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.d.ts +7 -0
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.d.ts.map +1 -0
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +316 -0
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js.map +1 -0
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.d.ts +7 -0
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.d.ts.map +1 -0
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +445 -0
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js.map +1 -0
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.d.ts +7 -0
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.d.ts.map +1 -0
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +124 -0
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js.map +1 -0
- package/dist/components/docs/architecture/ArchitectureOverviewPage.d.ts +7 -0
- package/dist/components/docs/architecture/ArchitectureOverviewPage.d.ts.map +1 -0
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +324 -0
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js.map +1 -0
- package/dist/components/docs/architecture/index.d.ts +6 -0
- package/dist/components/docs/architecture/index.js +7 -0
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts +7 -0
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts.map +1 -0
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +200 -0
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js.map +1 -0
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts +7 -0
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts.map +1 -0
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +171 -0
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js.map +1 -0
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.d.ts +7 -0
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.d.ts.map +1 -0
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +200 -0
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js.map +1 -0
- package/dist/components/docs/comparison/ComparisonOverviewPage.d.ts +7 -0
- package/dist/components/docs/comparison/ComparisonOverviewPage.d.ts.map +1 -0
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +168 -0
- package/dist/components/docs/comparison/ComparisonOverviewPage.js.map +1 -0
- package/dist/components/docs/comparison/ComparisonWindmillPage.d.ts +7 -0
- package/dist/components/docs/comparison/ComparisonWindmillPage.d.ts.map +1 -0
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +177 -0
- package/dist/components/docs/comparison/ComparisonWindmillPage.js.map +1 -0
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.d.ts +7 -0
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.d.ts.map +1 -0
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +276 -0
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js.map +1 -0
- package/dist/components/docs/comparison/index.d.ts +7 -0
- package/dist/components/docs/comparison/index.js +8 -0
- package/dist/components/docs/ecosystem/IntegrationsPage.d.ts +7 -0
- package/dist/components/docs/ecosystem/IntegrationsPage.d.ts.map +1 -0
- package/dist/components/docs/ecosystem/IntegrationsPage.js +83 -0
- package/dist/components/docs/ecosystem/IntegrationsPage.js.map +1 -0
- package/dist/components/docs/ecosystem/PluginsPage.d.ts +7 -0
- package/dist/components/docs/ecosystem/PluginsPage.d.ts.map +1 -0
- package/dist/components/docs/ecosystem/PluginsPage.js +176 -0
- package/dist/components/docs/ecosystem/PluginsPage.js.map +1 -0
- package/dist/components/docs/ecosystem/RegistryPage.d.ts +7 -0
- package/dist/components/docs/ecosystem/RegistryPage.d.ts.map +1 -0
- package/dist/components/docs/ecosystem/RegistryPage.js +110 -0
- package/dist/components/docs/ecosystem/RegistryPage.js.map +1 -0
- package/dist/components/docs/ecosystem/TemplatesPage.d.ts +7 -0
- package/dist/components/docs/ecosystem/TemplatesPage.d.ts.map +1 -0
- package/dist/components/docs/ecosystem/TemplatesPage.js +95 -0
- package/dist/components/docs/ecosystem/TemplatesPage.js.map +1 -0
- package/dist/components/docs/ecosystem/ecosystem.docblocks.d.ts +1 -0
- package/dist/components/docs/ecosystem/ecosystem.docblocks.js +56 -0
- package/dist/components/docs/ecosystem/ecosystem.docblocks.js.map +1 -0
- package/dist/components/docs/ecosystem/index.d.ts +5 -0
- package/dist/components/docs/ecosystem/index.js +7 -0
- package/dist/components/docs/examples/DocsExamplesPage.d.ts +7 -0
- package/dist/components/docs/examples/DocsExamplesPage.d.ts.map +1 -0
- package/dist/components/docs/examples/DocsExamplesPage.js +71 -0
- package/dist/components/docs/examples/DocsExamplesPage.js.map +1 -0
- package/dist/components/docs/examples/index.d.ts +2 -0
- package/dist/components/docs/examples/index.js +3 -0
- package/dist/components/docs/generated/docs-index.generated.d.ts +31 -0
- package/dist/components/docs/generated/docs-index.generated.d.ts.map +1 -0
- package/dist/components/docs/generated/docs-index.generated.js +6 -0
- package/dist/components/docs/generated/docs-index.generated.js.map +1 -0
- package/dist/components/docs/generated/index.d.ts +3 -0
- package/dist/components/docs/generated/index.js +3 -0
- package/dist/components/docs/generated/loader.d.ts +12 -0
- package/dist/components/docs/generated/loader.d.ts.map +1 -0
- package/dist/components/docs/generated/loader.js +63 -0
- package/dist/components/docs/generated/loader.js.map +1 -0
- package/dist/components/docs/getting-started/CLIPage.d.ts +7 -0
- package/dist/components/docs/getting-started/CLIPage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/CLIPage.js +259 -0
- package/dist/components/docs/getting-started/CLIPage.js.map +1 -0
- package/dist/components/docs/getting-started/CompatibilityPage.d.ts +7 -0
- package/dist/components/docs/getting-started/CompatibilityPage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/CompatibilityPage.js +118 -0
- package/dist/components/docs/getting-started/CompatibilityPage.js.map +1 -0
- package/dist/components/docs/getting-started/DataViewTutorialPage.d.ts +7 -0
- package/dist/components/docs/getting-started/DataViewTutorialPage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +216 -0
- package/dist/components/docs/getting-started/DataViewTutorialPage.js.map +1 -0
- package/dist/components/docs/getting-started/DeveloperToolsPage.d.ts +7 -0
- package/dist/components/docs/getting-started/DeveloperToolsPage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +155 -0
- package/dist/components/docs/getting-started/DeveloperToolsPage.js.map +1 -0
- package/dist/components/docs/getting-started/HelloWorldPage.d.ts +7 -0
- package/dist/components/docs/getting-started/HelloWorldPage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/HelloWorldPage.js +236 -0
- package/dist/components/docs/getting-started/HelloWorldPage.js.map +1 -0
- package/dist/components/docs/getting-started/InstallationPage.d.ts +7 -0
- package/dist/components/docs/getting-started/InstallationPage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/InstallationPage.js +123 -0
- package/dist/components/docs/getting-started/InstallationPage.js.map +1 -0
- package/dist/components/docs/getting-started/StartHerePage.d.ts +7 -0
- package/dist/components/docs/getting-started/StartHerePage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/StartHerePage.js +103 -0
- package/dist/components/docs/getting-started/StartHerePage.js.map +1 -0
- package/dist/components/docs/getting-started/TroubleshootingPage.d.ts +7 -0
- package/dist/components/docs/getting-started/TroubleshootingPage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/TroubleshootingPage.js +117 -0
- package/dist/components/docs/getting-started/TroubleshootingPage.js.map +1 -0
- package/dist/components/docs/getting-started/VSCodeExtensionPage.d.ts +7 -0
- package/dist/components/docs/getting-started/VSCodeExtensionPage.d.ts.map +1 -0
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +357 -0
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js.map +1 -0
- package/dist/components/docs/getting-started/getting-started.docblocks.d.ts +7 -0
- package/dist/components/docs/getting-started/getting-started.docblocks.d.ts.map +1 -0
- package/dist/components/docs/getting-started/getting-started.docblocks.js +139 -0
- package/dist/components/docs/getting-started/getting-started.docblocks.js.map +1 -0
- package/dist/components/docs/getting-started/index.d.ts +11 -0
- package/dist/components/docs/getting-started/index.js +12 -0
- package/dist/components/docs/guides/GuideCIDiffGatingPage.d.ts +7 -0
- package/dist/components/docs/guides/GuideCIDiffGatingPage.d.ts.map +1 -0
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +149 -0
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js.map +1 -0
- package/dist/components/docs/guides/GuideContractTypesPage.d.ts +7 -0
- package/dist/components/docs/guides/GuideContractTypesPage.d.ts.map +1 -0
- package/dist/components/docs/guides/GuideContractTypesPage.js +647 -0
- package/dist/components/docs/guides/GuideContractTypesPage.js.map +1 -0
- package/dist/components/docs/guides/GuideDocsPipelinePage.d.ts +7 -0
- package/dist/components/docs/guides/GuideDocsPipelinePage.d.ts.map +1 -0
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +166 -0
- package/dist/components/docs/guides/GuideDocsPipelinePage.js.map +1 -0
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.d.ts +7 -0
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.d.ts.map +1 -0
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +159 -0
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js.map +1 -0
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.d.ts +7 -0
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.d.ts.map +1 -0
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +679 -0
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js.map +1 -0
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.d.ts +7 -0
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.d.ts.map +1 -0
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +258 -0
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js.map +1 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.d.ts +7 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.d.ts.map +1 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +205 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js.map +1 -0
- package/dist/components/docs/guides/GuidesIndexPage.d.ts +7 -0
- package/dist/components/docs/guides/GuidesIndexPage.d.ts.map +1 -0
- package/dist/components/docs/guides/GuidesIndexPage.js +124 -0
- package/dist/components/docs/guides/GuidesIndexPage.js.map +1 -0
- package/dist/components/docs/guides/guides.docblocks.d.ts +1 -0
- package/dist/components/docs/guides/guides.docblocks.js +134 -0
- package/dist/components/docs/guides/guides.docblocks.js.map +1 -0
- package/dist/components/docs/guides/index.d.ts +9 -0
- package/dist/components/docs/guides/index.js +11 -0
- package/dist/components/docs/index.d.ts +135 -0
- package/dist/components/docs/index.js +136 -0
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +45 -0
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +93 -0
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsGmailPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsGmailPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +104 -0
- package/dist/components/docs/integrations/IntegrationsGmailPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +85 -0
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +153 -0
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsOverviewPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsOverviewPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +534 -0
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +191 -0
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsPowensPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsPowensPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +298 -0
- package/dist/components/docs/integrations/IntegrationsPowensPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsQdrantPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsQdrantPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +149 -0
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsResendPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsResendPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsResendPage.js +95 -0
- package/dist/components/docs/integrations/IntegrationsResendPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsS3Page.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsS3Page.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsS3Page.js +126 -0
- package/dist/components/docs/integrations/IntegrationsS3Page.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +342 -0
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsStripePage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsStripePage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsStripePage.js +349 -0
- package/dist/components/docs/integrations/IntegrationsStripePage.js.map +1 -0
- package/dist/components/docs/integrations/IntegrationsTwilioPage.d.ts +7 -0
- package/dist/components/docs/integrations/IntegrationsTwilioPage.d.ts.map +1 -0
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +108 -0
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js.map +1 -0
- package/dist/components/docs/integrations/index.d.ts +15 -0
- package/dist/components/docs/integrations/index.js +16 -0
- package/dist/components/docs/intent/ContractFirstApiPage.d.ts +10 -0
- package/dist/components/docs/intent/ContractFirstApiPage.d.ts.map +1 -0
- package/dist/components/docs/intent/ContractFirstApiPage.js +136 -0
- package/dist/components/docs/intent/ContractFirstApiPage.js.map +1 -0
- package/dist/components/docs/intent/DeterministicCodegenPage.d.ts +10 -0
- package/dist/components/docs/intent/DeterministicCodegenPage.d.ts.map +1 -0
- package/dist/components/docs/intent/DeterministicCodegenPage.js +164 -0
- package/dist/components/docs/intent/DeterministicCodegenPage.js.map +1 -0
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.d.ts +10 -0
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.d.ts.map +1 -0
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +369 -0
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js.map +1 -0
- package/dist/components/docs/intent/OpenapiAlternativePage.d.ts +10 -0
- package/dist/components/docs/intent/OpenapiAlternativePage.d.ts.map +1 -0
- package/dist/components/docs/intent/OpenapiAlternativePage.js +188 -0
- package/dist/components/docs/intent/OpenapiAlternativePage.js.map +1 -0
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.d.ts +10 -0
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.d.ts.map +1 -0
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +216 -0
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js.map +1 -0
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.d.ts +10 -0
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.d.ts.map +1 -0
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +174 -0
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js.map +1 -0
- package/dist/components/docs/intent/index.d.ts +7 -0
- package/dist/components/docs/intent/index.js +8 -0
- package/dist/components/docs/intent/intent-pages.docblocks.d.ts +12 -0
- package/dist/components/docs/intent/intent-pages.docblocks.d.ts.map +1 -0
- package/dist/components/docs/intent/intent-pages.docblocks.js +179 -0
- package/dist/components/docs/intent/intent-pages.docblocks.js.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.d.ts +7 -0
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.d.ts.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +529 -0
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.d.ts +7 -0
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.d.ts.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +277 -0
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.d.ts +7 -0
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.d.ts.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +354 -0
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.d.ts +7 -0
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.d.ts.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +354 -0
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.d.ts +7 -0
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.d.ts.map +1 -0
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +289 -0
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js.map +1 -0
- package/dist/components/docs/knowledge/index.d.ts +6 -0
- package/dist/components/docs/knowledge/index.js +7 -0
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +167 -0
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesAiAgentPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesAiAgentPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +117 -0
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +81 -0
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesContentGenPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesContentGenPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +91 -0
- package/dist/components/docs/libraries/LibrariesContentGenPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesContractsPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesContractsPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesContractsPage.js +166 -0
- package/dist/components/docs/libraries/LibrariesContractsPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +93 -0
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesDataBackendPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesDataBackendPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +128 -0
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +136 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +198 -0
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesEvolutionPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesEvolutionPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +135 -0
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesGraphQLPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesGraphQLPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +136 -0
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesGrowthPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesGrowthPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +96 -0
- package/dist/components/docs/libraries/LibrariesGrowthPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +100 -0
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesObservabilityPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesObservabilityPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +127 -0
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +118 -0
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesOverviewPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesOverviewPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +359 -0
- package/dist/components/docs/libraries/LibrariesOverviewPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +115 -0
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +121 -0
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesResiliencePage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesResiliencePage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +122 -0
- package/dist/components/docs/libraries/LibrariesResiliencePage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesRuntimePage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesRuntimePage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +160 -0
- package/dist/components/docs/libraries/LibrariesRuntimePage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesSLOPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesSLOPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesSLOPage.js +99 -0
- package/dist/components/docs/libraries/LibrariesSLOPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesSchemaPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesSchemaPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +188 -0
- package/dist/components/docs/libraries/LibrariesSchemaPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesSupportBotPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesSupportBotPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +93 -0
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesTestingPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesTestingPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesTestingPage.js +130 -0
- package/dist/components/docs/libraries/LibrariesTestingPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesUIKitPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesUIKitPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +158 -0
- package/dist/components/docs/libraries/LibrariesUIKitPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +88 -0
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js.map +1 -0
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.d.ts +7 -0
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.d.ts.map +1 -0
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +135 -0
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js.map +1 -0
- package/dist/components/docs/libraries/index.d.ts +28 -0
- package/dist/components/docs/libraries/index.js +29 -0
- package/dist/components/docs/manifesto/ManifestoPage.d.ts +7 -0
- package/dist/components/docs/manifesto/ManifestoPage.d.ts.map +1 -0
- package/dist/components/docs/manifesto/ManifestoPage.js +185 -0
- package/dist/components/docs/manifesto/ManifestoPage.js.map +1 -0
- package/dist/components/docs/ops/AutoEvolutionOpsPage.d.ts +7 -0
- package/dist/components/docs/ops/AutoEvolutionOpsPage.d.ts.map +1 -0
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +104 -0
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js.map +1 -0
- package/dist/components/docs/ops/DistributedTracingOpsPage.d.ts +7 -0
- package/dist/components/docs/ops/DistributedTracingOpsPage.d.ts.map +1 -0
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +60 -0
- package/dist/components/docs/ops/DistributedTracingOpsPage.js.map +1 -0
- package/dist/components/docs/ops/index.d.ts +3 -0
- package/dist/components/docs/ops/index.js +4 -0
- package/dist/components/docs/ops/ops-lifecycle.docblocks.d.ts +7 -0
- package/dist/components/docs/ops/ops-lifecycle.docblocks.d.ts.map +1 -0
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js +152 -0
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js.map +1 -0
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.d.ts +7 -0
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.d.ts.map +1 -0
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +124 -0
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js.map +1 -0
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.d.ts +7 -0
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.d.ts.map +1 -0
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +135 -0
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js.map +1 -0
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.d.ts +7 -0
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.d.ts.map +1 -0
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +147 -0
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js.map +1 -0
- package/dist/components/docs/ops/ops-top.docs.d.ts +7 -0
- package/dist/components/docs/ops/ops-top.docs.d.ts.map +1 -0
- package/dist/components/docs/ops/ops-top.docs.js +24 -0
- package/dist/components/docs/ops/ops-top.docs.js.map +1 -0
- package/dist/components/docs/ops/ops.docs.d.ts +7 -0
- package/dist/components/docs/ops/ops.docs.d.ts.map +1 -0
- package/dist/components/docs/ops/ops.docs.js +18 -0
- package/dist/components/docs/ops/ops.docs.js.map +1 -0
- package/dist/components/docs/product/product.docblocks.d.ts +7 -0
- package/dist/components/docs/product/product.docblocks.d.ts.map +1 -0
- package/dist/components/docs/product/product.docblocks.js +80 -0
- package/dist/components/docs/product/product.docblocks.js.map +1 -0
- package/dist/components/docs/reference/DocsMarkdownContent.d.ts +11 -0
- package/dist/components/docs/reference/DocsMarkdownContent.d.ts.map +1 -0
- package/dist/components/docs/reference/DocsMarkdownContent.js +73 -0
- package/dist/components/docs/reference/DocsMarkdownContent.js.map +1 -0
- package/dist/components/docs/reference/DocsReferenceContent.d.ts +15 -0
- package/dist/components/docs/reference/DocsReferenceContent.d.ts.map +1 -0
- package/dist/components/docs/reference/DocsReferenceContent.js +52 -0
- package/dist/components/docs/reference/DocsReferenceContent.js.map +1 -0
- package/dist/components/docs/reference/DocsReferenceIndexClient.d.ts +13 -0
- package/dist/components/docs/reference/DocsReferenceIndexClient.d.ts.map +1 -0
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +107 -0
- package/dist/components/docs/reference/DocsReferenceIndexClient.js.map +1 -0
- package/dist/components/docs/reference/DocsReferenceIndexPage.d.ts +7 -0
- package/dist/components/docs/reference/DocsReferenceIndexPage.d.ts.map +1 -0
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +12 -0
- package/dist/components/docs/reference/DocsReferenceIndexPage.js.map +1 -0
- package/dist/components/docs/reference/DocsReferencePage.d.ts +15 -0
- package/dist/components/docs/reference/DocsReferencePage.d.ts.map +1 -0
- package/dist/components/docs/reference/DocsReferencePage.js +14 -0
- package/dist/components/docs/reference/DocsReferencePage.js.map +1 -0
- package/dist/components/docs/reference/docsMarkdownParser.d.ts +24 -0
- package/dist/components/docs/reference/docsMarkdownParser.d.ts.map +1 -0
- package/dist/components/docs/reference/docsMarkdownParser.js +96 -0
- package/dist/components/docs/reference/docsMarkdownParser.js.map +1 -0
- package/dist/components/docs/reference/index.d.ts +3 -0
- package/dist/components/docs/reference/index.js +4 -0
- package/dist/components/docs/safety/SafetyAuditingPage.d.ts +7 -0
- package/dist/components/docs/safety/SafetyAuditingPage.d.ts.map +1 -0
- package/dist/components/docs/safety/SafetyAuditingPage.js +243 -0
- package/dist/components/docs/safety/SafetyAuditingPage.js.map +1 -0
- package/dist/components/docs/safety/SafetyMigrationsPage.d.ts +7 -0
- package/dist/components/docs/safety/SafetyMigrationsPage.d.ts.map +1 -0
- package/dist/components/docs/safety/SafetyMigrationsPage.js +245 -0
- package/dist/components/docs/safety/SafetyMigrationsPage.js.map +1 -0
- package/dist/components/docs/safety/SafetyOverviewPage.d.ts +7 -0
- package/dist/components/docs/safety/SafetyOverviewPage.d.ts.map +1 -0
- package/dist/components/docs/safety/SafetyOverviewPage.js +197 -0
- package/dist/components/docs/safety/SafetyOverviewPage.js.map +1 -0
- package/dist/components/docs/safety/SafetyPDPPage.d.ts +7 -0
- package/dist/components/docs/safety/SafetyPDPPage.d.ts.map +1 -0
- package/dist/components/docs/safety/SafetyPDPPage.js +221 -0
- package/dist/components/docs/safety/SafetyPDPPage.js.map +1 -0
- package/dist/components/docs/safety/SafetySecurityTrustPage.d.ts +7 -0
- package/dist/components/docs/safety/SafetySecurityTrustPage.d.ts.map +1 -0
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +157 -0
- package/dist/components/docs/safety/SafetySecurityTrustPage.js.map +1 -0
- package/dist/components/docs/safety/SafetySigningPage.d.ts +7 -0
- package/dist/components/docs/safety/SafetySigningPage.d.ts.map +1 -0
- package/dist/components/docs/safety/SafetySigningPage.js +70 -0
- package/dist/components/docs/safety/SafetySigningPage.js.map +1 -0
- package/dist/components/docs/safety/SafetyTenantIsolationPage.d.ts +7 -0
- package/dist/components/docs/safety/SafetyTenantIsolationPage.d.ts.map +1 -0
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +71 -0
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js.map +1 -0
- package/dist/components/docs/safety/index.d.ts +8 -0
- package/dist/components/docs/safety/index.js +9 -0
- package/dist/components/docs/shared/StudioPrompt.d.ts +18 -0
- package/dist/components/docs/shared/StudioPrompt.d.ts.map +1 -0
- package/dist/components/docs/shared/StudioPrompt.js +28 -0
- package/dist/components/docs/shared/StudioPrompt.js.map +1 -0
- package/dist/components/docs/specs/SpecsCapabilitiesPage.d.ts +7 -0
- package/dist/components/docs/specs/SpecsCapabilitiesPage.d.ts.map +1 -0
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +166 -0
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js.map +1 -0
- package/dist/components/docs/specs/SpecsDataViewsPage.d.ts +7 -0
- package/dist/components/docs/specs/SpecsDataViewsPage.d.ts.map +1 -0
- package/dist/components/docs/specs/SpecsDataViewsPage.js +210 -0
- package/dist/components/docs/specs/SpecsDataViewsPage.js.map +1 -0
- package/dist/components/docs/specs/SpecsOverlaysPage.d.ts +7 -0
- package/dist/components/docs/specs/SpecsOverlaysPage.d.ts.map +1 -0
- package/dist/components/docs/specs/SpecsOverlaysPage.js +244 -0
- package/dist/components/docs/specs/SpecsOverlaysPage.js.map +1 -0
- package/dist/components/docs/specs/SpecsOverviewPage.d.ts +7 -0
- package/dist/components/docs/specs/SpecsOverviewPage.d.ts.map +1 -0
- package/dist/components/docs/specs/SpecsOverviewPage.js +280 -0
- package/dist/components/docs/specs/SpecsOverviewPage.js.map +1 -0
- package/dist/components/docs/specs/SpecsPolicyPage.d.ts +7 -0
- package/dist/components/docs/specs/SpecsPolicyPage.d.ts.map +1 -0
- package/dist/components/docs/specs/SpecsPolicyPage.js +367 -0
- package/dist/components/docs/specs/SpecsPolicyPage.js.map +1 -0
- package/dist/components/docs/specs/SpecsWorkflowsPage.d.ts +7 -0
- package/dist/components/docs/specs/SpecsWorkflowsPage.d.ts.map +1 -0
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +259 -0
- package/dist/components/docs/specs/SpecsWorkflowsPage.js.map +1 -0
- package/dist/components/docs/specs/index.d.ts +7 -0
- package/dist/components/docs/specs/index.js +8 -0
- package/dist/components/docs/studio/StudioBYOKPage.d.ts +7 -0
- package/dist/components/docs/studio/StudioBYOKPage.d.ts.map +1 -0
- package/dist/components/docs/studio/StudioBYOKPage.js +79 -0
- package/dist/components/docs/studio/StudioBYOKPage.js.map +1 -0
- package/dist/components/docs/studio/StudioDeploymentsPage.d.ts +7 -0
- package/dist/components/docs/studio/StudioDeploymentsPage.d.ts.map +1 -0
- package/dist/components/docs/studio/StudioDeploymentsPage.js +84 -0
- package/dist/components/docs/studio/StudioDeploymentsPage.js.map +1 -0
- package/dist/components/docs/studio/StudioGettingStartedPage.d.ts +7 -0
- package/dist/components/docs/studio/StudioGettingStartedPage.d.ts.map +1 -0
- package/dist/components/docs/studio/StudioGettingStartedPage.js +93 -0
- package/dist/components/docs/studio/StudioGettingStartedPage.js.map +1 -0
- package/dist/components/docs/studio/StudioIntegrationsPage.d.ts +7 -0
- package/dist/components/docs/studio/StudioIntegrationsPage.d.ts.map +1 -0
- package/dist/components/docs/studio/StudioIntegrationsPage.js +68 -0
- package/dist/components/docs/studio/StudioIntegrationsPage.js.map +1 -0
- package/dist/components/docs/studio/StudioOverviewPage.d.ts +7 -0
- package/dist/components/docs/studio/StudioOverviewPage.d.ts.map +1 -0
- package/dist/components/docs/studio/StudioOverviewPage.js +70 -0
- package/dist/components/docs/studio/StudioOverviewPage.js.map +1 -0
- package/dist/components/docs/studio/StudioVisualBuilderPage.d.ts +7 -0
- package/dist/components/docs/studio/StudioVisualBuilderPage.d.ts.map +1 -0
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +103 -0
- package/dist/components/docs/studio/StudioVisualBuilderPage.js.map +1 -0
- package/dist/components/docs/studio/index.d.ts +7 -0
- package/dist/components/docs/studio/index.js +8 -0
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.d.ts +7 -0
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.d.ts.map +1 -0
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +20 -0
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js.map +1 -0
- package/dist/components/integrations/index.d.ts +5 -0
- package/dist/components/integrations/index.js +6 -0
- package/dist/components/integrations/molecules/IntegrationCard.d.ts +28 -0
- package/dist/components/integrations/molecules/IntegrationCard.d.ts.map +1 -0
- package/dist/components/integrations/molecules/IntegrationCard.js +63 -0
- package/dist/components/integrations/molecules/IntegrationCard.js.map +1 -0
- package/dist/components/integrations/organisms/IntegrationMarketplace.d.ts +25 -0
- package/dist/components/integrations/organisms/IntegrationMarketplace.d.ts.map +1 -0
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +81 -0
- package/dist/components/integrations/organisms/IntegrationMarketplace.js.map +1 -0
- package/dist/components/integrations/organisms/IntegrationSettings.d.ts +30 -0
- package/dist/components/integrations/organisms/IntegrationSettings.d.ts.map +1 -0
- package/dist/components/integrations/organisms/IntegrationSettings.js +194 -0
- package/dist/components/integrations/organisms/IntegrationSettings.js.map +1 -0
- package/dist/components/integrations/organisms/KnowledgeSourceList.d.ts +25 -0
- package/dist/components/integrations/organisms/KnowledgeSourceList.d.ts.map +1 -0
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +67 -0
- package/dist/components/integrations/organisms/KnowledgeSourceList.js.map +1 -0
- package/dist/components/legal/PrivacyTemplate.d.ts +10 -0
- package/dist/components/legal/PrivacyTemplate.d.ts.map +1 -0
- package/dist/components/legal/PrivacyTemplate.js +845 -0
- package/dist/components/legal/PrivacyTemplate.js.map +1 -0
- package/dist/components/legal/TermsTemplate.d.ts +10 -0
- package/dist/components/legal/TermsTemplate.d.ts.map +1 -0
- package/dist/components/legal/TermsTemplate.js +783 -0
- package/dist/components/legal/TermsTemplate.js.map +1 -0
- package/dist/components/legal/index.d.ts +3 -0
- package/dist/components/legal/index.js +4 -0
- package/dist/components/shared/FeatureGateNotice.d.ts +18 -0
- package/dist/components/shared/FeatureGateNotice.d.ts.map +1 -0
- package/dist/components/shared/FeatureGateNotice.js +34 -0
- package/dist/components/shared/FeatureGateNotice.js.map +1 -0
- package/dist/components/shared/index.d.ts +2 -0
- package/dist/components/shared/index.js +3 -0
- package/dist/components/shell/WorkspaceHeader.d.ts +36 -0
- package/dist/components/shell/WorkspaceHeader.d.ts.map +1 -0
- package/dist/components/shell/WorkspaceHeader.js +63 -0
- package/dist/components/shell/WorkspaceHeader.js.map +1 -0
- package/dist/components/shell/WorkspaceProjectShellLayout.d.ts +30 -0
- package/dist/components/shell/WorkspaceProjectShellLayout.d.ts.map +1 -0
- package/dist/components/shell/WorkspaceProjectShellLayout.js +38 -0
- package/dist/components/shell/WorkspaceProjectShellLayout.js.map +1 -0
- package/dist/components/shell/WorkspaceSidebar.d.ts +25 -0
- package/dist/components/shell/WorkspaceSidebar.d.ts.map +1 -0
- package/dist/components/shell/WorkspaceSidebar.js +33 -0
- package/dist/components/shell/WorkspaceSidebar.js.map +1 -0
- package/dist/components/shell/index.d.ts +4 -0
- package/dist/components/shell/index.js +5 -0
- package/dist/components/templates/engine/index.d.ts +24 -0
- package/dist/components/templates/engine/index.d.ts.map +1 -0
- package/dist/components/templates/engine/index.js +53 -0
- package/dist/components/templates/engine/index.js.map +1 -0
- package/dist/components/templates/index.d.ts +16 -0
- package/dist/components/templates/index.js +17 -0
- package/dist/components/templates/messaging/ConversationList.d.ts +14 -0
- package/dist/components/templates/messaging/ConversationList.d.ts.map +1 -0
- package/dist/components/templates/messaging/ConversationList.js +70 -0
- package/dist/components/templates/messaging/ConversationList.js.map +1 -0
- package/dist/components/templates/messaging/MessageComposer.d.ts +16 -0
- package/dist/components/templates/messaging/MessageComposer.d.ts.map +1 -0
- package/dist/components/templates/messaging/MessageComposer.js +62 -0
- package/dist/components/templates/messaging/MessageComposer.js.map +1 -0
- package/dist/components/templates/messaging/MessageThread.d.ts +16 -0
- package/dist/components/templates/messaging/MessageThread.d.ts.map +1 -0
- package/dist/components/templates/messaging/MessageThread.js +94 -0
- package/dist/components/templates/messaging/MessageThread.js.map +1 -0
- package/dist/components/templates/messaging/MessagingWorkspace.d.ts +7 -0
- package/dist/components/templates/messaging/MessagingWorkspace.d.ts.map +1 -0
- package/dist/components/templates/messaging/MessagingWorkspace.js +32 -0
- package/dist/components/templates/messaging/MessagingWorkspace.js.map +1 -0
- package/dist/components/templates/messaging/index.d.ts +5 -0
- package/dist/components/templates/messaging/index.js +6 -0
- package/dist/components/templates/messaging/types.d.ts +27 -0
- package/dist/components/templates/messaging/types.d.ts.map +1 -0
- package/dist/components/templates/messaging/types.js +0 -0
- package/dist/components/templates/recipes/LanguageSwitcher.d.ts +14 -0
- package/dist/components/templates/recipes/LanguageSwitcher.d.ts.map +1 -0
- package/dist/components/templates/recipes/LanguageSwitcher.js +18 -0
- package/dist/components/templates/recipes/LanguageSwitcher.js.map +1 -0
- package/dist/components/templates/recipes/RecipeCard.d.ts +17 -0
- package/dist/components/templates/recipes/RecipeCard.d.ts.map +1 -0
- package/dist/components/templates/recipes/RecipeCard.js +59 -0
- package/dist/components/templates/recipes/RecipeCard.js.map +1 -0
- package/dist/components/templates/recipes/RecipeDetail.d.ts +13 -0
- package/dist/components/templates/recipes/RecipeDetail.d.ts.map +1 -0
- package/dist/components/templates/recipes/RecipeDetail.js +50 -0
- package/dist/components/templates/recipes/RecipeDetail.js.map +1 -0
- package/dist/components/templates/recipes/RecipeList.d.ts +7 -0
- package/dist/components/templates/recipes/RecipeList.d.ts.map +1 -0
- package/dist/components/templates/recipes/RecipeList.js +116 -0
- package/dist/components/templates/recipes/RecipeList.js.map +1 -0
- package/dist/components/templates/recipes/index.d.ts +5 -0
- package/dist/components/templates/recipes/index.js +6 -0
- package/dist/components/templates/recipes/types.d.ts +30 -0
- package/dist/components/templates/recipes/types.d.ts.map +1 -0
- package/dist/components/templates/recipes/types.js +0 -0
- package/dist/components/templates/todos/FilterBar.d.ts +23 -0
- package/dist/components/templates/todos/FilterBar.d.ts.map +1 -0
- package/dist/components/templates/todos/FilterBar.js +97 -0
- package/dist/components/templates/todos/FilterBar.js.map +1 -0
- package/dist/components/templates/todos/TaskForm.d.ts +13 -0
- package/dist/components/templates/todos/TaskForm.d.ts.map +1 -0
- package/dist/components/templates/todos/TaskForm.js +142 -0
- package/dist/components/templates/todos/TaskForm.js.map +1 -0
- package/dist/components/templates/todos/TaskItem.d.ts +17 -0
- package/dist/components/templates/todos/TaskItem.d.ts.map +1 -0
- package/dist/components/templates/todos/TaskItem.js +67 -0
- package/dist/components/templates/todos/TaskItem.js.map +1 -0
- package/dist/components/templates/todos/TaskList.d.ts +7 -0
- package/dist/components/templates/todos/TaskList.d.ts.map +1 -0
- package/dist/components/templates/todos/TaskList.js +142 -0
- package/dist/components/templates/todos/TaskList.js.map +1 -0
- package/dist/components/templates/todos/index.d.ts +5 -0
- package/dist/components/templates/todos/index.js +6 -0
- package/dist/components/templates/todos/types.d.ts +20 -0
- package/dist/components/templates/todos/types.d.ts.map +1 -0
- package/dist/components/templates/todos/types.js +0 -0
- package/dist/config/contractspec-blueprint.d.ts +11 -0
- package/dist/config/contractspec-blueprint.d.ts.map +1 -0
- package/dist/config/contractspec-blueprint.js +72 -0
- package/dist/config/contractspec-blueprint.js.map +1 -0
- package/dist/config/contractspec-branding.d.ts +16 -0
- package/dist/config/contractspec-branding.d.ts.map +1 -0
- package/dist/config/contractspec-branding.js +68 -0
- package/dist/config/contractspec-branding.js.map +1 -0
- package/dist/config/contractspec-routes.d.ts +11 -0
- package/dist/config/contractspec-routes.d.ts.map +1 -0
- package/dist/config/contractspec-routes.js +69 -0
- package/dist/config/contractspec-routes.js.map +1 -0
- package/dist/config/index.d.ts +5 -0
- package/dist/config/index.js +5 -0
- package/dist/features/contracts-registry.d.ts +53 -0
- package/dist/features/contracts-registry.d.ts.map +1 -0
- package/dist/features/contracts-registry.js +138 -0
- package/dist/features/contracts-registry.js.map +1 -0
- package/dist/features/docs/docs.contracts.d.ts +2 -0
- package/dist/features/docs/docs.contracts.js +3 -0
- package/dist/features/docs/index.d.ts +2 -0
- package/dist/features/docs/index.js +3 -0
- package/dist/features/docs.feature.d.ts +11 -0
- package/dist/features/docs.feature.d.ts.map +1 -0
- package/dist/features/docs.feature.js +60 -0
- package/dist/features/docs.feature.js.map +1 -0
- package/dist/features/index.d.ts +9 -0
- package/dist/features/index.js +10 -0
- package/dist/features/mcp.feature.d.ts +11 -0
- package/dist/features/mcp.feature.d.ts.map +1 -0
- package/dist/features/mcp.feature.js +57 -0
- package/dist/features/mcp.feature.js.map +1 -0
- package/dist/features/presentations.feature.d.ts +11 -0
- package/dist/features/presentations.feature.d.ts.map +1 -0
- package/dist/features/presentations.feature.js +61 -0
- package/dist/features/presentations.feature.js.map +1 -0
- package/dist/features/registry.d.ts +20 -0
- package/dist/features/registry.d.ts.map +1 -0
- package/dist/features/registry.js +39 -0
- package/dist/features/registry.js.map +1 -0
- package/dist/index.d.ts +158 -0
- package/dist/index.js +158 -0
- package/dist/infrastructure/elysia/index.d.ts +2 -0
- package/dist/infrastructure/elysia/index.js +3 -0
- package/dist/infrastructure/elysia/logger.d.ts +10 -0
- package/dist/infrastructure/elysia/logger.d.ts.map +1 -0
- package/dist/infrastructure/elysia/logger.js +32 -0
- package/dist/infrastructure/elysia/logger.js.map +1 -0
- package/dist/infrastructure/index.d.ts +3 -0
- package/dist/infrastructure/index.js +4 -0
- package/dist/libs/email/client.d.ts +15 -0
- package/dist/libs/email/client.d.ts.map +1 -0
- package/dist/libs/email/client.js +113 -0
- package/dist/libs/email/client.js.map +1 -0
- package/dist/libs/email/contact.d.ts +7 -0
- package/dist/libs/email/contact.d.ts.map +1 -0
- package/dist/libs/email/contact.js +71 -0
- package/dist/libs/email/contact.js.map +1 -0
- package/dist/libs/email/newsletter.d.ts +7 -0
- package/dist/libs/email/newsletter.d.ts.map +1 -0
- package/dist/libs/email/newsletter.js +95 -0
- package/dist/libs/email/newsletter.js.map +1 -0
- package/dist/libs/email/types.d.ts +53 -0
- package/dist/libs/email/types.d.ts.map +1 -0
- package/dist/libs/email/types.js +1 -0
- package/dist/libs/email/utils.d.ts +6 -0
- package/dist/libs/email/utils.d.ts.map +1 -0
- package/dist/libs/email/utils.js +7 -0
- package/dist/libs/email/utils.js.map +1 -0
- package/dist/libs/email/waitlist-application.d.ts +7 -0
- package/dist/libs/email/waitlist-application.d.ts.map +1 -0
- package/dist/libs/email/waitlist-application.js +164 -0
- package/dist/libs/email/waitlist-application.js.map +1 -0
- package/dist/libs/email/waitlist.d.ts +7 -0
- package/dist/libs/email/waitlist.d.ts.map +1 -0
- package/dist/libs/email/waitlist.js +105 -0
- package/dist/libs/email/waitlist.js.map +1 -0
- package/dist/libs/email.d.ts +6 -0
- package/dist/libs/email.js +8 -0
- package/dist/libs/posthog/client.d.ts +19 -0
- package/dist/libs/posthog/client.d.ts.map +1 -0
- package/dist/libs/posthog/client.js +52 -0
- package/dist/libs/posthog/client.js.map +1 -0
- package/dist/libs/posthog/native.d.ts +11 -0
- package/dist/libs/posthog/native.d.ts.map +1 -0
- package/dist/libs/posthog/native.js +19 -0
- package/dist/libs/posthog/native.js.map +1 -0
- package/dist/libs/posthog/server.d.ts +8 -0
- package/dist/libs/posthog/server.d.ts.map +1 -0
- package/dist/libs/posthog/server.js +14 -0
- package/dist/libs/posthog/server.js.map +1 -0
- package/dist/libs/pricing-examples.d.ts +22 -0
- package/dist/libs/pricing-examples.d.ts.map +1 -0
- package/dist/libs/pricing-examples.js +21 -0
- package/dist/libs/pricing-examples.js.map +1 -0
- package/dist/node_modules/next/dist/build/adapter/build-complete.d.ts +3 -0
- package/dist/node_modules/next/dist/build/analysis/get-page-static-info.d.ts +15 -0
- package/dist/node_modules/next/dist/build/analysis/get-page-static-info.d.ts.map +1 -0
- package/dist/node_modules/next/dist/build/build-context.d.ts +3 -0
- package/dist/node_modules/next/dist/build/index.d.ts +19 -0
- package/dist/node_modules/next/dist/build/index.d.ts.map +1 -0
- package/dist/node_modules/next/dist/build/load-jsconfig.d.ts +1 -0
- package/dist/node_modules/next/dist/build/segment-config/app/app-segments.d.ts +3 -0
- package/dist/node_modules/next/dist/build/static-paths/types.d.ts +2 -0
- package/dist/node_modules/next/dist/build/swc/generated-native.d.ts +1 -0
- package/dist/node_modules/next/dist/build/swc/types.d.ts +2 -0
- package/dist/node_modules/next/dist/build/templates/app-page.d.ts +1 -0
- package/dist/node_modules/next/dist/build/templates/app-route.d.ts +3 -0
- package/dist/node_modules/next/dist/build/utils.d.ts +8 -0
- package/dist/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts +2 -0
- package/dist/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.d.ts +1 -0
- package/dist/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts +3 -0
- package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts +7 -0
- package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts.map +1 -0
- package/dist/node_modules/next/dist/build/webpack-config.d.ts +5 -0
- package/dist/node_modules/next/dist/build/worker.d.ts +2 -0
- package/dist/node_modules/next/dist/cli/next-test.d.ts +6 -0
- package/dist/node_modules/next/dist/cli/next-test.d.ts.map +1 -0
- package/dist/node_modules/next/dist/client/components/app-router-headers.d.ts +5 -0
- package/dist/node_modules/next/dist/client/components/app-router-headers.d.ts.map +1 -0
- package/dist/node_modules/next/dist/client/components/client-page.d.ts +3 -0
- package/dist/node_modules/next/dist/client/components/client-segment.d.ts +2 -0
- package/dist/node_modules/next/dist/client/components/error-boundary.d.ts +1 -0
- package/dist/node_modules/next/dist/client/components/http-access-fallback/error-boundary.d.ts +2 -0
- package/dist/node_modules/next/dist/client/components/layout-router.d.ts +2 -0
- package/dist/node_modules/next/dist/client/components/render-from-template-context.d.ts +1 -0
- package/dist/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts +2 -0
- package/dist/node_modules/next/dist/client/components/router-reducer/ppr-navigations.d.ts +1 -0
- package/dist/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts +3 -0
- package/dist/node_modules/next/dist/client/components/segment-cache/navigation.d.ts +3 -0
- package/dist/node_modules/next/dist/client/flight-data-helpers.d.ts +1 -0
- package/dist/node_modules/next/dist/client/page-loader.d.ts +16 -0
- package/dist/node_modules/next/dist/client/page-loader.d.ts.map +1 -0
- package/dist/node_modules/next/dist/client/route-loader.d.ts +22 -0
- package/dist/node_modules/next/dist/client/route-loader.d.ts.map +1 -0
- package/dist/node_modules/next/dist/client/router.d.ts +2 -0
- package/dist/node_modules/next/dist/client/with-router.d.ts +3 -0
- package/dist/node_modules/next/dist/export/types.d.ts +8 -0
- package/dist/node_modules/next/dist/export/worker.d.ts +1 -0
- package/dist/node_modules/next/dist/lib/constants.d.ts +1 -0
- package/dist/node_modules/next/dist/lib/framework/boundary-components.d.ts +1 -0
- package/dist/node_modules/next/dist/lib/load-custom-routes.d.ts +47 -0
- package/dist/node_modules/next/dist/lib/load-custom-routes.d.ts.map +1 -0
- package/dist/node_modules/next/dist/lib/metadata/metadata.d.ts +6 -0
- package/dist/node_modules/next/dist/lib/metadata/resolve-metadata.d.ts +4 -0
- package/dist/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts +22 -0
- package/dist/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts.map +1 -0
- package/dist/node_modules/next/dist/lib/metadata/types/extra-types.d.ts +79 -0
- package/dist/node_modules/next/dist/lib/metadata/types/extra-types.d.ts.map +1 -0
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts +479 -0
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts.map +1 -0
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts +97 -0
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts.map +1 -0
- package/dist/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts +134 -0
- package/dist/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts.map +1 -0
- package/dist/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts +58 -0
- package/dist/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts.map +1 -0
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/container/runtime-error/render-error.d.ts +3 -0
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/shared.d.ts +2 -0
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/utils/get-error-by-type.d.ts +1 -0
- package/dist/node_modules/next/dist/next-devtools/userspace/app/segment-explorer-node.d.ts +2 -0
- package/dist/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-setup.d.ts +2 -0
- package/dist/node_modules/next/dist/server/after/after-context.d.ts +1 -0
- package/dist/node_modules/next/dist/server/api-utils/index.d.ts +2 -0
- package/dist/node_modules/next/dist/server/app-render/app-render.d.ts +11 -0
- package/dist/node_modules/next/dist/server/app-render/collect-segment-data.d.ts +2 -0
- package/dist/node_modules/next/dist/server/app-render/create-error-handler.d.ts +7 -0
- package/dist/node_modules/next/dist/server/app-render/create-error-handler.d.ts.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/dynamic-rendering.d.ts +2 -0
- package/dist/node_modules/next/dist/server/app-render/entry-base.d.ts +22 -0
- package/dist/node_modules/next/dist/server/app-render/entry-base.d.ts.map +1 -0
- package/dist/node_modules/next/dist/server/app-render/rsc/postpone.d.ts +1 -0
- package/dist/node_modules/next/dist/server/app-render/types.d.ts +11 -0
- package/dist/node_modules/next/dist/server/app-render/work-async-storage-instance.d.ts +1 -0
- package/dist/node_modules/next/dist/server/app-render/work-async-storage.external.d.ts +5 -0
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.d.ts +1 -0
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage.external.d.ts +9 -0
- package/dist/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts +3 -0
- package/dist/node_modules/next/dist/server/async-storage/work-store.d.ts +5 -0
- package/dist/node_modules/next/dist/server/base-http/index.d.ts +2 -0
- package/dist/node_modules/next/dist/server/base-http/node.d.ts +3 -0
- package/dist/node_modules/next/dist/server/base-server.d.ts +21 -0
- package/dist/node_modules/next/dist/server/config-shared.d.ts +1128 -0
- package/dist/node_modules/next/dist/server/config-shared.d.ts.map +1 -0
- package/dist/node_modules/next/dist/server/dev/debug-channel.d.ts +1 -0
- package/dist/node_modules/next/dist/server/dev/hot-reloader-types.d.ts +5 -0
- package/dist/node_modules/next/dist/server/dev/next-dev-server.d.ts +17 -0
- package/dist/node_modules/next/dist/server/dev/static-paths-worker.d.ts +3 -0
- package/dist/node_modules/next/dist/server/image-optimizer.d.ts +3 -0
- package/dist/node_modules/next/dist/server/lib/app-dir-module.d.ts +1 -0
- package/dist/node_modules/next/dist/server/lib/dev-bundler-service.d.ts +2 -0
- package/dist/node_modules/next/dist/server/lib/experimental/ppr.d.ts +12 -0
- package/dist/node_modules/next/dist/server/lib/experimental/ppr.d.ts.map +1 -0
- package/dist/node_modules/next/dist/server/lib/i18n-provider.d.ts +2 -0
- package/dist/node_modules/next/dist/server/lib/implicit-tags.d.ts +1 -0
- package/dist/node_modules/next/dist/server/lib/incremental-cache/index.d.ts +3 -0
- package/dist/node_modules/next/dist/server/lib/render-server.d.ts +6 -0
- package/dist/node_modules/next/dist/server/lib/router-server.d.ts +1 -0
- package/dist/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts +3 -0
- package/dist/node_modules/next/dist/server/lib/router-utils/router-server-context.d.ts +2 -0
- package/dist/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts +7 -0
- package/dist/node_modules/next/dist/server/load-components.d.ts +3 -0
- package/dist/node_modules/next/dist/server/load-default-error-components.d.ts +2 -0
- package/dist/node_modules/next/dist/server/next-server.d.ts +19 -0
- package/dist/node_modules/next/dist/server/next.d.ts +4 -0
- package/dist/node_modules/next/dist/server/normalizers/locale-route-normalizer.d.ts +1 -0
- package/dist/node_modules/next/dist/server/render-result.d.ts +3 -0
- package/dist/node_modules/next/dist/server/render.d.ts +9 -0
- package/dist/node_modules/next/dist/server/request/fallback-params.d.ts +3 -0
- package/dist/node_modules/next/dist/server/request/params.d.ts +1 -0
- package/dist/node_modules/next/dist/server/request/search-params.d.ts +1 -0
- package/dist/node_modules/next/dist/server/request-meta.d.ts +21 -0
- package/dist/node_modules/next/dist/server/request-meta.d.ts.map +1 -0
- package/dist/node_modules/next/dist/server/response-cache/index.d.ts +1 -0
- package/dist/node_modules/next/dist/server/response-cache/types.d.ts +1 -0
- package/dist/node_modules/next/dist/server/resume-data-cache/cache-store.d.ts +1 -0
- package/dist/node_modules/next/dist/server/resume-data-cache/resume-data-cache.d.ts +1 -0
- package/dist/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.d.ts +3 -0
- package/dist/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.d.ts +1 -0
- package/dist/node_modules/next/dist/server/route-matchers/route-matcher.d.ts +2 -0
- package/dist/node_modules/next/dist/server/route-matches/pages-api-route-match.d.ts +1 -0
- package/dist/node_modules/next/dist/server/route-matches/route-match.d.ts +1 -0
- package/dist/node_modules/next/dist/server/route-modules/app-page/module.d.ts +15 -0
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.d.ts +6 -0
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.d.ts +2 -0
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.d.ts +2 -0
- package/dist/node_modules/next/dist/server/route-modules/app-route/module.compiled.d.ts +1 -0
- package/dist/node_modules/next/dist/server/route-modules/app-route/module.d.ts +11 -0
- package/dist/node_modules/next/dist/server/route-modules/app-route/shared-modules.d.ts +1 -0
- package/dist/node_modules/next/dist/server/route-modules/pages/builtin/_error.d.ts +1 -0
- package/dist/node_modules/next/dist/server/route-modules/pages/module.d.ts +7 -0
- package/dist/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.d.ts +9 -0
- package/dist/node_modules/next/dist/server/route-modules/route-module.d.ts +11 -0
- package/dist/node_modules/next/dist/server/web/adapter.d.ts +4 -0
- package/dist/node_modules/next/dist/server/web/next-url.d.ts +2 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts +1 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/request.d.ts +2 -0
- package/dist/node_modules/next/dist/server/web/spec-extension/response.d.ts +2 -0
- package/dist/node_modules/next/dist/server/web/types.d.ts +5 -0
- package/dist/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts +4 -0
- package/dist/node_modules/next/dist/shared/lib/app-router-types.d.ts +1 -0
- package/dist/node_modules/next/dist/shared/lib/constants.d.ts +9 -0
- package/dist/node_modules/next/dist/shared/lib/constants.d.ts.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts +1 -0
- package/dist/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts +2 -0
- package/dist/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts +3 -0
- package/dist/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts +1 -0
- package/dist/node_modules/next/dist/shared/lib/image-config.d.ts +78 -0
- package/dist/node_modules/next/dist/shared/lib/image-config.d.ts.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts +1 -0
- package/dist/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts +9 -0
- package/dist/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/router.d.ts +13 -0
- package/dist/node_modules/next/dist/shared/lib/router/router.d.ts.map +1 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts +3 -0
- package/dist/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts +1 -0
- package/dist/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts +2 -0
- package/dist/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.d.ts +1 -0
- package/dist/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts +1 -0
- package/dist/node_modules/next/dist/shared/lib/size-limit.d.ts +1 -0
- package/dist/node_modules/next/dist/shared/lib/utils.d.ts +45 -0
- package/dist/node_modules/next/dist/shared/lib/utils.d.ts.map +1 -0
- package/dist/node_modules/next/dist/types.d.ts +39 -0
- package/dist/node_modules/next/dist/types.d.ts.map +1 -0
- package/dist/node_modules/next/index.d.ts +20 -0
- package/dist/node_modules/next/types.d.ts +3 -0
- package/dist/packages/libs/content-gen/dist/seo/optimizer.js +49 -0
- package/dist/packages/libs/content-gen/dist/seo/optimizer.js.map +1 -0
- package/dist/packages/libs/content-gen/dist/types.d.ts +27 -0
- package/dist/packages/libs/content-gen/dist/types.d.ts.map +1 -0
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.d.ts +35 -0
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.d.ts.map +1 -0
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +87 -0
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js.map +1 -0
- package/dist/presentation/features/atoms/FeatureIcon/index.d.ts +2 -0
- package/dist/presentation/features/atoms/FeatureIcon/index.js +3 -0
- package/dist/presentation/features/atoms/index.d.ts +3 -0
- package/dist/presentation/features/atoms/index.js +4 -0
- package/dist/presentation/features/hooks/index.d.ts +4 -0
- package/dist/presentation/features/hooks/index.js +5 -0
- package/dist/presentation/features/hooks/useContractsRegistry.d.ts +20 -0
- package/dist/presentation/features/hooks/useContractsRegistry.d.ts.map +1 -0
- package/dist/presentation/features/hooks/useContractsRegistry.js +23 -0
- package/dist/presentation/features/hooks/useContractsRegistry.js.map +1 -0
- package/dist/presentation/features/hooks/useFeatureFilters.d.ts +35 -0
- package/dist/presentation/features/hooks/useFeatureFilters.d.ts.map +1 -0
- package/dist/presentation/features/hooks/useFeatureFilters.js +77 -0
- package/dist/presentation/features/hooks/useFeatureFilters.js.map +1 -0
- package/dist/presentation/features/hooks/useFeatureRegistry.d.ts +27 -0
- package/dist/presentation/features/hooks/useFeatureRegistry.d.ts.map +1 -0
- package/dist/presentation/features/hooks/useFeatureRegistry.js +37 -0
- package/dist/presentation/features/hooks/useFeatureRegistry.js.map +1 -0
- package/dist/presentation/features/hooks/useRelatedDocs.d.ts +13 -0
- package/dist/presentation/features/hooks/useRelatedDocs.d.ts.map +1 -0
- package/dist/presentation/features/hooks/useRelatedDocs.js +32 -0
- package/dist/presentation/features/hooks/useRelatedDocs.js.map +1 -0
- package/dist/presentation/features/index.d.ts +57 -0
- package/dist/presentation/features/index.js +48 -0
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.d.ts +17 -0
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +83 -0
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js.map +1 -0
- package/dist/presentation/features/molecules/FeatureCard/index.d.ts +3 -0
- package/dist/presentation/features/molecules/FeatureCard/index.js +3 -0
- package/dist/presentation/features/molecules/FeatureCard/types.d.ts +14 -0
- package/dist/presentation/features/molecules/FeatureCard/types.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureCard/types.js +0 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.d.ts +32 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +43 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js.map +1 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.d.ts +2 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +3 -0
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.d.ts +22 -0
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +80 -0
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js.map +1 -0
- package/dist/presentation/features/molecules/FeatureFilters/index.d.ts +3 -0
- package/dist/presentation/features/molecules/FeatureFilters/index.js +3 -0
- package/dist/presentation/features/molecules/FeatureFilters/types.d.ts +26 -0
- package/dist/presentation/features/molecules/FeatureFilters/types.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureFilters/types.js +0 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.d.ts +18 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +140 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js.map +1 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.d.ts +2 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +3 -0
- package/dist/presentation/features/molecules/index.d.ts +11 -0
- package/dist/presentation/features/molecules/index.js +10 -0
- package/dist/presentation/features/organisms/FeatureDataViewsList.d.ts +12 -0
- package/dist/presentation/features/organisms/FeatureDataViewsList.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +29 -0
- package/dist/presentation/features/organisms/FeatureDataViewsList.js.map +1 -0
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.d.ts +15 -0
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +143 -0
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js.map +1 -0
- package/dist/presentation/features/organisms/FeatureDetail/index.d.ts +3 -0
- package/dist/presentation/features/organisms/FeatureDetail/index.js +3 -0
- package/dist/presentation/features/organisms/FeatureDetail/types.d.ts +12 -0
- package/dist/presentation/features/organisms/FeatureDetail/types.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDetail/types.js +0 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.d.ts +18 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +163 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js.map +1 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/index.d.ts +3 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +3 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/types.d.ts +20 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/types.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/types.js +0 -0
- package/dist/presentation/features/organisms/FeatureEventsList.d.ts +12 -0
- package/dist/presentation/features/organisms/FeatureEventsList.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureEventsList.js +29 -0
- package/dist/presentation/features/organisms/FeatureEventsList.js.map +1 -0
- package/dist/presentation/features/organisms/FeatureFormsList.d.ts +12 -0
- package/dist/presentation/features/organisms/FeatureFormsList.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureFormsList.js +29 -0
- package/dist/presentation/features/organisms/FeatureFormsList.js.map +1 -0
- package/dist/presentation/features/organisms/FeatureOperationsList.d.ts +12 -0
- package/dist/presentation/features/organisms/FeatureOperationsList.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureOperationsList.js +28 -0
- package/dist/presentation/features/organisms/FeatureOperationsList.js.map +1 -0
- package/dist/presentation/features/organisms/FeaturePresentationsList.d.ts +12 -0
- package/dist/presentation/features/organisms/FeaturePresentationsList.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +29 -0
- package/dist/presentation/features/organisms/FeaturePresentationsList.js.map +1 -0
- package/dist/presentation/features/organisms/index.d.ts +12 -0
- package/dist/presentation/features/organisms/index.js +11 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.d.ts +14 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +235 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.d.ts +3 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts +14 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.js +0 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.d.ts +11 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +34 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.d.ts +2 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.d.ts +14 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +214 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.d.ts +3 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.d.ts +14 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.js +0 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.d.ts +11 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +34 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.d.ts +2 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.d.ts +14 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +235 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.d.ts +3 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.d.ts +14 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.js +0 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.d.ts +11 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +34 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.d.ts +2 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.d.ts +14 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +208 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.d.ts +3 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.d.ts +14 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.js +0 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.d.ts +11 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +34 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.d.ts +2 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.d.ts +15 -0
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +28 -0
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.d.ts +2 -0
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.d.ts +14 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +214 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.d.ts +3 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +3 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.d.ts +15 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.js +0 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.d.ts +11 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +34 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.d.ts +2 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +3 -0
- package/dist/presentation/features/templates/types.d.ts +10 -0
- package/dist/presentation/features/templates/types.d.ts.map +1 -0
- package/dist/presentation/features/templates/types.js +0 -0
- package/package.json +629 -0
- package/src/__tests__/env-setup.ts +4 -0
- package/src/__tests__/mocks/prisma.ts +94 -0
- package/src/__tests__/setup.ts +11 -0
- package/src/application/index.ts +1 -0
- package/src/application/mcp/cliMcp.ts +273 -0
- package/src/application/mcp/common.ts +128 -0
- package/src/application/mcp/docsMcp.ts +193 -0
- package/src/application/mcp/index.ts +3 -0
- package/src/application/mcp/internalMcp.ts +227 -0
- package/src/components/docs/DocsIndexPage.tsx +255 -0
- package/src/components/docs/advanced/AdvancedMCPPage.tsx +250 -0
- package/src/components/docs/advanced/AdvancedOverlayEditorPage.tsx +58 -0
- package/src/components/docs/advanced/AdvancedRenderersPage.tsx +77 -0
- package/src/components/docs/advanced/AdvancedSpecExperimentsPage.tsx +89 -0
- package/src/components/docs/advanced/AdvancedTelemetryPage.tsx +263 -0
- package/src/components/docs/advanced/AdvancedWorkflowMonitoringPage.tsx +57 -0
- package/src/components/docs/advanced/index.ts +6 -0
- package/src/components/docs/architecture/ArchitectureAppConfigPage.tsx +286 -0
- package/src/components/docs/architecture/ArchitectureIntegrationBindingPage.tsx +297 -0
- package/src/components/docs/architecture/ArchitectureKnowledgeBindingPage.tsx +369 -0
- package/src/components/docs/architecture/ArchitectureMultiTenancyPage.tsx +96 -0
- package/src/components/docs/architecture/ArchitectureOverviewPage.tsx +268 -0
- package/src/components/docs/architecture/index.ts +5 -0
- package/src/components/docs/comparison/ComparisonAutomationPlatformsPage.tsx +147 -0
- package/src/components/docs/comparison/ComparisonEnterprisePlatformsPage.tsx +150 -0
- package/src/components/docs/comparison/ComparisonInternalToolBuildersPage.tsx +157 -0
- package/src/components/docs/comparison/ComparisonOverviewPage.tsx +115 -0
- package/src/components/docs/comparison/ComparisonWindmillPage.tsx +153 -0
- package/src/components/docs/comparison/ComparisonWorkflowEnginesPage.tsx +178 -0
- package/src/components/docs/comparison/index.ts +6 -0
- package/src/components/docs/ecosystem/IntegrationsPage.tsx +56 -0
- package/src/components/docs/ecosystem/PluginsPage.tsx +135 -0
- package/src/components/docs/ecosystem/RegistryPage.tsx +86 -0
- package/src/components/docs/ecosystem/TemplatesPage.tsx +69 -0
- package/src/components/docs/ecosystem/ecosystem.docblocks.ts +52 -0
- package/src/components/docs/ecosystem/index.ts +6 -0
- package/src/components/docs/examples/DocsExamplesPage.tsx +83 -0
- package/src/components/docs/examples/index.ts +1 -0
- package/src/components/docs/generated/README.md +7 -0
- package/src/components/docs/generated/docs-index._common.json +744 -0
- package/src/components/docs/generated/docs-index.agent-console.json +378 -0
- package/src/components/docs/generated/docs-index.ai-chat.json +106 -0
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +170 -0
- package/src/components/docs/generated/docs-index.app-config.json +138 -0
- package/src/components/docs/generated/docs-index.audit-trail.json +50 -0
- package/src/components/docs/generated/docs-index.crm-pipeline.json +162 -0
- package/src/components/docs/generated/docs-index.feature-flags.json +218 -0
- package/src/components/docs/generated/docs-index.files.json +178 -0
- package/src/components/docs/generated/docs-index.generated.ts +31 -0
- package/src/components/docs/generated/docs-index.identity-rbac.json +314 -0
- package/src/components/docs/generated/docs-index.integration-hub.json +266 -0
- package/src/components/docs/generated/docs-index.jobs.json +138 -0
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +130 -0
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +50 -0
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +50 -0
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +34 -0
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +50 -0
- package/src/components/docs/generated/docs-index.learning-journey.json +218 -0
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +50 -0
- package/src/components/docs/generated/docs-index.manifest.json +183 -0
- package/src/components/docs/generated/docs-index.marketplace.json +338 -0
- package/src/components/docs/generated/docs-index.meeting-recorder.json +50 -0
- package/src/components/docs/generated/docs-index.metrics.json +194 -0
- package/src/components/docs/generated/docs-index.notifications.json +66 -0
- package/src/components/docs/generated/docs-index.openbanking.json +66 -0
- package/src/components/docs/generated/docs-index.platform-integrations.json +194 -0
- package/src/components/docs/generated/docs-index.platform-knowledge.json +58 -0
- package/src/components/docs/generated/docs-index.pocket-family-office.json +122 -0
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +10 -0
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +210 -0
- package/src/components/docs/generated/docs-index.service-business-os.json +194 -0
- package/src/components/docs/generated/docs-index.team-hub.json +186 -0
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +82 -0
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +154 -0
- package/src/components/docs/generated/docs-index.workflow-system.json +434 -0
- package/src/components/docs/generated/docs-index.workspace-cli.json +10 -0
- package/src/components/docs/generated/index.ts +10 -0
- package/src/components/docs/generated/loader.ts +84 -0
- package/src/components/docs/getting-started/CLIPage.tsx +194 -0
- package/src/components/docs/getting-started/CompatibilityPage.tsx +80 -0
- package/src/components/docs/getting-started/DataViewTutorialPage.tsx +180 -0
- package/src/components/docs/getting-started/DeveloperToolsPage.tsx +150 -0
- package/src/components/docs/getting-started/HelloWorldPage.tsx +187 -0
- package/src/components/docs/getting-started/InstallationPage.tsx +94 -0
- package/src/components/docs/getting-started/StartHerePage.tsx +76 -0
- package/src/components/docs/getting-started/TroubleshootingPage.tsx +81 -0
- package/src/components/docs/getting-started/VSCodeExtensionPage.tsx +248 -0
- package/src/components/docs/getting-started/getting-started.docblocks.ts +136 -0
- package/src/components/docs/getting-started/index.ts +10 -0
- package/src/components/docs/guides/GuideCIDiffGatingPage.tsx +104 -0
- package/src/components/docs/guides/GuideContractTypesPage.tsx +487 -0
- package/src/components/docs/guides/GuideDocsPipelinePage.tsx +112 -0
- package/src/components/docs/guides/GuideGenerateDocsClientsSchemasPage.tsx +106 -0
- package/src/components/docs/guides/GuideImportExistingCodebasesPage.tsx +517 -0
- package/src/components/docs/guides/GuideNextjsOneEndpointPage.tsx +179 -0
- package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +158 -0
- package/src/components/docs/guides/GuidesIndexPage.tsx +112 -0
- package/src/components/docs/guides/guides.docblocks.ts +113 -0
- package/src/components/docs/guides/index.ts +10 -0
- package/src/components/docs/index.ts +58 -0
- package/src/components/docs/integrations/IntegrationsCircuitBreakersPage.tsx +40 -0
- package/src/components/docs/integrations/IntegrationsElevenLabsPage.tsx +76 -0
- package/src/components/docs/integrations/IntegrationsGmailPage.tsx +83 -0
- package/src/components/docs/integrations/IntegrationsGoogleCalendarPage.tsx +72 -0
- package/src/components/docs/integrations/IntegrationsOpenAIPage.tsx +130 -0
- package/src/components/docs/integrations/IntegrationsOverviewPage.tsx +435 -0
- package/src/components/docs/integrations/IntegrationsPostmarkPage.tsx +161 -0
- package/src/components/docs/integrations/IntegrationsPowensPage.tsx +231 -0
- package/src/components/docs/integrations/IntegrationsQdrantPage.tsx +132 -0
- package/src/components/docs/integrations/IntegrationsResendPage.tsx +78 -0
- package/src/components/docs/integrations/IntegrationsS3Page.tsx +106 -0
- package/src/components/docs/integrations/IntegrationsSpecModelPage.tsx +311 -0
- package/src/components/docs/integrations/IntegrationsStripePage.tsx +276 -0
- package/src/components/docs/integrations/IntegrationsTwilioPage.tsx +85 -0
- package/src/components/docs/integrations/index.ts +14 -0
- package/src/components/docs/intent/ContractFirstApiPage.tsx +113 -0
- package/src/components/docs/intent/DeterministicCodegenPage.tsx +140 -0
- package/src/components/docs/intent/GenerateClientFromSchemaPage.tsx +326 -0
- package/src/components/docs/intent/OpenapiAlternativePage.tsx +155 -0
- package/src/components/docs/intent/SchemaValidationTypescriptPage.tsx +191 -0
- package/src/components/docs/intent/SpecDrivenDevelopmentPage.tsx +157 -0
- package/src/components/docs/intent/index.ts +8 -0
- package/src/components/docs/intent/intent-pages.docblocks.ts +205 -0
- package/src/components/docs/knowledge/KnowledgeCategoriesPage.tsx +407 -0
- package/src/components/docs/knowledge/KnowledgeExamplesPage.tsx +267 -0
- package/src/components/docs/knowledge/KnowledgeOverviewPage.tsx +292 -0
- package/src/components/docs/knowledge/KnowledgeSourcesPage.tsx +263 -0
- package/src/components/docs/knowledge/KnowledgeSpacesPage.tsx +215 -0
- package/src/components/docs/knowledge/index.ts +5 -0
- package/src/components/docs/libraries/LibrariesAccessibilityPage.tsx +137 -0
- package/src/components/docs/libraries/LibrariesAiAgentPage.tsx +92 -0
- package/src/components/docs/libraries/LibrariesAnalyticsPage.tsx +63 -0
- package/src/components/docs/libraries/LibrariesContentGenPage.tsx +71 -0
- package/src/components/docs/libraries/LibrariesContractsPage.tsx +163 -0
- package/src/components/docs/libraries/LibrariesCostTrackingPage.tsx +71 -0
- package/src/components/docs/libraries/LibrariesDataBackendPage.tsx +104 -0
- package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +108 -0
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +163 -0
- package/src/components/docs/libraries/LibrariesEvolutionPage.tsx +116 -0
- package/src/components/docs/libraries/LibrariesGraphQLPage.tsx +116 -0
- package/src/components/docs/libraries/LibrariesGrowthPage.tsx +77 -0
- package/src/components/docs/libraries/LibrariesMultiTenancyPage.tsx +69 -0
- package/src/components/docs/libraries/LibrariesObservabilityPage.tsx +93 -0
- package/src/components/docs/libraries/LibrariesOverlayEnginePage.tsx +90 -0
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +310 -0
- package/src/components/docs/libraries/LibrariesPersonalizationPage.tsx +86 -0
- package/src/components/docs/libraries/LibrariesProgressiveDeliveryPage.tsx +83 -0
- package/src/components/docs/libraries/LibrariesResiliencePage.tsx +86 -0
- package/src/components/docs/libraries/LibrariesRuntimePage.tsx +149 -0
- package/src/components/docs/libraries/LibrariesSLOPage.tsx +75 -0
- package/src/components/docs/libraries/LibrariesSchemaPage.tsx +175 -0
- package/src/components/docs/libraries/LibrariesSupportBotPage.tsx +82 -0
- package/src/components/docs/libraries/LibrariesTestingPage.tsx +111 -0
- package/src/components/docs/libraries/LibrariesUIKitPage.tsx +113 -0
- package/src/components/docs/libraries/LibrariesWorkflowComposerPage.tsx +70 -0
- package/src/components/docs/libraries/LibrariesWorkflowsPage.tsx +111 -0
- package/src/components/docs/libraries/index.ts +27 -0
- package/src/components/docs/manifesto/ManifestoPage.tsx +138 -0
- package/src/components/docs/ops/AutoEvolutionOpsPage.tsx +103 -0
- package/src/components/docs/ops/DistributedTracingOpsPage.tsx +40 -0
- package/src/components/docs/ops/index.ts +2 -0
- package/src/components/docs/ops/ops-lifecycle.docblocks.ts +151 -0
- package/src/components/docs/ops/ops-runbooks-a.docblocks.ts +121 -0
- package/src/components/docs/ops/ops-runbooks-b.docblocks.ts +132 -0
- package/src/components/docs/ops/ops-slo-tenant.docblocks.ts +145 -0
- package/src/components/docs/ops/ops-top.docs.ts +23 -0
- package/src/components/docs/ops/ops.docs.ts +14 -0
- package/src/components/docs/product/product.docblocks.ts +76 -0
- package/src/components/docs/reference/DocsMarkdownContent.tsx +94 -0
- package/src/components/docs/reference/DocsReferenceContent.tsx +73 -0
- package/src/components/docs/reference/DocsReferenceIndexClient.tsx +137 -0
- package/src/components/docs/reference/DocsReferenceIndexPage.tsx +7 -0
- package/src/components/docs/reference/DocsReferencePage.tsx +11 -0
- package/src/components/docs/reference/docsMarkdownParser.ts +99 -0
- package/src/components/docs/reference/index.ts +2 -0
- package/src/components/docs/safety/SafetyAuditingPage.tsx +238 -0
- package/src/components/docs/safety/SafetyMigrationsPage.tsx +231 -0
- package/src/components/docs/safety/SafetyOverviewPage.tsx +164 -0
- package/src/components/docs/safety/SafetyPDPPage.tsx +197 -0
- package/src/components/docs/safety/SafetySecurityTrustPage.tsx +100 -0
- package/src/components/docs/safety/SafetySigningPage.tsx +56 -0
- package/src/components/docs/safety/SafetyTenantIsolationPage.tsx +59 -0
- package/src/components/docs/safety/index.ts +7 -0
- package/src/components/docs/shared/StudioPrompt.tsx +25 -0
- package/src/components/docs/specs/SpecsCapabilitiesPage.tsx +131 -0
- package/src/components/docs/specs/SpecsDataViewsPage.tsx +199 -0
- package/src/components/docs/specs/SpecsOverlaysPage.tsx +258 -0
- package/src/components/docs/specs/SpecsOverviewPage.tsx +202 -0
- package/src/components/docs/specs/SpecsPolicyPage.tsx +307 -0
- package/src/components/docs/specs/SpecsWorkflowsPage.tsx +225 -0
- package/src/components/docs/specs/index.ts +6 -0
- package/src/components/docs/studio/StudioBYOKPage.tsx +60 -0
- package/src/components/docs/studio/StudioDeploymentsPage.tsx +76 -0
- package/src/components/docs/studio/StudioGettingStartedPage.tsx +72 -0
- package/src/components/docs/studio/StudioIntegrationsPage.tsx +53 -0
- package/src/components/docs/studio/StudioOverviewPage.tsx +69 -0
- package/src/components/docs/studio/StudioVisualBuilderPage.tsx +78 -0
- package/src/components/docs/studio/index.ts +6 -0
- package/src/components/docs/tech/contracts/tech-docs.docblocks.ts +18 -0
- package/src/components/integrations/index.ts +4 -0
- package/src/components/integrations/molecules/IntegrationCard.tsx +81 -0
- package/src/components/integrations/organisms/IntegrationMarketplace.tsx +133 -0
- package/src/components/integrations/organisms/IntegrationSettings.tsx +223 -0
- package/src/components/integrations/organisms/KnowledgeSourceList.tsx +106 -0
- package/src/components/legal/PrivacyTemplate.tsx +642 -0
- package/src/components/legal/TermsTemplate.tsx +682 -0
- package/src/components/legal/index.ts +2 -0
- package/src/components/shared/FeatureGateNotice.tsx +35 -0
- package/src/components/shared/index.ts +1 -0
- package/src/components/shell/WorkspaceHeader.tsx +98 -0
- package/src/components/shell/WorkspaceProjectShellLayout.tsx +72 -0
- package/src/components/shell/WorkspaceSidebar.tsx +70 -0
- package/src/components/shell/index.ts +3 -0
- package/src/components/templates/engine/index.ts +80 -0
- package/src/components/templates/index.ts +5 -0
- package/src/components/templates/messaging/ConversationList.tsx +98 -0
- package/src/components/templates/messaging/MessageComposer.tsx +81 -0
- package/src/components/templates/messaging/MessageThread.tsx +110 -0
- package/src/components/templates/messaging/MessagingWorkspace.tsx +31 -0
- package/src/components/templates/messaging/index.ts +4 -0
- package/src/components/templates/messaging/types.ts +25 -0
- package/src/components/templates/recipes/LanguageSwitcher.tsx +25 -0
- package/src/components/templates/recipes/RecipeCard.tsx +66 -0
- package/src/components/templates/recipes/RecipeDetail.tsx +55 -0
- package/src/components/templates/recipes/RecipeList.tsx +123 -0
- package/src/components/templates/recipes/index.ts +4 -0
- package/src/components/templates/recipes/types.ts +26 -0
- package/src/components/templates/todos/FilterBar.tsx +97 -0
- package/src/components/templates/todos/TaskForm.tsx +149 -0
- package/src/components/templates/todos/TaskItem.tsx +92 -0
- package/src/components/templates/todos/TaskList.tsx +167 -0
- package/src/components/templates/todos/index.ts +4 -0
- package/src/components/templates/todos/types.ts +18 -0
- package/src/config/contractspec-blueprint.ts +71 -0
- package/src/config/contractspec-branding.ts +53 -0
- package/src/config/contractspec-routes.ts +33 -0
- package/src/config/index.ts +21 -0
- package/src/features/contracts-registry.ts +272 -0
- package/src/features/docs/docs.contracts.ts +8 -0
- package/src/features/docs/index.ts +8 -0
- package/src/features/docs.feature.ts +35 -0
- package/src/features/index.ts +71 -0
- package/src/features/mcp.feature.ts +32 -0
- package/src/features/presentations.feature.ts +35 -0
- package/src/features/registry.ts +44 -0
- package/src/index.ts +10 -0
- package/src/infrastructure/elysia/index.ts +1 -0
- package/src/infrastructure/elysia/logger.ts +38 -0
- package/src/infrastructure/index.ts +1 -0
- package/src/libs/email/client.test.ts +107 -0
- package/src/libs/email/client.ts +146 -0
- package/src/libs/email/contact.ts +80 -0
- package/src/libs/email/newsletter.ts +108 -0
- package/src/libs/email/types.ts +59 -0
- package/src/libs/email/utils.ts +8 -0
- package/src/libs/email/waitlist-application.ts +185 -0
- package/src/libs/email/waitlist.ts +118 -0
- package/src/libs/email.ts +13 -0
- package/src/libs/posthog/client.ts +70 -0
- package/src/libs/posthog/native.ts +34 -0
- package/src/libs/posthog/server.ts +16 -0
- package/src/libs/pricing-examples.ts +19 -0
- package/src/presentation/features/atoms/FeatureIcon/FeatureIcon.tsx +132 -0
- package/src/presentation/features/atoms/FeatureIcon/index.ts +5 -0
- package/src/presentation/features/atoms/index.ts +1 -0
- package/src/presentation/features/hooks/index.ts +13 -0
- package/src/presentation/features/hooks/useContractsRegistry.ts +40 -0
- package/src/presentation/features/hooks/useFeatureFilters.ts +137 -0
- package/src/presentation/features/hooks/useFeatureRegistry.ts +56 -0
- package/src/presentation/features/hooks/useRelatedDocs.ts +40 -0
- package/src/presentation/features/index.ts +82 -0
- package/src/presentation/features/molecules/FeatureCard/FeatureCard.tsx +105 -0
- package/src/presentation/features/molecules/FeatureCard/index.ts +2 -0
- package/src/presentation/features/molecules/FeatureCard/types.ts +10 -0
- package/src/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.tsx +67 -0
- package/src/presentation/features/molecules/FeatureCategoryHeader/index.ts +4 -0
- package/src/presentation/features/molecules/FeatureFilters/FeatureFilters.tsx +82 -0
- package/src/presentation/features/molecules/FeatureFilters/index.ts +2 -0
- package/src/presentation/features/molecules/FeatureFilters/types.ts +25 -0
- package/src/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.tsx +143 -0
- package/src/presentation/features/molecules/FeatureHoverPreview/index.ts +4 -0
- package/src/presentation/features/molecules/index.ts +13 -0
- package/src/presentation/features/organisms/FeatureDataViewsList.tsx +33 -0
- package/src/presentation/features/organisms/FeatureDetail/FeatureDetail.tsx +110 -0
- package/src/presentation/features/organisms/FeatureDetail/index.ts +2 -0
- package/src/presentation/features/organisms/FeatureDetail/types.ts +8 -0
- package/src/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.tsx +236 -0
- package/src/presentation/features/organisms/FeatureDiscovery/index.ts +6 -0
- package/src/presentation/features/organisms/FeatureDiscovery/types.ts +17 -0
- package/src/presentation/features/organisms/FeatureEventsList.tsx +28 -0
- package/src/presentation/features/organisms/FeatureFormsList.tsx +29 -0
- package/src/presentation/features/organisms/FeatureOperationsList.tsx +33 -0
- package/src/presentation/features/organisms/FeaturePresentationsList.tsx +33 -0
- package/src/presentation/features/organisms/index.ts +10 -0
- package/src/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.tsx +243 -0
- package/src/presentation/features/templates/FeatureDataViewDetailTemplate/index.ts +2 -0
- package/src/presentation/features/templates/FeatureDataViewDetailTemplate/types.ts +13 -0
- package/src/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.tsx +37 -0
- package/src/presentation/features/templates/FeatureDataViewsTemplate/index.ts +1 -0
- package/src/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.tsx +218 -0
- package/src/presentation/features/templates/FeatureEventDetailTemplate/index.ts +2 -0
- package/src/presentation/features/templates/FeatureEventDetailTemplate/types.ts +13 -0
- package/src/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.tsx +37 -0
- package/src/presentation/features/templates/FeatureEventsTemplate/index.ts +1 -0
- package/src/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.tsx +240 -0
- package/src/presentation/features/templates/FeatureFormDetailTemplate/index.ts +2 -0
- package/src/presentation/features/templates/FeatureFormDetailTemplate/types.ts +13 -0
- package/src/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.tsx +37 -0
- package/src/presentation/features/templates/FeatureFormsTemplate/index.ts +1 -0
- package/src/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.tsx +252 -0
- package/src/presentation/features/templates/FeatureOperationDetailTemplate/index.ts +2 -0
- package/src/presentation/features/templates/FeatureOperationDetailTemplate/types.ts +13 -0
- package/src/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.tsx +37 -0
- package/src/presentation/features/templates/FeatureOperationsTemplate/index.ts +1 -0
- package/src/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.tsx +38 -0
- package/src/presentation/features/templates/FeatureOverviewTemplate/index.ts +1 -0
- package/src/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.tsx +224 -0
- package/src/presentation/features/templates/FeaturePresentationDetailTemplate/index.ts +2 -0
- package/src/presentation/features/templates/FeaturePresentationDetailTemplate/types.ts +14 -0
- package/src/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.tsx +37 -0
- package/src/presentation/features/templates/FeaturePresentationsTemplate/index.ts +1 -0
- package/src/presentation/features/templates/types.ts +6 -0
- package/tsconfig.json +14 -0
- package/tsconfig.tsbuildinfo +1 -0
- package/tsdown.config.js +10 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/docs/safety/SafetyAuditingPage.d.ts
|
|
4
|
+
declare function SafetyAuditingPage(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SafetyAuditingPage };
|
|
7
|
+
//# sourceMappingURL=SafetyAuditingPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafetyAuditingPage.d.ts","names":[],"sources":["../../../../src/components/docs/safety/SafetyAuditingPage.tsx"],"mappings":";;;iBASgB,kBAAA,CAAA,GAAkB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
import { ChevronRight } from "lucide-react";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import Link from "@contractspec/lib.ui-link";
|
|
4
|
+
|
|
5
|
+
//#region src/components/docs/safety/SafetyAuditingPage.tsx
|
|
6
|
+
function SafetyAuditingPage() {
|
|
7
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
8
|
+
className: "space-y-8",
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ jsxs("div", {
|
|
11
|
+
className: "space-y-4",
|
|
12
|
+
children: [/* @__PURE__ */ jsx("h1", {
|
|
13
|
+
className: "text-4xl font-bold",
|
|
14
|
+
children: "Audit Logs"
|
|
15
|
+
}), /* @__PURE__ */ jsxs("p", {
|
|
16
|
+
className: "text-muted-foreground",
|
|
17
|
+
children: [
|
|
18
|
+
"An ",
|
|
19
|
+
/* @__PURE__ */ jsx("strong", { children: "audit log" }),
|
|
20
|
+
" (also called an audit trail) is a chronological record of system activities. According to",
|
|
21
|
+
" ",
|
|
22
|
+
/* @__PURE__ */ jsx("a", {
|
|
23
|
+
href: "https://www.sumologic.com/glossary/audit-log/",
|
|
24
|
+
target: "_blank",
|
|
25
|
+
rel: "noopener noreferrer",
|
|
26
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
27
|
+
children: "Sumo Logic"
|
|
28
|
+
}),
|
|
29
|
+
", audit logs \"provide a detailed record of events and changes within a system, enabling organizations to track user actions, system changes, and access to sensitive data.\""
|
|
30
|
+
]
|
|
31
|
+
})]
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsxs("div", {
|
|
34
|
+
className: "space-y-4",
|
|
35
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
36
|
+
className: "text-2xl font-bold",
|
|
37
|
+
children: "Why audit logs matter"
|
|
38
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
39
|
+
className: "space-y-3",
|
|
40
|
+
children: [
|
|
41
|
+
/* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
|
|
42
|
+
className: "text-lg font-semibold",
|
|
43
|
+
children: "Accountability"
|
|
44
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
45
|
+
className: "text-muted-foreground",
|
|
46
|
+
children: "Audit logs answer the question \"who did what, when?\" This is essential for holding users and administrators accountable for their actions. If data is deleted or modified, the audit log shows exactly who made the change."
|
|
47
|
+
})] }),
|
|
48
|
+
/* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
|
|
49
|
+
className: "text-lg font-semibold",
|
|
50
|
+
children: "Security"
|
|
51
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
52
|
+
className: "text-muted-foreground",
|
|
53
|
+
children: "Audit logs help detect and investigate security incidents. For example, if an attacker gains unauthorized access, the logs reveal which resources they accessed and what actions they performed. This information is critical for incident response and forensics."
|
|
54
|
+
})] }),
|
|
55
|
+
/* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
|
|
56
|
+
className: "text-lg font-semibold",
|
|
57
|
+
children: "Compliance"
|
|
58
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
59
|
+
className: "text-muted-foreground",
|
|
60
|
+
children: "Many regulations (GDPR, HIPAA, SOC 2, PCI DSS) require organizations to maintain audit logs. These logs must be tamper-evident, retained for a specified period, and available for inspection by auditors."
|
|
61
|
+
})] }),
|
|
62
|
+
/* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
|
|
63
|
+
className: "text-lg font-semibold",
|
|
64
|
+
children: "Debugging"
|
|
65
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
66
|
+
className: "text-muted-foreground",
|
|
67
|
+
children: "When something goes wrong in production, audit logs provide a detailed timeline of events leading up to the failure. This makes it much easier to diagnose and fix issues."
|
|
68
|
+
})] })
|
|
69
|
+
]
|
|
70
|
+
})]
|
|
71
|
+
}),
|
|
72
|
+
/* @__PURE__ */ jsxs("div", {
|
|
73
|
+
className: "space-y-4",
|
|
74
|
+
children: [
|
|
75
|
+
/* @__PURE__ */ jsx("h2", {
|
|
76
|
+
className: "text-2xl font-bold",
|
|
77
|
+
children: "What ContractSpec logs"
|
|
78
|
+
}),
|
|
79
|
+
/* @__PURE__ */ jsx("p", {
|
|
80
|
+
className: "text-muted-foreground",
|
|
81
|
+
children: "ContractSpec automatically logs every significant operation, including:"
|
|
82
|
+
}),
|
|
83
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
84
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
85
|
+
children: [
|
|
86
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "API calls" }), " – Every invocation of a capability, including inputs, outputs, and the user who made the call."] }),
|
|
87
|
+
/* @__PURE__ */ jsxs("li", { children: [
|
|
88
|
+
/* @__PURE__ */ jsx("strong", { children: "Policy decisions" }),
|
|
89
|
+
" – Every decision made by the",
|
|
90
|
+
" ",
|
|
91
|
+
/* @__PURE__ */ jsx(Link, {
|
|
92
|
+
href: "/docs/safety/pdp",
|
|
93
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
94
|
+
children: "Policy Decision Point"
|
|
95
|
+
}),
|
|
96
|
+
", including the rule that matched and the reason for the decision."
|
|
97
|
+
] }),
|
|
98
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Data access" }), " – Every query to a data view, including which fields were accessed and whether any were redacted."] }),
|
|
99
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Workflow execution" }), " – Every step in a workflow, including retries, compensations, and failures."] }),
|
|
100
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Administrative actions" }), " – Spec deployments, configuration changes, user role assignments, and other privileged operations."] }),
|
|
101
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Authentication events" }), " – Login attempts, password resets, and session expirations."] })
|
|
102
|
+
]
|
|
103
|
+
})
|
|
104
|
+
]
|
|
105
|
+
}),
|
|
106
|
+
/* @__PURE__ */ jsxs("div", {
|
|
107
|
+
className: "space-y-4",
|
|
108
|
+
children: [
|
|
109
|
+
/* @__PURE__ */ jsx("h2", {
|
|
110
|
+
className: "text-2xl font-bold",
|
|
111
|
+
children: "Audit log format"
|
|
112
|
+
}),
|
|
113
|
+
/* @__PURE__ */ jsx("p", {
|
|
114
|
+
className: "text-muted-foreground",
|
|
115
|
+
children: "Each audit log entry is a structured JSON object containing:"
|
|
116
|
+
}),
|
|
117
|
+
/* @__PURE__ */ jsx("div", {
|
|
118
|
+
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
119
|
+
children: /* @__PURE__ */ jsx("pre", { children: `{
|
|
120
|
+
"timestamp": "2025-11-13T14:32:15.123Z",
|
|
121
|
+
"eventId": "evt_abc123",
|
|
122
|
+
"eventType": "capability.invoked",
|
|
123
|
+
"actor": {
|
|
124
|
+
"userId": "user_xyz789",
|
|
125
|
+
"role": "admin",
|
|
126
|
+
"ipAddress": "203.0.113.42"
|
|
127
|
+
},
|
|
128
|
+
"resource": {
|
|
129
|
+
"type": "capability",
|
|
130
|
+
"id": "transferFunds",
|
|
131
|
+
"version": "1.2.0"
|
|
132
|
+
},
|
|
133
|
+
"action": "execute",
|
|
134
|
+
"result": "success",
|
|
135
|
+
"metadata": {
|
|
136
|
+
"inputs": {
|
|
137
|
+
"recipient": "user_def456",
|
|
138
|
+
"amount": 100.00
|
|
139
|
+
},
|
|
140
|
+
"outputs": {
|
|
141
|
+
"transactionId": "txn_ghi789",
|
|
142
|
+
"timestamp": "2025-11-13T14:32:15.456Z"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"policyDecision": {
|
|
146
|
+
"decision": "PERMIT",
|
|
147
|
+
"ruleId": "allow-admin-transfers",
|
|
148
|
+
"reason": "User has admin role"
|
|
149
|
+
}
|
|
150
|
+
}` })
|
|
151
|
+
})
|
|
152
|
+
]
|
|
153
|
+
}),
|
|
154
|
+
/* @__PURE__ */ jsxs("div", {
|
|
155
|
+
className: "space-y-4",
|
|
156
|
+
children: [
|
|
157
|
+
/* @__PURE__ */ jsx("h2", {
|
|
158
|
+
className: "text-2xl font-bold",
|
|
159
|
+
children: "Storage and retention"
|
|
160
|
+
}),
|
|
161
|
+
/* @__PURE__ */ jsx("p", {
|
|
162
|
+
className: "text-muted-foreground",
|
|
163
|
+
children: "Audit logs are stored in a tamper-evident append-only log. Once written, entries cannot be modified or deleted. This ensures the integrity of the audit trail."
|
|
164
|
+
}),
|
|
165
|
+
/* @__PURE__ */ jsx("p", {
|
|
166
|
+
className: "text-muted-foreground",
|
|
167
|
+
children: "ContractSpec supports multiple storage backends:"
|
|
168
|
+
}),
|
|
169
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
170
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
171
|
+
children: [
|
|
172
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Local file system" }), " – For development and testing."] }),
|
|
173
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Cloud object storage" }), " – S3, GCS, or Azure Blob Storage for production."] }),
|
|
174
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "SIEM integration" }), " – Forward logs to Splunk, Datadog, or other security information and event management systems."] })
|
|
175
|
+
]
|
|
176
|
+
}),
|
|
177
|
+
/* @__PURE__ */ jsx("p", {
|
|
178
|
+
className: "text-muted-foreground",
|
|
179
|
+
children: "You can configure retention policies to automatically archive or delete old logs after a specified period (e.g., 7 years for GDPR compliance)."
|
|
180
|
+
})
|
|
181
|
+
]
|
|
182
|
+
}),
|
|
183
|
+
/* @__PURE__ */ jsxs("div", {
|
|
184
|
+
className: "space-y-4",
|
|
185
|
+
children: [
|
|
186
|
+
/* @__PURE__ */ jsx("h2", {
|
|
187
|
+
className: "text-2xl font-bold",
|
|
188
|
+
children: "Querying audit logs"
|
|
189
|
+
}),
|
|
190
|
+
/* @__PURE__ */ jsx("p", {
|
|
191
|
+
className: "text-muted-foreground",
|
|
192
|
+
children: "ContractSpec provides a query API for searching audit logs. You can filter by:"
|
|
193
|
+
}),
|
|
194
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
195
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
196
|
+
children: [
|
|
197
|
+
/* @__PURE__ */ jsx("li", { children: "Time range" }),
|
|
198
|
+
/* @__PURE__ */ jsx("li", { children: "Event type" }),
|
|
199
|
+
/* @__PURE__ */ jsx("li", { children: "Actor (user ID, role, IP address)" }),
|
|
200
|
+
/* @__PURE__ */ jsx("li", { children: "Resource (capability, data view, workflow)" }),
|
|
201
|
+
/* @__PURE__ */ jsx("li", { children: "Result (success, failure, denied)" })
|
|
202
|
+
]
|
|
203
|
+
}),
|
|
204
|
+
/* @__PURE__ */ jsx("p", {
|
|
205
|
+
className: "text-muted-foreground",
|
|
206
|
+
children: "Example query: \"Show all failed login attempts from IP address 203.0.113.42 in the last 24 hours.\""
|
|
207
|
+
})
|
|
208
|
+
]
|
|
209
|
+
}),
|
|
210
|
+
/* @__PURE__ */ jsxs("div", {
|
|
211
|
+
className: "space-y-4",
|
|
212
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
213
|
+
className: "text-2xl font-bold",
|
|
214
|
+
children: "Best practices"
|
|
215
|
+
}), /* @__PURE__ */ jsxs("ul", {
|
|
216
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
217
|
+
children: [
|
|
218
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Review logs regularly" }), " – Set up alerts for suspicious activity (e.g., repeated failed login attempts, unauthorized access attempts)."] }),
|
|
219
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Protect log access" }), " – Only authorized personnel should be able to view audit logs. Use role-based access control to restrict access."] }),
|
|
220
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Retain logs long enough" }), " – Check your compliance requirements and configure retention policies accordingly."] }),
|
|
221
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Test log integrity" }), " – Periodically verify that logs have not been tampered with by checking cryptographic signatures."] })
|
|
222
|
+
]
|
|
223
|
+
})]
|
|
224
|
+
}),
|
|
225
|
+
/* @__PURE__ */ jsxs("div", {
|
|
226
|
+
className: "flex items-center gap-4 pt-4",
|
|
227
|
+
children: [/* @__PURE__ */ jsx(Link, {
|
|
228
|
+
href: "/docs/safety/pdp",
|
|
229
|
+
className: "btn-ghost",
|
|
230
|
+
children: "Previous: Policy Decision Points"
|
|
231
|
+
}), /* @__PURE__ */ jsxs(Link, {
|
|
232
|
+
href: "/docs/safety/migrations",
|
|
233
|
+
className: "btn-primary",
|
|
234
|
+
children: ["Next: Migrations ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
|
|
235
|
+
})]
|
|
236
|
+
})
|
|
237
|
+
]
|
|
238
|
+
});
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
//#endregion
|
|
242
|
+
export { SafetyAuditingPage };
|
|
243
|
+
//# sourceMappingURL=SafetyAuditingPage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafetyAuditingPage.js","names":[],"sources":["../../../../src/components/docs/safety/SafetyAuditingPage.tsx"],"sourcesContent":["import Link from '@contractspec/lib.ui-link';\nimport { ChevronRight } from 'lucide-react';\n\n// export const metadata = {\n// title: 'Audit Logs: ContractSpec Docs',\n// description:\n// 'Learn how ContractSpec captures and stores audit logs for accountability, security, compliance, and debugging.',\n// };\n\nexport function SafetyAuditingPage() {\n return (\n <div className=\"space-y-8\">\n <div className=\"space-y-4\">\n <h1 className=\"text-4xl font-bold\">Audit Logs</h1>\n <p className=\"text-muted-foreground\">\n An <strong>audit log</strong> (also called an audit trail) is a\n chronological record of system activities. According to{' '}\n <a\n href=\"https://www.sumologic.com/glossary/audit-log/\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n Sumo Logic\n </a>\n , audit logs \"provide a detailed record of events and changes within a\n system, enabling organizations to track user actions, system changes,\n and access to sensitive data.\"\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Why audit logs matter</h2>\n <div className=\"space-y-3\">\n <div>\n <h3 className=\"text-lg font-semibold\">Accountability</h3>\n <p className=\"text-muted-foreground\">\n Audit logs answer the question \"who did what, when?\" This is\n essential for holding users and administrators accountable for\n their actions. If data is deleted or modified, the audit log shows\n exactly who made the change.\n </p>\n </div>\n <div>\n <h3 className=\"text-lg font-semibold\">Security</h3>\n <p className=\"text-muted-foreground\">\n Audit logs help detect and investigate security incidents. For\n example, if an attacker gains unauthorized access, the logs reveal\n which resources they accessed and what actions they performed.\n This information is critical for incident response and forensics.\n </p>\n </div>\n <div>\n <h3 className=\"text-lg font-semibold\">Compliance</h3>\n <p className=\"text-muted-foreground\">\n Many regulations (GDPR, HIPAA, SOC 2, PCI DSS) require\n organizations to maintain audit logs. These logs must be\n tamper-evident, retained for a specified period, and available for\n inspection by auditors.\n </p>\n </div>\n <div>\n <h3 className=\"text-lg font-semibold\">Debugging</h3>\n <p className=\"text-muted-foreground\">\n When something goes wrong in production, audit logs provide a\n detailed timeline of events leading up to the failure. This makes\n it much easier to diagnose and fix issues.\n </p>\n </div>\n </div>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">What ContractSpec logs</h2>\n <p className=\"text-muted-foreground\">\n ContractSpec automatically logs every significant operation,\n including:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>API calls</strong> – Every invocation of a capability,\n including inputs, outputs, and the user who made the call.\n </li>\n <li>\n <strong>Policy decisions</strong> – Every decision made by the{' '}\n <Link\n href=\"/docs/safety/pdp\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n Policy Decision Point\n </Link>\n , including the rule that matched and the reason for the decision.\n </li>\n <li>\n <strong>Data access</strong> – Every query to a data view, including\n which fields were accessed and whether any were redacted.\n </li>\n <li>\n <strong>Workflow execution</strong> – Every step in a workflow,\n including retries, compensations, and failures.\n </li>\n <li>\n <strong>Administrative actions</strong> – Spec deployments,\n configuration changes, user role assignments, and other privileged\n operations.\n </li>\n <li>\n <strong>Authentication events</strong> – Login attempts, password\n resets, and session expirations.\n </li>\n </ul>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Audit log format</h2>\n <p className=\"text-muted-foreground\">\n Each audit log entry is a structured JSON object containing:\n </p>\n <div className=\"bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm\">\n <pre>{`{\n \"timestamp\": \"2025-11-13T14:32:15.123Z\",\n \"eventId\": \"evt_abc123\",\n \"eventType\": \"capability.invoked\",\n \"actor\": {\n \"userId\": \"user_xyz789\",\n \"role\": \"admin\",\n \"ipAddress\": \"203.0.113.42\"\n },\n \"resource\": {\n \"type\": \"capability\",\n \"id\": \"transferFunds\",\n \"version\": \"1.2.0\"\n },\n \"action\": \"execute\",\n \"result\": \"success\",\n \"metadata\": {\n \"inputs\": {\n \"recipient\": \"user_def456\",\n \"amount\": 100.00\n },\n \"outputs\": {\n \"transactionId\": \"txn_ghi789\",\n \"timestamp\": \"2025-11-13T14:32:15.456Z\"\n }\n },\n \"policyDecision\": {\n \"decision\": \"PERMIT\",\n \"ruleId\": \"allow-admin-transfers\",\n \"reason\": \"User has admin role\"\n }\n}`}</pre>\n </div>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Storage and retention</h2>\n <p className=\"text-muted-foreground\">\n Audit logs are stored in a tamper-evident append-only log. Once\n written, entries cannot be modified or deleted. This ensures the\n integrity of the audit trail.\n </p>\n <p className=\"text-muted-foreground\">\n ContractSpec supports multiple storage backends:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Local file system</strong> – For development and testing.\n </li>\n <li>\n <strong>Cloud object storage</strong> – S3, GCS, or Azure Blob\n Storage for production.\n </li>\n <li>\n <strong>SIEM integration</strong> – Forward logs to Splunk, Datadog,\n or other security information and event management systems.\n </li>\n </ul>\n <p className=\"text-muted-foreground\">\n You can configure retention policies to automatically archive or\n delete old logs after a specified period (e.g., 7 years for GDPR\n compliance).\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Querying audit logs</h2>\n <p className=\"text-muted-foreground\">\n ContractSpec provides a query API for searching audit logs. You can\n filter by:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>Time range</li>\n <li>Event type</li>\n <li>Actor (user ID, role, IP address)</li>\n <li>Resource (capability, data view, workflow)</li>\n <li>Result (success, failure, denied)</li>\n </ul>\n <p className=\"text-muted-foreground\">\n Example query: \"Show all failed login attempts from IP address\n 203.0.113.42 in the last 24 hours.\"\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Best practices</h2>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Review logs regularly</strong> – Set up alerts for\n suspicious activity (e.g., repeated failed login attempts,\n unauthorized access attempts).\n </li>\n <li>\n <strong>Protect log access</strong> – Only authorized personnel\n should be able to view audit logs. Use role-based access control to\n restrict access.\n </li>\n <li>\n <strong>Retain logs long enough</strong> – Check your compliance\n requirements and configure retention policies accordingly.\n </li>\n <li>\n <strong>Test log integrity</strong> – Periodically verify that logs\n have not been tampered with by checking cryptographic signatures.\n </li>\n </ul>\n </div>\n\n <div className=\"flex items-center gap-4 pt-4\">\n <Link href=\"/docs/safety/pdp\" className=\"btn-ghost\">\n Previous: Policy Decision Points\n </Link>\n <Link href=\"/docs/safety/migrations\" className=\"btn-primary\">\n Next: Migrations <ChevronRight size={16} />\n </Link>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;AASA,SAAgB,qBAAqB;AACnC,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAe,EAClD,qBAAC;KAAE,WAAU;;MAAwB;MAChC,oBAAC,sBAAO,cAAkB;;MAC2B;MACxD,oBAAC;OACC,MAAK;OACL,QAAO;OACP,KAAI;OACJ,WAAU;iBACX;QAEG;;;MAIF;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAA0B,EAC7D,qBAAC;KAAI,WAAU;;MACb,qBAAC,oBACC,oBAAC;OAAG,WAAU;iBAAwB;QAAmB,EACzD,oBAAC;OAAE,WAAU;iBAAwB;QAKjC,IACA;MACN,qBAAC,oBACC,oBAAC;OAAG,WAAU;iBAAwB;QAAa,EACnD,oBAAC;OAAE,WAAU;iBAAwB;QAKjC,IACA;MACN,qBAAC,oBACC,oBAAC;OAAG,WAAU;iBAAwB;QAAe,EACrD,oBAAC;OAAE,WAAU;iBAAwB;QAKjC,IACA;MACN,qBAAC,oBACC,oBAAC;OAAG,WAAU;iBAAwB;QAAc,EACpD,oBAAC;OAAE,WAAU;iBAAwB;QAIjC,IACA;;MACF;KACF;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA2B;KAC9D,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,qBAAC,mBACC,oBAAC,sBAAO,cAAkB,uGAEvB;OACL,qBAAC;QACC,oBAAC,sBAAO,qBAAyB;;QAA8B;QAC/D,oBAAC;SACC,MAAK;SACL,WAAU;mBACX;UAEM;;WAEJ;OACL,qBAAC,mBACC,oBAAC,sBAAO,gBAAoB,0GAEzB;OACL,qBAAC,mBACC,oBAAC,sBAAO,uBAA2B,oFAEhC;OACL,qBAAC,mBACC,oBAAC,sBAAO,2BAA+B,2GAGpC;OACL,qBAAC,mBACC,oBAAC,sBAAO,0BAA8B,oEAEnC;;OACF;;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAAqB;KACxD,oBAAC;MAAE,WAAU;gBAAwB;OAEjC;KACJ,oBAAC;MAAI,WAAU;gBACb,oBAAC,mBAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+BP;OACK;;KACF;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA0B;KAC7D,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;KACJ,oBAAC;MAAE,WAAU;gBAAwB;OAEjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,qBAAC,mBACC,oBAAC,sBAAO,sBAA0B,uCAC/B;OACL,qBAAC,mBACC,oBAAC,sBAAO,yBAA6B,yDAElC;OACL,qBAAC,mBACC,oBAAC,sBAAO,qBAAyB,uGAE9B;;OACF;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;;KACA;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAAwB;KAC3D,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,eAAe;OACnB,oBAAC,kBAAG,eAAe;OACnB,oBAAC,kBAAG,sCAAsC;OAC1C,oBAAC,kBAAG,+CAA+C;OACnD,oBAAC,kBAAG,sCAAsC;;OACvC;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAmB,EACtD,qBAAC;KAAG,WAAU;;MACZ,qBAAC,mBACC,oBAAC,sBAAO,0BAA8B,sHAGnC;MACL,qBAAC,mBACC,oBAAC,sBAAO,uBAA2B,yHAGhC;MACL,qBAAC,mBACC,oBAAC,sBAAO,4BAAgC,2FAErC;MACL,qBAAC,mBACC,oBAAC,sBAAO,uBAA2B,0GAEhC;;MACF;KACD;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAK,MAAK;KAAmB,WAAU;eAAY;MAE7C,EACP,qBAAC;KAAK,MAAK;KAA0B,WAAU;gBAAc,qBAC1C,oBAAC,gBAAa,MAAM,KAAM;MACtC;KACH;;GACF"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/docs/safety/SafetyMigrationsPage.d.ts
|
|
4
|
+
declare function SafetyMigrationsPage(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SafetyMigrationsPage };
|
|
7
|
+
//# sourceMappingURL=SafetyMigrationsPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafetyMigrationsPage.d.ts","names":[],"sources":["../../../../src/components/docs/safety/SafetyMigrationsPage.tsx"],"mappings":";;;iBASgB,oBAAA,CAAA,GAAoB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import { ChevronRight } from "lucide-react";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import Link from "@contractspec/lib.ui-link";
|
|
4
|
+
|
|
5
|
+
//#region src/components/docs/safety/SafetyMigrationsPage.tsx
|
|
6
|
+
function SafetyMigrationsPage() {
|
|
7
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
8
|
+
className: "space-y-8",
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ jsxs("div", {
|
|
11
|
+
className: "space-y-4",
|
|
12
|
+
children: [/* @__PURE__ */ jsx("h1", {
|
|
13
|
+
className: "text-4xl font-bold",
|
|
14
|
+
children: "Migrations"
|
|
15
|
+
}), /* @__PURE__ */ jsxs("p", {
|
|
16
|
+
className: "text-muted-foreground",
|
|
17
|
+
children: [
|
|
18
|
+
"A ",
|
|
19
|
+
/* @__PURE__ */ jsx("strong", { children: "schema migration" }),
|
|
20
|
+
" (also called a database migration) is a set of incremental, reversible changes to a database schema. According to",
|
|
21
|
+
" ",
|
|
22
|
+
/* @__PURE__ */ jsx("a", {
|
|
23
|
+
href: "https://en.wikipedia.org/wiki/Schema_migration",
|
|
24
|
+
target: "_blank",
|
|
25
|
+
rel: "noopener noreferrer",
|
|
26
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
27
|
+
children: "Wikipedia"
|
|
28
|
+
}),
|
|
29
|
+
", schema migrations \"allow the database schema to evolve as the application's requirements change, while preserving existing data.\""
|
|
30
|
+
]
|
|
31
|
+
})]
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsxs("div", {
|
|
34
|
+
className: "space-y-4",
|
|
35
|
+
children: [
|
|
36
|
+
/* @__PURE__ */ jsx("h2", {
|
|
37
|
+
className: "text-2xl font-bold",
|
|
38
|
+
children: "Why migrations matter"
|
|
39
|
+
}),
|
|
40
|
+
/* @__PURE__ */ jsx("p", {
|
|
41
|
+
className: "text-muted-foreground",
|
|
42
|
+
children: "As your application evolves, you'll need to change your data model—adding new fields, renaming tables, changing data types, or restructuring relationships. Without a disciplined approach, these changes can lead to:"
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
45
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
46
|
+
children: [
|
|
47
|
+
/* @__PURE__ */ jsx("li", { children: "Data loss or corruption" }),
|
|
48
|
+
/* @__PURE__ */ jsx("li", { children: "Downtime during deployments" }),
|
|
49
|
+
/* @__PURE__ */ jsx("li", { children: "Inconsistencies between environments (dev, staging, production)" }),
|
|
50
|
+
/* @__PURE__ */ jsx("li", { children: "Difficulty rolling back failed changes" })
|
|
51
|
+
]
|
|
52
|
+
}),
|
|
53
|
+
/* @__PURE__ */ jsx("p", {
|
|
54
|
+
className: "text-muted-foreground",
|
|
55
|
+
children: "Migrations solve these problems by treating schema changes as versioned, tested, and reversible operations."
|
|
56
|
+
})
|
|
57
|
+
]
|
|
58
|
+
}),
|
|
59
|
+
/* @__PURE__ */ jsxs("div", {
|
|
60
|
+
className: "space-y-4",
|
|
61
|
+
children: [
|
|
62
|
+
/* @__PURE__ */ jsx("h2", {
|
|
63
|
+
className: "text-2xl font-bold",
|
|
64
|
+
children: "How MigrationSpec works"
|
|
65
|
+
}),
|
|
66
|
+
/* @__PURE__ */ jsxs("p", {
|
|
67
|
+
className: "text-muted-foreground",
|
|
68
|
+
children: [
|
|
69
|
+
"In ContractSpec, migrations are defined using",
|
|
70
|
+
" ",
|
|
71
|
+
/* @__PURE__ */ jsx("strong", { children: "MigrationSpec" }),
|
|
72
|
+
". Each migration has:"
|
|
73
|
+
]
|
|
74
|
+
}),
|
|
75
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
76
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
77
|
+
children: [
|
|
78
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Version" }), " – A unique identifier (e.g., \"2025-11-13-001\") that determines the order of execution."] }),
|
|
79
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Up function" }), " – The forward migration that applies the change (e.g., \"add column 'email_verified'\")."] }),
|
|
80
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Down function" }), " – The reverse migration that undoes the change (e.g., \"drop column 'email_verified'\")."] }),
|
|
81
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Dependencies" }), " – Other migrations that must run before this one."] }),
|
|
82
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Validation" }), " – Optional checks to ensure the migration succeeded (e.g., \"verify all users have an email address\")."] })
|
|
83
|
+
]
|
|
84
|
+
})
|
|
85
|
+
]
|
|
86
|
+
}),
|
|
87
|
+
/* @__PURE__ */ jsxs("div", {
|
|
88
|
+
className: "space-y-4",
|
|
89
|
+
children: [
|
|
90
|
+
/* @__PURE__ */ jsx("h2", {
|
|
91
|
+
className: "text-2xl font-bold",
|
|
92
|
+
children: "Example MigrationSpec"
|
|
93
|
+
}),
|
|
94
|
+
/* @__PURE__ */ jsx("p", {
|
|
95
|
+
className: "text-muted-foreground",
|
|
96
|
+
children: "Here's a migration that adds an email verification field to the users table:"
|
|
97
|
+
}),
|
|
98
|
+
/* @__PURE__ */ jsx("div", {
|
|
99
|
+
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
100
|
+
children: /* @__PURE__ */ jsx("pre", { children: `migrationId: add-email-verified
|
|
101
|
+
version: 2025-11-13-001
|
|
102
|
+
dependencies: []
|
|
103
|
+
|
|
104
|
+
up:
|
|
105
|
+
- sql: |
|
|
106
|
+
ALTER TABLE users
|
|
107
|
+
ADD COLUMN email_verified BOOLEAN DEFAULT FALSE NOT NULL;
|
|
108
|
+
- sql: |
|
|
109
|
+
CREATE INDEX idx_users_email_verified
|
|
110
|
+
ON users(email_verified);
|
|
111
|
+
|
|
112
|
+
down:
|
|
113
|
+
- sql: |
|
|
114
|
+
DROP INDEX idx_users_email_verified;
|
|
115
|
+
- sql: |
|
|
116
|
+
ALTER TABLE users
|
|
117
|
+
DROP COLUMN email_verified;
|
|
118
|
+
|
|
119
|
+
validation:
|
|
120
|
+
- sql: |
|
|
121
|
+
SELECT COUNT(*) FROM users
|
|
122
|
+
WHERE email_verified IS NULL;
|
|
123
|
+
expectZeroRows: true` })
|
|
124
|
+
})
|
|
125
|
+
]
|
|
126
|
+
}),
|
|
127
|
+
/* @__PURE__ */ jsxs("div", {
|
|
128
|
+
className: "space-y-4",
|
|
129
|
+
children: [
|
|
130
|
+
/* @__PURE__ */ jsx("h2", {
|
|
131
|
+
className: "text-2xl font-bold",
|
|
132
|
+
children: "Running migrations"
|
|
133
|
+
}),
|
|
134
|
+
/* @__PURE__ */ jsx("p", {
|
|
135
|
+
className: "text-muted-foreground",
|
|
136
|
+
children: "Migrations are applied automatically during deployment. The ContractSpec runtime:"
|
|
137
|
+
}),
|
|
138
|
+
/* @__PURE__ */ jsxs("ol", {
|
|
139
|
+
className: "text-muted-foreground list-inside list-decimal space-y-2",
|
|
140
|
+
children: [
|
|
141
|
+
/* @__PURE__ */ jsx("li", { children: "Checks which migrations have already been applied (stored in a migrations table)." }),
|
|
142
|
+
/* @__PURE__ */ jsx("li", { children: "Identifies new migrations that need to run." }),
|
|
143
|
+
/* @__PURE__ */ jsx("li", { children: "Executes them in order, respecting dependencies." }),
|
|
144
|
+
/* @__PURE__ */ jsx("li", { children: "Runs validation checks to ensure success." }),
|
|
145
|
+
/* @__PURE__ */ jsx("li", { children: "Records the migration as applied." })
|
|
146
|
+
]
|
|
147
|
+
}),
|
|
148
|
+
/* @__PURE__ */ jsx("p", {
|
|
149
|
+
className: "text-muted-foreground",
|
|
150
|
+
children: "If a migration fails, the deployment is aborted, and the system remains in its previous state. You can then fix the migration and redeploy."
|
|
151
|
+
})
|
|
152
|
+
]
|
|
153
|
+
}),
|
|
154
|
+
/* @__PURE__ */ jsxs("div", {
|
|
155
|
+
className: "space-y-4",
|
|
156
|
+
children: [
|
|
157
|
+
/* @__PURE__ */ jsx("h2", {
|
|
158
|
+
className: "text-2xl font-bold",
|
|
159
|
+
children: "Rolling back migrations"
|
|
160
|
+
}),
|
|
161
|
+
/* @__PURE__ */ jsxs("p", {
|
|
162
|
+
className: "text-muted-foreground",
|
|
163
|
+
children: [
|
|
164
|
+
"If you need to roll back a deployment, ContractSpec automatically runs the ",
|
|
165
|
+
/* @__PURE__ */ jsx("strong", { children: "down" }),
|
|
166
|
+
" functions of any migrations that were applied. This restores the database to its previous state."
|
|
167
|
+
]
|
|
168
|
+
}),
|
|
169
|
+
/* @__PURE__ */ jsx("p", {
|
|
170
|
+
className: "text-muted-foreground",
|
|
171
|
+
children: "Note that rollbacks are not always possible—for example, if you've deleted a column, you cannot recover the data unless you have a backup. For destructive changes, it's best to use a multi-step migration:"
|
|
172
|
+
}),
|
|
173
|
+
/* @__PURE__ */ jsxs("ol", {
|
|
174
|
+
className: "text-muted-foreground list-inside list-decimal space-y-2",
|
|
175
|
+
children: [
|
|
176
|
+
/* @__PURE__ */ jsx("li", { children: "Add the new column (reversible)." }),
|
|
177
|
+
/* @__PURE__ */ jsx("li", { children: "Backfill data from the old column to the new column (reversible)." }),
|
|
178
|
+
/* @__PURE__ */ jsx("li", { children: "Update application code to use the new column (reversible)." }),
|
|
179
|
+
/* @__PURE__ */ jsx("li", { children: "Drop the old column (irreversible—only do this after confirming the new column works)." })
|
|
180
|
+
]
|
|
181
|
+
})
|
|
182
|
+
]
|
|
183
|
+
}),
|
|
184
|
+
/* @__PURE__ */ jsxs("div", {
|
|
185
|
+
className: "space-y-4",
|
|
186
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
187
|
+
className: "text-2xl font-bold",
|
|
188
|
+
children: "Best practices"
|
|
189
|
+
}), /* @__PURE__ */ jsxs("ul", {
|
|
190
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
191
|
+
children: [
|
|
192
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Test migrations locally" }), " – Run them against a copy of production data to catch issues before deploying."] }),
|
|
193
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Keep migrations small" }), " – Each migration should do one thing. This makes them easier to understand and roll back."] }),
|
|
194
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Write reversible migrations" }), " – Always provide a down function, even if you don't plan to roll back."] }),
|
|
195
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Use transactions" }), " – Wrap migrations in database transactions so they either fully succeed or fully fail."] }),
|
|
196
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Avoid destructive changes" }), " – Prefer additive changes (adding columns) over destructive ones (dropping columns). If you must delete data, archive it first."] }),
|
|
197
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Version your migrations" }), " – Use timestamps or sequential numbers to ensure migrations run in the correct order."] }),
|
|
198
|
+
/* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Document breaking changes" }), " – If a migration requires application code changes, note this in the migration description."] })
|
|
199
|
+
]
|
|
200
|
+
})]
|
|
201
|
+
}),
|
|
202
|
+
/* @__PURE__ */ jsxs("div", {
|
|
203
|
+
className: "space-y-4",
|
|
204
|
+
children: [
|
|
205
|
+
/* @__PURE__ */ jsx("h2", {
|
|
206
|
+
className: "text-2xl font-bold",
|
|
207
|
+
children: "Zero-downtime migrations"
|
|
208
|
+
}),
|
|
209
|
+
/* @__PURE__ */ jsx("p", {
|
|
210
|
+
className: "text-muted-foreground",
|
|
211
|
+
children: "Some migrations can cause downtime if not handled carefully. For example, adding a NOT NULL column to a large table can lock the table for minutes. To avoid this, use a multi-step approach:"
|
|
212
|
+
}),
|
|
213
|
+
/* @__PURE__ */ jsxs("ol", {
|
|
214
|
+
className: "text-muted-foreground list-inside list-decimal space-y-2",
|
|
215
|
+
children: [
|
|
216
|
+
/* @__PURE__ */ jsx("li", { children: "Add the column as nullable." }),
|
|
217
|
+
/* @__PURE__ */ jsx("li", { children: "Backfill the column in batches (without locking the table)." }),
|
|
218
|
+
/* @__PURE__ */ jsx("li", { children: "Add the NOT NULL constraint once all rows are populated." })
|
|
219
|
+
]
|
|
220
|
+
}),
|
|
221
|
+
/* @__PURE__ */ jsx("p", {
|
|
222
|
+
className: "text-muted-foreground",
|
|
223
|
+
children: "ContractSpec's migration system supports this pattern by allowing you to split a logical change into multiple versioned migrations."
|
|
224
|
+
})
|
|
225
|
+
]
|
|
226
|
+
}),
|
|
227
|
+
/* @__PURE__ */ jsxs("div", {
|
|
228
|
+
className: "flex items-center gap-4 pt-4",
|
|
229
|
+
children: [/* @__PURE__ */ jsx(Link, {
|
|
230
|
+
href: "/docs/safety/auditing",
|
|
231
|
+
className: "btn-ghost",
|
|
232
|
+
children: "Previous: Audit Logs"
|
|
233
|
+
}), /* @__PURE__ */ jsxs(Link, {
|
|
234
|
+
href: "/docs/advanced/renderers",
|
|
235
|
+
className: "btn-primary",
|
|
236
|
+
children: ["Next: Advanced Topics ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
|
|
237
|
+
})]
|
|
238
|
+
})
|
|
239
|
+
]
|
|
240
|
+
});
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
//#endregion
|
|
244
|
+
export { SafetyMigrationsPage };
|
|
245
|
+
//# sourceMappingURL=SafetyMigrationsPage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafetyMigrationsPage.js","names":[],"sources":["../../../../src/components/docs/safety/SafetyMigrationsPage.tsx"],"sourcesContent":["import Link from '@contractspec/lib.ui-link';\nimport { ChevronRight } from 'lucide-react';\n\n// export const metadata = {\n// title: 'Migrations: ContractSpec Docs',\n// description:\n// 'Learn how to manage schema and data migrations safely with MigrationSpec in ContractSpec.',\n// };\n\nexport function SafetyMigrationsPage() {\n return (\n <div className=\"space-y-8\">\n <div className=\"space-y-4\">\n <h1 className=\"text-4xl font-bold\">Migrations</h1>\n <p className=\"text-muted-foreground\">\n A <strong>schema migration</strong> (also called a database migration)\n is a set of incremental, reversible changes to a database schema.\n According to{' '}\n <a\n href=\"https://en.wikipedia.org/wiki/Schema_migration\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n Wikipedia\n </a>\n , schema migrations \"allow the database schema to evolve as the\n application's requirements change, while preserving existing data.\"\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Why migrations matter</h2>\n <p className=\"text-muted-foreground\">\n As your application evolves, you'll need to change your data\n model—adding new fields, renaming tables, changing data types, or\n restructuring relationships. Without a disciplined approach, these\n changes can lead to:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>Data loss or corruption</li>\n <li>Downtime during deployments</li>\n <li>\n Inconsistencies between environments (dev, staging, production)\n </li>\n <li>Difficulty rolling back failed changes</li>\n </ul>\n <p className=\"text-muted-foreground\">\n Migrations solve these problems by treating schema changes as\n versioned, tested, and reversible operations.\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">How MigrationSpec works</h2>\n <p className=\"text-muted-foreground\">\n In ContractSpec, migrations are defined using{' '}\n <strong>MigrationSpec</strong>. Each migration has:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Version</strong> – A unique identifier (e.g.,\n \"2025-11-13-001\") that determines the order of execution.\n </li>\n <li>\n <strong>Up function</strong> – The forward migration that applies\n the change (e.g., \"add column 'email_verified'\").\n </li>\n <li>\n <strong>Down function</strong> – The reverse migration that undoes\n the change (e.g., \"drop column 'email_verified'\").\n </li>\n <li>\n <strong>Dependencies</strong> – Other migrations that must run\n before this one.\n </li>\n <li>\n <strong>Validation</strong> – Optional checks to ensure the\n migration succeeded (e.g., \"verify all users have an email\n address\").\n </li>\n </ul>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Example MigrationSpec</h2>\n <p className=\"text-muted-foreground\">\n Here's a migration that adds an email verification field to the users\n table:\n </p>\n <div className=\"bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm\">\n <pre>{`migrationId: add-email-verified\nversion: 2025-11-13-001\ndependencies: []\n\nup:\n - sql: |\n ALTER TABLE users\n ADD COLUMN email_verified BOOLEAN DEFAULT FALSE NOT NULL;\n - sql: |\n CREATE INDEX idx_users_email_verified\n ON users(email_verified);\n\ndown:\n - sql: |\n DROP INDEX idx_users_email_verified;\n - sql: |\n ALTER TABLE users\n DROP COLUMN email_verified;\n\nvalidation:\n - sql: |\n SELECT COUNT(*) FROM users\n WHERE email_verified IS NULL;\n expectZeroRows: true`}</pre>\n </div>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Running migrations</h2>\n <p className=\"text-muted-foreground\">\n Migrations are applied automatically during deployment. The\n ContractSpec runtime:\n </p>\n <ol className=\"text-muted-foreground list-inside list-decimal space-y-2\">\n <li>\n Checks which migrations have already been applied (stored in a\n migrations table).\n </li>\n <li>Identifies new migrations that need to run.</li>\n <li>Executes them in order, respecting dependencies.</li>\n <li>Runs validation checks to ensure success.</li>\n <li>Records the migration as applied.</li>\n </ol>\n <p className=\"text-muted-foreground\">\n If a migration fails, the deployment is aborted, and the system\n remains in its previous state. You can then fix the migration and\n redeploy.\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Rolling back migrations</h2>\n <p className=\"text-muted-foreground\">\n If you need to roll back a deployment, ContractSpec automatically runs\n the <strong>down</strong> functions of any migrations that were\n applied. This restores the database to its previous state.\n </p>\n <p className=\"text-muted-foreground\">\n Note that rollbacks are not always possible—for example, if you've\n deleted a column, you cannot recover the data unless you have a\n backup. For destructive changes, it's best to use a multi-step\n migration:\n </p>\n <ol className=\"text-muted-foreground list-inside list-decimal space-y-2\">\n <li>Add the new column (reversible).</li>\n <li>\n Backfill data from the old column to the new column (reversible).\n </li>\n <li>Update application code to use the new column (reversible).</li>\n <li>\n Drop the old column (irreversible—only do this after confirming the\n new column works).\n </li>\n </ol>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Best practices</h2>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Test migrations locally</strong> – Run them against a copy\n of production data to catch issues before deploying.\n </li>\n <li>\n <strong>Keep migrations small</strong> – Each migration should do\n one thing. This makes them easier to understand and roll back.\n </li>\n <li>\n <strong>Write reversible migrations</strong> – Always provide a down\n function, even if you don't plan to roll back.\n </li>\n <li>\n <strong>Use transactions</strong> – Wrap migrations in database\n transactions so they either fully succeed or fully fail.\n </li>\n <li>\n <strong>Avoid destructive changes</strong> – Prefer additive changes\n (adding columns) over destructive ones (dropping columns). If you\n must delete data, archive it first.\n </li>\n <li>\n <strong>Version your migrations</strong> – Use timestamps or\n sequential numbers to ensure migrations run in the correct order.\n </li>\n <li>\n <strong>Document breaking changes</strong> – If a migration requires\n application code changes, note this in the migration description.\n </li>\n </ul>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Zero-downtime migrations</h2>\n <p className=\"text-muted-foreground\">\n Some migrations can cause downtime if not handled carefully. For\n example, adding a NOT NULL column to a large table can lock the table\n for minutes. To avoid this, use a multi-step approach:\n </p>\n <ol className=\"text-muted-foreground list-inside list-decimal space-y-2\">\n <li>Add the column as nullable.</li>\n <li>Backfill the column in batches (without locking the table).</li>\n <li>Add the NOT NULL constraint once all rows are populated.</li>\n </ol>\n <p className=\"text-muted-foreground\">\n ContractSpec's migration system supports this pattern by allowing you\n to split a logical change into multiple versioned migrations.\n </p>\n </div>\n\n <div className=\"flex items-center gap-4 pt-4\">\n <Link href=\"/docs/safety/auditing\" className=\"btn-ghost\">\n Previous: Audit Logs\n </Link>\n <Link href=\"/docs/advanced/renderers\" className=\"btn-primary\">\n Next: Advanced Topics <ChevronRight size={16} />\n </Link>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;AASA,SAAgB,uBAAuB;AACrC,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAe,EAClD,qBAAC;KAAE,WAAU;;MAAwB;MACjC,oBAAC,sBAAO,qBAAyB;;MAEtB;MACb,oBAAC;OACC,MAAK;OACL,QAAO;OACP,KAAI;OACJ,WAAU;iBACX;QAEG;;;MAGF;KACA;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA0B;KAC7D,oBAAC;MAAE,WAAU;gBAAwB;OAKjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,4BAA4B;OAChC,oBAAC,kBAAG,gCAAgC;OACpC,oBAAC,kBAAG,oEAEC;OACL,oBAAC,kBAAG,2CAA2C;;OAC5C;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;;KACA;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA4B;KAC/D,qBAAC;MAAE,WAAU;;OAAwB;OACW;OAC9C,oBAAC,sBAAO,kBAAsB;;;OAC5B;KACJ,qBAAC;MAAG,WAAU;;OACZ,qBAAC,mBACC,oBAAC,sBAAO,YAAgB,iGAErB;OACL,qBAAC,mBACC,oBAAC,sBAAO,gBAAoB,iGAEzB;OACL,qBAAC,mBACC,oBAAC,sBAAO,kBAAsB,iGAE3B;OACL,qBAAC,mBACC,oBAAC,sBAAO,iBAAqB,0DAE1B;OACL,qBAAC,mBACC,oBAAC,sBAAO,eAAmB,gHAGxB;;OACF;;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA0B;KAC7D,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;KACJ,oBAAC;MAAI,WAAU;gBACb,oBAAC,mBAAK;;;;;;;;;;;;;;;;;;;;;;;4BAuBgB;OAClB;;KACF;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAAuB;KAC1D,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,sFAGC;OACL,oBAAC,kBAAG,gDAAgD;OACpD,oBAAC,kBAAG,qDAAqD;OACzD,oBAAC,kBAAG,8CAA8C;OAClD,oBAAC,kBAAG,sCAAsC;;OACvC;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;;KACA;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA4B;KAC/D,qBAAC;MAAE,WAAU;;OAAwB;OAE/B,oBAAC,sBAAO,SAAa;;;OAEvB;KACJ,oBAAC;MAAE,WAAU;gBAAwB;OAKjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,qCAAqC;OACzC,oBAAC,kBAAG,sEAEC;OACL,oBAAC,kBAAG,gEAAgE;OACpE,oBAAC,kBAAG,2FAGC;;OACF;;KACD;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAmB,EACtD,qBAAC;KAAG,WAAU;;MACZ,qBAAC,mBACC,oBAAC,sBAAO,4BAAgC,uFAErC;MACL,qBAAC,mBACC,oBAAC,sBAAO,0BAA8B,kGAEnC;MACL,qBAAC,mBACC,oBAAC,sBAAO,gCAAoC,+EAEzC;MACL,qBAAC,mBACC,oBAAC,sBAAO,qBAAyB,+FAE9B;MACL,qBAAC,mBACC,oBAAC,sBAAO,8BAAkC,wIAGvC;MACL,qBAAC,mBACC,oBAAC,sBAAO,4BAAgC,8FAErC;MACL,qBAAC,mBACC,oBAAC,sBAAO,8BAAkC,oGAEvC;;MACF;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA6B;KAChE,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,gCAAgC;OACpC,oBAAC,kBAAG,gEAAgE;OACpE,oBAAC,kBAAG,6DAA6D;;OAC9D;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAK,MAAK;KAAwB,WAAU;eAAY;MAElD,EACP,qBAAC;KAAK,MAAK;KAA2B,WAAU;gBAAc,0BACtC,oBAAC,gBAAa,MAAM,KAAM;MAC3C;KACH;;GACF"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/docs/safety/SafetyOverviewPage.d.ts
|
|
4
|
+
declare function SafetyOverviewPage(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SafetyOverviewPage };
|
|
7
|
+
//# sourceMappingURL=SafetyOverviewPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafetyOverviewPage.d.ts","names":[],"sources":["../../../../src/components/docs/safety/SafetyOverviewPage.tsx"],"mappings":";;;iBASgB,kBAAA,CAAA,GAAkB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|