@murphai/murph 1.2.0 → 1.2.3

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 (1902) hide show
  1. package/CHANGELOG.md +1298 -0
  2. package/config.schema.json +412 -50
  3. package/dist/cli-entry.d.ts.map +1 -1
  4. package/dist/cli-entry.js +13 -20
  5. package/dist/cli-entry.js.map +1 -1
  6. package/dist/commands/audit-command-helpers.js.map +1 -1
  7. package/dist/commands/audit.js +2 -2
  8. package/dist/commands/automation.d.ts +118 -7
  9. package/dist/commands/automation.d.ts.map +1 -1
  10. package/dist/commands/automation.js +140 -54
  11. package/dist/commands/automation.js.map +1 -1
  12. package/dist/commands/batch.d.ts.map +1 -1
  13. package/dist/commands/batch.js +12 -4
  14. package/dist/commands/batch.js.map +1 -1
  15. package/dist/commands/capture.d.ts +9 -9
  16. package/dist/commands/capture.d.ts.map +1 -1
  17. package/dist/commands/clinical-imports.d.ts +101 -101
  18. package/dist/commands/command-factory-primitives.d.ts +3 -3
  19. package/dist/commands/command-factory-primitives.d.ts.map +1 -1
  20. package/dist/commands/command-factory-primitives.js +1 -1
  21. package/dist/commands/commons.d.ts +9 -9
  22. package/dist/commands/document.d.ts.map +1 -1
  23. package/dist/commands/document.js +3 -0
  24. package/dist/commands/document.js.map +1 -1
  25. package/dist/commands/encounter.d.ts +42 -42
  26. package/dist/commands/encounter.d.ts.map +1 -1
  27. package/dist/commands/event.js +1 -1
  28. package/dist/commands/exercise.js.map +1 -1
  29. package/dist/commands/experiment.d.ts.map +1 -1
  30. package/dist/commands/experiment.js +1 -0
  31. package/dist/commands/experiment.js.map +1 -1
  32. package/dist/commands/export-intake-read-helpers.d.ts +4 -4
  33. package/dist/commands/export-intake-read-helpers.d.ts.map +1 -1
  34. package/dist/commands/export-intake-read-helpers.js +1 -1
  35. package/dist/commands/export-intake-read-helpers.js.map +1 -1
  36. package/dist/commands/export.js +1 -1
  37. package/dist/commands/food.d.ts +4 -4
  38. package/dist/commands/food.js +1 -1
  39. package/dist/commands/group.d.ts +81 -0
  40. package/dist/commands/group.d.ts.map +1 -0
  41. package/dist/commands/group.js +242 -0
  42. package/dist/commands/group.js.map +1 -0
  43. package/dist/commands/habitat.d.ts +3 -0
  44. package/dist/commands/habitat.d.ts.map +1 -0
  45. package/dist/commands/habitat.js +282 -0
  46. package/dist/commands/habitat.js.map +1 -0
  47. package/dist/commands/health-allergy-save.d.ts.map +1 -1
  48. package/dist/commands/health-allergy-save.js +1 -1
  49. package/dist/commands/health-allergy-save.js.map +1 -1
  50. package/dist/commands/health-condition-save.d.ts.map +1 -1
  51. package/dist/commands/health-condition-save.js +1 -1
  52. package/dist/commands/health-condition-save.js.map +1 -1
  53. package/dist/commands/health-goal-save.d.ts.map +1 -1
  54. package/dist/commands/health-goal-save.js +1 -1
  55. package/dist/commands/health-goal-save.js.map +1 -1
  56. package/dist/commands/intake.js +1 -1
  57. package/dist/commands/intervention.d.ts.map +1 -1
  58. package/dist/commands/intervention.js +10 -0
  59. package/dist/commands/intervention.js.map +1 -1
  60. package/dist/commands/knowledge.js +2 -2
  61. package/dist/commands/measurement.d.ts +7 -7
  62. package/dist/commands/measurement.d.ts.map +1 -1
  63. package/dist/commands/medication.d.ts +3 -3
  64. package/dist/commands/memory.d.ts.map +1 -1
  65. package/dist/commands/memory.js +26 -2
  66. package/dist/commands/memory.js.map +1 -1
  67. package/dist/commands/model.js.map +1 -1
  68. package/dist/commands/murph-age.d.ts +499 -498
  69. package/dist/commands/murph-age.d.ts.map +1 -1
  70. package/dist/commands/murph-age.js +3 -2
  71. package/dist/commands/murph-age.js.map +1 -1
  72. package/dist/commands/payload-schema-command.d.ts +1 -1
  73. package/dist/commands/protocol.js +2 -2
  74. package/dist/commands/provider.js +1 -1
  75. package/dist/commands/recipe.js +1 -1
  76. package/dist/commands/record-mutation-command-helpers.d.ts +3 -3
  77. package/dist/commands/record-mutation-command-helpers.d.ts.map +1 -1
  78. package/dist/commands/research.js.map +1 -1
  79. package/dist/commands/sample-batch-command-helpers.js.map +1 -1
  80. package/dist/commands/sample-import-command-helpers.d.ts.map +1 -1
  81. package/dist/commands/sample-query-command-helpers.d.ts +1 -1
  82. package/dist/commands/sample-query-command-helpers.d.ts.map +1 -1
  83. package/dist/commands/sample-query-command-helpers.js.map +1 -1
  84. package/dist/commands/samples.js +2 -2
  85. package/dist/commands/scheduled-log.d.ts +127 -275
  86. package/dist/commands/scheduled-log.d.ts.map +1 -1
  87. package/dist/commands/scheduled-log.js +28 -3
  88. package/dist/commands/scheduled-log.js.map +1 -1
  89. package/dist/commands/search.js +1 -1
  90. package/dist/commands/supplement.js +1 -1
  91. package/dist/commands/vault.d.ts +2 -1
  92. package/dist/commands/vault.d.ts.map +1 -1
  93. package/dist/commands/vault.js +111 -1
  94. package/dist/commands/vault.js.map +1 -1
  95. package/dist/commands/wearables.d.ts +695 -667
  96. package/dist/commands/wearables.d.ts.map +1 -1
  97. package/dist/commands/wearables.js +10 -3
  98. package/dist/commands/wearables.js.map +1 -1
  99. package/dist/commands/workout.d.ts.map +1 -1
  100. package/dist/commands/workout.js +9 -2
  101. package/dist/commands/workout.js.map +1 -1
  102. package/dist/device-services.d.ts.map +1 -1
  103. package/dist/device-services.js +33 -8
  104. package/dist/device-services.js.map +1 -1
  105. package/dist/food-labels.d.ts +39 -39
  106. package/dist/food-labels.js.map +1 -1
  107. package/dist/foreground-terminal-logging.js.map +1 -1
  108. package/dist/hosted-data-api-labels.d.ts +117 -117
  109. package/dist/hosted-data-api-labels.js.map +1 -1
  110. package/dist/incur.generated.d.ts +93 -0
  111. package/dist/incur.generated.d.ts.map +1 -1
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/mapbox-route-contracts.d.ts +13 -13
  114. package/dist/mapbox-route-contracts.d.ts.map +1 -1
  115. package/dist/mapbox-route.js.map +1 -1
  116. package/dist/research-scout-client.js.map +1 -1
  117. package/dist/supplement-labels.d.ts +39 -39
  118. package/dist/supplement-labels.js.map +1 -1
  119. package/dist/vault-cli-command-manifest.d.ts +1451 -1478
  120. package/dist/vault-cli-command-manifest.d.ts.map +1 -1
  121. package/dist/vault-cli-command-manifest.js +80 -2
  122. package/dist/vault-cli-command-manifest.js.map +1 -1
  123. package/dist/vault-cli-command-routing.d.ts.map +1 -1
  124. package/dist/vault-cli-command-routing.js +79 -2
  125. package/dist/vault-cli-command-routing.js.map +1 -1
  126. package/dist/vault-cli-package.d.ts +1 -1
  127. package/dist/vault-cli-package.d.ts.map +1 -1
  128. package/dist/vault-cli-package.js.map +1 -1
  129. package/dist/vault-cli-routing.d.ts +4 -1
  130. package/dist/vault-cli-routing.d.ts.map +1 -1
  131. package/dist/vault-cli-routing.js +45 -5
  132. package/dist/vault-cli-routing.js.map +1 -1
  133. package/dist/vault-cli-shell.d.ts +3 -1
  134. package/dist/vault-cli-shell.d.ts.map +1 -1
  135. package/dist/vault-cli-shell.js +4 -1
  136. package/dist/vault-cli-shell.js.map +1 -1
  137. package/dist/vault-cli-skill-hash.generated.d.ts +2 -0
  138. package/dist/vault-cli-skill-hash.generated.d.ts.map +1 -0
  139. package/dist/vault-cli-skill-hash.generated.js +3 -0
  140. package/dist/vault-cli-skill-hash.generated.js.map +1 -0
  141. package/dist/vault-cli-vault-context.js.map +1 -1
  142. package/dist/vault-cli.js.map +1 -1
  143. package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.d.ts +1 -1
  144. package/node_modules/@murphai/assistant-cli/dist/assistant/doctor-security.js.map +1 -1
  145. package/node_modules/@murphai/assistant-cli/dist/assistant/doctor.js.map +1 -1
  146. package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts +24 -22
  147. package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts.map +1 -1
  148. package/node_modules/@murphai/assistant-cli/dist/assistant/stop.d.ts +1 -1
  149. package/node_modules/@murphai/assistant-cli/dist/assistant/store.d.ts +3 -1
  150. package/node_modules/@murphai/assistant-cli/dist/assistant/store.d.ts.map +1 -1
  151. package/node_modules/@murphai/assistant-cli/dist/assistant/store.js +5 -2
  152. package/node_modules/@murphai/assistant-cli/dist/assistant/store.js.map +1 -1
  153. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-composer-panel.d.ts +4 -4
  154. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-composer-panel.d.ts.map +1 -1
  155. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-layout.d.ts +9 -9
  156. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-layout.d.ts.map +1 -1
  157. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.d.ts +4 -4
  158. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.d.ts.map +1 -1
  159. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.js.map +1 -1
  160. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-transcript.d.ts +4 -4
  161. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-transcript.d.ts.map +1 -1
  162. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js.map +1 -1
  163. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/theme.js.map +1 -1
  164. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/view-model.d.ts +1 -1
  165. package/node_modules/@murphai/assistant-cli/dist/assistant/ui/view-model.d.ts.map +1 -1
  166. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.d.ts.map +1 -1
  167. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js +2 -2
  168. package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js.map +1 -1
  169. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.d.ts.map +1 -1
  170. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js +52 -7
  171. package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js.map +1 -1
  172. package/node_modules/@murphai/assistant-cli/dist/run-terminal-logging.js.map +1 -1
  173. package/node_modules/@murphai/assistant-engine/README.md +55 -7
  174. package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.d.ts.map +1 -1
  175. package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js +36 -24
  176. package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js.map +1 -1
  177. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts +10 -0
  178. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts.map +1 -1
  179. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.js +89 -7
  180. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.js.map +1 -1
  181. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.d.ts +36 -36
  182. package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.d.ts.map +1 -1
  183. package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts +32 -0
  184. package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts.map +1 -0
  185. package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js +347 -0
  186. package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js.map +1 -0
  187. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-artifact-paths.d.ts +2 -2
  188. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-artifact-paths.d.ts.map +1 -1
  189. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.d.ts +5 -0
  190. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.d.ts.map +1 -1
  191. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js +163 -42
  192. package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js.map +1 -1
  193. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.d.ts +3 -3
  194. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.d.ts.map +1 -1
  195. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.js +8 -7
  196. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.js.map +1 -1
  197. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts +2 -1
  198. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts.map +1 -1
  199. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js +11 -0
  200. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js.map +1 -1
  201. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.d.ts +1 -0
  202. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.d.ts.map +1 -1
  203. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js +2 -0
  204. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js.map +1 -1
  205. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts +11 -0
  206. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts.map +1 -0
  207. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.js +2 -0
  208. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.js.map +1 -0
  209. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts +18 -0
  210. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts.map +1 -1
  211. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js +66 -16
  212. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js.map +1 -1
  213. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts +26 -8
  214. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts.map +1 -1
  215. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js +644 -158
  216. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js.map +1 -1
  217. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts +15 -1
  218. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts.map +1 -1
  219. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js +90 -29
  220. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js.map +1 -1
  221. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts +6 -1
  222. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts.map +1 -1
  223. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js +18 -6
  224. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js.map +1 -1
  225. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts +9 -1
  226. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts.map +1 -1
  227. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js.map +1 -1
  228. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts +5 -0
  229. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts.map +1 -0
  230. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js +30 -0
  231. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js.map +1 -0
  232. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.d.ts +4 -1
  233. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.d.ts.map +1 -1
  234. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.js +4 -0
  235. package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.js.map +1 -1
  236. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts +5 -3
  237. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts.map +1 -1
  238. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js +3 -2
  239. package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js.map +1 -1
  240. package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.d.ts +2 -0
  241. package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.d.ts.map +1 -1
  242. package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.js +22 -1
  243. package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.js.map +1 -1
  244. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts +2 -2
  245. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts.map +1 -1
  246. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js +1 -1
  247. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js.map +1 -1
  248. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.d.ts +4 -2
  249. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.d.ts.map +1 -1
  250. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.js +51 -18
  251. package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.js.map +1 -1
  252. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.d.ts.map +1 -1
  253. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js +87 -49
  254. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js.map +1 -1
  255. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.d.ts.map +1 -1
  256. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js +5 -0
  257. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js.map +1 -1
  258. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts +2 -10
  259. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts.map +1 -1
  260. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js +80 -61
  261. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js.map +1 -1
  262. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts +31 -20
  263. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts.map +1 -1
  264. package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.js.map +1 -1
  265. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.d.ts +5 -24
  266. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.d.ts.map +1 -1
  267. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js +95 -228
  268. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js.map +1 -1
  269. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-contract.generated.json +4 -0
  270. package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-manifest.js.map +1 -1
  271. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-contract-fingerprint.js.map +1 -1
  272. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.d.ts +4 -0
  273. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.d.ts.map +1 -1
  274. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.js +24 -5
  275. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.js.map +1 -1
  276. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.d.ts +2 -0
  277. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.d.ts.map +1 -1
  278. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.js +26 -0
  279. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.js.map +1 -1
  280. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.d.ts +0 -29
  281. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.d.ts.map +1 -1
  282. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.js +50 -129
  283. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.js.map +1 -1
  284. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.d.ts +22 -19
  285. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.d.ts.map +1 -1
  286. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.js +186 -109
  287. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.js.map +1 -1
  288. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.d.ts +9 -8
  289. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.d.ts.map +1 -1
  290. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js +42 -73
  291. package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js.map +1 -1
  292. package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts +3 -2
  293. package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts.map +1 -1
  294. package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js +83 -91
  295. package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js.map +1 -1
  296. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts +4 -2
  297. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts.map +1 -1
  298. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.js +48 -11
  299. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.js.map +1 -1
  300. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts +1 -1
  301. package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts.map +1 -1
  302. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts +3 -1
  303. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts.map +1 -1
  304. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.js +33 -2
  305. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.js.map +1 -1
  306. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.d.ts.map +1 -1
  307. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.js +38 -31
  308. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.js.map +1 -1
  309. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts +47 -6
  310. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts.map +1 -1
  311. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js +881 -117
  312. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js.map +1 -1
  313. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.d.ts.map +1 -1
  314. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js +84 -19
  315. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js.map +1 -1
  316. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts +1 -0
  317. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts.map +1 -1
  318. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js +1 -0
  319. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js.map +1 -1
  320. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts +4 -1
  321. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts.map +1 -1
  322. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js +3 -0
  323. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js.map +1 -1
  324. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.d.ts +7 -1
  325. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.d.ts.map +1 -1
  326. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js +27 -2
  327. package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js.map +1 -1
  328. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts +9 -2
  329. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts.map +1 -1
  330. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js +134 -65
  331. package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js.map +1 -1
  332. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts +5 -0
  333. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts.map +1 -1
  334. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js +131 -22
  335. package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js.map +1 -1
  336. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.d.ts.map +1 -1
  337. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.js +58 -90
  338. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.js.map +1 -1
  339. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts +4 -0
  340. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts.map +1 -1
  341. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js +9 -3
  342. package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js.map +1 -1
  343. package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.d.ts.map +1 -1
  344. package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.js +6 -0
  345. package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.js.map +1 -1
  346. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts +43 -3
  347. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts.map +1 -1
  348. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js +79 -0
  349. package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js.map +1 -1
  350. package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.d.ts +5 -3
  351. package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.d.ts.map +1 -1
  352. package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js +73 -6
  353. package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js.map +1 -1
  354. package/node_modules/@murphai/assistant-engine/dist/assistant/fault-injection.js.map +1 -1
  355. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.d.ts +1 -1
  356. package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.d.ts.map +1 -1
  357. package/node_modules/@murphai/assistant-engine/dist/assistant/generate-cli-surface-contract.js +1 -2
  358. package/node_modules/@murphai/assistant-engine/dist/assistant/generate-cli-surface-contract.js.map +1 -1
  359. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.d.ts +1 -1
  360. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.d.ts.map +1 -1
  361. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.js +0 -27
  362. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.js.map +1 -1
  363. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.d.ts +22 -2
  364. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.d.ts.map +1 -1
  365. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.js +78 -4
  366. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.js.map +1 -1
  367. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts +46 -3
  368. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts.map +1 -1
  369. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js +47 -5
  370. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js.map +1 -1
  371. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.d.ts +1 -0
  372. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.d.ts.map +1 -1
  373. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.js +1 -0
  374. package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.js.map +1 -1
  375. package/node_modules/@murphai/assistant-engine/dist/assistant/inbox-attachment-evidence.js +23 -12
  376. package/node_modules/@murphai/assistant-engine/dist/assistant/inbox-attachment-evidence.js.map +1 -1
  377. package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts +8 -0
  378. package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts.map +1 -1
  379. package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.js +37 -6
  380. package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.js.map +1 -1
  381. package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.d.ts +109 -44
  382. package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.d.ts.map +1 -1
  383. package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js +46 -10
  384. package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js.map +1 -1
  385. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.d.ts.map +1 -1
  386. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js +335 -120
  387. package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js.map +1 -1
  388. package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts +7 -0
  389. package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts.map +1 -0
  390. package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js +101 -0
  391. package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js.map +1 -0
  392. package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts +69 -1
  393. package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts.map +1 -1
  394. package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js +234 -49
  395. package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js.map +1 -1
  396. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts +1 -1
  397. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts.map +1 -1
  398. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js +3 -4
  399. package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js.map +1 -1
  400. package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts +12 -0
  401. package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts.map +1 -0
  402. package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.js +294 -0
  403. package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.js.map +1 -0
  404. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts +20 -1
  405. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts.map +1 -1
  406. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js +556 -113
  407. package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js.map +1 -1
  408. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.d.ts.map +1 -1
  409. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js +11 -9
  410. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js.map +1 -1
  411. package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.d.ts.map +1 -1
  412. package/node_modules/@murphai/assistant-engine/dist/assistant/operator-authority.d.ts +1 -1
  413. package/node_modules/@murphai/assistant-engine/dist/assistant/operator-authority.d.ts.map +1 -1
  414. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts +3 -0
  415. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts.map +1 -1
  416. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js +132 -21
  417. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js.map +1 -1
  418. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.d.ts +7 -0
  419. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.d.ts.map +1 -0
  420. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.js +140 -0
  421. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.js.map +1 -0
  422. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts +3 -0
  423. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts.map +1 -1
  424. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js +79 -1
  425. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js.map +1 -1
  426. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts.map +1 -1
  427. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js +28 -2
  428. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js.map +1 -1
  429. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts +20 -0
  430. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts.map +1 -1
  431. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js +154 -19
  432. package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js.map +1 -1
  433. package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.d.ts +7 -2
  434. package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.d.ts.map +1 -1
  435. package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.js +16 -2
  436. package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.js.map +1 -1
  437. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-progress.d.ts +1 -1
  438. package/node_modules/@murphai/assistant-engine/dist/assistant/provider-progress.d.ts.map +1 -1
  439. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts.map +1 -1
  440. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js +55 -173
  441. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js.map +1 -1
  442. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.d.ts.map +1 -1
  443. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js +5 -3
  444. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js.map +1 -1
  445. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts +24 -25
  446. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts.map +1 -1
  447. package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.js.map +1 -1
  448. package/node_modules/@murphai/assistant-engine/dist/assistant/receipts.d.ts +1 -0
  449. package/node_modules/@murphai/assistant-engine/dist/assistant/receipts.d.ts.map +1 -1
  450. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.d.ts +6 -0
  451. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.d.ts.map +1 -0
  452. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.js +47 -0
  453. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.js.map +1 -0
  454. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.d.ts +1 -1
  455. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.d.ts.map +1 -1
  456. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.js +8 -0
  457. package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.js.map +1 -1
  458. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budget-policy.d.ts.map +1 -1
  459. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.d.ts +2 -0
  460. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.d.ts.map +1 -1
  461. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js +92 -40
  462. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js.map +1 -1
  463. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts +3 -0
  464. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts.map +1 -1
  465. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js +107 -37
  466. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js.map +1 -1
  467. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.d.ts +1 -1
  468. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.d.ts.map +1 -1
  469. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.js +2 -2
  470. package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.js.map +1 -1
  471. package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts +15 -3
  472. package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts.map +1 -1
  473. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts.map +1 -1
  474. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js +11 -2
  475. package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js.map +1 -1
  476. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts +2 -0
  477. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts.map +1 -1
  478. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js +9 -1
  479. package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js.map +1 -1
  480. package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts +29 -24
  481. package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts.map +1 -1
  482. package/node_modules/@murphai/assistant-engine/dist/assistant/service.js +5 -0
  483. package/node_modules/@murphai/assistant-engine/dist/assistant/service.js.map +1 -1
  484. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.d.ts +1 -1
  485. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.d.ts.map +1 -1
  486. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js +81 -13
  487. package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js.map +1 -1
  488. package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.d.ts +1 -1
  489. package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.d.ts.map +1 -1
  490. package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.js +35 -5
  491. package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.js.map +1 -1
  492. package/node_modules/@murphai/assistant-engine/dist/assistant/status.d.ts.map +1 -1
  493. package/node_modules/@murphai/assistant-engine/dist/assistant/status.js +36 -4
  494. package/node_modules/@murphai/assistant-engine/dist/assistant/status.js.map +1 -1
  495. package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.d.ts +1 -0
  496. package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.d.ts.map +1 -1
  497. package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.js +23 -1
  498. package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.js.map +1 -1
  499. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts +6 -3
  500. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts.map +1 -1
  501. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js +137 -16
  502. package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js.map +1 -1
  503. package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts +1 -0
  504. package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts.map +1 -1
  505. package/node_modules/@murphai/assistant-engine/dist/assistant/store.d.ts +6 -1
  506. package/node_modules/@murphai/assistant-engine/dist/assistant/store.d.ts.map +1 -1
  507. package/node_modules/@murphai/assistant-engine/dist/assistant/store.js +94 -22
  508. package/node_modules/@murphai/assistant-engine/dist/assistant/store.js.map +1 -1
  509. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts +16 -6
  510. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts.map +1 -1
  511. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js +546 -230
  512. package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js.map +1 -1
  513. package/node_modules/@murphai/assistant-engine/dist/assistant/transcript-audit.js.map +1 -1
  514. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts +16 -0
  515. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts.map +1 -1
  516. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js +58 -10
  517. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js.map +1 -1
  518. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts +2 -0
  519. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts.map +1 -1
  520. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.js.map +1 -1
  521. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.d.ts.map +1 -1
  522. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js +1 -0
  523. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js.map +1 -1
  524. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.d.ts +3 -6
  525. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.d.ts.map +1 -1
  526. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.js +29 -22
  527. package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.js.map +1 -1
  528. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts +7 -1
  529. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts.map +1 -1
  530. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js +33 -5
  531. package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js.map +1 -1
  532. package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts +1 -1
  533. package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts.map +1 -1
  534. package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.js.map +1 -1
  535. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.d.ts +12 -1
  536. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.d.ts.map +1 -1
  537. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.js +53 -1
  538. package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.js.map +1 -1
  539. package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts +70 -0
  540. package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts.map +1 -0
  541. package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js +218 -0
  542. package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js.map +1 -0
  543. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts +2 -2
  544. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts.map +1 -1
  545. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js +1 -1
  546. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js.map +1 -1
  547. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.d.ts +1 -1
  548. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.d.ts.map +1 -1
  549. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.js +1 -1
  550. package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.js.map +1 -1
  551. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.d.ts.map +1 -1
  552. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js +4 -1
  553. package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js.map +1 -1
  554. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.d.ts.map +1 -1
  555. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.js +25 -1
  556. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.js.map +1 -1
  557. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.d.ts +5 -0
  558. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.d.ts.map +1 -1
  559. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.js +12 -5
  560. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.js.map +1 -1
  561. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts +82 -0
  562. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts.map +1 -0
  563. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js +190 -0
  564. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js.map +1 -0
  565. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts +18 -18
  566. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts.map +1 -1
  567. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.js +2 -2
  568. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.js.map +1 -1
  569. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts +8 -8
  570. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts.map +1 -1
  571. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.js +1 -1
  572. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.js.map +1 -1
  573. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.d.ts +10 -10
  574. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.d.ts.map +1 -1
  575. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts +4 -3
  576. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts.map +1 -1
  577. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.js +17 -8
  578. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.js.map +1 -1
  579. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts +1273 -268
  580. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts.map +1 -1
  581. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.js +1724 -34
  582. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.js.map +1 -1
  583. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.d.ts +1 -1
  584. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.d.ts.map +1 -1
  585. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js +4 -13
  586. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js.map +1 -1
  587. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.d.ts +3 -3
  588. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.d.ts.map +1 -1
  589. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.js +352 -74
  590. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.js.map +1 -1
  591. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.d.ts +1 -0
  592. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.d.ts.map +1 -1
  593. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.js +6 -12
  594. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.js.map +1 -1
  595. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.d.ts +2 -3
  596. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.d.ts.map +1 -1
  597. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js +89 -39
  598. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js.map +1 -1
  599. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.d.ts +1 -1
  600. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js +4 -4
  601. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js.map +1 -1
  602. package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.d.ts +2 -2
  603. package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.d.ts.map +1 -1
  604. package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.js +1 -6
  605. package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.js.map +1 -1
  606. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts +23 -15
  607. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts.map +1 -1
  608. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js +868 -533
  609. package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js.map +1 -1
  610. package/node_modules/@murphai/assistant-engine/dist/assistant-service.d.ts +1 -1
  611. package/node_modules/@murphai/assistant-engine/dist/assistant-service.d.ts.map +1 -1
  612. package/node_modules/@murphai/assistant-engine/dist/assistant-service.js +1 -1
  613. package/node_modules/@murphai/assistant-engine/dist/assistant-service.js.map +1 -1
  614. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts +140 -48
  615. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts.map +1 -1
  616. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js +118 -3
  617. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js.map +1 -1
  618. package/node_modules/@murphai/assistant-engine/dist/assistant-skill-env.d.ts +2 -2
  619. package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts +17 -17
  620. package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts.map +1 -1
  621. package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.d.ts +3 -1
  622. package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.d.ts.map +1 -1
  623. package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.js +7 -1
  624. package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.js.map +1 -1
  625. package/node_modules/@murphai/assistant-engine/dist/inbox-routing-vision.d.ts +2 -2
  626. package/node_modules/@murphai/assistant-engine/dist/inbox-routing-vision.d.ts.map +1 -1
  627. package/node_modules/@murphai/assistant-engine/dist/index.d.ts +2 -0
  628. package/node_modules/@murphai/assistant-engine/dist/index.d.ts.map +1 -1
  629. package/node_modules/@murphai/assistant-engine/dist/index.js +1 -0
  630. package/node_modules/@murphai/assistant-engine/dist/index.js.map +1 -1
  631. package/node_modules/@murphai/assistant-engine/dist/knowledge/service.js.map +1 -1
  632. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts +3 -2
  633. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts.map +1 -1
  634. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js +4 -2
  635. package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js.map +1 -1
  636. package/node_modules/@murphai/assistant-engine/package.json +4 -0
  637. package/node_modules/@murphai/assistant-engine/skills/aerobic-fitness/SKILL.md +56 -0
  638. package/node_modules/@murphai/assistant-engine/skills/appointment-scheduling/SKILL.md +249 -0
  639. package/node_modules/@murphai/assistant-engine/skills/behavior-followthrough/SKILL.md +18 -9
  640. package/node_modules/@murphai/assistant-engine/skills/body-composition/SKILL.md +56 -0
  641. package/node_modules/@murphai/assistant-engine/skills/cardiometabolic-health/SKILL.md +56 -0
  642. package/node_modules/@murphai/assistant-engine/skills/circadian-rhythm/SKILL.md +57 -0
  643. package/node_modules/@murphai/assistant-engine/skills/cognitive-focus/SKILL.md +55 -0
  644. package/node_modules/@murphai/assistant-engine/skills/computer-use/SKILL.md +163 -121
  645. package/node_modules/@murphai/assistant-engine/skills/computer-use/references/health-browser-playbook.md +16 -9
  646. package/node_modules/@murphai/assistant-engine/skills/cycle-hormonal-health/SKILL.md +55 -0
  647. package/node_modules/@murphai/assistant-engine/skills/daily-activity/SKILL.md +55 -0
  648. package/node_modules/@murphai/assistant-engine/skills/energy-fatigue/SKILL.md +57 -0
  649. package/node_modules/@murphai/assistant-engine/skills/experiment-onboarding/SKILL.md +24 -10
  650. package/node_modules/@murphai/assistant-engine/skills/food-journal/SKILL.md +26 -0
  651. package/node_modules/@murphai/assistant-engine/skills/general-eye-health/SKILL.md +77 -0
  652. package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/evidence-register.md +34 -0
  653. package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/triage-and-contact-lenses.md +103 -0
  654. package/node_modules/@murphai/assistant-engine/skills/group-challenge/SKILL.md +346 -0
  655. package/node_modules/@murphai/assistant-engine/skills/group-chat/SKILL.md +296 -0
  656. package/node_modules/@murphai/assistant-engine/skills/group-newsletter/SKILL.md +210 -0
  657. package/node_modules/@murphai/assistant-engine/skills/groupchat-comedy/SKILL.md +182 -0
  658. package/node_modules/@murphai/assistant-engine/skills/gut-digestion/SKILL.md +57 -0
  659. package/node_modules/@murphai/assistant-engine/skills/hrv-resting-heart-rate/SKILL.md +55 -0
  660. package/node_modules/@murphai/assistant-engine/skills/micronutrients-supplements/SKILL.md +80 -0
  661. package/node_modules/@murphai/assistant-engine/skills/mobility-posture/SKILL.md +56 -0
  662. package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/SKILL.md +358 -124
  663. package/node_modules/@murphai/assistant-engine/skills/music-generation/SKILL.md +162 -0
  664. package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/SKILL.md +73 -109
  665. package/node_modules/@murphai/assistant-engine/skills/physical-therapy/SKILL.md +3 -1
  666. package/node_modules/@murphai/assistant-engine/skills/recovery-modalities/SKILL.md +57 -0
  667. package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/SKILL.md +145 -0
  668. package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/device-seeds.json +259 -0
  669. package/node_modules/@murphai/assistant-engine/skills/shared/exercise-catalog-runtime.md +29 -0
  670. package/node_modules/@murphai/assistant-engine/skills/shared/murph-character-sheet-v1.png +0 -0
  671. package/node_modules/@murphai/assistant-engine/skills/sleep-improvement/SKILL.md +60 -0
  672. package/node_modules/@murphai/assistant-engine/skills/sleep-recovery-readiness/SKILL.md +68 -178
  673. package/node_modules/@murphai/assistant-engine/skills/strength-training/SKILL.md +1 -1
  674. package/node_modules/@murphai/assistant-engine/skills/substance-load/SKILL.md +56 -0
  675. package/node_modules/@murphai/assistantd/dist/client.js.map +1 -1
  676. package/node_modules/@murphai/assistantd/dist/config.js.map +1 -1
  677. package/node_modules/@murphai/assistantd/dist/http-protocol.d.ts.map +1 -1
  678. package/node_modules/@murphai/assistantd/dist/http-protocol.js.map +1 -1
  679. package/node_modules/@murphai/clinical-records/README.md +82 -0
  680. package/node_modules/@murphai/clinical-records/dist/index.d.ts +1865 -0
  681. package/node_modules/@murphai/clinical-records/dist/index.d.ts.map +1 -0
  682. package/node_modules/@murphai/clinical-records/dist/index.js +488 -0
  683. package/node_modules/@murphai/clinical-records/dist/index.js.map +1 -0
  684. package/node_modules/@murphai/clinical-records/package.json +27 -0
  685. package/node_modules/@murphai/core/dist/atomic-write.d.ts +4 -0
  686. package/node_modules/@murphai/core/dist/atomic-write.d.ts.map +1 -1
  687. package/node_modules/@murphai/core/dist/atomic-write.js +26 -0
  688. package/node_modules/@murphai/core/dist/atomic-write.js.map +1 -1
  689. package/node_modules/@murphai/core/dist/automation.d.ts +8 -2
  690. package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -1
  691. package/node_modules/@murphai/core/dist/automation.js +66 -2
  692. package/node_modules/@murphai/core/dist/automation.js.map +1 -1
  693. package/node_modules/@murphai/core/dist/bank/goals.js.map +1 -1
  694. package/node_modules/@murphai/core/dist/bank/habitat.d.ts +36 -0
  695. package/node_modules/@murphai/core/dist/bank/habitat.d.ts.map +1 -0
  696. package/node_modules/@murphai/core/dist/bank/habitat.js +179 -0
  697. package/node_modules/@murphai/core/dist/bank/habitat.js.map +1 -0
  698. package/node_modules/@murphai/core/dist/bank/regimens.js.map +1 -1
  699. package/node_modules/@murphai/core/dist/constants.d.ts +4 -0
  700. package/node_modules/@murphai/core/dist/constants.d.ts.map +1 -1
  701. package/node_modules/@murphai/core/dist/domains/events/attachment-backed.d.ts +41 -1
  702. package/node_modules/@murphai/core/dist/domains/events/attachment-backed.d.ts.map +1 -1
  703. package/node_modules/@murphai/core/dist/domains/events/attachment-backed.js +311 -5
  704. package/node_modules/@murphai/core/dist/domains/events/attachment-backed.js.map +1 -1
  705. package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts +6 -0
  706. package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts.map +1 -0
  707. package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js +7 -0
  708. package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js.map +1 -0
  709. package/node_modules/@murphai/core/dist/domains/events/ledger.d.ts.map +1 -1
  710. package/node_modules/@murphai/core/dist/domains/events/ledger.js +4 -0
  711. package/node_modules/@murphai/core/dist/domains/events/ledger.js.map +1 -1
  712. package/node_modules/@murphai/core/dist/domains/events.d.ts +2 -2
  713. package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -1
  714. package/node_modules/@murphai/core/dist/domains/events.js +1 -1
  715. package/node_modules/@murphai/core/dist/domains/events.js.map +1 -1
  716. package/node_modules/@murphai/core/dist/domains/experiments.d.ts.map +1 -1
  717. package/node_modules/@murphai/core/dist/domains/experiments.js +9 -3
  718. package/node_modules/@murphai/core/dist/domains/experiments.js.map +1 -1
  719. package/node_modules/@murphai/core/dist/domains/shared.js.map +1 -1
  720. package/node_modules/@murphai/core/dist/errors.d.ts.map +1 -1
  721. package/node_modules/@murphai/core/dist/errors.js.map +1 -1
  722. package/node_modules/@murphai/core/dist/event-attachments.d.ts +2 -1
  723. package/node_modules/@murphai/core/dist/event-attachments.d.ts.map +1 -1
  724. package/node_modules/@murphai/core/dist/event-attachments.js +1 -0
  725. package/node_modules/@murphai/core/dist/event-attachments.js.map +1 -1
  726. package/node_modules/@murphai/core/dist/experiment-media-repair.d.ts +33 -0
  727. package/node_modules/@murphai/core/dist/experiment-media-repair.d.ts.map +1 -0
  728. package/node_modules/@murphai/core/dist/experiment-media-repair.js +685 -0
  729. package/node_modules/@murphai/core/dist/experiment-media-repair.js.map +1 -0
  730. package/node_modules/@murphai/core/dist/experiment-storage.d.ts +12 -0
  731. package/node_modules/@murphai/core/dist/experiment-storage.d.ts.map +1 -0
  732. package/node_modules/@murphai/core/dist/experiment-storage.js +70 -0
  733. package/node_modules/@murphai/core/dist/experiment-storage.js.map +1 -0
  734. package/node_modules/@murphai/core/dist/frontmatter.js.map +1 -1
  735. package/node_modules/@murphai/core/dist/fs.d.ts +1 -0
  736. package/node_modules/@murphai/core/dist/fs.d.ts.map +1 -1
  737. package/node_modules/@murphai/core/dist/fs.js +3 -0
  738. package/node_modules/@murphai/core/dist/fs.js.map +1 -1
  739. package/node_modules/@murphai/core/dist/history/api.d.ts +11 -0
  740. package/node_modules/@murphai/core/dist/history/api.d.ts.map +1 -1
  741. package/node_modules/@murphai/core/dist/history/api.js +60 -3
  742. package/node_modules/@murphai/core/dist/history/api.js.map +1 -1
  743. package/node_modules/@murphai/core/dist/history/types.d.ts.map +1 -1
  744. package/node_modules/@murphai/core/dist/ids.js.map +1 -1
  745. package/node_modules/@murphai/core/dist/index.d.ts +12 -6
  746. package/node_modules/@murphai/core/dist/index.d.ts.map +1 -1
  747. package/node_modules/@murphai/core/dist/index.js +6 -4
  748. package/node_modules/@murphai/core/dist/index.js.map +1 -1
  749. package/node_modules/@murphai/core/dist/integration-ingest-migration.d.ts.map +1 -1
  750. package/node_modules/@murphai/core/dist/integration-ingest-migration.js +1 -1
  751. package/node_modules/@murphai/core/dist/integration-ingest-migration.js.map +1 -1
  752. package/node_modules/@murphai/core/dist/integration-ingests.d.ts +73 -2
  753. package/node_modules/@murphai/core/dist/integration-ingests.d.ts.map +1 -1
  754. package/node_modules/@murphai/core/dist/integration-ingests.js +1196 -77
  755. package/node_modules/@murphai/core/dist/integration-ingests.js.map +1 -1
  756. package/node_modules/@murphai/core/dist/jsonl.d.ts +10 -0
  757. package/node_modules/@murphai/core/dist/jsonl.d.ts.map +1 -1
  758. package/node_modules/@murphai/core/dist/jsonl.js +63 -12
  759. package/node_modules/@murphai/core/dist/jsonl.js.map +1 -1
  760. package/node_modules/@murphai/core/dist/markdown-documents.js.map +1 -1
  761. package/node_modules/@murphai/core/dist/memory.d.ts +7 -2
  762. package/node_modules/@murphai/core/dist/memory.d.ts.map +1 -1
  763. package/node_modules/@murphai/core/dist/memory.js +36 -1
  764. package/node_modules/@murphai/core/dist/memory.js.map +1 -1
  765. package/node_modules/@murphai/core/dist/mutations.d.ts +33 -5
  766. package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -1
  767. package/node_modules/@murphai/core/dist/mutations.js +1684 -205
  768. package/node_modules/@murphai/core/dist/mutations.js.map +1 -1
  769. package/node_modules/@murphai/core/dist/operations/canonical-resource-lock.js.map +1 -1
  770. package/node_modules/@murphai/core/dist/operations/canonical-write-lock.js.map +1 -1
  771. package/node_modules/@murphai/core/dist/operations/index.d.ts +1 -1
  772. package/node_modules/@murphai/core/dist/operations/index.d.ts.map +1 -1
  773. package/node_modules/@murphai/core/dist/operations/index.js +1 -1
  774. package/node_modules/@murphai/core/dist/operations/index.js.map +1 -1
  775. package/node_modules/@murphai/core/dist/operations/write-batch.d.ts +34 -1
  776. package/node_modules/@murphai/core/dist/operations/write-batch.d.ts.map +1 -1
  777. package/node_modules/@murphai/core/dist/operations/write-batch.js +684 -39
  778. package/node_modules/@murphai/core/dist/operations/write-batch.js.map +1 -1
  779. package/node_modules/@murphai/core/dist/path-safety.js.map +1 -1
  780. package/node_modules/@murphai/core/dist/preferences.d.ts +21 -2
  781. package/node_modules/@murphai/core/dist/preferences.d.ts.map +1 -1
  782. package/node_modules/@murphai/core/dist/preferences.js +249 -12
  783. package/node_modules/@murphai/core/dist/preferences.js.map +1 -1
  784. package/node_modules/@murphai/core/dist/public-mutations.d.ts +13 -2
  785. package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -1
  786. package/node_modules/@murphai/core/dist/public-mutations.js +20 -3
  787. package/node_modules/@murphai/core/dist/public-mutations.js.map +1 -1
  788. package/node_modules/@murphai/core/dist/raw-artifact-integrity.js.map +1 -1
  789. package/node_modules/@murphai/core/dist/registry/api.d.ts.map +1 -1
  790. package/node_modules/@murphai/core/dist/scheduled-logs.d.ts +1 -0
  791. package/node_modules/@murphai/core/dist/scheduled-logs.d.ts.map +1 -1
  792. package/node_modules/@murphai/core/dist/scheduled-logs.js +1 -0
  793. package/node_modules/@murphai/core/dist/scheduled-logs.js.map +1 -1
  794. package/node_modules/@murphai/core/dist/vault.d.ts.map +1 -1
  795. package/node_modules/@murphai/core/dist/vault.js +174 -11
  796. package/node_modules/@murphai/core/dist/vault.js.map +1 -1
  797. package/node_modules/@murphai/core/dist/wearable-receipts.js.map +1 -1
  798. package/node_modules/@murphai/core/dist/wearable-storage-migration.js.map +1 -1
  799. package/node_modules/@murphai/core/dist/write-policy.d.ts +3 -0
  800. package/node_modules/@murphai/core/dist/write-policy.d.ts.map +1 -1
  801. package/node_modules/@murphai/core/dist/write-policy.js +54 -3
  802. package/node_modules/@murphai/core/dist/write-policy.js.map +1 -1
  803. package/node_modules/@murphai/device-syncd/README.md +45 -5
  804. package/node_modules/@murphai/device-syncd/dist/callback-redirect.d.ts +7 -0
  805. package/node_modules/@murphai/device-syncd/dist/callback-redirect.d.ts.map +1 -1
  806. package/node_modules/@murphai/device-syncd/dist/callback-redirect.js +9 -0
  807. package/node_modules/@murphai/device-syncd/dist/callback-redirect.js.map +1 -1
  808. package/node_modules/@murphai/device-syncd/dist/client.js.map +1 -1
  809. package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.d.ts +30 -0
  810. package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.d.ts.map +1 -0
  811. package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.js +130 -0
  812. package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.js.map +1 -0
  813. package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.d.ts +18 -0
  814. package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.d.ts.map +1 -0
  815. package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.js +18 -0
  816. package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.js.map +1 -0
  817. package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts +4 -1
  818. package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts.map +1 -1
  819. package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js +39 -4
  820. package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js.map +1 -1
  821. package/node_modules/@murphai/device-syncd/dist/config/env-keys.d.ts.map +1 -1
  822. package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts +9 -0
  823. package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts.map +1 -0
  824. package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js +56 -0
  825. package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js.map +1 -0
  826. package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts +3 -0
  827. package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts.map +1 -0
  828. package/node_modules/@murphai/device-syncd/dist/config/junction-config.js +46 -0
  829. package/node_modules/@murphai/device-syncd/dist/config/junction-config.js.map +1 -0
  830. package/node_modules/@murphai/device-syncd/dist/config/junction-connect-sources.d.ts.map +1 -0
  831. package/node_modules/@murphai/device-syncd/dist/{providers → config}/junction-connect-sources.js +1 -1
  832. package/node_modules/@murphai/device-syncd/dist/config/junction-connect-sources.js.map +1 -0
  833. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts +3 -5
  834. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts.map +1 -1
  835. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js +69 -14
  836. package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js.map +1 -1
  837. package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts +2 -3
  838. package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts.map +1 -1
  839. package/node_modules/@murphai/device-syncd/dist/config/provider-env.js +0 -3
  840. package/node_modules/@murphai/device-syncd/dist/config/provider-env.js.map +1 -1
  841. package/node_modules/@murphai/device-syncd/dist/config/provider-factory.d.ts.map +1 -1
  842. package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js +9 -5
  843. package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js.map +1 -1
  844. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts +26 -16
  845. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts.map +1 -1
  846. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js +236 -339
  847. package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js.map +1 -1
  848. package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts +62 -5
  849. package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts.map +1 -1
  850. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.d.ts.map +1 -1
  851. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js +7 -361
  852. package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js.map +1 -1
  853. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts +17 -1
  854. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts.map +1 -1
  855. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js +104 -11
  856. package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js.map +1 -1
  857. package/node_modules/@murphai/device-syncd/dist/config.d.ts +5 -3
  858. package/node_modules/@murphai/device-syncd/dist/config.d.ts.map +1 -1
  859. package/node_modules/@murphai/device-syncd/dist/config.js +4 -2
  860. package/node_modules/@murphai/device-syncd/dist/config.js.map +1 -1
  861. package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.d.ts +6 -0
  862. package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.d.ts.map +1 -0
  863. package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.js +7 -0
  864. package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.js.map +1 -0
  865. package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts +3 -0
  866. package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts.map +1 -0
  867. package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js +2 -0
  868. package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js.map +1 -0
  869. package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts +2 -2
  870. package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts.map +1 -1
  871. package/node_modules/@murphai/device-syncd/dist/connect-config.js +4 -11
  872. package/node_modules/@murphai/device-syncd/dist/connect-config.js.map +1 -1
  873. package/node_modules/@murphai/device-syncd/dist/errors.d.ts +8 -0
  874. package/node_modules/@murphai/device-syncd/dist/errors.d.ts.map +1 -1
  875. package/node_modules/@murphai/device-syncd/dist/errors.js +26 -0
  876. package/node_modules/@murphai/device-syncd/dist/errors.js.map +1 -1
  877. package/node_modules/@murphai/device-syncd/dist/hosted-hints.js +1 -1
  878. package/node_modules/@murphai/device-syncd/dist/hosted-hints.js.map +1 -1
  879. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts +24 -0
  880. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts.map +1 -1
  881. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js +187 -28
  882. package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -1
  883. package/node_modules/@murphai/device-syncd/dist/http.d.ts +2 -9
  884. package/node_modules/@murphai/device-syncd/dist/http.d.ts.map +1 -1
  885. package/node_modules/@murphai/device-syncd/dist/http.js +26 -29
  886. package/node_modules/@murphai/device-syncd/dist/http.js.map +1 -1
  887. package/node_modules/@murphai/device-syncd/dist/index.d.ts +7 -7
  888. package/node_modules/@murphai/device-syncd/dist/index.d.ts.map +1 -1
  889. package/node_modules/@murphai/device-syncd/dist/index.js +1 -1
  890. package/node_modules/@murphai/device-syncd/dist/index.js.map +1 -1
  891. package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts +60 -0
  892. package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts.map +1 -0
  893. package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js +382 -0
  894. package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js.map +1 -0
  895. package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts +17 -0
  896. package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts.map +1 -0
  897. package/node_modules/@murphai/device-syncd/dist/junction-resources.js +28 -0
  898. package/node_modules/@murphai/device-syncd/dist/junction-resources.js.map +1 -0
  899. package/node_modules/@murphai/device-syncd/dist/metadata.d.ts +1 -0
  900. package/node_modules/@murphai/device-syncd/dist/metadata.d.ts.map +1 -1
  901. package/node_modules/@murphai/device-syncd/dist/metadata.js +1 -1
  902. package/node_modules/@murphai/device-syncd/dist/metadata.js.map +1 -1
  903. package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts +3 -0
  904. package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts.map +1 -0
  905. package/node_modules/@murphai/device-syncd/dist/provider-configs.js +2 -0
  906. package/node_modules/@murphai/device-syncd/dist/provider-configs.js.map +1 -0
  907. package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.d.ts +6 -0
  908. package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.d.ts.map +1 -0
  909. package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.js +22 -0
  910. package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.js.map +1 -0
  911. package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.d.ts +7 -0
  912. package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.d.ts.map +1 -0
  913. package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.js +116 -0
  914. package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.js.map +1 -0
  915. package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts.map +1 -1
  916. package/node_modules/@murphai/device-syncd/dist/provider-label.js +5 -5
  917. package/node_modules/@murphai/device-syncd/dist/provider-label.js.map +1 -1
  918. package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts +22 -5
  919. package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts.map +1 -1
  920. package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js +93 -58
  921. package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js.map +1 -1
  922. package/node_modules/@murphai/device-syncd/dist/providers/junction-config.d.ts +3 -0
  923. package/node_modules/@murphai/device-syncd/dist/providers/junction-config.d.ts.map +1 -0
  924. package/node_modules/@murphai/device-syncd/dist/providers/junction-config.js +2 -0
  925. package/node_modules/@murphai/device-syncd/dist/providers/junction-config.js.map +1 -0
  926. package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts +5 -28
  927. package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts.map +1 -1
  928. package/node_modules/@murphai/device-syncd/dist/providers/junction.js +927 -719
  929. package/node_modules/@murphai/device-syncd/dist/providers/junction.js.map +1 -1
  930. package/node_modules/@murphai/device-syncd/dist/providers/oura-webhooks.js.map +1 -1
  931. package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts +2 -14
  932. package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts.map +1 -1
  933. package/node_modules/@murphai/device-syncd/dist/providers/oura.js +3 -26
  934. package/node_modules/@murphai/device-syncd/dist/providers/oura.js.map +1 -1
  935. package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.d.ts.map +1 -1
  936. package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.js +34 -30
  937. package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.js.map +1 -1
  938. package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js.map +1 -1
  939. package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.js.map +1 -1
  940. package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts +2 -15
  941. package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts.map +1 -1
  942. package/node_modules/@murphai/device-syncd/dist/providers/strava.js +8 -43
  943. package/node_modules/@murphai/device-syncd/dist/providers/strava.js.map +1 -1
  944. package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts +2 -12
  945. package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts.map +1 -1
  946. package/node_modules/@murphai/device-syncd/dist/providers/whoop.js +3 -22
  947. package/node_modules/@murphai/device-syncd/dist/providers/whoop.js.map +1 -1
  948. package/node_modules/@murphai/device-syncd/dist/public-account.d.ts +25 -0
  949. package/node_modules/@murphai/device-syncd/dist/public-account.d.ts.map +1 -1
  950. package/node_modules/@murphai/device-syncd/dist/public-account.js +32 -0
  951. package/node_modules/@murphai/device-syncd/dist/public-account.js.map +1 -1
  952. package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts +9 -4
  953. package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -1
  954. package/node_modules/@murphai/device-syncd/dist/public-ingress.js +125 -40
  955. package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -1
  956. package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.d.ts +3 -0
  957. package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.d.ts.map +1 -0
  958. package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.js +4 -0
  959. package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.js.map +1 -0
  960. package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.d.ts +10 -0
  961. package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.d.ts.map +1 -0
  962. package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.js +41 -0
  963. package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.js.map +1 -0
  964. package/node_modules/@murphai/device-syncd/dist/registry.js.map +1 -1
  965. package/node_modules/@murphai/device-syncd/dist/service.d.ts +1 -1
  966. package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -1
  967. package/node_modules/@murphai/device-syncd/dist/service.js +219 -61
  968. package/node_modules/@murphai/device-syncd/dist/service.js.map +1 -1
  969. package/node_modules/@murphai/device-syncd/dist/shared.js.map +1 -1
  970. package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts +6 -0
  971. package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts.map +1 -1
  972. package/node_modules/@murphai/device-syncd/dist/store/accounts.js +129 -40
  973. package/node_modules/@murphai/device-syncd/dist/store/accounts.js.map +1 -1
  974. package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.d.ts +2 -0
  975. package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.d.ts.map +1 -1
  976. package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js +80 -6
  977. package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js.map +1 -1
  978. package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts +15 -0
  979. package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts.map +1 -1
  980. package/node_modules/@murphai/device-syncd/dist/store/jobs.js +119 -39
  981. package/node_modules/@murphai/device-syncd/dist/store/jobs.js.map +1 -1
  982. package/node_modules/@murphai/device-syncd/dist/store/oauth-states.d.ts.map +1 -1
  983. package/node_modules/@murphai/device-syncd/dist/store/oauth-states.js +14 -8
  984. package/node_modules/@murphai/device-syncd/dist/store/oauth-states.js.map +1 -1
  985. package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts +1 -1
  986. package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts.map +1 -1
  987. package/node_modules/@murphai/device-syncd/dist/store/schema.js +22 -4
  988. package/node_modules/@murphai/device-syncd/dist/store/schema.js.map +1 -1
  989. package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts +9 -1
  990. package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts.map +1 -1
  991. package/node_modules/@murphai/device-syncd/dist/store/sync-state.js +57 -52
  992. package/node_modules/@murphai/device-syncd/dist/store/sync-state.js.map +1 -1
  993. package/node_modules/@murphai/device-syncd/dist/store.d.ts +46 -2
  994. package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -1
  995. package/node_modules/@murphai/device-syncd/dist/store.js +103 -6
  996. package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -1
  997. package/node_modules/@murphai/device-syncd/dist/types.d.ts +24 -1
  998. package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -1
  999. package/node_modules/@murphai/device-syncd/dist/types.js.map +1 -1
  1000. package/node_modules/@murphai/device-syncd/package.json +28 -0
  1001. package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-strength-addon-250.csv +251 -251
  1002. package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-stretch-addon-500.csv +359 -359
  1003. package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-stretch.csv +154 -154
  1004. package/node_modules/@murphai/exercise-library/dist/build.js.map +1 -1
  1005. package/node_modules/@murphai/exercise-library/dist/runtime.js.map +1 -1
  1006. package/node_modules/@murphai/exercise-library/dist/schema.d.ts.map +1 -1
  1007. package/node_modules/@murphai/exercise-library/generated/catalog.hash +1 -1
  1008. package/node_modules/@murphai/exercise-library/generated/exercise-details.json +12082 -764
  1009. package/node_modules/@murphai/exercise-library/generated/exercise-facets.json +1 -1
  1010. package/node_modules/@murphai/exercise-library/generated/exercise-index.json +1 -1
  1011. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-11776448.md +60 -0
  1012. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-18306161.md +60 -0
  1013. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19817517.md +60 -0
  1014. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19913903.md +60 -0
  1015. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19995444.md +62 -0
  1016. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-20662037.md +60 -0
  1017. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-24568233.md +62 -0
  1018. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-26914684.md +60 -0
  1019. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-27141153.md +62 -0
  1020. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-28186867.md +62 -0
  1021. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-36495670.md +62 -0
  1022. package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-37760145.md +62 -0
  1023. package/node_modules/@murphai/health-commons/dist/build.js.map +1 -1
  1024. package/node_modules/@murphai/health-commons/dist/catalog.d.ts +4 -4
  1025. package/node_modules/@murphai/health-commons/dist/hash-artifact.js.map +1 -1
  1026. package/node_modules/@murphai/health-commons/dist/runtime.d.ts +3 -7
  1027. package/node_modules/@murphai/health-commons/dist/runtime.d.ts.map +1 -1
  1028. package/node_modules/@murphai/health-commons/dist/runtime.js +59 -47
  1029. package/node_modules/@murphai/health-commons/dist/runtime.js.map +1 -1
  1030. package/node_modules/@murphai/health-commons/dist/sync-cloudflare-r2.js.map +1 -1
  1031. package/node_modules/@murphai/health-commons/generated/catalog.hash +1 -1
  1032. package/node_modules/@murphai/health-commons/generated/protocol-family-graph.json +1 -1
  1033. package/node_modules/@murphai/health-commons/generated/protocol-index.json +1 -1
  1034. package/node_modules/@murphai/health-commons/generated/protocol-run-specs.json +1 -1
  1035. package/node_modules/@murphai/health-commons/generated/source-artifact-index.json +1 -1
  1036. package/node_modules/@murphai/health-commons/generated/source-identities.ndjson +54 -0
  1037. package/node_modules/@murphai/health-commons/generated/source-index.json +727 -1
  1038. package/node_modules/@murphai/health-commons/generated/web/browse/biomarkers.json +1 -1
  1039. package/node_modules/@murphai/health-commons/generated/web/browse/experiments.json +1 -1
  1040. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/added-sugar-intake.json +1 -1
  1041. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adherence.json +1 -1
  1042. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adverse-symptoms.json +1 -1
  1043. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alanine-aminotransferase.json +1 -1
  1044. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-craving.json +1 -1
  1045. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-free-days.json +1 -1
  1046. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-intake.json +1 -1
  1047. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-withdrawal-symptoms.json +1 -1
  1048. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ankle-knee-to-wall-distance.json +1 -1
  1049. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/apolipoprotein-b.json +1 -1
  1050. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/aspartate-aminotransferase.json +1 -1
  1051. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/bilirubin.json +1 -1
  1052. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-glucose.json +1 -1
  1053. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-ketones-beta-hydroxybutyrate.json +1 -1
  1054. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-oxygen-spo2.json +1 -1
  1055. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-pressure.json +1 -1
  1056. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-urea-nitrogen.json +1 -1
  1057. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/body-fat-percent.json +1 -1
  1058. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/body-weight.json +1 -1
  1059. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/chosen-primary-outcome-score.json +1 -1
  1060. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/continuous-glucose.json +1 -1
  1061. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/creatine-kinase.json +1 -1
  1062. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-energy-intake-kcal.json +1 -1
  1063. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-protein-g-per-kg.json +1 -1
  1064. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-protein-grams.json +1 -1
  1065. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-step-count.json +1 -1
  1066. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daytime-sleepiness.json +1 -1
  1067. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/deep-sleep-minutes.json +1 -1
  1068. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dietary-fiber-g-day.json +1 -1
  1069. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/digestive-comfort.json +1 -1
  1070. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/egfr.json +1 -1
  1071. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estimated-gfr.json +1 -1
  1072. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estimated-vo2max.json +1 -1
  1073. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/fasting-triglycerides.json +1 -1
  1074. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gi-symptom-score.json +1 -1
  1075. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gi-tolerance.json +1 -1
  1076. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hbot-session-tolerability.json +1 -1
  1077. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hdl-c.json +1 -1
  1078. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hrv-rmssd.json +1 -1
  1079. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lateral-knee-pain.json +1 -1
  1080. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-c.json +1 -1
  1081. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-cholesterol.json +1 -1
  1082. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lean-body-mass.json +1 -1
  1083. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lean-mass.json +1 -1
  1084. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/leg-heaviness-score.json +1 -1
  1085. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/liver-enzyme-panel.json +1 -1
  1086. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/macular-health-safety.json +1 -1
  1087. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/moderate-to-vigorous-activity-minutes.json +1 -1
  1088. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mood-affect.json +1 -1
  1089. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/morning-blood-pressure.json +1 -1
  1090. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/muscle-soreness-score.json +1 -1
  1091. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/musculoskeletal-pain.json +1 -1
  1092. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/non-hdl-c.json +1 -1
  1093. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/non-hdl-cholesterol.json +1 -1
  1094. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-3-index.json +1 -1
  1095. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-recovery-score.json +1 -1
  1096. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-recovery.json +1 -1
  1097. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-stiffness.json +1 -1
  1098. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-stress.json +1 -1
  1099. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/periocular-wrinkle-score.json +1 -1
  1100. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/postprandial-glucose-excursion.json +1 -1
  1101. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/pre-sleep-arousal.json +1 -1
  1102. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/rem-sleep-minutes.json +1 -1
  1103. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/resting-heart-rate.json +1 -1
  1104. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/running-tolerance.json +1 -1
  1105. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/saturated-fat-g-day.json +1 -1
  1106. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sedentary-time.json +1 -1
  1107. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/self-reported-mood.json +1 -1
  1108. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-25-hydroxyvitamin-d.json +1 -1
  1109. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-creatinine.json +1 -1
  1110. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-uric-acid.json +1 -1
  1111. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/shoulder-reach-distance.json +1 -1
  1112. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sit-and-reach-distance.json +1 -1
  1113. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/skin-texture-roughness-score.json +1 -1
  1114. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/skin-tolerability-symptoms.json +1 -1
  1115. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-efficiency.json +1 -1
  1116. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-onset-latency.json +1 -1
  1117. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-quality.json +1 -1
  1118. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/standardized-skin-photo-score.json +1 -1
  1119. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/step-floor-days.json +1 -1
  1120. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-adherence-sessions.json +1 -1
  1121. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-session-burden.json +1 -1
  1122. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-symptoms.json +1 -1
  1123. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/subjective-eye-strain.json +1 -1
  1124. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/subjective-satiety.json +1 -1
  1125. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/supplement-adherence.json +1 -1
  1126. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/task-performance.json +1 -1
  1127. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/toe-touch-distance.json +1 -1
  1128. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-cholesterol.json +1 -1
  1129. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-sleep-time.json +1 -1
  1130. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/training-performance.json +1 -1
  1131. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/training-volume.json +1 -1
  1132. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/triglycerides.json +1 -1
  1133. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/urine-albumin-creatinine-ratio.json +1 -1
  1134. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/visual-fatigue.json +1 -1
  1135. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/visual-performance.json +1 -1
  1136. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/waist-circumference.json +1 -1
  1137. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/wake-time-variability.json +1 -1
  1138. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-bout-minutes.json +1 -1
  1139. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-cadence.json +1 -1
  1140. package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-safety-events.json +1 -1
  1141. package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/clinic-imaging-upgrade.json +1 -1
  1142. package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/home-standardized-photo-roi-analysis.json +1 -1
  1143. package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/standardized-photo-score-workflow.json +1 -1
  1144. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/at-home-static-stretching-for-flexibility.json +1 -1
  1145. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/bryan-johnson-blueprint.json +1 -1
  1146. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/caffeine-curfew-dose-reset.json +1 -1
  1147. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/cold-plunge.json +1 -1
  1148. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/consistent-wake-time.json +1 -1
  1149. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/creatine-monohydrate.json +1 -1
  1150. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/daily-step-floor.json +1 -1
  1151. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/daily-vitamin-d3-supplementation.json +1 -1
  1152. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/digital-sunset.json +1 -1
  1153. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/finnish-sauna.json +1 -1
  1154. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/hydrolyzed-collagen-peptides.json +1 -1
  1155. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/hyperbaric-oxygen-therapy.json +1 -1
  1156. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/it-band-syndrome-rehab-and-return-to-run.json +1 -1
  1157. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/morning-outdoor-light-exposure.json +1 -1
  1158. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/no-added-sugar-diet.json +1 -1
  1159. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/norwegian-4x4.json +1 -1
  1160. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/oral-epa-dha-supplementation.json +1 -1
  1161. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pneumatic-compression-pants.json +1 -1
  1162. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pre-sleep-resonance-breathing-and-meditation.json +1 -1
  1163. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pre-sleep-silent-meditation.json +1 -1
  1164. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/prolonged-fasting-24-72-hours.json +1 -1
  1165. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/protein-floor-high-protein-intake.json +1 -1
  1166. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/psyllium-husk-for-cholesterol.json +1 -1
  1167. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-light-glasses-before-bed.json +1 -1
  1168. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-near-infrared-skin-texture-photoaging.json +1 -1
  1169. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-yeast-rice-for-cholesterol.json +1 -1
  1170. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/short-term-alcohol-abstinence.json +1 -1
  1171. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/social-media-fast.json +1 -1
  1172. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/tabata-20-10-interval-training.json +1 -1
  1173. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/time-restricted-eating-18-6.json +1 -1
  1174. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/walking-after-every-meal.json +1 -1
  1175. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/whole-body-red-and-near-infrared-light-exposure.json +1 -1
  1176. package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/zone-2-aerobic-base-block.json +1 -1
  1177. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/blood-oxygen-spo2/overview.json +1 -1
  1178. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/blood-oxygen-spo2/research.json +1 -1
  1179. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/deep-sleep-minutes/overview.json +1 -1
  1180. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/deep-sleep-minutes/research.json +1 -1
  1181. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/estimated-vo2max/overview.json +1 -1
  1182. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/estimated-vo2max/research.json +1 -1
  1183. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/hrv-rmssd/overview.json +1 -1
  1184. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/hrv-rmssd/research.json +1 -1
  1185. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/rem-sleep-minutes/overview.json +1 -1
  1186. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/rem-sleep-minutes/research.json +1 -1
  1187. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/resting-heart-rate/overview.json +1 -1
  1188. package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/resting-heart-rate/research.json +1 -1
  1189. package/node_modules/@murphai/health-commons/generated/web/routes/index.json +1 -1
  1190. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/blood-oxygen-spo2.json +1 -1
  1191. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/deep-sleep-minutes.json +1 -1
  1192. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/estimated-vo2max.json +1 -1
  1193. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/hrv-rmssd.json +1 -1
  1194. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/rem-sleep-minutes.json +1 -1
  1195. package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/resting-heart-rate.json +1 -1
  1196. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/at-home-static-stretching-for-flexibility.json +1 -1
  1197. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/bryan-johnson-blueprint.json +1 -1
  1198. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/caffeine-curfew-dose-reset.json +1 -1
  1199. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/cold-plunge.json +1 -1
  1200. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/consistent-wake-time.json +1 -1
  1201. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/daily-step-floor.json +1 -1
  1202. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/digital-sunset.json +1 -1
  1203. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/finnish-sauna.json +1 -1
  1204. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/hyperbaric-oxygen-therapy.json +1 -1
  1205. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/morning-outdoor-light-exposure.json +1 -1
  1206. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/no-added-sugar-diet.json +1 -1
  1207. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/norwegian-4x4.json +1 -1
  1208. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pneumatic-compression-pants.json +1 -1
  1209. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pre-sleep-resonance-breathing-and-meditation.json +1 -1
  1210. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pre-sleep-silent-meditation.json +1 -1
  1211. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/prolonged-fasting-24-72-hours.json +1 -1
  1212. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/protein-floor-high-protein-intake.json +1 -1
  1213. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/red-light-glasses-before-bed.json +1 -1
  1214. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/red-near-infrared-skin-texture-photoaging.json +1 -1
  1215. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/short-term-alcohol-abstinence.json +1 -1
  1216. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/tabata-20-10-interval-training.json +1 -1
  1217. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/time-restricted-eating-18-6.json +1 -1
  1218. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/walking-after-every-meal.json +1 -1
  1219. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/whole-body-red-and-near-infrared-light-exposure.json +1 -1
  1220. package/node_modules/@murphai/health-commons/generated/web/shell/experiments/zone-2-aerobic-base-block.json +1 -1
  1221. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/protocol.json +1 -1
  1222. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/research.json +1 -1
  1223. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/results-public.json +2 -2
  1224. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/protocol.json +1 -1
  1225. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/research.json +1 -1
  1226. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/results-public.json +2 -2
  1227. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/protocol.json +1 -1
  1228. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/research.json +1 -1
  1229. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/results-public.json +2 -2
  1230. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/protocol.json +1 -1
  1231. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/research.json +1 -1
  1232. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/results-public.json +2 -2
  1233. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/protocol.json +1 -1
  1234. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/research.json +1 -1
  1235. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/results-public.json +2 -2
  1236. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/protocol.json +1 -1
  1237. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/research.json +1 -1
  1238. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/results-public.json +2 -2
  1239. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/protocol.json +1 -1
  1240. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/research.json +1 -1
  1241. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/results-public.json +2 -2
  1242. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/protocol.json +1 -1
  1243. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/research.json +1 -1
  1244. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/results-public.json +2 -2
  1245. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/protocol.json +1 -1
  1246. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/research.json +1 -1
  1247. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/results-public.json +2 -2
  1248. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/protocol.json +1 -1
  1249. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/research.json +1 -1
  1250. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/results-public.json +2 -2
  1251. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/protocol.json +1 -1
  1252. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/research.json +1 -1
  1253. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/results-public.json +2 -2
  1254. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/protocol.json +1 -1
  1255. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/research.json +1 -1
  1256. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/results-public.json +2 -2
  1257. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/protocol.json +1 -1
  1258. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/research.json +1 -1
  1259. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/results-public.json +2 -2
  1260. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/protocol.json +1 -1
  1261. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/research.json +1 -1
  1262. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/results-public.json +2 -2
  1263. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/protocol.json +1 -1
  1264. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/research.json +1 -1
  1265. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/results-public.json +2 -2
  1266. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/protocol.json +1 -1
  1267. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/research.json +1 -1
  1268. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/results-public.json +2 -2
  1269. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/protocol.json +1 -1
  1270. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/research.json +1 -1
  1271. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/results-public.json +2 -2
  1272. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/protocol.json +1 -1
  1273. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/research.json +1 -1
  1274. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/results-public.json +2 -2
  1275. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/protocol.json +1 -1
  1276. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/research.json +1 -1
  1277. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/results-public.json +2 -2
  1278. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/protocol.json +1 -1
  1279. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/research.json +1 -1
  1280. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/results-public.json +2 -2
  1281. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/protocol.json +1 -1
  1282. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/research.json +1 -1
  1283. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/results-public.json +2 -2
  1284. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/protocol.json +1 -1
  1285. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/research.json +1 -1
  1286. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/results-public.json +2 -2
  1287. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/protocol.json +1 -1
  1288. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/research.json +1 -1
  1289. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/results-public.json +2 -2
  1290. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/protocol.json +1 -1
  1291. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/research.json +1 -1
  1292. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/results-public.json +2 -2
  1293. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/protocol.json +1 -1
  1294. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/research.json +1 -1
  1295. package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/results-public.json +2 -2
  1296. package/node_modules/@murphai/health-metrics/README.md +4 -0
  1297. package/node_modules/@murphai/health-metrics/dist/catalog.js.map +1 -1
  1298. package/node_modules/@murphai/health-metrics/dist/definitions/activity.d.ts +15 -1
  1299. package/node_modules/@murphai/health-metrics/dist/definitions/activity.d.ts.map +1 -1
  1300. package/node_modules/@murphai/health-metrics/dist/definitions/activity.js +99 -0
  1301. package/node_modules/@murphai/health-metrics/dist/definitions/activity.js.map +1 -1
  1302. package/node_modules/@murphai/health-metrics/dist/definitions/labs.d.ts +1 -1
  1303. package/node_modules/@murphai/health-metrics/dist/definitions/recovery.d.ts +1 -1
  1304. package/node_modules/@murphai/health-metrics/dist/definitions/recovery.d.ts.map +1 -1
  1305. package/node_modules/@murphai/health-metrics/dist/definitions/recovery.js +12 -0
  1306. package/node_modules/@murphai/health-metrics/dist/definitions/recovery.js.map +1 -1
  1307. package/node_modules/@murphai/health-metrics/dist/definitions/sleep.d.ts +1 -1
  1308. package/node_modules/@murphai/health-metrics/dist/format.js.map +1 -1
  1309. package/node_modules/@murphai/health-metrics/dist/goals.js.map +1 -1
  1310. package/node_modules/@murphai/health-metrics/dist/index.d.ts +0 -2
  1311. package/node_modules/@murphai/health-metrics/dist/index.d.ts.map +1 -1
  1312. package/node_modules/@murphai/health-metrics/dist/index.js +0 -2
  1313. package/node_modules/@murphai/health-metrics/dist/index.js.map +1 -1
  1314. package/node_modules/@murphai/health-metrics/dist/murph-age-source-routes.d.ts.map +1 -1
  1315. package/node_modules/@murphai/health-metrics/dist/murph-age-source-routes.js.map +1 -1
  1316. package/node_modules/@murphai/health-metrics/dist/murph-age.d.ts.map +1 -1
  1317. package/node_modules/@murphai/health-metrics/dist/murph-age.js.map +1 -1
  1318. package/node_modules/@murphai/health-metrics/dist/normalize.js.map +1 -1
  1319. package/node_modules/@murphai/health-metrics/dist/selectors.js.map +1 -1
  1320. package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.d.ts.map +1 -1
  1321. package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.js.map +1 -1
  1322. package/node_modules/@murphai/health-metrics/dist/wearable-provider-catalog.d.ts.map +1 -1
  1323. package/node_modules/@murphai/health-metrics/dist/wearable-provider-catalog.js.map +1 -1
  1324. package/node_modules/@murphai/health-metrics/package.json +10 -0
  1325. package/node_modules/@murphai/importers/README.md +13 -0
  1326. package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js.map +1 -1
  1327. package/node_modules/@murphai/importers/dist/clinical-records/index.d.ts +19 -0
  1328. package/node_modules/@murphai/importers/dist/clinical-records/index.d.ts.map +1 -0
  1329. package/node_modules/@murphai/importers/dist/clinical-records/index.js +1523 -0
  1330. package/node_modules/@murphai/importers/dist/clinical-records/index.js.map +1 -0
  1331. package/node_modules/@murphai/importers/dist/core-port.d.ts +1 -0
  1332. package/node_modules/@murphai/importers/dist/core-port.d.ts.map +1 -1
  1333. package/node_modules/@murphai/importers/dist/core-port.js.map +1 -1
  1334. package/node_modules/@murphai/importers/dist/create-importers.d.ts.map +1 -1
  1335. package/node_modules/@murphai/importers/dist/create-importers.js.map +1 -1
  1336. package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js.map +1 -1
  1337. package/node_modules/@murphai/importers/dist/csv-sample-importer.js.map +1 -1
  1338. package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js.map +1 -1
  1339. package/node_modules/@murphai/importers/dist/device-providers/index.d.ts +1 -1
  1340. package/node_modules/@murphai/importers/dist/device-providers/index.d.ts.map +1 -1
  1341. package/node_modules/@murphai/importers/dist/device-providers/index.js +1 -1
  1342. package/node_modules/@murphai/importers/dist/device-providers/index.js.map +1 -1
  1343. package/node_modules/@murphai/importers/dist/device-providers/junction-origin.js.map +1 -1
  1344. package/node_modules/@murphai/importers/dist/device-providers/junction-resources.d.ts +3 -2
  1345. package/node_modules/@murphai/importers/dist/device-providers/junction-resources.d.ts.map +1 -1
  1346. package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js +12 -20
  1347. package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js.map +1 -1
  1348. package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts +18 -0
  1349. package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts.map +1 -1
  1350. package/node_modules/@murphai/importers/dist/device-providers/junction.js +1026 -123
  1351. package/node_modules/@murphai/importers/dist/device-providers/junction.js.map +1 -1
  1352. package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts +132 -132
  1353. package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts.map +1 -1
  1354. package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.js.map +1 -1
  1355. package/node_modules/@murphai/importers/dist/device-providers/registry.js.map +1 -1
  1356. package/node_modules/@murphai/importers/dist/device-providers/whoop.js.map +1 -1
  1357. package/node_modules/@murphai/importers/dist/document-importer.js.map +1 -1
  1358. package/node_modules/@murphai/importers/dist/meal-importer.js.map +1 -1
  1359. package/node_modules/@murphai/importers/dist/preset-registry.js.map +1 -1
  1360. package/node_modules/@murphai/importers/package.json +5 -0
  1361. package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.js.map +1 -1
  1362. package/node_modules/@murphai/inbox-services/dist/inbox-app/environment.js.map +1 -1
  1363. package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js +1 -1
  1364. package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js.map +1 -1
  1365. package/node_modules/@murphai/inbox-services/dist/inbox-app/service.d.ts.map +1 -1
  1366. package/node_modules/@murphai/inbox-services/dist/inbox-app/service.js +2 -0
  1367. package/node_modules/@murphai/inbox-services/dist/inbox-app/service.js.map +1 -1
  1368. package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.d.ts +3 -0
  1369. package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.d.ts.map +1 -0
  1370. package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.js +37 -0
  1371. package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.js.map +1 -0
  1372. package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts +22 -2
  1373. package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts.map +1 -1
  1374. package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.js.map +1 -1
  1375. package/node_modules/@murphai/inbox-services/dist/inbox-services/daemon.js.map +1 -1
  1376. package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.d.ts +1 -1
  1377. package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.js +2 -2
  1378. package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.js.map +1 -1
  1379. package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts +2 -2
  1380. package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts.map +1 -1
  1381. package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.js.map +1 -1
  1382. package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts +27 -27
  1383. package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts.map +1 -1
  1384. package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js +2 -2
  1385. package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js.map +1 -1
  1386. package/node_modules/@murphai/inbox-services/dist/inbox-services/state.js.map +1 -1
  1387. package/node_modules/@murphai/inboxd/README.md +3 -2
  1388. package/node_modules/@murphai/inboxd/dist/checkpoint.d.ts +2 -0
  1389. package/node_modules/@murphai/inboxd/dist/checkpoint.d.ts.map +1 -0
  1390. package/node_modules/@murphai/inboxd/dist/checkpoint.js +2 -0
  1391. package/node_modules/@murphai/inboxd/dist/checkpoint.js.map +1 -0
  1392. package/node_modules/@murphai/inboxd/dist/connectors/email/directness.d.ts +11 -0
  1393. package/node_modules/@murphai/inboxd/dist/connectors/email/directness.d.ts.map +1 -0
  1394. package/node_modules/@murphai/inboxd/dist/connectors/email/directness.js +67 -0
  1395. package/node_modules/@murphai/inboxd/dist/connectors/email/directness.js.map +1 -0
  1396. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.d.ts +3 -1
  1397. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.d.ts.map +1 -1
  1398. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js +18 -9
  1399. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js.map +1 -1
  1400. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts +1 -10
  1401. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts.map +1 -1
  1402. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js +2 -65
  1403. package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js.map +1 -1
  1404. package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts +0 -15
  1405. package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts.map +1 -1
  1406. package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js +0 -33
  1407. package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js.map +1 -1
  1408. package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.d.ts.map +1 -1
  1409. package/node_modules/@murphai/inboxd/dist/contracts/capture.d.ts +1 -2
  1410. package/node_modules/@murphai/inboxd/dist/contracts/capture.d.ts.map +1 -1
  1411. package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts +2 -2
  1412. package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts.map +1 -1
  1413. package/node_modules/@murphai/inboxd/dist/index.d.ts +1 -0
  1414. package/node_modules/@murphai/inboxd/dist/index.d.ts.map +1 -1
  1415. package/node_modules/@murphai/inboxd/dist/index.js +1 -0
  1416. package/node_modules/@murphai/inboxd/dist/index.js.map +1 -1
  1417. package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.d.ts +21 -0
  1418. package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.d.ts.map +1 -0
  1419. package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.js +259 -0
  1420. package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.js.map +1 -0
  1421. package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.d.ts +1 -1
  1422. package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.d.ts.map +1 -1
  1423. package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.js +7 -4
  1424. package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.js.map +1 -1
  1425. package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts +13 -1
  1426. package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts.map +1 -1
  1427. package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js +68 -13
  1428. package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js.map +1 -1
  1429. package/node_modules/@murphai/inboxd/dist/indexing/persist.d.ts +12 -6
  1430. package/node_modules/@murphai/inboxd/dist/indexing/persist.d.ts.map +1 -1
  1431. package/node_modules/@murphai/inboxd/dist/indexing/persist.js +226 -73
  1432. package/node_modules/@murphai/inboxd/dist/indexing/persist.js.map +1 -1
  1433. package/node_modules/@murphai/inboxd/dist/indexing/retention.js.map +1 -1
  1434. package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js +4 -4
  1435. package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js.map +1 -1
  1436. package/node_modules/@murphai/inboxd/dist/kernel/registry.js.map +1 -1
  1437. package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.d.ts +2 -2
  1438. package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.d.ts.map +1 -1
  1439. package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.js +3 -3
  1440. package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.js.map +1 -1
  1441. package/node_modules/@murphai/inboxd/dist/kernel/sqlite.d.ts.map +1 -1
  1442. package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js +42 -12
  1443. package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js.map +1 -1
  1444. package/node_modules/@murphai/inboxd/dist/retention.d.ts +2 -0
  1445. package/node_modules/@murphai/inboxd/dist/retention.d.ts.map +1 -0
  1446. package/node_modules/@murphai/inboxd/dist/retention.js +2 -0
  1447. package/node_modules/@murphai/inboxd/dist/retention.js.map +1 -0
  1448. package/node_modules/@murphai/inboxd/dist/runtime.d.ts +2 -1
  1449. package/node_modules/@murphai/inboxd/dist/runtime.d.ts.map +1 -1
  1450. package/node_modules/@murphai/inboxd/dist/runtime.js +1 -0
  1451. package/node_modules/@murphai/inboxd/dist/runtime.js.map +1 -1
  1452. package/node_modules/@murphai/inboxd/package.json +12 -0
  1453. package/node_modules/@murphai/messaging-ingress/README.md +1 -5
  1454. package/node_modules/@murphai/messaging-ingress/dist/internal.d.ts.map +1 -1
  1455. package/node_modules/@murphai/messaging-ingress/dist/internal.js +4 -0
  1456. package/node_modules/@murphai/messaging-ingress/dist/internal.js.map +1 -1
  1457. package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.d.ts.map +1 -1
  1458. package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.js.map +1 -1
  1459. package/node_modules/@murphai/messaging-ingress/package.json +0 -4
  1460. package/node_modules/@murphai/operator-config/dist/agentmail-runtime.js.map +1 -1
  1461. package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts +2 -0
  1462. package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts.map +1 -1
  1463. package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.js +5 -0
  1464. package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.js.map +1 -1
  1465. package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.d.ts +5 -0
  1466. package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.d.ts.map +1 -1
  1467. package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js +58 -0
  1468. package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js.map +1 -1
  1469. package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.d.ts +2 -2
  1470. package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.d.ts.map +1 -1
  1471. package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.js.map +1 -1
  1472. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts +5 -5
  1473. package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts.map +1 -1
  1474. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts +32 -31
  1475. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts.map +1 -1
  1476. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js +4 -2
  1477. package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js.map +1 -1
  1478. package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts +2 -2
  1479. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts +488 -317
  1480. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts.map +1 -1
  1481. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js +171 -22
  1482. package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js.map +1 -1
  1483. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts +32 -27
  1484. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts.map +1 -1
  1485. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js +11 -1
  1486. package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js.map +1 -1
  1487. package/node_modules/@murphai/operator-config/dist/device-daemon/paths.js.map +1 -1
  1488. package/node_modules/@murphai/operator-config/dist/device-daemon.js.map +1 -1
  1489. package/node_modules/@murphai/operator-config/dist/device-sync-browser-opener.js.map +1 -1
  1490. package/node_modules/@murphai/operator-config/dist/device-sync-client.d.ts +1 -1
  1491. package/node_modules/@murphai/operator-config/dist/device-sync-client.d.ts.map +1 -1
  1492. package/node_modules/@murphai/operator-config/dist/device-sync-client.js +6 -2
  1493. package/node_modules/@murphai/operator-config/dist/device-sync-client.js.map +1 -1
  1494. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts +1 -1
  1495. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts.map +1 -1
  1496. package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.d.ts.map +1 -1
  1497. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts +138 -93
  1498. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts.map +1 -1
  1499. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js +40 -3
  1500. package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js.map +1 -1
  1501. package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts +7 -11
  1502. package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts.map +1 -1
  1503. package/node_modules/@murphai/operator-config/dist/linq-runtime.js +25 -10
  1504. package/node_modules/@murphai/operator-config/dist/linq-runtime.js.map +1 -1
  1505. package/node_modules/@murphai/operator-config/dist/message-formatting.d.ts.map +1 -1
  1506. package/node_modules/@murphai/operator-config/dist/message-formatting.js +14 -3
  1507. package/node_modules/@murphai/operator-config/dist/message-formatting.js.map +1 -1
  1508. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts +4 -2
  1509. package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts.map +1 -1
  1510. package/node_modules/@murphai/operator-config/dist/operator-config/storage.js.map +1 -1
  1511. package/node_modules/@murphai/operator-config/dist/operator-config.d.ts +7 -5
  1512. package/node_modules/@murphai/operator-config/dist/operator-config.d.ts.map +1 -1
  1513. package/node_modules/@murphai/operator-config/dist/operator-config.js.map +1 -1
  1514. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts +54 -54
  1515. package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts.map +1 -1
  1516. package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js.map +1 -1
  1517. package/node_modules/@murphai/operator-config/dist/telegram-runtime.d.ts.map +1 -1
  1518. package/node_modules/@murphai/operator-config/dist/telegram-runtime.js +11 -1
  1519. package/node_modules/@murphai/operator-config/dist/telegram-runtime.js.map +1 -1
  1520. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts +85 -85
  1521. package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js +1 -1
  1522. package/node_modules/@murphai/operator-config/dist/vault-cli-errors.d.ts.map +1 -1
  1523. package/node_modules/@murphai/operator-config/package.json +0 -5
  1524. package/node_modules/@murphai/parsers/README.md +4 -2
  1525. package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.js.map +1 -1
  1526. package/node_modules/@murphai/parsers/dist/adapters/poppler-pdf.js.map +1 -1
  1527. package/node_modules/@murphai/parsers/dist/adapters/text-file.js.map +1 -1
  1528. package/node_modules/@murphai/parsers/dist/adapters/whisper-cpp.js.map +1 -1
  1529. package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.js.map +1 -1
  1530. package/node_modules/@murphai/parsers/dist/contracts/parser-output.d.ts +15 -0
  1531. package/node_modules/@murphai/parsers/dist/contracts/parser-output.d.ts.map +1 -0
  1532. package/node_modules/@murphai/parsers/dist/contracts/parser-output.js +368 -0
  1533. package/node_modules/@murphai/parsers/dist/contracts/parser-output.js.map +1 -0
  1534. package/node_modules/@murphai/parsers/dist/index.d.ts +5 -2
  1535. package/node_modules/@murphai/parsers/dist/index.d.ts.map +1 -1
  1536. package/node_modules/@murphai/parsers/dist/index.js +3 -1
  1537. package/node_modules/@murphai/parsers/dist/index.js.map +1 -1
  1538. package/node_modules/@murphai/parsers/dist/parser-result.d.ts +2 -0
  1539. package/node_modules/@murphai/parsers/dist/parser-result.d.ts.map +1 -0
  1540. package/node_modules/@murphai/parsers/dist/parser-result.js +2 -0
  1541. package/node_modules/@murphai/parsers/dist/parser-result.js.map +1 -0
  1542. package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.d.ts.map +1 -1
  1543. package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.js +2 -245
  1544. package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.js.map +1 -1
  1545. package/node_modules/@murphai/parsers/dist/pipelines/worker.d.ts +1 -1
  1546. package/node_modules/@murphai/parsers/dist/pipelines/worker.d.ts.map +1 -1
  1547. package/node_modules/@murphai/parsers/dist/pipelines/worker.js +12 -4
  1548. package/node_modules/@murphai/parsers/dist/pipelines/worker.js.map +1 -1
  1549. package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.d.ts +18 -0
  1550. package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.d.ts.map +1 -0
  1551. package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.js +480 -0
  1552. package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.js.map +1 -0
  1553. package/node_modules/@murphai/parsers/dist/publish/writer.d.ts +26 -8
  1554. package/node_modules/@murphai/parsers/dist/publish/writer.d.ts.map +1 -1
  1555. package/node_modules/@murphai/parsers/dist/publish/writer.js +168 -57
  1556. package/node_modules/@murphai/parsers/dist/publish/writer.js.map +1 -1
  1557. package/node_modules/@murphai/parsers/dist/registry/policy.js.map +1 -1
  1558. package/node_modules/@murphai/parsers/dist/registry/registry.js.map +1 -1
  1559. package/node_modules/@murphai/parsers/dist/shared.js.map +1 -1
  1560. package/node_modules/@murphai/parsers/dist/toolchain/discover.js.map +1 -1
  1561. package/node_modules/@murphai/parsers/package.json +4 -0
  1562. package/node_modules/@murphai/query/dist/automation.d.ts +3 -2
  1563. package/node_modules/@murphai/query/dist/automation.d.ts.map +1 -1
  1564. package/node_modules/@murphai/query/dist/automation.js +68 -5
  1565. package/node_modules/@murphai/query/dist/automation.js.map +1 -1
  1566. package/node_modules/@murphai/query/dist/biomarker-change-sentiment.d.ts +10 -0
  1567. package/node_modules/@murphai/query/dist/biomarker-change-sentiment.d.ts.map +1 -0
  1568. package/node_modules/@murphai/query/dist/biomarker-change-sentiment.js +24 -0
  1569. package/node_modules/@murphai/query/dist/biomarker-change-sentiment.js.map +1 -0
  1570. package/node_modules/@murphai/query/dist/browser-experiments.d.ts +4 -0
  1571. package/node_modules/@murphai/query/dist/browser-experiments.d.ts.map +1 -1
  1572. package/node_modules/@murphai/query/dist/browser-experiments.js +3 -0
  1573. package/node_modules/@murphai/query/dist/browser-experiments.js.map +1 -1
  1574. package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.js +3 -3
  1575. package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.js.map +1 -1
  1576. package/node_modules/@murphai/query/dist/browser-replica/build.d.ts.map +1 -1
  1577. package/node_modules/@murphai/query/dist/browser-replica/build.js +20 -0
  1578. package/node_modules/@murphai/query/dist/browser-replica/build.js.map +1 -1
  1579. package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts +8 -2
  1580. package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts.map +1 -1
  1581. package/node_modules/@murphai/query/dist/browser-replica/experiments.js +128 -26
  1582. package/node_modules/@murphai/query/dist/browser-replica/experiments.js.map +1 -1
  1583. package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts +1 -1
  1584. package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts.map +1 -1
  1585. package/node_modules/@murphai/query/dist/browser-replica/murph-age.js +2 -1
  1586. package/node_modules/@murphai/query/dist/browser-replica/murph-age.js.map +1 -1
  1587. package/node_modules/@murphai/query/dist/browser-replica/query.js.map +1 -1
  1588. package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts +1 -1
  1589. package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts.map +1 -1
  1590. package/node_modules/@murphai/query/dist/browser-replica/shared.js +1 -0
  1591. package/node_modules/@murphai/query/dist/browser-replica/shared.js.map +1 -1
  1592. package/node_modules/@murphai/query/dist/browser-replica/views.js +1 -0
  1593. package/node_modules/@murphai/query/dist/browser-replica/views.js.map +1 -1
  1594. package/node_modules/@murphai/query/dist/browser-replica.d.ts +1 -3
  1595. package/node_modules/@murphai/query/dist/browser-replica.d.ts.map +1 -1
  1596. package/node_modules/@murphai/query/dist/browser-replica.js +0 -1
  1597. package/node_modules/@murphai/query/dist/browser-replica.js.map +1 -1
  1598. package/node_modules/@murphai/query/dist/browser.d.ts +2 -2
  1599. package/node_modules/@murphai/query/dist/browser.d.ts.map +1 -1
  1600. package/node_modules/@murphai/query/dist/browser.js +1 -1
  1601. package/node_modules/@murphai/query/dist/browser.js.map +1 -1
  1602. package/node_modules/@murphai/query/dist/canonical-entities.d.ts.map +1 -1
  1603. package/node_modules/@murphai/query/dist/canonical-entities.js +1 -0
  1604. package/node_modules/@murphai/query/dist/canonical-entities.js.map +1 -1
  1605. package/node_modules/@murphai/query/dist/entity-families.d.ts +1 -1
  1606. package/node_modules/@murphai/query/dist/entity-families.d.ts.map +1 -1
  1607. package/node_modules/@murphai/query/dist/entity-families.js +1 -0
  1608. package/node_modules/@murphai/query/dist/entity-families.js.map +1 -1
  1609. package/node_modules/@murphai/query/dist/experiment-adherence.d.ts +55 -2
  1610. package/node_modules/@murphai/query/dist/experiment-adherence.d.ts.map +1 -1
  1611. package/node_modules/@murphai/query/dist/experiment-adherence.js +367 -13
  1612. package/node_modules/@murphai/query/dist/experiment-adherence.js.map +1 -1
  1613. package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts +6 -1
  1614. package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts.map +1 -1
  1615. package/node_modules/@murphai/query/dist/experiment-progress-card.js +48 -13
  1616. package/node_modules/@murphai/query/dist/experiment-progress-card.js.map +1 -1
  1617. package/node_modules/@murphai/query/dist/experiments.d.ts +11 -1
  1618. package/node_modules/@murphai/query/dist/experiments.d.ts.map +1 -1
  1619. package/node_modules/@murphai/query/dist/experiments.js +265 -36
  1620. package/node_modules/@murphai/query/dist/experiments.js.map +1 -1
  1621. package/node_modules/@murphai/query/dist/export-pack.js.map +1 -1
  1622. package/node_modules/@murphai/query/dist/group-weekly.d.ts +32 -0
  1623. package/node_modules/@murphai/query/dist/group-weekly.d.ts.map +1 -0
  1624. package/node_modules/@murphai/query/dist/group-weekly.js +166 -0
  1625. package/node_modules/@murphai/query/dist/group-weekly.js.map +1 -0
  1626. package/node_modules/@murphai/query/dist/health/assessments.js.map +1 -1
  1627. package/node_modules/@murphai/query/dist/health/blood-tests.js.map +1 -1
  1628. package/node_modules/@murphai/query/dist/health/canonical-collector.d.ts +1 -0
  1629. package/node_modules/@murphai/query/dist/health/canonical-collector.d.ts.map +1 -1
  1630. package/node_modules/@murphai/query/dist/health/canonical-collector.js +4 -1
  1631. package/node_modules/@murphai/query/dist/health/canonical-collector.js.map +1 -1
  1632. package/node_modules/@murphai/query/dist/health/foods.js.map +1 -1
  1633. package/node_modules/@murphai/query/dist/health/habitat.d.ts +6 -0
  1634. package/node_modules/@murphai/query/dist/health/habitat.d.ts.map +1 -0
  1635. package/node_modules/@murphai/query/dist/health/habitat.js +12 -0
  1636. package/node_modules/@murphai/query/dist/health/habitat.js.map +1 -0
  1637. package/node_modules/@murphai/query/dist/health/immunizations.js.map +1 -1
  1638. package/node_modules/@murphai/query/dist/health/index.d.ts +1 -0
  1639. package/node_modules/@murphai/query/dist/health/index.d.ts.map +1 -1
  1640. package/node_modules/@murphai/query/dist/health/index.js +1 -0
  1641. package/node_modules/@murphai/query/dist/health/index.js.map +1 -1
  1642. package/node_modules/@murphai/query/dist/health/projections.js.map +1 -1
  1643. package/node_modules/@murphai/query/dist/health/projectors/history.d.ts +1 -1
  1644. package/node_modules/@murphai/query/dist/health/providers.js.map +1 -1
  1645. package/node_modules/@murphai/query/dist/health/recipes.js.map +1 -1
  1646. package/node_modules/@murphai/query/dist/health/registries.d.ts +11 -0
  1647. package/node_modules/@murphai/query/dist/health/registries.d.ts.map +1 -1
  1648. package/node_modules/@murphai/query/dist/health/registries.js +18 -2
  1649. package/node_modules/@murphai/query/dist/health/registries.js.map +1 -1
  1650. package/node_modules/@murphai/query/dist/health/supplements.js.map +1 -1
  1651. package/node_modules/@murphai/query/dist/health/workout-formats.js.map +1 -1
  1652. package/node_modules/@murphai/query/dist/id-families.d.ts +1 -13
  1653. package/node_modules/@murphai/query/dist/id-families.d.ts.map +1 -1
  1654. package/node_modules/@murphai/query/dist/id-families.js +1 -119
  1655. package/node_modules/@murphai/query/dist/id-families.js.map +1 -1
  1656. package/node_modules/@murphai/query/dist/index.d.ts +10 -15
  1657. package/node_modules/@murphai/query/dist/index.d.ts.map +1 -1
  1658. package/node_modules/@murphai/query/dist/index.js +7 -31
  1659. package/node_modules/@murphai/query/dist/index.js.map +1 -1
  1660. package/node_modules/@murphai/query/dist/knowledge-format.js +1 -1
  1661. package/node_modules/@murphai/query/dist/knowledge-graph.js +4 -4
  1662. package/node_modules/@murphai/query/dist/knowledge-model.d.ts +1 -1
  1663. package/node_modules/@murphai/query/dist/knowledge-search.js +2 -2
  1664. package/node_modules/@murphai/query/dist/knowledge-search.js.map +1 -1
  1665. package/node_modules/@murphai/query/dist/meal-nutrition.js.map +1 -1
  1666. package/node_modules/@murphai/query/dist/memory.d.ts +3 -2
  1667. package/node_modules/@murphai/query/dist/memory.d.ts.map +1 -1
  1668. package/node_modules/@murphai/query/dist/memory.js +4 -1
  1669. package/node_modules/@murphai/query/dist/memory.js.map +1 -1
  1670. package/node_modules/@murphai/query/dist/metrics/index.js +23 -1
  1671. package/node_modules/@murphai/query/dist/metrics/index.js.map +1 -1
  1672. package/node_modules/@murphai/query/dist/metrics/projection.d.ts.map +1 -1
  1673. package/node_modules/@murphai/query/dist/metrics/projection.js +101 -7
  1674. package/node_modules/@murphai/query/dist/metrics/projection.js.map +1 -1
  1675. package/node_modules/@murphai/query/dist/murph-age.d.ts +1 -1
  1676. package/node_modules/@murphai/query/dist/murph-age.d.ts.map +1 -1
  1677. package/node_modules/@murphai/query/dist/murph-age.js +2 -1
  1678. package/node_modules/@murphai/query/dist/murph-age.js.map +1 -1
  1679. package/node_modules/@murphai/query/dist/overview-weekly-stats.js.map +1 -1
  1680. package/node_modules/@murphai/query/dist/overview.js.map +1 -1
  1681. package/node_modules/@murphai/query/dist/projection/entity-store.d.ts +2 -0
  1682. package/node_modules/@murphai/query/dist/projection/entity-store.d.ts.map +1 -1
  1683. package/node_modules/@murphai/query/dist/projection/entity-store.js +56 -0
  1684. package/node_modules/@murphai/query/dist/projection/entity-store.js.map +1 -1
  1685. package/node_modules/@murphai/query/dist/projection/rebuild.js.map +1 -1
  1686. package/node_modules/@murphai/query/dist/projection/schema.d.ts +1 -1
  1687. package/node_modules/@murphai/query/dist/projection/schema.js +2 -2
  1688. package/node_modules/@murphai/query/dist/projection/schema.js.map +1 -1
  1689. package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js +25 -2
  1690. package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js.map +1 -1
  1691. package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js +1 -0
  1692. package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js.map +1 -1
  1693. package/node_modules/@murphai/query/dist/projection/wearable-summary-store.d.ts.map +1 -1
  1694. package/node_modules/@murphai/query/dist/protocols.js.map +1 -1
  1695. package/node_modules/@murphai/query/dist/query-projection-types.d.ts +7 -0
  1696. package/node_modules/@murphai/query/dist/query-projection-types.d.ts.map +1 -1
  1697. package/node_modules/@murphai/query/dist/query-projection.d.ts +3 -2
  1698. package/node_modules/@murphai/query/dist/query-projection.d.ts.map +1 -1
  1699. package/node_modules/@murphai/query/dist/query-projection.js +5 -1
  1700. package/node_modules/@murphai/query/dist/query-projection.js.map +1 -1
  1701. package/node_modules/@murphai/query/dist/read-model.d.ts +4 -0
  1702. package/node_modules/@murphai/query/dist/read-model.d.ts.map +1 -1
  1703. package/node_modules/@murphai/query/dist/read-model.js +1 -0
  1704. package/node_modules/@murphai/query/dist/read-model.js.map +1 -1
  1705. package/node_modules/@murphai/query/dist/scheduled-logs.js.map +1 -1
  1706. package/node_modules/@murphai/query/dist/search-shared.js.map +1 -1
  1707. package/node_modules/@murphai/query/dist/search.js.map +1 -1
  1708. package/node_modules/@murphai/query/dist/summaries.js.map +1 -1
  1709. package/node_modules/@murphai/query/dist/timeline.js.map +1 -1
  1710. package/node_modules/@murphai/query/dist/vault-source.d.ts.map +1 -1
  1711. package/node_modules/@murphai/query/dist/vault-source.js +39 -3
  1712. package/node_modules/@murphai/query/dist/vault-source.js.map +1 -1
  1713. package/node_modules/@murphai/query/dist/wearables/candidates.d.ts +5 -2
  1714. package/node_modules/@murphai/query/dist/wearables/candidates.d.ts.map +1 -1
  1715. package/node_modules/@murphai/query/dist/wearables/candidates.js +305 -7
  1716. package/node_modules/@murphai/query/dist/wearables/candidates.js.map +1 -1
  1717. package/node_modules/@murphai/query/dist/wearables/dedupe.d.ts.map +1 -1
  1718. package/node_modules/@murphai/query/dist/wearables/dedupe.js +3 -1
  1719. package/node_modules/@murphai/query/dist/wearables/dedupe.js.map +1 -1
  1720. package/node_modules/@murphai/query/dist/wearables/observation.js.map +1 -1
  1721. package/node_modules/@murphai/query/dist/wearables/origin.js.map +1 -1
  1722. package/node_modules/@murphai/query/dist/wearables/provider-policy.js.map +1 -1
  1723. package/node_modules/@murphai/query/dist/wearables/public-output.d.ts.map +1 -1
  1724. package/node_modules/@murphai/query/dist/wearables/public-output.js +6 -79
  1725. package/node_modules/@murphai/query/dist/wearables/public-output.js.map +1 -1
  1726. package/node_modules/@murphai/query/dist/wearables/selection.d.ts.map +1 -1
  1727. package/node_modules/@murphai/query/dist/wearables/selection.js +5 -1
  1728. package/node_modules/@murphai/query/dist/wearables/selection.js.map +1 -1
  1729. package/node_modules/@murphai/query/dist/wearables/sleep-association.d.ts +9 -0
  1730. package/node_modules/@murphai/query/dist/wearables/sleep-association.d.ts.map +1 -0
  1731. package/node_modules/@murphai/query/dist/wearables/sleep-association.js +81 -0
  1732. package/node_modules/@murphai/query/dist/wearables/sleep-association.js.map +1 -0
  1733. package/node_modules/@murphai/query/dist/wearables/types.d.ts +29 -4
  1734. package/node_modules/@murphai/query/dist/wearables/types.d.ts.map +1 -1
  1735. package/node_modules/@murphai/query/dist/wearables/types.js.map +1 -1
  1736. package/node_modules/@murphai/query/dist/wearables.d.ts.map +1 -1
  1737. package/node_modules/@murphai/query/dist/wearables.js +50 -50
  1738. package/node_modules/@murphai/query/dist/wearables.js.map +1 -1
  1739. package/node_modules/@murphai/query/package.json +5 -0
  1740. package/node_modules/@murphai/runtime-state/README.md +1 -1
  1741. package/node_modules/@murphai/runtime-state/dist/assistant-state-fs.js.map +1 -1
  1742. package/node_modules/@murphai/runtime-state/dist/assistant-state-security.js +1 -1
  1743. package/node_modules/@murphai/runtime-state/dist/assistant-state-security.js.map +1 -1
  1744. package/node_modules/@murphai/runtime-state/dist/atomic-write.js.map +1 -1
  1745. package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.d.ts +3 -0
  1746. package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.d.ts.map +1 -0
  1747. package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.js +12 -0
  1748. package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.js.map +1 -0
  1749. package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts +1 -0
  1750. package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts.map +1 -1
  1751. package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js +65 -31
  1752. package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js.map +1 -1
  1753. package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts +1 -1
  1754. package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts.map +1 -1
  1755. package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.js +10 -0
  1756. package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.js.map +1 -1
  1757. package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts +11 -0
  1758. package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts.map +1 -1
  1759. package/node_modules/@murphai/runtime-state/dist/hosted-email.js +56 -3
  1760. package/node_modules/@murphai/runtime-state/dist/hosted-email.js.map +1 -1
  1761. package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts +1 -1
  1762. package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts.map +1 -1
  1763. package/node_modules/@murphai/runtime-state/dist/hosted-storage.js +12 -2
  1764. package/node_modules/@murphai/runtime-state/dist/hosted-storage.js.map +1 -1
  1765. package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-helpers.js.map +1 -1
  1766. package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.d.ts.map +1 -1
  1767. package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.js +2 -0
  1768. package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.js.map +1 -1
  1769. package/node_modules/@murphai/runtime-state/dist/locks.d.ts.map +1 -1
  1770. package/node_modules/@murphai/runtime-state/dist/loopback-control-plane.js.map +1 -1
  1771. package/node_modules/@murphai/runtime-state/dist/process-env.js.map +1 -1
  1772. package/node_modules/@murphai/runtime-state/dist/process-identity.js.map +1 -1
  1773. package/node_modules/@murphai/runtime-state/dist/runtime-paths.d.ts +2 -0
  1774. package/node_modules/@murphai/runtime-state/dist/runtime-paths.d.ts.map +1 -1
  1775. package/node_modules/@murphai/runtime-state/dist/runtime-paths.js +2 -0
  1776. package/node_modules/@murphai/runtime-state/dist/runtime-paths.js.map +1 -1
  1777. package/node_modules/@murphai/runtime-state/dist/shared.js.map +1 -1
  1778. package/node_modules/@murphai/runtime-state/dist/sqlite-warning-filter.js.map +1 -1
  1779. package/node_modules/@murphai/runtime-state/dist/sqlite.js.map +1 -1
  1780. package/node_modules/@murphai/runtime-state/dist/ulid.js.map +1 -1
  1781. package/node_modules/@murphai/setup-cli/dist/setup-agentmail.js.map +1 -1
  1782. package/node_modules/@murphai/setup-cli/dist/setup-assistant-account.js.map +1 -1
  1783. package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js.map +1 -1
  1784. package/node_modules/@murphai/setup-cli/dist/setup-assistant-wizard.js.map +1 -1
  1785. package/node_modules/@murphai/setup-cli/dist/setup-assistant.js.map +1 -1
  1786. package/node_modules/@murphai/setup-cli/dist/setup-cli.d.ts.map +1 -1
  1787. package/node_modules/@murphai/setup-cli/dist/setup-cli.js.map +1 -1
  1788. package/node_modules/@murphai/setup-cli/dist/setup-services/toolchain.js.map +1 -1
  1789. package/node_modules/@murphai/setup-cli/dist/setup-services.js.map +1 -1
  1790. package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js.map +1 -1
  1791. package/node_modules/@murphai/vault-usecases/README.md +11 -0
  1792. package/node_modules/@murphai/vault-usecases/dist/assistant-vault-paths.js.map +1 -1
  1793. package/node_modules/@murphai/vault-usecases/dist/clinical-records.d.ts +102 -0
  1794. package/node_modules/@murphai/vault-usecases/dist/clinical-records.d.ts.map +1 -0
  1795. package/node_modules/@murphai/vault-usecases/dist/clinical-records.js +374 -0
  1796. package/node_modules/@murphai/vault-usecases/dist/clinical-records.js.map +1 -0
  1797. package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.d.ts.map +1 -1
  1798. package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.js +13 -4
  1799. package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.js.map +1 -1
  1800. package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.d.ts +2 -2
  1801. package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.d.ts +3 -3
  1802. package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.js +1 -1
  1803. package/node_modules/@murphai/vault-usecases/dist/preferences.d.ts +34 -3
  1804. package/node_modules/@murphai/vault-usecases/dist/preferences.d.ts.map +1 -1
  1805. package/node_modules/@murphai/vault-usecases/dist/preferences.js +84 -1
  1806. package/node_modules/@murphai/vault-usecases/dist/preferences.js.map +1 -1
  1807. package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts +16 -2
  1808. package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts.map +1 -1
  1809. package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.js +20 -1
  1810. package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.js.map +1 -1
  1811. package/node_modules/@murphai/vault-usecases/dist/testing.d.ts +2 -2
  1812. package/node_modules/@murphai/vault-usecases/dist/testing.d.ts.map +1 -1
  1813. package/node_modules/@murphai/vault-usecases/dist/testing.js +1 -1
  1814. package/node_modules/@murphai/vault-usecases/dist/testing.js.map +1 -1
  1815. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts +18 -18
  1816. package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts.map +1 -1
  1817. package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts +154 -154
  1818. package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts.map +1 -1
  1819. package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js +3 -1
  1820. package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js.map +1 -1
  1821. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts +10 -9
  1822. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts.map +1 -1
  1823. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js +2 -1
  1824. package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js.map +1 -1
  1825. package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.d.ts +35 -35
  1826. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts +38 -37
  1827. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts.map +1 -1
  1828. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js +37 -5
  1829. package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js.map +1 -1
  1830. package/node_modules/@murphai/vault-usecases/dist/usecases/explicit-health-family-services.js +7 -7
  1831. package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts +2 -2
  1832. package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts.map +1 -1
  1833. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.d.ts.map +1 -1
  1834. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js +57 -20
  1835. package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js.map +1 -1
  1836. package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.d.ts +20 -10
  1837. package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.d.ts.map +1 -1
  1838. package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.js +1 -1
  1839. package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.js.map +1 -1
  1840. package/node_modules/@murphai/vault-usecases/dist/usecases/intervention.d.ts +6 -6
  1841. package/node_modules/@murphai/vault-usecases/dist/usecases/intervention.d.ts.map +1 -1
  1842. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts +9 -9
  1843. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts.map +1 -1
  1844. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts +4 -4
  1845. package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts.map +1 -1
  1846. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts +13 -13
  1847. package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts.map +1 -1
  1848. package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.d.ts +3 -3
  1849. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.d.ts.map +1 -1
  1850. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js +1 -0
  1851. package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js.map +1 -1
  1852. package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts +1 -0
  1853. package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts.map +1 -1
  1854. package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js +101 -8
  1855. package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js.map +1 -1
  1856. package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts +34 -0
  1857. package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts.map +1 -1
  1858. package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.js.map +1 -1
  1859. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts +33 -33
  1860. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts.map +1 -1
  1861. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.d.ts +4 -4
  1862. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.js.map +1 -1
  1863. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts +8 -8
  1864. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts.map +1 -1
  1865. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js +1 -1
  1866. package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js.map +1 -1
  1867. package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts +48 -48
  1868. package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts.map +1 -1
  1869. package/node_modules/@murphai/vault-usecases/dist/vault-services.d.ts.map +1 -1
  1870. package/node_modules/@murphai/vault-usecases/dist/vault-services.js +1 -0
  1871. package/node_modules/@murphai/vault-usecases/dist/vault-services.js.map +1 -1
  1872. package/node_modules/@murphai/vault-usecases/package.json +8 -0
  1873. package/node_modules/incur/dist/Cli.d.ts +4 -0
  1874. package/node_modules/incur/dist/Cli.js +10 -3
  1875. package/node_modules/incur/dist/SyncSkills.d.ts +2 -0
  1876. package/node_modules/incur/dist/SyncSkills.js +5 -2
  1877. package/node_modules/incur/src/Cli.ts +14 -3
  1878. package/node_modules/incur/src/SyncSkills.ts +9 -2
  1879. package/package.json +6 -4
  1880. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.d.ts +0 -15
  1881. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.d.ts.map +0 -1
  1882. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.js +0 -79
  1883. package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.js.map +0 -1
  1884. package/node_modules/@murphai/device-syncd/dist/providers/junction-connect-sources.d.ts.map +0 -1
  1885. package/node_modules/@murphai/device-syncd/dist/providers/junction-connect-sources.js.map +0 -1
  1886. package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.d.ts +0 -73
  1887. package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.d.ts.map +0 -1
  1888. package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.js +0 -212
  1889. package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.js.map +0 -1
  1890. package/node_modules/@murphai/operator-config/dist/runtime-errors.d.ts +0 -4
  1891. package/node_modules/@murphai/operator-config/dist/runtime-errors.d.ts.map +0 -1
  1892. package/node_modules/@murphai/operator-config/dist/runtime-errors.js +0 -19
  1893. package/node_modules/@murphai/operator-config/dist/runtime-errors.js.map +0 -1
  1894. package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.d.ts +0 -34
  1895. package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.d.ts.map +0 -1
  1896. package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.js +0 -208
  1897. package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.js.map +0 -1
  1898. package/node_modules/@murphai/vault-usecases/dist/query-id-families.d.ts +0 -4
  1899. package/node_modules/@murphai/vault-usecases/dist/query-id-families.d.ts.map +0 -1
  1900. package/node_modules/@murphai/vault-usecases/dist/query-id-families.js +0 -104
  1901. package/node_modules/@murphai/vault-usecases/dist/query-id-families.js.map +0 -1
  1902. /package/node_modules/@murphai/device-syncd/dist/{providers → config}/junction-connect-sources.d.ts +0 -0
