@contractspec/lib.contracts-spec 2.0.0

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 (1058) hide show
  1. package/README.md +3 -0
  2. package/dist/app-config/app-config.capability.d.ts +1 -0
  3. package/dist/app-config/app-config.capability.js +730 -0
  4. package/dist/app-config/app-config.contracts.d.ts +239 -0
  5. package/dist/app-config/app-config.contracts.js +713 -0
  6. package/dist/app-config/app-config.contracts.test.d.ts +1 -0
  7. package/dist/app-config/app-config.feature.d.ts +5 -0
  8. package/dist/app-config/app-config.feature.js +255 -0
  9. package/dist/app-config/branding.d.ts +52 -0
  10. package/dist/app-config/branding.js +1 -0
  11. package/dist/app-config/branding.test.d.ts +1 -0
  12. package/dist/app-config/docs/app-config.docblock.d.ts +2 -0
  13. package/dist/app-config/docs/app-config.docblock.js +383 -0
  14. package/dist/app-config/events.d.ts +115 -0
  15. package/dist/app-config/events.js +386 -0
  16. package/dist/app-config/events.test.d.ts +1 -0
  17. package/dist/app-config/index.d.ts +9 -0
  18. package/dist/app-config/index.js +2899 -0
  19. package/dist/app-config/lifecycle-contracts.d.ts +265 -0
  20. package/dist/app-config/lifecycle-contracts.js +870 -0
  21. package/dist/app-config/lifecycle-contracts.test.d.ts +1 -0
  22. package/dist/app-config/lifecycle.d.ts +23 -0
  23. package/dist/app-config/lifecycle.js +1 -0
  24. package/dist/app-config/lifecycle.test.d.ts +1 -0
  25. package/dist/app-config/runtime.d.ts +111 -0
  26. package/dist/app-config/runtime.js +734 -0
  27. package/dist/app-config/runtime.test.d.ts +1 -0
  28. package/dist/app-config/spec.d.ts +169 -0
  29. package/dist/app-config/spec.js +229 -0
  30. package/dist/app-config/spec.test.d.ts +1 -0
  31. package/dist/app-config/validation.d.ts +43 -0
  32. package/dist/app-config/validation.js +650 -0
  33. package/dist/app-config/validation.test.d.ts +1 -0
  34. package/dist/capabilities/capabilities.d.ts +96 -0
  35. package/dist/capabilities/capabilities.js +217 -0
  36. package/dist/capabilities/capabilities.test.d.ts +1 -0
  37. package/dist/capabilities/context.d.ts +110 -0
  38. package/dist/capabilities/context.js +101 -0
  39. package/dist/capabilities/context.test.d.ts +1 -0
  40. package/dist/capabilities/docs/capabilities.docblock.d.ts +2 -0
  41. package/dist/capabilities/docs/capabilities.docblock.js +353 -0
  42. package/dist/capabilities/guards.d.ts +121 -0
  43. package/dist/capabilities/guards.js +177 -0
  44. package/dist/capabilities/index.d.ts +6 -0
  45. package/dist/capabilities/index.js +739 -0
  46. package/dist/capabilities/meeting-recorder.d.ts +5 -0
  47. package/dist/capabilities/meeting-recorder.js +154 -0
  48. package/dist/capabilities/openbanking.d.ts +5 -0
  49. package/dist/capabilities/openbanking.js +166 -0
  50. package/dist/capabilities/validation.d.ts +79 -0
  51. package/dist/capabilities/validation.js +185 -0
  52. package/dist/capabilities/validation.test.d.ts +1 -0
  53. package/dist/contract-registry/index.d.ts +3 -0
  54. package/dist/contract-registry/index.js +129 -0
  55. package/dist/contract-registry/schemas.d.ts +120 -0
  56. package/dist/contract-registry/schemas.js +129 -0
  57. package/dist/contract-registry/schemas.test.d.ts +1 -0
  58. package/dist/contract-registry/types.d.ts +42 -0
  59. package/dist/contract-registry/types.js +1 -0
  60. package/dist/data-views/data-views.d.ts +4 -0
  61. package/dist/data-views/data-views.js +232 -0
  62. package/dist/data-views/data-views.test.d.ts +1 -0
  63. package/dist/data-views/docs/data-views.docblock.d.ts +2 -0
  64. package/dist/data-views/docs/data-views.docblock.js +164 -0
  65. package/dist/data-views/index.d.ts +4 -0
  66. package/dist/data-views/index.js +232 -0
  67. package/dist/data-views/query-generator.d.ts +35 -0
  68. package/dist/data-views/query-generator.js +89 -0
  69. package/dist/data-views/registry.d.ts +12 -0
  70. package/dist/data-views/registry.js +226 -0
  71. package/dist/data-views/registry.test.d.ts +1 -0
  72. package/dist/data-views/report/contractVerificationTable.d.ts +4 -0
  73. package/dist/data-views/report/contractVerificationTable.js +240 -0
  74. package/dist/data-views/report/contractVerificationTable.test.d.ts +1 -0
  75. package/dist/data-views/runtime.d.ts +25 -0
  76. package/dist/data-views/runtime.js +108 -0
  77. package/dist/data-views/runtime.test.d.ts +1 -0
  78. package/dist/data-views/spec.d.ts +22 -0
  79. package/dist/data-views/spec.js +38 -0
  80. package/dist/data-views/spec.test.d.ts +1 -0
  81. package/dist/data-views/types.d.ts +152 -0
  82. package/dist/data-views/types.js +1 -0
  83. package/dist/data-views/types.test.d.ts +1 -0
  84. package/dist/docs/accessibility_wcag_compliance_specs.docblock.d.ts +2 -0
  85. package/dist/docs/accessibility_wcag_compliance_specs.docblock.js +513 -0
  86. package/dist/docs/capabilities/documentationSystem.capability.d.ts +1 -0
  87. package/dist/docs/capabilities/documentationSystem.capability.js +784 -0
  88. package/dist/docs/capabilities/index.d.ts +1 -0
  89. package/dist/docs/capabilities/index.js +784 -0
  90. package/dist/docs/commands/docsGenerate.command.d.ts +88 -0
  91. package/dist/docs/commands/docsGenerate.command.js +802 -0
  92. package/dist/docs/commands/docsPublish.command.d.ts +57 -0
  93. package/dist/docs/commands/docsPublish.command.js +781 -0
  94. package/dist/docs/commands/index.d.ts +2 -0
  95. package/dist/docs/commands/index.js +906 -0
  96. package/dist/docs/constants.d.ts +4 -0
  97. package/dist/docs/constants.js +78 -0
  98. package/dist/docs/contracts.d.ts +430 -0
  99. package/dist/docs/contracts.js +1611 -0
  100. package/dist/docs/ensure-docblocks.d.ts +1 -0
  101. package/dist/docs/ensure-docblocks.js +264 -0
  102. package/dist/docs/events/docsGenerated.event.d.ts +56 -0
  103. package/dist/docs/events/docsGenerated.event.js +533 -0
  104. package/dist/docs/events/docsPublished.event.d.ts +64 -0
  105. package/dist/docs/events/docsPublished.event.js +534 -0
  106. package/dist/docs/events/index.d.ts +2 -0
  107. package/dist/docs/events/index.js +567 -0
  108. package/dist/docs/forms/docsSearch.form.d.ts +16 -0
  109. package/dist/docs/forms/docsSearch.form.js +676 -0
  110. package/dist/docs/forms/index.d.ts +1 -0
  111. package/dist/docs/forms/index.js +676 -0
  112. package/dist/docs/index.d.ts +40 -0
  113. package/dist/docs/index.js +4719 -0
  114. package/dist/docs/meta.docs.d.ts +2 -0
  115. package/dist/docs/meta.docs.js +176 -0
  116. package/dist/docs/presentations/docsLayout.presentation.d.ts +2 -0
  117. package/dist/docs/presentations/docsLayout.presentation.js +527 -0
  118. package/dist/docs/presentations/docsReferencePage.presentation.d.ts +2 -0
  119. package/dist/docs/presentations/docsReferencePage.presentation.js +527 -0
  120. package/dist/docs/presentations/index.d.ts +2 -0
  121. package/dist/docs/presentations/index.js +555 -0
  122. package/dist/docs/presentations.d.ts +27 -0
  123. package/dist/docs/presentations.js +97 -0
  124. package/dist/docs/presentations.test.d.ts +1 -0
  125. package/dist/docs/queries/contractReference.query.d.ts +211 -0
  126. package/dist/docs/queries/contractReference.query.js +752 -0
  127. package/dist/docs/queries/docsIndex.query.d.ts +266 -0
  128. package/dist/docs/queries/docsIndex.query.js +752 -0
  129. package/dist/docs/queries/index.d.ts +2 -0
  130. package/dist/docs/queries/index.js +827 -0
  131. package/dist/docs/registry.d.ts +19 -0
  132. package/dist/docs/registry.js +153 -0
  133. package/dist/docs/registry.test.d.ts +1 -0
  134. package/dist/docs/tech/auth/better-auth-nextjs.docblock.d.ts +2 -0
  135. package/dist/docs/tech/auth/better-auth-nextjs.docblock.js +221 -0
  136. package/dist/docs/tech/cli.docblock.d.ts +2 -0
  137. package/dist/docs/tech/cli.docblock.js +291 -0
  138. package/dist/docs/tech/contracts/README.docblock.d.ts +2 -0
  139. package/dist/docs/tech/contracts/README.docblock.js +164 -0
  140. package/dist/docs/tech/contracts/migrations.docblock.d.ts +2 -0
  141. package/dist/docs/tech/contracts/migrations.docblock.js +164 -0
  142. package/dist/docs/tech/contracts/openapi-export.docblock.d.ts +2 -0
  143. package/dist/docs/tech/contracts/openapi-export.docblock.js +201 -0
  144. package/dist/docs/tech/contracts/openapi-import.docblock.d.ts +2 -0
  145. package/dist/docs/tech/contracts/openapi-import.docblock.js +207 -0
  146. package/dist/docs/tech/contracts/ops-to-presentation-linking.docblock.d.ts +2 -0
  147. package/dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js +225 -0
  148. package/dist/docs/tech/contracts/overlays.docblock.d.ts +2 -0
  149. package/dist/docs/tech/contracts/overlays.docblock.js +231 -0
  150. package/dist/docs/tech/contracts/tests.docblock.d.ts +2 -0
  151. package/dist/docs/tech/contracts/tests.docblock.js +164 -0
  152. package/dist/docs/tech/contracts/themes.docblock.d.ts +2 -0
  153. package/dist/docs/tech/contracts/themes.docblock.js +257 -0
  154. package/dist/docs/tech/contracts/vertical-pocket-family-office.docblock.d.ts +2 -0
  155. package/dist/docs/tech/contracts/vertical-pocket-family-office.docblock.js +269 -0
  156. package/dist/docs/tech/docs-system.docblock.d.ts +1 -0
  157. package/dist/docs/tech/docs-system.docblock.js +264 -0
  158. package/dist/docs/tech/lifecycle-stage-system.docblock.d.ts +2 -0
  159. package/dist/docs/tech/lifecycle-stage-system.docblock.js +376 -0
  160. package/dist/docs/tech/llm/llm-integration.docblock.d.ts +7 -0
  161. package/dist/docs/tech/llm/llm-integration.docblock.js +482 -0
  162. package/dist/docs/tech/mcp-endpoints.docblock.d.ts +2 -0
  163. package/dist/docs/tech/mcp-endpoints.docblock.js +185 -0
  164. package/dist/docs/tech/presentation-runtime.docblock.d.ts +2 -0
  165. package/dist/docs/tech/presentation-runtime.docblock.js +221 -0
  166. package/dist/docs/tech/report-verification-table.docblock.d.ts +1 -0
  167. package/dist/docs/tech/report-verification-table.docblock.js +191 -0
  168. package/dist/docs/tech/report-verification-table.test.d.ts +1 -0
  169. package/dist/docs/tech/schema/README.docblock.d.ts +2 -0
  170. package/dist/docs/tech/schema/README.docblock.js +164 -0
  171. package/dist/docs/tech/studio/learning-events.docblock.d.ts +2 -0
  172. package/dist/docs/tech/studio/learning-events.docblock.js +190 -0
  173. package/dist/docs/tech/studio/learning-journeys.docblock.d.ts +2 -0
  174. package/dist/docs/tech/studio/learning-journeys.docblock.js +227 -0
  175. package/dist/docs/tech/studio/platform-admin-panel.docblock.d.ts +2 -0
  176. package/dist/docs/tech/studio/platform-admin-panel.docblock.js +226 -0
  177. package/dist/docs/tech/studio/project-access-teams.docblock.d.ts +2 -0
  178. package/dist/docs/tech/studio/project-access-teams.docblock.js +200 -0
  179. package/dist/docs/tech/studio/project-routing.docblock.d.ts +2 -0
  180. package/dist/docs/tech/studio/project-routing.docblock.js +209 -0
  181. package/dist/docs/tech/studio/sandbox-unlogged.docblock.d.ts +2 -0
  182. package/dist/docs/tech/studio/sandbox-unlogged.docblock.js +183 -0
  183. package/dist/docs/tech/studio/team-invitations.docblock.d.ts +2 -0
  184. package/dist/docs/tech/studio/team-invitations.docblock.js +228 -0
  185. package/dist/docs/tech/studio/workspace-ops.docblock.d.ts +2 -0
  186. package/dist/docs/tech/studio/workspace-ops.docblock.js +189 -0
  187. package/dist/docs/tech/studio/workspaces.docblock.d.ts +2 -0
  188. package/dist/docs/tech/studio/workspaces.docblock.js +204 -0
  189. package/dist/docs/tech/telemetry-ingest.docblock.d.ts +2 -0
  190. package/dist/docs/tech/telemetry-ingest.docblock.js +305 -0
  191. package/dist/docs/tech/vscode-extension.docblock.d.ts +2 -0
  192. package/dist/docs/tech/vscode-extension.docblock.js +241 -0
  193. package/dist/docs/tech-contracts.docs.d.ts +2 -0
  194. package/dist/docs/tech-contracts.docs.js +239 -0
  195. package/dist/docs/types.d.ts +37 -0
  196. package/dist/docs/types.js +1 -0
  197. package/dist/docs/views/contractReference.dataView.d.ts +2 -0
  198. package/dist/docs/views/contractReference.dataView.js +838 -0
  199. package/dist/docs/views/docsIndex.dataView.d.ts +2 -0
  200. package/dist/docs/views/docsIndex.dataView.js +832 -0
  201. package/dist/docs/views/exampleCatalog.dataView.d.ts +2 -0
  202. package/dist/docs/views/exampleCatalog.dataView.js +816 -0
  203. package/dist/docs/views/index.d.ts +3 -0
  204. package/dist/docs/views/index.js +1031 -0
  205. package/dist/events.d.ts +142 -0
  206. package/dist/events.js +228 -0
  207. package/dist/events.test.d.ts +1 -0
  208. package/dist/examples/define.d.ts +5 -0
  209. package/dist/examples/define.js +36 -0
  210. package/dist/examples/docs/examples.docblock.d.ts +2 -0
  211. package/dist/examples/docs/examples.docblock.js +307 -0
  212. package/dist/examples/index.d.ts +7 -0
  213. package/dist/examples/index.js +604 -0
  214. package/dist/examples/registry.d.ts +38 -0
  215. package/dist/examples/registry.js +286 -0
  216. package/dist/examples/registry.test.d.ts +1 -0
  217. package/dist/examples/schema.d.ts +278 -0
  218. package/dist/examples/schema.js +166 -0
  219. package/dist/examples/schema.test.d.ts +1 -0
  220. package/dist/examples/types.d.ts +162 -0
  221. package/dist/examples/types.js +77 -0
  222. package/dist/examples/types.test.d.ts +1 -0
  223. package/dist/examples/validation.d.ts +61 -0
  224. package/dist/examples/validation.js +287 -0
  225. package/dist/examples/validation.test.d.ts +1 -0
  226. package/dist/experiments/docs/experiments.docblock.d.ts +2 -0
  227. package/dist/experiments/docs/experiments.docblock.js +291 -0
  228. package/dist/experiments/evaluator.d.ts +33 -0
  229. package/dist/experiments/evaluator.js +155 -0
  230. package/dist/experiments/evaluator.test.d.ts +1 -0
  231. package/dist/experiments/spec-resolver.d.ts +12 -0
  232. package/dist/experiments/spec-resolver.js +1 -0
  233. package/dist/experiments/spec.d.ts +79 -0
  234. package/dist/experiments/spec.js +227 -0
  235. package/dist/experiments/spec.test.d.ts +1 -0
  236. package/dist/features/index.d.ts +5 -0
  237. package/dist/features/index.js +275 -0
  238. package/dist/features/install.d.ts +14 -0
  239. package/dist/features/install.js +95 -0
  240. package/dist/features/install.test.d.ts +1 -0
  241. package/dist/features/registry.d.ts +21 -0
  242. package/dist/features/registry.js +192 -0
  243. package/dist/features/registry.test.d.ts +1 -0
  244. package/dist/features/types.d.ts +82 -0
  245. package/dist/features/types.js +36 -0
  246. package/dist/features/types.test.d.ts +1 -0
  247. package/dist/features/validation.d.ts +4 -0
  248. package/dist/features/validation.js +48 -0
  249. package/dist/features/validation.test.d.ts +1 -0
  250. package/dist/features.capabilities.test.d.ts +1 -0
  251. package/dist/forms/docs/forms.docblock.d.ts +2 -0
  252. package/dist/forms/docs/forms.docblock.js +164 -0
  253. package/dist/forms/forms.d.ts +264 -0
  254. package/dist/forms/forms.js +332 -0
  255. package/dist/forms/index.d.ts +1 -0
  256. package/dist/forms/index.js +332 -0
  257. package/dist/index.d.ts +36 -0
  258. package/dist/index.js +2195 -0
  259. package/dist/install.d.ts +75 -0
  260. package/dist/install.js +60 -0
  261. package/dist/integrations/binding.d.ts +14 -0
  262. package/dist/integrations/binding.js +1 -0
  263. package/dist/integrations/connection.d.ts +47 -0
  264. package/dist/integrations/connection.js +1 -0
  265. package/dist/integrations/docs/integrations.docblock.d.ts +2 -0
  266. package/dist/integrations/docs/integrations.docblock.js +140 -0
  267. package/dist/integrations/health.d.ts +17 -0
  268. package/dist/integrations/health.js +103 -0
  269. package/dist/integrations/health.test.d.ts +1 -0
  270. package/dist/integrations/index.d.ts +11 -0
  271. package/dist/integrations/index.js +3293 -0
  272. package/dist/integrations/integrations.capability.d.ts +1 -0
  273. package/dist/integrations/integrations.capability.js +48 -0
  274. package/dist/integrations/integrations.feature.d.ts +5 -0
  275. package/dist/integrations/integrations.feature.js +63 -0
  276. package/dist/integrations/meeting-recorder/contracts/index.d.ts +7 -0
  277. package/dist/integrations/meeting-recorder/contracts/index.js +504 -0
  278. package/dist/integrations/meeting-recorder/contracts/meetings.d.ts +451 -0
  279. package/dist/integrations/meeting-recorder/contracts/meetings.js +249 -0
  280. package/dist/integrations/meeting-recorder/contracts/transcripts.d.ts +166 -0
  281. package/dist/integrations/meeting-recorder/contracts/transcripts.js +317 -0
  282. package/dist/integrations/meeting-recorder/contracts/webhooks.d.ts +85 -0
  283. package/dist/integrations/meeting-recorder/contracts/webhooks.js +202 -0
  284. package/dist/integrations/meeting-recorder/meeting-recorder.capability.d.ts +1 -0
  285. package/dist/integrations/meeting-recorder/meeting-recorder.capability.js +48 -0
  286. package/dist/integrations/meeting-recorder/meeting-recorder.feature.d.ts +5 -0
  287. package/dist/integrations/meeting-recorder/meeting-recorder.feature.js +63 -0
  288. package/dist/integrations/meeting-recorder/models.d.ts +402 -0
  289. package/dist/integrations/meeting-recorder/models.js +152 -0
  290. package/dist/integrations/meeting-recorder/telemetry.d.ts +13 -0
  291. package/dist/integrations/meeting-recorder/telemetry.js +84 -0
  292. package/dist/integrations/openbanking/contracts/accounts.d.ts +282 -0
  293. package/dist/integrations/openbanking/contracts/accounts.js +358 -0
  294. package/dist/integrations/openbanking/contracts/balances.d.ts +158 -0
  295. package/dist/integrations/openbanking/contracts/balances.js +322 -0
  296. package/dist/integrations/openbanking/contracts/index.d.ts +7 -0
  297. package/dist/integrations/openbanking/contracts/index.js +674 -0
  298. package/dist/integrations/openbanking/contracts/transactions.d.ts +206 -0
  299. package/dist/integrations/openbanking/contracts/transactions.js +328 -0
  300. package/dist/integrations/openbanking/guards.d.ts +8 -0
  301. package/dist/integrations/openbanking/guards.js +72 -0
  302. package/dist/integrations/openbanking/guards.test.d.ts +1 -0
  303. package/dist/integrations/openbanking/models.d.ts +223 -0
  304. package/dist/integrations/openbanking/models.js +140 -0
  305. package/dist/integrations/openbanking/openbanking.capability.d.ts +1 -0
  306. package/dist/integrations/openbanking/openbanking.capability.js +48 -0
  307. package/dist/integrations/openbanking/openbanking.feature.d.ts +5 -0
  308. package/dist/integrations/openbanking/openbanking.feature.js +65 -0
  309. package/dist/integrations/openbanking/telemetry.d.ts +12 -0
  310. package/dist/integrations/openbanking/telemetry.js +81 -0
  311. package/dist/integrations/operations.d.ts +430 -0
  312. package/dist/integrations/operations.js +327 -0
  313. package/dist/integrations/operations.test.d.ts +1 -0
  314. package/dist/integrations/providers/analytics-reader.d.ts +103 -0
  315. package/dist/integrations/providers/analytics-reader.js +1 -0
  316. package/dist/integrations/providers/analytics-writer.d.ts +6 -0
  317. package/dist/integrations/providers/analytics-writer.js +1 -0
  318. package/dist/integrations/providers/analytics.d.ts +47 -0
  319. package/dist/integrations/providers/analytics.js +1 -0
  320. package/dist/integrations/providers/calendar.d.ts +75 -0
  321. package/dist/integrations/providers/calendar.js +1 -0
  322. package/dist/integrations/providers/database.d.ts +12 -0
  323. package/dist/integrations/providers/database.js +1 -0
  324. package/dist/integrations/providers/elevenlabs.d.ts +3 -0
  325. package/dist/integrations/providers/elevenlabs.js +116 -0
  326. package/dist/integrations/providers/email.d.ts +83 -0
  327. package/dist/integrations/providers/email.js +1 -0
  328. package/dist/integrations/providers/embedding.d.ts +21 -0
  329. package/dist/integrations/providers/embedding.js +1 -0
  330. package/dist/integrations/providers/fal.d.ts +3 -0
  331. package/dist/integrations/providers/fal.js +142 -0
  332. package/dist/integrations/providers/fathom.d.ts +3 -0
  333. package/dist/integrations/providers/fathom.js +156 -0
  334. package/dist/integrations/providers/fireflies.d.ts +3 -0
  335. package/dist/integrations/providers/fireflies.js +136 -0
  336. package/dist/integrations/providers/gcs-storage.d.ts +3 -0
  337. package/dist/integrations/providers/gcs-storage.js +127 -0
  338. package/dist/integrations/providers/gmail.d.ts +3 -0
  339. package/dist/integrations/providers/gmail.js +139 -0
  340. package/dist/integrations/providers/google-calendar.d.ts +3 -0
  341. package/dist/integrations/providers/google-calendar.js +122 -0
  342. package/dist/integrations/providers/gradium.d.ts +3 -0
  343. package/dist/integrations/providers/gradium.js +140 -0
  344. package/dist/integrations/providers/granola.d.ts +3 -0
  345. package/dist/integrations/providers/granola.js +137 -0
  346. package/dist/integrations/providers/index.d.ts +38 -0
  347. package/dist/integrations/providers/index.js +2124 -0
  348. package/dist/integrations/providers/jira.d.ts +3 -0
  349. package/dist/integrations/providers/jira.js +138 -0
  350. package/dist/integrations/providers/linear.d.ts +3 -0
  351. package/dist/integrations/providers/linear.js +137 -0
  352. package/dist/integrations/providers/llm.d.ts +79 -0
  353. package/dist/integrations/providers/llm.js +1 -0
  354. package/dist/integrations/providers/meeting-recorder.d.ts +129 -0
  355. package/dist/integrations/providers/meeting-recorder.js +1 -0
  356. package/dist/integrations/providers/mistral.d.ts +3 -0
  357. package/dist/integrations/providers/mistral.js +124 -0
  358. package/dist/integrations/providers/notion.d.ts +3 -0
  359. package/dist/integrations/providers/notion.js +143 -0
  360. package/dist/integrations/providers/openbanking.d.ts +125 -0
  361. package/dist/integrations/providers/openbanking.js +1 -0
  362. package/dist/integrations/providers/payments.d.ts +106 -0
  363. package/dist/integrations/providers/payments.js +1 -0
  364. package/dist/integrations/providers/posthog-llm-telemetry.d.ts +51 -0
  365. package/dist/integrations/providers/posthog-llm-telemetry.js +206 -0
  366. package/dist/integrations/providers/posthog.d.ts +3 -0
  367. package/dist/integrations/providers/posthog.js +136 -0
  368. package/dist/integrations/providers/postmark.d.ts +3 -0
  369. package/dist/integrations/providers/postmark.js +128 -0
  370. package/dist/integrations/providers/powens.d.ts +3 -0
  371. package/dist/integrations/providers/powens.js +154 -0
  372. package/dist/integrations/providers/project-management.d.ts +32 -0
  373. package/dist/integrations/providers/project-management.js +1 -0
  374. package/dist/integrations/providers/providers.test.d.ts +1 -0
  375. package/dist/integrations/providers/qdrant.d.ts +3 -0
  376. package/dist/integrations/providers/qdrant.js +131 -0
  377. package/dist/integrations/providers/registry.d.ts +6 -0
  378. package/dist/integrations/providers/registry.js +1908 -0
  379. package/dist/integrations/providers/sms.d.ts +31 -0
  380. package/dist/integrations/providers/sms.js +1 -0
  381. package/dist/integrations/providers/storage.d.ts +57 -0
  382. package/dist/integrations/providers/storage.js +1 -0
  383. package/dist/integrations/providers/stripe.d.ts +3 -0
  384. package/dist/integrations/providers/stripe.js +135 -0
  385. package/dist/integrations/providers/supabase-postgres.d.ts +3 -0
  386. package/dist/integrations/providers/supabase-postgres.js +117 -0
  387. package/dist/integrations/providers/supabase-vector.d.ts +3 -0
  388. package/dist/integrations/providers/supabase-vector.js +137 -0
  389. package/dist/integrations/providers/tldv.d.ts +3 -0
  390. package/dist/integrations/providers/tldv.js +136 -0
  391. package/dist/integrations/providers/twilio-sms.d.ts +3 -0
  392. package/dist/integrations/providers/twilio-sms.js +121 -0
  393. package/dist/integrations/providers/vector-store.d.ts +39 -0
  394. package/dist/integrations/providers/vector-store.js +1 -0
  395. package/dist/integrations/providers/voice.d.ts +31 -0
  396. package/dist/integrations/providers/voice.js +1 -0
  397. package/dist/integrations/runtime.d.ts +95 -0
  398. package/dist/integrations/runtime.js +239 -0
  399. package/dist/integrations/runtime.test.d.ts +1 -0
  400. package/dist/integrations/secrets/aws-secret-manager.d.ts +28 -0
  401. package/dist/integrations/secrets/aws-secret-manager.js +376 -0
  402. package/dist/integrations/secrets/env-secret-provider.d.ts +28 -0
  403. package/dist/integrations/secrets/env-secret-provider.js +189 -0
  404. package/dist/integrations/secrets/gcp-secret-manager.d.ts +29 -0
  405. package/dist/integrations/secrets/gcp-secret-manager.js +377 -0
  406. package/dist/integrations/secrets/index.d.ts +6 -0
  407. package/dist/integrations/secrets/index.js +1159 -0
  408. package/dist/integrations/secrets/manager.d.ts +44 -0
  409. package/dist/integrations/secrets/manager.js +213 -0
  410. package/dist/integrations/secrets/provider.d.ts +49 -0
  411. package/dist/integrations/secrets/provider.js +104 -0
  412. package/dist/integrations/secrets/provider.test.d.ts +1 -0
  413. package/dist/integrations/secrets/scaleway-secret-manager.d.ts +35 -0
  414. package/dist/integrations/secrets/scaleway-secret-manager.js +405 -0
  415. package/dist/integrations/secrets-types.d.ts +14 -0
  416. package/dist/integrations/secrets-types.js +1 -0
  417. package/dist/integrations/spec.d.ts +72 -0
  418. package/dist/integrations/spec.js +52 -0
  419. package/dist/integrations/spec.test.d.ts +1 -0
  420. package/dist/jobs/define-job.d.ts +15 -0
  421. package/dist/jobs/define-job.js +41 -0
  422. package/dist/jobs/gcp-cloud-tasks.d.ts +38 -0
  423. package/dist/jobs/gcp-cloud-tasks.js +103 -0
  424. package/dist/jobs/gcp-pubsub.d.ts +22 -0
  425. package/dist/jobs/gcp-pubsub.js +91 -0
  426. package/dist/jobs/handlers/gmail-sync-handler.d.ts +5 -0
  427. package/dist/jobs/handlers/gmail-sync-handler.js +40 -0
  428. package/dist/jobs/handlers/handlers.test.d.ts +1 -0
  429. package/dist/jobs/handlers/index.d.ts +5 -0
  430. package/dist/jobs/handlers/index.js +83 -0
  431. package/dist/jobs/handlers/ping-handler.d.ts +6 -0
  432. package/dist/jobs/handlers/ping-handler.js +47 -0
  433. package/dist/jobs/handlers/storage-document-handler.d.ts +8 -0
  434. package/dist/jobs/handlers/storage-document-handler.js +47 -0
  435. package/dist/jobs/index.d.ts +2 -0
  436. package/dist/jobs/index.js +64 -0
  437. package/dist/jobs/memory-queue.d.ts +14 -0
  438. package/dist/jobs/memory-queue.js +129 -0
  439. package/dist/jobs/queue.d.ts +126 -0
  440. package/dist/jobs/queue.js +55 -0
  441. package/dist/jobs/queue.test.d.ts +1 -0
  442. package/dist/jobs/scaleway-sqs-queue.d.ts +27 -0
  443. package/dist/jobs/scaleway-sqs-queue.js +222 -0
  444. package/dist/jsonschema.d.ts +39 -0
  445. package/dist/jsonschema.js +73 -0
  446. package/dist/jsonschema.test.d.ts +1 -0
  447. package/dist/knowledge/binding.d.ts +22 -0
  448. package/dist/knowledge/binding.js +1 -0
  449. package/dist/knowledge/docs/knowledge.docblock.d.ts +2 -0
  450. package/dist/knowledge/docs/knowledge.docblock.js +301 -0
  451. package/dist/knowledge/index.d.ts +4 -0
  452. package/dist/knowledge/index.js +467 -0
  453. package/dist/knowledge/ingestion/document-processor.d.ts +22 -0
  454. package/dist/knowledge/ingestion/document-processor.js +95 -0
  455. package/dist/knowledge/ingestion/embedding-service.d.ts +8 -0
  456. package/dist/knowledge/ingestion/embedding-service.js +57 -0
  457. package/dist/knowledge/ingestion/gmail-adapter.d.ts +14 -0
  458. package/dist/knowledge/ingestion/gmail-adapter.js +103 -0
  459. package/dist/knowledge/ingestion/index.d.ts +5 -0
  460. package/dist/knowledge/ingestion/index.js +252 -0
  461. package/dist/knowledge/ingestion/ingestion.test.d.ts +1 -0
  462. package/dist/knowledge/ingestion/storage-adapter.d.ts +11 -0
  463. package/dist/knowledge/ingestion/storage-adapter.js +62 -0
  464. package/dist/knowledge/ingestion/vector-indexer.d.ts +14 -0
  465. package/dist/knowledge/ingestion/vector-indexer.js +63 -0
  466. package/dist/knowledge/knowledge.capability.d.ts +1 -0
  467. package/dist/knowledge/knowledge.capability.js +726 -0
  468. package/dist/knowledge/knowledge.feature.d.ts +5 -0
  469. package/dist/knowledge/knowledge.feature.js +300 -0
  470. package/dist/knowledge/operations.d.ts +311 -0
  471. package/dist/knowledge/operations.js +619 -0
  472. package/dist/knowledge/operations.test.d.ts +1 -0
  473. package/dist/knowledge/query/index.d.ts +1 -0
  474. package/dist/knowledge/query/index.js +110 -0
  475. package/dist/knowledge/query/service.d.ts +25 -0
  476. package/dist/knowledge/query/service.js +110 -0
  477. package/dist/knowledge/query/service.test.d.ts +1 -0
  478. package/dist/knowledge/runtime.d.ts +28 -0
  479. package/dist/knowledge/runtime.js +91 -0
  480. package/dist/knowledge/runtime.test.d.ts +1 -0
  481. package/dist/knowledge/source.d.ts +29 -0
  482. package/dist/knowledge/source.js +1 -0
  483. package/dist/knowledge/spaces/email-threads.d.ts +3 -0
  484. package/dist/knowledge/spaces/email-threads.js +102 -0
  485. package/dist/knowledge/spaces/financial-docs.d.ts +3 -0
  486. package/dist/knowledge/spaces/financial-docs.js +102 -0
  487. package/dist/knowledge/spaces/financial-overview.d.ts +3 -0
  488. package/dist/knowledge/spaces/financial-overview.js +102 -0
  489. package/dist/knowledge/spaces/index.d.ts +6 -0
  490. package/dist/knowledge/spaces/index.js +273 -0
  491. package/dist/knowledge/spaces/product-canon.d.ts +3 -0
  492. package/dist/knowledge/spaces/product-canon.js +102 -0
  493. package/dist/knowledge/spaces/spaces.test.d.ts +1 -0
  494. package/dist/knowledge/spaces/support-faq.d.ts +3 -0
  495. package/dist/knowledge/spaces/support-faq.js +103 -0
  496. package/dist/knowledge/spaces/uploaded-docs.d.ts +3 -0
  497. package/dist/knowledge/spaces/uploaded-docs.js +102 -0
  498. package/dist/knowledge/spec.d.ts +42 -0
  499. package/dist/knowledge/spec.js +228 -0
  500. package/dist/knowledge/spec.test.d.ts +1 -0
  501. package/dist/llm/exporters.d.ts +68 -0
  502. package/dist/llm/exporters.js +1011 -0
  503. package/dist/llm/index.d.ts +12 -0
  504. package/dist/llm/index.js +1465 -0
  505. package/dist/llm/prompts.d.ts +53 -0
  506. package/dist/llm/prompts.js +1456 -0
  507. package/dist/llm/types.d.ts +212 -0
  508. package/dist/llm/types.js +1 -0
  509. package/dist/markdown.d.ts +16 -0
  510. package/dist/markdown.js +529 -0
  511. package/dist/migrations.d.ts +48 -0
  512. package/dist/migrations.js +67 -0
  513. package/dist/migrations.test.d.ts +1 -0
  514. package/dist/model-registry.d.ts +9 -0
  515. package/dist/model-registry.js +64 -0
  516. package/dist/model-registry.test.d.ts +1 -0
  517. package/dist/node/app-config/app-config.capability.js +730 -0
  518. package/dist/node/app-config/app-config.contracts.js +713 -0
  519. package/dist/node/app-config/app-config.feature.js +255 -0
  520. package/dist/node/app-config/branding.js +0 -0
  521. package/dist/node/app-config/docs/app-config.docblock.js +383 -0
  522. package/dist/node/app-config/events.js +386 -0
  523. package/dist/node/app-config/index.js +2899 -0
  524. package/dist/node/app-config/lifecycle-contracts.js +870 -0
  525. package/dist/node/app-config/lifecycle.js +0 -0
  526. package/dist/node/app-config/runtime.js +734 -0
  527. package/dist/node/app-config/spec.js +229 -0
  528. package/dist/node/app-config/validation.js +650 -0
  529. package/dist/node/capabilities/capabilities.js +217 -0
  530. package/dist/node/capabilities/context.js +101 -0
  531. package/dist/node/capabilities/docs/capabilities.docblock.js +353 -0
  532. package/dist/node/capabilities/guards.js +177 -0
  533. package/dist/node/capabilities/index.js +739 -0
  534. package/dist/node/capabilities/meeting-recorder.js +154 -0
  535. package/dist/node/capabilities/openbanking.js +166 -0
  536. package/dist/node/capabilities/validation.js +185 -0
  537. package/dist/node/contract-registry/index.js +129 -0
  538. package/dist/node/contract-registry/schemas.js +129 -0
  539. package/dist/node/contract-registry/types.js +0 -0
  540. package/dist/node/data-views/data-views.js +232 -0
  541. package/dist/node/data-views/docs/data-views.docblock.js +164 -0
  542. package/dist/node/data-views/index.js +232 -0
  543. package/dist/node/data-views/query-generator.js +89 -0
  544. package/dist/node/data-views/registry.js +226 -0
  545. package/dist/node/data-views/report/contractVerificationTable.js +240 -0
  546. package/dist/node/data-views/runtime.js +108 -0
  547. package/dist/node/data-views/spec.js +38 -0
  548. package/dist/node/data-views/types.js +0 -0
  549. package/dist/node/docs/accessibility_wcag_compliance_specs.docblock.js +513 -0
  550. package/dist/node/docs/capabilities/documentationSystem.capability.js +784 -0
  551. package/dist/node/docs/capabilities/index.js +784 -0
  552. package/dist/node/docs/commands/docsGenerate.command.js +802 -0
  553. package/dist/node/docs/commands/docsPublish.command.js +781 -0
  554. package/dist/node/docs/commands/index.js +906 -0
  555. package/dist/node/docs/constants.js +78 -0
  556. package/dist/node/docs/contracts.js +1611 -0
  557. package/dist/node/docs/ensure-docblocks.js +264 -0
  558. package/dist/node/docs/events/docsGenerated.event.js +533 -0
  559. package/dist/node/docs/events/docsPublished.event.js +534 -0
  560. package/dist/node/docs/events/index.js +567 -0
  561. package/dist/node/docs/forms/docsSearch.form.js +676 -0
  562. package/dist/node/docs/forms/index.js +676 -0
  563. package/dist/node/docs/index.js +4719 -0
  564. package/dist/node/docs/meta.docs.js +176 -0
  565. package/dist/node/docs/presentations/docsLayout.presentation.js +527 -0
  566. package/dist/node/docs/presentations/docsReferencePage.presentation.js +527 -0
  567. package/dist/node/docs/presentations/index.js +555 -0
  568. package/dist/node/docs/presentations.js +97 -0
  569. package/dist/node/docs/queries/contractReference.query.js +752 -0
  570. package/dist/node/docs/queries/docsIndex.query.js +752 -0
  571. package/dist/node/docs/queries/index.js +827 -0
  572. package/dist/node/docs/registry.js +153 -0
  573. package/dist/node/docs/tech/auth/better-auth-nextjs.docblock.js +221 -0
  574. package/dist/node/docs/tech/cli.docblock.js +291 -0
  575. package/dist/node/docs/tech/contracts/README.docblock.js +164 -0
  576. package/dist/node/docs/tech/contracts/migrations.docblock.js +164 -0
  577. package/dist/node/docs/tech/contracts/openapi-export.docblock.js +201 -0
  578. package/dist/node/docs/tech/contracts/openapi-import.docblock.js +207 -0
  579. package/dist/node/docs/tech/contracts/ops-to-presentation-linking.docblock.js +225 -0
  580. package/dist/node/docs/tech/contracts/overlays.docblock.js +231 -0
  581. package/dist/node/docs/tech/contracts/tests.docblock.js +164 -0
  582. package/dist/node/docs/tech/contracts/themes.docblock.js +257 -0
  583. package/dist/node/docs/tech/contracts/vertical-pocket-family-office.docblock.js +269 -0
  584. package/dist/node/docs/tech/docs-system.docblock.js +264 -0
  585. package/dist/node/docs/tech/lifecycle-stage-system.docblock.js +376 -0
  586. package/dist/node/docs/tech/llm/llm-integration.docblock.js +482 -0
  587. package/dist/node/docs/tech/mcp-endpoints.docblock.js +185 -0
  588. package/dist/node/docs/tech/presentation-runtime.docblock.js +221 -0
  589. package/dist/node/docs/tech/report-verification-table.docblock.js +191 -0
  590. package/dist/node/docs/tech/schema/README.docblock.js +164 -0
  591. package/dist/node/docs/tech/studio/learning-events.docblock.js +190 -0
  592. package/dist/node/docs/tech/studio/learning-journeys.docblock.js +227 -0
  593. package/dist/node/docs/tech/studio/platform-admin-panel.docblock.js +226 -0
  594. package/dist/node/docs/tech/studio/project-access-teams.docblock.js +200 -0
  595. package/dist/node/docs/tech/studio/project-routing.docblock.js +209 -0
  596. package/dist/node/docs/tech/studio/sandbox-unlogged.docblock.js +183 -0
  597. package/dist/node/docs/tech/studio/team-invitations.docblock.js +228 -0
  598. package/dist/node/docs/tech/studio/workspace-ops.docblock.js +189 -0
  599. package/dist/node/docs/tech/studio/workspaces.docblock.js +204 -0
  600. package/dist/node/docs/tech/telemetry-ingest.docblock.js +305 -0
  601. package/dist/node/docs/tech/vscode-extension.docblock.js +241 -0
  602. package/dist/node/docs/tech-contracts.docs.js +239 -0
  603. package/dist/node/docs/types.js +0 -0
  604. package/dist/node/docs/views/contractReference.dataView.js +838 -0
  605. package/dist/node/docs/views/docsIndex.dataView.js +832 -0
  606. package/dist/node/docs/views/exampleCatalog.dataView.js +816 -0
  607. package/dist/node/docs/views/index.js +1031 -0
  608. package/dist/node/events.js +228 -0
  609. package/dist/node/examples/define.js +36 -0
  610. package/dist/node/examples/docs/examples.docblock.js +307 -0
  611. package/dist/node/examples/index.js +604 -0
  612. package/dist/node/examples/registry.js +286 -0
  613. package/dist/node/examples/schema.js +166 -0
  614. package/dist/node/examples/types.js +77 -0
  615. package/dist/node/examples/validation.js +287 -0
  616. package/dist/node/experiments/docs/experiments.docblock.js +291 -0
  617. package/dist/node/experiments/evaluator.js +155 -0
  618. package/dist/node/experiments/spec-resolver.js +0 -0
  619. package/dist/node/experiments/spec.js +227 -0
  620. package/dist/node/features/index.js +275 -0
  621. package/dist/node/features/install.js +95 -0
  622. package/dist/node/features/registry.js +192 -0
  623. package/dist/node/features/types.js +36 -0
  624. package/dist/node/features/validation.js +48 -0
  625. package/dist/node/forms/docs/forms.docblock.js +164 -0
  626. package/dist/node/forms/forms.js +332 -0
  627. package/dist/node/forms/index.js +332 -0
  628. package/dist/node/index.js +2195 -0
  629. package/dist/node/install.js +60 -0
  630. package/dist/node/integrations/binding.js +0 -0
  631. package/dist/node/integrations/connection.js +0 -0
  632. package/dist/node/integrations/docs/integrations.docblock.js +140 -0
  633. package/dist/node/integrations/health.js +103 -0
  634. package/dist/node/integrations/index.js +3293 -0
  635. package/dist/node/integrations/integrations.capability.js +48 -0
  636. package/dist/node/integrations/integrations.feature.js +63 -0
  637. package/dist/node/integrations/meeting-recorder/contracts/index.js +504 -0
  638. package/dist/node/integrations/meeting-recorder/contracts/meetings.js +249 -0
  639. package/dist/node/integrations/meeting-recorder/contracts/transcripts.js +317 -0
  640. package/dist/node/integrations/meeting-recorder/contracts/webhooks.js +202 -0
  641. package/dist/node/integrations/meeting-recorder/meeting-recorder.capability.js +48 -0
  642. package/dist/node/integrations/meeting-recorder/meeting-recorder.feature.js +63 -0
  643. package/dist/node/integrations/meeting-recorder/models.js +152 -0
  644. package/dist/node/integrations/meeting-recorder/telemetry.js +84 -0
  645. package/dist/node/integrations/openbanking/contracts/accounts.js +358 -0
  646. package/dist/node/integrations/openbanking/contracts/balances.js +322 -0
  647. package/dist/node/integrations/openbanking/contracts/index.js +674 -0
  648. package/dist/node/integrations/openbanking/contracts/transactions.js +328 -0
  649. package/dist/node/integrations/openbanking/guards.js +72 -0
  650. package/dist/node/integrations/openbanking/models.js +140 -0
  651. package/dist/node/integrations/openbanking/openbanking.capability.js +48 -0
  652. package/dist/node/integrations/openbanking/openbanking.feature.js +65 -0
  653. package/dist/node/integrations/openbanking/telemetry.js +81 -0
  654. package/dist/node/integrations/operations.js +327 -0
  655. package/dist/node/integrations/providers/analytics-reader.js +0 -0
  656. package/dist/node/integrations/providers/analytics-writer.js +0 -0
  657. package/dist/node/integrations/providers/analytics.js +0 -0
  658. package/dist/node/integrations/providers/calendar.js +0 -0
  659. package/dist/node/integrations/providers/database.js +0 -0
  660. package/dist/node/integrations/providers/elevenlabs.js +116 -0
  661. package/dist/node/integrations/providers/email.js +0 -0
  662. package/dist/node/integrations/providers/embedding.js +0 -0
  663. package/dist/node/integrations/providers/fal.js +142 -0
  664. package/dist/node/integrations/providers/fathom.js +156 -0
  665. package/dist/node/integrations/providers/fireflies.js +136 -0
  666. package/dist/node/integrations/providers/gcs-storage.js +127 -0
  667. package/dist/node/integrations/providers/gmail.js +139 -0
  668. package/dist/node/integrations/providers/google-calendar.js +122 -0
  669. package/dist/node/integrations/providers/gradium.js +140 -0
  670. package/dist/node/integrations/providers/granola.js +137 -0
  671. package/dist/node/integrations/providers/index.js +2124 -0
  672. package/dist/node/integrations/providers/jira.js +138 -0
  673. package/dist/node/integrations/providers/linear.js +137 -0
  674. package/dist/node/integrations/providers/llm.js +0 -0
  675. package/dist/node/integrations/providers/meeting-recorder.js +0 -0
  676. package/dist/node/integrations/providers/mistral.js +124 -0
  677. package/dist/node/integrations/providers/notion.js +143 -0
  678. package/dist/node/integrations/providers/openbanking.js +0 -0
  679. package/dist/node/integrations/providers/payments.js +0 -0
  680. package/dist/node/integrations/providers/posthog-llm-telemetry.js +206 -0
  681. package/dist/node/integrations/providers/posthog.js +136 -0
  682. package/dist/node/integrations/providers/postmark.js +128 -0
  683. package/dist/node/integrations/providers/powens.js +154 -0
  684. package/dist/node/integrations/providers/project-management.js +0 -0
  685. package/dist/node/integrations/providers/qdrant.js +131 -0
  686. package/dist/node/integrations/providers/registry.js +1908 -0
  687. package/dist/node/integrations/providers/sms.js +0 -0
  688. package/dist/node/integrations/providers/storage.js +0 -0
  689. package/dist/node/integrations/providers/stripe.js +135 -0
  690. package/dist/node/integrations/providers/supabase-postgres.js +117 -0
  691. package/dist/node/integrations/providers/supabase-vector.js +137 -0
  692. package/dist/node/integrations/providers/tldv.js +136 -0
  693. package/dist/node/integrations/providers/twilio-sms.js +121 -0
  694. package/dist/node/integrations/providers/vector-store.js +0 -0
  695. package/dist/node/integrations/providers/voice.js +0 -0
  696. package/dist/node/integrations/runtime.js +239 -0
  697. package/dist/node/integrations/secrets/aws-secret-manager.js +376 -0
  698. package/dist/node/integrations/secrets/env-secret-provider.js +189 -0
  699. package/dist/node/integrations/secrets/gcp-secret-manager.js +377 -0
  700. package/dist/node/integrations/secrets/index.js +1159 -0
  701. package/dist/node/integrations/secrets/manager.js +213 -0
  702. package/dist/node/integrations/secrets/provider.js +104 -0
  703. package/dist/node/integrations/secrets/scaleway-secret-manager.js +405 -0
  704. package/dist/node/integrations/secrets-types.js +0 -0
  705. package/dist/node/integrations/spec.js +52 -0
  706. package/dist/node/jobs/define-job.js +41 -0
  707. package/dist/node/jobs/gcp-cloud-tasks.js +103 -0
  708. package/dist/node/jobs/gcp-pubsub.js +91 -0
  709. package/dist/node/jobs/handlers/gmail-sync-handler.js +40 -0
  710. package/dist/node/jobs/handlers/index.js +83 -0
  711. package/dist/node/jobs/handlers/ping-handler.js +47 -0
  712. package/dist/node/jobs/handlers/storage-document-handler.js +47 -0
  713. package/dist/node/jobs/index.js +64 -0
  714. package/dist/node/jobs/memory-queue.js +129 -0
  715. package/dist/node/jobs/queue.js +55 -0
  716. package/dist/node/jobs/scaleway-sqs-queue.js +222 -0
  717. package/dist/node/jsonschema.js +73 -0
  718. package/dist/node/knowledge/binding.js +0 -0
  719. package/dist/node/knowledge/docs/knowledge.docblock.js +301 -0
  720. package/dist/node/knowledge/index.js +467 -0
  721. package/dist/node/knowledge/ingestion/document-processor.js +95 -0
  722. package/dist/node/knowledge/ingestion/embedding-service.js +57 -0
  723. package/dist/node/knowledge/ingestion/gmail-adapter.js +103 -0
  724. package/dist/node/knowledge/ingestion/index.js +252 -0
  725. package/dist/node/knowledge/ingestion/storage-adapter.js +62 -0
  726. package/dist/node/knowledge/ingestion/vector-indexer.js +63 -0
  727. package/dist/node/knowledge/knowledge.capability.js +726 -0
  728. package/dist/node/knowledge/knowledge.feature.js +300 -0
  729. package/dist/node/knowledge/operations.js +619 -0
  730. package/dist/node/knowledge/query/index.js +110 -0
  731. package/dist/node/knowledge/query/service.js +110 -0
  732. package/dist/node/knowledge/runtime.js +91 -0
  733. package/dist/node/knowledge/source.js +0 -0
  734. package/dist/node/knowledge/spaces/email-threads.js +102 -0
  735. package/dist/node/knowledge/spaces/financial-docs.js +102 -0
  736. package/dist/node/knowledge/spaces/financial-overview.js +102 -0
  737. package/dist/node/knowledge/spaces/index.js +273 -0
  738. package/dist/node/knowledge/spaces/product-canon.js +102 -0
  739. package/dist/node/knowledge/spaces/support-faq.js +103 -0
  740. package/dist/node/knowledge/spaces/uploaded-docs.js +102 -0
  741. package/dist/node/knowledge/spec.js +228 -0
  742. package/dist/node/llm/exporters.js +1011 -0
  743. package/dist/node/llm/index.js +1465 -0
  744. package/dist/node/llm/prompts.js +1456 -0
  745. package/dist/node/llm/types.js +0 -0
  746. package/dist/node/markdown.js +529 -0
  747. package/dist/node/migrations.js +67 -0
  748. package/dist/node/model-registry.js +64 -0
  749. package/dist/node/onboarding-base.js +597 -0
  750. package/dist/node/openapi.js +151 -0
  751. package/dist/node/operations/index.js +408 -0
  752. package/dist/node/operations/operation.js +51 -0
  753. package/dist/node/operations/registry.js +405 -0
  754. package/dist/node/operations/report/getContractVerificationStatus.js +170 -0
  755. package/dist/node/operations/report/index.js +305 -0
  756. package/dist/node/ownership.js +73 -0
  757. package/dist/node/policy/context.js +206 -0
  758. package/dist/node/policy/docs/policy.docblock.js +313 -0
  759. package/dist/node/policy/engine.js +325 -0
  760. package/dist/node/policy/guards.js +387 -0
  761. package/dist/node/policy/index.js +1313 -0
  762. package/dist/node/policy/opa-adapter.js +110 -0
  763. package/dist/node/policy/registry.js +221 -0
  764. package/dist/node/policy/spec.js +0 -0
  765. package/dist/node/policy/validation.js +391 -0
  766. package/dist/node/presentations/docs/presentations-conventions.docblock.js +171 -0
  767. package/dist/node/presentations/index.js +227 -0
  768. package/dist/node/presentations/presentations.js +38 -0
  769. package/dist/node/presentations/registry.js +221 -0
  770. package/dist/node/presentations/transform-engine.js +600 -0
  771. package/dist/node/product-intent/contract-patch-intent.js +68 -0
  772. package/dist/node/product-intent/contract-spec-patch.js +75 -0
  773. package/dist/node/product-intent/evidence.js +45 -0
  774. package/dist/node/product-intent/findings.js +81 -0
  775. package/dist/node/product-intent/impact-report.js +62 -0
  776. package/dist/node/product-intent/index.js +742 -0
  777. package/dist/node/product-intent/insights.js +63 -0
  778. package/dist/node/product-intent/opportunity-brief.js +106 -0
  779. package/dist/node/product-intent/problems.js +55 -0
  780. package/dist/node/product-intent/registry.js +242 -0
  781. package/dist/node/product-intent/runtime.js +320 -0
  782. package/dist/node/product-intent/spec.js +425 -0
  783. package/dist/node/product-intent/task-pack.js +69 -0
  784. package/dist/node/product-intent/tickets.js +57 -0
  785. package/dist/node/product-intent/types.js +378 -0
  786. package/dist/node/product-intent/ui-wireframe.js +73 -0
  787. package/dist/node/prompt.js +38 -0
  788. package/dist/node/promptRegistry.js +63 -0
  789. package/dist/node/regenerator/adapters.js +0 -0
  790. package/dist/node/regenerator/docs/regenerator.docblock.js +164 -0
  791. package/dist/node/regenerator/executor.js +157 -0
  792. package/dist/node/regenerator/index.js +341 -0
  793. package/dist/node/regenerator/service.js +183 -0
  794. package/dist/node/regenerator/sinks.js +64 -0
  795. package/dist/node/regenerator/types.js +0 -0
  796. package/dist/node/regenerator/utils.js +87 -0
  797. package/dist/node/registry-utils.js +163 -0
  798. package/dist/node/registry.js +215 -0
  799. package/dist/node/resources.js +83 -0
  800. package/dist/node/schema-to-markdown.js +278 -0
  801. package/dist/node/serialization/index.js +179 -0
  802. package/dist/node/serialization/serializers.js +180 -0
  803. package/dist/node/serialization/types.js +0 -0
  804. package/dist/node/telemetry/anomaly.js +91 -0
  805. package/dist/node/telemetry/docs/telemetry.docblock.js +164 -0
  806. package/dist/node/telemetry/index.js +417 -0
  807. package/dist/node/telemetry/spec.js +261 -0
  808. package/dist/node/telemetry/tracker.js +129 -0
  809. package/dist/node/tests/index.js +231 -0
  810. package/dist/node/tests/runner.js +189 -0
  811. package/dist/node/tests/spec.js +74 -0
  812. package/dist/node/themes.js +225 -0
  813. package/dist/node/translations/catalog.js +0 -0
  814. package/dist/node/translations/index.js +533 -0
  815. package/dist/node/translations/registry.js +170 -0
  816. package/dist/node/translations/spec.js +36 -0
  817. package/dist/node/translations/tenant.js +0 -0
  818. package/dist/node/translations/validation.js +392 -0
  819. package/dist/node/types.js +0 -0
  820. package/dist/node/versioning/index.js +274 -0
  821. package/dist/node/versioning/refs.js +99 -0
  822. package/dist/node/versioning/types.js +55 -0
  823. package/dist/node/versioning/utils.js +184 -0
  824. package/dist/node/workflow/adapters/db-adapter.js +127 -0
  825. package/dist/node/workflow/adapters/file-adapter.js +38 -0
  826. package/dist/node/workflow/adapters/index.js +194 -0
  827. package/dist/node/workflow/adapters/memory-store.js +93 -0
  828. package/dist/node/workflow/context.js +247 -0
  829. package/dist/node/workflow/expression.js +157 -0
  830. package/dist/node/workflow/index.js +1546 -0
  831. package/dist/node/workflow/overview.docblock.js +164 -0
  832. package/dist/node/workflow/runner.js +532 -0
  833. package/dist/node/workflow/sla-monitor.js +84 -0
  834. package/dist/node/workflow/spec.js +221 -0
  835. package/dist/node/workflow/state.js +0 -0
  836. package/dist/node/workflow/validation.js +425 -0
  837. package/dist/node/workspace-config/contractsrc-schema.js +344 -0
  838. package/dist/node/workspace-config/contractsrc-types.js +0 -0
  839. package/dist/node/workspace-config/index.js +325 -0
  840. package/dist/node/workspace-config/workspace-config.docblock.js +188 -0
  841. package/dist/onboarding-base.d.ts +131 -0
  842. package/dist/onboarding-base.js +597 -0
  843. package/dist/openapi.d.ts +33 -0
  844. package/dist/openapi.js +151 -0
  845. package/dist/operations/index.d.ts +2 -0
  846. package/dist/operations/index.js +408 -0
  847. package/dist/operations/operation.d.ts +191 -0
  848. package/dist/operations/operation.js +51 -0
  849. package/dist/operations/registry.d.ts +58 -0
  850. package/dist/operations/registry.js +405 -0
  851. package/dist/operations/report/getContractVerificationStatus.d.ts +68 -0
  852. package/dist/operations/report/getContractVerificationStatus.js +170 -0
  853. package/dist/operations/report/getContractVerificationStatus.test.d.ts +1 -0
  854. package/dist/operations/report/index.d.ts +10 -0
  855. package/dist/operations/report/index.js +305 -0
  856. package/dist/operations/report/index.test.d.ts +1 -0
  857. package/dist/ownership.d.ts +211 -0
  858. package/dist/ownership.js +73 -0
  859. package/dist/ownership.test.d.ts +1 -0
  860. package/dist/policy/context.d.ts +234 -0
  861. package/dist/policy/context.js +206 -0
  862. package/dist/policy/context.test.d.ts +1 -0
  863. package/dist/policy/docs/policy.docblock.d.ts +2 -0
  864. package/dist/policy/docs/policy.docblock.js +313 -0
  865. package/dist/policy/engine.d.ts +36 -0
  866. package/dist/policy/engine.js +325 -0
  867. package/dist/policy/engine.test.d.ts +1 -0
  868. package/dist/policy/guards.d.ts +156 -0
  869. package/dist/policy/guards.js +387 -0
  870. package/dist/policy/guards.test.d.ts +1 -0
  871. package/dist/policy/index.d.ts +12 -0
  872. package/dist/policy/index.js +1313 -0
  873. package/dist/policy/opa-adapter.d.ts +41 -0
  874. package/dist/policy/opa-adapter.js +110 -0
  875. package/dist/policy/opa-adapter.test.d.ts +1 -0
  876. package/dist/policy/registry.d.ts +5 -0
  877. package/dist/policy/registry.js +221 -0
  878. package/dist/policy/spec.d.ts +102 -0
  879. package/dist/policy/spec.js +1 -0
  880. package/dist/policy/validation.d.ts +84 -0
  881. package/dist/policy/validation.js +391 -0
  882. package/dist/policy/validation.test.d.ts +1 -0
  883. package/dist/presentations/docs/presentations-conventions.docblock.d.ts +2 -0
  884. package/dist/presentations/docs/presentations-conventions.docblock.js +171 -0
  885. package/dist/presentations/index.d.ts +2 -0
  886. package/dist/presentations/index.js +227 -0
  887. package/dist/presentations/presentations.d.ts +52 -0
  888. package/dist/presentations/presentations.js +38 -0
  889. package/dist/presentations/registry.d.ts +6 -0
  890. package/dist/presentations/registry.js +221 -0
  891. package/dist/presentations/transform-engine.d.ts +62 -0
  892. package/dist/presentations/transform-engine.js +600 -0
  893. package/dist/presentations/transform-engine.test.d.ts +1 -0
  894. package/dist/product-intent/contract-patch-intent.d.ts +100 -0
  895. package/dist/product-intent/contract-patch-intent.js +68 -0
  896. package/dist/product-intent/contract-spec-patch.d.ts +86 -0
  897. package/dist/product-intent/contract-spec-patch.js +75 -0
  898. package/dist/product-intent/evidence.d.ts +14 -0
  899. package/dist/product-intent/evidence.js +45 -0
  900. package/dist/product-intent/findings.d.ts +57 -0
  901. package/dist/product-intent/findings.js +81 -0
  902. package/dist/product-intent/impact-report.d.ts +57 -0
  903. package/dist/product-intent/impact-report.js +62 -0
  904. package/dist/product-intent/index.d.ts +13 -0
  905. package/dist/product-intent/index.js +742 -0
  906. package/dist/product-intent/insights.d.ts +62 -0
  907. package/dist/product-intent/insights.js +63 -0
  908. package/dist/product-intent/opportunity-brief.d.ts +192 -0
  909. package/dist/product-intent/opportunity-brief.js +106 -0
  910. package/dist/product-intent/problems.d.ts +59 -0
  911. package/dist/product-intent/problems.js +55 -0
  912. package/dist/product-intent/registry.d.ts +28 -0
  913. package/dist/product-intent/registry.js +242 -0
  914. package/dist/product-intent/registry.test.d.ts +1 -0
  915. package/dist/product-intent/runtime.d.ts +92 -0
  916. package/dist/product-intent/runtime.js +320 -0
  917. package/dist/product-intent/runtime.test.d.ts +1 -0
  918. package/dist/product-intent/spec.d.ts +664 -0
  919. package/dist/product-intent/spec.js +425 -0
  920. package/dist/product-intent/task-pack.d.ts +98 -0
  921. package/dist/product-intent/task-pack.js +69 -0
  922. package/dist/product-intent/tickets.d.ts +67 -0
  923. package/dist/product-intent/tickets.js +57 -0
  924. package/dist/product-intent/types.d.ts +11 -0
  925. package/dist/product-intent/types.js +378 -0
  926. package/dist/product-intent/ui-wireframe.d.ts +100 -0
  927. package/dist/product-intent/ui-wireframe.js +73 -0
  928. package/dist/prompt.d.ts +49 -0
  929. package/dist/prompt.js +38 -0
  930. package/dist/prompt.test.d.ts +1 -0
  931. package/dist/promptRegistry.d.ts +11 -0
  932. package/dist/promptRegistry.js +63 -0
  933. package/dist/promptRegistry.test.d.ts +1 -0
  934. package/dist/regenerator/adapters.d.ts +15 -0
  935. package/dist/regenerator/adapters.js +1 -0
  936. package/dist/regenerator/docs/regenerator.docblock.d.ts +2 -0
  937. package/dist/regenerator/docs/regenerator.docblock.js +164 -0
  938. package/dist/regenerator/executor.d.ts +66 -0
  939. package/dist/regenerator/executor.js +157 -0
  940. package/dist/regenerator/executor.test.d.ts +1 -0
  941. package/dist/regenerator/index.d.ts +6 -0
  942. package/dist/regenerator/index.js +341 -0
  943. package/dist/regenerator/service.d.ts +29 -0
  944. package/dist/regenerator/service.js +183 -0
  945. package/dist/regenerator/service.test.d.ts +1 -0
  946. package/dist/regenerator/sinks.d.ts +23 -0
  947. package/dist/regenerator/sinks.js +64 -0
  948. package/dist/regenerator/sinks.test.d.ts +1 -0
  949. package/dist/regenerator/types.d.ts +103 -0
  950. package/dist/regenerator/types.js +1 -0
  951. package/dist/regenerator/utils.d.ts +6 -0
  952. package/dist/regenerator/utils.js +87 -0
  953. package/dist/registry-utils.d.ts +105 -0
  954. package/dist/registry-utils.js +163 -0
  955. package/dist/registry-utils.test.d.ts +1 -0
  956. package/dist/registry.d.ts +27 -0
  957. package/dist/registry.js +215 -0
  958. package/dist/resources.d.ts +60 -0
  959. package/dist/resources.js +83 -0
  960. package/dist/schema-to-markdown.d.ts +56 -0
  961. package/dist/schema-to-markdown.js +278 -0
  962. package/dist/serialization/index.d.ts +10 -0
  963. package/dist/serialization/index.js +179 -0
  964. package/dist/serialization/serializers.d.ts +35 -0
  965. package/dist/serialization/serializers.js +180 -0
  966. package/dist/serialization/types.d.ts +100 -0
  967. package/dist/serialization/types.js +1 -0
  968. package/dist/telemetry/anomaly.d.ts +23 -0
  969. package/dist/telemetry/anomaly.js +91 -0
  970. package/dist/telemetry/anomaly.test.d.ts +1 -0
  971. package/dist/telemetry/docs/telemetry.docblock.d.ts +2 -0
  972. package/dist/telemetry/docs/telemetry.docblock.js +164 -0
  973. package/dist/telemetry/index.d.ts +3 -0
  974. package/dist/telemetry/index.js +417 -0
  975. package/dist/telemetry/spec.d.ts +87 -0
  976. package/dist/telemetry/spec.js +261 -0
  977. package/dist/telemetry/spec.test.d.ts +1 -0
  978. package/dist/telemetry/tracker.d.ts +48 -0
  979. package/dist/telemetry/tracker.js +129 -0
  980. package/dist/telemetry/tracker.test.d.ts +1 -0
  981. package/dist/tests/index.d.ts +2 -0
  982. package/dist/tests/index.js +231 -0
  983. package/dist/tests/runner.d.ts +38 -0
  984. package/dist/tests/runner.js +189 -0
  985. package/dist/tests/runner.test.d.ts +1 -0
  986. package/dist/tests/spec.d.ts +82 -0
  987. package/dist/tests/spec.js +74 -0
  988. package/dist/tests/spec.test.d.ts +1 -0
  989. package/dist/themes.d.ts +50 -0
  990. package/dist/themes.js +225 -0
  991. package/dist/themes.test.d.ts +1 -0
  992. package/dist/translations/catalog.d.ts +25 -0
  993. package/dist/translations/catalog.js +1 -0
  994. package/dist/translations/index.d.ts +44 -0
  995. package/dist/translations/index.js +533 -0
  996. package/dist/translations/registry.d.ts +172 -0
  997. package/dist/translations/registry.js +170 -0
  998. package/dist/translations/registry.test.d.ts +1 -0
  999. package/dist/translations/spec.d.ts +153 -0
  1000. package/dist/translations/spec.js +36 -0
  1001. package/dist/translations/spec.test.d.ts +1 -0
  1002. package/dist/translations/tenant.d.ts +11 -0
  1003. package/dist/translations/tenant.js +1 -0
  1004. package/dist/translations/validation.d.ts +106 -0
  1005. package/dist/translations/validation.js +392 -0
  1006. package/dist/translations/validation.test.d.ts +1 -0
  1007. package/dist/types.d.ts +212 -0
  1008. package/dist/types.js +1 -0
  1009. package/dist/versioning/index.d.ts +9 -0
  1010. package/dist/versioning/index.js +274 -0
  1011. package/dist/versioning/refs.d.ts +176 -0
  1012. package/dist/versioning/refs.js +99 -0
  1013. package/dist/versioning/refs.test.d.ts +4 -0
  1014. package/dist/versioning/types.d.ts +130 -0
  1015. package/dist/versioning/types.js +55 -0
  1016. package/dist/versioning/utils.d.ts +93 -0
  1017. package/dist/versioning/utils.js +184 -0
  1018. package/dist/versioning/utils.test.d.ts +4 -0
  1019. package/dist/workflow/adapters/db-adapter.d.ts +43 -0
  1020. package/dist/workflow/adapters/db-adapter.js +127 -0
  1021. package/dist/workflow/adapters/file-adapter.d.ts +10 -0
  1022. package/dist/workflow/adapters/file-adapter.js +38 -0
  1023. package/dist/workflow/adapters/index.d.ts +3 -0
  1024. package/dist/workflow/adapters/index.js +194 -0
  1025. package/dist/workflow/adapters/memory-store.d.ts +13 -0
  1026. package/dist/workflow/adapters/memory-store.js +93 -0
  1027. package/dist/workflow/context.d.ts +217 -0
  1028. package/dist/workflow/context.js +247 -0
  1029. package/dist/workflow/context.test.d.ts +1 -0
  1030. package/dist/workflow/expression.d.ts +6 -0
  1031. package/dist/workflow/expression.js +157 -0
  1032. package/dist/workflow/expression.test.d.ts +1 -0
  1033. package/dist/workflow/index.d.ts +13 -0
  1034. package/dist/workflow/index.js +1546 -0
  1035. package/dist/workflow/overview.docblock.d.ts +2 -0
  1036. package/dist/workflow/overview.docblock.js +164 -0
  1037. package/dist/workflow/runner.d.ts +71 -0
  1038. package/dist/workflow/runner.js +532 -0
  1039. package/dist/workflow/runner.test.d.ts +1 -0
  1040. package/dist/workflow/sla-monitor.d.ts +16 -0
  1041. package/dist/workflow/sla-monitor.js +84 -0
  1042. package/dist/workflow/spec.d.ts +81 -0
  1043. package/dist/workflow/spec.js +221 -0
  1044. package/dist/workflow/state.d.ts +31 -0
  1045. package/dist/workflow/state.js +1 -0
  1046. package/dist/workflow/validation.d.ts +87 -0
  1047. package/dist/workflow/validation.js +425 -0
  1048. package/dist/workflow/validation.test.d.ts +1 -0
  1049. package/dist/workspace-config/contractsrc-schema.d.ts +144 -0
  1050. package/dist/workspace-config/contractsrc-schema.js +344 -0
  1051. package/dist/workspace-config/contractsrc-schema.test.d.ts +1 -0
  1052. package/dist/workspace-config/contractsrc-types.d.ts +342 -0
  1053. package/dist/workspace-config/contractsrc-types.js +1 -0
  1054. package/dist/workspace-config/index.d.ts +5 -0
  1055. package/dist/workspace-config/index.js +325 -0
  1056. package/dist/workspace-config/workspace-config.docblock.d.ts +2 -0
  1057. package/dist/workspace-config/workspace-config.docblock.js +188 -0
  1058. package/package.json +4426 -0
