@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.
Files changed (1496) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +1230 -0
  2. package/.turbo/turbo-build.log +1232 -0
  3. package/AGENTS.md +33 -0
  4. package/CHANGELOG.md +300 -0
  5. package/README.md +54 -0
  6. package/dist/application/index.d.ts +4 -0
  7. package/dist/application/index.js +6 -0
  8. package/dist/application/mcp/cliMcp.d.ts +100 -0
  9. package/dist/application/mcp/cliMcp.d.ts.map +1 -0
  10. package/dist/application/mcp/cliMcp.js +231 -0
  11. package/dist/application/mcp/cliMcp.js.map +1 -0
  12. package/dist/application/mcp/common.d.ts +120 -0
  13. package/dist/application/mcp/common.d.ts.map +1 -0
  14. package/dist/application/mcp/common.js +66 -0
  15. package/dist/application/mcp/common.js.map +1 -0
  16. package/dist/application/mcp/docsMcp.d.ts +100 -0
  17. package/dist/application/mcp/docsMcp.d.ts.map +1 -0
  18. package/dist/application/mcp/docsMcp.js +145 -0
  19. package/dist/application/mcp/docsMcp.js.map +1 -0
  20. package/dist/application/mcp/index.d.ts +4 -0
  21. package/dist/application/mcp/index.js +5 -0
  22. package/dist/application/mcp/internalMcp.d.ts +100 -0
  23. package/dist/application/mcp/internalMcp.d.ts.map +1 -0
  24. package/dist/application/mcp/internalMcp.js +182 -0
  25. package/dist/application/mcp/internalMcp.js.map +1 -0
  26. package/dist/components/docs/DocsIndexPage.d.ts +7 -0
  27. package/dist/components/docs/DocsIndexPage.d.ts.map +1 -0
  28. package/dist/components/docs/DocsIndexPage.js +223 -0
  29. package/dist/components/docs/DocsIndexPage.js.map +1 -0
  30. package/dist/components/docs/advanced/AdvancedMCPPage.d.ts +7 -0
  31. package/dist/components/docs/advanced/AdvancedMCPPage.d.ts.map +1 -0
  32. package/dist/components/docs/advanced/AdvancedMCPPage.js +281 -0
  33. package/dist/components/docs/advanced/AdvancedMCPPage.js.map +1 -0
  34. package/dist/components/docs/advanced/AdvancedOverlayEditorPage.d.ts +7 -0
  35. package/dist/components/docs/advanced/AdvancedOverlayEditorPage.d.ts.map +1 -0
  36. package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +77 -0
  37. package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js.map +1 -0
  38. package/dist/components/docs/advanced/AdvancedRenderersPage.d.ts +7 -0
  39. package/dist/components/docs/advanced/AdvancedRenderersPage.d.ts.map +1 -0
  40. package/dist/components/docs/advanced/AdvancedRenderersPage.js +103 -0
  41. package/dist/components/docs/advanced/AdvancedRenderersPage.js.map +1 -0
  42. package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.d.ts +7 -0
  43. package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.d.ts.map +1 -0
  44. package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +108 -0
  45. package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js.map +1 -0
  46. package/dist/components/docs/advanced/AdvancedTelemetryPage.d.ts +7 -0
  47. package/dist/components/docs/advanced/AdvancedTelemetryPage.d.ts.map +1 -0
  48. package/dist/components/docs/advanced/AdvancedTelemetryPage.js +250 -0
  49. package/dist/components/docs/advanced/AdvancedTelemetryPage.js.map +1 -0
  50. package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.d.ts +7 -0
  51. package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.d.ts.map +1 -0
  52. package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +84 -0
  53. package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js.map +1 -0
  54. package/dist/components/docs/advanced/index.d.ts +7 -0
  55. package/dist/components/docs/advanced/index.js +8 -0
  56. package/dist/components/docs/architecture/ArchitectureAppConfigPage.d.ts +7 -0
  57. package/dist/components/docs/architecture/ArchitectureAppConfigPage.d.ts.map +1 -0
  58. package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +320 -0
  59. package/dist/components/docs/architecture/ArchitectureAppConfigPage.js.map +1 -0
  60. package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.d.ts +7 -0
  61. package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.d.ts.map +1 -0
  62. package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +316 -0
  63. package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js.map +1 -0
  64. package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.d.ts +7 -0
  65. package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.d.ts.map +1 -0
  66. package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +445 -0
  67. package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js.map +1 -0
  68. package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.d.ts +7 -0
  69. package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.d.ts.map +1 -0
  70. package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +124 -0
  71. package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js.map +1 -0
  72. package/dist/components/docs/architecture/ArchitectureOverviewPage.d.ts +7 -0
  73. package/dist/components/docs/architecture/ArchitectureOverviewPage.d.ts.map +1 -0
  74. package/dist/components/docs/architecture/ArchitectureOverviewPage.js +324 -0
  75. package/dist/components/docs/architecture/ArchitectureOverviewPage.js.map +1 -0
  76. package/dist/components/docs/architecture/index.d.ts +6 -0
  77. package/dist/components/docs/architecture/index.js +7 -0
  78. package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts +7 -0
  79. package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts.map +1 -0
  80. package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +200 -0
  81. package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js.map +1 -0
  82. package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts +7 -0
  83. package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts.map +1 -0
  84. package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +171 -0
  85. package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js.map +1 -0
  86. package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.d.ts +7 -0
  87. package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.d.ts.map +1 -0
  88. package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +200 -0
  89. package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js.map +1 -0
  90. package/dist/components/docs/comparison/ComparisonOverviewPage.d.ts +7 -0
  91. package/dist/components/docs/comparison/ComparisonOverviewPage.d.ts.map +1 -0
  92. package/dist/components/docs/comparison/ComparisonOverviewPage.js +168 -0
  93. package/dist/components/docs/comparison/ComparisonOverviewPage.js.map +1 -0
  94. package/dist/components/docs/comparison/ComparisonWindmillPage.d.ts +7 -0
  95. package/dist/components/docs/comparison/ComparisonWindmillPage.d.ts.map +1 -0
  96. package/dist/components/docs/comparison/ComparisonWindmillPage.js +177 -0
  97. package/dist/components/docs/comparison/ComparisonWindmillPage.js.map +1 -0
  98. package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.d.ts +7 -0
  99. package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.d.ts.map +1 -0
  100. package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +276 -0
  101. package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js.map +1 -0
  102. package/dist/components/docs/comparison/index.d.ts +7 -0
  103. package/dist/components/docs/comparison/index.js +8 -0
  104. package/dist/components/docs/ecosystem/IntegrationsPage.d.ts +7 -0
  105. package/dist/components/docs/ecosystem/IntegrationsPage.d.ts.map +1 -0
  106. package/dist/components/docs/ecosystem/IntegrationsPage.js +83 -0
  107. package/dist/components/docs/ecosystem/IntegrationsPage.js.map +1 -0
  108. package/dist/components/docs/ecosystem/PluginsPage.d.ts +7 -0
  109. package/dist/components/docs/ecosystem/PluginsPage.d.ts.map +1 -0
  110. package/dist/components/docs/ecosystem/PluginsPage.js +176 -0
  111. package/dist/components/docs/ecosystem/PluginsPage.js.map +1 -0
  112. package/dist/components/docs/ecosystem/RegistryPage.d.ts +7 -0
  113. package/dist/components/docs/ecosystem/RegistryPage.d.ts.map +1 -0
  114. package/dist/components/docs/ecosystem/RegistryPage.js +110 -0
  115. package/dist/components/docs/ecosystem/RegistryPage.js.map +1 -0
  116. package/dist/components/docs/ecosystem/TemplatesPage.d.ts +7 -0
  117. package/dist/components/docs/ecosystem/TemplatesPage.d.ts.map +1 -0
  118. package/dist/components/docs/ecosystem/TemplatesPage.js +95 -0
  119. package/dist/components/docs/ecosystem/TemplatesPage.js.map +1 -0
  120. package/dist/components/docs/ecosystem/ecosystem.docblocks.d.ts +1 -0
  121. package/dist/components/docs/ecosystem/ecosystem.docblocks.js +56 -0
  122. package/dist/components/docs/ecosystem/ecosystem.docblocks.js.map +1 -0
  123. package/dist/components/docs/ecosystem/index.d.ts +5 -0
  124. package/dist/components/docs/ecosystem/index.js +7 -0
  125. package/dist/components/docs/examples/DocsExamplesPage.d.ts +7 -0
  126. package/dist/components/docs/examples/DocsExamplesPage.d.ts.map +1 -0
  127. package/dist/components/docs/examples/DocsExamplesPage.js +71 -0
  128. package/dist/components/docs/examples/DocsExamplesPage.js.map +1 -0
  129. package/dist/components/docs/examples/index.d.ts +2 -0
  130. package/dist/components/docs/examples/index.js +3 -0
  131. package/dist/components/docs/generated/docs-index.generated.d.ts +31 -0
  132. package/dist/components/docs/generated/docs-index.generated.d.ts.map +1 -0
  133. package/dist/components/docs/generated/docs-index.generated.js +6 -0
  134. package/dist/components/docs/generated/docs-index.generated.js.map +1 -0
  135. package/dist/components/docs/generated/index.d.ts +3 -0
  136. package/dist/components/docs/generated/index.js +3 -0
  137. package/dist/components/docs/generated/loader.d.ts +12 -0
  138. package/dist/components/docs/generated/loader.d.ts.map +1 -0
  139. package/dist/components/docs/generated/loader.js +63 -0
  140. package/dist/components/docs/generated/loader.js.map +1 -0
  141. package/dist/components/docs/getting-started/CLIPage.d.ts +7 -0
  142. package/dist/components/docs/getting-started/CLIPage.d.ts.map +1 -0
  143. package/dist/components/docs/getting-started/CLIPage.js +259 -0
  144. package/dist/components/docs/getting-started/CLIPage.js.map +1 -0
  145. package/dist/components/docs/getting-started/CompatibilityPage.d.ts +7 -0
  146. package/dist/components/docs/getting-started/CompatibilityPage.d.ts.map +1 -0
  147. package/dist/components/docs/getting-started/CompatibilityPage.js +118 -0
  148. package/dist/components/docs/getting-started/CompatibilityPage.js.map +1 -0
  149. package/dist/components/docs/getting-started/DataViewTutorialPage.d.ts +7 -0
  150. package/dist/components/docs/getting-started/DataViewTutorialPage.d.ts.map +1 -0
  151. package/dist/components/docs/getting-started/DataViewTutorialPage.js +216 -0
  152. package/dist/components/docs/getting-started/DataViewTutorialPage.js.map +1 -0
  153. package/dist/components/docs/getting-started/DeveloperToolsPage.d.ts +7 -0
  154. package/dist/components/docs/getting-started/DeveloperToolsPage.d.ts.map +1 -0
  155. package/dist/components/docs/getting-started/DeveloperToolsPage.js +155 -0
  156. package/dist/components/docs/getting-started/DeveloperToolsPage.js.map +1 -0
  157. package/dist/components/docs/getting-started/HelloWorldPage.d.ts +7 -0
  158. package/dist/components/docs/getting-started/HelloWorldPage.d.ts.map +1 -0
  159. package/dist/components/docs/getting-started/HelloWorldPage.js +236 -0
  160. package/dist/components/docs/getting-started/HelloWorldPage.js.map +1 -0
  161. package/dist/components/docs/getting-started/InstallationPage.d.ts +7 -0
  162. package/dist/components/docs/getting-started/InstallationPage.d.ts.map +1 -0
  163. package/dist/components/docs/getting-started/InstallationPage.js +123 -0
  164. package/dist/components/docs/getting-started/InstallationPage.js.map +1 -0
  165. package/dist/components/docs/getting-started/StartHerePage.d.ts +7 -0
  166. package/dist/components/docs/getting-started/StartHerePage.d.ts.map +1 -0
  167. package/dist/components/docs/getting-started/StartHerePage.js +103 -0
  168. package/dist/components/docs/getting-started/StartHerePage.js.map +1 -0
  169. package/dist/components/docs/getting-started/TroubleshootingPage.d.ts +7 -0
  170. package/dist/components/docs/getting-started/TroubleshootingPage.d.ts.map +1 -0
  171. package/dist/components/docs/getting-started/TroubleshootingPage.js +117 -0
  172. package/dist/components/docs/getting-started/TroubleshootingPage.js.map +1 -0
  173. package/dist/components/docs/getting-started/VSCodeExtensionPage.d.ts +7 -0
  174. package/dist/components/docs/getting-started/VSCodeExtensionPage.d.ts.map +1 -0
  175. package/dist/components/docs/getting-started/VSCodeExtensionPage.js +357 -0
  176. package/dist/components/docs/getting-started/VSCodeExtensionPage.js.map +1 -0
  177. package/dist/components/docs/getting-started/getting-started.docblocks.d.ts +7 -0
  178. package/dist/components/docs/getting-started/getting-started.docblocks.d.ts.map +1 -0
  179. package/dist/components/docs/getting-started/getting-started.docblocks.js +139 -0
  180. package/dist/components/docs/getting-started/getting-started.docblocks.js.map +1 -0
  181. package/dist/components/docs/getting-started/index.d.ts +11 -0
  182. package/dist/components/docs/getting-started/index.js +12 -0
  183. package/dist/components/docs/guides/GuideCIDiffGatingPage.d.ts +7 -0
  184. package/dist/components/docs/guides/GuideCIDiffGatingPage.d.ts.map +1 -0
  185. package/dist/components/docs/guides/GuideCIDiffGatingPage.js +149 -0
  186. package/dist/components/docs/guides/GuideCIDiffGatingPage.js.map +1 -0
  187. package/dist/components/docs/guides/GuideContractTypesPage.d.ts +7 -0
  188. package/dist/components/docs/guides/GuideContractTypesPage.d.ts.map +1 -0
  189. package/dist/components/docs/guides/GuideContractTypesPage.js +647 -0
  190. package/dist/components/docs/guides/GuideContractTypesPage.js.map +1 -0
  191. package/dist/components/docs/guides/GuideDocsPipelinePage.d.ts +7 -0
  192. package/dist/components/docs/guides/GuideDocsPipelinePage.d.ts.map +1 -0
  193. package/dist/components/docs/guides/GuideDocsPipelinePage.js +166 -0
  194. package/dist/components/docs/guides/GuideDocsPipelinePage.js.map +1 -0
  195. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.d.ts +7 -0
  196. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.d.ts.map +1 -0
  197. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +159 -0
  198. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js.map +1 -0
  199. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.d.ts +7 -0
  200. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.d.ts.map +1 -0
  201. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +679 -0
  202. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js.map +1 -0
  203. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.d.ts +7 -0
  204. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.d.ts.map +1 -0
  205. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +258 -0
  206. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js.map +1 -0
  207. package/dist/components/docs/guides/GuideSpecValidationTypingPage.d.ts +7 -0
  208. package/dist/components/docs/guides/GuideSpecValidationTypingPage.d.ts.map +1 -0
  209. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +205 -0
  210. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js.map +1 -0
  211. package/dist/components/docs/guides/GuidesIndexPage.d.ts +7 -0
  212. package/dist/components/docs/guides/GuidesIndexPage.d.ts.map +1 -0
  213. package/dist/components/docs/guides/GuidesIndexPage.js +124 -0
  214. package/dist/components/docs/guides/GuidesIndexPage.js.map +1 -0
  215. package/dist/components/docs/guides/guides.docblocks.d.ts +1 -0
  216. package/dist/components/docs/guides/guides.docblocks.js +134 -0
  217. package/dist/components/docs/guides/guides.docblocks.js.map +1 -0
  218. package/dist/components/docs/guides/index.d.ts +9 -0
  219. package/dist/components/docs/guides/index.js +11 -0
  220. package/dist/components/docs/index.d.ts +135 -0
  221. package/dist/components/docs/index.js +136 -0
  222. package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.d.ts +7 -0
  223. package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.d.ts.map +1 -0
  224. package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +45 -0
  225. package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js.map +1 -0
  226. package/dist/components/docs/integrations/IntegrationsElevenLabsPage.d.ts +7 -0
  227. package/dist/components/docs/integrations/IntegrationsElevenLabsPage.d.ts.map +1 -0
  228. package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +93 -0
  229. package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js.map +1 -0
  230. package/dist/components/docs/integrations/IntegrationsGmailPage.d.ts +7 -0
  231. package/dist/components/docs/integrations/IntegrationsGmailPage.d.ts.map +1 -0
  232. package/dist/components/docs/integrations/IntegrationsGmailPage.js +104 -0
  233. package/dist/components/docs/integrations/IntegrationsGmailPage.js.map +1 -0
  234. package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.d.ts +7 -0
  235. package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.d.ts.map +1 -0
  236. package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +85 -0
  237. package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js.map +1 -0
  238. package/dist/components/docs/integrations/IntegrationsOpenAIPage.d.ts +7 -0
  239. package/dist/components/docs/integrations/IntegrationsOpenAIPage.d.ts.map +1 -0
  240. package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +153 -0
  241. package/dist/components/docs/integrations/IntegrationsOpenAIPage.js.map +1 -0
  242. package/dist/components/docs/integrations/IntegrationsOverviewPage.d.ts +7 -0
  243. package/dist/components/docs/integrations/IntegrationsOverviewPage.d.ts.map +1 -0
  244. package/dist/components/docs/integrations/IntegrationsOverviewPage.js +534 -0
  245. package/dist/components/docs/integrations/IntegrationsOverviewPage.js.map +1 -0
  246. package/dist/components/docs/integrations/IntegrationsPostmarkPage.d.ts +7 -0
  247. package/dist/components/docs/integrations/IntegrationsPostmarkPage.d.ts.map +1 -0
  248. package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +191 -0
  249. package/dist/components/docs/integrations/IntegrationsPostmarkPage.js.map +1 -0
  250. package/dist/components/docs/integrations/IntegrationsPowensPage.d.ts +7 -0
  251. package/dist/components/docs/integrations/IntegrationsPowensPage.d.ts.map +1 -0
  252. package/dist/components/docs/integrations/IntegrationsPowensPage.js +298 -0
  253. package/dist/components/docs/integrations/IntegrationsPowensPage.js.map +1 -0
  254. package/dist/components/docs/integrations/IntegrationsQdrantPage.d.ts +7 -0
  255. package/dist/components/docs/integrations/IntegrationsQdrantPage.d.ts.map +1 -0
  256. package/dist/components/docs/integrations/IntegrationsQdrantPage.js +149 -0
  257. package/dist/components/docs/integrations/IntegrationsQdrantPage.js.map +1 -0
  258. package/dist/components/docs/integrations/IntegrationsResendPage.d.ts +7 -0
  259. package/dist/components/docs/integrations/IntegrationsResendPage.d.ts.map +1 -0
  260. package/dist/components/docs/integrations/IntegrationsResendPage.js +95 -0
  261. package/dist/components/docs/integrations/IntegrationsResendPage.js.map +1 -0
  262. package/dist/components/docs/integrations/IntegrationsS3Page.d.ts +7 -0
  263. package/dist/components/docs/integrations/IntegrationsS3Page.d.ts.map +1 -0
  264. package/dist/components/docs/integrations/IntegrationsS3Page.js +126 -0
  265. package/dist/components/docs/integrations/IntegrationsS3Page.js.map +1 -0
  266. package/dist/components/docs/integrations/IntegrationsSpecModelPage.d.ts +7 -0
  267. package/dist/components/docs/integrations/IntegrationsSpecModelPage.d.ts.map +1 -0
  268. package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +342 -0
  269. package/dist/components/docs/integrations/IntegrationsSpecModelPage.js.map +1 -0
  270. package/dist/components/docs/integrations/IntegrationsStripePage.d.ts +7 -0
  271. package/dist/components/docs/integrations/IntegrationsStripePage.d.ts.map +1 -0
  272. package/dist/components/docs/integrations/IntegrationsStripePage.js +349 -0
  273. package/dist/components/docs/integrations/IntegrationsStripePage.js.map +1 -0
  274. package/dist/components/docs/integrations/IntegrationsTwilioPage.d.ts +7 -0
  275. package/dist/components/docs/integrations/IntegrationsTwilioPage.d.ts.map +1 -0
  276. package/dist/components/docs/integrations/IntegrationsTwilioPage.js +108 -0
  277. package/dist/components/docs/integrations/IntegrationsTwilioPage.js.map +1 -0
  278. package/dist/components/docs/integrations/index.d.ts +15 -0
  279. package/dist/components/docs/integrations/index.js +16 -0
  280. package/dist/components/docs/intent/ContractFirstApiPage.d.ts +10 -0
  281. package/dist/components/docs/intent/ContractFirstApiPage.d.ts.map +1 -0
  282. package/dist/components/docs/intent/ContractFirstApiPage.js +136 -0
  283. package/dist/components/docs/intent/ContractFirstApiPage.js.map +1 -0
  284. package/dist/components/docs/intent/DeterministicCodegenPage.d.ts +10 -0
  285. package/dist/components/docs/intent/DeterministicCodegenPage.d.ts.map +1 -0
  286. package/dist/components/docs/intent/DeterministicCodegenPage.js +164 -0
  287. package/dist/components/docs/intent/DeterministicCodegenPage.js.map +1 -0
  288. package/dist/components/docs/intent/GenerateClientFromSchemaPage.d.ts +10 -0
  289. package/dist/components/docs/intent/GenerateClientFromSchemaPage.d.ts.map +1 -0
  290. package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +369 -0
  291. package/dist/components/docs/intent/GenerateClientFromSchemaPage.js.map +1 -0
  292. package/dist/components/docs/intent/OpenapiAlternativePage.d.ts +10 -0
  293. package/dist/components/docs/intent/OpenapiAlternativePage.d.ts.map +1 -0
  294. package/dist/components/docs/intent/OpenapiAlternativePage.js +188 -0
  295. package/dist/components/docs/intent/OpenapiAlternativePage.js.map +1 -0
  296. package/dist/components/docs/intent/SchemaValidationTypescriptPage.d.ts +10 -0
  297. package/dist/components/docs/intent/SchemaValidationTypescriptPage.d.ts.map +1 -0
  298. package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +216 -0
  299. package/dist/components/docs/intent/SchemaValidationTypescriptPage.js.map +1 -0
  300. package/dist/components/docs/intent/SpecDrivenDevelopmentPage.d.ts +10 -0
  301. package/dist/components/docs/intent/SpecDrivenDevelopmentPage.d.ts.map +1 -0
  302. package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +174 -0
  303. package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js.map +1 -0
  304. package/dist/components/docs/intent/index.d.ts +7 -0
  305. package/dist/components/docs/intent/index.js +8 -0
  306. package/dist/components/docs/intent/intent-pages.docblocks.d.ts +12 -0
  307. package/dist/components/docs/intent/intent-pages.docblocks.d.ts.map +1 -0
  308. package/dist/components/docs/intent/intent-pages.docblocks.js +179 -0
  309. package/dist/components/docs/intent/intent-pages.docblocks.js.map +1 -0
  310. package/dist/components/docs/knowledge/KnowledgeCategoriesPage.d.ts +7 -0
  311. package/dist/components/docs/knowledge/KnowledgeCategoriesPage.d.ts.map +1 -0
  312. package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +529 -0
  313. package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js.map +1 -0
  314. package/dist/components/docs/knowledge/KnowledgeExamplesPage.d.ts +7 -0
  315. package/dist/components/docs/knowledge/KnowledgeExamplesPage.d.ts.map +1 -0
  316. package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +277 -0
  317. package/dist/components/docs/knowledge/KnowledgeExamplesPage.js.map +1 -0
  318. package/dist/components/docs/knowledge/KnowledgeOverviewPage.d.ts +7 -0
  319. package/dist/components/docs/knowledge/KnowledgeOverviewPage.d.ts.map +1 -0
  320. package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +354 -0
  321. package/dist/components/docs/knowledge/KnowledgeOverviewPage.js.map +1 -0
  322. package/dist/components/docs/knowledge/KnowledgeSourcesPage.d.ts +7 -0
  323. package/dist/components/docs/knowledge/KnowledgeSourcesPage.d.ts.map +1 -0
  324. package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +354 -0
  325. package/dist/components/docs/knowledge/KnowledgeSourcesPage.js.map +1 -0
  326. package/dist/components/docs/knowledge/KnowledgeSpacesPage.d.ts +7 -0
  327. package/dist/components/docs/knowledge/KnowledgeSpacesPage.d.ts.map +1 -0
  328. package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +289 -0
  329. package/dist/components/docs/knowledge/KnowledgeSpacesPage.js.map +1 -0
  330. package/dist/components/docs/knowledge/index.d.ts +6 -0
  331. package/dist/components/docs/knowledge/index.js +7 -0
  332. package/dist/components/docs/libraries/LibrariesAccessibilityPage.d.ts +7 -0
  333. package/dist/components/docs/libraries/LibrariesAccessibilityPage.d.ts.map +1 -0
  334. package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +167 -0
  335. package/dist/components/docs/libraries/LibrariesAccessibilityPage.js.map +1 -0
  336. package/dist/components/docs/libraries/LibrariesAiAgentPage.d.ts +7 -0
  337. package/dist/components/docs/libraries/LibrariesAiAgentPage.d.ts.map +1 -0
  338. package/dist/components/docs/libraries/LibrariesAiAgentPage.js +117 -0
  339. package/dist/components/docs/libraries/LibrariesAiAgentPage.js.map +1 -0
  340. package/dist/components/docs/libraries/LibrariesAnalyticsPage.d.ts +7 -0
  341. package/dist/components/docs/libraries/LibrariesAnalyticsPage.d.ts.map +1 -0
  342. package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +81 -0
  343. package/dist/components/docs/libraries/LibrariesAnalyticsPage.js.map +1 -0
  344. package/dist/components/docs/libraries/LibrariesContentGenPage.d.ts +7 -0
  345. package/dist/components/docs/libraries/LibrariesContentGenPage.d.ts.map +1 -0
  346. package/dist/components/docs/libraries/LibrariesContentGenPage.js +91 -0
  347. package/dist/components/docs/libraries/LibrariesContentGenPage.js.map +1 -0
  348. package/dist/components/docs/libraries/LibrariesContractsPage.d.ts +7 -0
  349. package/dist/components/docs/libraries/LibrariesContractsPage.d.ts.map +1 -0
  350. package/dist/components/docs/libraries/LibrariesContractsPage.js +166 -0
  351. package/dist/components/docs/libraries/LibrariesContractsPage.js.map +1 -0
  352. package/dist/components/docs/libraries/LibrariesCostTrackingPage.d.ts +7 -0
  353. package/dist/components/docs/libraries/LibrariesCostTrackingPage.d.ts.map +1 -0
  354. package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +93 -0
  355. package/dist/components/docs/libraries/LibrariesCostTrackingPage.js.map +1 -0
  356. package/dist/components/docs/libraries/LibrariesDataBackendPage.d.ts +7 -0
  357. package/dist/components/docs/libraries/LibrariesDataBackendPage.d.ts.map +1 -0
  358. package/dist/components/docs/libraries/LibrariesDataBackendPage.js +128 -0
  359. package/dist/components/docs/libraries/LibrariesDataBackendPage.js.map +1 -0
  360. package/dist/components/docs/libraries/LibrariesDataViewsPage.d.ts +7 -0
  361. package/dist/components/docs/libraries/LibrariesDataViewsPage.d.ts.map +1 -0
  362. package/dist/components/docs/libraries/LibrariesDataViewsPage.js +136 -0
  363. package/dist/components/docs/libraries/LibrariesDataViewsPage.js.map +1 -0
  364. package/dist/components/docs/libraries/LibrariesDesignSystemPage.d.ts +7 -0
  365. package/dist/components/docs/libraries/LibrariesDesignSystemPage.d.ts.map +1 -0
  366. package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +198 -0
  367. package/dist/components/docs/libraries/LibrariesDesignSystemPage.js.map +1 -0
  368. package/dist/components/docs/libraries/LibrariesEvolutionPage.d.ts +7 -0
  369. package/dist/components/docs/libraries/LibrariesEvolutionPage.d.ts.map +1 -0
  370. package/dist/components/docs/libraries/LibrariesEvolutionPage.js +135 -0
  371. package/dist/components/docs/libraries/LibrariesEvolutionPage.js.map +1 -0
  372. package/dist/components/docs/libraries/LibrariesGraphQLPage.d.ts +7 -0
  373. package/dist/components/docs/libraries/LibrariesGraphQLPage.d.ts.map +1 -0
  374. package/dist/components/docs/libraries/LibrariesGraphQLPage.js +136 -0
  375. package/dist/components/docs/libraries/LibrariesGraphQLPage.js.map +1 -0
  376. package/dist/components/docs/libraries/LibrariesGrowthPage.d.ts +7 -0
  377. package/dist/components/docs/libraries/LibrariesGrowthPage.d.ts.map +1 -0
  378. package/dist/components/docs/libraries/LibrariesGrowthPage.js +96 -0
  379. package/dist/components/docs/libraries/LibrariesGrowthPage.js.map +1 -0
  380. package/dist/components/docs/libraries/LibrariesMultiTenancyPage.d.ts +7 -0
  381. package/dist/components/docs/libraries/LibrariesMultiTenancyPage.d.ts.map +1 -0
  382. package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +100 -0
  383. package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js.map +1 -0
  384. package/dist/components/docs/libraries/LibrariesObservabilityPage.d.ts +7 -0
  385. package/dist/components/docs/libraries/LibrariesObservabilityPage.d.ts.map +1 -0
  386. package/dist/components/docs/libraries/LibrariesObservabilityPage.js +127 -0
  387. package/dist/components/docs/libraries/LibrariesObservabilityPage.js.map +1 -0
  388. package/dist/components/docs/libraries/LibrariesOverlayEnginePage.d.ts +7 -0
  389. package/dist/components/docs/libraries/LibrariesOverlayEnginePage.d.ts.map +1 -0
  390. package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +118 -0
  391. package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js.map +1 -0
  392. package/dist/components/docs/libraries/LibrariesOverviewPage.d.ts +7 -0
  393. package/dist/components/docs/libraries/LibrariesOverviewPage.d.ts.map +1 -0
  394. package/dist/components/docs/libraries/LibrariesOverviewPage.js +359 -0
  395. package/dist/components/docs/libraries/LibrariesOverviewPage.js.map +1 -0
  396. package/dist/components/docs/libraries/LibrariesPersonalizationPage.d.ts +7 -0
  397. package/dist/components/docs/libraries/LibrariesPersonalizationPage.d.ts.map +1 -0
  398. package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +115 -0
  399. package/dist/components/docs/libraries/LibrariesPersonalizationPage.js.map +1 -0
  400. package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.d.ts +7 -0
  401. package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.d.ts.map +1 -0
  402. package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +121 -0
  403. package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js.map +1 -0
  404. package/dist/components/docs/libraries/LibrariesResiliencePage.d.ts +7 -0
  405. package/dist/components/docs/libraries/LibrariesResiliencePage.d.ts.map +1 -0
  406. package/dist/components/docs/libraries/LibrariesResiliencePage.js +122 -0
  407. package/dist/components/docs/libraries/LibrariesResiliencePage.js.map +1 -0
  408. package/dist/components/docs/libraries/LibrariesRuntimePage.d.ts +7 -0
  409. package/dist/components/docs/libraries/LibrariesRuntimePage.d.ts.map +1 -0
  410. package/dist/components/docs/libraries/LibrariesRuntimePage.js +160 -0
  411. package/dist/components/docs/libraries/LibrariesRuntimePage.js.map +1 -0
  412. package/dist/components/docs/libraries/LibrariesSLOPage.d.ts +7 -0
  413. package/dist/components/docs/libraries/LibrariesSLOPage.d.ts.map +1 -0
  414. package/dist/components/docs/libraries/LibrariesSLOPage.js +99 -0
  415. package/dist/components/docs/libraries/LibrariesSLOPage.js.map +1 -0
  416. package/dist/components/docs/libraries/LibrariesSchemaPage.d.ts +7 -0
  417. package/dist/components/docs/libraries/LibrariesSchemaPage.d.ts.map +1 -0
  418. package/dist/components/docs/libraries/LibrariesSchemaPage.js +188 -0
  419. package/dist/components/docs/libraries/LibrariesSchemaPage.js.map +1 -0
  420. package/dist/components/docs/libraries/LibrariesSupportBotPage.d.ts +7 -0
  421. package/dist/components/docs/libraries/LibrariesSupportBotPage.d.ts.map +1 -0
  422. package/dist/components/docs/libraries/LibrariesSupportBotPage.js +93 -0
  423. package/dist/components/docs/libraries/LibrariesSupportBotPage.js.map +1 -0
  424. package/dist/components/docs/libraries/LibrariesTestingPage.d.ts +7 -0
  425. package/dist/components/docs/libraries/LibrariesTestingPage.d.ts.map +1 -0
  426. package/dist/components/docs/libraries/LibrariesTestingPage.js +130 -0
  427. package/dist/components/docs/libraries/LibrariesTestingPage.js.map +1 -0
  428. package/dist/components/docs/libraries/LibrariesUIKitPage.d.ts +7 -0
  429. package/dist/components/docs/libraries/LibrariesUIKitPage.d.ts.map +1 -0
  430. package/dist/components/docs/libraries/LibrariesUIKitPage.js +158 -0
  431. package/dist/components/docs/libraries/LibrariesUIKitPage.js.map +1 -0
  432. package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.d.ts +7 -0
  433. package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.d.ts.map +1 -0
  434. package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +88 -0
  435. package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js.map +1 -0
  436. package/dist/components/docs/libraries/LibrariesWorkflowsPage.d.ts +7 -0
  437. package/dist/components/docs/libraries/LibrariesWorkflowsPage.d.ts.map +1 -0
  438. package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +135 -0
  439. package/dist/components/docs/libraries/LibrariesWorkflowsPage.js.map +1 -0
  440. package/dist/components/docs/libraries/index.d.ts +28 -0
  441. package/dist/components/docs/libraries/index.js +29 -0
  442. package/dist/components/docs/manifesto/ManifestoPage.d.ts +7 -0
  443. package/dist/components/docs/manifesto/ManifestoPage.d.ts.map +1 -0
  444. package/dist/components/docs/manifesto/ManifestoPage.js +185 -0
  445. package/dist/components/docs/manifesto/ManifestoPage.js.map +1 -0
  446. package/dist/components/docs/ops/AutoEvolutionOpsPage.d.ts +7 -0
  447. package/dist/components/docs/ops/AutoEvolutionOpsPage.d.ts.map +1 -0
  448. package/dist/components/docs/ops/AutoEvolutionOpsPage.js +104 -0
  449. package/dist/components/docs/ops/AutoEvolutionOpsPage.js.map +1 -0
  450. package/dist/components/docs/ops/DistributedTracingOpsPage.d.ts +7 -0
  451. package/dist/components/docs/ops/DistributedTracingOpsPage.d.ts.map +1 -0
  452. package/dist/components/docs/ops/DistributedTracingOpsPage.js +60 -0
  453. package/dist/components/docs/ops/DistributedTracingOpsPage.js.map +1 -0
  454. package/dist/components/docs/ops/index.d.ts +3 -0
  455. package/dist/components/docs/ops/index.js +4 -0
  456. package/dist/components/docs/ops/ops-lifecycle.docblocks.d.ts +7 -0
  457. package/dist/components/docs/ops/ops-lifecycle.docblocks.d.ts.map +1 -0
  458. package/dist/components/docs/ops/ops-lifecycle.docblocks.js +152 -0
  459. package/dist/components/docs/ops/ops-lifecycle.docblocks.js.map +1 -0
  460. package/dist/components/docs/ops/ops-runbooks-a.docblocks.d.ts +7 -0
  461. package/dist/components/docs/ops/ops-runbooks-a.docblocks.d.ts.map +1 -0
  462. package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +124 -0
  463. package/dist/components/docs/ops/ops-runbooks-a.docblocks.js.map +1 -0
  464. package/dist/components/docs/ops/ops-runbooks-b.docblocks.d.ts +7 -0
  465. package/dist/components/docs/ops/ops-runbooks-b.docblocks.d.ts.map +1 -0
  466. package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +135 -0
  467. package/dist/components/docs/ops/ops-runbooks-b.docblocks.js.map +1 -0
  468. package/dist/components/docs/ops/ops-slo-tenant.docblocks.d.ts +7 -0
  469. package/dist/components/docs/ops/ops-slo-tenant.docblocks.d.ts.map +1 -0
  470. package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +147 -0
  471. package/dist/components/docs/ops/ops-slo-tenant.docblocks.js.map +1 -0
  472. package/dist/components/docs/ops/ops-top.docs.d.ts +7 -0
  473. package/dist/components/docs/ops/ops-top.docs.d.ts.map +1 -0
  474. package/dist/components/docs/ops/ops-top.docs.js +24 -0
  475. package/dist/components/docs/ops/ops-top.docs.js.map +1 -0
  476. package/dist/components/docs/ops/ops.docs.d.ts +7 -0
  477. package/dist/components/docs/ops/ops.docs.d.ts.map +1 -0
  478. package/dist/components/docs/ops/ops.docs.js +18 -0
  479. package/dist/components/docs/ops/ops.docs.js.map +1 -0
  480. package/dist/components/docs/product/product.docblocks.d.ts +7 -0
  481. package/dist/components/docs/product/product.docblocks.d.ts.map +1 -0
  482. package/dist/components/docs/product/product.docblocks.js +80 -0
  483. package/dist/components/docs/product/product.docblocks.js.map +1 -0
  484. package/dist/components/docs/reference/DocsMarkdownContent.d.ts +11 -0
  485. package/dist/components/docs/reference/DocsMarkdownContent.d.ts.map +1 -0
  486. package/dist/components/docs/reference/DocsMarkdownContent.js +73 -0
  487. package/dist/components/docs/reference/DocsMarkdownContent.js.map +1 -0
  488. package/dist/components/docs/reference/DocsReferenceContent.d.ts +15 -0
  489. package/dist/components/docs/reference/DocsReferenceContent.d.ts.map +1 -0
  490. package/dist/components/docs/reference/DocsReferenceContent.js +52 -0
  491. package/dist/components/docs/reference/DocsReferenceContent.js.map +1 -0
  492. package/dist/components/docs/reference/DocsReferenceIndexClient.d.ts +13 -0
  493. package/dist/components/docs/reference/DocsReferenceIndexClient.d.ts.map +1 -0
  494. package/dist/components/docs/reference/DocsReferenceIndexClient.js +107 -0
  495. package/dist/components/docs/reference/DocsReferenceIndexClient.js.map +1 -0
  496. package/dist/components/docs/reference/DocsReferenceIndexPage.d.ts +7 -0
  497. package/dist/components/docs/reference/DocsReferenceIndexPage.d.ts.map +1 -0
  498. package/dist/components/docs/reference/DocsReferenceIndexPage.js +12 -0
  499. package/dist/components/docs/reference/DocsReferenceIndexPage.js.map +1 -0
  500. package/dist/components/docs/reference/DocsReferencePage.d.ts +15 -0
  501. package/dist/components/docs/reference/DocsReferencePage.d.ts.map +1 -0
  502. package/dist/components/docs/reference/DocsReferencePage.js +14 -0
  503. package/dist/components/docs/reference/DocsReferencePage.js.map +1 -0
  504. package/dist/components/docs/reference/docsMarkdownParser.d.ts +24 -0
  505. package/dist/components/docs/reference/docsMarkdownParser.d.ts.map +1 -0
  506. package/dist/components/docs/reference/docsMarkdownParser.js +96 -0
  507. package/dist/components/docs/reference/docsMarkdownParser.js.map +1 -0
  508. package/dist/components/docs/reference/index.d.ts +3 -0
  509. package/dist/components/docs/reference/index.js +4 -0
  510. package/dist/components/docs/safety/SafetyAuditingPage.d.ts +7 -0
  511. package/dist/components/docs/safety/SafetyAuditingPage.d.ts.map +1 -0
  512. package/dist/components/docs/safety/SafetyAuditingPage.js +243 -0
  513. package/dist/components/docs/safety/SafetyAuditingPage.js.map +1 -0
  514. package/dist/components/docs/safety/SafetyMigrationsPage.d.ts +7 -0
  515. package/dist/components/docs/safety/SafetyMigrationsPage.d.ts.map +1 -0
  516. package/dist/components/docs/safety/SafetyMigrationsPage.js +245 -0
  517. package/dist/components/docs/safety/SafetyMigrationsPage.js.map +1 -0
  518. package/dist/components/docs/safety/SafetyOverviewPage.d.ts +7 -0
  519. package/dist/components/docs/safety/SafetyOverviewPage.d.ts.map +1 -0
  520. package/dist/components/docs/safety/SafetyOverviewPage.js +197 -0
  521. package/dist/components/docs/safety/SafetyOverviewPage.js.map +1 -0
  522. package/dist/components/docs/safety/SafetyPDPPage.d.ts +7 -0
  523. package/dist/components/docs/safety/SafetyPDPPage.d.ts.map +1 -0
  524. package/dist/components/docs/safety/SafetyPDPPage.js +221 -0
  525. package/dist/components/docs/safety/SafetyPDPPage.js.map +1 -0
  526. package/dist/components/docs/safety/SafetySecurityTrustPage.d.ts +7 -0
  527. package/dist/components/docs/safety/SafetySecurityTrustPage.d.ts.map +1 -0
  528. package/dist/components/docs/safety/SafetySecurityTrustPage.js +157 -0
  529. package/dist/components/docs/safety/SafetySecurityTrustPage.js.map +1 -0
  530. package/dist/components/docs/safety/SafetySigningPage.d.ts +7 -0
  531. package/dist/components/docs/safety/SafetySigningPage.d.ts.map +1 -0
  532. package/dist/components/docs/safety/SafetySigningPage.js +70 -0
  533. package/dist/components/docs/safety/SafetySigningPage.js.map +1 -0
  534. package/dist/components/docs/safety/SafetyTenantIsolationPage.d.ts +7 -0
  535. package/dist/components/docs/safety/SafetyTenantIsolationPage.d.ts.map +1 -0
  536. package/dist/components/docs/safety/SafetyTenantIsolationPage.js +71 -0
  537. package/dist/components/docs/safety/SafetyTenantIsolationPage.js.map +1 -0
  538. package/dist/components/docs/safety/index.d.ts +8 -0
  539. package/dist/components/docs/safety/index.js +9 -0
  540. package/dist/components/docs/shared/StudioPrompt.d.ts +18 -0
  541. package/dist/components/docs/shared/StudioPrompt.d.ts.map +1 -0
  542. package/dist/components/docs/shared/StudioPrompt.js +28 -0
  543. package/dist/components/docs/shared/StudioPrompt.js.map +1 -0
  544. package/dist/components/docs/specs/SpecsCapabilitiesPage.d.ts +7 -0
  545. package/dist/components/docs/specs/SpecsCapabilitiesPage.d.ts.map +1 -0
  546. package/dist/components/docs/specs/SpecsCapabilitiesPage.js +166 -0
  547. package/dist/components/docs/specs/SpecsCapabilitiesPage.js.map +1 -0
  548. package/dist/components/docs/specs/SpecsDataViewsPage.d.ts +7 -0
  549. package/dist/components/docs/specs/SpecsDataViewsPage.d.ts.map +1 -0
  550. package/dist/components/docs/specs/SpecsDataViewsPage.js +210 -0
  551. package/dist/components/docs/specs/SpecsDataViewsPage.js.map +1 -0
  552. package/dist/components/docs/specs/SpecsOverlaysPage.d.ts +7 -0
  553. package/dist/components/docs/specs/SpecsOverlaysPage.d.ts.map +1 -0
  554. package/dist/components/docs/specs/SpecsOverlaysPage.js +244 -0
  555. package/dist/components/docs/specs/SpecsOverlaysPage.js.map +1 -0
  556. package/dist/components/docs/specs/SpecsOverviewPage.d.ts +7 -0
  557. package/dist/components/docs/specs/SpecsOverviewPage.d.ts.map +1 -0
  558. package/dist/components/docs/specs/SpecsOverviewPage.js +280 -0
  559. package/dist/components/docs/specs/SpecsOverviewPage.js.map +1 -0
  560. package/dist/components/docs/specs/SpecsPolicyPage.d.ts +7 -0
  561. package/dist/components/docs/specs/SpecsPolicyPage.d.ts.map +1 -0
  562. package/dist/components/docs/specs/SpecsPolicyPage.js +367 -0
  563. package/dist/components/docs/specs/SpecsPolicyPage.js.map +1 -0
  564. package/dist/components/docs/specs/SpecsWorkflowsPage.d.ts +7 -0
  565. package/dist/components/docs/specs/SpecsWorkflowsPage.d.ts.map +1 -0
  566. package/dist/components/docs/specs/SpecsWorkflowsPage.js +259 -0
  567. package/dist/components/docs/specs/SpecsWorkflowsPage.js.map +1 -0
  568. package/dist/components/docs/specs/index.d.ts +7 -0
  569. package/dist/components/docs/specs/index.js +8 -0
  570. package/dist/components/docs/studio/StudioBYOKPage.d.ts +7 -0
  571. package/dist/components/docs/studio/StudioBYOKPage.d.ts.map +1 -0
  572. package/dist/components/docs/studio/StudioBYOKPage.js +79 -0
  573. package/dist/components/docs/studio/StudioBYOKPage.js.map +1 -0
  574. package/dist/components/docs/studio/StudioDeploymentsPage.d.ts +7 -0
  575. package/dist/components/docs/studio/StudioDeploymentsPage.d.ts.map +1 -0
  576. package/dist/components/docs/studio/StudioDeploymentsPage.js +84 -0
  577. package/dist/components/docs/studio/StudioDeploymentsPage.js.map +1 -0
  578. package/dist/components/docs/studio/StudioGettingStartedPage.d.ts +7 -0
  579. package/dist/components/docs/studio/StudioGettingStartedPage.d.ts.map +1 -0
  580. package/dist/components/docs/studio/StudioGettingStartedPage.js +93 -0
  581. package/dist/components/docs/studio/StudioGettingStartedPage.js.map +1 -0
  582. package/dist/components/docs/studio/StudioIntegrationsPage.d.ts +7 -0
  583. package/dist/components/docs/studio/StudioIntegrationsPage.d.ts.map +1 -0
  584. package/dist/components/docs/studio/StudioIntegrationsPage.js +68 -0
  585. package/dist/components/docs/studio/StudioIntegrationsPage.js.map +1 -0
  586. package/dist/components/docs/studio/StudioOverviewPage.d.ts +7 -0
  587. package/dist/components/docs/studio/StudioOverviewPage.d.ts.map +1 -0
  588. package/dist/components/docs/studio/StudioOverviewPage.js +70 -0
  589. package/dist/components/docs/studio/StudioOverviewPage.js.map +1 -0
  590. package/dist/components/docs/studio/StudioVisualBuilderPage.d.ts +7 -0
  591. package/dist/components/docs/studio/StudioVisualBuilderPage.d.ts.map +1 -0
  592. package/dist/components/docs/studio/StudioVisualBuilderPage.js +103 -0
  593. package/dist/components/docs/studio/StudioVisualBuilderPage.js.map +1 -0
  594. package/dist/components/docs/studio/index.d.ts +7 -0
  595. package/dist/components/docs/studio/index.js +8 -0
  596. package/dist/components/docs/tech/contracts/tech-docs.docblocks.d.ts +7 -0
  597. package/dist/components/docs/tech/contracts/tech-docs.docblocks.d.ts.map +1 -0
  598. package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +20 -0
  599. package/dist/components/docs/tech/contracts/tech-docs.docblocks.js.map +1 -0
  600. package/dist/components/integrations/index.d.ts +5 -0
  601. package/dist/components/integrations/index.js +6 -0
  602. package/dist/components/integrations/molecules/IntegrationCard.d.ts +28 -0
  603. package/dist/components/integrations/molecules/IntegrationCard.d.ts.map +1 -0
  604. package/dist/components/integrations/molecules/IntegrationCard.js +63 -0
  605. package/dist/components/integrations/molecules/IntegrationCard.js.map +1 -0
  606. package/dist/components/integrations/organisms/IntegrationMarketplace.d.ts +25 -0
  607. package/dist/components/integrations/organisms/IntegrationMarketplace.d.ts.map +1 -0
  608. package/dist/components/integrations/organisms/IntegrationMarketplace.js +81 -0
  609. package/dist/components/integrations/organisms/IntegrationMarketplace.js.map +1 -0
  610. package/dist/components/integrations/organisms/IntegrationSettings.d.ts +30 -0
  611. package/dist/components/integrations/organisms/IntegrationSettings.d.ts.map +1 -0
  612. package/dist/components/integrations/organisms/IntegrationSettings.js +194 -0
  613. package/dist/components/integrations/organisms/IntegrationSettings.js.map +1 -0
  614. package/dist/components/integrations/organisms/KnowledgeSourceList.d.ts +25 -0
  615. package/dist/components/integrations/organisms/KnowledgeSourceList.d.ts.map +1 -0
  616. package/dist/components/integrations/organisms/KnowledgeSourceList.js +67 -0
  617. package/dist/components/integrations/organisms/KnowledgeSourceList.js.map +1 -0
  618. package/dist/components/legal/PrivacyTemplate.d.ts +10 -0
  619. package/dist/components/legal/PrivacyTemplate.d.ts.map +1 -0
  620. package/dist/components/legal/PrivacyTemplate.js +845 -0
  621. package/dist/components/legal/PrivacyTemplate.js.map +1 -0
  622. package/dist/components/legal/TermsTemplate.d.ts +10 -0
  623. package/dist/components/legal/TermsTemplate.d.ts.map +1 -0
  624. package/dist/components/legal/TermsTemplate.js +783 -0
  625. package/dist/components/legal/TermsTemplate.js.map +1 -0
  626. package/dist/components/legal/index.d.ts +3 -0
  627. package/dist/components/legal/index.js +4 -0
  628. package/dist/components/shared/FeatureGateNotice.d.ts +18 -0
  629. package/dist/components/shared/FeatureGateNotice.d.ts.map +1 -0
  630. package/dist/components/shared/FeatureGateNotice.js +34 -0
  631. package/dist/components/shared/FeatureGateNotice.js.map +1 -0
  632. package/dist/components/shared/index.d.ts +2 -0
  633. package/dist/components/shared/index.js +3 -0
  634. package/dist/components/shell/WorkspaceHeader.d.ts +36 -0
  635. package/dist/components/shell/WorkspaceHeader.d.ts.map +1 -0
  636. package/dist/components/shell/WorkspaceHeader.js +63 -0
  637. package/dist/components/shell/WorkspaceHeader.js.map +1 -0
  638. package/dist/components/shell/WorkspaceProjectShellLayout.d.ts +30 -0
  639. package/dist/components/shell/WorkspaceProjectShellLayout.d.ts.map +1 -0
  640. package/dist/components/shell/WorkspaceProjectShellLayout.js +38 -0
  641. package/dist/components/shell/WorkspaceProjectShellLayout.js.map +1 -0
  642. package/dist/components/shell/WorkspaceSidebar.d.ts +25 -0
  643. package/dist/components/shell/WorkspaceSidebar.d.ts.map +1 -0
  644. package/dist/components/shell/WorkspaceSidebar.js +33 -0
  645. package/dist/components/shell/WorkspaceSidebar.js.map +1 -0
  646. package/dist/components/shell/index.d.ts +4 -0
  647. package/dist/components/shell/index.js +5 -0
  648. package/dist/components/templates/engine/index.d.ts +24 -0
  649. package/dist/components/templates/engine/index.d.ts.map +1 -0
  650. package/dist/components/templates/engine/index.js +53 -0
  651. package/dist/components/templates/engine/index.js.map +1 -0
  652. package/dist/components/templates/index.d.ts +16 -0
  653. package/dist/components/templates/index.js +17 -0
  654. package/dist/components/templates/messaging/ConversationList.d.ts +14 -0
  655. package/dist/components/templates/messaging/ConversationList.d.ts.map +1 -0
  656. package/dist/components/templates/messaging/ConversationList.js +70 -0
  657. package/dist/components/templates/messaging/ConversationList.js.map +1 -0
  658. package/dist/components/templates/messaging/MessageComposer.d.ts +16 -0
  659. package/dist/components/templates/messaging/MessageComposer.d.ts.map +1 -0
  660. package/dist/components/templates/messaging/MessageComposer.js +62 -0
  661. package/dist/components/templates/messaging/MessageComposer.js.map +1 -0
  662. package/dist/components/templates/messaging/MessageThread.d.ts +16 -0
  663. package/dist/components/templates/messaging/MessageThread.d.ts.map +1 -0
  664. package/dist/components/templates/messaging/MessageThread.js +94 -0
  665. package/dist/components/templates/messaging/MessageThread.js.map +1 -0
  666. package/dist/components/templates/messaging/MessagingWorkspace.d.ts +7 -0
  667. package/dist/components/templates/messaging/MessagingWorkspace.d.ts.map +1 -0
  668. package/dist/components/templates/messaging/MessagingWorkspace.js +32 -0
  669. package/dist/components/templates/messaging/MessagingWorkspace.js.map +1 -0
  670. package/dist/components/templates/messaging/index.d.ts +5 -0
  671. package/dist/components/templates/messaging/index.js +6 -0
  672. package/dist/components/templates/messaging/types.d.ts +27 -0
  673. package/dist/components/templates/messaging/types.d.ts.map +1 -0
  674. package/dist/components/templates/messaging/types.js +0 -0
  675. package/dist/components/templates/recipes/LanguageSwitcher.d.ts +14 -0
  676. package/dist/components/templates/recipes/LanguageSwitcher.d.ts.map +1 -0
  677. package/dist/components/templates/recipes/LanguageSwitcher.js +18 -0
  678. package/dist/components/templates/recipes/LanguageSwitcher.js.map +1 -0
  679. package/dist/components/templates/recipes/RecipeCard.d.ts +17 -0
  680. package/dist/components/templates/recipes/RecipeCard.d.ts.map +1 -0
  681. package/dist/components/templates/recipes/RecipeCard.js +59 -0
  682. package/dist/components/templates/recipes/RecipeCard.js.map +1 -0
  683. package/dist/components/templates/recipes/RecipeDetail.d.ts +13 -0
  684. package/dist/components/templates/recipes/RecipeDetail.d.ts.map +1 -0
  685. package/dist/components/templates/recipes/RecipeDetail.js +50 -0
  686. package/dist/components/templates/recipes/RecipeDetail.js.map +1 -0
  687. package/dist/components/templates/recipes/RecipeList.d.ts +7 -0
  688. package/dist/components/templates/recipes/RecipeList.d.ts.map +1 -0
  689. package/dist/components/templates/recipes/RecipeList.js +116 -0
  690. package/dist/components/templates/recipes/RecipeList.js.map +1 -0
  691. package/dist/components/templates/recipes/index.d.ts +5 -0
  692. package/dist/components/templates/recipes/index.js +6 -0
  693. package/dist/components/templates/recipes/types.d.ts +30 -0
  694. package/dist/components/templates/recipes/types.d.ts.map +1 -0
  695. package/dist/components/templates/recipes/types.js +0 -0
  696. package/dist/components/templates/todos/FilterBar.d.ts +23 -0
  697. package/dist/components/templates/todos/FilterBar.d.ts.map +1 -0
  698. package/dist/components/templates/todos/FilterBar.js +97 -0
  699. package/dist/components/templates/todos/FilterBar.js.map +1 -0
  700. package/dist/components/templates/todos/TaskForm.d.ts +13 -0
  701. package/dist/components/templates/todos/TaskForm.d.ts.map +1 -0
  702. package/dist/components/templates/todos/TaskForm.js +142 -0
  703. package/dist/components/templates/todos/TaskForm.js.map +1 -0
  704. package/dist/components/templates/todos/TaskItem.d.ts +17 -0
  705. package/dist/components/templates/todos/TaskItem.d.ts.map +1 -0
  706. package/dist/components/templates/todos/TaskItem.js +67 -0
  707. package/dist/components/templates/todos/TaskItem.js.map +1 -0
  708. package/dist/components/templates/todos/TaskList.d.ts +7 -0
  709. package/dist/components/templates/todos/TaskList.d.ts.map +1 -0
  710. package/dist/components/templates/todos/TaskList.js +142 -0
  711. package/dist/components/templates/todos/TaskList.js.map +1 -0
  712. package/dist/components/templates/todos/index.d.ts +5 -0
  713. package/dist/components/templates/todos/index.js +6 -0
  714. package/dist/components/templates/todos/types.d.ts +20 -0
  715. package/dist/components/templates/todos/types.d.ts.map +1 -0
  716. package/dist/components/templates/todos/types.js +0 -0
  717. package/dist/config/contractspec-blueprint.d.ts +11 -0
  718. package/dist/config/contractspec-blueprint.d.ts.map +1 -0
  719. package/dist/config/contractspec-blueprint.js +72 -0
  720. package/dist/config/contractspec-blueprint.js.map +1 -0
  721. package/dist/config/contractspec-branding.d.ts +16 -0
  722. package/dist/config/contractspec-branding.d.ts.map +1 -0
  723. package/dist/config/contractspec-branding.js +68 -0
  724. package/dist/config/contractspec-branding.js.map +1 -0
  725. package/dist/config/contractspec-routes.d.ts +11 -0
  726. package/dist/config/contractspec-routes.d.ts.map +1 -0
  727. package/dist/config/contractspec-routes.js +69 -0
  728. package/dist/config/contractspec-routes.js.map +1 -0
  729. package/dist/config/index.d.ts +5 -0
  730. package/dist/config/index.js +5 -0
  731. package/dist/features/contracts-registry.d.ts +53 -0
  732. package/dist/features/contracts-registry.d.ts.map +1 -0
  733. package/dist/features/contracts-registry.js +138 -0
  734. package/dist/features/contracts-registry.js.map +1 -0
  735. package/dist/features/docs/docs.contracts.d.ts +2 -0
  736. package/dist/features/docs/docs.contracts.js +3 -0
  737. package/dist/features/docs/index.d.ts +2 -0
  738. package/dist/features/docs/index.js +3 -0
  739. package/dist/features/docs.feature.d.ts +11 -0
  740. package/dist/features/docs.feature.d.ts.map +1 -0
  741. package/dist/features/docs.feature.js +60 -0
  742. package/dist/features/docs.feature.js.map +1 -0
  743. package/dist/features/index.d.ts +9 -0
  744. package/dist/features/index.js +10 -0
  745. package/dist/features/mcp.feature.d.ts +11 -0
  746. package/dist/features/mcp.feature.d.ts.map +1 -0
  747. package/dist/features/mcp.feature.js +57 -0
  748. package/dist/features/mcp.feature.js.map +1 -0
  749. package/dist/features/presentations.feature.d.ts +11 -0
  750. package/dist/features/presentations.feature.d.ts.map +1 -0
  751. package/dist/features/presentations.feature.js +61 -0
  752. package/dist/features/presentations.feature.js.map +1 -0
  753. package/dist/features/registry.d.ts +20 -0
  754. package/dist/features/registry.d.ts.map +1 -0
  755. package/dist/features/registry.js +39 -0
  756. package/dist/features/registry.js.map +1 -0
  757. package/dist/index.d.ts +158 -0
  758. package/dist/index.js +158 -0
  759. package/dist/infrastructure/elysia/index.d.ts +2 -0
  760. package/dist/infrastructure/elysia/index.js +3 -0
  761. package/dist/infrastructure/elysia/logger.d.ts +10 -0
  762. package/dist/infrastructure/elysia/logger.d.ts.map +1 -0
  763. package/dist/infrastructure/elysia/logger.js +32 -0
  764. package/dist/infrastructure/elysia/logger.js.map +1 -0
  765. package/dist/infrastructure/index.d.ts +3 -0
  766. package/dist/infrastructure/index.js +4 -0
  767. package/dist/libs/email/client.d.ts +15 -0
  768. package/dist/libs/email/client.d.ts.map +1 -0
  769. package/dist/libs/email/client.js +113 -0
  770. package/dist/libs/email/client.js.map +1 -0
  771. package/dist/libs/email/contact.d.ts +7 -0
  772. package/dist/libs/email/contact.d.ts.map +1 -0
  773. package/dist/libs/email/contact.js +71 -0
  774. package/dist/libs/email/contact.js.map +1 -0
  775. package/dist/libs/email/newsletter.d.ts +7 -0
  776. package/dist/libs/email/newsletter.d.ts.map +1 -0
  777. package/dist/libs/email/newsletter.js +95 -0
  778. package/dist/libs/email/newsletter.js.map +1 -0
  779. package/dist/libs/email/types.d.ts +53 -0
  780. package/dist/libs/email/types.d.ts.map +1 -0
  781. package/dist/libs/email/types.js +1 -0
  782. package/dist/libs/email/utils.d.ts +6 -0
  783. package/dist/libs/email/utils.d.ts.map +1 -0
  784. package/dist/libs/email/utils.js +7 -0
  785. package/dist/libs/email/utils.js.map +1 -0
  786. package/dist/libs/email/waitlist-application.d.ts +7 -0
  787. package/dist/libs/email/waitlist-application.d.ts.map +1 -0
  788. package/dist/libs/email/waitlist-application.js +164 -0
  789. package/dist/libs/email/waitlist-application.js.map +1 -0
  790. package/dist/libs/email/waitlist.d.ts +7 -0
  791. package/dist/libs/email/waitlist.d.ts.map +1 -0
  792. package/dist/libs/email/waitlist.js +105 -0
  793. package/dist/libs/email/waitlist.js.map +1 -0
  794. package/dist/libs/email.d.ts +6 -0
  795. package/dist/libs/email.js +8 -0
  796. package/dist/libs/posthog/client.d.ts +19 -0
  797. package/dist/libs/posthog/client.d.ts.map +1 -0
  798. package/dist/libs/posthog/client.js +52 -0
  799. package/dist/libs/posthog/client.js.map +1 -0
  800. package/dist/libs/posthog/native.d.ts +11 -0
  801. package/dist/libs/posthog/native.d.ts.map +1 -0
  802. package/dist/libs/posthog/native.js +19 -0
  803. package/dist/libs/posthog/native.js.map +1 -0
  804. package/dist/libs/posthog/server.d.ts +8 -0
  805. package/dist/libs/posthog/server.d.ts.map +1 -0
  806. package/dist/libs/posthog/server.js +14 -0
  807. package/dist/libs/posthog/server.js.map +1 -0
  808. package/dist/libs/pricing-examples.d.ts +22 -0
  809. package/dist/libs/pricing-examples.d.ts.map +1 -0
  810. package/dist/libs/pricing-examples.js +21 -0
  811. package/dist/libs/pricing-examples.js.map +1 -0
  812. package/dist/node_modules/next/dist/build/adapter/build-complete.d.ts +3 -0
  813. package/dist/node_modules/next/dist/build/analysis/get-page-static-info.d.ts +15 -0
  814. package/dist/node_modules/next/dist/build/analysis/get-page-static-info.d.ts.map +1 -0
  815. package/dist/node_modules/next/dist/build/build-context.d.ts +3 -0
  816. package/dist/node_modules/next/dist/build/index.d.ts +19 -0
  817. package/dist/node_modules/next/dist/build/index.d.ts.map +1 -0
  818. package/dist/node_modules/next/dist/build/load-jsconfig.d.ts +1 -0
  819. package/dist/node_modules/next/dist/build/segment-config/app/app-segments.d.ts +3 -0
  820. package/dist/node_modules/next/dist/build/static-paths/types.d.ts +2 -0
  821. package/dist/node_modules/next/dist/build/swc/generated-native.d.ts +1 -0
  822. package/dist/node_modules/next/dist/build/swc/types.d.ts +2 -0
  823. package/dist/node_modules/next/dist/build/templates/app-page.d.ts +1 -0
  824. package/dist/node_modules/next/dist/build/templates/app-route.d.ts +3 -0
  825. package/dist/node_modules/next/dist/build/utils.d.ts +8 -0
  826. package/dist/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts +2 -0
  827. package/dist/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.d.ts +1 -0
  828. package/dist/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts +3 -0
  829. package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts +7 -0
  830. package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts.map +1 -0
  831. package/dist/node_modules/next/dist/build/webpack-config.d.ts +5 -0
  832. package/dist/node_modules/next/dist/build/worker.d.ts +2 -0
  833. package/dist/node_modules/next/dist/cli/next-test.d.ts +6 -0
  834. package/dist/node_modules/next/dist/cli/next-test.d.ts.map +1 -0
  835. package/dist/node_modules/next/dist/client/components/app-router-headers.d.ts +5 -0
  836. package/dist/node_modules/next/dist/client/components/app-router-headers.d.ts.map +1 -0
  837. package/dist/node_modules/next/dist/client/components/client-page.d.ts +3 -0
  838. package/dist/node_modules/next/dist/client/components/client-segment.d.ts +2 -0
  839. package/dist/node_modules/next/dist/client/components/error-boundary.d.ts +1 -0
  840. package/dist/node_modules/next/dist/client/components/http-access-fallback/error-boundary.d.ts +2 -0
  841. package/dist/node_modules/next/dist/client/components/layout-router.d.ts +2 -0
  842. package/dist/node_modules/next/dist/client/components/render-from-template-context.d.ts +1 -0
  843. package/dist/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts +2 -0
  844. package/dist/node_modules/next/dist/client/components/router-reducer/ppr-navigations.d.ts +1 -0
  845. package/dist/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts +3 -0
  846. package/dist/node_modules/next/dist/client/components/segment-cache/navigation.d.ts +3 -0
  847. package/dist/node_modules/next/dist/client/flight-data-helpers.d.ts +1 -0
  848. package/dist/node_modules/next/dist/client/page-loader.d.ts +16 -0
  849. package/dist/node_modules/next/dist/client/page-loader.d.ts.map +1 -0
  850. package/dist/node_modules/next/dist/client/route-loader.d.ts +22 -0
  851. package/dist/node_modules/next/dist/client/route-loader.d.ts.map +1 -0
  852. package/dist/node_modules/next/dist/client/router.d.ts +2 -0
  853. package/dist/node_modules/next/dist/client/with-router.d.ts +3 -0
  854. package/dist/node_modules/next/dist/export/types.d.ts +8 -0
  855. package/dist/node_modules/next/dist/export/worker.d.ts +1 -0
  856. package/dist/node_modules/next/dist/lib/constants.d.ts +1 -0
  857. package/dist/node_modules/next/dist/lib/framework/boundary-components.d.ts +1 -0
  858. package/dist/node_modules/next/dist/lib/load-custom-routes.d.ts +47 -0
  859. package/dist/node_modules/next/dist/lib/load-custom-routes.d.ts.map +1 -0
  860. package/dist/node_modules/next/dist/lib/metadata/metadata.d.ts +6 -0
  861. package/dist/node_modules/next/dist/lib/metadata/resolve-metadata.d.ts +4 -0
  862. package/dist/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts +22 -0
  863. package/dist/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts.map +1 -0
  864. package/dist/node_modules/next/dist/lib/metadata/types/extra-types.d.ts +79 -0
  865. package/dist/node_modules/next/dist/lib/metadata/types/extra-types.d.ts.map +1 -0
  866. package/dist/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts +479 -0
  867. package/dist/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts.map +1 -0
  868. package/dist/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts +97 -0
  869. package/dist/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts.map +1 -0
  870. package/dist/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts +134 -0
  871. package/dist/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts.map +1 -0
  872. package/dist/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts +58 -0
  873. package/dist/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts.map +1 -0
  874. package/dist/node_modules/next/dist/next-devtools/dev-overlay/container/runtime-error/render-error.d.ts +3 -0
  875. package/dist/node_modules/next/dist/next-devtools/dev-overlay/shared.d.ts +2 -0
  876. package/dist/node_modules/next/dist/next-devtools/dev-overlay/utils/get-error-by-type.d.ts +1 -0
  877. package/dist/node_modules/next/dist/next-devtools/userspace/app/segment-explorer-node.d.ts +2 -0
  878. package/dist/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-setup.d.ts +2 -0
  879. package/dist/node_modules/next/dist/server/after/after-context.d.ts +1 -0
  880. package/dist/node_modules/next/dist/server/api-utils/index.d.ts +2 -0
  881. package/dist/node_modules/next/dist/server/app-render/app-render.d.ts +11 -0
  882. package/dist/node_modules/next/dist/server/app-render/collect-segment-data.d.ts +2 -0
  883. package/dist/node_modules/next/dist/server/app-render/create-error-handler.d.ts +7 -0
  884. package/dist/node_modules/next/dist/server/app-render/create-error-handler.d.ts.map +1 -0
  885. package/dist/node_modules/next/dist/server/app-render/dynamic-rendering.d.ts +2 -0
  886. package/dist/node_modules/next/dist/server/app-render/entry-base.d.ts +22 -0
  887. package/dist/node_modules/next/dist/server/app-render/entry-base.d.ts.map +1 -0
  888. package/dist/node_modules/next/dist/server/app-render/rsc/postpone.d.ts +1 -0
  889. package/dist/node_modules/next/dist/server/app-render/types.d.ts +11 -0
  890. package/dist/node_modules/next/dist/server/app-render/work-async-storage-instance.d.ts +1 -0
  891. package/dist/node_modules/next/dist/server/app-render/work-async-storage.external.d.ts +5 -0
  892. package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.d.ts +1 -0
  893. package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage.external.d.ts +9 -0
  894. package/dist/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts +3 -0
  895. package/dist/node_modules/next/dist/server/async-storage/work-store.d.ts +5 -0
  896. package/dist/node_modules/next/dist/server/base-http/index.d.ts +2 -0
  897. package/dist/node_modules/next/dist/server/base-http/node.d.ts +3 -0
  898. package/dist/node_modules/next/dist/server/base-server.d.ts +21 -0
  899. package/dist/node_modules/next/dist/server/config-shared.d.ts +1128 -0
  900. package/dist/node_modules/next/dist/server/config-shared.d.ts.map +1 -0
  901. package/dist/node_modules/next/dist/server/dev/debug-channel.d.ts +1 -0
  902. package/dist/node_modules/next/dist/server/dev/hot-reloader-types.d.ts +5 -0
  903. package/dist/node_modules/next/dist/server/dev/next-dev-server.d.ts +17 -0
  904. package/dist/node_modules/next/dist/server/dev/static-paths-worker.d.ts +3 -0
  905. package/dist/node_modules/next/dist/server/image-optimizer.d.ts +3 -0
  906. package/dist/node_modules/next/dist/server/lib/app-dir-module.d.ts +1 -0
  907. package/dist/node_modules/next/dist/server/lib/dev-bundler-service.d.ts +2 -0
  908. package/dist/node_modules/next/dist/server/lib/experimental/ppr.d.ts +12 -0
  909. package/dist/node_modules/next/dist/server/lib/experimental/ppr.d.ts.map +1 -0
  910. package/dist/node_modules/next/dist/server/lib/i18n-provider.d.ts +2 -0
  911. package/dist/node_modules/next/dist/server/lib/implicit-tags.d.ts +1 -0
  912. package/dist/node_modules/next/dist/server/lib/incremental-cache/index.d.ts +3 -0
  913. package/dist/node_modules/next/dist/server/lib/render-server.d.ts +6 -0
  914. package/dist/node_modules/next/dist/server/lib/router-server.d.ts +1 -0
  915. package/dist/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts +3 -0
  916. package/dist/node_modules/next/dist/server/lib/router-utils/router-server-context.d.ts +2 -0
  917. package/dist/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts +7 -0
  918. package/dist/node_modules/next/dist/server/load-components.d.ts +3 -0
  919. package/dist/node_modules/next/dist/server/load-default-error-components.d.ts +2 -0
  920. package/dist/node_modules/next/dist/server/next-server.d.ts +19 -0
  921. package/dist/node_modules/next/dist/server/next.d.ts +4 -0
  922. package/dist/node_modules/next/dist/server/normalizers/locale-route-normalizer.d.ts +1 -0
  923. package/dist/node_modules/next/dist/server/render-result.d.ts +3 -0
  924. package/dist/node_modules/next/dist/server/render.d.ts +9 -0
  925. package/dist/node_modules/next/dist/server/request/fallback-params.d.ts +3 -0
  926. package/dist/node_modules/next/dist/server/request/params.d.ts +1 -0
  927. package/dist/node_modules/next/dist/server/request/search-params.d.ts +1 -0
  928. package/dist/node_modules/next/dist/server/request-meta.d.ts +21 -0
  929. package/dist/node_modules/next/dist/server/request-meta.d.ts.map +1 -0
  930. package/dist/node_modules/next/dist/server/response-cache/index.d.ts +1 -0
  931. package/dist/node_modules/next/dist/server/response-cache/types.d.ts +1 -0
  932. package/dist/node_modules/next/dist/server/resume-data-cache/cache-store.d.ts +1 -0
  933. package/dist/node_modules/next/dist/server/resume-data-cache/resume-data-cache.d.ts +1 -0
  934. package/dist/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.d.ts +3 -0
  935. package/dist/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.d.ts +1 -0
  936. package/dist/node_modules/next/dist/server/route-matchers/route-matcher.d.ts +2 -0
  937. package/dist/node_modules/next/dist/server/route-matches/pages-api-route-match.d.ts +1 -0
  938. package/dist/node_modules/next/dist/server/route-matches/route-match.d.ts +1 -0
  939. package/dist/node_modules/next/dist/server/route-modules/app-page/module.d.ts +15 -0
  940. package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.d.ts +6 -0
  941. package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.d.ts +2 -0
  942. package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.d.ts +2 -0
  943. package/dist/node_modules/next/dist/server/route-modules/app-route/module.compiled.d.ts +1 -0
  944. package/dist/node_modules/next/dist/server/route-modules/app-route/module.d.ts +11 -0
  945. package/dist/node_modules/next/dist/server/route-modules/app-route/shared-modules.d.ts +1 -0
  946. package/dist/node_modules/next/dist/server/route-modules/pages/builtin/_error.d.ts +1 -0
  947. package/dist/node_modules/next/dist/server/route-modules/pages/module.d.ts +7 -0
  948. package/dist/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.d.ts +9 -0
  949. package/dist/node_modules/next/dist/server/route-modules/route-module.d.ts +11 -0
  950. package/dist/node_modules/next/dist/server/web/adapter.d.ts +4 -0
  951. package/dist/node_modules/next/dist/server/web/next-url.d.ts +2 -0
  952. package/dist/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts +1 -0
  953. package/dist/node_modules/next/dist/server/web/spec-extension/request.d.ts +2 -0
  954. package/dist/node_modules/next/dist/server/web/spec-extension/response.d.ts +2 -0
  955. package/dist/node_modules/next/dist/server/web/types.d.ts +5 -0
  956. package/dist/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts +4 -0
  957. package/dist/node_modules/next/dist/shared/lib/app-router-types.d.ts +1 -0
  958. package/dist/node_modules/next/dist/shared/lib/constants.d.ts +9 -0
  959. package/dist/node_modules/next/dist/shared/lib/constants.d.ts.map +1 -0
  960. package/dist/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts +1 -0
  961. package/dist/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts +2 -0
  962. package/dist/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts +3 -0
  963. package/dist/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts +1 -0
  964. package/dist/node_modules/next/dist/shared/lib/image-config.d.ts +78 -0
  965. package/dist/node_modules/next/dist/shared/lib/image-config.d.ts.map +1 -0
  966. package/dist/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts +1 -0
  967. package/dist/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts +9 -0
  968. package/dist/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts.map +1 -0
  969. package/dist/node_modules/next/dist/shared/lib/router/router.d.ts +13 -0
  970. package/dist/node_modules/next/dist/shared/lib/router/router.d.ts.map +1 -0
  971. package/dist/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts +3 -0
  972. package/dist/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts +1 -0
  973. package/dist/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts +2 -0
  974. package/dist/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.d.ts +1 -0
  975. package/dist/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts +1 -0
  976. package/dist/node_modules/next/dist/shared/lib/size-limit.d.ts +1 -0
  977. package/dist/node_modules/next/dist/shared/lib/utils.d.ts +45 -0
  978. package/dist/node_modules/next/dist/shared/lib/utils.d.ts.map +1 -0
  979. package/dist/node_modules/next/dist/types.d.ts +39 -0
  980. package/dist/node_modules/next/dist/types.d.ts.map +1 -0
  981. package/dist/node_modules/next/index.d.ts +20 -0
  982. package/dist/node_modules/next/types.d.ts +3 -0
  983. package/dist/packages/libs/content-gen/dist/seo/optimizer.js +49 -0
  984. package/dist/packages/libs/content-gen/dist/seo/optimizer.js.map +1 -0
  985. package/dist/packages/libs/content-gen/dist/types.d.ts +27 -0
  986. package/dist/packages/libs/content-gen/dist/types.d.ts.map +1 -0
  987. package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.d.ts +35 -0
  988. package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.d.ts.map +1 -0
  989. package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +87 -0
  990. package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js.map +1 -0
  991. package/dist/presentation/features/atoms/FeatureIcon/index.d.ts +2 -0
  992. package/dist/presentation/features/atoms/FeatureIcon/index.js +3 -0
  993. package/dist/presentation/features/atoms/index.d.ts +3 -0
  994. package/dist/presentation/features/atoms/index.js +4 -0
  995. package/dist/presentation/features/hooks/index.d.ts +4 -0
  996. package/dist/presentation/features/hooks/index.js +5 -0
  997. package/dist/presentation/features/hooks/useContractsRegistry.d.ts +20 -0
  998. package/dist/presentation/features/hooks/useContractsRegistry.d.ts.map +1 -0
  999. package/dist/presentation/features/hooks/useContractsRegistry.js +23 -0
  1000. package/dist/presentation/features/hooks/useContractsRegistry.js.map +1 -0
  1001. package/dist/presentation/features/hooks/useFeatureFilters.d.ts +35 -0
  1002. package/dist/presentation/features/hooks/useFeatureFilters.d.ts.map +1 -0
  1003. package/dist/presentation/features/hooks/useFeatureFilters.js +77 -0
  1004. package/dist/presentation/features/hooks/useFeatureFilters.js.map +1 -0
  1005. package/dist/presentation/features/hooks/useFeatureRegistry.d.ts +27 -0
  1006. package/dist/presentation/features/hooks/useFeatureRegistry.d.ts.map +1 -0
  1007. package/dist/presentation/features/hooks/useFeatureRegistry.js +37 -0
  1008. package/dist/presentation/features/hooks/useFeatureRegistry.js.map +1 -0
  1009. package/dist/presentation/features/hooks/useRelatedDocs.d.ts +13 -0
  1010. package/dist/presentation/features/hooks/useRelatedDocs.d.ts.map +1 -0
  1011. package/dist/presentation/features/hooks/useRelatedDocs.js +32 -0
  1012. package/dist/presentation/features/hooks/useRelatedDocs.js.map +1 -0
  1013. package/dist/presentation/features/index.d.ts +57 -0
  1014. package/dist/presentation/features/index.js +48 -0
  1015. package/dist/presentation/features/molecules/FeatureCard/FeatureCard.d.ts +17 -0
  1016. package/dist/presentation/features/molecules/FeatureCard/FeatureCard.d.ts.map +1 -0
  1017. package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +83 -0
  1018. package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js.map +1 -0
  1019. package/dist/presentation/features/molecules/FeatureCard/index.d.ts +3 -0
  1020. package/dist/presentation/features/molecules/FeatureCard/index.js +3 -0
  1021. package/dist/presentation/features/molecules/FeatureCard/types.d.ts +14 -0
  1022. package/dist/presentation/features/molecules/FeatureCard/types.d.ts.map +1 -0
  1023. package/dist/presentation/features/molecules/FeatureCard/types.js +0 -0
  1024. package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.d.ts +32 -0
  1025. package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.d.ts.map +1 -0
  1026. package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +43 -0
  1027. package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js.map +1 -0
  1028. package/dist/presentation/features/molecules/FeatureCategoryHeader/index.d.ts +2 -0
  1029. package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +3 -0
  1030. package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.d.ts +22 -0
  1031. package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.d.ts.map +1 -0
  1032. package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +80 -0
  1033. package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js.map +1 -0
  1034. package/dist/presentation/features/molecules/FeatureFilters/index.d.ts +3 -0
  1035. package/dist/presentation/features/molecules/FeatureFilters/index.js +3 -0
  1036. package/dist/presentation/features/molecules/FeatureFilters/types.d.ts +26 -0
  1037. package/dist/presentation/features/molecules/FeatureFilters/types.d.ts.map +1 -0
  1038. package/dist/presentation/features/molecules/FeatureFilters/types.js +0 -0
  1039. package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.d.ts +18 -0
  1040. package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.d.ts.map +1 -0
  1041. package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +140 -0
  1042. package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js.map +1 -0
  1043. package/dist/presentation/features/molecules/FeatureHoverPreview/index.d.ts +2 -0
  1044. package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +3 -0
  1045. package/dist/presentation/features/molecules/index.d.ts +11 -0
  1046. package/dist/presentation/features/molecules/index.js +10 -0
  1047. package/dist/presentation/features/organisms/FeatureDataViewsList.d.ts +12 -0
  1048. package/dist/presentation/features/organisms/FeatureDataViewsList.d.ts.map +1 -0
  1049. package/dist/presentation/features/organisms/FeatureDataViewsList.js +29 -0
  1050. package/dist/presentation/features/organisms/FeatureDataViewsList.js.map +1 -0
  1051. package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.d.ts +15 -0
  1052. package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.d.ts.map +1 -0
  1053. package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +143 -0
  1054. package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js.map +1 -0
  1055. package/dist/presentation/features/organisms/FeatureDetail/index.d.ts +3 -0
  1056. package/dist/presentation/features/organisms/FeatureDetail/index.js +3 -0
  1057. package/dist/presentation/features/organisms/FeatureDetail/types.d.ts +12 -0
  1058. package/dist/presentation/features/organisms/FeatureDetail/types.d.ts.map +1 -0
  1059. package/dist/presentation/features/organisms/FeatureDetail/types.js +0 -0
  1060. package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.d.ts +18 -0
  1061. package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.d.ts.map +1 -0
  1062. package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +163 -0
  1063. package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js.map +1 -0
  1064. package/dist/presentation/features/organisms/FeatureDiscovery/index.d.ts +3 -0
  1065. package/dist/presentation/features/organisms/FeatureDiscovery/index.js +3 -0
  1066. package/dist/presentation/features/organisms/FeatureDiscovery/types.d.ts +20 -0
  1067. package/dist/presentation/features/organisms/FeatureDiscovery/types.d.ts.map +1 -0
  1068. package/dist/presentation/features/organisms/FeatureDiscovery/types.js +0 -0
  1069. package/dist/presentation/features/organisms/FeatureEventsList.d.ts +12 -0
  1070. package/dist/presentation/features/organisms/FeatureEventsList.d.ts.map +1 -0
  1071. package/dist/presentation/features/organisms/FeatureEventsList.js +29 -0
  1072. package/dist/presentation/features/organisms/FeatureEventsList.js.map +1 -0
  1073. package/dist/presentation/features/organisms/FeatureFormsList.d.ts +12 -0
  1074. package/dist/presentation/features/organisms/FeatureFormsList.d.ts.map +1 -0
  1075. package/dist/presentation/features/organisms/FeatureFormsList.js +29 -0
  1076. package/dist/presentation/features/organisms/FeatureFormsList.js.map +1 -0
  1077. package/dist/presentation/features/organisms/FeatureOperationsList.d.ts +12 -0
  1078. package/dist/presentation/features/organisms/FeatureOperationsList.d.ts.map +1 -0
  1079. package/dist/presentation/features/organisms/FeatureOperationsList.js +28 -0
  1080. package/dist/presentation/features/organisms/FeatureOperationsList.js.map +1 -0
  1081. package/dist/presentation/features/organisms/FeaturePresentationsList.d.ts +12 -0
  1082. package/dist/presentation/features/organisms/FeaturePresentationsList.d.ts.map +1 -0
  1083. package/dist/presentation/features/organisms/FeaturePresentationsList.js +29 -0
  1084. package/dist/presentation/features/organisms/FeaturePresentationsList.js.map +1 -0
  1085. package/dist/presentation/features/organisms/index.d.ts +12 -0
  1086. package/dist/presentation/features/organisms/index.js +11 -0
  1087. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.d.ts +14 -0
  1088. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.d.ts.map +1 -0
  1089. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +235 -0
  1090. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js.map +1 -0
  1091. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.d.ts +3 -0
  1092. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +3 -0
  1093. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts +14 -0
  1094. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts.map +1 -0
  1095. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.js +0 -0
  1096. package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.d.ts +11 -0
  1097. package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.d.ts.map +1 -0
  1098. package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +34 -0
  1099. package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js.map +1 -0
  1100. package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.d.ts +2 -0
  1101. package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +3 -0
  1102. package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.d.ts +14 -0
  1103. package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.d.ts.map +1 -0
  1104. package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +214 -0
  1105. package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js.map +1 -0
  1106. package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.d.ts +3 -0
  1107. package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +3 -0
  1108. package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.d.ts +14 -0
  1109. package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.d.ts.map +1 -0
  1110. package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.js +0 -0
  1111. package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.d.ts +11 -0
  1112. package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.d.ts.map +1 -0
  1113. package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +34 -0
  1114. package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js.map +1 -0
  1115. package/dist/presentation/features/templates/FeatureEventsTemplate/index.d.ts +2 -0
  1116. package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +3 -0
  1117. package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.d.ts +14 -0
  1118. package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.d.ts.map +1 -0
  1119. package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +235 -0
  1120. package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js.map +1 -0
  1121. package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.d.ts +3 -0
  1122. package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +3 -0
  1123. package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.d.ts +14 -0
  1124. package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.d.ts.map +1 -0
  1125. package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.js +0 -0
  1126. package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.d.ts +11 -0
  1127. package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.d.ts.map +1 -0
  1128. package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +34 -0
  1129. package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js.map +1 -0
  1130. package/dist/presentation/features/templates/FeatureFormsTemplate/index.d.ts +2 -0
  1131. package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +3 -0
  1132. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.d.ts +14 -0
  1133. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.d.ts.map +1 -0
  1134. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +208 -0
  1135. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js.map +1 -0
  1136. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.d.ts +3 -0
  1137. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +3 -0
  1138. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.d.ts +14 -0
  1139. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.d.ts.map +1 -0
  1140. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.js +0 -0
  1141. package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.d.ts +11 -0
  1142. package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.d.ts.map +1 -0
  1143. package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +34 -0
  1144. package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js.map +1 -0
  1145. package/dist/presentation/features/templates/FeatureOperationsTemplate/index.d.ts +2 -0
  1146. package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +3 -0
  1147. package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.d.ts +15 -0
  1148. package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.d.ts.map +1 -0
  1149. package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +28 -0
  1150. package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js.map +1 -0
  1151. package/dist/presentation/features/templates/FeatureOverviewTemplate/index.d.ts +2 -0
  1152. package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +3 -0
  1153. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.d.ts +14 -0
  1154. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.d.ts.map +1 -0
  1155. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +214 -0
  1156. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js.map +1 -0
  1157. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.d.ts +3 -0
  1158. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +3 -0
  1159. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.d.ts +15 -0
  1160. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.d.ts.map +1 -0
  1161. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.js +0 -0
  1162. package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.d.ts +11 -0
  1163. package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.d.ts.map +1 -0
  1164. package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +34 -0
  1165. package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js.map +1 -0
  1166. package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.d.ts +2 -0
  1167. package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +3 -0
  1168. package/dist/presentation/features/templates/types.d.ts +10 -0
  1169. package/dist/presentation/features/templates/types.d.ts.map +1 -0
  1170. package/dist/presentation/features/templates/types.js +0 -0
  1171. package/package.json +629 -0
  1172. package/src/__tests__/env-setup.ts +4 -0
  1173. package/src/__tests__/mocks/prisma.ts +94 -0
  1174. package/src/__tests__/setup.ts +11 -0
  1175. package/src/application/index.ts +1 -0
  1176. package/src/application/mcp/cliMcp.ts +273 -0
  1177. package/src/application/mcp/common.ts +128 -0
  1178. package/src/application/mcp/docsMcp.ts +193 -0
  1179. package/src/application/mcp/index.ts +3 -0
  1180. package/src/application/mcp/internalMcp.ts +227 -0
  1181. package/src/components/docs/DocsIndexPage.tsx +255 -0
  1182. package/src/components/docs/advanced/AdvancedMCPPage.tsx +250 -0
  1183. package/src/components/docs/advanced/AdvancedOverlayEditorPage.tsx +58 -0
  1184. package/src/components/docs/advanced/AdvancedRenderersPage.tsx +77 -0
  1185. package/src/components/docs/advanced/AdvancedSpecExperimentsPage.tsx +89 -0
  1186. package/src/components/docs/advanced/AdvancedTelemetryPage.tsx +263 -0
  1187. package/src/components/docs/advanced/AdvancedWorkflowMonitoringPage.tsx +57 -0
  1188. package/src/components/docs/advanced/index.ts +6 -0
  1189. package/src/components/docs/architecture/ArchitectureAppConfigPage.tsx +286 -0
  1190. package/src/components/docs/architecture/ArchitectureIntegrationBindingPage.tsx +297 -0
  1191. package/src/components/docs/architecture/ArchitectureKnowledgeBindingPage.tsx +369 -0
  1192. package/src/components/docs/architecture/ArchitectureMultiTenancyPage.tsx +96 -0
  1193. package/src/components/docs/architecture/ArchitectureOverviewPage.tsx +268 -0
  1194. package/src/components/docs/architecture/index.ts +5 -0
  1195. package/src/components/docs/comparison/ComparisonAutomationPlatformsPage.tsx +147 -0
  1196. package/src/components/docs/comparison/ComparisonEnterprisePlatformsPage.tsx +150 -0
  1197. package/src/components/docs/comparison/ComparisonInternalToolBuildersPage.tsx +157 -0
  1198. package/src/components/docs/comparison/ComparisonOverviewPage.tsx +115 -0
  1199. package/src/components/docs/comparison/ComparisonWindmillPage.tsx +153 -0
  1200. package/src/components/docs/comparison/ComparisonWorkflowEnginesPage.tsx +178 -0
  1201. package/src/components/docs/comparison/index.ts +6 -0
  1202. package/src/components/docs/ecosystem/IntegrationsPage.tsx +56 -0
  1203. package/src/components/docs/ecosystem/PluginsPage.tsx +135 -0
  1204. package/src/components/docs/ecosystem/RegistryPage.tsx +86 -0
  1205. package/src/components/docs/ecosystem/TemplatesPage.tsx +69 -0
  1206. package/src/components/docs/ecosystem/ecosystem.docblocks.ts +52 -0
  1207. package/src/components/docs/ecosystem/index.ts +6 -0
  1208. package/src/components/docs/examples/DocsExamplesPage.tsx +83 -0
  1209. package/src/components/docs/examples/index.ts +1 -0
  1210. package/src/components/docs/generated/README.md +7 -0
  1211. package/src/components/docs/generated/docs-index._common.json +744 -0
  1212. package/src/components/docs/generated/docs-index.agent-console.json +378 -0
  1213. package/src/components/docs/generated/docs-index.ai-chat.json +106 -0
  1214. package/src/components/docs/generated/docs-index.analytics-dashboard.json +170 -0
  1215. package/src/components/docs/generated/docs-index.app-config.json +138 -0
  1216. package/src/components/docs/generated/docs-index.audit-trail.json +50 -0
  1217. package/src/components/docs/generated/docs-index.crm-pipeline.json +162 -0
  1218. package/src/components/docs/generated/docs-index.feature-flags.json +218 -0
  1219. package/src/components/docs/generated/docs-index.files.json +178 -0
  1220. package/src/components/docs/generated/docs-index.generated.ts +31 -0
  1221. package/src/components/docs/generated/docs-index.identity-rbac.json +314 -0
  1222. package/src/components/docs/generated/docs-index.integration-hub.json +266 -0
  1223. package/src/components/docs/generated/docs-index.jobs.json +138 -0
  1224. package/src/components/docs/generated/docs-index.kb-update-pipeline.json +130 -0
  1225. package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +50 -0
  1226. package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +50 -0
  1227. package/src/components/docs/generated/docs-index.learning-journey-registry.json +34 -0
  1228. package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +50 -0
  1229. package/src/components/docs/generated/docs-index.learning-journey.json +218 -0
  1230. package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +50 -0
  1231. package/src/components/docs/generated/docs-index.manifest.json +183 -0
  1232. package/src/components/docs/generated/docs-index.marketplace.json +338 -0
  1233. package/src/components/docs/generated/docs-index.meeting-recorder.json +50 -0
  1234. package/src/components/docs/generated/docs-index.metrics.json +194 -0
  1235. package/src/components/docs/generated/docs-index.notifications.json +66 -0
  1236. package/src/components/docs/generated/docs-index.openbanking.json +66 -0
  1237. package/src/components/docs/generated/docs-index.platform-integrations.json +194 -0
  1238. package/src/components/docs/generated/docs-index.platform-knowledge.json +58 -0
  1239. package/src/components/docs/generated/docs-index.pocket-family-office.json +122 -0
  1240. package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +10 -0
  1241. package/src/components/docs/generated/docs-index.saas-boilerplate.json +210 -0
  1242. package/src/components/docs/generated/docs-index.service-business-os.json +194 -0
  1243. package/src/components/docs/generated/docs-index.team-hub.json +186 -0
  1244. package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +82 -0
  1245. package/src/components/docs/generated/docs-index.wealth-snapshot.json +154 -0
  1246. package/src/components/docs/generated/docs-index.workflow-system.json +434 -0
  1247. package/src/components/docs/generated/docs-index.workspace-cli.json +10 -0
  1248. package/src/components/docs/generated/index.ts +10 -0
  1249. package/src/components/docs/generated/loader.ts +84 -0
  1250. package/src/components/docs/getting-started/CLIPage.tsx +194 -0
  1251. package/src/components/docs/getting-started/CompatibilityPage.tsx +80 -0
  1252. package/src/components/docs/getting-started/DataViewTutorialPage.tsx +180 -0
  1253. package/src/components/docs/getting-started/DeveloperToolsPage.tsx +150 -0
  1254. package/src/components/docs/getting-started/HelloWorldPage.tsx +187 -0
  1255. package/src/components/docs/getting-started/InstallationPage.tsx +94 -0
  1256. package/src/components/docs/getting-started/StartHerePage.tsx +76 -0
  1257. package/src/components/docs/getting-started/TroubleshootingPage.tsx +81 -0
  1258. package/src/components/docs/getting-started/VSCodeExtensionPage.tsx +248 -0
  1259. package/src/components/docs/getting-started/getting-started.docblocks.ts +136 -0
  1260. package/src/components/docs/getting-started/index.ts +10 -0
  1261. package/src/components/docs/guides/GuideCIDiffGatingPage.tsx +104 -0
  1262. package/src/components/docs/guides/GuideContractTypesPage.tsx +487 -0
  1263. package/src/components/docs/guides/GuideDocsPipelinePage.tsx +112 -0
  1264. package/src/components/docs/guides/GuideGenerateDocsClientsSchemasPage.tsx +106 -0
  1265. package/src/components/docs/guides/GuideImportExistingCodebasesPage.tsx +517 -0
  1266. package/src/components/docs/guides/GuideNextjsOneEndpointPage.tsx +179 -0
  1267. package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +158 -0
  1268. package/src/components/docs/guides/GuidesIndexPage.tsx +112 -0
  1269. package/src/components/docs/guides/guides.docblocks.ts +113 -0
  1270. package/src/components/docs/guides/index.ts +10 -0
  1271. package/src/components/docs/index.ts +58 -0
  1272. package/src/components/docs/integrations/IntegrationsCircuitBreakersPage.tsx +40 -0
  1273. package/src/components/docs/integrations/IntegrationsElevenLabsPage.tsx +76 -0
  1274. package/src/components/docs/integrations/IntegrationsGmailPage.tsx +83 -0
  1275. package/src/components/docs/integrations/IntegrationsGoogleCalendarPage.tsx +72 -0
  1276. package/src/components/docs/integrations/IntegrationsOpenAIPage.tsx +130 -0
  1277. package/src/components/docs/integrations/IntegrationsOverviewPage.tsx +435 -0
  1278. package/src/components/docs/integrations/IntegrationsPostmarkPage.tsx +161 -0
  1279. package/src/components/docs/integrations/IntegrationsPowensPage.tsx +231 -0
  1280. package/src/components/docs/integrations/IntegrationsQdrantPage.tsx +132 -0
  1281. package/src/components/docs/integrations/IntegrationsResendPage.tsx +78 -0
  1282. package/src/components/docs/integrations/IntegrationsS3Page.tsx +106 -0
  1283. package/src/components/docs/integrations/IntegrationsSpecModelPage.tsx +311 -0
  1284. package/src/components/docs/integrations/IntegrationsStripePage.tsx +276 -0
  1285. package/src/components/docs/integrations/IntegrationsTwilioPage.tsx +85 -0
  1286. package/src/components/docs/integrations/index.ts +14 -0
  1287. package/src/components/docs/intent/ContractFirstApiPage.tsx +113 -0
  1288. package/src/components/docs/intent/DeterministicCodegenPage.tsx +140 -0
  1289. package/src/components/docs/intent/GenerateClientFromSchemaPage.tsx +326 -0
  1290. package/src/components/docs/intent/OpenapiAlternativePage.tsx +155 -0
  1291. package/src/components/docs/intent/SchemaValidationTypescriptPage.tsx +191 -0
  1292. package/src/components/docs/intent/SpecDrivenDevelopmentPage.tsx +157 -0
  1293. package/src/components/docs/intent/index.ts +8 -0
  1294. package/src/components/docs/intent/intent-pages.docblocks.ts +205 -0
  1295. package/src/components/docs/knowledge/KnowledgeCategoriesPage.tsx +407 -0
  1296. package/src/components/docs/knowledge/KnowledgeExamplesPage.tsx +267 -0
  1297. package/src/components/docs/knowledge/KnowledgeOverviewPage.tsx +292 -0
  1298. package/src/components/docs/knowledge/KnowledgeSourcesPage.tsx +263 -0
  1299. package/src/components/docs/knowledge/KnowledgeSpacesPage.tsx +215 -0
  1300. package/src/components/docs/knowledge/index.ts +5 -0
  1301. package/src/components/docs/libraries/LibrariesAccessibilityPage.tsx +137 -0
  1302. package/src/components/docs/libraries/LibrariesAiAgentPage.tsx +92 -0
  1303. package/src/components/docs/libraries/LibrariesAnalyticsPage.tsx +63 -0
  1304. package/src/components/docs/libraries/LibrariesContentGenPage.tsx +71 -0
  1305. package/src/components/docs/libraries/LibrariesContractsPage.tsx +163 -0
  1306. package/src/components/docs/libraries/LibrariesCostTrackingPage.tsx +71 -0
  1307. package/src/components/docs/libraries/LibrariesDataBackendPage.tsx +104 -0
  1308. package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +108 -0
  1309. package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +163 -0
  1310. package/src/components/docs/libraries/LibrariesEvolutionPage.tsx +116 -0
  1311. package/src/components/docs/libraries/LibrariesGraphQLPage.tsx +116 -0
  1312. package/src/components/docs/libraries/LibrariesGrowthPage.tsx +77 -0
  1313. package/src/components/docs/libraries/LibrariesMultiTenancyPage.tsx +69 -0
  1314. package/src/components/docs/libraries/LibrariesObservabilityPage.tsx +93 -0
  1315. package/src/components/docs/libraries/LibrariesOverlayEnginePage.tsx +90 -0
  1316. package/src/components/docs/libraries/LibrariesOverviewPage.tsx +310 -0
  1317. package/src/components/docs/libraries/LibrariesPersonalizationPage.tsx +86 -0
  1318. package/src/components/docs/libraries/LibrariesProgressiveDeliveryPage.tsx +83 -0
  1319. package/src/components/docs/libraries/LibrariesResiliencePage.tsx +86 -0
  1320. package/src/components/docs/libraries/LibrariesRuntimePage.tsx +149 -0
  1321. package/src/components/docs/libraries/LibrariesSLOPage.tsx +75 -0
  1322. package/src/components/docs/libraries/LibrariesSchemaPage.tsx +175 -0
  1323. package/src/components/docs/libraries/LibrariesSupportBotPage.tsx +82 -0
  1324. package/src/components/docs/libraries/LibrariesTestingPage.tsx +111 -0
  1325. package/src/components/docs/libraries/LibrariesUIKitPage.tsx +113 -0
  1326. package/src/components/docs/libraries/LibrariesWorkflowComposerPage.tsx +70 -0
  1327. package/src/components/docs/libraries/LibrariesWorkflowsPage.tsx +111 -0
  1328. package/src/components/docs/libraries/index.ts +27 -0
  1329. package/src/components/docs/manifesto/ManifestoPage.tsx +138 -0
  1330. package/src/components/docs/ops/AutoEvolutionOpsPage.tsx +103 -0
  1331. package/src/components/docs/ops/DistributedTracingOpsPage.tsx +40 -0
  1332. package/src/components/docs/ops/index.ts +2 -0
  1333. package/src/components/docs/ops/ops-lifecycle.docblocks.ts +151 -0
  1334. package/src/components/docs/ops/ops-runbooks-a.docblocks.ts +121 -0
  1335. package/src/components/docs/ops/ops-runbooks-b.docblocks.ts +132 -0
  1336. package/src/components/docs/ops/ops-slo-tenant.docblocks.ts +145 -0
  1337. package/src/components/docs/ops/ops-top.docs.ts +23 -0
  1338. package/src/components/docs/ops/ops.docs.ts +14 -0
  1339. package/src/components/docs/product/product.docblocks.ts +76 -0
  1340. package/src/components/docs/reference/DocsMarkdownContent.tsx +94 -0
  1341. package/src/components/docs/reference/DocsReferenceContent.tsx +73 -0
  1342. package/src/components/docs/reference/DocsReferenceIndexClient.tsx +137 -0
  1343. package/src/components/docs/reference/DocsReferenceIndexPage.tsx +7 -0
  1344. package/src/components/docs/reference/DocsReferencePage.tsx +11 -0
  1345. package/src/components/docs/reference/docsMarkdownParser.ts +99 -0
  1346. package/src/components/docs/reference/index.ts +2 -0
  1347. package/src/components/docs/safety/SafetyAuditingPage.tsx +238 -0
  1348. package/src/components/docs/safety/SafetyMigrationsPage.tsx +231 -0
  1349. package/src/components/docs/safety/SafetyOverviewPage.tsx +164 -0
  1350. package/src/components/docs/safety/SafetyPDPPage.tsx +197 -0
  1351. package/src/components/docs/safety/SafetySecurityTrustPage.tsx +100 -0
  1352. package/src/components/docs/safety/SafetySigningPage.tsx +56 -0
  1353. package/src/components/docs/safety/SafetyTenantIsolationPage.tsx +59 -0
  1354. package/src/components/docs/safety/index.ts +7 -0
  1355. package/src/components/docs/shared/StudioPrompt.tsx +25 -0
  1356. package/src/components/docs/specs/SpecsCapabilitiesPage.tsx +131 -0
  1357. package/src/components/docs/specs/SpecsDataViewsPage.tsx +199 -0
  1358. package/src/components/docs/specs/SpecsOverlaysPage.tsx +258 -0
  1359. package/src/components/docs/specs/SpecsOverviewPage.tsx +202 -0
  1360. package/src/components/docs/specs/SpecsPolicyPage.tsx +307 -0
  1361. package/src/components/docs/specs/SpecsWorkflowsPage.tsx +225 -0
  1362. package/src/components/docs/specs/index.ts +6 -0
  1363. package/src/components/docs/studio/StudioBYOKPage.tsx +60 -0
  1364. package/src/components/docs/studio/StudioDeploymentsPage.tsx +76 -0
  1365. package/src/components/docs/studio/StudioGettingStartedPage.tsx +72 -0
  1366. package/src/components/docs/studio/StudioIntegrationsPage.tsx +53 -0
  1367. package/src/components/docs/studio/StudioOverviewPage.tsx +69 -0
  1368. package/src/components/docs/studio/StudioVisualBuilderPage.tsx +78 -0
  1369. package/src/components/docs/studio/index.ts +6 -0
  1370. package/src/components/docs/tech/contracts/tech-docs.docblocks.ts +18 -0
  1371. package/src/components/integrations/index.ts +4 -0
  1372. package/src/components/integrations/molecules/IntegrationCard.tsx +81 -0
  1373. package/src/components/integrations/organisms/IntegrationMarketplace.tsx +133 -0
  1374. package/src/components/integrations/organisms/IntegrationSettings.tsx +223 -0
  1375. package/src/components/integrations/organisms/KnowledgeSourceList.tsx +106 -0
  1376. package/src/components/legal/PrivacyTemplate.tsx +642 -0
  1377. package/src/components/legal/TermsTemplate.tsx +682 -0
  1378. package/src/components/legal/index.ts +2 -0
  1379. package/src/components/shared/FeatureGateNotice.tsx +35 -0
  1380. package/src/components/shared/index.ts +1 -0
  1381. package/src/components/shell/WorkspaceHeader.tsx +98 -0
  1382. package/src/components/shell/WorkspaceProjectShellLayout.tsx +72 -0
  1383. package/src/components/shell/WorkspaceSidebar.tsx +70 -0
  1384. package/src/components/shell/index.ts +3 -0
  1385. package/src/components/templates/engine/index.ts +80 -0
  1386. package/src/components/templates/index.ts +5 -0
  1387. package/src/components/templates/messaging/ConversationList.tsx +98 -0
  1388. package/src/components/templates/messaging/MessageComposer.tsx +81 -0
  1389. package/src/components/templates/messaging/MessageThread.tsx +110 -0
  1390. package/src/components/templates/messaging/MessagingWorkspace.tsx +31 -0
  1391. package/src/components/templates/messaging/index.ts +4 -0
  1392. package/src/components/templates/messaging/types.ts +25 -0
  1393. package/src/components/templates/recipes/LanguageSwitcher.tsx +25 -0
  1394. package/src/components/templates/recipes/RecipeCard.tsx +66 -0
  1395. package/src/components/templates/recipes/RecipeDetail.tsx +55 -0
  1396. package/src/components/templates/recipes/RecipeList.tsx +123 -0
  1397. package/src/components/templates/recipes/index.ts +4 -0
  1398. package/src/components/templates/recipes/types.ts +26 -0
  1399. package/src/components/templates/todos/FilterBar.tsx +97 -0
  1400. package/src/components/templates/todos/TaskForm.tsx +149 -0
  1401. package/src/components/templates/todos/TaskItem.tsx +92 -0
  1402. package/src/components/templates/todos/TaskList.tsx +167 -0
  1403. package/src/components/templates/todos/index.ts +4 -0
  1404. package/src/components/templates/todos/types.ts +18 -0
  1405. package/src/config/contractspec-blueprint.ts +71 -0
  1406. package/src/config/contractspec-branding.ts +53 -0
  1407. package/src/config/contractspec-routes.ts +33 -0
  1408. package/src/config/index.ts +21 -0
  1409. package/src/features/contracts-registry.ts +272 -0
  1410. package/src/features/docs/docs.contracts.ts +8 -0
  1411. package/src/features/docs/index.ts +8 -0
  1412. package/src/features/docs.feature.ts +35 -0
  1413. package/src/features/index.ts +71 -0
  1414. package/src/features/mcp.feature.ts +32 -0
  1415. package/src/features/presentations.feature.ts +35 -0
  1416. package/src/features/registry.ts +44 -0
  1417. package/src/index.ts +10 -0
  1418. package/src/infrastructure/elysia/index.ts +1 -0
  1419. package/src/infrastructure/elysia/logger.ts +38 -0
  1420. package/src/infrastructure/index.ts +1 -0
  1421. package/src/libs/email/client.test.ts +107 -0
  1422. package/src/libs/email/client.ts +146 -0
  1423. package/src/libs/email/contact.ts +80 -0
  1424. package/src/libs/email/newsletter.ts +108 -0
  1425. package/src/libs/email/types.ts +59 -0
  1426. package/src/libs/email/utils.ts +8 -0
  1427. package/src/libs/email/waitlist-application.ts +185 -0
  1428. package/src/libs/email/waitlist.ts +118 -0
  1429. package/src/libs/email.ts +13 -0
  1430. package/src/libs/posthog/client.ts +70 -0
  1431. package/src/libs/posthog/native.ts +34 -0
  1432. package/src/libs/posthog/server.ts +16 -0
  1433. package/src/libs/pricing-examples.ts +19 -0
  1434. package/src/presentation/features/atoms/FeatureIcon/FeatureIcon.tsx +132 -0
  1435. package/src/presentation/features/atoms/FeatureIcon/index.ts +5 -0
  1436. package/src/presentation/features/atoms/index.ts +1 -0
  1437. package/src/presentation/features/hooks/index.ts +13 -0
  1438. package/src/presentation/features/hooks/useContractsRegistry.ts +40 -0
  1439. package/src/presentation/features/hooks/useFeatureFilters.ts +137 -0
  1440. package/src/presentation/features/hooks/useFeatureRegistry.ts +56 -0
  1441. package/src/presentation/features/hooks/useRelatedDocs.ts +40 -0
  1442. package/src/presentation/features/index.ts +82 -0
  1443. package/src/presentation/features/molecules/FeatureCard/FeatureCard.tsx +105 -0
  1444. package/src/presentation/features/molecules/FeatureCard/index.ts +2 -0
  1445. package/src/presentation/features/molecules/FeatureCard/types.ts +10 -0
  1446. package/src/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.tsx +67 -0
  1447. package/src/presentation/features/molecules/FeatureCategoryHeader/index.ts +4 -0
  1448. package/src/presentation/features/molecules/FeatureFilters/FeatureFilters.tsx +82 -0
  1449. package/src/presentation/features/molecules/FeatureFilters/index.ts +2 -0
  1450. package/src/presentation/features/molecules/FeatureFilters/types.ts +25 -0
  1451. package/src/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.tsx +143 -0
  1452. package/src/presentation/features/molecules/FeatureHoverPreview/index.ts +4 -0
  1453. package/src/presentation/features/molecules/index.ts +13 -0
  1454. package/src/presentation/features/organisms/FeatureDataViewsList.tsx +33 -0
  1455. package/src/presentation/features/organisms/FeatureDetail/FeatureDetail.tsx +110 -0
  1456. package/src/presentation/features/organisms/FeatureDetail/index.ts +2 -0
  1457. package/src/presentation/features/organisms/FeatureDetail/types.ts +8 -0
  1458. package/src/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.tsx +236 -0
  1459. package/src/presentation/features/organisms/FeatureDiscovery/index.ts +6 -0
  1460. package/src/presentation/features/organisms/FeatureDiscovery/types.ts +17 -0
  1461. package/src/presentation/features/organisms/FeatureEventsList.tsx +28 -0
  1462. package/src/presentation/features/organisms/FeatureFormsList.tsx +29 -0
  1463. package/src/presentation/features/organisms/FeatureOperationsList.tsx +33 -0
  1464. package/src/presentation/features/organisms/FeaturePresentationsList.tsx +33 -0
  1465. package/src/presentation/features/organisms/index.ts +10 -0
  1466. package/src/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.tsx +243 -0
  1467. package/src/presentation/features/templates/FeatureDataViewDetailTemplate/index.ts +2 -0
  1468. package/src/presentation/features/templates/FeatureDataViewDetailTemplate/types.ts +13 -0
  1469. package/src/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.tsx +37 -0
  1470. package/src/presentation/features/templates/FeatureDataViewsTemplate/index.ts +1 -0
  1471. package/src/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.tsx +218 -0
  1472. package/src/presentation/features/templates/FeatureEventDetailTemplate/index.ts +2 -0
  1473. package/src/presentation/features/templates/FeatureEventDetailTemplate/types.ts +13 -0
  1474. package/src/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.tsx +37 -0
  1475. package/src/presentation/features/templates/FeatureEventsTemplate/index.ts +1 -0
  1476. package/src/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.tsx +240 -0
  1477. package/src/presentation/features/templates/FeatureFormDetailTemplate/index.ts +2 -0
  1478. package/src/presentation/features/templates/FeatureFormDetailTemplate/types.ts +13 -0
  1479. package/src/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.tsx +37 -0
  1480. package/src/presentation/features/templates/FeatureFormsTemplate/index.ts +1 -0
  1481. package/src/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.tsx +252 -0
  1482. package/src/presentation/features/templates/FeatureOperationDetailTemplate/index.ts +2 -0
  1483. package/src/presentation/features/templates/FeatureOperationDetailTemplate/types.ts +13 -0
  1484. package/src/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.tsx +37 -0
  1485. package/src/presentation/features/templates/FeatureOperationsTemplate/index.ts +1 -0
  1486. package/src/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.tsx +38 -0
  1487. package/src/presentation/features/templates/FeatureOverviewTemplate/index.ts +1 -0
  1488. package/src/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.tsx +224 -0
  1489. package/src/presentation/features/templates/FeaturePresentationDetailTemplate/index.ts +2 -0
  1490. package/src/presentation/features/templates/FeaturePresentationDetailTemplate/types.ts +14 -0
  1491. package/src/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.tsx +37 -0
  1492. package/src/presentation/features/templates/FeaturePresentationsTemplate/index.ts +1 -0
  1493. package/src/presentation/features/templates/types.ts +6 -0
  1494. package/tsconfig.json +14 -0
  1495. package/tsconfig.tsbuildinfo +1 -0
  1496. package/tsdown.config.js +10 -0
