@lssm/lib.companyos-spec 3.0.2

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 (690) hide show
  1. package/README.md +308 -0
  2. package/dist/browser/companyos-spec.feature.js +1 -0
  3. package/dist/browser/docs/company-intelligence.docblock.js +1 -0
  4. package/dist/browser/docs/companyos-enterprise.docblock.js +1 -0
  5. package/dist/browser/docs/companyos-operating-graph.docblock.js +1 -0
  6. package/dist/browser/docs/companyos-v0.docblock.js +1 -0
  7. package/dist/browser/docs/companyos-v1-operating-loop.docblock.js +1 -0
  8. package/dist/browser/docs/index.js +1 -0
  9. package/dist/browser/fixtures/company-brain-edition.js +1 -0
  10. package/dist/browser/fixtures/company-intelligence/base.js +1 -0
  11. package/dist/browser/fixtures/company-intelligence/grounding-result.js +1 -0
  12. package/dist/browser/fixtures/company-intelligence/grounding.js +1 -0
  13. package/dist/browser/fixtures/company-intelligence/index.js +1 -0
  14. package/dist/browser/fixtures/company-intelligence/knowledge.js +1 -0
  15. package/dist/browser/fixtures/company-intelligence/learning-governance-fixture-data.js +1 -0
  16. package/dist/browser/fixtures/company-intelligence/learning-governance-payloads.js +1 -0
  17. package/dist/browser/fixtures/company-intelligence/learning-governance.acceptance-test-support.js +1 -0
  18. package/dist/browser/fixtures/company-intelligence/learning-governance.invariant-test-support.js +1 -0
  19. package/dist/browser/fixtures/company-intelligence/learning-governance.js +1 -0
  20. package/dist/browser/fixtures/company-intelligence/learning-governance.rejection-test-support.js +1 -0
  21. package/dist/browser/fixtures/company-intelligence/learning.js +1 -0
  22. package/dist/browser/fixtures/company-intelligence/lineage.js +1 -0
  23. package/dist/browser/fixtures/company-intelligence/negative.js +1 -0
  24. package/dist/browser/fixtures/design-partner-readiness.js +1 -0
  25. package/dist/browser/fixtures/enterprise-portfolio.js +1 -0
  26. package/dist/browser/fixtures/enterprise-portfolio.parts.js +1 -0
  27. package/dist/browser/fixtures/gtm-learning-loop-neutral.parts.js +1 -0
  28. package/dist/browser/fixtures/index.js +1 -0
  29. package/dist/browser/fixtures/layer0-action-packet.js +1 -0
  30. package/dist/browser/fixtures/learning-loop.js +1 -0
  31. package/dist/browser/fixtures/provider-binding.js +1 -0
  32. package/dist/browser/fixtures/rich-outcome-observations.js +1 -0
  33. package/dist/browser/fixtures/temporal-assertions.js +1 -0
  34. package/dist/browser/fixtures/temporal-knowledge.js +1 -0
  35. package/dist/browser/fixtures/tenant-governance-envelope.js +1 -0
  36. package/dist/browser/fixtures/v0-product-engineering-loop.js +1 -0
  37. package/dist/browser/fixtures/v0-product-engineering-loop.parts.js +1 -0
  38. package/dist/browser/fixtures/v0-source.parts.js +1 -0
  39. package/dist/browser/fixtures/v0-work-graph.parts.js +1 -0
  40. package/dist/browser/fixtures/v1-agent-runtime.parts.js +1 -0
  41. package/dist/browser/fixtures/v1-execution.parts.js +1 -0
  42. package/dist/browser/fixtures/v1-operating-loop.js +1 -0
  43. package/dist/browser/fixtures/v1-operating-loop.parts.js +1 -0
  44. package/dist/browser/fixtures/v1-policy-runtime.js +1 -0
  45. package/dist/browser/fixtures/v2-messaging-originated-action.js +1 -0
  46. package/dist/browser/fixtures/v2-operating-graph.js +1 -0
  47. package/dist/browser/fixtures/v2-voice-originated-action.js +1 -0
  48. package/dist/browser/fixtures/v2-voiceops-support-to-product.js +1 -0
  49. package/dist/browser/index.js +28 -0
  50. package/dist/browser/types/action-origin.js +27 -0
  51. package/dist/browser/types/agent-interfaces.js +1 -0
  52. package/dist/browser/types/agent-org.js +1 -0
  53. package/dist/browser/types/agentic-contracts.js +1 -0
  54. package/dist/browser/types/authority.js +1 -0
  55. package/dist/browser/types/autonomy.js +1 -0
  56. package/dist/browser/types/brain.js +1 -0
  57. package/dist/browser/types/cadence.js +1 -0
  58. package/dist/browser/types/common.js +1 -0
  59. package/dist/browser/types/company-brain-edition.js +1 -0
  60. package/dist/browser/types/company-intelligence/brain.js +1 -0
  61. package/dist/browser/types/company-intelligence/common.js +1 -0
  62. package/dist/browser/types/company-intelligence/compatibility.js +1 -0
  63. package/dist/browser/types/company-intelligence/extraction.js +1 -0
  64. package/dist/browser/types/company-intelligence/grounding-result.js +1 -0
  65. package/dist/browser/types/company-intelligence/grounding.js +1 -0
  66. package/dist/browser/types/company-intelligence/index.js +1 -0
  67. package/dist/browser/types/company-intelligence/knowledge.js +1 -0
  68. package/dist/browser/types/company-intelligence/learning-disposition.js +1 -0
  69. package/dist/browser/types/company-intelligence/learning-governance-codes.js +1 -0
  70. package/dist/browser/types/company-intelligence/learning-governance.js +1 -0
  71. package/dist/browser/types/company-intelligence/learning.js +1 -0
  72. package/dist/browser/types/company-intelligence/lineage.js +1 -0
  73. package/dist/browser/types/company-metrics-governance.js +1 -0
  74. package/dist/browser/types/company-metrics.js +1 -0
  75. package/dist/browser/types/company-purpose.js +1 -0
  76. package/dist/browser/types/company.js +1 -0
  77. package/dist/browser/types/connectors.js +1 -0
  78. package/dist/browser/types/control-plane-projections.js +1 -0
  79. package/dist/browser/types/design-partner-readiness.js +1 -0
  80. package/dist/browser/types/dynamic-surfaces.js +1 -0
  81. package/dist/browser/types/enterprise-common.js +1 -0
  82. package/dist/browser/types/enterprise-governance.js +1 -0
  83. package/dist/browser/types/enterprise-portfolio.js +1 -0
  84. package/dist/browser/types/enterprise-topology.js +1 -0
  85. package/dist/browser/types/enterprise.js +1 -0
  86. package/dist/browser/types/enums.js +1 -0
  87. package/dist/browser/types/evidence-receipt-material.js +1 -0
  88. package/dist/browser/types/execution.js +1 -0
  89. package/dist/browser/types/governed-action-state.js +1 -0
  90. package/dist/browser/types/governed-learning-loop.js +1 -0
  91. package/dist/browser/types/graph-permissions.js +1 -0
  92. package/dist/browser/types/graph-realtime.js +1 -0
  93. package/dist/browser/types/identity-resolution.js +1 -0
  94. package/dist/browser/types/index.js +27 -0
  95. package/dist/browser/types/layer0-action-packet.js +1 -0
  96. package/dist/browser/types/layer0-adapter-contract.js +1 -0
  97. package/dist/browser/types/layer0-core.js +1 -0
  98. package/dist/browser/types/layer0-routing-rule.js +1 -0
  99. package/dist/browser/types/layer0-unknown.js +1 -0
  100. package/dist/browser/types/learning-loop.js +1 -0
  101. package/dist/browser/types/managed-companyos.js +1 -0
  102. package/dist/browser/types/memory.js +1 -0
  103. package/dist/browser/types/objectives.js +1 -0
  104. package/dist/browser/types/operating-cockpit.js +1 -0
  105. package/dist/browser/types/operating-graph-contract.js +1 -0
  106. package/dist/browser/types/operating-graph.js +1 -0
  107. package/dist/browser/types/outcome-observation.js +1 -0
  108. package/dist/browser/types/outcome-value.js +0 -0
  109. package/dist/browser/types/policy-runtime.js +1 -0
  110. package/dist/browser/types/provider-binding.js +1 -0
  111. package/dist/browser/types/runbooks.js +1 -0
  112. package/dist/browser/types/substrate-refs.js +1 -0
  113. package/dist/browser/types/surfaces.js +1 -0
  114. package/dist/browser/types/temporal-assertion.js +1 -0
  115. package/dist/browser/types/temporal-knowledge.js +1 -0
  116. package/dist/browser/types/temporal-store.js +1 -0
  117. package/dist/browser/types/tenant-governance-envelope.js +1 -0
  118. package/dist/browser/types/v0.js +1 -0
  119. package/dist/browser/types/v1.js +1 -0
  120. package/dist/browser/types/work.js +1 -0
  121. package/dist/browser/validation/company-brain-edition.js +1 -0
  122. package/dist/browser/validation/company-intelligence-grounding.js +2 -0
  123. package/dist/browser/validation/company-intelligence-learning-disposition-fingerprints.js +1 -0
  124. package/dist/browser/validation/company-intelligence-learning-disposition.js +1 -0
  125. package/dist/browser/validation/company-intelligence-learning-egress.js +1 -0
  126. package/dist/browser/validation/company-intelligence-learning-fingerprints.js +1 -0
  127. package/dist/browser/validation/company-intelligence-learning-fixture-bindings.js +1 -0
  128. package/dist/browser/validation/company-intelligence-learning-fixture-fingerprints.js +1 -0
  129. package/dist/browser/validation/company-intelligence-learning-gates.js +1 -0
  130. package/dist/browser/validation/company-intelligence-learning-issues.js +1 -0
  131. package/dist/browser/validation/company-intelligence-learning-material-parts.js +1 -0
  132. package/dist/browser/validation/company-intelligence-learning-material.js +1 -0
  133. package/dist/browser/validation/company-intelligence-learning-phases.js +1 -0
  134. package/dist/browser/validation/company-intelligence-learning-record.js +1 -0
  135. package/dist/browser/validation/company-intelligence-learning-rules.js +1 -0
  136. package/dist/browser/validation/company-intelligence-learning.js +1 -0
  137. package/dist/browser/validation/company-intelligence-record-semantics.js +1 -0
  138. package/dist/browser/validation/company-intelligence-semantics.js +1 -0
  139. package/dist/browser/validation/company-intelligence.js +1 -0
  140. package/dist/browser/validation/enterprise-authority.js +1 -0
  141. package/dist/browser/validation/enterprise-governance-references.js +1 -0
  142. package/dist/browser/validation/enterprise-graph.js +1 -0
  143. package/dist/browser/validation/enterprise-integrity.js +1 -0
  144. package/dist/browser/validation/enterprise-references.js +1 -0
  145. package/dist/browser/validation/enterprise-secrets.js +1 -0
  146. package/dist/browser/validation/enterprise-semantics.js +1 -0
  147. package/dist/browser/validation/enterprise.js +1 -0
  148. package/dist/browser/validation/index.js +28 -0
  149. package/dist/browser/validation/learning-loop.js +1 -0
  150. package/dist/browser/validation/provider-binding.js +1 -0
  151. package/dist/browser/validation/semantic-operating-graph.js +27 -0
  152. package/dist/browser/validation/semantic-v1-agents.js +1 -0
  153. package/dist/browser/validation/semantic-v1-cadence.js +1 -0
  154. package/dist/browser/validation/semantic-v1-execution-refs.js +1 -0
  155. package/dist/browser/validation/semantic-v1-execution-results.js +1 -0
  156. package/dist/browser/validation/semantic-v1-execution-shared.js +1 -0
  157. package/dist/browser/validation/semantic-v1-execution.js +1 -0
  158. package/dist/browser/validation/semantic-v1-policy-runtime.js +1 -0
  159. package/dist/browser/validation/semantic-v1-refs.js +1 -0
  160. package/dist/browser/validation/semantic-v1-shared.js +1 -0
  161. package/dist/browser/validation/semantic-v1.js +1 -0
  162. package/dist/browser/validation/semantic.js +1 -0
  163. package/dist/browser/validation/temporal-assertion.js +1 -0
  164. package/dist/browser/validation/temporal-knowledge.js +1 -0
  165. package/dist/browser/validation/tenant-governance-envelope.js +1 -0
  166. package/dist/company-intelligence.public-surface.test.d.ts +1 -0
  167. package/dist/company-metrics.public-surface.test.d.ts +1 -0
  168. package/dist/companyos-spec.feature.d.ts +1 -0
  169. package/dist/companyos-spec.feature.js +2 -0
  170. package/dist/companyos-spec.public-surface.test.d.ts +1 -0
  171. package/dist/docs/company-intelligence.docblock.d.ts +9 -0
  172. package/dist/docs/company-intelligence.docblock.js +2 -0
  173. package/dist/docs/companyos-enterprise.docblock.d.ts +11 -0
  174. package/dist/docs/companyos-enterprise.docblock.js +2 -0
  175. package/dist/docs/companyos-operating-graph.docblock.d.ts +6 -0
  176. package/dist/docs/companyos-operating-graph.docblock.js +2 -0
  177. package/dist/docs/companyos-v0.docblock.d.ts +13 -0
  178. package/dist/docs/companyos-v0.docblock.js +2 -0
  179. package/dist/docs/companyos-v1-operating-loop.docblock.d.ts +11 -0
  180. package/dist/docs/companyos-v1-operating-loop.docblock.js +2 -0
  181. package/dist/docs/index.d.ts +5 -0
  182. package/dist/docs/index.js +2 -0
  183. package/dist/enterprise.public-surface.test.d.ts +1 -0
  184. package/dist/fixtures/company-brain-edition.d.ts +2 -0
  185. package/dist/fixtures/company-brain-edition.js +2 -0
  186. package/dist/fixtures/company-intelligence/base.d.ts +20 -0
  187. package/dist/fixtures/company-intelligence/base.js +2 -0
  188. package/dist/fixtures/company-intelligence/company-intelligence.test.d.ts +1 -0
  189. package/dist/fixtures/company-intelligence/grounding-result.d.ts +8 -0
  190. package/dist/fixtures/company-intelligence/grounding-result.js +2 -0
  191. package/dist/fixtures/company-intelligence/grounding.d.ts +151 -0
  192. package/dist/fixtures/company-intelligence/grounding.js +2 -0
  193. package/dist/fixtures/company-intelligence/index.d.ts +10 -0
  194. package/dist/fixtures/company-intelligence/index.js +2 -0
  195. package/dist/fixtures/company-intelligence/knowledge.d.ts +422 -0
  196. package/dist/fixtures/company-intelligence/knowledge.js +2 -0
  197. package/dist/fixtures/company-intelligence/learning-governance-fixture-data.d.ts +35 -0
  198. package/dist/fixtures/company-intelligence/learning-governance-fixture-data.js +2 -0
  199. package/dist/fixtures/company-intelligence/learning-governance-payloads.d.ts +172 -0
  200. package/dist/fixtures/company-intelligence/learning-governance-payloads.js +2 -0
  201. package/dist/fixtures/company-intelligence/learning-governance.acceptance-test-support.d.ts +7 -0
  202. package/dist/fixtures/company-intelligence/learning-governance.acceptance-test-support.js +2 -0
  203. package/dist/fixtures/company-intelligence/learning-governance.d.ts +2 -0
  204. package/dist/fixtures/company-intelligence/learning-governance.disposition.test.d.ts +1 -0
  205. package/dist/fixtures/company-intelligence/learning-governance.invariant-test-support.d.ts +7 -0
  206. package/dist/fixtures/company-intelligence/learning-governance.invariant-test-support.js +2 -0
  207. package/dist/fixtures/company-intelligence/learning-governance.js +2 -0
  208. package/dist/fixtures/company-intelligence/learning-governance.rejection-test-support.d.ts +7 -0
  209. package/dist/fixtures/company-intelligence/learning-governance.rejection-test-support.js +2 -0
  210. package/dist/fixtures/company-intelligence/learning-governance.test-support.d.ts +7 -0
  211. package/dist/fixtures/company-intelligence/learning.d.ts +370 -0
  212. package/dist/fixtures/company-intelligence/learning.js +2 -0
  213. package/dist/fixtures/company-intelligence/lineage.d.ts +289 -0
  214. package/dist/fixtures/company-intelligence/lineage.js +2 -0
  215. package/dist/fixtures/company-intelligence/negative.d.ts +2 -0
  216. package/dist/fixtures/company-intelligence/negative.js +2 -0
  217. package/dist/fixtures/design-partner-readiness.d.ts +324 -0
  218. package/dist/fixtures/design-partner-readiness.js +2 -0
  219. package/dist/fixtures/enterprise-portfolio.d.ts +2 -0
  220. package/dist/fixtures/enterprise-portfolio.js +2 -0
  221. package/dist/fixtures/enterprise-portfolio.parts.d.ts +18 -0
  222. package/dist/fixtures/enterprise-portfolio.parts.js +2 -0
  223. package/dist/fixtures/gtm-learning-loop-neutral.parts.d.ts +58 -0
  224. package/dist/fixtures/gtm-learning-loop-neutral.parts.js +2 -0
  225. package/dist/fixtures/index.d.ts +18 -0
  226. package/dist/fixtures/index.js +2 -0
  227. package/dist/fixtures/layer0-action-packet.d.ts +396 -0
  228. package/dist/fixtures/layer0-action-packet.js +2 -0
  229. package/dist/fixtures/layer0-action-packet.test.d.ts +1 -0
  230. package/dist/fixtures/learning-loop.d.ts +1 -0
  231. package/dist/fixtures/learning-loop.js +2 -0
  232. package/dist/fixtures/provider-binding.d.ts +52 -0
  233. package/dist/fixtures/provider-binding.js +2 -0
  234. package/dist/fixtures/rich-outcome-observations.d.ts +126 -0
  235. package/dist/fixtures/rich-outcome-observations.js +2 -0
  236. package/dist/fixtures/temporal-assertions.d.ts +2 -0
  237. package/dist/fixtures/temporal-assertions.js +2 -0
  238. package/dist/fixtures/temporal-knowledge.d.ts +1 -0
  239. package/dist/fixtures/temporal-knowledge.js +2 -0
  240. package/dist/fixtures/tenant-governance-envelope.d.ts +135 -0
  241. package/dist/fixtures/tenant-governance-envelope.js +2 -0
  242. package/dist/fixtures/v0-product-engineering-loop.d.ts +262 -0
  243. package/dist/fixtures/v0-product-engineering-loop.js +2 -0
  244. package/dist/fixtures/v0-product-engineering-loop.parts.d.ts +205 -0
  245. package/dist/fixtures/v0-product-engineering-loop.parts.js +2 -0
  246. package/dist/fixtures/v0-source.parts.d.ts +10 -0
  247. package/dist/fixtures/v0-source.parts.js +2 -0
  248. package/dist/fixtures/v0-work-graph.parts.d.ts +57 -0
  249. package/dist/fixtures/v0-work-graph.parts.js +2 -0
  250. package/dist/fixtures/v1-agent-runtime.parts.d.ts +88 -0
  251. package/dist/fixtures/v1-agent-runtime.parts.js +2 -0
  252. package/dist/fixtures/v1-execution.parts.d.ts +233 -0
  253. package/dist/fixtures/v1-execution.parts.js +2 -0
  254. package/dist/fixtures/v1-operating-loop.d.ts +726 -0
  255. package/dist/fixtures/v1-operating-loop.js +2 -0
  256. package/dist/fixtures/v1-operating-loop.parts.d.ts +155 -0
  257. package/dist/fixtures/v1-operating-loop.parts.js +2 -0
  258. package/dist/fixtures/v1-policy-runtime.d.ts +94 -0
  259. package/dist/fixtures/v1-policy-runtime.js +2 -0
  260. package/dist/fixtures/v2-messaging-originated-action.d.ts +18 -0
  261. package/dist/fixtures/v2-messaging-originated-action.js +2 -0
  262. package/dist/fixtures/v2-operating-graph.d.ts +292 -0
  263. package/dist/fixtures/v2-operating-graph.js +2 -0
  264. package/dist/fixtures/v2-voice-originated-action.d.ts +22 -0
  265. package/dist/fixtures/v2-voice-originated-action.js +2 -0
  266. package/dist/fixtures/v2-voiceops-support-to-product.d.ts +160 -0
  267. package/dist/fixtures/v2-voiceops-support-to-product.js +2 -0
  268. package/dist/index.d.ts +5 -0
  269. package/dist/index.js +29 -0
  270. package/dist/node/companyos-spec.feature.js +1 -0
  271. package/dist/node/docs/company-intelligence.docblock.js +1 -0
  272. package/dist/node/docs/companyos-enterprise.docblock.js +1 -0
  273. package/dist/node/docs/companyos-operating-graph.docblock.js +1 -0
  274. package/dist/node/docs/companyos-v0.docblock.js +1 -0
  275. package/dist/node/docs/companyos-v1-operating-loop.docblock.js +1 -0
  276. package/dist/node/docs/index.js +1 -0
  277. package/dist/node/fixtures/company-brain-edition.js +1 -0
  278. package/dist/node/fixtures/company-intelligence/base.js +1 -0
  279. package/dist/node/fixtures/company-intelligence/grounding-result.js +1 -0
  280. package/dist/node/fixtures/company-intelligence/grounding.js +1 -0
  281. package/dist/node/fixtures/company-intelligence/index.js +1 -0
  282. package/dist/node/fixtures/company-intelligence/knowledge.js +1 -0
  283. package/dist/node/fixtures/company-intelligence/learning-governance-fixture-data.js +1 -0
  284. package/dist/node/fixtures/company-intelligence/learning-governance-payloads.js +1 -0
  285. package/dist/node/fixtures/company-intelligence/learning-governance.acceptance-test-support.js +1 -0
  286. package/dist/node/fixtures/company-intelligence/learning-governance.invariant-test-support.js +1 -0
  287. package/dist/node/fixtures/company-intelligence/learning-governance.js +1 -0
  288. package/dist/node/fixtures/company-intelligence/learning-governance.rejection-test-support.js +1 -0
  289. package/dist/node/fixtures/company-intelligence/learning.js +1 -0
  290. package/dist/node/fixtures/company-intelligence/lineage.js +1 -0
  291. package/dist/node/fixtures/company-intelligence/negative.js +1 -0
  292. package/dist/node/fixtures/design-partner-readiness.js +1 -0
  293. package/dist/node/fixtures/enterprise-portfolio.js +1 -0
  294. package/dist/node/fixtures/enterprise-portfolio.parts.js +1 -0
  295. package/dist/node/fixtures/gtm-learning-loop-neutral.parts.js +1 -0
  296. package/dist/node/fixtures/index.js +1 -0
  297. package/dist/node/fixtures/layer0-action-packet.js +1 -0
  298. package/dist/node/fixtures/learning-loop.js +1 -0
  299. package/dist/node/fixtures/provider-binding.js +1 -0
  300. package/dist/node/fixtures/rich-outcome-observations.js +1 -0
  301. package/dist/node/fixtures/temporal-assertions.js +1 -0
  302. package/dist/node/fixtures/temporal-knowledge.js +1 -0
  303. package/dist/node/fixtures/tenant-governance-envelope.js +1 -0
  304. package/dist/node/fixtures/v0-product-engineering-loop.js +1 -0
  305. package/dist/node/fixtures/v0-product-engineering-loop.parts.js +1 -0
  306. package/dist/node/fixtures/v0-source.parts.js +1 -0
  307. package/dist/node/fixtures/v0-work-graph.parts.js +1 -0
  308. package/dist/node/fixtures/v1-agent-runtime.parts.js +1 -0
  309. package/dist/node/fixtures/v1-execution.parts.js +1 -0
  310. package/dist/node/fixtures/v1-operating-loop.js +1 -0
  311. package/dist/node/fixtures/v1-operating-loop.parts.js +1 -0
  312. package/dist/node/fixtures/v1-policy-runtime.js +1 -0
  313. package/dist/node/fixtures/v2-messaging-originated-action.js +1 -0
  314. package/dist/node/fixtures/v2-operating-graph.js +1 -0
  315. package/dist/node/fixtures/v2-voice-originated-action.js +1 -0
  316. package/dist/node/fixtures/v2-voiceops-support-to-product.js +1 -0
  317. package/dist/node/index.js +28 -0
  318. package/dist/node/types/action-origin.js +27 -0
  319. package/dist/node/types/agent-interfaces.js +1 -0
  320. package/dist/node/types/agent-org.js +1 -0
  321. package/dist/node/types/agentic-contracts.js +1 -0
  322. package/dist/node/types/authority.js +1 -0
  323. package/dist/node/types/autonomy.js +1 -0
  324. package/dist/node/types/brain.js +1 -0
  325. package/dist/node/types/cadence.js +1 -0
  326. package/dist/node/types/common.js +1 -0
  327. package/dist/node/types/company-brain-edition.js +1 -0
  328. package/dist/node/types/company-intelligence/brain.js +1 -0
  329. package/dist/node/types/company-intelligence/common.js +1 -0
  330. package/dist/node/types/company-intelligence/compatibility.js +1 -0
  331. package/dist/node/types/company-intelligence/extraction.js +1 -0
  332. package/dist/node/types/company-intelligence/grounding-result.js +1 -0
  333. package/dist/node/types/company-intelligence/grounding.js +1 -0
  334. package/dist/node/types/company-intelligence/index.js +1 -0
  335. package/dist/node/types/company-intelligence/knowledge.js +1 -0
  336. package/dist/node/types/company-intelligence/learning-disposition.js +1 -0
  337. package/dist/node/types/company-intelligence/learning-governance-codes.js +1 -0
  338. package/dist/node/types/company-intelligence/learning-governance.js +1 -0
  339. package/dist/node/types/company-intelligence/learning.js +1 -0
  340. package/dist/node/types/company-intelligence/lineage.js +1 -0
  341. package/dist/node/types/company-metrics-governance.js +1 -0
  342. package/dist/node/types/company-metrics.js +1 -0
  343. package/dist/node/types/company-purpose.js +1 -0
  344. package/dist/node/types/company.js +1 -0
  345. package/dist/node/types/connectors.js +1 -0
  346. package/dist/node/types/control-plane-projections.js +1 -0
  347. package/dist/node/types/design-partner-readiness.js +1 -0
  348. package/dist/node/types/dynamic-surfaces.js +1 -0
  349. package/dist/node/types/enterprise-common.js +1 -0
  350. package/dist/node/types/enterprise-governance.js +1 -0
  351. package/dist/node/types/enterprise-portfolio.js +1 -0
  352. package/dist/node/types/enterprise-topology.js +1 -0
  353. package/dist/node/types/enterprise.js +1 -0
  354. package/dist/node/types/enums.js +1 -0
  355. package/dist/node/types/evidence-receipt-material.js +1 -0
  356. package/dist/node/types/execution.js +1 -0
  357. package/dist/node/types/governed-action-state.js +1 -0
  358. package/dist/node/types/governed-learning-loop.js +1 -0
  359. package/dist/node/types/graph-permissions.js +1 -0
  360. package/dist/node/types/graph-realtime.js +1 -0
  361. package/dist/node/types/identity-resolution.js +1 -0
  362. package/dist/node/types/index.js +27 -0
  363. package/dist/node/types/layer0-action-packet.js +1 -0
  364. package/dist/node/types/layer0-adapter-contract.js +1 -0
  365. package/dist/node/types/layer0-core.js +1 -0
  366. package/dist/node/types/layer0-routing-rule.js +1 -0
  367. package/dist/node/types/layer0-unknown.js +1 -0
  368. package/dist/node/types/learning-loop.js +1 -0
  369. package/dist/node/types/managed-companyos.js +1 -0
  370. package/dist/node/types/memory.js +1 -0
  371. package/dist/node/types/objectives.js +1 -0
  372. package/dist/node/types/operating-cockpit.js +1 -0
  373. package/dist/node/types/operating-graph-contract.js +1 -0
  374. package/dist/node/types/operating-graph.js +1 -0
  375. package/dist/node/types/outcome-observation.js +1 -0
  376. package/dist/node/types/outcome-value.js +0 -0
  377. package/dist/node/types/policy-runtime.js +1 -0
  378. package/dist/node/types/provider-binding.js +1 -0
  379. package/dist/node/types/runbooks.js +1 -0
  380. package/dist/node/types/substrate-refs.js +1 -0
  381. package/dist/node/types/surfaces.js +1 -0
  382. package/dist/node/types/temporal-assertion.js +1 -0
  383. package/dist/node/types/temporal-knowledge.js +1 -0
  384. package/dist/node/types/temporal-store.js +1 -0
  385. package/dist/node/types/tenant-governance-envelope.js +1 -0
  386. package/dist/node/types/v0.js +1 -0
  387. package/dist/node/types/v1.js +1 -0
  388. package/dist/node/types/work.js +1 -0
  389. package/dist/node/validation/company-brain-edition.js +1 -0
  390. package/dist/node/validation/company-intelligence-grounding.js +2 -0
  391. package/dist/node/validation/company-intelligence-learning-disposition-fingerprints.js +1 -0
  392. package/dist/node/validation/company-intelligence-learning-disposition.js +1 -0
  393. package/dist/node/validation/company-intelligence-learning-egress.js +1 -0
  394. package/dist/node/validation/company-intelligence-learning-fingerprints.js +1 -0
  395. package/dist/node/validation/company-intelligence-learning-fixture-bindings.js +1 -0
  396. package/dist/node/validation/company-intelligence-learning-fixture-fingerprints.js +1 -0
  397. package/dist/node/validation/company-intelligence-learning-gates.js +1 -0
  398. package/dist/node/validation/company-intelligence-learning-issues.js +1 -0
  399. package/dist/node/validation/company-intelligence-learning-material-parts.js +1 -0
  400. package/dist/node/validation/company-intelligence-learning-material.js +1 -0
  401. package/dist/node/validation/company-intelligence-learning-phases.js +1 -0
  402. package/dist/node/validation/company-intelligence-learning-record.js +1 -0
  403. package/dist/node/validation/company-intelligence-learning-rules.js +1 -0
  404. package/dist/node/validation/company-intelligence-learning.js +1 -0
  405. package/dist/node/validation/company-intelligence-record-semantics.js +1 -0
  406. package/dist/node/validation/company-intelligence-semantics.js +1 -0
  407. package/dist/node/validation/company-intelligence.js +1 -0
  408. package/dist/node/validation/enterprise-authority.js +1 -0
  409. package/dist/node/validation/enterprise-governance-references.js +1 -0
  410. package/dist/node/validation/enterprise-graph.js +1 -0
  411. package/dist/node/validation/enterprise-integrity.js +1 -0
  412. package/dist/node/validation/enterprise-references.js +1 -0
  413. package/dist/node/validation/enterprise-secrets.js +1 -0
  414. package/dist/node/validation/enterprise-semantics.js +1 -0
  415. package/dist/node/validation/enterprise.js +1 -0
  416. package/dist/node/validation/index.js +28 -0
  417. package/dist/node/validation/learning-loop.js +1 -0
  418. package/dist/node/validation/provider-binding.js +1 -0
  419. package/dist/node/validation/semantic-operating-graph.js +27 -0
  420. package/dist/node/validation/semantic-v1-agents.js +1 -0
  421. package/dist/node/validation/semantic-v1-cadence.js +1 -0
  422. package/dist/node/validation/semantic-v1-execution-refs.js +1 -0
  423. package/dist/node/validation/semantic-v1-execution-results.js +1 -0
  424. package/dist/node/validation/semantic-v1-execution-shared.js +1 -0
  425. package/dist/node/validation/semantic-v1-execution.js +1 -0
  426. package/dist/node/validation/semantic-v1-policy-runtime.js +1 -0
  427. package/dist/node/validation/semantic-v1-refs.js +1 -0
  428. package/dist/node/validation/semantic-v1-shared.js +1 -0
  429. package/dist/node/validation/semantic-v1.js +1 -0
  430. package/dist/node/validation/semantic.js +1 -0
  431. package/dist/node/validation/temporal-assertion.js +1 -0
  432. package/dist/node/validation/temporal-knowledge.js +1 -0
  433. package/dist/node/validation/tenant-governance-envelope.js +1 -0
  434. package/dist/types/action-origin.d.ts +83 -0
  435. package/dist/types/action-origin.js +28 -0
  436. package/dist/types/agent-interfaces.d.ts +45 -0
  437. package/dist/types/agent-interfaces.js +2 -0
  438. package/dist/types/agent-org.d.ts +89 -0
  439. package/dist/types/agent-org.js +2 -0
  440. package/dist/types/agentic-contracts.d.ts +150 -0
  441. package/dist/types/agentic-contracts.js +2 -0
  442. package/dist/types/authority.d.ts +54 -0
  443. package/dist/types/authority.js +2 -0
  444. package/dist/types/autonomy.d.ts +72 -0
  445. package/dist/types/autonomy.js +2 -0
  446. package/dist/types/brain.d.ts +377 -0
  447. package/dist/types/brain.js +2 -0
  448. package/dist/types/cadence.d.ts +55 -0
  449. package/dist/types/cadence.js +2 -0
  450. package/dist/types/common.d.ts +23 -0
  451. package/dist/types/common.js +2 -0
  452. package/dist/types/company-brain-edition.d.ts +1 -0
  453. package/dist/types/company-brain-edition.js +2 -0
  454. package/dist/types/company-brain-edition.test.d.ts +1 -0
  455. package/dist/types/company-brain-extension-registry.test.d.ts +1 -0
  456. package/dist/types/company-intelligence/brain.d.ts +232 -0
  457. package/dist/types/company-intelligence/brain.js +2 -0
  458. package/dist/types/company-intelligence/common.d.ts +102 -0
  459. package/dist/types/company-intelligence/common.js +2 -0
  460. package/dist/types/company-intelligence/compatibility.d.ts +57 -0
  461. package/dist/types/company-intelligence/compatibility.js +2 -0
  462. package/dist/types/company-intelligence/extraction.d.ts +320 -0
  463. package/dist/types/company-intelligence/extraction.js +2 -0
  464. package/dist/types/company-intelligence/grounding-result.d.ts +652 -0
  465. package/dist/types/company-intelligence/grounding-result.js +2 -0
  466. package/dist/types/company-intelligence/grounding.d.ts +330 -0
  467. package/dist/types/company-intelligence/grounding.js +2 -0
  468. package/dist/types/company-intelligence/index.d.ts +4786 -0
  469. package/dist/types/company-intelligence/index.js +2 -0
  470. package/dist/types/company-intelligence/knowledge.d.ts +802 -0
  471. package/dist/types/company-intelligence/knowledge.js +2 -0
  472. package/dist/types/company-intelligence/learning-disposition.d.ts +50 -0
  473. package/dist/types/company-intelligence/learning-disposition.js +2 -0
  474. package/dist/types/company-intelligence/learning-governance-codes.d.ts +260 -0
  475. package/dist/types/company-intelligence/learning-governance-codes.js +2 -0
  476. package/dist/types/company-intelligence/learning-governance.d.ts +254 -0
  477. package/dist/types/company-intelligence/learning-governance.js +2 -0
  478. package/dist/types/company-intelligence/learning.d.ts +3069 -0
  479. package/dist/types/company-intelligence/learning.js +2 -0
  480. package/dist/types/company-intelligence/lineage.d.ts +616 -0
  481. package/dist/types/company-intelligence/lineage.js +2 -0
  482. package/dist/types/company-metrics-governance.d.ts +243 -0
  483. package/dist/types/company-metrics-governance.js +2 -0
  484. package/dist/types/company-metrics.d.ts +421 -0
  485. package/dist/types/company-metrics.js +2 -0
  486. package/dist/types/company-purpose.d.ts +282 -0
  487. package/dist/types/company-purpose.js +2 -0
  488. package/dist/types/company.d.ts +80 -0
  489. package/dist/types/company.js +2 -0
  490. package/dist/types/connectors.d.ts +45 -0
  491. package/dist/types/connectors.js +2 -0
  492. package/dist/types/control-plane-projections.d.ts +320 -0
  493. package/dist/types/control-plane-projections.js +2 -0
  494. package/dist/types/design-partner-readiness.d.ts +470 -0
  495. package/dist/types/design-partner-readiness.js +2 -0
  496. package/dist/types/dynamic-surfaces.d.ts +23 -0
  497. package/dist/types/dynamic-surfaces.js +2 -0
  498. package/dist/types/enterprise-common.d.ts +79 -0
  499. package/dist/types/enterprise-common.js +2 -0
  500. package/dist/types/enterprise-governance.d.ts +651 -0
  501. package/dist/types/enterprise-governance.js +2 -0
  502. package/dist/types/enterprise-portfolio.d.ts +666 -0
  503. package/dist/types/enterprise-portfolio.js +2 -0
  504. package/dist/types/enterprise-topology.d.ts +205 -0
  505. package/dist/types/enterprise-topology.js +2 -0
  506. package/dist/types/enterprise.d.ts +5 -0
  507. package/dist/types/enterprise.js +2 -0
  508. package/dist/types/enums.d.ts +51 -0
  509. package/dist/types/enums.js +2 -0
  510. package/dist/types/evidence-receipt-material.d.ts +59 -0
  511. package/dist/types/evidence-receipt-material.js +2 -0
  512. package/dist/types/execution.d.ts +498 -0
  513. package/dist/types/execution.js +2 -0
  514. package/dist/types/governed-action-state.d.ts +66 -0
  515. package/dist/types/governed-action-state.js +2 -0
  516. package/dist/types/governed-learning-loop.d.ts +391 -0
  517. package/dist/types/governed-learning-loop.js +2 -0
  518. package/dist/types/governed-learning-report.test.d.ts +1 -0
  519. package/dist/types/graph-permissions.d.ts +54 -0
  520. package/dist/types/graph-permissions.js +2 -0
  521. package/dist/types/graph-realtime.d.ts +71 -0
  522. package/dist/types/graph-realtime.js +2 -0
  523. package/dist/types/identity-resolution.d.ts +50 -0
  524. package/dist/types/identity-resolution.js +2 -0
  525. package/dist/types/index.d.ts +55 -0
  526. package/dist/types/index.js +28 -0
  527. package/dist/types/layer0-action-packet.d.ts +721 -0
  528. package/dist/types/layer0-action-packet.js +2 -0
  529. package/dist/types/layer0-action-packet.test.d.ts +1 -0
  530. package/dist/types/layer0-adapter-contract.d.ts +62 -0
  531. package/dist/types/layer0-adapter-contract.js +2 -0
  532. package/dist/types/layer0-core.d.ts +4 -0
  533. package/dist/types/layer0-core.js +2 -0
  534. package/dist/types/layer0-routing-rule.d.ts +149 -0
  535. package/dist/types/layer0-routing-rule.js +2 -0
  536. package/dist/types/layer0-unknown.d.ts +33 -0
  537. package/dist/types/layer0-unknown.js +2 -0
  538. package/dist/types/learning-loop.d.ts +1 -0
  539. package/dist/types/learning-loop.js +2 -0
  540. package/dist/types/managed-companyos.d.ts +316 -0
  541. package/dist/types/managed-companyos.js +2 -0
  542. package/dist/types/memory.d.ts +104 -0
  543. package/dist/types/memory.js +2 -0
  544. package/dist/types/objectives.d.ts +97 -0
  545. package/dist/types/objectives.js +2 -0
  546. package/dist/types/operating-cockpit.d.ts +140 -0
  547. package/dist/types/operating-cockpit.js +2 -0
  548. package/dist/types/operating-graph-contract.d.ts +510 -0
  549. package/dist/types/operating-graph-contract.js +2 -0
  550. package/dist/types/operating-graph.d.ts +443 -0
  551. package/dist/types/operating-graph.js +2 -0
  552. package/dist/types/outcome-observation.d.ts +1014 -0
  553. package/dist/types/outcome-observation.js +2 -0
  554. package/dist/types/outcome-observation.test.d.ts +1 -0
  555. package/dist/types/outcome-value.d.ts +129 -0
  556. package/dist/types/outcome-value.js +1 -0
  557. package/dist/types/policy-runtime.d.ts +294 -0
  558. package/dist/types/policy-runtime.js +2 -0
  559. package/dist/types/provider-binding.d.ts +34 -0
  560. package/dist/types/provider-binding.js +2 -0
  561. package/dist/types/provider-binding.test.d.ts +1 -0
  562. package/dist/types/runbooks.d.ts +67 -0
  563. package/dist/types/runbooks.js +2 -0
  564. package/dist/types/substrate-refs.d.ts +169 -0
  565. package/dist/types/substrate-refs.js +2 -0
  566. package/dist/types/substrate-refs.test.d.ts +1 -0
  567. package/dist/types/surfaces.d.ts +43 -0
  568. package/dist/types/surfaces.js +2 -0
  569. package/dist/types/temporal-assertion.d.ts +146 -0
  570. package/dist/types/temporal-assertion.js +2 -0
  571. package/dist/types/temporal-knowledge.d.ts +1 -0
  572. package/dist/types/temporal-knowledge.js +2 -0
  573. package/dist/types/temporal-store.d.ts +70 -0
  574. package/dist/types/temporal-store.js +2 -0
  575. package/dist/types/temporal-store.test.d.ts +1 -0
  576. package/dist/types/tenant-governance-envelope.d.ts +112 -0
  577. package/dist/types/tenant-governance-envelope.js +2 -0
  578. package/dist/types/v0.d.ts +408 -0
  579. package/dist/types/v0.js +2 -0
  580. package/dist/types/v1.d.ts +1171 -0
  581. package/dist/types/v1.js +2 -0
  582. package/dist/types/work.d.ts +183 -0
  583. package/dist/types/work.js +2 -0
  584. package/dist/validation/action-origin.test.d.ts +1 -0
  585. package/dist/validation/company-brain-edition.d.ts +27 -0
  586. package/dist/validation/company-brain-edition.js +2 -0
  587. package/dist/validation/company-intelligence-grounding.d.ts +19 -0
  588. package/dist/validation/company-intelligence-grounding.js +3 -0
  589. package/dist/validation/company-intelligence-learning-disposition-fingerprints.d.ts +3 -0
  590. package/dist/validation/company-intelligence-learning-disposition-fingerprints.js +2 -0
  591. package/dist/validation/company-intelligence-learning-disposition.d.ts +2 -0
  592. package/dist/validation/company-intelligence-learning-disposition.js +2 -0
  593. package/dist/validation/company-intelligence-learning-egress.d.ts +3 -0
  594. package/dist/validation/company-intelligence-learning-egress.js +2 -0
  595. package/dist/validation/company-intelligence-learning-fingerprints.d.ts +3 -0
  596. package/dist/validation/company-intelligence-learning-fingerprints.js +2 -0
  597. package/dist/validation/company-intelligence-learning-fixture-bindings.d.ts +3 -0
  598. package/dist/validation/company-intelligence-learning-fixture-bindings.js +2 -0
  599. package/dist/validation/company-intelligence-learning-fixture-fingerprints.d.ts +2 -0
  600. package/dist/validation/company-intelligence-learning-fixture-fingerprints.js +2 -0
  601. package/dist/validation/company-intelligence-learning-gates.d.ts +5 -0
  602. package/dist/validation/company-intelligence-learning-gates.js +2 -0
  603. package/dist/validation/company-intelligence-learning-issues.d.ts +11 -0
  604. package/dist/validation/company-intelligence-learning-issues.js +2 -0
  605. package/dist/validation/company-intelligence-learning-material-parts.d.ts +130 -0
  606. package/dist/validation/company-intelligence-learning-material-parts.js +2 -0
  607. package/dist/validation/company-intelligence-learning-material.d.ts +328 -0
  608. package/dist/validation/company-intelligence-learning-material.js +2 -0
  609. package/dist/validation/company-intelligence-learning-phases.d.ts +6 -0
  610. package/dist/validation/company-intelligence-learning-phases.js +2 -0
  611. package/dist/validation/company-intelligence-learning-record.d.ts +3 -0
  612. package/dist/validation/company-intelligence-learning-record.js +2 -0
  613. package/dist/validation/company-intelligence-learning-rules.d.ts +6 -0
  614. package/dist/validation/company-intelligence-learning-rules.js +2 -0
  615. package/dist/validation/company-intelligence-learning.d.ts +4 -0
  616. package/dist/validation/company-intelligence-learning.js +2 -0
  617. package/dist/validation/company-intelligence-record-semantics.d.ts +3 -0
  618. package/dist/validation/company-intelligence-record-semantics.js +2 -0
  619. package/dist/validation/company-intelligence-semantics.d.ts +13 -0
  620. package/dist/validation/company-intelligence-semantics.js +2 -0
  621. package/dist/validation/company-intelligence.d.ts +18 -0
  622. package/dist/validation/company-intelligence.js +2 -0
  623. package/dist/validation/companyos-messaging-origin.test.d.ts +1 -0
  624. package/dist/validation/companyos-operating-graph.test.d.ts +1 -0
  625. package/dist/validation/companyos-policy-runtime.test.d.ts +1 -0
  626. package/dist/validation/companyos-v0.test.d.ts +1 -0
  627. package/dist/validation/companyos-v1.test.d.ts +1 -0
  628. package/dist/validation/companyos-voice-origin.test.d.ts +1 -0
  629. package/dist/validation/companyos-voiceops-support-to-product.test.d.ts +1 -0
  630. package/dist/validation/control-plane-projections.test.d.ts +1 -0
  631. package/dist/validation/design-partner-readiness.test.d.ts +1 -0
  632. package/dist/validation/enterprise-authority.d.ts +3 -0
  633. package/dist/validation/enterprise-authority.js +2 -0
  634. package/dist/validation/enterprise-governance-references.d.ts +2 -0
  635. package/dist/validation/enterprise-governance-references.js +2 -0
  636. package/dist/validation/enterprise-graph.d.ts +9 -0
  637. package/dist/validation/enterprise-graph.js +2 -0
  638. package/dist/validation/enterprise-integrity.d.ts +2 -0
  639. package/dist/validation/enterprise-integrity.js +2 -0
  640. package/dist/validation/enterprise-references.d.ts +2 -0
  641. package/dist/validation/enterprise-references.js +2 -0
  642. package/dist/validation/enterprise-secrets.d.ts +1 -0
  643. package/dist/validation/enterprise-secrets.js +2 -0
  644. package/dist/validation/enterprise-semantics.d.ts +2 -0
  645. package/dist/validation/enterprise-semantics.js +2 -0
  646. package/dist/validation/enterprise.d.ts +11 -0
  647. package/dist/validation/enterprise.js +2 -0
  648. package/dist/validation/enterprise.test.d.ts +1 -0
  649. package/dist/validation/evidence-receipt-material.test.d.ts +1 -0
  650. package/dist/validation/governed-action-state.test.d.ts +1 -0
  651. package/dist/validation/index.d.ts +24 -0
  652. package/dist/validation/index.js +29 -0
  653. package/dist/validation/learning-loop.d.ts +13 -0
  654. package/dist/validation/learning-loop.js +2 -0
  655. package/dist/validation/learning-loop.test.d.ts +1 -0
  656. package/dist/validation/provider-binding.d.ts +11 -0
  657. package/dist/validation/provider-binding.js +2 -0
  658. package/dist/validation/semantic-operating-graph.d.ts +3 -0
  659. package/dist/validation/semantic-operating-graph.js +28 -0
  660. package/dist/validation/semantic-v1-agents.d.ts +3 -0
  661. package/dist/validation/semantic-v1-agents.js +2 -0
  662. package/dist/validation/semantic-v1-cadence.d.ts +2 -0
  663. package/dist/validation/semantic-v1-cadence.js +2 -0
  664. package/dist/validation/semantic-v1-execution-refs.d.ts +3 -0
  665. package/dist/validation/semantic-v1-execution-refs.js +2 -0
  666. package/dist/validation/semantic-v1-execution-results.d.ts +3 -0
  667. package/dist/validation/semantic-v1-execution-results.js +2 -0
  668. package/dist/validation/semantic-v1-execution-shared.d.ts +16 -0
  669. package/dist/validation/semantic-v1-execution-shared.js +2 -0
  670. package/dist/validation/semantic-v1-execution.d.ts +2 -0
  671. package/dist/validation/semantic-v1-execution.js +2 -0
  672. package/dist/validation/semantic-v1-policy-runtime.d.ts +1 -0
  673. package/dist/validation/semantic-v1-policy-runtime.js +2 -0
  674. package/dist/validation/semantic-v1-refs.d.ts +4 -0
  675. package/dist/validation/semantic-v1-refs.js +2 -0
  676. package/dist/validation/semantic-v1-shared.d.ts +4 -0
  677. package/dist/validation/semantic-v1-shared.js +2 -0
  678. package/dist/validation/semantic-v1.d.ts +2 -0
  679. package/dist/validation/semantic-v1.js +2 -0
  680. package/dist/validation/semantic.d.ts +3 -0
  681. package/dist/validation/semantic.js +2 -0
  682. package/dist/validation/temporal-assertion.d.ts +4 -0
  683. package/dist/validation/temporal-assertion.js +2 -0
  684. package/dist/validation/temporal-assertion.test.d.ts +1 -0
  685. package/dist/validation/temporal-knowledge.d.ts +1 -0
  686. package/dist/validation/temporal-knowledge.js +2 -0
  687. package/dist/validation/tenant-governance-envelope.d.ts +2 -0
  688. package/dist/validation/tenant-governance-envelope.js +2 -0
  689. package/dist/validation/tenant-governance-envelope.test.d.ts +1 -0
  690. package/package.json +2622 -0