@@ -1,14 +1,15 @@
1
1
  import { Cli, z } from 'incur';
2
- import { type MurphAgeFunctionResidualParameterPack, type MurphAgeSourceRouteId, type MurphAgeWearableResidualParameterPack } from '@murphai/health-metrics';
2
+ import { type MurphAgeFunctionResidualParameterPack, type MurphAgeWearableResidualParameterPack } from '@murphai/health-metrics/murph-age';
3
+ import { type MurphAgeSourceRouteId } from '@murphai/health-metrics/murph-age-source-routes';
3
4
  import type { VaultServices } from '@murphai/vault-usecases';
4
5
  export declare const murphAgeModelCardStatusResultSchema: z.ZodObject<{
5
6
  loadedCardIds: z.ZodArray<z.ZodEnum<{
6
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
7
+ function_context_no_risk: "function_context_no_risk";
7
8
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
9
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
8
10
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
9
11
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
10
12
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
11
- function_context_no_risk: "function_context_no_risk";
12
13
  wearable_context_no_risk: "wearable_context_no_risk";
13
14
  }>>;
14
15
  policies: z.ZodArray<z.ZodObject<{
@@ -21,17 +22,17 @@ export declare const murphAgeModelCardStatusResultSchema: z.ZodObject<{
21
22
  WEARABLE_NOT_SCORE_BEARING: "WEARABLE_NOT_SCORE_BEARING";
22
23
  }>>;
23
24
  cardId: z.ZodEnum<{
24
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
25
+ function_context_no_risk: "function_context_no_risk";
25
26
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
27
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
26
28
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
27
29
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
28
30
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
29
- function_context_no_risk: "function_context_no_risk";
30
31
  wearable_context_no_risk: "wearable_context_no_risk";
31
32
  }>;
32
33
  evidenceClass: z.ZodEnum<{
33
- "context-only": "context-only";
34
34
  abstained: "abstained";
35
+ "context-only": "context-only";
35
36
  "custom-model-unreviewed": "custom-model-unreviewed";
36
37
  "product-authorized": "product-authorized";
37
38
  "research-internal": "research-internal";
@@ -45,8 +46,8 @@ export declare const murphAgeModelCardStatusResultSchema: z.ZodObject<{
45
46
  }>;
46
47
  horizonYears: z.ZodNullable<z.ZodNumber>;
47
48
  riskEndpoint: z.ZodEnum<{
48
- none: "none";
49
49
  "all-cause-mortality": "all-cause-mortality";
50
+ none: "none";
50
51
  }>;
51
52
  }, z.core.$strip>;
52
53
  productAgeReady: z.ZodBoolean;
@@ -80,21 +81,21 @@ export declare const murphAgeModelCardStatusResultSchema: z.ZodObject<{
80
81
  wearableScoreBearingAuthorized: z.ZodBoolean;
81
82
  }, z.core.$strip>>;
82
83
  productReadyCardIds: z.ZodArray<z.ZodEnum<{
83
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
84
+ function_context_no_risk: "function_context_no_risk";
84
85
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
86
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
85
87
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
86
88
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
87
89
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
88
- function_context_no_risk: "function_context_no_risk";
89
90
  wearable_context_no_risk: "wearable_context_no_risk";
90
91
  }>>;
91
92
  researchReadyCardIds: z.ZodArray<z.ZodEnum<{
92
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
93
+ function_context_no_risk: "function_context_no_risk";
93
94
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
95
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
94
96
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
95
97
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
96
98
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
97
- function_context_no_risk: "function_context_no_risk";
98
99
  wearable_context_no_risk: "wearable_context_no_risk";
99
100
  }>>;
100
101
  schemaVersion: z.ZodLiteral<"murph.age.model-card-status.v2">;
@@ -116,8 +117,8 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
116
117
  bundle: z.ZodObject<{
117
118
  availableFeatureKeys: z.ZodArray<z.ZodString>;
118
119
  bundleId: z.ZodEnum<{
119
- insufficient: "insufficient";
120
120
  "function-context": "function-context";
121
+ insufficient: "insufficient";
121
122
  "l1-glycemia": "l1-glycemia";
122
123
  "l1b-glycemia-body": "l1b-glycemia-body";
123
124
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -133,34 +134,34 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
133
134
  "function-context": "function-context";
134
135
  "l1-glycemia": "l1-glycemia";
135
136
  "l1b-glycemia-body": "l1b-glycemia-body";
136
- "wearable-context": "wearable-context";
137
137
  "lab5-fallback": "lab5-fallback";
138
138
  "lab9-mainline": "lab9-mainline";
139
139
  "optional-context": "optional-context";
140
140
  "r399-proxy-anchor": "r399-proxy-anchor";
141
+ "wearable-context": "wearable-context";
141
142
  }>;
142
143
  selectedMetricKey: z.ZodNullable<z.ZodString>;
143
144
  status: z.ZodEnum<{
144
- ready: "ready";
145
145
  missing: "missing";
146
+ ready: "ready";
146
147
  }>;
147
148
  }, z.core.$strip>>;
148
149
  missingFeatureKeys: z.ZodArray<z.ZodString>;
149
150
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
150
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
151
+ function_context_no_risk: "function_context_no_risk";
151
152
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
153
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
152
154
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
153
155
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
154
156
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
155
- function_context_no_risk: "function_context_no_risk";
156
157
  wearable_context_no_risk: "wearable_context_no_risk";
157
158
  }>, z.ZodLiteral<"none">]>;
