@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,642 @@
|
|
|
1
|
+
import type { Metadata } from 'next';
|
|
2
|
+
|
|
3
|
+
export const metadata: Metadata = {
|
|
4
|
+
title: 'Privacy Policy | ContractSpec',
|
|
5
|
+
description:
|
|
6
|
+
'Learn how ContractSpec collects, uses, and protects your personal data in compliance with GDPR.',
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export function PrivacyTemplate() {
|
|
10
|
+
return (
|
|
11
|
+
<main className="flex grow flex-col items-center justify-center pt-24">
|
|
12
|
+
<section className="section-padding">
|
|
13
|
+
<div className="prose prose-invert mx-auto max-w-3xl">
|
|
14
|
+
<h1 className="mb-4 text-4xl font-bold">Privacy Policy</h1>
|
|
15
|
+
<p className="text-muted-foreground mb-8">
|
|
16
|
+
Last updated: December 18, 2025
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
{/* 1. Who We Are */}
|
|
20
|
+
<section className="space-y-4">
|
|
21
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
22
|
+
1. Who We Are
|
|
23
|
+
</h2>
|
|
24
|
+
<p className="text-muted-foreground">
|
|
25
|
+
<strong className="text-foreground">ContractSpec</strong> is a
|
|
26
|
+
brand of{' '}
|
|
27
|
+
<strong className="text-foreground">CHAMAN VENTURES</strong>, a
|
|
28
|
+
simplified joint-stock company (SASU) registered in France.
|
|
29
|
+
</p>
|
|
30
|
+
<div className="text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4">
|
|
31
|
+
<p className="mb-2">
|
|
32
|
+
<strong className="text-foreground">Data Controller:</strong>
|
|
33
|
+
</p>
|
|
34
|
+
<ul className="list-none space-y-1 pl-0">
|
|
35
|
+
<li>CHAMAN VENTURES, SASU</li>
|
|
36
|
+
<li>RCS Paris • SIREN 989 498 902</li>
|
|
37
|
+
<li>229 rue Saint-Honoré, 75001 Paris, France</li>
|
|
38
|
+
<li>
|
|
39
|
+
Contact:{' '}
|
|
40
|
+
<a
|
|
41
|
+
href="mailto:privacy@contractspec.io"
|
|
42
|
+
className="text-primary hover:underline"
|
|
43
|
+
>
|
|
44
|
+
privacy@contractspec.io
|
|
45
|
+
</a>
|
|
46
|
+
</li>
|
|
47
|
+
</ul>
|
|
48
|
+
</div>
|
|
49
|
+
<p className="text-muted-foreground">
|
|
50
|
+
We are responsible for deciding how we hold and use personal data
|
|
51
|
+
about you. We are required under data protection legislation to
|
|
52
|
+
notify you of the information contained in this privacy policy.
|
|
53
|
+
</p>
|
|
54
|
+
</section>
|
|
55
|
+
|
|
56
|
+
{/* 2. What This Policy Covers */}
|
|
57
|
+
<section className="mt-10 space-y-4">
|
|
58
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
59
|
+
2. What This Policy Covers
|
|
60
|
+
</h2>
|
|
61
|
+
<p className="text-muted-foreground">
|
|
62
|
+
This privacy policy explains:
|
|
63
|
+
</p>
|
|
64
|
+
<ul className="text-muted-foreground list-disc space-y-2 pl-6">
|
|
65
|
+
<li>
|
|
66
|
+
What personal data we collect through the ContractSpec website
|
|
67
|
+
and services
|
|
68
|
+
</li>
|
|
69
|
+
<li>Why we collect and process your data</li>
|
|
70
|
+
<li>How we store and protect your data</li>
|
|
71
|
+
<li>Who we may share your data with</li>
|
|
72
|
+
<li>
|
|
73
|
+
Your rights under the General Data Protection Regulation (GDPR)
|
|
74
|
+
</li>
|
|
75
|
+
</ul>
|
|
76
|
+
<p className="text-muted-foreground">
|
|
77
|
+
This policy applies to visitors of our website, users who sign up
|
|
78
|
+
for our waitlist or contact us, and customers who use our
|
|
79
|
+
services.
|
|
80
|
+
</p>
|
|
81
|
+
</section>
|
|
82
|
+
|
|
83
|
+
{/* 3. Data We Collect */}
|
|
84
|
+
<section className="mt-10 space-y-4">
|
|
85
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
86
|
+
3. Data We Collect
|
|
87
|
+
</h2>
|
|
88
|
+
<p className="text-muted-foreground">
|
|
89
|
+
We collect different types of data depending on how you interact
|
|
90
|
+
with ContractSpec:
|
|
91
|
+
</p>
|
|
92
|
+
|
|
93
|
+
<div className="overflow-x-auto">
|
|
94
|
+
<table className="text-muted-foreground w-full border-collapse text-sm">
|
|
95
|
+
<thead>
|
|
96
|
+
<tr className="border-b border-white/20">
|
|
97
|
+
<th className="text-foreground py-3 pr-4 text-left font-semibold">
|
|
98
|
+
Category
|
|
99
|
+
</th>
|
|
100
|
+
<th className="text-foreground py-3 pr-4 text-left font-semibold">
|
|
101
|
+
Data Collected
|
|
102
|
+
</th>
|
|
103
|
+
<th className="text-foreground py-3 text-left font-semibold">
|
|
104
|
+
When Collected
|
|
105
|
+
</th>
|
|
106
|
+
</tr>
|
|
107
|
+
</thead>
|
|
108
|
+
<tbody>
|
|
109
|
+
<tr className="border-b border-white/10">
|
|
110
|
+
<td className="py-3 pr-4 font-medium">Website Analytics</td>
|
|
111
|
+
<td className="py-3 pr-4">
|
|
112
|
+
Page views, click events, device type, browser,
|
|
113
|
+
approximate location (country level), session duration,
|
|
114
|
+
referral source
|
|
115
|
+
</td>
|
|
116
|
+
<td className="py-3">
|
|
117
|
+
When browsing our website (with consent in EU/EEA)
|
|
118
|
+
</td>
|
|
119
|
+
</tr>
|
|
120
|
+
<tr className="border-b border-white/10">
|
|
121
|
+
<td className="py-3 pr-4 font-medium">
|
|
122
|
+
Contact / Waitlist
|
|
123
|
+
</td>
|
|
124
|
+
<td className="py-3 pr-4">
|
|
125
|
+
Name, email address, message content
|
|
126
|
+
</td>
|
|
127
|
+
<td className="py-3">
|
|
128
|
+
When you submit a form or join our waitlist
|
|
129
|
+
</td>
|
|
130
|
+
</tr>
|
|
131
|
+
<tr className="border-b border-white/10">
|
|
132
|
+
<td className="py-3 pr-4 font-medium">Account Data</td>
|
|
133
|
+
<td className="py-3 pr-4">
|
|
134
|
+
<em>Not yet applicable</em> — We do not currently offer
|
|
135
|
+
user accounts. This section will be updated when accounts
|
|
136
|
+
are introduced.
|
|
137
|
+
</td>
|
|
138
|
+
<td className="py-3">—</td>
|
|
139
|
+
</tr>
|
|
140
|
+
<tr className="border-b border-white/10">
|
|
141
|
+
<td className="py-3 pr-4 font-medium">Billing Data</td>
|
|
142
|
+
<td className="py-3 pr-4">
|
|
143
|
+
<em>Not yet applicable</em> — We do not currently process
|
|
144
|
+
payments. This section will be updated when billing is
|
|
145
|
+
introduced.
|
|
146
|
+
</td>
|
|
147
|
+
<td className="py-3">—</td>
|
|
148
|
+
</tr>
|
|
149
|
+
</tbody>
|
|
150
|
+
</table>
|
|
151
|
+
</div>
|
|
152
|
+
</section>
|
|
153
|
+
|
|
154
|
+
{/* 4. Why We Process Data */}
|
|
155
|
+
<section className="mt-10 space-y-4">
|
|
156
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
157
|
+
4. Why We Process Data (Purposes & Legal Bases)
|
|
158
|
+
</h2>
|
|
159
|
+
<p className="text-muted-foreground">
|
|
160
|
+
Under GDPR, we must have a lawful basis for processing your
|
|
161
|
+
personal data. We rely on the following:
|
|
162
|
+
</p>
|
|
163
|
+
|
|
164
|
+
<div className="overflow-x-auto">
|
|
165
|
+
<table className="text-muted-foreground w-full border-collapse text-sm">
|
|
166
|
+
<thead>
|
|
167
|
+
<tr className="border-b border-white/20">
|
|
168
|
+
<th className="text-foreground py-3 pr-4 text-left font-semibold">
|
|
169
|
+
Purpose
|
|
170
|
+
</th>
|
|
171
|
+
<th className="text-foreground py-3 pr-4 text-left font-semibold">
|
|
172
|
+
Legal Basis
|
|
173
|
+
</th>
|
|
174
|
+
<th className="text-foreground py-3 text-left font-semibold">
|
|
175
|
+
Details
|
|
176
|
+
</th>
|
|
177
|
+
</tr>
|
|
178
|
+
</thead>
|
|
179
|
+
<tbody>
|
|
180
|
+
<tr className="border-b border-white/10">
|
|
181
|
+
<td className="py-3 pr-4 font-medium">
|
|
182
|
+
Website operation & security
|
|
183
|
+
</td>
|
|
184
|
+
<td className="py-3 pr-4">Legitimate interest</td>
|
|
185
|
+
<td className="py-3">
|
|
186
|
+
Ensuring our website functions correctly, preventing
|
|
187
|
+
abuse, and maintaining security
|
|
188
|
+
</td>
|
|
189
|
+
</tr>
|
|
190
|
+
<tr className="border-b border-white/10">
|
|
191
|
+
<td className="py-3 pr-4 font-medium">
|
|
192
|
+
Analytics & improvement
|
|
193
|
+
</td>
|
|
194
|
+
<td className="py-3 pr-4">Consent</td>
|
|
195
|
+
<td className="py-3">
|
|
196
|
+
Understanding how users interact with our site to improve
|
|
197
|
+
our services (gated behind consent in EU/EEA)
|
|
198
|
+
</td>
|
|
199
|
+
</tr>
|
|
200
|
+
<tr className="border-b border-white/10">
|
|
201
|
+
<td className="py-3 pr-4 font-medium">
|
|
202
|
+
Responding to enquiries
|
|
203
|
+
</td>
|
|
204
|
+
<td className="py-3 pr-4">
|
|
205
|
+
Legitimate interest / Contract
|
|
206
|
+
</td>
|
|
207
|
+
<td className="py-3">
|
|
208
|
+
Responding to your questions, processing waitlist
|
|
209
|
+
requests, or pre-contractual discussions
|
|
210
|
+
</td>
|
|
211
|
+
</tr>
|
|
212
|
+
<tr className="border-b border-white/10">
|
|
213
|
+
<td className="py-3 pr-4 font-medium">Service delivery</td>
|
|
214
|
+
<td className="py-3 pr-4">Contract</td>
|
|
215
|
+
<td className="py-3">
|
|
216
|
+
If/when you become a customer, processing your data is
|
|
217
|
+
necessary to fulfil our contractual obligations
|
|
218
|
+
</td>
|
|
219
|
+
</tr>
|
|
220
|
+
<tr className="border-b border-white/10">
|
|
221
|
+
<td className="py-3 pr-4 font-medium">Legal compliance</td>
|
|
222
|
+
<td className="py-3 pr-4">Legal obligation</td>
|
|
223
|
+
<td className="py-3">
|
|
224
|
+
Complying with applicable laws, regulations, or legal
|
|
225
|
+
processes
|
|
226
|
+
</td>
|
|
227
|
+
</tr>
|
|
228
|
+
</tbody>
|
|
229
|
+
</table>
|
|
230
|
+
</div>
|
|
231
|
+
</section>
|
|
232
|
+
|
|
233
|
+
{/* 5. Cookies & Tracking */}
|
|
234
|
+
<section className="mt-10 space-y-4">
|
|
235
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
236
|
+
5. Cookies & Tracking
|
|
237
|
+
</h2>
|
|
238
|
+
<p className="text-muted-foreground">
|
|
239
|
+
We use <strong className="text-foreground">PostHog</strong> for
|
|
240
|
+
product analytics to understand how visitors use our website.
|
|
241
|
+
PostHog may use cookies or similar technologies to collect this
|
|
242
|
+
information.
|
|
243
|
+
</p>
|
|
244
|
+
|
|
245
|
+
<h3 className="text-foreground mt-6 text-xl font-semibold">
|
|
246
|
+
Consent in the EU/EEA
|
|
247
|
+
</h3>
|
|
248
|
+
<p className="text-muted-foreground">
|
|
249
|
+
If you are located in the European Union or European Economic
|
|
250
|
+
Area, we gate analytics tracking behind your explicit consent.
|
|
251
|
+
Analytics cookies will not be set until you opt-in through our
|
|
252
|
+
cookie consent mechanism.
|
|
253
|
+
</p>
|
|
254
|
+
|
|
255
|
+
<h3 className="text-foreground mt-6 text-xl font-semibold">
|
|
256
|
+
Withdrawing Consent / Opting Out
|
|
257
|
+
</h3>
|
|
258
|
+
<p className="text-muted-foreground">
|
|
259
|
+
You can withdraw consent or opt out at any time:
|
|
260
|
+
</p>
|
|
261
|
+
<ul className="text-muted-foreground list-disc space-y-2 pl-6">
|
|
262
|
+
<li>
|
|
263
|
+
<strong>Cookie settings:</strong> Use the cookie preferences
|
|
264
|
+
link in our website footer to manage your consent
|
|
265
|
+
</li>
|
|
266
|
+
<li>
|
|
267
|
+
<strong>Browser settings:</strong> Configure your browser to
|
|
268
|
+
reject cookies or alert you when cookies are being set
|
|
269
|
+
</li>
|
|
270
|
+
<li>
|
|
271
|
+
<strong>PostHog opt-out:</strong> PostHog respects "Do Not
|
|
272
|
+
Track" browser signals where applicable
|
|
273
|
+
</li>
|
|
274
|
+
</ul>
|
|
275
|
+
<p className="text-muted-foreground">
|
|
276
|
+
Note: Rejecting analytics cookies will not affect your ability to
|
|
277
|
+
use our website.
|
|
278
|
+
</p>
|
|
279
|
+
</section>
|
|
280
|
+
|
|
281
|
+
{/* 6. Sub-processors / Recipients */}
|
|
282
|
+
<section className="mt-10 space-y-4">
|
|
283
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
284
|
+
6. Sub-processors & Recipients
|
|
285
|
+
</h2>
|
|
286
|
+
<p className="text-muted-foreground">
|
|
287
|
+
We share data with the following third-party service providers who
|
|
288
|
+
process data on our behalf:
|
|
289
|
+
</p>
|
|
290
|
+
|
|
291
|
+
<div className="overflow-x-auto">
|
|
292
|
+
<table className="text-muted-foreground w-full border-collapse text-sm">
|
|
293
|
+
<thead>
|
|
294
|
+
<tr className="border-b border-white/20">
|
|
295
|
+
<th className="text-foreground py-3 pr-4 text-left font-semibold">
|
|
296
|
+
Provider
|
|
297
|
+
</th>
|
|
298
|
+
<th className="text-foreground py-3 pr-4 text-left font-semibold">
|
|
299
|
+
Purpose
|
|
300
|
+
</th>
|
|
301
|
+
<th className="text-foreground py-3 text-left font-semibold">
|
|
302
|
+
Location
|
|
303
|
+
</th>
|
|
304
|
+
</tr>
|
|
305
|
+
</thead>
|
|
306
|
+
<tbody>
|
|
307
|
+
<tr className="border-b border-white/10">
|
|
308
|
+
<td className="py-3 pr-4 font-medium">PostHog</td>
|
|
309
|
+
<td className="py-3 pr-4">Product analytics</td>
|
|
310
|
+
<td className="py-3">EU (PostHog Cloud EU) or US</td>
|
|
311
|
+
</tr>
|
|
312
|
+
<tr className="border-b border-white/10">
|
|
313
|
+
<td className="py-3 pr-4 font-medium">Vercel</td>
|
|
314
|
+
<td className="py-3 pr-4">Website hosting & CDN</td>
|
|
315
|
+
<td className="py-3">Global (including EU regions)</td>
|
|
316
|
+
</tr>
|
|
317
|
+
<tr className="border-b border-white/10">
|
|
318
|
+
<td className="py-3 pr-4 font-medium">Scaleway</td>
|
|
319
|
+
<td className="py-3 pr-4">Cloud infrastructure</td>
|
|
320
|
+
<td className="py-3">France / EU</td>
|
|
321
|
+
</tr>
|
|
322
|
+
<tr className="border-b border-white/10">
|
|
323
|
+
<td className="py-3 pr-4 font-medium">
|
|
324
|
+
Email provider <em>(TBD)</em>
|
|
325
|
+
</td>
|
|
326
|
+
<td className="py-3 pr-4">
|
|
327
|
+
Transactional & marketing emails
|
|
328
|
+
</td>
|
|
329
|
+
<td className="py-3">
|
|
330
|
+
<em>To be confirmed</em>
|
|
331
|
+
</td>
|
|
332
|
+
</tr>
|
|
333
|
+
<tr className="border-b border-white/10">
|
|
334
|
+
<td className="py-3 pr-4 font-medium">
|
|
335
|
+
Error tracking <em>(TBD)</em>
|
|
336
|
+
</td>
|
|
337
|
+
<td className="py-3 pr-4">Application error monitoring</td>
|
|
338
|
+
<td className="py-3">
|
|
339
|
+
<em>To be confirmed</em>
|
|
340
|
+
</td>
|
|
341
|
+
</tr>
|
|
342
|
+
<tr className="border-b border-white/10">
|
|
343
|
+
<td className="py-3 pr-4 font-medium">
|
|
344
|
+
Payment processor <em>(TBD)</em>
|
|
345
|
+
</td>
|
|
346
|
+
<td className="py-3 pr-4">
|
|
347
|
+
Billing & subscription management
|
|
348
|
+
</td>
|
|
349
|
+
<td className="py-3">
|
|
350
|
+
<em>To be confirmed</em>
|
|
351
|
+
</td>
|
|
352
|
+
</tr>
|
|
353
|
+
</tbody>
|
|
354
|
+
</table>
|
|
355
|
+
</div>
|
|
356
|
+
|
|
357
|
+
<p className="text-muted-foreground mt-4">
|
|
358
|
+
We carefully select our sub-processors and require them to
|
|
359
|
+
maintain appropriate security measures and only process data
|
|
360
|
+
according to our instructions.
|
|
361
|
+
</p>
|
|
362
|
+
</section>
|
|
363
|
+
|
|
364
|
+
{/* 7. International Transfers */}
|
|
365
|
+
<section className="mt-10 space-y-4">
|
|
366
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
367
|
+
7. International Data Transfers
|
|
368
|
+
</h2>
|
|
369
|
+
<p className="text-muted-foreground">
|
|
370
|
+
As a France-based company, we aim to keep your data within the
|
|
371
|
+
European Union wherever possible.
|
|
372
|
+
</p>
|
|
373
|
+
<p className="text-muted-foreground">
|
|
374
|
+
However, some of our service providers may process data outside
|
|
375
|
+
the EU/EEA. When this occurs, we ensure appropriate safeguards are
|
|
376
|
+
in place, such as:
|
|
377
|
+
</p>
|
|
378
|
+
<ul className="text-muted-foreground list-disc space-y-2 pl-6">
|
|
379
|
+
<li>
|
|
380
|
+
<strong>Standard Contractual Clauses (SCCs)</strong> approved by
|
|
381
|
+
the European Commission
|
|
382
|
+
</li>
|
|
383
|
+
<li>
|
|
384
|
+
<strong>Adequacy decisions</strong> where the recipient country
|
|
385
|
+
has been deemed to provide adequate protection
|
|
386
|
+
</li>
|
|
387
|
+
<li>
|
|
388
|
+
<strong>Binding Corporate Rules</strong> where applicable
|
|
389
|
+
</li>
|
|
390
|
+
</ul>
|
|
391
|
+
<p className="text-muted-foreground">
|
|
392
|
+
You may request more information about these safeguards by
|
|
393
|
+
contacting us at{' '}
|
|
394
|
+
<a
|
|
395
|
+
href="mailto:privacy@contractspec.io"
|
|
396
|
+
className="text-primary hover:underline"
|
|
397
|
+
>
|
|
398
|
+
privacy@contractspec.io
|
|
399
|
+
</a>
|
|
400
|
+
.
|
|
401
|
+
</p>
|
|
402
|
+
</section>
|
|
403
|
+
|
|
404
|
+
{/* 8. Retention */}
|
|
405
|
+
<section className="mt-10 space-y-4">
|
|
406
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
407
|
+
8. Data Retention
|
|
408
|
+
</h2>
|
|
409
|
+
<p className="text-muted-foreground">
|
|
410
|
+
We retain your personal data only for as long as necessary to
|
|
411
|
+
fulfil the purposes for which it was collected:
|
|
412
|
+
</p>
|
|
413
|
+
|
|
414
|
+
<div className="overflow-x-auto">
|
|
415
|
+
<table className="text-muted-foreground w-full border-collapse text-sm">
|
|
416
|
+
<thead>
|
|
417
|
+
<tr className="border-b border-white/20">
|
|
418
|
+
<th className="text-foreground py-3 pr-4 text-left font-semibold">
|
|
419
|
+
Data Type
|
|
420
|
+
</th>
|
|
421
|
+
<th className="text-foreground py-3 text-left font-semibold">
|
|
422
|
+
Retention Period
|
|
423
|
+
</th>
|
|
424
|
+
</tr>
|
|
425
|
+
</thead>
|
|
426
|
+
<tbody>
|
|
427
|
+
<tr className="border-b border-white/10">
|
|
428
|
+
<td className="py-3 pr-4 font-medium">Analytics data</td>
|
|
429
|
+
<td className="py-3">24 months from collection</td>
|
|
430
|
+
</tr>
|
|
431
|
+
<tr className="border-b border-white/10">
|
|
432
|
+
<td className="py-3 pr-4 font-medium">
|
|
433
|
+
Waitlist / contact form data
|
|
434
|
+
</td>
|
|
435
|
+
<td className="py-3">
|
|
436
|
+
Until you request deletion or 24 months after last
|
|
437
|
+
interaction
|
|
438
|
+
</td>
|
|
439
|
+
</tr>
|
|
440
|
+
<tr className="border-b border-white/10">
|
|
441
|
+
<td className="py-3 pr-4 font-medium">
|
|
442
|
+
Account data (when applicable)
|
|
443
|
+
</td>
|
|
444
|
+
<td className="py-3">
|
|
445
|
+
Duration of account plus 12 months after closure
|
|
446
|
+
</td>
|
|
447
|
+
</tr>
|
|
448
|
+
<tr className="border-b border-white/10">
|
|
449
|
+
<td className="py-3 pr-4 font-medium">
|
|
450
|
+
Billing records (when applicable)
|
|
451
|
+
</td>
|
|
452
|
+
<td className="py-3">
|
|
453
|
+
10 years (French legal requirement)
|
|
454
|
+
</td>
|
|
455
|
+
</tr>
|
|
456
|
+
</tbody>
|
|
457
|
+
</table>
|
|
458
|
+
</div>
|
|
459
|
+
|
|
460
|
+
<p className="text-muted-foreground mt-4">
|
|
461
|
+
We may retain certain data longer if required by law or to
|
|
462
|
+
establish, exercise, or defend legal claims.
|
|
463
|
+
</p>
|
|
464
|
+
</section>
|
|
465
|
+
|
|
466
|
+
{/* 9. Your Rights */}
|
|
467
|
+
<section className="mt-10 space-y-4">
|
|
468
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
469
|
+
9. Your Rights Under GDPR
|
|
470
|
+
</h2>
|
|
471
|
+
<p className="text-muted-foreground">
|
|
472
|
+
As a data subject in the EU, you have the following rights:
|
|
473
|
+
</p>
|
|
474
|
+
|
|
475
|
+
<ul className="text-muted-foreground list-disc space-y-3 pl-6">
|
|
476
|
+
<li>
|
|
477
|
+
<strong className="text-foreground">Right to access</strong> —
|
|
478
|
+
Request a copy of the personal data we hold about you
|
|
479
|
+
</li>
|
|
480
|
+
<li>
|
|
481
|
+
<strong className="text-foreground">
|
|
482
|
+
Right to rectification
|
|
483
|
+
</strong>{' '}
|
|
484
|
+
— Request correction of inaccurate or incomplete data
|
|
485
|
+
</li>
|
|
486
|
+
<li>
|
|
487
|
+
<strong className="text-foreground">
|
|
488
|
+
Right to erasure ("right to be forgotten")
|
|
489
|
+
</strong>{' '}
|
|
490
|
+
— Request deletion of your personal data in certain
|
|
491
|
+
circumstances
|
|
492
|
+
</li>
|
|
493
|
+
<li>
|
|
494
|
+
<strong className="text-foreground">
|
|
495
|
+
Right to restriction
|
|
496
|
+
</strong>{' '}
|
|
497
|
+
— Request that we limit how we use your data
|
|
498
|
+
</li>
|
|
499
|
+
<li>
|
|
500
|
+
<strong className="text-foreground">
|
|
501
|
+
Right to data portability
|
|
502
|
+
</strong>{' '}
|
|
503
|
+
— Receive your data in a structured, machine-readable format
|
|
504
|
+
</li>
|
|
505
|
+
<li>
|
|
506
|
+
<strong className="text-foreground">Right to object</strong> —
|
|
507
|
+
Object to processing based on legitimate interests or direct
|
|
508
|
+
marketing
|
|
509
|
+
</li>
|
|
510
|
+
<li>
|
|
511
|
+
<strong className="text-foreground">
|
|
512
|
+
Right to withdraw consent
|
|
513
|
+
</strong>{' '}
|
|
514
|
+
— Where processing is based on consent, withdraw it at any time
|
|
515
|
+
</li>
|
|
516
|
+
</ul>
|
|
517
|
+
|
|
518
|
+
<p className="text-muted-foreground mt-4">
|
|
519
|
+
To exercise any of these rights, please contact us at{' '}
|
|
520
|
+
<a
|
|
521
|
+
href="mailto:privacy@contractspec.io"
|
|
522
|
+
className="text-primary hover:underline"
|
|
523
|
+
>
|
|
524
|
+
privacy@contractspec.io
|
|
525
|
+
</a>
|
|
526
|
+
. We will respond within one month as required by GDPR.
|
|
527
|
+
</p>
|
|
528
|
+
</section>
|
|
529
|
+
|
|
530
|
+
{/* 10. Security */}
|
|
531
|
+
<section className="mt-10 space-y-4">
|
|
532
|
+
<h2 className="text-foreground text-2xl font-bold">10. Security</h2>
|
|
533
|
+
<p className="text-muted-foreground">
|
|
534
|
+
We implement appropriate technical and organisational measures to
|
|
535
|
+
protect your personal data against unauthorised access,
|
|
536
|
+
alteration, disclosure, or destruction. These measures include:
|
|
537
|
+
</p>
|
|
538
|
+
<ul className="text-muted-foreground list-disc space-y-2 pl-6">
|
|
539
|
+
<li>Encryption of data in transit (TLS/HTTPS)</li>
|
|
540
|
+
<li>Encryption of data at rest where appropriate</li>
|
|
541
|
+
<li>Access controls and authentication</li>
|
|
542
|
+
<li>Regular security reviews and updates</li>
|
|
543
|
+
<li>Careful vetting of sub-processors</li>
|
|
544
|
+
</ul>
|
|
545
|
+
<p className="text-muted-foreground">
|
|
546
|
+
While we strive to protect your data, no method of transmission
|
|
547
|
+
over the Internet or electronic storage is 100% secure. We cannot
|
|
548
|
+
guarantee absolute security but are committed to continuous
|
|
549
|
+
improvement.
|
|
550
|
+
</p>
|
|
551
|
+
</section>
|
|
552
|
+
|
|
553
|
+
{/* 11. Contact & Complaints */}
|
|
554
|
+
<section className="mt-10 space-y-4">
|
|
555
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
556
|
+
11. Contact & Complaints
|
|
557
|
+
</h2>
|
|
558
|
+
<p className="text-muted-foreground">
|
|
559
|
+
If you have any questions, concerns, or requests regarding this
|
|
560
|
+
privacy policy or our data practices, please contact us:
|
|
561
|
+
</p>
|
|
562
|
+
<div className="text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4">
|
|
563
|
+
<p>
|
|
564
|
+
<strong className="text-foreground">Email:</strong>{' '}
|
|
565
|
+
<a
|
|
566
|
+
href="mailto:privacy@contractspec.io"
|
|
567
|
+
className="text-primary hover:underline"
|
|
568
|
+
>
|
|
569
|
+
privacy@contractspec.io
|
|
570
|
+
</a>
|
|
571
|
+
</p>
|
|
572
|
+
<p className="mt-2">
|
|
573
|
+
<strong className="text-foreground">Address:</strong> CHAMAN
|
|
574
|
+
VENTURES, 229 rue Saint-Honoré, 75001 Paris, France
|
|
575
|
+
</p>
|
|
576
|
+
</div>
|
|
577
|
+
|
|
578
|
+
<h3 className="text-foreground mt-6 text-xl font-semibold">
|
|
579
|
+
Supervisory Authority
|
|
580
|
+
</h3>
|
|
581
|
+
<p className="text-muted-foreground">
|
|
582
|
+
If you are not satisfied with our response or believe we are
|
|
583
|
+
processing your data unlawfully, you have the right to lodge a
|
|
584
|
+
complaint with a supervisory authority. In France, the relevant
|
|
585
|
+
authority is:
|
|
586
|
+
</p>
|
|
587
|
+
<div className="text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4">
|
|
588
|
+
<p>
|
|
589
|
+
<strong className="text-foreground">
|
|
590
|
+
Commission Nationale de l'Informatique et des Libertés (CNIL)
|
|
591
|
+
</strong>
|
|
592
|
+
</p>
|
|
593
|
+
<p>3 Place de Fontenoy, TSA 80715, 75334 Paris Cedex 07</p>
|
|
594
|
+
<p>
|
|
595
|
+
Website:{' '}
|
|
596
|
+
<a
|
|
597
|
+
href="https://www.cnil.fr"
|
|
598
|
+
target="_blank"
|
|
599
|
+
rel="noopener noreferrer"
|
|
600
|
+
className="text-primary hover:underline"
|
|
601
|
+
>
|
|
602
|
+
www.cnil.fr
|
|
603
|
+
</a>
|
|
604
|
+
</p>
|
|
605
|
+
</div>
|
|
606
|
+
</section>
|
|
607
|
+
|
|
608
|
+
{/* Changes Notice */}
|
|
609
|
+
<section className="mt-10 space-y-4">
|
|
610
|
+
<h2 className="text-foreground text-2xl font-bold">
|
|
611
|
+
12. Changes to This Policy
|
|
612
|
+
</h2>
|
|
613
|
+
<p className="text-muted-foreground">
|
|
614
|
+
We may update this privacy policy from time to time to reflect
|
|
615
|
+
changes in our practices, technology, legal requirements, or for
|
|
616
|
+
other operational reasons. We will notify you of any material
|
|
617
|
+
changes by updating the "Last updated" date at the top of this
|
|
618
|
+
page.
|
|
619
|
+
</p>
|
|
620
|
+
<p className="text-muted-foreground">
|
|
621
|
+
We encourage you to review this policy periodically to stay
|
|
622
|
+
informed about how we protect your data.
|
|
623
|
+
</p>
|
|
624
|
+
</section>
|
|
625
|
+
|
|
626
|
+
{/* Footer */}
|
|
627
|
+
<div className="mt-12 border-t border-white/10 pt-8">
|
|
628
|
+
<p className="text-muted-foreground text-sm">
|
|
629
|
+
For questions about this privacy policy, please contact us at{' '}
|
|
630
|
+
<a
|
|
631
|
+
href="mailto:privacy@contractspec.io"
|
|
632
|
+
className="text-primary hover:underline"
|
|
633
|
+
>
|
|
634
|
+
privacy@contractspec.io
|
|
635
|
+
</a>
|
|
636
|
+
</p>
|
|
637
|
+
</div>
|
|
638
|
+
</div>
|
|
639
|
+
</section>
|
|
640
|
+
</main>
|
|
641
|
+
);
|
|
642
|
+
}
|