@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,369 @@
|
|
|
1
|
+
import { generateClientFromSchemaBrief } from "./intent-pages.docblocks.js";
|
|
2
|
+
import { SeoOptimizer } from "../../../packages/libs/content-gen/dist/seo/optimizer.js";
|
|
3
|
+
import { ChevronRight } from "lucide-react";
|
|
4
|
+
import { CodeBlock } from "@contractspec/lib.design-system";
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import Link from "@contractspec/lib.ui-link";
|
|
7
|
+
|
|
8
|
+
//#region src/components/docs/intent/GenerateClientFromSchemaPage.tsx
|
|
9
|
+
const metadata = new SeoOptimizer().optimize(generateClientFromSchemaBrief);
|
|
10
|
+
function GenerateClientFromSchemaPage() {
|
|
11
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
12
|
+
className: "space-y-8",
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ jsxs("div", {
|
|
15
|
+
className: "space-y-3",
|
|
16
|
+
children: [/* @__PURE__ */ jsx("h1", {
|
|
17
|
+
className: "text-4xl font-bold",
|
|
18
|
+
children: generateClientFromSchemaBrief.title
|
|
19
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
20
|
+
className: "text-muted-foreground text-lg",
|
|
21
|
+
children: generateClientFromSchemaBrief.summary
|
|
22
|
+
})]
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsxs("div", {
|
|
25
|
+
className: "card-subtle space-y-4 p-6",
|
|
26
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
27
|
+
className: "text-2xl font-bold",
|
|
28
|
+
children: "Client Development Problems"
|
|
29
|
+
}), /* @__PURE__ */ jsx("ul", {
|
|
30
|
+
className: "text-muted-foreground space-y-2 text-sm",
|
|
31
|
+
children: generateClientFromSchemaBrief.problems.map((problem, index) => /* @__PURE__ */ jsx("li", { children: problem }, index))
|
|
32
|
+
})]
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsxs("div", {
|
|
35
|
+
className: "card-subtle space-y-4 p-6",
|
|
36
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
37
|
+
className: "text-2xl font-bold",
|
|
38
|
+
children: "Automated Solutions"
|
|
39
|
+
}), /* @__PURE__ */ jsx("ul", {
|
|
40
|
+
className: "text-muted-foreground space-y-2 text-sm",
|
|
41
|
+
children: generateClientFromSchemaBrief.solutions.map((solution, index) => /* @__PURE__ */ jsx("li", { children: solution }, index))
|
|
42
|
+
})]
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ jsxs("div", {
|
|
45
|
+
className: "space-y-6",
|
|
46
|
+
children: [
|
|
47
|
+
/* @__PURE__ */ jsxs("div", {
|
|
48
|
+
className: "space-y-3",
|
|
49
|
+
children: [
|
|
50
|
+
/* @__PURE__ */ jsx("h2", {
|
|
51
|
+
className: "text-2xl font-bold",
|
|
52
|
+
children: "Contract Definition"
|
|
53
|
+
}),
|
|
54
|
+
/* @__PURE__ */ jsx("p", {
|
|
55
|
+
className: "text-muted-foreground text-sm",
|
|
56
|
+
children: "Define your API contract once, generate clients for any language."
|
|
57
|
+
}),
|
|
58
|
+
/* @__PURE__ */ jsx(CodeBlock, {
|
|
59
|
+
language: "typescript",
|
|
60
|
+
filename: "src/contracts/api.contract.ts",
|
|
61
|
+
code: `import { defineContract } from '@contractspec/lib.contracts';
|
|
62
|
+
import { SchemaModel, ScalarTypeEnum } from '@contractspec/lib.schema';
|
|
63
|
+
|
|
64
|
+
export const ApiContract = defineContract({
|
|
65
|
+
name: 'MyAPI',
|
|
66
|
+
version: '1.0.0',
|
|
67
|
+
baseUrl: 'https://api.example.com',
|
|
68
|
+
operations: {
|
|
69
|
+
getUsers: {
|
|
70
|
+
goal: 'Retrieve paginated list of users',
|
|
71
|
+
method: 'GET',
|
|
72
|
+
path: '/users',
|
|
73
|
+
input: new SchemaModel({
|
|
74
|
+
type: 'object',
|
|
75
|
+
properties: {
|
|
76
|
+
page: { type: 'integer', minimum: 1, default: 1 },
|
|
77
|
+
limit: { type: 'integer', minimum: 1, maximum: 100, default: 20 },
|
|
78
|
+
},
|
|
79
|
+
}),
|
|
80
|
+
output: new SchemaModel({
|
|
81
|
+
type: 'object',
|
|
82
|
+
properties: {
|
|
83
|
+
users: {
|
|
84
|
+
type: 'array',
|
|
85
|
+
items: {
|
|
86
|
+
type: 'object',
|
|
87
|
+
properties: {
|
|
88
|
+
id: { type: 'string', required: true },
|
|
89
|
+
email: { type: 'string', required: true },
|
|
90
|
+
name: { type: 'string', required: true },
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
pagination: {
|
|
95
|
+
type: 'object',
|
|
96
|
+
properties: {
|
|
97
|
+
page: { type: 'integer', required: true },
|
|
98
|
+
limit: { type: 'integer', required: true },
|
|
99
|
+
total: { type: 'integer', required: true },
|
|
100
|
+
},
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
}),
|
|
104
|
+
},
|
|
105
|
+
createUser: {
|
|
106
|
+
goal: 'Create a new user account',
|
|
107
|
+
method: 'POST',
|
|
108
|
+
path: '/users',
|
|
109
|
+
input: new SchemaModel({
|
|
110
|
+
type: 'object',
|
|
111
|
+
properties: {
|
|
112
|
+
email: { type: 'string', format: 'email', required: true },
|
|
113
|
+
name: { type: 'string', minLength: 1, required: true },
|
|
114
|
+
},
|
|
115
|
+
}),
|
|
116
|
+
output: new SchemaModel({
|
|
117
|
+
type: 'object',
|
|
118
|
+
properties: {
|
|
119
|
+
id: { type: 'string', required: true },
|
|
120
|
+
email: { type: 'string', required: true },
|
|
121
|
+
name: { type: 'string', required: true },
|
|
122
|
+
createdAt: { type: 'string', format: 'date-time', required: true },
|
|
123
|
+
},
|
|
124
|
+
}),
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
metadata: {
|
|
128
|
+
description: 'User management API with authentication',
|
|
129
|
+
tags: ['users', 'authentication'],
|
|
130
|
+
},
|
|
131
|
+
});`
|
|
132
|
+
})
|
|
133
|
+
]
|
|
134
|
+
}),
|
|
135
|
+
/* @__PURE__ */ jsxs("div", {
|
|
136
|
+
className: "space-y-3",
|
|
137
|
+
children: [
|
|
138
|
+
/* @__PURE__ */ jsx("h2", {
|
|
139
|
+
className: "text-2xl font-bold",
|
|
140
|
+
children: "Generate Multiple Clients"
|
|
141
|
+
}),
|
|
142
|
+
/* @__PURE__ */ jsx("p", {
|
|
143
|
+
className: "text-muted-foreground text-sm",
|
|
144
|
+
children: "Generate type-safe clients for any language from the same contract."
|
|
145
|
+
}),
|
|
146
|
+
/* @__PURE__ */ jsx(CodeBlock, {
|
|
147
|
+
language: "bash",
|
|
148
|
+
filename: "generate-clients",
|
|
149
|
+
code: `# Generate all supported language clients
|
|
150
|
+
contractspec generate clients \\
|
|
151
|
+
--contract ./src/contracts/api.contract.ts \\
|
|
152
|
+
--output ./generated/clients \\
|
|
153
|
+
--languages typescript,python,go,java,csharp
|
|
154
|
+
|
|
155
|
+
# Generate specific language client
|
|
156
|
+
contractspec generate clients \\
|
|
157
|
+
--contract ./src/contracts/api.contract.ts \\
|
|
158
|
+
--output ./generated/clients \\
|
|
159
|
+
--languages typescript \\
|
|
160
|
+
--format npm-package
|
|
161
|
+
|
|
162
|
+
# Options
|
|
163
|
+
# --with-types: Include TypeScript definitions
|
|
164
|
+
# --with-tests: Generate client test suites
|
|
165
|
+
# --with-docs: Include client documentation
|
|
166
|
+
# --framework: Use specific HTTP client framework`
|
|
167
|
+
})
|
|
168
|
+
]
|
|
169
|
+
}),
|
|
170
|
+
/* @__PURE__ */ jsxs("div", {
|
|
171
|
+
className: "space-y-3",
|
|
172
|
+
children: [
|
|
173
|
+
/* @__PURE__ */ jsx("h2", {
|
|
174
|
+
className: "text-2xl font-bold",
|
|
175
|
+
children: "Generated Client Examples"
|
|
176
|
+
}),
|
|
177
|
+
/* @__PURE__ */ jsx("p", {
|
|
178
|
+
className: "text-muted-foreground text-sm",
|
|
179
|
+
children: "Each generated client is fully type-safe and idiomatic."
|
|
180
|
+
}),
|
|
181
|
+
/* @__PURE__ */ jsxs("div", {
|
|
182
|
+
className: "space-y-4",
|
|
183
|
+
children: [
|
|
184
|
+
/* @__PURE__ */ jsxs("div", {
|
|
185
|
+
className: "card-subtle p-4",
|
|
186
|
+
children: [/* @__PURE__ */ jsx("h4", {
|
|
187
|
+
className: "text-lg font-semibold",
|
|
188
|
+
children: "TypeScript Client"
|
|
189
|
+
}), /* @__PURE__ */ jsx(CodeBlock, {
|
|
190
|
+
language: "typescript",
|
|
191
|
+
filename: "generated/clients/typescript/index.ts",
|
|
192
|
+
code: `import { MyAPIClient } from './client';
|
|
193
|
+
|
|
194
|
+
const client = new MyAPIClient({
|
|
195
|
+
baseUrl: 'https://api.example.com',
|
|
196
|
+
apiKey: process.env.API_KEY,
|
|
197
|
+
});
|
|
198
|
+
|
|
199
|
+
// Type-safe method calls
|
|
200
|
+
const users = await client.getUsers({
|
|
201
|
+
page: 1,
|
|
202
|
+
limit: 10,
|
|
203
|
+
});
|
|
204
|
+
|
|
205
|
+
const newUser = await client.createUser({
|
|
206
|
+
email: 'user@example.com',
|
|
207
|
+
name: 'John Doe',
|
|
208
|
+
});
|
|
209
|
+
|
|
210
|
+
// Full type inference
|
|
211
|
+
// users: GetUsersResponse
|
|
212
|
+
// newUser: CreateUserResponse`
|
|
213
|
+
})]
|
|
214
|
+
}),
|
|
215
|
+
/* @__PURE__ */ jsxs("div", {
|
|
216
|
+
className: "card-subtle p-4",
|
|
217
|
+
children: [/* @__PURE__ */ jsx("h4", {
|
|
218
|
+
className: "text-lg font-semibold",
|
|
219
|
+
children: "Python Client"
|
|
220
|
+
}), /* @__PURE__ */ jsx(CodeBlock, {
|
|
221
|
+
language: "python",
|
|
222
|
+
filename: "generated/clients/python/index.py",
|
|
223
|
+
code: `from myapi_client import MyAPIClient
|
|
224
|
+
|
|
225
|
+
client = MyAPIClient(
|
|
226
|
+
base_url='https://api.example.com',
|
|
227
|
+
api_key=os.getenv('API_KEY')
|
|
228
|
+
)
|
|
229
|
+
|
|
230
|
+
# Type-safe method calls
|
|
231
|
+
users = await client.get_users(
|
|
232
|
+
page=1,
|
|
233
|
+
limit=10
|
|
234
|
+
)
|
|
235
|
+
|
|
236
|
+
new_user = await client.create_user(
|
|
237
|
+
email='user@example.com',
|
|
238
|
+
name='John Doe'
|
|
239
|
+
)
|
|
240
|
+
|
|
241
|
+
# Full type hints
|
|
242
|
+
# users: GetUsersResponse
|
|
243
|
+
# new_user: CreateUserResponse`
|
|
244
|
+
})]
|
|
245
|
+
}),
|
|
246
|
+
/* @__PURE__ */ jsxs("div", {
|
|
247
|
+
className: "card-subtle p-4",
|
|
248
|
+
children: [/* @__PURE__ */ jsx("h4", {
|
|
249
|
+
className: "text-lg font-semibold",
|
|
250
|
+
children: "Go Client"
|
|
251
|
+
}), /* @__PURE__ */ jsx(CodeBlock, {
|
|
252
|
+
language: "go",
|
|
253
|
+
filename: "generated/clients/go/client.go",
|
|
254
|
+
code: `package main
|
|
255
|
+
|
|
256
|
+
import (
|
|
257
|
+
"context"
|
|
258
|
+
"myapi_client"
|
|
259
|
+
)
|
|
260
|
+
|
|
261
|
+
func main() {
|
|
262
|
+
client := myapi_client.NewMyAPIClient(
|
|
263
|
+
myapi_client.WithBaseURL("https://api.example.com"),
|
|
264
|
+
myapi_client.WithAPIKey(os.Getenv("API_KEY")),
|
|
265
|
+
)
|
|
266
|
+
|
|
267
|
+
// Type-safe method calls
|
|
268
|
+
users, err := client.GetUsers(&myapi_client.GetUsersParams{
|
|
269
|
+
Page: 1,
|
|
270
|
+
Limit: 10,
|
|
271
|
+
})
|
|
272
|
+
|
|
273
|
+
newUser, err := client.CreateUser(&myapi_client.CreateUserParams{
|
|
274
|
+
Email: "user@example.com",
|
|
275
|
+
Name: "John Doe",
|
|
276
|
+
})
|
|
277
|
+
|
|
278
|
+
// Full type checking at compile time
|
|
279
|
+
// users: *GetUsersResponse
|
|
280
|
+
// newUser: *CreateUserResponse
|
|
281
|
+
}`
|
|
282
|
+
})]
|
|
283
|
+
})
|
|
284
|
+
]
|
|
285
|
+
})
|
|
286
|
+
]
|
|
287
|
+
}),
|
|
288
|
+
/* @__PURE__ */ jsxs("div", {
|
|
289
|
+
className: "space-y-3",
|
|
290
|
+
children: [
|
|
291
|
+
/* @__PURE__ */ jsx("h2", {
|
|
292
|
+
className: "text-2xl font-bold",
|
|
293
|
+
children: "Advanced Features"
|
|
294
|
+
}),
|
|
295
|
+
/* @__PURE__ */ jsx("p", {
|
|
296
|
+
className: "text-muted-foreground text-sm",
|
|
297
|
+
children: "Generated clients include enterprise-grade features out of the box."
|
|
298
|
+
}),
|
|
299
|
+
/* @__PURE__ */ jsx(CodeBlock, {
|
|
300
|
+
language: "typescript",
|
|
301
|
+
filename: "client-features.ts",
|
|
302
|
+
code: `// Advanced client features
|
|
303
|
+
const client = new MyAPIClient({
|
|
304
|
+
baseUrl: 'https://api.example.com',
|
|
305
|
+
apiKey: 'your-api-key',
|
|
306
|
+
|
|
307
|
+
// Retry configuration
|
|
308
|
+
retryConfig: {
|
|
309
|
+
maxRetries: 3,
|
|
310
|
+
backoffMultiplier: 2,
|
|
311
|
+
maxDelay: 30000,
|
|
312
|
+
},
|
|
313
|
+
|
|
314
|
+
// Request/Response interceptors
|
|
315
|
+
interceptors: {
|
|
316
|
+
request: [(config) => {
|
|
317
|
+
// Add authentication headers
|
|
318
|
+
config.headers.Authorization = \`Bearer \${await getAuthToken()}\`;
|
|
319
|
+
return config;
|
|
320
|
+
}],
|
|
321
|
+
response: [(response) => {
|
|
322
|
+
// Log API calls
|
|
323
|
+
console.log(\`API Call: \${response.config.method} \${response.config.url}\`);
|
|
324
|
+
return response;
|
|
325
|
+
}],
|
|
326
|
+
},
|
|
327
|
+
|
|
328
|
+
// Error handling
|
|
329
|
+
errorHandler: (error) => {
|
|
330
|
+
if (error.status === 401) {
|
|
331
|
+
// Refresh token and retry
|
|
332
|
+
return refreshTokenAndRetry(error.originalRequest);
|
|
333
|
+
}
|
|
334
|
+
throw error;
|
|
335
|
+
},
|
|
336
|
+
});
|
|
337
|
+
|
|
338
|
+
// Automatic request deduplication
|
|
339
|
+
const user1 = client.getUser({ id: '123' });
|
|
340
|
+
const user2 = client.getUser({ id: '123' }); // Uses cached result
|
|
341
|
+
|
|
342
|
+
// Request cancellation
|
|
343
|
+
const controller = new AbortController();
|
|
344
|
+
const promise = client.getUsers({ page: 1, signal: controller.signal });
|
|
345
|
+
controller.abort(); // Cancels the request`
|
|
346
|
+
})
|
|
347
|
+
]
|
|
348
|
+
})
|
|
349
|
+
]
|
|
350
|
+
}),
|
|
351
|
+
/* @__PURE__ */ jsxs("div", {
|
|
352
|
+
className: "flex items-center gap-4 pt-4",
|
|
353
|
+
children: [/* @__PURE__ */ jsxs(Link, {
|
|
354
|
+
href: "/docs/guides/generate-docs-clients-schemas",
|
|
355
|
+
className: "btn-primary",
|
|
356
|
+
children: ["Client Generation Guide ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
|
|
357
|
+
}), /* @__PURE__ */ jsx(Link, {
|
|
358
|
+
href: "/docs/intent/contract-first-api",
|
|
359
|
+
className: "btn-ghost",
|
|
360
|
+
children: "Contract-first API"
|
|
361
|
+
})]
|
|
362
|
+
})
|
|
363
|
+
]
|
|
364
|
+
});
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
//#endregion
|
|
368
|
+
export { GenerateClientFromSchemaPage, metadata };
|
|
369
|
+
//# sourceMappingURL=GenerateClientFromSchemaPage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenerateClientFromSchemaPage.js","names":[],"sources":["../../../../src/components/docs/intent/GenerateClientFromSchemaPage.tsx"],"sourcesContent":["import type { Metadata } from 'next';\nimport { generateClientFromSchemaBrief } from '@contractspec/bundle.library/components/docs/intent/intent-pages.docblocks';\nimport { SeoOptimizer } from '@contractspec/lib.content-gen/seo';\nimport { CodeBlock } from '@contractspec/lib.design-system';\nimport Link from '@contractspec/lib.ui-link';\nimport { ChevronRight } from 'lucide-react';\n\nexport const metadata: Metadata = new SeoOptimizer().optimize(\n generateClientFromSchemaBrief\n);\n\nexport function GenerateClientFromSchemaPage() {\n return (\n <div className=\"space-y-8\">\n <div className=\"space-y-3\">\n <h1 className=\"text-4xl font-bold\">\n {generateClientFromSchemaBrief.title}\n </h1>\n <p className=\"text-muted-foreground text-lg\">\n {generateClientFromSchemaBrief.summary}\n </p>\n </div>\n\n <div className=\"card-subtle space-y-4 p-6\">\n <h2 className=\"text-2xl font-bold\">Client Development Problems</h2>\n <ul className=\"text-muted-foreground space-y-2 text-sm\">\n {generateClientFromSchemaBrief.problems.map((problem, index) => (\n <li key={index}>{problem}</li>\n ))}\n </ul>\n </div>\n\n <div className=\"card-subtle space-y-4 p-6\">\n <h2 className=\"text-2xl font-bold\">Automated Solutions</h2>\n <ul className=\"text-muted-foreground space-y-2 text-sm\">\n {generateClientFromSchemaBrief.solutions.map((solution, index) => (\n <li key={index}>{solution}</li>\n ))}\n </ul>\n </div>\n\n <div className=\"space-y-6\">\n <div className=\"space-y-3\">\n <h2 className=\"text-2xl font-bold\">Contract Definition</h2>\n <p className=\"text-muted-foreground text-sm\">\n Define your API contract once, generate clients for any language.\n </p>\n <CodeBlock\n language=\"typescript\"\n filename=\"src/contracts/api.contract.ts\"\n code={`import { defineContract } from '@contractspec/lib.contracts';\nimport { SchemaModel, ScalarTypeEnum } from '@contractspec/lib.schema';\n\nexport const ApiContract = defineContract({\n name: 'MyAPI',\n version: '1.0.0',\n baseUrl: 'https://api.example.com',\n operations: {\n getUsers: {\n goal: 'Retrieve paginated list of users',\n method: 'GET',\n path: '/users',\n input: new SchemaModel({\n type: 'object',\n properties: {\n page: { type: 'integer', minimum: 1, default: 1 },\n limit: { type: 'integer', minimum: 1, maximum: 100, default: 20 },\n },\n }),\n output: new SchemaModel({\n type: 'object',\n properties: {\n users: {\n type: 'array',\n items: {\n type: 'object',\n properties: {\n id: { type: 'string', required: true },\n email: { type: 'string', required: true },\n name: { type: 'string', required: true },\n },\n },\n },\n pagination: {\n type: 'object',\n properties: {\n page: { type: 'integer', required: true },\n limit: { type: 'integer', required: true },\n total: { type: 'integer', required: true },\n },\n },\n },\n }),\n },\n createUser: {\n goal: 'Create a new user account',\n method: 'POST',\n path: '/users',\n input: new SchemaModel({\n type: 'object',\n properties: {\n email: { type: 'string', format: 'email', required: true },\n name: { type: 'string', minLength: 1, required: true },\n },\n }),\n output: new SchemaModel({\n type: 'object',\n properties: {\n id: { type: 'string', required: true },\n email: { type: 'string', required: true },\n name: { type: 'string', required: true },\n createdAt: { type: 'string', format: 'date-time', required: true },\n },\n }),\n },\n },\n metadata: {\n description: 'User management API with authentication',\n tags: ['users', 'authentication'],\n },\n});`}\n />\n </div>\n\n <div className=\"space-y-3\">\n <h2 className=\"text-2xl font-bold\">Generate Multiple Clients</h2>\n <p className=\"text-muted-foreground text-sm\">\n Generate type-safe clients for any language from the same contract.\n </p>\n <CodeBlock\n language=\"bash\"\n filename=\"generate-clients\"\n code={`# Generate all supported language clients\ncontractspec generate clients \\\\\n --contract ./src/contracts/api.contract.ts \\\\\n --output ./generated/clients \\\\\n --languages typescript,python,go,java,csharp\n\n# Generate specific language client\ncontractspec generate clients \\\\\n --contract ./src/contracts/api.contract.ts \\\\\n --output ./generated/clients \\\\\n --languages typescript \\\\\n --format npm-package\n\n# Options\n# --with-types: Include TypeScript definitions\n# --with-tests: Generate client test suites\n# --with-docs: Include client documentation\n# --framework: Use specific HTTP client framework`}\n />\n </div>\n\n <div className=\"space-y-3\">\n <h2 className=\"text-2xl font-bold\">Generated Client Examples</h2>\n <p className=\"text-muted-foreground text-sm\">\n Each generated client is fully type-safe and idiomatic.\n </p>\n\n <div className=\"space-y-4\">\n <div className=\"card-subtle p-4\">\n <h4 className=\"text-lg font-semibold\">TypeScript Client</h4>\n <CodeBlock\n language=\"typescript\"\n filename=\"generated/clients/typescript/index.ts\"\n code={`import { MyAPIClient } from './client';\n\nconst client = new MyAPIClient({\n baseUrl: 'https://api.example.com',\n apiKey: process.env.API_KEY,\n});\n\n// Type-safe method calls\nconst users = await client.getUsers({\n page: 1,\n limit: 10,\n});\n\nconst newUser = await client.createUser({\n email: 'user@example.com',\n name: 'John Doe',\n});\n\n// Full type inference\n// users: GetUsersResponse\n// newUser: CreateUserResponse`}\n />\n </div>\n\n <div className=\"card-subtle p-4\">\n <h4 className=\"text-lg font-semibold\">Python Client</h4>\n <CodeBlock\n language=\"python\"\n filename=\"generated/clients/python/index.py\"\n code={`from myapi_client import MyAPIClient\n\nclient = MyAPIClient(\n base_url='https://api.example.com',\n api_key=os.getenv('API_KEY')\n)\n\n# Type-safe method calls\nusers = await client.get_users(\n page=1,\n limit=10\n)\n\nnew_user = await client.create_user(\n email='user@example.com',\n name='John Doe'\n)\n\n# Full type hints\n# users: GetUsersResponse\n# new_user: CreateUserResponse`}\n />\n </div>\n\n <div className=\"card-subtle p-4\">\n <h4 className=\"text-lg font-semibold\">Go Client</h4>\n <CodeBlock\n language=\"go\"\n filename=\"generated/clients/go/client.go\"\n code={`package main\n\nimport (\n \"context\"\n \"myapi_client\"\n)\n\nfunc main() {\n client := myapi_client.NewMyAPIClient(\n myapi_client.WithBaseURL(\"https://api.example.com\"),\n myapi_client.WithAPIKey(os.Getenv(\"API_KEY\")),\n )\n \n // Type-safe method calls\n users, err := client.GetUsers(&myapi_client.GetUsersParams{\n Page: 1,\n Limit: 10,\n })\n \n newUser, err := client.CreateUser(&myapi_client.CreateUserParams{\n Email: \"user@example.com\",\n Name: \"John Doe\",\n })\n \n // Full type checking at compile time\n // users: *GetUsersResponse\n // newUser: *CreateUserResponse\n}`}\n />\n </div>\n </div>\n </div>\n\n <div className=\"space-y-3\">\n <h2 className=\"text-2xl font-bold\">Advanced Features</h2>\n <p className=\"text-muted-foreground text-sm\">\n Generated clients include enterprise-grade features out of the box.\n </p>\n <CodeBlock\n language=\"typescript\"\n filename=\"client-features.ts\"\n code={`// Advanced client features\nconst client = new MyAPIClient({\n baseUrl: 'https://api.example.com',\n apiKey: 'your-api-key',\n \n // Retry configuration\n retryConfig: {\n maxRetries: 3,\n backoffMultiplier: 2,\n maxDelay: 30000,\n },\n \n // Request/Response interceptors\n interceptors: {\n request: [(config) => {\n // Add authentication headers\n config.headers.Authorization = \\`Bearer \\${await getAuthToken()}\\`;\n return config;\n }],\n response: [(response) => {\n // Log API calls\n console.log(\\`API Call: \\${response.config.method} \\${response.config.url}\\`);\n return response;\n }],\n },\n \n // Error handling\n errorHandler: (error) => {\n if (error.status === 401) {\n // Refresh token and retry\n return refreshTokenAndRetry(error.originalRequest);\n }\n throw error;\n },\n});\n\n// Automatic request deduplication\nconst user1 = client.getUser({ id: '123' });\nconst user2 = client.getUser({ id: '123' }); // Uses cached result\n\n// Request cancellation\nconst controller = new AbortController();\nconst promise = client.getUsers({ page: 1, signal: controller.signal });\ncontroller.abort(); // Cancels the request`}\n />\n </div>\n </div>\n\n <div className=\"flex items-center gap-4 pt-4\">\n <Link\n href=\"/docs/guides/generate-docs-clients-schemas\"\n className=\"btn-primary\"\n >\n Client Generation Guide <ChevronRight size={16} />\n </Link>\n <Link href=\"/docs/intent/contract-first-api\" className=\"btn-ghost\">\n Contract-first API\n </Link>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;;;;AAOA,MAAa,WAAqB,IAAI,cAAc,CAAC,SACnD,8BACD;AAED,SAAgB,+BAA+B;AAC7C,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eACX,8BAA8B;MAC5B,EACL,oBAAC;KAAE,WAAU;eACV,8BAA8B;MAC7B;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAgC,EACnE,oBAAC;KAAG,WAAU;eACX,8BAA8B,SAAS,KAAK,SAAS,UACpD,oBAAC,kBAAgB,WAAR,MAAqB,CAC9B;MACC;KACD;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAwB,EAC3D,oBAAC;KAAG,WAAU;eACX,8BAA8B,UAAU,KAAK,UAAU,UACtD,oBAAC,kBAAgB,YAAR,MAAsB,CAC/B;MACC;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,qBAAC;MAAI,WAAU;;OACb,oBAAC;QAAG,WAAU;kBAAqB;SAAwB;OAC3D,oBAAC;QAAE,WAAU;kBAAgC;SAEzC;OACJ,oBAAC;QACC,UAAS;QACT,UAAS;QACT,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAuEN;;OACE;KAEN,qBAAC;MAAI,WAAU;;OACb,oBAAC;QAAG,WAAU;kBAAqB;SAA8B;OACjE,oBAAC;QAAE,WAAU;kBAAgC;SAEzC;OACJ,oBAAC;QACC,UAAS;QACT,UAAS;QACT,MAAM;;;;;;;;;;;;;;;;;;SAkBN;;OACE;KAEN,qBAAC;MAAI,WAAU;;OACb,oBAAC;QAAG,WAAU;kBAAqB;SAA8B;OACjE,oBAAC;QAAE,WAAU;kBAAgC;SAEzC;OAEJ,qBAAC;QAAI,WAAU;;SACb,qBAAC;UAAI,WAAU;qBACb,oBAAC;WAAG,WAAU;qBAAwB;YAAsB,EAC5D,oBAAC;WACC,UAAS;WACT,UAAS;WACT,MAAM;;;;;;;;;;;;;;;;;;;;;YAqBN;WACE;SAEN,qBAAC;UAAI,WAAU;qBACb,oBAAC;WAAG,WAAU;qBAAwB;YAAkB,EACxD,oBAAC;WACC,UAAS;WACT,UAAS;WACT,MAAM;;;;;;;;;;;;;;;;;;;;;YAqBN;WACE;SAEN,qBAAC;UAAI,WAAU;qBACb,oBAAC;WAAG,WAAU;qBAAwB;YAAc,EACpD,oBAAC;WACC,UAAS;WACT,UAAS;WACT,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA4BN;WACE;;SACF;;OACF;KAEN,qBAAC;MAAI,WAAU;;OACb,oBAAC;QAAG,WAAU;kBAAqB;SAAsB;OACzD,oBAAC;QAAE,WAAU;kBAAgC;SAEzC;OACJ,oBAAC;QACC,UAAS;QACT,UAAS;QACT,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA4CN;;OACE;;KACF;GAEN,qBAAC;IAAI,WAAU;eACb,qBAAC;KACC,MAAK;KACL,WAAU;gBACX,4BACyB,oBAAC,gBAAa,MAAM,KAAM;MAC7C,EACP,oBAAC;KAAK,MAAK;KAAkC,WAAU;eAAY;MAE5D;KACH;;GACF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Metadata } from "../../../node_modules/next/dist/lib/metadata/types/metadata-interface.js";
|
|
2
|
+
import "../../../node_modules/next/index.js";
|
|
3
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/docs/intent/OpenapiAlternativePage.d.ts
|
|
6
|
+
declare const metadata: Metadata;
|
|
7
|
+
declare function OpenapiAlternativePage(): react_jsx_runtime0.JSX.Element;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { OpenapiAlternativePage, metadata };
|
|
10
|
+
//# sourceMappingURL=OpenapiAlternativePage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OpenapiAlternativePage.d.ts","names":[],"sources":["../../../../src/components/docs/intent/OpenapiAlternativePage.tsx"],"mappings":";;;;;cAOa,QAAA,EAAU,QAAA;AAAA,iBAIP,sBAAA,CAAA,GAAsB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import { openapiAlternativeBrief } from "./intent-pages.docblocks.js";
|
|
2
|
+
import { SeoOptimizer } from "../../../packages/libs/content-gen/dist/seo/optimizer.js";
|
|
3
|
+
import { ChevronRight } from "lucide-react";
|
|
4
|
+
import { CodeBlock } from "@contractspec/lib.design-system";
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import Link from "@contractspec/lib.ui-link";
|
|
7
|
+
|
|
8
|
+
//#region src/components/docs/intent/OpenapiAlternativePage.tsx
|
|
9
|
+
const metadata = new SeoOptimizer().optimize(openapiAlternativeBrief);
|
|
10
|
+
function OpenapiAlternativePage() {
|
|
11
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
12
|
+
className: "space-y-8",
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ jsxs("div", {
|
|
15
|
+
className: "space-y-3",
|
|
16
|
+
children: [/* @__PURE__ */ jsx("h1", {
|
|
17
|
+
className: "text-4xl font-bold",
|
|
18
|
+
children: openapiAlternativeBrief.title
|
|
19
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
20
|
+
className: "text-muted-foreground text-lg",
|
|
21
|
+
children: openapiAlternativeBrief.summary
|
|
22
|
+
})]
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsxs("div", {
|
|
25
|
+
className: "card-subtle space-y-4 p-6",
|
|
26
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
27
|
+
className: "text-2xl font-bold",
|
|
28
|
+
children: "OpenAPI Limitations"
|
|
29
|
+
}), /* @__PURE__ */ jsx("ul", {
|
|
30
|
+
className: "text-muted-foreground space-y-2 text-sm",
|
|
31
|
+
children: openapiAlternativeBrief.problems.map((problem, index) => /* @__PURE__ */ jsx("li", { children: problem }, index))
|
|
32
|
+
})]
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsxs("div", {
|
|
35
|
+
className: "card-subtle space-y-4 p-6",
|
|
36
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
37
|
+
className: "text-2xl font-bold",
|
|
38
|
+
children: "ContractSpec Advantages"
|
|
39
|
+
}), /* @__PURE__ */ jsx("ul", {
|
|
40
|
+
className: "text-muted-foreground space-y-2 text-sm",
|
|
41
|
+
children: openapiAlternativeBrief.solutions.map((solution, index) => /* @__PURE__ */ jsx("li", { children: solution }, index))
|
|
42
|
+
})]
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ jsxs("div", {
|
|
45
|
+
className: "space-y-6",
|
|
46
|
+
children: [
|
|
47
|
+
/* @__PURE__ */ jsxs("div", {
|
|
48
|
+
className: "space-y-3",
|
|
49
|
+
children: [
|
|
50
|
+
/* @__PURE__ */ jsx("h2", {
|
|
51
|
+
className: "text-2xl font-bold",
|
|
52
|
+
children: "Comparison: OpenAPI vs ContractSpec"
|
|
53
|
+
}),
|
|
54
|
+
/* @__PURE__ */ jsx("p", {
|
|
55
|
+
className: "text-muted-foreground text-sm",
|
|
56
|
+
children: "Key differences between OpenAPI documentation and ContractSpec executable contracts."
|
|
57
|
+
}),
|
|
58
|
+
/* @__PURE__ */ jsxs("div", {
|
|
59
|
+
className: "grid gap-6 md:grid-cols-2",
|
|
60
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
61
|
+
className: "card-subtle space-y-3 p-4",
|
|
62
|
+
children: [/* @__PURE__ */ jsx("h3", {
|
|
63
|
+
className: "text-lg font-semibold",
|
|
64
|
+
children: "OpenAPI"
|
|
65
|
+
}), /* @__PURE__ */ jsxs("ul", {
|
|
66
|
+
className: "text-muted-foreground space-y-1 text-sm",
|
|
67
|
+
children: [
|
|
68
|
+
/* @__PURE__ */ jsx("li", { children: "• Documentation specification only" }),
|
|
69
|
+
/* @__PURE__ */ jsx("li", { children: "• No runtime validation" }),
|
|
70
|
+
/* @__PURE__ */ jsx("li", { children: "• Manual code generation" }),
|
|
71
|
+
/* @__PURE__ */ jsx("li", { children: "• Type safety requires tools" }),
|
|
72
|
+
/* @__PURE__ */ jsx("li", { children: "• Separate schemas from documentation" })
|
|
73
|
+
]
|
|
74
|
+
})]
|
|
75
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
76
|
+
className: "card-subtle space-y-3 p-4",
|
|
77
|
+
children: [/* @__PURE__ */ jsx("h3", {
|
|
78
|
+
className: "text-lg font-semibold",
|
|
79
|
+
children: "ContractSpec"
|
|
80
|
+
}), /* @__PURE__ */ jsxs("ul", {
|
|
81
|
+
className: "text-muted-foreground space-y-1 text-sm",
|
|
82
|
+
children: [
|
|
83
|
+
/* @__PURE__ */ jsx("li", { children: "• Executable contracts" }),
|
|
84
|
+
/* @__PURE__ */ jsx("li", { children: "• Built-in runtime validation" }),
|
|
85
|
+
/* @__PURE__ */ jsx("li", { children: "• Automatic code generation" }),
|
|
86
|
+
/* @__PURE__ */ jsx("li", { children: "• Type-safe by default" }),
|
|
87
|
+
/* @__PURE__ */ jsx("li", { children: "• Unified spec and implementation" })
|
|
88
|
+
]
|
|
89
|
+
})]
|
|
90
|
+
})]
|
|
91
|
+
})
|
|
92
|
+
]
|
|
93
|
+
}),
|
|
94
|
+
/* @__PURE__ */ jsxs("div", {
|
|
95
|
+
className: "space-y-3",
|
|
96
|
+
children: [
|
|
97
|
+
/* @__PURE__ */ jsx("h2", {
|
|
98
|
+
className: "text-2xl font-bold",
|
|
99
|
+
children: "Export from Contracts"
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ jsx("p", {
|
|
102
|
+
className: "text-muted-foreground text-sm",
|
|
103
|
+
children: "Generate OpenAPI documentation from ContractSpec for existing tooling."
|
|
104
|
+
}),
|
|
105
|
+
/* @__PURE__ */ jsx(CodeBlock, {
|
|
106
|
+
language: "bash",
|
|
107
|
+
filename: "export-openapi",
|
|
108
|
+
code: `# From ContractSpec contracts
|
|
109
|
+
contractspec openapi export \\
|
|
110
|
+
--registry ./src/contracts/registry.ts \\
|
|
111
|
+
--format yaml \\
|
|
112
|
+
--out ./openapi.yaml
|
|
113
|
+
|
|
114
|
+
# Compare: Manual OpenAPI vs Generated
|
|
115
|
+
# Manual: Write OpenAPI by hand, maintain separately
|
|
116
|
+
# Generated: Single source of truth, always in sync`
|
|
117
|
+
})
|
|
118
|
+
]
|
|
119
|
+
}),
|
|
120
|
+
/* @__PURE__ */ jsxs("div", {
|
|
121
|
+
className: "space-y-3",
|
|
122
|
+
children: [
|
|
123
|
+
/* @__PURE__ */ jsx("h2", {
|
|
124
|
+
className: "text-2xl font-bold",
|
|
125
|
+
children: "Beyond Documentation"
|
|
126
|
+
}),
|
|
127
|
+
/* @__PURE__ */ jsx("p", {
|
|
128
|
+
className: "text-muted-foreground text-sm",
|
|
129
|
+
children: "ContractSpec provides more than just API documentation."
|
|
130
|
+
}),
|
|
131
|
+
/* @__PURE__ */ jsx(CodeBlock, {
|
|
132
|
+
language: "typescript",
|
|
133
|
+
filename: "multi-output-example.ts",
|
|
134
|
+
code: `// One contract, multiple outputs
|
|
135
|
+
import { UserApiContract } from './contracts/user-api.contract';
|
|
136
|
+
|
|
137
|
+
// Generated outputs
|
|
138
|
+
export const outputs = {
|
|
139
|
+
// API documentation (OpenAPI)
|
|
140
|
+
openapi: UserApiContract.toOpenAPI(),
|
|
141
|
+
|
|
142
|
+
// Client SDKs (TypeScript, Python, etc.)
|
|
143
|
+
clients: UserApiContract.generateClients({
|
|
144
|
+
languages: ['typescript', 'python', 'go'],
|
|
145
|
+
}),
|
|
146
|
+
|
|
147
|
+
// Database schemas (Prisma, Drizzle)
|
|
148
|
+
database: UserApiContract.toDatabase({
|
|
149
|
+
adapter: 'prisma',
|
|
150
|
+
}),
|
|
151
|
+
|
|
152
|
+
// API handlers (Express, Fastify, Next.js)
|
|
153
|
+
handlers: UserApiContract.toHandlers({
|
|
154
|
+
framework: 'express',
|
|
155
|
+
}),
|
|
156
|
+
|
|
157
|
+
// Validation middleware
|
|
158
|
+
validation: UserApiContract.toValidation({
|
|
159
|
+
library: 'zod',
|
|
160
|
+
}),
|
|
161
|
+
|
|
162
|
+
// Type definitions
|
|
163
|
+
types: UserApiContract.toTypescript(),
|
|
164
|
+
};`
|
|
165
|
+
})
|
|
166
|
+
]
|
|
167
|
+
})
|
|
168
|
+
]
|
|
169
|
+
}),
|
|
170
|
+
/* @__PURE__ */ jsxs("div", {
|
|
171
|
+
className: "flex items-center gap-4 pt-4",
|
|
172
|
+
children: [/* @__PURE__ */ jsxs(Link, {
|
|
173
|
+
href: "/docs/guides/generate-docs-clients-schemas",
|
|
174
|
+
className: "btn-primary",
|
|
175
|
+
children: ["Generate from Contracts ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
|
|
176
|
+
}), /* @__PURE__ */ jsx(Link, {
|
|
177
|
+
href: "/docs/intent/generate-client-from-schema",
|
|
178
|
+
className: "btn-ghost",
|
|
179
|
+
children: "Client Generation"
|
|
180
|
+
})]
|
|
181
|
+
})
|
|
182
|
+
]
|
|
183
|
+
});
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
//#endregion
|
|
187
|
+
export { OpenapiAlternativePage, metadata };
|
|
188
|
+
//# sourceMappingURL=OpenapiAlternativePage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OpenapiAlternativePage.js","names":[],"sources":["../../../../src/components/docs/intent/OpenapiAlternativePage.tsx"],"sourcesContent":["import type { Metadata } from 'next';\nimport { openapiAlternativeBrief } from '@contractspec/bundle.library/components/docs/intent/intent-pages.docblocks';\nimport { SeoOptimizer } from '@contractspec/lib.content-gen/seo';\nimport { CodeBlock } from '@contractspec/lib.design-system';\nimport Link from '@contractspec/lib.ui-link';\nimport { ChevronRight } from 'lucide-react';\n\nexport const metadata: Metadata = new SeoOptimizer().optimize(\n openapiAlternativeBrief\n);\n\nexport function OpenapiAlternativePage() {\n return (\n <div className=\"space-y-8\">\n <div className=\"space-y-3\">\n <h1 className=\"text-4xl font-bold\">{openapiAlternativeBrief.title}</h1>\n <p className=\"text-muted-foreground text-lg\">\n {openapiAlternativeBrief.summary}\n </p>\n </div>\n\n <div className=\"card-subtle space-y-4 p-6\">\n <h2 className=\"text-2xl font-bold\">OpenAPI Limitations</h2>\n <ul className=\"text-muted-foreground space-y-2 text-sm\">\n {openapiAlternativeBrief.problems.map((problem, index) => (\n <li key={index}>{problem}</li>\n ))}\n </ul>\n </div>\n\n <div className=\"card-subtle space-y-4 p-6\">\n <h2 className=\"text-2xl font-bold\">ContractSpec Advantages</h2>\n <ul className=\"text-muted-foreground space-y-2 text-sm\">\n {openapiAlternativeBrief.solutions.map((solution, index) => (\n <li key={index}>{solution}</li>\n ))}\n </ul>\n </div>\n\n <div className=\"space-y-6\">\n <div className=\"space-y-3\">\n <h2 className=\"text-2xl font-bold\">\n Comparison: OpenAPI vs ContractSpec\n </h2>\n <p className=\"text-muted-foreground text-sm\">\n Key differences between OpenAPI documentation and ContractSpec\n executable contracts.\n </p>\n\n <div className=\"grid gap-6 md:grid-cols-2\">\n <div className=\"card-subtle space-y-3 p-4\">\n <h3 className=\"text-lg font-semibold\">OpenAPI</h3>\n <ul className=\"text-muted-foreground space-y-1 text-sm\">\n <li>• Documentation specification only</li>\n <li>• No runtime validation</li>\n <li>• Manual code generation</li>\n <li>• Type safety requires tools</li>\n <li>• Separate schemas from documentation</li>\n </ul>\n </div>\n\n <div className=\"card-subtle space-y-3 p-4\">\n <h3 className=\"text-lg font-semibold\">ContractSpec</h3>\n <ul className=\"text-muted-foreground space-y-1 text-sm\">\n <li>• Executable contracts</li>\n <li>• Built-in runtime validation</li>\n <li>• Automatic code generation</li>\n <li>• Type-safe by default</li>\n <li>• Unified spec and implementation</li>\n </ul>\n </div>\n </div>\n </div>\n\n <div className=\"space-y-3\">\n <h2 className=\"text-2xl font-bold\">Export from Contracts</h2>\n <p className=\"text-muted-foreground text-sm\">\n Generate OpenAPI documentation from ContractSpec for existing\n tooling.\n </p>\n <CodeBlock\n language=\"bash\"\n filename=\"export-openapi\"\n code={`# From ContractSpec contracts\ncontractspec openapi export \\\\\n --registry ./src/contracts/registry.ts \\\\\n --format yaml \\\\\n --out ./openapi.yaml\n\n# Compare: Manual OpenAPI vs Generated\n# Manual: Write OpenAPI by hand, maintain separately\n# Generated: Single source of truth, always in sync`}\n />\n </div>\n\n <div className=\"space-y-3\">\n <h2 className=\"text-2xl font-bold\">Beyond Documentation</h2>\n <p className=\"text-muted-foreground text-sm\">\n ContractSpec provides more than just API documentation.\n </p>\n <CodeBlock\n language=\"typescript\"\n filename=\"multi-output-example.ts\"\n code={`// One contract, multiple outputs\nimport { UserApiContract } from './contracts/user-api.contract';\n\n// Generated outputs\nexport const outputs = {\n // API documentation (OpenAPI)\n openapi: UserApiContract.toOpenAPI(),\n \n // Client SDKs (TypeScript, Python, etc.)\n clients: UserApiContract.generateClients({\n languages: ['typescript', 'python', 'go'],\n }),\n \n // Database schemas (Prisma, Drizzle)\n database: UserApiContract.toDatabase({\n adapter: 'prisma',\n }),\n \n // API handlers (Express, Fastify, Next.js)\n handlers: UserApiContract.toHandlers({\n framework: 'express',\n }),\n \n // Validation middleware\n validation: UserApiContract.toValidation({\n library: 'zod',\n }),\n \n // Type definitions\n types: UserApiContract.toTypescript(),\n};`}\n />\n </div>\n </div>\n\n <div className=\"flex items-center gap-4 pt-4\">\n <Link\n href=\"/docs/guides/generate-docs-clients-schemas\"\n className=\"btn-primary\"\n >\n Generate from Contracts <ChevronRight size={16} />\n </Link>\n <Link\n href=\"/docs/intent/generate-client-from-schema\"\n className=\"btn-ghost\"\n >\n Client Generation\n </Link>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;;;;AAOA,MAAa,WAAqB,IAAI,cAAc,CAAC,SACnD,wBACD;AAED,SAAgB,yBAAyB;AACvC,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAsB,wBAAwB;MAAW,EACvE,oBAAC;KAAE,WAAU;eACV,wBAAwB;MACvB;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAwB,EAC3D,oBAAC;KAAG,WAAU;eACX,wBAAwB,SAAS,KAAK,SAAS,UAC9C,oBAAC,kBAAgB,WAAR,MAAqB,CAC9B;MACC;KACD;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAA4B,EAC/D,oBAAC;KAAG,WAAU;eACX,wBAAwB,UAAU,KAAK,UAAU,UAChD,oBAAC,kBAAgB,YAAR,MAAsB,CAC/B;MACC;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,qBAAC;MAAI,WAAU;;OACb,oBAAC;QAAG,WAAU;kBAAqB;SAE9B;OACL,oBAAC;QAAE,WAAU;kBAAgC;SAGzC;OAEJ,qBAAC;QAAI,WAAU;mBACb,qBAAC;SAAI,WAAU;oBACb,oBAAC;UAAG,WAAU;oBAAwB;WAAY,EAClD,qBAAC;UAAG,WAAU;;WACZ,oBAAC,kBAAG,uCAAuC;WAC3C,oBAAC,kBAAG,4BAA4B;WAChC,oBAAC,kBAAG,6BAA6B;WACjC,oBAAC,kBAAG,iCAAiC;WACrC,oBAAC,kBAAG,0CAA0C;;WAC3C;UACD,EAEN,qBAAC;SAAI,WAAU;oBACb,oBAAC;UAAG,WAAU;oBAAwB;WAAiB,EACvD,qBAAC;UAAG,WAAU;;WACZ,oBAAC,kBAAG,2BAA2B;WAC/B,oBAAC,kBAAG,kCAAkC;WACtC,oBAAC,kBAAG,gCAAgC;WACpC,oBAAC,kBAAG,2BAA2B;WAC/B,oBAAC,kBAAG,sCAAsC;;WACvC;UACD;SACF;;OACF;KAEN,qBAAC;MAAI,WAAU;;OACb,oBAAC;QAAG,WAAU;kBAAqB;SAA0B;OAC7D,oBAAC;QAAE,WAAU;kBAAgC;SAGzC;OACJ,oBAAC;QACC,UAAS;QACT,UAAS;QACT,MAAM;;;;;;;;;SASN;;OACE;KAEN,qBAAC;MAAI,WAAU;;OACb,oBAAC;QAAG,WAAU;kBAAqB;SAAyB;OAC5D,oBAAC;QAAE,WAAU;kBAAgC;SAEzC;OACJ,oBAAC;QACC,UAAS;QACT,UAAS;QACT,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA+BN;;OACE;;KACF;GAEN,qBAAC;IAAI,WAAU;eACb,qBAAC;KACC,MAAK;KACL,WAAU;gBACX,4BACyB,oBAAC,gBAAa,MAAM,KAAM;MAC7C,EACP,oBAAC;KACC,MAAK;KACL,WAAU;eACX;MAEM;KACH;;GACF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Metadata } from "../../../node_modules/next/dist/lib/metadata/types/metadata-interface.js";
|
|
2
|
+
import "../../../node_modules/next/index.js";
|
|
3
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/docs/intent/SchemaValidationTypescriptPage.d.ts
|
|
6
|
+
declare const metadata: Metadata;
|
|
7
|
+
declare function SchemaValidationTypescriptPage(): react_jsx_runtime0.JSX.Element;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { SchemaValidationTypescriptPage, metadata };
|
|
10
|
+
//# sourceMappingURL=SchemaValidationTypescriptPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SchemaValidationTypescriptPage.d.ts","names":[],"sources":["../../../../src/components/docs/intent/SchemaValidationTypescriptPage.tsx"],"mappings":";;;;;cAOa,QAAA,EAAU,QAAA;AAAA,iBAIP,8BAAA,CAAA,GAA8B,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|