@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,71 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
|
|
3
|
+
import { getEmailConfig, sendEmail } from "./client.js";
|
|
4
|
+
import { escapeHtml, formatMultilineHtml } from "./utils.js";
|
|
5
|
+
|
|
6
|
+
//#region src/libs/email/contact.ts
|
|
7
|
+
const CONTACT_MISSING_CONFIG = "Email service is not configured. Please contact us directly at contact@contractspec.io.";
|
|
8
|
+
const CONTACT_SEND_ERROR = "Failed to send message. Please contact us directly at contact@contractspec.io.";
|
|
9
|
+
const submitContactForm = async (formData) => {
|
|
10
|
+
const name = (formData.get("name") ?? "").toString().trim();
|
|
11
|
+
const email = (formData.get("email") ?? "").toString().trim();
|
|
12
|
+
const message = (formData.get("message") ?? "").toString().trim();
|
|
13
|
+
if (!email) return {
|
|
14
|
+
success: false,
|
|
15
|
+
text: "Please fill in all required fields."
|
|
16
|
+
};
|
|
17
|
+
const configResult = getEmailConfig();
|
|
18
|
+
if (!configResult.ok || !configResult.config) return {
|
|
19
|
+
success: false,
|
|
20
|
+
text: configResult.errorMessage ?? CONTACT_MISSING_CONFIG
|
|
21
|
+
};
|
|
22
|
+
const senderName = name || email;
|
|
23
|
+
const emailContentText = `
|
|
24
|
+
New contact form submission from ${senderName}
|
|
25
|
+
|
|
26
|
+
Contact Information:
|
|
27
|
+
- Name: ${name || "Not provided"}
|
|
28
|
+
- Email: ${email}
|
|
29
|
+
|
|
30
|
+
Message:
|
|
31
|
+
${message || "No message provided"}
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
Submitted via ContractSpec contact form
|
|
35
|
+
`.trim();
|
|
36
|
+
const emailContentHtml = `
|
|
37
|
+
<div style="font-family: sans-serif; max-width: 640px; margin: 0 auto;">
|
|
38
|
+
<h1 style="color: #8b5cf6; margin-bottom: 12px;">New contact form submission</h1>
|
|
39
|
+
<p style="margin: 0 0 12px;">From ${escapeHtml(senderName)}</p>
|
|
40
|
+
<h2 style="color: #8b5cf6; margin: 16px 0 8px;">Contact Information</h2>
|
|
41
|
+
<ul style="padding-left: 16px; line-height: 1.6; margin: 0 0 16px;">
|
|
42
|
+
<li>Name: ${escapeHtml(name || "Not provided")}</li>
|
|
43
|
+
<li>Email: ${escapeHtml(email)}</li>
|
|
44
|
+
</ul>
|
|
45
|
+
<h2 style="color: #8b5cf6; margin: 16px 0 8px;">Message</h2>
|
|
46
|
+
<div style="border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;">
|
|
47
|
+
${message ? formatMultilineHtml(message) : "No message provided"}
|
|
48
|
+
</div>
|
|
49
|
+
<p style="color: #6b7280; font-size: 12px; margin-top: 20px;">Submitted via ContractSpec contact form</p>
|
|
50
|
+
</div>
|
|
51
|
+
`;
|
|
52
|
+
if (!(await sendEmail(configResult.config, {
|
|
53
|
+
to: [configResult.config.teamInbox],
|
|
54
|
+
subject: `New Contact Form Message from ${senderName}`,
|
|
55
|
+
text: emailContentText,
|
|
56
|
+
html: emailContentHtml,
|
|
57
|
+
replyTo: email,
|
|
58
|
+
context: "contact-form"
|
|
59
|
+
})).success) return {
|
|
60
|
+
success: false,
|
|
61
|
+
text: CONTACT_SEND_ERROR
|
|
62
|
+
};
|
|
63
|
+
return {
|
|
64
|
+
success: true,
|
|
65
|
+
text: "Message sent successfully!"
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
//#endregion
|
|
70
|
+
export { submitContactForm };
|
|
71
|
+
//# sourceMappingURL=contact.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact.js","names":[],"sources":["../../../src/libs/email/contact.ts"],"sourcesContent":["'use server';\n\nimport { getEmailConfig, sendEmail } from './client';\nimport { escapeHtml, formatMultilineHtml } from './utils';\nimport type { SubmitContactFormResult } from './types';\n\nconst CONTACT_MISSING_CONFIG =\n 'Email service is not configured. Please contact us directly at contact@contractspec.io.';\nconst CONTACT_SEND_ERROR =\n 'Failed to send message. Please contact us directly at contact@contractspec.io.';\n\nexport const submitContactForm = async (\n formData: FormData\n): Promise<SubmitContactFormResult> => {\n const name = (formData.get('name') ?? '').toString().trim();\n const email = (formData.get('email') ?? '').toString().trim();\n const message = (formData.get('message') ?? '').toString().trim();\n\n if (!email) {\n return {\n success: false,\n text: 'Please fill in all required fields.',\n };\n }\n\n const configResult = getEmailConfig();\n if (!configResult.ok || !configResult.config) {\n return {\n success: false,\n text: configResult.errorMessage ?? CONTACT_MISSING_CONFIG,\n };\n }\n\n const senderName = name || email;\n const emailContentText = `\nNew contact form submission from ${senderName}\n\nContact Information:\n- Name: ${name || 'Not provided'}\n- Email: ${email}\n\nMessage:\n${message || 'No message provided'}\n\n---\nSubmitted via ContractSpec contact form\n `.trim();\n\n const emailContentHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6; margin-bottom: 12px;\">New contact form submission</h1>\n <p style=\"margin: 0 0 12px;\">From ${escapeHtml(senderName)}</p>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Contact Information</h2>\n <ul style=\"padding-left: 16px; line-height: 1.6; margin: 0 0 16px;\">\n <li>Name: ${escapeHtml(name || 'Not provided')}</li>\n <li>Email: ${escapeHtml(email)}</li>\n </ul>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Message</h2>\n <div style=\"border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;\">\n ${message ? formatMultilineHtml(message) : 'No message provided'}\n </div>\n <p style=\"color: #6b7280; font-size: 12px; margin-top: 20px;\">Submitted via ContractSpec contact form</p>\n </div>\n `;\n\n const sendResult = await sendEmail(configResult.config, {\n to: [configResult.config.teamInbox],\n subject: `New Contact Form Message from ${senderName}`,\n text: emailContentText,\n html: emailContentHtml,\n replyTo: email,\n context: 'contact-form',\n });\n\n if (!sendResult.success) {\n return { success: false, text: CONTACT_SEND_ERROR };\n }\n\n return { success: true, text: 'Message sent successfully!' };\n};\n"],"mappings":";;;;;;AAMA,MAAM,yBACJ;AACF,MAAM,qBACJ;AAEF,MAAa,oBAAoB,OAC/B,aACqC;CACrC,MAAM,QAAQ,SAAS,IAAI,OAAO,IAAI,IAAI,UAAU,CAAC,MAAM;CAC3D,MAAM,SAAS,SAAS,IAAI,QAAQ,IAAI,IAAI,UAAU,CAAC,MAAM;CAC7D,MAAM,WAAW,SAAS,IAAI,UAAU,IAAI,IAAI,UAAU,CAAC,MAAM;AAEjE,KAAI,CAAC,MACH,QAAO;EACL,SAAS;EACT,MAAM;EACP;CAGH,MAAM,eAAe,gBAAgB;AACrC,KAAI,CAAC,aAAa,MAAM,CAAC,aAAa,OACpC,QAAO;EACL,SAAS;EACT,MAAM,aAAa,gBAAgB;EACpC;CAGH,MAAM,aAAa,QAAQ;CAC3B,MAAM,mBAAmB;mCACQ,WAAW;;;UAGpC,QAAQ,eAAe;WACtB,MAAM;;;EAGf,WAAW,sBAAsB;;;;IAI/B,MAAM;CAER,MAAM,mBAAmB;;;0CAGe,WAAW,WAAW,CAAC;;;oBAG7C,WAAW,QAAQ,eAAe,CAAC;qBAClC,WAAW,MAAM,CAAC;;;;UAI7B,UAAU,oBAAoB,QAAQ,GAAG,sBAAsB;;;;;AAevE,KAAI,EATe,MAAM,UAAU,aAAa,QAAQ;EACtD,IAAI,CAAC,aAAa,OAAO,UAAU;EACnC,SAAS,iCAAiC;EAC1C,MAAM;EACN,MAAM;EACN,SAAS;EACT,SAAS;EACV,CAAC,EAEc,QACd,QAAO;EAAE,SAAS;EAAO,MAAM;EAAoB;AAGrD,QAAO;EAAE,SAAS;EAAM,MAAM;EAA8B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SubmitNewsletterResult } from "./types.js";
|
|
2
|
+
|
|
3
|
+
//#region src/libs/email/newsletter.d.ts
|
|
4
|
+
declare const subscribeToNewsletter: (formData: FormData) => Promise<SubmitNewsletterResult>;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { subscribeToNewsletter };
|
|
7
|
+
//# sourceMappingURL=newsletter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"newsletter.d.ts","names":[],"sources":["../../../src/libs/email/newsletter.ts"],"mappings":";;;cAWa,qBAAA,GACX,QAAA,EAAU,QAAA,KACT,OAAA,CAAQ,sBAAA"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
|
|
3
|
+
import { getEmailConfig, sendEmail } from "./client.js";
|
|
4
|
+
import { formatMultilineHtml } from "./utils.js";
|
|
5
|
+
|
|
6
|
+
//#region src/libs/email/newsletter.ts
|
|
7
|
+
const NEWSLETTER_MISSING_CONFIG = "Newsletter service is not configured. Please try again later.";
|
|
8
|
+
const NEWSLETTER_SEND_ERROR = "Failed to subscribe. Please try again later or contact us directly.";
|
|
9
|
+
const subscribeToNewsletter = async (formData) => {
|
|
10
|
+
const email = (formData.get("email") ?? "").toString().trim();
|
|
11
|
+
if (!email || !email.includes("@")) return {
|
|
12
|
+
success: false,
|
|
13
|
+
text: "Please enter a valid email address."
|
|
14
|
+
};
|
|
15
|
+
const configResult = getEmailConfig();
|
|
16
|
+
if (!configResult.ok || !configResult.config) return {
|
|
17
|
+
success: false,
|
|
18
|
+
text: configResult.errorMessage ?? NEWSLETTER_MISSING_CONFIG
|
|
19
|
+
};
|
|
20
|
+
const welcomeText = `
|
|
21
|
+
Welcome to ContractSpec!
|
|
22
|
+
|
|
23
|
+
Thanks for subscribing to our newsletter. You'll receive updates on:
|
|
24
|
+
|
|
25
|
+
• New integrations (Stripe, OpenAI, Qdrant, and more)
|
|
26
|
+
• Product features and improvements
|
|
27
|
+
• New templates and examples
|
|
28
|
+
• Architecture insights and best practices
|
|
29
|
+
• Documentation updates
|
|
30
|
+
|
|
31
|
+
Stay tuned for exciting updates!
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
ContractSpec Team
|
|
35
|
+
https://contractspec.io
|
|
36
|
+
|
|
37
|
+
Unsubscribe: Reply to this email with "unsubscribe"
|
|
38
|
+
`.trim();
|
|
39
|
+
if (!(await sendEmail(configResult.config, {
|
|
40
|
+
to: [{ email }],
|
|
41
|
+
subject: "Welcome to ContractSpec Newsletter",
|
|
42
|
+
text: welcomeText,
|
|
43
|
+
html: `
|
|
44
|
+
<div style="font-family: sans-serif; max-width: 640px; margin: 0 auto;">
|
|
45
|
+
<h1 style="color: #8b5cf6;">Welcome to ContractSpec!</h1>
|
|
46
|
+
<p>Thanks for subscribing to our newsletter. You'll receive updates on:</p>
|
|
47
|
+
<ul style="line-height: 1.8;">
|
|
48
|
+
<li>New integrations (Stripe, OpenAI, Qdrant, and more)</li>
|
|
49
|
+
<li>Product features and improvements</li>
|
|
50
|
+
<li>New templates and examples</li>
|
|
51
|
+
<li>Architecture insights and best practices</li>
|
|
52
|
+
<li>Documentation updates</li>
|
|
53
|
+
</ul>
|
|
54
|
+
<p>Stay tuned for exciting updates!</p>
|
|
55
|
+
<hr style="margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;" />
|
|
56
|
+
<p style="color: #6b7280; font-size: 14px;">
|
|
57
|
+
ContractSpec Team<br />
|
|
58
|
+
<a href="https://contractspec.io" style="color: #8b5cf6;">contractspec.io</a>
|
|
59
|
+
</p>
|
|
60
|
+
<p style="color: #9ca3af; font-size: 12px;">
|
|
61
|
+
To unsubscribe, reply to this email with "unsubscribe"
|
|
62
|
+
</p>
|
|
63
|
+
</div>
|
|
64
|
+
`,
|
|
65
|
+
context: "newsletter-welcome"
|
|
66
|
+
})).success) return {
|
|
67
|
+
success: false,
|
|
68
|
+
text: NEWSLETTER_SEND_ERROR
|
|
69
|
+
};
|
|
70
|
+
const teamNotificationText = `New newsletter subscription from: ${email}`;
|
|
71
|
+
const teamNotificationHtml = `
|
|
72
|
+
<div style="font-family: sans-serif; max-width: 640px; margin: 0 auto;">
|
|
73
|
+
<p style="margin: 0 0 8px;">New newsletter subscription</p>
|
|
74
|
+
<p style="margin: 0;"><strong>Email:</strong> ${formatMultilineHtml(email)}</p>
|
|
75
|
+
</div>
|
|
76
|
+
`;
|
|
77
|
+
if (!(await sendEmail(configResult.config, {
|
|
78
|
+
to: [configResult.config.teamInbox],
|
|
79
|
+
subject: `New Newsletter Subscription: ${email}`,
|
|
80
|
+
text: teamNotificationText,
|
|
81
|
+
html: teamNotificationHtml,
|
|
82
|
+
context: "newsletter-team-notification"
|
|
83
|
+
})).success) return {
|
|
84
|
+
success: false,
|
|
85
|
+
text: NEWSLETTER_SEND_ERROR
|
|
86
|
+
};
|
|
87
|
+
return {
|
|
88
|
+
success: true,
|
|
89
|
+
text: "Successfully subscribed!"
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
//#endregion
|
|
94
|
+
export { subscribeToNewsletter };
|
|
95
|
+
//# sourceMappingURL=newsletter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"newsletter.js","names":[],"sources":["../../../src/libs/email/newsletter.ts"],"sourcesContent":["'use server';\n\nimport { getEmailConfig, sendEmail } from './client';\nimport { formatMultilineHtml } from './utils';\nimport type { SubmitNewsletterResult } from './types';\n\nconst NEWSLETTER_MISSING_CONFIG =\n 'Newsletter service is not configured. Please try again later.';\nconst NEWSLETTER_SEND_ERROR =\n 'Failed to subscribe. Please try again later or contact us directly.';\n\nexport const subscribeToNewsletter = async (\n formData: FormData\n): Promise<SubmitNewsletterResult> => {\n const email = (formData.get('email') ?? '').toString().trim();\n\n if (!email || !email.includes('@')) {\n return {\n success: false,\n text: 'Please enter a valid email address.',\n };\n }\n\n const configResult = getEmailConfig();\n if (!configResult.ok || !configResult.config) {\n return {\n success: false,\n text: configResult.errorMessage ?? NEWSLETTER_MISSING_CONFIG,\n };\n }\n\n const welcomeText = `\nWelcome to ContractSpec!\n\nThanks for subscribing to our newsletter. You'll receive updates on:\n\n• New integrations (Stripe, OpenAI, Qdrant, and more)\n• Product features and improvements\n• New templates and examples\n• Architecture insights and best practices\n• Documentation updates\n\nStay tuned for exciting updates!\n\n---\nContractSpec Team\nhttps://contractspec.io\n\nUnsubscribe: Reply to this email with \"unsubscribe\"\n `.trim();\n\n const welcomeHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6;\">Welcome to ContractSpec!</h1>\n <p>Thanks for subscribing to our newsletter. You'll receive updates on:</p>\n <ul style=\"line-height: 1.8;\">\n <li>New integrations (Stripe, OpenAI, Qdrant, and more)</li>\n <li>Product features and improvements</li>\n <li>New templates and examples</li>\n <li>Architecture insights and best practices</li>\n <li>Documentation updates</li>\n </ul>\n <p>Stay tuned for exciting updates!</p>\n <hr style=\"margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;\" />\n <p style=\"color: #6b7280; font-size: 14px;\">\n ContractSpec Team<br />\n <a href=\"https://contractspec.io\" style=\"color: #8b5cf6;\">contractspec.io</a>\n </p>\n <p style=\"color: #9ca3af; font-size: 12px;\">\n To unsubscribe, reply to this email with \"unsubscribe\"\n </p>\n </div>\n `;\n\n const userSend = await sendEmail(configResult.config, {\n to: [{ email }],\n subject: 'Welcome to ContractSpec Newsletter',\n text: welcomeText,\n html: welcomeHtml,\n context: 'newsletter-welcome',\n });\n\n if (!userSend.success) {\n return { success: false, text: NEWSLETTER_SEND_ERROR };\n }\n\n const teamNotificationText = `New newsletter subscription from: ${email}`;\n const teamNotificationHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <p style=\"margin: 0 0 8px;\">New newsletter subscription</p>\n <p style=\"margin: 0;\"><strong>Email:</strong> ${formatMultilineHtml(email)}</p>\n </div>\n `;\n\n const teamSend = await sendEmail(configResult.config, {\n to: [configResult.config.teamInbox],\n subject: `New Newsletter Subscription: ${email}`,\n text: teamNotificationText,\n html: teamNotificationHtml,\n context: 'newsletter-team-notification',\n });\n\n if (!teamSend.success) {\n return { success: false, text: NEWSLETTER_SEND_ERROR };\n }\n\n return { success: true, text: 'Successfully subscribed!' };\n};\n"],"mappings":";;;;;;AAMA,MAAM,4BACJ;AACF,MAAM,wBACJ;AAEF,MAAa,wBAAwB,OACnC,aACoC;CACpC,MAAM,SAAS,SAAS,IAAI,QAAQ,IAAI,IAAI,UAAU,CAAC,MAAM;AAE7D,KAAI,CAAC,SAAS,CAAC,MAAM,SAAS,IAAI,CAChC,QAAO;EACL,SAAS;EACT,MAAM;EACP;CAGH,MAAM,eAAe,gBAAgB;AACrC,KAAI,CAAC,aAAa,MAAM,CAAC,aAAa,OACpC,QAAO;EACL,SAAS;EACT,MAAM,aAAa,gBAAgB;EACpC;CAGH,MAAM,cAAc;;;;;;;;;;;;;;;;;;IAkBlB,MAAM;AAiCR,KAAI,EARa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,EAAE,OAAO,CAAC;EACf,SAAS;EACT,MAAM;EACN,MA3BkB;;;;;;;;;;;;;;;;;;;;;;EA4BlB,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAuB;CAGxD,MAAM,uBAAuB,qCAAqC;CAClE,MAAM,uBAAuB;;;sDAGuB,oBAAoB,MAAM,CAAC;;;AAY/E,KAAI,EARa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,aAAa,OAAO,UAAU;EACnC,SAAS,gCAAgC;EACzC,MAAM;EACN,MAAM;EACN,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAuB;AAGxD,QAAO;EAAE,SAAS;EAAM,MAAM;EAA4B"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Region } from "@scaleway/sdk-client";
|
|
2
|
+
|
|
3
|
+
//#region src/libs/email/types.d.ts
|
|
4
|
+
interface SubmitContactFormResult {
|
|
5
|
+
success: boolean;
|
|
6
|
+
text: string;
|
|
7
|
+
}
|
|
8
|
+
interface SubmitNewsletterResult {
|
|
9
|
+
success: boolean;
|
|
10
|
+
text: string;
|
|
11
|
+
}
|
|
12
|
+
interface SubmitWaitlistResult {
|
|
13
|
+
success: boolean;
|
|
14
|
+
text: string;
|
|
15
|
+
}
|
|
16
|
+
interface SubmitWaitlistApplicationResult {
|
|
17
|
+
success: boolean;
|
|
18
|
+
text: string;
|
|
19
|
+
}
|
|
20
|
+
interface EmailAddress {
|
|
21
|
+
email: string;
|
|
22
|
+
name?: string;
|
|
23
|
+
}
|
|
24
|
+
interface EmailServiceConfig {
|
|
25
|
+
accessKey: string;
|
|
26
|
+
secretKey: string;
|
|
27
|
+
projectId: string;
|
|
28
|
+
region: Region;
|
|
29
|
+
defaultZone: string;
|
|
30
|
+
from: EmailAddress;
|
|
31
|
+
teamInbox: EmailAddress;
|
|
32
|
+
}
|
|
33
|
+
interface EmailConfigResult {
|
|
34
|
+
ok: boolean;
|
|
35
|
+
config?: EmailServiceConfig;
|
|
36
|
+
errorMessage?: string;
|
|
37
|
+
}
|
|
38
|
+
interface SendEmailRequest {
|
|
39
|
+
to: EmailAddress[];
|
|
40
|
+
subject: string;
|
|
41
|
+
text: string;
|
|
42
|
+
html: string;
|
|
43
|
+
replyTo?: string;
|
|
44
|
+
context?: string;
|
|
45
|
+
}
|
|
46
|
+
interface EmailSendOutcome {
|
|
47
|
+
success: boolean;
|
|
48
|
+
error?: unknown;
|
|
49
|
+
errorMessage?: string;
|
|
50
|
+
}
|
|
51
|
+
//#endregion
|
|
52
|
+
export { EmailAddress, EmailConfigResult, EmailSendOutcome, EmailServiceConfig, SendEmailRequest, SubmitContactFormResult, SubmitNewsletterResult, SubmitWaitlistApplicationResult, SubmitWaitlistResult };
|
|
53
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","names":[],"sources":["../../../src/libs/email/types.ts"],"mappings":";;;UAIiB,uBAAA;EACf,OAAA;EACA,IAAA;AAAA;AAAA,UAGe,sBAAA;EACf,OAAA;EACA,IAAA;AAAA;AAAA,UAGe,oBAAA;EACf,OAAA;EACA,IAAA;AAAA;AAAA,UAGe,+BAAA;EACf,OAAA;EACA,IAAA;AAAA;AAAA,UAGe,YAAA;EACf,KAAA;EACA,IAAA;AAAA;AAAA,UAGe,kBAAA;EACf,SAAA;EACA,SAAA;EACA,SAAA;EACA,MAAA,EAAQ,MAAA;EACR,WAAA;EACA,IAAA,EAAM,YAAA;EACN,SAAA,EAAW,YAAA;AAAA;AAAA,UAGI,iBAAA;EACf,EAAA;EACA,MAAA,GAAS,kBAAA;EACT,YAAA;AAAA;AAAA,UAGe,gBAAA;EACf,EAAA,EAAI,YAAA;EACJ,OAAA;EACA,IAAA;EACA,IAAA;EACA,OAAA;EACA,OAAA;AAAA;AAAA,UAGe,gBAAA;EACf,OAAA;EACA,KAAA;EACA,YAAA;AAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use server';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","names":[],"sources":["../../../src/libs/email/utils.ts"],"mappings":";cAAa,UAAA,GAAc,KAAA;AAAA,cAMd,mBAAA,GAAuB,KAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
//#region src/libs/email/utils.ts
|
|
2
|
+
const escapeHtml = (value) => value.replaceAll("&", "&").replaceAll("<", "<").replaceAll(">", ">");
|
|
3
|
+
const formatMultilineHtml = (value) => escapeHtml(value).replaceAll("\n", "<br />");
|
|
4
|
+
|
|
5
|
+
//#endregion
|
|
6
|
+
export { escapeHtml, formatMultilineHtml };
|
|
7
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","names":[],"sources":["../../../src/libs/email/utils.ts"],"sourcesContent":["export const escapeHtml = (value: string): string =>\n value\n .replaceAll('&', '&')\n .replaceAll('<', '<')\n .replaceAll('>', '>');\n\nexport const formatMultilineHtml = (value: string): string =>\n escapeHtml(value).replaceAll('\\n', '<br />');\n"],"mappings":";AAAA,MAAa,cAAc,UACzB,MACG,WAAW,KAAK,QAAQ,CACxB,WAAW,KAAK,OAAO,CACvB,WAAW,KAAK,OAAO;AAE5B,MAAa,uBAAuB,UAClC,WAAW,MAAM,CAAC,WAAW,MAAM,SAAS"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SubmitWaitlistApplicationResult } from "./types.js";
|
|
2
|
+
|
|
3
|
+
//#region src/libs/email/waitlist-application.d.ts
|
|
4
|
+
declare const submitWaitlistApplication: (formData: FormData) => Promise<SubmitWaitlistApplicationResult>;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { submitWaitlistApplication };
|
|
7
|
+
//# sourceMappingURL=waitlist-application.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"waitlist-application.d.ts","names":[],"sources":["../../../src/libs/email/waitlist-application.ts"],"mappings":";;;cAWa,yBAAA,GACX,QAAA,EAAU,QAAA,KACT,OAAA,CAAQ,+BAAA"}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
|
|
3
|
+
import { getEmailConfig, sendEmail } from "./client.js";
|
|
4
|
+
import { escapeHtml, formatMultilineHtml } from "./utils.js";
|
|
5
|
+
|
|
6
|
+
//#region src/libs/email/waitlist-application.ts
|
|
7
|
+
const APPLICATION_MISSING_CONFIG = "Waitlist application service is not configured. Please try again later.";
|
|
8
|
+
const APPLICATION_SEND_ERROR = "Failed to submit application. Please try again later or contact us directly.";
|
|
9
|
+
const submitWaitlistApplication = async (formData) => {
|
|
10
|
+
const email = (formData.get("email") ?? "").toString().trim();
|
|
11
|
+
const name = (formData.get("name") ?? "").toString().trim();
|
|
12
|
+
const company = (formData.get("company") ?? "").toString().trim();
|
|
13
|
+
const role = (formData.get("role") ?? "").toString().trim();
|
|
14
|
+
const whatBuilding = (formData.get("whatBuilding") ?? "").toString().trim();
|
|
15
|
+
const whatSolving = (formData.get("whatSolving") ?? "").toString().trim();
|
|
16
|
+
const teamSize = (formData.get("teamSize") ?? "").toString().trim();
|
|
17
|
+
const timeline = (formData.get("timeline") ?? "").toString().trim();
|
|
18
|
+
const openToSessions = formData.get("openToSessions") === "on";
|
|
19
|
+
const okayWithCaseStudies = formData.get("okayWithCaseStudies") === "on";
|
|
20
|
+
if (!email || !email.includes("@")) return {
|
|
21
|
+
success: false,
|
|
22
|
+
text: "Please enter a valid email address."
|
|
23
|
+
};
|
|
24
|
+
if (!name || !whatBuilding || !whatSolving) return {
|
|
25
|
+
success: false,
|
|
26
|
+
text: "Please fill in all required fields."
|
|
27
|
+
};
|
|
28
|
+
const configResult = getEmailConfig();
|
|
29
|
+
if (!configResult.ok || !configResult.config) return {
|
|
30
|
+
success: false,
|
|
31
|
+
text: configResult.errorMessage ?? APPLICATION_MISSING_CONFIG
|
|
32
|
+
};
|
|
33
|
+
const applicantText = `
|
|
34
|
+
You're on the list.
|
|
35
|
+
|
|
36
|
+
Thanks for applying to the ContractSpec design partner program. We're slowly onboarding design partners in waves. If your use case is a good fit, we'll reach out personally.
|
|
37
|
+
|
|
38
|
+
What happens next:
|
|
39
|
+
• We review applications weekly
|
|
40
|
+
• If selected, we'll reach out via email to schedule an intro call
|
|
41
|
+
• During early access, you'll get hands-on support and influence over the roadmap
|
|
42
|
+
|
|
43
|
+
In the meantime:
|
|
44
|
+
• Check out our docs: https://contractspec.io/docs
|
|
45
|
+
• Book a demo call: https://contractspec.io/contact
|
|
46
|
+
|
|
47
|
+
We're excited about the possibility of working together!
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
ContractSpec Team
|
|
51
|
+
https://contractspec.io
|
|
52
|
+
`.trim();
|
|
53
|
+
if (!(await sendEmail(configResult.config, {
|
|
54
|
+
to: [{ email }],
|
|
55
|
+
subject: "You're on the ContractSpec design partner waitlist!",
|
|
56
|
+
text: applicantText,
|
|
57
|
+
html: `
|
|
58
|
+
<div style="font-family: sans-serif; max-width: 640px; margin: 0 auto;">
|
|
59
|
+
<h1 style="color: #8b5cf6;">You're on the list.</h1>
|
|
60
|
+
<p>Thanks for applying to the ContractSpec design partner program. We're slowly onboarding design partners in waves. If your use case is a good fit, we'll reach out personally.</p>
|
|
61
|
+
<h2 style="color: #8b5cf6; margin-top: 24px;">What happens next:</h2>
|
|
62
|
+
<ul style="line-height: 1.8;">
|
|
63
|
+
<li>We review applications weekly</li>
|
|
64
|
+
<li>If selected, we'll reach out via email to schedule an intro call</li>
|
|
65
|
+
<li>During early access, you'll get hands-on support and influence over the roadmap</li>
|
|
66
|
+
</ul>
|
|
67
|
+
<h2 style="color: #8b5cf6; margin-top: 24px;">In the meantime:</h2>
|
|
68
|
+
<ul style="line-height: 1.8;">
|
|
69
|
+
<li>Check out our <a href="https://contractspec.io/docs" style="color: #8b5cf6;">docs</a></li>
|
|
70
|
+
<li>Book a demo call: <a href="https://contractspec.io/contact" style="color: #8b5cf6;">contractspec.io/contact</a></li>
|
|
71
|
+
</ul>
|
|
72
|
+
<p>We're excited about the possibility of working together!</p>
|
|
73
|
+
<hr style="margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;" />
|
|
74
|
+
<p style="color: #6b7280; font-size: 14px;">
|
|
75
|
+
ContractSpec Team<br />
|
|
76
|
+
<a href="https://contractspec.io" style="color: #8b5cf6;">contractspec.io</a>
|
|
77
|
+
</p>
|
|
78
|
+
</div>
|
|
79
|
+
`,
|
|
80
|
+
context: "waitlist-application-welcome"
|
|
81
|
+
})).success) return {
|
|
82
|
+
success: false,
|
|
83
|
+
text: APPLICATION_SEND_ERROR
|
|
84
|
+
};
|
|
85
|
+
const preferencesText = `
|
|
86
|
+
Open to 1:1 product/design sessions: ${openToSessions ? "Yes" : "No"}
|
|
87
|
+
Okay with anonymized case studies: ${okayWithCaseStudies ? "Yes" : "No"}
|
|
88
|
+
`.trim();
|
|
89
|
+
const teamEmailText = `
|
|
90
|
+
New Design Partner Waitlist Application
|
|
91
|
+
|
|
92
|
+
Contact Information:
|
|
93
|
+
- Name: ${name}
|
|
94
|
+
- Email: ${email}
|
|
95
|
+
${company ? `- Company/Project: ${company}` : ""}
|
|
96
|
+
${role ? `- Role: ${role}` : ""}
|
|
97
|
+
|
|
98
|
+
Application Details:
|
|
99
|
+
- What are you building with AI today?
|
|
100
|
+
${whatBuilding}
|
|
101
|
+
|
|
102
|
+
- What do you hope ContractSpec will solve for you?
|
|
103
|
+
${whatSolving}
|
|
104
|
+
|
|
105
|
+
- Team Size: ${teamSize || "Not specified"}
|
|
106
|
+
- Timeline: ${timeline || "Not specified"}
|
|
107
|
+
|
|
108
|
+
Preferences:
|
|
109
|
+
- Open to 1:1 product/design sessions: ${openToSessions ? "Yes" : "No"}
|
|
110
|
+
- Okay with anonymized case studies: ${okayWithCaseStudies ? "Yes" : "No"}
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
Submitted via ContractSpec waitlist application form
|
|
114
|
+
`.trim();
|
|
115
|
+
const teamEmailHtml = `
|
|
116
|
+
<div style="font-family: sans-serif; max-width: 720px; margin: 0 auto;">
|
|
117
|
+
<h1 style="color: #8b5cf6;">New Design Partner Waitlist Application</h1>
|
|
118
|
+
<h2 style="color: #8b5cf6; margin: 16px 0 8px;">Contact Information</h2>
|
|
119
|
+
<ul style="padding-left: 16px; line-height: 1.6; margin: 0 0 16px;">
|
|
120
|
+
<li>Name: ${escapeHtml(name)}</li>
|
|
121
|
+
<li>Email: ${escapeHtml(email)}</li>
|
|
122
|
+
${company ? `<li>Company/Project: ${escapeHtml(company)}</li>` : ""}
|
|
123
|
+
${role ? `<li>Role: ${escapeHtml(role)}</li>` : ""}
|
|
124
|
+
</ul>
|
|
125
|
+
<h2 style="color: #8b5cf6; margin: 16px 0 8px;">Application Details</h2>
|
|
126
|
+
<p style="margin: 0 0 8px; font-weight: 600;">What are you building with AI today?</p>
|
|
127
|
+
<div style="border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;">
|
|
128
|
+
${formatMultilineHtml(whatBuilding)}
|
|
129
|
+
</div>
|
|
130
|
+
<p style="margin: 16px 0 8px; font-weight: 600;">What do you hope ContractSpec will solve for you?</p>
|
|
131
|
+
<div style="border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;">
|
|
132
|
+
${formatMultilineHtml(whatSolving)}
|
|
133
|
+
</div>
|
|
134
|
+
<ul style="padding-left: 16px; line-height: 1.6; margin: 16px 0;">
|
|
135
|
+
<li>Team Size: ${escapeHtml(teamSize || "Not specified")}</li>
|
|
136
|
+
<li>Timeline: ${escapeHtml(timeline || "Not specified")}</li>
|
|
137
|
+
</ul>
|
|
138
|
+
<h2 style="color: #8b5cf6; margin: 16px 0 8px;">Preferences</h2>
|
|
139
|
+
<div style="border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; line-height: 1.6;">
|
|
140
|
+
${formatMultilineHtml(preferencesText)}
|
|
141
|
+
</div>
|
|
142
|
+
<p style="color: #6b7280; font-size: 12px; margin-top: 20px;">Submitted via ContractSpec waitlist application form</p>
|
|
143
|
+
</div>
|
|
144
|
+
`;
|
|
145
|
+
if (!(await sendEmail(configResult.config, {
|
|
146
|
+
to: [configResult.config.teamInbox],
|
|
147
|
+
subject: `New Design Partner Application: ${name} (${email})`,
|
|
148
|
+
text: teamEmailText,
|
|
149
|
+
html: teamEmailHtml,
|
|
150
|
+
replyTo: email,
|
|
151
|
+
context: "waitlist-application-team-notification"
|
|
152
|
+
})).success) return {
|
|
153
|
+
success: false,
|
|
154
|
+
text: APPLICATION_SEND_ERROR
|
|
155
|
+
};
|
|
156
|
+
return {
|
|
157
|
+
success: true,
|
|
158
|
+
text: "Application submitted successfully!"
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
//#endregion
|
|
163
|
+
export { submitWaitlistApplication };
|
|
164
|
+
//# sourceMappingURL=waitlist-application.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"waitlist-application.js","names":[],"sources":["../../../src/libs/email/waitlist-application.ts"],"sourcesContent":["'use server';\n\nimport { getEmailConfig, sendEmail } from './client';\nimport { escapeHtml, formatMultilineHtml } from './utils';\nimport type { SubmitWaitlistApplicationResult } from './types';\n\nconst APPLICATION_MISSING_CONFIG =\n 'Waitlist application service is not configured. Please try again later.';\nconst APPLICATION_SEND_ERROR =\n 'Failed to submit application. Please try again later or contact us directly.';\n\nexport const submitWaitlistApplication = async (\n formData: FormData\n): Promise<SubmitWaitlistApplicationResult> => {\n const email = (formData.get('email') ?? '').toString().trim();\n const name = (formData.get('name') ?? '').toString().trim();\n const company = (formData.get('company') ?? '').toString().trim();\n const role = (formData.get('role') ?? '').toString().trim();\n const whatBuilding = (formData.get('whatBuilding') ?? '').toString().trim();\n const whatSolving = (formData.get('whatSolving') ?? '').toString().trim();\n const teamSize = (formData.get('teamSize') ?? '').toString().trim();\n const timeline = (formData.get('timeline') ?? '').toString().trim();\n const openToSessions = formData.get('openToSessions') === 'on';\n const okayWithCaseStudies = formData.get('okayWithCaseStudies') === 'on';\n\n if (!email || !email.includes('@')) {\n return {\n success: false,\n text: 'Please enter a valid email address.',\n };\n }\n\n if (!name || !whatBuilding || !whatSolving) {\n return {\n success: false,\n text: 'Please fill in all required fields.',\n };\n }\n\n const configResult = getEmailConfig();\n if (!configResult.ok || !configResult.config) {\n return {\n success: false,\n text: configResult.errorMessage ?? APPLICATION_MISSING_CONFIG,\n };\n }\n\n const applicantText = `\nYou're on the list.\n\nThanks for applying to the ContractSpec design partner program. We're slowly onboarding design partners in waves. If your use case is a good fit, we'll reach out personally.\n\nWhat happens next:\n• We review applications weekly\n• If selected, we'll reach out via email to schedule an intro call\n• During early access, you'll get hands-on support and influence over the roadmap\n\nIn the meantime:\n• Check out our docs: https://contractspec.io/docs\n• Book a demo call: https://contractspec.io/contact\n\nWe're excited about the possibility of working together!\n\n---\nContractSpec Team\nhttps://contractspec.io\n `.trim();\n\n const applicantHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6;\">You're on the list.</h1>\n <p>Thanks for applying to the ContractSpec design partner program. We're slowly onboarding design partners in waves. If your use case is a good fit, we'll reach out personally.</p>\n <h2 style=\"color: #8b5cf6; margin-top: 24px;\">What happens next:</h2>\n <ul style=\"line-height: 1.8;\">\n <li>We review applications weekly</li>\n <li>If selected, we'll reach out via email to schedule an intro call</li>\n <li>During early access, you'll get hands-on support and influence over the roadmap</li>\n </ul>\n <h2 style=\"color: #8b5cf6; margin-top: 24px;\">In the meantime:</h2>\n <ul style=\"line-height: 1.8;\">\n <li>Check out our <a href=\"https://contractspec.io/docs\" style=\"color: #8b5cf6;\">docs</a></li>\n <li>Book a demo call: <a href=\"https://contractspec.io/contact\" style=\"color: #8b5cf6;\">contractspec.io/contact</a></li>\n </ul>\n <p>We're excited about the possibility of working together!</p>\n <hr style=\"margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;\" />\n <p style=\"color: #6b7280; font-size: 14px;\">\n ContractSpec Team<br />\n <a href=\"https://contractspec.io\" style=\"color: #8b5cf6;\">contractspec.io</a>\n </p>\n </div>\n `;\n\n const applicantSend = await sendEmail(configResult.config, {\n to: [{ email }],\n subject: \"You're on the ContractSpec design partner waitlist!\",\n text: applicantText,\n html: applicantHtml,\n context: 'waitlist-application-welcome',\n });\n\n if (!applicantSend.success) {\n return { success: false, text: APPLICATION_SEND_ERROR };\n }\n\n const preferencesText = `\nOpen to 1:1 product/design sessions: ${openToSessions ? 'Yes' : 'No'}\nOkay with anonymized case studies: ${okayWithCaseStudies ? 'Yes' : 'No'}\n `.trim();\n\n const teamEmailText = `\nNew Design Partner Waitlist Application\n\nContact Information:\n- Name: ${name}\n- Email: ${email}\n${company ? `- Company/Project: ${company}` : ''}\n${role ? `- Role: ${role}` : ''}\n\nApplication Details:\n- What are you building with AI today?\n${whatBuilding}\n\n- What do you hope ContractSpec will solve for you?\n${whatSolving}\n\n- Team Size: ${teamSize || 'Not specified'}\n- Timeline: ${timeline || 'Not specified'}\n\nPreferences:\n- Open to 1:1 product/design sessions: ${openToSessions ? 'Yes' : 'No'}\n- Okay with anonymized case studies: ${okayWithCaseStudies ? 'Yes' : 'No'}\n\n---\nSubmitted via ContractSpec waitlist application form\n `.trim();\n\n const teamEmailHtml = `\n <div style=\"font-family: sans-serif; max-width: 720px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6;\">New Design Partner Waitlist Application</h1>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Contact Information</h2>\n <ul style=\"padding-left: 16px; line-height: 1.6; margin: 0 0 16px;\">\n <li>Name: ${escapeHtml(name)}</li>\n <li>Email: ${escapeHtml(email)}</li>\n ${company ? `<li>Company/Project: ${escapeHtml(company)}</li>` : ''}\n ${role ? `<li>Role: ${escapeHtml(role)}</li>` : ''}\n </ul>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Application Details</h2>\n <p style=\"margin: 0 0 8px; font-weight: 600;\">What are you building with AI today?</p>\n <div style=\"border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;\">\n ${formatMultilineHtml(whatBuilding)}\n </div>\n <p style=\"margin: 16px 0 8px; font-weight: 600;\">What do you hope ContractSpec will solve for you?</p>\n <div style=\"border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;\">\n ${formatMultilineHtml(whatSolving)}\n </div>\n <ul style=\"padding-left: 16px; line-height: 1.6; margin: 16px 0;\">\n <li>Team Size: ${escapeHtml(teamSize || 'Not specified')}</li>\n <li>Timeline: ${escapeHtml(timeline || 'Not specified')}</li>\n </ul>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Preferences</h2>\n <div style=\"border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; line-height: 1.6;\">\n ${formatMultilineHtml(preferencesText)}\n </div>\n <p style=\"color: #6b7280; font-size: 12px; margin-top: 20px;\">Submitted via ContractSpec waitlist application form</p>\n </div>\n `;\n\n const teamSend = await sendEmail(configResult.config, {\n to: [configResult.config.teamInbox],\n subject: `New Design Partner Application: ${name} (${email})`,\n text: teamEmailText,\n html: teamEmailHtml,\n replyTo: email,\n context: 'waitlist-application-team-notification',\n });\n\n if (!teamSend.success) {\n return { success: false, text: APPLICATION_SEND_ERROR };\n }\n\n return {\n success: true,\n text: 'Application submitted successfully!',\n };\n};\n"],"mappings":";;;;;;AAMA,MAAM,6BACJ;AACF,MAAM,yBACJ;AAEF,MAAa,4BAA4B,OACvC,aAC6C;CAC7C,MAAM,SAAS,SAAS,IAAI,QAAQ,IAAI,IAAI,UAAU,CAAC,MAAM;CAC7D,MAAM,QAAQ,SAAS,IAAI,OAAO,IAAI,IAAI,UAAU,CAAC,MAAM;CAC3D,MAAM,WAAW,SAAS,IAAI,UAAU,IAAI,IAAI,UAAU,CAAC,MAAM;CACjE,MAAM,QAAQ,SAAS,IAAI,OAAO,IAAI,IAAI,UAAU,CAAC,MAAM;CAC3D,MAAM,gBAAgB,SAAS,IAAI,eAAe,IAAI,IAAI,UAAU,CAAC,MAAM;CAC3E,MAAM,eAAe,SAAS,IAAI,cAAc,IAAI,IAAI,UAAU,CAAC,MAAM;CACzE,MAAM,YAAY,SAAS,IAAI,WAAW,IAAI,IAAI,UAAU,CAAC,MAAM;CACnE,MAAM,YAAY,SAAS,IAAI,WAAW,IAAI,IAAI,UAAU,CAAC,MAAM;CACnE,MAAM,iBAAiB,SAAS,IAAI,iBAAiB,KAAK;CAC1D,MAAM,sBAAsB,SAAS,IAAI,sBAAsB,KAAK;AAEpE,KAAI,CAAC,SAAS,CAAC,MAAM,SAAS,IAAI,CAChC,QAAO;EACL,SAAS;EACT,MAAM;EACP;AAGH,KAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,YAC7B,QAAO;EACL,SAAS;EACT,MAAM;EACP;CAGH,MAAM,eAAe,gBAAgB;AACrC,KAAI,CAAC,aAAa,MAAM,CAAC,aAAa,OACpC,QAAO;EACL,SAAS;EACT,MAAM,aAAa,gBAAgB;EACpC;CAGH,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;IAmBpB,MAAM;AAkCR,KAAI,EARkB,MAAM,UAAU,aAAa,QAAQ;EACzD,IAAI,CAAC,EAAE,OAAO,CAAC;EACf,SAAS;EACT,MAAM;EACN,MA5BoB;;;;;;;;;;;;;;;;;;;;;;;EA6BpB,SAAS;EACV,CAAC,EAEiB,QACjB,QAAO;EAAE,SAAS;EAAO,MAAM;EAAwB;CAGzD,MAAM,kBAAkB;uCACa,iBAAiB,QAAQ,KAAK;qCAChC,sBAAsB,QAAQ,KAAK;IACpE,MAAM;CAER,MAAM,gBAAgB;;;;UAId,KAAK;WACJ,MAAM;EACf,UAAU,sBAAsB,YAAY,GAAG;EAC/C,OAAO,WAAW,SAAS,GAAG;;;;EAI9B,aAAa;;;EAGb,YAAY;;eAEC,YAAY,gBAAgB;cAC7B,YAAY,gBAAgB;;;yCAGD,iBAAiB,QAAQ,KAAK;uCAChC,sBAAsB,QAAQ,KAAK;;;;IAItE,MAAM;CAER,MAAM,gBAAgB;;;;;oBAKJ,WAAW,KAAK,CAAC;qBAChB,WAAW,MAAM,CAAC;UAC7B,UAAU,wBAAwB,WAAW,QAAQ,CAAC,SAAS,GAAG;UAClE,OAAO,aAAa,WAAW,KAAK,CAAC,SAAS,GAAG;;;;;UAKjD,oBAAoB,aAAa,CAAC;;;;UAIlC,oBAAoB,YAAY,CAAC;;;yBAGlB,WAAW,YAAY,gBAAgB,CAAC;wBACzC,WAAW,YAAY,gBAAgB,CAAC;;;;UAItD,oBAAoB,gBAAgB,CAAC;;;;;AAe7C,KAAI,EATa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,aAAa,OAAO,UAAU;EACnC,SAAS,mCAAmC,KAAK,IAAI,MAAM;EAC3D,MAAM;EACN,MAAM;EACN,SAAS;EACT,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAwB;AAGzD,QAAO;EACL,SAAS;EACT,MAAM;EACP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"waitlist.d.ts","names":[],"sources":["../../../src/libs/email/waitlist.ts"],"mappings":";;;cAWa,YAAA,GACX,QAAA,EAAU,QAAA,KACT,OAAA,CAAQ,oBAAA"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
|
|
3
|
+
import { getEmailConfig, sendEmail } from "./client.js";
|
|
4
|
+
import { formatMultilineHtml } from "./utils.js";
|
|
5
|
+
|
|
6
|
+
//#region src/libs/email/waitlist.ts
|
|
7
|
+
const WAITLIST_MISSING_CONFIG = "Waitlist service is not configured. Please try again later.";
|
|
8
|
+
const WAITLIST_SEND_ERROR = "Failed to join waitlist. Please try again later or contact us directly.";
|
|
9
|
+
const joinWaitlist = async (formData) => {
|
|
10
|
+
const email = (formData.get("email") ?? "").toString().trim();
|
|
11
|
+
if (!email || !email.includes("@")) return {
|
|
12
|
+
success: false,
|
|
13
|
+
text: "Please enter a valid email address."
|
|
14
|
+
};
|
|
15
|
+
const configResult = getEmailConfig();
|
|
16
|
+
if (!configResult.ok || !configResult.config) return {
|
|
17
|
+
success: false,
|
|
18
|
+
text: configResult.errorMessage ?? WAITLIST_MISSING_CONFIG
|
|
19
|
+
};
|
|
20
|
+
const waitlistText = `
|
|
21
|
+
You're on the waitlist!
|
|
22
|
+
|
|
23
|
+
Thanks for joining the ContractSpec waitlist. You're now in line for early access to:
|
|
24
|
+
|
|
25
|
+
• Stabilize your AI-generated code with ContractSpec
|
|
26
|
+
• Multi-surface consistency (API, DB, UI, events)
|
|
27
|
+
• Safe regeneration without breaking changes
|
|
28
|
+
• AI governance and contract enforcement
|
|
29
|
+
|
|
30
|
+
We'll notify you as soon as early access is available. In the meantime, you can:
|
|
31
|
+
|
|
32
|
+
• Check out our docs: https://contractspec.io/docs
|
|
33
|
+
• Follow our progress on GitHub
|
|
34
|
+
• Book a demo call to see ContractSpec in action
|
|
35
|
+
|
|
36
|
+
We're excited to have you on board!
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
ContractSpec Team
|
|
40
|
+
https://contractspec.io
|
|
41
|
+
|
|
42
|
+
To remove yourself from the waitlist, reply to this email with "remove"
|
|
43
|
+
`.trim();
|
|
44
|
+
if (!(await sendEmail(configResult.config, {
|
|
45
|
+
to: [{ email }],
|
|
46
|
+
subject: "You're on the ContractSpec waitlist!",
|
|
47
|
+
text: waitlistText,
|
|
48
|
+
html: `
|
|
49
|
+
<div style="font-family: sans-serif; max-width: 640px; margin: 0 auto;">
|
|
50
|
+
<h1 style="color: #8b5cf6;">You're on the waitlist!</h1>
|
|
51
|
+
<p>Thanks for joining the ContractSpec waitlist. You're now in line for early access to:</p>
|
|
52
|
+
<ul style="line-height: 1.8;">
|
|
53
|
+
<li>Stabilize your AI-generated code with ContractSpec</li>
|
|
54
|
+
<li>Multi-surface consistency (API, DB, UI, events)</li>
|
|
55
|
+
<li>Safe regeneration without breaking changes</li>
|
|
56
|
+
<li>AI governance and contract enforcement</li>
|
|
57
|
+
</ul>
|
|
58
|
+
<p>We'll notify you as soon as early access is available. In the meantime, you can:</p>
|
|
59
|
+
<ul style="line-height: 1.8;">
|
|
60
|
+
<li>Check out our <a href="https://contractspec.io/docs" style="color: #8b5cf6;">docs</a></li>
|
|
61
|
+
<li>Follow our progress on GitHub</li>
|
|
62
|
+
<li>Book a demo call to see ContractSpec in action</li>
|
|
63
|
+
</ul>
|
|
64
|
+
<p>We're excited to have you on board!</p>
|
|
65
|
+
<hr style="margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;" />
|
|
66
|
+
<p style="color: #6b7280; font-size: 14px;">
|
|
67
|
+
ContractSpec Team<br />
|
|
68
|
+
<a href="https://contractspec.io" style="color: #8b5cf6;">contractspec.io</a>
|
|
69
|
+
</p>
|
|
70
|
+
<p style="color: #9ca3af; font-size: 12px;">
|
|
71
|
+
To remove yourself from the waitlist, reply to this email with "remove"
|
|
72
|
+
</p>
|
|
73
|
+
</div>
|
|
74
|
+
`,
|
|
75
|
+
context: "waitlist-welcome"
|
|
76
|
+
})).success) return {
|
|
77
|
+
success: false,
|
|
78
|
+
text: WAITLIST_SEND_ERROR
|
|
79
|
+
};
|
|
80
|
+
const teamNotificationText = `New waitlist signup from: ${email}`;
|
|
81
|
+
const teamNotificationHtml = `
|
|
82
|
+
<div style="font-family: sans-serif; max-width: 640px; margin: 0 auto;">
|
|
83
|
+
<p style="margin: 0 0 8px;">New waitlist signup</p>
|
|
84
|
+
<p style="margin: 0;"><strong>Email:</strong> ${formatMultilineHtml(email)}</p>
|
|
85
|
+
</div>
|
|
86
|
+
`;
|
|
87
|
+
if (!(await sendEmail(configResult.config, {
|
|
88
|
+
to: [configResult.config.teamInbox],
|
|
89
|
+
subject: `New Waitlist Signup: ${email}`,
|
|
90
|
+
text: teamNotificationText,
|
|
91
|
+
html: teamNotificationHtml,
|
|
92
|
+
context: "waitlist-team-notification"
|
|
93
|
+
})).success) return {
|
|
94
|
+
success: false,
|
|
95
|
+
text: WAITLIST_SEND_ERROR
|
|
96
|
+
};
|
|
97
|
+
return {
|
|
98
|
+
success: true,
|
|
99
|
+
text: "Successfully joined waitlist!"
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
//#endregion
|
|
104
|
+
export { joinWaitlist };
|
|
105
|
+
//# sourceMappingURL=waitlist.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"waitlist.js","names":[],"sources":["../../../src/libs/email/waitlist.ts"],"sourcesContent":["'use server';\n\nimport { getEmailConfig, sendEmail } from './client';\nimport { formatMultilineHtml } from './utils';\nimport type { SubmitWaitlistResult } from './types';\n\nconst WAITLIST_MISSING_CONFIG =\n 'Waitlist service is not configured. Please try again later.';\nconst WAITLIST_SEND_ERROR =\n 'Failed to join waitlist. Please try again later or contact us directly.';\n\nexport const joinWaitlist = async (\n formData: FormData\n): Promise<SubmitWaitlistResult> => {\n const email = (formData.get('email') ?? '').toString().trim();\n\n if (!email || !email.includes('@')) {\n return {\n success: false,\n text: 'Please enter a valid email address.',\n };\n }\n\n const configResult = getEmailConfig();\n if (!configResult.ok || !configResult.config) {\n return {\n success: false,\n text: configResult.errorMessage ?? WAITLIST_MISSING_CONFIG,\n };\n }\n\n const waitlistText = `\nYou're on the waitlist!\n\nThanks for joining the ContractSpec waitlist. You're now in line for early access to:\n\n• Stabilize your AI-generated code with ContractSpec\n• Multi-surface consistency (API, DB, UI, events)\n• Safe regeneration without breaking changes\n• AI governance and contract enforcement\n\nWe'll notify you as soon as early access is available. In the meantime, you can:\n\n• Check out our docs: https://contractspec.io/docs\n• Follow our progress on GitHub\n• Book a demo call to see ContractSpec in action\n\nWe're excited to have you on board!\n\n---\nContractSpec Team\nhttps://contractspec.io\n\nTo remove yourself from the waitlist, reply to this email with \"remove\"\n `.trim();\n\n const waitlistHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6;\">You're on the waitlist!</h1>\n <p>Thanks for joining the ContractSpec waitlist. You're now in line for early access to:</p>\n <ul style=\"line-height: 1.8;\">\n <li>Stabilize your AI-generated code with ContractSpec</li>\n <li>Multi-surface consistency (API, DB, UI, events)</li>\n <li>Safe regeneration without breaking changes</li>\n <li>AI governance and contract enforcement</li>\n </ul>\n <p>We'll notify you as soon as early access is available. In the meantime, you can:</p>\n <ul style=\"line-height: 1.8;\">\n <li>Check out our <a href=\"https://contractspec.io/docs\" style=\"color: #8b5cf6;\">docs</a></li>\n <li>Follow our progress on GitHub</li>\n <li>Book a demo call to see ContractSpec in action</li>\n </ul>\n <p>We're excited to have you on board!</p>\n <hr style=\"margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;\" />\n <p style=\"color: #6b7280; font-size: 14px;\">\n ContractSpec Team<br />\n <a href=\"https://contractspec.io\" style=\"color: #8b5cf6;\">contractspec.io</a>\n </p>\n <p style=\"color: #9ca3af; font-size: 12px;\">\n To remove yourself from the waitlist, reply to this email with \"remove\"\n </p>\n </div>\n `;\n\n const userSend = await sendEmail(configResult.config, {\n to: [{ email }],\n subject: \"You're on the ContractSpec waitlist!\",\n text: waitlistText,\n html: waitlistHtml,\n context: 'waitlist-welcome',\n });\n\n if (!userSend.success) {\n return { success: false, text: WAITLIST_SEND_ERROR };\n }\n\n const teamNotificationText = `New waitlist signup from: ${email}`;\n const teamNotificationHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <p style=\"margin: 0 0 8px;\">New waitlist signup</p>\n <p style=\"margin: 0;\"><strong>Email:</strong> ${formatMultilineHtml(email)}</p>\n </div>\n `;\n\n const teamSend = await sendEmail(configResult.config, {\n to: [configResult.config.teamInbox],\n subject: `New Waitlist Signup: ${email}`,\n text: teamNotificationText,\n html: teamNotificationHtml,\n context: 'waitlist-team-notification',\n });\n\n if (!teamSend.success) {\n return { success: false, text: WAITLIST_SEND_ERROR };\n }\n\n return { success: true, text: 'Successfully joined waitlist!' };\n};\n"],"mappings":";;;;;;AAMA,MAAM,0BACJ;AACF,MAAM,sBACJ;AAEF,MAAa,eAAe,OAC1B,aACkC;CAClC,MAAM,SAAS,SAAS,IAAI,QAAQ,IAAI,IAAI,UAAU,CAAC,MAAM;AAE7D,KAAI,CAAC,SAAS,CAAC,MAAM,SAAS,IAAI,CAChC,QAAO;EACL,SAAS;EACT,MAAM;EACP;CAGH,MAAM,eAAe,gBAAgB;AACrC,KAAI,CAAC,aAAa,MAAM,CAAC,aAAa,OACpC,QAAO;EACL,SAAS;EACT,MAAM,aAAa,gBAAgB;EACpC;CAGH,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;IAuBnB,MAAM;AAsCR,KAAI,EARa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,EAAE,OAAO,CAAC;EACf,SAAS;EACT,MAAM;EACN,MAhCmB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCnB,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAqB;CAGtD,MAAM,uBAAuB,6BAA6B;CAC1D,MAAM,uBAAuB;;;sDAGuB,oBAAoB,MAAM,CAAC;;;AAY/E,KAAI,EARa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,aAAa,OAAO,UAAU;EACnC,SAAS,wBAAwB;EACjC,MAAM;EACN,MAAM;EACN,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAqB;AAGtD,QAAO;EAAE,SAAS;EAAM,MAAM;EAAiC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { EmailSendOutcome, SubmitContactFormResult, SubmitNewsletterResult, SubmitWaitlistApplicationResult, SubmitWaitlistResult } from "./email/types.js";
|
|
2
|
+
import { submitContactForm } from "./email/contact.js";
|
|
3
|
+
import { subscribeToNewsletter } from "./email/newsletter.js";
|
|
4
|
+
import { joinWaitlist } from "./email/waitlist.js";
|
|
5
|
+
import { submitWaitlistApplication } from "./email/waitlist-application.js";
|
|
6
|
+
export { type EmailSendOutcome, type SubmitContactFormResult, type SubmitNewsletterResult, type SubmitWaitlistApplicationResult, type SubmitWaitlistResult, joinWaitlist, submitContactForm, submitWaitlistApplication, subscribeToNewsletter };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
|
|
3
|
+
import { submitContactForm } from "./email/contact.js";
|
|
4
|
+
import { subscribeToNewsletter } from "./email/newsletter.js";
|
|
5
|
+
import { joinWaitlist } from "./email/waitlist.js";
|
|
6
|
+
import { submitWaitlistApplication } from "./email/waitlist-application.js";
|
|
7
|
+
|
|
8
|
+
export { joinWaitlist, submitContactForm, submitWaitlistApplication, subscribeToNewsletter };
|