@@ -0,0 +1,324 @@
1
+ import { ChevronRight } from "lucide-react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import Link from "@contractspec/lib.ui-link";
4
+
5
+ //#region src/components/docs/architecture/ArchitectureOverviewPage.tsx
6
+ function ArchitectureOverviewPage() {
7
+ return /* @__PURE__ */ jsxs("div", {
8
+ className: "space-y-8",
9
+ children: [
10
+ /* @__PURE__ */ jsxs("div", {
11
+ className: "space-y-4",
12
+ children: [/* @__PURE__ */ jsx("h1", {
13
+ className: "text-4xl font-bold",
14
+ children: "Architecture"
15
+ }), /* @__PURE__ */ jsx("p", {
16
+ className: "text-muted-foreground",
17
+ children: "ContractSpec's architecture is built on a foundation of typed specifications served by runtime adapters. This section covers the core architectural concepts: app configuration, integration binding, and knowledge management."
18
+ })]
19
+ }),
20
+ /* @__PURE__ */ jsxs("div", {
21
+ className: "space-y-4",
22
+ children: [/* @__PURE__ */ jsx("h2", {
23
+ className: "text-2xl font-bold",
24
+ children: "Core layers"
25
+ }), /* @__PURE__ */ jsxs("div", {
26
+ className: "space-y-6",
27
+ children: [
28
+ /* @__PURE__ */ jsxs("div", {
29
+ className: "space-y-3",
30
+ children: [
31
+ /* @__PURE__ */ jsx("h3", {
32
+ className: "text-xl font-semibold",
33
+ children: "1. Specification Layer"
34
+ }),
35
+ /* @__PURE__ */ jsx("p", {
36
+ className: "text-muted-foreground",
37
+ children: "The foundation of ContractSpec. Typed specifications define what your application can do:"
38
+ }),
39
+ /* @__PURE__ */ jsxs("ul", {
40
+ className: "text-muted-foreground ml-4 list-inside list-disc space-y-2",
41
+ children: [
42
+ /* @__PURE__ */ jsxs("li", { children: [
43
+ /* @__PURE__ */ jsx(Link, {
44
+ href: "/docs/specs/capabilities",
45
+ className: "text-violet-400 hover:text-violet-300",
46
+ children: "CapabilitySpec"
47
+ }),
48
+ " ",
49
+ "- Operations and their inputs/outputs"
50
+ ] }),
51
+ /* @__PURE__ */ jsxs("li", { children: [
52
+ /* @__PURE__ */ jsx(Link, {
53
+ href: "/docs/specs/dataviews",
54
+ className: "text-violet-400 hover:text-violet-300",
55
+ children: "DataViewSpec"
56
+ }),
57
+ " ",
58
+ "- Data queries and presentation"
59
+ ] }),
60
+ /* @__PURE__ */ jsxs("li", { children: [
61
+ /* @__PURE__ */ jsx(Link, {
62
+ href: "/docs/specs/workflows",
63
+ className: "text-violet-400 hover:text-violet-300",
64
+ children: "WorkflowSpec"
65
+ }),
66
+ " ",
67
+ "- Multi-step processes"
68
+ ] }),
69
+ /* @__PURE__ */ jsxs("li", { children: [
70
+ /* @__PURE__ */ jsx(Link, {
71
+ href: "/docs/specs/policy",
72
+ className: "text-violet-400 hover:text-violet-300",
73
+ children: "PolicySpec"
74
+ }),
75
+ " ",
76
+ "- Access control and data protection"
77
+ ] }),
78
+ /* @__PURE__ */ jsxs("li", { children: [
79
+ /* @__PURE__ */ jsx(Link, {
80
+ href: "/docs/integrations/spec-model",
81
+ className: "text-violet-400 hover:text-violet-300",
82
+ children: "IntegrationSpec"
83
+ }),
84
+ " ",
85
+ "- External service providers"
86
+ ] }),
87
+ /* @__PURE__ */ jsxs("li", { children: [
88
+ /* @__PURE__ */ jsx(Link, {
89
+ href: "/docs/knowledge/spaces",
90
+ className: "text-violet-400 hover:text-violet-300",
91
+ children: "KnowledgeSpaceSpec"
92
+ }),
93
+ " ",
94
+ "- Knowledge and context management"
95
+ ] })
96
+ ]
97
+ })
98
+ ]
99
+ }),
100
+ /* @__PURE__ */ jsxs("div", {
101
+ className: "space-y-3",
102
+ children: [
103
+ /* @__PURE__ */ jsx("h3", {
104
+ className: "text-xl font-semibold",
105
+ children: "2. Configuration Layer"
106
+ }),
107
+ /* @__PURE__ */ jsx("p", {
108
+ className: "text-muted-foreground",
109
+ children: "How applications are configured and customized:"
110
+ }),
111
+ /* @__PURE__ */ jsxs("ul", {
112
+ className: "text-muted-foreground ml-4 list-inside list-disc space-y-2",
113
+ children: [
114
+ /* @__PURE__ */ jsxs("li", { children: [
115
+ /* @__PURE__ */ jsx(Link, {
116
+ href: "/docs/architecture/app-config",
117
+ className: "text-violet-400 hover:text-violet-300",
118
+ children: "AppBlueprintSpec"
119
+ }),
120
+ " ",
121
+ "- Global, versioned app definition"
122
+ ] }),
123
+ /* @__PURE__ */ jsxs("li", { children: [
124
+ /* @__PURE__ */ jsx(Link, {
125
+ href: "/docs/architecture/app-config",
126
+ className: "text-violet-400 hover:text-violet-300",
127
+ children: "TenantAppConfig"
128
+ }),
129
+ " ",
130
+ "- Per-tenant, per-environment configuration"
131
+ ] }),
132
+ /* @__PURE__ */ jsxs("li", { children: [
133
+ /* @__PURE__ */ jsx(Link, {
134
+ href: "/docs/architecture/integration-binding",
135
+ className: "text-violet-400 hover:text-violet-300",
136
+ children: "AppIntegrationBinding"
137
+ }),
138
+ " ",
139
+ "- How apps use integrations"
140
+ ] }),
141
+ /* @__PURE__ */ jsxs("li", { children: [
142
+ /* @__PURE__ */ jsx(Link, {
143
+ href: "/docs/architecture/knowledge-binding",
144
+ className: "text-violet-400 hover:text-violet-300",
145
+ children: "AppKnowledgeBinding"
146
+ }),
147
+ " ",
148
+ "- How apps access knowledge"
149
+ ] })
150
+ ]
151
+ })
152
+ ]
153
+ }),
154
+ /* @__PURE__ */ jsxs("div", {
155
+ className: "space-y-3",
156
+ children: [
157
+ /* @__PURE__ */ jsx("h3", {
158
+ className: "text-xl font-semibold",
159
+ children: "3. Runtime Layer"
160
+ }),
161
+ /* @__PURE__ */ jsx("p", {
162
+ className: "text-muted-foreground",
163
+ children: "How specifications are executed at runtime:"
164
+ }),
165
+ /* @__PURE__ */ jsxs("ul", {
166
+ className: "text-muted-foreground ml-4 list-inside list-disc space-y-2",
167
+ children: [
168
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "ResolvedAppConfig" }), " - Merged blueprint + tenant config"] }),
169
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Policy Decision Point (PDP)" }), " - Enforces policies on every operation"] }),
170
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Presentation Runtime" }), " - React and React Native renderers"] }),
171
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Integration Connectors" }), " - Execute external API calls"] }),
172
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Knowledge Retrieval" }), " - Query vector databases and knowledge sources"] })
173
+ ]
174
+ })
175
+ ]
176
+ })
177
+ ]
178
+ })]
179
+ }),
180
+ /* @__PURE__ */ jsxs("div", {
181
+ className: "space-y-4",
182
+ children: [
183
+ /* @__PURE__ */ jsx("h2", {
184
+ className: "text-2xl font-bold",
185
+ children: "Configuration model"
186
+ }),
187
+ /* @__PURE__ */ jsx("p", {
188
+ className: "text-muted-foreground",
189
+ children: "ContractSpec uses a three-tier configuration model:"
190
+ }),
191
+ /* @__PURE__ */ jsx("div", {
192
+ className: "border-border/50 overflow-x-auto rounded-lg border",
193
+ children: /* @__PURE__ */ jsxs("table", {
194
+ className: "w-full text-left text-sm",
195
+ children: [/* @__PURE__ */ jsx("thead", {
196
+ className: "bg-card/50",
197
+ children: /* @__PURE__ */ jsxs("tr", {
198
+ className: "border-border/50 border-b",
199
+ children: [
200
+ /* @__PURE__ */ jsx("th", {
201
+ className: "px-4 py-3 font-semibold",
202
+ children: "Layer"
203
+ }),
204
+ /* @__PURE__ */ jsx("th", {
205
+ className: "px-4 py-3 font-semibold",
206
+ children: "Type"
207
+ }),
208
+ /* @__PURE__ */ jsx("th", {
209
+ className: "px-4 py-3 font-semibold",
210
+ children: "Scope"
211
+ }),
212
+ /* @__PURE__ */ jsx("th", {
213
+ className: "px-4 py-3 font-semibold",
214
+ children: "Storage"
215
+ })
216
+ ]
217
+ })
218
+ }), /* @__PURE__ */ jsxs("tbody", {
219
+ className: "divide-border/50 divide-y",
220
+ children: [
221
+ /* @__PURE__ */ jsxs("tr", { children: [
222
+ /* @__PURE__ */ jsx("td", {
223
+ className: "px-4 py-3 align-top",
224
+ children: /* @__PURE__ */ jsx("strong", { children: "Blueprint" })
225
+ }),
226
+ /* @__PURE__ */ jsx("td", {
227
+ className: "px-4 py-3 align-top font-mono text-xs",
228
+ children: "AppBlueprintSpec"
229
+ }),
230
+ /* @__PURE__ */ jsx("td", {
231
+ className: "px-4 py-3 align-top",
232
+ children: "Global, versioned, no tenant info"
233
+ }),
234
+ /* @__PURE__ */ jsx("td", {
235
+ className: "px-4 py-3 align-top",
236
+ children: "Version control, immutable"
237
+ })
238
+ ] }),
239
+ /* @__PURE__ */ jsxs("tr", { children: [
240
+ /* @__PURE__ */ jsx("td", {
241
+ className: "px-4 py-3 align-top",
242
+ children: /* @__PURE__ */ jsx("strong", { children: "Tenant Config" })
243
+ }),
244
+ /* @__PURE__ */ jsx("td", {
245
+ className: "px-4 py-3 align-top font-mono text-xs",
246
+ children: "TenantAppConfig"
247
+ }),
248
+ /* @__PURE__ */ jsx("td", {
249
+ className: "px-4 py-3 align-top",
250
+ children: "Per-tenant, per-environment"
251
+ }),
252
+ /* @__PURE__ */ jsx("td", {
253
+ className: "px-4 py-3 align-top",
254
+ children: "Database, mutable"
255
+ })
256
+ ] }),
257
+ /* @__PURE__ */ jsxs("tr", { children: [
258
+ /* @__PURE__ */ jsx("td", {
259
+ className: "px-4 py-3 align-top",
260
+ children: /* @__PURE__ */ jsx("strong", { children: "Resolved Config" })
261
+ }),
262
+ /* @__PURE__ */ jsx("td", {
263
+ className: "px-4 py-3 align-top font-mono text-xs",
264
+ children: "ResolvedAppConfig"
265
+ }),
266
+ /* @__PURE__ */ jsx("td", {
267
+ className: "px-4 py-3 align-top",
268
+ children: "Runtime, ephemeral"
269
+ }),
270
+ /* @__PURE__ */ jsx("td", {
271
+ className: "px-4 py-3 align-top",
272
+ children: "In-memory, not persisted"
273
+ })
274
+ ] })
275
+ ]
276
+ })]
277
+ })
278
+ })
279
+ ]
280
+ }),
281
+ /* @__PURE__ */ jsxs("div", {
282
+ className: "space-y-4",
283
+ children: [/* @__PURE__ */ jsx("h2", {
284
+ className: "text-2xl font-bold",
285
+ children: "Key architectural principles"
286
+ }), /* @__PURE__ */ jsxs("ul", {
287
+ className: "text-muted-foreground list-inside list-disc space-y-2",
288
+ children: [
289
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Spec-first" }), " - Everything is defined declaratively before code generation"] }),
290
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Type-safe" }), " - All specifications are strongly typed and validated at compile time"] }),
291
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Policy-enforced" }), " - Every operation passes through the PDP"] }),
292
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Multi-tenant by default" }), " - Tenant isolation is built-in, not bolted on"] }),
293
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Environment-aware" }), " - Separate configurations for sandbox, staging, production"] }),
294
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Auditable" }), " - All operations are logged for compliance and debugging"] })
295
+ ]
296
+ })]
297
+ }),
298
+ /* @__PURE__ */ jsxs("div", {
299
+ className: "flex items-center gap-4 pt-4",
300
+ children: [
301
+ /* @__PURE__ */ jsxs(Link, {
302
+ href: "/docs/architecture/app-config",
303
+ className: "btn-primary",
304
+ children: ["App Configuration ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
305
+ }),
306
+ /* @__PURE__ */ jsx(Link, {
307
+ href: "/docs/integrations",
308
+ className: "btn-ghost",
309
+ children: "Integrations"
310
+ }),
311
+ /* @__PURE__ */ jsx(Link, {
312
+ href: "/docs/knowledge",
313
+ className: "btn-ghost",
314
+ children: "Knowledge & Context"
315
+ })
316
+ ]
317
+ })
318
+ ]
319
+ });
320
+ }
321
+
322
+ //#endregion
323
+ export { ArchitectureOverviewPage };
324
+ //# sourceMappingURL=ArchitectureOverviewPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArchitectureOverviewPage.js","names":[],"sources":["../../../../src/components/docs/architecture/ArchitectureOverviewPage.tsx"],"sourcesContent":["import Link from '@contractspec/lib.ui-link';\nimport { ChevronRight } from 'lucide-react';\n\n// export const metadata = {\n// title: 'Architecture: ContractSpec Docs',\n// description:\n// \"Understand ContractSpec's architecture: app configuration, integrations, knowledge, and runtime resolution.\",\n// };\n\nexport function ArchitectureOverviewPage() {\n return (\n <div className=\"space-y-8\">\n <div className=\"space-y-4\">\n <h1 className=\"text-4xl font-bold\">Architecture</h1>\n <p className=\"text-muted-foreground\">\n ContractSpec's architecture is built on a foundation of typed\n specifications served by runtime adapters. This section covers the\n core architectural concepts: app configuration, integration binding,\n and knowledge management.\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Core layers</h2>\n <div className=\"space-y-6\">\n <div className=\"space-y-3\">\n <h3 className=\"text-xl font-semibold\">1. Specification Layer</h3>\n <p className=\"text-muted-foreground\">\n The foundation of ContractSpec. Typed specifications define what\n your application can do:\n </p>\n <ul className=\"text-muted-foreground ml-4 list-inside list-disc space-y-2\">\n <li>\n <Link\n href=\"/docs/specs/capabilities\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n CapabilitySpec\n </Link>{' '}\n - Operations and their inputs/outputs\n </li>\n <li>\n <Link\n href=\"/docs/specs/dataviews\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n DataViewSpec\n </Link>{' '}\n - Data queries and presentation\n </li>\n <li>\n <Link\n href=\"/docs/specs/workflows\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n WorkflowSpec\n </Link>{' '}\n - Multi-step processes\n </li>\n <li>\n <Link\n href=\"/docs/specs/policy\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n PolicySpec\n </Link>{' '}\n - Access control and data protection\n </li>\n <li>\n <Link\n href=\"/docs/integrations/spec-model\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n IntegrationSpec\n </Link>{' '}\n - External service providers\n </li>\n <li>\n <Link\n href=\"/docs/knowledge/spaces\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n KnowledgeSpaceSpec\n </Link>{' '}\n - Knowledge and context management\n </li>\n </ul>\n </div>\n\n <div className=\"space-y-3\">\n <h3 className=\"text-xl font-semibold\">2. Configuration Layer</h3>\n <p className=\"text-muted-foreground\">\n How applications are configured and customized:\n </p>\n <ul className=\"text-muted-foreground ml-4 list-inside list-disc space-y-2\">\n <li>\n <Link\n href=\"/docs/architecture/app-config\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n AppBlueprintSpec\n </Link>{' '}\n - Global, versioned app definition\n </li>\n <li>\n <Link\n href=\"/docs/architecture/app-config\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n TenantAppConfig\n </Link>{' '}\n - Per-tenant, per-environment configuration\n </li>\n <li>\n <Link\n href=\"/docs/architecture/integration-binding\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n AppIntegrationBinding\n </Link>{' '}\n - How apps use integrations\n </li>\n <li>\n <Link\n href=\"/docs/architecture/knowledge-binding\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n AppKnowledgeBinding\n </Link>{' '}\n - How apps access knowledge\n </li>\n </ul>\n </div>\n\n <div className=\"space-y-3\">\n <h3 className=\"text-xl font-semibold\">3. Runtime Layer</h3>\n <p className=\"text-muted-foreground\">\n How specifications are executed at runtime:\n </p>\n <ul className=\"text-muted-foreground ml-4 list-inside list-disc space-y-2\">\n <li>\n <strong>ResolvedAppConfig</strong> - Merged blueprint + tenant\n config\n </li>\n <li>\n <strong>Policy Decision Point (PDP)</strong> - Enforces policies\n on every operation\n </li>\n <li>\n <strong>Presentation Runtime</strong> - React and React Native\n renderers\n </li>\n <li>\n <strong>Integration Connectors</strong> - Execute external API\n calls\n </li>\n <li>\n <strong>Knowledge Retrieval</strong> - Query vector databases\n and knowledge sources\n </li>\n </ul>\n </div>\n </div>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Configuration model</h2>\n <p className=\"text-muted-foreground\">\n ContractSpec uses a three-tier configuration model:\n </p>\n <div className=\"border-border/50 overflow-x-auto rounded-lg border\">\n <table className=\"w-full text-left text-sm\">\n <thead className=\"bg-card/50\">\n <tr className=\"border-border/50 border-b\">\n <th className=\"px-4 py-3 font-semibold\">Layer</th>\n <th className=\"px-4 py-3 font-semibold\">Type</th>\n <th className=\"px-4 py-3 font-semibold\">Scope</th>\n <th className=\"px-4 py-3 font-semibold\">Storage</th>\n </tr>\n </thead>\n <tbody className=\"divide-border/50 divide-y\">\n <tr>\n <td className=\"px-4 py-3 align-top\">\n <strong>Blueprint</strong>\n </td>\n <td className=\"px-4 py-3 align-top font-mono text-xs\">\n AppBlueprintSpec\n </td>\n <td className=\"px-4 py-3 align-top\">\n Global, versioned, no tenant info\n </td>\n <td className=\"px-4 py-3 align-top\">\n Version control, immutable\n </td>\n </tr>\n <tr>\n <td className=\"px-4 py-3 align-top\">\n <strong>Tenant Config</strong>\n </td>\n <td className=\"px-4 py-3 align-top font-mono text-xs\">\n TenantAppConfig\n </td>\n <td className=\"px-4 py-3 align-top\">\n Per-tenant, per-environment\n </td>\n <td className=\"px-4 py-3 align-top\">Database, mutable</td>\n </tr>\n <tr>\n <td className=\"px-4 py-3 align-top\">\n <strong>Resolved Config</strong>\n </td>\n <td className=\"px-4 py-3 align-top font-mono text-xs\">\n ResolvedAppConfig\n </td>\n <td className=\"px-4 py-3 align-top\">Runtime, ephemeral</td>\n <td className=\"px-4 py-3 align-top\">\n In-memory, not persisted\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Key architectural principles</h2>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Spec-first</strong> - Everything is defined declaratively\n before code generation\n </li>\n <li>\n <strong>Type-safe</strong> - All specifications are strongly typed\n and validated at compile time\n </li>\n <li>\n <strong>Policy-enforced</strong> - Every operation passes through\n the PDP\n </li>\n <li>\n <strong>Multi-tenant by default</strong> - Tenant isolation is\n built-in, not bolted on\n </li>\n <li>\n <strong>Environment-aware</strong> - Separate configurations for\n sandbox, staging, production\n </li>\n <li>\n <strong>Auditable</strong> - All operations are logged for\n compliance and debugging\n </li>\n </ul>\n </div>\n\n <div className=\"flex items-center gap-4 pt-4\">\n <Link href=\"/docs/architecture/app-config\" className=\"btn-primary\">\n App Configuration <ChevronRight size={16} />\n </Link>\n <Link href=\"/docs/integrations\" className=\"btn-ghost\">\n Integrations\n </Link>\n <Link href=\"/docs/knowledge\" className=\"btn-ghost\">\n Knowledge & Context\n </Link>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;AASA,SAAgB,2BAA2B;AACzC,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAiB,EACpD,oBAAC;KAAE,WAAU;eAAwB;MAKjC;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAgB,EACnD,qBAAC;KAAI,WAAU;;MACb,qBAAC;OAAI,WAAU;;QACb,oBAAC;SAAG,WAAU;mBAAwB;UAA2B;QACjE,oBAAC;SAAE,WAAU;mBAAwB;UAGjC;QACJ,qBAAC;SAAG,WAAU;;UACZ,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;UACL,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;UACL,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;UACL,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;UACL,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;UACL,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;;UACF;;QACD;MAEN,qBAAC;OAAI,WAAU;;QACb,oBAAC;SAAG,WAAU;mBAAwB;UAA2B;QACjE,oBAAC;SAAE,WAAU;mBAAwB;UAEjC;QACJ,qBAAC;SAAG,WAAU;;UACZ,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;UACL,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;UACL,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;UACL,qBAAC;WACC,oBAAC;YACC,MAAK;YACL,WAAU;sBACX;aAEM;WAAC;WAAI;cAET;;UACF;;QACD;MAEN,qBAAC;OAAI,WAAU;;QACb,oBAAC;SAAG,WAAU;mBAAwB;UAAqB;QAC3D,oBAAC;SAAE,WAAU;mBAAwB;UAEjC;QACJ,qBAAC;SAAG,WAAU;;UACZ,qBAAC,mBACC,oBAAC,sBAAO,sBAA0B,2CAE/B;UACL,qBAAC,mBACC,oBAAC,sBAAO,gCAAoC,+CAEzC;UACL,qBAAC,mBACC,oBAAC,sBAAO,yBAA6B,2CAElC;UACL,qBAAC,mBACC,oBAAC,sBAAO,2BAA+B,qCAEpC;UACL,qBAAC,mBACC,oBAAC,sBAAO,wBAA4B,uDAEjC;;UACF;;QACD;;MACF;KACF;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAAwB;KAC3D,oBAAC;MAAE,WAAU;gBAAwB;OAEjC;KACJ,oBAAC;MAAI,WAAU;gBACb,qBAAC;OAAM,WAAU;kBACf,oBAAC;QAAM,WAAU;kBACf,qBAAC;SAAG,WAAU;;UACZ,oBAAC;WAAG,WAAU;qBAA0B;YAAU;UAClD,oBAAC;WAAG,WAAU;qBAA0B;YAAS;UACjD,oBAAC;WAAG,WAAU;qBAA0B;YAAU;UAClD,oBAAC;WAAG,WAAU;qBAA0B;YAAY;;UACjD;SACC,EACR,qBAAC;QAAM,WAAU;;SACf,qBAAC;UACC,oBAAC;WAAG,WAAU;qBACZ,oBAAC,sBAAO,cAAkB;YACvB;UACL,oBAAC;WAAG,WAAU;qBAAwC;YAEjD;UACL,oBAAC;WAAG,WAAU;qBAAsB;YAE/B;UACL,oBAAC;WAAG,WAAU;qBAAsB;YAE/B;aACF;SACL,qBAAC;UACC,oBAAC;WAAG,WAAU;qBACZ,oBAAC,sBAAO,kBAAsB;YAC3B;UACL,oBAAC;WAAG,WAAU;qBAAwC;YAEjD;UACL,oBAAC;WAAG,WAAU;qBAAsB;YAE/B;UACL,oBAAC;WAAG,WAAU;qBAAsB;YAAsB;aACvD;SACL,qBAAC;UACC,oBAAC;WAAG,WAAU;qBACZ,oBAAC,sBAAO,oBAAwB;YAC7B;UACL,oBAAC;WAAG,WAAU;qBAAwC;YAEjD;UACL,oBAAC;WAAG,WAAU;qBAAsB;YAAuB;UAC3D,oBAAC;WAAG,WAAU;qBAAsB;YAE/B;aACF;;SACC;QACF;OACJ;;KACF;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAiC,EACpE,qBAAC;KAAG,WAAU;;MACZ,qBAAC,mBACC,oBAAC,sBAAO,eAAmB,qEAExB;MACL,qBAAC,mBACC,oBAAC,sBAAO,cAAkB,8EAEvB;MACL,qBAAC,mBACC,oBAAC,sBAAO,oBAAwB,iDAE7B;MACL,qBAAC,mBACC,oBAAC,sBAAO,4BAAgC,sDAErC;MACL,qBAAC,mBACC,oBAAC,sBAAO,sBAA0B,mEAE/B;MACL,qBAAC,mBACC,oBAAC,sBAAO,cAAkB,iEAEvB;;MACF;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,qBAAC;MAAK,MAAK;MAAgC,WAAU;iBAAc,sBAC/C,oBAAC,gBAAa,MAAM,KAAM;OACvC;KACP,oBAAC;MAAK,MAAK;MAAqB,WAAU;gBAAY;OAE/C;KACP,oBAAC;MAAK,MAAK;MAAkB,WAAU;gBAAY;OAE5C;;KACH;;GACF"}
@@ -0,0 +1,6 @@
1
+ import { ArchitectureAppConfigPage } from "./ArchitectureAppConfigPage.js";
2
+ import { ArchitectureIntegrationBindingPage } from "./ArchitectureIntegrationBindingPage.js";
3
+ import { ArchitectureKnowledgeBindingPage } from "./ArchitectureKnowledgeBindingPage.js";
4
+ import { ArchitectureMultiTenancyPage } from "./ArchitectureMultiTenancyPage.js";
5
+ import { ArchitectureOverviewPage } from "./ArchitectureOverviewPage.js";
6
+ export { ArchitectureAppConfigPage, ArchitectureIntegrationBindingPage, ArchitectureKnowledgeBindingPage, ArchitectureMultiTenancyPage, ArchitectureOverviewPage };
@@ -0,0 +1,7 @@
1
+ import { ArchitectureOverviewPage } from "./ArchitectureOverviewPage.js";
2
+ import { ArchitectureAppConfigPage } from "./ArchitectureAppConfigPage.js";
3
+ import { ArchitectureMultiTenancyPage } from "./ArchitectureMultiTenancyPage.js";
4
+ import { ArchitectureIntegrationBindingPage } from "./ArchitectureIntegrationBindingPage.js";
5
+ import { ArchitectureKnowledgeBindingPage } from "./ArchitectureKnowledgeBindingPage.js";
6
+
7
+ export { ArchitectureAppConfigPage, ArchitectureIntegrationBindingPage, ArchitectureKnowledgeBindingPage, ArchitectureMultiTenancyPage, ArchitectureOverviewPage };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+
3
+ //#region src/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts
4
+ declare function ComparisonAutomationPlatformsPage(): react_jsx_runtime0.JSX.Element;
5
+ //#endregion
6
+ export { ComparisonAutomationPlatformsPage };
7
+ //# sourceMappingURL=ComparisonAutomationPlatformsPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComparisonAutomationPlatformsPage.d.ts","names":[],"sources":["../../../../src/components/docs/comparison/ComparisonAutomationPlatformsPage.tsx"],"mappings":";;;iBAMgB,iCAAA,CAAA,GAAiC,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -0,0 +1,200 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+
3
+ //#region src/components/docs/comparison/ComparisonAutomationPlatformsPage.tsx
4
+ function ComparisonAutomationPlatformsPage() {
5
+ return /* @__PURE__ */ jsxs("div", {
6
+ className: "space-y-8",
7
+ children: [
8
+ /* @__PURE__ */ jsxs("div", {
9
+ className: "space-y-4",
10
+ children: [/* @__PURE__ */ jsx("h1", {
11
+ className: "text-4xl font-bold",
12
+ children: "Automation platforms"
13
+ }), /* @__PURE__ */ jsx("p", {
14
+ className: "text-muted-foreground",
15
+ children: "Automation platforms connect apps and automate tasks through triggers and actions. They serve operations and non-technical users well but stop short of generating full applications or enforcing fine-grained policies."
16
+ })]
17
+ }),
18
+ /* @__PURE__ */ jsxs("div", {
19
+ className: "space-y-4",
20
+ children: [/* @__PURE__ */ jsx("h2", {
21
+ className: "text-2xl font-bold",
22
+ children: "Feature comparison"
23
+ }), /* @__PURE__ */ jsx("div", {
24
+ className: "border-border/50 overflow-x-auto rounded-lg border",
25
+ children: /* @__PURE__ */ jsxs("table", {
26
+ className: "w-full text-left text-sm",
27
+ children: [/* @__PURE__ */ jsx("thead", {
28
+ className: "bg-card/50",
29
+ children: /* @__PURE__ */ jsxs("tr", {
30
+ className: "border-border/50 border-b",
31
+ children: [
32
+ /* @__PURE__ */ jsx("th", {
33
+ className: "px-4 py-3 font-semibold",
34
+ children: "Feature"
35
+ }),
36
+ /* @__PURE__ */ jsx("th", {
37
+ className: "px-4 py-3 font-semibold",
38
+ children: "Zapier"
39
+ }),
40
+ /* @__PURE__ */ jsx("th", {
41
+ className: "px-4 py-3 font-semibold",
42
+ children: "Make (Integromat)"
43
+ }),
44
+ /* @__PURE__ */ jsx("th", {
45
+ className: "px-4 py-3 font-semibold",
46
+ children: "n8n"
47
+ }),
48
+ /* @__PURE__ */ jsx("th", {
49
+ className: "px-4 py-3 font-semibold",
50
+ children: "Pipedream"
51
+ })
52
+ ]
53
+ })
54
+ }), /* @__PURE__ */ jsxs("tbody", {
55
+ className: "divide-border/50 divide-y",
56
+ children: [
57
+ /* @__PURE__ */ jsxs("tr", { children: [
58
+ /* @__PURE__ */ jsx("td", {
59
+ className: "px-4 py-3 align-top font-semibold",
60
+ children: "Workflow model"
61
+ }),
62
+ /* @__PURE__ */ jsx("td", {
63
+ className: "px-4 py-3 align-top",
64
+ children: "Zaps: trigger + one or more actions"
65
+ }),
66
+ /* @__PURE__ */ jsx("td", {
67
+ className: "px-4 py-3 align-top",
68
+ children: "Real-time visual orchestration for AI agents and automations"
69
+ }),
70
+ /* @__PURE__ */ jsx("td", {
71
+ className: "px-4 py-3 align-top",
72
+ children: "Node-based workflow builder with drag-and-drop and code; build multi-step AI agents"
73
+ }),
74
+ /* @__PURE__ */ jsx("td", {
75
+ className: "px-4 py-3 align-top",
76
+ children: "Workflows connect any API; Pipedream Connect SDK adds integrations quickly"
77
+ })
78
+ ] }),
79
+ /* @__PURE__ */ jsxs("tr", { children: [
80
+ /* @__PURE__ */ jsx("td", {
81
+ className: "px-4 py-3 align-top font-semibold",
82
+ children: "Visual builder?"
83
+ }),
84
+ /* @__PURE__ */ jsx("td", {
85
+ className: "px-4 py-3 align-top",
86
+ children: "Yes (simple; web-based)."
87
+ }),
88
+ /* @__PURE__ */ jsx("td", {
89
+ className: "px-4 py-3 align-top",
90
+ children: "Yes; AI-assisted editor"
91
+ }),
92
+ /* @__PURE__ */ jsx("td", {
93
+ className: "px-4 py-3 align-top",
94
+ children: "Yes; visual canvas."
95
+ }),
96
+ /* @__PURE__ */ jsx("td", {
97
+ className: "px-4 py-3 align-top",
98
+ children: "Code-centric editor; no visual UI builder"
99
+ })
100
+ ] }),
101
+ /* @__PURE__ */ jsxs("tr", { children: [
102
+ /* @__PURE__ */ jsx("td", {
103
+ className: "px-4 py-3 align-top font-semibold",
104
+ children: "Self-host?"
105
+ }),
106
+ /* @__PURE__ */ jsx("td", {
107
+ className: "px-4 py-3 align-top",
108
+ children: "No (cloud only)."
109
+ }),
110
+ /* @__PURE__ */ jsx("td", {
111
+ className: "px-4 py-3 align-top",
112
+ children: "Cloud only."
113
+ }),
114
+ /* @__PURE__ */ jsx("td", {
115
+ className: "px-4 py-3 align-top",
116
+ children: "Yes (Docker, self-host)"
117
+ }),
118
+ /* @__PURE__ */ jsx("td", {
119
+ className: "px-4 py-3 align-top",
120
+ children: "Cloud only (hosted)."
121
+ })
122
+ ] }),
123
+ /* @__PURE__ */ jsxs("tr", { children: [
124
+ /* @__PURE__ */ jsx("td", {
125
+ className: "px-4 py-3 align-top font-semibold",
126
+ children: "Integrations & AI"
127
+ }),
128
+ /* @__PURE__ */ jsx("td", {
129
+ className: "px-4 py-3 align-top",
130
+ children: "Connects almost 8 000 apps; limited AI features."
131
+ }),
132
+ /* @__PURE__ */ jsx("td", {
133
+ className: "px-4 py-3 align-top",
134
+ children: "3 000+ pre-built apps; supports GenAI tools; GDPR/SOC2 and SSO"
135
+ }),
136
+ /* @__PURE__ */ jsx("td", {
137
+ className: "px-4 py-3 align-top",
138
+ children: "Integrates LLMs; allows JS or Python code and library imports; chatbots with Slack/Teams"
139
+ }),
140
+ /* @__PURE__ */ jsx("td", {
141
+ className: "px-4 py-3 align-top",
142
+ children: "MCP servers add 3 000+ APIs and 10 000+ tools to agents; AI agent builder prompts and deploys agents; SOC 2/ HIPAA/GDPR compliant"
143
+ })
144
+ ] }),
145
+ /* @__PURE__ */ jsxs("tr", { children: [
146
+ /* @__PURE__ */ jsx("td", {
147
+ className: "px-4 py-3 align-top font-semibold",
148
+ children: "Policy & UI generation"
149
+ }),
150
+ /* @__PURE__ */ jsx("td", {
151
+ className: "px-4 py-3 align-top",
152
+ children: "No policy engine; does not generate user interfaces."
153
+ }),
154
+ /* @__PURE__ */ jsx("td", {
155
+ className: "px-4 py-3 align-top",
156
+ children: "No policy engine; does not generate UIs beyond a workflow dashboard."
157
+ }),
158
+ /* @__PURE__ */ jsx("td", {
159
+ className: "px-4 py-3 align-top",
160
+ children: "No policy engine; no UI builder"
161
+ }),
162
+ /* @__PURE__ */ jsx("td", {
163
+ className: "px-4 py-3 align-top",
164
+ children: "No policy engine; does not generate UI."
165
+ })
166
+ ] })
167
+ ]
168
+ })]
169
+ })
170
+ })]
171
+ }),
172
+ /* @__PURE__ */ jsxs("div", {
173
+ className: "space-y-3",
174
+ children: [
175
+ /* @__PURE__ */ jsx("h2", {
176
+ className: "text-2xl font-bold",
177
+ children: "Why ContractSpec differs"
178
+ }),
179
+ /* @__PURE__ */ jsxs("ul", {
180
+ className: "text-muted-foreground space-y-2",
181
+ children: [
182
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Full application generation" }), " – ContractSpec compiles specs into back-end, events and user interfaces for both web and mobile."] }),
183
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Policy enforcement" }), " – A built-in policy engine governs PII access and mutations across the UI."] }),
184
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Customisation via overlays" }), " – Non-technical users can safely personalise layouts while respecting policies."] }),
185
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Extensible capabilities" }), " – Connect to external APIs and services via capability providers while maintaining type safety."] })
186
+ ]
187
+ }),
188
+ /* @__PURE__ */ jsx("p", {
189
+ className: "text-muted-foreground",
190
+ children: "Automation tools simplify integrations and tasks; ContractSpec goes further by generating a complete, policy-safe application around your data and processes."
191
+ })
192
+ ]
193
+ })
194
+ ]
195
+ });
196
+ }
197
+
198
+ //#endregion
199
+ export { ComparisonAutomationPlatformsPage };
200
+ //# sourceMappingURL=ComparisonAutomationPlatformsPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComparisonAutomationPlatformsPage.js","names":[],"sources":["../../../../src/components/docs/comparison/ComparisonAutomationPlatformsPage.tsx"],"sourcesContent":["// export const metadata = {\n// title: 'Automation Platforms Comparison: ContractSpec Docs',\n// description:\n// 'Compare automation platforms like Zapier, Make, n8n, and Pipedream with ContractSpec.',\n// };\n\nexport function ComparisonAutomationPlatformsPage() {\n return (\n <div className=\"space-y-8\">\n <div className=\"space-y-4\">\n <h1 className=\"text-4xl font-bold\">Automation platforms</h1>\n <p className=\"text-muted-foreground\">\n Automation platforms connect apps and automate tasks through triggers\n and actions. They serve operations and non-technical users well but\n stop short of generating full applications or enforcing fine-grained\n policies.\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Feature comparison</h2>\n <div className=\"border-border/50 overflow-x-auto rounded-lg border\">\n <table className=\"w-full text-left text-sm\">\n <thead className=\"bg-card/50\">\n <tr className=\"border-border/50 border-b\">\n <th className=\"px-4 py-3 font-semibold\">Feature</th>\n <th className=\"px-4 py-3 font-semibold\">Zapier</th>\n <th className=\"px-4 py-3 font-semibold\">Make (Integromat)</th>\n <th className=\"px-4 py-3 font-semibold\">n8n</th>\n <th className=\"px-4 py-3 font-semibold\">Pipedream</th>\n </tr>\n </thead>\n <tbody className=\"divide-border/50 divide-y\">\n <tr>\n <td className=\"px-4 py-3 align-top font-semibold\">\n Workflow model\n </td>\n <td className=\"px-4 py-3 align-top\">\n Zaps: trigger + one or more actions\n </td>\n <td className=\"px-4 py-3 align-top\">\n Real-time visual orchestration for AI agents and automations\n </td>\n <td className=\"px-4 py-3 align-top\">\n Node-based workflow builder with drag-and-drop and code; build\n multi-step AI agents\n </td>\n <td className=\"px-4 py-3 align-top\">\n Workflows connect any API; Pipedream Connect SDK adds\n integrations quickly\n </td>\n </tr>\n <tr>\n <td className=\"px-4 py-3 align-top font-semibold\">\n Visual builder?\n </td>\n <td className=\"px-4 py-3 align-top\">\n Yes (simple; web-based).\n </td>\n <td className=\"px-4 py-3 align-top\">Yes; AI-assisted editor</td>\n <td className=\"px-4 py-3 align-top\">Yes; visual canvas.</td>\n <td className=\"px-4 py-3 align-top\">\n Code-centric editor; no visual UI builder\n </td>\n </tr>\n <tr>\n <td className=\"px-4 py-3 align-top font-semibold\">\n Self-host?\n </td>\n <td className=\"px-4 py-3 align-top\">No (cloud only).</td>\n <td className=\"px-4 py-3 align-top\">Cloud only.</td>\n <td className=\"px-4 py-3 align-top\">Yes (Docker, self-host)</td>\n <td className=\"px-4 py-3 align-top\">Cloud only (hosted).</td>\n </tr>\n <tr>\n <td className=\"px-4 py-3 align-top font-semibold\">\n Integrations &amp; AI\n </td>\n <td className=\"px-4 py-3 align-top\">\n Connects almost 8 000 apps; limited AI features.\n </td>\n <td className=\"px-4 py-3 align-top\">\n 3 000+ pre-built apps; supports GenAI tools; GDPR/SOC2 and SSO\n </td>\n <td className=\"px-4 py-3 align-top\">\n Integrates LLMs; allows JS or Python code and library imports;\n chatbots with Slack/Teams\n </td>\n <td className=\"px-4 py-3 align-top\">\n MCP servers add 3 000+ APIs and 10 000+ tools to agents; AI\n agent builder prompts and deploys agents; SOC 2/ HIPAA/GDPR\n compliant\n </td>\n </tr>\n <tr>\n <td className=\"px-4 py-3 align-top font-semibold\">\n Policy &amp; UI generation\n </td>\n <td className=\"px-4 py-3 align-top\">\n No policy engine; does not generate user interfaces.\n </td>\n <td className=\"px-4 py-3 align-top\">\n No policy engine; does not generate UIs beyond a workflow\n dashboard.\n </td>\n <td className=\"px-4 py-3 align-top\">\n No policy engine; no UI builder\n </td>\n <td className=\"px-4 py-3 align-top\">\n No policy engine; does not generate UI.\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n\n <div className=\"space-y-3\">\n <h2 className=\"text-2xl font-bold\">Why ContractSpec differs</h2>\n <ul className=\"text-muted-foreground space-y-2\">\n <li>\n <strong>Full application generation</strong> – ContractSpec compiles\n specs into back-end, events and user interfaces for both web and\n mobile.\n </li>\n <li>\n <strong>Policy enforcement</strong> – A built-in policy engine\n governs PII access and mutations across the UI.\n </li>\n <li>\n <strong>Customisation via overlays</strong> – Non-technical users\n can safely personalise layouts while respecting policies.\n </li>\n <li>\n <strong>Extensible capabilities</strong> – Connect to external APIs\n and services via capability providers while maintaining type safety.\n </li>\n </ul>\n <p className=\"text-muted-foreground\">\n Automation tools simplify integrations and tasks; ContractSpec goes\n further by generating a complete, policy-safe application around your\n data and processes.\n </p>\n </div>\n </div>\n );\n}\n"],"mappings":";;;AAMA,SAAgB,oCAAoC;AAClD,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAyB,EAC5D,oBAAC;KAAE,WAAU;eAAwB;MAKjC;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAuB,EAC1D,oBAAC;KAAI,WAAU;eACb,qBAAC;MAAM,WAAU;iBACf,oBAAC;OAAM,WAAU;iBACf,qBAAC;QAAG,WAAU;;SACZ,oBAAC;UAAG,WAAU;oBAA0B;WAAY;SACpD,oBAAC;UAAG,WAAU;oBAA0B;WAAW;SACnD,oBAAC;UAAG,WAAU;oBAA0B;WAAsB;SAC9D,oBAAC;UAAG,WAAU;oBAA0B;WAAQ;SAChD,oBAAC;UAAG,WAAU;oBAA0B;WAAc;;SACnD;QACC,EACR,qBAAC;OAAM,WAAU;;QACf,qBAAC;SACC,oBAAC;UAAG,WAAU;oBAAoC;WAE7C;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAG/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAG/B;YACF;QACL,qBAAC;SACC,oBAAC;UAAG,WAAU;oBAAoC;WAE7C;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAA4B;SAChE,oBAAC;UAAG,WAAU;oBAAsB;WAAwB;SAC5D,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;YACF;QACL,qBAAC;SACC,oBAAC;UAAG,WAAU;oBAAoC;WAE7C;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAAqB;SACzD,oBAAC;UAAG,WAAU;oBAAsB;WAAgB;SACpD,oBAAC;UAAG,WAAU;oBAAsB;WAA4B;SAChE,oBAAC;UAAG,WAAU;oBAAsB;WAAyB;YAC1D;QACL,qBAAC;SACC,oBAAC;UAAG,WAAU;oBAAoC;WAE7C;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAG/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAI/B;YACF;QACL,qBAAC;SACC,oBAAC;UAAG,WAAU;oBAAoC;WAE7C;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAG/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;SACL,oBAAC;UAAG,WAAU;oBAAsB;WAE/B;YACF;;QACC;OACF;MACJ;KACF;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA6B;KAChE,qBAAC;MAAG,WAAU;;OACZ,qBAAC,mBACC,oBAAC,sBAAO,gCAAoC,yGAGzC;OACL,qBAAC,mBACC,oBAAC,sBAAO,uBAA2B,mFAEhC;OACL,qBAAC,mBACC,oBAAC,sBAAO,+BAAmC,wFAExC;OACL,qBAAC,mBACC,oBAAC,sBAAO,4BAAgC,wGAErC;;OACF;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;;KACA;;GACF"}
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+
3
+ //#region src/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts
4
+ declare function ComparisonEnterprisePlatformsPage(): react_jsx_runtime0.JSX.Element;
5
+ //#endregion
6
+ export { ComparisonEnterprisePlatformsPage };
7
+ //# sourceMappingURL=ComparisonEnterprisePlatformsPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComparisonEnterprisePlatformsPage.d.ts","names":[],"sources":["../../../../src/components/docs/comparison/ComparisonEnterprisePlatformsPage.tsx"],"mappings":";;;iBAQgB,iCAAA,CAAA,GAAiC,kBAAA,CAAA,GAAA,CAAA,OAAA"}