158
159
  schemaVersion: z.ZodLiteral<"murph.age.input-bundle.v1">;
159
160
  selectedMetricKeys: z.ZodArray<z.ZodString>;
160
161
  status: z.ZodEnum<{
161
- ready: "ready";
162
162
  abstain: "abstain";
163
163
  "context-only": "context-only";
164
+ ready: "ready";
164
165
  }>;
165
166
  warnings: z.ZodArray<z.ZodObject<{
166
167
  code: z.ZodEnum<{
@@ -181,8 +182,8 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
181
182
  contextBundles: z.ZodArray<z.ZodObject<{
182
183
  availableFeatureKeys: z.ZodArray<z.ZodString>;
183
184
  bundleId: z.ZodEnum<{
184
- insufficient: "insufficient";
185
185
  "function-context": "function-context";
186
+ insufficient: "insufficient";
186
187
  "l1-glycemia": "l1-glycemia";
187
188
  "l1b-glycemia-body": "l1b-glycemia-body";
188
189
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -198,34 +199,34 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
198
199
  "function-context": "function-context";
199
200
  "l1-glycemia": "l1-glycemia";
200
201
  "l1b-glycemia-body": "l1b-glycemia-body";
201
- "wearable-context": "wearable-context";
202
202
  "lab5-fallback": "lab5-fallback";
203
203
  "lab9-mainline": "lab9-mainline";
204
204
  "optional-context": "optional-context";
205
205
  "r399-proxy-anchor": "r399-proxy-anchor";
206
+ "wearable-context": "wearable-context";
206
207
  }>;
207
208
  selectedMetricKey: z.ZodNullable<z.ZodString>;
208
209
  status: z.ZodEnum<{
209
- ready: "ready";
210
210
  missing: "missing";
211
+ ready: "ready";
211
212
  }>;
212
213
  }, z.core.$strip>>;
213
214
  missingFeatureKeys: z.ZodArray<z.ZodString>;
214
215
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
215
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
216
+ function_context_no_risk: "function_context_no_risk";
216
217
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
218
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
217
219
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
218
220
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
219
221
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
220
- function_context_no_risk: "function_context_no_risk";
221
222
  wearable_context_no_risk: "wearable_context_no_risk";
222
223
  }>, z.ZodLiteral<"none">]>;
