@murphai/murph 1.2.0 → 1.2.4
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.
- package/CHANGELOG.md +1303 -0
- package/config.schema.json +412 -50
- package/dist/cli-entry.d.ts.map +1 -1
- package/dist/cli-entry.js +13 -20
- package/dist/cli-entry.js.map +1 -1
- package/dist/commands/audit-command-helpers.js.map +1 -1
- package/dist/commands/audit.js +2 -2
- package/dist/commands/automation.d.ts +118 -7
- package/dist/commands/automation.d.ts.map +1 -1
- package/dist/commands/automation.js +140 -54
- package/dist/commands/automation.js.map +1 -1
- package/dist/commands/batch.d.ts.map +1 -1
- package/dist/commands/batch.js +12 -4
- package/dist/commands/batch.js.map +1 -1
- package/dist/commands/capture.d.ts +9 -9
- package/dist/commands/capture.d.ts.map +1 -1
- package/dist/commands/clinical-imports.d.ts +101 -101
- package/dist/commands/command-factory-primitives.d.ts +3 -3
- package/dist/commands/command-factory-primitives.d.ts.map +1 -1
- package/dist/commands/command-factory-primitives.js +1 -1
- package/dist/commands/commons.d.ts +9 -9
- package/dist/commands/document.d.ts.map +1 -1
- package/dist/commands/document.js +3 -0
- package/dist/commands/document.js.map +1 -1
- package/dist/commands/encounter.d.ts +42 -42
- package/dist/commands/encounter.d.ts.map +1 -1
- package/dist/commands/event.js +1 -1
- package/dist/commands/exercise.js.map +1 -1
- package/dist/commands/experiment.d.ts.map +1 -1
- package/dist/commands/experiment.js +1 -0
- package/dist/commands/experiment.js.map +1 -1
- package/dist/commands/export-intake-read-helpers.d.ts +4 -4
- package/dist/commands/export-intake-read-helpers.d.ts.map +1 -1
- package/dist/commands/export-intake-read-helpers.js +1 -1
- package/dist/commands/export-intake-read-helpers.js.map +1 -1
- package/dist/commands/export.js +1 -1
- package/dist/commands/food.d.ts +4 -4
- package/dist/commands/food.js +1 -1
- package/dist/commands/group.d.ts +81 -0
- package/dist/commands/group.d.ts.map +1 -0
- package/dist/commands/group.js +242 -0
- package/dist/commands/group.js.map +1 -0
- package/dist/commands/habitat.d.ts +3 -0
- package/dist/commands/habitat.d.ts.map +1 -0
- package/dist/commands/habitat.js +282 -0
- package/dist/commands/habitat.js.map +1 -0
- package/dist/commands/health-allergy-save.d.ts.map +1 -1
- package/dist/commands/health-allergy-save.js +1 -1
- package/dist/commands/health-allergy-save.js.map +1 -1
- package/dist/commands/health-condition-save.d.ts.map +1 -1
- package/dist/commands/health-condition-save.js +1 -1
- package/dist/commands/health-condition-save.js.map +1 -1
- package/dist/commands/health-goal-save.d.ts.map +1 -1
- package/dist/commands/health-goal-save.js +1 -1
- package/dist/commands/health-goal-save.js.map +1 -1
- package/dist/commands/intake.js +1 -1
- package/dist/commands/intervention.d.ts.map +1 -1
- package/dist/commands/intervention.js +10 -0
- package/dist/commands/intervention.js.map +1 -1
- package/dist/commands/knowledge.js +2 -2
- package/dist/commands/measurement.d.ts +7 -7
- package/dist/commands/measurement.d.ts.map +1 -1
- package/dist/commands/medication.d.ts +3 -3
- package/dist/commands/memory.d.ts.map +1 -1
- package/dist/commands/memory.js +26 -2
- package/dist/commands/memory.js.map +1 -1
- package/dist/commands/model.js.map +1 -1
- package/dist/commands/murph-age.d.ts +499 -498
- package/dist/commands/murph-age.d.ts.map +1 -1
- package/dist/commands/murph-age.js +3 -2
- package/dist/commands/murph-age.js.map +1 -1
- package/dist/commands/payload-schema-command.d.ts +1 -1
- package/dist/commands/protocol.js +2 -2
- package/dist/commands/provider.js +1 -1
- package/dist/commands/recipe.js +1 -1
- package/dist/commands/record-mutation-command-helpers.d.ts +3 -3
- package/dist/commands/record-mutation-command-helpers.d.ts.map +1 -1
- package/dist/commands/research.js.map +1 -1
- package/dist/commands/sample-batch-command-helpers.js.map +1 -1
- package/dist/commands/sample-import-command-helpers.d.ts.map +1 -1
- package/dist/commands/sample-query-command-helpers.d.ts +1 -1
- package/dist/commands/sample-query-command-helpers.d.ts.map +1 -1
- package/dist/commands/sample-query-command-helpers.js.map +1 -1
- package/dist/commands/samples.js +2 -2
- package/dist/commands/scheduled-log.d.ts +127 -275
- package/dist/commands/scheduled-log.d.ts.map +1 -1
- package/dist/commands/scheduled-log.js +28 -3
- package/dist/commands/scheduled-log.js.map +1 -1
- package/dist/commands/search.js +1 -1
- package/dist/commands/supplement.js +1 -1
- package/dist/commands/vault.d.ts +2 -1
- package/dist/commands/vault.d.ts.map +1 -1
- package/dist/commands/vault.js +111 -1
- package/dist/commands/vault.js.map +1 -1
- package/dist/commands/wearables.d.ts +695 -667
- package/dist/commands/wearables.d.ts.map +1 -1
- package/dist/commands/wearables.js +10 -3
- package/dist/commands/wearables.js.map +1 -1
- package/dist/commands/workout.d.ts.map +1 -1
- package/dist/commands/workout.js +9 -2
- package/dist/commands/workout.js.map +1 -1
- package/dist/device-services.d.ts.map +1 -1
- package/dist/device-services.js +33 -8
- package/dist/device-services.js.map +1 -1
- package/dist/food-labels.d.ts +39 -39
- package/dist/food-labels.js.map +1 -1
- package/dist/foreground-terminal-logging.js.map +1 -1
- package/dist/hosted-data-api-labels.d.ts +117 -117
- package/dist/hosted-data-api-labels.js.map +1 -1
- package/dist/incur.generated.d.ts +93 -0
- package/dist/incur.generated.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/mapbox-route-contracts.d.ts +13 -13
- package/dist/mapbox-route-contracts.d.ts.map +1 -1
- package/dist/mapbox-route.js.map +1 -1
- package/dist/research-scout-client.js.map +1 -1
- package/dist/supplement-labels.d.ts +39 -39
- package/dist/supplement-labels.js.map +1 -1
- package/dist/vault-cli-command-manifest.d.ts +1451 -1478
- package/dist/vault-cli-command-manifest.d.ts.map +1 -1
- package/dist/vault-cli-command-manifest.js +80 -2
- package/dist/vault-cli-command-manifest.js.map +1 -1
- package/dist/vault-cli-command-routing.d.ts.map +1 -1
- package/dist/vault-cli-command-routing.js +79 -2
- package/dist/vault-cli-command-routing.js.map +1 -1
- package/dist/vault-cli-package.d.ts +1 -1
- package/dist/vault-cli-package.d.ts.map +1 -1
- package/dist/vault-cli-package.js.map +1 -1
- package/dist/vault-cli-routing.d.ts +4 -1
- package/dist/vault-cli-routing.d.ts.map +1 -1
- package/dist/vault-cli-routing.js +45 -5
- package/dist/vault-cli-routing.js.map +1 -1
- package/dist/vault-cli-shell.d.ts +3 -1
- package/dist/vault-cli-shell.d.ts.map +1 -1
- package/dist/vault-cli-shell.js +4 -1
- package/dist/vault-cli-shell.js.map +1 -1
- package/dist/vault-cli-skill-hash.generated.d.ts +2 -0
- package/dist/vault-cli-skill-hash.generated.d.ts.map +1 -0
- package/dist/vault-cli-skill-hash.generated.js +3 -0
- package/dist/vault-cli-skill-hash.generated.js.map +1 -0
- package/dist/vault-cli-vault-context.js.map +1 -1
- package/dist/vault-cli.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/automation/run-loop.d.ts +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/doctor-security.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/doctor.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts +24 -22
- package/node_modules/@murphai/assistant-cli/dist/assistant/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/stop.d.ts +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/store.d.ts +3 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/store.js +5 -2
- package/node_modules/@murphai/assistant-cli/dist/assistant/store.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-composer-panel.d.ts +4 -4
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-composer-panel.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-layout.d.ts +9 -9
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-layout.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.d.ts +4 -4
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-message-text.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-transcript.d.ts +4 -4
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink-transcript.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/ink.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/theme.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/view-model.d.ts +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant/ui/view-model.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js +2 -2
- package/node_modules/@murphai/assistant-cli/dist/assistant-daemon-client.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/commands/assistant.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js +52 -7
- package/node_modules/@murphai/assistant-cli/dist/commands/assistant.js.map +1 -1
- package/node_modules/@murphai/assistant-cli/dist/run-terminal-logging.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/README.md +55 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js +36 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-experiment-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts +10 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.js +89 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-controller.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.d.ts +36 -36
- package/node_modules/@murphai/assistant-engine/dist/assistant/active-turn-input-journal.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts +32 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js +347 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/ask-continuation.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-artifact-paths.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-artifact-paths.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js +163 -42
- package/node_modules/@murphai/assistant-engine/dist/assistant/attachment-evidence-model.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.d.ts +3 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.js +8 -7
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/evidence.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts +2 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js +11 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/grouping.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/input-summary.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts +11 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.js +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/operation-scope.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts +18 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js +66 -16
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/prompt-builder.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts +26 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js +644 -158
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/reply.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts +15 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js +90 -29
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/run-loop.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts +6 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js +18 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/scanner.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts +9 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/shared.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js +30 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/target-override.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.d.ts +4 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.js +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation/turn-envelope.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts +5 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js +3 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.js +22 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/bindings.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-adapters.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.d.ts +4 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.js +51 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant/channel-typing.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js +87 -49
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/descriptors.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/helpers.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts +2 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js +80 -61
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/runtime.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts +31 -20
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/channels/types.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.d.ts +5 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js +95 -228
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-bootstrap.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-contract.generated.json +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cli-surface-manifest.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-contract-fingerprint.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.js +24 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-resume-binding.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.js +26 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-thread-route.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.d.ts +0 -29
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.js +50 -129
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/attempt-observability.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.d.ts +22 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.js +186 -109
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn/planning.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.d.ts +9 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js +42 -73
- package/node_modules/@murphai/assistant-engine/dist/assistant/codex-turn-runner.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts +3 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js +83 -91
- package/node_modules/@murphai/assistant-engine/dist/assistant/context-snapshot.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts +4 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.js +48 -11
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-policy.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/conversation-ref.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts +3 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.js +33 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/canonical-jobs.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.js +38 -31
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/delivery-reconciliation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts +47 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js +881 -117
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/execution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js +84 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/schedule.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/scheduled-log.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts +4 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.d.ts +7 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js +27 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron/targets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts +9 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js +134 -65
- package/node_modules/@murphai/assistant-engine/dist/assistant/cron.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js +131 -22
- package/node_modules/@murphai/assistant-engine/dist/assistant/delivery-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.js +58 -90
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts +4 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js +9 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/device-activity-cron-tags.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.js +6 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/diagnostics.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts +43 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js +79 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/execution-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.d.ts +5 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js +73 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/experiment-support-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/fault-injection.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/first-contact-welcome.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/generate-cli-surface-contract.js +1 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/generate-cli-surface-contract.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.js +0 -27
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-context-diagnostics.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.d.ts +22 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.js +78 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-mailbox-input-items.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts +46 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js +47 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-tool-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/hosted-turn-timing.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/inbox-attachment-evidence.js +23 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant/inbox-attachment-evidence.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.js +37 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-source.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.d.ts +109 -44
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js +46 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/input-store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js +335 -120
- package/node_modules/@murphai/assistant-engine/dist/assistant/local-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts +7 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js +101 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/maintenance-evidence.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts +69 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js +234 -49
- package/node_modules/@murphai/assistant-engine/dist/assistant/managed-automations.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js +3 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/model-behavior.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts +12 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.js +294 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/newsletter-outbox.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts +20 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js +556 -113
- package/node_modules/@murphai/assistant-engine/dist/assistant/notification-turn.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js +11 -9
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-followup-automation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/onboarding-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/operator-authority.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/operator-authority.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js +132 -21
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/dispatch-state.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.d.ts +7 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.js +140 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/ordering.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js +79 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/retry-policy.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js +28 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts +20 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js +154 -19
- package/node_modules/@murphai/assistant-engine/dist/assistant/outbox.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.d.ts +7 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.js +16 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/progress-constants.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-progress.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/provider-progress.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js +55 -173
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/codex-cli.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js +5 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/helpers.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts +24 -25
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/providers/types.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/receipts.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/receipts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.d.ts +6 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.js +47 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-bubbles.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.js +8 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/reply-delivery-context.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budget-policy.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js +92 -40
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-budgets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts +3 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js +107 -37
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-residue.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.js +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/runtime-write-lock.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts +15 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js +11 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-turn-routes.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js +9 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service-usage.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts +29 -24
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.js +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js +81 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant/session-resolution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.js +35 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/state-write-lock.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/status.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/status.js +36 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant/status.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.js +23 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/paths.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts +6 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js +137 -16
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/persistence.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/store/types.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.d.ts +6 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.js +94 -22
- package/node_modules/@murphai/assistant-engine/dist/assistant/store.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts +16 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js +546 -230
- package/node_modules/@murphai/assistant-engine/dist/assistant/system-prompt.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/transcript-audit.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts +16 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js +58 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-finalizer.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-input.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-plan.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.d.ts +3 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.js +29 -22
- package/node_modules/@murphai/assistant-engine/dist/assistant/turn-progress.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts +7 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js +33 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant/turns.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/usage-attribution.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.d.ts +12 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.js +53 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant/vault-file-send.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts +70 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js +218 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-ask.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-adapters.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-channel-runtime.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js +4 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-cli-access.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.js +25 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-requests.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.d.ts +5 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.js +12 -5
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/app-server-rpc.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts +82 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.d.ts.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js +190 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/assistant-style.js.map +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts +18 -18
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.js +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/connected-apps.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts +8 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-song.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.d.ts +10 -10
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/generate-voice-memo.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts +4 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.js +17 -8
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools/phone-calls.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts +1273 -268
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.js +1724 -34
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/dynamic-tools.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js +4 -13
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/failures.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.d.ts +3 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.js +352 -74
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-image-tool.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.d.ts +1 -0
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.js +6 -12
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/generate-voice-memo-tool.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.d.ts +2 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js +89 -39
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/image-reference-resolver.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js +4 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/openai-image-generation.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.js +1 -6
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex-events.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts +23 -15
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js +868 -533
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-service.d.ts +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-service.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-service.js +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts +140 -48
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js +118 -3
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-assets.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-skill-env.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts +17 -17
- package/node_modules/@murphai/assistant-engine/dist/attachment-prompt-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.d.ts +3 -1
- package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.js +7 -1
- package/node_modules/@murphai/assistant-engine/dist/codex-lifecycle.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/inbox-routing-vision.d.ts +2 -2
- package/node_modules/@murphai/assistant-engine/dist/inbox-routing-vision.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/index.d.ts +2 -0
- package/node_modules/@murphai/assistant-engine/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/index.js +1 -0
- package/node_modules/@murphai/assistant-engine/dist/index.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/knowledge/service.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts +3 -2
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.d.ts.map +1 -1
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js +4 -2
- package/node_modules/@murphai/assistant-engine/dist/outbound-channel.js.map +1 -1
- package/node_modules/@murphai/assistant-engine/package.json +4 -0
- package/node_modules/@murphai/assistant-engine/skills/aerobic-fitness/SKILL.md +56 -0
- package/node_modules/@murphai/assistant-engine/skills/appointment-scheduling/SKILL.md +249 -0
- package/node_modules/@murphai/assistant-engine/skills/behavior-followthrough/SKILL.md +18 -9
- package/node_modules/@murphai/assistant-engine/skills/body-composition/SKILL.md +56 -0
- package/node_modules/@murphai/assistant-engine/skills/cardiometabolic-health/SKILL.md +56 -0
- package/node_modules/@murphai/assistant-engine/skills/circadian-rhythm/SKILL.md +57 -0
- package/node_modules/@murphai/assistant-engine/skills/cognitive-focus/SKILL.md +55 -0
- package/node_modules/@murphai/assistant-engine/skills/computer-use/SKILL.md +163 -121
- package/node_modules/@murphai/assistant-engine/skills/computer-use/references/health-browser-playbook.md +16 -9
- package/node_modules/@murphai/assistant-engine/skills/cycle-hormonal-health/SKILL.md +55 -0
- package/node_modules/@murphai/assistant-engine/skills/daily-activity/SKILL.md +55 -0
- package/node_modules/@murphai/assistant-engine/skills/energy-fatigue/SKILL.md +57 -0
- package/node_modules/@murphai/assistant-engine/skills/experiment-onboarding/SKILL.md +24 -10
- package/node_modules/@murphai/assistant-engine/skills/food-journal/SKILL.md +26 -0
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/SKILL.md +77 -0
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/evidence-register.md +34 -0
- package/node_modules/@murphai/assistant-engine/skills/general-eye-health/references/triage-and-contact-lenses.md +103 -0
- package/node_modules/@murphai/assistant-engine/skills/group-challenge/SKILL.md +346 -0
- package/node_modules/@murphai/assistant-engine/skills/group-chat/SKILL.md +296 -0
- package/node_modules/@murphai/assistant-engine/skills/group-newsletter/SKILL.md +210 -0
- package/node_modules/@murphai/assistant-engine/skills/groupchat-comedy/SKILL.md +182 -0
- package/node_modules/@murphai/assistant-engine/skills/gut-digestion/SKILL.md +57 -0
- package/node_modules/@murphai/assistant-engine/skills/hrv-resting-heart-rate/SKILL.md +55 -0
- package/node_modules/@murphai/assistant-engine/skills/micronutrients-supplements/SKILL.md +80 -0
- package/node_modules/@murphai/assistant-engine/skills/mobility-posture/SKILL.md +56 -0
- package/node_modules/@murphai/assistant-engine/skills/murph-onboarding/SKILL.md +358 -124
- package/node_modules/@murphai/assistant-engine/skills/music-generation/SKILL.md +162 -0
- package/node_modules/@murphai/assistant-engine/skills/nutrition-strategy/SKILL.md +73 -109
- package/node_modules/@murphai/assistant-engine/skills/physical-therapy/SKILL.md +3 -1
- package/node_modules/@murphai/assistant-engine/skills/recovery-modalities/SKILL.md +57 -0
- package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/SKILL.md +145 -0
- package/node_modules/@murphai/assistant-engine/skills/red-light-therapy/device-seeds.json +259 -0
- package/node_modules/@murphai/assistant-engine/skills/shared/exercise-catalog-runtime.md +29 -0
- package/node_modules/@murphai/assistant-engine/skills/shared/murph-character-sheet-v1.png +0 -0
- package/node_modules/@murphai/assistant-engine/skills/sleep-improvement/SKILL.md +60 -0
- package/node_modules/@murphai/assistant-engine/skills/sleep-recovery-readiness/SKILL.md +68 -178
- package/node_modules/@murphai/assistant-engine/skills/strength-training/SKILL.md +1 -1
- package/node_modules/@murphai/assistant-engine/skills/substance-load/SKILL.md +56 -0
- package/node_modules/@murphai/assistantd/dist/client.js.map +1 -1
- package/node_modules/@murphai/assistantd/dist/config.js.map +1 -1
- package/node_modules/@murphai/assistantd/dist/http-protocol.d.ts.map +1 -1
- package/node_modules/@murphai/assistantd/dist/http-protocol.js.map +1 -1
- package/node_modules/@murphai/clinical-records/README.md +82 -0
- package/node_modules/@murphai/clinical-records/dist/index.d.ts +1865 -0
- package/node_modules/@murphai/clinical-records/dist/index.d.ts.map +1 -0
- package/node_modules/@murphai/clinical-records/dist/index.js +488 -0
- package/node_modules/@murphai/clinical-records/dist/index.js.map +1 -0
- package/node_modules/@murphai/clinical-records/package.json +27 -0
- package/node_modules/@murphai/core/dist/atomic-write.d.ts +4 -0
- package/node_modules/@murphai/core/dist/atomic-write.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/atomic-write.js +26 -0
- package/node_modules/@murphai/core/dist/atomic-write.js.map +1 -1
- package/node_modules/@murphai/core/dist/automation.d.ts +8 -2
- package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/automation.js +66 -2
- package/node_modules/@murphai/core/dist/automation.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/goals.js.map +1 -1
- package/node_modules/@murphai/core/dist/bank/habitat.d.ts +36 -0
- package/node_modules/@murphai/core/dist/bank/habitat.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/habitat.js +179 -0
- package/node_modules/@murphai/core/dist/bank/habitat.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/regimens.js.map +1 -1
- package/node_modules/@murphai/core/dist/constants.d.ts +4 -0
- package/node_modules/@murphai/core/dist/constants.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/attachment-backed.d.ts +41 -1
- package/node_modules/@murphai/core/dist/domains/events/attachment-backed.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/attachment-backed.js +311 -5
- package/node_modules/@murphai/core/dist/domains/events/attachment-backed.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts +6 -0
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js +7 -0
- package/node_modules/@murphai/core/dist/domains/events/capture-lookup.js.map +1 -0
- package/node_modules/@murphai/core/dist/domains/events/ledger.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events/ledger.js +4 -0
- package/node_modules/@murphai/core/dist/domains/events/ledger.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.d.ts +2 -2
- package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/events.js +1 -1
- package/node_modules/@murphai/core/dist/domains/events.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/experiments.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/domains/experiments.js +9 -3
- package/node_modules/@murphai/core/dist/domains/experiments.js.map +1 -1
- package/node_modules/@murphai/core/dist/domains/shared.js.map +1 -1
- package/node_modules/@murphai/core/dist/errors.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/errors.js.map +1 -1
- package/node_modules/@murphai/core/dist/event-attachments.d.ts +2 -1
- package/node_modules/@murphai/core/dist/event-attachments.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/event-attachments.js +1 -0
- package/node_modules/@murphai/core/dist/event-attachments.js.map +1 -1
- package/node_modules/@murphai/core/dist/experiment-media-repair.d.ts +33 -0
- package/node_modules/@murphai/core/dist/experiment-media-repair.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/experiment-media-repair.js +685 -0
- package/node_modules/@murphai/core/dist/experiment-media-repair.js.map +1 -0
- package/node_modules/@murphai/core/dist/experiment-storage.d.ts +12 -0
- package/node_modules/@murphai/core/dist/experiment-storage.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/experiment-storage.js +70 -0
- package/node_modules/@murphai/core/dist/experiment-storage.js.map +1 -0
- package/node_modules/@murphai/core/dist/frontmatter.js.map +1 -1
- package/node_modules/@murphai/core/dist/fs.d.ts +1 -0
- package/node_modules/@murphai/core/dist/fs.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/fs.js +3 -0
- package/node_modules/@murphai/core/dist/fs.js.map +1 -1
- package/node_modules/@murphai/core/dist/history/api.d.ts +11 -0
- package/node_modules/@murphai/core/dist/history/api.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/history/api.js +60 -3
- package/node_modules/@murphai/core/dist/history/api.js.map +1 -1
- package/node_modules/@murphai/core/dist/history/types.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/ids.js.map +1 -1
- package/node_modules/@murphai/core/dist/index.d.ts +12 -6
- package/node_modules/@murphai/core/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/index.js +6 -4
- package/node_modules/@murphai/core/dist/index.js.map +1 -1
- package/node_modules/@murphai/core/dist/integration-ingest-migration.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/integration-ingest-migration.js +1 -1
- package/node_modules/@murphai/core/dist/integration-ingest-migration.js.map +1 -1
- package/node_modules/@murphai/core/dist/integration-ingests.d.ts +73 -2
- package/node_modules/@murphai/core/dist/integration-ingests.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/integration-ingests.js +1196 -77
- package/node_modules/@murphai/core/dist/integration-ingests.js.map +1 -1
- package/node_modules/@murphai/core/dist/jsonl.d.ts +10 -0
- package/node_modules/@murphai/core/dist/jsonl.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/jsonl.js +63 -12
- package/node_modules/@murphai/core/dist/jsonl.js.map +1 -1
- package/node_modules/@murphai/core/dist/markdown-documents.js.map +1 -1
- package/node_modules/@murphai/core/dist/memory.d.ts +7 -2
- package/node_modules/@murphai/core/dist/memory.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/memory.js +36 -1
- package/node_modules/@murphai/core/dist/memory.js.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.d.ts +33 -5
- package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/mutations.js +1684 -205
- package/node_modules/@murphai/core/dist/mutations.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/canonical-resource-lock.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/index.d.ts +1 -1
- package/node_modules/@murphai/core/dist/operations/index.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/operations/index.js +1 -1
- package/node_modules/@murphai/core/dist/operations/index.js.map +1 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts +34 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/operations/write-batch.js +684 -39
- package/node_modules/@murphai/core/dist/operations/write-batch.js.map +1 -1
- package/node_modules/@murphai/core/dist/path-safety.js.map +1 -1
- package/node_modules/@murphai/core/dist/preferences.d.ts +21 -2
- package/node_modules/@murphai/core/dist/preferences.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/preferences.js +249 -12
- package/node_modules/@murphai/core/dist/preferences.js.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.d.ts +13 -2
- package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/public-mutations.js +20 -3
- package/node_modules/@murphai/core/dist/public-mutations.js.map +1 -1
- package/node_modules/@murphai/core/dist/raw-artifact-integrity.js.map +1 -1
- package/node_modules/@murphai/core/dist/registry/api.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/scheduled-logs.d.ts +1 -0
- package/node_modules/@murphai/core/dist/scheduled-logs.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/scheduled-logs.js +1 -0
- package/node_modules/@murphai/core/dist/scheduled-logs.js.map +1 -1
- package/node_modules/@murphai/core/dist/vault.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/vault.js +174 -11
- package/node_modules/@murphai/core/dist/vault.js.map +1 -1
- package/node_modules/@murphai/core/dist/wearable-receipts.js.map +1 -1
- package/node_modules/@murphai/core/dist/wearable-storage-migration.js.map +1 -1
- package/node_modules/@murphai/core/dist/write-policy.d.ts +3 -0
- package/node_modules/@murphai/core/dist/write-policy.d.ts.map +1 -1
- package/node_modules/@murphai/core/dist/write-policy.js +54 -3
- package/node_modules/@murphai/core/dist/write-policy.js.map +1 -1
- package/node_modules/@murphai/device-syncd/README.md +45 -5
- package/node_modules/@murphai/device-syncd/dist/callback-redirect.d.ts +7 -0
- package/node_modules/@murphai/device-syncd/dist/callback-redirect.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/callback-redirect.js +9 -0
- package/node_modules/@murphai/device-syncd/dist/callback-redirect.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/client.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.d.ts +30 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.js +130 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata-parser.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.d.ts +18 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.js +18 -0
- package/node_modules/@murphai/device-syncd/dist/companion-health-metadata.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts +4 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js +39 -4
- package/node_modules/@murphai/device-syncd/dist/config/connect-routes.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/env-keys.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts +9 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js +56 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-client-config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.js +46 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/junction-connect-sources.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/{providers → config}/junction-connect-sources.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/junction-connect-sources.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts +3 -5
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js +69 -14
- package/node_modules/@murphai/device-syncd/dist/config/provider-configs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts +2 -3
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.js +0 -3
- package/node_modules/@murphai/device-syncd/dist/config/provider-env.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js +9 -5
- package/node_modules/@murphai/device-syncd/dist/config/provider-factory.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts +26 -16
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js +236 -339
- package/node_modules/@murphai/device-syncd/dist/config/provider-manifests.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts +62 -5
- package/node_modules/@murphai/device-syncd/dist/config/provider-types.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js +7 -361
- package/node_modules/@murphai/device-syncd/dist/config/runtime-config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts +17 -1
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js +104 -11
- package/node_modules/@murphai/device-syncd/dist/config/serializable-provider-configs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config.d.ts +5 -3
- package/node_modules/@murphai/device-syncd/dist/config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/config.js +4 -2
- package/node_modules/@murphai/device-syncd/dist/config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.d.ts +6 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.js +7 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-descriptors.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/configured-provider-runtime-descriptors.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts +2 -2
- package/node_modules/@murphai/device-syncd/dist/connect-config.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/connect-config.js +4 -11
- package/node_modules/@murphai/device-syncd/dist/connect-config.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/errors.d.ts +8 -0
- package/node_modules/@murphai/device-syncd/dist/errors.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/errors.js +26 -0
- package/node_modules/@murphai/device-syncd/dist/errors.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts +24 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js +187 -28
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/http.d.ts +2 -9
- package/node_modules/@murphai/device-syncd/dist/http.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/http.js +26 -29
- package/node_modules/@murphai/device-syncd/dist/http.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.d.ts +7 -7
- package/node_modules/@murphai/device-syncd/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/index.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts +60 -0
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js +382 -0
- package/node_modules/@murphai/device-syncd/dist/junction-historical-backfill-progress.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts +17 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.js +28 -0
- package/node_modules/@murphai/device-syncd/dist/junction-resources.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/metadata.d.ts +1 -0
- package/node_modules/@murphai/device-syncd/dist/metadata.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/metadata.js +1 -1
- package/node_modules/@murphai/device-syncd/dist/metadata.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/provider-configs.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-configs.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/provider-configs.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.d.ts +6 -0
- package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.js +22 -0
- package/node_modules/@murphai/device-syncd/dist/provider-credential-policy.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.d.ts +7 -0
- package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.js +116 -0
- package/node_modules/@murphai/device-syncd/dist/provider-job-definitions.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/provider-label.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/provider-label.js +5 -5
- package/node_modules/@murphai/device-syncd/dist/provider-label.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts +22 -5
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js +93 -58
- package/node_modules/@murphai/device-syncd/dist/providers/junction-client.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-config.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction-config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction-config.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction-config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts +5 -28
- package/node_modules/@murphai/device-syncd/dist/providers/junction.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction.js +927 -719
- package/node_modules/@murphai/device-syncd/dist/providers/junction.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura-webhooks.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts +2 -14
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js +3 -26
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.js +34 -30
- package/node_modules/@murphai/device-syncd/dist/providers/provider-diagnostics.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava-webhooks.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts +2 -15
- package/node_modules/@murphai/device-syncd/dist/providers/strava.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/strava.js +8 -43
- package/node_modules/@murphai/device-syncd/dist/providers/strava.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts +2 -12
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js +3 -22
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts +25 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-account.js +32 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts +9 -4
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js +125 -40
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.js +4 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptor-shared.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.d.ts +10 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.js +41 -0
- package/node_modules/@murphai/device-syncd/dist/public-provider-descriptors.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/registry.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.d.ts +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/service.js +219 -61
- package/node_modules/@murphai/device-syncd/dist/service.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/shared.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts +6 -0
- package/node_modules/@murphai/device-syncd/dist/store/accounts.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/accounts.js +129 -40
- package/node_modules/@murphai/device-syncd/dist/store/accounts.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.d.ts +2 -0
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js +80 -6
- package/node_modules/@murphai/device-syncd/dist/store/hosted-account-hydration.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts +15 -0
- package/node_modules/@murphai/device-syncd/dist/store/jobs.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/jobs.js +119 -39
- package/node_modules/@murphai/device-syncd/dist/store/jobs.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/oauth-states.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/oauth-states.js +14 -8
- package/node_modules/@murphai/device-syncd/dist/store/oauth-states.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/schema.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/schema.js +22 -4
- package/node_modules/@murphai/device-syncd/dist/store/schema.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts +9 -1
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.js +57 -52
- package/node_modules/@murphai/device-syncd/dist/store/sync-state.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.d.ts +46 -2
- package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/store.js +103 -6
- package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.d.ts +24 -1
- package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -1
- package/node_modules/@murphai/device-syncd/dist/types.js.map +1 -1
- package/node_modules/@murphai/device-syncd/package.json +28 -0
- package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-strength-addon-250.csv +251 -251
- package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-stretch-addon-500.csv +359 -359
- package/node_modules/@murphai/exercise-library/content/seed/at-home-exercise-stretch.csv +154 -154
- package/node_modules/@murphai/exercise-library/dist/build.js.map +1 -1
- package/node_modules/@murphai/exercise-library/dist/runtime.js.map +1 -1
- package/node_modules/@murphai/exercise-library/dist/schema.d.ts.map +1 -1
- package/node_modules/@murphai/exercise-library/generated/catalog.hash +1 -1
- package/node_modules/@murphai/exercise-library/generated/exercise-details.json +12082 -764
- package/node_modules/@murphai/exercise-library/generated/exercise-facets.json +1 -1
- package/node_modules/@murphai/exercise-library/generated/exercise-index.json +1 -1
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-11776448.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-18306161.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19817517.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19913903.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-19995444.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-20662037.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-24568233.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-26914684.md +60 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-27141153.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-28186867.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-36495670.md +62 -0
- package/node_modules/@murphai/health-commons/content/sources/photobiomodulation-intake/pmid-37760145.md +62 -0
- package/node_modules/@murphai/health-commons/dist/build.js.map +1 -1
- package/node_modules/@murphai/health-commons/dist/catalog.d.ts +4 -4
- package/node_modules/@murphai/health-commons/dist/hash-artifact.js.map +1 -1
- package/node_modules/@murphai/health-commons/dist/runtime.d.ts +3 -7
- package/node_modules/@murphai/health-commons/dist/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/health-commons/dist/runtime.js +59 -47
- package/node_modules/@murphai/health-commons/dist/runtime.js.map +1 -1
- package/node_modules/@murphai/health-commons/dist/sync-cloudflare-r2.js.map +1 -1
- package/node_modules/@murphai/health-commons/generated/catalog.hash +1 -1
- package/node_modules/@murphai/health-commons/generated/protocol-family-graph.json +1 -1
- package/node_modules/@murphai/health-commons/generated/protocol-index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/protocol-run-specs.json +1 -1
- package/node_modules/@murphai/health-commons/generated/source-artifact-index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/source-identities.ndjson +54 -0
- package/node_modules/@murphai/health-commons/generated/source-index.json +727 -1
- package/node_modules/@murphai/health-commons/generated/web/browse/biomarkers.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/browse/experiments.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/added-sugar-intake.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adherence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/adverse-symptoms.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alanine-aminotransferase.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-craving.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-free-days.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-intake.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/alcohol-withdrawal-symptoms.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ankle-knee-to-wall-distance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/apolipoprotein-b.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/aspartate-aminotransferase.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/bilirubin.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-glucose.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-ketones-beta-hydroxybutyrate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-oxygen-spo2.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-pressure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/blood-urea-nitrogen.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/body-fat-percent.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/body-weight.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/chosen-primary-outcome-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/continuous-glucose.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/creatine-kinase.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-energy-intake-kcal.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-protein-g-per-kg.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-protein-grams.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daily-step-count.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/daytime-sleepiness.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/deep-sleep-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/dietary-fiber-g-day.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/digestive-comfort.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/egfr.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estimated-gfr.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/estimated-vo2max.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/fasting-triglycerides.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gi-symptom-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/gi-tolerance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hbot-session-tolerability.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hdl-c.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/hrv-rmssd.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lateral-knee-pain.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-c.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/ldl-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lean-body-mass.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/lean-mass.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/leg-heaviness-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/liver-enzyme-panel.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/macular-health-safety.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/moderate-to-vigorous-activity-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/mood-affect.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/morning-blood-pressure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/muscle-soreness-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/musculoskeletal-pain.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/non-hdl-c.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/non-hdl-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/omega-3-index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-recovery-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-recovery.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-stiffness.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/perceived-stress.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/periocular-wrinkle-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/postprandial-glucose-excursion.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/pre-sleep-arousal.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/rem-sleep-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/resting-heart-rate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/running-tolerance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/saturated-fat-g-day.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sedentary-time.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/self-reported-mood.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-25-hydroxyvitamin-d.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-creatinine.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/serum-uric-acid.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/shoulder-reach-distance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sit-and-reach-distance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/skin-texture-roughness-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/skin-tolerability-symptoms.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-efficiency.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-onset-latency.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/sleep-quality.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/standardized-skin-photo-score.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/step-floor-days.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-adherence-sessions.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-session-burden.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/stretching-symptoms.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/subjective-eye-strain.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/subjective-satiety.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/supplement-adherence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/task-performance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/toe-touch-distance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/total-sleep-time.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/training-performance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/training-volume.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/triglycerides.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/urine-albumin-creatinine-ratio.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/visual-fatigue.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/visual-performance.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/waist-circumference.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/wake-time-variability.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-bout-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-cadence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/biomarker/walking-safety-events.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/clinic-imaging-upgrade.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/home-standardized-photo-roi-analysis.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/measurement_method/standardized-photo-score-workflow.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/at-home-static-stretching-for-flexibility.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/bryan-johnson-blueprint.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/caffeine-curfew-dose-reset.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/cold-plunge.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/consistent-wake-time.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/creatine-monohydrate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/daily-step-floor.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/daily-vitamin-d3-supplementation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/digital-sunset.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/finnish-sauna.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/hydrolyzed-collagen-peptides.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/hyperbaric-oxygen-therapy.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/it-band-syndrome-rehab-and-return-to-run.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/morning-outdoor-light-exposure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/no-added-sugar-diet.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/norwegian-4x4.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/oral-epa-dha-supplementation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pneumatic-compression-pants.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pre-sleep-resonance-breathing-and-meditation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/pre-sleep-silent-meditation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/prolonged-fasting-24-72-hours.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/protein-floor-high-protein-intake.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/psyllium-husk-for-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-light-glasses-before-bed.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-near-infrared-skin-texture-photoaging.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/red-yeast-rice-for-cholesterol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/short-term-alcohol-abstinence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/social-media-fast.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/tabata-20-10-interval-training.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/time-restricted-eating-18-6.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/walking-after-every-meal.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/whole-body-red-and-near-infrared-light-exposure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/bundles/protocol_variant/zone-2-aerobic-base-block.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/blood-oxygen-spo2/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/blood-oxygen-spo2/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/deep-sleep-minutes/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/deep-sleep-minutes/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/estimated-vo2max/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/estimated-vo2max/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/hrv-rmssd/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/hrv-rmssd/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/rem-sleep-minutes/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/rem-sleep-minutes/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/resting-heart-rate/overview.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/pages/biomarkers/resting-heart-rate/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/routes/index.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/blood-oxygen-spo2.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/deep-sleep-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/estimated-vo2max.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/hrv-rmssd.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/rem-sleep-minutes.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/biomarkers/resting-heart-rate.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/at-home-static-stretching-for-flexibility.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/bryan-johnson-blueprint.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/caffeine-curfew-dose-reset.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/cold-plunge.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/consistent-wake-time.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/daily-step-floor.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/digital-sunset.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/finnish-sauna.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/hyperbaric-oxygen-therapy.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/morning-outdoor-light-exposure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/no-added-sugar-diet.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/norwegian-4x4.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pneumatic-compression-pants.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pre-sleep-resonance-breathing-and-meditation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/pre-sleep-silent-meditation.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/prolonged-fasting-24-72-hours.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/protein-floor-high-protein-intake.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/red-light-glasses-before-bed.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/red-near-infrared-skin-texture-photoaging.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/short-term-alcohol-abstinence.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/tabata-20-10-interval-training.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/time-restricted-eating-18-6.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/walking-after-every-meal.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/whole-body-red-and-near-infrared-light-exposure.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/shell/experiments/zone-2-aerobic-base-block.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/at-home-static-stretching-for-flexibility/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/bryan-johnson-blueprint/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/caffeine-curfew-dose-reset/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/cold-plunge/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/consistent-wake-time/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/daily-step-floor/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/digital-sunset/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/finnish-sauna/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/hyperbaric-oxygen-therapy/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/morning-outdoor-light-exposure/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/no-added-sugar-diet/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/norwegian-4x4/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pneumatic-compression-pants/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-resonance-breathing-and-meditation/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/pre-sleep-silent-meditation/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/prolonged-fasting-24-72-hours/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/protein-floor-high-protein-intake/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-light-glasses-before-bed/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/red-near-infrared-skin-texture-photoaging/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/short-term-alcohol-abstinence/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/tabata-20-10-interval-training/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/time-restricted-eating-18-6/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/walking-after-every-meal/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/whole-body-red-and-near-infrared-light-exposure/results-public.json +2 -2
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/protocol.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/research.json +1 -1
- package/node_modules/@murphai/health-commons/generated/web/tabs/experiments/zone-2-aerobic-base-block/results-public.json +2 -2
- package/node_modules/@murphai/health-metrics/README.md +4 -0
- package/node_modules/@murphai/health-metrics/dist/catalog.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.d.ts +15 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.js +99 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/activity.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/labs.d.ts +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/recovery.d.ts +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/recovery.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/recovery.js +12 -0
- package/node_modules/@murphai/health-metrics/dist/definitions/recovery.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/definitions/sleep.d.ts +1 -1
- package/node_modules/@murphai/health-metrics/dist/format.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/goals.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/index.d.ts +0 -2
- package/node_modules/@murphai/health-metrics/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/index.js +0 -2
- package/node_modules/@murphai/health-metrics/dist/index.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/murph-age-source-routes.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/murph-age-source-routes.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/murph-age.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/murph-age.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/normalize.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/selectors.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-metric-catalog.js.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-provider-catalog.d.ts.map +1 -1
- package/node_modules/@murphai/health-metrics/dist/wearable-provider-catalog.js.map +1 -1
- package/node_modules/@murphai/health-metrics/package.json +10 -0
- package/node_modules/@murphai/importers/README.md +13 -0
- package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js.map +1 -1
- package/node_modules/@murphai/importers/dist/clinical-records/index.d.ts +19 -0
- package/node_modules/@murphai/importers/dist/clinical-records/index.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/clinical-records/index.js +1523 -0
- package/node_modules/@murphai/importers/dist/clinical-records/index.js.map +1 -0
- package/node_modules/@murphai/importers/dist/core-port.d.ts +1 -0
- package/node_modules/@murphai/importers/dist/core-port.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/core-port.js.map +1 -1
- package/node_modules/@murphai/importers/dist/create-importers.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/create-importers.js.map +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-import-planner.js.map +1 -1
- package/node_modules/@murphai/importers/dist/csv-sample-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.d.ts +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.js +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/index.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-origin.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.d.ts +3 -2
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js +12 -20
- package/node_modules/@murphai/importers/dist/device-providers/junction-resources.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts +18 -0
- package/node_modules/@murphai/importers/dist/device-providers/junction.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/junction.js +1026 -123
- package/node_modules/@murphai/importers/dist/device-providers/junction.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts +132 -132
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/registry.js.map +1 -1
- package/node_modules/@murphai/importers/dist/device-providers/whoop.js.map +1 -1
- package/node_modules/@murphai/importers/dist/document-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/meal-importer.js.map +1 -1
- package/node_modules/@murphai/importers/dist/preset-registry.js.map +1 -1
- package/node_modules/@murphai/importers/package.json +5 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/bootstrap-doctor.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/environment.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/reads.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/service.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/service.js +2 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/service.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.d.ts +3 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.d.ts.map +1 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.js +37 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/storage-repair.js.map +1 -0
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts +22 -2
- package/node_modules/@murphai/inbox-services/dist/inbox-app/types.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/connectors.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/daemon.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.d.ts +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.js +2 -2
- package/node_modules/@murphai/inbox-services/dist/inbox-services/parser.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts +2 -2
- package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/promotions.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts +27 -27
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.d.ts.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js +2 -2
- package/node_modules/@murphai/inbox-services/dist/inbox-services/query.js.map +1 -1
- package/node_modules/@murphai/inbox-services/dist/inbox-services/state.js.map +1 -1
- package/node_modules/@murphai/inboxd/README.md +3 -2
- package/node_modules/@murphai/inboxd/dist/checkpoint.d.ts +2 -0
- package/node_modules/@murphai/inboxd/dist/checkpoint.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/checkpoint.js +2 -0
- package/node_modules/@murphai/inboxd/dist/checkpoint.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/directness.d.ts +11 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/directness.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/directness.js +67 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/directness.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.d.ts +3 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js +18 -9
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize-parsed.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts +1 -10
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js +2 -65
- package/node_modules/@murphai/inboxd/dist/connectors/email/normalize.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts +0 -15
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js +0 -33
- package/node_modules/@murphai/inboxd/dist/connectors/hosted-conversation.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/connectors/telegram/connector.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/contracts/capture.d.ts +1 -2
- package/node_modules/@murphai/inboxd/dist/contracts/capture.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts +2 -2
- package/node_modules/@murphai/inboxd/dist/contracts/search.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/index.d.ts +1 -0
- package/node_modules/@murphai/inboxd/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/index.js +1 -0
- package/node_modules/@murphai/inboxd/dist/index.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.d.ts +21 -0
- package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.js +259 -0
- package/node_modules/@murphai/inboxd/dist/indexing/envelope-migration.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.d.ts +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.js +7 -4
- package/node_modules/@murphai/inboxd/dist/indexing/parser-derivatives.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts +13 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js +68 -13
- package/node_modules/@murphai/inboxd/dist/indexing/persist/canonical-records.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist.d.ts +12 -6
- package/node_modules/@murphai/inboxd/dist/indexing/persist.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/persist.js +226 -73
- package/node_modules/@murphai/inboxd/dist/indexing/persist.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/indexing/retention.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js +4 -4
- package/node_modules/@murphai/inboxd/dist/kernel/pipeline.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/registry.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.d.ts +2 -2
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.js +3 -3
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite/rows.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js +42 -12
- package/node_modules/@murphai/inboxd/dist/kernel/sqlite.js.map +1 -1
- package/node_modules/@murphai/inboxd/dist/retention.d.ts +2 -0
- package/node_modules/@murphai/inboxd/dist/retention.d.ts.map +1 -0
- package/node_modules/@murphai/inboxd/dist/retention.js +2 -0
- package/node_modules/@murphai/inboxd/dist/retention.js.map +1 -0
- package/node_modules/@murphai/inboxd/dist/runtime.d.ts +2 -1
- package/node_modules/@murphai/inboxd/dist/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/inboxd/dist/runtime.js +1 -0
- package/node_modules/@murphai/inboxd/dist/runtime.js.map +1 -1
- package/node_modules/@murphai/inboxd/package.json +12 -0
- package/node_modules/@murphai/messaging-ingress/README.md +1 -5
- package/node_modules/@murphai/messaging-ingress/dist/internal.d.ts.map +1 -1
- package/node_modules/@murphai/messaging-ingress/dist/internal.js +4 -0
- package/node_modules/@murphai/messaging-ingress/dist/internal.js.map +1 -1
- package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.d.ts.map +1 -1
- package/node_modules/@murphai/messaging-ingress/dist/linq-webhook.js.map +1 -1
- package/node_modules/@murphai/messaging-ingress/package.json +0 -4
- package/node_modules/@murphai/operator-config/dist/agentmail-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts +2 -0
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.js +5 -0
- package/node_modules/@murphai/operator-config/dist/assistant/codex-resume-state.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.d.ts +5 -0
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js +58 -0
- package/node_modules/@murphai/operator-config/dist/assistant/current-delivery-route.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.d.ts +2 -2
- package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/delivery-failure.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts +5 -5
- package/node_modules/@murphai/operator-config/dist/assistant/hosted-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts +32 -31
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js +4 -2
- package/node_modules/@murphai/operator-config/dist/assistant/target-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-backend.d.ts +2 -2
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts +488 -317
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js +171 -22
- package/node_modules/@murphai/operator-config/dist/assistant-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts +32 -27
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js +11 -1
- package/node_modules/@murphai/operator-config/dist/device-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-daemon/paths.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-daemon.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-browser-opener.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.d.ts +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/device-sync-client.js +6 -2
- package/node_modules/@murphai/operator-config/dist/device-sync-client.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts +1 -1
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config-constants.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/hosted-assistant-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts +138 -93
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js +40 -3
- package/node_modules/@murphai/operator-config/dist/inbox-cli-contracts.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts +7 -11
- package/node_modules/@murphai/operator-config/dist/linq-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/linq-runtime.js +25 -10
- package/node_modules/@murphai/operator-config/dist/linq-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/message-formatting.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/message-formatting.js +14 -3
- package/node_modules/@murphai/operator-config/dist/message-formatting.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts +4 -2
- package/node_modules/@murphai/operator-config/dist/operator-config/self-delivery-targets.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config/storage.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config.d.ts +7 -5
- package/node_modules/@murphai/operator-config/dist/operator-config.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/operator-config.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts +54 -54
- package/node_modules/@murphai/operator-config/dist/setup-cli-contracts.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/setup-runtime-env.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.js +11 -1
- package/node_modules/@murphai/operator-config/dist/telegram-runtime.js.map +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.d.ts +85 -85
- package/node_modules/@murphai/operator-config/dist/vault-cli-contracts.js +1 -1
- package/node_modules/@murphai/operator-config/dist/vault-cli-errors.d.ts.map +1 -1
- package/node_modules/@murphai/operator-config/package.json +0 -5
- package/node_modules/@murphai/parsers/README.md +4 -2
- package/node_modules/@murphai/parsers/dist/adapters/ffmpeg.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/poppler-pdf.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/text-file.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/whisper-cpp.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/adapters/zxing-wasm.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/contracts/parser-output.d.ts +15 -0
- package/node_modules/@murphai/parsers/dist/contracts/parser-output.d.ts.map +1 -0
- package/node_modules/@murphai/parsers/dist/contracts/parser-output.js +368 -0
- package/node_modules/@murphai/parsers/dist/contracts/parser-output.js.map +1 -0
- package/node_modules/@murphai/parsers/dist/index.d.ts +5 -2
- package/node_modules/@murphai/parsers/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/index.js +3 -1
- package/node_modules/@murphai/parsers/dist/index.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/parser-result.d.ts +2 -0
- package/node_modules/@murphai/parsers/dist/parser-result.d.ts.map +1 -0
- package/node_modules/@murphai/parsers/dist/parser-result.js +2 -0
- package/node_modules/@murphai/parsers/dist/parser-result.js.map +1 -0
- package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.js +2 -245
- package/node_modules/@murphai/parsers/dist/pipelines/parse-attachment.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/pipelines/worker.d.ts +1 -1
- package/node_modules/@murphai/parsers/dist/pipelines/worker.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/pipelines/worker.js +12 -4
- package/node_modules/@murphai/parsers/dist/pipelines/worker.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.d.ts +18 -0
- package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.d.ts.map +1 -0
- package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.js +480 -0
- package/node_modules/@murphai/parsers/dist/publish/legacy-attempt-compactor.js.map +1 -0
- package/node_modules/@murphai/parsers/dist/publish/writer.d.ts +26 -8
- package/node_modules/@murphai/parsers/dist/publish/writer.d.ts.map +1 -1
- package/node_modules/@murphai/parsers/dist/publish/writer.js +168 -57
- package/node_modules/@murphai/parsers/dist/publish/writer.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/registry/policy.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/registry/registry.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/shared.js.map +1 -1
- package/node_modules/@murphai/parsers/dist/toolchain/discover.js.map +1 -1
- package/node_modules/@murphai/parsers/package.json +4 -0
- package/node_modules/@murphai/query/dist/automation.d.ts +3 -2
- package/node_modules/@murphai/query/dist/automation.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/automation.js +68 -5
- package/node_modules/@murphai/query/dist/automation.js.map +1 -1
- package/node_modules/@murphai/query/dist/biomarker-change-sentiment.d.ts +10 -0
- package/node_modules/@murphai/query/dist/biomarker-change-sentiment.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/biomarker-change-sentiment.js +24 -0
- package/node_modules/@murphai/query/dist/biomarker-change-sentiment.js.map +1 -0
- package/node_modules/@murphai/query/dist/browser-experiments.d.ts +4 -0
- package/node_modules/@murphai/query/dist/browser-experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-experiments.js +3 -0
- package/node_modules/@murphai/query/dist/browser-experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.js +3 -3
- package/node_modules/@murphai/query/dist/browser-replica/biomarker-panel.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/build.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/build.js +20 -0
- package/node_modules/@murphai/query/dist/browser-replica/build.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts +8 -2
- package/node_modules/@murphai/query/dist/browser-replica/experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/experiments.js +128 -26
- package/node_modules/@murphai/query/dist/browser-replica/experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.js +2 -1
- package/node_modules/@murphai/query/dist/browser-replica/murph-age.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/query.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/shared.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/shared.js +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/shared.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica/views.js +1 -0
- package/node_modules/@murphai/query/dist/browser-replica/views.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica.d.ts +1 -3
- package/node_modules/@murphai/query/dist/browser-replica.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser-replica.js +0 -1
- package/node_modules/@murphai/query/dist/browser-replica.js.map +1 -1
- package/node_modules/@murphai/query/dist/browser.d.ts +2 -2
- package/node_modules/@murphai/query/dist/browser.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/browser.js +1 -1
- package/node_modules/@murphai/query/dist/browser.js.map +1 -1
- package/node_modules/@murphai/query/dist/canonical-entities.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/canonical-entities.js +1 -0
- package/node_modules/@murphai/query/dist/canonical-entities.js.map +1 -1
- package/node_modules/@murphai/query/dist/entity-families.d.ts +1 -1
- package/node_modules/@murphai/query/dist/entity-families.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/entity-families.js +1 -0
- package/node_modules/@murphai/query/dist/entity-families.js.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-adherence.d.ts +55 -2
- package/node_modules/@murphai/query/dist/experiment-adherence.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-adherence.js +367 -13
- package/node_modules/@murphai/query/dist/experiment-adherence.js.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts +6 -1
- package/node_modules/@murphai/query/dist/experiment-progress-card.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiment-progress-card.js +48 -13
- package/node_modules/@murphai/query/dist/experiment-progress-card.js.map +1 -1
- package/node_modules/@murphai/query/dist/experiments.d.ts +11 -1
- package/node_modules/@murphai/query/dist/experiments.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/experiments.js +265 -36
- package/node_modules/@murphai/query/dist/experiments.js.map +1 -1
- package/node_modules/@murphai/query/dist/export-pack.js.map +1 -1
- package/node_modules/@murphai/query/dist/group-weekly.d.ts +32 -0
- package/node_modules/@murphai/query/dist/group-weekly.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/group-weekly.js +166 -0
- package/node_modules/@murphai/query/dist/group-weekly.js.map +1 -0
- package/node_modules/@murphai/query/dist/health/assessments.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/blood-tests.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.d.ts +1 -0
- package/node_modules/@murphai/query/dist/health/canonical-collector.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.js +4 -1
- package/node_modules/@murphai/query/dist/health/canonical-collector.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/foods.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/habitat.d.ts +6 -0
- package/node_modules/@murphai/query/dist/health/habitat.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/health/habitat.js +12 -0
- package/node_modules/@murphai/query/dist/health/habitat.js.map +1 -0
- package/node_modules/@murphai/query/dist/health/immunizations.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/index.d.ts +1 -0
- package/node_modules/@murphai/query/dist/health/index.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/index.js +1 -0
- package/node_modules/@murphai/query/dist/health/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/projections.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/projectors/history.d.ts +1 -1
- package/node_modules/@murphai/query/dist/health/providers.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/recipes.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/registries.d.ts +11 -0
- package/node_modules/@murphai/query/dist/health/registries.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/health/registries.js +18 -2
- package/node_modules/@murphai/query/dist/health/registries.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/supplements.js.map +1 -1
- package/node_modules/@murphai/query/dist/health/workout-formats.js.map +1 -1
- package/node_modules/@murphai/query/dist/id-families.d.ts +1 -13
- package/node_modules/@murphai/query/dist/id-families.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/id-families.js +1 -119
- package/node_modules/@murphai/query/dist/id-families.js.map +1 -1
- package/node_modules/@murphai/query/dist/index.d.ts +10 -15
- package/node_modules/@murphai/query/dist/index.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/index.js +7 -31
- package/node_modules/@murphai/query/dist/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/knowledge-format.js +1 -1
- package/node_modules/@murphai/query/dist/knowledge-graph.js +4 -4
- package/node_modules/@murphai/query/dist/knowledge-model.d.ts +1 -1
- package/node_modules/@murphai/query/dist/knowledge-search.js +2 -2
- package/node_modules/@murphai/query/dist/knowledge-search.js.map +1 -1
- package/node_modules/@murphai/query/dist/meal-nutrition.js.map +1 -1
- package/node_modules/@murphai/query/dist/memory.d.ts +3 -2
- package/node_modules/@murphai/query/dist/memory.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/memory.js +4 -1
- package/node_modules/@murphai/query/dist/memory.js.map +1 -1
- package/node_modules/@murphai/query/dist/metrics/index.js +23 -1
- package/node_modules/@murphai/query/dist/metrics/index.js.map +1 -1
- package/node_modules/@murphai/query/dist/metrics/projection.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/metrics/projection.js +101 -7
- package/node_modules/@murphai/query/dist/metrics/projection.js.map +1 -1
- package/node_modules/@murphai/query/dist/murph-age.d.ts +1 -1
- package/node_modules/@murphai/query/dist/murph-age.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/murph-age.js +2 -1
- package/node_modules/@murphai/query/dist/murph-age.js.map +1 -1
- package/node_modules/@murphai/query/dist/overview-weekly-stats.js.map +1 -1
- package/node_modules/@murphai/query/dist/overview.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/entity-store.d.ts +2 -0
- package/node_modules/@murphai/query/dist/projection/entity-store.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/projection/entity-store.js +56 -0
- package/node_modules/@murphai/query/dist/projection/entity-store.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/rebuild.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/schema.d.ts +1 -1
- package/node_modules/@murphai/query/dist/projection/schema.js +2 -2
- package/node_modules/@murphai/query/dist/projection/schema.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js +25 -2
- package/node_modules/@murphai/query/dist/projection/wearable-summary-compose.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js +1 -0
- package/node_modules/@murphai/query/dist/projection/wearable-summary-projector.js.map +1 -1
- package/node_modules/@murphai/query/dist/projection/wearable-summary-store.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/protocols.js.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection-types.d.ts +7 -0
- package/node_modules/@murphai/query/dist/query-projection-types.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection.d.ts +3 -2
- package/node_modules/@murphai/query/dist/query-projection.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/query-projection.js +5 -1
- package/node_modules/@murphai/query/dist/query-projection.js.map +1 -1
- package/node_modules/@murphai/query/dist/read-model.d.ts +4 -0
- package/node_modules/@murphai/query/dist/read-model.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/read-model.js +1 -0
- package/node_modules/@murphai/query/dist/read-model.js.map +1 -1
- package/node_modules/@murphai/query/dist/scheduled-logs.js.map +1 -1
- package/node_modules/@murphai/query/dist/search-shared.js.map +1 -1
- package/node_modules/@murphai/query/dist/search.js.map +1 -1
- package/node_modules/@murphai/query/dist/summaries.js.map +1 -1
- package/node_modules/@murphai/query/dist/timeline.js.map +1 -1
- package/node_modules/@murphai/query/dist/vault-source.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/vault-source.js +39 -3
- package/node_modules/@murphai/query/dist/vault-source.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.d.ts +5 -2
- package/node_modules/@murphai/query/dist/wearables/candidates.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/candidates.js +305 -7
- package/node_modules/@murphai/query/dist/wearables/candidates.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/dedupe.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/dedupe.js +3 -1
- package/node_modules/@murphai/query/dist/wearables/dedupe.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/observation.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/origin.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/provider-policy.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/public-output.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/public-output.js +6 -79
- package/node_modules/@murphai/query/dist/wearables/public-output.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/selection.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/selection.js +5 -1
- package/node_modules/@murphai/query/dist/wearables/selection.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/sleep-association.d.ts +9 -0
- package/node_modules/@murphai/query/dist/wearables/sleep-association.d.ts.map +1 -0
- package/node_modules/@murphai/query/dist/wearables/sleep-association.js +81 -0
- package/node_modules/@murphai/query/dist/wearables/sleep-association.js.map +1 -0
- package/node_modules/@murphai/query/dist/wearables/types.d.ts +29 -4
- package/node_modules/@murphai/query/dist/wearables/types.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables/types.js.map +1 -1
- package/node_modules/@murphai/query/dist/wearables.d.ts.map +1 -1
- package/node_modules/@murphai/query/dist/wearables.js +50 -50
- package/node_modules/@murphai/query/dist/wearables.js.map +1 -1
- package/node_modules/@murphai/query/package.json +5 -0
- package/node_modules/@murphai/runtime-state/README.md +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-state-fs.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-state-security.js +1 -1
- package/node_modules/@murphai/runtime-state/dist/assistant-state-security.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/atomic-write.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.js +12 -0
- package/node_modules/@murphai/runtime-state/dist/clinical-records-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js +65 -31
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.js +10 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-domain-crypto.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts +11 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-email.js +56 -3
- package/node_modules/@murphai/runtime-state/dist/hosted-email.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.js +12 -2
- package/node_modules/@murphai/runtime-state/dist/hosted-storage.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-helpers.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.js +2 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/locks.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/loopback-control-plane.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/process-env.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/process-identity.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.d.ts +2 -0
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.d.ts.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.js +2 -0
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/shared.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/sqlite-warning-filter.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/sqlite.js.map +1 -1
- package/node_modules/@murphai/runtime-state/dist/ulid.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-agentmail.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-account.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-defaults.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant-wizard.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-assistant.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-cli.d.ts.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-cli.js +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-cli.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services/toolchain.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-services.js.map +1 -1
- package/node_modules/@murphai/setup-cli/dist/setup-wizard-options.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/README.md +11 -0
- package/node_modules/@murphai/vault-usecases/dist/assistant-vault-paths.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.d.ts +102 -0
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.d.ts.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.js +374 -0
- package/node_modules/@murphai/vault-usecases/dist/clinical-records.js.map +1 -0
- package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.js +13 -4
- package/node_modules/@murphai/vault-usecases/dist/commands/query-record-command-helpers.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/experiment-onboarding-options.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.d.ts +3 -3
- package/node_modules/@murphai/vault-usecases/dist/health-cli-descriptors.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/preferences.d.ts +34 -3
- package/node_modules/@murphai/vault-usecases/dist/preferences.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/preferences.js +84 -1
- package/node_modules/@murphai/vault-usecases/dist/preferences.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts +16 -2
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.js +20 -1
- package/node_modules/@murphai/vault-usecases/dist/testing/junction-wearable-fixture.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/dist/testing.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/testing.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts +18 -18
- package/node_modules/@murphai/vault-usecases/dist/usecases/capture.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts +154 -154
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js +3 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/clinical-imports.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts +10 -9
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js +2 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/document-meal-read.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/encounter.d.ts +35 -35
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts +38 -37
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js +37 -5
- package/node_modules/@murphai/vault-usecases/dist/usecases/experiment-journal-vault.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/explicit-health-family-services.js +7 -7
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts +2 -2
- package/node_modules/@murphai/vault-usecases/dist/usecases/food.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js +57 -20
- package/node_modules/@murphai/vault-usecases/dist/usecases/integrated-services.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.d.ts +20 -10
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention-experiment-link.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention.d.ts +6 -6
- package/node_modules/@murphai/vault-usecases/dist/usecases/intervention.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts +9 -9
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement-read.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts +4 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/measurement.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts +13 -13
- package/node_modules/@murphai/vault-usecases/dist/usecases/provider-event.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/recipe.d.ts +3 -3
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/runtime.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts +1 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js +101 -8
- package/node_modules/@murphai/vault-usecases/dist/usecases/shared.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts +34 -0
- package/node_modules/@murphai/vault-usecases/dist/usecases/types.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/vault-usecase-helpers.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts +33 -33
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-format.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-measurement.d.ts +4 -4
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-model.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts +8 -8
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout-read.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts +48 -48
- package/node_modules/@murphai/vault-usecases/dist/usecases/workout.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/vault-services.d.ts.map +1 -1
- package/node_modules/@murphai/vault-usecases/dist/vault-services.js +1 -0
- package/node_modules/@murphai/vault-usecases/dist/vault-services.js.map +1 -1
- package/node_modules/@murphai/vault-usecases/package.json +8 -0
- package/node_modules/incur/dist/Cli.d.ts +4 -0
- package/node_modules/incur/dist/Cli.js +10 -3
- package/node_modules/incur/dist/SyncSkills.d.ts +2 -0
- package/node_modules/incur/dist/SyncSkills.js +5 -2
- package/node_modules/incur/src/Cli.ts +14 -3
- package/node_modules/incur/src/SyncSkills.ts +9 -2
- package/package.json +6 -4
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.d.ts +0 -15
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.d.ts.map +0 -1
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.js +0 -79
- package/node_modules/@murphai/assistant-engine/dist/assistant-codex/turn-attachment-image-refs.js.map +0 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-connect-sources.d.ts.map +0 -1
- package/node_modules/@murphai/device-syncd/dist/providers/junction-connect-sources.js.map +0 -1
- package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.d.ts +0 -73
- package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.d.ts.map +0 -1
- package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.js +0 -212
- package/node_modules/@murphai/messaging-ingress/dist/whatsapp-webhook.js.map +0 -1
- package/node_modules/@murphai/operator-config/dist/runtime-errors.d.ts +0 -4
- package/node_modules/@murphai/operator-config/dist/runtime-errors.d.ts.map +0 -1
- package/node_modules/@murphai/operator-config/dist/runtime-errors.js +0 -19
- package/node_modules/@murphai/operator-config/dist/runtime-errors.js.map +0 -1
- package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.d.ts +0 -34
- package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.d.ts.map +0 -1
- package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.js +0 -208
- package/node_modules/@murphai/operator-config/dist/whatsapp-runtime.js.map +0 -1
- package/node_modules/@murphai/vault-usecases/dist/query-id-families.d.ts +0 -4
- package/node_modules/@murphai/vault-usecases/dist/query-id-families.d.ts.map +0 -1
- package/node_modules/@murphai/vault-usecases/dist/query-id-families.js +0 -104
- package/node_modules/@murphai/vault-usecases/dist/query-id-families.js.map +0 -1
- /package/node_modules/@murphai/device-syncd/dist/{providers → config}/junction-connect-sources.d.ts +0 -0
|
@@ -3,44 +3,46 @@ import { type AutomationRoute, type AutomationTimeScheduleKind } from '@murphai/
|
|
|
3
3
|
import { type GatewayDeliveryTargetKind, type GatewayReplyRouteKind } from '@murphai/gateway-core';
|
|
4
4
|
import { assistantExecutionDriverValues, assistantResumeKindValues } from './assistant/target-runtime.js';
|
|
5
5
|
import { type CodexResumeState } from './assistant/codex-resume-state.js';
|
|
6
|
-
export declare const assistantSandboxValues: readonly [
|
|
7
|
-
export declare const assistantApprovalPolicyValues: readonly [
|
|
6
|
+
export declare const assistantSandboxValues: readonly ['read-only', 'workspace-write', 'danger-full-access'];
|
|
7
|
+
export declare const assistantApprovalPolicyValues: readonly ['never'];
|
|
8
8
|
export declare const assistantReasoningEffortValues: readonly ["low", "medium", "high", "xhigh"];
|
|
9
|
-
export declare const assistantChatProviderValues: readonly [
|
|
10
|
-
export declare const assistantChannelNameValues: readonly [
|
|
9
|
+
export declare const assistantChatProviderValues: readonly ['codex-cli'];
|
|
10
|
+
export declare const assistantChannelNameValues: readonly ['telegram', 'linq', 'email'];
|
|
11
11
|
export declare const assistantChannelNameSchema: z.ZodEnum<{
|
|
12
12
|
email: "email";
|
|
13
|
-
telegram: "telegram";
|
|
14
13
|
linq: "linq";
|
|
15
|
-
|
|
14
|
+
telegram: "telegram";
|
|
16
15
|
}>;
|
|
17
16
|
export declare const assistantChannelDeliveryTargetKindValues: readonly ["explicit", "participant", "thread"];
|
|
18
17
|
export declare const assistantBindingDeliveryKindValues: readonly ["participant", "thread"];
|
|
19
|
-
export declare const assistantMessageReactionValues: readonly [
|
|
20
|
-
export declare const assistantTranscriptEntryKindValues: readonly [
|
|
21
|
-
export declare const assistantTurnTriggerValues: readonly [
|
|
22
|
-
export declare const assistantTurnActionClassValues: readonly [
|
|
23
|
-
export declare const assistantTurnStateValues: readonly [
|
|
24
|
-
export declare const assistantTurnEventKindValues: readonly [
|
|
18
|
+
export declare const assistantMessageReactionValues: readonly ['heart', 'thumbs_up', 'laugh'];
|
|
19
|
+
export declare const assistantTranscriptEntryKindValues: readonly ['user', 'assistant', 'error', 'status'];
|
|
20
|
+
export declare const assistantTurnTriggerValues: readonly ['manual-ask', 'manual-deliver', 'automation-auto-reply', 'automation-cron'];
|
|
21
|
+
export declare const assistantTurnActionClassValues: readonly ['analysis', 'outbound'];
|
|
22
|
+
export declare const assistantTurnStateValues: readonly ['running', 'awaiting-delivery', 'deferred', 'delivery-failed', 'failed', 'completed'];
|
|
23
|
+
export declare const assistantTurnEventKindValues: readonly ['accepted', 'context-ready', 'provider-started', 'provider-completed', 'delivery-prepared', 'delivery-sent', 'delivery-deduplicated', 'deferred', 'failed', 'completed'];
|
|
25
24
|
export declare const assistantCronScheduleKindValues: readonly ["at", "every", "cron", "dailyLocal"];
|
|
26
|
-
export declare const assistantCronTriggerValues: readonly [
|
|
27
|
-
export declare const
|
|
28
|
-
export declare const
|
|
29
|
-
export declare const
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
export declare const
|
|
33
|
-
export declare const
|
|
34
|
-
export declare const
|
|
35
|
-
export declare const
|
|
36
|
-
export declare const
|
|
37
|
-
export declare const
|
|
38
|
-
export declare const
|
|
25
|
+
export declare const assistantCronTriggerValues: readonly ['manual', 'scheduled'];
|
|
26
|
+
export declare const assistantCronRunOutcomeValues: readonly ['delivered', 'delivery_pending', 'no_op', 'expired', 'skipped_gate', 'failed'];
|
|
27
|
+
export declare const assistantCronRunStatusValues: readonly ['succeeded', 'failed', 'skipped'];
|
|
28
|
+
export declare const assistantTurnReceiptStatusValues: readonly ['running', 'completed', 'deferred', 'blocked', 'failed'];
|
|
29
|
+
export declare const assistantTurnDeliveryDispositionValues: readonly ['not-requested', 'queued', 'sent', 'retryable', 'blocked', 'failed'];
|
|
30
|
+
export declare const assistantTurnTimelineEventKindValues: readonly ['turn.started', 'user.persisted', 'turn.input.accepted', 'provider.attempt.started', 'provider.attempt.succeeded', 'provider.attempt.failed', 'delivery.queued', 'delivery.attempt.started', 'delivery.sent', 'delivery.retry-scheduled', 'delivery.failed', 'turn.blocked', 'turn.completed', 'turn.deferred', 'turn.failed'];
|
|
31
|
+
export declare const ASSISTANT_ANSWERED_MAILBOX_ITEM_ID_LIMIT = 100;
|
|
32
|
+
export declare const assistantAskResultStatusValues: readonly ['completed'];
|
|
33
|
+
export declare const assistantOnboardingStatusValues: readonly ['open', 'completed'];
|
|
34
|
+
export declare const assistantOnboardingCompletionReasonValues: readonly ['user_answered', 'user_declined', 'manual'];
|
|
35
|
+
export declare const assistantOutboxStatusValues: readonly ['awaiting_approval', 'pending', 'sending', 'retryable', 'sent', 'failed', 'abandoned'];
|
|
36
|
+
export declare const assistantDiagnosticLevelValues: readonly ['info', 'warn', 'error'];
|
|
37
|
+
export declare const assistantDiagnosticComponentValues: readonly ['assistant', 'provider', 'delivery', 'outbox', 'automation', 'status'];
|
|
38
|
+
export declare const assistantStatusRunLockStateValues: readonly ['unlocked', 'active', 'stale'];
|
|
39
|
+
export declare const assistantQuarantineArtifactKindValues: readonly ['session', 'indexes', 'automation', 'status', 'diagnostics-snapshot', 'turn-receipt', 'outbox-intent', 'runtime-budget', 'cron-store', 'cron-run'];
|
|
40
|
+
export declare const assistantResponseMediaKindValues: readonly ['image', 'voice_memo', 'vault_file'];
|
|
39
41
|
export declare const assistantVaultFileMaxBytes: number;
|
|
40
|
-
export declare const assistantVoiceMemoSpeechOutputFormat:
|
|
41
|
-
export declare const assistantVoiceMemoMusicModelId:
|
|
42
|
-
export declare const assistantVoiceMemoMusicOutputFormat:
|
|
43
|
-
export declare const assistantRuntimeEventKindValues: readonly [
|
|
42
|
+
export declare const assistantVoiceMemoSpeechOutputFormat: 'mp3_44100_128';
|
|
43
|
+
export declare const assistantVoiceMemoMusicModelId: 'music_v2';
|
|
44
|
+
export declare const assistantVoiceMemoMusicOutputFormat: 'mp3_48000_192';
|
|
45
|
+
export declare const assistantRuntimeEventKindValues: readonly ['session.upserted', 'session.quarantined', 'indexes.rebuilt', 'indexes.quarantined', 'automation.recovered', 'automation.quarantined', 'outbox.intent.upserted', 'outbox.intent.quarantined', 'turn.receipt.upserted', 'turn.receipt.quarantined', 'diagnostics.event.recorded', 'diagnostics.snapshot.recovered', 'diagnostics.snapshot.quarantined', 'status.snapshot.refreshed', 'status.snapshot.quarantined', 'runtime-budget.recovered', 'runtime-budget.quarantined', 'cron.store.quarantined', 'cron.run.quarantined', 'runtime.maintenance'];
|
|
44
46
|
export declare const assistantHeadersSchema: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
45
47
|
export declare const assistantCodexModelProviderConfigSchema: z.ZodObject<{
|
|
46
48
|
id: z.ZodString;
|
|
@@ -65,15 +67,15 @@ export declare const assistantCodexModelTargetSchema: z.ZodObject<{
|
|
|
65
67
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
66
68
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
67
69
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
68
|
-
low: "low";
|
|
69
70
|
high: "high";
|
|
71
|
+
low: "low";
|
|
70
72
|
medium: "medium";
|
|
71
73
|
xhigh: "xhigh";
|
|
72
74
|
}>>>;
|
|
73
75
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
76
|
+
"danger-full-access": "danger-full-access";
|
|
74
77
|
"read-only": "read-only";
|
|
75
78
|
"workspace-write": "workspace-write";
|
|
76
|
-
"danger-full-access": "danger-full-access";
|
|
77
79
|
}>>>;
|
|
78
80
|
}, z.core.$strict>;
|
|
79
81
|
export declare const assistantModelTargetSchema: z.ZodObject<{
|
|
@@ -88,21 +90,22 @@ export declare const assistantModelTargetSchema: z.ZodObject<{
|
|
|
88
90
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
89
91
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
90
92
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
91
|
-
low: "low";
|
|
92
93
|
high: "high";
|
|
94
|
+
low: "low";
|
|
93
95
|
medium: "medium";
|
|
94
96
|
xhigh: "xhigh";
|
|
95
97
|
}>>>;
|
|
96
98
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
99
|
+
"danger-full-access": "danger-full-access";
|
|
97
100
|
"read-only": "read-only";
|
|
98
101
|
"workspace-write": "workspace-write";
|
|
99
|
-
"danger-full-access": "danger-full-access";
|
|
100
102
|
}>>>;
|
|
101
103
|
}, z.core.$strict>;
|
|
102
104
|
export declare const assistantSessionResumeStateSchema: z.ZodObject<{
|
|
103
105
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
104
106
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
105
107
|
routeFingerprint: z.ZodString;
|
|
108
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
106
109
|
threadId: z.ZodString;
|
|
107
110
|
}, z.core.$strict>;
|
|
108
111
|
export declare const assistantSessionIdSchema: z.ZodString;
|
|
@@ -118,9 +121,9 @@ export declare const assistantProviderSessionOptionsSchema: z.ZodObject<{
|
|
|
118
121
|
model: z.ZodNullable<z.ZodString>;
|
|
119
122
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
120
123
|
sandbox: z.ZodNullable<z.ZodEnum<{
|
|
124
|
+
"danger-full-access": "danger-full-access";
|
|
121
125
|
"read-only": "read-only";
|
|
122
126
|
"workspace-write": "workspace-write";
|
|
123
|
-
"danger-full-access": "danger-full-access";
|
|
124
127
|
}>>;
|
|
125
128
|
approvalPolicy: z.ZodNullable<z.ZodEnum<{
|
|
126
129
|
never: "never";
|
|
@@ -147,6 +150,7 @@ export declare const assistantAliasStoreSchema: z.ZodObject<{
|
|
|
147
150
|
version: z.ZodLiteral<1>;
|
|
148
151
|
aliases: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
149
152
|
conversationKeys: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
153
|
+
recentSessions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
150
154
|
}, z.core.$strict>;
|
|
151
155
|
export declare const assistantBindingDeliverySchema: z.ZodObject<{
|
|
152
156
|
kind: z.ZodEnum<{
|
|
@@ -159,6 +163,16 @@ export declare const assistantDeliverySourceSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
159
163
|
kind: z.ZodLiteral<"linq">;
|
|
160
164
|
fromPhoneNumber: z.ZodString;
|
|
161
165
|
}, z.core.$strict>], "kind">;
|
|
166
|
+
export declare const assistantExternalThreadRouteAuthoritySchema: z.ZodObject<{
|
|
167
|
+
accountLookupKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
168
|
+
channel: z.ZodEnum<{
|
|
169
|
+
email: "email";
|
|
170
|
+
linq: "linq";
|
|
171
|
+
telegram: "telegram";
|
|
172
|
+
}>;
|
|
173
|
+
containerMemberId: z.ZodString;
|
|
174
|
+
threadId: z.ZodString;
|
|
175
|
+
}, z.core.$strict>;
|
|
162
176
|
export declare const assistantSessionBindingSchema: z.ZodObject<{
|
|
163
177
|
conversationKey: z.ZodNullable<z.ZodString>;
|
|
164
178
|
channel: z.ZodNullable<z.ZodString>;
|
|
@@ -249,23 +263,23 @@ export declare const assistantResponseMediaSchema: z.ZodUnion<readonly [z.ZodObj
|
|
|
249
263
|
}, z.core.$strict>]>;
|
|
250
264
|
export declare const assistantMessageReactionSchema: z.ZodEnum<{
|
|
251
265
|
heart: "heart";
|
|
252
|
-
thumbs_up: "thumbs_up";
|
|
253
266
|
laugh: "laugh";
|
|
267
|
+
thumbs_up: "thumbs_up";
|
|
254
268
|
}>;
|
|
255
269
|
export declare const assistantOutboxMessageReactionOperationSchema: z.ZodObject<{
|
|
256
270
|
kind: z.ZodLiteral<"message-reaction">;
|
|
257
271
|
reaction: z.ZodEnum<{
|
|
258
272
|
heart: "heart";
|
|
259
|
-
thumbs_up: "thumbs_up";
|
|
260
273
|
laugh: "laugh";
|
|
274
|
+
thumbs_up: "thumbs_up";
|
|
261
275
|
}>;
|
|
262
276
|
}, z.core.$strict>;
|
|
263
277
|
export declare const assistantOutboxOperationSchema: z.ZodObject<{
|
|
264
278
|
kind: z.ZodLiteral<"message-reaction">;
|
|
265
279
|
reaction: z.ZodEnum<{
|
|
266
280
|
heart: "heart";
|
|
267
|
-
thumbs_up: "thumbs_up";
|
|
268
281
|
laugh: "laugh";
|
|
282
|
+
thumbs_up: "thumbs_up";
|
|
269
283
|
}>;
|
|
270
284
|
}, z.core.$strict>;
|
|
271
285
|
export declare function normalizeAssistantResponseMediaUrl(value: string): string;
|
|
@@ -300,21 +314,22 @@ export declare const assistantPersistedSessionSchema: z.ZodObject<{
|
|
|
300
314
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
301
315
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
302
316
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
303
|
-
low: "low";
|
|
304
317
|
high: "high";
|
|
318
|
+
low: "low";
|
|
305
319
|
medium: "medium";
|
|
306
320
|
xhigh: "xhigh";
|
|
307
321
|
}>>>;
|
|
308
322
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
323
|
+
"danger-full-access": "danger-full-access";
|
|
309
324
|
"read-only": "read-only";
|
|
310
325
|
"workspace-write": "workspace-write";
|
|
311
|
-
"danger-full-access": "danger-full-access";
|
|
312
326
|
}>>>;
|
|
313
327
|
}, z.core.$strict>;
|
|
314
328
|
codexResume: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
315
329
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
316
330
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
317
331
|
routeFingerprint: z.ZodString;
|
|
332
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
318
333
|
threadId: z.ZodString;
|
|
319
334
|
}, z.core.$strict>>>;
|
|
320
335
|
createdAt: z.ZodString;
|
|
@@ -353,15 +368,15 @@ export declare const assistantSessionSchema: z.ZodPipe<z.ZodUnion<readonly [z.Zo
|
|
|
353
368
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
354
369
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
355
370
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
356
|
-
low: "low";
|
|
357
371
|
high: "high";
|
|
372
|
+
low: "low";
|
|
358
373
|
medium: "medium";
|
|
359
374
|
xhigh: "xhigh";
|
|
360
375
|
}>>>;
|
|
361
376
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
377
|
+
"danger-full-access": "danger-full-access";
|
|
362
378
|
"read-only": "read-only";
|
|
363
379
|
"workspace-write": "workspace-write";
|
|
364
|
-
"danger-full-access": "danger-full-access";
|
|
365
380
|
}>>>;
|
|
366
381
|
}, z.core.$strict>;
|
|
367
382
|
createdAt: z.ZodString;
|
|
@@ -384,21 +399,22 @@ export declare const assistantSessionSchema: z.ZodPipe<z.ZodUnion<readonly [z.Zo
|
|
|
384
399
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
385
400
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
386
401
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
387
|
-
low: "low";
|
|
388
402
|
high: "high";
|
|
403
|
+
low: "low";
|
|
389
404
|
medium: "medium";
|
|
390
405
|
xhigh: "xhigh";
|
|
391
406
|
}>>>;
|
|
392
407
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
408
|
+
"danger-full-access": "danger-full-access";
|
|
393
409
|
"read-only": "read-only";
|
|
394
410
|
"workspace-write": "workspace-write";
|
|
395
|
-
"danger-full-access": "danger-full-access";
|
|
396
411
|
}>>>;
|
|
397
412
|
}, z.core.$strict>;
|
|
398
413
|
resumeState: z.ZodDefault<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
|
|
399
414
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
400
415
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
401
416
|
routeFingerprint: z.ZodString;
|
|
417
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
402
418
|
threadId: z.ZodString;
|
|
403
419
|
}, z.core.$strict>, z.ZodObject<{
|
|
404
420
|
assistantContractFingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -434,25 +450,26 @@ export declare const assistantSessionSchema: z.ZodPipe<z.ZodUnion<readonly [z.Zo
|
|
|
434
450
|
adapter: "codex-cli";
|
|
435
451
|
approvalPolicy: "never" | null;
|
|
436
452
|
codexCommand: string | null;
|
|
453
|
+
codexHome?: string | null | undefined;
|
|
437
454
|
model: string | null;
|
|
455
|
+
modelProvider?: string | null | undefined;
|
|
438
456
|
oss: boolean;
|
|
439
457
|
profile: string | null;
|
|
440
|
-
reasoningEffort: "
|
|
441
|
-
sandbox: "
|
|
442
|
-
codexHome?: string | null | undefined;
|
|
443
|
-
modelProvider?: string | null | undefined;
|
|
458
|
+
reasoningEffort: "high" | "low" | "medium" | "xhigh" | null;
|
|
459
|
+
sandbox: "danger-full-access" | "read-only" | "workspace-write" | null;
|
|
444
460
|
};
|
|
445
461
|
resumeState: {
|
|
446
|
-
routeFingerprint: string;
|
|
447
|
-
threadId: string;
|
|
448
|
-
assistantContractFingerprint?: string | undefined;
|
|
449
|
-
rolloutRelativePath?: string | null | undefined;
|
|
450
|
-
} | {
|
|
451
|
-
providerSessionId: string | null;
|
|
452
|
-
resumeRouteId: string | null;
|
|
453
462
|
assistantContractFingerprint?: string | null | undefined;
|
|
454
463
|
codexRolloutRelativePath?: string | null | undefined;
|
|
464
|
+
providerSessionId: string | null;
|
|
465
|
+
resumeRouteId: string | null;
|
|
455
466
|
threadInstructionsFingerprint?: string | null | undefined;
|
|
467
|
+
} | {
|
|
468
|
+
assistantContractFingerprint?: string | undefined;
|
|
469
|
+
rolloutRelativePath?: string | null | undefined;
|
|
470
|
+
routeFingerprint: string;
|
|
471
|
+
threadCompatibilityFingerprint?: string | undefined;
|
|
472
|
+
threadId: string;
|
|
456
473
|
} | null;
|
|
457
474
|
alias: string | null;
|
|
458
475
|
binding: {
|
|
@@ -491,13 +508,13 @@ export declare const assistantSessionSchema: z.ZodPipe<z.ZodUnion<readonly [z.Zo
|
|
|
491
508
|
adapter: "codex-cli";
|
|
492
509
|
approvalPolicy: "never" | null;
|
|
493
510
|
codexCommand: string | null;
|
|
511
|
+
codexHome?: string | null | undefined;
|
|
494
512
|
model: string | null;
|
|
513
|
+
modelProvider?: string | null | undefined;
|
|
495
514
|
oss: boolean;
|
|
496
515
|
profile: string | null;
|
|
497
|
-
reasoningEffort: "
|
|
498
|
-
sandbox: "
|
|
499
|
-
codexHome?: string | null | undefined;
|
|
500
|
-
modelProvider?: string | null | undefined;
|
|
516
|
+
reasoningEffort: "high" | "low" | "medium" | "xhigh" | null;
|
|
517
|
+
sandbox: "danger-full-access" | "read-only" | "workspace-write" | null;
|
|
501
518
|
};
|
|
502
519
|
createdAt: string;
|
|
503
520
|
updatedAt: string;
|
|
@@ -506,13 +523,61 @@ export declare const assistantSessionSchema: z.ZodPipe<z.ZodUnion<readonly [z.Zo
|
|
|
506
523
|
codexResume: unknown;
|
|
507
524
|
}>>;
|
|
508
525
|
export declare function parseAssistantSessionRecord(value: unknown): AssistantSession;
|
|
526
|
+
export declare const assistantSessionSummarySchema: z.ZodObject<{
|
|
527
|
+
schema: z.ZodLiteral<"murph.assistant-conversation.v2">;
|
|
528
|
+
conversationId: z.ZodString;
|
|
529
|
+
sessionId: z.ZodString;
|
|
530
|
+
alias: z.ZodNullable<z.ZodString>;
|
|
531
|
+
binding: z.ZodObject<{
|
|
532
|
+
conversationKey: z.ZodNullable<z.ZodString>;
|
|
533
|
+
channel: z.ZodNullable<z.ZodString>;
|
|
534
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
535
|
+
actorId: z.ZodNullable<z.ZodString>;
|
|
536
|
+
threadId: z.ZodNullable<z.ZodString>;
|
|
537
|
+
threadIsDirect: z.ZodNullable<z.ZodBoolean>;
|
|
538
|
+
delivery: z.ZodNullable<z.ZodObject<{
|
|
539
|
+
kind: z.ZodEnum<{
|
|
540
|
+
participant: "participant";
|
|
541
|
+
thread: "thread";
|
|
542
|
+
}>;
|
|
543
|
+
target: z.ZodString;
|
|
544
|
+
}, z.core.$strip>>;
|
|
545
|
+
}, z.core.$strip>;
|
|
546
|
+
createdAt: z.ZodString;
|
|
547
|
+
updatedAt: z.ZodString;
|
|
548
|
+
lastTurnAt: z.ZodNullable<z.ZodString>;
|
|
549
|
+
turnCount: z.ZodNumber;
|
|
550
|
+
provider: z.ZodEnum<{
|
|
551
|
+
"codex-cli": "codex-cli";
|
|
552
|
+
}>;
|
|
553
|
+
model: z.ZodNullable<z.ZodString>;
|
|
554
|
+
modelProvider: z.ZodNullable<z.ZodString>;
|
|
555
|
+
reasoningEffort: z.ZodNullable<z.ZodString>;
|
|
556
|
+
sandbox: z.ZodNullable<z.ZodEnum<{
|
|
557
|
+
"danger-full-access": "danger-full-access";
|
|
558
|
+
"read-only": "read-only";
|
|
559
|
+
"workspace-write": "workspace-write";
|
|
560
|
+
}>>;
|
|
561
|
+
approvalPolicy: z.ZodNullable<z.ZodEnum<{
|
|
562
|
+
never: "never";
|
|
563
|
+
}>>;
|
|
564
|
+
profile: z.ZodNullable<z.ZodString>;
|
|
565
|
+
oss: z.ZodBoolean;
|
|
566
|
+
executionDriver: z.ZodEnum<{
|
|
567
|
+
"codex-app-server": "codex-app-server";
|
|
568
|
+
}>;
|
|
569
|
+
resumeKind: z.ZodNullable<z.ZodEnum<{
|
|
570
|
+
"codex-thread": "codex-thread";
|
|
571
|
+
}>>;
|
|
572
|
+
resumeThreadId: z.ZodNullable<z.ZodString>;
|
|
573
|
+
}, z.core.$strict>;
|
|
509
574
|
export declare const assistantTranscriptEntrySchema: z.ZodObject<{
|
|
510
575
|
schema: z.ZodLiteral<"murph.assistant-transcript-entry.v1">;
|
|
511
576
|
kind: z.ZodEnum<{
|
|
512
|
-
|
|
577
|
+
assistant: "assistant";
|
|
513
578
|
error: "error";
|
|
579
|
+
status: "status";
|
|
514
580
|
user: "user";
|
|
515
|
-
assistant: "assistant";
|
|
516
581
|
}>;
|
|
517
582
|
text: z.ZodString;
|
|
518
583
|
createdAt: z.ZodString;
|
|
@@ -540,14 +605,14 @@ export declare const assistantChannelDeliverySchema: z.ZodUnion<readonly [z.ZodO
|
|
|
540
605
|
}, z.core.$strip>, z.ZodObject<{
|
|
541
606
|
kind: z.ZodLiteral<"message-reaction">;
|
|
542
607
|
channel: z.ZodEnum<{
|
|
543
|
-
telegram: "telegram";
|
|
544
608
|
linq: "linq";
|
|
609
|
+
telegram: "telegram";
|
|
545
610
|
}>;
|
|
546
611
|
idempotencyKey: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
547
612
|
reaction: z.ZodEnum<{
|
|
548
613
|
heart: "heart";
|
|
549
|
-
thumbs_up: "thumbs_up";
|
|
550
614
|
laugh: "laugh";
|
|
615
|
+
thumbs_up: "thumbs_up";
|
|
551
616
|
}>;
|
|
552
617
|
sentAt: z.ZodString;
|
|
553
618
|
target: z.ZodString;
|
|
@@ -572,45 +637,45 @@ export declare const assistantTurnReceiptContextSchema: z.ZodObject<{
|
|
|
572
637
|
export declare const assistantTurnReceiptEventSchema: z.ZodObject<{
|
|
573
638
|
at: z.ZodString;
|
|
574
639
|
kind: z.ZodEnum<{
|
|
575
|
-
deferred: "deferred";
|
|
576
|
-
failed: "failed";
|
|
577
|
-
completed: "completed";
|
|
578
640
|
accepted: "accepted";
|
|
641
|
+
completed: "completed";
|
|
579
642
|
"context-ready": "context-ready";
|
|
580
|
-
|
|
581
|
-
"
|
|
643
|
+
deferred: "deferred";
|
|
644
|
+
"delivery-deduplicated": "delivery-deduplicated";
|
|
582
645
|
"delivery-prepared": "delivery-prepared";
|
|
583
646
|
"delivery-sent": "delivery-sent";
|
|
584
|
-
|
|
647
|
+
failed: "failed";
|
|
648
|
+
"provider-completed": "provider-completed";
|
|
649
|
+
"provider-started": "provider-started";
|
|
585
650
|
}>;
|
|
586
651
|
message: z.ZodString;
|
|
587
652
|
state: z.ZodNullable<z.ZodEnum<{
|
|
588
|
-
running: "running";
|
|
589
653
|
"awaiting-delivery": "awaiting-delivery";
|
|
654
|
+
completed: "completed";
|
|
590
655
|
deferred: "deferred";
|
|
591
656
|
"delivery-failed": "delivery-failed";
|
|
592
657
|
failed: "failed";
|
|
593
|
-
|
|
658
|
+
running: "running";
|
|
594
659
|
}>>;
|
|
595
660
|
}, z.core.$strict>;
|
|
596
661
|
export declare const assistantTurnTimelineEventSchema: z.ZodObject<{
|
|
597
662
|
at: z.ZodString;
|
|
598
663
|
kind: z.ZodEnum<{
|
|
599
|
-
"turn.started": "turn.started";
|
|
600
|
-
"user.persisted": "user.persisted";
|
|
601
|
-
"turn.input.accepted": "turn.input.accepted";
|
|
602
|
-
"provider.attempt.started": "provider.attempt.started";
|
|
603
|
-
"provider.attempt.succeeded": "provider.attempt.succeeded";
|
|
604
|
-
"provider.attempt.failed": "provider.attempt.failed";
|
|
605
|
-
"delivery.queued": "delivery.queued";
|
|
606
664
|
"delivery.attempt.started": "delivery.attempt.started";
|
|
607
|
-
"delivery.sent": "delivery.sent";
|
|
608
|
-
"delivery.retry-scheduled": "delivery.retry-scheduled";
|
|
609
665
|
"delivery.failed": "delivery.failed";
|
|
666
|
+
"delivery.queued": "delivery.queued";
|
|
667
|
+
"delivery.retry-scheduled": "delivery.retry-scheduled";
|
|
668
|
+
"delivery.sent": "delivery.sent";
|
|
669
|
+
"provider.attempt.failed": "provider.attempt.failed";
|
|
670
|
+
"provider.attempt.started": "provider.attempt.started";
|
|
671
|
+
"provider.attempt.succeeded": "provider.attempt.succeeded";
|
|
610
672
|
"turn.blocked": "turn.blocked";
|
|
611
673
|
"turn.completed": "turn.completed";
|
|
612
674
|
"turn.deferred": "turn.deferred";
|
|
613
675
|
"turn.failed": "turn.failed";
|
|
676
|
+
"turn.input.accepted": "turn.input.accepted";
|
|
677
|
+
"turn.started": "turn.started";
|
|
678
|
+
"user.persisted": "user.persisted";
|
|
614
679
|
}>;
|
|
615
680
|
detail: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
616
681
|
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -626,20 +691,20 @@ export declare const assistantTurnReceiptSchema: z.ZodObject<{
|
|
|
626
691
|
promptPreview: z.ZodNullable<z.ZodString>;
|
|
627
692
|
responsePreview: z.ZodNullable<z.ZodString>;
|
|
628
693
|
status: z.ZodEnum<{
|
|
629
|
-
|
|
694
|
+
blocked: "blocked";
|
|
695
|
+
completed: "completed";
|
|
630
696
|
deferred: "deferred";
|
|
631
697
|
failed: "failed";
|
|
632
|
-
|
|
633
|
-
blocked: "blocked";
|
|
698
|
+
running: "running";
|
|
634
699
|
}>;
|
|
635
700
|
deliveryRequested: z.ZodBoolean;
|
|
636
701
|
deliveryDisposition: z.ZodEnum<{
|
|
637
|
-
retryable: "retryable";
|
|
638
|
-
failed: "failed";
|
|
639
702
|
blocked: "blocked";
|
|
640
|
-
|
|
703
|
+
failed: "failed";
|
|
641
704
|
"not-requested": "not-requested";
|
|
642
705
|
queued: "queued";
|
|
706
|
+
retryable: "retryable";
|
|
707
|
+
sent: "sent";
|
|
643
708
|
}>;
|
|
644
709
|
deliveryIntentId: z.ZodNullable<z.ZodString>;
|
|
645
710
|
startedAt: z.ZodString;
|
|
@@ -653,26 +718,105 @@ export declare const assistantTurnReceiptSchema: z.ZodObject<{
|
|
|
653
718
|
timeline: z.ZodArray<z.ZodObject<{
|
|
654
719
|
at: z.ZodString;
|
|
655
720
|
kind: z.ZodEnum<{
|
|
656
|
-
"turn.started": "turn.started";
|
|
657
|
-
"user.persisted": "user.persisted";
|
|
658
|
-
"turn.input.accepted": "turn.input.accepted";
|
|
659
|
-
"provider.attempt.started": "provider.attempt.started";
|
|
660
|
-
"provider.attempt.succeeded": "provider.attempt.succeeded";
|
|
661
|
-
"provider.attempt.failed": "provider.attempt.failed";
|
|
662
|
-
"delivery.queued": "delivery.queued";
|
|
663
721
|
"delivery.attempt.started": "delivery.attempt.started";
|
|
664
|
-
"delivery.sent": "delivery.sent";
|
|
665
|
-
"delivery.retry-scheduled": "delivery.retry-scheduled";
|
|
666
722
|
"delivery.failed": "delivery.failed";
|
|
723
|
+
"delivery.queued": "delivery.queued";
|
|
724
|
+
"delivery.retry-scheduled": "delivery.retry-scheduled";
|
|
725
|
+
"delivery.sent": "delivery.sent";
|
|
726
|
+
"provider.attempt.failed": "provider.attempt.failed";
|
|
727
|
+
"provider.attempt.started": "provider.attempt.started";
|
|
728
|
+
"provider.attempt.succeeded": "provider.attempt.succeeded";
|
|
667
729
|
"turn.blocked": "turn.blocked";
|
|
668
730
|
"turn.completed": "turn.completed";
|
|
669
731
|
"turn.deferred": "turn.deferred";
|
|
670
732
|
"turn.failed": "turn.failed";
|
|
733
|
+
"turn.input.accepted": "turn.input.accepted";
|
|
734
|
+
"turn.started": "turn.started";
|
|
735
|
+
"user.persisted": "user.persisted";
|
|
671
736
|
}>;
|
|
672
737
|
detail: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
673
738
|
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
674
739
|
}, z.core.$strict>>;
|
|
675
740
|
}, z.core.$strict>;
|
|
741
|
+
export declare const assistantTurnReceiptSummaryTimelineEventSchema: z.ZodObject<{
|
|
742
|
+
at: z.ZodString;
|
|
743
|
+
kind: z.ZodEnum<{
|
|
744
|
+
"delivery.attempt.started": "delivery.attempt.started";
|
|
745
|
+
"delivery.failed": "delivery.failed";
|
|
746
|
+
"delivery.queued": "delivery.queued";
|
|
747
|
+
"delivery.retry-scheduled": "delivery.retry-scheduled";
|
|
748
|
+
"delivery.sent": "delivery.sent";
|
|
749
|
+
"provider.attempt.failed": "provider.attempt.failed";
|
|
750
|
+
"provider.attempt.started": "provider.attempt.started";
|
|
751
|
+
"provider.attempt.succeeded": "provider.attempt.succeeded";
|
|
752
|
+
"turn.blocked": "turn.blocked";
|
|
753
|
+
"turn.completed": "turn.completed";
|
|
754
|
+
"turn.deferred": "turn.deferred";
|
|
755
|
+
"turn.failed": "turn.failed";
|
|
756
|
+
"turn.input.accepted": "turn.input.accepted";
|
|
757
|
+
"turn.started": "turn.started";
|
|
758
|
+
"user.persisted": "user.persisted";
|
|
759
|
+
}>;
|
|
760
|
+
detail: z.ZodNullable<z.ZodString>;
|
|
761
|
+
}, z.core.$strict>;
|
|
762
|
+
export declare const assistantTurnReceiptSummarySchema: z.ZodObject<{
|
|
763
|
+
schema: z.ZodLiteral<"murph.assistant-turn-receipt-summary.v1">;
|
|
764
|
+
turnId: z.ZodString;
|
|
765
|
+
sessionId: z.ZodString;
|
|
766
|
+
provider: z.ZodEnum<{
|
|
767
|
+
"codex-cli": "codex-cli";
|
|
768
|
+
}>;
|
|
769
|
+
providerModel: z.ZodNullable<z.ZodString>;
|
|
770
|
+
promptPreview: z.ZodNullable<z.ZodString>;
|
|
771
|
+
responsePreview: z.ZodNullable<z.ZodString>;
|
|
772
|
+
status: z.ZodEnum<{
|
|
773
|
+
blocked: "blocked";
|
|
774
|
+
completed: "completed";
|
|
775
|
+
deferred: "deferred";
|
|
776
|
+
failed: "failed";
|
|
777
|
+
running: "running";
|
|
778
|
+
}>;
|
|
779
|
+
deliveryRequested: z.ZodBoolean;
|
|
780
|
+
deliveryDisposition: z.ZodEnum<{
|
|
781
|
+
blocked: "blocked";
|
|
782
|
+
failed: "failed";
|
|
783
|
+
"not-requested": "not-requested";
|
|
784
|
+
queued: "queued";
|
|
785
|
+
retryable: "retryable";
|
|
786
|
+
sent: "sent";
|
|
787
|
+
}>;
|
|
788
|
+
deliveryIntentId: z.ZodNullable<z.ZodString>;
|
|
789
|
+
startedAt: z.ZodString;
|
|
790
|
+
updatedAt: z.ZodString;
|
|
791
|
+
completedAt: z.ZodNullable<z.ZodString>;
|
|
792
|
+
lastError: z.ZodNullable<z.ZodObject<{
|
|
793
|
+
code: z.ZodNullable<z.ZodString>;
|
|
794
|
+
diagnosticContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodBoolean, z.ZodNumber, z.ZodString, z.ZodNull]>>>;
|
|
795
|
+
message: z.ZodString;
|
|
796
|
+
}, z.core.$strict>>;
|
|
797
|
+
timelineEventCount: z.ZodNumber;
|
|
798
|
+
latestTimelineEvent: z.ZodNullable<z.ZodObject<{
|
|
799
|
+
at: z.ZodString;
|
|
800
|
+
kind: z.ZodEnum<{
|
|
801
|
+
"delivery.attempt.started": "delivery.attempt.started";
|
|
802
|
+
"delivery.failed": "delivery.failed";
|
|
803
|
+
"delivery.queued": "delivery.queued";
|
|
804
|
+
"delivery.retry-scheduled": "delivery.retry-scheduled";
|
|
805
|
+
"delivery.sent": "delivery.sent";
|
|
806
|
+
"provider.attempt.failed": "provider.attempt.failed";
|
|
807
|
+
"provider.attempt.started": "provider.attempt.started";
|
|
808
|
+
"provider.attempt.succeeded": "provider.attempt.succeeded";
|
|
809
|
+
"turn.blocked": "turn.blocked";
|
|
810
|
+
"turn.completed": "turn.completed";
|
|
811
|
+
"turn.deferred": "turn.deferred";
|
|
812
|
+
"turn.failed": "turn.failed";
|
|
813
|
+
"turn.input.accepted": "turn.input.accepted";
|
|
814
|
+
"turn.started": "turn.started";
|
|
815
|
+
"user.persisted": "user.persisted";
|
|
816
|
+
}>;
|
|
817
|
+
detail: z.ZodNullable<z.ZodString>;
|
|
818
|
+
}, z.core.$strict>>;
|
|
819
|
+
}, z.core.$strict>;
|
|
676
820
|
export declare const assistantOutboxIntentStatusValues: readonly ["awaiting_approval", "pending", "sending", "retryable", "sent", "failed", "abandoned"];
|
|
677
821
|
export declare const assistantOutboxIntentSchema: z.ZodObject<{
|
|
678
822
|
schema: z.ZodLiteral<"murph.assistant-outbox-intent.v1">;
|
|
@@ -686,15 +830,16 @@ export declare const assistantOutboxIntentSchema: z.ZodObject<{
|
|
|
686
830
|
sentAt: z.ZodNullable<z.ZodString>;
|
|
687
831
|
attemptCount: z.ZodNumber;
|
|
688
832
|
status: z.ZodEnum<{
|
|
689
|
-
|
|
690
|
-
failed: "failed";
|
|
833
|
+
abandoned: "abandoned";
|
|
691
834
|
awaiting_approval: "awaiting_approval";
|
|
835
|
+
failed: "failed";
|
|
692
836
|
pending: "pending";
|
|
837
|
+
retryable: "retryable";
|
|
693
838
|
sending: "sending";
|
|
694
839
|
sent: "sent";
|
|
695
|
-
abandoned: "abandoned";
|
|
696
840
|
}>;
|
|
697
841
|
message: z.ZodString;
|
|
842
|
+
emailHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
698
843
|
media: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
699
844
|
kind: z.ZodDefault<z.ZodLiteral<"image">>;
|
|
700
845
|
url: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
|
|
@@ -739,8 +884,8 @@ export declare const assistantOutboxIntentSchema: z.ZodObject<{
|
|
|
739
884
|
kind: z.ZodLiteral<"message-reaction">;
|
|
740
885
|
reaction: z.ZodEnum<{
|
|
741
886
|
heart: "heart";
|
|
742
|
-
thumbs_up: "thumbs_up";
|
|
743
887
|
laugh: "laugh";
|
|
888
|
+
thumbs_up: "thumbs_up";
|
|
744
889
|
}>;
|
|
745
890
|
}, z.core.$strict>>>;
|
|
746
891
|
dedupeKey: z.ZodString;
|
|
@@ -762,6 +907,17 @@ export declare const assistantOutboxIntentSchema: z.ZodObject<{
|
|
|
762
907
|
kind: z.ZodLiteral<"linq">;
|
|
763
908
|
fromPhoneNumber: z.ZodString;
|
|
764
909
|
}, z.core.$strict>], "kind">>>;
|
|
910
|
+
externalThreadRouteAuthority: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
911
|
+
accountLookupKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
912
|
+
channel: z.ZodEnum<{
|
|
913
|
+
email: "email";
|
|
914
|
+
linq: "linq";
|
|
915
|
+
telegram: "telegram";
|
|
916
|
+
}>;
|
|
917
|
+
containerMemberId: z.ZodString;
|
|
918
|
+
threadId: z.ZodString;
|
|
919
|
+
}, z.core.$strict>>>;
|
|
920
|
+
externalThreadService: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
765
921
|
explicitTarget: z.ZodNullable<z.ZodString>;
|
|
766
922
|
delivery: z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
|
|
767
923
|
kind: z.ZodOptional<z.ZodLiteral<"message">>;
|
|
@@ -786,14 +942,14 @@ export declare const assistantOutboxIntentSchema: z.ZodObject<{
|
|
|
786
942
|
}, z.core.$strip>, z.ZodObject<{
|
|
787
943
|
kind: z.ZodLiteral<"message-reaction">;
|
|
788
944
|
channel: z.ZodEnum<{
|
|
789
|
-
telegram: "telegram";
|
|
790
945
|
linq: "linq";
|
|
946
|
+
telegram: "telegram";
|
|
791
947
|
}>;
|
|
792
948
|
idempotencyKey: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
793
949
|
reaction: z.ZodEnum<{
|
|
794
950
|
heart: "heart";
|
|
795
|
-
thumbs_up: "thumbs_up";
|
|
796
951
|
laugh: "laugh";
|
|
952
|
+
thumbs_up: "thumbs_up";
|
|
797
953
|
}>;
|
|
798
954
|
sentAt: z.ZodString;
|
|
799
955
|
target: z.ZodString;
|
|
@@ -807,6 +963,8 @@ export declare const assistantOutboxIntentSchema: z.ZodObject<{
|
|
|
807
963
|
deliveryConfirmationPending: z.ZodDefault<z.ZodBoolean>;
|
|
808
964
|
deliveryIdempotencyKey: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
809
965
|
deliveryTransportIdempotent: z.ZodDefault<z.ZodBoolean>;
|
|
966
|
+
newsletterAuthorizationProof: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
967
|
+
answeredMailboxItemIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
810
968
|
preparedDispatchToken: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
811
969
|
lastError: z.ZodNullable<z.ZodObject<{
|
|
812
970
|
code: z.ZodNullable<z.ZodString>;
|
|
@@ -823,12 +981,12 @@ export declare const assistantDiagnosticEventSchema: z.ZodObject<{
|
|
|
823
981
|
warn: "warn";
|
|
824
982
|
}>;
|
|
825
983
|
component: z.ZodEnum<{
|
|
826
|
-
status: "status";
|
|
827
|
-
provider: "provider";
|
|
828
984
|
assistant: "assistant";
|
|
985
|
+
automation: "automation";
|
|
829
986
|
delivery: "delivery";
|
|
830
987
|
outbox: "outbox";
|
|
831
|
-
|
|
988
|
+
provider: "provider";
|
|
989
|
+
status: "status";
|
|
832
990
|
}>;
|
|
833
991
|
kind: z.ZodString;
|
|
834
992
|
message: z.ZodString;
|
|
@@ -879,16 +1037,16 @@ export declare const assistantQuarantineEntrySchema: z.ZodObject<{
|
|
|
879
1037
|
schema: z.ZodLiteral<"murph.assistant-quarantine-entry.v1">;
|
|
880
1038
|
quarantineId: z.ZodString;
|
|
881
1039
|
artifactKind: z.ZodEnum<{
|
|
882
|
-
status: "status";
|
|
883
1040
|
automation: "automation";
|
|
884
|
-
|
|
885
|
-
|
|
1041
|
+
"cron-run": "cron-run";
|
|
1042
|
+
"cron-store": "cron-store";
|
|
886
1043
|
"diagnostics-snapshot": "diagnostics-snapshot";
|
|
887
|
-
|
|
1044
|
+
indexes: "indexes";
|
|
888
1045
|
"outbox-intent": "outbox-intent";
|
|
889
1046
|
"runtime-budget": "runtime-budget";
|
|
890
|
-
|
|
891
|
-
|
|
1047
|
+
session: "session";
|
|
1048
|
+
status: "status";
|
|
1049
|
+
"turn-receipt": "turn-receipt";
|
|
892
1050
|
}>;
|
|
893
1051
|
originalPath: z.ZodString;
|
|
894
1052
|
quarantinedPath: z.ZodString;
|
|
@@ -904,16 +1062,16 @@ export declare const assistantQuarantineSummarySchema: z.ZodObject<{
|
|
|
904
1062
|
schema: z.ZodLiteral<"murph.assistant-quarantine-entry.v1">;
|
|
905
1063
|
quarantineId: z.ZodString;
|
|
906
1064
|
artifactKind: z.ZodEnum<{
|
|
907
|
-
status: "status";
|
|
908
1065
|
automation: "automation";
|
|
909
|
-
|
|
910
|
-
|
|
1066
|
+
"cron-run": "cron-run";
|
|
1067
|
+
"cron-store": "cron-store";
|
|
911
1068
|
"diagnostics-snapshot": "diagnostics-snapshot";
|
|
912
|
-
|
|
1069
|
+
indexes: "indexes";
|
|
913
1070
|
"outbox-intent": "outbox-intent";
|
|
914
1071
|
"runtime-budget": "runtime-budget";
|
|
915
|
-
|
|
916
|
-
|
|
1072
|
+
session: "session";
|
|
1073
|
+
status: "status";
|
|
1074
|
+
"turn-receipt": "turn-receipt";
|
|
917
1075
|
}>;
|
|
918
1076
|
originalPath: z.ZodString;
|
|
919
1077
|
quarantinedPath: z.ZodString;
|
|
@@ -968,26 +1126,26 @@ export declare const assistantRuntimeEventSchema: z.ZodObject<{
|
|
|
968
1126
|
warn: "warn";
|
|
969
1127
|
}>;
|
|
970
1128
|
kind: z.ZodEnum<{
|
|
971
|
-
"session.upserted": "session.upserted";
|
|
972
|
-
"session.quarantined": "session.quarantined";
|
|
973
|
-
"indexes.rebuilt": "indexes.rebuilt";
|
|
974
|
-
"indexes.quarantined": "indexes.quarantined";
|
|
975
|
-
"automation.recovered": "automation.recovered";
|
|
976
1129
|
"automation.quarantined": "automation.quarantined";
|
|
977
|
-
"
|
|
978
|
-
"
|
|
979
|
-
"
|
|
980
|
-
"turn.receipt.quarantined": "turn.receipt.quarantined";
|
|
1130
|
+
"automation.recovered": "automation.recovered";
|
|
1131
|
+
"cron.run.quarantined": "cron.run.quarantined";
|
|
1132
|
+
"cron.store.quarantined": "cron.store.quarantined";
|
|
981
1133
|
"diagnostics.event.recorded": "diagnostics.event.recorded";
|
|
982
|
-
"diagnostics.snapshot.recovered": "diagnostics.snapshot.recovered";
|
|
983
1134
|
"diagnostics.snapshot.quarantined": "diagnostics.snapshot.quarantined";
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
"
|
|
1135
|
+
"diagnostics.snapshot.recovered": "diagnostics.snapshot.recovered";
|
|
1136
|
+
"indexes.quarantined": "indexes.quarantined";
|
|
1137
|
+
"indexes.rebuilt": "indexes.rebuilt";
|
|
1138
|
+
"outbox.intent.quarantined": "outbox.intent.quarantined";
|
|
1139
|
+
"outbox.intent.upserted": "outbox.intent.upserted";
|
|
987
1140
|
"runtime-budget.quarantined": "runtime-budget.quarantined";
|
|
988
|
-
"
|
|
989
|
-
"cron.run.quarantined": "cron.run.quarantined";
|
|
1141
|
+
"runtime-budget.recovered": "runtime-budget.recovered";
|
|
990
1142
|
"runtime.maintenance": "runtime.maintenance";
|
|
1143
|
+
"session.quarantined": "session.quarantined";
|
|
1144
|
+
"session.upserted": "session.upserted";
|
|
1145
|
+
"status.snapshot.quarantined": "status.snapshot.quarantined";
|
|
1146
|
+
"status.snapshot.refreshed": "status.snapshot.refreshed";
|
|
1147
|
+
"turn.receipt.quarantined": "turn.receipt.quarantined";
|
|
1148
|
+
"turn.receipt.upserted": "turn.receipt.upserted";
|
|
991
1149
|
}>;
|
|
992
1150
|
code: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
993
1151
|
component: z.ZodString;
|
|
@@ -998,15 +1156,15 @@ export declare const assistantRuntimeEventSchema: z.ZodObject<{
|
|
|
998
1156
|
}, z.core.$strict>;
|
|
999
1157
|
export declare const assistantStatusRunLockSchema: z.ZodObject<{
|
|
1000
1158
|
state: z.ZodEnum<{
|
|
1001
|
-
unlocked: "unlocked";
|
|
1002
1159
|
active: "active";
|
|
1003
1160
|
stale: "stale";
|
|
1161
|
+
unlocked: "unlocked";
|
|
1004
1162
|
}>;
|
|
1005
1163
|
pid: z.ZodNullable<z.ZodNumber>;
|
|
1006
1164
|
startedAt: z.ZodNullable<z.ZodString>;
|
|
1007
1165
|
mode: z.ZodNullable<z.ZodEnum<{
|
|
1008
|
-
once: "once";
|
|
1009
1166
|
continuous: "continuous";
|
|
1167
|
+
once: "once";
|
|
1010
1168
|
}>>;
|
|
1011
1169
|
command: z.ZodNullable<z.ZodString>;
|
|
1012
1170
|
reason: z.ZodNullable<z.ZodString>;
|
|
@@ -1020,8 +1178,8 @@ export declare const assistantStatusAutomationSchema: z.ZodObject<{
|
|
|
1020
1178
|
inputId: z.ZodString;
|
|
1021
1179
|
occurredAt: z.ZodString;
|
|
1022
1180
|
sourceKind: z.ZodEnum<{
|
|
1023
|
-
"inbox-capture": "inbox-capture";
|
|
1024
1181
|
"hosted-mailbox": "hosted-mailbox";
|
|
1182
|
+
"inbox-capture": "inbox-capture";
|
|
1025
1183
|
}>;
|
|
1026
1184
|
sourcePosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1027
1185
|
}, z.core.$strict>>>;
|
|
@@ -1049,15 +1207,15 @@ export declare const assistantStatusResultSchema: z.ZodObject<{
|
|
|
1049
1207
|
generatedAt: z.ZodString;
|
|
1050
1208
|
runLock: z.ZodObject<{
|
|
1051
1209
|
state: z.ZodEnum<{
|
|
1052
|
-
unlocked: "unlocked";
|
|
1053
1210
|
active: "active";
|
|
1054
1211
|
stale: "stale";
|
|
1212
|
+
unlocked: "unlocked";
|
|
1055
1213
|
}>;
|
|
1056
1214
|
pid: z.ZodNullable<z.ZodNumber>;
|
|
1057
1215
|
startedAt: z.ZodNullable<z.ZodString>;
|
|
1058
1216
|
mode: z.ZodNullable<z.ZodEnum<{
|
|
1059
|
-
once: "once";
|
|
1060
1217
|
continuous: "continuous";
|
|
1218
|
+
once: "once";
|
|
1061
1219
|
}>>;
|
|
1062
1220
|
command: z.ZodNullable<z.ZodString>;
|
|
1063
1221
|
reason: z.ZodNullable<z.ZodString>;
|
|
@@ -1071,8 +1229,8 @@ export declare const assistantStatusResultSchema: z.ZodObject<{
|
|
|
1071
1229
|
inputId: z.ZodString;
|
|
1072
1230
|
occurredAt: z.ZodString;
|
|
1073
1231
|
sourceKind: z.ZodEnum<{
|
|
1074
|
-
"inbox-capture": "inbox-capture";
|
|
1075
1232
|
"hosted-mailbox": "hosted-mailbox";
|
|
1233
|
+
"inbox-capture": "inbox-capture";
|
|
1076
1234
|
}>;
|
|
1077
1235
|
sourcePosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1078
1236
|
}, z.core.$strict>>>;
|
|
@@ -1119,16 +1277,16 @@ export declare const assistantStatusResultSchema: z.ZodObject<{
|
|
|
1119
1277
|
schema: z.ZodLiteral<"murph.assistant-quarantine-entry.v1">;
|
|
1120
1278
|
quarantineId: z.ZodString;
|
|
1121
1279
|
artifactKind: z.ZodEnum<{
|
|
1122
|
-
status: "status";
|
|
1123
1280
|
automation: "automation";
|
|
1124
|
-
|
|
1125
|
-
|
|
1281
|
+
"cron-run": "cron-run";
|
|
1282
|
+
"cron-store": "cron-store";
|
|
1126
1283
|
"diagnostics-snapshot": "diagnostics-snapshot";
|
|
1127
|
-
|
|
1284
|
+
indexes: "indexes";
|
|
1128
1285
|
"outbox-intent": "outbox-intent";
|
|
1129
1286
|
"runtime-budget": "runtime-budget";
|
|
1130
|
-
|
|
1131
|
-
|
|
1287
|
+
session: "session";
|
|
1288
|
+
status: "status";
|
|
1289
|
+
"turn-receipt": "turn-receipt";
|
|
1132
1290
|
}>;
|
|
1133
1291
|
originalPath: z.ZodString;
|
|
1134
1292
|
quarantinedPath: z.ZodString;
|
|
@@ -1159,7 +1317,7 @@ export declare const assistantStatusResultSchema: z.ZodObject<{
|
|
|
1159
1317
|
}, z.core.$strict>;
|
|
1160
1318
|
}, z.core.$strict>;
|
|
1161
1319
|
recentTurns: z.ZodArray<z.ZodObject<{
|
|
1162
|
-
schema: z.ZodLiteral<"murph.assistant-turn-receipt.v1">;
|
|
1320
|
+
schema: z.ZodLiteral<"murph.assistant-turn-receipt-summary.v1">;
|
|
1163
1321
|
turnId: z.ZodString;
|
|
1164
1322
|
sessionId: z.ZodString;
|
|
1165
1323
|
provider: z.ZodEnum<{
|
|
@@ -1169,20 +1327,20 @@ export declare const assistantStatusResultSchema: z.ZodObject<{
|
|
|
1169
1327
|
promptPreview: z.ZodNullable<z.ZodString>;
|
|
1170
1328
|
responsePreview: z.ZodNullable<z.ZodString>;
|
|
1171
1329
|
status: z.ZodEnum<{
|
|
1172
|
-
|
|
1330
|
+
blocked: "blocked";
|
|
1331
|
+
completed: "completed";
|
|
1173
1332
|
deferred: "deferred";
|
|
1174
1333
|
failed: "failed";
|
|
1175
|
-
|
|
1176
|
-
blocked: "blocked";
|
|
1334
|
+
running: "running";
|
|
1177
1335
|
}>;
|
|
1178
1336
|
deliveryRequested: z.ZodBoolean;
|
|
1179
1337
|
deliveryDisposition: z.ZodEnum<{
|
|
1180
|
-
retryable: "retryable";
|
|
1181
|
-
failed: "failed";
|
|
1182
1338
|
blocked: "blocked";
|
|
1183
|
-
|
|
1339
|
+
failed: "failed";
|
|
1184
1340
|
"not-requested": "not-requested";
|
|
1185
1341
|
queued: "queued";
|
|
1342
|
+
retryable: "retryable";
|
|
1343
|
+
sent: "sent";
|
|
1186
1344
|
}>;
|
|
1187
1345
|
deliveryIntentId: z.ZodNullable<z.ZodString>;
|
|
1188
1346
|
startedAt: z.ZodString;
|
|
@@ -1193,38 +1351,38 @@ export declare const assistantStatusResultSchema: z.ZodObject<{
|
|
|
1193
1351
|
diagnosticContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodBoolean, z.ZodNumber, z.ZodString, z.ZodNull]>>>;
|
|
1194
1352
|
message: z.ZodString;
|
|
1195
1353
|
}, z.core.$strict>>;
|
|
1196
|
-
|
|
1354
|
+
timelineEventCount: z.ZodNumber;
|
|
1355
|
+
latestTimelineEvent: z.ZodNullable<z.ZodObject<{
|
|
1197
1356
|
at: z.ZodString;
|
|
1198
1357
|
kind: z.ZodEnum<{
|
|
1199
|
-
"turn.started": "turn.started";
|
|
1200
|
-
"user.persisted": "user.persisted";
|
|
1201
|
-
"turn.input.accepted": "turn.input.accepted";
|
|
1202
|
-
"provider.attempt.started": "provider.attempt.started";
|
|
1203
|
-
"provider.attempt.succeeded": "provider.attempt.succeeded";
|
|
1204
|
-
"provider.attempt.failed": "provider.attempt.failed";
|
|
1205
|
-
"delivery.queued": "delivery.queued";
|
|
1206
1358
|
"delivery.attempt.started": "delivery.attempt.started";
|
|
1207
|
-
"delivery.sent": "delivery.sent";
|
|
1208
|
-
"delivery.retry-scheduled": "delivery.retry-scheduled";
|
|
1209
1359
|
"delivery.failed": "delivery.failed";
|
|
1360
|
+
"delivery.queued": "delivery.queued";
|
|
1361
|
+
"delivery.retry-scheduled": "delivery.retry-scheduled";
|
|
1362
|
+
"delivery.sent": "delivery.sent";
|
|
1363
|
+
"provider.attempt.failed": "provider.attempt.failed";
|
|
1364
|
+
"provider.attempt.started": "provider.attempt.started";
|
|
1365
|
+
"provider.attempt.succeeded": "provider.attempt.succeeded";
|
|
1210
1366
|
"turn.blocked": "turn.blocked";
|
|
1211
1367
|
"turn.completed": "turn.completed";
|
|
1212
1368
|
"turn.deferred": "turn.deferred";
|
|
1213
1369
|
"turn.failed": "turn.failed";
|
|
1370
|
+
"turn.input.accepted": "turn.input.accepted";
|
|
1371
|
+
"turn.started": "turn.started";
|
|
1372
|
+
"user.persisted": "user.persisted";
|
|
1214
1373
|
}>;
|
|
1215
|
-
detail: z.
|
|
1216
|
-
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1374
|
+
detail: z.ZodNullable<z.ZodString>;
|
|
1217
1375
|
}, z.core.$strict>>;
|
|
1218
1376
|
}, z.core.$strict>>;
|
|
1219
1377
|
warnings: z.ZodArray<z.ZodString>;
|
|
1220
1378
|
}, z.core.$strict>;
|
|
1221
|
-
export declare const assistantDoctorCheckStatusValues: readonly [
|
|
1379
|
+
export declare const assistantDoctorCheckStatusValues: readonly ['pass', 'warn', 'fail'];
|
|
1222
1380
|
export declare const assistantDoctorCheckSchema: z.ZodObject<{
|
|
1223
1381
|
name: z.ZodString;
|
|
1224
1382
|
status: z.ZodEnum<{
|
|
1225
|
-
warn: "warn";
|
|
1226
|
-
pass: "pass";
|
|
1227
1383
|
fail: "fail";
|
|
1384
|
+
pass: "pass";
|
|
1385
|
+
warn: "warn";
|
|
1228
1386
|
}>;
|
|
1229
1387
|
message: z.ZodString;
|
|
1230
1388
|
details: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -1241,9 +1399,9 @@ export declare const assistantDoctorResultSchema: z.ZodObject<{
|
|
|
1241
1399
|
checks: z.ZodArray<z.ZodObject<{
|
|
1242
1400
|
name: z.ZodString;
|
|
1243
1401
|
status: z.ZodEnum<{
|
|
1244
|
-
warn: "warn";
|
|
1245
|
-
pass: "pass";
|
|
1246
1402
|
fail: "fail";
|
|
1403
|
+
pass: "pass";
|
|
1404
|
+
warn: "warn";
|
|
1247
1405
|
}>;
|
|
1248
1406
|
message: z.ZodString;
|
|
1249
1407
|
details: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -1444,9 +1602,11 @@ export declare const assistantCronScheduleInputSchema: z.ZodDiscriminatedUnion<[
|
|
|
1444
1602
|
localTime: z.ZodString;
|
|
1445
1603
|
}, z.core.$strict>], "kind">;
|
|
1446
1604
|
export declare const assistantCronTargetSchema: z.ZodObject<{
|
|
1447
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
1448
1605
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
1606
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
1449
1607
|
participantId: z.ZodNullable<z.ZodString>;
|
|
1608
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1609
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1450
1610
|
channel: z.ZodNullable<z.ZodString>;
|
|
1451
1611
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1452
1612
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -1457,11 +1617,13 @@ export declare const assistantCronTargetSchema: z.ZodObject<{
|
|
|
1457
1617
|
alias: z.ZodNullable<z.ZodString>;
|
|
1458
1618
|
}, z.core.$strict>;
|
|
1459
1619
|
export declare const assistantSelfDeliveryTargetSchema: z.ZodObject<{
|
|
1460
|
-
threadId: z.ZodNullable<z.ZodString>;
|
|
1461
1620
|
channel: z.ZodString;
|
|
1462
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
1463
1621
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
1622
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
1464
1623
|
participantId: z.ZodNullable<z.ZodString>;
|
|
1624
|
+
threadId: z.ZodNullable<z.ZodString>;
|
|
1625
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1626
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1465
1627
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1466
1628
|
kind: z.ZodLiteral<"linq">;
|
|
1467
1629
|
fromPhoneNumber: z.ZodString;
|
|
@@ -1503,9 +1665,11 @@ export declare const assistantCronJobSchema: z.ZodObject<{
|
|
|
1503
1665
|
localTime: z.ZodString;
|
|
1504
1666
|
}, z.core.$strict>], "kind">;
|
|
1505
1667
|
target: z.ZodObject<{
|
|
1506
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
1507
1668
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
1669
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
1508
1670
|
participantId: z.ZodNullable<z.ZodString>;
|
|
1671
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1672
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1509
1673
|
channel: z.ZodNullable<z.ZodString>;
|
|
1510
1674
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1511
1675
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -1533,7 +1697,7 @@ export declare const assistantCronJobSchema: z.ZodObject<{
|
|
|
1533
1697
|
runningPid: z.ZodNullable<z.ZodNumber>;
|
|
1534
1698
|
}, z.core.$strict>;
|
|
1535
1699
|
}, z.core.$strict>;
|
|
1536
|
-
export declare const assistantCronRunRecordSchema: z.ZodObject<{
|
|
1700
|
+
export declare const assistantCronRunRecordSchema: z.ZodPreprocess<z.ZodObject<{
|
|
1537
1701
|
schema: z.ZodLiteral<"murph.assistant-cron-run.v1">;
|
|
1538
1702
|
runId: z.ZodString;
|
|
1539
1703
|
jobId: z.ZodString;
|
|
@@ -1541,18 +1705,27 @@ export declare const assistantCronRunRecordSchema: z.ZodObject<{
|
|
|
1541
1705
|
manual: "manual";
|
|
1542
1706
|
scheduled: "scheduled";
|
|
1543
1707
|
}>;
|
|
1544
|
-
|
|
1708
|
+
outcome: z.ZodEnum<{
|
|
1709
|
+
delivered: "delivered";
|
|
1710
|
+
delivery_pending: "delivery_pending";
|
|
1711
|
+
expired: "expired";
|
|
1545
1712
|
failed: "failed";
|
|
1546
|
-
|
|
1547
|
-
|
|
1713
|
+
no_op: "no_op";
|
|
1714
|
+
skipped_gate: "skipped_gate";
|
|
1548
1715
|
}>;
|
|
1716
|
+
reason: z.ZodString;
|
|
1717
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1718
|
+
failed: "failed";
|
|
1719
|
+
skipped: "skipped";
|
|
1720
|
+
succeeded: "succeeded";
|
|
1721
|
+
}>>;
|
|
1549
1722
|
startedAt: z.ZodString;
|
|
1550
1723
|
finishedAt: z.ZodString;
|
|
1551
1724
|
sessionId: z.ZodNullable<z.ZodString>;
|
|
1552
1725
|
response: z.ZodNullable<z.ZodString>;
|
|
1553
1726
|
responseLength: z.ZodNumber;
|
|
1554
1727
|
error: z.ZodNullable<z.ZodString>;
|
|
1555
|
-
}, z.core.$strict
|
|
1728
|
+
}, z.core.$strict>>;
|
|
1556
1729
|
export declare const assistantCronPresetVariableSchema: z.ZodObject<{
|
|
1557
1730
|
key: z.ZodString;
|
|
1558
1731
|
label: z.ZodString;
|
|
@@ -1668,21 +1841,22 @@ export declare const assistantAskResultSchema: z.ZodObject<{
|
|
|
1668
1841
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
1669
1842
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1670
1843
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
1671
|
-
low: "low";
|
|
1672
1844
|
high: "high";
|
|
1845
|
+
low: "low";
|
|
1673
1846
|
medium: "medium";
|
|
1674
1847
|
xhigh: "xhigh";
|
|
1675
1848
|
}>>>;
|
|
1676
1849
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
1850
|
+
"danger-full-access": "danger-full-access";
|
|
1677
1851
|
"read-only": "read-only";
|
|
1678
1852
|
"workspace-write": "workspace-write";
|
|
1679
|
-
"danger-full-access": "danger-full-access";
|
|
1680
1853
|
}>>>;
|
|
1681
1854
|
}, z.core.$strict>;
|
|
1682
1855
|
codexResume: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1683
1856
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
1684
1857
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1685
1858
|
routeFingerprint: z.ZodString;
|
|
1859
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
1686
1860
|
threadId: z.ZodString;
|
|
1687
1861
|
}, z.core.$strict>>>;
|
|
1688
1862
|
createdAt: z.ZodString;
|
|
@@ -1702,21 +1876,22 @@ export declare const assistantAskResultSchema: z.ZodObject<{
|
|
|
1702
1876
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
1703
1877
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1704
1878
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
1705
|
-
low: "low";
|
|
1706
1879
|
high: "high";
|
|
1880
|
+
low: "low";
|
|
1707
1881
|
medium: "medium";
|
|
1708
1882
|
xhigh: "xhigh";
|
|
1709
1883
|
}>>>;
|
|
1710
1884
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
1885
|
+
"danger-full-access": "danger-full-access";
|
|
1711
1886
|
"read-only": "read-only";
|
|
1712
1887
|
"workspace-write": "workspace-write";
|
|
1713
|
-
"danger-full-access": "danger-full-access";
|
|
1714
1888
|
}>>>;
|
|
1715
1889
|
}, z.core.$strict>;
|
|
1716
1890
|
resumeState: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1717
1891
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
1718
1892
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1719
1893
|
routeFingerprint: z.ZodString;
|
|
1894
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
1720
1895
|
threadId: z.ZodString;
|
|
1721
1896
|
}, z.core.$strict>>>;
|
|
1722
1897
|
provider: z.ZodEnum<{
|
|
@@ -1730,9 +1905,9 @@ export declare const assistantAskResultSchema: z.ZodObject<{
|
|
|
1730
1905
|
model: z.ZodNullable<z.ZodString>;
|
|
1731
1906
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1732
1907
|
sandbox: z.ZodNullable<z.ZodEnum<{
|
|
1908
|
+
"danger-full-access": "danger-full-access";
|
|
1733
1909
|
"read-only": "read-only";
|
|
1734
1910
|
"workspace-write": "workspace-write";
|
|
1735
|
-
"danger-full-access": "danger-full-access";
|
|
1736
1911
|
}>>;
|
|
1737
1912
|
approvalPolicy: z.ZodNullable<z.ZodEnum<{
|
|
1738
1913
|
never: "never";
|
|
@@ -1773,14 +1948,14 @@ export declare const assistantAskResultSchema: z.ZodObject<{
|
|
|
1773
1948
|
}, z.core.$strip>, z.ZodObject<{
|
|
1774
1949
|
kind: z.ZodLiteral<"message-reaction">;
|
|
1775
1950
|
channel: z.ZodEnum<{
|
|
1776
|
-
telegram: "telegram";
|
|
1777
1951
|
linq: "linq";
|
|
1952
|
+
telegram: "telegram";
|
|
1778
1953
|
}>;
|
|
1779
1954
|
idempotencyKey: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1780
1955
|
reaction: z.ZodEnum<{
|
|
1781
1956
|
heart: "heart";
|
|
1782
|
-
thumbs_up: "thumbs_up";
|
|
1783
1957
|
laugh: "laugh";
|
|
1958
|
+
thumbs_up: "thumbs_up";
|
|
1784
1959
|
}>;
|
|
1785
1960
|
sentAt: z.ZodString;
|
|
1786
1961
|
target: z.ZodString;
|
|
@@ -1835,21 +2010,22 @@ export declare const assistantChatResultSchema: z.ZodObject<{
|
|
|
1835
2010
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
1836
2011
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1837
2012
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
1838
|
-
low: "low";
|
|
1839
2013
|
high: "high";
|
|
2014
|
+
low: "low";
|
|
1840
2015
|
medium: "medium";
|
|
1841
2016
|
xhigh: "xhigh";
|
|
1842
2017
|
}>>>;
|
|
1843
2018
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2019
|
+
"danger-full-access": "danger-full-access";
|
|
1844
2020
|
"read-only": "read-only";
|
|
1845
2021
|
"workspace-write": "workspace-write";
|
|
1846
|
-
"danger-full-access": "danger-full-access";
|
|
1847
2022
|
}>>>;
|
|
1848
2023
|
}, z.core.$strict>;
|
|
1849
2024
|
codexResume: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1850
2025
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
1851
2026
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1852
2027
|
routeFingerprint: z.ZodString;
|
|
2028
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
1853
2029
|
threadId: z.ZodString;
|
|
1854
2030
|
}, z.core.$strict>>>;
|
|
1855
2031
|
createdAt: z.ZodString;
|
|
@@ -1869,21 +2045,22 @@ export declare const assistantChatResultSchema: z.ZodObject<{
|
|
|
1869
2045
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
1870
2046
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1871
2047
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
1872
|
-
low: "low";
|
|
1873
2048
|
high: "high";
|
|
2049
|
+
low: "low";
|
|
1874
2050
|
medium: "medium";
|
|
1875
2051
|
xhigh: "xhigh";
|
|
1876
2052
|
}>>>;
|
|
1877
2053
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2054
|
+
"danger-full-access": "danger-full-access";
|
|
1878
2055
|
"read-only": "read-only";
|
|
1879
2056
|
"workspace-write": "workspace-write";
|
|
1880
|
-
"danger-full-access": "danger-full-access";
|
|
1881
2057
|
}>>>;
|
|
1882
2058
|
}, z.core.$strict>;
|
|
1883
2059
|
resumeState: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1884
2060
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
1885
2061
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1886
2062
|
routeFingerprint: z.ZodString;
|
|
2063
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
1887
2064
|
threadId: z.ZodString;
|
|
1888
2065
|
}, z.core.$strict>>>;
|
|
1889
2066
|
provider: z.ZodEnum<{
|
|
@@ -1897,9 +2074,9 @@ export declare const assistantChatResultSchema: z.ZodObject<{
|
|
|
1897
2074
|
model: z.ZodNullable<z.ZodString>;
|
|
1898
2075
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1899
2076
|
sandbox: z.ZodNullable<z.ZodEnum<{
|
|
2077
|
+
"danger-full-access": "danger-full-access";
|
|
1900
2078
|
"read-only": "read-only";
|
|
1901
2079
|
"workspace-write": "workspace-write";
|
|
1902
|
-
"danger-full-access": "danger-full-access";
|
|
1903
2080
|
}>>;
|
|
1904
2081
|
approvalPolicy: z.ZodNullable<z.ZodEnum<{
|
|
1905
2082
|
never: "never";
|
|
@@ -1952,21 +2129,22 @@ export declare const assistantDeliverResultSchema: z.ZodObject<{
|
|
|
1952
2129
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
1953
2130
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1954
2131
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
1955
|
-
low: "low";
|
|
1956
2132
|
high: "high";
|
|
2133
|
+
low: "low";
|
|
1957
2134
|
medium: "medium";
|
|
1958
2135
|
xhigh: "xhigh";
|
|
1959
2136
|
}>>>;
|
|
1960
2137
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2138
|
+
"danger-full-access": "danger-full-access";
|
|
1961
2139
|
"read-only": "read-only";
|
|
1962
2140
|
"workspace-write": "workspace-write";
|
|
1963
|
-
"danger-full-access": "danger-full-access";
|
|
1964
2141
|
}>>>;
|
|
1965
2142
|
}, z.core.$strict>;
|
|
1966
2143
|
codexResume: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1967
2144
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
1968
2145
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1969
2146
|
routeFingerprint: z.ZodString;
|
|
2147
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
1970
2148
|
threadId: z.ZodString;
|
|
1971
2149
|
}, z.core.$strict>>>;
|
|
1972
2150
|
createdAt: z.ZodString;
|
|
@@ -1986,21 +2164,22 @@ export declare const assistantDeliverResultSchema: z.ZodObject<{
|
|
|
1986
2164
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
1987
2165
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1988
2166
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
1989
|
-
low: "low";
|
|
1990
2167
|
high: "high";
|
|
2168
|
+
low: "low";
|
|
1991
2169
|
medium: "medium";
|
|
1992
2170
|
xhigh: "xhigh";
|
|
1993
2171
|
}>>>;
|
|
1994
2172
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2173
|
+
"danger-full-access": "danger-full-access";
|
|
1995
2174
|
"read-only": "read-only";
|
|
1996
2175
|
"workspace-write": "workspace-write";
|
|
1997
|
-
"danger-full-access": "danger-full-access";
|
|
1998
2176
|
}>>>;
|
|
1999
2177
|
}, z.core.$strict>;
|
|
2000
2178
|
resumeState: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
2001
2179
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
2002
2180
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2003
2181
|
routeFingerprint: z.ZodString;
|
|
2182
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
2004
2183
|
threadId: z.ZodString;
|
|
2005
2184
|
}, z.core.$strict>>>;
|
|
2006
2185
|
provider: z.ZodEnum<{
|
|
@@ -2014,9 +2193,9 @@ export declare const assistantDeliverResultSchema: z.ZodObject<{
|
|
|
2014
2193
|
model: z.ZodNullable<z.ZodString>;
|
|
2015
2194
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2016
2195
|
sandbox: z.ZodNullable<z.ZodEnum<{
|
|
2196
|
+
"danger-full-access": "danger-full-access";
|
|
2017
2197
|
"read-only": "read-only";
|
|
2018
2198
|
"workspace-write": "workspace-write";
|
|
2019
|
-
"danger-full-access": "danger-full-access";
|
|
2020
2199
|
}>>;
|
|
2021
2200
|
approvalPolicy: z.ZodNullable<z.ZodEnum<{
|
|
2022
2201
|
never: "never";
|
|
@@ -2096,14 +2275,14 @@ export declare const assistantDeliverResultSchema: z.ZodObject<{
|
|
|
2096
2275
|
}, z.core.$strip>, z.ZodObject<{
|
|
2097
2276
|
kind: z.ZodLiteral<"message-reaction">;
|
|
2098
2277
|
channel: z.ZodEnum<{
|
|
2099
|
-
telegram: "telegram";
|
|
2100
2278
|
linq: "linq";
|
|
2279
|
+
telegram: "telegram";
|
|
2101
2280
|
}>;
|
|
2102
2281
|
idempotencyKey: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2103
2282
|
reaction: z.ZodEnum<{
|
|
2104
2283
|
heart: "heart";
|
|
2105
|
-
thumbs_up: "thumbs_up";
|
|
2106
2284
|
laugh: "laugh";
|
|
2285
|
+
thumbs_up: "thumbs_up";
|
|
2107
2286
|
}>;
|
|
2108
2287
|
sentAt: z.ZodString;
|
|
2109
2288
|
target: z.ZodString;
|
|
@@ -2118,9 +2297,13 @@ export declare const assistantDeliverResultSchema: z.ZodObject<{
|
|
|
2118
2297
|
export declare const assistantSessionListResultSchema: z.ZodObject<{
|
|
2119
2298
|
vault: z.ZodString;
|
|
2120
2299
|
stateRoot: z.ZodString;
|
|
2300
|
+
filters: z.ZodObject<{
|
|
2301
|
+
limit: z.ZodNumber;
|
|
2302
|
+
}, z.core.$strip>;
|
|
2121
2303
|
sessions: z.ZodArray<z.ZodObject<{
|
|
2122
2304
|
schema: z.ZodLiteral<"murph.assistant-conversation.v2">;
|
|
2123
2305
|
conversationId: z.ZodString;
|
|
2306
|
+
sessionId: z.ZodString;
|
|
2124
2307
|
alias: z.ZodNullable<z.ZodString>;
|
|
2125
2308
|
binding: z.ZodObject<{
|
|
2126
2309
|
conversationKey: z.ZodNullable<z.ZodString>;
|
|
@@ -2137,100 +2320,35 @@ export declare const assistantSessionListResultSchema: z.ZodObject<{
|
|
|
2137
2320
|
target: z.ZodString;
|
|
2138
2321
|
}, z.core.$strip>>;
|
|
2139
2322
|
}, z.core.$strip>;
|
|
2140
|
-
codexTarget: z.ZodObject<{
|
|
2141
|
-
adapter: z.ZodLiteral<"codex-cli">;
|
|
2142
|
-
approvalPolicy: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2143
|
-
never: "never";
|
|
2144
|
-
}>>>;
|
|
2145
|
-
codexCommand: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2146
|
-
codexHome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2147
|
-
model: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2148
|
-
modelProvider: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2149
|
-
oss: z.ZodDefault<z.ZodBoolean>;
|
|
2150
|
-
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2151
|
-
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2152
|
-
low: "low";
|
|
2153
|
-
high: "high";
|
|
2154
|
-
medium: "medium";
|
|
2155
|
-
xhigh: "xhigh";
|
|
2156
|
-
}>>>;
|
|
2157
|
-
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2158
|
-
"read-only": "read-only";
|
|
2159
|
-
"workspace-write": "workspace-write";
|
|
2160
|
-
"danger-full-access": "danger-full-access";
|
|
2161
|
-
}>>>;
|
|
2162
|
-
}, z.core.$strict>;
|
|
2163
|
-
codexResume: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
2164
|
-
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
2165
|
-
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2166
|
-
routeFingerprint: z.ZodString;
|
|
2167
|
-
threadId: z.ZodString;
|
|
2168
|
-
}, z.core.$strict>>>;
|
|
2169
2323
|
createdAt: z.ZodString;
|
|
2170
2324
|
updatedAt: z.ZodString;
|
|
2171
2325
|
lastTurnAt: z.ZodNullable<z.ZodString>;
|
|
2172
2326
|
turnCount: z.ZodNumber;
|
|
2173
|
-
sessionId: z.ZodString;
|
|
2174
|
-
target: z.ZodObject<{
|
|
2175
|
-
adapter: z.ZodLiteral<"codex-cli">;
|
|
2176
|
-
approvalPolicy: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2177
|
-
never: "never";
|
|
2178
|
-
}>>>;
|
|
2179
|
-
codexCommand: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2180
|
-
codexHome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2181
|
-
model: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2182
|
-
modelProvider: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2183
|
-
oss: z.ZodDefault<z.ZodBoolean>;
|
|
2184
|
-
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2185
|
-
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2186
|
-
low: "low";
|
|
2187
|
-
high: "high";
|
|
2188
|
-
medium: "medium";
|
|
2189
|
-
xhigh: "xhigh";
|
|
2190
|
-
}>>>;
|
|
2191
|
-
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2192
|
-
"read-only": "read-only";
|
|
2193
|
-
"workspace-write": "workspace-write";
|
|
2194
|
-
"danger-full-access": "danger-full-access";
|
|
2195
|
-
}>>>;
|
|
2196
|
-
}, z.core.$strict>;
|
|
2197
|
-
resumeState: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
2198
|
-
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
2199
|
-
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2200
|
-
routeFingerprint: z.ZodString;
|
|
2201
|
-
threadId: z.ZodString;
|
|
2202
|
-
}, z.core.$strict>>>;
|
|
2203
2327
|
provider: z.ZodEnum<{
|
|
2204
2328
|
"codex-cli": "codex-cli";
|
|
2205
2329
|
}>;
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
"codex-app-server": "codex-app-server";
|
|
2227
|
-
}>;
|
|
2228
|
-
resumeKind: z.ZodNullable<z.ZodEnum<{
|
|
2229
|
-
"codex-thread": "codex-thread";
|
|
2230
|
-
}>>;
|
|
2231
|
-
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2232
|
-
}, z.core.$strip>;
|
|
2330
|
+
model: z.ZodNullable<z.ZodString>;
|
|
2331
|
+
modelProvider: z.ZodNullable<z.ZodString>;
|
|
2332
|
+
reasoningEffort: z.ZodNullable<z.ZodString>;
|
|
2333
|
+
sandbox: z.ZodNullable<z.ZodEnum<{
|
|
2334
|
+
"danger-full-access": "danger-full-access";
|
|
2335
|
+
"read-only": "read-only";
|
|
2336
|
+
"workspace-write": "workspace-write";
|
|
2337
|
+
}>>;
|
|
2338
|
+
approvalPolicy: z.ZodNullable<z.ZodEnum<{
|
|
2339
|
+
never: "never";
|
|
2340
|
+
}>>;
|
|
2341
|
+
profile: z.ZodNullable<z.ZodString>;
|
|
2342
|
+
oss: z.ZodBoolean;
|
|
2343
|
+
executionDriver: z.ZodEnum<{
|
|
2344
|
+
"codex-app-server": "codex-app-server";
|
|
2345
|
+
}>;
|
|
2346
|
+
resumeKind: z.ZodNullable<z.ZodEnum<{
|
|
2347
|
+
"codex-thread": "codex-thread";
|
|
2348
|
+
}>>;
|
|
2349
|
+
resumeThreadId: z.ZodNullable<z.ZodString>;
|
|
2233
2350
|
}, z.core.$strict>>;
|
|
2351
|
+
count: z.ZodNumber;
|
|
2234
2352
|
}, z.core.$strip>;
|
|
2235
2353
|
export declare const assistantSessionShowResultSchema: z.ZodObject<{
|
|
2236
2354
|
vault: z.ZodString;
|
|
@@ -2266,21 +2384,22 @@ export declare const assistantSessionShowResultSchema: z.ZodObject<{
|
|
|
2266
2384
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
2267
2385
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2268
2386
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2269
|
-
low: "low";
|
|
2270
2387
|
high: "high";
|
|
2388
|
+
low: "low";
|
|
2271
2389
|
medium: "medium";
|
|
2272
2390
|
xhigh: "xhigh";
|
|
2273
2391
|
}>>>;
|
|
2274
2392
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2393
|
+
"danger-full-access": "danger-full-access";
|
|
2275
2394
|
"read-only": "read-only";
|
|
2276
2395
|
"workspace-write": "workspace-write";
|
|
2277
|
-
"danger-full-access": "danger-full-access";
|
|
2278
2396
|
}>>>;
|
|
2279
2397
|
}, z.core.$strict>;
|
|
2280
2398
|
codexResume: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
2281
2399
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
2282
2400
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2283
2401
|
routeFingerprint: z.ZodString;
|
|
2402
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
2284
2403
|
threadId: z.ZodString;
|
|
2285
2404
|
}, z.core.$strict>>>;
|
|
2286
2405
|
createdAt: z.ZodString;
|
|
@@ -2300,21 +2419,22 @@ export declare const assistantSessionShowResultSchema: z.ZodObject<{
|
|
|
2300
2419
|
oss: z.ZodDefault<z.ZodBoolean>;
|
|
2301
2420
|
profile: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2302
2421
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2303
|
-
low: "low";
|
|
2304
2422
|
high: "high";
|
|
2423
|
+
low: "low";
|
|
2305
2424
|
medium: "medium";
|
|
2306
2425
|
xhigh: "xhigh";
|
|
2307
2426
|
}>>>;
|
|
2308
2427
|
sandbox: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2428
|
+
"danger-full-access": "danger-full-access";
|
|
2309
2429
|
"read-only": "read-only";
|
|
2310
2430
|
"workspace-write": "workspace-write";
|
|
2311
|
-
"danger-full-access": "danger-full-access";
|
|
2312
2431
|
}>>>;
|
|
2313
2432
|
}, z.core.$strict>;
|
|
2314
2433
|
resumeState: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
2315
2434
|
assistantContractFingerprint: z.ZodOptional<z.ZodString>;
|
|
2316
2435
|
rolloutRelativePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2317
2436
|
routeFingerprint: z.ZodString;
|
|
2437
|
+
threadCompatibilityFingerprint: z.ZodOptional<z.ZodString>;
|
|
2318
2438
|
threadId: z.ZodString;
|
|
2319
2439
|
}, z.core.$strict>>>;
|
|
2320
2440
|
provider: z.ZodEnum<{
|
|
@@ -2328,9 +2448,9 @@ export declare const assistantSessionShowResultSchema: z.ZodObject<{
|
|
|
2328
2448
|
model: z.ZodNullable<z.ZodString>;
|
|
2329
2449
|
reasoningEffort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2330
2450
|
sandbox: z.ZodNullable<z.ZodEnum<{
|
|
2451
|
+
"danger-full-access": "danger-full-access";
|
|
2331
2452
|
"read-only": "read-only";
|
|
2332
2453
|
"workspace-write": "workspace-write";
|
|
2333
|
-
"danger-full-access": "danger-full-access";
|
|
2334
2454
|
}>>;
|
|
2335
2455
|
approvalPolicy: z.ZodNullable<z.ZodEnum<{
|
|
2336
2456
|
never: "never";
|
|
@@ -2386,9 +2506,11 @@ export declare const assistantCronListResultSchema: z.ZodObject<{
|
|
|
2386
2506
|
localTime: z.ZodString;
|
|
2387
2507
|
}, z.core.$strict>], "kind">;
|
|
2388
2508
|
target: z.ZodObject<{
|
|
2389
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2390
2509
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2510
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2391
2511
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2512
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2513
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2392
2514
|
channel: z.ZodNullable<z.ZodString>;
|
|
2393
2515
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2394
2516
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2443,9 +2565,11 @@ export declare const assistantCronShowResultSchema: z.ZodObject<{
|
|
|
2443
2565
|
localTime: z.ZodString;
|
|
2444
2566
|
}, z.core.$strict>], "kind">;
|
|
2445
2567
|
target: z.ZodObject<{
|
|
2446
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2447
2568
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2569
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2448
2570
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2571
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2572
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2449
2573
|
channel: z.ZodNullable<z.ZodString>;
|
|
2450
2574
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2451
2575
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2500,9 +2624,11 @@ export declare const assistantCronAddResultSchema: z.ZodObject<{
|
|
|
2500
2624
|
localTime: z.ZodString;
|
|
2501
2625
|
}, z.core.$strict>], "kind">;
|
|
2502
2626
|
target: z.ZodObject<{
|
|
2503
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2504
2627
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2628
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2505
2629
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2630
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2631
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2506
2632
|
channel: z.ZodNullable<z.ZodString>;
|
|
2507
2633
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2508
2634
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2557,9 +2683,11 @@ export declare const assistantCronRemoveResultSchema: z.ZodObject<{
|
|
|
2557
2683
|
localTime: z.ZodString;
|
|
2558
2684
|
}, z.core.$strict>], "kind">;
|
|
2559
2685
|
target: z.ZodObject<{
|
|
2560
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2561
2686
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2687
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2562
2688
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2689
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2690
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2563
2691
|
channel: z.ZodNullable<z.ZodString>;
|
|
2564
2692
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2565
2693
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2614,9 +2742,11 @@ export declare const assistantCronRunResultSchema: z.ZodObject<{
|
|
|
2614
2742
|
localTime: z.ZodString;
|
|
2615
2743
|
}, z.core.$strict>], "kind">;
|
|
2616
2744
|
target: z.ZodObject<{
|
|
2617
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2618
2745
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2746
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2619
2747
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2748
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2749
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2620
2750
|
channel: z.ZodNullable<z.ZodString>;
|
|
2621
2751
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2622
2752
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2645,7 +2775,7 @@ export declare const assistantCronRunResultSchema: z.ZodObject<{
|
|
|
2645
2775
|
}, z.core.$strict>;
|
|
2646
2776
|
}, z.core.$strict>;
|
|
2647
2777
|
removedAfterRun: z.ZodBoolean;
|
|
2648
|
-
run: z.ZodObject<{
|
|
2778
|
+
run: z.ZodPreprocess<z.ZodObject<{
|
|
2649
2779
|
schema: z.ZodLiteral<"murph.assistant-cron-run.v1">;
|
|
2650
2780
|
runId: z.ZodString;
|
|
2651
2781
|
jobId: z.ZodString;
|
|
@@ -2653,18 +2783,27 @@ export declare const assistantCronRunResultSchema: z.ZodObject<{
|
|
|
2653
2783
|
manual: "manual";
|
|
2654
2784
|
scheduled: "scheduled";
|
|
2655
2785
|
}>;
|
|
2656
|
-
|
|
2786
|
+
outcome: z.ZodEnum<{
|
|
2787
|
+
delivered: "delivered";
|
|
2788
|
+
delivery_pending: "delivery_pending";
|
|
2789
|
+
expired: "expired";
|
|
2657
2790
|
failed: "failed";
|
|
2658
|
-
|
|
2659
|
-
|
|
2791
|
+
no_op: "no_op";
|
|
2792
|
+
skipped_gate: "skipped_gate";
|
|
2660
2793
|
}>;
|
|
2794
|
+
reason: z.ZodString;
|
|
2795
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2796
|
+
failed: "failed";
|
|
2797
|
+
skipped: "skipped";
|
|
2798
|
+
succeeded: "succeeded";
|
|
2799
|
+
}>>;
|
|
2661
2800
|
startedAt: z.ZodString;
|
|
2662
2801
|
finishedAt: z.ZodString;
|
|
2663
2802
|
sessionId: z.ZodNullable<z.ZodString>;
|
|
2664
2803
|
response: z.ZodNullable<z.ZodString>;
|
|
2665
2804
|
responseLength: z.ZodNumber;
|
|
2666
2805
|
error: z.ZodNullable<z.ZodString>;
|
|
2667
|
-
}, z.core.$strict
|
|
2806
|
+
}, z.core.$strict>>;
|
|
2668
2807
|
}, z.core.$strip>;
|
|
2669
2808
|
export declare const assistantCronRunsResultSchema: z.ZodObject<{
|
|
2670
2809
|
vault: z.ZodString;
|
|
@@ -2672,7 +2811,7 @@ export declare const assistantCronRunsResultSchema: z.ZodObject<{
|
|
|
2672
2811
|
jobsPath: z.ZodString;
|
|
2673
2812
|
runsRoot: z.ZodString;
|
|
2674
2813
|
jobId: z.ZodString;
|
|
2675
|
-
runs: z.ZodArray<z.ZodObject<{
|
|
2814
|
+
runs: z.ZodArray<z.ZodPreprocess<z.ZodObject<{
|
|
2676
2815
|
schema: z.ZodLiteral<"murph.assistant-cron-run.v1">;
|
|
2677
2816
|
runId: z.ZodString;
|
|
2678
2817
|
jobId: z.ZodString;
|
|
@@ -2680,26 +2819,37 @@ export declare const assistantCronRunsResultSchema: z.ZodObject<{
|
|
|
2680
2819
|
manual: "manual";
|
|
2681
2820
|
scheduled: "scheduled";
|
|
2682
2821
|
}>;
|
|
2683
|
-
|
|
2822
|
+
outcome: z.ZodEnum<{
|
|
2823
|
+
delivered: "delivered";
|
|
2824
|
+
delivery_pending: "delivery_pending";
|
|
2825
|
+
expired: "expired";
|
|
2684
2826
|
failed: "failed";
|
|
2685
|
-
|
|
2686
|
-
|
|
2827
|
+
no_op: "no_op";
|
|
2828
|
+
skipped_gate: "skipped_gate";
|
|
2687
2829
|
}>;
|
|
2830
|
+
reason: z.ZodString;
|
|
2831
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2832
|
+
failed: "failed";
|
|
2833
|
+
skipped: "skipped";
|
|
2834
|
+
succeeded: "succeeded";
|
|
2835
|
+
}>>;
|
|
2688
2836
|
startedAt: z.ZodString;
|
|
2689
2837
|
finishedAt: z.ZodString;
|
|
2690
2838
|
sessionId: z.ZodNullable<z.ZodString>;
|
|
2691
2839
|
response: z.ZodNullable<z.ZodString>;
|
|
2692
2840
|
responseLength: z.ZodNumber;
|
|
2693
2841
|
error: z.ZodNullable<z.ZodString>;
|
|
2694
|
-
}, z.core.$strict
|
|
2842
|
+
}, z.core.$strict>>>;
|
|
2695
2843
|
}, z.core.$strip>;
|
|
2696
2844
|
export declare const assistantCronTargetSnapshotSchema: z.ZodObject<{
|
|
2697
2845
|
jobId: z.ZodString;
|
|
2698
2846
|
jobName: z.ZodString;
|
|
2699
2847
|
target: z.ZodObject<{
|
|
2700
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2701
2848
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2849
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2702
2850
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2851
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2852
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2703
2853
|
channel: z.ZodNullable<z.ZodString>;
|
|
2704
2854
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2705
2855
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2726,9 +2876,11 @@ export declare const assistantCronTargetShowResultSchema: z.ZodObject<{
|
|
|
2726
2876
|
jobId: z.ZodString;
|
|
2727
2877
|
jobName: z.ZodString;
|
|
2728
2878
|
target: z.ZodObject<{
|
|
2729
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2730
2879
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2880
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2731
2881
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2882
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2883
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2732
2884
|
channel: z.ZodNullable<z.ZodString>;
|
|
2733
2885
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2734
2886
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2773,9 +2925,11 @@ export declare const assistantCronTargetSetResultSchema: z.ZodObject<{
|
|
|
2773
2925
|
localTime: z.ZodString;
|
|
2774
2926
|
}, z.core.$strict>], "kind">;
|
|
2775
2927
|
target: z.ZodObject<{
|
|
2776
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2777
2928
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2929
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2778
2930
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2931
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2932
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2779
2933
|
channel: z.ZodNullable<z.ZodString>;
|
|
2780
2934
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2781
2935
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2807,9 +2961,11 @@ export declare const assistantCronTargetSetResultSchema: z.ZodObject<{
|
|
|
2807
2961
|
jobId: z.ZodString;
|
|
2808
2962
|
jobName: z.ZodString;
|
|
2809
2963
|
target: z.ZodObject<{
|
|
2810
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2811
2964
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2965
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2812
2966
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2967
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2968
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2813
2969
|
channel: z.ZodNullable<z.ZodString>;
|
|
2814
2970
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2815
2971
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2831,9 +2987,11 @@ export declare const assistantCronTargetSetResultSchema: z.ZodObject<{
|
|
|
2831
2987
|
jobId: z.ZodString;
|
|
2832
2988
|
jobName: z.ZodString;
|
|
2833
2989
|
target: z.ZodObject<{
|
|
2834
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2835
2990
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
2991
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2836
2992
|
participantId: z.ZodNullable<z.ZodString>;
|
|
2993
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2994
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2837
2995
|
channel: z.ZodNullable<z.ZodString>;
|
|
2838
2996
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2839
2997
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -2975,9 +3133,11 @@ export declare const assistantCronPresetInstallResultSchema: z.ZodObject<{
|
|
|
2975
3133
|
localTime: z.ZodString;
|
|
2976
3134
|
}, z.core.$strict>], "kind">;
|
|
2977
3135
|
target: z.ZodObject<{
|
|
2978
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
2979
3136
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
3137
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
2980
3138
|
participantId: z.ZodNullable<z.ZodString>;
|
|
3139
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3140
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2981
3141
|
channel: z.ZodNullable<z.ZodString>;
|
|
2982
3142
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2983
3143
|
kind: z.ZodLiteral<"linq">;
|
|
@@ -3011,11 +3171,13 @@ export declare const assistantCronPresetInstallResultSchema: z.ZodObject<{
|
|
|
3011
3171
|
export declare const assistantSelfDeliveryTargetListResultSchema: z.ZodObject<{
|
|
3012
3172
|
configPath: z.ZodString;
|
|
3013
3173
|
targets: z.ZodArray<z.ZodObject<{
|
|
3014
|
-
threadId: z.ZodNullable<z.ZodString>;
|
|
3015
3174
|
channel: z.ZodString;
|
|
3016
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
3017
3175
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
3176
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
3018
3177
|
participantId: z.ZodNullable<z.ZodString>;
|
|
3178
|
+
threadId: z.ZodNullable<z.ZodString>;
|
|
3179
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3180
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3019
3181
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3020
3182
|
kind: z.ZodLiteral<"linq">;
|
|
3021
3183
|
fromPhoneNumber: z.ZodString;
|
|
@@ -3025,11 +3187,13 @@ export declare const assistantSelfDeliveryTargetListResultSchema: z.ZodObject<{
|
|
|
3025
3187
|
export declare const assistantSelfDeliveryTargetShowResultSchema: z.ZodObject<{
|
|
3026
3188
|
configPath: z.ZodString;
|
|
3027
3189
|
target: z.ZodNullable<z.ZodObject<{
|
|
3028
|
-
threadId: z.ZodNullable<z.ZodString>;
|
|
3029
3190
|
channel: z.ZodString;
|
|
3030
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
3031
3191
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
3192
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
3032
3193
|
participantId: z.ZodNullable<z.ZodString>;
|
|
3194
|
+
threadId: z.ZodNullable<z.ZodString>;
|
|
3195
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3196
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3033
3197
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3034
3198
|
kind: z.ZodLiteral<"linq">;
|
|
3035
3199
|
fromPhoneNumber: z.ZodString;
|
|
@@ -3039,11 +3203,13 @@ export declare const assistantSelfDeliveryTargetShowResultSchema: z.ZodObject<{
|
|
|
3039
3203
|
export declare const assistantSelfDeliveryTargetSetResultSchema: z.ZodObject<{
|
|
3040
3204
|
configPath: z.ZodString;
|
|
3041
3205
|
target: z.ZodObject<{
|
|
3042
|
-
threadId: z.ZodNullable<z.ZodString>;
|
|
3043
3206
|
channel: z.ZodString;
|
|
3044
|
-
identityId: z.ZodNullable<z.ZodString>;
|
|
3045
3207
|
deliveryTarget: z.ZodNullable<z.ZodString>;
|
|
3208
|
+
identityId: z.ZodNullable<z.ZodString>;
|
|
3046
3209
|
participantId: z.ZodNullable<z.ZodString>;
|
|
3210
|
+
threadId: z.ZodNullable<z.ZodString>;
|
|
3211
|
+
threadIsDirect: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3212
|
+
currentRouteSnapshot: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3047
3213
|
deliverySource: z.ZodDefault<z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3048
3214
|
kind: z.ZodLiteral<"linq">;
|
|
3049
3215
|
fromPhoneNumber: z.ZodString;
|
|
@@ -3059,8 +3225,8 @@ export declare const assistantRunResultSchema: z.ZodObject<{
|
|
|
3059
3225
|
startedAt: z.ZodString;
|
|
3060
3226
|
stoppedAt: z.ZodString;
|
|
3061
3227
|
reason: z.ZodEnum<{
|
|
3062
|
-
error: "error";
|
|
3063
3228
|
completed: "completed";
|
|
3229
|
+
error: "error";
|
|
3064
3230
|
signal: "signal";
|
|
3065
3231
|
}>;
|
|
3066
3232
|
daemonStarted: z.ZodBoolean;
|
|
@@ -3081,8 +3247,8 @@ export declare const assistantStopResultSchema: z.ZodObject<{
|
|
|
3081
3247
|
stateRoot: z.ZodString;
|
|
3082
3248
|
stopped: z.ZodBoolean;
|
|
3083
3249
|
stopMethod: z.ZodEnum<{
|
|
3084
|
-
signal: "signal";
|
|
3085
3250
|
"force-kill": "force-kill";
|
|
3251
|
+
signal: "signal";
|
|
3086
3252
|
"stale-lock-cleanup": "stale-lock-cleanup";
|
|
3087
3253
|
}>;
|
|
3088
3254
|
pid: z.ZodNullable<z.ZodNumber>;
|
|
@@ -3096,8 +3262,8 @@ export declare const assistantInputCursorSchema: z.ZodObject<{
|
|
|
3096
3262
|
inputId: z.ZodString;
|
|
3097
3263
|
occurredAt: z.ZodString;
|
|
3098
3264
|
sourceKind: z.ZodEnum<{
|
|
3099
|
-
"inbox-capture": "inbox-capture";
|
|
3100
3265
|
"hosted-mailbox": "hosted-mailbox";
|
|
3266
|
+
"inbox-capture": "inbox-capture";
|
|
3101
3267
|
}>;
|
|
3102
3268
|
sourcePosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3103
3269
|
}, z.core.$strict>;
|
|
@@ -3109,8 +3275,8 @@ export declare const assistantAutoReplyChannelStateSchema: z.ZodObject<{
|
|
|
3109
3275
|
inputId: z.ZodString;
|
|
3110
3276
|
occurredAt: z.ZodString;
|
|
3111
3277
|
sourceKind: z.ZodEnum<{
|
|
3112
|
-
"inbox-capture": "inbox-capture";
|
|
3113
3278
|
"hosted-mailbox": "hosted-mailbox";
|
|
3279
|
+
"inbox-capture": "inbox-capture";
|
|
3114
3280
|
}>;
|
|
3115
3281
|
sourcePosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3116
3282
|
}, z.core.$strict>>;
|
|
@@ -3125,8 +3291,8 @@ export declare const assistantAutomationStateSchema: z.ZodObject<{
|
|
|
3125
3291
|
inputId: z.ZodString;
|
|
3126
3292
|
occurredAt: z.ZodString;
|
|
3127
3293
|
sourceKind: z.ZodEnum<{
|
|
3128
|
-
"inbox-capture": "inbox-capture";
|
|
3129
3294
|
"hosted-mailbox": "hosted-mailbox";
|
|
3295
|
+
"inbox-capture": "inbox-capture";
|
|
3130
3296
|
}>;
|
|
3131
3297
|
sourcePosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3132
3298
|
}, z.core.$strict>>;
|
|
@@ -3136,6 +3302,7 @@ export declare const assistantAutomationStateSchema: z.ZodObject<{
|
|
|
3136
3302
|
export type AssistantAliasStore = z.infer<typeof assistantAliasStoreSchema>;
|
|
3137
3303
|
export type AssistantBindingDelivery = z.infer<typeof assistantBindingDeliverySchema>;
|
|
3138
3304
|
export type AssistantDeliverySource = z.infer<typeof assistantDeliverySourceSchema>;
|
|
3305
|
+
export type AssistantExternalThreadRouteAuthority = z.infer<typeof assistantExternalThreadRouteAuthoritySchema>;
|
|
3139
3306
|
export type AssistantSessionBinding = z.infer<typeof assistantSessionBindingSchema>;
|
|
3140
3307
|
export type AssistantVoiceMemoGeneration = z.infer<typeof assistantVoiceMemoGenerationSchema>;
|
|
3141
3308
|
export type AssistantVoiceMemoTransport = z.infer<typeof assistantVoiceMemoTransportSchema>;
|
|
@@ -3166,6 +3333,7 @@ export type AssistantTurnReceiptContext = z.infer<typeof assistantTurnReceiptCon
|
|
|
3166
3333
|
export type AssistantTurnReceiptEvent = z.infer<typeof assistantTurnReceiptEventSchema>;
|
|
3167
3334
|
export type AssistantTurnTimelineEvent = z.infer<typeof assistantTurnTimelineEventSchema>;
|
|
3168
3335
|
export type AssistantTurnReceipt = z.infer<typeof assistantTurnReceiptSchema>;
|
|
3336
|
+
export type AssistantTurnReceiptSummary = z.infer<typeof assistantTurnReceiptSummarySchema>;
|
|
3169
3337
|
export type AssistantOutboxIntent = z.infer<typeof assistantOutboxIntentSchema>;
|
|
3170
3338
|
export type AssistantDiagnosticEvent = z.infer<typeof assistantDiagnosticEventSchema>;
|
|
3171
3339
|
export type AssistantQuarantineArtifactKind = (typeof assistantQuarantineArtifactKindValues)[number];
|
|
@@ -3184,6 +3352,7 @@ type AssistantChatResultRecord = z.infer<typeof assistantChatResultSchema>;
|
|
|
3184
3352
|
export type AssistantChatResult = AssistantChatResultRecord;
|
|
3185
3353
|
export type AssistantDeliverResult = z.infer<typeof assistantDeliverResultSchema>;
|
|
3186
3354
|
export type AssistantSessionListResult = z.infer<typeof assistantSessionListResultSchema>;
|
|
3355
|
+
export type AssistantSessionSummary = z.infer<typeof assistantSessionSummarySchema>;
|
|
3187
3356
|
export type AssistantSessionShowResult = z.infer<typeof assistantSessionShowResultSchema>;
|
|
3188
3357
|
export type AssistantCronSchedule = z.infer<typeof assistantCronScheduleSchema>;
|
|
3189
3358
|
export type AssistantCronScheduleInput = z.infer<typeof assistantCronScheduleInputSchema>;
|
|
@@ -3249,8 +3418,10 @@ export type AssistantTurnEventKind = (typeof assistantTurnEventKindValues)[numbe
|
|
|
3249
3418
|
export type AssistantOutboxIntentStatus = (typeof assistantOutboxIntentStatusValues)[number];
|
|
3250
3419
|
export type AssistantCronScheduleKind = AutomationTimeScheduleKind;
|
|
3251
3420
|
export type AssistantCronTrigger = (typeof assistantCronTriggerValues)[number];
|
|
3421
|
+
export type AssistantCronRunOutcome = (typeof assistantCronRunOutcomeValues)[number];
|
|
3252
3422
|
export type AssistantCronRunStatus = (typeof assistantCronRunStatusValues)[number];
|
|
3253
3423
|
export type AssistantTurnReceiptStatus = (typeof assistantTurnReceiptStatusValues)[number];
|
|
3424
|
+
export type AssistantTurnDeliveryDisposition = (typeof assistantTurnDeliveryDispositionValues)[number];
|
|
3254
3425
|
export type AssistantTurnTimelineEventKind = (typeof assistantTurnTimelineEventKindValues)[number];
|
|
3255
3426
|
export type AssistantOutboxStatus = (typeof assistantOutboxStatusValues)[number];
|
|
3256
3427
|
export type AssistantDiagnosticLevel = (typeof assistantDiagnosticLevelValues)[number];
|