@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,92 @@
|
|
|
1
|
+
import Link from '@contractspec/lib.ui-link';
|
|
2
|
+
import { ChevronRight } from 'lucide-react';
|
|
3
|
+
import { CodeBlock, InstallCommand } from '@contractspec/lib.design-system';
|
|
4
|
+
|
|
5
|
+
export function LibrariesAiAgentPage() {
|
|
6
|
+
return (
|
|
7
|
+
<div className="space-y-8">
|
|
8
|
+
<div className="space-y-4">
|
|
9
|
+
<h1 className="text-4xl font-bold">@contractspec/lib.ai-agent</h1>
|
|
10
|
+
<p className="text-muted-foreground text-lg">
|
|
11
|
+
Define AI agents in TypeScript, run them with deterministic tool
|
|
12
|
+
calling, capture working memory, and route low-confidence decisions to
|
|
13
|
+
human reviewers.
|
|
14
|
+
</p>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
<div className="space-y-4">
|
|
18
|
+
<h2 className="text-2xl font-bold">Installation</h2>
|
|
19
|
+
<InstallCommand package="@contractspec/lib.ai-agent" />
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div className="space-y-3">
|
|
23
|
+
<h2 className="text-2xl font-bold">Define & register</h2>
|
|
24
|
+
<CodeBlock
|
|
25
|
+
language="typescript"
|
|
26
|
+
code={`import { defineAgent, AgentRegistry } from '@contractspec/lib.ai-agent';
|
|
27
|
+
|
|
28
|
+
const SupportBot = defineAgent({
|
|
29
|
+
meta: { name: 'support.bot', version: '1.0.0' },
|
|
30
|
+
instructions: 'Resolve tickets. Escalate when confidence < 0.75.',
|
|
31
|
+
tools: [{ name: 'support_resolve_ticket' }],
|
|
32
|
+
policy: {
|
|
33
|
+
confidence: { min: 0.7, default: 0.6 },
|
|
34
|
+
escalation: { confidenceThreshold: 0.75 },
|
|
35
|
+
},
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
const registry = new AgentRegistry().register(SupportBot);`}
|
|
39
|
+
/>
|
|
40
|
+
</div>
|
|
41
|
+
|
|
42
|
+
<div className="space-y-3">
|
|
43
|
+
<h2 className="text-2xl font-bold">Run with approvals</h2>
|
|
44
|
+
<CodeBlock
|
|
45
|
+
language="typescript"
|
|
46
|
+
code={`import { AgentRunner, ToolExecutor, ApprovalWorkflow } from '@contractspec/lib.ai-agent';
|
|
47
|
+
|
|
48
|
+
const runner = new AgentRunner({
|
|
49
|
+
registry,
|
|
50
|
+
llm: mistralProvider,
|
|
51
|
+
toolExecutor: new ToolExecutor({ tools: supportTools }),
|
|
52
|
+
approvalWorkflow: new ApprovalWorkflow(),
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
const result = await runner.run({ agent: 'support.bot', input: ticket.body });
|
|
56
|
+
if (result.approvalRequestId) {
|
|
57
|
+
// show in ApprovalQueue UI
|
|
58
|
+
}`}
|
|
59
|
+
/>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div className="space-y-3">
|
|
63
|
+
<h2 className="text-2xl font-bold">What's inside</h2>
|
|
64
|
+
<ul className="text-muted-foreground list-inside list-disc space-y-2">
|
|
65
|
+
<li>
|
|
66
|
+
<code>defineAgent</code>, <code>AgentRegistry</code>,{' '}
|
|
67
|
+
<code>AgentRunner</code>
|
|
68
|
+
</li>
|
|
69
|
+
<li>
|
|
70
|
+
<code>ToolExecutor</code> with schema-enforced tool definitions
|
|
71
|
+
</li>
|
|
72
|
+
<li>
|
|
73
|
+
<code>InMemoryAgentMemory</code> plus interfaces for custom stores
|
|
74
|
+
</li>
|
|
75
|
+
<li>
|
|
76
|
+
<code>ApprovalWorkflow</code> + <code>ApprovalStore</code> for
|
|
77
|
+
human-in-the-loop reviews
|
|
78
|
+
</li>
|
|
79
|
+
</ul>
|
|
80
|
+
</div>
|
|
81
|
+
|
|
82
|
+
<div className="flex items-center gap-4 pt-4">
|
|
83
|
+
<Link href="/docs/libraries" className="btn-ghost">
|
|
84
|
+
Back to Libraries
|
|
85
|
+
</Link>
|
|
86
|
+
<Link href="/docs/libraries/support-bot" className="btn-primary">
|
|
87
|
+
Next: Support Bot <ChevronRight size={16} />
|
|
88
|
+
</Link>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
);
|
|
92
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { CodeBlock, InstallCommand } from '@contractspec/lib.design-system';
|
|
2
|
+
|
|
3
|
+
export function LibrariesAnalyticsPage() {
|
|
4
|
+
return (
|
|
5
|
+
<div className="space-y-8">
|
|
6
|
+
<div className="space-y-4">
|
|
7
|
+
<h1 className="text-4xl font-bold">@contractspec/lib.analytics</h1>
|
|
8
|
+
<p className="text-muted-foreground text-lg">
|
|
9
|
+
Work directly with telemetry events to understand conversion,
|
|
10
|
+
retention, churn, and growth opportunities.
|
|
11
|
+
</p>
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
<div className="space-y-4">
|
|
15
|
+
<h2 className="text-2xl font-bold">Installation</h2>
|
|
16
|
+
<InstallCommand package="@contractspec/lib.analytics" />
|
|
17
|
+
</div>
|
|
18
|
+
|
|
19
|
+
<div className="space-y-3">
|
|
20
|
+
<h2 className="text-2xl font-bold">Funnels in memory</h2>
|
|
21
|
+
<CodeBlock
|
|
22
|
+
language="typescript"
|
|
23
|
+
code={`import { FunnelAnalyzer } from '@contractspec/lib.analytics/funnel';
|
|
24
|
+
|
|
25
|
+
const analyzer = new FunnelAnalyzer();
|
|
26
|
+
const report = analyzer.analyze(events, {
|
|
27
|
+
name: 'signup',
|
|
28
|
+
steps: [
|
|
29
|
+
{ id: 'view', eventName: 'page.view', match: (e) => e.properties?.slug === '/signup' },
|
|
30
|
+
{ id: 'submit', eventName: 'signup.submit' },
|
|
31
|
+
{ id: 'verified', eventName: 'account.verified' },
|
|
32
|
+
],
|
|
33
|
+
});`}
|
|
34
|
+
/>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
<div className="space-y-3">
|
|
38
|
+
<h2 className="text-2xl font-bold">Cohorts & churn</h2>
|
|
39
|
+
<CodeBlock
|
|
40
|
+
language="typescript"
|
|
41
|
+
code={`import { CohortTracker } from '@contractspec/lib.analytics/cohort';
|
|
42
|
+
import { ChurnPredictor } from '@contractspec/lib.analytics/churn';
|
|
43
|
+
|
|
44
|
+
const cohorts = new CohortTracker().analyze(events, { bucket: 'week', periods: 8 });
|
|
45
|
+
const churn = new ChurnPredictor().score(events);`}
|
|
46
|
+
/>
|
|
47
|
+
</div>
|
|
48
|
+
|
|
49
|
+
<div className="space-y-3">
|
|
50
|
+
<h2 className="text-2xl font-bold">Growth hypotheses</h2>
|
|
51
|
+
<CodeBlock
|
|
52
|
+
language="typescript"
|
|
53
|
+
code={`import { GrowthHypothesisGenerator } from '@contractspec/lib.analytics/growth';
|
|
54
|
+
|
|
55
|
+
const ideas = new GrowthHypothesisGenerator().generate([
|
|
56
|
+
{ name: 'Activation rate', current: 0.42, previous: 0.55, target: 0.6 },
|
|
57
|
+
{ name: 'Expansion ARPU', current: 1.2, previous: 0.9 },
|
|
58
|
+
]);`}
|
|
59
|
+
/>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
);
|
|
63
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { CodeBlock, InstallCommand } from '@contractspec/lib.design-system';
|
|
2
|
+
import Link from '@contractspec/lib.ui-link';
|
|
3
|
+
import { ChevronRight } from 'lucide-react';
|
|
4
|
+
|
|
5
|
+
export function LibrariesContentGenPage() {
|
|
6
|
+
return (
|
|
7
|
+
<div className="space-y-8">
|
|
8
|
+
<div className="space-y-4">
|
|
9
|
+
<h1 className="text-4xl font-bold">@contractspec/lib.content-gen</h1>
|
|
10
|
+
<p className="text-muted-foreground text-lg">
|
|
11
|
+
Feed a single ContentBrief and produce cohesive marketing assets
|
|
12
|
+
without touching a CMS.
|
|
13
|
+
</p>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
<div className="space-y-4">
|
|
17
|
+
<h2 className="text-2xl font-bold">Installation</h2>
|
|
18
|
+
<InstallCommand package="@contractspec/lib.content-gen" />
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
<div className="space-y-3">
|
|
22
|
+
<h2 className="text-2xl font-bold">One brief, many assets</h2>
|
|
23
|
+
<CodeBlock
|
|
24
|
+
language="typescript"
|
|
25
|
+
code={`import {
|
|
26
|
+
BlogGenerator,
|
|
27
|
+
LandingPageGenerator,
|
|
28
|
+
EmailCampaignGenerator,
|
|
29
|
+
SocialPostGenerator,
|
|
30
|
+
} from '@contractspec/lib.content-gen/generators';
|
|
31
|
+
import { SeoOptimizer } from '@contractspec/lib.content-gen/seo';
|
|
32
|
+
|
|
33
|
+
const brief = {
|
|
34
|
+
title: 'AI Ops Copilot',
|
|
35
|
+
summary: 'Automates support + growth.',
|
|
36
|
+
problems: ['Support queues pile up', 'Growth teams lack experiments'],
|
|
37
|
+
solutions: ['AI agents', 'Approval queue', 'Analytics'],
|
|
38
|
+
audience: { role: 'COO', industry: 'Fintech' },
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const blog = await new BlogGenerator().generate(brief);
|
|
42
|
+
const landing = await new LandingPageGenerator().generate(brief);
|
|
43
|
+
const email = await new EmailCampaignGenerator().generate({ brief, variant: 'announcement' });
|
|
44
|
+
const social = await new SocialPostGenerator().generate(brief);
|
|
45
|
+
const seo = new SeoOptimizer().optimize(brief);`}
|
|
46
|
+
/>
|
|
47
|
+
</div>
|
|
48
|
+
|
|
49
|
+
<div className="space-y-3">
|
|
50
|
+
<h2 className="text-2xl font-bold">When to use</h2>
|
|
51
|
+
<ul className="text-muted-foreground list-inside list-disc space-y-2">
|
|
52
|
+
<li>Ship landing page refreshes whenever specs change.</li>
|
|
53
|
+
<li>Automate release emails + nurture sequences per vertical.</li>
|
|
54
|
+
<li>
|
|
55
|
+
Create social snippets that stay on-message with the same brief.
|
|
56
|
+
</li>
|
|
57
|
+
<li>Generate SEO metadata + Schema.org markup alongside content.</li>
|
|
58
|
+
</ul>
|
|
59
|
+
</div>
|
|
60
|
+
|
|
61
|
+
<div className="flex items-center gap-4 pt-4">
|
|
62
|
+
<Link href="/docs/libraries" className="btn-ghost">
|
|
63
|
+
Back to Libraries
|
|
64
|
+
</Link>
|
|
65
|
+
<Link href="/docs/libraries/support-bot" className="btn-primary">
|
|
66
|
+
Next: Support Bot <ChevronRight size={16} />
|
|
67
|
+
</Link>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
);
|
|
71
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import Link from '@contractspec/lib.ui-link';
|
|
2
|
+
import { ChevronRight } from 'lucide-react';
|
|
3
|
+
import { CodeBlock, InstallCommand } from '@contractspec/lib.design-system';
|
|
4
|
+
|
|
5
|
+
export function LibrariesContractsPage() {
|
|
6
|
+
return (
|
|
7
|
+
<div className="space-y-8">
|
|
8
|
+
<div className="space-y-4">
|
|
9
|
+
<h1 className="text-4xl font-bold">@contractspec/lib.contracts</h1>
|
|
10
|
+
<p className="text-muted-foreground text-lg">
|
|
11
|
+
The core library for defining what your application can do. Unified
|
|
12
|
+
specifications for Operations, Events, Presentations, and Features.
|
|
13
|
+
</p>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
<div className="space-y-4">
|
|
17
|
+
<h2 className="text-2xl font-bold">Installation</h2>
|
|
18
|
+
<InstallCommand
|
|
19
|
+
package={['@contractspec/lib.contracts', '@contractspec/lib.schema']}
|
|
20
|
+
/>
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
<div className="space-y-4">
|
|
24
|
+
<h2 className="text-2xl font-bold">What lives where</h2>
|
|
25
|
+
<ul className="text-muted-foreground list-inside list-disc space-y-2">
|
|
26
|
+
<li>
|
|
27
|
+
<strong>@contractspec/lib.contracts</strong> (root): The core
|
|
28
|
+
contracts definitions (OperationSpec, PresentationSpec, Registry).
|
|
29
|
+
</li>
|
|
30
|
+
<li>
|
|
31
|
+
<strong>@contractspec/lib.contracts/client</strong>: Browser-safe
|
|
32
|
+
helpers (React renderers, client SDK). Import this for web/React
|
|
33
|
+
Native.
|
|
34
|
+
</li>
|
|
35
|
+
<li>
|
|
36
|
+
<strong>@contractspec/lib.contracts/server</strong>: HTTP/MCP
|
|
37
|
+
adapters, registries, integrations (Node-only).
|
|
38
|
+
</li>
|
|
39
|
+
<li>
|
|
40
|
+
<strong>@contractspec/lib.schema</strong>: Schema dictionary
|
|
41
|
+
(SchemaModel, FieldType) for I/O definitions.
|
|
42
|
+
</li>
|
|
43
|
+
</ul>
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div className="space-y-4">
|
|
47
|
+
<h2 className="text-2xl font-bold">Quick Example</h2>
|
|
48
|
+
<CodeBlock
|
|
49
|
+
language="typescript"
|
|
50
|
+
code={`import { defineCommand } from '@contractspec/lib.contracts';
|
|
51
|
+
import { SchemaModel, ScalarTypeEnum } from '@contractspec/lib.schema';
|
|
52
|
+
|
|
53
|
+
const CreateUserInput = new SchemaModel({
|
|
54
|
+
name: 'CreateUserInput',
|
|
55
|
+
fields: {
|
|
56
|
+
email: { type: ScalarTypeEnum.Email(), isOptional: false },
|
|
57
|
+
name: { type: ScalarTypeEnum.NonEmptyString(), isOptional: false },
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
export const CreateUser = defineCommand({
|
|
62
|
+
meta: {
|
|
63
|
+
key: 'users.createUser',
|
|
64
|
+
version: '1.0.0',
|
|
65
|
+
description: 'Create a new user account',
|
|
66
|
+
},
|
|
67
|
+
io: {
|
|
68
|
+
input: CreateUserInput,
|
|
69
|
+
output: /* ... */,
|
|
70
|
+
},
|
|
71
|
+
policy: { auth: 'admin' },
|
|
72
|
+
});`}
|
|
73
|
+
/>
|
|
74
|
+
</div>
|
|
75
|
+
|
|
76
|
+
<div className="space-y-4">
|
|
77
|
+
<h2 className="text-2xl font-bold">Core Concepts</h2>
|
|
78
|
+
<ul className="text-muted-foreground list-inside list-disc space-y-2">
|
|
79
|
+
<li>
|
|
80
|
+
<strong>OperationSpec</strong>: Immutable description of an
|
|
81
|
+
operation (Command or Query). Defines I/O, policy, and metadata.
|
|
82
|
+
</li>
|
|
83
|
+
<li>
|
|
84
|
+
<strong>OperationSpecRegistry</strong>: Registry of specs +
|
|
85
|
+
handlers. Use <code className="font-mono text-xs">installOp</code>{' '}
|
|
86
|
+
to attach a handler.
|
|
87
|
+
</li>
|
|
88
|
+
<li>
|
|
89
|
+
<strong>CapabilitySpec</strong>: Canonical capability declaration
|
|
90
|
+
(requires/provides).
|
|
91
|
+
</li>
|
|
92
|
+
<li>
|
|
93
|
+
<strong>PolicySpec</strong>: Declarative policy rules (ABAC/ReBAC,
|
|
94
|
+
rate limits).
|
|
95
|
+
</li>
|
|
96
|
+
<li>
|
|
97
|
+
<strong>TelemetrySpec</strong>: Analytics definitions and privacy
|
|
98
|
+
levels.
|
|
99
|
+
</li>
|
|
100
|
+
<li>
|
|
101
|
+
<strong>PresentationSpec (V2)</strong>: Describes how data is
|
|
102
|
+
rendered (Web Components, Markdown, Data).
|
|
103
|
+
</li>
|
|
104
|
+
</ul>
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
<div className="space-y-4">
|
|
108
|
+
<h2 className="text-2xl font-bold">Lifecycle</h2>
|
|
109
|
+
<ol className="text-muted-foreground list-inside list-decimal space-y-2">
|
|
110
|
+
<li>
|
|
111
|
+
<strong>Define</strong> the spec (I/O via SchemaModel or Zod).
|
|
112
|
+
</li>
|
|
113
|
+
<li>
|
|
114
|
+
<strong>Register</strong> it:{' '}
|
|
115
|
+
<code className="font-mono text-xs">
|
|
116
|
+
installOp(registry, spec, handler)
|
|
117
|
+
</code>
|
|
118
|
+
.
|
|
119
|
+
</li>
|
|
120
|
+
<li>
|
|
121
|
+
<strong>Expose</strong> it via an adapter (REST, GraphQL, MCP).
|
|
122
|
+
</li>
|
|
123
|
+
<li>
|
|
124
|
+
<strong>Validate</strong> at runtime automatically.
|
|
125
|
+
</li>
|
|
126
|
+
</ol>
|
|
127
|
+
</div>
|
|
128
|
+
|
|
129
|
+
<div className="space-y-4">
|
|
130
|
+
<h2 className="text-2xl font-bold">Adapters</h2>
|
|
131
|
+
<ul className="text-muted-foreground space-y-2">
|
|
132
|
+
<li>
|
|
133
|
+
<code className="bg-background/50 rounded px-2 py-1">
|
|
134
|
+
server/rest-next-app
|
|
135
|
+
</code>
|
|
136
|
+
: Next.js App Router adapter
|
|
137
|
+
</li>
|
|
138
|
+
<li>
|
|
139
|
+
<code className="bg-background/50 rounded px-2 py-1">
|
|
140
|
+
server/provider-mcp
|
|
141
|
+
</code>
|
|
142
|
+
: Model Context Protocol (MCP) for AI agents
|
|
143
|
+
</li>
|
|
144
|
+
<li>
|
|
145
|
+
<code className="bg-background/50 rounded px-2 py-1">
|
|
146
|
+
server/graphql-pothos
|
|
147
|
+
</code>
|
|
148
|
+
: GraphQL schema generator
|
|
149
|
+
</li>
|
|
150
|
+
</ul>
|
|
151
|
+
</div>
|
|
152
|
+
|
|
153
|
+
<div className="flex items-center gap-4 pt-4">
|
|
154
|
+
<Link href="/docs/libraries/schema" className="btn-primary">
|
|
155
|
+
Next: Schema <ChevronRight size={16} />
|
|
156
|
+
</Link>
|
|
157
|
+
<Link href="/docs/specs/capabilities" className="btn-ghost">
|
|
158
|
+
Core Concepts
|
|
159
|
+
</Link>
|
|
160
|
+
</div>
|
|
161
|
+
</div>
|
|
162
|
+
);
|
|
163
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { CodeBlock, InstallCommand } from '@contractspec/lib.design-system';
|
|
2
|
+
import Link from '@contractspec/lib.ui-link';
|
|
3
|
+
import { ChevronRight } from 'lucide-react';
|
|
4
|
+
|
|
5
|
+
export function LibrariesCostTrackingPage() {
|
|
6
|
+
return (
|
|
7
|
+
<div className="space-y-8">
|
|
8
|
+
<div className="space-y-4">
|
|
9
|
+
<h1 className="text-4xl font-bold">Cost Tracking Library</h1>
|
|
10
|
+
<p className="text-muted-foreground text-lg">
|
|
11
|
+
<code>@contractspec/lib.cost-tracking</code> transforms raw telemetry
|
|
12
|
+
into dollars: DB/API/compute costs per operation, budget alerts per
|
|
13
|
+
tenant, and actionable optimization tips.
|
|
14
|
+
</p>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
<div className="space-y-4">
|
|
18
|
+
<h2 className="text-2xl font-bold">Installation</h2>
|
|
19
|
+
<InstallCommand package="@contractspec/lib.cost-tracking" />
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div className="space-y-4">
|
|
23
|
+
<h2 className="text-2xl font-bold">Record Samples</h2>
|
|
24
|
+
<CodeBlock
|
|
25
|
+
language="typescript"
|
|
26
|
+
code={`const tracker = new CostTracker();
|
|
27
|
+
tracker.recordSample({
|
|
28
|
+
operation: 'orders.list',
|
|
29
|
+
tenantId: 'acme',
|
|
30
|
+
dbReads: 1200,
|
|
31
|
+
dbWrites: 4,
|
|
32
|
+
computeMs: 180,
|
|
33
|
+
externalCalls: [{ provider: 'stripe', cost: 0.02 }],
|
|
34
|
+
});`}
|
|
35
|
+
/>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
<div className="space-y-4">
|
|
39
|
+
<h2 className="text-2xl font-bold">Budget Alerts</h2>
|
|
40
|
+
<CodeBlock
|
|
41
|
+
language="typescript"
|
|
42
|
+
code={`const budgets = new BudgetAlertManager({
|
|
43
|
+
budgets: [{ tenantId: 'acme', monthlyLimit: 150 }],
|
|
44
|
+
onAlert: ({ tenantId, total }) => notifyFinance(tenantId, total),
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
tracker.getTotals({ tenantId: 'acme' }).forEach((summary) => budgets.track(summary));`}
|
|
48
|
+
/>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
<div className="space-y-4">
|
|
52
|
+
<h2 className="text-2xl font-bold">Optimization Suggestions</h2>
|
|
53
|
+
<p className="text-muted-foreground text-sm">
|
|
54
|
+
Feed summaries into <code>OptimizationRecommender</code> to surface
|
|
55
|
+
N+1 queries, compute-heavy steps, or expensive external calls. Store
|
|
56
|
+
the generated suggestions in the new Prisma model to power Ops
|
|
57
|
+
playbooks.
|
|
58
|
+
</p>
|
|
59
|
+
</div>
|
|
60
|
+
|
|
61
|
+
<div className="flex items-center gap-4 pt-4">
|
|
62
|
+
<Link href="/docs/libraries" className="btn-ghost">
|
|
63
|
+
Back to Libraries
|
|
64
|
+
</Link>
|
|
65
|
+
<Link href="/docs/libraries/slo" className="btn-primary">
|
|
66
|
+
Next: SLO <ChevronRight size={16} />
|
|
67
|
+
</Link>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
);
|
|
71
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import Link from '@contractspec/lib.ui-link';
|
|
2
|
+
import { ChevronRight } from 'lucide-react';
|
|
3
|
+
import { CodeBlock } from '@contractspec/lib.design-system';
|
|
4
|
+
|
|
5
|
+
export function LibrariesDataBackendPage() {
|
|
6
|
+
return (
|
|
7
|
+
<div className="space-y-8">
|
|
8
|
+
<div className="space-y-4">
|
|
9
|
+
<h1 className="text-4xl font-bold">Data & Backend</h1>
|
|
10
|
+
<p className="text-muted-foreground">
|
|
11
|
+
A collection of robust, platform-agnostic libraries for building the
|
|
12
|
+
backend infrastructure of your LSSM applications.
|
|
13
|
+
</p>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
<div className="space-y-4">
|
|
17
|
+
<h2 className="text-2xl font-bold">Libraries</h2>
|
|
18
|
+
|
|
19
|
+
<div className="space-y-6">
|
|
20
|
+
<div className="card-subtle p-6">
|
|
21
|
+
<h3 className="text-lg font-bold">
|
|
22
|
+
@contractspec/app.cli-database
|
|
23
|
+
</h3>
|
|
24
|
+
<p className="text-muted-foreground mt-2 text-sm">
|
|
25
|
+
<strong>Prisma Wrapper & CLI</strong>. Provides a unified way to
|
|
26
|
+
manage database schemas, migrations, and clients. Includes seeders
|
|
27
|
+
and factory patterns for testing.
|
|
28
|
+
</p>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
<div className="card-subtle p-6">
|
|
32
|
+
<h3 className="text-lg font-bold">@contractspec/lib.bus</h3>
|
|
33
|
+
<p className="text-muted-foreground mt-2 text-sm">
|
|
34
|
+
<strong>Type-Safe Event Bus</strong>. Decouple your architecture
|
|
35
|
+
with typed events. Supports in-memory dispatch for monoliths and
|
|
36
|
+
can be extended for distributed message queues (Redis, SQS).
|
|
37
|
+
</p>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div className="card-subtle p-6">
|
|
41
|
+
<h3 className="text-lg font-bold">@contractspec/lib.logger</h3>
|
|
42
|
+
<p className="text-muted-foreground mt-2 text-sm">
|
|
43
|
+
<strong>High-Performance Logging</strong>. Optimized for Bun and
|
|
44
|
+
structured JSON output. Includes plugins for ElysiaJS to log HTTP
|
|
45
|
+
requests automatically.
|
|
46
|
+
</p>
|
|
47
|
+
</div>
|
|
48
|
+
|
|
49
|
+
<div className="card-subtle p-6">
|
|
50
|
+
<h3 className="text-lg font-bold">@contractspec/lib.error</h3>
|
|
51
|
+
<p className="text-muted-foreground mt-2 text-sm">
|
|
52
|
+
<strong>Standardized Errors</strong>. Use `AppError` with standard
|
|
53
|
+
codes (NOT_FOUND, UNAUTHORIZED) to ensure consistent HTTP
|
|
54
|
+
responses and error handling across services.
|
|
55
|
+
</p>
|
|
56
|
+
</div>
|
|
57
|
+
|
|
58
|
+
<div className="card-subtle p-6">
|
|
59
|
+
<h3 className="text-lg font-bold">@contractspec/lib.exporter</h3>
|
|
60
|
+
<p className="text-muted-foreground mt-2 text-sm">
|
|
61
|
+
<strong>Data Export</strong>. Generate CSV and XML files from your
|
|
62
|
+
data. Platform-agnostic and streaming-friendly.
|
|
63
|
+
</p>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
|
|
68
|
+
<div className="space-y-4">
|
|
69
|
+
<h2 className="text-2xl font-bold">Example: Unified Backend Flow</h2>
|
|
70
|
+
<CodeBlock
|
|
71
|
+
language="typescript"
|
|
72
|
+
code={`import { logger } from '@contractspec/lib.logger';
|
|
73
|
+
import { AppError } from '@contractspec/lib.error';
|
|
74
|
+
import { db } from '@contractspec/app.cli-database';
|
|
75
|
+
import { EventBus } from '@contractspec/lib.bus';
|
|
76
|
+
|
|
77
|
+
export async function createUser(email: string) {
|
|
78
|
+
logger.info({ email }, 'Creating user');
|
|
79
|
+
|
|
80
|
+
const existing = await db.user.findUnique({ where: { email } });
|
|
81
|
+
if (existing) {
|
|
82
|
+
throw new AppError('User already exists', 'CONFLICT');
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
const user = await db.user.create({ data: { email } });
|
|
86
|
+
|
|
87
|
+
await EventBus.publish('user.created', { userId: user.id });
|
|
88
|
+
|
|
89
|
+
return user;
|
|
90
|
+
}`}
|
|
91
|
+
/>
|
|
92
|
+
</div>
|
|
93
|
+
|
|
94
|
+
<div className="flex items-center gap-4 pt-4">
|
|
95
|
+
<Link href="/docs/libraries/runtime" className="btn-primary">
|
|
96
|
+
Next: Runtime <ChevronRight size={16} />
|
|
97
|
+
</Link>
|
|
98
|
+
<Link href="/docs/libraries" className="btn-ghost">
|
|
99
|
+
Back to Libraries
|
|
100
|
+
</Link>
|
|
101
|
+
</div>
|
|
102
|
+
</div>
|
|
103
|
+
);
|
|
104
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { CodeBlock, InstallCommand } from '@contractspec/lib.design-system';
|
|
2
|
+
import Link from '@contractspec/lib.ui-link';
|
|
3
|
+
import { ChevronRight } from 'lucide-react';
|
|
4
|
+
|
|
5
|
+
export function LibrariesDataViewsPage() {
|
|
6
|
+
return (
|
|
7
|
+
<div className="space-y-8">
|
|
8
|
+
<div className="space-y-4">
|
|
9
|
+
<h1 className="text-4xl font-bold">DataViews Runtime Library</h1>
|
|
10
|
+
<p className="text-muted-foreground text-lg">
|
|
11
|
+
The <code>@contractspec/lib.contracts/data-views</code> and{' '}
|
|
12
|
+
<code>@contractspec/lib.design-system</code> libraries provide the
|
|
13
|
+
runtime logic and UI components to render DataViews in your
|
|
14
|
+
application.
|
|
15
|
+
</p>
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
<div className="space-y-4">
|
|
19
|
+
<h2 className="text-2xl font-bold">Installation</h2>
|
|
20
|
+
<InstallCommand
|
|
21
|
+
package={[
|
|
22
|
+
'@contractspec/lib.contracts',
|
|
23
|
+
'@contractspec/lib.design-system',
|
|
24
|
+
]}
|
|
25
|
+
/>
|
|
26
|
+
</div>
|
|
27
|
+
|
|
28
|
+
<div className="space-y-4">
|
|
29
|
+
<h2 className="text-2xl font-bold">DataViewRenderer</h2>
|
|
30
|
+
<p className="text-muted-foreground">
|
|
31
|
+
The primary component for rendering any DataView. It automatically
|
|
32
|
+
selects the correct layout (List, Table, Grid, Detail) based on the
|
|
33
|
+
spec.
|
|
34
|
+
</p>
|
|
35
|
+
|
|
36
|
+
<CodeBlock
|
|
37
|
+
language="tsx"
|
|
38
|
+
code={`import { DataViewRenderer } from '@contractspec/lib.design-system';
|
|
39
|
+
import { MyUserList } from './specs/users.data-view';
|
|
40
|
+
|
|
41
|
+
export function UserPage() {
|
|
42
|
+
return (
|
|
43
|
+
<DataViewRenderer
|
|
44
|
+
spec={MyUserList}
|
|
45
|
+
items={users}
|
|
46
|
+
pagination={{ page: 1, pageSize: 20, total: 100 }}
|
|
47
|
+
onPageChange={(page) => fetchPage(page)}
|
|
48
|
+
/>
|
|
49
|
+
);
|
|
50
|
+
}`}
|
|
51
|
+
/>
|
|
52
|
+
|
|
53
|
+
<h3 className="text-xl font-semibold">Props</h3>
|
|
54
|
+
<ul className="text-muted-foreground list-disc space-y-2 pl-6">
|
|
55
|
+
<li>
|
|
56
|
+
<code>spec</code>: The DataViewSpec definition.
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<code>items</code>: Array of data items to render.
|
|
60
|
+
</li>
|
|
61
|
+
<li>
|
|
62
|
+
<code>filters</code>: Current filter state object.
|
|
63
|
+
</li>
|
|
64
|
+
<li>
|
|
65
|
+
<code>onFilterChange</code>: Callback when filters change.
|
|
66
|
+
</li>
|
|
67
|
+
<li>
|
|
68
|
+
<code>pagination</code>: Object with <code>page</code>,{' '}
|
|
69
|
+
<code>pageSize</code>, <code>total</code>.
|
|
70
|
+
</li>
|
|
71
|
+
<li>
|
|
72
|
+
<code>onPageChange</code>: Callback when page changes.
|
|
73
|
+
</li>
|
|
74
|
+
</ul>
|
|
75
|
+
</div>
|
|
76
|
+
|
|
77
|
+
<div className="space-y-4">
|
|
78
|
+
<h2 className="text-2xl font-bold">Query Generation</h2>
|
|
79
|
+
<p className="text-muted-foreground">
|
|
80
|
+
The <code>DataViewQueryGenerator</code> utility helps translate
|
|
81
|
+
DataView parameters (filters, sorting, pagination) into query
|
|
82
|
+
arguments for your backend.
|
|
83
|
+
</p>
|
|
84
|
+
<CodeBlock
|
|
85
|
+
language="typescript"
|
|
86
|
+
code={`import { DataViewQueryGenerator } from '@contractspec/lib.contracts/data-views/query-generator';
|
|
87
|
+
|
|
88
|
+
const generator = new DataViewQueryGenerator(MyUserList);
|
|
89
|
+
const query = generator.generate({
|
|
90
|
+
pagination: { page: 1, pageSize: 20 },
|
|
91
|
+
filters: { role: 'admin' }
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
// query.input contains { skip: 0, take: 20, role: 'admin' }`}
|
|
95
|
+
/>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div className="flex items-center gap-4 pt-4">
|
|
99
|
+
<Link href="/docs/libraries" className="btn-ghost">
|
|
100
|
+
Back to Libraries
|
|
101
|
+
</Link>
|
|
102
|
+
<Link href="/docs/libraries/data-backend" className="btn-primary">
|
|
103
|
+
Next: Data & Backend <ChevronRight size={16} />
|
|
104
|
+
</Link>
|
|
105
|
+
</div>
|
|
106
|
+
</div>
|
|
107
|
+
);
|
|
108
|
+
}
|