@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,7 @@
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+
3
+ //#region src/components/docs/safety/SafetyAuditingPage.d.ts
4
+ declare function SafetyAuditingPage(): react_jsx_runtime0.JSX.Element;
5
+ //#endregion
6
+ export { SafetyAuditingPage };
7
+ //# sourceMappingURL=SafetyAuditingPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SafetyAuditingPage.d.ts","names":[],"sources":["../../../../src/components/docs/safety/SafetyAuditingPage.tsx"],"mappings":";;;iBASgB,kBAAA,CAAA,GAAkB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -0,0 +1,243 @@
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/safety/SafetyAuditingPage.tsx
6
+ function SafetyAuditingPage() {
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: "Audit Logs"
15
+ }), /* @__PURE__ */ jsxs("p", {
16
+ className: "text-muted-foreground",
17
+ children: [
18
+ "An ",
19
+ /* @__PURE__ */ jsx("strong", { children: "audit log" }),
20
+ " (also called an audit trail) is a chronological record of system activities. According to",
21
+ " ",
22
+ /* @__PURE__ */ jsx("a", {
23
+ href: "https://www.sumologic.com/glossary/audit-log/",
24
+ target: "_blank",
25
+ rel: "noopener noreferrer",
26
+ className: "text-violet-400 hover:text-violet-300",
27
+ children: "Sumo Logic"
28
+ }),
29
+ ", audit logs \"provide a detailed record of events and changes within a system, enabling organizations to track user actions, system changes, and access to sensitive data.\""
30
+ ]
31
+ })]
32
+ }),
33
+ /* @__PURE__ */ jsxs("div", {
34
+ className: "space-y-4",
35
+ children: [/* @__PURE__ */ jsx("h2", {
36
+ className: "text-2xl font-bold",
37
+ children: "Why audit logs matter"
38
+ }), /* @__PURE__ */ jsxs("div", {
39
+ className: "space-y-3",
40
+ children: [
41
+ /* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
42
+ className: "text-lg font-semibold",
43
+ children: "Accountability"
44
+ }), /* @__PURE__ */ jsx("p", {
45
+ className: "text-muted-foreground",
46
+ children: "Audit logs answer the question \"who did what, when?\" This is essential for holding users and administrators accountable for their actions. If data is deleted or modified, the audit log shows exactly who made the change."
47
+ })] }),
48
+ /* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
49
+ className: "text-lg font-semibold",
50
+ children: "Security"
51
+ }), /* @__PURE__ */ jsx("p", {
52
+ className: "text-muted-foreground",
53
+ children: "Audit logs help detect and investigate security incidents. For example, if an attacker gains unauthorized access, the logs reveal which resources they accessed and what actions they performed. This information is critical for incident response and forensics."
54
+ })] }),
55
+ /* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
56
+ className: "text-lg font-semibold",
57
+ children: "Compliance"
58
+ }), /* @__PURE__ */ jsx("p", {
59
+ className: "text-muted-foreground",
60
+ children: "Many regulations (GDPR, HIPAA, SOC 2, PCI DSS) require organizations to maintain audit logs. These logs must be tamper-evident, retained for a specified period, and available for inspection by auditors."
61
+ })] }),
62
+ /* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx("h3", {
63
+ className: "text-lg font-semibold",
64
+ children: "Debugging"
65
+ }), /* @__PURE__ */ jsx("p", {
66
+ className: "text-muted-foreground",
67
+ children: "When something goes wrong in production, audit logs provide a detailed timeline of events leading up to the failure. This makes it much easier to diagnose and fix issues."
68
+ })] })
69
+ ]
70
+ })]
71
+ }),
72
+ /* @__PURE__ */ jsxs("div", {
73
+ className: "space-y-4",
74
+ children: [
75
+ /* @__PURE__ */ jsx("h2", {
76
+ className: "text-2xl font-bold",
77
+ children: "What ContractSpec logs"
78
+ }),
79
+ /* @__PURE__ */ jsx("p", {
80
+ className: "text-muted-foreground",
81
+ children: "ContractSpec automatically logs every significant operation, including:"
82
+ }),
83
+ /* @__PURE__ */ jsxs("ul", {
84
+ className: "text-muted-foreground list-inside list-disc space-y-2",
85
+ children: [
86
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "API calls" }), " – Every invocation of a capability, including inputs, outputs, and the user who made the call."] }),
87
+ /* @__PURE__ */ jsxs("li", { children: [
88
+ /* @__PURE__ */ jsx("strong", { children: "Policy decisions" }),
89
+ " – Every decision made by the",
90
+ " ",
91
+ /* @__PURE__ */ jsx(Link, {
92
+ href: "/docs/safety/pdp",
93
+ className: "text-violet-400 hover:text-violet-300",
94
+ children: "Policy Decision Point"
95
+ }),
96
+ ", including the rule that matched and the reason for the decision."
97
+ ] }),
98
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Data access" }), " – Every query to a data view, including which fields were accessed and whether any were redacted."] }),
99
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Workflow execution" }), " – Every step in a workflow, including retries, compensations, and failures."] }),
100
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Administrative actions" }), " – Spec deployments, configuration changes, user role assignments, and other privileged operations."] }),
101
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Authentication events" }), " – Login attempts, password resets, and session expirations."] })
102
+ ]
103
+ })
104
+ ]
105
+ }),
106
+ /* @__PURE__ */ jsxs("div", {
107
+ className: "space-y-4",
108
+ children: [
109
+ /* @__PURE__ */ jsx("h2", {
110
+ className: "text-2xl font-bold",
111
+ children: "Audit log format"
112
+ }),
113
+ /* @__PURE__ */ jsx("p", {
114
+ className: "text-muted-foreground",
115
+ children: "Each audit log entry is a structured JSON object containing:"
116
+ }),
117
+ /* @__PURE__ */ jsx("div", {
118
+ className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
119
+ children: /* @__PURE__ */ jsx("pre", { children: `{
120
+ "timestamp": "2025-11-13T14:32:15.123Z",
121
+ "eventId": "evt_abc123",
122
+ "eventType": "capability.invoked",
123
+ "actor": {
124
+ "userId": "user_xyz789",
125
+ "role": "admin",
126
+ "ipAddress": "203.0.113.42"
127
+ },
128
+ "resource": {
129
+ "type": "capability",
130
+ "id": "transferFunds",
131
+ "version": "1.2.0"
132
+ },
133
+ "action": "execute",
134
+ "result": "success",
135
+ "metadata": {
136
+ "inputs": {
137
+ "recipient": "user_def456",
138
+ "amount": 100.00
139
+ },
140
+ "outputs": {
141
+ "transactionId": "txn_ghi789",
142
+ "timestamp": "2025-11-13T14:32:15.456Z"
143
+ }
144
+ },
145
+ "policyDecision": {
146
+ "decision": "PERMIT",
147
+ "ruleId": "allow-admin-transfers",
148
+ "reason": "User has admin role"
149
+ }
150
+ }` })
151
+ })
152
+ ]
153
+ }),
154
+ /* @__PURE__ */ jsxs("div", {
155
+ className: "space-y-4",
156
+ children: [
157
+ /* @__PURE__ */ jsx("h2", {
158
+ className: "text-2xl font-bold",
159
+ children: "Storage and retention"
160
+ }),
161
+ /* @__PURE__ */ jsx("p", {
162
+ className: "text-muted-foreground",
163
+ children: "Audit logs are stored in a tamper-evident append-only log. Once written, entries cannot be modified or deleted. This ensures the integrity of the audit trail."
164
+ }),
165
+ /* @__PURE__ */ jsx("p", {
166
+ className: "text-muted-foreground",
167
+ children: "ContractSpec supports multiple storage backends:"
168
+ }),
169
+ /* @__PURE__ */ jsxs("ul", {
170
+ className: "text-muted-foreground list-inside list-disc space-y-2",
171
+ children: [
172
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Local file system" }), " – For development and testing."] }),
173
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Cloud object storage" }), " – S3, GCS, or Azure Blob Storage for production."] }),
174
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "SIEM integration" }), " – Forward logs to Splunk, Datadog, or other security information and event management systems."] })
175
+ ]
176
+ }),
177
+ /* @__PURE__ */ jsx("p", {
178
+ className: "text-muted-foreground",
179
+ children: "You can configure retention policies to automatically archive or delete old logs after a specified period (e.g., 7 years for GDPR compliance)."
180
+ })
181
+ ]
182
+ }),
183
+ /* @__PURE__ */ jsxs("div", {
184
+ className: "space-y-4",
185
+ children: [
186
+ /* @__PURE__ */ jsx("h2", {
187
+ className: "text-2xl font-bold",
188
+ children: "Querying audit logs"
189
+ }),
190
+ /* @__PURE__ */ jsx("p", {
191
+ className: "text-muted-foreground",
192
+ children: "ContractSpec provides a query API for searching audit logs. You can filter by:"
193
+ }),
194
+ /* @__PURE__ */ jsxs("ul", {
195
+ className: "text-muted-foreground list-inside list-disc space-y-2",
196
+ children: [
197
+ /* @__PURE__ */ jsx("li", { children: "Time range" }),
198
+ /* @__PURE__ */ jsx("li", { children: "Event type" }),
199
+ /* @__PURE__ */ jsx("li", { children: "Actor (user ID, role, IP address)" }),
200
+ /* @__PURE__ */ jsx("li", { children: "Resource (capability, data view, workflow)" }),
201
+ /* @__PURE__ */ jsx("li", { children: "Result (success, failure, denied)" })
202
+ ]
203
+ }),
204
+ /* @__PURE__ */ jsx("p", {
205
+ className: "text-muted-foreground",
206
+ children: "Example query: \"Show all failed login attempts from IP address 203.0.113.42 in the last 24 hours.\""
207
+ })
208
+ ]
209
+ }),
210
+ /* @__PURE__ */ jsxs("div", {
211
+ className: "space-y-4",
212
+ children: [/* @__PURE__ */ jsx("h2", {
213
+ className: "text-2xl font-bold",
214
+ children: "Best practices"
215
+ }), /* @__PURE__ */ jsxs("ul", {
216
+ className: "text-muted-foreground list-inside list-disc space-y-2",
217
+ children: [
218
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Review logs regularly" }), " – Set up alerts for suspicious activity (e.g., repeated failed login attempts, unauthorized access attempts)."] }),
219
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Protect log access" }), " – Only authorized personnel should be able to view audit logs. Use role-based access control to restrict access."] }),
220
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Retain logs long enough" }), " – Check your compliance requirements and configure retention policies accordingly."] }),
221
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Test log integrity" }), " – Periodically verify that logs have not been tampered with by checking cryptographic signatures."] })
222
+ ]
223
+ })]
224
+ }),
225
+ /* @__PURE__ */ jsxs("div", {
226
+ className: "flex items-center gap-4 pt-4",
227
+ children: [/* @__PURE__ */ jsx(Link, {
228
+ href: "/docs/safety/pdp",
229
+ className: "btn-ghost",
230
+ children: "Previous: Policy Decision Points"
231
+ }), /* @__PURE__ */ jsxs(Link, {
232
+ href: "/docs/safety/migrations",
233
+ className: "btn-primary",
234
+ children: ["Next: Migrations ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
235
+ })]
236
+ })
237
+ ]
238
+ });
239
+ }
240
+
241
+ //#endregion
242
+ export { SafetyAuditingPage };
243
+ //# sourceMappingURL=SafetyAuditingPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SafetyAuditingPage.js","names":[],"sources":["../../../../src/components/docs/safety/SafetyAuditingPage.tsx"],"sourcesContent":["import Link from '@contractspec/lib.ui-link';\nimport { ChevronRight } from 'lucide-react';\n\n// export const metadata = {\n// title: 'Audit Logs: ContractSpec Docs',\n// description:\n// 'Learn how ContractSpec captures and stores audit logs for accountability, security, compliance, and debugging.',\n// };\n\nexport function SafetyAuditingPage() {\n return (\n <div className=\"space-y-8\">\n <div className=\"space-y-4\">\n <h1 className=\"text-4xl font-bold\">Audit Logs</h1>\n <p className=\"text-muted-foreground\">\n An <strong>audit log</strong> (also called an audit trail) is a\n chronological record of system activities. According to{' '}\n <a\n href=\"https://www.sumologic.com/glossary/audit-log/\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n Sumo Logic\n </a>\n , audit logs \"provide a detailed record of events and changes within a\n system, enabling organizations to track user actions, system changes,\n and access to sensitive data.\"\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Why audit logs matter</h2>\n <div className=\"space-y-3\">\n <div>\n <h3 className=\"text-lg font-semibold\">Accountability</h3>\n <p className=\"text-muted-foreground\">\n Audit logs answer the question \"who did what, when?\" This is\n essential for holding users and administrators accountable for\n their actions. If data is deleted or modified, the audit log shows\n exactly who made the change.\n </p>\n </div>\n <div>\n <h3 className=\"text-lg font-semibold\">Security</h3>\n <p className=\"text-muted-foreground\">\n Audit logs help detect and investigate security incidents. For\n example, if an attacker gains unauthorized access, the logs reveal\n which resources they accessed and what actions they performed.\n This information is critical for incident response and forensics.\n </p>\n </div>\n <div>\n <h3 className=\"text-lg font-semibold\">Compliance</h3>\n <p className=\"text-muted-foreground\">\n Many regulations (GDPR, HIPAA, SOC 2, PCI DSS) require\n organizations to maintain audit logs. These logs must be\n tamper-evident, retained for a specified period, and available for\n inspection by auditors.\n </p>\n </div>\n <div>\n <h3 className=\"text-lg font-semibold\">Debugging</h3>\n <p className=\"text-muted-foreground\">\n When something goes wrong in production, audit logs provide a\n detailed timeline of events leading up to the failure. This makes\n it much easier to diagnose and fix issues.\n </p>\n </div>\n </div>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">What ContractSpec logs</h2>\n <p className=\"text-muted-foreground\">\n ContractSpec automatically logs every significant operation,\n including:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>API calls</strong> – Every invocation of a capability,\n including inputs, outputs, and the user who made the call.\n </li>\n <li>\n <strong>Policy decisions</strong> – Every decision made by the{' '}\n <Link\n href=\"/docs/safety/pdp\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n Policy Decision Point\n </Link>\n , including the rule that matched and the reason for the decision.\n </li>\n <li>\n <strong>Data access</strong> – Every query to a data view, including\n which fields were accessed and whether any were redacted.\n </li>\n <li>\n <strong>Workflow execution</strong> – Every step in a workflow,\n including retries, compensations, and failures.\n </li>\n <li>\n <strong>Administrative actions</strong> – Spec deployments,\n configuration changes, user role assignments, and other privileged\n operations.\n </li>\n <li>\n <strong>Authentication events</strong> – Login attempts, password\n resets, and session expirations.\n </li>\n </ul>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Audit log format</h2>\n <p className=\"text-muted-foreground\">\n Each audit log entry is a structured JSON object containing:\n </p>\n <div className=\"bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm\">\n <pre>{`{\n \"timestamp\": \"2025-11-13T14:32:15.123Z\",\n \"eventId\": \"evt_abc123\",\n \"eventType\": \"capability.invoked\",\n \"actor\": {\n \"userId\": \"user_xyz789\",\n \"role\": \"admin\",\n \"ipAddress\": \"203.0.113.42\"\n },\n \"resource\": {\n \"type\": \"capability\",\n \"id\": \"transferFunds\",\n \"version\": \"1.2.0\"\n },\n \"action\": \"execute\",\n \"result\": \"success\",\n \"metadata\": {\n \"inputs\": {\n \"recipient\": \"user_def456\",\n \"amount\": 100.00\n },\n \"outputs\": {\n \"transactionId\": \"txn_ghi789\",\n \"timestamp\": \"2025-11-13T14:32:15.456Z\"\n }\n },\n \"policyDecision\": {\n \"decision\": \"PERMIT\",\n \"ruleId\": \"allow-admin-transfers\",\n \"reason\": \"User has admin role\"\n }\n}`}</pre>\n </div>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Storage and retention</h2>\n <p className=\"text-muted-foreground\">\n Audit logs are stored in a tamper-evident append-only log. Once\n written, entries cannot be modified or deleted. This ensures the\n integrity of the audit trail.\n </p>\n <p className=\"text-muted-foreground\">\n ContractSpec supports multiple storage backends:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Local file system</strong> – For development and testing.\n </li>\n <li>\n <strong>Cloud object storage</strong> – S3, GCS, or Azure Blob\n Storage for production.\n </li>\n <li>\n <strong>SIEM integration</strong> – Forward logs to Splunk, Datadog,\n or other security information and event management systems.\n </li>\n </ul>\n <p className=\"text-muted-foreground\">\n You can configure retention policies to automatically archive or\n delete old logs after a specified period (e.g., 7 years for GDPR\n compliance).\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Querying audit logs</h2>\n <p className=\"text-muted-foreground\">\n ContractSpec provides a query API for searching audit logs. You can\n filter by:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>Time range</li>\n <li>Event type</li>\n <li>Actor (user ID, role, IP address)</li>\n <li>Resource (capability, data view, workflow)</li>\n <li>Result (success, failure, denied)</li>\n </ul>\n <p className=\"text-muted-foreground\">\n Example query: \"Show all failed login attempts from IP address\n 203.0.113.42 in the last 24 hours.\"\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Best practices</h2>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Review logs regularly</strong> – Set up alerts for\n suspicious activity (e.g., repeated failed login attempts,\n unauthorized access attempts).\n </li>\n <li>\n <strong>Protect log access</strong> – Only authorized personnel\n should be able to view audit logs. Use role-based access control to\n restrict access.\n </li>\n <li>\n <strong>Retain logs long enough</strong> – Check your compliance\n requirements and configure retention policies accordingly.\n </li>\n <li>\n <strong>Test log integrity</strong> – Periodically verify that logs\n have not been tampered with by checking cryptographic signatures.\n </li>\n </ul>\n </div>\n\n <div className=\"flex items-center gap-4 pt-4\">\n <Link href=\"/docs/safety/pdp\" className=\"btn-ghost\">\n Previous: Policy Decision Points\n </Link>\n <Link href=\"/docs/safety/migrations\" className=\"btn-primary\">\n Next: Migrations <ChevronRight size={16} />\n </Link>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;AASA,SAAgB,qBAAqB;AACnC,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAe,EAClD,qBAAC;KAAE,WAAU;;MAAwB;MAChC,oBAAC,sBAAO,cAAkB;;MAC2B;MACxD,oBAAC;OACC,MAAK;OACL,QAAO;OACP,KAAI;OACJ,WAAU;iBACX;QAEG;;;MAIF;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAA0B,EAC7D,qBAAC;KAAI,WAAU;;MACb,qBAAC,oBACC,oBAAC;OAAG,WAAU;iBAAwB;QAAmB,EACzD,oBAAC;OAAE,WAAU;iBAAwB;QAKjC,IACA;MACN,qBAAC,oBACC,oBAAC;OAAG,WAAU;iBAAwB;QAAa,EACnD,oBAAC;OAAE,WAAU;iBAAwB;QAKjC,IACA;MACN,qBAAC,oBACC,oBAAC;OAAG,WAAU;iBAAwB;QAAe,EACrD,oBAAC;OAAE,WAAU;iBAAwB;QAKjC,IACA;MACN,qBAAC,oBACC,oBAAC;OAAG,WAAU;iBAAwB;QAAc,EACpD,oBAAC;OAAE,WAAU;iBAAwB;QAIjC,IACA;;MACF;KACF;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA2B;KAC9D,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,qBAAC,mBACC,oBAAC,sBAAO,cAAkB,uGAEvB;OACL,qBAAC;QACC,oBAAC,sBAAO,qBAAyB;;QAA8B;QAC/D,oBAAC;SACC,MAAK;SACL,WAAU;mBACX;UAEM;;WAEJ;OACL,qBAAC,mBACC,oBAAC,sBAAO,gBAAoB,0GAEzB;OACL,qBAAC,mBACC,oBAAC,sBAAO,uBAA2B,oFAEhC;OACL,qBAAC,mBACC,oBAAC,sBAAO,2BAA+B,2GAGpC;OACL,qBAAC,mBACC,oBAAC,sBAAO,0BAA8B,oEAEnC;;OACF;;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAAqB;KACxD,oBAAC;MAAE,WAAU;gBAAwB;OAEjC;KACJ,oBAAC;MAAI,WAAU;gBACb,oBAAC,mBAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+BP;OACK;;KACF;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA0B;KAC7D,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;KACJ,oBAAC;MAAE,WAAU;gBAAwB;OAEjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,qBAAC,mBACC,oBAAC,sBAAO,sBAA0B,uCAC/B;OACL,qBAAC,mBACC,oBAAC,sBAAO,yBAA6B,yDAElC;OACL,qBAAC,mBACC,oBAAC,sBAAO,qBAAyB,uGAE9B;;OACF;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;;KACA;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAAwB;KAC3D,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,eAAe;OACnB,oBAAC,kBAAG,eAAe;OACnB,oBAAC,kBAAG,sCAAsC;OAC1C,oBAAC,kBAAG,+CAA+C;OACnD,oBAAC,kBAAG,sCAAsC;;OACvC;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAmB,EACtD,qBAAC;KAAG,WAAU;;MACZ,qBAAC,mBACC,oBAAC,sBAAO,0BAA8B,sHAGnC;MACL,qBAAC,mBACC,oBAAC,sBAAO,uBAA2B,yHAGhC;MACL,qBAAC,mBACC,oBAAC,sBAAO,4BAAgC,2FAErC;MACL,qBAAC,mBACC,oBAAC,sBAAO,uBAA2B,0GAEhC;;MACF;KACD;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAK,MAAK;KAAmB,WAAU;eAAY;MAE7C,EACP,qBAAC;KAAK,MAAK;KAA0B,WAAU;gBAAc,qBAC1C,oBAAC,gBAAa,MAAM,KAAM;MACtC;KACH;;GACF"}
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+
3
+ //#region src/components/docs/safety/SafetyMigrationsPage.d.ts
4
+ declare function SafetyMigrationsPage(): react_jsx_runtime0.JSX.Element;
5
+ //#endregion
6
+ export { SafetyMigrationsPage };
7
+ //# sourceMappingURL=SafetyMigrationsPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SafetyMigrationsPage.d.ts","names":[],"sources":["../../../../src/components/docs/safety/SafetyMigrationsPage.tsx"],"mappings":";;;iBASgB,oBAAA,CAAA,GAAoB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -0,0 +1,245 @@
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/safety/SafetyMigrationsPage.tsx
6
+ function SafetyMigrationsPage() {
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: "Migrations"
15
+ }), /* @__PURE__ */ jsxs("p", {
16
+ className: "text-muted-foreground",
17
+ children: [
18
+ "A ",
19
+ /* @__PURE__ */ jsx("strong", { children: "schema migration" }),
20
+ " (also called a database migration) is a set of incremental, reversible changes to a database schema. According to",
21
+ " ",
22
+ /* @__PURE__ */ jsx("a", {
23
+ href: "https://en.wikipedia.org/wiki/Schema_migration",
24
+ target: "_blank",
25
+ rel: "noopener noreferrer",
26
+ className: "text-violet-400 hover:text-violet-300",
27
+ children: "Wikipedia"
28
+ }),
29
+ ", schema migrations \"allow the database schema to evolve as the application's requirements change, while preserving existing data.\""
30
+ ]
31
+ })]
32
+ }),
33
+ /* @__PURE__ */ jsxs("div", {
34
+ className: "space-y-4",
35
+ children: [
36
+ /* @__PURE__ */ jsx("h2", {
37
+ className: "text-2xl font-bold",
38
+ children: "Why migrations matter"
39
+ }),
40
+ /* @__PURE__ */ jsx("p", {
41
+ className: "text-muted-foreground",
42
+ children: "As your application evolves, you'll need to change your data model—adding new fields, renaming tables, changing data types, or restructuring relationships. Without a disciplined approach, these changes can lead to:"
43
+ }),
44
+ /* @__PURE__ */ jsxs("ul", {
45
+ className: "text-muted-foreground list-inside list-disc space-y-2",
46
+ children: [
47
+ /* @__PURE__ */ jsx("li", { children: "Data loss or corruption" }),
48
+ /* @__PURE__ */ jsx("li", { children: "Downtime during deployments" }),
49
+ /* @__PURE__ */ jsx("li", { children: "Inconsistencies between environments (dev, staging, production)" }),
50
+ /* @__PURE__ */ jsx("li", { children: "Difficulty rolling back failed changes" })
51
+ ]
52
+ }),
53
+ /* @__PURE__ */ jsx("p", {
54
+ className: "text-muted-foreground",
55
+ children: "Migrations solve these problems by treating schema changes as versioned, tested, and reversible operations."
56
+ })
57
+ ]
58
+ }),
59
+ /* @__PURE__ */ jsxs("div", {
60
+ className: "space-y-4",
61
+ children: [
62
+ /* @__PURE__ */ jsx("h2", {
63
+ className: "text-2xl font-bold",
64
+ children: "How MigrationSpec works"
65
+ }),
66
+ /* @__PURE__ */ jsxs("p", {
67
+ className: "text-muted-foreground",
68
+ children: [
69
+ "In ContractSpec, migrations are defined using",
70
+ " ",
71
+ /* @__PURE__ */ jsx("strong", { children: "MigrationSpec" }),
72
+ ". Each migration has:"
73
+ ]
74
+ }),
75
+ /* @__PURE__ */ jsxs("ul", {
76
+ className: "text-muted-foreground list-inside list-disc space-y-2",
77
+ children: [
78
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Version" }), " – A unique identifier (e.g., \"2025-11-13-001\") that determines the order of execution."] }),
79
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Up function" }), " – The forward migration that applies the change (e.g., \"add column 'email_verified'\")."] }),
80
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Down function" }), " – The reverse migration that undoes the change (e.g., \"drop column 'email_verified'\")."] }),
81
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Dependencies" }), " – Other migrations that must run before this one."] }),
82
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Validation" }), " – Optional checks to ensure the migration succeeded (e.g., \"verify all users have an email address\")."] })
83
+ ]
84
+ })
85
+ ]
86
+ }),
87
+ /* @__PURE__ */ jsxs("div", {
88
+ className: "space-y-4",
89
+ children: [
90
+ /* @__PURE__ */ jsx("h2", {
91
+ className: "text-2xl font-bold",
92
+ children: "Example MigrationSpec"
93
+ }),
94
+ /* @__PURE__ */ jsx("p", {
95
+ className: "text-muted-foreground",
96
+ children: "Here's a migration that adds an email verification field to the users table:"
97
+ }),
98
+ /* @__PURE__ */ jsx("div", {
99
+ className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
100
+ children: /* @__PURE__ */ jsx("pre", { children: `migrationId: add-email-verified
101
+ version: 2025-11-13-001
102
+ dependencies: []
103
+
104
+ up:
105
+ - sql: |
106
+ ALTER TABLE users
107
+ ADD COLUMN email_verified BOOLEAN DEFAULT FALSE NOT NULL;
108
+ - sql: |
109
+ CREATE INDEX idx_users_email_verified
110
+ ON users(email_verified);
111
+
112
+ down:
113
+ - sql: |
114
+ DROP INDEX idx_users_email_verified;
115
+ - sql: |
116
+ ALTER TABLE users
117
+ DROP COLUMN email_verified;
118
+
119
+ validation:
120
+ - sql: |
121
+ SELECT COUNT(*) FROM users
122
+ WHERE email_verified IS NULL;
123
+ expectZeroRows: true` })
124
+ })
125
+ ]
126
+ }),
127
+ /* @__PURE__ */ jsxs("div", {
128
+ className: "space-y-4",
129
+ children: [
130
+ /* @__PURE__ */ jsx("h2", {
131
+ className: "text-2xl font-bold",
132
+ children: "Running migrations"
133
+ }),
134
+ /* @__PURE__ */ jsx("p", {
135
+ className: "text-muted-foreground",
136
+ children: "Migrations are applied automatically during deployment. The ContractSpec runtime:"
137
+ }),
138
+ /* @__PURE__ */ jsxs("ol", {
139
+ className: "text-muted-foreground list-inside list-decimal space-y-2",
140
+ children: [
141
+ /* @__PURE__ */ jsx("li", { children: "Checks which migrations have already been applied (stored in a migrations table)." }),
142
+ /* @__PURE__ */ jsx("li", { children: "Identifies new migrations that need to run." }),
143
+ /* @__PURE__ */ jsx("li", { children: "Executes them in order, respecting dependencies." }),
144
+ /* @__PURE__ */ jsx("li", { children: "Runs validation checks to ensure success." }),
145
+ /* @__PURE__ */ jsx("li", { children: "Records the migration as applied." })
146
+ ]
147
+ }),
148
+ /* @__PURE__ */ jsx("p", {
149
+ className: "text-muted-foreground",
150
+ children: "If a migration fails, the deployment is aborted, and the system remains in its previous state. You can then fix the migration and redeploy."
151
+ })
152
+ ]
153
+ }),
154
+ /* @__PURE__ */ jsxs("div", {
155
+ className: "space-y-4",
156
+ children: [
157
+ /* @__PURE__ */ jsx("h2", {
158
+ className: "text-2xl font-bold",
159
+ children: "Rolling back migrations"
160
+ }),
161
+ /* @__PURE__ */ jsxs("p", {
162
+ className: "text-muted-foreground",
163
+ children: [
164
+ "If you need to roll back a deployment, ContractSpec automatically runs the ",
165
+ /* @__PURE__ */ jsx("strong", { children: "down" }),
166
+ " functions of any migrations that were applied. This restores the database to its previous state."
167
+ ]
168
+ }),
169
+ /* @__PURE__ */ jsx("p", {
170
+ className: "text-muted-foreground",
171
+ children: "Note that rollbacks are not always possible—for example, if you've deleted a column, you cannot recover the data unless you have a backup. For destructive changes, it's best to use a multi-step migration:"
172
+ }),
173
+ /* @__PURE__ */ jsxs("ol", {
174
+ className: "text-muted-foreground list-inside list-decimal space-y-2",
175
+ children: [
176
+ /* @__PURE__ */ jsx("li", { children: "Add the new column (reversible)." }),
177
+ /* @__PURE__ */ jsx("li", { children: "Backfill data from the old column to the new column (reversible)." }),
178
+ /* @__PURE__ */ jsx("li", { children: "Update application code to use the new column (reversible)." }),
179
+ /* @__PURE__ */ jsx("li", { children: "Drop the old column (irreversible—only do this after confirming the new column works)." })
180
+ ]
181
+ })
182
+ ]
183
+ }),
184
+ /* @__PURE__ */ jsxs("div", {
185
+ className: "space-y-4",
186
+ children: [/* @__PURE__ */ jsx("h2", {
187
+ className: "text-2xl font-bold",
188
+ children: "Best practices"
189
+ }), /* @__PURE__ */ jsxs("ul", {
190
+ className: "text-muted-foreground list-inside list-disc space-y-2",
191
+ children: [
192
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Test migrations locally" }), " – Run them against a copy of production data to catch issues before deploying."] }),
193
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Keep migrations small" }), " – Each migration should do one thing. This makes them easier to understand and roll back."] }),
194
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Write reversible migrations" }), " – Always provide a down function, even if you don't plan to roll back."] }),
195
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Use transactions" }), " – Wrap migrations in database transactions so they either fully succeed or fully fail."] }),
196
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Avoid destructive changes" }), " – Prefer additive changes (adding columns) over destructive ones (dropping columns). If you must delete data, archive it first."] }),
197
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Version your migrations" }), " – Use timestamps or sequential numbers to ensure migrations run in the correct order."] }),
198
+ /* @__PURE__ */ jsxs("li", { children: [/* @__PURE__ */ jsx("strong", { children: "Document breaking changes" }), " – If a migration requires application code changes, note this in the migration description."] })
199
+ ]
200
+ })]
201
+ }),
202
+ /* @__PURE__ */ jsxs("div", {
203
+ className: "space-y-4",
204
+ children: [
205
+ /* @__PURE__ */ jsx("h2", {
206
+ className: "text-2xl font-bold",
207
+ children: "Zero-downtime migrations"
208
+ }),
209
+ /* @__PURE__ */ jsx("p", {
210
+ className: "text-muted-foreground",
211
+ children: "Some migrations can cause downtime if not handled carefully. For example, adding a NOT NULL column to a large table can lock the table for minutes. To avoid this, use a multi-step approach:"
212
+ }),
213
+ /* @__PURE__ */ jsxs("ol", {
214
+ className: "text-muted-foreground list-inside list-decimal space-y-2",
215
+ children: [
216
+ /* @__PURE__ */ jsx("li", { children: "Add the column as nullable." }),
217
+ /* @__PURE__ */ jsx("li", { children: "Backfill the column in batches (without locking the table)." }),
218
+ /* @__PURE__ */ jsx("li", { children: "Add the NOT NULL constraint once all rows are populated." })
219
+ ]
220
+ }),
221
+ /* @__PURE__ */ jsx("p", {
222
+ className: "text-muted-foreground",
223
+ children: "ContractSpec's migration system supports this pattern by allowing you to split a logical change into multiple versioned migrations."
224
+ })
225
+ ]
226
+ }),
227
+ /* @__PURE__ */ jsxs("div", {
228
+ className: "flex items-center gap-4 pt-4",
229
+ children: [/* @__PURE__ */ jsx(Link, {
230
+ href: "/docs/safety/auditing",
231
+ className: "btn-ghost",
232
+ children: "Previous: Audit Logs"
233
+ }), /* @__PURE__ */ jsxs(Link, {
234
+ href: "/docs/advanced/renderers",
235
+ className: "btn-primary",
236
+ children: ["Next: Advanced Topics ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
237
+ })]
238
+ })
239
+ ]
240
+ });
241
+ }
242
+
243
+ //#endregion
244
+ export { SafetyMigrationsPage };
245
+ //# sourceMappingURL=SafetyMigrationsPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SafetyMigrationsPage.js","names":[],"sources":["../../../../src/components/docs/safety/SafetyMigrationsPage.tsx"],"sourcesContent":["import Link from '@contractspec/lib.ui-link';\nimport { ChevronRight } from 'lucide-react';\n\n// export const metadata = {\n// title: 'Migrations: ContractSpec Docs',\n// description:\n// 'Learn how to manage schema and data migrations safely with MigrationSpec in ContractSpec.',\n// };\n\nexport function SafetyMigrationsPage() {\n return (\n <div className=\"space-y-8\">\n <div className=\"space-y-4\">\n <h1 className=\"text-4xl font-bold\">Migrations</h1>\n <p className=\"text-muted-foreground\">\n A <strong>schema migration</strong> (also called a database migration)\n is a set of incremental, reversible changes to a database schema.\n According to{' '}\n <a\n href=\"https://en.wikipedia.org/wiki/Schema_migration\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n className=\"text-violet-400 hover:text-violet-300\"\n >\n Wikipedia\n </a>\n , schema migrations \"allow the database schema to evolve as the\n application's requirements change, while preserving existing data.\"\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Why migrations matter</h2>\n <p className=\"text-muted-foreground\">\n As your application evolves, you'll need to change your data\n model—adding new fields, renaming tables, changing data types, or\n restructuring relationships. Without a disciplined approach, these\n changes can lead to:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>Data loss or corruption</li>\n <li>Downtime during deployments</li>\n <li>\n Inconsistencies between environments (dev, staging, production)\n </li>\n <li>Difficulty rolling back failed changes</li>\n </ul>\n <p className=\"text-muted-foreground\">\n Migrations solve these problems by treating schema changes as\n versioned, tested, and reversible operations.\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">How MigrationSpec works</h2>\n <p className=\"text-muted-foreground\">\n In ContractSpec, migrations are defined using{' '}\n <strong>MigrationSpec</strong>. Each migration has:\n </p>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Version</strong> – A unique identifier (e.g.,\n \"2025-11-13-001\") that determines the order of execution.\n </li>\n <li>\n <strong>Up function</strong> – The forward migration that applies\n the change (e.g., \"add column 'email_verified'\").\n </li>\n <li>\n <strong>Down function</strong> – The reverse migration that undoes\n the change (e.g., \"drop column 'email_verified'\").\n </li>\n <li>\n <strong>Dependencies</strong> – Other migrations that must run\n before this one.\n </li>\n <li>\n <strong>Validation</strong> – Optional checks to ensure the\n migration succeeded (e.g., \"verify all users have an email\n address\").\n </li>\n </ul>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Example MigrationSpec</h2>\n <p className=\"text-muted-foreground\">\n Here's a migration that adds an email verification field to the users\n table:\n </p>\n <div className=\"bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm\">\n <pre>{`migrationId: add-email-verified\nversion: 2025-11-13-001\ndependencies: []\n\nup:\n - sql: |\n ALTER TABLE users\n ADD COLUMN email_verified BOOLEAN DEFAULT FALSE NOT NULL;\n - sql: |\n CREATE INDEX idx_users_email_verified\n ON users(email_verified);\n\ndown:\n - sql: |\n DROP INDEX idx_users_email_verified;\n - sql: |\n ALTER TABLE users\n DROP COLUMN email_verified;\n\nvalidation:\n - sql: |\n SELECT COUNT(*) FROM users\n WHERE email_verified IS NULL;\n expectZeroRows: true`}</pre>\n </div>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Running migrations</h2>\n <p className=\"text-muted-foreground\">\n Migrations are applied automatically during deployment. The\n ContractSpec runtime:\n </p>\n <ol className=\"text-muted-foreground list-inside list-decimal space-y-2\">\n <li>\n Checks which migrations have already been applied (stored in a\n migrations table).\n </li>\n <li>Identifies new migrations that need to run.</li>\n <li>Executes them in order, respecting dependencies.</li>\n <li>Runs validation checks to ensure success.</li>\n <li>Records the migration as applied.</li>\n </ol>\n <p className=\"text-muted-foreground\">\n If a migration fails, the deployment is aborted, and the system\n remains in its previous state. You can then fix the migration and\n redeploy.\n </p>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Rolling back migrations</h2>\n <p className=\"text-muted-foreground\">\n If you need to roll back a deployment, ContractSpec automatically runs\n the <strong>down</strong> functions of any migrations that were\n applied. This restores the database to its previous state.\n </p>\n <p className=\"text-muted-foreground\">\n Note that rollbacks are not always possible—for example, if you've\n deleted a column, you cannot recover the data unless you have a\n backup. For destructive changes, it's best to use a multi-step\n migration:\n </p>\n <ol className=\"text-muted-foreground list-inside list-decimal space-y-2\">\n <li>Add the new column (reversible).</li>\n <li>\n Backfill data from the old column to the new column (reversible).\n </li>\n <li>Update application code to use the new column (reversible).</li>\n <li>\n Drop the old column (irreversible—only do this after confirming the\n new column works).\n </li>\n </ol>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Best practices</h2>\n <ul className=\"text-muted-foreground list-inside list-disc space-y-2\">\n <li>\n <strong>Test migrations locally</strong> – Run them against a copy\n of production data to catch issues before deploying.\n </li>\n <li>\n <strong>Keep migrations small</strong> – Each migration should do\n one thing. This makes them easier to understand and roll back.\n </li>\n <li>\n <strong>Write reversible migrations</strong> – Always provide a down\n function, even if you don't plan to roll back.\n </li>\n <li>\n <strong>Use transactions</strong> – Wrap migrations in database\n transactions so they either fully succeed or fully fail.\n </li>\n <li>\n <strong>Avoid destructive changes</strong> – Prefer additive changes\n (adding columns) over destructive ones (dropping columns). If you\n must delete data, archive it first.\n </li>\n <li>\n <strong>Version your migrations</strong> – Use timestamps or\n sequential numbers to ensure migrations run in the correct order.\n </li>\n <li>\n <strong>Document breaking changes</strong> – If a migration requires\n application code changes, note this in the migration description.\n </li>\n </ul>\n </div>\n\n <div className=\"space-y-4\">\n <h2 className=\"text-2xl font-bold\">Zero-downtime migrations</h2>\n <p className=\"text-muted-foreground\">\n Some migrations can cause downtime if not handled carefully. For\n example, adding a NOT NULL column to a large table can lock the table\n for minutes. To avoid this, use a multi-step approach:\n </p>\n <ol className=\"text-muted-foreground list-inside list-decimal space-y-2\">\n <li>Add the column as nullable.</li>\n <li>Backfill the column in batches (without locking the table).</li>\n <li>Add the NOT NULL constraint once all rows are populated.</li>\n </ol>\n <p className=\"text-muted-foreground\">\n ContractSpec's migration system supports this pattern by allowing you\n to split a logical change into multiple versioned migrations.\n </p>\n </div>\n\n <div className=\"flex items-center gap-4 pt-4\">\n <Link href=\"/docs/safety/auditing\" className=\"btn-ghost\">\n Previous: Audit Logs\n </Link>\n <Link href=\"/docs/advanced/renderers\" className=\"btn-primary\">\n Next: Advanced Topics <ChevronRight size={16} />\n </Link>\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;AASA,SAAgB,uBAAuB;AACrC,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAe,EAClD,qBAAC;KAAE,WAAU;;MAAwB;MACjC,oBAAC,sBAAO,qBAAyB;;MAEtB;MACb,oBAAC;OACC,MAAK;OACL,QAAO;OACP,KAAI;OACJ,WAAU;iBACX;QAEG;;;MAGF;KACA;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA0B;KAC7D,oBAAC;MAAE,WAAU;gBAAwB;OAKjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,4BAA4B;OAChC,oBAAC,kBAAG,gCAAgC;OACpC,oBAAC,kBAAG,oEAEC;OACL,oBAAC,kBAAG,2CAA2C;;OAC5C;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;;KACA;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA4B;KAC/D,qBAAC;MAAE,WAAU;;OAAwB;OACW;OAC9C,oBAAC,sBAAO,kBAAsB;;;OAC5B;KACJ,qBAAC;MAAG,WAAU;;OACZ,qBAAC,mBACC,oBAAC,sBAAO,YAAgB,iGAErB;OACL,qBAAC,mBACC,oBAAC,sBAAO,gBAAoB,iGAEzB;OACL,qBAAC,mBACC,oBAAC,sBAAO,kBAAsB,iGAE3B;OACL,qBAAC,mBACC,oBAAC,sBAAO,iBAAqB,0DAE1B;OACL,qBAAC,mBACC,oBAAC,sBAAO,eAAmB,gHAGxB;;OACF;;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA0B;KAC7D,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;KACJ,oBAAC;MAAI,WAAU;gBACb,oBAAC,mBAAK;;;;;;;;;;;;;;;;;;;;;;;4BAuBgB;OAClB;;KACF;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAAuB;KAC1D,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,sFAGC;OACL,oBAAC,kBAAG,gDAAgD;OACpD,oBAAC,kBAAG,qDAAqD;OACzD,oBAAC,kBAAG,8CAA8C;OAClD,oBAAC,kBAAG,sCAAsC;;OACvC;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;;KACA;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA4B;KAC/D,qBAAC;MAAE,WAAU;;OAAwB;OAE/B,oBAAC,sBAAO,SAAa;;;OAEvB;KACJ,oBAAC;MAAE,WAAU;gBAAwB;OAKjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,qCAAqC;OACzC,oBAAC,kBAAG,sEAEC;OACL,oBAAC,kBAAG,gEAAgE;OACpE,oBAAC,kBAAG,2FAGC;;OACF;;KACD;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAG,WAAU;eAAqB;MAAmB,EACtD,qBAAC;KAAG,WAAU;;MACZ,qBAAC,mBACC,oBAAC,sBAAO,4BAAgC,uFAErC;MACL,qBAAC,mBACC,oBAAC,sBAAO,0BAA8B,kGAEnC;MACL,qBAAC,mBACC,oBAAC,sBAAO,gCAAoC,+EAEzC;MACL,qBAAC,mBACC,oBAAC,sBAAO,qBAAyB,+FAE9B;MACL,qBAAC,mBACC,oBAAC,sBAAO,8BAAkC,wIAGvC;MACL,qBAAC,mBACC,oBAAC,sBAAO,4BAAgC,8FAErC;MACL,qBAAC,mBACC,oBAAC,sBAAO,8BAAkC,oGAEvC;;MACF;KACD;GAEN,qBAAC;IAAI,WAAU;;KACb,oBAAC;MAAG,WAAU;gBAAqB;OAA6B;KAChE,oBAAC;MAAE,WAAU;gBAAwB;OAIjC;KACJ,qBAAC;MAAG,WAAU;;OACZ,oBAAC,kBAAG,gCAAgC;OACpC,oBAAC,kBAAG,gEAAgE;OACpE,oBAAC,kBAAG,6DAA6D;;OAC9D;KACL,oBAAC;MAAE,WAAU;gBAAwB;OAGjC;;KACA;GAEN,qBAAC;IAAI,WAAU;eACb,oBAAC;KAAK,MAAK;KAAwB,WAAU;eAAY;MAElD,EACP,qBAAC;KAAK,MAAK;KAA2B,WAAU;gBAAc,0BACtC,oBAAC,gBAAa,MAAM,KAAM;MAC3C;KACH;;GACF"}
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+
3
+ //#region src/components/docs/safety/SafetyOverviewPage.d.ts
4
+ declare function SafetyOverviewPage(): react_jsx_runtime0.JSX.Element;
5
+ //#endregion
6
+ export { SafetyOverviewPage };
7
+ //# sourceMappingURL=SafetyOverviewPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SafetyOverviewPage.d.ts","names":[],"sources":["../../../../src/components/docs/safety/SafetyOverviewPage.tsx"],"mappings":";;;iBASgB,kBAAA,CAAA,GAAkB,kBAAA,CAAA,GAAA,CAAA,OAAA"}