@@ -0,0 +1,802 @@
1
+ import { z } from 'zod';
2
+ export declare const CompanyIntelligenceClaimRecordSchema: z.ZodObject<{
3
+ contractVersion: z.ZodLiteral<"1.0.0">;
4
+ id: z.ZodString;
5
+ tenantId: z.ZodString;
6
+ ownerRef: z.ZodObject<{
7
+ id: z.ZodString;
8
+ type: z.ZodString;
9
+ label: z.ZodOptional<z.ZodString>;
10
+ }, z.core.$strict>;
11
+ recordedAt: z.ZodISODateTime;
12
+ validTime: z.ZodObject<{
13
+ from: z.ZodISODateTime;
14
+ to: z.ZodOptional<z.ZodISODateTime>;
15
+ }, z.core.$strict>;
16
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
17
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
18
+ supersedesRefId: z.ZodOptional<z.ZodString>;
19
+ tombstone: z.ZodOptional<z.ZodObject<{
20
+ reason: z.ZodEnum<{
21
+ acl_revoked: "acl_revoked";
22
+ privacy_request: "privacy_request";
23
+ retention_expired: "retention_expired";
24
+ source_deleted: "source_deleted";
25
+ superseded: "superseded";
26
+ }>;
27
+ tombstonedAt: z.ZodISODateTime;
28
+ }, z.core.$strict>>;
29
+ fingerprint: z.ZodObject<{
30
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
31
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
32
+ value: z.ZodString;
33
+ }, z.core.$strict>;
34
+ kind: z.ZodLiteral<"claim">;
35
+ authorityClass: z.ZodLiteral<"truth">;
36
+ payload: z.ZodObject<{
37
+ claimType: z.ZodEnum<{
38
+ commitment: "commitment";
39
+ decision: "decision";
40
+ fact: "fact";
41
+ hypothesis: "hypothesis";
42
+ objective: "objective";
43
+ procedure: "procedure";
44
+ risk: "risk";
45
+ skill_candidate: "skill_candidate";
46
+ }>;
47
+ statement: z.ZodString;
48
+ confidence: z.ZodNumber;
49
+ reviewState: z.ZodEnum<{
50
+ approved: "approved";
51
+ rejected: "rejected";
52
+ review_required: "review_required";
53
+ superseded: "superseded";
54
+ unreviewed: "unreviewed";
55
+ }>;
56
+ freshness: z.ZodEnum<{
57
+ fresh: "fresh";
58
+ stale: "stale";
59
+ unknown: "unknown";
60
+ }>;
61
+ }, z.core.$strict>;
62
+ }, z.core.$strict>;
63
+ export declare const CompanyIntelligencePolicyRecordSchema: z.ZodObject<{
64
+ contractVersion: z.ZodLiteral<"1.0.0">;
65
+ id: z.ZodString;
66
+ tenantId: z.ZodString;
67
+ ownerRef: z.ZodObject<{
68
+ id: z.ZodString;
69
+ type: z.ZodString;
70
+ label: z.ZodOptional<z.ZodString>;
71
+ }, z.core.$strict>;
72
+ recordedAt: z.ZodISODateTime;
73
+ validTime: z.ZodObject<{
74
+ from: z.ZodISODateTime;
75
+ to: z.ZodOptional<z.ZodISODateTime>;
76
+ }, z.core.$strict>;
77
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
78
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
79
+ supersedesRefId: z.ZodOptional<z.ZodString>;
80
+ tombstone: z.ZodOptional<z.ZodObject<{
81
+ reason: z.ZodEnum<{
82
+ acl_revoked: "acl_revoked";
83
+ privacy_request: "privacy_request";
84
+ retention_expired: "retention_expired";
85
+ source_deleted: "source_deleted";
86
+ superseded: "superseded";
87
+ }>;
88
+ tombstonedAt: z.ZodISODateTime;
89
+ }, z.core.$strict>>;
90
+ fingerprint: z.ZodObject<{
91
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
92
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
93
+ value: z.ZodString;
94
+ }, z.core.$strict>;
95
+ kind: z.ZodLiteral<"policy">;
96
+ authorityClass: z.ZodLiteral<"policy">;
97
+ payload: z.ZodObject<{
98
+ normativeStatement: z.ZodString;
99
+ scopeRefIds: z.ZodArray<z.ZodString>;
100
+ approvalRequired: z.ZodBoolean;
101
+ exceptionRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
102
+ reviewState: z.ZodEnum<{
103
+ approved: "approved";
104
+ rejected: "rejected";
105
+ review_required: "review_required";
106
+ superseded: "superseded";
107
+ unreviewed: "unreviewed";
108
+ }>;
109
+ }, z.core.$strict>;
110
+ }, z.core.$strict>;
111
+ export declare const CompanyIntelligenceEntityRecordSchema: z.ZodObject<{
112
+ contractVersion: z.ZodLiteral<"1.0.0">;
113
+ id: z.ZodString;
114
+ tenantId: z.ZodString;
115
+ ownerRef: z.ZodObject<{
116
+ id: z.ZodString;
117
+ type: z.ZodString;
118
+ label: z.ZodOptional<z.ZodString>;
119
+ }, z.core.$strict>;
120
+ recordedAt: z.ZodISODateTime;
121
+ validTime: z.ZodObject<{
122
+ from: z.ZodISODateTime;
123
+ to: z.ZodOptional<z.ZodISODateTime>;
124
+ }, z.core.$strict>;
125
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
126
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
127
+ supersedesRefId: z.ZodOptional<z.ZodString>;
128
+ tombstone: z.ZodOptional<z.ZodObject<{
129
+ reason: z.ZodEnum<{
130
+ acl_revoked: "acl_revoked";
131
+ privacy_request: "privacy_request";
132
+ retention_expired: "retention_expired";
133
+ source_deleted: "source_deleted";
134
+ superseded: "superseded";
135
+ }>;
136
+ tombstonedAt: z.ZodISODateTime;
137
+ }, z.core.$strict>>;
138
+ fingerprint: z.ZodObject<{
139
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
140
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
141
+ value: z.ZodString;
142
+ }, z.core.$strict>;
143
+ kind: z.ZodLiteral<"entity">;
144
+ authorityClass: z.ZodLiteral<"truth">;
145
+ payload: z.ZodObject<{
146
+ entityType: z.ZodString;
147
+ label: z.ZodString;
148
+ resolutionState: z.ZodEnum<{
149
+ candidate: "candidate";
150
+ canonical: "canonical";
151
+ merged: "merged";
152
+ rejected: "rejected";
153
+ }>;
154
+ stableIdentifierDigests: z.ZodDefault<z.ZodArray<z.ZodString>>;
155
+ confidence: z.ZodNumber;
156
+ reviewState: z.ZodEnum<{
157
+ approved: "approved";
158
+ rejected: "rejected";
159
+ review_required: "review_required";
160
+ superseded: "superseded";
161
+ unreviewed: "unreviewed";
162
+ }>;
163
+ }, z.core.$strict>;
164
+ }, z.core.$strict>;
165
+ export declare const CompanyIntelligenceRelationRecordSchema: z.ZodObject<{
166
+ contractVersion: z.ZodLiteral<"1.0.0">;
167
+ id: z.ZodString;
168
+ tenantId: z.ZodString;
169
+ ownerRef: z.ZodObject<{
170
+ id: z.ZodString;
171
+ type: z.ZodString;
172
+ label: z.ZodOptional<z.ZodString>;
173
+ }, z.core.$strict>;
174
+ recordedAt: z.ZodISODateTime;
175
+ validTime: z.ZodObject<{
176
+ from: z.ZodISODateTime;
177
+ to: z.ZodOptional<z.ZodISODateTime>;
178
+ }, z.core.$strict>;
179
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
180
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
181
+ supersedesRefId: z.ZodOptional<z.ZodString>;
182
+ tombstone: z.ZodOptional<z.ZodObject<{
183
+ reason: z.ZodEnum<{
184
+ acl_revoked: "acl_revoked";
185
+ privacy_request: "privacy_request";
186
+ retention_expired: "retention_expired";
187
+ source_deleted: "source_deleted";
188
+ superseded: "superseded";
189
+ }>;
190
+ tombstonedAt: z.ZodISODateTime;
191
+ }, z.core.$strict>>;
192
+ fingerprint: z.ZodObject<{
193
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
194
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
195
+ value: z.ZodString;
196
+ }, z.core.$strict>;
197
+ kind: z.ZodLiteral<"relation">;
198
+ authorityClass: z.ZodLiteral<"truth">;
199
+ payload: z.ZodObject<{
200
+ fromEntityRefId: z.ZodString;
201
+ toEntityRefId: z.ZodString;
202
+ predicate: z.ZodString;
203
+ confidence: z.ZodNumber;
204
+ reviewState: z.ZodEnum<{
205
+ approved: "approved";
206
+ rejected: "rejected";
207
+ review_required: "review_required";
208
+ superseded: "superseded";
209
+ unreviewed: "unreviewed";
210
+ }>;
211
+ }, z.core.$strict>;
212
+ }, z.core.$strict>;
213
+ export declare const CompanyIntelligenceConflictRecordSchema: z.ZodObject<{
214
+ contractVersion: z.ZodLiteral<"1.0.0">;
215
+ id: z.ZodString;
216
+ tenantId: z.ZodString;
217
+ ownerRef: z.ZodObject<{
218
+ id: z.ZodString;
219
+ type: z.ZodString;
220
+ label: z.ZodOptional<z.ZodString>;
221
+ }, z.core.$strict>;
222
+ recordedAt: z.ZodISODateTime;
223
+ validTime: z.ZodObject<{
224
+ from: z.ZodISODateTime;
225
+ to: z.ZodOptional<z.ZodISODateTime>;
226
+ }, z.core.$strict>;
227
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
228
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
229
+ supersedesRefId: z.ZodOptional<z.ZodString>;
230
+ tombstone: z.ZodOptional<z.ZodObject<{
231
+ reason: z.ZodEnum<{
232
+ acl_revoked: "acl_revoked";
233
+ privacy_request: "privacy_request";
234
+ retention_expired: "retention_expired";
235
+ source_deleted: "source_deleted";
236
+ superseded: "superseded";
237
+ }>;
238
+ tombstonedAt: z.ZodISODateTime;
239
+ }, z.core.$strict>>;
240
+ fingerprint: z.ZodObject<{
241
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
242
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
243
+ value: z.ZodString;
244
+ }, z.core.$strict>;
245
+ kind: z.ZodLiteral<"conflict">;
246
+ authorityClass: z.ZodLiteral<"truth">;
247
+ payload: z.ZodObject<{
248
+ subjectRefId: z.ZodString;
249
+ competingRecordRefIds: z.ZodArray<z.ZodString>;
250
+ status: z.ZodEnum<{
251
+ accepted_conflict: "accepted_conflict";
252
+ resolved: "resolved";
253
+ review_required: "review_required";
254
+ }>;
255
+ summary: z.ZodString;
256
+ }, z.core.$strict>;
257
+ }, z.core.$strict>;
258
+ export declare const CompanyIntelligenceGapRecordSchema: z.ZodObject<{
259
+ contractVersion: z.ZodLiteral<"1.0.0">;
260
+ id: z.ZodString;
261
+ tenantId: z.ZodString;
262
+ ownerRef: z.ZodObject<{
263
+ id: z.ZodString;
264
+ type: z.ZodString;
265
+ label: z.ZodOptional<z.ZodString>;
266
+ }, z.core.$strict>;
267
+ recordedAt: z.ZodISODateTime;
268
+ validTime: z.ZodObject<{
269
+ from: z.ZodISODateTime;
270
+ to: z.ZodOptional<z.ZodISODateTime>;
271
+ }, z.core.$strict>;
272
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
273
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
274
+ supersedesRefId: z.ZodOptional<z.ZodString>;
275
+ tombstone: z.ZodOptional<z.ZodObject<{
276
+ reason: z.ZodEnum<{
277
+ acl_revoked: "acl_revoked";
278
+ privacy_request: "privacy_request";
279
+ retention_expired: "retention_expired";
280
+ source_deleted: "source_deleted";
281
+ superseded: "superseded";
282
+ }>;
283
+ tombstonedAt: z.ZodISODateTime;
284
+ }, z.core.$strict>>;
285
+ fingerprint: z.ZodObject<{
286
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
287
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
288
+ value: z.ZodString;
289
+ }, z.core.$strict>;
290
+ kind: z.ZodLiteral<"gap">;
291
+ authorityClass: z.ZodLiteral<"truth">;
292
+ payload: z.ZodObject<{
293
+ question: z.ZodString;
294
+ reason: z.ZodEnum<{
295
+ conflict: "conflict";
296
+ missing_evidence: "missing_evidence";
297
+ ownerless: "ownerless";
298
+ stale: "stale";
299
+ unauthorized: "unauthorized";
300
+ }>;
301
+ severity: z.ZodEnum<{
302
+ critical: "critical";
303
+ high: "high";
304
+ low: "low";
305
+ medium: "medium";
306
+ }>;
307
+ remediationRefId: z.ZodOptional<z.ZodString>;
308
+ state: z.ZodEnum<{
309
+ accepted_unknown: "accepted_unknown";
310
+ in_review: "in_review";
311
+ open: "open";
312
+ resolved: "resolved";
313
+ }>;
314
+ }, z.core.$strict>;
315
+ }, z.core.$strict>;
316
+ export declare const CompanyIntelligenceGraphRecordSchema: z.ZodObject<{
317
+ contractVersion: z.ZodLiteral<"1.0.0">;
318
+ id: z.ZodString;
319
+ tenantId: z.ZodString;
320
+ ownerRef: z.ZodObject<{
321
+ id: z.ZodString;
322
+ type: z.ZodString;
323
+ label: z.ZodOptional<z.ZodString>;
324
+ }, z.core.$strict>;
325
+ recordedAt: z.ZodISODateTime;
326
+ validTime: z.ZodObject<{
327
+ from: z.ZodISODateTime;
328
+ to: z.ZodOptional<z.ZodISODateTime>;
329
+ }, z.core.$strict>;
330
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
331
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
332
+ supersedesRefId: z.ZodOptional<z.ZodString>;
333
+ tombstone: z.ZodOptional<z.ZodObject<{
334
+ reason: z.ZodEnum<{
335
+ acl_revoked: "acl_revoked";
336
+ privacy_request: "privacy_request";
337
+ retention_expired: "retention_expired";
338
+ source_deleted: "source_deleted";
339
+ superseded: "superseded";
340
+ }>;
341
+ tombstonedAt: z.ZodISODateTime;
342
+ }, z.core.$strict>>;
343
+ fingerprint: z.ZodObject<{
344
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
345
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
346
+ value: z.ZodString;
347
+ }, z.core.$strict>;
348
+ kind: z.ZodLiteral<"graph">;
349
+ authorityClass: z.ZodLiteral<"truth">;
350
+ payload: z.ZodObject<{
351
+ nodeRefIds: z.ZodArray<z.ZodString>;
352
+ edgeRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
353
+ conflictRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
354
+ snapshotAt: z.ZodISODateTime;
355
+ bounds: z.ZodObject<{
356
+ maxDepth: z.ZodNumber;
357
+ maxNodes: z.ZodNumber;
358
+ maxEdges: z.ZodNumber;
359
+ timeoutMs: z.ZodNumber;
360
+ }, z.core.$strict>;
361
+ }, z.core.$strict>;
362
+ }, z.core.$strict>;
363
+ export declare const CompanyIntelligenceEditionRecordSchema: z.ZodObject<{
364
+ contractVersion: z.ZodLiteral<"1.0.0">;
365
+ id: z.ZodString;
366
+ tenantId: z.ZodString;
367
+ ownerRef: z.ZodObject<{
368
+ id: z.ZodString;
369
+ type: z.ZodString;
370
+ label: z.ZodOptional<z.ZodString>;
371
+ }, z.core.$strict>;
372
+ recordedAt: z.ZodISODateTime;
373
+ validTime: z.ZodObject<{
374
+ from: z.ZodISODateTime;
375
+ to: z.ZodOptional<z.ZodISODateTime>;
376
+ }, z.core.$strict>;
377
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
378
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
379
+ supersedesRefId: z.ZodOptional<z.ZodString>;
380
+ tombstone: z.ZodOptional<z.ZodObject<{
381
+ reason: z.ZodEnum<{
382
+ acl_revoked: "acl_revoked";
383
+ privacy_request: "privacy_request";
384
+ retention_expired: "retention_expired";
385
+ source_deleted: "source_deleted";
386
+ superseded: "superseded";
387
+ }>;
388
+ tombstonedAt: z.ZodISODateTime;
389
+ }, z.core.$strict>>;
390
+ fingerprint: z.ZodObject<{
391
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
392
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
393
+ value: z.ZodString;
394
+ }, z.core.$strict>;
395
+ kind: z.ZodLiteral<"edition">;
396
+ authorityClass: z.ZodLiteral<"truth">;
397
+ payload: z.ZodObject<{
398
+ version: z.ZodString;
399
+ recordRefIds: z.ZodArray<z.ZodString>;
400
+ graphSnapshotRefId: z.ZodString;
401
+ reviewDecisionRef: z.ZodString;
402
+ parentEditionRefId: z.ZodOptional<z.ZodString>;
403
+ schemaFingerprint: z.ZodString;
404
+ }, z.core.$strict>;
405
+ }, z.core.$strict>;
406
+ export declare const CompanyIntelligenceKnowledgeRecordSchemas: readonly [z.ZodObject<{
407
+ contractVersion: z.ZodLiteral<"1.0.0">;
408
+ id: z.ZodString;
409
+ tenantId: z.ZodString;
410
+ ownerRef: z.ZodObject<{
411
+ id: z.ZodString;
412
+ type: z.ZodString;
413
+ label: z.ZodOptional<z.ZodString>;
414
+ }, z.core.$strict>;
415
+ recordedAt: z.ZodISODateTime;
416
+ validTime: z.ZodObject<{
417
+ from: z.ZodISODateTime;
418
+ to: z.ZodOptional<z.ZodISODateTime>;
419
+ }, z.core.$strict>;
420
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
421
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
422
+ supersedesRefId: z.ZodOptional<z.ZodString>;
423
+ tombstone: z.ZodOptional<z.ZodObject<{
424
+ reason: z.ZodEnum<{
425
+ acl_revoked: "acl_revoked";
426
+ privacy_request: "privacy_request";
427
+ retention_expired: "retention_expired";
428
+ source_deleted: "source_deleted";
429
+ superseded: "superseded";
430
+ }>;
431
+ tombstonedAt: z.ZodISODateTime;
432
+ }, z.core.$strict>>;
433
+ fingerprint: z.ZodObject<{
434
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
435
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
436
+ value: z.ZodString;
437
+ }, z.core.$strict>;
438
+ kind: z.ZodLiteral<"claim">;
439
+ authorityClass: z.ZodLiteral<"truth">;
440
+ payload: z.ZodObject<{
441
+ claimType: z.ZodEnum<{
442
+ commitment: "commitment";
443
+ decision: "decision";
444
+ fact: "fact";
445
+ hypothesis: "hypothesis";
446
+ objective: "objective";
447
+ procedure: "procedure";
448
+ risk: "risk";
449
+ skill_candidate: "skill_candidate";
450
+ }>;
451
+ statement: z.ZodString;
452
+ confidence: z.ZodNumber;
453
+ reviewState: z.ZodEnum<{
454
+ approved: "approved";
455
+ rejected: "rejected";
456
+ review_required: "review_required";
457
+ superseded: "superseded";
458
+ unreviewed: "unreviewed";
459
+ }>;
460
+ freshness: z.ZodEnum<{
461
+ fresh: "fresh";
462
+ stale: "stale";
463
+ unknown: "unknown";
464
+ }>;
465
+ }, z.core.$strict>;
466
+ }, z.core.$strict>, z.ZodObject<{
467
+ contractVersion: z.ZodLiteral<"1.0.0">;
468
+ id: z.ZodString;
469
+ tenantId: z.ZodString;
470
+ ownerRef: z.ZodObject<{
471
+ id: z.ZodString;
472
+ type: z.ZodString;
473
+ label: z.ZodOptional<z.ZodString>;
474
+ }, z.core.$strict>;
475
+ recordedAt: z.ZodISODateTime;
476
+ validTime: z.ZodObject<{
477
+ from: z.ZodISODateTime;
478
+ to: z.ZodOptional<z.ZodISODateTime>;
479
+ }, z.core.$strict>;
480
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
481
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
482
+ supersedesRefId: z.ZodOptional<z.ZodString>;
483
+ tombstone: z.ZodOptional<z.ZodObject<{
484
+ reason: z.ZodEnum<{
485
+ acl_revoked: "acl_revoked";
486
+ privacy_request: "privacy_request";
487
+ retention_expired: "retention_expired";
488
+ source_deleted: "source_deleted";
489
+ superseded: "superseded";
490
+ }>;
491
+ tombstonedAt: z.ZodISODateTime;
492
+ }, z.core.$strict>>;
493
+ fingerprint: z.ZodObject<{
494
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
495
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
496
+ value: z.ZodString;
497
+ }, z.core.$strict>;
498
+ kind: z.ZodLiteral<"policy">;
499
+ authorityClass: z.ZodLiteral<"policy">;
500
+ payload: z.ZodObject<{
501
+ normativeStatement: z.ZodString;
502
+ scopeRefIds: z.ZodArray<z.ZodString>;
503
+ approvalRequired: z.ZodBoolean;
504
+ exceptionRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
505
+ reviewState: z.ZodEnum<{
506
+ approved: "approved";
507
+ rejected: "rejected";
508
+ review_required: "review_required";
509
+ superseded: "superseded";
510
+ unreviewed: "unreviewed";
511
+ }>;
512
+ }, z.core.$strict>;
513
+ }, z.core.$strict>, z.ZodObject<{
514
+ contractVersion: z.ZodLiteral<"1.0.0">;
515
+ id: z.ZodString;
516
+ tenantId: z.ZodString;
517
+ ownerRef: z.ZodObject<{
518
+ id: z.ZodString;
519
+ type: z.ZodString;
520
+ label: z.ZodOptional<z.ZodString>;
521
+ }, z.core.$strict>;
522
+ recordedAt: z.ZodISODateTime;
523
+ validTime: z.ZodObject<{
524
+ from: z.ZodISODateTime;
525
+ to: z.ZodOptional<z.ZodISODateTime>;
526
+ }, z.core.$strict>;
527
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
528
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
529
+ supersedesRefId: z.ZodOptional<z.ZodString>;
530
+ tombstone: z.ZodOptional<z.ZodObject<{
531
+ reason: z.ZodEnum<{
532
+ acl_revoked: "acl_revoked";
533
+ privacy_request: "privacy_request";
534
+ retention_expired: "retention_expired";
535
+ source_deleted: "source_deleted";
536
+ superseded: "superseded";
537
+ }>;
538
+ tombstonedAt: z.ZodISODateTime;
539
+ }, z.core.$strict>>;
540
+ fingerprint: z.ZodObject<{
541
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
542
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
543
+ value: z.ZodString;
544
+ }, z.core.$strict>;
545
+ kind: z.ZodLiteral<"entity">;
546
+ authorityClass: z.ZodLiteral<"truth">;
547
+ payload: z.ZodObject<{
548
+ entityType: z.ZodString;
549
+ label: z.ZodString;
550
+ resolutionState: z.ZodEnum<{
551
+ candidate: "candidate";
552
+ canonical: "canonical";
553
+ merged: "merged";
554
+ rejected: "rejected";
555
+ }>;
556
+ stableIdentifierDigests: z.ZodDefault<z.ZodArray<z.ZodString>>;
557
+ confidence: z.ZodNumber;
558
+ reviewState: z.ZodEnum<{
559
+ approved: "approved";
560
+ rejected: "rejected";
561
+ review_required: "review_required";
562
+ superseded: "superseded";
563
+ unreviewed: "unreviewed";
564
+ }>;
565
+ }, z.core.$strict>;
566
+ }, z.core.$strict>, z.ZodObject<{
567
+ contractVersion: z.ZodLiteral<"1.0.0">;
568
+ id: z.ZodString;
569
+ tenantId: z.ZodString;
570
+ ownerRef: z.ZodObject<{
571
+ id: z.ZodString;
572
+ type: z.ZodString;
573
+ label: z.ZodOptional<z.ZodString>;
574
+ }, z.core.$strict>;
575
+ recordedAt: z.ZodISODateTime;
576
+ validTime: z.ZodObject<{
577
+ from: z.ZodISODateTime;
578
+ to: z.ZodOptional<z.ZodISODateTime>;
579
+ }, z.core.$strict>;
580
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
581
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
582
+ supersedesRefId: z.ZodOptional<z.ZodString>;
583
+ tombstone: z.ZodOptional<z.ZodObject<{
584
+ reason: z.ZodEnum<{
585
+ acl_revoked: "acl_revoked";
586
+ privacy_request: "privacy_request";
587
+ retention_expired: "retention_expired";
588
+ source_deleted: "source_deleted";
589
+ superseded: "superseded";
590
+ }>;
591
+ tombstonedAt: z.ZodISODateTime;
592
+ }, z.core.$strict>>;
593
+ fingerprint: z.ZodObject<{
594
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
595
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
596
+ value: z.ZodString;
597
+ }, z.core.$strict>;
598
+ kind: z.ZodLiteral<"relation">;
599
+ authorityClass: z.ZodLiteral<"truth">;
600
+ payload: z.ZodObject<{
601
+ fromEntityRefId: z.ZodString;
602
+ toEntityRefId: z.ZodString;
603
+ predicate: z.ZodString;
604
+ confidence: z.ZodNumber;
605
+ reviewState: z.ZodEnum<{
606
+ approved: "approved";
607
+ rejected: "rejected";
608
+ review_required: "review_required";
609
+ superseded: "superseded";
610
+ unreviewed: "unreviewed";
611
+ }>;
612
+ }, z.core.$strict>;
613
+ }, z.core.$strict>, z.ZodObject<{
614
+ contractVersion: z.ZodLiteral<"1.0.0">;
615
+ id: z.ZodString;
616
+ tenantId: z.ZodString;
617
+ ownerRef: z.ZodObject<{
618
+ id: z.ZodString;
619
+ type: z.ZodString;
620
+ label: z.ZodOptional<z.ZodString>;
621
+ }, z.core.$strict>;
622
+ recordedAt: z.ZodISODateTime;
623
+ validTime: z.ZodObject<{
624
+ from: z.ZodISODateTime;
625
+ to: z.ZodOptional<z.ZodISODateTime>;
626
+ }, z.core.$strict>;
627
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
628
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
629
+ supersedesRefId: z.ZodOptional<z.ZodString>;
630
+ tombstone: z.ZodOptional<z.ZodObject<{
631
+ reason: z.ZodEnum<{
632
+ acl_revoked: "acl_revoked";
633
+ privacy_request: "privacy_request";
634
+ retention_expired: "retention_expired";
635
+ source_deleted: "source_deleted";
636
+ superseded: "superseded";
637
+ }>;
638
+ tombstonedAt: z.ZodISODateTime;
639
+ }, z.core.$strict>>;
640
+ fingerprint: z.ZodObject<{
641
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
642
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
643
+ value: z.ZodString;
644
+ }, z.core.$strict>;
645
+ kind: z.ZodLiteral<"conflict">;
646
+ authorityClass: z.ZodLiteral<"truth">;
647
+ payload: z.ZodObject<{
648
+ subjectRefId: z.ZodString;
649
+ competingRecordRefIds: z.ZodArray<z.ZodString>;
650
+ status: z.ZodEnum<{
651
+ accepted_conflict: "accepted_conflict";
652
+ resolved: "resolved";
653
+ review_required: "review_required";
654
+ }>;
655
+ summary: z.ZodString;
656
+ }, z.core.$strict>;
657
+ }, z.core.$strict>, z.ZodObject<{
658
+ contractVersion: z.ZodLiteral<"1.0.0">;
659
+ id: z.ZodString;
660
+ tenantId: z.ZodString;
661
+ ownerRef: z.ZodObject<{
662
+ id: z.ZodString;
663
+ type: z.ZodString;
664
+ label: z.ZodOptional<z.ZodString>;
665
+ }, z.core.$strict>;
666
+ recordedAt: z.ZodISODateTime;
667
+ validTime: z.ZodObject<{
668
+ from: z.ZodISODateTime;
669
+ to: z.ZodOptional<z.ZodISODateTime>;
670
+ }, z.core.$strict>;
671
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
672
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
673
+ supersedesRefId: z.ZodOptional<z.ZodString>;
674
+ tombstone: z.ZodOptional<z.ZodObject<{
675
+ reason: z.ZodEnum<{
676
+ acl_revoked: "acl_revoked";
677
+ privacy_request: "privacy_request";
678
+ retention_expired: "retention_expired";
679
+ source_deleted: "source_deleted";
680
+ superseded: "superseded";
681
+ }>;
682
+ tombstonedAt: z.ZodISODateTime;
683
+ }, z.core.$strict>>;
684
+ fingerprint: z.ZodObject<{
685
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
686
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
687
+ value: z.ZodString;
688
+ }, z.core.$strict>;
689
+ kind: z.ZodLiteral<"gap">;
690
+ authorityClass: z.ZodLiteral<"truth">;
691
+ payload: z.ZodObject<{
692
+ question: z.ZodString;
693
+ reason: z.ZodEnum<{
694
+ conflict: "conflict";
695
+ missing_evidence: "missing_evidence";
696
+ ownerless: "ownerless";
697
+ stale: "stale";
698
+ unauthorized: "unauthorized";
699
+ }>;
700
+ severity: z.ZodEnum<{
701
+ critical: "critical";
702
+ high: "high";
703
+ low: "low";
704
+ medium: "medium";
705
+ }>;
706
+ remediationRefId: z.ZodOptional<z.ZodString>;
707
+ state: z.ZodEnum<{
708
+ accepted_unknown: "accepted_unknown";
709
+ in_review: "in_review";
710
+ open: "open";
711
+ resolved: "resolved";
712
+ }>;
713
+ }, z.core.$strict>;
714
+ }, z.core.$strict>, z.ZodObject<{
715
+ contractVersion: z.ZodLiteral<"1.0.0">;
716
+ id: z.ZodString;
717
+ tenantId: z.ZodString;
718
+ ownerRef: z.ZodObject<{
719
+ id: z.ZodString;
720
+ type: z.ZodString;
721
+ label: z.ZodOptional<z.ZodString>;
722
+ }, z.core.$strict>;
723
+ recordedAt: z.ZodISODateTime;
724
+ validTime: z.ZodObject<{
725
+ from: z.ZodISODateTime;
726
+ to: z.ZodOptional<z.ZodISODateTime>;
727
+ }, z.core.$strict>;
728
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
729
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
730
+ supersedesRefId: z.ZodOptional<z.ZodString>;
731
+ tombstone: z.ZodOptional<z.ZodObject<{
732
+ reason: z.ZodEnum<{
733
+ acl_revoked: "acl_revoked";
734
+ privacy_request: "privacy_request";
735
+ retention_expired: "retention_expired";
736
+ source_deleted: "source_deleted";
737
+ superseded: "superseded";
738
+ }>;
739
+ tombstonedAt: z.ZodISODateTime;
740
+ }, z.core.$strict>>;
741
+ fingerprint: z.ZodObject<{
742
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
743
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
744
+ value: z.ZodString;
745
+ }, z.core.$strict>;
746
+ kind: z.ZodLiteral<"graph">;
747
+ authorityClass: z.ZodLiteral<"truth">;
748
+ payload: z.ZodObject<{
749
+ nodeRefIds: z.ZodArray<z.ZodString>;
750
+ edgeRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
751
+ conflictRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
752
+ snapshotAt: z.ZodISODateTime;
753
+ bounds: z.ZodObject<{
754
+ maxDepth: z.ZodNumber;
755
+ maxNodes: z.ZodNumber;
756
+ maxEdges: z.ZodNumber;
757
+ timeoutMs: z.ZodNumber;
758
+ }, z.core.$strict>;
759
+ }, z.core.$strict>;
760
+ }, z.core.$strict>, z.ZodObject<{
761
+ contractVersion: z.ZodLiteral<"1.0.0">;
762
+ id: z.ZodString;
763
+ tenantId: z.ZodString;
764
+ ownerRef: z.ZodObject<{
765
+ id: z.ZodString;
766
+ type: z.ZodString;
767
+ label: z.ZodOptional<z.ZodString>;
768
+ }, z.core.$strict>;
769
+ recordedAt: z.ZodISODateTime;
770
+ validTime: z.ZodObject<{
771
+ from: z.ZodISODateTime;
772
+ to: z.ZodOptional<z.ZodISODateTime>;
773
+ }, z.core.$strict>;
774
+ recordRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
775
+ evidenceRefIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
776
+ supersedesRefId: z.ZodOptional<z.ZodString>;
777
+ tombstone: z.ZodOptional<z.ZodObject<{
778
+ reason: z.ZodEnum<{
779
+ acl_revoked: "acl_revoked";
780
+ privacy_request: "privacy_request";
781
+ retention_expired: "retention_expired";
782
+ source_deleted: "source_deleted";
783
+ superseded: "superseded";
784
+ }>;
785
+ tombstonedAt: z.ZodISODateTime;
786
+ }, z.core.$strict>>;
787
+ fingerprint: z.ZodObject<{
788
+ version: z.ZodLiteral<"company-intelligence-sha256:v1">;
789
+ canonicalization: z.ZodLiteral<"canonical-json:v1">;
790
+ value: z.ZodString;
791
+ }, z.core.$strict>;
792
+ kind: z.ZodLiteral<"edition">;
793
+ authorityClass: z.ZodLiteral<"truth">;
794
+ payload: z.ZodObject<{
795
+ version: z.ZodString;
796
+ recordRefIds: z.ZodArray<z.ZodString>;
797
+ graphSnapshotRefId: z.ZodString;
798
+ reviewDecisionRef: z.ZodString;
799
+ parentEditionRefId: z.ZodOptional<z.ZodString>;
800
+ schemaFingerprint: z.ZodString;
801
+ }, z.core.$strict>;
802
+ }, z.core.$strict>];