223
224
  schemaVersion: z.ZodLiteral<"murph.age.input-bundle.v1">;
224
225
  selectedMetricKeys: z.ZodArray<z.ZodString>;
225
226
  status: z.ZodEnum<{
226
- ready: "ready";
227
227
  abstain: "abstain";
228
228
  "context-only": "context-only";
229
+ ready: "ready";
229
230
  }>;
230
231
  warnings: z.ZodArray<z.ZodObject<{
231
232
  code: z.ZodEnum<{
@@ -254,12 +255,12 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
254
255
  "wearable-context": "wearable-context";
255
256
  }>;
256
257
  cardId: z.ZodEnum<{
257
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
258
+ function_context_no_risk: "function_context_no_risk";
258
259
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
260
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
259
261
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
260
262
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
261
263
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
262
- function_context_no_risk: "function_context_no_risk";
263
264
  wearable_context_no_risk: "wearable_context_no_risk";
264
265
  }>;
265
266
  completion: z.ZodObject<{
@@ -267,8 +268,8 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
267
268
  minReadyFeatureCount: z.ZodNullable<z.ZodNumber>;
268
269
  requiredFeatureKeys: z.ZodArray<z.ZodString>;
269
270
  rule: z.ZodEnum<{
270
- "all-required-features": "all-required-features";
271
271
  "all-lab5-features-plus-bmi-or-blood-pressure": "all-lab5-features-plus-bmi-or-blood-pressure";
272
+ "all-required-features": "all-required-features";
272
273
  "glycemia-plus-body": "glycemia-plus-body";
273
274
  "one-or-more-context-features": "one-or-more-context-features";
274
275
  "one-or-more-glycemia-features": "one-or-more-glycemia-features";
@@ -289,8 +290,8 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
289
290
  }, z.core.$strip>>;
290
291
  runtimeInputs: z.ZodArray<z.ZodObject<{
291
292
  key: z.ZodEnum<{
292
- sex: "sex";
293
293
  "chronological-age-years": "chronological-age-years";
294
+ sex: "sex";
294
295
  }>;
295
296
  label: z.ZodString;
296
297
  required: z.ZodLiteral<true>;
@@ -300,8 +301,8 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
300
301
  schemaVersion: z.ZodLiteral<"murph.age.input-readiness.v6">;
301
302
  scoreReadiness: z.ZodObject<{
302
303
  bundleId: z.ZodEnum<{
303
- insufficient: "insufficient";
304
304
  "function-context": "function-context";
305
+ insufficient: "insufficient";
305
306
  "l1-glycemia": "l1-glycemia";
306
307
  "l1b-glycemia-body": "l1b-glycemia-body";
307
308
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -313,8 +314,8 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
313
314
  inputReady: z.ZodBoolean;
314
315
  productAgePolicyReady: z.ZodBoolean;
315
316
  productBlockedReasons: z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
316
- INPUT_BUNDLE_INCOMPLETE: "INPUT_BUNDLE_INCOMPLETE";
317
317
  CONTEXT_ONLY_NOT_SCORE_BEARING: "CONTEXT_ONLY_NOT_SCORE_BEARING";
318
+ INPUT_BUNDLE_INCOMPLETE: "INPUT_BUNDLE_INCOMPLETE";
318
319
  }>, z.ZodEnum<{
319
320
  PRODUCT_POLICY_NOT_AUTHORIZED: "PRODUCT_POLICY_NOT_AUTHORIZED";
320
321
  PRODUCT_PROMOTION_EVIDENCE_MISSING: "PRODUCT_PROMOTION_EVIDENCE_MISSING";
@@ -331,12 +332,12 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
331
332
  }>>;
332
333
  productRiskPolicyReady: z.ZodBoolean;
333
334
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
334
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
335
+ function_context_no_risk: "function_context_no_risk";
335
336
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
337
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
336
338
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
337
339
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
338
340
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
339
- function_context_no_risk: "function_context_no_risk";
340
341
  wearable_context_no_risk: "wearable_context_no_risk";
341
342
  }>, z.ZodLiteral<"none">]>;
342
343
  researchModelCardRequired: z.ZodBoolean;
@@ -360,25 +361,25 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
360
361
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
361
362
  features: z.ZodArray<z.ZodObject<{
362
363
  family: z.ZodEnum<{
364
+ activity: "activity";
363
365
  hrv: "hrv";
364
366
  quality: "quality";
365
- sleep: "sleep";
366
- activity: "activity";
367
367
  "resting-heart-rate": "resting-heart-rate";
368
+ sleep: "sleep";
368
369
  }>;
369
370
  featureKey: z.ZodString;
370
371
  measurementMethod: z.ZodEnum<{
371
- unknown: "unknown";
372
372
  "consumer-device": "consumer-device";
373
373
  "estimated-fitness": "estimated-fitness";
374
374
  "psg-or-ecg": "psg-or-ecg";
375
375
  "research-actigraphy": "research-actigraphy";
376
376
  "self-report": "self-report";
377
+ unknown: "unknown";
377
378
  }>;
378
379
  methodQualifier: z.ZodEnum<{
379
- required: "required";
380
380
  "not-required": "not-required";
381
381
  recommended: "recommended";
382
+ required: "required";
382
383
  }>;
383
384
  metricKeys: z.ZodArray<z.ZodString>;
384
385
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -389,20 +390,20 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
389
390
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
390
391
  riskEffect: z.ZodLiteral<"not-estimated">;
391
392
  role: z.ZodEnum<{
392
- quality: "quality";
393
393
  "deferred-context": "deferred-context";
394
+ quality: "quality";
394
395
  "shadow-increment-signal": "shadow-increment-signal";
395
396
  }>;
396
397
  scoreBearing: z.ZodLiteral<false>;
397
398
  scoreContributionAuthorized: z.ZodLiteral<false>;
398
399
  status: z.ZodEnum<{
400
+ missing: "missing";
399
401
  partial: "partial";
400
402
  ready: "ready";
401
- missing: "missing";
402
403
  }>;
403
404
  uncertaintyAction: z.ZodEnum<{
404
- none: "none";
405
405
  "context-only": "context-only";
406
+ none: "none";
406
407
  }>;
407
408
  unlockPriority: z.ZodEnum<{
408
409
  defer: "defer";
@@ -425,17 +426,17 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
425
426
  wearableShadow: z.ZodObject<{
426
427
  anchor: z.ZodObject<{
427
428
  anchorCardId: z.ZodNullable<z.ZodEnum<{
428
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
429
+ function_context_no_risk: "function_context_no_risk";
429
430
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
431
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
430
432
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
431
433
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
432
434
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
433
- function_context_no_risk: "function_context_no_risk";
434
435
  wearable_context_no_risk: "wearable_context_no_risk";
435
436
  }>>;
436
437
  bundleId: z.ZodEnum<{
437
- insufficient: "insufficient";
438
438
  "function-context": "function-context";
439
+ insufficient: "insufficient";
439
440
  "l1-glycemia": "l1-glycemia";
440
441
  "l1b-glycemia-body": "l1b-glycemia-body";
441
442
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -444,46 +445,46 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
444
445
  "wearable-context": "wearable-context";
445
446
  }>;
446
447
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
447
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
448
+ function_context_no_risk: "function_context_no_risk";
448
449
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
450
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
449
451
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
450
452
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
451
453
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
452
- function_context_no_risk: "function_context_no_risk";
453
454
  wearable_context_no_risk: "wearable_context_no_risk";
454
455
  }>, z.ZodLiteral<"none">]>;
455
456
  status: z.ZodEnum<{
456
- ready: "ready";
457
457
  abstain: "abstain";
458
458
  "context-only": "context-only";
459
+ ready: "ready";
459
460
  }>;
460
461
  }, z.core.$strip>;
461
462
  assessments: z.ZodArray<z.ZodObject<{
462
463
  anchorCardId: z.ZodNullable<z.ZodEnum<{
463
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
464
+ function_context_no_risk: "function_context_no_risk";
464
465
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
466
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
465
467
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
466
468
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
467
469
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
468
- function_context_no_risk: "function_context_no_risk";
469
470
  wearable_context_no_risk: "wearable_context_no_risk";
470
471
  }>>;
471
472
  anchorCompatible: z.ZodBoolean;
472
473
  availableMetricKeys: z.ZodArray<z.ZodString>;
473
474
  compatibleAnchorCardIds: z.ZodArray<z.ZodEnum<{
474
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
475
+ function_context_no_risk: "function_context_no_risk";
475
476
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
477
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
476
478
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
477
479
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
478
480
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
479
- function_context_no_risk: "function_context_no_risk";
480
481
  wearable_context_no_risk: "wearable_context_no_risk";
481
482
  }>>;
482
483
  family: z.ZodEnum<{
483
- hrv: "hrv";
484
- sleep: "sleep";
485
484
  activity: "activity";
485
+ hrv: "hrv";
486
486
  "resting-heart-rate": "resting-heart-rate";
487
+ sleep: "sleep";
487
488
  }>;
488
489
  missingMetricKeys: z.ZodArray<z.ZodString>;
489
490
  missingQualityMetricKeys: z.ZodArray<z.ZodString>;
@@ -503,9 +504,9 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
503
504
  scoreContributionAuthorized: z.ZodLiteral<false>;
504
505
  selectedMetricKeys: z.ZodArray<z.ZodString>;
505
506
  status: z.ZodEnum<{
506
- ready: "ready";
507
- missing: "missing";
508
507
  blocked: "blocked";
508
+ missing: "missing";
509
+ ready: "ready";
509
510
  }>;
510
511
  warnings: z.ZodArray<z.ZodObject<{
511
512
  code: z.ZodEnum<{
@@ -524,22 +525,22 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
524
525
  }, z.core.$strip>>;
525
526
  }, z.core.$strip>>;
526
527
  blockedFamilies: z.ZodArray<z.ZodEnum<{
527
- hrv: "hrv";
528
- sleep: "sleep";
529
528
  activity: "activity";
529
+ hrv: "hrv";
530
530
  "resting-heart-rate": "resting-heart-rate";
531
+ sleep: "sleep";
531
532
  }>>;
532
533
  missingFamilies: z.ZodArray<z.ZodEnum<{
533
- hrv: "hrv";
534
- sleep: "sleep";
535
534
  activity: "activity";
535
+ hrv: "hrv";
536
536
  "resting-heart-rate": "resting-heart-rate";
537
+ sleep: "sleep";
537
538
  }>>;
538
539
  readyFamilies: z.ZodArray<z.ZodEnum<{
539
- hrv: "hrv";
540
- sleep: "sleep";
541
540
  activity: "activity";
541
+ hrv: "hrv";
542
542
  "resting-heart-rate": "resting-heart-rate";
543
+ sleep: "sleep";
543
544
  }>>;
544
545
  schemaVersion: z.ZodLiteral<"murph.age.wearable-shadow-readiness.v1">;
545
546
  warnings: z.ZodArray<z.ZodObject<{
@@ -562,18 +563,18 @@ export declare const murphAgeInputReadinessResultSchema: z.ZodObject<{
562
563
  export declare const murphAgeReportResultSchema: z.ZodObject<{
563
564
  authorization: z.ZodObject<{
564
565
  cardId: z.ZodNullable<z.ZodEnum<{
565
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
566
+ function_context_no_risk: "function_context_no_risk";
566
567
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
568
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
567
569
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
568
570
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
569
571
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
570
- function_context_no_risk: "function_context_no_risk";
571
572
  wearable_context_no_risk: "wearable_context_no_risk";
572
573
  }>>;
573
574
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
574
575
  evidenceClass: z.ZodEnum<{
575
- "context-only": "context-only";
576
576
  abstained: "abstained";
577
+ "context-only": "context-only";
577
578
  "custom-model-unreviewed": "custom-model-unreviewed";
578
579
  "product-authorized": "product-authorized";
579
580
  "research-internal": "research-internal";
@@ -592,8 +593,8 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
592
593
  contextOnlyFeatureKeys: z.ZodArray<z.ZodString>;
593
594
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
594
595
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
595
- "context-only": "context-only";
596
596
  "age-estimate-unavailable": "age-estimate-unavailable";
597
+ "context-only": "context-only";
597
598
  "policy-violation": "policy-violation";
598
599
  "product-not-authorized": "product-not-authorized";
599
600
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -602,9 +603,9 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
602
603
  displayStatus: z.ZodEnum<{
603
604
  abstain: "abstain";
604
605
  "context-only": "context-only";
605
- "research-only": "research-only";
606
606
  "product-age-ready": "product-age-ready";
607
607
  "product-risk-only": "product-risk-only";
608
+ "research-only": "research-only";
608
609
  }>;
609
610
  missingFeatureKeys: z.ZodArray<z.ZodString>;
610
611
  outcomeContext: z.ZodObject<{
@@ -614,8 +615,8 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
614
615
  }>;
615
616
  horizonYears: z.ZodNullable<z.ZodNumber>;
616
617
  riskEndpoint: z.ZodEnum<{
617
- none: "none";
618
618
  "all-cause-mortality": "all-cause-mortality";
619
+ none: "none";
619
620
  }>;
620
621
  }, z.core.$strip>;
621
622
  productAgeDisplayReady: z.ZodBoolean;
@@ -654,25 +655,25 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
654
655
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
655
656
  features: z.ZodArray<z.ZodObject<{
656
657
  family: z.ZodEnum<{
658
+ activity: "activity";
657
659
  hrv: "hrv";
658
660
  quality: "quality";
659
- sleep: "sleep";
660
- activity: "activity";
661
661
  "resting-heart-rate": "resting-heart-rate";
662
+ sleep: "sleep";
662
663
  }>;
663
664
  featureKey: z.ZodString;
664
665
  measurementMethod: z.ZodEnum<{
665
- unknown: "unknown";
666
666
  "consumer-device": "consumer-device";
667
667
  "estimated-fitness": "estimated-fitness";
668
668
  "psg-or-ecg": "psg-or-ecg";
669
669
  "research-actigraphy": "research-actigraphy";
670
670
  "self-report": "self-report";
671
+ unknown: "unknown";
671
672
  }>;
672
673
  methodQualifier: z.ZodEnum<{
673
- required: "required";
674
674
  "not-required": "not-required";
675
675
  recommended: "recommended";
676
+ required: "required";
676
677
  }>;
677
678
  metricKeys: z.ZodArray<z.ZodString>;
678
679
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -683,20 +684,20 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
683
684
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
684
685
  riskEffect: z.ZodLiteral<"not-estimated">;
685
686
  role: z.ZodEnum<{
686
- quality: "quality";
687
687
  "deferred-context": "deferred-context";
688
+ quality: "quality";
688
689
  "shadow-increment-signal": "shadow-increment-signal";
689
690
  }>;
690
691
  scoreBearing: z.ZodLiteral<false>;
691
692
  scoreContributionAuthorized: z.ZodLiteral<false>;
692
693
  status: z.ZodEnum<{
694
+ missing: "missing";
693
695
  partial: "partial";
694
696
  ready: "ready";
695
- missing: "missing";
696
697
  }>;
697
698
  uncertaintyAction: z.ZodEnum<{
698
- none: "none";
699
699
  "context-only": "context-only";
700
+ none: "none";
700
701
  }>;
701
702
  unlockPriority: z.ZodEnum<{
702
703
  defer: "defer";
@@ -718,10 +719,10 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
718
719
  }, z.core.$strip>;
719
720
  wearableContext: z.ZodObject<{
720
721
  availableFeatureFamilies: z.ZodArray<z.ZodEnum<{
722
+ activity: "activity";
721
723
  quality: "quality";
722
724
  recovery: "recovery";
723
725
  sleep: "sleep";
724
- activity: "activity";
725
726
  }>>;
726
727
  availableQualityFeatureKeys: z.ZodArray<z.ZodString>;
727
728
  missingQualityFeatureKeys: z.ZodArray<z.ZodString>;
@@ -738,19 +739,19 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
738
739
  scoreBearing: z.ZodLiteral<false>;
739
740
  scoreContributionAuthorized: z.ZodLiteral<false>;
740
741
  uncertaintyAction: z.ZodEnum<{
741
- none: "none";
742
742
  "context-only": "context-only";
743
+ none: "none";
743
744
  }>;
744
745
  }, z.core.$strip>;
745
746
  }, z.core.$strip>;
746
747
  functionResidualLayer: z.ZodNullable<z.ZodObject<{
747
748
  anchorCardId: z.ZodNullable<z.ZodEnum<{
748
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
749
+ function_context_no_risk: "function_context_no_risk";
749
750
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
751
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
750
752
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
751
753
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
752
754
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
753
- function_context_no_risk: "function_context_no_risk";
754
755
  wearable_context_no_risk: "wearable_context_no_risk";
755
756
  }>>;
756
757
  eligibleForResidualResearch: z.ZodBoolean;
@@ -766,9 +767,9 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
766
767
  selectedMetricKeys: z.ZodArray<z.ZodString>;
767
768
  status: z.ZodEnum<{
768
769
  "blocked-incompatible-anchor": "blocked-incompatible-anchor";
770
+ "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
769
771
  "mechanics-ready-zero-delta": "mechanics-ready-zero-delta";
770
772
  "research-parameterized-shadow-delta": "research-parameterized-shadow-delta";
771
- "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
772
773
  }>;
773
774
  warnings: z.ZodArray<z.ZodObject<{
774
775
  code: z.ZodEnum<{
@@ -790,8 +791,8 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
790
791
  bundle: z.ZodObject<{
791
792
  availableFeatureKeys: z.ZodArray<z.ZodString>;
792
793
  bundleId: z.ZodEnum<{
793
- insufficient: "insufficient";
794
794
  "function-context": "function-context";
795
+ insufficient: "insufficient";
795
796
  "l1-glycemia": "l1-glycemia";
796
797
  "l1b-glycemia-body": "l1b-glycemia-body";
797
798
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -800,19 +801,19 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
800
801
  "wearable-context": "wearable-context";
801
802
  }>;
802
803
  featureStatuses: z.ZodArray<z.ZodObject<{
803
- status: z.ZodEnum<{
804
- ready: "ready";
805
- missing: "missing";
806
- }>;
807
804
  requiredFor: z.ZodEnum<{
808
805
  "function-context": "function-context";
809
806
  "l1-glycemia": "l1-glycemia";
810
807
  "l1b-glycemia-body": "l1b-glycemia-body";
811
- "wearable-context": "wearable-context";
812
808
  "lab5-fallback": "lab5-fallback";
813
809
  "lab9-mainline": "lab9-mainline";
814
810
  "optional-context": "optional-context";
815
811
  "r399-proxy-anchor": "r399-proxy-anchor";
812
+ "wearable-context": "wearable-context";
813
+ }>;
814
+ status: z.ZodEnum<{
815
+ missing: "missing";
816
+ ready: "ready";
816
817
  }>;
817
818
  featureKey: z.ZodString;
818
819
  metricKeys: z.ZodArray<z.ZodString>;
@@ -820,20 +821,20 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
820
821
  }, z.core.$strip>>;
821
822
  missingFeatureKeys: z.ZodArray<z.ZodString>;
822
823
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
823
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
824
+ function_context_no_risk: "function_context_no_risk";
824
825
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
826
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
825
827
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
826
828
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
827
829
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
828
- function_context_no_risk: "function_context_no_risk";
829
830
  wearable_context_no_risk: "wearable_context_no_risk";
830
831
  }>, z.ZodLiteral<"none">]>;
831
832
  schemaVersion: z.ZodLiteral<"murph.age.input-bundle.v1">;
832
833
  selectedMetricKeys: z.ZodArray<z.ZodString>;
833
834
  status: z.ZodEnum<{
834
- ready: "ready";
835
835
  abstain: "abstain";
836
836
  "context-only": "context-only";
837
+ ready: "ready";
837
838
  }>;
838
839
  warnings: z.ZodArray<z.ZodObject<{
839
840
  code: z.ZodEnum<{
@@ -854,8 +855,8 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
854
855
  contextBundles: z.ZodArray<z.ZodObject<{
855
856
  availableFeatureKeys: z.ZodArray<z.ZodString>;
856
857
  bundleId: z.ZodEnum<{
857
- insufficient: "insufficient";
858
858
  "function-context": "function-context";
859
+ insufficient: "insufficient";
859
860
  "l1-glycemia": "l1-glycemia";
860
861
  "l1b-glycemia-body": "l1b-glycemia-body";
861
862
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -864,19 +865,19 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
864
865
  "wearable-context": "wearable-context";
865
866
  }>;
866
867
  featureStatuses: z.ZodArray<z.ZodObject<{
867
- status: z.ZodEnum<{
868
- ready: "ready";
869
- missing: "missing";
870
- }>;
871
868
  requiredFor: z.ZodEnum<{
872
869
  "function-context": "function-context";
873
870
  "l1-glycemia": "l1-glycemia";
874
871
  "l1b-glycemia-body": "l1b-glycemia-body";
875
- "wearable-context": "wearable-context";
876
872
  "lab5-fallback": "lab5-fallback";
877
873
  "lab9-mainline": "lab9-mainline";
878
874
  "optional-context": "optional-context";
879
875
  "r399-proxy-anchor": "r399-proxy-anchor";
876
+ "wearable-context": "wearable-context";
877
+ }>;
878
+ status: z.ZodEnum<{
879
+ missing: "missing";
880
+ ready: "ready";
880
881
  }>;
881
882
  featureKey: z.ZodString;
882
883
  metricKeys: z.ZodArray<z.ZodString>;
@@ -884,20 +885,20 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
884
885
  }, z.core.$strip>>;
885
886
  missingFeatureKeys: z.ZodArray<z.ZodString>;
886
887
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
887
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
888
+ function_context_no_risk: "function_context_no_risk";
888
889
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
890
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
889
891
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
890
892
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
891
893
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
892
- function_context_no_risk: "function_context_no_risk";
893
894
  wearable_context_no_risk: "wearable_context_no_risk";
894
895
  }>, z.ZodLiteral<"none">]>;
895
896
  schemaVersion: z.ZodLiteral<"murph.age.input-bundle.v1">;
896
897
  selectedMetricKeys: z.ZodArray<z.ZodString>;
897
898
  status: z.ZodEnum<{
898
- ready: "ready";
899
899
  abstain: "abstain";
900
900
  "context-only": "context-only";
901
+ ready: "ready";
901
902
  }>;
902
903
  warnings: z.ZodArray<z.ZodObject<{
903
904
  code: z.ZodEnum<{
@@ -917,8 +918,8 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
917
918
  }, z.core.$strip>>;
918
919
  }, z.core.$strip>;
919
920
  mode: z.ZodEnum<{
920
- research: "research";
921
921
  product: "product";
922
+ research: "research";
922
923
  }>;
923
924
  researchCandidateCards: z.ZodArray<z.ZodObject<{
924
925
  availableFeatureKeys: z.ZodArray<z.ZodString>;
@@ -929,8 +930,8 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
929
930
  PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT: "PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT";
930
931
  }>>;
931
932
  bundleId: z.ZodEnum<{
932
- insufficient: "insufficient";
933
933
  "function-context": "function-context";
934
+ insufficient: "insufficient";
934
935
  "l1-glycemia": "l1-glycemia";
935
936
  "l1b-glycemia-body": "l1b-glycemia-body";
936
937
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -939,16 +940,16 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
939
940
  "wearable-context": "wearable-context";
940
941
  }>;
941
942
  cardId: z.ZodEnum<{
942
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
943
943
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
944
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
944
945
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
945
946
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
946
947
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
947
948
  }>;
948
949
  inputStatus: z.ZodEnum<{
949
- ready: "ready";
950
950
  abstain: "abstain";
951
951
  "context-only": "context-only";
952
+ ready: "ready";
952
953
  }>;
953
954
  missingFeatureKeys: z.ZodArray<z.ZodString>;
954
955
  modelLoaded: z.ZodBoolean;
@@ -974,18 +975,18 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
974
975
  ageDeltaYears: z.ZodNullable<z.ZodNumber>;
975
976
  authorization: z.ZodObject<{
976
977
  cardId: z.ZodNullable<z.ZodEnum<{
977
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
978
+ function_context_no_risk: "function_context_no_risk";
978
979
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
980
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
979
981
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
980
982
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
981
983
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
982
- function_context_no_risk: "function_context_no_risk";
983
984
  wearable_context_no_risk: "wearable_context_no_risk";
984
985
  }>>;
985
986
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
986
987
  evidenceClass: z.ZodEnum<{
987
- "context-only": "context-only";
988
988
  abstained: "abstained";
989
+ "context-only": "context-only";
989
990
  "custom-model-unreviewed": "custom-model-unreviewed";
990
991
  "product-authorized": "product-authorized";
991
992
  "research-internal": "research-internal";
@@ -1006,10 +1007,10 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
1006
1007
  metricKey: z.ZodNullable<z.ZodString>;
1007
1008
  moduleId: z.ZodString;
1008
1009
  status: z.ZodEnum<{
1009
- ready: "ready";
1010
- missing: "missing";
1011
1010
  blocked: "blocked";
1012
1011
  imputed: "imputed";
1012
+ missing: "missing";
1013
+ ready: "ready";
1013
1014
  }>;
1014
1015
  warnings: z.ZodArray<z.ZodObject<{
1015
1016
  code: z.ZodEnum<{
@@ -1041,8 +1042,8 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
1041
1042
  probability: z.ZodNumber;
1042
1043
  }, z.core.$strip>>;
1043
1044
  status: z.ZodEnum<{
1044
- ready: "ready";
1045
1045
  abstain: "abstain";
1046
+ ready: "ready";
1046
1047
  }>;
1047
1048
  warnings: z.ZodArray<z.ZodObject<{
1048
1049
  code: z.ZodEnum<{
@@ -1062,9 +1063,9 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
1062
1063
  }, z.core.$strip>>;
1063
1064
  schemaVersion: z.ZodLiteral<"murph.age.public-calculator-report.v6">;
1064
1065
  status: z.ZodEnum<{
1065
- ready: "ready";
1066
1066
  abstain: "abstain";
1067
1067
  "context-only": "context-only";
1068
+ ready: "ready";
1068
1069
  }>;
1069
1070
  warnings: z.ZodArray<z.ZodObject<{
1070
1071
  code: z.ZodEnum<{
@@ -1083,12 +1084,12 @@ export declare const murphAgeReportResultSchema: z.ZodObject<{
1083
1084
  }, z.core.$strip>>;
1084
1085
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
1085
1086
  anchorCardId: z.ZodNullable<z.ZodEnum<{
1086
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1087
+ function_context_no_risk: "function_context_no_risk";
1087
1088
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
1089
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1088
1090
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
1089
1091
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
1090
1092
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
1091
- function_context_no_risk: "function_context_no_risk";
1092
1093
  wearable_context_no_risk: "wearable_context_no_risk";
1093
1094
  }>>;
1094
1095
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -1146,8 +1147,8 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1146
1147
  }, z.core.$strip>>;
1147
1148
  blockedFeatureKeys: z.ZodArray<z.ZodString>;
1148
1149
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
1149
- "context-only": "context-only";
1150
1150
  "age-estimate-unavailable": "age-estimate-unavailable";
1151
+ "context-only": "context-only";
1151
1152
  "policy-violation": "policy-violation";
1152
1153
  "product-not-authorized": "product-not-authorized";
1153
1154
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -1163,9 +1164,9 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1163
1164
  displayStatus: z.ZodEnum<{
1164
1165
  abstain: "abstain";
1165
1166
  "context-only": "context-only";
1166
- "research-only": "research-only";
1167
1167
  "product-age-ready": "product-age-ready";
1168
1168
  "product-risk-only": "product-risk-only";
1169
+ "research-only": "research-only";
1169
1170
  }>;
1170
1171
  domainContributions: z.ZodArray<z.ZodObject<{
1171
1172
  contributionYears: z.ZodNullable<z.ZodNumber>;
@@ -1178,10 +1179,10 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1178
1179
  metricKey: z.ZodNullable<z.ZodString>;
1179
1180
  moduleId: z.ZodString;
1180
1181
  status: z.ZodEnum<{
1181
- ready: "ready";
1182
- missing: "missing";
1183
1182
  blocked: "blocked";
1184
1183
  imputed: "imputed";
1184
+ missing: "missing";
1185
+ ready: "ready";
1185
1186
  }>;
1186
1187
  warnings: z.ZodArray<z.ZodObject<{
1187
1188
  code: z.ZodEnum<{
@@ -1206,10 +1207,10 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1206
1207
  metricKey: z.ZodNullable<z.ZodString>;
1207
1208
  moduleId: z.ZodString;
1208
1209
  status: z.ZodEnum<{
1209
- ready: "ready";
1210
- missing: "missing";
1211
1210
  blocked: "blocked";
1212
1211
  imputed: "imputed";
1212
+ missing: "missing";
1213
+ ready: "ready";
1213
1214
  }>;
1214
1215
  warnings: z.ZodArray<z.ZodObject<{
1215
1216
  code: z.ZodEnum<{
@@ -1239,10 +1240,10 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1239
1240
  metricKey: z.ZodNullable<z.ZodString>;
1240
1241
  moduleId: z.ZodString;
1241
1242
  status: z.ZodEnum<{
1242
- ready: "ready";
1243
- missing: "missing";
1244
1243
  blocked: "blocked";
1245
1244
  imputed: "imputed";
1245
+ missing: "missing";
1246
+ ready: "ready";
1246
1247
  }>;
1247
1248
  warnings: z.ZodArray<z.ZodObject<{
1248
1249
  code: z.ZodEnum<{
@@ -1272,10 +1273,10 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1272
1273
  metricKey: z.ZodNullable<z.ZodString>;
1273
1274
  moduleId: z.ZodString;
1274
1275
  status: z.ZodEnum<{
1275
- ready: "ready";
1276
- missing: "missing";
1277
1276
  blocked: "blocked";
1278
1277
  imputed: "imputed";
1278
+ missing: "missing";
1279
+ ready: "ready";
1279
1280
  }>;
1280
1281
  warnings: z.ZodArray<z.ZodObject<{
1281
1282
  code: z.ZodEnum<{
@@ -1302,8 +1303,8 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1302
1303
  }, z.core.$strip>;
1303
1304
  missingFeatureKeys: z.ZodArray<z.ZodString>;
1304
1305
  mode: z.ZodEnum<{
1305
- research: "research";
1306
1306
  product: "product";
1307
+ research: "research";
1307
1308
  }>;
1308
1309
  product: z.ZodObject<{
1309
1310
  ageDisplayReady: z.ZodBoolean;
@@ -1342,16 +1343,16 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1342
1343
  horizonYears: z.ZodNullable<z.ZodNumber>;
1343
1344
  probability: z.ZodNullable<z.ZodNumber>;
1344
1345
  riskEndpoint: z.ZodEnum<{
1345
- none: "none";
1346
1346
  "all-cause-mortality": "all-cause-mortality";
1347
+ none: "none";
1347
1348
  }>;
1348
1349
  }, z.core.$strip>;
1349
1350
  schemaVersion: z.ZodLiteral<"murph.age.public-calculator-view.v5">;
1350
1351
  scoreReadiness: z.ZodObject<{
1351
1352
  biologicalAgeAvailable: z.ZodBoolean;
1352
1353
  contextBundleIds: z.ZodArray<z.ZodEnum<{
1353
- insufficient: "insufficient";
1354
1354
  "function-context": "function-context";
1355
+ insufficient: "insufficient";
1355
1356
  "l1-glycemia": "l1-glycemia";
1356
1357
  "l1b-glycemia-body": "l1b-glycemia-body";
1357
1358
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -1361,8 +1362,8 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1361
1362
  }>>;
1362
1363
  contextOnlyFeatureCount: z.ZodNumber;
1363
1364
  inputBundleId: z.ZodEnum<{
1364
- insufficient: "insufficient";
1365
1365
  "function-context": "function-context";
1366
+ insufficient: "insufficient";
1366
1367
  "l1-glycemia": "l1-glycemia";
1367
1368
  "l1b-glycemia-body": "l1b-glycemia-body";
1368
1369
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -1374,8 +1375,8 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1374
1375
  riskAvailable: z.ZodBoolean;
1375
1376
  scoreBearingFeatureCount: z.ZodNumber;
1376
1377
  status: z.ZodEnum<{
1377
- "input-incomplete": "input-incomplete";
1378
1378
  "context-only-no-score": "context-only-no-score";
1379
+ "input-incomplete": "input-incomplete";
1379
1380
  "research-estimate-withheld": "research-estimate-withheld";
1380
1381
  "validated-age-ready": "validated-age-ready";
1381
1382
  "validated-risk-only": "validated-risk-only";
@@ -1391,20 +1392,20 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1391
1392
  wearableReadyFeatureCount: z.ZodNumber;
1392
1393
  }, z.core.$strip>;
1393
1394
  selectedCardId: z.ZodNullable<z.ZodEnum<{
1394
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1395
+ function_context_no_risk: "function_context_no_risk";
1395
1396
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
1397
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1396
1398
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
1397
1399
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
1398
1400
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
1399
- function_context_no_risk: "function_context_no_risk";
1400
1401
  wearable_context_no_risk: "wearable_context_no_risk";
1401
1402
  }>>;
1402
1403
  selectedScoreBearingFeatureKeys: z.ZodArray<z.ZodString>;
1403
1404
  selectedScoreBearingMetricKeys: z.ZodArray<z.ZodString>;
1404
1405
  status: z.ZodEnum<{
1405
- ready: "ready";
1406
1406
  abstain: "abstain";
1407
1407
  "context-only": "context-only";
1408
+ ready: "ready";
1408
1409
  }>;
1409
1410
  warnings: z.ZodArray<z.ZodObject<{
1410
1411
  code: z.ZodEnum<{
@@ -1427,25 +1428,25 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1427
1428
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
1428
1429
  features: z.ZodArray<z.ZodObject<{
1429
1430
  family: z.ZodEnum<{
1431
+ activity: "activity";
1430
1432
  hrv: "hrv";
1431
1433
  quality: "quality";
1432
- sleep: "sleep";
1433
- activity: "activity";
1434
1434
  "resting-heart-rate": "resting-heart-rate";
1435
+ sleep: "sleep";
1435
1436
  }>;
1436
1437
  featureKey: z.ZodString;
1437
1438
  measurementMethod: z.ZodEnum<{
1438
- unknown: "unknown";
1439
1439
  "consumer-device": "consumer-device";
1440
1440
  "estimated-fitness": "estimated-fitness";
1441
1441
  "psg-or-ecg": "psg-or-ecg";
1442
1442
  "research-actigraphy": "research-actigraphy";
1443
1443
  "self-report": "self-report";
1444
+ unknown: "unknown";
1444
1445
  }>;
1445
1446
  methodQualifier: z.ZodEnum<{
1446
- required: "required";
1447
1447
  "not-required": "not-required";
1448
1448
  recommended: "recommended";
1449
+ required: "required";
1449
1450
  }>;
1450
1451
  metricKeys: z.ZodArray<z.ZodString>;
1451
1452
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -1456,20 +1457,20 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1456
1457
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
1457
1458
  riskEffect: z.ZodLiteral<"not-estimated">;
1458
1459
  role: z.ZodEnum<{
1459
- quality: "quality";
1460
1460
  "deferred-context": "deferred-context";
1461
+ quality: "quality";
1461
1462
  "shadow-increment-signal": "shadow-increment-signal";
1462
1463
  }>;
1463
1464
  scoreBearing: z.ZodLiteral<false>;
1464
1465
  scoreContributionAuthorized: z.ZodLiteral<false>;
1465
1466
  status: z.ZodEnum<{
1467
+ missing: "missing";
1466
1468
  partial: "partial";
1467
1469
  ready: "ready";
1468
- missing: "missing";
1469
1470
  }>;
1470
1471
  uncertaintyAction: z.ZodEnum<{
1471
- none: "none";
1472
1472
  "context-only": "context-only";
1473
+ none: "none";
1473
1474
  }>;
1474
1475
  unlockPriority: z.ZodEnum<{
1475
1476
  defer: "defer";
@@ -1501,11 +1502,11 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1501
1502
  "shadow-residual-research": "shadow-residual-research";
1502
1503
  }>;
1503
1504
  family: z.ZodEnum<{
1505
+ activity: "activity";
1504
1506
  hrv: "hrv";
1505
1507
  quality: "quality";
1506
- sleep: "sleep";
1507
- activity: "activity";
1508
1508
  "resting-heart-rate": "resting-heart-rate";
1509
+ sleep: "sleep";
1509
1510
  }>;
1510
1511
  minimumValidDays28d: z.ZodNullable<z.ZodNumber>;
1511
1512
  minimumValidNights28d: z.ZodNullable<z.ZodNumber>;
@@ -1532,8 +1533,8 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1532
1533
  productWearableMultiplier: z.ZodLiteral<0>;
1533
1534
  residualLayerContract: z.ZodObject<{
1534
1535
  anchorCardIds: z.ZodArray<z.ZodEnum<{
1535
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1536
1536
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
1537
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1537
1538
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
1538
1539
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
1539
1540
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
@@ -1542,26 +1543,26 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1542
1543
  deploymentRightsRequiredForProductScoring: z.ZodLiteral<true>;
1543
1544
  emptyPackBehavior: z.ZodLiteral<"exact-current-zero-delta-behavior">;
1544
1545
  familyPriorityOrder: z.ZodArray<z.ZodEnum<{
1545
- hrv: "hrv";
1546
- sleep: "sleep";
1547
1546
  activity: "activity";
1548
- "resting-heart-rate": "resting-heart-rate";
1549
1547
  "estimated-vo2-max": "estimated-vo2-max";
1548
+ hrv: "hrv";
1549
+ "resting-heart-rate": "resting-heart-rate";
1550
+ sleep: "sleep";
1550
1551
  }>>;
1551
1552
  requiredFields: z.ZodArray<z.ZodEnum<{
1552
- family: "family";
1553
- endpoint: "endpoint";
1554
- horizonYears: "horizonYears";
1555
1553
  anchorCardId: "anchorCardId";
1556
1554
  calibrationIntercept: "calibrationIntercept";
1557
1555
  calibrationSlope: "calibrationSlope";
1558
1556
  deploymentRights: "deploymentRights";
1559
1557
  deviceMethodQualifier: "deviceMethodQualifier";
1560
1558
  eligibleAgeSexBounds: "eligibleAgeSexBounds";
1559
+ endpoint: "endpoint";
1561
1560
  evidenceTier: "evidenceTier";
1561
+ family: "family";
1562
1562
  featureNames: "featureNames";
1563
1563
  featureTransforms: "featureTransforms";
1564
1564
  globalWearableCap: "globalWearableCap";
1565
+ horizonYears: "horizonYears";
1565
1566
  packHash: "packHash";
1566
1567
  promotionGateResults: "promotionGateResults";
1567
1568
  sourceRouteId: "sourceRouteId";
@@ -1570,8 +1571,8 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1570
1571
  requiredForResidualScoring: z.ZodLiteral<true>;
1571
1572
  schemaVersion: z.ZodLiteral<"murph.age.wearable-parameter-pack-contract.v1">;
1572
1573
  supportedDeploymentRights: z.ZodArray<z.ZodEnum<{
1573
- "product-authorized": "product-authorized";
1574
1574
  "not-authorized": "not-authorized";
1575
+ "product-authorized": "product-authorized";
1575
1576
  "research-only": "research-only";
1576
1577
  }>>;
1577
1578
  }, z.core.$strip>;
@@ -1580,16 +1581,16 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1580
1581
  currentDeploymentStatus: z.ZodLiteral<"contract-only-no-validated-parameters">;
1581
1582
  deployableParameterizationAvailable: z.ZodLiteral<false>;
1582
1583
  deferredFamilyOrder: z.ZodArray<z.ZodEnum<{
1584
+ "estimated-vo2-max": "estimated-vo2-max";
1583
1585
  hrv: "hrv";
1584
- sleep: "sleep";
1585
1586
  "resting-heart-rate": "resting-heart-rate";
1586
- "estimated-vo2-max": "estimated-vo2-max";
1587
+ sleep: "sleep";
1587
1588
  }>>;
1588
1589
  family: z.ZodEnum<{
1589
- hrv: "hrv";
1590
- sleep: "sleep";
1591
1590
  activity: "activity";
1591
+ hrv: "hrv";
1592
1592
  "resting-heart-rate": "resting-heart-rate";
1593
+ sleep: "sleep";
1593
1594
  }>;
1594
1595
  featureSetContract: z.ZodObject<{
1595
1596
  activityVolumeCandidateMetricKeys: z.ZodArray<z.ZodString>;
@@ -1651,12 +1652,12 @@ export declare const murphAgePublicCalculatorViewResultSchema: z.ZodObject<{
1651
1652
  }, z.core.$strip>;
1652
1653
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
1653
1654
  anchorCardId: z.ZodNullable<z.ZodEnum<{
1654
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1655
+ function_context_no_risk: "function_context_no_risk";
1655
1656
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
1657
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1656
1658
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
1657
1659
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
1658
1660
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
1659
- function_context_no_risk: "function_context_no_risk";
1660
1661
  wearable_context_no_risk: "wearable_context_no_risk";
1661
1662
  }>>;
1662
1663
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -1722,8 +1723,8 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1722
1723
  PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT: "PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT";
1723
1724
  }>>;
1724
1725
  bundleId: z.ZodEnum<{
1725
- insufficient: "insufficient";
1726
1726
  "function-context": "function-context";
1727
+ insufficient: "insufficient";
1727
1728
  "l1-glycemia": "l1-glycemia";
1728
1729
  "l1b-glycemia-body": "l1b-glycemia-body";
1729
1730
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -1732,16 +1733,16 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1732
1733
  "wearable-context": "wearable-context";
1733
1734
  }>;
1734
1735
  cardId: z.ZodEnum<{
1735
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1736
1736
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
1737
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1737
1738
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
1738
1739
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
1739
1740
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
1740
1741
  }>;
1741
1742
  inputStatus: z.ZodEnum<{
1742
- ready: "ready";
1743
1743
  abstain: "abstain";
1744
1744
  "context-only": "context-only";
1745
+ ready: "ready";
1745
1746
  }>;
1746
1747
  missingFeatureKeys: z.ZodArray<z.ZodString>;
1747
1748
  modelLoaded: z.ZodBoolean;
@@ -1795,8 +1796,8 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1795
1796
  }, z.core.$strip>;
1796
1797
  blockedFeatureKeys: z.ZodArray<z.ZodString>;
1797
1798
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
1798
- "context-only": "context-only";
1799
1799
  "age-estimate-unavailable": "age-estimate-unavailable";
1800
+ "context-only": "context-only";
1800
1801
  "policy-violation": "policy-violation";
1801
1802
  "product-not-authorized": "product-not-authorized";
1802
1803
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -1805,9 +1806,9 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1805
1806
  displayStatus: z.ZodEnum<{
1806
1807
  abstain: "abstain";
1807
1808
  "context-only": "context-only";
1808
- "research-only": "research-only";
1809
1809
  "product-age-ready": "product-age-ready";
1810
1810
  "product-risk-only": "product-risk-only";
1811
+ "research-only": "research-only";
1811
1812
  }>;
1812
1813
  domainContributions: z.ZodArray<z.ZodObject<{
1813
1814
  contributionYears: z.ZodNullable<z.ZodNumber>;
@@ -1820,10 +1821,10 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1820
1821
  metricKey: z.ZodNullable<z.ZodString>;
1821
1822
  moduleId: z.ZodString;
1822
1823
  status: z.ZodEnum<{
1823
- ready: "ready";
1824
- missing: "missing";
1825
1824
  blocked: "blocked";
1826
1825
  imputed: "imputed";
1826
+ missing: "missing";
1827
+ ready: "ready";
1827
1828
  }>;
1828
1829
  warnings: z.ZodArray<z.ZodObject<{
1829
1830
  code: z.ZodEnum<{
@@ -1848,10 +1849,10 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1848
1849
  metricKey: z.ZodNullable<z.ZodString>;
1849
1850
  moduleId: z.ZodString;
1850
1851
  status: z.ZodEnum<{
1851
- ready: "ready";
1852
- missing: "missing";
1853
1852
  blocked: "blocked";
1854
1853
  imputed: "imputed";
1854
+ missing: "missing";
1855
+ ready: "ready";
1855
1856
  }>;
1856
1857
  warnings: z.ZodArray<z.ZodObject<{
1857
1858
  code: z.ZodEnum<{
@@ -1881,10 +1882,10 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1881
1882
  metricKey: z.ZodNullable<z.ZodString>;
1882
1883
  moduleId: z.ZodString;
1883
1884
  status: z.ZodEnum<{
1884
- ready: "ready";
1885
- missing: "missing";
1886
1885
  blocked: "blocked";
1887
1886
  imputed: "imputed";
1887
+ missing: "missing";
1888
+ ready: "ready";
1888
1889
  }>;
1889
1890
  warnings: z.ZodArray<z.ZodObject<{
1890
1891
  code: z.ZodEnum<{
@@ -1914,10 +1915,10 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1914
1915
  metricKey: z.ZodNullable<z.ZodString>;
1915
1916
  moduleId: z.ZodString;
1916
1917
  status: z.ZodEnum<{
1917
- ready: "ready";
1918
- missing: "missing";
1919
1918
  blocked: "blocked";
1920
1919
  imputed: "imputed";
1920
+ missing: "missing";
1921
+ ready: "ready";
1921
1922
  }>;
1922
1923
  warnings: z.ZodArray<z.ZodObject<{
1923
1924
  code: z.ZodEnum<{
@@ -1944,12 +1945,12 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1944
1945
  }, z.core.$strip>;
1945
1946
  functionResidualLayer: z.ZodNullable<z.ZodObject<{
1946
1947
  anchorCardId: z.ZodNullable<z.ZodEnum<{
1947
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1948
+ function_context_no_risk: "function_context_no_risk";
1948
1949
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
1950
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
1949
1951
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
1950
1952
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
1951
1953
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
1952
- function_context_no_risk: "function_context_no_risk";
1953
1954
  wearable_context_no_risk: "wearable_context_no_risk";
1954
1955
  }>>;
1955
1956
  eligibleForResidualResearch: z.ZodBoolean;
@@ -1965,9 +1966,9 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1965
1966
  selectedMetricKeys: z.ZodArray<z.ZodString>;
1966
1967
  status: z.ZodEnum<{
1967
1968
  "blocked-incompatible-anchor": "blocked-incompatible-anchor";
1969
+ "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
1968
1970
  "mechanics-ready-zero-delta": "mechanics-ready-zero-delta";
1969
1971
  "research-parameterized-shadow-delta": "research-parameterized-shadow-delta";
1970
- "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
1971
1972
  }>;
1972
1973
  warnings: z.ZodArray<z.ZodObject<{
1973
1974
  code: z.ZodEnum<{
@@ -1987,8 +1988,8 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
1987
1988
  }, z.core.$strip>>;
1988
1989
  missingFeatureKeys: z.ZodArray<z.ZodString>;
1989
1990
  mode: z.ZodEnum<{
1990
- research: "research";
1991
1991
  product: "product";
1992
+ research: "research";
1992
1993
  }>;
1993
1994
  model: z.ZodObject<{
1994
1995
  blockers: z.ZodArray<z.ZodEnum<{
@@ -2026,8 +2027,8 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2026
2027
  }, z.core.$strip>;
2027
2028
  latestLocalRunEvidence: z.ZodArray<z.ZodObject<{
2028
2029
  bundleId: z.ZodOptional<z.ZodEnum<{
2029
- insufficient: "insufficient";
2030
2030
  "function-context": "function-context";
2031
+ insufficient: "insufficient";
2031
2032
  "l1-glycemia": "l1-glycemia";
2032
2033
  "l1b-glycemia-body": "l1b-glycemia-body";
2033
2034
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -2036,13 +2037,13 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2036
2037
  "wearable-context": "wearable-context";
2037
2038
  }>>;
2038
2039
  cohortLabel: z.ZodEnum<{
2039
- wearables: "wearables";
2040
2040
  CRELES: "CRELES";
2041
2041
  HAALSI: "HAALSI";
2042
2042
  MHAS: "MHAS";
2043
2043
  MIDUS: "MIDUS";
2044
2044
  NSHAP: "NSHAP";
2045
2045
  SAGE: "SAGE";
2046
+ wearables: "wearables";
2046
2047
  }>;
2047
2048
  evidenceId: z.ZodEnum<{
2048
2049
  "creles-glycemia-transport-local-run": "creles-glycemia-transport-local-run";
@@ -2056,9 +2057,9 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2056
2057
  productAuthorizationChanged: z.ZodLiteral<false>;
2057
2058
  scoringMathChanged: z.ZodLiteral<false>;
2058
2059
  signal: z.ZodEnum<{
2059
- partial: "partial";
2060
2060
  "context-only": "context-only";
2061
2061
  "glycemia-only-better": "glycemia-only-better";
2062
+ partial: "partial";
2062
2063
  "slight-lift": "slight-lift";
2063
2064
  supported: "supported";
2064
2065
  weak: "weak";
@@ -2105,11 +2106,11 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2105
2106
  parameterPackRequired: z.ZodBoolean;
2106
2107
  productAuthorized: z.ZodLiteral<false>;
2107
2108
  role: z.ZodEnum<{
2108
- "wearable-activity-residual": "wearable-activity-residual";
2109
- "wearable-multi-family-residual": "wearable-multi-family-residual";
2110
2109
  "base-outcome-risk": "base-outcome-risk";
2111
2110
  "function-mobility-residual": "function-mobility-residual";
2112
2111
  "lab-body-risk-adjuster": "lab-body-risk-adjuster";
2112
+ "wearable-activity-residual": "wearable-activity-residual";
2113
+ "wearable-multi-family-residual": "wearable-multi-family-residual";
2113
2114
  }>;
2114
2115
  scoreBearingNow: z.ZodBoolean;
2115
2116
  scoreContributionAuthorized: z.ZodLiteral<false>;
@@ -2152,12 +2153,12 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2152
2153
  scoreBearingMetricKeys: z.ZodArray<z.ZodString>;
2153
2154
  scoreInterpretation: z.ZodLiteral<"risk-age-equivalent-research-only">;
2154
2155
  selectedResearchCardId: z.ZodNullable<z.ZodEnum<{
2155
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2156
+ function_context_no_risk: "function_context_no_risk";
2156
2157
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
2158
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2157
2159
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
2158
2160
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
2159
2161
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
2160
- function_context_no_risk: "function_context_no_risk";
2161
2162
  wearable_context_no_risk: "wearable_context_no_risk";
2162
2163
  }>>;
2163
2164
  wearable: z.ZodObject<{
@@ -2256,26 +2257,26 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2256
2257
  horizonYears: z.ZodNullable<z.ZodNumber>;
2257
2258
  probability: z.ZodNullable<z.ZodNumber>;
2258
2259
  riskEndpoint: z.ZodEnum<{
2259
- none: "none";
2260
2260
  "all-cause-mortality": "all-cause-mortality";
2261
+ none: "none";
2261
2262
  }>;
2262
2263
  }, z.core.$strip>;
2263
2264
  schemaVersion: z.ZodLiteral<"murph.age.research-calculator-view.v17">;
2264
2265
  selectedCardId: z.ZodNullable<z.ZodEnum<{
2265
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2266
+ function_context_no_risk: "function_context_no_risk";
2266
2267
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
2268
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2267
2269
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
2268
2270
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
2269
2271
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
2270
- function_context_no_risk: "function_context_no_risk";
2271
2272
  wearable_context_no_risk: "wearable_context_no_risk";
2272
2273
  }>>;
2273
2274
  selectedScoreBearingFeatureKeys: z.ZodArray<z.ZodString>;
2274
2275
  selectedScoreBearingMetricKeys: z.ZodArray<z.ZodString>;
2275
2276
  status: z.ZodEnum<{
2276
- ready: "ready";
2277
2277
  abstain: "abstain";
2278
2278
  "context-only": "context-only";
2279
+ ready: "ready";
2279
2280
  }>;
2280
2281
  warnings: z.ZodArray<z.ZodObject<{
2281
2282
  code: z.ZodEnum<{
@@ -2298,25 +2299,25 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2298
2299
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
2299
2300
  features: z.ZodArray<z.ZodObject<{
2300
2301
  family: z.ZodEnum<{
2302
+ activity: "activity";
2301
2303
  hrv: "hrv";
2302
2304
  quality: "quality";
2303
- sleep: "sleep";
2304
- activity: "activity";
2305
2305
  "resting-heart-rate": "resting-heart-rate";
2306
+ sleep: "sleep";
2306
2307
  }>;
2307
2308
  featureKey: z.ZodString;
2308
2309
  measurementMethod: z.ZodEnum<{
2309
- unknown: "unknown";
2310
2310
  "consumer-device": "consumer-device";
2311
2311
  "estimated-fitness": "estimated-fitness";
2312
2312
  "psg-or-ecg": "psg-or-ecg";
2313
2313
  "research-actigraphy": "research-actigraphy";
2314
2314
  "self-report": "self-report";
2315
+ unknown: "unknown";
2315
2316
  }>;
2316
2317
  methodQualifier: z.ZodEnum<{
2317
- required: "required";
2318
2318
  "not-required": "not-required";
2319
2319
  recommended: "recommended";
2320
+ required: "required";
2320
2321
  }>;
2321
2322
  metricKeys: z.ZodArray<z.ZodString>;
2322
2323
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -2327,20 +2328,20 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2327
2328
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
2328
2329
  riskEffect: z.ZodLiteral<"not-estimated">;
2329
2330
  role: z.ZodEnum<{
2330
- quality: "quality";
2331
2331
  "deferred-context": "deferred-context";
2332
+ quality: "quality";
2332
2333
  "shadow-increment-signal": "shadow-increment-signal";
2333
2334
  }>;
2334
2335
  scoreBearing: z.ZodLiteral<false>;
2335
2336
  scoreContributionAuthorized: z.ZodLiteral<false>;
2336
2337
  status: z.ZodEnum<{
2338
+ missing: "missing";
2337
2339
  partial: "partial";
2338
2340
  ready: "ready";
2339
- missing: "missing";
2340
2341
  }>;
2341
2342
  uncertaintyAction: z.ZodEnum<{
2342
- none: "none";
2343
2343
  "context-only": "context-only";
2344
+ none: "none";
2344
2345
  }>;
2345
2346
  unlockPriority: z.ZodEnum<{
2346
2347
  defer: "defer";
@@ -2372,11 +2373,11 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2372
2373
  "shadow-residual-research": "shadow-residual-research";
2373
2374
  }>;
2374
2375
  family: z.ZodEnum<{
2376
+ activity: "activity";
2375
2377
  hrv: "hrv";
2376
2378
  quality: "quality";
2377
- sleep: "sleep";
2378
- activity: "activity";
2379
2379
  "resting-heart-rate": "resting-heart-rate";
2380
+ sleep: "sleep";
2380
2381
  }>;
2381
2382
  minimumValidDays28d: z.ZodNullable<z.ZodNumber>;
2382
2383
  minimumValidNights28d: z.ZodNullable<z.ZodNumber>;
@@ -2403,8 +2404,8 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2403
2404
  productWearableMultiplier: z.ZodLiteral<0>;
2404
2405
  residualLayerContract: z.ZodObject<{
2405
2406
  anchorCardIds: z.ZodArray<z.ZodEnum<{
2406
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2407
2407
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
2408
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2408
2409
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
2409
2410
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
2410
2411
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
@@ -2413,26 +2414,26 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2413
2414
  deploymentRightsRequiredForProductScoring: z.ZodLiteral<true>;
2414
2415
  emptyPackBehavior: z.ZodLiteral<"exact-current-zero-delta-behavior">;
2415
2416
  familyPriorityOrder: z.ZodArray<z.ZodEnum<{
2416
- hrv: "hrv";
2417
- sleep: "sleep";
2418
2417
  activity: "activity";
2419
- "resting-heart-rate": "resting-heart-rate";
2420
2418
  "estimated-vo2-max": "estimated-vo2-max";
2419
+ hrv: "hrv";
2420
+ "resting-heart-rate": "resting-heart-rate";
2421
+ sleep: "sleep";
2421
2422
  }>>;
2422
2423
  requiredFields: z.ZodArray<z.ZodEnum<{
2423
- family: "family";
2424
- endpoint: "endpoint";
2425
- horizonYears: "horizonYears";
2426
2424
  anchorCardId: "anchorCardId";
2427
2425
  calibrationIntercept: "calibrationIntercept";
2428
2426
  calibrationSlope: "calibrationSlope";
2429
2427
  deploymentRights: "deploymentRights";
2430
2428
  deviceMethodQualifier: "deviceMethodQualifier";
2431
2429
  eligibleAgeSexBounds: "eligibleAgeSexBounds";
2430
+ endpoint: "endpoint";
2432
2431
  evidenceTier: "evidenceTier";
2432
+ family: "family";
2433
2433
  featureNames: "featureNames";
2434
2434
  featureTransforms: "featureTransforms";
2435
2435
  globalWearableCap: "globalWearableCap";
2436
+ horizonYears: "horizonYears";
2436
2437
  packHash: "packHash";
2437
2438
  promotionGateResults: "promotionGateResults";
2438
2439
  sourceRouteId: "sourceRouteId";
@@ -2441,8 +2442,8 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2441
2442
  requiredForResidualScoring: z.ZodLiteral<true>;
2442
2443
  schemaVersion: z.ZodLiteral<"murph.age.wearable-parameter-pack-contract.v1">;
2443
2444
  supportedDeploymentRights: z.ZodArray<z.ZodEnum<{
2444
- "product-authorized": "product-authorized";
2445
2445
  "not-authorized": "not-authorized";
2446
+ "product-authorized": "product-authorized";
2446
2447
  "research-only": "research-only";
2447
2448
  }>>;
2448
2449
  }, z.core.$strip>;
@@ -2451,16 +2452,16 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2451
2452
  currentDeploymentStatus: z.ZodLiteral<"contract-only-no-validated-parameters">;
2452
2453
  deployableParameterizationAvailable: z.ZodLiteral<false>;
2453
2454
  deferredFamilyOrder: z.ZodArray<z.ZodEnum<{
2455
+ "estimated-vo2-max": "estimated-vo2-max";
2454
2456
  hrv: "hrv";
2455
- sleep: "sleep";
2456
2457
  "resting-heart-rate": "resting-heart-rate";
2457
- "estimated-vo2-max": "estimated-vo2-max";
2458
+ sleep: "sleep";
2458
2459
  }>>;
2459
2460
  family: z.ZodEnum<{
2460
- hrv: "hrv";
2461
- sleep: "sleep";
2462
2461
  activity: "activity";
2462
+ hrv: "hrv";
2463
2463
  "resting-heart-rate": "resting-heart-rate";
2464
+ sleep: "sleep";
2464
2465
  }>;
2465
2466
  featureSetContract: z.ZodObject<{
2466
2467
  activityVolumeCandidateMetricKeys: z.ZodArray<z.ZodString>;
@@ -2522,12 +2523,12 @@ export declare const murphAgeResearchCalculatorViewResultSchema: z.ZodObject<{
2522
2523
  }, z.core.$strip>;
2523
2524
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
2524
2525
  anchorCardId: z.ZodNullable<z.ZodEnum<{
2525
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2526
+ function_context_no_risk: "function_context_no_risk";
2526
2527
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
2528
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2527
2529
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
2528
2530
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
2529
2531
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
2530
- function_context_no_risk: "function_context_no_risk";
2531
2532
  wearable_context_no_risk: "wearable_context_no_risk";
2532
2533
  }>>;
2533
2534
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -2585,8 +2586,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2585
2586
  }, z.core.$strip>>;
2586
2587
  blockedFeatureKeys: z.ZodArray<z.ZodString>;
2587
2588
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
2588
- "context-only": "context-only";
2589
2589
  "age-estimate-unavailable": "age-estimate-unavailable";
2590
+ "context-only": "context-only";
2590
2591
  "policy-violation": "policy-violation";
2591
2592
  "product-not-authorized": "product-not-authorized";
2592
2593
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -2602,9 +2603,9 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2602
2603
  displayStatus: z.ZodEnum<{
2603
2604
  abstain: "abstain";
2604
2605
  "context-only": "context-only";
2605
- "research-only": "research-only";
2606
2606
  "product-age-ready": "product-age-ready";
2607
2607
  "product-risk-only": "product-risk-only";
2608
+ "research-only": "research-only";
2608
2609
  }>;
2609
2610
  domainContributions: z.ZodArray<z.ZodObject<{
2610
2611
  contributionYears: z.ZodNullable<z.ZodNumber>;
@@ -2617,10 +2618,10 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2617
2618
  metricKey: z.ZodNullable<z.ZodString>;
2618
2619
  moduleId: z.ZodString;
2619
2620
  status: z.ZodEnum<{
2620
- ready: "ready";
2621
- missing: "missing";
2622
2621
  blocked: "blocked";
2623
2622
  imputed: "imputed";
2623
+ missing: "missing";
2624
+ ready: "ready";
2624
2625
  }>;
2625
2626
  warnings: z.ZodArray<z.ZodObject<{
2626
2627
  code: z.ZodEnum<{
@@ -2645,10 +2646,10 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2645
2646
  metricKey: z.ZodNullable<z.ZodString>;
2646
2647
  moduleId: z.ZodString;
2647
2648
  status: z.ZodEnum<{
2648
- ready: "ready";
2649
- missing: "missing";
2650
2649
  blocked: "blocked";
2651
2650
  imputed: "imputed";
2651
+ missing: "missing";
2652
+ ready: "ready";
2652
2653
  }>;
2653
2654
  warnings: z.ZodArray<z.ZodObject<{
2654
2655
  code: z.ZodEnum<{
@@ -2678,10 +2679,10 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2678
2679
  metricKey: z.ZodNullable<z.ZodString>;
2679
2680
  moduleId: z.ZodString;
2680
2681
  status: z.ZodEnum<{
2681
- ready: "ready";
2682
- missing: "missing";
2683
2682
  blocked: "blocked";
2684
2683
  imputed: "imputed";
2684
+ missing: "missing";
2685
+ ready: "ready";
2685
2686
  }>;
2686
2687
  warnings: z.ZodArray<z.ZodObject<{
2687
2688
  code: z.ZodEnum<{
@@ -2711,10 +2712,10 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2711
2712
  metricKey: z.ZodNullable<z.ZodString>;
2712
2713
  moduleId: z.ZodString;
2713
2714
  status: z.ZodEnum<{
2714
- ready: "ready";
2715
- missing: "missing";
2716
2715
  blocked: "blocked";
2717
2716
  imputed: "imputed";
2717
+ missing: "missing";
2718
+ ready: "ready";
2718
2719
  }>;
2719
2720
  warnings: z.ZodArray<z.ZodObject<{
2720
2721
  code: z.ZodEnum<{
@@ -2741,8 +2742,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2741
2742
  }, z.core.$strip>;
2742
2743
  missingFeatureKeys: z.ZodArray<z.ZodString>;
2743
2744
  mode: z.ZodEnum<{
2744
- research: "research";
2745
2745
  product: "product";
2746
+ research: "research";
2746
2747
  }>;
2747
2748
  product: z.ZodObject<{
2748
2749
  ageDisplayReady: z.ZodBoolean;
@@ -2781,16 +2782,16 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2781
2782
  horizonYears: z.ZodNullable<z.ZodNumber>;
2782
2783
  probability: z.ZodNullable<z.ZodNumber>;
2783
2784
  riskEndpoint: z.ZodEnum<{
2784
- none: "none";
2785
2785
  "all-cause-mortality": "all-cause-mortality";
2786
+ none: "none";
2786
2787
  }>;
2787
2788
  }, z.core.$strip>;
2788
2789
  schemaVersion: z.ZodLiteral<"murph.age.public-calculator-view.v5">;
2789
2790
  scoreReadiness: z.ZodObject<{
2790
2791
  biologicalAgeAvailable: z.ZodBoolean;
2791
2792
  contextBundleIds: z.ZodArray<z.ZodEnum<{
2792
- insufficient: "insufficient";
2793
2793
  "function-context": "function-context";
2794
+ insufficient: "insufficient";
2794
2795
  "l1-glycemia": "l1-glycemia";
2795
2796
  "l1b-glycemia-body": "l1b-glycemia-body";
2796
2797
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -2800,8 +2801,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2800
2801
  }>>;
2801
2802
  contextOnlyFeatureCount: z.ZodNumber;
2802
2803
  inputBundleId: z.ZodEnum<{
2803
- insufficient: "insufficient";
2804
2804
  "function-context": "function-context";
2805
+ insufficient: "insufficient";
2805
2806
  "l1-glycemia": "l1-glycemia";
2806
2807
  "l1b-glycemia-body": "l1b-glycemia-body";
2807
2808
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -2813,8 +2814,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2813
2814
  riskAvailable: z.ZodBoolean;
2814
2815
  scoreBearingFeatureCount: z.ZodNumber;
2815
2816
  status: z.ZodEnum<{
2816
- "input-incomplete": "input-incomplete";
2817
2817
  "context-only-no-score": "context-only-no-score";
2818
+ "input-incomplete": "input-incomplete";
2818
2819
  "research-estimate-withheld": "research-estimate-withheld";
2819
2820
  "validated-age-ready": "validated-age-ready";
2820
2821
  "validated-risk-only": "validated-risk-only";
@@ -2830,20 +2831,20 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2830
2831
  wearableReadyFeatureCount: z.ZodNumber;
2831
2832
  }, z.core.$strip>;
2832
2833
  selectedCardId: z.ZodNullable<z.ZodEnum<{
2833
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2834
+ function_context_no_risk: "function_context_no_risk";
2834
2835
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
2836
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2835
2837
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
2836
2838
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
2837
2839
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
2838
- function_context_no_risk: "function_context_no_risk";
2839
2840
  wearable_context_no_risk: "wearable_context_no_risk";
2840
2841
  }>>;
2841
2842
  selectedScoreBearingFeatureKeys: z.ZodArray<z.ZodString>;
2842
2843
  selectedScoreBearingMetricKeys: z.ZodArray<z.ZodString>;
2843
2844
  status: z.ZodEnum<{
2844
- ready: "ready";
2845
2845
  abstain: "abstain";
2846
2846
  "context-only": "context-only";
2847
+ ready: "ready";
2847
2848
  }>;
2848
2849
  warnings: z.ZodArray<z.ZodObject<{
2849
2850
  code: z.ZodEnum<{
@@ -2866,25 +2867,25 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2866
2867
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
2867
2868
  features: z.ZodArray<z.ZodObject<{
2868
2869
  family: z.ZodEnum<{
2870
+ activity: "activity";
2869
2871
  hrv: "hrv";
2870
2872
  quality: "quality";
2871
- sleep: "sleep";
2872
- activity: "activity";
2873
2873
  "resting-heart-rate": "resting-heart-rate";
2874
+ sleep: "sleep";
2874
2875
  }>;
2875
2876
  featureKey: z.ZodString;
2876
2877
  measurementMethod: z.ZodEnum<{
2877
- unknown: "unknown";
2878
2878
  "consumer-device": "consumer-device";
2879
2879
  "estimated-fitness": "estimated-fitness";
2880
2880
  "psg-or-ecg": "psg-or-ecg";
2881
2881
  "research-actigraphy": "research-actigraphy";
2882
2882
  "self-report": "self-report";
2883
+ unknown: "unknown";
2883
2884
  }>;
2884
2885
  methodQualifier: z.ZodEnum<{
2885
- required: "required";
2886
2886
  "not-required": "not-required";
2887
2887
  recommended: "recommended";
2888
+ required: "required";
2888
2889
  }>;
2889
2890
  metricKeys: z.ZodArray<z.ZodString>;
2890
2891
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -2895,20 +2896,20 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2895
2896
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
2896
2897
  riskEffect: z.ZodLiteral<"not-estimated">;
2897
2898
  role: z.ZodEnum<{
2898
- quality: "quality";
2899
2899
  "deferred-context": "deferred-context";
2900
+ quality: "quality";
2900
2901
  "shadow-increment-signal": "shadow-increment-signal";
2901
2902
  }>;
2902
2903
  scoreBearing: z.ZodLiteral<false>;
2903
2904
  scoreContributionAuthorized: z.ZodLiteral<false>;
2904
2905
  status: z.ZodEnum<{
2906
+ missing: "missing";
2905
2907
  partial: "partial";
2906
2908
  ready: "ready";
2907
- missing: "missing";
2908
2909
  }>;
2909
2910
  uncertaintyAction: z.ZodEnum<{
2910
- none: "none";
2911
2911
  "context-only": "context-only";
2912
+ none: "none";
2912
2913
  }>;
2913
2914
  unlockPriority: z.ZodEnum<{
2914
2915
  defer: "defer";
@@ -2940,11 +2941,11 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2940
2941
  "shadow-residual-research": "shadow-residual-research";
2941
2942
  }>;
2942
2943
  family: z.ZodEnum<{
2944
+ activity: "activity";
2943
2945
  hrv: "hrv";
2944
2946
  quality: "quality";
2945
- sleep: "sleep";
2946
- activity: "activity";
2947
2947
  "resting-heart-rate": "resting-heart-rate";
2948
+ sleep: "sleep";
2948
2949
  }>;
2949
2950
  minimumValidDays28d: z.ZodNullable<z.ZodNumber>;
2950
2951
  minimumValidNights28d: z.ZodNullable<z.ZodNumber>;
@@ -2971,8 +2972,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2971
2972
  productWearableMultiplier: z.ZodLiteral<0>;
2972
2973
  residualLayerContract: z.ZodObject<{
2973
2974
  anchorCardIds: z.ZodArray<z.ZodEnum<{
2974
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2975
2975
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
2976
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
2976
2977
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
2977
2978
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
2978
2979
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
@@ -2981,26 +2982,26 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
2981
2982
  deploymentRightsRequiredForProductScoring: z.ZodLiteral<true>;
2982
2983
  emptyPackBehavior: z.ZodLiteral<"exact-current-zero-delta-behavior">;
2983
2984
  familyPriorityOrder: z.ZodArray<z.ZodEnum<{
2984
- hrv: "hrv";
2985
- sleep: "sleep";
2986
2985
  activity: "activity";
2987
- "resting-heart-rate": "resting-heart-rate";
2988
2986
  "estimated-vo2-max": "estimated-vo2-max";
2987
+ hrv: "hrv";
2988
+ "resting-heart-rate": "resting-heart-rate";
2989
+ sleep: "sleep";
2989
2990
  }>>;
2990
2991
  requiredFields: z.ZodArray<z.ZodEnum<{
2991
- family: "family";
2992
- endpoint: "endpoint";
2993
- horizonYears: "horizonYears";
2994
2992
  anchorCardId: "anchorCardId";
2995
2993
  calibrationIntercept: "calibrationIntercept";
2996
2994
  calibrationSlope: "calibrationSlope";
2997
2995
  deploymentRights: "deploymentRights";
2998
2996
  deviceMethodQualifier: "deviceMethodQualifier";
2999
2997
  eligibleAgeSexBounds: "eligibleAgeSexBounds";
2998
+ endpoint: "endpoint";
3000
2999
  evidenceTier: "evidenceTier";
3000
+ family: "family";
3001
3001
  featureNames: "featureNames";
3002
3002
  featureTransforms: "featureTransforms";
3003
3003
  globalWearableCap: "globalWearableCap";
3004
+ horizonYears: "horizonYears";
3004
3005
  packHash: "packHash";
3005
3006
  promotionGateResults: "promotionGateResults";
3006
3007
  sourceRouteId: "sourceRouteId";
@@ -3009,8 +3010,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3009
3010
  requiredForResidualScoring: z.ZodLiteral<true>;
3010
3011
  schemaVersion: z.ZodLiteral<"murph.age.wearable-parameter-pack-contract.v1">;
3011
3012
  supportedDeploymentRights: z.ZodArray<z.ZodEnum<{
3012
- "product-authorized": "product-authorized";
3013
3013
  "not-authorized": "not-authorized";
3014
+ "product-authorized": "product-authorized";
3014
3015
  "research-only": "research-only";
3015
3016
  }>>;
3016
3017
  }, z.core.$strip>;
@@ -3019,16 +3020,16 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3019
3020
  currentDeploymentStatus: z.ZodLiteral<"contract-only-no-validated-parameters">;
3020
3021
  deployableParameterizationAvailable: z.ZodLiteral<false>;
3021
3022
  deferredFamilyOrder: z.ZodArray<z.ZodEnum<{
3023
+ "estimated-vo2-max": "estimated-vo2-max";
3022
3024
  hrv: "hrv";
3023
- sleep: "sleep";
3024
3025
  "resting-heart-rate": "resting-heart-rate";
3025
- "estimated-vo2-max": "estimated-vo2-max";
3026
+ sleep: "sleep";
3026
3027
  }>>;
3027
3028
  family: z.ZodEnum<{
3028
- hrv: "hrv";
3029
- sleep: "sleep";
3030
3029
  activity: "activity";
3030
+ hrv: "hrv";
3031
3031
  "resting-heart-rate": "resting-heart-rate";
3032
+ sleep: "sleep";
3032
3033
  }>;
3033
3034
  featureSetContract: z.ZodObject<{
3034
3035
  activityVolumeCandidateMetricKeys: z.ZodArray<z.ZodString>;
@@ -3090,12 +3091,12 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3090
3091
  }, z.core.$strip>;
3091
3092
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
3092
3093
  anchorCardId: z.ZodNullable<z.ZodEnum<{
3093
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3094
+ function_context_no_risk: "function_context_no_risk";
3094
3095
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
3096
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3095
3097
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
3096
3098
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
3097
3099
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
3098
- function_context_no_risk: "function_context_no_risk";
3099
3100
  wearable_context_no_risk: "wearable_context_no_risk";
3100
3101
  }>>;
3101
3102
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -3160,8 +3161,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3160
3161
  PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT: "PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT";
3161
3162
  }>>;
3162
3163
  bundleId: z.ZodEnum<{
3163
- insufficient: "insufficient";
3164
3164
  "function-context": "function-context";
3165
+ insufficient: "insufficient";
3165
3166
  "l1-glycemia": "l1-glycemia";
3166
3167
  "l1b-glycemia-body": "l1b-glycemia-body";
3167
3168
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -3170,16 +3171,16 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3170
3171
  "wearable-context": "wearable-context";
3171
3172
  }>;
3172
3173
  cardId: z.ZodEnum<{
3173
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3174
3174
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
3175
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3175
3176
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
3176
3177
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
3177
3178
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
3178
3179
  }>;
3179
3180
  inputStatus: z.ZodEnum<{
3180
- ready: "ready";
3181
3181
  abstain: "abstain";
3182
3182
  "context-only": "context-only";
3183
+ ready: "ready";
3183
3184
  }>;
3184
3185
  missingFeatureKeys: z.ZodArray<z.ZodString>;
3185
3186
  modelLoaded: z.ZodBoolean;
@@ -3233,8 +3234,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3233
3234
  }, z.core.$strip>;
3234
3235
  blockedFeatureKeys: z.ZodArray<z.ZodString>;
3235
3236
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
3236
- "context-only": "context-only";
3237
3237
  "age-estimate-unavailable": "age-estimate-unavailable";
3238
+ "context-only": "context-only";
3238
3239
  "policy-violation": "policy-violation";
3239
3240
  "product-not-authorized": "product-not-authorized";
3240
3241
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -3243,9 +3244,9 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3243
3244
  displayStatus: z.ZodEnum<{
3244
3245
  abstain: "abstain";
3245
3246
  "context-only": "context-only";
3246
- "research-only": "research-only";
3247
3247
  "product-age-ready": "product-age-ready";
3248
3248
  "product-risk-only": "product-risk-only";
3249
+ "research-only": "research-only";
3249
3250
  }>;
3250
3251
  domainContributions: z.ZodArray<z.ZodObject<{
3251
3252
  contributionYears: z.ZodNullable<z.ZodNumber>;
@@ -3258,10 +3259,10 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3258
3259
  metricKey: z.ZodNullable<z.ZodString>;
3259
3260
  moduleId: z.ZodString;
3260
3261
  status: z.ZodEnum<{
3261
- ready: "ready";
3262
- missing: "missing";
3263
3262
  blocked: "blocked";
3264
3263
  imputed: "imputed";
3264
+ missing: "missing";
3265
+ ready: "ready";
3265
3266
  }>;
3266
3267
  warnings: z.ZodArray<z.ZodObject<{
3267
3268
  code: z.ZodEnum<{
@@ -3286,10 +3287,10 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3286
3287
  metricKey: z.ZodNullable<z.ZodString>;
3287
3288
  moduleId: z.ZodString;
3288
3289
  status: z.ZodEnum<{
3289
- ready: "ready";
3290
- missing: "missing";
3291
3290
  blocked: "blocked";
3292
3291
  imputed: "imputed";
3292
+ missing: "missing";
3293
+ ready: "ready";
3293
3294
  }>;
3294
3295
  warnings: z.ZodArray<z.ZodObject<{
3295
3296
  code: z.ZodEnum<{
@@ -3319,10 +3320,10 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3319
3320
  metricKey: z.ZodNullable<z.ZodString>;
3320
3321
  moduleId: z.ZodString;
3321
3322
  status: z.ZodEnum<{
3322
- ready: "ready";
3323
- missing: "missing";
3324
3323
  blocked: "blocked";
3325
3324
  imputed: "imputed";
3325
+ missing: "missing";
3326
+ ready: "ready";
3326
3327
  }>;
3327
3328
  warnings: z.ZodArray<z.ZodObject<{
3328
3329
  code: z.ZodEnum<{
@@ -3352,10 +3353,10 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3352
3353
  metricKey: z.ZodNullable<z.ZodString>;
3353
3354
  moduleId: z.ZodString;
3354
3355
  status: z.ZodEnum<{
3355
- ready: "ready";
3356
- missing: "missing";
3357
3356
  blocked: "blocked";
3358
3357
  imputed: "imputed";
3358
+ missing: "missing";
3359
+ ready: "ready";
3359
3360
  }>;
3360
3361
  warnings: z.ZodArray<z.ZodObject<{
3361
3362
  code: z.ZodEnum<{
@@ -3382,12 +3383,12 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3382
3383
  }, z.core.$strip>;
3383
3384
  functionResidualLayer: z.ZodNullable<z.ZodObject<{
3384
3385
  anchorCardId: z.ZodNullable<z.ZodEnum<{
3385
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3386
+ function_context_no_risk: "function_context_no_risk";
3386
3387
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
3388
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3387
3389
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
3388
3390
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
3389
3391
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
3390
- function_context_no_risk: "function_context_no_risk";
3391
3392
  wearable_context_no_risk: "wearable_context_no_risk";
3392
3393
  }>>;
3393
3394
  eligibleForResidualResearch: z.ZodBoolean;
@@ -3403,9 +3404,9 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3403
3404
  selectedMetricKeys: z.ZodArray<z.ZodString>;
3404
3405
  status: z.ZodEnum<{
3405
3406
  "blocked-incompatible-anchor": "blocked-incompatible-anchor";
3407
+ "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
3406
3408
  "mechanics-ready-zero-delta": "mechanics-ready-zero-delta";
3407
3409
  "research-parameterized-shadow-delta": "research-parameterized-shadow-delta";
3408
- "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
3409
3410
  }>;
3410
3411
  warnings: z.ZodArray<z.ZodObject<{
3411
3412
  code: z.ZodEnum<{
@@ -3425,8 +3426,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3425
3426
  }, z.core.$strip>>;
3426
3427
  missingFeatureKeys: z.ZodArray<z.ZodString>;
3427
3428
  mode: z.ZodEnum<{
3428
- research: "research";
3429
3429
  product: "product";
3430
+ research: "research";
3430
3431
  }>;
3431
3432
  model: z.ZodObject<{
3432
3433
  blockers: z.ZodArray<z.ZodEnum<{
@@ -3464,8 +3465,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3464
3465
  }, z.core.$strip>;
3465
3466
  latestLocalRunEvidence: z.ZodArray<z.ZodObject<{
3466
3467
  bundleId: z.ZodOptional<z.ZodEnum<{
3467
- insufficient: "insufficient";
3468
3468
  "function-context": "function-context";
3469
+ insufficient: "insufficient";
3469
3470
  "l1-glycemia": "l1-glycemia";
3470
3471
  "l1b-glycemia-body": "l1b-glycemia-body";
3471
3472
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -3474,13 +3475,13 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3474
3475
  "wearable-context": "wearable-context";
3475
3476
  }>>;
3476
3477
  cohortLabel: z.ZodEnum<{
3477
- wearables: "wearables";
3478
3478
  CRELES: "CRELES";
3479
3479
  HAALSI: "HAALSI";
3480
3480
  MHAS: "MHAS";
3481
3481
  MIDUS: "MIDUS";
3482
3482
  NSHAP: "NSHAP";
3483
3483
  SAGE: "SAGE";
3484
+ wearables: "wearables";
3484
3485
  }>;
3485
3486
  evidenceId: z.ZodEnum<{
3486
3487
  "creles-glycemia-transport-local-run": "creles-glycemia-transport-local-run";
@@ -3494,9 +3495,9 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3494
3495
  productAuthorizationChanged: z.ZodLiteral<false>;
3495
3496
  scoringMathChanged: z.ZodLiteral<false>;
3496
3497
  signal: z.ZodEnum<{
3497
- partial: "partial";
3498
3498
  "context-only": "context-only";
3499
3499
  "glycemia-only-better": "glycemia-only-better";
3500
+ partial: "partial";
3500
3501
  "slight-lift": "slight-lift";
3501
3502
  supported: "supported";
3502
3503
  weak: "weak";
@@ -3543,11 +3544,11 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3543
3544
  parameterPackRequired: z.ZodBoolean;
3544
3545
  productAuthorized: z.ZodLiteral<false>;
3545
3546
  role: z.ZodEnum<{
3546
- "wearable-activity-residual": "wearable-activity-residual";
3547
- "wearable-multi-family-residual": "wearable-multi-family-residual";
3548
3547
  "base-outcome-risk": "base-outcome-risk";
3549
3548
  "function-mobility-residual": "function-mobility-residual";
3550
3549
  "lab-body-risk-adjuster": "lab-body-risk-adjuster";
3550
+ "wearable-activity-residual": "wearable-activity-residual";
3551
+ "wearable-multi-family-residual": "wearable-multi-family-residual";
3551
3552
  }>;
3552
3553
  scoreBearingNow: z.ZodBoolean;
3553
3554
  scoreContributionAuthorized: z.ZodLiteral<false>;
@@ -3590,12 +3591,12 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3590
3591
  scoreBearingMetricKeys: z.ZodArray<z.ZodString>;
3591
3592
  scoreInterpretation: z.ZodLiteral<"risk-age-equivalent-research-only">;
3592
3593
  selectedResearchCardId: z.ZodNullable<z.ZodEnum<{
3593
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3594
+ function_context_no_risk: "function_context_no_risk";
3594
3595
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
3596
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3595
3597
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
3596
3598
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
3597
3599
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
3598
- function_context_no_risk: "function_context_no_risk";
3599
3600
  wearable_context_no_risk: "wearable_context_no_risk";
3600
3601
  }>>;
3601
3602
  wearable: z.ZodObject<{
@@ -3694,26 +3695,26 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3694
3695
  horizonYears: z.ZodNullable<z.ZodNumber>;
3695
3696
  probability: z.ZodNullable<z.ZodNumber>;
3696
3697
  riskEndpoint: z.ZodEnum<{
3697
- none: "none";
3698
3698
  "all-cause-mortality": "all-cause-mortality";
3699
+ none: "none";
3699
3700
  }>;
3700
3701
  }, z.core.$strip>;
3701
3702
  schemaVersion: z.ZodLiteral<"murph.age.research-calculator-view.v17">;
3702
3703
  selectedCardId: z.ZodNullable<z.ZodEnum<{
3703
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3704
+ function_context_no_risk: "function_context_no_risk";
3704
3705
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
3706
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3705
3707
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
3706
3708
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
3707
3709
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
3708
- function_context_no_risk: "function_context_no_risk";
3709
3710
  wearable_context_no_risk: "wearable_context_no_risk";
3710
3711
  }>>;
3711
3712
  selectedScoreBearingFeatureKeys: z.ZodArray<z.ZodString>;
3712
3713
  selectedScoreBearingMetricKeys: z.ZodArray<z.ZodString>;
3713
3714
  status: z.ZodEnum<{
3714
- ready: "ready";
3715
3715
  abstain: "abstain";
3716
3716
  "context-only": "context-only";
3717
+ ready: "ready";
3717
3718
  }>;
3718
3719
  warnings: z.ZodArray<z.ZodObject<{
3719
3720
  code: z.ZodEnum<{
@@ -3736,25 +3737,25 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3736
3737
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
3737
3738
  features: z.ZodArray<z.ZodObject<{
3738
3739
  family: z.ZodEnum<{
3740
+ activity: "activity";
3739
3741
  hrv: "hrv";
3740
3742
  quality: "quality";
3741
- sleep: "sleep";
3742
- activity: "activity";
3743
3743
  "resting-heart-rate": "resting-heart-rate";
3744
+ sleep: "sleep";
3744
3745
  }>;
3745
3746
  featureKey: z.ZodString;
3746
3747
  measurementMethod: z.ZodEnum<{
3747
- unknown: "unknown";
3748
3748
  "consumer-device": "consumer-device";
3749
3749
  "estimated-fitness": "estimated-fitness";
3750
3750
  "psg-or-ecg": "psg-or-ecg";
3751
3751
  "research-actigraphy": "research-actigraphy";
3752
3752
  "self-report": "self-report";
3753
+ unknown: "unknown";
3753
3754
  }>;
3754
3755
  methodQualifier: z.ZodEnum<{
3755
- required: "required";
3756
3756
  "not-required": "not-required";
3757
3757
  recommended: "recommended";
3758
+ required: "required";
3758
3759
  }>;
3759
3760
  metricKeys: z.ZodArray<z.ZodString>;
3760
3761
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -3765,20 +3766,20 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3765
3766
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
3766
3767
  riskEffect: z.ZodLiteral<"not-estimated">;
3767
3768
  role: z.ZodEnum<{
3768
- quality: "quality";
3769
3769
  "deferred-context": "deferred-context";
3770
+ quality: "quality";
3770
3771
  "shadow-increment-signal": "shadow-increment-signal";
3771
3772
  }>;
3772
3773
  scoreBearing: z.ZodLiteral<false>;
3773
3774
  scoreContributionAuthorized: z.ZodLiteral<false>;
3774
3775
  status: z.ZodEnum<{
3776
+ missing: "missing";
3775
3777
  partial: "partial";
3776
3778
  ready: "ready";
3777
- missing: "missing";
3778
3779
  }>;
3779
3780
  uncertaintyAction: z.ZodEnum<{
3780
- none: "none";
3781
3781
  "context-only": "context-only";
3782
+ none: "none";
3782
3783
  }>;
3783
3784
  unlockPriority: z.ZodEnum<{
3784
3785
  defer: "defer";
@@ -3810,11 +3811,11 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3810
3811
  "shadow-residual-research": "shadow-residual-research";
3811
3812
  }>;
3812
3813
  family: z.ZodEnum<{
3814
+ activity: "activity";
3813
3815
  hrv: "hrv";
3814
3816
  quality: "quality";
3815
- sleep: "sleep";
3816
- activity: "activity";
3817
3817
  "resting-heart-rate": "resting-heart-rate";
3818
+ sleep: "sleep";
3818
3819
  }>;
3819
3820
  minimumValidDays28d: z.ZodNullable<z.ZodNumber>;
3820
3821
  minimumValidNights28d: z.ZodNullable<z.ZodNumber>;
@@ -3841,8 +3842,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3841
3842
  productWearableMultiplier: z.ZodLiteral<0>;
3842
3843
  residualLayerContract: z.ZodObject<{
3843
3844
  anchorCardIds: z.ZodArray<z.ZodEnum<{
3844
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3845
3845
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
3846
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3846
3847
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
3847
3848
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
3848
3849
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
@@ -3851,26 +3852,26 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3851
3852
  deploymentRightsRequiredForProductScoring: z.ZodLiteral<true>;
3852
3853
  emptyPackBehavior: z.ZodLiteral<"exact-current-zero-delta-behavior">;
3853
3854
  familyPriorityOrder: z.ZodArray<z.ZodEnum<{
3854
- hrv: "hrv";
3855
- sleep: "sleep";
3856
3855
  activity: "activity";
3857
- "resting-heart-rate": "resting-heart-rate";
3858
3856
  "estimated-vo2-max": "estimated-vo2-max";
3857
+ hrv: "hrv";
3858
+ "resting-heart-rate": "resting-heart-rate";
3859
+ sleep: "sleep";
3859
3860
  }>>;
3860
3861
  requiredFields: z.ZodArray<z.ZodEnum<{
3861
- family: "family";
3862
- endpoint: "endpoint";
3863
- horizonYears: "horizonYears";
3864
3862
  anchorCardId: "anchorCardId";
3865
3863
  calibrationIntercept: "calibrationIntercept";
3866
3864
  calibrationSlope: "calibrationSlope";
3867
3865
  deploymentRights: "deploymentRights";
3868
3866
  deviceMethodQualifier: "deviceMethodQualifier";
3869
3867
  eligibleAgeSexBounds: "eligibleAgeSexBounds";
3868
+ endpoint: "endpoint";
3870
3869
  evidenceTier: "evidenceTier";
3870
+ family: "family";
3871
3871
  featureNames: "featureNames";
3872
3872
  featureTransforms: "featureTransforms";
3873
3873
  globalWearableCap: "globalWearableCap";
3874
+ horizonYears: "horizonYears";
3874
3875
  packHash: "packHash";
3875
3876
  promotionGateResults: "promotionGateResults";
3876
3877
  sourceRouteId: "sourceRouteId";
@@ -3879,8 +3880,8 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3879
3880
  requiredForResidualScoring: z.ZodLiteral<true>;
3880
3881
  schemaVersion: z.ZodLiteral<"murph.age.wearable-parameter-pack-contract.v1">;
3881
3882
  supportedDeploymentRights: z.ZodArray<z.ZodEnum<{
3882
- "product-authorized": "product-authorized";
3883
3883
  "not-authorized": "not-authorized";
3884
+ "product-authorized": "product-authorized";
3884
3885
  "research-only": "research-only";
3885
3886
  }>>;
3886
3887
  }, z.core.$strip>;
@@ -3889,16 +3890,16 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3889
3890
  currentDeploymentStatus: z.ZodLiteral<"contract-only-no-validated-parameters">;
3890
3891
  deployableParameterizationAvailable: z.ZodLiteral<false>;
3891
3892
  deferredFamilyOrder: z.ZodArray<z.ZodEnum<{
3893
+ "estimated-vo2-max": "estimated-vo2-max";
3892
3894
  hrv: "hrv";
3893
- sleep: "sleep";
3894
3895
  "resting-heart-rate": "resting-heart-rate";
3895
- "estimated-vo2-max": "estimated-vo2-max";
3896
+ sleep: "sleep";
3896
3897
  }>>;
3897
3898
  family: z.ZodEnum<{
3898
- hrv: "hrv";
3899
- sleep: "sleep";
3900
3899
  activity: "activity";
3900
+ hrv: "hrv";
3901
3901
  "resting-heart-rate": "resting-heart-rate";
3902
+ sleep: "sleep";
3902
3903
  }>;
3903
3904
  featureSetContract: z.ZodObject<{
3904
3905
  activityVolumeCandidateMetricKeys: z.ZodArray<z.ZodString>;
@@ -3960,12 +3961,12 @@ export declare const murphAgeCalculatorViewResultSchema: z.ZodUnion<readonly [z.
3960
3961
  }, z.core.$strip>;
3961
3962
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
3962
3963
  anchorCardId: z.ZodNullable<z.ZodEnum<{
3963
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3964
+ function_context_no_risk: "function_context_no_risk";
3964
3965
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
3966
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
3965
3967
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
3966
3968
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
3967
3969
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
3968
- function_context_no_risk: "function_context_no_risk";
3969
3970
  wearable_context_no_risk: "wearable_context_no_risk";
3970
3971
  }>>;
3971
3972
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -4015,9 +4016,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4015
4016
  capabilities: z.ZodObject<{
4016
4017
  acceptedMetricKeys: z.ZodArray<z.ZodString>;
4017
4018
  acceptedSourceKinds: z.ZodArray<z.ZodEnum<{
4019
+ "activity-summary": "activity-summary";
4018
4020
  measurement: "measurement";
4019
4021
  profile: "profile";
4020
- "activity-summary": "activity-summary";
4021
4022
  questionnaire: "questionnaire";
4022
4023
  "sleep-summary": "sleep-summary";
4023
4024
  "survey-response": "survey-response";
@@ -4025,8 +4026,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4025
4026
  "wearable-summary": "wearable-summary";
4026
4027
  }>>;
4027
4028
  acceptedUserInputFamilies: z.ZodArray<z.ZodEnum<{
4028
- "demographics-age-sex": "demographics-age-sex";
4029
4029
  "bloodwork-common-labs": "bloodwork-common-labs";
4030
+ "demographics-age-sex": "demographics-age-sex";
4030
4031
  "vitals-body-composition": "vitals-body-composition";
4031
4032
  "wearable-activity": "wearable-activity";
4032
4033
  "wearable-recovery-autonomic": "wearable-recovery-autonomic";
@@ -4073,8 +4074,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4073
4074
  researchPreviewSupported: z.ZodLiteral<true>;
4074
4075
  researchScoreBearingMetricKeys: z.ZodArray<z.ZodString>;
4075
4076
  runtimeInputKeys: z.ZodArray<z.ZodEnum<{
4076
- sex: "sex";
4077
4077
  "chronological-age-years": "chronological-age-years";
4078
+ sex: "sex";
4078
4079
  }>>;
4079
4080
  schemaVersion: z.ZodLiteral<"murph.age.submitted-calculator-capability.v2">;
4080
4081
  scoreBearingBundleIds: z.ZodArray<z.ZodEnum<{
@@ -4098,18 +4099,18 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4098
4099
  report: z.ZodObject<{
4099
4100
  authorization: z.ZodObject<{
4100
4101
  cardId: z.ZodNullable<z.ZodEnum<{
4101
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4102
+ function_context_no_risk: "function_context_no_risk";
4102
4103
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
4104
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4103
4105
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
4104
4106
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
4105
4107
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
4106
- function_context_no_risk: "function_context_no_risk";
4107
4108
  wearable_context_no_risk: "wearable_context_no_risk";
4108
4109
  }>>;
4109
4110
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
4110
4111
  evidenceClass: z.ZodEnum<{
4111
- "context-only": "context-only";
4112
4112
  abstained: "abstained";
4113
+ "context-only": "context-only";
4113
4114
  "custom-model-unreviewed": "custom-model-unreviewed";
4114
4115
  "product-authorized": "product-authorized";
4115
4116
  "research-internal": "research-internal";
@@ -4128,8 +4129,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4128
4129
  contextOnlyFeatureKeys: z.ZodArray<z.ZodString>;
4129
4130
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
4130
4131
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
4131
- "context-only": "context-only";
4132
4132
  "age-estimate-unavailable": "age-estimate-unavailable";
4133
+ "context-only": "context-only";
4133
4134
  "policy-violation": "policy-violation";
4134
4135
  "product-not-authorized": "product-not-authorized";
4135
4136
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -4138,9 +4139,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4138
4139
  displayStatus: z.ZodEnum<{
4139
4140
  abstain: "abstain";
4140
4141
  "context-only": "context-only";
4141
- "research-only": "research-only";
4142
4142
  "product-age-ready": "product-age-ready";
4143
4143
  "product-risk-only": "product-risk-only";
4144
+ "research-only": "research-only";
4144
4145
  }>;
4145
4146
  missingFeatureKeys: z.ZodArray<z.ZodString>;
4146
4147
  outcomeContext: z.ZodObject<{
@@ -4150,8 +4151,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4150
4151
  }>;
4151
4152
  horizonYears: z.ZodNullable<z.ZodNumber>;
4152
4153
  riskEndpoint: z.ZodEnum<{
4153
- none: "none";
4154
4154
  "all-cause-mortality": "all-cause-mortality";
4155
+ none: "none";
4155
4156
  }>;
4156
4157
  }, z.core.$strip>;
4157
4158
  productAgeDisplayReady: z.ZodBoolean;
@@ -4190,25 +4191,25 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4190
4191
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
4191
4192
  features: z.ZodArray<z.ZodObject<{
4192
4193
  family: z.ZodEnum<{
4194
+ activity: "activity";
4193
4195
  hrv: "hrv";
4194
4196
  quality: "quality";
4195
- sleep: "sleep";
4196
- activity: "activity";
4197
4197
  "resting-heart-rate": "resting-heart-rate";
4198
+ sleep: "sleep";
4198
4199
  }>;
4199
4200
  featureKey: z.ZodString;
4200
4201
  measurementMethod: z.ZodEnum<{
4201
- unknown: "unknown";
4202
4202
  "consumer-device": "consumer-device";
4203
4203
  "estimated-fitness": "estimated-fitness";
4204
4204
  "psg-or-ecg": "psg-or-ecg";
4205
4205
  "research-actigraphy": "research-actigraphy";
4206
4206
  "self-report": "self-report";
4207
+ unknown: "unknown";
4207
4208
  }>;
4208
4209
  methodQualifier: z.ZodEnum<{
4209
- required: "required";
4210
4210
  "not-required": "not-required";
4211
4211
  recommended: "recommended";
4212
+ required: "required";
4212
4213
  }>;
4213
4214
  metricKeys: z.ZodArray<z.ZodString>;
4214
4215
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -4219,20 +4220,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4219
4220
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
4220
4221
  riskEffect: z.ZodLiteral<"not-estimated">;
4221
4222
  role: z.ZodEnum<{
4222
- quality: "quality";
4223
4223
  "deferred-context": "deferred-context";
4224
+ quality: "quality";
4224
4225
  "shadow-increment-signal": "shadow-increment-signal";
4225
4226
  }>;
4226
4227
  scoreBearing: z.ZodLiteral<false>;
4227
4228
  scoreContributionAuthorized: z.ZodLiteral<false>;
4228
4229
  status: z.ZodEnum<{
4230
+ missing: "missing";
4229
4231
  partial: "partial";
4230
4232
  ready: "ready";
4231
- missing: "missing";
4232
4233
  }>;
4233
4234
  uncertaintyAction: z.ZodEnum<{
4234
- none: "none";
4235
4235
  "context-only": "context-only";
4236
+ none: "none";
4236
4237
  }>;
4237
4238
  unlockPriority: z.ZodEnum<{
4238
4239
  defer: "defer";
@@ -4254,10 +4255,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4254
4255
  }, z.core.$strip>;
4255
4256
  wearableContext: z.ZodObject<{
4256
4257
  availableFeatureFamilies: z.ZodArray<z.ZodEnum<{
4258
+ activity: "activity";
4257
4259
  quality: "quality";
4258
4260
  recovery: "recovery";
4259
4261
  sleep: "sleep";
4260
- activity: "activity";
4261
4262
  }>>;
4262
4263
  availableQualityFeatureKeys: z.ZodArray<z.ZodString>;
4263
4264
  missingQualityFeatureKeys: z.ZodArray<z.ZodString>;
@@ -4274,19 +4275,19 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4274
4275
  scoreBearing: z.ZodLiteral<false>;
4275
4276
  scoreContributionAuthorized: z.ZodLiteral<false>;
4276
4277
  uncertaintyAction: z.ZodEnum<{
4277
- none: "none";
4278
4278
  "context-only": "context-only";
4279
+ none: "none";
4279
4280
  }>;
4280
4281
  }, z.core.$strip>;
4281
4282
  }, z.core.$strip>;
4282
4283
  functionResidualLayer: z.ZodNullable<z.ZodObject<{
4283
4284
  anchorCardId: z.ZodNullable<z.ZodEnum<{
4284
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4285
+ function_context_no_risk: "function_context_no_risk";
4285
4286
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
4287
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4286
4288
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
4287
4289
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
4288
4290
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
4289
- function_context_no_risk: "function_context_no_risk";
4290
4291
  wearable_context_no_risk: "wearable_context_no_risk";
4291
4292
  }>>;
4292
4293
  eligibleForResidualResearch: z.ZodBoolean;
@@ -4302,9 +4303,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4302
4303
  selectedMetricKeys: z.ZodArray<z.ZodString>;
4303
4304
  status: z.ZodEnum<{
4304
4305
  "blocked-incompatible-anchor": "blocked-incompatible-anchor";
4306
+ "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
4305
4307
  "mechanics-ready-zero-delta": "mechanics-ready-zero-delta";
4306
4308
  "research-parameterized-shadow-delta": "research-parameterized-shadow-delta";
4307
- "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
4308
4309
  }>;
4309
4310
  warnings: z.ZodArray<z.ZodObject<{
4310
4311
  code: z.ZodEnum<{
@@ -4326,8 +4327,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4326
4327
  bundle: z.ZodObject<{
4327
4328
  availableFeatureKeys: z.ZodArray<z.ZodString>;
4328
4329
  bundleId: z.ZodEnum<{
4329
- insufficient: "insufficient";
4330
4330
  "function-context": "function-context";
4331
+ insufficient: "insufficient";
4331
4332
  "l1-glycemia": "l1-glycemia";
4332
4333
  "l1b-glycemia-body": "l1b-glycemia-body";
4333
4334
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -4336,19 +4337,19 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4336
4337
  "wearable-context": "wearable-context";
4337
4338
  }>;
4338
4339
  featureStatuses: z.ZodArray<z.ZodObject<{
4339
- status: z.ZodEnum<{
4340
- ready: "ready";
4341
- missing: "missing";
4342
- }>;
4343
4340
  requiredFor: z.ZodEnum<{
4344
4341
  "function-context": "function-context";
4345
4342
  "l1-glycemia": "l1-glycemia";
4346
4343
  "l1b-glycemia-body": "l1b-glycemia-body";
4347
- "wearable-context": "wearable-context";
4348
4344
  "lab5-fallback": "lab5-fallback";
4349
4345
  "lab9-mainline": "lab9-mainline";
4350
4346
  "optional-context": "optional-context";
4351
4347
  "r399-proxy-anchor": "r399-proxy-anchor";
4348
+ "wearable-context": "wearable-context";
4349
+ }>;
4350
+ status: z.ZodEnum<{
4351
+ missing: "missing";
4352
+ ready: "ready";
4352
4353
  }>;
4353
4354
  featureKey: z.ZodString;
4354
4355
  metricKeys: z.ZodArray<z.ZodString>;
@@ -4356,20 +4357,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4356
4357
  }, z.core.$strip>>;
4357
4358
  missingFeatureKeys: z.ZodArray<z.ZodString>;
4358
4359
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
4359
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4360
+ function_context_no_risk: "function_context_no_risk";
4360
4361
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
4362
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4361
4363
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
4362
4364
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
4363
4365
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
4364
- function_context_no_risk: "function_context_no_risk";
4365
4366
  wearable_context_no_risk: "wearable_context_no_risk";
4366
4367
  }>, z.ZodLiteral<"none">]>;
4367
4368
  schemaVersion: z.ZodLiteral<"murph.age.input-bundle.v1">;
4368
4369
  selectedMetricKeys: z.ZodArray<z.ZodString>;
4369
4370
  status: z.ZodEnum<{
4370
- ready: "ready";
4371
4371
  abstain: "abstain";
4372
4372
  "context-only": "context-only";
4373
+ ready: "ready";
4373
4374
  }>;
4374
4375
  warnings: z.ZodArray<z.ZodObject<{
4375
4376
  code: z.ZodEnum<{
@@ -4390,8 +4391,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4390
4391
  contextBundles: z.ZodArray<z.ZodObject<{
4391
4392
  availableFeatureKeys: z.ZodArray<z.ZodString>;
4392
4393
  bundleId: z.ZodEnum<{
4393
- insufficient: "insufficient";
4394
4394
  "function-context": "function-context";
4395
+ insufficient: "insufficient";
4395
4396
  "l1-glycemia": "l1-glycemia";
4396
4397
  "l1b-glycemia-body": "l1b-glycemia-body";
4397
4398
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -4400,19 +4401,19 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4400
4401
  "wearable-context": "wearable-context";
4401
4402
  }>;
4402
4403
  featureStatuses: z.ZodArray<z.ZodObject<{
4403
- status: z.ZodEnum<{
4404
- ready: "ready";
4405
- missing: "missing";
4406
- }>;
4407
4404
  requiredFor: z.ZodEnum<{
4408
4405
  "function-context": "function-context";
4409
4406
  "l1-glycemia": "l1-glycemia";
4410
4407
  "l1b-glycemia-body": "l1b-glycemia-body";
4411
- "wearable-context": "wearable-context";
4412
4408
  "lab5-fallback": "lab5-fallback";
4413
4409
  "lab9-mainline": "lab9-mainline";
4414
4410
  "optional-context": "optional-context";
4415
4411
  "r399-proxy-anchor": "r399-proxy-anchor";
4412
+ "wearable-context": "wearable-context";
4413
+ }>;
4414
+ status: z.ZodEnum<{
4415
+ missing: "missing";
4416
+ ready: "ready";
4416
4417
  }>;
4417
4418
  featureKey: z.ZodString;
4418
4419
  metricKeys: z.ZodArray<z.ZodString>;
@@ -4420,20 +4421,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4420
4421
  }, z.core.$strip>>;
4421
4422
  missingFeatureKeys: z.ZodArray<z.ZodString>;
4422
4423
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
4423
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4424
+ function_context_no_risk: "function_context_no_risk";
4424
4425
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
4426
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4425
4427
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
4426
4428
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
4427
4429
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
4428
- function_context_no_risk: "function_context_no_risk";
4429
4430
  wearable_context_no_risk: "wearable_context_no_risk";
4430
4431
  }>, z.ZodLiteral<"none">]>;
4431
4432
  schemaVersion: z.ZodLiteral<"murph.age.input-bundle.v1">;
4432
4433
  selectedMetricKeys: z.ZodArray<z.ZodString>;
4433
4434
  status: z.ZodEnum<{
4434
- ready: "ready";
4435
4435
  abstain: "abstain";
4436
4436
  "context-only": "context-only";
4437
+ ready: "ready";
4437
4438
  }>;
4438
4439
  warnings: z.ZodArray<z.ZodObject<{
4439
4440
  code: z.ZodEnum<{
@@ -4453,8 +4454,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4453
4454
  }, z.core.$strip>>;
4454
4455
  }, z.core.$strip>;
4455
4456
  mode: z.ZodEnum<{
4456
- research: "research";
4457
4457
  product: "product";
4458
+ research: "research";
4458
4459
  }>;
4459
4460
  researchCandidateCards: z.ZodArray<z.ZodObject<{
4460
4461
  availableFeatureKeys: z.ZodArray<z.ZodString>;
@@ -4465,8 +4466,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4465
4466
  PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT: "PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT";
4466
4467
  }>>;
4467
4468
  bundleId: z.ZodEnum<{
4468
- insufficient: "insufficient";
4469
4469
  "function-context": "function-context";
4470
+ insufficient: "insufficient";
4470
4471
  "l1-glycemia": "l1-glycemia";
4471
4472
  "l1b-glycemia-body": "l1b-glycemia-body";
4472
4473
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -4475,16 +4476,16 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4475
4476
  "wearable-context": "wearable-context";
4476
4477
  }>;
4477
4478
  cardId: z.ZodEnum<{
4478
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4479
4479
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
4480
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4480
4481
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
4481
4482
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
4482
4483
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
4483
4484
  }>;
4484
4485
  inputStatus: z.ZodEnum<{
4485
- ready: "ready";
4486
4486
  abstain: "abstain";
4487
4487
  "context-only": "context-only";
4488
+ ready: "ready";
4488
4489
  }>;
4489
4490
  missingFeatureKeys: z.ZodArray<z.ZodString>;
4490
4491
  modelLoaded: z.ZodBoolean;
@@ -4510,18 +4511,18 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4510
4511
  ageDeltaYears: z.ZodNullable<z.ZodNumber>;
4511
4512
  authorization: z.ZodObject<{
4512
4513
  cardId: z.ZodNullable<z.ZodEnum<{
4513
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4514
+ function_context_no_risk: "function_context_no_risk";
4514
4515
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
4516
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4515
4517
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
4516
4518
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
4517
4519
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
4518
- function_context_no_risk: "function_context_no_risk";
4519
4520
  wearable_context_no_risk: "wearable_context_no_risk";
4520
4521
  }>>;
4521
4522
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
4522
4523
  evidenceClass: z.ZodEnum<{
4523
- "context-only": "context-only";
4524
4524
  abstained: "abstained";
4525
+ "context-only": "context-only";
4525
4526
  "custom-model-unreviewed": "custom-model-unreviewed";
4526
4527
  "product-authorized": "product-authorized";
4527
4528
  "research-internal": "research-internal";
@@ -4542,10 +4543,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4542
4543
  metricKey: z.ZodNullable<z.ZodString>;
4543
4544
  moduleId: z.ZodString;
4544
4545
  status: z.ZodEnum<{
4545
- ready: "ready";
4546
- missing: "missing";
4547
4546
  blocked: "blocked";
4548
4547
  imputed: "imputed";
4548
+ missing: "missing";
4549
+ ready: "ready";
4549
4550
  }>;
4550
4551
  warnings: z.ZodArray<z.ZodObject<{
4551
4552
  code: z.ZodEnum<{
@@ -4577,8 +4578,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4577
4578
  probability: z.ZodNumber;
4578
4579
  }, z.core.$strip>>;
4579
4580
  status: z.ZodEnum<{
4580
- ready: "ready";
4581
4581
  abstain: "abstain";
4582
+ ready: "ready";
4582
4583
  }>;
4583
4584
  warnings: z.ZodArray<z.ZodObject<{
4584
4585
  code: z.ZodEnum<{
@@ -4598,9 +4599,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4598
4599
  }, z.core.$strip>>;
4599
4600
  schemaVersion: z.ZodLiteral<"murph.age.public-calculator-report.v6">;
4600
4601
  status: z.ZodEnum<{
4601
- ready: "ready";
4602
4602
  abstain: "abstain";
4603
4603
  "context-only": "context-only";
4604
+ ready: "ready";
4604
4605
  }>;
4605
4606
  warnings: z.ZodArray<z.ZodObject<{
4606
4607
  code: z.ZodEnum<{
@@ -4619,12 +4620,12 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4619
4620
  }, z.core.$strip>>;
4620
4621
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
4621
4622
  anchorCardId: z.ZodNullable<z.ZodEnum<{
4622
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4623
+ function_context_no_risk: "function_context_no_risk";
4623
4624
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
4625
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4624
4626
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
4625
4627
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
4626
4628
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
4627
- function_context_no_risk: "function_context_no_risk";
4628
4629
  wearable_context_no_risk: "wearable_context_no_risk";
4629
4630
  }>>;
4630
4631
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -4682,8 +4683,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4682
4683
  }, z.core.$strip>>;
4683
4684
  blockedFeatureKeys: z.ZodArray<z.ZodString>;
4684
4685
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
4685
- "context-only": "context-only";
4686
4686
  "age-estimate-unavailable": "age-estimate-unavailable";
4687
+ "context-only": "context-only";
4687
4688
  "policy-violation": "policy-violation";
4688
4689
  "product-not-authorized": "product-not-authorized";
4689
4690
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -4699,9 +4700,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4699
4700
  displayStatus: z.ZodEnum<{
4700
4701
  abstain: "abstain";
4701
4702
  "context-only": "context-only";
4702
- "research-only": "research-only";
4703
4703
  "product-age-ready": "product-age-ready";
4704
4704
  "product-risk-only": "product-risk-only";
4705
+ "research-only": "research-only";
4705
4706
  }>;
4706
4707
  domainContributions: z.ZodArray<z.ZodObject<{
4707
4708
  contributionYears: z.ZodNullable<z.ZodNumber>;
@@ -4714,10 +4715,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4714
4715
  metricKey: z.ZodNullable<z.ZodString>;
4715
4716
  moduleId: z.ZodString;
4716
4717
  status: z.ZodEnum<{
4717
- ready: "ready";
4718
- missing: "missing";
4719
4718
  blocked: "blocked";
4720
4719
  imputed: "imputed";
4720
+ missing: "missing";
4721
+ ready: "ready";
4721
4722
  }>;
4722
4723
  warnings: z.ZodArray<z.ZodObject<{
4723
4724
  code: z.ZodEnum<{
@@ -4742,10 +4743,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4742
4743
  metricKey: z.ZodNullable<z.ZodString>;
4743
4744
  moduleId: z.ZodString;
4744
4745
  status: z.ZodEnum<{
4745
- ready: "ready";
4746
- missing: "missing";
4747
4746
  blocked: "blocked";
4748
4747
  imputed: "imputed";
4748
+ missing: "missing";
4749
+ ready: "ready";
4749
4750
  }>;
4750
4751
  warnings: z.ZodArray<z.ZodObject<{
4751
4752
  code: z.ZodEnum<{
@@ -4775,10 +4776,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4775
4776
  metricKey: z.ZodNullable<z.ZodString>;
4776
4777
  moduleId: z.ZodString;
4777
4778
  status: z.ZodEnum<{
4778
- ready: "ready";
4779
- missing: "missing";
4780
4779
  blocked: "blocked";
4781
4780
  imputed: "imputed";
4781
+ missing: "missing";
4782
+ ready: "ready";
4782
4783
  }>;
4783
4784
  warnings: z.ZodArray<z.ZodObject<{
4784
4785
  code: z.ZodEnum<{
@@ -4808,10 +4809,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4808
4809
  metricKey: z.ZodNullable<z.ZodString>;
4809
4810
  moduleId: z.ZodString;
4810
4811
  status: z.ZodEnum<{
4811
- ready: "ready";
4812
- missing: "missing";
4813
4812
  blocked: "blocked";
4814
4813
  imputed: "imputed";
4814
+ missing: "missing";
4815
+ ready: "ready";
4815
4816
  }>;
4816
4817
  warnings: z.ZodArray<z.ZodObject<{
4817
4818
  code: z.ZodEnum<{
@@ -4838,8 +4839,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4838
4839
  }, z.core.$strip>;
4839
4840
  missingFeatureKeys: z.ZodArray<z.ZodString>;
4840
4841
  mode: z.ZodEnum<{
4841
- research: "research";
4842
4842
  product: "product";
4843
+ research: "research";
4843
4844
  }>;
4844
4845
  product: z.ZodObject<{
4845
4846
  ageDisplayReady: z.ZodBoolean;
@@ -4878,16 +4879,16 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4878
4879
  horizonYears: z.ZodNullable<z.ZodNumber>;
4879
4880
  probability: z.ZodNullable<z.ZodNumber>;
4880
4881
  riskEndpoint: z.ZodEnum<{
4881
- none: "none";
4882
4882
  "all-cause-mortality": "all-cause-mortality";
4883
+ none: "none";
4883
4884
  }>;
4884
4885
  }, z.core.$strip>;
4885
4886
  schemaVersion: z.ZodLiteral<"murph.age.public-calculator-view.v5">;
4886
4887
  scoreReadiness: z.ZodObject<{
4887
4888
  biologicalAgeAvailable: z.ZodBoolean;
4888
4889
  contextBundleIds: z.ZodArray<z.ZodEnum<{
4889
- insufficient: "insufficient";
4890
4890
  "function-context": "function-context";
4891
+ insufficient: "insufficient";
4891
4892
  "l1-glycemia": "l1-glycemia";
4892
4893
  "l1b-glycemia-body": "l1b-glycemia-body";
4893
4894
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -4897,8 +4898,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4897
4898
  }>>;
4898
4899
  contextOnlyFeatureCount: z.ZodNumber;
4899
4900
  inputBundleId: z.ZodEnum<{
4900
- insufficient: "insufficient";
4901
4901
  "function-context": "function-context";
4902
+ insufficient: "insufficient";
4902
4903
  "l1-glycemia": "l1-glycemia";
4903
4904
  "l1b-glycemia-body": "l1b-glycemia-body";
4904
4905
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -4910,8 +4911,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4910
4911
  riskAvailable: z.ZodBoolean;
4911
4912
  scoreBearingFeatureCount: z.ZodNumber;
4912
4913
  status: z.ZodEnum<{
4913
- "input-incomplete": "input-incomplete";
4914
4914
  "context-only-no-score": "context-only-no-score";
4915
+ "input-incomplete": "input-incomplete";
4915
4916
  "research-estimate-withheld": "research-estimate-withheld";
4916
4917
  "validated-age-ready": "validated-age-ready";
4917
4918
  "validated-risk-only": "validated-risk-only";
@@ -4927,20 +4928,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4927
4928
  wearableReadyFeatureCount: z.ZodNumber;
4928
4929
  }, z.core.$strip>;
4929
4930
  selectedCardId: z.ZodNullable<z.ZodEnum<{
4930
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4931
+ function_context_no_risk: "function_context_no_risk";
4931
4932
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
4933
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
4932
4934
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
4933
4935
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
4934
4936
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
4935
- function_context_no_risk: "function_context_no_risk";
4936
4937
  wearable_context_no_risk: "wearable_context_no_risk";
4937
4938
  }>>;
4938
4939
  selectedScoreBearingFeatureKeys: z.ZodArray<z.ZodString>;
4939
4940
  selectedScoreBearingMetricKeys: z.ZodArray<z.ZodString>;
4940
4941
  status: z.ZodEnum<{
4941
- ready: "ready";
4942
4942
  abstain: "abstain";
4943
4943
  "context-only": "context-only";
4944
+ ready: "ready";
4944
4945
  }>;
4945
4946
  warnings: z.ZodArray<z.ZodObject<{
4946
4947
  code: z.ZodEnum<{
@@ -4963,25 +4964,25 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4963
4964
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
4964
4965
  features: z.ZodArray<z.ZodObject<{
4965
4966
  family: z.ZodEnum<{
4967
+ activity: "activity";
4966
4968
  hrv: "hrv";
4967
4969
  quality: "quality";
4968
- sleep: "sleep";
4969
- activity: "activity";
4970
4970
  "resting-heart-rate": "resting-heart-rate";
4971
+ sleep: "sleep";
4971
4972
  }>;
4972
4973
  featureKey: z.ZodString;
4973
4974
  measurementMethod: z.ZodEnum<{
4974
- unknown: "unknown";
4975
4975
  "consumer-device": "consumer-device";
4976
4976
  "estimated-fitness": "estimated-fitness";
4977
4977
  "psg-or-ecg": "psg-or-ecg";
4978
4978
  "research-actigraphy": "research-actigraphy";
4979
4979
  "self-report": "self-report";
4980
+ unknown: "unknown";
4980
4981
  }>;
4981
4982
  methodQualifier: z.ZodEnum<{
4982
- required: "required";
4983
4983
  "not-required": "not-required";
4984
4984
  recommended: "recommended";
4985
+ required: "required";
4985
4986
  }>;
4986
4987
  metricKeys: z.ZodArray<z.ZodString>;
4987
4988
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -4992,20 +4993,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
4992
4993
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
4993
4994
  riskEffect: z.ZodLiteral<"not-estimated">;
4994
4995
  role: z.ZodEnum<{
4995
- quality: "quality";
4996
4996
  "deferred-context": "deferred-context";
4997
+ quality: "quality";
4997
4998
  "shadow-increment-signal": "shadow-increment-signal";
4998
4999
  }>;
4999
5000
  scoreBearing: z.ZodLiteral<false>;
5000
5001
  scoreContributionAuthorized: z.ZodLiteral<false>;
5001
5002
  status: z.ZodEnum<{
5003
+ missing: "missing";
5002
5004
  partial: "partial";
5003
5005
  ready: "ready";
5004
- missing: "missing";
5005
5006
  }>;
5006
5007
  uncertaintyAction: z.ZodEnum<{
5007
- none: "none";
5008
5008
  "context-only": "context-only";
5009
+ none: "none";
5009
5010
  }>;
5010
5011
  unlockPriority: z.ZodEnum<{
5011
5012
  defer: "defer";
@@ -5037,11 +5038,11 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5037
5038
  "shadow-residual-research": "shadow-residual-research";
5038
5039
  }>;
5039
5040
  family: z.ZodEnum<{
5041
+ activity: "activity";
5040
5042
  hrv: "hrv";
5041
5043
  quality: "quality";
5042
- sleep: "sleep";
5043
- activity: "activity";
5044
5044
  "resting-heart-rate": "resting-heart-rate";
5045
+ sleep: "sleep";
5045
5046
  }>;
5046
5047
  minimumValidDays28d: z.ZodNullable<z.ZodNumber>;
5047
5048
  minimumValidNights28d: z.ZodNullable<z.ZodNumber>;
@@ -5068,8 +5069,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5068
5069
  productWearableMultiplier: z.ZodLiteral<0>;
5069
5070
  residualLayerContract: z.ZodObject<{
5070
5071
  anchorCardIds: z.ZodArray<z.ZodEnum<{
5071
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5072
5072
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5073
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5073
5074
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5074
5075
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5075
5076
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
@@ -5078,26 +5079,26 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5078
5079
  deploymentRightsRequiredForProductScoring: z.ZodLiteral<true>;
5079
5080
  emptyPackBehavior: z.ZodLiteral<"exact-current-zero-delta-behavior">;
5080
5081
  familyPriorityOrder: z.ZodArray<z.ZodEnum<{
5081
- hrv: "hrv";
5082
- sleep: "sleep";
5083
5082
  activity: "activity";
5084
- "resting-heart-rate": "resting-heart-rate";
5085
5083
  "estimated-vo2-max": "estimated-vo2-max";
5084
+ hrv: "hrv";
5085
+ "resting-heart-rate": "resting-heart-rate";
5086
+ sleep: "sleep";
5086
5087
  }>>;
5087
5088
  requiredFields: z.ZodArray<z.ZodEnum<{
5088
- family: "family";
5089
- endpoint: "endpoint";
5090
- horizonYears: "horizonYears";
5091
5089
  anchorCardId: "anchorCardId";
5092
5090
  calibrationIntercept: "calibrationIntercept";
5093
5091
  calibrationSlope: "calibrationSlope";
5094
5092
  deploymentRights: "deploymentRights";
5095
5093
  deviceMethodQualifier: "deviceMethodQualifier";
5096
5094
  eligibleAgeSexBounds: "eligibleAgeSexBounds";
5095
+ endpoint: "endpoint";
5097
5096
  evidenceTier: "evidenceTier";
5097
+ family: "family";
5098
5098
  featureNames: "featureNames";
5099
5099
  featureTransforms: "featureTransforms";
5100
5100
  globalWearableCap: "globalWearableCap";
5101
+ horizonYears: "horizonYears";
5101
5102
  packHash: "packHash";
5102
5103
  promotionGateResults: "promotionGateResults";
5103
5104
  sourceRouteId: "sourceRouteId";
@@ -5106,8 +5107,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5106
5107
  requiredForResidualScoring: z.ZodLiteral<true>;
5107
5108
  schemaVersion: z.ZodLiteral<"murph.age.wearable-parameter-pack-contract.v1">;
5108
5109
  supportedDeploymentRights: z.ZodArray<z.ZodEnum<{
5109
- "product-authorized": "product-authorized";
5110
5110
  "not-authorized": "not-authorized";
5111
+ "product-authorized": "product-authorized";
5111
5112
  "research-only": "research-only";
5112
5113
  }>>;
5113
5114
  }, z.core.$strip>;
@@ -5116,16 +5117,16 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5116
5117
  currentDeploymentStatus: z.ZodLiteral<"contract-only-no-validated-parameters">;
5117
5118
  deployableParameterizationAvailable: z.ZodLiteral<false>;
5118
5119
  deferredFamilyOrder: z.ZodArray<z.ZodEnum<{
5120
+ "estimated-vo2-max": "estimated-vo2-max";
5119
5121
  hrv: "hrv";
5120
- sleep: "sleep";
5121
5122
  "resting-heart-rate": "resting-heart-rate";
5122
- "estimated-vo2-max": "estimated-vo2-max";
5123
+ sleep: "sleep";
5123
5124
  }>>;
5124
5125
  family: z.ZodEnum<{
5125
- hrv: "hrv";
5126
- sleep: "sleep";
5127
5126
  activity: "activity";
5127
+ hrv: "hrv";
5128
5128
  "resting-heart-rate": "resting-heart-rate";
5129
+ sleep: "sleep";
5129
5130
  }>;
5130
5131
  featureSetContract: z.ZodObject<{
5131
5132
  activityVolumeCandidateMetricKeys: z.ZodArray<z.ZodString>;
@@ -5187,12 +5188,12 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5187
5188
  }, z.core.$strip>;
5188
5189
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
5189
5190
  anchorCardId: z.ZodNullable<z.ZodEnum<{
5190
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5191
+ function_context_no_risk: "function_context_no_risk";
5191
5192
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5193
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5192
5194
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5193
5195
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5194
5196
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5195
- function_context_no_risk: "function_context_no_risk";
5196
5197
  wearable_context_no_risk: "wearable_context_no_risk";
5197
5198
  }>>;
5198
5199
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -5243,18 +5244,18 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5243
5244
  report: z.ZodObject<{
5244
5245
  authorization: z.ZodObject<{
5245
5246
  cardId: z.ZodNullable<z.ZodEnum<{
5246
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5247
+ function_context_no_risk: "function_context_no_risk";
5247
5248
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5249
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5248
5250
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5249
5251
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5250
5252
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5251
- function_context_no_risk: "function_context_no_risk";
5252
5253
  wearable_context_no_risk: "wearable_context_no_risk";
5253
5254
  }>>;
5254
5255
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
5255
5256
  evidenceClass: z.ZodEnum<{
5256
- "context-only": "context-only";
5257
5257
  abstained: "abstained";
5258
+ "context-only": "context-only";
5258
5259
  "custom-model-unreviewed": "custom-model-unreviewed";
5259
5260
  "product-authorized": "product-authorized";
5260
5261
  "research-internal": "research-internal";
@@ -5273,8 +5274,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5273
5274
  contextOnlyFeatureKeys: z.ZodArray<z.ZodString>;
5274
5275
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
5275
5276
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
5276
- "context-only": "context-only";
5277
5277
  "age-estimate-unavailable": "age-estimate-unavailable";
5278
+ "context-only": "context-only";
5278
5279
  "policy-violation": "policy-violation";
5279
5280
  "product-not-authorized": "product-not-authorized";
5280
5281
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -5283,9 +5284,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5283
5284
  displayStatus: z.ZodEnum<{
5284
5285
  abstain: "abstain";
5285
5286
  "context-only": "context-only";
5286
- "research-only": "research-only";
5287
5287
  "product-age-ready": "product-age-ready";
5288
5288
  "product-risk-only": "product-risk-only";
5289
+ "research-only": "research-only";
5289
5290
  }>;
5290
5291
  missingFeatureKeys: z.ZodArray<z.ZodString>;
5291
5292
  outcomeContext: z.ZodObject<{
@@ -5295,8 +5296,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5295
5296
  }>;
5296
5297
  horizonYears: z.ZodNullable<z.ZodNumber>;
5297
5298
  riskEndpoint: z.ZodEnum<{
5298
- none: "none";
5299
5299
  "all-cause-mortality": "all-cause-mortality";
5300
+ none: "none";
5300
5301
  }>;
5301
5302
  }, z.core.$strip>;
5302
5303
  productAgeDisplayReady: z.ZodBoolean;
@@ -5335,25 +5336,25 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5335
5336
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
5336
5337
  features: z.ZodArray<z.ZodObject<{
5337
5338
  family: z.ZodEnum<{
5339
+ activity: "activity";
5338
5340
  hrv: "hrv";
5339
5341
  quality: "quality";
5340
- sleep: "sleep";
5341
- activity: "activity";
5342
5342
  "resting-heart-rate": "resting-heart-rate";
5343
+ sleep: "sleep";
5343
5344
  }>;
5344
5345
  featureKey: z.ZodString;
5345
5346
  measurementMethod: z.ZodEnum<{
5346
- unknown: "unknown";
5347
5347
  "consumer-device": "consumer-device";
5348
5348
  "estimated-fitness": "estimated-fitness";
5349
5349
  "psg-or-ecg": "psg-or-ecg";
5350
5350
  "research-actigraphy": "research-actigraphy";
5351
5351
  "self-report": "self-report";
5352
+ unknown: "unknown";
5352
5353
  }>;
5353
5354
  methodQualifier: z.ZodEnum<{
5354
- required: "required";
5355
5355
  "not-required": "not-required";
5356
5356
  recommended: "recommended";
5357
+ required: "required";
5357
5358
  }>;
5358
5359
  metricKeys: z.ZodArray<z.ZodString>;
5359
5360
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -5364,20 +5365,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5364
5365
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
5365
5366
  riskEffect: z.ZodLiteral<"not-estimated">;
5366
5367
  role: z.ZodEnum<{
5367
- quality: "quality";
5368
5368
  "deferred-context": "deferred-context";
5369
+ quality: "quality";
5369
5370
  "shadow-increment-signal": "shadow-increment-signal";
5370
5371
  }>;
5371
5372
  scoreBearing: z.ZodLiteral<false>;
5372
5373
  scoreContributionAuthorized: z.ZodLiteral<false>;
5373
5374
  status: z.ZodEnum<{
5375
+ missing: "missing";
5374
5376
  partial: "partial";
5375
5377
  ready: "ready";
5376
- missing: "missing";
5377
5378
  }>;
5378
5379
  uncertaintyAction: z.ZodEnum<{
5379
- none: "none";
5380
5380
  "context-only": "context-only";
5381
+ none: "none";
5381
5382
  }>;
5382
5383
  unlockPriority: z.ZodEnum<{
5383
5384
  defer: "defer";
@@ -5399,10 +5400,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5399
5400
  }, z.core.$strip>;
5400
5401
  wearableContext: z.ZodObject<{
5401
5402
  availableFeatureFamilies: z.ZodArray<z.ZodEnum<{
5403
+ activity: "activity";
5402
5404
  quality: "quality";
5403
5405
  recovery: "recovery";
5404
5406
  sleep: "sleep";
5405
- activity: "activity";
5406
5407
  }>>;
5407
5408
  availableQualityFeatureKeys: z.ZodArray<z.ZodString>;
5408
5409
  missingQualityFeatureKeys: z.ZodArray<z.ZodString>;
@@ -5419,19 +5420,19 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5419
5420
  scoreBearing: z.ZodLiteral<false>;
5420
5421
  scoreContributionAuthorized: z.ZodLiteral<false>;
5421
5422
  uncertaintyAction: z.ZodEnum<{
5422
- none: "none";
5423
5423
  "context-only": "context-only";
5424
+ none: "none";
5424
5425
  }>;
5425
5426
  }, z.core.$strip>;
5426
5427
  }, z.core.$strip>;
5427
5428
  functionResidualLayer: z.ZodNullable<z.ZodObject<{
5428
5429
  anchorCardId: z.ZodNullable<z.ZodEnum<{
5429
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5430
+ function_context_no_risk: "function_context_no_risk";
5430
5431
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5432
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5431
5433
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5432
5434
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5433
5435
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5434
- function_context_no_risk: "function_context_no_risk";
5435
5436
  wearable_context_no_risk: "wearable_context_no_risk";
5436
5437
  }>>;
5437
5438
  eligibleForResidualResearch: z.ZodBoolean;
@@ -5447,9 +5448,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5447
5448
  selectedMetricKeys: z.ZodArray<z.ZodString>;
5448
5449
  status: z.ZodEnum<{
5449
5450
  "blocked-incompatible-anchor": "blocked-incompatible-anchor";
5451
+ "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
5450
5452
  "mechanics-ready-zero-delta": "mechanics-ready-zero-delta";
5451
5453
  "research-parameterized-shadow-delta": "research-parameterized-shadow-delta";
5452
- "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
5453
5454
  }>;
5454
5455
  warnings: z.ZodArray<z.ZodObject<{
5455
5456
  code: z.ZodEnum<{
@@ -5471,8 +5472,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5471
5472
  bundle: z.ZodObject<{
5472
5473
  availableFeatureKeys: z.ZodArray<z.ZodString>;
5473
5474
  bundleId: z.ZodEnum<{
5474
- insufficient: "insufficient";
5475
5475
  "function-context": "function-context";
5476
+ insufficient: "insufficient";
5476
5477
  "l1-glycemia": "l1-glycemia";
5477
5478
  "l1b-glycemia-body": "l1b-glycemia-body";
5478
5479
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -5481,19 +5482,19 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5481
5482
  "wearable-context": "wearable-context";
5482
5483
  }>;
5483
5484
  featureStatuses: z.ZodArray<z.ZodObject<{
5484
- status: z.ZodEnum<{
5485
- ready: "ready";
5486
- missing: "missing";
5487
- }>;
5488
5485
  requiredFor: z.ZodEnum<{
5489
5486
  "function-context": "function-context";
5490
5487
  "l1-glycemia": "l1-glycemia";
5491
5488
  "l1b-glycemia-body": "l1b-glycemia-body";
5492
- "wearable-context": "wearable-context";
5493
5489
  "lab5-fallback": "lab5-fallback";
5494
5490
  "lab9-mainline": "lab9-mainline";
5495
5491
  "optional-context": "optional-context";
5496
5492
  "r399-proxy-anchor": "r399-proxy-anchor";
5493
+ "wearable-context": "wearable-context";
5494
+ }>;
5495
+ status: z.ZodEnum<{
5496
+ missing: "missing";
5497
+ ready: "ready";
5497
5498
  }>;
5498
5499
  featureKey: z.ZodString;
5499
5500
  metricKeys: z.ZodArray<z.ZodString>;
@@ -5501,20 +5502,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5501
5502
  }, z.core.$strip>>;
5502
5503
  missingFeatureKeys: z.ZodArray<z.ZodString>;
5503
5504
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
5504
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5505
+ function_context_no_risk: "function_context_no_risk";
5505
5506
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5507
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5506
5508
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5507
5509
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5508
5510
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5509
- function_context_no_risk: "function_context_no_risk";
5510
5511
  wearable_context_no_risk: "wearable_context_no_risk";
5511
5512
  }>, z.ZodLiteral<"none">]>;
5512
5513
  schemaVersion: z.ZodLiteral<"murph.age.input-bundle.v1">;
5513
5514
  selectedMetricKeys: z.ZodArray<z.ZodString>;
5514
5515
  status: z.ZodEnum<{
5515
- ready: "ready";
5516
5516
  abstain: "abstain";
5517
5517
  "context-only": "context-only";
5518
+ ready: "ready";
5518
5519
  }>;
5519
5520
  warnings: z.ZodArray<z.ZodObject<{
5520
5521
  code: z.ZodEnum<{
@@ -5535,8 +5536,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5535
5536
  contextBundles: z.ZodArray<z.ZodObject<{
5536
5537
  availableFeatureKeys: z.ZodArray<z.ZodString>;
5537
5538
  bundleId: z.ZodEnum<{
5538
- insufficient: "insufficient";
5539
5539
  "function-context": "function-context";
5540
+ insufficient: "insufficient";
5540
5541
  "l1-glycemia": "l1-glycemia";
5541
5542
  "l1b-glycemia-body": "l1b-glycemia-body";
5542
5543
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -5545,19 +5546,19 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5545
5546
  "wearable-context": "wearable-context";
5546
5547
  }>;
5547
5548
  featureStatuses: z.ZodArray<z.ZodObject<{
5548
- status: z.ZodEnum<{
5549
- ready: "ready";
5550
- missing: "missing";
5551
- }>;
5552
5549
  requiredFor: z.ZodEnum<{
5553
5550
  "function-context": "function-context";
5554
5551
  "l1-glycemia": "l1-glycemia";
5555
5552
  "l1b-glycemia-body": "l1b-glycemia-body";
5556
- "wearable-context": "wearable-context";
5557
5553
  "lab5-fallback": "lab5-fallback";
5558
5554
  "lab9-mainline": "lab9-mainline";
5559
5555
  "optional-context": "optional-context";
5560
5556
  "r399-proxy-anchor": "r399-proxy-anchor";
5557
+ "wearable-context": "wearable-context";
5558
+ }>;
5559
+ status: z.ZodEnum<{
5560
+ missing: "missing";
5561
+ ready: "ready";
5561
5562
  }>;
5562
5563
  featureKey: z.ZodString;
5563
5564
  metricKeys: z.ZodArray<z.ZodString>;
@@ -5565,20 +5566,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5565
5566
  }, z.core.$strip>>;
5566
5567
  missingFeatureKeys: z.ZodArray<z.ZodString>;
5567
5568
  recommendedCardId: z.ZodUnion<readonly [z.ZodEnum<{
5568
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5569
+ function_context_no_risk: "function_context_no_risk";
5569
5570
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5571
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5570
5572
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5571
5573
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5572
5574
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5573
- function_context_no_risk: "function_context_no_risk";
5574
5575
  wearable_context_no_risk: "wearable_context_no_risk";
5575
5576
  }>, z.ZodLiteral<"none">]>;
5576
5577
  schemaVersion: z.ZodLiteral<"murph.age.input-bundle.v1">;
5577
5578
  selectedMetricKeys: z.ZodArray<z.ZodString>;
5578
5579
  status: z.ZodEnum<{
5579
- ready: "ready";
5580
5580
  abstain: "abstain";
5581
5581
  "context-only": "context-only";
5582
+ ready: "ready";
5582
5583
  }>;
5583
5584
  warnings: z.ZodArray<z.ZodObject<{
5584
5585
  code: z.ZodEnum<{
@@ -5598,8 +5599,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5598
5599
  }, z.core.$strip>>;
5599
5600
  }, z.core.$strip>;
5600
5601
  mode: z.ZodEnum<{
5601
- research: "research";
5602
5602
  product: "product";
5603
+ research: "research";
5603
5604
  }>;
5604
5605
  researchCandidateCards: z.ZodArray<z.ZodObject<{
5605
5606
  availableFeatureKeys: z.ZodArray<z.ZodString>;
@@ -5610,8 +5611,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5610
5611
  PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT: "PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT";
5611
5612
  }>>;
5612
5613
  bundleId: z.ZodEnum<{
5613
- insufficient: "insufficient";
5614
5614
  "function-context": "function-context";
5615
+ insufficient: "insufficient";
5615
5616
  "l1-glycemia": "l1-glycemia";
5616
5617
  "l1b-glycemia-body": "l1b-glycemia-body";
5617
5618
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -5620,16 +5621,16 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5620
5621
  "wearable-context": "wearable-context";
5621
5622
  }>;
5622
5623
  cardId: z.ZodEnum<{
5623
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5624
5624
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5625
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5625
5626
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5626
5627
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5627
5628
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5628
5629
  }>;
5629
5630
  inputStatus: z.ZodEnum<{
5630
- ready: "ready";
5631
5631
  abstain: "abstain";
5632
5632
  "context-only": "context-only";
5633
+ ready: "ready";
5633
5634
  }>;
5634
5635
  missingFeatureKeys: z.ZodArray<z.ZodString>;
5635
5636
  modelLoaded: z.ZodBoolean;
@@ -5655,18 +5656,18 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5655
5656
  ageDeltaYears: z.ZodNullable<z.ZodNumber>;
5656
5657
  authorization: z.ZodObject<{
5657
5658
  cardId: z.ZodNullable<z.ZodEnum<{
5658
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5659
+ function_context_no_risk: "function_context_no_risk";
5659
5660
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5661
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5660
5662
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5661
5663
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5662
5664
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5663
- function_context_no_risk: "function_context_no_risk";
5664
5665
  wearable_context_no_risk: "wearable_context_no_risk";
5665
5666
  }>>;
5666
5667
  contextOnlyMetricKeys: z.ZodArray<z.ZodString>;
5667
5668
  evidenceClass: z.ZodEnum<{
5668
- "context-only": "context-only";
5669
5669
  abstained: "abstained";
5670
+ "context-only": "context-only";
5670
5671
  "custom-model-unreviewed": "custom-model-unreviewed";
5671
5672
  "product-authorized": "product-authorized";
5672
5673
  "research-internal": "research-internal";
@@ -5687,10 +5688,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5687
5688
  metricKey: z.ZodNullable<z.ZodString>;
5688
5689
  moduleId: z.ZodString;
5689
5690
  status: z.ZodEnum<{
5690
- ready: "ready";
5691
- missing: "missing";
5692
5691
  blocked: "blocked";
5693
5692
  imputed: "imputed";
5693
+ missing: "missing";
5694
+ ready: "ready";
5694
5695
  }>;
5695
5696
  warnings: z.ZodArray<z.ZodObject<{
5696
5697
  code: z.ZodEnum<{
@@ -5722,8 +5723,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5722
5723
  probability: z.ZodNumber;
5723
5724
  }, z.core.$strip>>;
5724
5725
  status: z.ZodEnum<{
5725
- ready: "ready";
5726
5726
  abstain: "abstain";
5727
+ ready: "ready";
5727
5728
  }>;
5728
5729
  warnings: z.ZodArray<z.ZodObject<{
5729
5730
  code: z.ZodEnum<{
@@ -5743,9 +5744,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5743
5744
  }, z.core.$strip>>;
5744
5745
  schemaVersion: z.ZodLiteral<"murph.age.public-calculator-report.v6">;
5745
5746
  status: z.ZodEnum<{
5746
- ready: "ready";
5747
5747
  abstain: "abstain";
5748
5748
  "context-only": "context-only";
5749
+ ready: "ready";
5749
5750
  }>;
5750
5751
  warnings: z.ZodArray<z.ZodObject<{
5751
5752
  code: z.ZodEnum<{
@@ -5764,12 +5765,12 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5764
5765
  }, z.core.$strip>>;
5765
5766
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
5766
5767
  anchorCardId: z.ZodNullable<z.ZodEnum<{
5767
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5768
+ function_context_no_risk: "function_context_no_risk";
5768
5769
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5770
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5769
5771
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5770
5772
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5771
5773
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5772
- function_context_no_risk: "function_context_no_risk";
5773
5774
  wearable_context_no_risk: "wearable_context_no_risk";
5774
5775
  }>>;
5775
5776
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -5835,8 +5836,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5835
5836
  PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT: "PROXY_FALLBACK_SUPPRESSED_BY_LAB_INTENT";
5836
5837
  }>>;
5837
5838
  bundleId: z.ZodEnum<{
5838
- insufficient: "insufficient";
5839
5839
  "function-context": "function-context";
5840
+ insufficient: "insufficient";
5840
5841
  "l1-glycemia": "l1-glycemia";
5841
5842
  "l1b-glycemia-body": "l1b-glycemia-body";
5842
5843
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -5845,16 +5846,16 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5845
5846
  "wearable-context": "wearable-context";
5846
5847
  }>;
5847
5848
  cardId: z.ZodEnum<{
5848
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5849
5849
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
5850
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
5850
5851
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
5851
5852
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
5852
5853
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
5853
5854
  }>;
5854
5855
  inputStatus: z.ZodEnum<{
5855
- ready: "ready";
5856
5856
  abstain: "abstain";
5857
5857
  "context-only": "context-only";
5858
+ ready: "ready";
5858
5859
  }>;
5859
5860
  missingFeatureKeys: z.ZodArray<z.ZodString>;
5860
5861
  modelLoaded: z.ZodBoolean;
@@ -5908,8 +5909,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5908
5909
  }, z.core.$strip>;
5909
5910
  blockedFeatureKeys: z.ZodArray<z.ZodString>;
5910
5911
  displayBlockedReason: z.ZodNullable<z.ZodEnum<{
5911
- "context-only": "context-only";
5912
5912
  "age-estimate-unavailable": "age-estimate-unavailable";
5913
+ "context-only": "context-only";
5913
5914
  "policy-violation": "policy-violation";
5914
5915
  "product-not-authorized": "product-not-authorized";
5915
5916
  "risk-estimate-unavailable": "risk-estimate-unavailable";
@@ -5918,9 +5919,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5918
5919
  displayStatus: z.ZodEnum<{
5919
5920
  abstain: "abstain";
5920
5921
  "context-only": "context-only";
5921
- "research-only": "research-only";
5922
5922
  "product-age-ready": "product-age-ready";
5923
5923
  "product-risk-only": "product-risk-only";
5924
+ "research-only": "research-only";
5924
5925
  }>;
5925
5926
  domainContributions: z.ZodArray<z.ZodObject<{
5926
5927
  contributionYears: z.ZodNullable<z.ZodNumber>;
@@ -5933,10 +5934,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5933
5934
  metricKey: z.ZodNullable<z.ZodString>;
5934
5935
  moduleId: z.ZodString;
5935
5936
  status: z.ZodEnum<{
5936
- ready: "ready";
5937
- missing: "missing";
5938
5937
  blocked: "blocked";
5939
5938
  imputed: "imputed";
5939
+ missing: "missing";
5940
+ ready: "ready";
5940
5941
  }>;
5941
5942
  warnings: z.ZodArray<z.ZodObject<{
5942
5943
  code: z.ZodEnum<{
@@ -5961,10 +5962,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5961
5962
  metricKey: z.ZodNullable<z.ZodString>;
5962
5963
  moduleId: z.ZodString;
5963
5964
  status: z.ZodEnum<{
5964
- ready: "ready";
5965
- missing: "missing";
5966
5965
  blocked: "blocked";
5967
5966
  imputed: "imputed";
5967
+ missing: "missing";
5968
+ ready: "ready";
5968
5969
  }>;
5969
5970
  warnings: z.ZodArray<z.ZodObject<{
5970
5971
  code: z.ZodEnum<{
@@ -5994,10 +5995,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
5994
5995
  metricKey: z.ZodNullable<z.ZodString>;
5995
5996
  moduleId: z.ZodString;
5996
5997
  status: z.ZodEnum<{
5997
- ready: "ready";
5998
- missing: "missing";
5999
5998
  blocked: "blocked";
6000
5999
  imputed: "imputed";
6000
+ missing: "missing";
6001
+ ready: "ready";
6001
6002
  }>;
6002
6003
  warnings: z.ZodArray<z.ZodObject<{
6003
6004
  code: z.ZodEnum<{
@@ -6027,10 +6028,10 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6027
6028
  metricKey: z.ZodNullable<z.ZodString>;
6028
6029
  moduleId: z.ZodString;
6029
6030
  status: z.ZodEnum<{
6030
- ready: "ready";
6031
- missing: "missing";
6032
6031
  blocked: "blocked";
6033
6032
  imputed: "imputed";
6033
+ missing: "missing";
6034
+ ready: "ready";
6034
6035
  }>;
6035
6036
  warnings: z.ZodArray<z.ZodObject<{
6036
6037
  code: z.ZodEnum<{
@@ -6057,12 +6058,12 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6057
6058
  }, z.core.$strip>;
6058
6059
  functionResidualLayer: z.ZodNullable<z.ZodObject<{
6059
6060
  anchorCardId: z.ZodNullable<z.ZodEnum<{
6060
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6061
+ function_context_no_risk: "function_context_no_risk";
6061
6062
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
6063
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6062
6064
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
6063
6065
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
6064
6066
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
6065
- function_context_no_risk: "function_context_no_risk";
6066
6067
  wearable_context_no_risk: "wearable_context_no_risk";
6067
6068
  }>>;
6068
6069
  eligibleForResidualResearch: z.ZodBoolean;
@@ -6078,9 +6079,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6078
6079
  selectedMetricKeys: z.ZodArray<z.ZodString>;
6079
6080
  status: z.ZodEnum<{
6080
6081
  "blocked-incompatible-anchor": "blocked-incompatible-anchor";
6082
+ "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
6081
6083
  "mechanics-ready-zero-delta": "mechanics-ready-zero-delta";
6082
6084
  "research-parameterized-shadow-delta": "research-parameterized-shadow-delta";
6083
- "ineligible-insufficient-function-context": "ineligible-insufficient-function-context";
6084
6085
  }>;
6085
6086
  warnings: z.ZodArray<z.ZodObject<{
6086
6087
  code: z.ZodEnum<{
@@ -6100,8 +6101,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6100
6101
  }, z.core.$strip>>;
6101
6102
  missingFeatureKeys: z.ZodArray<z.ZodString>;
6102
6103
  mode: z.ZodEnum<{
6103
- research: "research";
6104
6104
  product: "product";
6105
+ research: "research";
6105
6106
  }>;
6106
6107
  model: z.ZodObject<{
6107
6108
  blockers: z.ZodArray<z.ZodEnum<{
@@ -6139,8 +6140,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6139
6140
  }, z.core.$strip>;
6140
6141
  latestLocalRunEvidence: z.ZodArray<z.ZodObject<{
6141
6142
  bundleId: z.ZodOptional<z.ZodEnum<{
6142
- insufficient: "insufficient";
6143
6143
  "function-context": "function-context";
6144
+ insufficient: "insufficient";
6144
6145
  "l1-glycemia": "l1-glycemia";
6145
6146
  "l1b-glycemia-body": "l1b-glycemia-body";
6146
6147
  "lab5-bp-bmi": "lab5-bp-bmi";
@@ -6149,13 +6150,13 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6149
6150
  "wearable-context": "wearable-context";
6150
6151
  }>>;
6151
6152
  cohortLabel: z.ZodEnum<{
6152
- wearables: "wearables";
6153
6153
  CRELES: "CRELES";
6154
6154
  HAALSI: "HAALSI";
6155
6155
  MHAS: "MHAS";
6156
6156
  MIDUS: "MIDUS";
6157
6157
  NSHAP: "NSHAP";
6158
6158
  SAGE: "SAGE";
6159
+ wearables: "wearables";
6159
6160
  }>;
6160
6161
  evidenceId: z.ZodEnum<{
6161
6162
  "creles-glycemia-transport-local-run": "creles-glycemia-transport-local-run";
@@ -6169,9 +6170,9 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6169
6170
  productAuthorizationChanged: z.ZodLiteral<false>;
6170
6171
  scoringMathChanged: z.ZodLiteral<false>;
6171
6172
  signal: z.ZodEnum<{
6172
- partial: "partial";
6173
6173
  "context-only": "context-only";
6174
6174
  "glycemia-only-better": "glycemia-only-better";
6175
+ partial: "partial";
6175
6176
  "slight-lift": "slight-lift";
6176
6177
  supported: "supported";
6177
6178
  weak: "weak";
@@ -6218,11 +6219,11 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6218
6219
  parameterPackRequired: z.ZodBoolean;
6219
6220
  productAuthorized: z.ZodLiteral<false>;
6220
6221
  role: z.ZodEnum<{
6221
- "wearable-activity-residual": "wearable-activity-residual";
6222
- "wearable-multi-family-residual": "wearable-multi-family-residual";
6223
6222
  "base-outcome-risk": "base-outcome-risk";
6224
6223
  "function-mobility-residual": "function-mobility-residual";
6225
6224
  "lab-body-risk-adjuster": "lab-body-risk-adjuster";
6225
+ "wearable-activity-residual": "wearable-activity-residual";
6226
+ "wearable-multi-family-residual": "wearable-multi-family-residual";
6226
6227
  }>;
6227
6228
  scoreBearingNow: z.ZodBoolean;
6228
6229
  scoreContributionAuthorized: z.ZodLiteral<false>;
@@ -6265,12 +6266,12 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6265
6266
  scoreBearingMetricKeys: z.ZodArray<z.ZodString>;
6266
6267
  scoreInterpretation: z.ZodLiteral<"risk-age-equivalent-research-only">;
6267
6268
  selectedResearchCardId: z.ZodNullable<z.ZodEnum<{
6268
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6269
+ function_context_no_risk: "function_context_no_risk";
6269
6270
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
6271
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6270
6272
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
6271
6273
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
6272
6274
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
6273
- function_context_no_risk: "function_context_no_risk";
6274
6275
  wearable_context_no_risk: "wearable_context_no_risk";
6275
6276
  }>>;
6276
6277
  wearable: z.ZodObject<{
@@ -6369,26 +6370,26 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6369
6370
  horizonYears: z.ZodNullable<z.ZodNumber>;
6370
6371
  probability: z.ZodNullable<z.ZodNumber>;
6371
6372
  riskEndpoint: z.ZodEnum<{
6372
- none: "none";
6373
6373
  "all-cause-mortality": "all-cause-mortality";
6374
+ none: "none";
6374
6375
  }>;
6375
6376
  }, z.core.$strip>;
6376
6377
  schemaVersion: z.ZodLiteral<"murph.age.research-calculator-view.v17">;
6377
6378
  selectedCardId: z.ZodNullable<z.ZodEnum<{
6378
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6379
+ function_context_no_risk: "function_context_no_risk";
6379
6380
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
6381
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6380
6382
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
6381
6383
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
6382
6384
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
6383
- function_context_no_risk: "function_context_no_risk";
6384
6385
  wearable_context_no_risk: "wearable_context_no_risk";
6385
6386
  }>>;
6386
6387
  selectedScoreBearingFeatureKeys: z.ZodArray<z.ZodString>;
6387
6388
  selectedScoreBearingMetricKeys: z.ZodArray<z.ZodString>;
6388
6389
  status: z.ZodEnum<{
6389
- ready: "ready";
6390
6390
  abstain: "abstain";
6391
6391
  "context-only": "context-only";
6392
+ ready: "ready";
6392
6393
  }>;
6393
6394
  warnings: z.ZodArray<z.ZodObject<{
6394
6395
  code: z.ZodEnum<{
@@ -6411,25 +6412,25 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6411
6412
  deferredFeatureKeys: z.ZodArray<z.ZodString>;
6412
6413
  features: z.ZodArray<z.ZodObject<{
6413
6414
  family: z.ZodEnum<{
6415
+ activity: "activity";
6414
6416
  hrv: "hrv";
6415
6417
  quality: "quality";
6416
- sleep: "sleep";
6417
- activity: "activity";
6418
6418
  "resting-heart-rate": "resting-heart-rate";
6419
+ sleep: "sleep";
6419
6420
  }>;
6420
6421
  featureKey: z.ZodString;
6421
6422
  measurementMethod: z.ZodEnum<{
6422
- unknown: "unknown";
6423
6423
  "consumer-device": "consumer-device";
6424
6424
  "estimated-fitness": "estimated-fitness";
6425
6425
  "psg-or-ecg": "psg-or-ecg";
6426
6426
  "research-actigraphy": "research-actigraphy";
6427
6427
  "self-report": "self-report";
6428
+ unknown: "unknown";
6428
6429
  }>;
6429
6430
  methodQualifier: z.ZodEnum<{
6430
- required: "required";
6431
6431
  "not-required": "not-required";
6432
6432
  recommended: "recommended";
6433
+ required: "required";
6433
6434
  }>;
6434
6435
  metricKeys: z.ZodArray<z.ZodString>;
6435
6436
  missingMetricKeys: z.ZodArray<z.ZodString>;
@@ -6440,20 +6441,20 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6440
6441
  requiredQualityMetricKeys: z.ZodArray<z.ZodString>;
6441
6442
  riskEffect: z.ZodLiteral<"not-estimated">;
6442
6443
  role: z.ZodEnum<{
6443
- quality: "quality";
6444
6444
  "deferred-context": "deferred-context";
6445
+ quality: "quality";
6445
6446
  "shadow-increment-signal": "shadow-increment-signal";
6446
6447
  }>;
6447
6448
  scoreBearing: z.ZodLiteral<false>;
6448
6449
  scoreContributionAuthorized: z.ZodLiteral<false>;
6449
6450
  status: z.ZodEnum<{
6451
+ missing: "missing";
6450
6452
  partial: "partial";
6451
6453
  ready: "ready";
6452
- missing: "missing";
6453
6454
  }>;
6454
6455
  uncertaintyAction: z.ZodEnum<{
6455
- none: "none";
6456
6456
  "context-only": "context-only";
6457
+ none: "none";
6457
6458
  }>;
6458
6459
  unlockPriority: z.ZodEnum<{
6459
6460
  defer: "defer";
@@ -6485,11 +6486,11 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6485
6486
  "shadow-residual-research": "shadow-residual-research";
6486
6487
  }>;
6487
6488
  family: z.ZodEnum<{
6489
+ activity: "activity";
6488
6490
  hrv: "hrv";
6489
6491
  quality: "quality";
6490
- sleep: "sleep";
6491
- activity: "activity";
6492
6492
  "resting-heart-rate": "resting-heart-rate";
6493
+ sleep: "sleep";
6493
6494
  }>;
6494
6495
  minimumValidDays28d: z.ZodNullable<z.ZodNumber>;
6495
6496
  minimumValidNights28d: z.ZodNullable<z.ZodNumber>;
@@ -6516,8 +6517,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6516
6517
  productWearableMultiplier: z.ZodLiteral<0>;
6517
6518
  residualLayerContract: z.ZodObject<{
6518
6519
  anchorCardIds: z.ZodArray<z.ZodEnum<{
6519
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6520
6520
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
6521
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6521
6522
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
6522
6523
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
6523
6524
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
@@ -6526,26 +6527,26 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6526
6527
  deploymentRightsRequiredForProductScoring: z.ZodLiteral<true>;
6527
6528
  emptyPackBehavior: z.ZodLiteral<"exact-current-zero-delta-behavior">;
6528
6529
  familyPriorityOrder: z.ZodArray<z.ZodEnum<{
6529
- hrv: "hrv";
6530
- sleep: "sleep";
6531
6530
  activity: "activity";
6532
- "resting-heart-rate": "resting-heart-rate";
6533
6531
  "estimated-vo2-max": "estimated-vo2-max";
6532
+ hrv: "hrv";
6533
+ "resting-heart-rate": "resting-heart-rate";
6534
+ sleep: "sleep";
6534
6535
  }>>;
6535
6536
  requiredFields: z.ZodArray<z.ZodEnum<{
6536
- family: "family";
6537
- endpoint: "endpoint";
6538
- horizonYears: "horizonYears";
6539
6537
  anchorCardId: "anchorCardId";
6540
6538
  calibrationIntercept: "calibrationIntercept";
6541
6539
  calibrationSlope: "calibrationSlope";
6542
6540
  deploymentRights: "deploymentRights";
6543
6541
  deviceMethodQualifier: "deviceMethodQualifier";
6544
6542
  eligibleAgeSexBounds: "eligibleAgeSexBounds";
6543
+ endpoint: "endpoint";
6545
6544
  evidenceTier: "evidenceTier";
6545
+ family: "family";
6546
6546
  featureNames: "featureNames";
6547
6547
  featureTransforms: "featureTransforms";
6548
6548
  globalWearableCap: "globalWearableCap";
6549
+ horizonYears: "horizonYears";
6549
6550
  packHash: "packHash";
6550
6551
  promotionGateResults: "promotionGateResults";
6551
6552
  sourceRouteId: "sourceRouteId";
@@ -6554,8 +6555,8 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6554
6555
  requiredForResidualScoring: z.ZodLiteral<true>;
6555
6556
  schemaVersion: z.ZodLiteral<"murph.age.wearable-parameter-pack-contract.v1">;
6556
6557
  supportedDeploymentRights: z.ZodArray<z.ZodEnum<{
6557
- "product-authorized": "product-authorized";
6558
6558
  "not-authorized": "not-authorized";
6559
+ "product-authorized": "product-authorized";
6559
6560
  "research-only": "research-only";
6560
6561
  }>>;
6561
6562
  }, z.core.$strip>;
@@ -6564,16 +6565,16 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6564
6565
  currentDeploymentStatus: z.ZodLiteral<"contract-only-no-validated-parameters">;
6565
6566
  deployableParameterizationAvailable: z.ZodLiteral<false>;
6566
6567
  deferredFamilyOrder: z.ZodArray<z.ZodEnum<{
6568
+ "estimated-vo2-max": "estimated-vo2-max";
6567
6569
  hrv: "hrv";
6568
- sleep: "sleep";
6569
6570
  "resting-heart-rate": "resting-heart-rate";
6570
- "estimated-vo2-max": "estimated-vo2-max";
6571
+ sleep: "sleep";
6571
6572
  }>>;
6572
6573
  family: z.ZodEnum<{
6573
- hrv: "hrv";
6574
- sleep: "sleep";
6575
6574
  activity: "activity";
6575
+ hrv: "hrv";
6576
6576
  "resting-heart-rate": "resting-heart-rate";
6577
+ sleep: "sleep";
6577
6578
  }>;
6578
6579
  featureSetContract: z.ZodObject<{
6579
6580
  activityVolumeCandidateMetricKeys: z.ZodArray<z.ZodString>;
@@ -6635,12 +6636,12 @@ export declare const murphAgeSubmittedCalculatorViewBundleResultSchema: z.ZodObj
6635
6636
  }, z.core.$strip>;
6636
6637
  wearableResidualLayer: z.ZodNullable<z.ZodObject<{
6637
6638
  anchorCardId: z.ZodNullable<z.ZodEnum<{
6638
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6639
+ function_context_no_risk: "function_context_no_risk";
6639
6640
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
6641
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
6640
6642
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
6641
6643
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
6642
6644
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
6643
- function_context_no_risk: "function_context_no_risk";
6644
6645
  wearable_context_no_risk: "wearable_context_no_risk";
6645
6646
  }>>;
6646
6647
  anchorRiskAgeEquivalentYears: z.ZodNullable<z.ZodNumber>;
@@ -6698,12 +6699,12 @@ export declare const murphAgeAggregateEvidenceStatusResultSchema: z.ZodObject<{
6698
6699
  }>>;
6699
6700
  routeId: z.ZodNullable<z.ZodString>;
6700
6701
  status: z.ZodEnum<{
6701
- ready: "ready";
6702
6702
  blocked: "blocked";
6703
+ ready: "ready";
6703
6704
  }>;
6704
6705
  validationStatus: z.ZodEnum<{
6705
- valid: "valid";
6706
6706
  invalid: "invalid";
6707
+ valid: "valid";
6707
6708
  }>;
6708
6709
  warningCodes: z.ZodArray<z.ZodEnum<{
6709
6710
  BLOCKED_MODEL_FEATURE: "BLOCKED_MODEL_FEATURE";
@@ -6839,9 +6840,9 @@ export declare const murphAgeAggregateEvidenceStatusResultSchema: z.ZodObject<{
6839
6840
  receiptScienceReviewReadySourceRouteIds: z.ZodArray<z.ZodString>;
6840
6841
  receiptScienceReviewStatus: z.ZodEnum<{
6841
6842
  blocked: "blocked";
6842
- "valid-no-delta": "valid-no-delta";
6843
6843
  "no-receipts": "no-receipts";
6844
6844
  "science-review-ready": "science-review-ready";
6845
+ "valid-no-delta": "valid-no-delta";
6845
6846
  }>;
6846
6847
  receiptSummaries: z.ZodArray<z.ZodObject<{
6847
6848
  blockers: z.ZodArray<z.ZodEnum<{
@@ -6888,8 +6889,8 @@ export declare const murphAgeAggregateEvidenceStatusResultSchema: z.ZodObject<{
6888
6889
  scoreBearingPromotionAuthorized: z.ZodLiteral<false>;
6889
6890
  sourceRouteId: z.ZodNullable<z.ZodString>;
6890
6891
  validationStatus: z.ZodEnum<{
6891
- valid: "valid";
6892
6892
  invalid: "invalid";
6893
+ valid: "valid";
6893
6894
  }>;
6894
6895
  warningCodes: z.ZodArray<z.ZodEnum<{
6895
6896
  BLOCKED_MODEL_FEATURE: "BLOCKED_MODEL_FEATURE";
@@ -6940,18 +6941,18 @@ export declare const murphAgeAggregateEvidenceStatusResultSchema: z.ZodObject<{
6940
6941
  }, z.core.$strip>;
6941
6942
  evaluatorFrozenBeforeExecutionRequired: z.ZodLiteral<true>;
6942
6943
  evidenceTierOptions: z.ZodArray<z.ZodEnum<{
6943
- "same-family-sanity": "same-family-sanity";
6944
6944
  "external-validation": "external-validation";
6945
6945
  "internal-diagnostic": "internal-diagnostic";
6946
6946
  "partner-aggregate": "partner-aggregate";
6947
+ "same-family-sanity": "same-family-sanity";
6947
6948
  }>>;
6948
6949
  metricFields: z.ZodArray<z.ZodEnum<{
6949
- events: "events";
6950
- calibrationIntercept: "calibrationIntercept";
6951
- calibrationSlope: "calibrationSlope";
6952
6950
  auc: "auc";
6953
6951
  brier: "brier";
6954
6952
  cIndex: "cIndex";
6953
+ calibrationIntercept: "calibrationIntercept";
6954
+ calibrationSlope: "calibrationSlope";
6955
+ events: "events";
6955
6956
  logLoss: "logLoss";
6956
6957
  meanPrediction: "meanPrediction";
6957
6958
  n: "n";
@@ -6984,9 +6985,9 @@ export declare const murphAgeAggregateEvidenceStatusResultSchema: z.ZodObject<{
6984
6985
  acceptedAggregateMetricDeltaFields: z.ZodArray<z.ZodEnum<{
6985
6986
  aucDelta: "aucDelta";
6986
6987
  brierDelta: "brierDelta";
6988
+ cIndexDelta: "cIndexDelta";
6987
6989
  calibrationInterceptDelta: "calibrationInterceptDelta";
6988
6990
  calibrationSlopeDelta: "calibrationSlopeDelta";
6989
- cIndexDelta: "cIndexDelta";
6990
6991
  logLossDelta: "logLossDelta";
6991
6992
  }>>;
6992
6993
  anchorCardId: z.ZodString;
@@ -7008,8 +7009,8 @@ export declare const murphAgeAggregateEvidenceStatusResultSchema: z.ZodObject<{
7008
7009
  sourceRouteIdsByExecutionPriority: z.ZodArray<z.ZodString>;
7009
7010
  schemaVersion: z.ZodLiteral<"murph.age.aggregate-evidence-status.v7">;
7010
7011
  status: z.ZodEnum<{
7011
- ready: "ready";
7012
7012
  blocked: "blocked";
7013
+ ready: "ready";
7013
7014
  }>;
7014
7015
  validNoDeltaReceiptCount: z.ZodNumber;
7015
7016
  validNoDeltaReceiptSourceRouteIds: z.ZodArray<z.ZodString>;
@@ -7017,8 +7018,8 @@ export declare const murphAgeAggregateEvidenceStatusResultSchema: z.ZodObject<{
7017
7018
  export declare const murphAgeSubmittedPreviewPayloadSchema: z.ZodObject<{
7018
7019
  asOf: z.ZodString;
7019
7020
  cardId: z.ZodOptional<z.ZodEnum<{
7020
- l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
7021
7021
  l1_tiny_glycemia_10y_acm_research: "l1_tiny_glycemia_10y_acm_research";
7022
+ l1b_glycemia_body_10y_acm_research: "l1b_glycemia_body_10y_acm_research";
7022
7023
  lab5_bp_bmi_transport_research: "lab5_bp_bmi_transport_research";
7023
7024
  lab9_bp_body_10y_acm_research: "lab9_bp_body_10y_acm_research";
7024
7025
  r399_nhis_proxy_10y_acm_research: "r399_nhis_proxy_10y_acm_research";
@@ -7031,16 +7032,16 @@ export declare const murphAgeSubmittedPreviewPayloadSchema: z.ZodObject<{
7031
7032
  }>;
7032
7033
  submittedMetrics: z.ZodArray<z.ZodObject<{
7033
7034
  confidence: z.ZodOptional<z.ZodEnum<{
7034
- none: "none";
7035
- low: "low";
7036
7035
  high: "high";
7036
+ low: "low";
7037
7037
  medium: "medium";
7038
+ none: "none";
7038
7039
  }>>;
7039
7040
  context: z.ZodOptional<z.ZodObject<{
7040
7041
  fastingStatus: z.ZodOptional<z.ZodEnum<{
7041
- unknown: "unknown";
7042
7042
  fasting: "fasting";
7043
7043
  non_fasting: "non_fasting";
7044
+ unknown: "unknown";
7044
7045
  }>>;
7045
7046
  flag: z.ZodOptional<z.ZodString>;
7046
7047
  measurementMethodKey: z.ZodOptional<z.ZodString>;