package/package.json ADDED
@@ -0,0 +1,4426 @@
1
+ {
2
+ "name": "@contractspec/lib.contracts-spec",
3
+ "version": "2.0.0",
4
+ "description": "Spec definitions and registries for ContractSpec",
5
+ "keywords": [
6
+ "contractspec",
7
+ "contracts",
8
+ "specifications",
9
+ "api",
10
+ "typescript",
11
+ "code-generation"
12
+ ],
13
+ "type": "module",
14
+ "types": "./dist/index.d.ts",
15
+ "scripts": {
16
+ "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
17
+ "publish:pkg:canary": "bun publish:pkg --tag canary",
18
+ "clean": "rm -rf dist",
19
+ "lint": "bun run lint:fix",
20
+ "lint:fix": "eslint src --fix",
21
+ "lint:check": "eslint src",
22
+ "build": "bun run prebuild && bun run build:bundle && bun run build:types",
23
+ "build:bundle": "contractspec-bun-build transpile",
24
+ "build:types": "contractspec-bun-build types",
25
+ "prebuild": "contractspec-bun-build prebuild",
26
+ "typecheck": "tsc --noEmit",
27
+ "dev": "contractspec-bun-build dev",
28
+ "registry:build": "bun run scripts/build-registry.ts"
29
+ },
30
+ "dependencies": {
31
+ "@blocknote/core": "^0.46.1",
32
+ "@contractspec/lib.schema": "2.0.0",
33
+ "compare-versions": "^6.1.1",
34
+ "turndown": "^7.2.2",
35
+ "zod": "^4.3.5"
36
+ },
37
+ "peerDependencies": {
38
+ "react": "^19.2.4"
39
+ },
40
+ "devDependencies": {
41
+ "@contractspec/tool.bun": "2.0.0",
42
+ "@contractspec/tool.typescript": "2.0.0",
43
+ "@types/turndown": "^5.0.6",
44
+ "typescript": "^5.9.3"
45
+ },
46
+ "files": [
47
+ "dist",
48
+ "README.md"
49
+ ],
50
+ "exports": {
51
+ ".": {
52
+ "types": "./dist/index.d.ts",
53
+ "bun": "./dist/index.js",
54
+ "node": "./dist/node/index.js",
55
+ "default": "./dist/index.js"
56
+ },
57
+ "./app-config": {
58
+ "types": "./dist/app-config/index.d.ts",
59
+ "bun": "./dist/app-config/index.js",
60
+ "node": "./dist/node/app-config/index.js",
61
+ "default": "./dist/app-config/index.js"
62
+ },
63
+ "./app-config/app-config.capability": {
64
+ "types": "./dist/app-config/app-config.capability.d.ts",
65
+ "bun": "./dist/app-config/app-config.capability.js",
66
+ "node": "./dist/node/app-config/app-config.capability.js",
67
+ "default": "./dist/app-config/app-config.capability.js"
68
+ },
69
+ "./app-config/app-config.contracts": {
70
+ "types": "./dist/app-config/app-config.contracts.d.ts",
71
+ "bun": "./dist/app-config/app-config.contracts.js",
72
+ "node": "./dist/node/app-config/app-config.contracts.js",
73
+ "default": "./dist/app-config/app-config.contracts.js"
74
+ },
75
+ "./app-config/app-config.feature": {
76
+ "types": "./dist/app-config/app-config.feature.d.ts",
77
+ "bun": "./dist/app-config/app-config.feature.js",
78
+ "node": "./dist/node/app-config/app-config.feature.js",
79
+ "default": "./dist/app-config/app-config.feature.js"
80
+ },
81
+ "./app-config/branding": {
82
+ "types": "./dist/app-config/branding.d.ts",
83
+ "bun": "./dist/app-config/branding.js",
84
+ "node": "./dist/node/app-config/branding.js",
85
+ "default": "./dist/app-config/branding.js"
86
+ },
87
+ "./app-config/docs/app-config.docblock": {
88
+ "types": "./dist/app-config/docs/app-config.docblock.d.ts",
89
+ "bun": "./dist/app-config/docs/app-config.docblock.js",
90
+ "node": "./dist/node/app-config/docs/app-config.docblock.js",
91
+ "default": "./dist/app-config/docs/app-config.docblock.js"
92
+ },
93
+ "./app-config/events": {
94
+ "types": "./dist/app-config/events.d.ts",
95
+ "bun": "./dist/app-config/events.js",
96
+ "node": "./dist/node/app-config/events.js",
97
+ "default": "./dist/app-config/events.js"
98
+ },
99
+ "./app-config/index": {
100
+ "types": "./dist/app-config/index.d.ts",
101
+ "bun": "./dist/app-config/index.js",
102
+ "node": "./dist/node/app-config/index.js",
103
+ "default": "./dist/app-config/index.js"
104
+ },
105
+ "./app-config/lifecycle": {
106
+ "types": "./dist/app-config/lifecycle.d.ts",
107
+ "bun": "./dist/app-config/lifecycle.js",
108
+ "node": "./dist/node/app-config/lifecycle.js",
109
+ "default": "./dist/app-config/lifecycle.js"
110
+ },
111
+ "./app-config/lifecycle-contracts": {
112
+ "types": "./dist/app-config/lifecycle-contracts.d.ts",
113
+ "bun": "./dist/app-config/lifecycle-contracts.js",
114
+ "node": "./dist/node/app-config/lifecycle-contracts.js",
115
+ "default": "./dist/app-config/lifecycle-contracts.js"
116
+ },
117
+ "./app-config/runtime": {
118
+ "types": "./dist/app-config/runtime.d.ts",
119
+ "bun": "./dist/app-config/runtime.js",
120
+ "node": "./dist/node/app-config/runtime.js",
121
+ "default": "./dist/app-config/runtime.js"
122
+ },
123
+ "./app-config/spec": {
124
+ "types": "./dist/app-config/spec.d.ts",
125
+ "bun": "./dist/app-config/spec.js",
126
+ "node": "./dist/node/app-config/spec.js",
127
+ "default": "./dist/app-config/spec.js"
128
+ },
129
+ "./app-config/validation": {
130
+ "types": "./dist/app-config/validation.d.ts",
131
+ "bun": "./dist/app-config/validation.js",
132
+ "node": "./dist/node/app-config/validation.js",
133
+ "default": "./dist/app-config/validation.js"
134
+ },
135
+ "./capabilities": {
136
+ "types": "./dist/capabilities/index.d.ts",
137
+ "bun": "./dist/capabilities/index.js",
138
+ "node": "./dist/node/capabilities/index.js",
139
+ "default": "./dist/capabilities/index.js"
140
+ },
141
+ "./capabilities/capabilities": {
142
+ "types": "./dist/capabilities/capabilities.d.ts",
143
+ "bun": "./dist/capabilities/capabilities.js",
144
+ "node": "./dist/node/capabilities/capabilities.js",
145
+ "default": "./dist/capabilities/capabilities.js"
146
+ },
147
+ "./capabilities/context": {
148
+ "types": "./dist/capabilities/context.d.ts",
149
+ "bun": "./dist/capabilities/context.js",
150
+ "node": "./dist/node/capabilities/context.js",
151
+ "default": "./dist/capabilities/context.js"
152
+ },
153
+ "./capabilities/docs/capabilities.docblock": {
154
+ "types": "./dist/capabilities/docs/capabilities.docblock.d.ts",
155
+ "bun": "./dist/capabilities/docs/capabilities.docblock.js",
156
+ "node": "./dist/node/capabilities/docs/capabilities.docblock.js",
157
+ "default": "./dist/capabilities/docs/capabilities.docblock.js"
158
+ },
159
+ "./capabilities/guards": {
160
+ "types": "./dist/capabilities/guards.d.ts",
161
+ "bun": "./dist/capabilities/guards.js",
162
+ "node": "./dist/node/capabilities/guards.js",
163
+ "default": "./dist/capabilities/guards.js"
164
+ },
165
+ "./capabilities/index": {
166
+ "types": "./dist/capabilities/index.d.ts",
167
+ "bun": "./dist/capabilities/index.js",
168
+ "node": "./dist/node/capabilities/index.js",
169
+ "default": "./dist/capabilities/index.js"
170
+ },
171
+ "./capabilities/meeting-recorder": {
172
+ "types": "./dist/capabilities/meeting-recorder.d.ts",
173
+ "bun": "./dist/capabilities/meeting-recorder.js",
174
+ "node": "./dist/node/capabilities/meeting-recorder.js",
175
+ "default": "./dist/capabilities/meeting-recorder.js"
176
+ },
177
+ "./capabilities/openbanking": {
178
+ "types": "./dist/capabilities/openbanking.d.ts",
179
+ "bun": "./dist/capabilities/openbanking.js",
180
+ "node": "./dist/node/capabilities/openbanking.js",
181
+ "default": "./dist/capabilities/openbanking.js"
182
+ },
183
+ "./capabilities/validation": {
184
+ "types": "./dist/capabilities/validation.d.ts",
185
+ "bun": "./dist/capabilities/validation.js",
186
+ "node": "./dist/node/capabilities/validation.js",
187
+ "default": "./dist/capabilities/validation.js"
188
+ },
189
+ "./contract-registry": {
190
+ "types": "./dist/contract-registry/index.d.ts",
191
+ "bun": "./dist/contract-registry/index.js",
192
+ "node": "./dist/node/contract-registry/index.js",
193
+ "default": "./dist/contract-registry/index.js"
194
+ },
195
+ "./contract-registry/index": {
196
+ "types": "./dist/contract-registry/index.d.ts",
197
+ "bun": "./dist/contract-registry/index.js",
198
+ "node": "./dist/node/contract-registry/index.js",
199
+ "default": "./dist/contract-registry/index.js"
200
+ },
201
+ "./contract-registry/schemas": {
202
+ "types": "./dist/contract-registry/schemas.d.ts",
203
+ "bun": "./dist/contract-registry/schemas.js",
204
+ "node": "./dist/node/contract-registry/schemas.js",
205
+ "default": "./dist/contract-registry/schemas.js"
206
+ },
207
+ "./contract-registry/types": {
208
+ "types": "./dist/contract-registry/types.d.ts",
209
+ "bun": "./dist/contract-registry/types.js",
210
+ "node": "./dist/node/contract-registry/types.js",
211
+ "default": "./dist/contract-registry/types.js"
212
+ },
213
+ "./data-views": {
214
+ "types": "./dist/data-views/index.d.ts",
215
+ "bun": "./dist/data-views/index.js",
216
+ "node": "./dist/node/data-views/index.js",
217
+ "default": "./dist/data-views/index.js"
218
+ },
219
+ "./data-views/data-views": {
220
+ "types": "./dist/data-views/data-views.d.ts",
221
+ "bun": "./dist/data-views/data-views.js",
222
+ "node": "./dist/node/data-views/data-views.js",
223
+ "default": "./dist/data-views/data-views.js"
224
+ },
225
+ "./data-views/docs/data-views.docblock": {
226
+ "types": "./dist/data-views/docs/data-views.docblock.d.ts",
227
+ "bun": "./dist/data-views/docs/data-views.docblock.js",
228
+ "node": "./dist/node/data-views/docs/data-views.docblock.js",
229
+ "default": "./dist/data-views/docs/data-views.docblock.js"
230
+ },
231
+ "./data-views/index": {
232
+ "types": "./dist/data-views/index.d.ts",
233
+ "bun": "./dist/data-views/index.js",
234
+ "node": "./dist/node/data-views/index.js",
235
+ "default": "./dist/data-views/index.js"
236
+ },
237
+ "./data-views/query-generator": {
238
+ "types": "./dist/data-views/query-generator.d.ts",
239
+ "bun": "./dist/data-views/query-generator.js",
240
+ "node": "./dist/node/data-views/query-generator.js",
241
+ "default": "./dist/data-views/query-generator.js"
242
+ },
243
+ "./data-views/registry": {
244
+ "types": "./dist/data-views/registry.d.ts",
245
+ "bun": "./dist/data-views/registry.js",
246
+ "node": "./dist/node/data-views/registry.js",
247
+ "default": "./dist/data-views/registry.js"
248
+ },
249
+ "./data-views/report/contractVerificationTable": {
250
+ "types": "./dist/data-views/report/contractVerificationTable.d.ts",
251
+ "bun": "./dist/data-views/report/contractVerificationTable.js",
252
+ "node": "./dist/node/data-views/report/contractVerificationTable.js",
253
+ "default": "./dist/data-views/report/contractVerificationTable.js"
254
+ },
255
+ "./data-views/runtime": {
256
+ "types": "./dist/data-views/runtime.d.ts",
257
+ "bun": "./dist/data-views/runtime.js",
258
+ "node": "./dist/node/data-views/runtime.js",
259
+ "default": "./dist/data-views/runtime.js"
260
+ },
261
+ "./data-views/spec": {
262
+ "types": "./dist/data-views/spec.d.ts",
263
+ "bun": "./dist/data-views/spec.js",
264
+ "node": "./dist/node/data-views/spec.js",
265
+ "default": "./dist/data-views/spec.js"
266
+ },
267
+ "./data-views/types": {
268
+ "types": "./dist/data-views/types.d.ts",
269
+ "bun": "./dist/data-views/types.js",
270
+ "node": "./dist/node/data-views/types.js",
271
+ "default": "./dist/data-views/types.js"
272
+ },
273
+ "./docs": {
274
+ "types": "./dist/docs/index.d.ts",
275
+ "bun": "./dist/docs/index.js",
276
+ "node": "./dist/node/docs/index.js",
277
+ "default": "./dist/docs/index.js"
278
+ },
279
+ "./docs/accessibility_wcag_compliance_specs.docblock": {
280
+ "types": "./dist/docs/accessibility_wcag_compliance_specs.docblock.d.ts",
281
+ "bun": "./dist/docs/accessibility_wcag_compliance_specs.docblock.js",
282
+ "node": "./dist/node/docs/accessibility_wcag_compliance_specs.docblock.js",
283
+ "default": "./dist/docs/accessibility_wcag_compliance_specs.docblock.js"
284
+ },
285
+ "./docs/capabilities": {
286
+ "types": "./dist/docs/capabilities/index.d.ts",
287
+ "bun": "./dist/docs/capabilities/index.js",
288
+ "node": "./dist/node/docs/capabilities/index.js",
289
+ "default": "./dist/docs/capabilities/index.js"
290
+ },
291
+ "./docs/capabilities/documentationSystem.capability": {
292
+ "types": "./dist/docs/capabilities/documentationSystem.capability.d.ts",
293
+ "bun": "./dist/docs/capabilities/documentationSystem.capability.js",
294
+ "node": "./dist/node/docs/capabilities/documentationSystem.capability.js",
295
+ "default": "./dist/docs/capabilities/documentationSystem.capability.js"
296
+ },
297
+ "./docs/capabilities/index": {
298
+ "types": "./dist/docs/capabilities/index.d.ts",
299
+ "bun": "./dist/docs/capabilities/index.js",
300
+ "node": "./dist/node/docs/capabilities/index.js",
301
+ "default": "./dist/docs/capabilities/index.js"
302
+ },
303
+ "./docs/commands": {
304
+ "types": "./dist/docs/commands/index.d.ts",
305
+ "bun": "./dist/docs/commands/index.js",
306
+ "node": "./dist/node/docs/commands/index.js",
307
+ "default": "./dist/docs/commands/index.js"
308
+ },
309
+ "./docs/commands/docsGenerate.command": {
310
+ "types": "./dist/docs/commands/docsGenerate.command.d.ts",
311
+ "bun": "./dist/docs/commands/docsGenerate.command.js",
312
+ "node": "./dist/node/docs/commands/docsGenerate.command.js",
313
+ "default": "./dist/docs/commands/docsGenerate.command.js"
314
+ },
315
+ "./docs/commands/docsPublish.command": {
316
+ "types": "./dist/docs/commands/docsPublish.command.d.ts",
317
+ "bun": "./dist/docs/commands/docsPublish.command.js",
318
+ "node": "./dist/node/docs/commands/docsPublish.command.js",
319
+ "default": "./dist/docs/commands/docsPublish.command.js"
320
+ },
321
+ "./docs/commands/index": {
322
+ "types": "./dist/docs/commands/index.d.ts",
323
+ "bun": "./dist/docs/commands/index.js",
324
+ "node": "./dist/node/docs/commands/index.js",
325
+ "default": "./dist/docs/commands/index.js"
326
+ },
327
+ "./docs/constants": {
328
+ "types": "./dist/docs/constants.d.ts",
329
+ "bun": "./dist/docs/constants.js",
330
+ "node": "./dist/node/docs/constants.js",
331
+ "default": "./dist/docs/constants.js"
332
+ },
333
+ "./docs/contracts": {
334
+ "types": "./dist/docs/contracts.d.ts",
335
+ "bun": "./dist/docs/contracts.js",
336
+ "node": "./dist/node/docs/contracts.js",
337
+ "default": "./dist/docs/contracts.js"
338
+ },
339
+ "./docs/ensure-docblocks": {
340
+ "types": "./dist/docs/ensure-docblocks.d.ts",
341
+ "bun": "./dist/docs/ensure-docblocks.js",
342
+ "node": "./dist/node/docs/ensure-docblocks.js",
343
+ "default": "./dist/docs/ensure-docblocks.js"
344
+ },
345
+ "./docs/events": {
346
+ "types": "./dist/docs/events/index.d.ts",
347
+ "bun": "./dist/docs/events/index.js",
348
+ "node": "./dist/node/docs/events/index.js",
349
+ "default": "./dist/docs/events/index.js"
350
+ },
351
+ "./docs/events/docsGenerated.event": {
352
+ "types": "./dist/docs/events/docsGenerated.event.d.ts",
353
+ "bun": "./dist/docs/events/docsGenerated.event.js",
354
+ "node": "./dist/node/docs/events/docsGenerated.event.js",
355
+ "default": "./dist/docs/events/docsGenerated.event.js"
356
+ },
357
+ "./docs/events/docsPublished.event": {
358
+ "types": "./dist/docs/events/docsPublished.event.d.ts",
359
+ "bun": "./dist/docs/events/docsPublished.event.js",
360
+ "node": "./dist/node/docs/events/docsPublished.event.js",
361
+ "default": "./dist/docs/events/docsPublished.event.js"
362
+ },
363
+ "./docs/events/index": {
364
+ "types": "./dist/docs/events/index.d.ts",
365
+ "bun": "./dist/docs/events/index.js",
366
+ "node": "./dist/node/docs/events/index.js",
367
+ "default": "./dist/docs/events/index.js"
368
+ },
369
+ "./docs/forms": {
370
+ "types": "./dist/docs/forms/index.d.ts",
371
+ "bun": "./dist/docs/forms/index.js",
372
+ "node": "./dist/node/docs/forms/index.js",
373
+ "default": "./dist/docs/forms/index.js"
374
+ },
375
+ "./docs/forms/docsSearch.form": {
376
+ "types": "./dist/docs/forms/docsSearch.form.d.ts",
377
+ "bun": "./dist/docs/forms/docsSearch.form.js",
378
+ "node": "./dist/node/docs/forms/docsSearch.form.js",
379
+ "default": "./dist/docs/forms/docsSearch.form.js"
380
+ },
381
+ "./docs/forms/index": {
382
+ "types": "./dist/docs/forms/index.d.ts",
383
+ "bun": "./dist/docs/forms/index.js",
384
+ "node": "./dist/node/docs/forms/index.js",
385
+ "default": "./dist/docs/forms/index.js"
386
+ },
387
+ "./docs/index": {
388
+ "types": "./dist/docs/index.d.ts",
389
+ "bun": "./dist/docs/index.js",
390
+ "node": "./dist/node/docs/index.js",
391
+ "default": "./dist/docs/index.js"
392
+ },
393
+ "./docs/meta.docs": {
394
+ "types": "./dist/docs/meta.docs.d.ts",
395
+ "bun": "./dist/docs/meta.docs.js",
396
+ "node": "./dist/node/docs/meta.docs.js",
397
+ "default": "./dist/docs/meta.docs.js"
398
+ },
399
+ "./docs/presentations": {
400
+ "types": "./dist/docs/presentations.d.ts",
401
+ "bun": "./dist/docs/presentations.js",
402
+ "node": "./dist/node/docs/presentations.js",
403
+ "default": "./dist/docs/presentations.js"
404
+ },
405
+ "./docs/presentations/docsLayout.presentation": {
406
+ "types": "./dist/docs/presentations/docsLayout.presentation.d.ts",
407
+ "bun": "./dist/docs/presentations/docsLayout.presentation.js",
408
+ "node": "./dist/node/docs/presentations/docsLayout.presentation.js",
409
+ "default": "./dist/docs/presentations/docsLayout.presentation.js"
410
+ },
411
+ "./docs/presentations/docsReferencePage.presentation": {
412
+ "types": "./dist/docs/presentations/docsReferencePage.presentation.d.ts",
413
+ "bun": "./dist/docs/presentations/docsReferencePage.presentation.js",
414
+ "node": "./dist/node/docs/presentations/docsReferencePage.presentation.js",
415
+ "default": "./dist/docs/presentations/docsReferencePage.presentation.js"
416
+ },
417
+ "./docs/presentations/index": {
418
+ "types": "./dist/docs/presentations/index.d.ts",
419
+ "bun": "./dist/docs/presentations/index.js",
420
+ "node": "./dist/node/docs/presentations/index.js",
421
+ "default": "./dist/docs/presentations/index.js"
422
+ },
423
+ "./docs/queries": {
424
+ "types": "./dist/docs/queries/index.d.ts",
425
+ "bun": "./dist/docs/queries/index.js",
426
+ "node": "./dist/node/docs/queries/index.js",
427
+ "default": "./dist/docs/queries/index.js"
428
+ },
429
+ "./docs/queries/contractReference.query": {
430
+ "types": "./dist/docs/queries/contractReference.query.d.ts",
431
+ "bun": "./dist/docs/queries/contractReference.query.js",
432
+ "node": "./dist/node/docs/queries/contractReference.query.js",
433
+ "default": "./dist/docs/queries/contractReference.query.js"
434
+ },
435
+ "./docs/queries/docsIndex.query": {
436
+ "types": "./dist/docs/queries/docsIndex.query.d.ts",
437
+ "bun": "./dist/docs/queries/docsIndex.query.js",
438
+ "node": "./dist/node/docs/queries/docsIndex.query.js",
439
+ "default": "./dist/docs/queries/docsIndex.query.js"
440
+ },
441
+ "./docs/queries/index": {
442
+ "types": "./dist/docs/queries/index.d.ts",
443
+ "bun": "./dist/docs/queries/index.js",
444
+ "node": "./dist/node/docs/queries/index.js",
445
+ "default": "./dist/docs/queries/index.js"
446
+ },
447
+ "./docs/registry": {
448
+ "types": "./dist/docs/registry.d.ts",
449
+ "bun": "./dist/docs/registry.js",
450
+ "node": "./dist/node/docs/registry.js",
451
+ "default": "./dist/docs/registry.js"
452
+ },
453
+ "./docs/tech-contracts.docs": {
454
+ "types": "./dist/docs/tech-contracts.docs.d.ts",
455
+ "bun": "./dist/docs/tech-contracts.docs.js",
456
+ "node": "./dist/node/docs/tech-contracts.docs.js",
457
+ "default": "./dist/docs/tech-contracts.docs.js"
458
+ },
459
+ "./docs/tech/auth/better-auth-nextjs.docblock": {
460
+ "types": "./dist/docs/tech/auth/better-auth-nextjs.docblock.d.ts",
461
+ "bun": "./dist/docs/tech/auth/better-auth-nextjs.docblock.js",
462
+ "node": "./dist/node/docs/tech/auth/better-auth-nextjs.docblock.js",
463
+ "default": "./dist/docs/tech/auth/better-auth-nextjs.docblock.js"
464
+ },
465
+ "./docs/tech/cli.docblock": {
466
+ "types": "./dist/docs/tech/cli.docblock.d.ts",
467
+ "bun": "./dist/docs/tech/cli.docblock.js",
468
+ "node": "./dist/node/docs/tech/cli.docblock.js",
469
+ "default": "./dist/docs/tech/cli.docblock.js"
470
+ },
471
+ "./docs/tech/contracts/migrations.docblock": {
472
+ "types": "./dist/docs/tech/contracts/migrations.docblock.d.ts",
473
+ "bun": "./dist/docs/tech/contracts/migrations.docblock.js",
474
+ "node": "./dist/node/docs/tech/contracts/migrations.docblock.js",
475
+ "default": "./dist/docs/tech/contracts/migrations.docblock.js"
476
+ },
477
+ "./docs/tech/contracts/openapi-export.docblock": {
478
+ "types": "./dist/docs/tech/contracts/openapi-export.docblock.d.ts",
479
+ "bun": "./dist/docs/tech/contracts/openapi-export.docblock.js",
480
+ "node": "./dist/node/docs/tech/contracts/openapi-export.docblock.js",
481
+ "default": "./dist/docs/tech/contracts/openapi-export.docblock.js"
482
+ },
483
+ "./docs/tech/contracts/openapi-import.docblock": {
484
+ "types": "./dist/docs/tech/contracts/openapi-import.docblock.d.ts",
485
+ "bun": "./dist/docs/tech/contracts/openapi-import.docblock.js",
486
+ "node": "./dist/node/docs/tech/contracts/openapi-import.docblock.js",
487
+ "default": "./dist/docs/tech/contracts/openapi-import.docblock.js"
488
+ },
489
+ "./docs/tech/contracts/ops-to-presentation-linking.docblock": {
490
+ "types": "./dist/docs/tech/contracts/ops-to-presentation-linking.docblock.d.ts",
491
+ "bun": "./dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js",
492
+ "node": "./dist/node/docs/tech/contracts/ops-to-presentation-linking.docblock.js",
493
+ "default": "./dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js"
494
+ },
495
+ "./docs/tech/contracts/overlays.docblock": {
496
+ "types": "./dist/docs/tech/contracts/overlays.docblock.d.ts",
497
+ "bun": "./dist/docs/tech/contracts/overlays.docblock.js",
498
+ "node": "./dist/node/docs/tech/contracts/overlays.docblock.js",
499
+ "default": "./dist/docs/tech/contracts/overlays.docblock.js"
500
+ },
501
+ "./docs/tech/contracts/README.docblock": {
502
+ "types": "./dist/docs/tech/contracts/README.docblock.d.ts",
503
+ "bun": "./dist/docs/tech/contracts/README.docblock.js",
504
+ "node": "./dist/node/docs/tech/contracts/README.docblock.js",
505
+ "default": "./dist/docs/tech/contracts/README.docblock.js"
506
+ },
507
+ "./docs/tech/contracts/tests.docblock": {
508
+ "types": "./dist/docs/tech/contracts/tests.docblock.d.ts",
509
+ "bun": "./dist/docs/tech/contracts/tests.docblock.js",
510
+ "node": "./dist/node/docs/tech/contracts/tests.docblock.js",
511
+ "default": "./dist/docs/tech/contracts/tests.docblock.js"
512
+ },
513
+ "./docs/tech/contracts/themes.docblock": {
514
+ "types": "./dist/docs/tech/contracts/themes.docblock.d.ts",
515
+ "bun": "./dist/docs/tech/contracts/themes.docblock.js",
516
+ "node": "./dist/node/docs/tech/contracts/themes.docblock.js",
517
+ "default": "./dist/docs/tech/contracts/themes.docblock.js"
518
+ },
519
+ "./docs/tech/contracts/vertical-pocket-family-office.docblock": {
520
+ "types": "./dist/docs/tech/contracts/vertical-pocket-family-office.docblock.d.ts",
521
+ "bun": "./dist/docs/tech/contracts/vertical-pocket-family-office.docblock.js",
522
+ "node": "./dist/node/docs/tech/contracts/vertical-pocket-family-office.docblock.js",
523
+ "default": "./dist/docs/tech/contracts/vertical-pocket-family-office.docblock.js"
524
+ },
525
+ "./docs/tech/docs-system.docblock": {
526
+ "types": "./dist/docs/tech/docs-system.docblock.d.ts",
527
+ "bun": "./dist/docs/tech/docs-system.docblock.js",
528
+ "node": "./dist/node/docs/tech/docs-system.docblock.js",
529
+ "default": "./dist/docs/tech/docs-system.docblock.js"
530
+ },
531
+ "./docs/tech/lifecycle-stage-system.docblock": {
532
+ "types": "./dist/docs/tech/lifecycle-stage-system.docblock.d.ts",
533
+ "bun": "./dist/docs/tech/lifecycle-stage-system.docblock.js",
534
+ "node": "./dist/node/docs/tech/lifecycle-stage-system.docblock.js",
535
+ "default": "./dist/docs/tech/lifecycle-stage-system.docblock.js"
536
+ },
537
+ "./docs/tech/llm/llm-integration.docblock": {
538
+ "types": "./dist/docs/tech/llm/llm-integration.docblock.d.ts",
539
+ "bun": "./dist/docs/tech/llm/llm-integration.docblock.js",
540
+ "node": "./dist/node/docs/tech/llm/llm-integration.docblock.js",
541
+ "default": "./dist/docs/tech/llm/llm-integration.docblock.js"
542
+ },
543
+ "./docs/tech/mcp-endpoints.docblock": {
544
+ "types": "./dist/docs/tech/mcp-endpoints.docblock.d.ts",
545
+ "bun": "./dist/docs/tech/mcp-endpoints.docblock.js",
546
+ "node": "./dist/node/docs/tech/mcp-endpoints.docblock.js",
547
+ "default": "./dist/docs/tech/mcp-endpoints.docblock.js"
548
+ },
549
+ "./docs/tech/presentation-runtime.docblock": {
550
+ "types": "./dist/docs/tech/presentation-runtime.docblock.d.ts",
551
+ "bun": "./dist/docs/tech/presentation-runtime.docblock.js",
552
+ "node": "./dist/node/docs/tech/presentation-runtime.docblock.js",
553
+ "default": "./dist/docs/tech/presentation-runtime.docblock.js"
554
+ },
555
+ "./docs/tech/report-verification-table.docblock": {
556
+ "types": "./dist/docs/tech/report-verification-table.docblock.d.ts",
557
+ "bun": "./dist/docs/tech/report-verification-table.docblock.js",
558
+ "node": "./dist/node/docs/tech/report-verification-table.docblock.js",
559
+ "default": "./dist/docs/tech/report-verification-table.docblock.js"
560
+ },
561
+ "./docs/tech/schema/README.docblock": {
562
+ "types": "./dist/docs/tech/schema/README.docblock.d.ts",
563
+ "bun": "./dist/docs/tech/schema/README.docblock.js",
564
+ "node": "./dist/node/docs/tech/schema/README.docblock.js",
565
+ "default": "./dist/docs/tech/schema/README.docblock.js"
566
+ },
567
+ "./docs/tech/studio/learning-events.docblock": {
568
+ "types": "./dist/docs/tech/studio/learning-events.docblock.d.ts",
569
+ "bun": "./dist/docs/tech/studio/learning-events.docblock.js",
570
+ "node": "./dist/node/docs/tech/studio/learning-events.docblock.js",
571
+ "default": "./dist/docs/tech/studio/learning-events.docblock.js"
572
+ },
573
+ "./docs/tech/studio/learning-journeys.docblock": {
574
+ "types": "./dist/docs/tech/studio/learning-journeys.docblock.d.ts",
575
+ "bun": "./dist/docs/tech/studio/learning-journeys.docblock.js",
576
+ "node": "./dist/node/docs/tech/studio/learning-journeys.docblock.js",
577
+ "default": "./dist/docs/tech/studio/learning-journeys.docblock.js"
578
+ },
579
+ "./docs/tech/studio/platform-admin-panel.docblock": {
580
+ "types": "./dist/docs/tech/studio/platform-admin-panel.docblock.d.ts",
581
+ "bun": "./dist/docs/tech/studio/platform-admin-panel.docblock.js",
582
+ "node": "./dist/node/docs/tech/studio/platform-admin-panel.docblock.js",
583
+ "default": "./dist/docs/tech/studio/platform-admin-panel.docblock.js"
584
+ },
585
+ "./docs/tech/studio/project-access-teams.docblock": {
586
+ "types": "./dist/docs/tech/studio/project-access-teams.docblock.d.ts",
587
+ "bun": "./dist/docs/tech/studio/project-access-teams.docblock.js",
588
+ "node": "./dist/node/docs/tech/studio/project-access-teams.docblock.js",
589
+ "default": "./dist/docs/tech/studio/project-access-teams.docblock.js"
590
+ },
591
+ "./docs/tech/studio/project-routing.docblock": {
592
+ "types": "./dist/docs/tech/studio/project-routing.docblock.d.ts",
593
+ "bun": "./dist/docs/tech/studio/project-routing.docblock.js",
594
+ "node": "./dist/node/docs/tech/studio/project-routing.docblock.js",
595
+ "default": "./dist/docs/tech/studio/project-routing.docblock.js"
596
+ },
597
+ "./docs/tech/studio/sandbox-unlogged.docblock": {
598
+ "types": "./dist/docs/tech/studio/sandbox-unlogged.docblock.d.ts",
599
+ "bun": "./dist/docs/tech/studio/sandbox-unlogged.docblock.js",
600
+ "node": "./dist/node/docs/tech/studio/sandbox-unlogged.docblock.js",
601
+ "default": "./dist/docs/tech/studio/sandbox-unlogged.docblock.js"
602
+ },
603
+ "./docs/tech/studio/team-invitations.docblock": {
604
+ "types": "./dist/docs/tech/studio/team-invitations.docblock.d.ts",
605
+ "bun": "./dist/docs/tech/studio/team-invitations.docblock.js",
606
+ "node": "./dist/node/docs/tech/studio/team-invitations.docblock.js",
607
+ "default": "./dist/docs/tech/studio/team-invitations.docblock.js"
608
+ },
609
+ "./docs/tech/studio/workspace-ops.docblock": {
610
+ "types": "./dist/docs/tech/studio/workspace-ops.docblock.d.ts",
611
+ "bun": "./dist/docs/tech/studio/workspace-ops.docblock.js",
612
+ "node": "./dist/node/docs/tech/studio/workspace-ops.docblock.js",
613
+ "default": "./dist/docs/tech/studio/workspace-ops.docblock.js"
614
+ },
615
+ "./docs/tech/studio/workspaces.docblock": {
616
+ "types": "./dist/docs/tech/studio/workspaces.docblock.d.ts",
617
+ "bun": "./dist/docs/tech/studio/workspaces.docblock.js",
618
+ "node": "./dist/node/docs/tech/studio/workspaces.docblock.js",
619
+ "default": "./dist/docs/tech/studio/workspaces.docblock.js"
620
+ },
621
+ "./docs/tech/telemetry-ingest.docblock": {
622
+ "types": "./dist/docs/tech/telemetry-ingest.docblock.d.ts",
623
+ "bun": "./dist/docs/tech/telemetry-ingest.docblock.js",
624
+ "node": "./dist/node/docs/tech/telemetry-ingest.docblock.js",
625
+ "default": "./dist/docs/tech/telemetry-ingest.docblock.js"
626
+ },
627
+ "./docs/tech/vscode-extension.docblock": {
628
+ "types": "./dist/docs/tech/vscode-extension.docblock.d.ts",
629
+ "bun": "./dist/docs/tech/vscode-extension.docblock.js",
630
+ "node": "./dist/node/docs/tech/vscode-extension.docblock.js",
631
+ "default": "./dist/docs/tech/vscode-extension.docblock.js"
632
+ },
633
+ "./docs/types": {
634
+ "types": "./dist/docs/types.d.ts",
635
+ "bun": "./dist/docs/types.js",
636
+ "node": "./dist/node/docs/types.js",
637
+ "default": "./dist/docs/types.js"
638
+ },
639
+ "./docs/views": {
640
+ "types": "./dist/docs/views/index.d.ts",
641
+ "bun": "./dist/docs/views/index.js",
642
+ "node": "./dist/node/docs/views/index.js",
643
+ "default": "./dist/docs/views/index.js"
644
+ },
645
+ "./docs/views/contractReference.dataView": {
646
+ "types": "./dist/docs/views/contractReference.dataView.d.ts",
647
+ "bun": "./dist/docs/views/contractReference.dataView.js",
648
+ "node": "./dist/node/docs/views/contractReference.dataView.js",
649
+ "default": "./dist/docs/views/contractReference.dataView.js"
650
+ },
651
+ "./docs/views/docsIndex.dataView": {
652
+ "types": "./dist/docs/views/docsIndex.dataView.d.ts",
653
+ "bun": "./dist/docs/views/docsIndex.dataView.js",
654
+ "node": "./dist/node/docs/views/docsIndex.dataView.js",
655
+ "default": "./dist/docs/views/docsIndex.dataView.js"
656
+ },
657
+ "./docs/views/exampleCatalog.dataView": {
658
+ "types": "./dist/docs/views/exampleCatalog.dataView.d.ts",
659
+ "bun": "./dist/docs/views/exampleCatalog.dataView.js",
660
+ "node": "./dist/node/docs/views/exampleCatalog.dataView.js",
661
+ "default": "./dist/docs/views/exampleCatalog.dataView.js"
662
+ },
663
+ "./docs/views/index": {
664
+ "types": "./dist/docs/views/index.d.ts",
665
+ "bun": "./dist/docs/views/index.js",
666
+ "node": "./dist/node/docs/views/index.js",
667
+ "default": "./dist/docs/views/index.js"
668
+ },
669
+ "./events": {
670
+ "types": "./dist/events.d.ts",
671
+ "bun": "./dist/events.js",
672
+ "node": "./dist/node/events.js",
673
+ "default": "./dist/events.js"
674
+ },
675
+ "./examples": {
676
+ "types": "./dist/examples/index.d.ts",
677
+ "bun": "./dist/examples/index.js",
678
+ "node": "./dist/node/examples/index.js",
679
+ "default": "./dist/examples/index.js"
680
+ },
681
+ "./examples/define": {
682
+ "types": "./dist/examples/define.d.ts",
683
+ "bun": "./dist/examples/define.js",
684
+ "node": "./dist/node/examples/define.js",
685
+ "default": "./dist/examples/define.js"
686
+ },
687
+ "./examples/docs/examples.docblock": {
688
+ "types": "./dist/examples/docs/examples.docblock.d.ts",
689
+ "bun": "./dist/examples/docs/examples.docblock.js",
690
+ "node": "./dist/node/examples/docs/examples.docblock.js",
691
+ "default": "./dist/examples/docs/examples.docblock.js"
692
+ },
693
+ "./examples/index": {
694
+ "types": "./dist/examples/index.d.ts",
695
+ "bun": "./dist/examples/index.js",
696
+ "node": "./dist/node/examples/index.js",
697
+ "default": "./dist/examples/index.js"
698
+ },
699
+ "./examples/registry": {
700
+ "types": "./dist/examples/registry.d.ts",
701
+ "bun": "./dist/examples/registry.js",
702
+ "node": "./dist/node/examples/registry.js",
703
+ "default": "./dist/examples/registry.js"
704
+ },
705
+ "./examples/schema": {
706
+ "types": "./dist/examples/schema.d.ts",
707
+ "bun": "./dist/examples/schema.js",
708
+ "node": "./dist/node/examples/schema.js",
709
+ "default": "./dist/examples/schema.js"
710
+ },
711
+ "./examples/types": {
712
+ "types": "./dist/examples/types.d.ts",
713
+ "bun": "./dist/examples/types.js",
714
+ "node": "./dist/node/examples/types.js",
715
+ "default": "./dist/examples/types.js"
716
+ },
717
+ "./examples/validation": {
718
+ "types": "./dist/examples/validation.d.ts",
719
+ "bun": "./dist/examples/validation.js",
720
+ "node": "./dist/node/examples/validation.js",
721
+ "default": "./dist/examples/validation.js"
722
+ },
723
+ "./experiments/docs/experiments.docblock": {
724
+ "types": "./dist/experiments/docs/experiments.docblock.d.ts",
725
+ "bun": "./dist/experiments/docs/experiments.docblock.js",
726
+ "node": "./dist/node/experiments/docs/experiments.docblock.js",
727
+ "default": "./dist/experiments/docs/experiments.docblock.js"
728
+ },
729
+ "./experiments/evaluator": {
730
+ "types": "./dist/experiments/evaluator.d.ts",
731
+ "bun": "./dist/experiments/evaluator.js",
732
+ "node": "./dist/node/experiments/evaluator.js",
733
+ "default": "./dist/experiments/evaluator.js"
734
+ },
735
+ "./experiments/spec": {
736
+ "types": "./dist/experiments/spec.d.ts",
737
+ "bun": "./dist/experiments/spec.js",
738
+ "node": "./dist/node/experiments/spec.js",
739
+ "default": "./dist/experiments/spec.js"
740
+ },
741
+ "./experiments/spec-resolver": {
742
+ "types": "./dist/experiments/spec-resolver.d.ts",
743
+ "bun": "./dist/experiments/spec-resolver.js",
744
+ "node": "./dist/node/experiments/spec-resolver.js",
745
+ "default": "./dist/experiments/spec-resolver.js"
746
+ },
747
+ "./features": {
748
+ "types": "./dist/features/index.d.ts",
749
+ "bun": "./dist/features/index.js",
750
+ "node": "./dist/node/features/index.js",
751
+ "default": "./dist/features/index.js"
752
+ },
753
+ "./features/index": {
754
+ "types": "./dist/features/index.d.ts",
755
+ "bun": "./dist/features/index.js",
756
+ "node": "./dist/node/features/index.js",
757
+ "default": "./dist/features/index.js"
758
+ },
759
+ "./features/install": {
760
+ "types": "./dist/features/install.d.ts",
761
+ "bun": "./dist/features/install.js",
762
+ "node": "./dist/node/features/install.js",
763
+ "default": "./dist/features/install.js"
764
+ },
765
+ "./features/registry": {
766
+ "types": "./dist/features/registry.d.ts",
767
+ "bun": "./dist/features/registry.js",
768
+ "node": "./dist/node/features/registry.js",
769
+ "default": "./dist/features/registry.js"
770
+ },
771
+ "./features/types": {
772
+ "types": "./dist/features/types.d.ts",
773
+ "bun": "./dist/features/types.js",
774
+ "node": "./dist/node/features/types.js",
775
+ "default": "./dist/features/types.js"
776
+ },
777
+ "./features/validation": {
778
+ "types": "./dist/features/validation.d.ts",
779
+ "bun": "./dist/features/validation.js",
780
+ "node": "./dist/node/features/validation.js",
781
+ "default": "./dist/features/validation.js"
782
+ },
783
+ "./forms": {
784
+ "types": "./dist/forms/index.d.ts",
785
+ "bun": "./dist/forms/index.js",
786
+ "node": "./dist/node/forms/index.js",
787
+ "default": "./dist/forms/index.js"
788
+ },
789
+ "./forms/docs/forms.docblock": {
790
+ "types": "./dist/forms/docs/forms.docblock.d.ts",
791
+ "bun": "./dist/forms/docs/forms.docblock.js",
792
+ "node": "./dist/node/forms/docs/forms.docblock.js",
793
+ "default": "./dist/forms/docs/forms.docblock.js"
794
+ },
795
+ "./forms/forms": {
796
+ "types": "./dist/forms/forms.d.ts",
797
+ "bun": "./dist/forms/forms.js",
798
+ "node": "./dist/node/forms/forms.js",
799
+ "default": "./dist/forms/forms.js"
800
+ },
801
+ "./forms/index": {
802
+ "types": "./dist/forms/index.d.ts",
803
+ "bun": "./dist/forms/index.js",
804
+ "node": "./dist/node/forms/index.js",
805
+ "default": "./dist/forms/index.js"
806
+ },
807
+ "./install": {
808
+ "types": "./dist/install.d.ts",
809
+ "bun": "./dist/install.js",
810
+ "node": "./dist/node/install.js",
811
+ "default": "./dist/install.js"
812
+ },
813
+ "./integrations": {
814
+ "types": "./dist/integrations/index.d.ts",
815
+ "bun": "./dist/integrations/index.js",
816
+ "node": "./dist/node/integrations/index.js",
817
+ "default": "./dist/integrations/index.js"
818
+ },
819
+ "./integrations/binding": {
820
+ "types": "./dist/integrations/binding.d.ts",
821
+ "bun": "./dist/integrations/binding.js",
822
+ "node": "./dist/node/integrations/binding.js",
823
+ "default": "./dist/integrations/binding.js"
824
+ },
825
+ "./integrations/connection": {
826
+ "types": "./dist/integrations/connection.d.ts",
827
+ "bun": "./dist/integrations/connection.js",
828
+ "node": "./dist/node/integrations/connection.js",
829
+ "default": "./dist/integrations/connection.js"
830
+ },
831
+ "./integrations/docs/integrations.docblock": {
832
+ "types": "./dist/integrations/docs/integrations.docblock.d.ts",
833
+ "bun": "./dist/integrations/docs/integrations.docblock.js",
834
+ "node": "./dist/node/integrations/docs/integrations.docblock.js",
835
+ "default": "./dist/integrations/docs/integrations.docblock.js"
836
+ },
837
+ "./integrations/health": {
838
+ "types": "./dist/integrations/health.d.ts",
839
+ "bun": "./dist/integrations/health.js",
840
+ "node": "./dist/node/integrations/health.js",
841
+ "default": "./dist/integrations/health.js"
842
+ },
843
+ "./integrations/index": {
844
+ "types": "./dist/integrations/index.d.ts",
845
+ "bun": "./dist/integrations/index.js",
846
+ "node": "./dist/node/integrations/index.js",
847
+ "default": "./dist/integrations/index.js"
848
+ },
849
+ "./integrations/integrations.capability": {
850
+ "types": "./dist/integrations/integrations.capability.d.ts",
851
+ "bun": "./dist/integrations/integrations.capability.js",
852
+ "node": "./dist/node/integrations/integrations.capability.js",
853
+ "default": "./dist/integrations/integrations.capability.js"
854
+ },
855
+ "./integrations/integrations.feature": {
856
+ "types": "./dist/integrations/integrations.feature.d.ts",
857
+ "bun": "./dist/integrations/integrations.feature.js",
858
+ "node": "./dist/node/integrations/integrations.feature.js",
859
+ "default": "./dist/integrations/integrations.feature.js"
860
+ },
861
+ "./integrations/meeting-recorder/contracts": {
862
+ "types": "./dist/integrations/meeting-recorder/contracts/index.d.ts",
863
+ "bun": "./dist/integrations/meeting-recorder/contracts/index.js",
864
+ "node": "./dist/node/integrations/meeting-recorder/contracts/index.js",
865
+ "default": "./dist/integrations/meeting-recorder/contracts/index.js"
866
+ },
867
+ "./integrations/meeting-recorder/contracts/index": {
868
+ "types": "./dist/integrations/meeting-recorder/contracts/index.d.ts",
869
+ "bun": "./dist/integrations/meeting-recorder/contracts/index.js",
870
+ "node": "./dist/node/integrations/meeting-recorder/contracts/index.js",
871
+ "default": "./dist/integrations/meeting-recorder/contracts/index.js"
872
+ },
873
+ "./integrations/meeting-recorder/contracts/meetings": {
874
+ "types": "./dist/integrations/meeting-recorder/contracts/meetings.d.ts",
875
+ "bun": "./dist/integrations/meeting-recorder/contracts/meetings.js",
876
+ "node": "./dist/node/integrations/meeting-recorder/contracts/meetings.js",
877
+ "default": "./dist/integrations/meeting-recorder/contracts/meetings.js"
878
+ },
879
+ "./integrations/meeting-recorder/contracts/transcripts": {
880
+ "types": "./dist/integrations/meeting-recorder/contracts/transcripts.d.ts",
881
+ "bun": "./dist/integrations/meeting-recorder/contracts/transcripts.js",
882
+ "node": "./dist/node/integrations/meeting-recorder/contracts/transcripts.js",
883
+ "default": "./dist/integrations/meeting-recorder/contracts/transcripts.js"
884
+ },
885
+ "./integrations/meeting-recorder/contracts/webhooks": {
886
+ "types": "./dist/integrations/meeting-recorder/contracts/webhooks.d.ts",
887
+ "bun": "./dist/integrations/meeting-recorder/contracts/webhooks.js",
888
+ "node": "./dist/node/integrations/meeting-recorder/contracts/webhooks.js",
889
+ "default": "./dist/integrations/meeting-recorder/contracts/webhooks.js"
890
+ },
891
+ "./integrations/meeting-recorder/meeting-recorder.capability": {
892
+ "types": "./dist/integrations/meeting-recorder/meeting-recorder.capability.d.ts",
893
+ "bun": "./dist/integrations/meeting-recorder/meeting-recorder.capability.js",
894
+ "node": "./dist/node/integrations/meeting-recorder/meeting-recorder.capability.js",
895
+ "default": "./dist/integrations/meeting-recorder/meeting-recorder.capability.js"
896
+ },
897
+ "./integrations/meeting-recorder/meeting-recorder.feature": {
898
+ "types": "./dist/integrations/meeting-recorder/meeting-recorder.feature.d.ts",
899
+ "bun": "./dist/integrations/meeting-recorder/meeting-recorder.feature.js",
900
+ "node": "./dist/node/integrations/meeting-recorder/meeting-recorder.feature.js",
901
+ "default": "./dist/integrations/meeting-recorder/meeting-recorder.feature.js"
902
+ },
903
+ "./integrations/meeting-recorder/models": {
904
+ "types": "./dist/integrations/meeting-recorder/models.d.ts",
905
+ "bun": "./dist/integrations/meeting-recorder/models.js",
906
+ "node": "./dist/node/integrations/meeting-recorder/models.js",
907
+ "default": "./dist/integrations/meeting-recorder/models.js"
908
+ },
909
+ "./integrations/meeting-recorder/telemetry": {
910
+ "types": "./dist/integrations/meeting-recorder/telemetry.d.ts",
911
+ "bun": "./dist/integrations/meeting-recorder/telemetry.js",
912
+ "node": "./dist/node/integrations/meeting-recorder/telemetry.js",
913
+ "default": "./dist/integrations/meeting-recorder/telemetry.js"
914
+ },
915
+ "./integrations/openbanking/contracts": {
916
+ "types": "./dist/integrations/openbanking/contracts/index.d.ts",
917
+ "bun": "./dist/integrations/openbanking/contracts/index.js",
918
+ "node": "./dist/node/integrations/openbanking/contracts/index.js",
919
+ "default": "./dist/integrations/openbanking/contracts/index.js"
920
+ },
921
+ "./integrations/openbanking/contracts/accounts": {
922
+ "types": "./dist/integrations/openbanking/contracts/accounts.d.ts",
923
+ "bun": "./dist/integrations/openbanking/contracts/accounts.js",
924
+ "node": "./dist/node/integrations/openbanking/contracts/accounts.js",
925
+ "default": "./dist/integrations/openbanking/contracts/accounts.js"
926
+ },
927
+ "./integrations/openbanking/contracts/balances": {
928
+ "types": "./dist/integrations/openbanking/contracts/balances.d.ts",
929
+ "bun": "./dist/integrations/openbanking/contracts/balances.js",
930
+ "node": "./dist/node/integrations/openbanking/contracts/balances.js",
931
+ "default": "./dist/integrations/openbanking/contracts/balances.js"
932
+ },
933
+ "./integrations/openbanking/contracts/index": {
934
+ "types": "./dist/integrations/openbanking/contracts/index.d.ts",
935
+ "bun": "./dist/integrations/openbanking/contracts/index.js",
936
+ "node": "./dist/node/integrations/openbanking/contracts/index.js",
937
+ "default": "./dist/integrations/openbanking/contracts/index.js"
938
+ },
939
+ "./integrations/openbanking/contracts/transactions": {
940
+ "types": "./dist/integrations/openbanking/contracts/transactions.d.ts",
941
+ "bun": "./dist/integrations/openbanking/contracts/transactions.js",
942
+ "node": "./dist/node/integrations/openbanking/contracts/transactions.js",
943
+ "default": "./dist/integrations/openbanking/contracts/transactions.js"
944
+ },
945
+ "./integrations/openbanking/guards": {
946
+ "types": "./dist/integrations/openbanking/guards.d.ts",
947
+ "bun": "./dist/integrations/openbanking/guards.js",
948
+ "node": "./dist/node/integrations/openbanking/guards.js",
949
+ "default": "./dist/integrations/openbanking/guards.js"
950
+ },
951
+ "./integrations/openbanking/models": {
952
+ "types": "./dist/integrations/openbanking/models.d.ts",
953
+ "bun": "./dist/integrations/openbanking/models.js",
954
+ "node": "./dist/node/integrations/openbanking/models.js",
955
+ "default": "./dist/integrations/openbanking/models.js"
956
+ },
957
+ "./integrations/openbanking/openbanking.capability": {
958
+ "types": "./dist/integrations/openbanking/openbanking.capability.d.ts",
959
+ "bun": "./dist/integrations/openbanking/openbanking.capability.js",
960
+ "node": "./dist/node/integrations/openbanking/openbanking.capability.js",
961
+ "default": "./dist/integrations/openbanking/openbanking.capability.js"
962
+ },
963
+ "./integrations/openbanking/openbanking.feature": {
964
+ "types": "./dist/integrations/openbanking/openbanking.feature.d.ts",
965
+ "bun": "./dist/integrations/openbanking/openbanking.feature.js",
966
+ "node": "./dist/node/integrations/openbanking/openbanking.feature.js",
967
+ "default": "./dist/integrations/openbanking/openbanking.feature.js"
968
+ },
969
+ "./integrations/openbanking/telemetry": {
970
+ "types": "./dist/integrations/openbanking/telemetry.d.ts",
971
+ "bun": "./dist/integrations/openbanking/telemetry.js",
972
+ "node": "./dist/node/integrations/openbanking/telemetry.js",
973
+ "default": "./dist/integrations/openbanking/telemetry.js"
974
+ },
975
+ "./integrations/operations": {
976
+ "types": "./dist/integrations/operations.d.ts",
977
+ "bun": "./dist/integrations/operations.js",
978
+ "node": "./dist/node/integrations/operations.js",
979
+ "default": "./dist/integrations/operations.js"
980
+ },
981
+ "./integrations/providers": {
982
+ "types": "./dist/integrations/providers/index.d.ts",
983
+ "bun": "./dist/integrations/providers/index.js",
984
+ "node": "./dist/node/integrations/providers/index.js",
985
+ "default": "./dist/integrations/providers/index.js"
986
+ },
987
+ "./integrations/providers/analytics": {
988
+ "types": "./dist/integrations/providers/analytics.d.ts",
989
+ "bun": "./dist/integrations/providers/analytics.js",
990
+ "node": "./dist/node/integrations/providers/analytics.js",
991
+ "default": "./dist/integrations/providers/analytics.js"
992
+ },
993
+ "./integrations/providers/analytics-reader": {
994
+ "types": "./dist/integrations/providers/analytics-reader.d.ts",
995
+ "bun": "./dist/integrations/providers/analytics-reader.js",
996
+ "node": "./dist/node/integrations/providers/analytics-reader.js",
997
+ "default": "./dist/integrations/providers/analytics-reader.js"
998
+ },
999
+ "./integrations/providers/analytics-writer": {
1000
+ "types": "./dist/integrations/providers/analytics-writer.d.ts",
1001
+ "bun": "./dist/integrations/providers/analytics-writer.js",
1002
+ "node": "./dist/node/integrations/providers/analytics-writer.js",
1003
+ "default": "./dist/integrations/providers/analytics-writer.js"
1004
+ },
1005
+ "./integrations/providers/calendar": {
1006
+ "types": "./dist/integrations/providers/calendar.d.ts",
1007
+ "bun": "./dist/integrations/providers/calendar.js",
1008
+ "node": "./dist/node/integrations/providers/calendar.js",
1009
+ "default": "./dist/integrations/providers/calendar.js"
1010
+ },
1011
+ "./integrations/providers/database": {
1012
+ "types": "./dist/integrations/providers/database.d.ts",
1013
+ "bun": "./dist/integrations/providers/database.js",
1014
+ "node": "./dist/node/integrations/providers/database.js",
1015
+ "default": "./dist/integrations/providers/database.js"
1016
+ },
1017
+ "./integrations/providers/elevenlabs": {
1018
+ "types": "./dist/integrations/providers/elevenlabs.d.ts",
1019
+ "bun": "./dist/integrations/providers/elevenlabs.js",
1020
+ "node": "./dist/node/integrations/providers/elevenlabs.js",
1021
+ "default": "./dist/integrations/providers/elevenlabs.js"
1022
+ },
1023
+ "./integrations/providers/email": {
1024
+ "types": "./dist/integrations/providers/email.d.ts",
1025
+ "bun": "./dist/integrations/providers/email.js",
1026
+ "node": "./dist/node/integrations/providers/email.js",
1027
+ "default": "./dist/integrations/providers/email.js"
1028
+ },
1029
+ "./integrations/providers/embedding": {
1030
+ "types": "./dist/integrations/providers/embedding.d.ts",
1031
+ "bun": "./dist/integrations/providers/embedding.js",
1032
+ "node": "./dist/node/integrations/providers/embedding.js",
1033
+ "default": "./dist/integrations/providers/embedding.js"
1034
+ },
1035
+ "./integrations/providers/fal": {
1036
+ "types": "./dist/integrations/providers/fal.d.ts",
1037
+ "bun": "./dist/integrations/providers/fal.js",
1038
+ "node": "./dist/node/integrations/providers/fal.js",
1039
+ "default": "./dist/integrations/providers/fal.js"
1040
+ },
1041
+ "./integrations/providers/fathom": {
1042
+ "types": "./dist/integrations/providers/fathom.d.ts",
1043
+ "bun": "./dist/integrations/providers/fathom.js",
1044
+ "node": "./dist/node/integrations/providers/fathom.js",
1045
+ "default": "./dist/integrations/providers/fathom.js"
1046
+ },
1047
+ "./integrations/providers/fireflies": {
1048
+ "types": "./dist/integrations/providers/fireflies.d.ts",
1049
+ "bun": "./dist/integrations/providers/fireflies.js",
1050
+ "node": "./dist/node/integrations/providers/fireflies.js",
1051
+ "default": "./dist/integrations/providers/fireflies.js"
1052
+ },
1053
+ "./integrations/providers/gcs-storage": {
1054
+ "types": "./dist/integrations/providers/gcs-storage.d.ts",
1055
+ "bun": "./dist/integrations/providers/gcs-storage.js",
1056
+ "node": "./dist/node/integrations/providers/gcs-storage.js",
1057
+ "default": "./dist/integrations/providers/gcs-storage.js"
1058
+ },
1059
+ "./integrations/providers/gmail": {
1060
+ "types": "./dist/integrations/providers/gmail.d.ts",
1061
+ "bun": "./dist/integrations/providers/gmail.js",
1062
+ "node": "./dist/node/integrations/providers/gmail.js",
1063
+ "default": "./dist/integrations/providers/gmail.js"
1064
+ },
1065
+ "./integrations/providers/google-calendar": {
1066
+ "types": "./dist/integrations/providers/google-calendar.d.ts",
1067
+ "bun": "./dist/integrations/providers/google-calendar.js",
1068
+ "node": "./dist/node/integrations/providers/google-calendar.js",
1069
+ "default": "./dist/integrations/providers/google-calendar.js"
1070
+ },
1071
+ "./integrations/providers/gradium": {
1072
+ "types": "./dist/integrations/providers/gradium.d.ts",
1073
+ "bun": "./dist/integrations/providers/gradium.js",
1074
+ "node": "./dist/node/integrations/providers/gradium.js",
1075
+ "default": "./dist/integrations/providers/gradium.js"
1076
+ },
1077
+ "./integrations/providers/granola": {
1078
+ "types": "./dist/integrations/providers/granola.d.ts",
1079
+ "bun": "./dist/integrations/providers/granola.js",
1080
+ "node": "./dist/node/integrations/providers/granola.js",
1081
+ "default": "./dist/integrations/providers/granola.js"
1082
+ },
1083
+ "./integrations/providers/index": {
1084
+ "types": "./dist/integrations/providers/index.d.ts",
1085
+ "bun": "./dist/integrations/providers/index.js",
1086
+ "node": "./dist/node/integrations/providers/index.js",
1087
+ "default": "./dist/integrations/providers/index.js"
1088
+ },
1089
+ "./integrations/providers/jira": {
1090
+ "types": "./dist/integrations/providers/jira.d.ts",
1091
+ "bun": "./dist/integrations/providers/jira.js",
1092
+ "node": "./dist/node/integrations/providers/jira.js",
1093
+ "default": "./dist/integrations/providers/jira.js"
1094
+ },
1095
+ "./integrations/providers/linear": {
1096
+ "types": "./dist/integrations/providers/linear.d.ts",
1097
+ "bun": "./dist/integrations/providers/linear.js",
1098
+ "node": "./dist/node/integrations/providers/linear.js",
1099
+ "default": "./dist/integrations/providers/linear.js"
1100
+ },
1101
+ "./integrations/providers/llm": {
1102
+ "types": "./dist/integrations/providers/llm.d.ts",
1103
+ "bun": "./dist/integrations/providers/llm.js",
1104
+ "node": "./dist/node/integrations/providers/llm.js",
1105
+ "default": "./dist/integrations/providers/llm.js"
1106
+ },
1107
+ "./integrations/providers/meeting-recorder": {
1108
+ "types": "./dist/integrations/providers/meeting-recorder.d.ts",
1109
+ "bun": "./dist/integrations/providers/meeting-recorder.js",
1110
+ "node": "./dist/node/integrations/providers/meeting-recorder.js",
1111
+ "default": "./dist/integrations/providers/meeting-recorder.js"
1112
+ },
1113
+ "./integrations/providers/mistral": {
1114
+ "types": "./dist/integrations/providers/mistral.d.ts",
1115
+ "bun": "./dist/integrations/providers/mistral.js",
1116
+ "node": "./dist/node/integrations/providers/mistral.js",
1117
+ "default": "./dist/integrations/providers/mistral.js"
1118
+ },
1119
+ "./integrations/providers/notion": {
1120
+ "types": "./dist/integrations/providers/notion.d.ts",
1121
+ "bun": "./dist/integrations/providers/notion.js",
1122
+ "node": "./dist/node/integrations/providers/notion.js",
1123
+ "default": "./dist/integrations/providers/notion.js"
1124
+ },
1125
+ "./integrations/providers/openbanking": {
1126
+ "types": "./dist/integrations/providers/openbanking.d.ts",
1127
+ "bun": "./dist/integrations/providers/openbanking.js",
1128
+ "node": "./dist/node/integrations/providers/openbanking.js",
1129
+ "default": "./dist/integrations/providers/openbanking.js"
1130
+ },
1131
+ "./integrations/providers/payments": {
1132
+ "types": "./dist/integrations/providers/payments.d.ts",
1133
+ "bun": "./dist/integrations/providers/payments.js",
1134
+ "node": "./dist/node/integrations/providers/payments.js",
1135
+ "default": "./dist/integrations/providers/payments.js"
1136
+ },
1137
+ "./integrations/providers/posthog": {
1138
+ "types": "./dist/integrations/providers/posthog.d.ts",
1139
+ "bun": "./dist/integrations/providers/posthog.js",
1140
+ "node": "./dist/node/integrations/providers/posthog.js",
1141
+ "default": "./dist/integrations/providers/posthog.js"
1142
+ },
1143
+ "./integrations/providers/posthog-llm-telemetry": {
1144
+ "types": "./dist/integrations/providers/posthog-llm-telemetry.d.ts",
1145
+ "bun": "./dist/integrations/providers/posthog-llm-telemetry.js",
1146
+ "node": "./dist/node/integrations/providers/posthog-llm-telemetry.js",
1147
+ "default": "./dist/integrations/providers/posthog-llm-telemetry.js"
1148
+ },
1149
+ "./integrations/providers/postmark": {
1150
+ "types": "./dist/integrations/providers/postmark.d.ts",
1151
+ "bun": "./dist/integrations/providers/postmark.js",
1152
+ "node": "./dist/node/integrations/providers/postmark.js",
1153
+ "default": "./dist/integrations/providers/postmark.js"
1154
+ },
1155
+ "./integrations/providers/powens": {
1156
+ "types": "./dist/integrations/providers/powens.d.ts",
1157
+ "bun": "./dist/integrations/providers/powens.js",
1158
+ "node": "./dist/node/integrations/providers/powens.js",
1159
+ "default": "./dist/integrations/providers/powens.js"
1160
+ },
1161
+ "./integrations/providers/project-management": {
1162
+ "types": "./dist/integrations/providers/project-management.d.ts",
1163
+ "bun": "./dist/integrations/providers/project-management.js",
1164
+ "node": "./dist/node/integrations/providers/project-management.js",
1165
+ "default": "./dist/integrations/providers/project-management.js"
1166
+ },
1167
+ "./integrations/providers/qdrant": {
1168
+ "types": "./dist/integrations/providers/qdrant.d.ts",
1169
+ "bun": "./dist/integrations/providers/qdrant.js",
1170
+ "node": "./dist/node/integrations/providers/qdrant.js",
1171
+ "default": "./dist/integrations/providers/qdrant.js"
1172
+ },
1173
+ "./integrations/providers/registry": {
1174
+ "types": "./dist/integrations/providers/registry.d.ts",
1175
+ "bun": "./dist/integrations/providers/registry.js",
1176
+ "node": "./dist/node/integrations/providers/registry.js",
1177
+ "default": "./dist/integrations/providers/registry.js"
1178
+ },
1179
+ "./integrations/providers/sms": {
1180
+ "types": "./dist/integrations/providers/sms.d.ts",
1181
+ "bun": "./dist/integrations/providers/sms.js",
1182
+ "node": "./dist/node/integrations/providers/sms.js",
1183
+ "default": "./dist/integrations/providers/sms.js"
1184
+ },
1185
+ "./integrations/providers/storage": {
1186
+ "types": "./dist/integrations/providers/storage.d.ts",
1187
+ "bun": "./dist/integrations/providers/storage.js",
1188
+ "node": "./dist/node/integrations/providers/storage.js",
1189
+ "default": "./dist/integrations/providers/storage.js"
1190
+ },
1191
+ "./integrations/providers/stripe": {
1192
+ "types": "./dist/integrations/providers/stripe.d.ts",
1193
+ "bun": "./dist/integrations/providers/stripe.js",
1194
+ "node": "./dist/node/integrations/providers/stripe.js",
1195
+ "default": "./dist/integrations/providers/stripe.js"
1196
+ },
1197
+ "./integrations/providers/supabase-postgres": {
1198
+ "types": "./dist/integrations/providers/supabase-postgres.d.ts",
1199
+ "bun": "./dist/integrations/providers/supabase-postgres.js",
1200
+ "node": "./dist/node/integrations/providers/supabase-postgres.js",
1201
+ "default": "./dist/integrations/providers/supabase-postgres.js"
1202
+ },
1203
+ "./integrations/providers/supabase-vector": {
1204
+ "types": "./dist/integrations/providers/supabase-vector.d.ts",
1205
+ "bun": "./dist/integrations/providers/supabase-vector.js",
1206
+ "node": "./dist/node/integrations/providers/supabase-vector.js",
1207
+ "default": "./dist/integrations/providers/supabase-vector.js"
1208
+ },
1209
+ "./integrations/providers/tldv": {
1210
+ "types": "./dist/integrations/providers/tldv.d.ts",
1211
+ "bun": "./dist/integrations/providers/tldv.js",
1212
+ "node": "./dist/node/integrations/providers/tldv.js",
1213
+ "default": "./dist/integrations/providers/tldv.js"
1214
+ },
1215
+ "./integrations/providers/twilio-sms": {
1216
+ "types": "./dist/integrations/providers/twilio-sms.d.ts",
1217
+ "bun": "./dist/integrations/providers/twilio-sms.js",
1218
+ "node": "./dist/node/integrations/providers/twilio-sms.js",
1219
+ "default": "./dist/integrations/providers/twilio-sms.js"
1220
+ },
1221
+ "./integrations/providers/vector-store": {
1222
+ "types": "./dist/integrations/providers/vector-store.d.ts",
1223
+ "bun": "./dist/integrations/providers/vector-store.js",
1224
+ "node": "./dist/node/integrations/providers/vector-store.js",
1225
+ "default": "./dist/integrations/providers/vector-store.js"
1226
+ },
1227
+ "./integrations/providers/voice": {
1228
+ "types": "./dist/integrations/providers/voice.d.ts",
1229
+ "bun": "./dist/integrations/providers/voice.js",
1230
+ "node": "./dist/node/integrations/providers/voice.js",
1231
+ "default": "./dist/integrations/providers/voice.js"
1232
+ },
1233
+ "./integrations/runtime": {
1234
+ "types": "./dist/integrations/runtime.d.ts",
1235
+ "bun": "./dist/integrations/runtime.js",
1236
+ "node": "./dist/node/integrations/runtime.js",
1237
+ "default": "./dist/integrations/runtime.js"
1238
+ },
1239
+ "./integrations/secrets": {
1240
+ "types": "./dist/integrations/secrets/index.d.ts",
1241
+ "bun": "./dist/integrations/secrets/index.js",
1242
+ "node": "./dist/node/integrations/secrets/index.js",
1243
+ "default": "./dist/integrations/secrets/index.js"
1244
+ },
1245
+ "./integrations/secrets-types": {
1246
+ "types": "./dist/integrations/secrets-types.d.ts",
1247
+ "bun": "./dist/integrations/secrets-types.js",
1248
+ "node": "./dist/node/integrations/secrets-types.js",
1249
+ "default": "./dist/integrations/secrets-types.js"
1250
+ },
1251
+ "./integrations/secrets/aws-secret-manager": {
1252
+ "types": "./dist/integrations/secrets/aws-secret-manager.d.ts",
1253
+ "bun": "./dist/integrations/secrets/aws-secret-manager.js",
1254
+ "node": "./dist/node/integrations/secrets/aws-secret-manager.js",
1255
+ "default": "./dist/integrations/secrets/aws-secret-manager.js"
1256
+ },
1257
+ "./integrations/secrets/env-secret-provider": {
1258
+ "types": "./dist/integrations/secrets/env-secret-provider.d.ts",
1259
+ "bun": "./dist/integrations/secrets/env-secret-provider.js",
1260
+ "node": "./dist/node/integrations/secrets/env-secret-provider.js",
1261
+ "default": "./dist/integrations/secrets/env-secret-provider.js"
1262
+ },
1263
+ "./integrations/secrets/gcp-secret-manager": {
1264
+ "types": "./dist/integrations/secrets/gcp-secret-manager.d.ts",
1265
+ "bun": "./dist/integrations/secrets/gcp-secret-manager.js",
1266
+ "node": "./dist/node/integrations/secrets/gcp-secret-manager.js",
1267
+ "default": "./dist/integrations/secrets/gcp-secret-manager.js"
1268
+ },
1269
+ "./integrations/secrets/index": {
1270
+ "types": "./dist/integrations/secrets/index.d.ts",
1271
+ "bun": "./dist/integrations/secrets/index.js",
1272
+ "node": "./dist/node/integrations/secrets/index.js",
1273
+ "default": "./dist/integrations/secrets/index.js"
1274
+ },
1275
+ "./integrations/secrets/manager": {
1276
+ "types": "./dist/integrations/secrets/manager.d.ts",
1277
+ "bun": "./dist/integrations/secrets/manager.js",
1278
+ "node": "./dist/node/integrations/secrets/manager.js",
1279
+ "default": "./dist/integrations/secrets/manager.js"
1280
+ },
1281
+ "./integrations/secrets/provider": {
1282
+ "types": "./dist/integrations/secrets/provider.d.ts",
1283
+ "bun": "./dist/integrations/secrets/provider.js",
1284
+ "node": "./dist/node/integrations/secrets/provider.js",
1285
+ "default": "./dist/integrations/secrets/provider.js"
1286
+ },
1287
+ "./integrations/secrets/scaleway-secret-manager": {
1288
+ "types": "./dist/integrations/secrets/scaleway-secret-manager.d.ts",
1289
+ "bun": "./dist/integrations/secrets/scaleway-secret-manager.js",
1290
+ "node": "./dist/node/integrations/secrets/scaleway-secret-manager.js",
1291
+ "default": "./dist/integrations/secrets/scaleway-secret-manager.js"
1292
+ },
1293
+ "./integrations/spec": {
1294
+ "types": "./dist/integrations/spec.d.ts",
1295
+ "bun": "./dist/integrations/spec.js",
1296
+ "node": "./dist/node/integrations/spec.js",
1297
+ "default": "./dist/integrations/spec.js"
1298
+ },
1299
+ "./jobs": {
1300
+ "types": "./dist/jobs/index.d.ts",
1301
+ "bun": "./dist/jobs/index.js",
1302
+ "node": "./dist/node/jobs/index.js",
1303
+ "default": "./dist/jobs/index.js"
1304
+ },
1305
+ "./jobs/define-job": {
1306
+ "types": "./dist/jobs/define-job.d.ts",
1307
+ "bun": "./dist/jobs/define-job.js",
1308
+ "node": "./dist/node/jobs/define-job.js",
1309
+ "default": "./dist/jobs/define-job.js"
1310
+ },
1311
+ "./jobs/gcp-cloud-tasks": {
1312
+ "types": "./dist/jobs/gcp-cloud-tasks.d.ts",
1313
+ "bun": "./dist/jobs/gcp-cloud-tasks.js",
1314
+ "node": "./dist/node/jobs/gcp-cloud-tasks.js",
1315
+ "default": "./dist/jobs/gcp-cloud-tasks.js"
1316
+ },
1317
+ "./jobs/gcp-pubsub": {
1318
+ "types": "./dist/jobs/gcp-pubsub.d.ts",
1319
+ "bun": "./dist/jobs/gcp-pubsub.js",
1320
+ "node": "./dist/node/jobs/gcp-pubsub.js",
1321
+ "default": "./dist/jobs/gcp-pubsub.js"
1322
+ },
1323
+ "./jobs/handlers": {
1324
+ "types": "./dist/jobs/handlers/index.d.ts",
1325
+ "bun": "./dist/jobs/handlers/index.js",
1326
+ "node": "./dist/node/jobs/handlers/index.js",
1327
+ "default": "./dist/jobs/handlers/index.js"
1328
+ },
1329
+ "./jobs/handlers/gmail-sync-handler": {
1330
+ "types": "./dist/jobs/handlers/gmail-sync-handler.d.ts",
1331
+ "bun": "./dist/jobs/handlers/gmail-sync-handler.js",
1332
+ "node": "./dist/node/jobs/handlers/gmail-sync-handler.js",
1333
+ "default": "./dist/jobs/handlers/gmail-sync-handler.js"
1334
+ },
1335
+ "./jobs/handlers/index": {
1336
+ "types": "./dist/jobs/handlers/index.d.ts",
1337
+ "bun": "./dist/jobs/handlers/index.js",
1338
+ "node": "./dist/node/jobs/handlers/index.js",
1339
+ "default": "./dist/jobs/handlers/index.js"
1340
+ },
1341
+ "./jobs/handlers/ping-handler": {
1342
+ "types": "./dist/jobs/handlers/ping-handler.d.ts",
1343
+ "bun": "./dist/jobs/handlers/ping-handler.js",
1344
+ "node": "./dist/node/jobs/handlers/ping-handler.js",
1345
+ "default": "./dist/jobs/handlers/ping-handler.js"
1346
+ },
1347
+ "./jobs/handlers/storage-document-handler": {
1348
+ "types": "./dist/jobs/handlers/storage-document-handler.d.ts",
1349
+ "bun": "./dist/jobs/handlers/storage-document-handler.js",
1350
+ "node": "./dist/node/jobs/handlers/storage-document-handler.js",
1351
+ "default": "./dist/jobs/handlers/storage-document-handler.js"
1352
+ },
1353
+ "./jobs/index": {
1354
+ "types": "./dist/jobs/index.d.ts",
1355
+ "bun": "./dist/jobs/index.js",
1356
+ "node": "./dist/node/jobs/index.js",
1357
+ "default": "./dist/jobs/index.js"
1358
+ },
1359
+ "./jobs/memory-queue": {
1360
+ "types": "./dist/jobs/memory-queue.d.ts",
1361
+ "bun": "./dist/jobs/memory-queue.js",
1362
+ "node": "./dist/node/jobs/memory-queue.js",
1363
+ "default": "./dist/jobs/memory-queue.js"
1364
+ },
1365
+ "./jobs/queue": {
1366
+ "types": "./dist/jobs/queue.d.ts",
1367
+ "bun": "./dist/jobs/queue.js",
1368
+ "node": "./dist/node/jobs/queue.js",
1369
+ "default": "./dist/jobs/queue.js"
1370
+ },
1371
+ "./jobs/scaleway-sqs-queue": {
1372
+ "types": "./dist/jobs/scaleway-sqs-queue.d.ts",
1373
+ "bun": "./dist/jobs/scaleway-sqs-queue.js",
1374
+ "node": "./dist/node/jobs/scaleway-sqs-queue.js",
1375
+ "default": "./dist/jobs/scaleway-sqs-queue.js"
1376
+ },
1377
+ "./jsonschema": {
1378
+ "types": "./dist/jsonschema.d.ts",
1379
+ "bun": "./dist/jsonschema.js",
1380
+ "node": "./dist/node/jsonschema.js",
1381
+ "default": "./dist/jsonschema.js"
1382
+ },
1383
+ "./knowledge": {
1384
+ "types": "./dist/knowledge/index.d.ts",
1385
+ "bun": "./dist/knowledge/index.js",
1386
+ "node": "./dist/node/knowledge/index.js",
1387
+ "default": "./dist/knowledge/index.js"
1388
+ },
1389
+ "./knowledge/binding": {
1390
+ "types": "./dist/knowledge/binding.d.ts",
1391
+ "bun": "./dist/knowledge/binding.js",
1392
+ "node": "./dist/node/knowledge/binding.js",
1393
+ "default": "./dist/knowledge/binding.js"
1394
+ },
1395
+ "./knowledge/docs/knowledge.docblock": {
1396
+ "types": "./dist/knowledge/docs/knowledge.docblock.d.ts",
1397
+ "bun": "./dist/knowledge/docs/knowledge.docblock.js",
1398
+ "node": "./dist/node/knowledge/docs/knowledge.docblock.js",
1399
+ "default": "./dist/knowledge/docs/knowledge.docblock.js"
1400
+ },
1401
+ "./knowledge/index": {
1402
+ "types": "./dist/knowledge/index.d.ts",
1403
+ "bun": "./dist/knowledge/index.js",
1404
+ "node": "./dist/node/knowledge/index.js",
1405
+ "default": "./dist/knowledge/index.js"
1406
+ },
1407
+ "./knowledge/ingestion": {
1408
+ "types": "./dist/knowledge/ingestion/index.d.ts",
1409
+ "bun": "./dist/knowledge/ingestion/index.js",
1410
+ "node": "./dist/node/knowledge/ingestion/index.js",
1411
+ "default": "./dist/knowledge/ingestion/index.js"
1412
+ },
1413
+ "./knowledge/ingestion/document-processor": {
1414
+ "types": "./dist/knowledge/ingestion/document-processor.d.ts",
1415
+ "bun": "./dist/knowledge/ingestion/document-processor.js",
1416
+ "node": "./dist/node/knowledge/ingestion/document-processor.js",
1417
+ "default": "./dist/knowledge/ingestion/document-processor.js"
1418
+ },
1419
+ "./knowledge/ingestion/embedding-service": {
1420
+ "types": "./dist/knowledge/ingestion/embedding-service.d.ts",
1421
+ "bun": "./dist/knowledge/ingestion/embedding-service.js",
1422
+ "node": "./dist/node/knowledge/ingestion/embedding-service.js",
1423
+ "default": "./dist/knowledge/ingestion/embedding-service.js"
1424
+ },
1425
+ "./knowledge/ingestion/gmail-adapter": {
1426
+ "types": "./dist/knowledge/ingestion/gmail-adapter.d.ts",
1427
+ "bun": "./dist/knowledge/ingestion/gmail-adapter.js",
1428
+ "node": "./dist/node/knowledge/ingestion/gmail-adapter.js",
1429
+ "default": "./dist/knowledge/ingestion/gmail-adapter.js"
1430
+ },
1431
+ "./knowledge/ingestion/index": {
1432
+ "types": "./dist/knowledge/ingestion/index.d.ts",
1433
+ "bun": "./dist/knowledge/ingestion/index.js",
1434
+ "node": "./dist/node/knowledge/ingestion/index.js",
1435
+ "default": "./dist/knowledge/ingestion/index.js"
1436
+ },
1437
+ "./knowledge/ingestion/storage-adapter": {
1438
+ "types": "./dist/knowledge/ingestion/storage-adapter.d.ts",
1439
+ "bun": "./dist/knowledge/ingestion/storage-adapter.js",
1440
+ "node": "./dist/node/knowledge/ingestion/storage-adapter.js",
1441
+ "default": "./dist/knowledge/ingestion/storage-adapter.js"
1442
+ },
1443
+ "./knowledge/ingestion/vector-indexer": {
1444
+ "types": "./dist/knowledge/ingestion/vector-indexer.d.ts",
1445
+ "bun": "./dist/knowledge/ingestion/vector-indexer.js",
1446
+ "node": "./dist/node/knowledge/ingestion/vector-indexer.js",
1447
+ "default": "./dist/knowledge/ingestion/vector-indexer.js"
1448
+ },
1449
+ "./knowledge/knowledge.capability": {
1450
+ "types": "./dist/knowledge/knowledge.capability.d.ts",
1451
+ "bun": "./dist/knowledge/knowledge.capability.js",
1452
+ "node": "./dist/node/knowledge/knowledge.capability.js",
1453
+ "default": "./dist/knowledge/knowledge.capability.js"
1454
+ },
1455
+ "./knowledge/knowledge.feature": {
1456
+ "types": "./dist/knowledge/knowledge.feature.d.ts",
1457
+ "bun": "./dist/knowledge/knowledge.feature.js",
1458
+ "node": "./dist/node/knowledge/knowledge.feature.js",
1459
+ "default": "./dist/knowledge/knowledge.feature.js"
1460
+ },
1461
+ "./knowledge/operations": {
1462
+ "types": "./dist/knowledge/operations.d.ts",
1463
+ "bun": "./dist/knowledge/operations.js",
1464
+ "node": "./dist/node/knowledge/operations.js",
1465
+ "default": "./dist/knowledge/operations.js"
1466
+ },
1467
+ "./knowledge/query": {
1468
+ "types": "./dist/knowledge/query/index.d.ts",
1469
+ "bun": "./dist/knowledge/query/index.js",
1470
+ "node": "./dist/node/knowledge/query/index.js",
1471
+ "default": "./dist/knowledge/query/index.js"
1472
+ },
1473
+ "./knowledge/query/index": {
1474
+ "types": "./dist/knowledge/query/index.d.ts",
1475
+ "bun": "./dist/knowledge/query/index.js",
1476
+ "node": "./dist/node/knowledge/query/index.js",
1477
+ "default": "./dist/knowledge/query/index.js"
1478
+ },
1479
+ "./knowledge/query/service": {
1480
+ "types": "./dist/knowledge/query/service.d.ts",
1481
+ "bun": "./dist/knowledge/query/service.js",
1482
+ "node": "./dist/node/knowledge/query/service.js",
1483
+ "default": "./dist/knowledge/query/service.js"
1484
+ },
1485
+ "./knowledge/runtime": {
1486
+ "types": "./dist/knowledge/runtime.d.ts",
1487
+ "bun": "./dist/knowledge/runtime.js",
1488
+ "node": "./dist/node/knowledge/runtime.js",
1489
+ "default": "./dist/knowledge/runtime.js"
1490
+ },
1491
+ "./knowledge/source": {
1492
+ "types": "./dist/knowledge/source.d.ts",
1493
+ "bun": "./dist/knowledge/source.js",
1494
+ "node": "./dist/node/knowledge/source.js",
1495
+ "default": "./dist/knowledge/source.js"
1496
+ },
1497
+ "./knowledge/spaces": {
1498
+ "types": "./dist/knowledge/spaces/index.d.ts",
1499
+ "bun": "./dist/knowledge/spaces/index.js",
1500
+ "node": "./dist/node/knowledge/spaces/index.js",
1501
+ "default": "./dist/knowledge/spaces/index.js"
1502
+ },
1503
+ "./knowledge/spaces/email-threads": {
1504
+ "types": "./dist/knowledge/spaces/email-threads.d.ts",
1505
+ "bun": "./dist/knowledge/spaces/email-threads.js",
1506
+ "node": "./dist/node/knowledge/spaces/email-threads.js",
1507
+ "default": "./dist/knowledge/spaces/email-threads.js"
1508
+ },
1509
+ "./knowledge/spaces/financial-docs": {
1510
+ "types": "./dist/knowledge/spaces/financial-docs.d.ts",
1511
+ "bun": "./dist/knowledge/spaces/financial-docs.js",
1512
+ "node": "./dist/node/knowledge/spaces/financial-docs.js",
1513
+ "default": "./dist/knowledge/spaces/financial-docs.js"
1514
+ },
1515
+ "./knowledge/spaces/financial-overview": {
1516
+ "types": "./dist/knowledge/spaces/financial-overview.d.ts",
1517
+ "bun": "./dist/knowledge/spaces/financial-overview.js",
1518
+ "node": "./dist/node/knowledge/spaces/financial-overview.js",
1519
+ "default": "./dist/knowledge/spaces/financial-overview.js"
1520
+ },
1521
+ "./knowledge/spaces/index": {
1522
+ "types": "./dist/knowledge/spaces/index.d.ts",
1523
+ "bun": "./dist/knowledge/spaces/index.js",
1524
+ "node": "./dist/node/knowledge/spaces/index.js",
1525
+ "default": "./dist/knowledge/spaces/index.js"
1526
+ },
1527
+ "./knowledge/spaces/product-canon": {
1528
+ "types": "./dist/knowledge/spaces/product-canon.d.ts",
1529
+ "bun": "./dist/knowledge/spaces/product-canon.js",
1530
+ "node": "./dist/node/knowledge/spaces/product-canon.js",
1531
+ "default": "./dist/knowledge/spaces/product-canon.js"
1532
+ },
1533
+ "./knowledge/spaces/support-faq": {
1534
+ "types": "./dist/knowledge/spaces/support-faq.d.ts",
1535
+ "bun": "./dist/knowledge/spaces/support-faq.js",
1536
+ "node": "./dist/node/knowledge/spaces/support-faq.js",
1537
+ "default": "./dist/knowledge/spaces/support-faq.js"
1538
+ },
1539
+ "./knowledge/spaces/uploaded-docs": {
1540
+ "types": "./dist/knowledge/spaces/uploaded-docs.d.ts",
1541
+ "bun": "./dist/knowledge/spaces/uploaded-docs.js",
1542
+ "node": "./dist/node/knowledge/spaces/uploaded-docs.js",
1543
+ "default": "./dist/knowledge/spaces/uploaded-docs.js"
1544
+ },
1545
+ "./knowledge/spec": {
1546
+ "types": "./dist/knowledge/spec.d.ts",
1547
+ "bun": "./dist/knowledge/spec.js",
1548
+ "node": "./dist/node/knowledge/spec.js",
1549
+ "default": "./dist/knowledge/spec.js"
1550
+ },
1551
+ "./llm": {
1552
+ "types": "./dist/llm/index.d.ts",
1553
+ "bun": "./dist/llm/index.js",
1554
+ "node": "./dist/node/llm/index.js",
1555
+ "default": "./dist/llm/index.js"
1556
+ },
1557
+ "./llm/exporters": {
1558
+ "types": "./dist/llm/exporters.d.ts",
1559
+ "bun": "./dist/llm/exporters.js",
1560
+ "node": "./dist/node/llm/exporters.js",
1561
+ "default": "./dist/llm/exporters.js"
1562
+ },
1563
+ "./llm/index": {
1564
+ "types": "./dist/llm/index.d.ts",
1565
+ "bun": "./dist/llm/index.js",
1566
+ "node": "./dist/node/llm/index.js",
1567
+ "default": "./dist/llm/index.js"
1568
+ },
1569
+ "./llm/prompts": {
1570
+ "types": "./dist/llm/prompts.d.ts",
1571
+ "bun": "./dist/llm/prompts.js",
1572
+ "node": "./dist/node/llm/prompts.js",
1573
+ "default": "./dist/llm/prompts.js"
1574
+ },
1575
+ "./llm/types": {
1576
+ "types": "./dist/llm/types.d.ts",
1577
+ "bun": "./dist/llm/types.js",
1578
+ "node": "./dist/node/llm/types.js",
1579
+ "default": "./dist/llm/types.js"
1580
+ },
1581
+ "./markdown": {
1582
+ "types": "./dist/markdown.d.ts",
1583
+ "bun": "./dist/markdown.js",
1584
+ "node": "./dist/node/markdown.js",
1585
+ "default": "./dist/markdown.js"
1586
+ },
1587
+ "./migrations": {
1588
+ "types": "./dist/migrations.d.ts",
1589
+ "bun": "./dist/migrations.js",
1590
+ "node": "./dist/node/migrations.js",
1591
+ "default": "./dist/migrations.js"
1592
+ },
1593
+ "./model-registry": {
1594
+ "types": "./dist/model-registry.d.ts",
1595
+ "bun": "./dist/model-registry.js",
1596
+ "node": "./dist/node/model-registry.js",
1597
+ "default": "./dist/model-registry.js"
1598
+ },
1599
+ "./onboarding-base": {
1600
+ "types": "./dist/onboarding-base.d.ts",
1601
+ "bun": "./dist/onboarding-base.js",
1602
+ "node": "./dist/node/onboarding-base.js",
1603
+ "default": "./dist/onboarding-base.js"
1604
+ },
1605
+ "./openapi": {
1606
+ "types": "./dist/openapi.d.ts",
1607
+ "bun": "./dist/openapi.js",
1608
+ "node": "./dist/node/openapi.js",
1609
+ "default": "./dist/openapi.js"
1610
+ },
1611
+ "./operations": {
1612
+ "types": "./dist/operations/index.d.ts",
1613
+ "bun": "./dist/operations/index.js",
1614
+ "node": "./dist/node/operations/index.js",
1615
+ "default": "./dist/operations/index.js"
1616
+ },
1617
+ "./operations/index": {
1618
+ "types": "./dist/operations/index.d.ts",
1619
+ "bun": "./dist/operations/index.js",
1620
+ "node": "./dist/node/operations/index.js",
1621
+ "default": "./dist/operations/index.js"
1622
+ },
1623
+ "./operations/operation": {
1624
+ "types": "./dist/operations/operation.d.ts",
1625
+ "bun": "./dist/operations/operation.js",
1626
+ "node": "./dist/node/operations/operation.js",
1627
+ "default": "./dist/operations/operation.js"
1628
+ },
1629
+ "./operations/registry": {
1630
+ "types": "./dist/operations/registry.d.ts",
1631
+ "bun": "./dist/operations/registry.js",
1632
+ "node": "./dist/node/operations/registry.js",
1633
+ "default": "./dist/operations/registry.js"
1634
+ },
1635
+ "./operations/report": {
1636
+ "types": "./dist/operations/report/index.d.ts",
1637
+ "bun": "./dist/operations/report/index.js",
1638
+ "node": "./dist/node/operations/report/index.js",
1639
+ "default": "./dist/operations/report/index.js"
1640
+ },
1641
+ "./operations/report/getContractVerificationStatus": {
1642
+ "types": "./dist/operations/report/getContractVerificationStatus.d.ts",
1643
+ "bun": "./dist/operations/report/getContractVerificationStatus.js",
1644
+ "node": "./dist/node/operations/report/getContractVerificationStatus.js",
1645
+ "default": "./dist/operations/report/getContractVerificationStatus.js"
1646
+ },
1647
+ "./operations/report/index": {
1648
+ "types": "./dist/operations/report/index.d.ts",
1649
+ "bun": "./dist/operations/report/index.js",
1650
+ "node": "./dist/node/operations/report/index.js",
1651
+ "default": "./dist/operations/report/index.js"
1652
+ },
1653
+ "./ownership": {
1654
+ "types": "./dist/ownership.d.ts",
1655
+ "bun": "./dist/ownership.js",
1656
+ "node": "./dist/node/ownership.js",
1657
+ "default": "./dist/ownership.js"
1658
+ },
1659
+ "./policy": {
1660
+ "types": "./dist/policy/index.d.ts",
1661
+ "bun": "./dist/policy/index.js",
1662
+ "node": "./dist/node/policy/index.js",
1663
+ "default": "./dist/policy/index.js"
1664
+ },
1665
+ "./policy/context": {
1666
+ "types": "./dist/policy/context.d.ts",
1667
+ "bun": "./dist/policy/context.js",
1668
+ "node": "./dist/node/policy/context.js",
1669
+ "default": "./dist/policy/context.js"
1670
+ },
1671
+ "./policy/docs/policy.docblock": {
1672
+ "types": "./dist/policy/docs/policy.docblock.d.ts",
1673
+ "bun": "./dist/policy/docs/policy.docblock.js",
1674
+ "node": "./dist/node/policy/docs/policy.docblock.js",
1675
+ "default": "./dist/policy/docs/policy.docblock.js"
1676
+ },
1677
+ "./policy/engine": {
1678
+ "types": "./dist/policy/engine.d.ts",
1679
+ "bun": "./dist/policy/engine.js",
1680
+ "node": "./dist/node/policy/engine.js",
1681
+ "default": "./dist/policy/engine.js"
1682
+ },
1683
+ "./policy/guards": {
1684
+ "types": "./dist/policy/guards.d.ts",
1685
+ "bun": "./dist/policy/guards.js",
1686
+ "node": "./dist/node/policy/guards.js",
1687
+ "default": "./dist/policy/guards.js"
1688
+ },
1689
+ "./policy/index": {
1690
+ "types": "./dist/policy/index.d.ts",
1691
+ "bun": "./dist/policy/index.js",
1692
+ "node": "./dist/node/policy/index.js",
1693
+ "default": "./dist/policy/index.js"
1694
+ },
1695
+ "./policy/opa-adapter": {
1696
+ "types": "./dist/policy/opa-adapter.d.ts",
1697
+ "bun": "./dist/policy/opa-adapter.js",
1698
+ "node": "./dist/node/policy/opa-adapter.js",
1699
+ "default": "./dist/policy/opa-adapter.js"
1700
+ },
1701
+ "./policy/registry": {
1702
+ "types": "./dist/policy/registry.d.ts",
1703
+ "bun": "./dist/policy/registry.js",
1704
+ "node": "./dist/node/policy/registry.js",
1705
+ "default": "./dist/policy/registry.js"
1706
+ },
1707
+ "./policy/spec": {
1708
+ "types": "./dist/policy/spec.d.ts",
1709
+ "bun": "./dist/policy/spec.js",
1710
+ "node": "./dist/node/policy/spec.js",
1711
+ "default": "./dist/policy/spec.js"
1712
+ },
1713
+ "./policy/validation": {
1714
+ "types": "./dist/policy/validation.d.ts",
1715
+ "bun": "./dist/policy/validation.js",
1716
+ "node": "./dist/node/policy/validation.js",
1717
+ "default": "./dist/policy/validation.js"
1718
+ },
1719
+ "./presentations": {
1720
+ "types": "./dist/presentations/index.d.ts",
1721
+ "bun": "./dist/presentations/index.js",
1722
+ "node": "./dist/node/presentations/index.js",
1723
+ "default": "./dist/presentations/index.js"
1724
+ },
1725
+ "./presentations/docs/presentations-conventions.docblock": {
1726
+ "types": "./dist/presentations/docs/presentations-conventions.docblock.d.ts",
1727
+ "bun": "./dist/presentations/docs/presentations-conventions.docblock.js",
1728
+ "node": "./dist/node/presentations/docs/presentations-conventions.docblock.js",
1729
+ "default": "./dist/presentations/docs/presentations-conventions.docblock.js"
1730
+ },
1731
+ "./presentations/index": {
1732
+ "types": "./dist/presentations/index.d.ts",
1733
+ "bun": "./dist/presentations/index.js",
1734
+ "node": "./dist/node/presentations/index.js",
1735
+ "default": "./dist/presentations/index.js"
1736
+ },
1737
+ "./presentations/presentations": {
1738
+ "types": "./dist/presentations/presentations.d.ts",
1739
+ "bun": "./dist/presentations/presentations.js",
1740
+ "node": "./dist/node/presentations/presentations.js",
1741
+ "default": "./dist/presentations/presentations.js"
1742
+ },
1743
+ "./presentations/registry": {
1744
+ "types": "./dist/presentations/registry.d.ts",
1745
+ "bun": "./dist/presentations/registry.js",
1746
+ "node": "./dist/node/presentations/registry.js",
1747
+ "default": "./dist/presentations/registry.js"
1748
+ },
1749
+ "./presentations/transform-engine": {
1750
+ "types": "./dist/presentations/transform-engine.d.ts",
1751
+ "bun": "./dist/presentations/transform-engine.js",
1752
+ "node": "./dist/node/presentations/transform-engine.js",
1753
+ "default": "./dist/presentations/transform-engine.js"
1754
+ },
1755
+ "./product-intent": {
1756
+ "types": "./dist/product-intent/index.d.ts",
1757
+ "bun": "./dist/product-intent/index.js",
1758
+ "node": "./dist/node/product-intent/index.js",
1759
+ "default": "./dist/product-intent/index.js"
1760
+ },
1761
+ "./product-intent/contract-patch-intent": {
1762
+ "types": "./dist/product-intent/contract-patch-intent.d.ts",
1763
+ "bun": "./dist/product-intent/contract-patch-intent.js",
1764
+ "node": "./dist/node/product-intent/contract-patch-intent.js",
1765
+ "default": "./dist/product-intent/contract-patch-intent.js"
1766
+ },
1767
+ "./product-intent/contract-spec-patch": {
1768
+ "types": "./dist/product-intent/contract-spec-patch.d.ts",
1769
+ "bun": "./dist/product-intent/contract-spec-patch.js",
1770
+ "node": "./dist/node/product-intent/contract-spec-patch.js",
1771
+ "default": "./dist/product-intent/contract-spec-patch.js"
1772
+ },
1773
+ "./product-intent/evidence": {
1774
+ "types": "./dist/product-intent/evidence.d.ts",
1775
+ "bun": "./dist/product-intent/evidence.js",
1776
+ "node": "./dist/node/product-intent/evidence.js",
1777
+ "default": "./dist/product-intent/evidence.js"
1778
+ },
1779
+ "./product-intent/findings": {
1780
+ "types": "./dist/product-intent/findings.d.ts",
1781
+ "bun": "./dist/product-intent/findings.js",
1782
+ "node": "./dist/node/product-intent/findings.js",
1783
+ "default": "./dist/product-intent/findings.js"
1784
+ },
1785
+ "./product-intent/impact-report": {
1786
+ "types": "./dist/product-intent/impact-report.d.ts",
1787
+ "bun": "./dist/product-intent/impact-report.js",
1788
+ "node": "./dist/node/product-intent/impact-report.js",
1789
+ "default": "./dist/product-intent/impact-report.js"
1790
+ },
1791
+ "./product-intent/index": {
1792
+ "types": "./dist/product-intent/index.d.ts",
1793
+ "bun": "./dist/product-intent/index.js",
1794
+ "node": "./dist/node/product-intent/index.js",
1795
+ "default": "./dist/product-intent/index.js"
1796
+ },
1797
+ "./product-intent/insights": {
1798
+ "types": "./dist/product-intent/insights.d.ts",
1799
+ "bun": "./dist/product-intent/insights.js",
1800
+ "node": "./dist/node/product-intent/insights.js",
1801
+ "default": "./dist/product-intent/insights.js"
1802
+ },
1803
+ "./product-intent/opportunity-brief": {
1804
+ "types": "./dist/product-intent/opportunity-brief.d.ts",
1805
+ "bun": "./dist/product-intent/opportunity-brief.js",
1806
+ "node": "./dist/node/product-intent/opportunity-brief.js",
1807
+ "default": "./dist/product-intent/opportunity-brief.js"
1808
+ },
1809
+ "./product-intent/problems": {
1810
+ "types": "./dist/product-intent/problems.d.ts",
1811
+ "bun": "./dist/product-intent/problems.js",
1812
+ "node": "./dist/node/product-intent/problems.js",
1813
+ "default": "./dist/product-intent/problems.js"
1814
+ },
1815
+ "./product-intent/registry": {
1816
+ "types": "./dist/product-intent/registry.d.ts",
1817
+ "bun": "./dist/product-intent/registry.js",
1818
+ "node": "./dist/node/product-intent/registry.js",
1819
+ "default": "./dist/product-intent/registry.js"
1820
+ },
1821
+ "./product-intent/runtime": {
1822
+ "types": "./dist/product-intent/runtime.d.ts",
1823
+ "bun": "./dist/product-intent/runtime.js",
1824
+ "node": "./dist/node/product-intent/runtime.js",
1825
+ "default": "./dist/product-intent/runtime.js"
1826
+ },
1827
+ "./product-intent/spec": {
1828
+ "types": "./dist/product-intent/spec.d.ts",
1829
+ "bun": "./dist/product-intent/spec.js",
1830
+ "node": "./dist/node/product-intent/spec.js",
1831
+ "default": "./dist/product-intent/spec.js"
1832
+ },
1833
+ "./product-intent/task-pack": {
1834
+ "types": "./dist/product-intent/task-pack.d.ts",
1835
+ "bun": "./dist/product-intent/task-pack.js",
1836
+ "node": "./dist/node/product-intent/task-pack.js",
1837
+ "default": "./dist/product-intent/task-pack.js"
1838
+ },
1839
+ "./product-intent/tickets": {
1840
+ "types": "./dist/product-intent/tickets.d.ts",
1841
+ "bun": "./dist/product-intent/tickets.js",
1842
+ "node": "./dist/node/product-intent/tickets.js",
1843
+ "default": "./dist/product-intent/tickets.js"
1844
+ },
1845
+ "./product-intent/types": {
1846
+ "types": "./dist/product-intent/types.d.ts",
1847
+ "bun": "./dist/product-intent/types.js",
1848
+ "node": "./dist/node/product-intent/types.js",
1849
+ "default": "./dist/product-intent/types.js"
1850
+ },
1851
+ "./product-intent/ui-wireframe": {
1852
+ "types": "./dist/product-intent/ui-wireframe.d.ts",
1853
+ "bun": "./dist/product-intent/ui-wireframe.js",
1854
+ "node": "./dist/node/product-intent/ui-wireframe.js",
1855
+ "default": "./dist/product-intent/ui-wireframe.js"
1856
+ },
1857
+ "./prompt": {
1858
+ "types": "./dist/prompt.d.ts",
1859
+ "bun": "./dist/prompt.js",
1860
+ "node": "./dist/node/prompt.js",
1861
+ "default": "./dist/prompt.js"
1862
+ },
1863
+ "./promptRegistry": {
1864
+ "types": "./dist/promptRegistry.d.ts",
1865
+ "bun": "./dist/promptRegistry.js",
1866
+ "node": "./dist/node/promptRegistry.js",
1867
+ "default": "./dist/promptRegistry.js"
1868
+ },
1869
+ "./regenerator": {
1870
+ "types": "./dist/regenerator/index.d.ts",
1871
+ "bun": "./dist/regenerator/index.js",
1872
+ "node": "./dist/node/regenerator/index.js",
1873
+ "default": "./dist/regenerator/index.js"
1874
+ },
1875
+ "./regenerator/adapters": {
1876
+ "types": "./dist/regenerator/adapters.d.ts",
1877
+ "bun": "./dist/regenerator/adapters.js",
1878
+ "node": "./dist/node/regenerator/adapters.js",
1879
+ "default": "./dist/regenerator/adapters.js"
1880
+ },
1881
+ "./regenerator/docs/regenerator.docblock": {
1882
+ "types": "./dist/regenerator/docs/regenerator.docblock.d.ts",
1883
+ "bun": "./dist/regenerator/docs/regenerator.docblock.js",
1884
+ "node": "./dist/node/regenerator/docs/regenerator.docblock.js",
1885
+ "default": "./dist/regenerator/docs/regenerator.docblock.js"
1886
+ },
1887
+ "./regenerator/executor": {
1888
+ "types": "./dist/regenerator/executor.d.ts",
1889
+ "bun": "./dist/regenerator/executor.js",
1890
+ "node": "./dist/node/regenerator/executor.js",
1891
+ "default": "./dist/regenerator/executor.js"
1892
+ },
1893
+ "./regenerator/index": {
1894
+ "types": "./dist/regenerator/index.d.ts",
1895
+ "bun": "./dist/regenerator/index.js",
1896
+ "node": "./dist/node/regenerator/index.js",
1897
+ "default": "./dist/regenerator/index.js"
1898
+ },
1899
+ "./regenerator/service": {
1900
+ "types": "./dist/regenerator/service.d.ts",
1901
+ "bun": "./dist/regenerator/service.js",
1902
+ "node": "./dist/node/regenerator/service.js",
1903
+ "default": "./dist/regenerator/service.js"
1904
+ },
1905
+ "./regenerator/sinks": {
1906
+ "types": "./dist/regenerator/sinks.d.ts",
1907
+ "bun": "./dist/regenerator/sinks.js",
1908
+ "node": "./dist/node/regenerator/sinks.js",
1909
+ "default": "./dist/regenerator/sinks.js"
1910
+ },
1911
+ "./regenerator/types": {
1912
+ "types": "./dist/regenerator/types.d.ts",
1913
+ "bun": "./dist/regenerator/types.js",
1914
+ "node": "./dist/node/regenerator/types.js",
1915
+ "default": "./dist/regenerator/types.js"
1916
+ },
1917
+ "./regenerator/utils": {
1918
+ "types": "./dist/regenerator/utils.d.ts",
1919
+ "bun": "./dist/regenerator/utils.js",
1920
+ "node": "./dist/node/regenerator/utils.js",
1921
+ "default": "./dist/regenerator/utils.js"
1922
+ },
1923
+ "./registry": {
1924
+ "types": "./dist/registry.d.ts",
1925
+ "bun": "./dist/registry.js",
1926
+ "node": "./dist/node/registry.js",
1927
+ "default": "./dist/registry.js"
1928
+ },
1929
+ "./registry-utils": {
1930
+ "types": "./dist/registry-utils.d.ts",
1931
+ "bun": "./dist/registry-utils.js",
1932
+ "node": "./dist/node/registry-utils.js",
1933
+ "default": "./dist/registry-utils.js"
1934
+ },
1935
+ "./resources": {
1936
+ "types": "./dist/resources.d.ts",
1937
+ "bun": "./dist/resources.js",
1938
+ "node": "./dist/node/resources.js",
1939
+ "default": "./dist/resources.js"
1940
+ },
1941
+ "./schema-to-markdown": {
1942
+ "types": "./dist/schema-to-markdown.d.ts",
1943
+ "bun": "./dist/schema-to-markdown.js",
1944
+ "node": "./dist/node/schema-to-markdown.js",
1945
+ "default": "./dist/schema-to-markdown.js"
1946
+ },
1947
+ "./serialization": {
1948
+ "types": "./dist/serialization/index.d.ts",
1949
+ "bun": "./dist/serialization/index.js",
1950
+ "node": "./dist/node/serialization/index.js",
1951
+ "default": "./dist/serialization/index.js"
1952
+ },
1953
+ "./serialization/index": {
1954
+ "types": "./dist/serialization/index.d.ts",
1955
+ "bun": "./dist/serialization/index.js",
1956
+ "node": "./dist/node/serialization/index.js",
1957
+ "default": "./dist/serialization/index.js"
1958
+ },
1959
+ "./serialization/serializers": {
1960
+ "types": "./dist/serialization/serializers.d.ts",
1961
+ "bun": "./dist/serialization/serializers.js",
1962
+ "node": "./dist/node/serialization/serializers.js",
1963
+ "default": "./dist/serialization/serializers.js"
1964
+ },
1965
+ "./serialization/types": {
1966
+ "types": "./dist/serialization/types.d.ts",
1967
+ "bun": "./dist/serialization/types.js",
1968
+ "node": "./dist/node/serialization/types.js",
1969
+ "default": "./dist/serialization/types.js"
1970
+ },
1971
+ "./telemetry": {
1972
+ "types": "./dist/telemetry/index.d.ts",
1973
+ "bun": "./dist/telemetry/index.js",
1974
+ "node": "./dist/node/telemetry/index.js",
1975
+ "default": "./dist/telemetry/index.js"
1976
+ },
1977
+ "./telemetry/anomaly": {
1978
+ "types": "./dist/telemetry/anomaly.d.ts",
1979
+ "bun": "./dist/telemetry/anomaly.js",
1980
+ "node": "./dist/node/telemetry/anomaly.js",
1981
+ "default": "./dist/telemetry/anomaly.js"
1982
+ },
1983
+ "./telemetry/docs/telemetry.docblock": {
1984
+ "types": "./dist/telemetry/docs/telemetry.docblock.d.ts",
1985
+ "bun": "./dist/telemetry/docs/telemetry.docblock.js",
1986
+ "node": "./dist/node/telemetry/docs/telemetry.docblock.js",
1987
+ "default": "./dist/telemetry/docs/telemetry.docblock.js"
1988
+ },
1989
+ "./telemetry/index": {
1990
+ "types": "./dist/telemetry/index.d.ts",
1991
+ "bun": "./dist/telemetry/index.js",
1992
+ "node": "./dist/node/telemetry/index.js",
1993
+ "default": "./dist/telemetry/index.js"
1994
+ },
1995
+ "./telemetry/spec": {
1996
+ "types": "./dist/telemetry/spec.d.ts",
1997
+ "bun": "./dist/telemetry/spec.js",
1998
+ "node": "./dist/node/telemetry/spec.js",
1999
+ "default": "./dist/telemetry/spec.js"
2000
+ },
2001
+ "./telemetry/tracker": {
2002
+ "types": "./dist/telemetry/tracker.d.ts",
2003
+ "bun": "./dist/telemetry/tracker.js",
2004
+ "node": "./dist/node/telemetry/tracker.js",
2005
+ "default": "./dist/telemetry/tracker.js"
2006
+ },
2007
+ "./tests": {
2008
+ "types": "./dist/tests/index.d.ts",
2009
+ "bun": "./dist/tests/index.js",
2010
+ "node": "./dist/node/tests/index.js",
2011
+ "default": "./dist/tests/index.js"
2012
+ },
2013
+ "./tests/index": {
2014
+ "types": "./dist/tests/index.d.ts",
2015
+ "bun": "./dist/tests/index.js",
2016
+ "node": "./dist/node/tests/index.js",
2017
+ "default": "./dist/tests/index.js"
2018
+ },
2019
+ "./tests/runner": {
2020
+ "types": "./dist/tests/runner.d.ts",
2021
+ "bun": "./dist/tests/runner.js",
2022
+ "node": "./dist/node/tests/runner.js",
2023
+ "default": "./dist/tests/runner.js"
2024
+ },
2025
+ "./tests/spec": {
2026
+ "types": "./dist/tests/spec.d.ts",
2027
+ "bun": "./dist/tests/spec.js",
2028
+ "node": "./dist/node/tests/spec.js",
2029
+ "default": "./dist/tests/spec.js"
2030
+ },
2031
+ "./themes": {
2032
+ "types": "./dist/themes.d.ts",
2033
+ "bun": "./dist/themes.js",
2034
+ "node": "./dist/node/themes.js",
2035
+ "default": "./dist/themes.js"
2036
+ },
2037
+ "./translations": {
2038
+ "types": "./dist/translations/index.d.ts",
2039
+ "bun": "./dist/translations/index.js",
2040
+ "node": "./dist/node/translations/index.js",
2041
+ "default": "./dist/translations/index.js"
2042
+ },
2043
+ "./translations/catalog": {
2044
+ "types": "./dist/translations/catalog.d.ts",
2045
+ "bun": "./dist/translations/catalog.js",
2046
+ "node": "./dist/node/translations/catalog.js",
2047
+ "default": "./dist/translations/catalog.js"
2048
+ },
2049
+ "./translations/index": {
2050
+ "types": "./dist/translations/index.d.ts",
2051
+ "bun": "./dist/translations/index.js",
2052
+ "node": "./dist/node/translations/index.js",
2053
+ "default": "./dist/translations/index.js"
2054
+ },
2055
+ "./translations/registry": {
2056
+ "types": "./dist/translations/registry.d.ts",
2057
+ "bun": "./dist/translations/registry.js",
2058
+ "node": "./dist/node/translations/registry.js",
2059
+ "default": "./dist/translations/registry.js"
2060
+ },
2061
+ "./translations/spec": {
2062
+ "types": "./dist/translations/spec.d.ts",
2063
+ "bun": "./dist/translations/spec.js",
2064
+ "node": "./dist/node/translations/spec.js",
2065
+ "default": "./dist/translations/spec.js"
2066
+ },
2067
+ "./translations/tenant": {
2068
+ "types": "./dist/translations/tenant.d.ts",
2069
+ "bun": "./dist/translations/tenant.js",
2070
+ "node": "./dist/node/translations/tenant.js",
2071
+ "default": "./dist/translations/tenant.js"
2072
+ },
2073
+ "./translations/validation": {
2074
+ "types": "./dist/translations/validation.d.ts",
2075
+ "bun": "./dist/translations/validation.js",
2076
+ "node": "./dist/node/translations/validation.js",
2077
+ "default": "./dist/translations/validation.js"
2078
+ },
2079
+ "./types": {
2080
+ "types": "./dist/types.d.ts",
2081
+ "bun": "./dist/types.js",
2082
+ "node": "./dist/node/types.js",
2083
+ "default": "./dist/types.js"
2084
+ },
2085
+ "./versioning": {
2086
+ "types": "./dist/versioning/index.d.ts",
2087
+ "bun": "./dist/versioning/index.js",
2088
+ "node": "./dist/node/versioning/index.js",
2089
+ "default": "./dist/versioning/index.js"
2090
+ },
2091
+ "./versioning/index": {
2092
+ "types": "./dist/versioning/index.d.ts",
2093
+ "bun": "./dist/versioning/index.js",
2094
+ "node": "./dist/node/versioning/index.js",
2095
+ "default": "./dist/versioning/index.js"
2096
+ },
2097
+ "./versioning/refs": {
2098
+ "types": "./dist/versioning/refs.d.ts",
2099
+ "bun": "./dist/versioning/refs.js",
2100
+ "node": "./dist/node/versioning/refs.js",
2101
+ "default": "./dist/versioning/refs.js"
2102
+ },
2103
+ "./versioning/types": {
2104
+ "types": "./dist/versioning/types.d.ts",
2105
+ "bun": "./dist/versioning/types.js",
2106
+ "node": "./dist/node/versioning/types.js",
2107
+ "default": "./dist/versioning/types.js"
2108
+ },
2109
+ "./versioning/utils": {
2110
+ "types": "./dist/versioning/utils.d.ts",
2111
+ "bun": "./dist/versioning/utils.js",
2112
+ "node": "./dist/node/versioning/utils.js",
2113
+ "default": "./dist/versioning/utils.js"
2114
+ },
2115
+ "./workflow": {
2116
+ "types": "./dist/workflow/index.d.ts",
2117
+ "bun": "./dist/workflow/index.js",
2118
+ "node": "./dist/node/workflow/index.js",
2119
+ "default": "./dist/workflow/index.js"
2120
+ },
2121
+ "./workflow/adapters": {
2122
+ "types": "./dist/workflow/adapters/index.d.ts",
2123
+ "bun": "./dist/workflow/adapters/index.js",
2124
+ "node": "./dist/node/workflow/adapters/index.js",
2125
+ "default": "./dist/workflow/adapters/index.js"
2126
+ },
2127
+ "./workflow/adapters/db-adapter": {
2128
+ "types": "./dist/workflow/adapters/db-adapter.d.ts",
2129
+ "bun": "./dist/workflow/adapters/db-adapter.js",
2130
+ "node": "./dist/node/workflow/adapters/db-adapter.js",
2131
+ "default": "./dist/workflow/adapters/db-adapter.js"
2132
+ },
2133
+ "./workflow/adapters/file-adapter": {
2134
+ "types": "./dist/workflow/adapters/file-adapter.d.ts",
2135
+ "bun": "./dist/workflow/adapters/file-adapter.js",
2136
+ "node": "./dist/node/workflow/adapters/file-adapter.js",
2137
+ "default": "./dist/workflow/adapters/file-adapter.js"
2138
+ },
2139
+ "./workflow/adapters/index": {
2140
+ "types": "./dist/workflow/adapters/index.d.ts",
2141
+ "bun": "./dist/workflow/adapters/index.js",
2142
+ "node": "./dist/node/workflow/adapters/index.js",
2143
+ "default": "./dist/workflow/adapters/index.js"
2144
+ },
2145
+ "./workflow/adapters/memory-store": {
2146
+ "types": "./dist/workflow/adapters/memory-store.d.ts",
2147
+ "bun": "./dist/workflow/adapters/memory-store.js",
2148
+ "node": "./dist/node/workflow/adapters/memory-store.js",
2149
+ "default": "./dist/workflow/adapters/memory-store.js"
2150
+ },
2151
+ "./workflow/context": {
2152
+ "types": "./dist/workflow/context.d.ts",
2153
+ "bun": "./dist/workflow/context.js",
2154
+ "node": "./dist/node/workflow/context.js",
2155
+ "default": "./dist/workflow/context.js"
2156
+ },
2157
+ "./workflow/expression": {
2158
+ "types": "./dist/workflow/expression.d.ts",
2159
+ "bun": "./dist/workflow/expression.js",
2160
+ "node": "./dist/node/workflow/expression.js",
2161
+ "default": "./dist/workflow/expression.js"
2162
+ },
2163
+ "./workflow/index": {
2164
+ "types": "./dist/workflow/index.d.ts",
2165
+ "bun": "./dist/workflow/index.js",
2166
+ "node": "./dist/node/workflow/index.js",
2167
+ "default": "./dist/workflow/index.js"
2168
+ },
2169
+ "./workflow/overview.docblock": {
2170
+ "types": "./dist/workflow/overview.docblock.d.ts",
2171
+ "bun": "./dist/workflow/overview.docblock.js",
2172
+ "node": "./dist/node/workflow/overview.docblock.js",
2173
+ "default": "./dist/workflow/overview.docblock.js"
2174
+ },
2175
+ "./workflow/runner": {
2176
+ "types": "./dist/workflow/runner.d.ts",
2177
+ "bun": "./dist/workflow/runner.js",
2178
+ "node": "./dist/node/workflow/runner.js",
2179
+ "default": "./dist/workflow/runner.js"
2180
+ },
2181
+ "./workflow/sla-monitor": {
2182
+ "types": "./dist/workflow/sla-monitor.d.ts",
2183
+ "bun": "./dist/workflow/sla-monitor.js",
2184
+ "node": "./dist/node/workflow/sla-monitor.js",
2185
+ "default": "./dist/workflow/sla-monitor.js"
2186
+ },
2187
+ "./workflow/spec": {
2188
+ "types": "./dist/workflow/spec.d.ts",
2189
+ "bun": "./dist/workflow/spec.js",
2190
+ "node": "./dist/node/workflow/spec.js",
2191
+ "default": "./dist/workflow/spec.js"
2192
+ },
2193
+ "./workflow/state": {
2194
+ "types": "./dist/workflow/state.d.ts",
2195
+ "bun": "./dist/workflow/state.js",
2196
+ "node": "./dist/node/workflow/state.js",
2197
+ "default": "./dist/workflow/state.js"
2198
+ },
2199
+ "./workflow/validation": {
2200
+ "types": "./dist/workflow/validation.d.ts",
2201
+ "bun": "./dist/workflow/validation.js",
2202
+ "node": "./dist/node/workflow/validation.js",
2203
+ "default": "./dist/workflow/validation.js"
2204
+ },
2205
+ "./workspace-config": {
2206
+ "types": "./dist/workspace-config/index.d.ts",
2207
+ "bun": "./dist/workspace-config/index.js",
2208
+ "node": "./dist/node/workspace-config/index.js",
2209
+ "default": "./dist/workspace-config/index.js"
2210
+ },
2211
+ "./workspace-config/contractsrc-schema": {
2212
+ "types": "./dist/workspace-config/contractsrc-schema.d.ts",
2213
+ "bun": "./dist/workspace-config/contractsrc-schema.js",
2214
+ "node": "./dist/node/workspace-config/contractsrc-schema.js",
2215
+ "default": "./dist/workspace-config/contractsrc-schema.js"
2216
+ },
2217
+ "./workspace-config/contractsrc-types": {
2218
+ "types": "./dist/workspace-config/contractsrc-types.d.ts",
2219
+ "bun": "./dist/workspace-config/contractsrc-types.js",
2220
+ "node": "./dist/node/workspace-config/contractsrc-types.js",
2221
+ "default": "./dist/workspace-config/contractsrc-types.js"
2222
+ },
2223
+ "./workspace-config/index": {
2224
+ "types": "./dist/workspace-config/index.d.ts",
2225
+ "bun": "./dist/workspace-config/index.js",
2226
+ "node": "./dist/node/workspace-config/index.js",
2227
+ "default": "./dist/workspace-config/index.js"
2228
+ },
2229
+ "./workspace-config/workspace-config.docblock": {
2230
+ "types": "./dist/workspace-config/workspace-config.docblock.d.ts",
2231
+ "bun": "./dist/workspace-config/workspace-config.docblock.js",
2232
+ "node": "./dist/node/workspace-config/workspace-config.docblock.js",
2233
+ "default": "./dist/workspace-config/workspace-config.docblock.js"
2234
+ }
2235
+ },
2236
+ "publishConfig": {
2237
+ "access": "public",
2238
+ "registry": "https://registry.npmjs.org/",
2239
+ "exports": {
2240
+ ".": {
2241
+ "types": "./dist/index.d.ts",
2242
+ "bun": "./dist/index.js",
2243
+ "node": "./dist/node/index.js",
2244
+ "default": "./dist/index.js"
2245
+ },
2246
+ "./app-config": {
2247
+ "types": "./dist/app-config/index.d.ts",
2248
+ "bun": "./dist/app-config/index.js",
2249
+ "node": "./dist/node/app-config/index.js",
2250
+ "default": "./dist/app-config/index.js"
2251
+ },
2252
+ "./app-config/app-config.capability": {
2253
+ "types": "./dist/app-config/app-config.capability.d.ts",
2254
+ "bun": "./dist/app-config/app-config.capability.js",
2255
+ "node": "./dist/node/app-config/app-config.capability.js",
2256
+ "default": "./dist/app-config/app-config.capability.js"
2257
+ },
2258
+ "./app-config/app-config.contracts": {
2259
+ "types": "./dist/app-config/app-config.contracts.d.ts",
2260
+ "bun": "./dist/app-config/app-config.contracts.js",
2261
+ "node": "./dist/node/app-config/app-config.contracts.js",
2262
+ "default": "./dist/app-config/app-config.contracts.js"
2263
+ },
2264
+ "./app-config/app-config.feature": {
2265
+ "types": "./dist/app-config/app-config.feature.d.ts",
2266
+ "bun": "./dist/app-config/app-config.feature.js",
2267
+ "node": "./dist/node/app-config/app-config.feature.js",
2268
+ "default": "./dist/app-config/app-config.feature.js"
2269
+ },
2270
+ "./app-config/branding": {
2271
+ "types": "./dist/app-config/branding.d.ts",
2272
+ "bun": "./dist/app-config/branding.js",
2273
+ "node": "./dist/node/app-config/branding.js",
2274
+ "default": "./dist/app-config/branding.js"
2275
+ },
2276
+ "./app-config/docs/app-config.docblock": {
2277
+ "types": "./dist/app-config/docs/app-config.docblock.d.ts",
2278
+ "bun": "./dist/app-config/docs/app-config.docblock.js",
2279
+ "node": "./dist/node/app-config/docs/app-config.docblock.js",
2280
+ "default": "./dist/app-config/docs/app-config.docblock.js"
2281
+ },
2282
+ "./app-config/events": {
2283
+ "types": "./dist/app-config/events.d.ts",
2284
+ "bun": "./dist/app-config/events.js",
2285
+ "node": "./dist/node/app-config/events.js",
2286
+ "default": "./dist/app-config/events.js"
2287
+ },
2288
+ "./app-config/index": {
2289
+ "types": "./dist/app-config/index.d.ts",
2290
+ "bun": "./dist/app-config/index.js",
2291
+ "node": "./dist/node/app-config/index.js",
2292
+ "default": "./dist/app-config/index.js"
2293
+ },
2294
+ "./app-config/lifecycle": {
2295
+ "types": "./dist/app-config/lifecycle.d.ts",
2296
+ "bun": "./dist/app-config/lifecycle.js",
2297
+ "node": "./dist/node/app-config/lifecycle.js",
2298
+ "default": "./dist/app-config/lifecycle.js"
2299
+ },
2300
+ "./app-config/lifecycle-contracts": {
2301
+ "types": "./dist/app-config/lifecycle-contracts.d.ts",
2302
+ "bun": "./dist/app-config/lifecycle-contracts.js",
2303
+ "node": "./dist/node/app-config/lifecycle-contracts.js",
2304
+ "default": "./dist/app-config/lifecycle-contracts.js"
2305
+ },
2306
+ "./app-config/runtime": {
2307
+ "types": "./dist/app-config/runtime.d.ts",
2308
+ "bun": "./dist/app-config/runtime.js",
2309
+ "node": "./dist/node/app-config/runtime.js",
2310
+ "default": "./dist/app-config/runtime.js"
2311
+ },
2312
+ "./app-config/spec": {
2313
+ "types": "./dist/app-config/spec.d.ts",
2314
+ "bun": "./dist/app-config/spec.js",
2315
+ "node": "./dist/node/app-config/spec.js",
2316
+ "default": "./dist/app-config/spec.js"
2317
+ },
2318
+ "./app-config/validation": {
2319
+ "types": "./dist/app-config/validation.d.ts",
2320
+ "bun": "./dist/app-config/validation.js",
2321
+ "node": "./dist/node/app-config/validation.js",
2322
+ "default": "./dist/app-config/validation.js"
2323
+ },
2324
+ "./capabilities": {
2325
+ "types": "./dist/capabilities/index.d.ts",
2326
+ "bun": "./dist/capabilities/index.js",
2327
+ "node": "./dist/node/capabilities/index.js",
2328
+ "default": "./dist/capabilities/index.js"
2329
+ },
2330
+ "./capabilities/capabilities": {
2331
+ "types": "./dist/capabilities/capabilities.d.ts",
2332
+ "bun": "./dist/capabilities/capabilities.js",
2333
+ "node": "./dist/node/capabilities/capabilities.js",
2334
+ "default": "./dist/capabilities/capabilities.js"
2335
+ },
2336
+ "./capabilities/context": {
2337
+ "types": "./dist/capabilities/context.d.ts",
2338
+ "bun": "./dist/capabilities/context.js",
2339
+ "node": "./dist/node/capabilities/context.js",
2340
+ "default": "./dist/capabilities/context.js"
2341
+ },
2342
+ "./capabilities/docs/capabilities.docblock": {
2343
+ "types": "./dist/capabilities/docs/capabilities.docblock.d.ts",
2344
+ "bun": "./dist/capabilities/docs/capabilities.docblock.js",
2345
+ "node": "./dist/node/capabilities/docs/capabilities.docblock.js",
2346
+ "default": "./dist/capabilities/docs/capabilities.docblock.js"
2347
+ },
2348
+ "./capabilities/guards": {
2349
+ "types": "./dist/capabilities/guards.d.ts",
2350
+ "bun": "./dist/capabilities/guards.js",
2351
+ "node": "./dist/node/capabilities/guards.js",
2352
+ "default": "./dist/capabilities/guards.js"
2353
+ },
2354
+ "./capabilities/index": {
2355
+ "types": "./dist/capabilities/index.d.ts",
2356
+ "bun": "./dist/capabilities/index.js",
2357
+ "node": "./dist/node/capabilities/index.js",
2358
+ "default": "./dist/capabilities/index.js"
2359
+ },
2360
+ "./capabilities/meeting-recorder": {
2361
+ "types": "./dist/capabilities/meeting-recorder.d.ts",
2362
+ "bun": "./dist/capabilities/meeting-recorder.js",
2363
+ "node": "./dist/node/capabilities/meeting-recorder.js",
2364
+ "default": "./dist/capabilities/meeting-recorder.js"
2365
+ },
2366
+ "./capabilities/openbanking": {
2367
+ "types": "./dist/capabilities/openbanking.d.ts",
2368
+ "bun": "./dist/capabilities/openbanking.js",
2369
+ "node": "./dist/node/capabilities/openbanking.js",
2370
+ "default": "./dist/capabilities/openbanking.js"
2371
+ },
2372
+ "./capabilities/validation": {
2373
+ "types": "./dist/capabilities/validation.d.ts",
2374
+ "bun": "./dist/capabilities/validation.js",
2375
+ "node": "./dist/node/capabilities/validation.js",
2376
+ "default": "./dist/capabilities/validation.js"
2377
+ },
2378
+ "./contract-registry": {
2379
+ "types": "./dist/contract-registry/index.d.ts",
2380
+ "bun": "./dist/contract-registry/index.js",
2381
+ "node": "./dist/node/contract-registry/index.js",
2382
+ "default": "./dist/contract-registry/index.js"
2383
+ },
2384
+ "./contract-registry/index": {
2385
+ "types": "./dist/contract-registry/index.d.ts",
2386
+ "bun": "./dist/contract-registry/index.js",
2387
+ "node": "./dist/node/contract-registry/index.js",
2388
+ "default": "./dist/contract-registry/index.js"
2389
+ },
2390
+ "./contract-registry/schemas": {
2391
+ "types": "./dist/contract-registry/schemas.d.ts",
2392
+ "bun": "./dist/contract-registry/schemas.js",
2393
+ "node": "./dist/node/contract-registry/schemas.js",
2394
+ "default": "./dist/contract-registry/schemas.js"
2395
+ },
2396
+ "./contract-registry/types": {
2397
+ "types": "./dist/contract-registry/types.d.ts",
2398
+ "bun": "./dist/contract-registry/types.js",
2399
+ "node": "./dist/node/contract-registry/types.js",
2400
+ "default": "./dist/contract-registry/types.js"
2401
+ },
2402
+ "./data-views": {
2403
+ "types": "./dist/data-views/index.d.ts",
2404
+ "bun": "./dist/data-views/index.js",
2405
+ "node": "./dist/node/data-views/index.js",
2406
+ "default": "./dist/data-views/index.js"
2407
+ },
2408
+ "./data-views/data-views": {
2409
+ "types": "./dist/data-views/data-views.d.ts",
2410
+ "bun": "./dist/data-views/data-views.js",
2411
+ "node": "./dist/node/data-views/data-views.js",
2412
+ "default": "./dist/data-views/data-views.js"
2413
+ },
2414
+ "./data-views/docs/data-views.docblock": {
2415
+ "types": "./dist/data-views/docs/data-views.docblock.d.ts",
2416
+ "bun": "./dist/data-views/docs/data-views.docblock.js",
2417
+ "node": "./dist/node/data-views/docs/data-views.docblock.js",
2418
+ "default": "./dist/data-views/docs/data-views.docblock.js"
2419
+ },
2420
+ "./data-views/index": {
2421
+ "types": "./dist/data-views/index.d.ts",
2422
+ "bun": "./dist/data-views/index.js",
2423
+ "node": "./dist/node/data-views/index.js",
2424
+ "default": "./dist/data-views/index.js"
2425
+ },
2426
+ "./data-views/query-generator": {
2427
+ "types": "./dist/data-views/query-generator.d.ts",
2428
+ "bun": "./dist/data-views/query-generator.js",
2429
+ "node": "./dist/node/data-views/query-generator.js",
2430
+ "default": "./dist/data-views/query-generator.js"
2431
+ },
2432
+ "./data-views/registry": {
2433
+ "types": "./dist/data-views/registry.d.ts",
2434
+ "bun": "./dist/data-views/registry.js",
2435
+ "node": "./dist/node/data-views/registry.js",
2436
+ "default": "./dist/data-views/registry.js"
2437
+ },
2438
+ "./data-views/report/contractVerificationTable": {
2439
+ "types": "./dist/data-views/report/contractVerificationTable.d.ts",
2440
+ "bun": "./dist/data-views/report/contractVerificationTable.js",
2441
+ "node": "./dist/node/data-views/report/contractVerificationTable.js",
2442
+ "default": "./dist/data-views/report/contractVerificationTable.js"
2443
+ },
2444
+ "./data-views/runtime": {
2445
+ "types": "./dist/data-views/runtime.d.ts",
2446
+ "bun": "./dist/data-views/runtime.js",
2447
+ "node": "./dist/node/data-views/runtime.js",
2448
+ "default": "./dist/data-views/runtime.js"
2449
+ },
2450
+ "./data-views/spec": {
2451
+ "types": "./dist/data-views/spec.d.ts",
2452
+ "bun": "./dist/data-views/spec.js",
2453
+ "node": "./dist/node/data-views/spec.js",
2454
+ "default": "./dist/data-views/spec.js"
2455
+ },
2456
+ "./data-views/types": {
2457
+ "types": "./dist/data-views/types.d.ts",
2458
+ "bun": "./dist/data-views/types.js",
2459
+ "node": "./dist/node/data-views/types.js",
2460
+ "default": "./dist/data-views/types.js"
2461
+ },
2462
+ "./docs": {
2463
+ "types": "./dist/docs/index.d.ts",
2464
+ "bun": "./dist/docs/index.js",
2465
+ "node": "./dist/node/docs/index.js",
2466
+ "default": "./dist/docs/index.js"
2467
+ },
2468
+ "./docs/accessibility_wcag_compliance_specs.docblock": {
2469
+ "types": "./dist/docs/accessibility_wcag_compliance_specs.docblock.d.ts",
2470
+ "bun": "./dist/docs/accessibility_wcag_compliance_specs.docblock.js",
2471
+ "node": "./dist/node/docs/accessibility_wcag_compliance_specs.docblock.js",
2472
+ "default": "./dist/docs/accessibility_wcag_compliance_specs.docblock.js"
2473
+ },
2474
+ "./docs/capabilities": {
2475
+ "types": "./dist/docs/capabilities/index.d.ts",
2476
+ "bun": "./dist/docs/capabilities/index.js",
2477
+ "node": "./dist/node/docs/capabilities/index.js",
2478
+ "default": "./dist/docs/capabilities/index.js"
2479
+ },
2480
+ "./docs/capabilities/documentationSystem.capability": {
2481
+ "types": "./dist/docs/capabilities/documentationSystem.capability.d.ts",
2482
+ "bun": "./dist/docs/capabilities/documentationSystem.capability.js",
2483
+ "node": "./dist/node/docs/capabilities/documentationSystem.capability.js",
2484
+ "default": "./dist/docs/capabilities/documentationSystem.capability.js"
2485
+ },
2486
+ "./docs/capabilities/index": {
2487
+ "types": "./dist/docs/capabilities/index.d.ts",
2488
+ "bun": "./dist/docs/capabilities/index.js",
2489
+ "node": "./dist/node/docs/capabilities/index.js",
2490
+ "default": "./dist/docs/capabilities/index.js"
2491
+ },
2492
+ "./docs/commands": {
2493
+ "types": "./dist/docs/commands/index.d.ts",
2494
+ "bun": "./dist/docs/commands/index.js",
2495
+ "node": "./dist/node/docs/commands/index.js",
2496
+ "default": "./dist/docs/commands/index.js"
2497
+ },
2498
+ "./docs/commands/docsGenerate.command": {
2499
+ "types": "./dist/docs/commands/docsGenerate.command.d.ts",
2500
+ "bun": "./dist/docs/commands/docsGenerate.command.js",
2501
+ "node": "./dist/node/docs/commands/docsGenerate.command.js",
2502
+ "default": "./dist/docs/commands/docsGenerate.command.js"
2503
+ },
2504
+ "./docs/commands/docsPublish.command": {
2505
+ "types": "./dist/docs/commands/docsPublish.command.d.ts",
2506
+ "bun": "./dist/docs/commands/docsPublish.command.js",
2507
+ "node": "./dist/node/docs/commands/docsPublish.command.js",
2508
+ "default": "./dist/docs/commands/docsPublish.command.js"
2509
+ },
2510
+ "./docs/commands/index": {
2511
+ "types": "./dist/docs/commands/index.d.ts",
2512
+ "bun": "./dist/docs/commands/index.js",
2513
+ "node": "./dist/node/docs/commands/index.js",
2514
+ "default": "./dist/docs/commands/index.js"
2515
+ },
2516
+ "./docs/constants": {
2517
+ "types": "./dist/docs/constants.d.ts",
2518
+ "bun": "./dist/docs/constants.js",
2519
+ "node": "./dist/node/docs/constants.js",
2520
+ "default": "./dist/docs/constants.js"
2521
+ },
2522
+ "./docs/contracts": {
2523
+ "types": "./dist/docs/contracts.d.ts",
2524
+ "bun": "./dist/docs/contracts.js",
2525
+ "node": "./dist/node/docs/contracts.js",
2526
+ "default": "./dist/docs/contracts.js"
2527
+ },
2528
+ "./docs/ensure-docblocks": {
2529
+ "types": "./dist/docs/ensure-docblocks.d.ts",
2530
+ "bun": "./dist/docs/ensure-docblocks.js",
2531
+ "node": "./dist/node/docs/ensure-docblocks.js",
2532
+ "default": "./dist/docs/ensure-docblocks.js"
2533
+ },
2534
+ "./docs/events": {
2535
+ "types": "./dist/docs/events/index.d.ts",
2536
+ "bun": "./dist/docs/events/index.js",
2537
+ "node": "./dist/node/docs/events/index.js",
2538
+ "default": "./dist/docs/events/index.js"
2539
+ },
2540
+ "./docs/events/docsGenerated.event": {
2541
+ "types": "./dist/docs/events/docsGenerated.event.d.ts",
2542
+ "bun": "./dist/docs/events/docsGenerated.event.js",
2543
+ "node": "./dist/node/docs/events/docsGenerated.event.js",
2544
+ "default": "./dist/docs/events/docsGenerated.event.js"
2545
+ },
2546
+ "./docs/events/docsPublished.event": {
2547
+ "types": "./dist/docs/events/docsPublished.event.d.ts",
2548
+ "bun": "./dist/docs/events/docsPublished.event.js",
2549
+ "node": "./dist/node/docs/events/docsPublished.event.js",
2550
+ "default": "./dist/docs/events/docsPublished.event.js"
2551
+ },
2552
+ "./docs/events/index": {
2553
+ "types": "./dist/docs/events/index.d.ts",
2554
+ "bun": "./dist/docs/events/index.js",
2555
+ "node": "./dist/node/docs/events/index.js",
2556
+ "default": "./dist/docs/events/index.js"
2557
+ },
2558
+ "./docs/forms": {
2559
+ "types": "./dist/docs/forms/index.d.ts",
2560
+ "bun": "./dist/docs/forms/index.js",
2561
+ "node": "./dist/node/docs/forms/index.js",
2562
+ "default": "./dist/docs/forms/index.js"
2563
+ },
2564
+ "./docs/forms/docsSearch.form": {
2565
+ "types": "./dist/docs/forms/docsSearch.form.d.ts",
2566
+ "bun": "./dist/docs/forms/docsSearch.form.js",
2567
+ "node": "./dist/node/docs/forms/docsSearch.form.js",
2568
+ "default": "./dist/docs/forms/docsSearch.form.js"
2569
+ },
2570
+ "./docs/forms/index": {
2571
+ "types": "./dist/docs/forms/index.d.ts",
2572
+ "bun": "./dist/docs/forms/index.js",
2573
+ "node": "./dist/node/docs/forms/index.js",
2574
+ "default": "./dist/docs/forms/index.js"
2575
+ },
2576
+ "./docs/index": {
2577
+ "types": "./dist/docs/index.d.ts",
2578
+ "bun": "./dist/docs/index.js",
2579
+ "node": "./dist/node/docs/index.js",
2580
+ "default": "./dist/docs/index.js"
2581
+ },
2582
+ "./docs/meta.docs": {
2583
+ "types": "./dist/docs/meta.docs.d.ts",
2584
+ "bun": "./dist/docs/meta.docs.js",
2585
+ "node": "./dist/node/docs/meta.docs.js",
2586
+ "default": "./dist/docs/meta.docs.js"
2587
+ },
2588
+ "./docs/presentations": {
2589
+ "types": "./dist/docs/presentations.d.ts",
2590
+ "bun": "./dist/docs/presentations.js",
2591
+ "node": "./dist/node/docs/presentations.js",
2592
+ "default": "./dist/docs/presentations.js"
2593
+ },
2594
+ "./docs/presentations/docsLayout.presentation": {
2595
+ "types": "./dist/docs/presentations/docsLayout.presentation.d.ts",
2596
+ "bun": "./dist/docs/presentations/docsLayout.presentation.js",
2597
+ "node": "./dist/node/docs/presentations/docsLayout.presentation.js",
2598
+ "default": "./dist/docs/presentations/docsLayout.presentation.js"
2599
+ },
2600
+ "./docs/presentations/docsReferencePage.presentation": {
2601
+ "types": "./dist/docs/presentations/docsReferencePage.presentation.d.ts",
2602
+ "bun": "./dist/docs/presentations/docsReferencePage.presentation.js",
2603
+ "node": "./dist/node/docs/presentations/docsReferencePage.presentation.js",
2604
+ "default": "./dist/docs/presentations/docsReferencePage.presentation.js"
2605
+ },
2606
+ "./docs/presentations/index": {
2607
+ "types": "./dist/docs/presentations/index.d.ts",
2608
+ "bun": "./dist/docs/presentations/index.js",
2609
+ "node": "./dist/node/docs/presentations/index.js",
2610
+ "default": "./dist/docs/presentations/index.js"
2611
+ },
2612
+ "./docs/queries": {
2613
+ "types": "./dist/docs/queries/index.d.ts",
2614
+ "bun": "./dist/docs/queries/index.js",
2615
+ "node": "./dist/node/docs/queries/index.js",
2616
+ "default": "./dist/docs/queries/index.js"
2617
+ },
2618
+ "./docs/queries/contractReference.query": {
2619
+ "types": "./dist/docs/queries/contractReference.query.d.ts",
2620
+ "bun": "./dist/docs/queries/contractReference.query.js",
2621
+ "node": "./dist/node/docs/queries/contractReference.query.js",
2622
+ "default": "./dist/docs/queries/contractReference.query.js"
2623
+ },
2624
+ "./docs/queries/docsIndex.query": {
2625
+ "types": "./dist/docs/queries/docsIndex.query.d.ts",
2626
+ "bun": "./dist/docs/queries/docsIndex.query.js",
2627
+ "node": "./dist/node/docs/queries/docsIndex.query.js",
2628
+ "default": "./dist/docs/queries/docsIndex.query.js"
2629
+ },
2630
+ "./docs/queries/index": {
2631
+ "types": "./dist/docs/queries/index.d.ts",
2632
+ "bun": "./dist/docs/queries/index.js",
2633
+ "node": "./dist/node/docs/queries/index.js",
2634
+ "default": "./dist/docs/queries/index.js"
2635
+ },
2636
+ "./docs/registry": {
2637
+ "types": "./dist/docs/registry.d.ts",
2638
+ "bun": "./dist/docs/registry.js",
2639
+ "node": "./dist/node/docs/registry.js",
2640
+ "default": "./dist/docs/registry.js"
2641
+ },
2642
+ "./docs/tech-contracts.docs": {
2643
+ "types": "./dist/docs/tech-contracts.docs.d.ts",
2644
+ "bun": "./dist/docs/tech-contracts.docs.js",
2645
+ "node": "./dist/node/docs/tech-contracts.docs.js",
2646
+ "default": "./dist/docs/tech-contracts.docs.js"
2647
+ },
2648
+ "./docs/tech/auth/better-auth-nextjs.docblock": {
2649
+ "types": "./dist/docs/tech/auth/better-auth-nextjs.docblock.d.ts",
2650
+ "bun": "./dist/docs/tech/auth/better-auth-nextjs.docblock.js",
2651
+ "node": "./dist/node/docs/tech/auth/better-auth-nextjs.docblock.js",
2652
+ "default": "./dist/docs/tech/auth/better-auth-nextjs.docblock.js"
2653
+ },
2654
+ "./docs/tech/cli.docblock": {
2655
+ "types": "./dist/docs/tech/cli.docblock.d.ts",
2656
+ "bun": "./dist/docs/tech/cli.docblock.js",
2657
+ "node": "./dist/node/docs/tech/cli.docblock.js",
2658
+ "default": "./dist/docs/tech/cli.docblock.js"
2659
+ },
2660
+ "./docs/tech/contracts/migrations.docblock": {
2661
+ "types": "./dist/docs/tech/contracts/migrations.docblock.d.ts",
2662
+ "bun": "./dist/docs/tech/contracts/migrations.docblock.js",
2663
+ "node": "./dist/node/docs/tech/contracts/migrations.docblock.js",
2664
+ "default": "./dist/docs/tech/contracts/migrations.docblock.js"
2665
+ },
2666
+ "./docs/tech/contracts/openapi-export.docblock": {
2667
+ "types": "./dist/docs/tech/contracts/openapi-export.docblock.d.ts",
2668
+ "bun": "./dist/docs/tech/contracts/openapi-export.docblock.js",
2669
+ "node": "./dist/node/docs/tech/contracts/openapi-export.docblock.js",
2670
+ "default": "./dist/docs/tech/contracts/openapi-export.docblock.js"
2671
+ },
2672
+ "./docs/tech/contracts/openapi-import.docblock": {
2673
+ "types": "./dist/docs/tech/contracts/openapi-import.docblock.d.ts",
2674
+ "bun": "./dist/docs/tech/contracts/openapi-import.docblock.js",
2675
+ "node": "./dist/node/docs/tech/contracts/openapi-import.docblock.js",
2676
+ "default": "./dist/docs/tech/contracts/openapi-import.docblock.js"
2677
+ },
2678
+ "./docs/tech/contracts/ops-to-presentation-linking.docblock": {
2679
+ "types": "./dist/docs/tech/contracts/ops-to-presentation-linking.docblock.d.ts",
2680
+ "bun": "./dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js",
2681
+ "node": "./dist/node/docs/tech/contracts/ops-to-presentation-linking.docblock.js",
2682
+ "default": "./dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js"
2683
+ },
2684
+ "./docs/tech/contracts/overlays.docblock": {
2685
+ "types": "./dist/docs/tech/contracts/overlays.docblock.d.ts",
2686
+ "bun": "./dist/docs/tech/contracts/overlays.docblock.js",
2687
+ "node": "./dist/node/docs/tech/contracts/overlays.docblock.js",
2688
+ "default": "./dist/docs/tech/contracts/overlays.docblock.js"
2689
+ },
2690
+ "./docs/tech/contracts/README.docblock": {
2691
+ "types": "./dist/docs/tech/contracts/README.docblock.d.ts",
2692
+ "bun": "./dist/docs/tech/contracts/README.docblock.js",
2693
+ "node": "./dist/node/docs/tech/contracts/README.docblock.js",
2694
+ "default": "./dist/docs/tech/contracts/README.docblock.js"
2695
+ },
2696
+ "./docs/tech/contracts/tests.docblock": {
2697
+ "types": "./dist/docs/tech/contracts/tests.docblock.d.ts",
2698
+ "bun": "./dist/docs/tech/contracts/tests.docblock.js",
2699
+ "node": "./dist/node/docs/tech/contracts/tests.docblock.js",
2700
+ "default": "./dist/docs/tech/contracts/tests.docblock.js"
2701
+ },
2702
+ "./docs/tech/contracts/themes.docblock": {
2703
+ "types": "./dist/docs/tech/contracts/themes.docblock.d.ts",
2704
+ "bun": "./dist/docs/tech/contracts/themes.docblock.js",
2705
+ "node": "./dist/node/docs/tech/contracts/themes.docblock.js",
2706
+ "default": "./dist/docs/tech/contracts/themes.docblock.js"
2707
+ },
2708
+ "./docs/tech/contracts/vertical-pocket-family-office.docblock": {
2709
+ "types": "./dist/docs/tech/contracts/vertical-pocket-family-office.docblock.d.ts",
2710
+ "bun": "./dist/docs/tech/contracts/vertical-pocket-family-office.docblock.js",
2711
+ "node": "./dist/node/docs/tech/contracts/vertical-pocket-family-office.docblock.js",
2712
+ "default": "./dist/docs/tech/contracts/vertical-pocket-family-office.docblock.js"
2713
+ },
2714
+ "./docs/tech/docs-system.docblock": {
2715
+ "types": "./dist/docs/tech/docs-system.docblock.d.ts",
2716
+ "bun": "./dist/docs/tech/docs-system.docblock.js",
2717
+ "node": "./dist/node/docs/tech/docs-system.docblock.js",
2718
+ "default": "./dist/docs/tech/docs-system.docblock.js"
2719
+ },
2720
+ "./docs/tech/lifecycle-stage-system.docblock": {
2721
+ "types": "./dist/docs/tech/lifecycle-stage-system.docblock.d.ts",
2722
+ "bun": "./dist/docs/tech/lifecycle-stage-system.docblock.js",
2723
+ "node": "./dist/node/docs/tech/lifecycle-stage-system.docblock.js",
2724
+ "default": "./dist/docs/tech/lifecycle-stage-system.docblock.js"
2725
+ },
2726
+ "./docs/tech/llm/llm-integration.docblock": {
2727
+ "types": "./dist/docs/tech/llm/llm-integration.docblock.d.ts",
2728
+ "bun": "./dist/docs/tech/llm/llm-integration.docblock.js",
2729
+ "node": "./dist/node/docs/tech/llm/llm-integration.docblock.js",
2730
+ "default": "./dist/docs/tech/llm/llm-integration.docblock.js"
2731
+ },
2732
+ "./docs/tech/mcp-endpoints.docblock": {
2733
+ "types": "./dist/docs/tech/mcp-endpoints.docblock.d.ts",
2734
+ "bun": "./dist/docs/tech/mcp-endpoints.docblock.js",
2735
+ "node": "./dist/node/docs/tech/mcp-endpoints.docblock.js",
2736
+ "default": "./dist/docs/tech/mcp-endpoints.docblock.js"
2737
+ },
2738
+ "./docs/tech/presentation-runtime.docblock": {
2739
+ "types": "./dist/docs/tech/presentation-runtime.docblock.d.ts",
2740
+ "bun": "./dist/docs/tech/presentation-runtime.docblock.js",
2741
+ "node": "./dist/node/docs/tech/presentation-runtime.docblock.js",
2742
+ "default": "./dist/docs/tech/presentation-runtime.docblock.js"
2743
+ },
2744
+ "./docs/tech/report-verification-table.docblock": {
2745
+ "types": "./dist/docs/tech/report-verification-table.docblock.d.ts",
2746
+ "bun": "./dist/docs/tech/report-verification-table.docblock.js",
2747
+ "node": "./dist/node/docs/tech/report-verification-table.docblock.js",
2748
+ "default": "./dist/docs/tech/report-verification-table.docblock.js"
2749
+ },
2750
+ "./docs/tech/schema/README.docblock": {
2751
+ "types": "./dist/docs/tech/schema/README.docblock.d.ts",
2752
+ "bun": "./dist/docs/tech/schema/README.docblock.js",
2753
+ "node": "./dist/node/docs/tech/schema/README.docblock.js",
2754
+ "default": "./dist/docs/tech/schema/README.docblock.js"
2755
+ },
2756
+ "./docs/tech/studio/learning-events.docblock": {
2757
+ "types": "./dist/docs/tech/studio/learning-events.docblock.d.ts",
2758
+ "bun": "./dist/docs/tech/studio/learning-events.docblock.js",
2759
+ "node": "./dist/node/docs/tech/studio/learning-events.docblock.js",
2760
+ "default": "./dist/docs/tech/studio/learning-events.docblock.js"
2761
+ },
2762
+ "./docs/tech/studio/learning-journeys.docblock": {
2763
+ "types": "./dist/docs/tech/studio/learning-journeys.docblock.d.ts",
2764
+ "bun": "./dist/docs/tech/studio/learning-journeys.docblock.js",
2765
+ "node": "./dist/node/docs/tech/studio/learning-journeys.docblock.js",
2766
+ "default": "./dist/docs/tech/studio/learning-journeys.docblock.js"
2767
+ },
2768
+ "./docs/tech/studio/platform-admin-panel.docblock": {
2769
+ "types": "./dist/docs/tech/studio/platform-admin-panel.docblock.d.ts",
2770
+ "bun": "./dist/docs/tech/studio/platform-admin-panel.docblock.js",
2771
+ "node": "./dist/node/docs/tech/studio/platform-admin-panel.docblock.js",
2772
+ "default": "./dist/docs/tech/studio/platform-admin-panel.docblock.js"
2773
+ },
2774
+ "./docs/tech/studio/project-access-teams.docblock": {
2775
+ "types": "./dist/docs/tech/studio/project-access-teams.docblock.d.ts",
2776
+ "bun": "./dist/docs/tech/studio/project-access-teams.docblock.js",
2777
+ "node": "./dist/node/docs/tech/studio/project-access-teams.docblock.js",
2778
+ "default": "./dist/docs/tech/studio/project-access-teams.docblock.js"
2779
+ },
2780
+ "./docs/tech/studio/project-routing.docblock": {
2781
+ "types": "./dist/docs/tech/studio/project-routing.docblock.d.ts",
2782
+ "bun": "./dist/docs/tech/studio/project-routing.docblock.js",
2783
+ "node": "./dist/node/docs/tech/studio/project-routing.docblock.js",
2784
+ "default": "./dist/docs/tech/studio/project-routing.docblock.js"
2785
+ },
2786
+ "./docs/tech/studio/sandbox-unlogged.docblock": {
2787
+ "types": "./dist/docs/tech/studio/sandbox-unlogged.docblock.d.ts",
2788
+ "bun": "./dist/docs/tech/studio/sandbox-unlogged.docblock.js",
2789
+ "node": "./dist/node/docs/tech/studio/sandbox-unlogged.docblock.js",
2790
+ "default": "./dist/docs/tech/studio/sandbox-unlogged.docblock.js"
2791
+ },
2792
+ "./docs/tech/studio/team-invitations.docblock": {
2793
+ "types": "./dist/docs/tech/studio/team-invitations.docblock.d.ts",
2794
+ "bun": "./dist/docs/tech/studio/team-invitations.docblock.js",
2795
+ "node": "./dist/node/docs/tech/studio/team-invitations.docblock.js",
2796
+ "default": "./dist/docs/tech/studio/team-invitations.docblock.js"
2797
+ },
2798
+ "./docs/tech/studio/workspace-ops.docblock": {
2799
+ "types": "./dist/docs/tech/studio/workspace-ops.docblock.d.ts",
2800
+ "bun": "./dist/docs/tech/studio/workspace-ops.docblock.js",
2801
+ "node": "./dist/node/docs/tech/studio/workspace-ops.docblock.js",
2802
+ "default": "./dist/docs/tech/studio/workspace-ops.docblock.js"
2803
+ },
2804
+ "./docs/tech/studio/workspaces.docblock": {
2805
+ "types": "./dist/docs/tech/studio/workspaces.docblock.d.ts",
2806
+ "bun": "./dist/docs/tech/studio/workspaces.docblock.js",
2807
+ "node": "./dist/node/docs/tech/studio/workspaces.docblock.js",
2808
+ "default": "./dist/docs/tech/studio/workspaces.docblock.js"
2809
+ },
2810
+ "./docs/tech/telemetry-ingest.docblock": {
2811
+ "types": "./dist/docs/tech/telemetry-ingest.docblock.d.ts",
2812
+ "bun": "./dist/docs/tech/telemetry-ingest.docblock.js",
2813
+ "node": "./dist/node/docs/tech/telemetry-ingest.docblock.js",
2814
+ "default": "./dist/docs/tech/telemetry-ingest.docblock.js"
2815
+ },
2816
+ "./docs/tech/vscode-extension.docblock": {
2817
+ "types": "./dist/docs/tech/vscode-extension.docblock.d.ts",
2818
+ "bun": "./dist/docs/tech/vscode-extension.docblock.js",
2819
+ "node": "./dist/node/docs/tech/vscode-extension.docblock.js",
2820
+ "default": "./dist/docs/tech/vscode-extension.docblock.js"
2821
+ },
2822
+ "./docs/types": {
2823
+ "types": "./dist/docs/types.d.ts",
2824
+ "bun": "./dist/docs/types.js",
2825
+ "node": "./dist/node/docs/types.js",
2826
+ "default": "./dist/docs/types.js"
2827
+ },
2828
+ "./docs/views": {
2829
+ "types": "./dist/docs/views/index.d.ts",
2830
+ "bun": "./dist/docs/views/index.js",
2831
+ "node": "./dist/node/docs/views/index.js",
2832
+ "default": "./dist/docs/views/index.js"
2833
+ },
2834
+ "./docs/views/contractReference.dataView": {
2835
+ "types": "./dist/docs/views/contractReference.dataView.d.ts",
2836
+ "bun": "./dist/docs/views/contractReference.dataView.js",
2837
+ "node": "./dist/node/docs/views/contractReference.dataView.js",
2838
+ "default": "./dist/docs/views/contractReference.dataView.js"
2839
+ },
2840
+ "./docs/views/docsIndex.dataView": {
2841
+ "types": "./dist/docs/views/docsIndex.dataView.d.ts",
2842
+ "bun": "./dist/docs/views/docsIndex.dataView.js",
2843
+ "node": "./dist/node/docs/views/docsIndex.dataView.js",
2844
+ "default": "./dist/docs/views/docsIndex.dataView.js"
2845
+ },
2846
+ "./docs/views/exampleCatalog.dataView": {
2847
+ "types": "./dist/docs/views/exampleCatalog.dataView.d.ts",
2848
+ "bun": "./dist/docs/views/exampleCatalog.dataView.js",
2849
+ "node": "./dist/node/docs/views/exampleCatalog.dataView.js",
2850
+ "default": "./dist/docs/views/exampleCatalog.dataView.js"
2851
+ },
2852
+ "./docs/views/index": {
2853
+ "types": "./dist/docs/views/index.d.ts",
2854
+ "bun": "./dist/docs/views/index.js",
2855
+ "node": "./dist/node/docs/views/index.js",
2856
+ "default": "./dist/docs/views/index.js"
2857
+ },
2858
+ "./events": {
2859
+ "types": "./dist/events.d.ts",
2860
+ "bun": "./dist/events.js",
2861
+ "node": "./dist/node/events.js",
2862
+ "default": "./dist/events.js"
2863
+ },
2864
+ "./examples": {
2865
+ "types": "./dist/examples/index.d.ts",
2866
+ "bun": "./dist/examples/index.js",
2867
+ "node": "./dist/node/examples/index.js",
2868
+ "default": "./dist/examples/index.js"
2869
+ },
2870
+ "./examples/define": {
2871
+ "types": "./dist/examples/define.d.ts",
2872
+ "bun": "./dist/examples/define.js",
2873
+ "node": "./dist/node/examples/define.js",
2874
+ "default": "./dist/examples/define.js"
2875
+ },
2876
+ "./examples/docs/examples.docblock": {
2877
+ "types": "./dist/examples/docs/examples.docblock.d.ts",
2878
+ "bun": "./dist/examples/docs/examples.docblock.js",
2879
+ "node": "./dist/node/examples/docs/examples.docblock.js",
2880
+ "default": "./dist/examples/docs/examples.docblock.js"
2881
+ },
2882
+ "./examples/index": {
2883
+ "types": "./dist/examples/index.d.ts",
2884
+ "bun": "./dist/examples/index.js",
2885
+ "node": "./dist/node/examples/index.js",
2886
+ "default": "./dist/examples/index.js"
2887
+ },
2888
+ "./examples/registry": {
2889
+ "types": "./dist/examples/registry.d.ts",
2890
+ "bun": "./dist/examples/registry.js",
2891
+ "node": "./dist/node/examples/registry.js",
2892
+ "default": "./dist/examples/registry.js"
2893
+ },
2894
+ "./examples/schema": {
2895
+ "types": "./dist/examples/schema.d.ts",
2896
+ "bun": "./dist/examples/schema.js",
2897
+ "node": "./dist/node/examples/schema.js",
2898
+ "default": "./dist/examples/schema.js"
2899
+ },
2900
+ "./examples/types": {
2901
+ "types": "./dist/examples/types.d.ts",
2902
+ "bun": "./dist/examples/types.js",
2903
+ "node": "./dist/node/examples/types.js",
2904
+ "default": "./dist/examples/types.js"
2905
+ },
2906
+ "./examples/validation": {
2907
+ "types": "./dist/examples/validation.d.ts",
2908
+ "bun": "./dist/examples/validation.js",
2909
+ "node": "./dist/node/examples/validation.js",
2910
+ "default": "./dist/examples/validation.js"
2911
+ },
2912
+ "./experiments/docs/experiments.docblock": {
2913
+ "types": "./dist/experiments/docs/experiments.docblock.d.ts",
2914
+ "bun": "./dist/experiments/docs/experiments.docblock.js",
2915
+ "node": "./dist/node/experiments/docs/experiments.docblock.js",
2916
+ "default": "./dist/experiments/docs/experiments.docblock.js"
2917
+ },
2918
+ "./experiments/evaluator": {
2919
+ "types": "./dist/experiments/evaluator.d.ts",
2920
+ "bun": "./dist/experiments/evaluator.js",
2921
+ "node": "./dist/node/experiments/evaluator.js",
2922
+ "default": "./dist/experiments/evaluator.js"
2923
+ },
2924
+ "./experiments/spec": {
2925
+ "types": "./dist/experiments/spec.d.ts",
2926
+ "bun": "./dist/experiments/spec.js",
2927
+ "node": "./dist/node/experiments/spec.js",
2928
+ "default": "./dist/experiments/spec.js"
2929
+ },
2930
+ "./experiments/spec-resolver": {
2931
+ "types": "./dist/experiments/spec-resolver.d.ts",
2932
+ "bun": "./dist/experiments/spec-resolver.js",
2933
+ "node": "./dist/node/experiments/spec-resolver.js",
2934
+ "default": "./dist/experiments/spec-resolver.js"
2935
+ },
2936
+ "./features": {
2937
+ "types": "./dist/features/index.d.ts",
2938
+ "bun": "./dist/features/index.js",
2939
+ "node": "./dist/node/features/index.js",
2940
+ "default": "./dist/features/index.js"
2941
+ },
2942
+ "./features/index": {
2943
+ "types": "./dist/features/index.d.ts",
2944
+ "bun": "./dist/features/index.js",
2945
+ "node": "./dist/node/features/index.js",
2946
+ "default": "./dist/features/index.js"
2947
+ },
2948
+ "./features/install": {
2949
+ "types": "./dist/features/install.d.ts",
2950
+ "bun": "./dist/features/install.js",
2951
+ "node": "./dist/node/features/install.js",
2952
+ "default": "./dist/features/install.js"
2953
+ },
2954
+ "./features/registry": {
2955
+ "types": "./dist/features/registry.d.ts",
2956
+ "bun": "./dist/features/registry.js",
2957
+ "node": "./dist/node/features/registry.js",
2958
+ "default": "./dist/features/registry.js"
2959
+ },
2960
+ "./features/types": {
2961
+ "types": "./dist/features/types.d.ts",
2962
+ "bun": "./dist/features/types.js",
2963
+ "node": "./dist/node/features/types.js",
2964
+ "default": "./dist/features/types.js"
2965
+ },
2966
+ "./features/validation": {
2967
+ "types": "./dist/features/validation.d.ts",
2968
+ "bun": "./dist/features/validation.js",
2969
+ "node": "./dist/node/features/validation.js",
2970
+ "default": "./dist/features/validation.js"
2971
+ },
2972
+ "./forms": {
2973
+ "types": "./dist/forms/index.d.ts",
2974
+ "bun": "./dist/forms/index.js",
2975
+ "node": "./dist/node/forms/index.js",
2976
+ "default": "./dist/forms/index.js"
2977
+ },
2978
+ "./forms/docs/forms.docblock": {
2979
+ "types": "./dist/forms/docs/forms.docblock.d.ts",
2980
+ "bun": "./dist/forms/docs/forms.docblock.js",
2981
+ "node": "./dist/node/forms/docs/forms.docblock.js",
2982
+ "default": "./dist/forms/docs/forms.docblock.js"
2983
+ },
2984
+ "./forms/forms": {
2985
+ "types": "./dist/forms/forms.d.ts",
2986
+ "bun": "./dist/forms/forms.js",
2987
+ "node": "./dist/node/forms/forms.js",
2988
+ "default": "./dist/forms/forms.js"
2989
+ },
2990
+ "./forms/index": {
2991
+ "types": "./dist/forms/index.d.ts",
2992
+ "bun": "./dist/forms/index.js",
2993
+ "node": "./dist/node/forms/index.js",
2994
+ "default": "./dist/forms/index.js"
2995
+ },
2996
+ "./install": {
2997
+ "types": "./dist/install.d.ts",
2998
+ "bun": "./dist/install.js",
2999
+ "node": "./dist/node/install.js",
3000
+ "default": "./dist/install.js"
3001
+ },
3002
+ "./integrations": {
3003
+ "types": "./dist/integrations/index.d.ts",
3004
+ "bun": "./dist/integrations/index.js",
3005
+ "node": "./dist/node/integrations/index.js",
3006
+ "default": "./dist/integrations/index.js"
3007
+ },
3008
+ "./integrations/binding": {
3009
+ "types": "./dist/integrations/binding.d.ts",
3010
+ "bun": "./dist/integrations/binding.js",
3011
+ "node": "./dist/node/integrations/binding.js",
3012
+ "default": "./dist/integrations/binding.js"
3013
+ },
3014
+ "./integrations/connection": {
3015
+ "types": "./dist/integrations/connection.d.ts",
3016
+ "bun": "./dist/integrations/connection.js",
3017
+ "node": "./dist/node/integrations/connection.js",
3018
+ "default": "./dist/integrations/connection.js"
3019
+ },
3020
+ "./integrations/docs/integrations.docblock": {
3021
+ "types": "./dist/integrations/docs/integrations.docblock.d.ts",
3022
+ "bun": "./dist/integrations/docs/integrations.docblock.js",
3023
+ "node": "./dist/node/integrations/docs/integrations.docblock.js",
3024
+ "default": "./dist/integrations/docs/integrations.docblock.js"
3025
+ },
3026
+ "./integrations/health": {
3027
+ "types": "./dist/integrations/health.d.ts",
3028
+ "bun": "./dist/integrations/health.js",
3029
+ "node": "./dist/node/integrations/health.js",
3030
+ "default": "./dist/integrations/health.js"
3031
+ },
3032
+ "./integrations/index": {
3033
+ "types": "./dist/integrations/index.d.ts",
3034
+ "bun": "./dist/integrations/index.js",
3035
+ "node": "./dist/node/integrations/index.js",
3036
+ "default": "./dist/integrations/index.js"
3037
+ },
3038
+ "./integrations/integrations.capability": {
3039
+ "types": "./dist/integrations/integrations.capability.d.ts",
3040
+ "bun": "./dist/integrations/integrations.capability.js",
3041
+ "node": "./dist/node/integrations/integrations.capability.js",
3042
+ "default": "./dist/integrations/integrations.capability.js"
3043
+ },
3044
+ "./integrations/integrations.feature": {
3045
+ "types": "./dist/integrations/integrations.feature.d.ts",
3046
+ "bun": "./dist/integrations/integrations.feature.js",
3047
+ "node": "./dist/node/integrations/integrations.feature.js",
3048
+ "default": "./dist/integrations/integrations.feature.js"
3049
+ },
3050
+ "./integrations/meeting-recorder/contracts": {
3051
+ "types": "./dist/integrations/meeting-recorder/contracts/index.d.ts",
3052
+ "bun": "./dist/integrations/meeting-recorder/contracts/index.js",
3053
+ "node": "./dist/node/integrations/meeting-recorder/contracts/index.js",
3054
+ "default": "./dist/integrations/meeting-recorder/contracts/index.js"
3055
+ },
3056
+ "./integrations/meeting-recorder/contracts/index": {
3057
+ "types": "./dist/integrations/meeting-recorder/contracts/index.d.ts",
3058
+ "bun": "./dist/integrations/meeting-recorder/contracts/index.js",
3059
+ "node": "./dist/node/integrations/meeting-recorder/contracts/index.js",
3060
+ "default": "./dist/integrations/meeting-recorder/contracts/index.js"
3061
+ },
3062
+ "./integrations/meeting-recorder/contracts/meetings": {
3063
+ "types": "./dist/integrations/meeting-recorder/contracts/meetings.d.ts",
3064
+ "bun": "./dist/integrations/meeting-recorder/contracts/meetings.js",
3065
+ "node": "./dist/node/integrations/meeting-recorder/contracts/meetings.js",
3066
+ "default": "./dist/integrations/meeting-recorder/contracts/meetings.js"
3067
+ },
3068
+ "./integrations/meeting-recorder/contracts/transcripts": {
3069
+ "types": "./dist/integrations/meeting-recorder/contracts/transcripts.d.ts",
3070
+ "bun": "./dist/integrations/meeting-recorder/contracts/transcripts.js",
3071
+ "node": "./dist/node/integrations/meeting-recorder/contracts/transcripts.js",
3072
+ "default": "./dist/integrations/meeting-recorder/contracts/transcripts.js"
3073
+ },
3074
+ "./integrations/meeting-recorder/contracts/webhooks": {
3075
+ "types": "./dist/integrations/meeting-recorder/contracts/webhooks.d.ts",
3076
+ "bun": "./dist/integrations/meeting-recorder/contracts/webhooks.js",
3077
+ "node": "./dist/node/integrations/meeting-recorder/contracts/webhooks.js",
3078
+ "default": "./dist/integrations/meeting-recorder/contracts/webhooks.js"
3079
+ },
3080
+ "./integrations/meeting-recorder/meeting-recorder.capability": {
3081
+ "types": "./dist/integrations/meeting-recorder/meeting-recorder.capability.d.ts",
3082
+ "bun": "./dist/integrations/meeting-recorder/meeting-recorder.capability.js",
3083
+ "node": "./dist/node/integrations/meeting-recorder/meeting-recorder.capability.js",
3084
+ "default": "./dist/integrations/meeting-recorder/meeting-recorder.capability.js"
3085
+ },
3086
+ "./integrations/meeting-recorder/meeting-recorder.feature": {
3087
+ "types": "./dist/integrations/meeting-recorder/meeting-recorder.feature.d.ts",
3088
+ "bun": "./dist/integrations/meeting-recorder/meeting-recorder.feature.js",
3089
+ "node": "./dist/node/integrations/meeting-recorder/meeting-recorder.feature.js",
3090
+ "default": "./dist/integrations/meeting-recorder/meeting-recorder.feature.js"
3091
+ },
3092
+ "./integrations/meeting-recorder/models": {
3093
+ "types": "./dist/integrations/meeting-recorder/models.d.ts",
3094
+ "bun": "./dist/integrations/meeting-recorder/models.js",
3095
+ "node": "./dist/node/integrations/meeting-recorder/models.js",
3096
+ "default": "./dist/integrations/meeting-recorder/models.js"
3097
+ },
3098
+ "./integrations/meeting-recorder/telemetry": {
3099
+ "types": "./dist/integrations/meeting-recorder/telemetry.d.ts",
3100
+ "bun": "./dist/integrations/meeting-recorder/telemetry.js",
3101
+ "node": "./dist/node/integrations/meeting-recorder/telemetry.js",
3102
+ "default": "./dist/integrations/meeting-recorder/telemetry.js"
3103
+ },
3104
+ "./integrations/openbanking/contracts": {
3105
+ "types": "./dist/integrations/openbanking/contracts/index.d.ts",
3106
+ "bun": "./dist/integrations/openbanking/contracts/index.js",
3107
+ "node": "./dist/node/integrations/openbanking/contracts/index.js",
3108
+ "default": "./dist/integrations/openbanking/contracts/index.js"
3109
+ },
3110
+ "./integrations/openbanking/contracts/accounts": {
3111
+ "types": "./dist/integrations/openbanking/contracts/accounts.d.ts",
3112
+ "bun": "./dist/integrations/openbanking/contracts/accounts.js",
3113
+ "node": "./dist/node/integrations/openbanking/contracts/accounts.js",
3114
+ "default": "./dist/integrations/openbanking/contracts/accounts.js"
3115
+ },
3116
+ "./integrations/openbanking/contracts/balances": {
3117
+ "types": "./dist/integrations/openbanking/contracts/balances.d.ts",
3118
+ "bun": "./dist/integrations/openbanking/contracts/balances.js",
3119
+ "node": "./dist/node/integrations/openbanking/contracts/balances.js",
3120
+ "default": "./dist/integrations/openbanking/contracts/balances.js"
3121
+ },
3122
+ "./integrations/openbanking/contracts/index": {
3123
+ "types": "./dist/integrations/openbanking/contracts/index.d.ts",
3124
+ "bun": "./dist/integrations/openbanking/contracts/index.js",
3125
+ "node": "./dist/node/integrations/openbanking/contracts/index.js",
3126
+ "default": "./dist/integrations/openbanking/contracts/index.js"
3127
+ },
3128
+ "./integrations/openbanking/contracts/transactions": {
3129
+ "types": "./dist/integrations/openbanking/contracts/transactions.d.ts",
3130
+ "bun": "./dist/integrations/openbanking/contracts/transactions.js",
3131
+ "node": "./dist/node/integrations/openbanking/contracts/transactions.js",
3132
+ "default": "./dist/integrations/openbanking/contracts/transactions.js"
3133
+ },
3134
+ "./integrations/openbanking/guards": {
3135
+ "types": "./dist/integrations/openbanking/guards.d.ts",
3136
+ "bun": "./dist/integrations/openbanking/guards.js",
3137
+ "node": "./dist/node/integrations/openbanking/guards.js",
3138
+ "default": "./dist/integrations/openbanking/guards.js"
3139
+ },
3140
+ "./integrations/openbanking/models": {
3141
+ "types": "./dist/integrations/openbanking/models.d.ts",
3142
+ "bun": "./dist/integrations/openbanking/models.js",
3143
+ "node": "./dist/node/integrations/openbanking/models.js",
3144
+ "default": "./dist/integrations/openbanking/models.js"
3145
+ },
3146
+ "./integrations/openbanking/openbanking.capability": {
3147
+ "types": "./dist/integrations/openbanking/openbanking.capability.d.ts",
3148
+ "bun": "./dist/integrations/openbanking/openbanking.capability.js",
3149
+ "node": "./dist/node/integrations/openbanking/openbanking.capability.js",
3150
+ "default": "./dist/integrations/openbanking/openbanking.capability.js"
3151
+ },
3152
+ "./integrations/openbanking/openbanking.feature": {
3153
+ "types": "./dist/integrations/openbanking/openbanking.feature.d.ts",
3154
+ "bun": "./dist/integrations/openbanking/openbanking.feature.js",
3155
+ "node": "./dist/node/integrations/openbanking/openbanking.feature.js",
3156
+ "default": "./dist/integrations/openbanking/openbanking.feature.js"
3157
+ },
3158
+ "./integrations/openbanking/telemetry": {
3159
+ "types": "./dist/integrations/openbanking/telemetry.d.ts",
3160
+ "bun": "./dist/integrations/openbanking/telemetry.js",
3161
+ "node": "./dist/node/integrations/openbanking/telemetry.js",
3162
+ "default": "./dist/integrations/openbanking/telemetry.js"
3163
+ },
3164
+ "./integrations/operations": {
3165
+ "types": "./dist/integrations/operations.d.ts",
3166
+ "bun": "./dist/integrations/operations.js",
3167
+ "node": "./dist/node/integrations/operations.js",
3168
+ "default": "./dist/integrations/operations.js"
3169
+ },
3170
+ "./integrations/providers": {
3171
+ "types": "./dist/integrations/providers/index.d.ts",
3172
+ "bun": "./dist/integrations/providers/index.js",
3173
+ "node": "./dist/node/integrations/providers/index.js",
3174
+ "default": "./dist/integrations/providers/index.js"
3175
+ },
3176
+ "./integrations/providers/analytics": {
3177
+ "types": "./dist/integrations/providers/analytics.d.ts",
3178
+ "bun": "./dist/integrations/providers/analytics.js",
3179
+ "node": "./dist/node/integrations/providers/analytics.js",
3180
+ "default": "./dist/integrations/providers/analytics.js"
3181
+ },
3182
+ "./integrations/providers/analytics-reader": {
3183
+ "types": "./dist/integrations/providers/analytics-reader.d.ts",
3184
+ "bun": "./dist/integrations/providers/analytics-reader.js",
3185
+ "node": "./dist/node/integrations/providers/analytics-reader.js",
3186
+ "default": "./dist/integrations/providers/analytics-reader.js"
3187
+ },
3188
+ "./integrations/providers/analytics-writer": {
3189
+ "types": "./dist/integrations/providers/analytics-writer.d.ts",
3190
+ "bun": "./dist/integrations/providers/analytics-writer.js",
3191
+ "node": "./dist/node/integrations/providers/analytics-writer.js",
3192
+ "default": "./dist/integrations/providers/analytics-writer.js"
3193
+ },
3194
+ "./integrations/providers/calendar": {
3195
+ "types": "./dist/integrations/providers/calendar.d.ts",
3196
+ "bun": "./dist/integrations/providers/calendar.js",
3197
+ "node": "./dist/node/integrations/providers/calendar.js",
3198
+ "default": "./dist/integrations/providers/calendar.js"
3199
+ },
3200
+ "./integrations/providers/database": {
3201
+ "types": "./dist/integrations/providers/database.d.ts",
3202
+ "bun": "./dist/integrations/providers/database.js",
3203
+ "node": "./dist/node/integrations/providers/database.js",
3204
+ "default": "./dist/integrations/providers/database.js"
3205
+ },
3206
+ "./integrations/providers/elevenlabs": {
3207
+ "types": "./dist/integrations/providers/elevenlabs.d.ts",
3208
+ "bun": "./dist/integrations/providers/elevenlabs.js",
3209
+ "node": "./dist/node/integrations/providers/elevenlabs.js",
3210
+ "default": "./dist/integrations/providers/elevenlabs.js"
3211
+ },
3212
+ "./integrations/providers/email": {
3213
+ "types": "./dist/integrations/providers/email.d.ts",
3214
+ "bun": "./dist/integrations/providers/email.js",
3215
+ "node": "./dist/node/integrations/providers/email.js",
3216
+ "default": "./dist/integrations/providers/email.js"
3217
+ },
3218
+ "./integrations/providers/embedding": {
3219
+ "types": "./dist/integrations/providers/embedding.d.ts",
3220
+ "bun": "./dist/integrations/providers/embedding.js",
3221
+ "node": "./dist/node/integrations/providers/embedding.js",
3222
+ "default": "./dist/integrations/providers/embedding.js"
3223
+ },
3224
+ "./integrations/providers/fal": {
3225
+ "types": "./dist/integrations/providers/fal.d.ts",
3226
+ "bun": "./dist/integrations/providers/fal.js",
3227
+ "node": "./dist/node/integrations/providers/fal.js",
3228
+ "default": "./dist/integrations/providers/fal.js"
3229
+ },
3230
+ "./integrations/providers/fathom": {
3231
+ "types": "./dist/integrations/providers/fathom.d.ts",
3232
+ "bun": "./dist/integrations/providers/fathom.js",
3233
+ "node": "./dist/node/integrations/providers/fathom.js",
3234
+ "default": "./dist/integrations/providers/fathom.js"
3235
+ },
3236
+ "./integrations/providers/fireflies": {
3237
+ "types": "./dist/integrations/providers/fireflies.d.ts",
3238
+ "bun": "./dist/integrations/providers/fireflies.js",
3239
+ "node": "./dist/node/integrations/providers/fireflies.js",
3240
+ "default": "./dist/integrations/providers/fireflies.js"
3241
+ },
3242
+ "./integrations/providers/gcs-storage": {
3243
+ "types": "./dist/integrations/providers/gcs-storage.d.ts",
3244
+ "bun": "./dist/integrations/providers/gcs-storage.js",
3245
+ "node": "./dist/node/integrations/providers/gcs-storage.js",
3246
+ "default": "./dist/integrations/providers/gcs-storage.js"
3247
+ },
3248
+ "./integrations/providers/gmail": {
3249
+ "types": "./dist/integrations/providers/gmail.d.ts",
3250
+ "bun": "./dist/integrations/providers/gmail.js",
3251
+ "node": "./dist/node/integrations/providers/gmail.js",
3252
+ "default": "./dist/integrations/providers/gmail.js"
3253
+ },
3254
+ "./integrations/providers/google-calendar": {
3255
+ "types": "./dist/integrations/providers/google-calendar.d.ts",
3256
+ "bun": "./dist/integrations/providers/google-calendar.js",
3257
+ "node": "./dist/node/integrations/providers/google-calendar.js",
3258
+ "default": "./dist/integrations/providers/google-calendar.js"
3259
+ },
3260
+ "./integrations/providers/gradium": {
3261
+ "types": "./dist/integrations/providers/gradium.d.ts",
3262
+ "bun": "./dist/integrations/providers/gradium.js",
3263
+ "node": "./dist/node/integrations/providers/gradium.js",
3264
+ "default": "./dist/integrations/providers/gradium.js"
3265
+ },
3266
+ "./integrations/providers/granola": {
3267
+ "types": "./dist/integrations/providers/granola.d.ts",
3268
+ "bun": "./dist/integrations/providers/granola.js",
3269
+ "node": "./dist/node/integrations/providers/granola.js",
3270
+ "default": "./dist/integrations/providers/granola.js"
3271
+ },
3272
+ "./integrations/providers/index": {
3273
+ "types": "./dist/integrations/providers/index.d.ts",
3274
+ "bun": "./dist/integrations/providers/index.js",
3275
+ "node": "./dist/node/integrations/providers/index.js",
3276
+ "default": "./dist/integrations/providers/index.js"
3277
+ },
3278
+ "./integrations/providers/jira": {
3279
+ "types": "./dist/integrations/providers/jira.d.ts",
3280
+ "bun": "./dist/integrations/providers/jira.js",
3281
+ "node": "./dist/node/integrations/providers/jira.js",
3282
+ "default": "./dist/integrations/providers/jira.js"
3283
+ },
3284
+ "./integrations/providers/linear": {
3285
+ "types": "./dist/integrations/providers/linear.d.ts",
3286
+ "bun": "./dist/integrations/providers/linear.js",
3287
+ "node": "./dist/node/integrations/providers/linear.js",
3288
+ "default": "./dist/integrations/providers/linear.js"
3289
+ },
3290
+ "./integrations/providers/llm": {
3291
+ "types": "./dist/integrations/providers/llm.d.ts",
3292
+ "bun": "./dist/integrations/providers/llm.js",
3293
+ "node": "./dist/node/integrations/providers/llm.js",
3294
+ "default": "./dist/integrations/providers/llm.js"
3295
+ },
3296
+ "./integrations/providers/meeting-recorder": {
3297
+ "types": "./dist/integrations/providers/meeting-recorder.d.ts",
3298
+ "bun": "./dist/integrations/providers/meeting-recorder.js",
3299
+ "node": "./dist/node/integrations/providers/meeting-recorder.js",
3300
+ "default": "./dist/integrations/providers/meeting-recorder.js"
3301
+ },
3302
+ "./integrations/providers/mistral": {
3303
+ "types": "./dist/integrations/providers/mistral.d.ts",
3304
+ "bun": "./dist/integrations/providers/mistral.js",
3305
+ "node": "./dist/node/integrations/providers/mistral.js",
3306
+ "default": "./dist/integrations/providers/mistral.js"
3307
+ },
3308
+ "./integrations/providers/notion": {
3309
+ "types": "./dist/integrations/providers/notion.d.ts",
3310
+ "bun": "./dist/integrations/providers/notion.js",
3311
+ "node": "./dist/node/integrations/providers/notion.js",
3312
+ "default": "./dist/integrations/providers/notion.js"
3313
+ },
3314
+ "./integrations/providers/openbanking": {
3315
+ "types": "./dist/integrations/providers/openbanking.d.ts",
3316
+ "bun": "./dist/integrations/providers/openbanking.js",
3317
+ "node": "./dist/node/integrations/providers/openbanking.js",
3318
+ "default": "./dist/integrations/providers/openbanking.js"
3319
+ },
3320
+ "./integrations/providers/payments": {
3321
+ "types": "./dist/integrations/providers/payments.d.ts",
3322
+ "bun": "./dist/integrations/providers/payments.js",
3323
+ "node": "./dist/node/integrations/providers/payments.js",
3324
+ "default": "./dist/integrations/providers/payments.js"
3325
+ },
3326
+ "./integrations/providers/posthog": {
3327
+ "types": "./dist/integrations/providers/posthog.d.ts",
3328
+ "bun": "./dist/integrations/providers/posthog.js",
3329
+ "node": "./dist/node/integrations/providers/posthog.js",
3330
+ "default": "./dist/integrations/providers/posthog.js"
3331
+ },
3332
+ "./integrations/providers/posthog-llm-telemetry": {
3333
+ "types": "./dist/integrations/providers/posthog-llm-telemetry.d.ts",
3334
+ "bun": "./dist/integrations/providers/posthog-llm-telemetry.js",
3335
+ "node": "./dist/node/integrations/providers/posthog-llm-telemetry.js",
3336
+ "default": "./dist/integrations/providers/posthog-llm-telemetry.js"
3337
+ },
3338
+ "./integrations/providers/postmark": {
3339
+ "types": "./dist/integrations/providers/postmark.d.ts",
3340
+ "bun": "./dist/integrations/providers/postmark.js",
3341
+ "node": "./dist/node/integrations/providers/postmark.js",
3342
+ "default": "./dist/integrations/providers/postmark.js"
3343
+ },
3344
+ "./integrations/providers/powens": {
3345
+ "types": "./dist/integrations/providers/powens.d.ts",
3346
+ "bun": "./dist/integrations/providers/powens.js",
3347
+ "node": "./dist/node/integrations/providers/powens.js",
3348
+ "default": "./dist/integrations/providers/powens.js"
3349
+ },
3350
+ "./integrations/providers/project-management": {
3351
+ "types": "./dist/integrations/providers/project-management.d.ts",
3352
+ "bun": "./dist/integrations/providers/project-management.js",
3353
+ "node": "./dist/node/integrations/providers/project-management.js",
3354
+ "default": "./dist/integrations/providers/project-management.js"
3355
+ },
3356
+ "./integrations/providers/qdrant": {
3357
+ "types": "./dist/integrations/providers/qdrant.d.ts",
3358
+ "bun": "./dist/integrations/providers/qdrant.js",
3359
+ "node": "./dist/node/integrations/providers/qdrant.js",
3360
+ "default": "./dist/integrations/providers/qdrant.js"
3361
+ },
3362
+ "./integrations/providers/registry": {
3363
+ "types": "./dist/integrations/providers/registry.d.ts",
3364
+ "bun": "./dist/integrations/providers/registry.js",
3365
+ "node": "./dist/node/integrations/providers/registry.js",
3366
+ "default": "./dist/integrations/providers/registry.js"
3367
+ },
3368
+ "./integrations/providers/sms": {
3369
+ "types": "./dist/integrations/providers/sms.d.ts",
3370
+ "bun": "./dist/integrations/providers/sms.js",
3371
+ "node": "./dist/node/integrations/providers/sms.js",
3372
+ "default": "./dist/integrations/providers/sms.js"
3373
+ },
3374
+ "./integrations/providers/storage": {
3375
+ "types": "./dist/integrations/providers/storage.d.ts",
3376
+ "bun": "./dist/integrations/providers/storage.js",
3377
+ "node": "./dist/node/integrations/providers/storage.js",
3378
+ "default": "./dist/integrations/providers/storage.js"
3379
+ },
3380
+ "./integrations/providers/stripe": {
3381
+ "types": "./dist/integrations/providers/stripe.d.ts",
3382
+ "bun": "./dist/integrations/providers/stripe.js",
3383
+ "node": "./dist/node/integrations/providers/stripe.js",
3384
+ "default": "./dist/integrations/providers/stripe.js"
3385
+ },
3386
+ "./integrations/providers/supabase-postgres": {
3387
+ "types": "./dist/integrations/providers/supabase-postgres.d.ts",
3388
+ "bun": "./dist/integrations/providers/supabase-postgres.js",
3389
+ "node": "./dist/node/integrations/providers/supabase-postgres.js",
3390
+ "default": "./dist/integrations/providers/supabase-postgres.js"
3391
+ },
3392
+ "./integrations/providers/supabase-vector": {
3393
+ "types": "./dist/integrations/providers/supabase-vector.d.ts",
3394
+ "bun": "./dist/integrations/providers/supabase-vector.js",
3395
+ "node": "./dist/node/integrations/providers/supabase-vector.js",
3396
+ "default": "./dist/integrations/providers/supabase-vector.js"
3397
+ },
3398
+ "./integrations/providers/tldv": {
3399
+ "types": "./dist/integrations/providers/tldv.d.ts",
3400
+ "bun": "./dist/integrations/providers/tldv.js",
3401
+ "node": "./dist/node/integrations/providers/tldv.js",
3402
+ "default": "./dist/integrations/providers/tldv.js"
3403
+ },
3404
+ "./integrations/providers/twilio-sms": {
3405
+ "types": "./dist/integrations/providers/twilio-sms.d.ts",
3406
+ "bun": "./dist/integrations/providers/twilio-sms.js",
3407
+ "node": "./dist/node/integrations/providers/twilio-sms.js",
3408
+ "default": "./dist/integrations/providers/twilio-sms.js"
3409
+ },
3410
+ "./integrations/providers/vector-store": {
3411
+ "types": "./dist/integrations/providers/vector-store.d.ts",
3412
+ "bun": "./dist/integrations/providers/vector-store.js",
3413
+ "node": "./dist/node/integrations/providers/vector-store.js",
3414
+ "default": "./dist/integrations/providers/vector-store.js"
3415
+ },
3416
+ "./integrations/providers/voice": {
3417
+ "types": "./dist/integrations/providers/voice.d.ts",
3418
+ "bun": "./dist/integrations/providers/voice.js",
3419
+ "node": "./dist/node/integrations/providers/voice.js",
3420
+ "default": "./dist/integrations/providers/voice.js"
3421
+ },
3422
+ "./integrations/runtime": {
3423
+ "types": "./dist/integrations/runtime.d.ts",
3424
+ "bun": "./dist/integrations/runtime.js",
3425
+ "node": "./dist/node/integrations/runtime.js",
3426
+ "default": "./dist/integrations/runtime.js"
3427
+ },
3428
+ "./integrations/secrets": {
3429
+ "types": "./dist/integrations/secrets/index.d.ts",
3430
+ "bun": "./dist/integrations/secrets/index.js",
3431
+ "node": "./dist/node/integrations/secrets/index.js",
3432
+ "default": "./dist/integrations/secrets/index.js"
3433
+ },
3434
+ "./integrations/secrets-types": {
3435
+ "types": "./dist/integrations/secrets-types.d.ts",
3436
+ "bun": "./dist/integrations/secrets-types.js",
3437
+ "node": "./dist/node/integrations/secrets-types.js",
3438
+ "default": "./dist/integrations/secrets-types.js"
3439
+ },
3440
+ "./integrations/secrets/aws-secret-manager": {
3441
+ "types": "./dist/integrations/secrets/aws-secret-manager.d.ts",
3442
+ "bun": "./dist/integrations/secrets/aws-secret-manager.js",
3443
+ "node": "./dist/node/integrations/secrets/aws-secret-manager.js",
3444
+ "default": "./dist/integrations/secrets/aws-secret-manager.js"
3445
+ },
3446
+ "./integrations/secrets/env-secret-provider": {
3447
+ "types": "./dist/integrations/secrets/env-secret-provider.d.ts",
3448
+ "bun": "./dist/integrations/secrets/env-secret-provider.js",
3449
+ "node": "./dist/node/integrations/secrets/env-secret-provider.js",
3450
+ "default": "./dist/integrations/secrets/env-secret-provider.js"
3451
+ },
3452
+ "./integrations/secrets/gcp-secret-manager": {
3453
+ "types": "./dist/integrations/secrets/gcp-secret-manager.d.ts",
3454
+ "bun": "./dist/integrations/secrets/gcp-secret-manager.js",
3455
+ "node": "./dist/node/integrations/secrets/gcp-secret-manager.js",
3456
+ "default": "./dist/integrations/secrets/gcp-secret-manager.js"
3457
+ },
3458
+ "./integrations/secrets/index": {
3459
+ "types": "./dist/integrations/secrets/index.d.ts",
3460
+ "bun": "./dist/integrations/secrets/index.js",
3461
+ "node": "./dist/node/integrations/secrets/index.js",
3462
+ "default": "./dist/integrations/secrets/index.js"
3463
+ },
3464
+ "./integrations/secrets/manager": {
3465
+ "types": "./dist/integrations/secrets/manager.d.ts",
3466
+ "bun": "./dist/integrations/secrets/manager.js",
3467
+ "node": "./dist/node/integrations/secrets/manager.js",
3468
+ "default": "./dist/integrations/secrets/manager.js"
3469
+ },
3470
+ "./integrations/secrets/provider": {
3471
+ "types": "./dist/integrations/secrets/provider.d.ts",
3472
+ "bun": "./dist/integrations/secrets/provider.js",
3473
+ "node": "./dist/node/integrations/secrets/provider.js",
3474
+ "default": "./dist/integrations/secrets/provider.js"
3475
+ },
3476
+ "./integrations/secrets/scaleway-secret-manager": {
3477
+ "types": "./dist/integrations/secrets/scaleway-secret-manager.d.ts",
3478
+ "bun": "./dist/integrations/secrets/scaleway-secret-manager.js",
3479
+ "node": "./dist/node/integrations/secrets/scaleway-secret-manager.js",
3480
+ "default": "./dist/integrations/secrets/scaleway-secret-manager.js"
3481
+ },
3482
+ "./integrations/spec": {
3483
+ "types": "./dist/integrations/spec.d.ts",
3484
+ "bun": "./dist/integrations/spec.js",
3485
+ "node": "./dist/node/integrations/spec.js",
3486
+ "default": "./dist/integrations/spec.js"
3487
+ },
3488
+ "./jobs": {
3489
+ "types": "./dist/jobs/index.d.ts",
3490
+ "bun": "./dist/jobs/index.js",
3491
+ "node": "./dist/node/jobs/index.js",
3492
+ "default": "./dist/jobs/index.js"
3493
+ },
3494
+ "./jobs/define-job": {
3495
+ "types": "./dist/jobs/define-job.d.ts",
3496
+ "bun": "./dist/jobs/define-job.js",
3497
+ "node": "./dist/node/jobs/define-job.js",
3498
+ "default": "./dist/jobs/define-job.js"
3499
+ },
3500
+ "./jobs/gcp-cloud-tasks": {
3501
+ "types": "./dist/jobs/gcp-cloud-tasks.d.ts",
3502
+ "bun": "./dist/jobs/gcp-cloud-tasks.js",
3503
+ "node": "./dist/node/jobs/gcp-cloud-tasks.js",
3504
+ "default": "./dist/jobs/gcp-cloud-tasks.js"
3505
+ },
3506
+ "./jobs/gcp-pubsub": {
3507
+ "types": "./dist/jobs/gcp-pubsub.d.ts",
3508
+ "bun": "./dist/jobs/gcp-pubsub.js",
3509
+ "node": "./dist/node/jobs/gcp-pubsub.js",
3510
+ "default": "./dist/jobs/gcp-pubsub.js"
3511
+ },
3512
+ "./jobs/handlers": {
3513
+ "types": "./dist/jobs/handlers/index.d.ts",
3514
+ "bun": "./dist/jobs/handlers/index.js",
3515
+ "node": "./dist/node/jobs/handlers/index.js",
3516
+ "default": "./dist/jobs/handlers/index.js"
3517
+ },
3518
+ "./jobs/handlers/gmail-sync-handler": {
3519
+ "types": "./dist/jobs/handlers/gmail-sync-handler.d.ts",
3520
+ "bun": "./dist/jobs/handlers/gmail-sync-handler.js",
3521
+ "node": "./dist/node/jobs/handlers/gmail-sync-handler.js",
3522
+ "default": "./dist/jobs/handlers/gmail-sync-handler.js"
3523
+ },
3524
+ "./jobs/handlers/index": {
3525
+ "types": "./dist/jobs/handlers/index.d.ts",
3526
+ "bun": "./dist/jobs/handlers/index.js",
3527
+ "node": "./dist/node/jobs/handlers/index.js",
3528
+ "default": "./dist/jobs/handlers/index.js"
3529
+ },
3530
+ "./jobs/handlers/ping-handler": {
3531
+ "types": "./dist/jobs/handlers/ping-handler.d.ts",
3532
+ "bun": "./dist/jobs/handlers/ping-handler.js",
3533
+ "node": "./dist/node/jobs/handlers/ping-handler.js",
3534
+ "default": "./dist/jobs/handlers/ping-handler.js"
3535
+ },
3536
+ "./jobs/handlers/storage-document-handler": {
3537
+ "types": "./dist/jobs/handlers/storage-document-handler.d.ts",
3538
+ "bun": "./dist/jobs/handlers/storage-document-handler.js",
3539
+ "node": "./dist/node/jobs/handlers/storage-document-handler.js",
3540
+ "default": "./dist/jobs/handlers/storage-document-handler.js"
3541
+ },
3542
+ "./jobs/index": {
3543
+ "types": "./dist/jobs/index.d.ts",
3544
+ "bun": "./dist/jobs/index.js",
3545
+ "node": "./dist/node/jobs/index.js",
3546
+ "default": "./dist/jobs/index.js"
3547
+ },
3548
+ "./jobs/memory-queue": {
3549
+ "types": "./dist/jobs/memory-queue.d.ts",
3550
+ "bun": "./dist/jobs/memory-queue.js",
3551
+ "node": "./dist/node/jobs/memory-queue.js",
3552
+ "default": "./dist/jobs/memory-queue.js"
3553
+ },
3554
+ "./jobs/queue": {
3555
+ "types": "./dist/jobs/queue.d.ts",
3556
+ "bun": "./dist/jobs/queue.js",
3557
+ "node": "./dist/node/jobs/queue.js",
3558
+ "default": "./dist/jobs/queue.js"
3559
+ },
3560
+ "./jobs/scaleway-sqs-queue": {
3561
+ "types": "./dist/jobs/scaleway-sqs-queue.d.ts",
3562
+ "bun": "./dist/jobs/scaleway-sqs-queue.js",
3563
+ "node": "./dist/node/jobs/scaleway-sqs-queue.js",
3564
+ "default": "./dist/jobs/scaleway-sqs-queue.js"
3565
+ },
3566
+ "./jsonschema": {
3567
+ "types": "./dist/jsonschema.d.ts",
3568
+ "bun": "./dist/jsonschema.js",
3569
+ "node": "./dist/node/jsonschema.js",
3570
+ "default": "./dist/jsonschema.js"
3571
+ },
3572
+ "./knowledge": {
3573
+ "types": "./dist/knowledge/index.d.ts",
3574
+ "bun": "./dist/knowledge/index.js",
3575
+ "node": "./dist/node/knowledge/index.js",
3576
+ "default": "./dist/knowledge/index.js"
3577
+ },
3578
+ "./knowledge/binding": {
3579
+ "types": "./dist/knowledge/binding.d.ts",
3580
+ "bun": "./dist/knowledge/binding.js",
3581
+ "node": "./dist/node/knowledge/binding.js",
3582
+ "default": "./dist/knowledge/binding.js"
3583
+ },
3584
+ "./knowledge/docs/knowledge.docblock": {
3585
+ "types": "./dist/knowledge/docs/knowledge.docblock.d.ts",
3586
+ "bun": "./dist/knowledge/docs/knowledge.docblock.js",
3587
+ "node": "./dist/node/knowledge/docs/knowledge.docblock.js",
3588
+ "default": "./dist/knowledge/docs/knowledge.docblock.js"
3589
+ },
3590
+ "./knowledge/index": {
3591
+ "types": "./dist/knowledge/index.d.ts",
3592
+ "bun": "./dist/knowledge/index.js",
3593
+ "node": "./dist/node/knowledge/index.js",
3594
+ "default": "./dist/knowledge/index.js"
3595
+ },
3596
+ "./knowledge/ingestion": {
3597
+ "types": "./dist/knowledge/ingestion/index.d.ts",
3598
+ "bun": "./dist/knowledge/ingestion/index.js",
3599
+ "node": "./dist/node/knowledge/ingestion/index.js",
3600
+ "default": "./dist/knowledge/ingestion/index.js"
3601
+ },
3602
+ "./knowledge/ingestion/document-processor": {
3603
+ "types": "./dist/knowledge/ingestion/document-processor.d.ts",
3604
+ "bun": "./dist/knowledge/ingestion/document-processor.js",
3605
+ "node": "./dist/node/knowledge/ingestion/document-processor.js",
3606
+ "default": "./dist/knowledge/ingestion/document-processor.js"
3607
+ },
3608
+ "./knowledge/ingestion/embedding-service": {
3609
+ "types": "./dist/knowledge/ingestion/embedding-service.d.ts",
3610
+ "bun": "./dist/knowledge/ingestion/embedding-service.js",
3611
+ "node": "./dist/node/knowledge/ingestion/embedding-service.js",
3612
+ "default": "./dist/knowledge/ingestion/embedding-service.js"
3613
+ },
3614
+ "./knowledge/ingestion/gmail-adapter": {
3615
+ "types": "./dist/knowledge/ingestion/gmail-adapter.d.ts",
3616
+ "bun": "./dist/knowledge/ingestion/gmail-adapter.js",
3617
+ "node": "./dist/node/knowledge/ingestion/gmail-adapter.js",
3618
+ "default": "./dist/knowledge/ingestion/gmail-adapter.js"
3619
+ },
3620
+ "./knowledge/ingestion/index": {
3621
+ "types": "./dist/knowledge/ingestion/index.d.ts",
3622
+ "bun": "./dist/knowledge/ingestion/index.js",
3623
+ "node": "./dist/node/knowledge/ingestion/index.js",
3624
+ "default": "./dist/knowledge/ingestion/index.js"
3625
+ },
3626
+ "./knowledge/ingestion/storage-adapter": {
3627
+ "types": "./dist/knowledge/ingestion/storage-adapter.d.ts",
3628
+ "bun": "./dist/knowledge/ingestion/storage-adapter.js",
3629
+ "node": "./dist/node/knowledge/ingestion/storage-adapter.js",
3630
+ "default": "./dist/knowledge/ingestion/storage-adapter.js"
3631
+ },
3632
+ "./knowledge/ingestion/vector-indexer": {
3633
+ "types": "./dist/knowledge/ingestion/vector-indexer.d.ts",
3634
+ "bun": "./dist/knowledge/ingestion/vector-indexer.js",
3635
+ "node": "./dist/node/knowledge/ingestion/vector-indexer.js",
3636
+ "default": "./dist/knowledge/ingestion/vector-indexer.js"
3637
+ },
3638
+ "./knowledge/knowledge.capability": {
3639
+ "types": "./dist/knowledge/knowledge.capability.d.ts",
3640
+ "bun": "./dist/knowledge/knowledge.capability.js",
3641
+ "node": "./dist/node/knowledge/knowledge.capability.js",
3642
+ "default": "./dist/knowledge/knowledge.capability.js"
3643
+ },
3644
+ "./knowledge/knowledge.feature": {
3645
+ "types": "./dist/knowledge/knowledge.feature.d.ts",
3646
+ "bun": "./dist/knowledge/knowledge.feature.js",
3647
+ "node": "./dist/node/knowledge/knowledge.feature.js",
3648
+ "default": "./dist/knowledge/knowledge.feature.js"
3649
+ },
3650
+ "./knowledge/operations": {
3651
+ "types": "./dist/knowledge/operations.d.ts",
3652
+ "bun": "./dist/knowledge/operations.js",
3653
+ "node": "./dist/node/knowledge/operations.js",
3654
+ "default": "./dist/knowledge/operations.js"
3655
+ },
3656
+ "./knowledge/query": {
3657
+ "types": "./dist/knowledge/query/index.d.ts",
3658
+ "bun": "./dist/knowledge/query/index.js",
3659
+ "node": "./dist/node/knowledge/query/index.js",
3660
+ "default": "./dist/knowledge/query/index.js"
3661
+ },
3662
+ "./knowledge/query/index": {
3663
+ "types": "./dist/knowledge/query/index.d.ts",
3664
+ "bun": "./dist/knowledge/query/index.js",
3665
+ "node": "./dist/node/knowledge/query/index.js",
3666
+ "default": "./dist/knowledge/query/index.js"
3667
+ },
3668
+ "./knowledge/query/service": {
3669
+ "types": "./dist/knowledge/query/service.d.ts",
3670
+ "bun": "./dist/knowledge/query/service.js",
3671
+ "node": "./dist/node/knowledge/query/service.js",
3672
+ "default": "./dist/knowledge/query/service.js"
3673
+ },
3674
+ "./knowledge/runtime": {
3675
+ "types": "./dist/knowledge/runtime.d.ts",
3676
+ "bun": "./dist/knowledge/runtime.js",
3677
+ "node": "./dist/node/knowledge/runtime.js",
3678
+ "default": "./dist/knowledge/runtime.js"
3679
+ },
3680
+ "./knowledge/source": {
3681
+ "types": "./dist/knowledge/source.d.ts",
3682
+ "bun": "./dist/knowledge/source.js",
3683
+ "node": "./dist/node/knowledge/source.js",
3684
+ "default": "./dist/knowledge/source.js"
3685
+ },
3686
+ "./knowledge/spaces": {
3687
+ "types": "./dist/knowledge/spaces/index.d.ts",
3688
+ "bun": "./dist/knowledge/spaces/index.js",
3689
+ "node": "./dist/node/knowledge/spaces/index.js",
3690
+ "default": "./dist/knowledge/spaces/index.js"
3691
+ },
3692
+ "./knowledge/spaces/email-threads": {
3693
+ "types": "./dist/knowledge/spaces/email-threads.d.ts",
3694
+ "bun": "./dist/knowledge/spaces/email-threads.js",
3695
+ "node": "./dist/node/knowledge/spaces/email-threads.js",
3696
+ "default": "./dist/knowledge/spaces/email-threads.js"
3697
+ },
3698
+ "./knowledge/spaces/financial-docs": {
3699
+ "types": "./dist/knowledge/spaces/financial-docs.d.ts",
3700
+ "bun": "./dist/knowledge/spaces/financial-docs.js",
3701
+ "node": "./dist/node/knowledge/spaces/financial-docs.js",
3702
+ "default": "./dist/knowledge/spaces/financial-docs.js"
3703
+ },
3704
+ "./knowledge/spaces/financial-overview": {
3705
+ "types": "./dist/knowledge/spaces/financial-overview.d.ts",
3706
+ "bun": "./dist/knowledge/spaces/financial-overview.js",
3707
+ "node": "./dist/node/knowledge/spaces/financial-overview.js",
3708
+ "default": "./dist/knowledge/spaces/financial-overview.js"
3709
+ },
3710
+ "./knowledge/spaces/index": {
3711
+ "types": "./dist/knowledge/spaces/index.d.ts",
3712
+ "bun": "./dist/knowledge/spaces/index.js",
3713
+ "node": "./dist/node/knowledge/spaces/index.js",
3714
+ "default": "./dist/knowledge/spaces/index.js"
3715
+ },
3716
+ "./knowledge/spaces/product-canon": {
3717
+ "types": "./dist/knowledge/spaces/product-canon.d.ts",
3718
+ "bun": "./dist/knowledge/spaces/product-canon.js",
3719
+ "node": "./dist/node/knowledge/spaces/product-canon.js",
3720
+ "default": "./dist/knowledge/spaces/product-canon.js"
3721
+ },
3722
+ "./knowledge/spaces/support-faq": {
3723
+ "types": "./dist/knowledge/spaces/support-faq.d.ts",
3724
+ "bun": "./dist/knowledge/spaces/support-faq.js",
3725
+ "node": "./dist/node/knowledge/spaces/support-faq.js",
3726
+ "default": "./dist/knowledge/spaces/support-faq.js"
3727
+ },
3728
+ "./knowledge/spaces/uploaded-docs": {
3729
+ "types": "./dist/knowledge/spaces/uploaded-docs.d.ts",
3730
+ "bun": "./dist/knowledge/spaces/uploaded-docs.js",
3731
+ "node": "./dist/node/knowledge/spaces/uploaded-docs.js",
3732
+ "default": "./dist/knowledge/spaces/uploaded-docs.js"
3733
+ },
3734
+ "./knowledge/spec": {
3735
+ "types": "./dist/knowledge/spec.d.ts",
3736
+ "bun": "./dist/knowledge/spec.js",
3737
+ "node": "./dist/node/knowledge/spec.js",
3738
+ "default": "./dist/knowledge/spec.js"
3739
+ },
3740
+ "./llm": {
3741
+ "types": "./dist/llm/index.d.ts",
3742
+ "bun": "./dist/llm/index.js",
3743
+ "node": "./dist/node/llm/index.js",
3744
+ "default": "./dist/llm/index.js"
3745
+ },
3746
+ "./llm/exporters": {
3747
+ "types": "./dist/llm/exporters.d.ts",
3748
+ "bun": "./dist/llm/exporters.js",
3749
+ "node": "./dist/node/llm/exporters.js",
3750
+ "default": "./dist/llm/exporters.js"
3751
+ },
3752
+ "./llm/index": {
3753
+ "types": "./dist/llm/index.d.ts",
3754
+ "bun": "./dist/llm/index.js",
3755
+ "node": "./dist/node/llm/index.js",
3756
+ "default": "./dist/llm/index.js"
3757
+ },
3758
+ "./llm/prompts": {
3759
+ "types": "./dist/llm/prompts.d.ts",
3760
+ "bun": "./dist/llm/prompts.js",
3761
+ "node": "./dist/node/llm/prompts.js",
3762
+ "default": "./dist/llm/prompts.js"
3763
+ },
3764
+ "./llm/types": {
3765
+ "types": "./dist/llm/types.d.ts",
3766
+ "bun": "./dist/llm/types.js",
3767
+ "node": "./dist/node/llm/types.js",
3768
+ "default": "./dist/llm/types.js"
3769
+ },
3770
+ "./markdown": {
3771
+ "types": "./dist/markdown.d.ts",
3772
+ "bun": "./dist/markdown.js",
3773
+ "node": "./dist/node/markdown.js",
3774
+ "default": "./dist/markdown.js"
3775
+ },
3776
+ "./migrations": {
3777
+ "types": "./dist/migrations.d.ts",
3778
+ "bun": "./dist/migrations.js",
3779
+ "node": "./dist/node/migrations.js",
3780
+ "default": "./dist/migrations.js"
3781
+ },
3782
+ "./model-registry": {
3783
+ "types": "./dist/model-registry.d.ts",
3784
+ "bun": "./dist/model-registry.js",
3785
+ "node": "./dist/node/model-registry.js",
3786
+ "default": "./dist/model-registry.js"
3787
+ },
3788
+ "./onboarding-base": {
3789
+ "types": "./dist/onboarding-base.d.ts",
3790
+ "bun": "./dist/onboarding-base.js",
3791
+ "node": "./dist/node/onboarding-base.js",
3792
+ "default": "./dist/onboarding-base.js"
3793
+ },
3794
+ "./openapi": {
3795
+ "types": "./dist/openapi.d.ts",
3796
+ "bun": "./dist/openapi.js",
3797
+ "node": "./dist/node/openapi.js",
3798
+ "default": "./dist/openapi.js"
3799
+ },
3800
+ "./operations": {
3801
+ "types": "./dist/operations/index.d.ts",
3802
+ "bun": "./dist/operations/index.js",
3803
+ "node": "./dist/node/operations/index.js",
3804
+ "default": "./dist/operations/index.js"
3805
+ },
3806
+ "./operations/index": {
3807
+ "types": "./dist/operations/index.d.ts",
3808
+ "bun": "./dist/operations/index.js",
3809
+ "node": "./dist/node/operations/index.js",
3810
+ "default": "./dist/operations/index.js"
3811
+ },
3812
+ "./operations/operation": {
3813
+ "types": "./dist/operations/operation.d.ts",
3814
+ "bun": "./dist/operations/operation.js",
3815
+ "node": "./dist/node/operations/operation.js",
3816
+ "default": "./dist/operations/operation.js"
3817
+ },
3818
+ "./operations/registry": {
3819
+ "types": "./dist/operations/registry.d.ts",
3820
+ "bun": "./dist/operations/registry.js",
3821
+ "node": "./dist/node/operations/registry.js",
3822
+ "default": "./dist/operations/registry.js"
3823
+ },
3824
+ "./operations/report": {
3825
+ "types": "./dist/operations/report/index.d.ts",
3826
+ "bun": "./dist/operations/report/index.js",
3827
+ "node": "./dist/node/operations/report/index.js",
3828
+ "default": "./dist/operations/report/index.js"
3829
+ },
3830
+ "./operations/report/getContractVerificationStatus": {
3831
+ "types": "./dist/operations/report/getContractVerificationStatus.d.ts",
3832
+ "bun": "./dist/operations/report/getContractVerificationStatus.js",
3833
+ "node": "./dist/node/operations/report/getContractVerificationStatus.js",
3834
+ "default": "./dist/operations/report/getContractVerificationStatus.js"
3835
+ },
3836
+ "./operations/report/index": {
3837
+ "types": "./dist/operations/report/index.d.ts",
3838
+ "bun": "./dist/operations/report/index.js",
3839
+ "node": "./dist/node/operations/report/index.js",
3840
+ "default": "./dist/operations/report/index.js"
3841
+ },
3842
+ "./ownership": {
3843
+ "types": "./dist/ownership.d.ts",
3844
+ "bun": "./dist/ownership.js",
3845
+ "node": "./dist/node/ownership.js",
3846
+ "default": "./dist/ownership.js"
3847
+ },
3848
+ "./policy": {
3849
+ "types": "./dist/policy/index.d.ts",
3850
+ "bun": "./dist/policy/index.js",
3851
+ "node": "./dist/node/policy/index.js",
3852
+ "default": "./dist/policy/index.js"
3853
+ },
3854
+ "./policy/context": {
3855
+ "types": "./dist/policy/context.d.ts",
3856
+ "bun": "./dist/policy/context.js",
3857
+ "node": "./dist/node/policy/context.js",
3858
+ "default": "./dist/policy/context.js"
3859
+ },
3860
+ "./policy/docs/policy.docblock": {
3861
+ "types": "./dist/policy/docs/policy.docblock.d.ts",
3862
+ "bun": "./dist/policy/docs/policy.docblock.js",
3863
+ "node": "./dist/node/policy/docs/policy.docblock.js",
3864
+ "default": "./dist/policy/docs/policy.docblock.js"
3865
+ },
3866
+ "./policy/engine": {
3867
+ "types": "./dist/policy/engine.d.ts",
3868
+ "bun": "./dist/policy/engine.js",
3869
+ "node": "./dist/node/policy/engine.js",
3870
+ "default": "./dist/policy/engine.js"
3871
+ },
3872
+ "./policy/guards": {
3873
+ "types": "./dist/policy/guards.d.ts",
3874
+ "bun": "./dist/policy/guards.js",
3875
+ "node": "./dist/node/policy/guards.js",
3876
+ "default": "./dist/policy/guards.js"
3877
+ },
3878
+ "./policy/index": {
3879
+ "types": "./dist/policy/index.d.ts",
3880
+ "bun": "./dist/policy/index.js",
3881
+ "node": "./dist/node/policy/index.js",
3882
+ "default": "./dist/policy/index.js"
3883
+ },
3884
+ "./policy/opa-adapter": {
3885
+ "types": "./dist/policy/opa-adapter.d.ts",
3886
+ "bun": "./dist/policy/opa-adapter.js",
3887
+ "node": "./dist/node/policy/opa-adapter.js",
3888
+ "default": "./dist/policy/opa-adapter.js"
3889
+ },
3890
+ "./policy/registry": {
3891
+ "types": "./dist/policy/registry.d.ts",
3892
+ "bun": "./dist/policy/registry.js",
3893
+ "node": "./dist/node/policy/registry.js",
3894
+ "default": "./dist/policy/registry.js"
3895
+ },
3896
+ "./policy/spec": {
3897
+ "types": "./dist/policy/spec.d.ts",
3898
+ "bun": "./dist/policy/spec.js",
3899
+ "node": "./dist/node/policy/spec.js",
3900
+ "default": "./dist/policy/spec.js"
3901
+ },
3902
+ "./policy/validation": {
3903
+ "types": "./dist/policy/validation.d.ts",
3904
+ "bun": "./dist/policy/validation.js",
3905
+ "node": "./dist/node/policy/validation.js",
3906
+ "default": "./dist/policy/validation.js"
3907
+ },
3908
+ "./presentations": {
3909
+ "types": "./dist/presentations/index.d.ts",
3910
+ "bun": "./dist/presentations/index.js",
3911
+ "node": "./dist/node/presentations/index.js",
3912
+ "default": "./dist/presentations/index.js"
3913
+ },
3914
+ "./presentations/docs/presentations-conventions.docblock": {
3915
+ "types": "./dist/presentations/docs/presentations-conventions.docblock.d.ts",
3916
+ "bun": "./dist/presentations/docs/presentations-conventions.docblock.js",
3917
+ "node": "./dist/node/presentations/docs/presentations-conventions.docblock.js",
3918
+ "default": "./dist/presentations/docs/presentations-conventions.docblock.js"
3919
+ },
3920
+ "./presentations/index": {
3921
+ "types": "./dist/presentations/index.d.ts",
3922
+ "bun": "./dist/presentations/index.js",
3923
+ "node": "./dist/node/presentations/index.js",
3924
+ "default": "./dist/presentations/index.js"
3925
+ },
3926
+ "./presentations/presentations": {
3927
+ "types": "./dist/presentations/presentations.d.ts",
3928
+ "bun": "./dist/presentations/presentations.js",
3929
+ "node": "./dist/node/presentations/presentations.js",
3930
+ "default": "./dist/presentations/presentations.js"
3931
+ },
3932
+ "./presentations/registry": {
3933
+ "types": "./dist/presentations/registry.d.ts",
3934
+ "bun": "./dist/presentations/registry.js",
3935
+ "node": "./dist/node/presentations/registry.js",
3936
+ "default": "./dist/presentations/registry.js"
3937
+ },
3938
+ "./presentations/transform-engine": {
3939
+ "types": "./dist/presentations/transform-engine.d.ts",
3940
+ "bun": "./dist/presentations/transform-engine.js",
3941
+ "node": "./dist/node/presentations/transform-engine.js",
3942
+ "default": "./dist/presentations/transform-engine.js"
3943
+ },
3944
+ "./product-intent": {
3945
+ "types": "./dist/product-intent/index.d.ts",
3946
+ "bun": "./dist/product-intent/index.js",
3947
+ "node": "./dist/node/product-intent/index.js",
3948
+ "default": "./dist/product-intent/index.js"
3949
+ },
3950
+ "./product-intent/contract-patch-intent": {
3951
+ "types": "./dist/product-intent/contract-patch-intent.d.ts",
3952
+ "bun": "./dist/product-intent/contract-patch-intent.js",
3953
+ "node": "./dist/node/product-intent/contract-patch-intent.js",
3954
+ "default": "./dist/product-intent/contract-patch-intent.js"
3955
+ },
3956
+ "./product-intent/contract-spec-patch": {
3957
+ "types": "./dist/product-intent/contract-spec-patch.d.ts",
3958
+ "bun": "./dist/product-intent/contract-spec-patch.js",
3959
+ "node": "./dist/node/product-intent/contract-spec-patch.js",
3960
+ "default": "./dist/product-intent/contract-spec-patch.js"
3961
+ },
3962
+ "./product-intent/evidence": {
3963
+ "types": "./dist/product-intent/evidence.d.ts",
3964
+ "bun": "./dist/product-intent/evidence.js",
3965
+ "node": "./dist/node/product-intent/evidence.js",
3966
+ "default": "./dist/product-intent/evidence.js"
3967
+ },
3968
+ "./product-intent/findings": {
3969
+ "types": "./dist/product-intent/findings.d.ts",
3970
+ "bun": "./dist/product-intent/findings.js",
3971
+ "node": "./dist/node/product-intent/findings.js",
3972
+ "default": "./dist/product-intent/findings.js"
3973
+ },
3974
+ "./product-intent/impact-report": {
3975
+ "types": "./dist/product-intent/impact-report.d.ts",
3976
+ "bun": "./dist/product-intent/impact-report.js",
3977
+ "node": "./dist/node/product-intent/impact-report.js",
3978
+ "default": "./dist/product-intent/impact-report.js"
3979
+ },
3980
+ "./product-intent/index": {
3981
+ "types": "./dist/product-intent/index.d.ts",
3982
+ "bun": "./dist/product-intent/index.js",
3983
+ "node": "./dist/node/product-intent/index.js",
3984
+ "default": "./dist/product-intent/index.js"
3985
+ },
3986
+ "./product-intent/insights": {
3987
+ "types": "./dist/product-intent/insights.d.ts",
3988
+ "bun": "./dist/product-intent/insights.js",
3989
+ "node": "./dist/node/product-intent/insights.js",
3990
+ "default": "./dist/product-intent/insights.js"
3991
+ },
3992
+ "./product-intent/opportunity-brief": {
3993
+ "types": "./dist/product-intent/opportunity-brief.d.ts",
3994
+ "bun": "./dist/product-intent/opportunity-brief.js",
3995
+ "node": "./dist/node/product-intent/opportunity-brief.js",
3996
+ "default": "./dist/product-intent/opportunity-brief.js"
3997
+ },
3998
+ "./product-intent/problems": {
3999
+ "types": "./dist/product-intent/problems.d.ts",
4000
+ "bun": "./dist/product-intent/problems.js",
4001
+ "node": "./dist/node/product-intent/problems.js",
4002
+ "default": "./dist/product-intent/problems.js"
4003
+ },
4004
+ "./product-intent/registry": {
4005
+ "types": "./dist/product-intent/registry.d.ts",
4006
+ "bun": "./dist/product-intent/registry.js",
4007
+ "node": "./dist/node/product-intent/registry.js",
4008
+ "default": "./dist/product-intent/registry.js"
4009
+ },
4010
+ "./product-intent/runtime": {
4011
+ "types": "./dist/product-intent/runtime.d.ts",
4012
+ "bun": "./dist/product-intent/runtime.js",
4013
+ "node": "./dist/node/product-intent/runtime.js",
4014
+ "default": "./dist/product-intent/runtime.js"
4015
+ },
4016
+ "./product-intent/spec": {
4017
+ "types": "./dist/product-intent/spec.d.ts",
4018
+ "bun": "./dist/product-intent/spec.js",
4019
+ "node": "./dist/node/product-intent/spec.js",
4020
+ "default": "./dist/product-intent/spec.js"
4021
+ },
4022
+ "./product-intent/task-pack": {
4023
+ "types": "./dist/product-intent/task-pack.d.ts",
4024
+ "bun": "./dist/product-intent/task-pack.js",
4025
+ "node": "./dist/node/product-intent/task-pack.js",
4026
+ "default": "./dist/product-intent/task-pack.js"
4027
+ },
4028
+ "./product-intent/tickets": {
4029
+ "types": "./dist/product-intent/tickets.d.ts",
4030
+ "bun": "./dist/product-intent/tickets.js",
4031
+ "node": "./dist/node/product-intent/tickets.js",
4032
+ "default": "./dist/product-intent/tickets.js"
4033
+ },
4034
+ "./product-intent/types": {
4035
+ "types": "./dist/product-intent/types.d.ts",
4036
+ "bun": "./dist/product-intent/types.js",
4037
+ "node": "./dist/node/product-intent/types.js",
4038
+ "default": "./dist/product-intent/types.js"
4039
+ },
4040
+ "./product-intent/ui-wireframe": {
4041
+ "types": "./dist/product-intent/ui-wireframe.d.ts",
4042
+ "bun": "./dist/product-intent/ui-wireframe.js",
4043
+ "node": "./dist/node/product-intent/ui-wireframe.js",
4044
+ "default": "./dist/product-intent/ui-wireframe.js"
4045
+ },
4046
+ "./prompt": {
4047
+ "types": "./dist/prompt.d.ts",
4048
+ "bun": "./dist/prompt.js",
4049
+ "node": "./dist/node/prompt.js",
4050
+ "default": "./dist/prompt.js"
4051
+ },
4052
+ "./promptRegistry": {
4053
+ "types": "./dist/promptRegistry.d.ts",
4054
+ "bun": "./dist/promptRegistry.js",
4055
+ "node": "./dist/node/promptRegistry.js",
4056
+ "default": "./dist/promptRegistry.js"
4057
+ },
4058
+ "./regenerator": {
4059
+ "types": "./dist/regenerator/index.d.ts",
4060
+ "bun": "./dist/regenerator/index.js",
4061
+ "node": "./dist/node/regenerator/index.js",
4062
+ "default": "./dist/regenerator/index.js"
4063
+ },
4064
+ "./regenerator/adapters": {
4065
+ "types": "./dist/regenerator/adapters.d.ts",
4066
+ "bun": "./dist/regenerator/adapters.js",
4067
+ "node": "./dist/node/regenerator/adapters.js",
4068
+ "default": "./dist/regenerator/adapters.js"
4069
+ },
4070
+ "./regenerator/docs/regenerator.docblock": {
4071
+ "types": "./dist/regenerator/docs/regenerator.docblock.d.ts",
4072
+ "bun": "./dist/regenerator/docs/regenerator.docblock.js",
4073
+ "node": "./dist/node/regenerator/docs/regenerator.docblock.js",
4074
+ "default": "./dist/regenerator/docs/regenerator.docblock.js"
4075
+ },
4076
+ "./regenerator/executor": {
4077
+ "types": "./dist/regenerator/executor.d.ts",
4078
+ "bun": "./dist/regenerator/executor.js",
4079
+ "node": "./dist/node/regenerator/executor.js",
4080
+ "default": "./dist/regenerator/executor.js"
4081
+ },
4082
+ "./regenerator/index": {
4083
+ "types": "./dist/regenerator/index.d.ts",
4084
+ "bun": "./dist/regenerator/index.js",
4085
+ "node": "./dist/node/regenerator/index.js",
4086
+ "default": "./dist/regenerator/index.js"
4087
+ },
4088
+ "./regenerator/service": {
4089
+ "types": "./dist/regenerator/service.d.ts",
4090
+ "bun": "./dist/regenerator/service.js",
4091
+ "node": "./dist/node/regenerator/service.js",
4092
+ "default": "./dist/regenerator/service.js"
4093
+ },
4094
+ "./regenerator/sinks": {
4095
+ "types": "./dist/regenerator/sinks.d.ts",
4096
+ "bun": "./dist/regenerator/sinks.js",
4097
+ "node": "./dist/node/regenerator/sinks.js",
4098
+ "default": "./dist/regenerator/sinks.js"
4099
+ },
4100
+ "./regenerator/types": {
4101
+ "types": "./dist/regenerator/types.d.ts",
4102
+ "bun": "./dist/regenerator/types.js",
4103
+ "node": "./dist/node/regenerator/types.js",
4104
+ "default": "./dist/regenerator/types.js"
4105
+ },
4106
+ "./regenerator/utils": {
4107
+ "types": "./dist/regenerator/utils.d.ts",
4108
+ "bun": "./dist/regenerator/utils.js",
4109
+ "node": "./dist/node/regenerator/utils.js",
4110
+ "default": "./dist/regenerator/utils.js"
4111
+ },
4112
+ "./registry": {
4113
+ "types": "./dist/registry.d.ts",
4114
+ "bun": "./dist/registry.js",
4115
+ "node": "./dist/node/registry.js",
4116
+ "default": "./dist/registry.js"
4117
+ },
4118
+ "./registry-utils": {
4119
+ "types": "./dist/registry-utils.d.ts",
4120
+ "bun": "./dist/registry-utils.js",
4121
+ "node": "./dist/node/registry-utils.js",
4122
+ "default": "./dist/registry-utils.js"
4123
+ },
4124
+ "./resources": {
4125
+ "types": "./dist/resources.d.ts",
4126
+ "bun": "./dist/resources.js",
4127
+ "node": "./dist/node/resources.js",
4128
+ "default": "./dist/resources.js"
4129
+ },
4130
+ "./schema-to-markdown": {
4131
+ "types": "./dist/schema-to-markdown.d.ts",
4132
+ "bun": "./dist/schema-to-markdown.js",
4133
+ "node": "./dist/node/schema-to-markdown.js",
4134
+ "default": "./dist/schema-to-markdown.js"
4135
+ },
4136
+ "./serialization": {
4137
+ "types": "./dist/serialization/index.d.ts",
4138
+ "bun": "./dist/serialization/index.js",
4139
+ "node": "./dist/node/serialization/index.js",
4140
+ "default": "./dist/serialization/index.js"
4141
+ },
4142
+ "./serialization/index": {
4143
+ "types": "./dist/serialization/index.d.ts",
4144
+ "bun": "./dist/serialization/index.js",
4145
+ "node": "./dist/node/serialization/index.js",
4146
+ "default": "./dist/serialization/index.js"
4147
+ },
4148
+ "./serialization/serializers": {
4149
+ "types": "./dist/serialization/serializers.d.ts",
4150
+ "bun": "./dist/serialization/serializers.js",
4151
+ "node": "./dist/node/serialization/serializers.js",
4152
+ "default": "./dist/serialization/serializers.js"
4153
+ },
4154
+ "./serialization/types": {
4155
+ "types": "./dist/serialization/types.d.ts",
4156
+ "bun": "./dist/serialization/types.js",
4157
+ "node": "./dist/node/serialization/types.js",
4158
+ "default": "./dist/serialization/types.js"
4159
+ },
4160
+ "./telemetry": {
4161
+ "types": "./dist/telemetry/index.d.ts",
4162
+ "bun": "./dist/telemetry/index.js",
4163
+ "node": "./dist/node/telemetry/index.js",
4164
+ "default": "./dist/telemetry/index.js"
4165
+ },
4166
+ "./telemetry/anomaly": {
4167
+ "types": "./dist/telemetry/anomaly.d.ts",
4168
+ "bun": "./dist/telemetry/anomaly.js",
4169
+ "node": "./dist/node/telemetry/anomaly.js",
4170
+ "default": "./dist/telemetry/anomaly.js"
4171
+ },
4172
+ "./telemetry/docs/telemetry.docblock": {
4173
+ "types": "./dist/telemetry/docs/telemetry.docblock.d.ts",
4174
+ "bun": "./dist/telemetry/docs/telemetry.docblock.js",
4175
+ "node": "./dist/node/telemetry/docs/telemetry.docblock.js",
4176
+ "default": "./dist/telemetry/docs/telemetry.docblock.js"
4177
+ },
4178
+ "./telemetry/index": {
4179
+ "types": "./dist/telemetry/index.d.ts",
4180
+ "bun": "./dist/telemetry/index.js",
4181
+ "node": "./dist/node/telemetry/index.js",
4182
+ "default": "./dist/telemetry/index.js"
4183
+ },
4184
+ "./telemetry/spec": {
4185
+ "types": "./dist/telemetry/spec.d.ts",
4186
+ "bun": "./dist/telemetry/spec.js",
4187
+ "node": "./dist/node/telemetry/spec.js",
4188
+ "default": "./dist/telemetry/spec.js"
4189
+ },
4190
+ "./telemetry/tracker": {
4191
+ "types": "./dist/telemetry/tracker.d.ts",
4192
+ "bun": "./dist/telemetry/tracker.js",
4193
+ "node": "./dist/node/telemetry/tracker.js",
4194
+ "default": "./dist/telemetry/tracker.js"
4195
+ },
4196
+ "./tests": {
4197
+ "types": "./dist/tests/index.d.ts",
4198
+ "bun": "./dist/tests/index.js",
4199
+ "node": "./dist/node/tests/index.js",
4200
+ "default": "./dist/tests/index.js"
4201
+ },
4202
+ "./tests/index": {
4203
+ "types": "./dist/tests/index.d.ts",
4204
+ "bun": "./dist/tests/index.js",
4205
+ "node": "./dist/node/tests/index.js",
4206
+ "default": "./dist/tests/index.js"
4207
+ },
4208
+ "./tests/runner": {
4209
+ "types": "./dist/tests/runner.d.ts",
4210
+ "bun": "./dist/tests/runner.js",
4211
+ "node": "./dist/node/tests/runner.js",
4212
+ "default": "./dist/tests/runner.js"
4213
+ },
4214
+ "./tests/spec": {
4215
+ "types": "./dist/tests/spec.d.ts",
4216
+ "bun": "./dist/tests/spec.js",
4217
+ "node": "./dist/node/tests/spec.js",
4218
+ "default": "./dist/tests/spec.js"
4219
+ },
4220
+ "./themes": {
4221
+ "types": "./dist/themes.d.ts",
4222
+ "bun": "./dist/themes.js",
4223
+ "node": "./dist/node/themes.js",
4224
+ "default": "./dist/themes.js"
4225
+ },
4226
+ "./translations": {
4227
+ "types": "./dist/translations/index.d.ts",
4228
+ "bun": "./dist/translations/index.js",
4229
+ "node": "./dist/node/translations/index.js",
4230
+ "default": "./dist/translations/index.js"
4231
+ },
4232
+ "./translations/catalog": {
4233
+ "types": "./dist/translations/catalog.d.ts",
4234
+ "bun": "./dist/translations/catalog.js",
4235
+ "node": "./dist/node/translations/catalog.js",
4236
+ "default": "./dist/translations/catalog.js"
4237
+ },
4238
+ "./translations/index": {
4239
+ "types": "./dist/translations/index.d.ts",
4240
+ "bun": "./dist/translations/index.js",
4241
+ "node": "./dist/node/translations/index.js",
4242
+ "default": "./dist/translations/index.js"
4243
+ },
4244
+ "./translations/registry": {
4245
+ "types": "./dist/translations/registry.d.ts",
4246
+ "bun": "./dist/translations/registry.js",
4247
+ "node": "./dist/node/translations/registry.js",
4248
+ "default": "./dist/translations/registry.js"
4249
+ },
4250
+ "./translations/spec": {
4251
+ "types": "./dist/translations/spec.d.ts",
4252
+ "bun": "./dist/translations/spec.js",
4253
+ "node": "./dist/node/translations/spec.js",
4254
+ "default": "./dist/translations/spec.js"
4255
+ },
4256
+ "./translations/tenant": {
4257
+ "types": "./dist/translations/tenant.d.ts",
4258
+ "bun": "./dist/translations/tenant.js",
4259
+ "node": "./dist/node/translations/tenant.js",
4260
+ "default": "./dist/translations/tenant.js"
4261
+ },
4262
+ "./translations/validation": {
4263
+ "types": "./dist/translations/validation.d.ts",
4264
+ "bun": "./dist/translations/validation.js",
4265
+ "node": "./dist/node/translations/validation.js",
4266
+ "default": "./dist/translations/validation.js"
4267
+ },
4268
+ "./types": {
4269
+ "types": "./dist/types.d.ts",
4270
+ "bun": "./dist/types.js",
4271
+ "node": "./dist/node/types.js",
4272
+ "default": "./dist/types.js"
4273
+ },
4274
+ "./versioning": {
4275
+ "types": "./dist/versioning/index.d.ts",
4276
+ "bun": "./dist/versioning/index.js",
4277
+ "node": "./dist/node/versioning/index.js",
4278
+ "default": "./dist/versioning/index.js"
4279
+ },
4280
+ "./versioning/index": {
4281
+ "types": "./dist/versioning/index.d.ts",
4282
+ "bun": "./dist/versioning/index.js",
4283
+ "node": "./dist/node/versioning/index.js",
4284
+ "default": "./dist/versioning/index.js"
4285
+ },
4286
+ "./versioning/refs": {
4287
+ "types": "./dist/versioning/refs.d.ts",
4288
+ "bun": "./dist/versioning/refs.js",
4289
+ "node": "./dist/node/versioning/refs.js",
4290
+ "default": "./dist/versioning/refs.js"
4291
+ },
4292
+ "./versioning/types": {
4293
+ "types": "./dist/versioning/types.d.ts",
4294
+ "bun": "./dist/versioning/types.js",
4295
+ "node": "./dist/node/versioning/types.js",
4296
+ "default": "./dist/versioning/types.js"
4297
+ },
4298
+ "./versioning/utils": {
4299
+ "types": "./dist/versioning/utils.d.ts",
4300
+ "bun": "./dist/versioning/utils.js",
4301
+ "node": "./dist/node/versioning/utils.js",
4302
+ "default": "./dist/versioning/utils.js"
4303
+ },
4304
+ "./workflow": {
4305
+ "types": "./dist/workflow/index.d.ts",
4306
+ "bun": "./dist/workflow/index.js",
4307
+ "node": "./dist/node/workflow/index.js",
4308
+ "default": "./dist/workflow/index.js"
4309
+ },
4310
+ "./workflow/adapters": {
4311
+ "types": "./dist/workflow/adapters/index.d.ts",
4312
+ "bun": "./dist/workflow/adapters/index.js",
4313
+ "node": "./dist/node/workflow/adapters/index.js",
4314
+ "default": "./dist/workflow/adapters/index.js"
4315
+ },
4316
+ "./workflow/adapters/db-adapter": {
4317
+ "types": "./dist/workflow/adapters/db-adapter.d.ts",
4318
+ "bun": "./dist/workflow/adapters/db-adapter.js",
4319
+ "node": "./dist/node/workflow/adapters/db-adapter.js",
4320
+ "default": "./dist/workflow/adapters/db-adapter.js"
4321
+ },
4322
+ "./workflow/adapters/file-adapter": {
4323
+ "types": "./dist/workflow/adapters/file-adapter.d.ts",
4324
+ "bun": "./dist/workflow/adapters/file-adapter.js",
4325
+ "node": "./dist/node/workflow/adapters/file-adapter.js",
4326
+ "default": "./dist/workflow/adapters/file-adapter.js"
4327
+ },
4328
+ "./workflow/adapters/index": {
4329
+ "types": "./dist/workflow/adapters/index.d.ts",
4330
+ "bun": "./dist/workflow/adapters/index.js",
4331
+ "node": "./dist/node/workflow/adapters/index.js",
4332
+ "default": "./dist/workflow/adapters/index.js"
4333
+ },
4334
+ "./workflow/adapters/memory-store": {
4335
+ "types": "./dist/workflow/adapters/memory-store.d.ts",
4336
+ "bun": "./dist/workflow/adapters/memory-store.js",
4337
+ "node": "./dist/node/workflow/adapters/memory-store.js",
4338
+ "default": "./dist/workflow/adapters/memory-store.js"
4339
+ },
4340
+ "./workflow/context": {
4341
+ "types": "./dist/workflow/context.d.ts",
4342
+ "bun": "./dist/workflow/context.js",
4343
+ "node": "./dist/node/workflow/context.js",
4344
+ "default": "./dist/workflow/context.js"
4345
+ },
4346
+ "./workflow/expression": {
4347
+ "types": "./dist/workflow/expression.d.ts",
4348
+ "bun": "./dist/workflow/expression.js",
4349
+ "node": "./dist/node/workflow/expression.js",
4350
+ "default": "./dist/workflow/expression.js"
4351
+ },
4352
+ "./workflow/index": {
4353
+ "types": "./dist/workflow/index.d.ts",
4354
+ "bun": "./dist/workflow/index.js",
4355
+ "node": "./dist/node/workflow/index.js",
4356
+ "default": "./dist/workflow/index.js"
4357
+ },
4358
+ "./workflow/overview.docblock": {
4359
+ "types": "./dist/workflow/overview.docblock.d.ts",
4360
+ "bun": "./dist/workflow/overview.docblock.js",
4361
+ "node": "./dist/node/workflow/overview.docblock.js",
4362
+ "default": "./dist/workflow/overview.docblock.js"
4363
+ },
4364
+ "./workflow/runner": {
4365
+ "types": "./dist/workflow/runner.d.ts",
4366
+ "bun": "./dist/workflow/runner.js",
4367
+ "node": "./dist/node/workflow/runner.js",
4368
+ "default": "./dist/workflow/runner.js"
4369
+ },
4370
+ "./workflow/sla-monitor": {
4371
+ "types": "./dist/workflow/sla-monitor.d.ts",
4372
+ "bun": "./dist/workflow/sla-monitor.js",
4373
+ "node": "./dist/node/workflow/sla-monitor.js",
4374
+ "default": "./dist/workflow/sla-monitor.js"
4375
+ },
4376
+ "./workflow/spec": {
4377
+ "types": "./dist/workflow/spec.d.ts",
4378
+ "bun": "./dist/workflow/spec.js",
4379
+ "node": "./dist/node/workflow/spec.js",
4380
+ "default": "./dist/workflow/spec.js"
4381
+ },
4382
+ "./workflow/state": {
4383
+ "types": "./dist/workflow/state.d.ts",
4384
+ "bun": "./dist/workflow/state.js",
4385
+ "node": "./dist/node/workflow/state.js",
4386
+ "default": "./dist/workflow/state.js"
4387
+ },
4388
+ "./workflow/validation": {
4389
+ "types": "./dist/workflow/validation.d.ts",
4390
+ "bun": "./dist/workflow/validation.js",
4391
+ "node": "./dist/node/workflow/validation.js",
4392
+ "default": "./dist/workflow/validation.js"
4393
+ },
4394
+ "./workspace-config": {
4395
+ "types": "./dist/workspace-config/index.d.ts",
4396
+ "bun": "./dist/workspace-config/index.js",
4397
+ "node": "./dist/node/workspace-config/index.js",
4398
+ "default": "./dist/workspace-config/index.js"
4399
+ },
4400
+ "./workspace-config/contractsrc-schema": {
4401
+ "types": "./dist/workspace-config/contractsrc-schema.d.ts",
4402
+ "bun": "./dist/workspace-config/contractsrc-schema.js",
4403
+ "node": "./dist/node/workspace-config/contractsrc-schema.js",
4404
+ "default": "./dist/workspace-config/contractsrc-schema.js"
4405
+ },
4406
+ "./workspace-config/contractsrc-types": {
4407
+ "types": "./dist/workspace-config/contractsrc-types.d.ts",
4408
+ "bun": "./dist/workspace-config/contractsrc-types.js",
4409
+ "node": "./dist/node/workspace-config/contractsrc-types.js",
4410
+ "default": "./dist/workspace-config/contractsrc-types.js"
4411
+ },
4412
+ "./workspace-config/index": {
4413
+ "types": "./dist/workspace-config/index.d.ts",
4414
+ "bun": "./dist/workspace-config/index.js",
4415
+ "node": "./dist/node/workspace-config/index.js",
4416
+ "default": "./dist/workspace-config/index.js"
4417
+ },
4418
+ "./workspace-config/workspace-config.docblock": {
4419
+ "types": "./dist/workspace-config/workspace-config.docblock.d.ts",
4420
+ "bun": "./dist/workspace-config/workspace-config.docblock.js",
4421
+ "node": "./dist/node/workspace-config/workspace-config.docblock.js",
4422
+ "default": "./dist/workspace-config/workspace-config.docblock.js"
4423
+ }
4424
+ }
4425
+ }
4426
+ }