@murphai/hosted-execution 0.1.15 → 0.1.18
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/LICENSE +201 -674
- package/README.md +15 -14
- package/dist/auth.d.ts +11 -25
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js +32 -76
- package/dist/auth.js.map +1 -1
- package/dist/builders.d.ts +3 -4
- package/dist/builders.d.ts.map +1 -1
- package/dist/builders.js +24 -24
- package/dist/builders.js.map +1 -1
- package/dist/bundles.d.ts +3 -13
- package/dist/bundles.d.ts.map +1 -1
- package/dist/bundles.js +1 -16
- package/dist/bundles.js.map +1 -1
- package/dist/client.d.ts +2 -26
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +38 -212
- package/dist/client.js.map +1 -1
- package/dist/contracts.d.ts +49 -118
- package/dist/contracts.d.ts.map +1 -1
- package/dist/contracts.js +15 -58
- package/dist/contracts.js.map +1 -1
- package/dist/dispatch-ref.d.ts +1 -2
- package/dist/dispatch-ref.d.ts.map +1 -1
- package/dist/dispatch-ref.js +16 -30
- package/dist/dispatch-ref.js.map +1 -1
- package/dist/env.d.ts +0 -38
- package/dist/env.d.ts.map +1 -1
- package/dist/env.js +1 -87
- package/dist/env.js.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/observability.d.ts +3 -1
- package/dist/observability.d.ts.map +1 -1
- package/dist/observability.js +76 -53
- package/dist/observability.js.map +1 -1
- package/dist/outbox-payload.d.ts +7 -5
- package/dist/outbox-payload.d.ts.map +1 -1
- package/dist/outbox-payload.js +75 -38
- package/dist/outbox-payload.js.map +1 -1
- package/dist/parsers.d.ts +10 -10
- package/dist/parsers.d.ts.map +1 -1
- package/dist/parsers.js +192 -139
- package/dist/parsers.js.map +1 -1
- package/dist/routes.d.ts +4 -9
- package/dist/routes.d.ts.map +1 -1
- package/dist/routes.js +7 -18
- package/dist/routes.js.map +1 -1
- package/node_modules/@murphai/core/README.md +3 -0
- package/node_modules/@murphai/core/dist/assessment/index.d.ts +5 -0
- package/node_modules/@murphai/core/dist/assessment/index.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/assessment/index.js +4 -0
- package/node_modules/@murphai/core/dist/assessment/index.js.map +1 -0
- package/node_modules/@murphai/core/dist/assessment/project.d.ts +9 -0
- package/node_modules/@murphai/core/dist/assessment/project.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/assessment/project.js +353 -0
- package/node_modules/@murphai/core/dist/assessment/project.js.map +1 -0
- package/node_modules/@murphai/core/dist/assessment/storage.d.ts +13 -0
- package/node_modules/@murphai/core/dist/assessment/storage.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/assessment/storage.js +202 -0
- package/node_modules/@murphai/core/dist/assessment/storage.js.map +1 -0
- package/node_modules/@murphai/core/dist/assessment/types.d.ts +112 -0
- package/node_modules/@murphai/core/dist/assessment/types.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/assessment/types.js +5 -0
- package/node_modules/@murphai/core/dist/assessment/types.js.map +1 -0
- package/node_modules/@murphai/core/dist/atomic-write.d.ts +5 -0
- package/node_modules/@murphai/core/dist/atomic-write.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/atomic-write.js +120 -0
- package/node_modules/@murphai/core/dist/atomic-write.js.map +1 -0
- package/node_modules/@murphai/core/dist/audit.d.ts +27 -0
- package/node_modules/@murphai/core/dist/audit.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/audit.js +94 -0
- package/node_modules/@murphai/core/dist/audit.js.map +1 -0
- package/node_modules/@murphai/core/dist/automation.d.ts +55 -0
- package/node_modules/@murphai/core/dist/automation.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/automation.js +411 -0
- package/node_modules/@murphai/core/dist/automation.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/allergies.d.ts +5 -0
- package/node_modules/@murphai/core/dist/bank/allergies.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/allergies.js +209 -0
- package/node_modules/@murphai/core/dist/bank/allergies.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/conditions.d.ts +5 -0
- package/node_modules/@murphai/core/dist/bank/conditions.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/conditions.js +249 -0
- package/node_modules/@murphai/core/dist/bank/conditions.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/foods.d.ts +8 -0
- package/node_modules/@murphai/core/dist/bank/foods.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/foods.js +255 -0
- package/node_modules/@murphai/core/dist/bank/foods.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/goals.d.ts +5 -0
- package/node_modules/@murphai/core/dist/bank/goals.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/goals.js +289 -0
- package/node_modules/@murphai/core/dist/bank/goals.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/index.d.ts +10 -0
- package/node_modules/@murphai/core/dist/bank/index.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/index.js +10 -0
- package/node_modules/@murphai/core/dist/bank/index.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/protocols.d.ts +8 -0
- package/node_modules/@murphai/core/dist/bank/protocols.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/protocols.js +466 -0
- package/node_modules/@murphai/core/dist/bank/protocols.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/providers.d.ts +46 -0
- package/node_modules/@murphai/core/dist/bank/providers.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/providers.js +160 -0
- package/node_modules/@murphai/core/dist/bank/providers.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/recipes.d.ts +8 -0
- package/node_modules/@murphai/core/dist/bank/recipes.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/recipes.js +287 -0
- package/node_modules/@murphai/core/dist/bank/recipes.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/shared.d.ts +39 -0
- package/node_modules/@murphai/core/dist/bank/shared.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/shared.js +150 -0
- package/node_modules/@murphai/core/dist/bank/shared.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/types.d.ts +469 -0
- package/node_modules/@murphai/core/dist/bank/types.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/types.js +35 -0
- package/node_modules/@murphai/core/dist/bank/types.js.map +1 -0
- package/node_modules/@murphai/core/dist/bank/workout-formats.d.ts +5 -0
- package/node_modules/@murphai/core/dist/bank/workout-formats.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/bank/workout-formats.js +204 -0
- package/node_modules/@murphai/core/dist/bank/workout-formats.js.map +1 -0
- package/node_modules/@murphai/core/dist/canonical-mutations.d.ts +54 -0
- package/node_modules/@murphai/core/dist/canonical-mutations.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/canonical-mutations.js +196 -0
- package/node_modules/@murphai/core/dist/canonical-mutations.js.map +1 -0
- package/node_modules/@murphai/core/dist/constants.d.ts +125 -0
- package/node_modules/@murphai/core/dist/constants.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/constants.js +132 -0
- package/node_modules/@murphai/core/dist/constants.js.map +1 -0
- package/node_modules/@murphai/core/dist/domains/events.d.ts +100 -0
- package/node_modules/@murphai/core/dist/domains/events.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/domains/events.js +593 -0
- package/node_modules/@murphai/core/dist/domains/events.js.map +1 -0
- package/node_modules/@murphai/core/dist/domains/experiments.d.ts +71 -0
- package/node_modules/@murphai/core/dist/domains/experiments.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/domains/experiments.js +275 -0
- package/node_modules/@murphai/core/dist/domains/experiments.js.map +1 -0
- package/node_modules/@murphai/core/dist/domains/journal.d.ts +52 -0
- package/node_modules/@murphai/core/dist/domains/journal.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/domains/journal.js +173 -0
- package/node_modules/@murphai/core/dist/domains/journal.js.map +1 -0
- package/node_modules/@murphai/core/dist/domains/shared.d.ts +37 -0
- package/node_modules/@murphai/core/dist/domains/shared.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/domains/shared.js +101 -0
- package/node_modules/@murphai/core/dist/domains/shared.js.map +1 -0
- package/node_modules/@murphai/core/dist/domains/vault-summary.d.ts +15 -0
- package/node_modules/@murphai/core/dist/domains/vault-summary.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/domains/vault-summary.js +58 -0
- package/node_modules/@murphai/core/dist/domains/vault-summary.js.map +1 -0
- package/node_modules/@murphai/core/dist/errors.d.ts +8 -0
- package/node_modules/@murphai/core/dist/errors.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/errors.js +14 -0
- package/node_modules/@murphai/core/dist/errors.js.map +1 -0
- package/node_modules/@murphai/core/dist/event-attachments.d.ts +69 -0
- package/node_modules/@murphai/core/dist/event-attachments.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/event-attachments.js +202 -0
- package/node_modules/@murphai/core/dist/event-attachments.js.map +1 -0
- package/node_modules/@murphai/core/dist/event-links.d.ts +15 -0
- package/node_modules/@murphai/core/dist/event-links.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/event-links.js +54 -0
- package/node_modules/@murphai/core/dist/event-links.js.map +1 -0
- package/node_modules/@murphai/core/dist/family/api.d.ts +5 -0
- package/node_modules/@murphai/core/dist/family/api.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/family/api.js +221 -0
- package/node_modules/@murphai/core/dist/family/api.js.map +1 -0
- package/node_modules/@murphai/core/dist/family/index.d.ts +3 -0
- package/node_modules/@murphai/core/dist/family/index.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/family/index.js +3 -0
- package/node_modules/@murphai/core/dist/family/index.js.map +1 -0
- package/node_modules/@murphai/core/dist/family/types.d.ts +34 -0
- package/node_modules/@murphai/core/dist/family/types.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/family/types.js +2 -0
- package/node_modules/@murphai/core/dist/family/types.js.map +1 -0
- package/node_modules/@murphai/core/dist/frontmatter.d.ts +4 -0
- package/node_modules/@murphai/core/dist/frontmatter.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/frontmatter.js +99 -0
- package/node_modules/@murphai/core/dist/frontmatter.js.map +1 -0
- package/node_modules/@murphai/core/dist/fs.d.ts +22 -0
- package/node_modules/@murphai/core/dist/fs.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/fs.js +172 -0
- package/node_modules/@murphai/core/dist/fs.js.map +1 -0
- package/node_modules/@murphai/core/dist/genetics/api.d.ts +5 -0
- package/node_modules/@murphai/core/dist/genetics/api.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/genetics/api.js +226 -0
- package/node_modules/@murphai/core/dist/genetics/api.js.map +1 -0
- package/node_modules/@murphai/core/dist/genetics/index.d.ts +3 -0
- package/node_modules/@murphai/core/dist/genetics/index.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/genetics/index.js +3 -0
- package/node_modules/@murphai/core/dist/genetics/index.js.map +1 -0
- package/node_modules/@murphai/core/dist/genetics/types.d.ts +40 -0
- package/node_modules/@murphai/core/dist/genetics/types.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/genetics/types.js +4 -0
- package/node_modules/@murphai/core/dist/genetics/types.js.map +1 -0
- package/node_modules/@murphai/core/dist/history/api.d.ts +7 -0
- package/node_modules/@murphai/core/dist/history/api.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/history/api.js +473 -0
- package/node_modules/@murphai/core/dist/history/api.js.map +1 -0
- package/node_modules/@murphai/core/dist/history/event-spine.d.ts +41 -0
- package/node_modules/@murphai/core/dist/history/event-spine.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/history/event-spine.js +111 -0
- package/node_modules/@murphai/core/dist/history/event-spine.js.map +1 -0
- package/node_modules/@murphai/core/dist/history/index.d.ts +3 -0
- package/node_modules/@murphai/core/dist/history/index.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/history/index.js +3 -0
- package/node_modules/@murphai/core/dist/history/index.js.map +1 -0
- package/node_modules/@murphai/core/dist/history/shared.d.ts +25 -0
- package/node_modules/@murphai/core/dist/history/shared.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/history/shared.js +144 -0
- package/node_modules/@murphai/core/dist/history/shared.js.map +1 -0
- package/node_modules/@murphai/core/dist/history/types.d.ts +127 -0
- package/node_modules/@murphai/core/dist/history/types.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/history/types.js +8 -0
- package/node_modules/@murphai/core/dist/history/types.js.map +1 -0
- package/node_modules/@murphai/core/dist/ids.d.ts +3 -0
- package/node_modules/@murphai/core/dist/ids.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/ids.js +20 -0
- package/node_modules/@murphai/core/dist/ids.js.map +1 -0
- package/node_modules/@murphai/core/dist/index.d.ts +30 -0
- package/node_modules/@murphai/core/dist/index.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/index.js +23 -0
- package/node_modules/@murphai/core/dist/index.js.map +1 -0
- package/node_modules/@murphai/core/dist/jsonl.d.ts +12 -0
- package/node_modules/@murphai/core/dist/jsonl.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/jsonl.js +40 -0
- package/node_modules/@murphai/core/dist/jsonl.js.map +1 -0
- package/node_modules/@murphai/core/dist/memory.d.ts +17 -0
- package/node_modules/@murphai/core/dist/memory.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/memory.js +72 -0
- package/node_modules/@murphai/core/dist/memory.js.map +1 -0
- package/node_modules/@murphai/core/dist/mutations.d.ts +150 -0
- package/node_modules/@murphai/core/dist/mutations.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/mutations.js +1109 -0
- package/node_modules/@murphai/core/dist/mutations.js.map +1 -0
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.d.ts +29 -0
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.js +164 -0
- package/node_modules/@murphai/core/dist/operations/canonical-write-lock.js.map +1 -0
- package/node_modules/@murphai/core/dist/operations/index.d.ts +5 -0
- package/node_modules/@murphai/core/dist/operations/index.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/operations/index.js +3 -0
- package/node_modules/@murphai/core/dist/operations/index.js.map +1 -0
- package/node_modules/@murphai/core/dist/operations/raw-manifests.d.ts +33 -0
- package/node_modules/@murphai/core/dist/operations/raw-manifests.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/operations/raw-manifests.js +105 -0
- package/node_modules/@murphai/core/dist/operations/raw-manifests.js.map +1 -0
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts +166 -0
- package/node_modules/@murphai/core/dist/operations/write-batch.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/operations/write-batch.js +886 -0
- package/node_modules/@murphai/core/dist/operations/write-batch.js.map +1 -0
- package/node_modules/@murphai/core/dist/path-safety.d.ts +19 -0
- package/node_modules/@murphai/core/dist/path-safety.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/path-safety.js +193 -0
- package/node_modules/@murphai/core/dist/path-safety.js.map +1 -0
- package/node_modules/@murphai/core/dist/profile/index.d.ts +4 -0
- package/node_modules/@murphai/core/dist/profile/index.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/profile/index.js +3 -0
- package/node_modules/@murphai/core/dist/profile/index.js.map +1 -0
- package/node_modules/@murphai/core/dist/profile/storage.d.ts +41 -0
- package/node_modules/@murphai/core/dist/profile/storage.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/profile/storage.js +225 -0
- package/node_modules/@murphai/core/dist/profile/storage.js.map +1 -0
- package/node_modules/@murphai/core/dist/profile/types.d.ts +29 -0
- package/node_modules/@murphai/core/dist/profile/types.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/profile/types.js +8 -0
- package/node_modules/@murphai/core/dist/profile/types.js.map +1 -0
- package/node_modules/@murphai/core/dist/public-mutations.d.ts +120 -0
- package/node_modules/@murphai/core/dist/public-mutations.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/public-mutations.js +275 -0
- package/node_modules/@murphai/core/dist/public-mutations.js.map +1 -0
- package/node_modules/@murphai/core/dist/raw.d.ts +28 -0
- package/node_modules/@murphai/core/dist/raw.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/raw.js +107 -0
- package/node_modules/@murphai/core/dist/raw.js.map +1 -0
- package/node_modules/@murphai/core/dist/registry/api.d.ts +80 -0
- package/node_modules/@murphai/core/dist/registry/api.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/registry/api.js +113 -0
- package/node_modules/@murphai/core/dist/registry/api.js.map +1 -0
- package/node_modules/@murphai/core/dist/registry/id-or-slug.d.ts +15 -0
- package/node_modules/@murphai/core/dist/registry/id-or-slug.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/registry/id-or-slug.js +9 -0
- package/node_modules/@murphai/core/dist/registry/id-or-slug.js.map +1 -0
- package/node_modules/@murphai/core/dist/registry/markdown.d.ts +101 -0
- package/node_modules/@murphai/core/dist/registry/markdown.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/registry/markdown.js +136 -0
- package/node_modules/@murphai/core/dist/registry/markdown.js.map +1 -0
- package/node_modules/@murphai/core/dist/shares.d.ts +36 -0
- package/node_modules/@murphai/core/dist/shares.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/shares.js +333 -0
- package/node_modules/@murphai/core/dist/shares.js.map +1 -0
- package/node_modules/@murphai/core/dist/storage-spine.d.ts +3 -0
- package/node_modules/@murphai/core/dist/storage-spine.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/storage-spine.js +3 -0
- package/node_modules/@murphai/core/dist/storage-spine.js.map +1 -0
- package/node_modules/@murphai/core/dist/time.d.ts +11 -0
- package/node_modules/@murphai/core/dist/time.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/time.js +72 -0
- package/node_modules/@murphai/core/dist/time.js.map +1 -0
- package/node_modules/@murphai/core/dist/types.d.ts +18 -0
- package/node_modules/@murphai/core/dist/types.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/types.js +7 -0
- package/node_modules/@murphai/core/dist/types.js.map +1 -0
- package/node_modules/@murphai/core/dist/vault-core-document.d.ts +8 -0
- package/node_modules/@murphai/core/dist/vault-core-document.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/vault-core-document.js +16 -0
- package/node_modules/@murphai/core/dist/vault-core-document.js.map +1 -0
- package/node_modules/@murphai/core/dist/vault-metadata.d.ts +17 -0
- package/node_modules/@murphai/core/dist/vault-metadata.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/vault-metadata.js +44 -0
- package/node_modules/@murphai/core/dist/vault-metadata.js.map +1 -0
- package/node_modules/@murphai/core/dist/vault-upgrade.d.ts +24 -0
- package/node_modules/@murphai/core/dist/vault-upgrade.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/vault-upgrade.js +44 -0
- package/node_modules/@murphai/core/dist/vault-upgrade.js.map +1 -0
- package/node_modules/@murphai/core/dist/vault.d.ts +40 -0
- package/node_modules/@murphai/core/dist/vault.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/vault.js +649 -0
- package/node_modules/@murphai/core/dist/vault.js.map +1 -0
- package/node_modules/@murphai/core/dist/write-policy.d.ts +63 -0
- package/node_modules/@murphai/core/dist/write-policy.d.ts.map +1 -0
- package/node_modules/@murphai/core/dist/write-policy.js +146 -0
- package/node_modules/@murphai/core/dist/write-policy.js.map +1 -0
- package/node_modules/@murphai/core/package.json +27 -0
- package/node_modules/@murphai/device-syncd/README.md +123 -0
- package/node_modules/@murphai/device-syncd/dist/bin.d.ts +2 -0
- package/node_modules/@murphai/device-syncd/dist/bin.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/bin.js +29 -0
- package/node_modules/@murphai/device-syncd/dist/bin.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/client.d.ts +124 -0
- package/node_modules/@murphai/device-syncd/dist/client.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/client.js +199 -0
- package/node_modules/@murphai/device-syncd/dist/client.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config.d.ts +18 -0
- package/node_modules/@murphai/device-syncd/dist/config.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/config.js +279 -0
- package/node_modules/@murphai/device-syncd/dist/config.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/crypto.d.ts +6 -0
- package/node_modules/@murphai/device-syncd/dist/crypto.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/crypto.js +27 -0
- package/node_modules/@murphai/device-syncd/dist/crypto.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/errors.d.ts +21 -0
- package/node_modules/@murphai/device-syncd/dist/errors.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/errors.js +32 -0
- package/node_modules/@murphai/device-syncd/dist/errors.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.js +110 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-hints.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts +139 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js +336 -0
- package/node_modules/@murphai/device-syncd/dist/hosted-runtime.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/http.d.ts +34 -0
- package/node_modules/@murphai/device-syncd/dist/http.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/http.js +644 -0
- package/node_modules/@murphai/device-syncd/dist/http.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/index.d.ts +23 -0
- package/node_modules/@murphai/device-syncd/dist/index.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/index.js +15 -0
- package/node_modules/@murphai/device-syncd/dist/index.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/garmin.d.ts +15 -0
- package/node_modules/@murphai/device-syncd/dist/providers/garmin.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/garmin.js +485 -0
- package/node_modules/@murphai/device-syncd/dist/providers/garmin.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/oura-webhooks.d.ts +49 -0
- package/node_modules/@murphai/device-syncd/dist/providers/oura-webhooks.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/oura-webhooks.js +401 -0
- package/node_modules/@murphai/device-syncd/dist/providers/oura-webhooks.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts +20 -0
- package/node_modules/@murphai/device-syncd/dist/providers/oura.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js +804 -0
- package/node_modules/@murphai/device-syncd/dist/providers/oura.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts +104 -0
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js +214 -0
- package/node_modules/@murphai/device-syncd/dist/providers/shared-oauth.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts +15 -0
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js +551 -0
- package/node_modules/@murphai/device-syncd/dist/providers/whoop.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts +4 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.js +13 -0
- package/node_modules/@murphai/device-syncd/dist/public-account.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts +43 -0
- package/node_modules/@murphai/device-syncd/dist/public-ingress.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js +353 -0
- package/node_modules/@murphai/device-syncd/dist/public-ingress.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/registry.d.ts +3 -0
- package/node_modules/@murphai/device-syncd/dist/registry.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/registry.js +5 -0
- package/node_modules/@murphai/device-syncd/dist/registry.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/service.d.ts +61 -0
- package/node_modules/@murphai/device-syncd/dist/service.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/service.js +496 -0
- package/node_modules/@murphai/device-syncd/dist/service.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/shared.d.ts +26 -0
- package/node_modules/@murphai/device-syncd/dist/shared.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/shared.js +182 -0
- package/node_modules/@murphai/device-syncd/dist/shared.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/store.d.ts +105 -0
- package/node_modules/@murphai/device-syncd/dist/store.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/store.js +965 -0
- package/node_modules/@murphai/device-syncd/dist/store.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/types.d.ts +287 -0
- package/node_modules/@murphai/device-syncd/dist/types.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/types.js +2 -0
- package/node_modules/@murphai/device-syncd/dist/types.js.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/webhook-verification.d.ts +14 -0
- package/node_modules/@murphai/device-syncd/dist/webhook-verification.d.ts.map +1 -0
- package/node_modules/@murphai/device-syncd/dist/webhook-verification.js +16 -0
- package/node_modules/@murphai/device-syncd/dist/webhook-verification.js.map +1 -0
- package/node_modules/@murphai/device-syncd/package.json +85 -0
- package/node_modules/@murphai/importers/README.md +34 -0
- package/node_modules/@murphai/importers/dist/assessment/core-port.d.ts +13 -0
- package/node_modules/@murphai/importers/dist/assessment/core-port.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/assessment/core-port.js +13 -0
- package/node_modules/@murphai/importers/dist/assessment/core-port.js.map +1 -0
- package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.d.ts +15 -0
- package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js +32 -0
- package/node_modules/@murphai/importers/dist/assessment/import-assessment-response.js.map +1 -0
- package/node_modules/@murphai/importers/dist/assessment/index.d.ts +4 -0
- package/node_modules/@murphai/importers/dist/assessment/index.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/assessment/index.js +2 -0
- package/node_modules/@murphai/importers/dist/assessment/index.js.map +1 -0
- package/node_modules/@murphai/importers/dist/core-port.d.ts +119 -0
- package/node_modules/@murphai/importers/dist/core-port.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/core-port.js +22 -0
- package/node_modules/@murphai/importers/dist/core-port.js.map +1 -0
- package/node_modules/@murphai/importers/dist/create-importers.d.ts +17 -0
- package/node_modules/@murphai/importers/dist/create-importers.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/create-importers.js +68 -0
- package/node_modules/@murphai/importers/dist/create-importers.js.map +1 -0
- package/node_modules/@murphai/importers/dist/csv-sample-importer.d.ts +22 -0
- package/node_modules/@murphai/importers/dist/csv-sample-importer.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/csv-sample-importer.js +153 -0
- package/node_modules/@murphai/importers/dist/csv-sample-importer.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/defaults.d.ts +5 -0
- package/node_modules/@murphai/importers/dist/device-providers/defaults.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/defaults.js +11 -0
- package/node_modules/@murphai/importers/dist/device-providers/defaults.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-activity-normalizers.d.ts +9 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-activity-normalizers.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-activity-normalizers.js +172 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-activity-normalizers.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-health-normalizers.d.ts +12 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-health-normalizers.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-health-normalizers.js +619 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-health-normalizers.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-helpers.d.ts +40 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-helpers.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-helpers.js +295 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin-helpers.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin.d.ts +19 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin.js +150 -0
- package/node_modules/@murphai/importers/dist/device-providers/garmin.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.d.ts +14 -0
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js +37 -0
- package/node_modules/@murphai/importers/dist/device-providers/import-device-provider-snapshot.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/index.d.ts +10 -0
- package/node_modules/@murphai/importers/dist/device-providers/index.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/index.js +8 -0
- package/node_modules/@murphai/importers/dist/device-providers/index.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/oura.d.ts +20 -0
- package/node_modules/@murphai/importers/dist/device-providers/oura.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/oura.js +602 -0
- package/node_modules/@murphai/importers/dist/device-providers/oura.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts +491 -0
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.js +326 -0
- package/node_modules/@murphai/importers/dist/device-providers/provider-descriptors.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/registry.d.ts +9 -0
- package/node_modules/@murphai/importers/dist/device-providers/registry.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/registry.js +5 -0
- package/node_modules/@murphai/importers/dist/device-providers/registry.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/shared-normalization.d.ts +81 -0
- package/node_modules/@murphai/importers/dist/device-providers/shared-normalization.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/shared-normalization.js +215 -0
- package/node_modules/@murphai/importers/dist/device-providers/shared-normalization.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/types.d.ts +12 -0
- package/node_modules/@murphai/importers/dist/device-providers/types.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/types.js +2 -0
- package/node_modules/@murphai/importers/dist/device-providers/types.js.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/whoop.d.ts +16 -0
- package/node_modules/@murphai/importers/dist/device-providers/whoop.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/device-providers/whoop.js +410 -0
- package/node_modules/@murphai/importers/dist/device-providers/whoop.js.map +1 -0
- package/node_modules/@murphai/importers/dist/document-importer.d.ts +15 -0
- package/node_modules/@murphai/importers/dist/document-importer.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/document-importer.js +31 -0
- package/node_modules/@murphai/importers/dist/document-importer.js.map +1 -0
- package/node_modules/@murphai/importers/dist/index.d.ts +10 -0
- package/node_modules/@murphai/importers/dist/index.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/index.js +9 -0
- package/node_modules/@murphai/importers/dist/index.js.map +1 -0
- package/node_modules/@murphai/importers/dist/meal-importer.d.ts +15 -0
- package/node_modules/@murphai/importers/dist/meal-importer.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/meal-importer.js +39 -0
- package/node_modules/@murphai/importers/dist/meal-importer.js.map +1 -0
- package/node_modules/@murphai/importers/dist/preset-registry.d.ts +31 -0
- package/node_modules/@murphai/importers/dist/preset-registry.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/preset-registry.js +96 -0
- package/node_modules/@murphai/importers/dist/preset-registry.js.map +1 -0
- package/node_modules/@murphai/importers/dist/shared.d.ts +31 -0
- package/node_modules/@murphai/importers/dist/shared.d.ts.map +1 -0
- package/node_modules/@murphai/importers/dist/shared.js +154 -0
- package/node_modules/@murphai/importers/dist/shared.js.map +1 -0
- package/node_modules/@murphai/importers/package.json +36 -0
- package/node_modules/@murphai/runtime-state/README.md +37 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js +80 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state-security.d.ts +29 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state-security.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state-security.js +159 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state-security.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state.d.ts +33 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state.js +47 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-state.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-usage.d.ts +56 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-usage.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-usage.js +189 -0
- package/node_modules/@murphai/runtime-state/dist/assistant-usage.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/atomic-write.d.ts +7 -0
- package/node_modules/@murphai/runtime-state/dist/atomic-write.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/atomic-write.js +27 -0
- package/node_modules/@murphai/runtime-state/dist/atomic-write.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/device-sync-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/device-sync-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/device-sync-local-state-descriptors.js +12 -0
- package/node_modules/@murphai/runtime-state/dist/device-sync-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/gateway-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/gateway-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/gateway-local-state-descriptors.js +13 -0
- package/node_modules/@murphai/runtime-state/dist/gateway-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-node.d.ts +43 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-node.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-node.js +203 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-node.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-ref.d.ts +13 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-ref.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-ref.js +46 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle-ref.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle.d.ts +67 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle.js +261 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundle.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts +31 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js +211 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-bundles.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts +50 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-email.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-email.js +191 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-email.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-user-env.d.ts +14 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-user-env.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-user-env.js +59 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-user-env.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-user-keys.d.ts +83 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-user-keys.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-user-keys.js +308 -0
- package/node_modules/@murphai/runtime-state/dist/hosted-user-keys.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/inbox-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/inbox-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/inbox-local-state-descriptors.js +18 -0
- package/node_modules/@murphai/runtime-state/dist/inbox-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/index.d.ts +7 -0
- package/node_modules/@murphai/runtime-state/dist/index.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/index.js +7 -0
- package/node_modules/@murphai/runtime-state/dist/index.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-helpers.d.ts +31 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-helpers.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-helpers.js +120 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-helpers.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.js +17 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-descriptor-manifests.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-files.d.ts +10 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-files.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-files.js +27 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-files.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-taxonomy.d.ts +29 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-taxonomy.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-taxonomy.js +82 -0
- package/node_modules/@murphai/runtime-state/dist/local-state-taxonomy.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/locks.d.ts +46 -0
- package/node_modules/@murphai/runtime-state/dist/locks.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/locks.js +187 -0
- package/node_modules/@murphai/runtime-state/dist/locks.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/loopback-control-plane.d.ts +4 -0
- package/node_modules/@murphai/runtime-state/dist/loopback-control-plane.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/loopback-control-plane.js +35 -0
- package/node_modules/@murphai/runtime-state/dist/loopback-control-plane.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/index.d.ts +22 -0
- package/node_modules/@murphai/runtime-state/dist/node/index.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/node/index.js +22 -0
- package/node_modules/@murphai/runtime-state/dist/node/index.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/parser-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/parser-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/parser-local-state-descriptors.js +12 -0
- package/node_modules/@murphai/runtime-state/dist/parser-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/process-env.d.ts +4 -0
- package/node_modules/@murphai/runtime-state/dist/process-env.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/process-env.js +124 -0
- package/node_modules/@murphai/runtime-state/dist/process-env.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/query-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/query-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/query-local-state-descriptors.js +13 -0
- package/node_modules/@murphai/runtime-state/dist/query-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.d.ts +48 -0
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.js +93 -0
- package/node_modules/@murphai/runtime-state/dist/runtime-paths.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/shared.d.ts +14 -0
- package/node_modules/@murphai/runtime-state/dist/shared.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/shared.js +46 -0
- package/node_modules/@murphai/runtime-state/dist/shared.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite.d.ts +26 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite.js +110 -0
- package/node_modules/@murphai/runtime-state/dist/sqlite.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/ulid.d.ts +5 -0
- package/node_modules/@murphai/runtime-state/dist/ulid.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/ulid.js +31 -0
- package/node_modules/@murphai/runtime-state/dist/ulid.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/versioned-json-files.d.ts +24 -0
- package/node_modules/@murphai/runtime-state/dist/versioned-json-files.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/versioned-json-files.js +30 -0
- package/node_modules/@murphai/runtime-state/dist/versioned-json-files.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/versioned-json-state.d.ts +18 -0
- package/node_modules/@murphai/runtime-state/dist/versioned-json-state.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/versioned-json-state.js +25 -0
- package/node_modules/@murphai/runtime-state/dist/versioned-json-state.js.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/write-operation-local-state-descriptors.d.ts +3 -0
- package/node_modules/@murphai/runtime-state/dist/write-operation-local-state-descriptors.d.ts.map +1 -0
- package/node_modules/@murphai/runtime-state/dist/write-operation-local-state-descriptors.js +12 -0
- package/node_modules/@murphai/runtime-state/dist/write-operation-local-state-descriptors.js.map +1 -0
- package/node_modules/@murphai/runtime-state/package.json +30 -0
- package/package.json +45 -11
- package/dist/.tsbuildinfo +0 -1
- package/dist/callback-hosts.d.ts +0 -19
- package/dist/callback-hosts.d.ts.map +0 -1
- package/dist/callback-hosts.js +0 -19
- package/dist/callback-hosts.js.map +0 -1
- package/dist/web-control-plane.d.ts +0 -105
- package/dist/web-control-plane.d.ts.map +0 -1
- package/dist/web-control-plane.js +0 -358
- package/dist/web-control-plane.js.map +0 -1
package/dist/client.js
CHANGED
|
@@ -1,163 +1,25 @@
|
|
|
1
|
-
import { parseHostedUserRootKeyEnvelope, } from "@murphai/runtime-state";
|
|
2
|
-
import { createHostedExecutionSignatureHeaders } from "./auth.js";
|
|
3
1
|
import { normalizeHostedExecutionBaseUrl } from "./env.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import { parseHostedExecutionDispatchRequest, parseHostedExecutionDispatchResult, } from "./parsers.js";
|
|
3
|
+
import { HOSTED_EXECUTION_DISPATCH_PATH, } from "./routes.js";
|
|
6
4
|
export function createHostedExecutionDispatchClient(options) {
|
|
7
5
|
const baseUrl = requireHostedExecutionBaseUrl(options.baseUrl);
|
|
8
6
|
const fetchImpl = options.fetchImpl ?? fetch;
|
|
7
|
+
const getAuthorizationHeader = createHostedExecutionBearerAuthorizationHeaderProvider(options.getBearerToken);
|
|
9
8
|
return {
|
|
10
|
-
|
|
9
|
+
dispatch(input) {
|
|
11
10
|
const requestPayload = parseHostedExecutionDispatchRequest(input);
|
|
12
|
-
|
|
13
|
-
const path = HOSTED_EXECUTION_DISPATCH_PATH;
|
|
14
|
-
const timestamp = options.now?.() ?? new Date().toISOString();
|
|
15
|
-
const signatureHeaders = await createHostedExecutionSignatureHeaders({
|
|
16
|
-
method: "POST",
|
|
17
|
-
payload,
|
|
18
|
-
path,
|
|
19
|
-
secret: options.signingSecret,
|
|
20
|
-
timestamp,
|
|
21
|
-
});
|
|
22
|
-
return requestHostedExecutionJson({
|
|
11
|
+
return requestHostedExecutionAuthorizedJson({
|
|
23
12
|
baseUrl,
|
|
24
13
|
fetchImpl,
|
|
14
|
+
getAuthorizationHeader,
|
|
25
15
|
label: "dispatch",
|
|
26
16
|
parse: parseHostedExecutionDispatchResult,
|
|
27
|
-
path,
|
|
28
|
-
request: {
|
|
29
|
-
body: payload,
|
|
30
|
-
headers: {
|
|
31
|
-
"content-type": "application/json; charset=utf-8",
|
|
32
|
-
...signatureHeaders,
|
|
33
|
-
},
|
|
34
|
-
method: "POST",
|
|
35
|
-
signal: resolveHostedExecutionTimeoutSignal(options.timeoutMs),
|
|
36
|
-
},
|
|
37
|
-
});
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
export function createHostedExecutionControlClient(options) {
|
|
42
|
-
const baseUrl = requireHostedExecutionBaseUrl(options.baseUrl);
|
|
43
|
-
const fetchImpl = options.fetchImpl ?? fetch;
|
|
44
|
-
const signingSecret = requireHostedExecutionSigningSecret(options.signingSecret);
|
|
45
|
-
return {
|
|
46
|
-
clearUserEnv(userId) {
|
|
47
|
-
return requestHostedExecutionSignedJson({
|
|
48
|
-
baseUrl,
|
|
49
|
-
fetchImpl,
|
|
50
|
-
label: "user env clear",
|
|
51
|
-
now: options.now,
|
|
52
|
-
parse: parseHostedExecutionUserEnvStatus,
|
|
53
|
-
path: buildHostedExecutionUserEnvPath(userId),
|
|
54
|
-
request: {
|
|
55
|
-
method: "DELETE",
|
|
56
|
-
},
|
|
57
|
-
signingSecret,
|
|
58
|
-
timeoutMs: options.timeoutMs,
|
|
59
|
-
});
|
|
60
|
-
},
|
|
61
|
-
getStatus(userId) {
|
|
62
|
-
return requestHostedExecutionSignedJson({
|
|
63
|
-
baseUrl,
|
|
64
|
-
fetchImpl,
|
|
65
|
-
label: "status",
|
|
66
|
-
now: options.now,
|
|
67
|
-
parse: parseHostedExecutionUserStatus,
|
|
68
|
-
path: buildHostedExecutionUserStatusPath(userId),
|
|
69
|
-
request: {
|
|
70
|
-
method: "GET",
|
|
71
|
-
},
|
|
72
|
-
signingSecret,
|
|
73
|
-
timeoutMs: options.timeoutMs,
|
|
74
|
-
});
|
|
75
|
-
},
|
|
76
|
-
getUserEnvStatus(userId) {
|
|
77
|
-
return requestHostedExecutionSignedJson({
|
|
78
|
-
baseUrl,
|
|
79
|
-
fetchImpl,
|
|
80
|
-
label: "user env status",
|
|
81
|
-
now: options.now,
|
|
82
|
-
parse: parseHostedExecutionUserEnvStatus,
|
|
83
|
-
path: buildHostedExecutionUserEnvPath(userId),
|
|
84
|
-
request: {
|
|
85
|
-
method: "GET",
|
|
86
|
-
},
|
|
87
|
-
signingSecret,
|
|
88
|
-
timeoutMs: options.timeoutMs,
|
|
89
|
-
});
|
|
90
|
-
},
|
|
91
|
-
getUserKeyEnvelope(userId) {
|
|
92
|
-
return requestHostedExecutionSignedJson({
|
|
93
|
-
baseUrl,
|
|
94
|
-
fetchImpl,
|
|
95
|
-
label: "user key envelope",
|
|
96
|
-
now: options.now,
|
|
97
|
-
parse: (value) => parseHostedUserRootKeyEnvelope(value),
|
|
98
|
-
path: buildHostedExecutionUserKeyEnvelopePath(userId),
|
|
99
|
-
request: {
|
|
100
|
-
method: "GET",
|
|
101
|
-
},
|
|
102
|
-
signingSecret,
|
|
103
|
-
timeoutMs: options.timeoutMs,
|
|
104
|
-
});
|
|
105
|
-
},
|
|
106
|
-
run(userId) {
|
|
107
|
-
return requestHostedExecutionSignedJson({
|
|
108
|
-
baseUrl,
|
|
109
|
-
fetchImpl,
|
|
110
|
-
label: "manual run",
|
|
111
|
-
now: options.now,
|
|
112
|
-
parse: parseHostedExecutionUserStatus,
|
|
113
|
-
path: buildHostedExecutionUserRunPath(userId),
|
|
114
|
-
request: {
|
|
115
|
-
body: JSON.stringify({}),
|
|
116
|
-
headers: {
|
|
117
|
-
"content-type": "application/json; charset=utf-8",
|
|
118
|
-
},
|
|
119
|
-
method: "POST",
|
|
120
|
-
},
|
|
121
|
-
signingSecret,
|
|
122
|
-
timeoutMs: options.timeoutMs,
|
|
123
|
-
});
|
|
124
|
-
},
|
|
125
|
-
updateUserEnv(userId, update) {
|
|
126
|
-
const requestPayload = parseHostedExecutionUserEnvUpdate(update);
|
|
127
|
-
return requestHostedExecutionSignedJson({
|
|
128
|
-
baseUrl,
|
|
129
|
-
fetchImpl,
|
|
130
|
-
label: "user env update",
|
|
131
|
-
now: options.now,
|
|
132
|
-
parse: parseHostedExecutionUserEnvStatus,
|
|
133
|
-
path: buildHostedExecutionUserEnvPath(userId),
|
|
17
|
+
path: HOSTED_EXECUTION_DISPATCH_PATH,
|
|
134
18
|
request: {
|
|
135
19
|
body: JSON.stringify(requestPayload),
|
|
136
|
-
headers: {
|
|
137
|
-
|
|
138
|
-
},
|
|
139
|
-
method: "PUT",
|
|
140
|
-
},
|
|
141
|
-
signingSecret,
|
|
142
|
-
timeoutMs: options.timeoutMs,
|
|
143
|
-
});
|
|
144
|
-
},
|
|
145
|
-
upsertUserKeyRecipient(userId, kind, input) {
|
|
146
|
-
return requestHostedExecutionSignedJson({
|
|
147
|
-
baseUrl,
|
|
148
|
-
fetchImpl,
|
|
149
|
-
label: `user key recipient ${kind}`,
|
|
150
|
-
now: options.now,
|
|
151
|
-
parse: (value) => parseHostedUserRootKeyEnvelope(value),
|
|
152
|
-
path: buildHostedExecutionUserKeyRecipientPath(userId, kind),
|
|
153
|
-
request: {
|
|
154
|
-
body: JSON.stringify(input),
|
|
155
|
-
headers: {
|
|
156
|
-
"content-type": "application/json; charset=utf-8",
|
|
157
|
-
},
|
|
158
|
-
method: "PUT",
|
|
20
|
+
headers: { "content-type": "application/json; charset=utf-8" },
|
|
21
|
+
method: "POST",
|
|
159
22
|
},
|
|
160
|
-
signingSecret,
|
|
161
23
|
timeoutMs: options.timeoutMs,
|
|
162
24
|
});
|
|
163
25
|
},
|
|
@@ -170,76 +32,40 @@ function requireHostedExecutionBaseUrl(value) {
|
|
|
170
32
|
}
|
|
171
33
|
return normalized;
|
|
172
34
|
}
|
|
173
|
-
function
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
throw new TypeError("Hosted execution signingSecret must be configured.");
|
|
177
|
-
}
|
|
178
|
-
return normalized;
|
|
179
|
-
}
|
|
180
|
-
function normalizeHostedExecutionControlToken(value) {
|
|
181
|
-
if (typeof value !== "string") {
|
|
182
|
-
return null;
|
|
35
|
+
function createHostedExecutionBearerAuthorizationHeaderProvider(getBearerToken) {
|
|
36
|
+
if (!getBearerToken) {
|
|
37
|
+
throw new TypeError("Hosted execution getBearerToken must be configured.");
|
|
183
38
|
}
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
39
|
+
return async () => {
|
|
40
|
+
const rawToken = (await getBearerToken()).trim();
|
|
41
|
+
const token = rawToken.startsWith("Bearer ")
|
|
42
|
+
? rawToken.slice("Bearer ".length).trim()
|
|
43
|
+
: rawToken;
|
|
44
|
+
if (!token) {
|
|
45
|
+
throw new TypeError("Hosted execution bearer token must be configured.");
|
|
46
|
+
}
|
|
47
|
+
return `Bearer ${token}`;
|
|
48
|
+
};
|
|
189
49
|
}
|
|
190
|
-
async function
|
|
191
|
-
const
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
if (!response.ok) {
|
|
195
|
-
throw new Error(`Hosted execution ${input.label} failed with HTTP ${response.status}${text ? `: ${text.slice(0, 500)}` : ""}.`);
|
|
50
|
+
async function requestHostedExecutionAuthorizedJson(input) {
|
|
51
|
+
const url = new URL(input.path.replace(/^\/+/u, ""), `${input.baseUrl}/`);
|
|
52
|
+
if (input.request.search) {
|
|
53
|
+
url.search = input.request.search;
|
|
196
54
|
}
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
const signatureHeaders = await createHostedExecutionSignatureHeaders({
|
|
55
|
+
const headers = new Headers(input.request.headers);
|
|
56
|
+
headers.set("authorization", await input.getAuthorizationHeader());
|
|
57
|
+
const response = await input.fetchImpl(url.toString(), {
|
|
58
|
+
...(input.request.body === undefined ? {} : { body: input.request.body }),
|
|
59
|
+
headers,
|
|
203
60
|
method: input.request.method,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
secret: input.signingSecret,
|
|
207
|
-
timestamp,
|
|
61
|
+
redirect: "error",
|
|
62
|
+
signal: typeof input.timeoutMs === "number" ? AbortSignal.timeout(input.timeoutMs) : undefined,
|
|
208
63
|
});
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
parse: input.parse,
|
|
214
|
-
path: input.path,
|
|
215
|
-
request: {
|
|
216
|
-
...input.request,
|
|
217
|
-
headers: {
|
|
218
|
-
...(input.request.headers ?? {}),
|
|
219
|
-
...signatureHeaders,
|
|
220
|
-
},
|
|
221
|
-
signal: resolveHostedExecutionTimeoutSignal(input.timeoutMs),
|
|
222
|
-
},
|
|
223
|
-
});
|
|
224
|
-
}
|
|
225
|
-
function readHostedExecutionRequestBody(body) {
|
|
226
|
-
if (typeof body === "string") {
|
|
227
|
-
return body;
|
|
228
|
-
}
|
|
229
|
-
if (body === undefined || body === null) {
|
|
230
|
-
return "";
|
|
231
|
-
}
|
|
232
|
-
throw new TypeError("Hosted execution signed requests require string request bodies.");
|
|
233
|
-
}
|
|
234
|
-
function parseHostedExecutionJsonPayload(text) {
|
|
235
|
-
if (!text.trim()) {
|
|
236
|
-
return null;
|
|
237
|
-
}
|
|
238
|
-
try {
|
|
239
|
-
return JSON.parse(text);
|
|
240
|
-
}
|
|
241
|
-
catch {
|
|
242
|
-
return null;
|
|
64
|
+
if (!response.ok) {
|
|
65
|
+
const body = await response.text();
|
|
66
|
+
const suffix = body.trim().length > 0 ? `: ${body.trim().slice(0, 500)}` : "";
|
|
67
|
+
throw new Error(`Hosted execution ${input.label} failed with HTTP ${response.status}${suffix}.`);
|
|
243
68
|
}
|
|
69
|
+
return input.parse(await response.json());
|
|
244
70
|
}
|
|
245
71
|
//# sourceMappingURL=client.js.map
|
package/dist/client.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAC3D,OAAO,EACL,mCAAmC,EACnC,kCAAkC,GACnC,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,8BAA8B,GAC/B,MAAM,aAAa,CAAC;AAarB,MAAM,UAAU,mCAAmC,CACjD,OAA6C;IAE7C,MAAM,OAAO,GAAG,6BAA6B,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAC/D,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,KAAK,CAAC;IAC7C,MAAM,sBAAsB,GAAG,sDAAsD,CACnF,OAAO,CAAC,cAAc,CACvB,CAAC;IAEF,OAAO;QACL,QAAQ,CAAC,KAAK;YACZ,MAAM,cAAc,GAAG,mCAAmC,CAAC,KAAK,CAAC,CAAC;YAElE,OAAO,oCAAoC,CAAC;gBAC1C,OAAO;gBACP,SAAS;gBACT,sBAAsB;gBACtB,KAAK,EAAE,UAAU;gBACjB,KAAK,EAAE,kCAAkC;gBACzC,IAAI,EAAE,8BAA8B;gBACpC,OAAO,EAAE;oBACP,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC;oBACpC,OAAO,EAAE,EAAE,cAAc,EAAE,iCAAiC,EAAE;oBAC9D,MAAM,EAAE,MAAM;iBACf;gBACD,SAAS,EAAE,OAAO,CAAC,SAAS;aAC7B,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAS,6BAA6B,CAAC,KAAa;IAClD,MAAM,UAAU,GAAG,+BAA+B,CAAC,KAAK,CAAC,CAAC;IAE1D,IAAI,CAAC,UAAU,EAAE,CAAC;QAChB,MAAM,IAAI,SAAS,CAAC,8CAA8C,CAAC,CAAC;IACtE,CAAC;IAED,OAAO,UAAU,CAAC;AACpB,CAAC;AAED,SAAS,sDAAsD,CAC7D,cAAmD;IAEnD,IAAI,CAAC,cAAc,EAAE,CAAC;QACpB,MAAM,IAAI,SAAS,CAAC,qDAAqD,CAAC,CAAC;IAC7E,CAAC;IAED,OAAO,KAAK,IAAI,EAAE;QAChB,MAAM,QAAQ,GAAG,CAAC,MAAM,cAAc,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACjD,MAAM,KAAK,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC;YAC1C,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE;YACzC,CAAC,CAAC,QAAQ,CAAC;QAEb,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,MAAM,IAAI,SAAS,CAAC,mDAAmD,CAAC,CAAC;QAC3E,CAAC;QAED,OAAO,UAAU,KAAK,EAAE,CAAC;IAC3B,CAAC,CAAC;AACJ,CAAC;AAED,KAAK,UAAU,oCAAoC,CAAY,KAc9D;IACC,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,EAAE,GAAG,KAAK,CAAC,OAAO,GAAG,CAAC,CAAC;IAE1E,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC;QACzB,GAAG,CAAC,MAAM,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC;IACpC,CAAC;IAED,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACnD,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,MAAM,KAAK,CAAC,sBAAsB,EAAE,CAAC,CAAC;IAEnE,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,EAAE,EAAE;QACrD,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;QACzE,OAAO;QACP,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM;QAC5B,QAAQ,EAAE,OAAO;QACjB,MAAM,EAAE,OAAO,KAAK,CAAC,SAAS,KAAK,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;KAC/F,CAAC,CAAC;IAEH,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC;QACjB,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACnC,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QAC9E,MAAM,IAAI,KAAK,CACb,oBAAoB,KAAK,CAAC,KAAK,qBAAqB,QAAQ,CAAC,MAAM,GAAG,MAAM,GAAG,CAChF,CAAC;IACJ,CAAC;IAED,OAAO,KAAK,CAAC,KAAK,CAAC,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;AAC5C,CAAC"}
|
package/dist/contracts.d.ts
CHANGED
|
@@ -1,27 +1,57 @@
|
|
|
1
1
|
import type { HostedExecutionBundleKind as RuntimeHostedExecutionBundleKind, HostedExecutionBundleRef as RuntimeHostedExecutionBundleRef } from "@murphai/runtime-state";
|
|
2
|
-
import type {
|
|
2
|
+
import type { HostedExecutionDeviceSyncRuntimeConnectionSnapshot as DeviceSyncHostedExecutionDeviceSyncRuntimeConnectionSnapshot, HostedExecutionDeviceSyncRuntimeConnectionStateSnapshot as DeviceSyncHostedExecutionDeviceSyncRuntimeConnectionStateSnapshot, HostedExecutionDeviceSyncRuntimeLocalStateSnapshot as DeviceSyncHostedExecutionDeviceSyncRuntimeLocalStateSnapshot, HostedExecutionDeviceSyncRuntimeSnapshotResponse as DeviceSyncHostedExecutionDeviceSyncRuntimeSnapshotResponse, HostedExecutionDeviceSyncRuntimeTokenBundle as DeviceSyncHostedExecutionDeviceSyncRuntimeTokenBundle } from "@murphai/device-syncd/hosted-runtime";
|
|
3
|
+
import type { HostedExecutionBundlePayload, HostedExecutionBundleRefState } from "./bundles.ts";
|
|
3
4
|
import type { SharePack } from "@murphai/contracts";
|
|
4
5
|
import type { HostedExecutionRunContext, HostedExecutionRunStatus, HostedExecutionTimelineEntry } from "./observability.ts";
|
|
5
6
|
export declare const HOSTED_EXECUTION_SIGNATURE_HEADER = "x-hosted-execution-signature";
|
|
6
7
|
export declare const HOSTED_EXECUTION_TIMESTAMP_HEADER = "x-hosted-execution-timestamp";
|
|
8
|
+
export declare const HOSTED_EXECUTION_NONCE_HEADER = "x-hosted-execution-nonce";
|
|
9
|
+
export declare const HOSTED_EXECUTION_SIGNING_KEY_ID_HEADER = "x-hosted-execution-signing-key-id";
|
|
7
10
|
export declare const HOSTED_EXECUTION_EVENT_KINDS: readonly ["member.activated", "linq.message.received", "telegram.message.received", "email.message.received", "assistant.cron.tick", "device-sync.wake", "vault.share.accepted", "gateway.message.send"];
|
|
8
11
|
export type HostedExecutionEventKind = (typeof HOSTED_EXECUTION_EVENT_KINDS)[number];
|
|
12
|
+
export declare const HOSTED_EXECUTION_REFERENCE_ONLY_OUTBOX_EVENT_KINDS: readonly ["linq.message.received", "telegram.message.received", "email.message.received", "device-sync.wake", "gateway.message.send"];
|
|
13
|
+
export declare const HOSTED_EXECUTION_INLINE_ONLY_OUTBOX_EVENT_KINDS: readonly ["member.activated", "assistant.cron.tick", "vault.share.accepted"];
|
|
9
14
|
export interface HostedExecutionBaseEvent {
|
|
10
15
|
kind: HostedExecutionEventKind;
|
|
11
16
|
userId: string;
|
|
12
17
|
}
|
|
13
18
|
export interface HostedExecutionMemberActivatedEvent extends HostedExecutionBaseEvent {
|
|
19
|
+
firstContact?: HostedExecutionFirstContactTarget | null;
|
|
14
20
|
kind: "member.activated";
|
|
15
21
|
}
|
|
22
|
+
export interface HostedExecutionFirstContactTarget {
|
|
23
|
+
channel: "email" | "linq" | "telegram";
|
|
24
|
+
identityId: string;
|
|
25
|
+
threadId: string;
|
|
26
|
+
threadIsDirect: boolean;
|
|
27
|
+
}
|
|
16
28
|
export interface HostedExecutionLinqMessageReceivedEvent extends HostedExecutionBaseEvent {
|
|
17
29
|
kind: "linq.message.received";
|
|
18
30
|
linqEvent: Record<string, unknown>;
|
|
19
31
|
phoneLookupKey: string;
|
|
20
32
|
}
|
|
33
|
+
export declare const HOSTED_EXECUTION_TELEGRAM_MESSAGE_SCHEMA = "murph.hosted-telegram-message.v1";
|
|
34
|
+
export interface HostedExecutionTelegramAttachment {
|
|
35
|
+
fileId: string;
|
|
36
|
+
fileName?: string | null;
|
|
37
|
+
fileSize?: number | null;
|
|
38
|
+
fileUniqueId?: string | null;
|
|
39
|
+
height?: number | null;
|
|
40
|
+
kind: "animation" | "audio" | "document" | "photo" | "sticker" | "video" | "video_note" | "voice";
|
|
41
|
+
mimeType?: string | null;
|
|
42
|
+
width?: number | null;
|
|
43
|
+
}
|
|
44
|
+
export interface HostedExecutionTelegramMessage {
|
|
45
|
+
attachments?: HostedExecutionTelegramAttachment[];
|
|
46
|
+
mediaGroupId?: string | null;
|
|
47
|
+
messageId: string;
|
|
48
|
+
schema: typeof HOSTED_EXECUTION_TELEGRAM_MESSAGE_SCHEMA;
|
|
49
|
+
text?: string | null;
|
|
50
|
+
threadId: string;
|
|
51
|
+
}
|
|
21
52
|
export interface HostedExecutionTelegramMessageReceivedEvent extends HostedExecutionBaseEvent {
|
|
22
|
-
botUserId: string | null;
|
|
23
53
|
kind: "telegram.message.received";
|
|
24
|
-
|
|
54
|
+
telegramMessage: HostedExecutionTelegramMessage;
|
|
25
55
|
}
|
|
26
56
|
export interface HostedExecutionEmailMessageReceivedEvent extends HostedExecutionBaseEvent {
|
|
27
57
|
kind: "email.message.received";
|
|
@@ -61,17 +91,21 @@ export interface HostedExecutionDeviceSyncWakeEvent extends HostedExecutionBaseE
|
|
|
61
91
|
kind: "device-sync.wake";
|
|
62
92
|
provider?: string | null;
|
|
63
93
|
reason: "connected" | "webhook_hint" | "disconnected" | "reauthorization_required";
|
|
64
|
-
runtimeSnapshot?:
|
|
94
|
+
runtimeSnapshot?: DeviceSyncHostedExecutionDeviceSyncRuntimeSnapshotResponse | null;
|
|
65
95
|
}
|
|
66
96
|
export interface HostedExecutionShareReference {
|
|
67
|
-
|
|
68
|
-
shareCode: string;
|
|
97
|
+
ownerUserId: string;
|
|
69
98
|
shareId: string;
|
|
70
99
|
}
|
|
71
100
|
export interface HostedExecutionVaultShareAcceptedEvent extends HostedExecutionBaseEvent {
|
|
72
101
|
kind: "vault.share.accepted";
|
|
73
102
|
share: HostedExecutionShareReference;
|
|
74
103
|
}
|
|
104
|
+
export interface HostedExecutionRunnerSharePack {
|
|
105
|
+
ownerUserId: string;
|
|
106
|
+
pack: SharePack;
|
|
107
|
+
shareId: string;
|
|
108
|
+
}
|
|
75
109
|
export interface HostedExecutionGatewayMessageSendEvent extends HostedExecutionBaseEvent {
|
|
76
110
|
clientRequestId: string | null;
|
|
77
111
|
kind: "gateway.message.send";
|
|
@@ -87,12 +121,13 @@ export interface HostedExecutionDispatchRequest {
|
|
|
87
121
|
}
|
|
88
122
|
export type HostedExecutionBundleKind = RuntimeHostedExecutionBundleKind;
|
|
89
123
|
export interface HostedExecutionRunnerRequest {
|
|
90
|
-
|
|
124
|
+
bundle: HostedExecutionBundlePayload;
|
|
91
125
|
dispatch: HostedExecutionDispatchRequest;
|
|
92
126
|
run?: HostedExecutionRunContext | null;
|
|
127
|
+
sharePack?: HostedExecutionRunnerSharePack | null;
|
|
93
128
|
}
|
|
94
129
|
export interface HostedExecutionRunnerResult {
|
|
95
|
-
|
|
130
|
+
bundle: HostedExecutionBundlePayload;
|
|
96
131
|
result: {
|
|
97
132
|
eventsHandled: number;
|
|
98
133
|
nextWakeAt?: string | null;
|
|
@@ -102,7 +137,7 @@ export interface HostedExecutionRunnerResult {
|
|
|
102
137
|
export type HostedExecutionBundleRef = RuntimeHostedExecutionBundleRef;
|
|
103
138
|
export interface HostedExecutionUserStatus {
|
|
104
139
|
backpressuredEventIds?: string[];
|
|
105
|
-
|
|
140
|
+
bundleRef: HostedExecutionBundleRefState;
|
|
106
141
|
inFlight: boolean;
|
|
107
142
|
lastError: string | null;
|
|
108
143
|
lastErrorAt?: string | null;
|
|
@@ -129,104 +164,13 @@ export interface HostedExecutionDispatchResult {
|
|
|
129
164
|
event: HostedExecutionEventDispatchStatus;
|
|
130
165
|
status: HostedExecutionUserStatus;
|
|
131
166
|
}
|
|
132
|
-
export interface HostedExecutionUserEnvStatus {
|
|
133
|
-
configuredUserEnvKeys: string[];
|
|
134
|
-
userId: string;
|
|
135
|
-
}
|
|
136
|
-
export interface HostedExecutionUserEnvUpdate {
|
|
137
|
-
env: Record<string, string | null>;
|
|
138
|
-
mode: "merge" | "replace";
|
|
139
|
-
}
|
|
140
167
|
export declare const HOSTED_EXECUTION_USER_ID_HEADER = "x-hosted-execution-user-id";
|
|
141
168
|
export declare const HOSTED_EXECUTION_RUNNER_PROXY_TOKEN_HEADER = "x-hosted-execution-runner-proxy-token";
|
|
142
|
-
export
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
export
|
|
147
|
-
accessToken: string;
|
|
148
|
-
accessTokenExpiresAt: string | null;
|
|
149
|
-
keyVersion: string;
|
|
150
|
-
refreshToken: string | null;
|
|
151
|
-
tokenVersion: number;
|
|
152
|
-
}
|
|
153
|
-
export interface HostedExecutionDeviceSyncRuntimeConnectionStateSnapshot {
|
|
154
|
-
accessTokenExpiresAt: string | null;
|
|
155
|
-
connectedAt: string;
|
|
156
|
-
createdAt: string;
|
|
157
|
-
displayName: string | null;
|
|
158
|
-
externalAccountId: string;
|
|
159
|
-
id: string;
|
|
160
|
-
metadata: Record<string, unknown>;
|
|
161
|
-
provider: string;
|
|
162
|
-
scopes: string[];
|
|
163
|
-
status: "active" | "reauthorization_required" | "disconnected";
|
|
164
|
-
updatedAt?: string;
|
|
165
|
-
}
|
|
166
|
-
export interface HostedExecutionDeviceSyncRuntimeLocalStateSnapshot {
|
|
167
|
-
lastErrorCode: string | null;
|
|
168
|
-
lastErrorMessage: string | null;
|
|
169
|
-
lastSyncCompletedAt: string | null;
|
|
170
|
-
lastSyncErrorAt: string | null;
|
|
171
|
-
lastSyncStartedAt: string | null;
|
|
172
|
-
lastWebhookAt: string | null;
|
|
173
|
-
nextReconcileAt: string | null;
|
|
174
|
-
}
|
|
175
|
-
export interface HostedExecutionDeviceSyncRuntimeConnectionSnapshot {
|
|
176
|
-
connection: HostedExecutionDeviceSyncRuntimeConnectionStateSnapshot;
|
|
177
|
-
localState: HostedExecutionDeviceSyncRuntimeLocalStateSnapshot;
|
|
178
|
-
tokenBundle: HostedExecutionDeviceSyncRuntimeTokenBundle | null;
|
|
179
|
-
}
|
|
180
|
-
export interface HostedExecutionDeviceSyncRuntimeSnapshotRequest {
|
|
181
|
-
connectionId?: string | null;
|
|
182
|
-
provider?: string | null;
|
|
183
|
-
userId: string;
|
|
184
|
-
}
|
|
185
|
-
export interface HostedExecutionDeviceSyncRuntimeSnapshotResponse {
|
|
186
|
-
connections: HostedExecutionDeviceSyncRuntimeConnectionSnapshot[];
|
|
187
|
-
generatedAt: string;
|
|
188
|
-
userId: string;
|
|
189
|
-
}
|
|
190
|
-
export interface HostedExecutionDeviceSyncRuntimeConnectionStateUpdate {
|
|
191
|
-
displayName?: string | null;
|
|
192
|
-
metadata?: Record<string, unknown>;
|
|
193
|
-
scopes?: string[];
|
|
194
|
-
status?: "active" | "reauthorization_required" | "disconnected";
|
|
195
|
-
}
|
|
196
|
-
export interface HostedExecutionDeviceSyncRuntimeLocalStateUpdate {
|
|
197
|
-
clearError?: boolean;
|
|
198
|
-
lastErrorCode?: string | null;
|
|
199
|
-
lastErrorMessage?: string | null;
|
|
200
|
-
lastSyncCompletedAt?: string | null;
|
|
201
|
-
lastSyncErrorAt?: string | null;
|
|
202
|
-
lastSyncStartedAt?: string | null;
|
|
203
|
-
lastWebhookAt?: string | null;
|
|
204
|
-
nextReconcileAt?: string | null;
|
|
205
|
-
}
|
|
206
|
-
export interface HostedExecutionDeviceSyncRuntimeConnectionUpdate {
|
|
207
|
-
connectionId: string;
|
|
208
|
-
connection?: HostedExecutionDeviceSyncRuntimeConnectionStateUpdate;
|
|
209
|
-
localState?: HostedExecutionDeviceSyncRuntimeLocalStateUpdate;
|
|
210
|
-
observedUpdatedAt?: string | null;
|
|
211
|
-
observedTokenVersion?: number | null;
|
|
212
|
-
tokenBundle?: HostedExecutionDeviceSyncRuntimeTokenBundle | null;
|
|
213
|
-
}
|
|
214
|
-
export interface HostedExecutionDeviceSyncRuntimeApplyRequest {
|
|
215
|
-
occurredAt?: string | null;
|
|
216
|
-
updates: HostedExecutionDeviceSyncRuntimeConnectionUpdate[];
|
|
217
|
-
userId: string;
|
|
218
|
-
}
|
|
219
|
-
export interface HostedExecutionDeviceSyncRuntimeApplyEntry {
|
|
220
|
-
connection: HostedExecutionDeviceSyncRuntimeConnectionSnapshot["connection"] | null;
|
|
221
|
-
connectionId: string;
|
|
222
|
-
status: "missing" | "updated";
|
|
223
|
-
tokenUpdate: "applied" | "cleared" | "missing" | "skipped_version_mismatch" | "unchanged";
|
|
224
|
-
}
|
|
225
|
-
export interface HostedExecutionDeviceSyncRuntimeApplyResponse {
|
|
226
|
-
appliedAt: string;
|
|
227
|
-
updates: HostedExecutionDeviceSyncRuntimeApplyEntry[];
|
|
228
|
-
userId: string;
|
|
229
|
-
}
|
|
169
|
+
export type HostedExecutionDeviceSyncRuntimeTokenBundle = DeviceSyncHostedExecutionDeviceSyncRuntimeTokenBundle;
|
|
170
|
+
export type HostedExecutionDeviceSyncRuntimeConnectionStateSnapshot = DeviceSyncHostedExecutionDeviceSyncRuntimeConnectionStateSnapshot;
|
|
171
|
+
export type HostedExecutionDeviceSyncRuntimeLocalStateSnapshot = DeviceSyncHostedExecutionDeviceSyncRuntimeLocalStateSnapshot;
|
|
172
|
+
export type HostedExecutionDeviceSyncRuntimeConnectionSnapshot = DeviceSyncHostedExecutionDeviceSyncRuntimeConnectionSnapshot;
|
|
173
|
+
export type HostedExecutionDeviceSyncRuntimeSnapshotResponse = DeviceSyncHostedExecutionDeviceSyncRuntimeSnapshotResponse;
|
|
230
174
|
export interface HostedExecutionDispatchStateSnapshot {
|
|
231
175
|
backpressured: boolean;
|
|
232
176
|
consumed: boolean;
|
|
@@ -235,21 +179,8 @@ export interface HostedExecutionDispatchStateSnapshot {
|
|
|
235
179
|
poisoned: boolean;
|
|
236
180
|
}
|
|
237
181
|
export declare const HOSTED_EXECUTION_DISPATCH_NOT_CONFIGURED_ERROR = "Hosted execution dispatch is not configured.";
|
|
238
|
-
export declare const HOSTED_EXECUTION_DISPATCH_LIFECYCLE_STATUSES: readonly ["pending", "accepted", "completed", "failed"];
|
|
239
|
-
export type HostedExecutionDispatchLifecycleStatus = (typeof HOSTED_EXECUTION_DISPATCH_LIFECYCLE_STATUSES)[number];
|
|
240
|
-
export interface HostedExecutionDispatchLifecycle {
|
|
241
|
-
lastError: string | null;
|
|
242
|
-
status: HostedExecutionDispatchLifecycleStatus;
|
|
243
|
-
}
|
|
244
182
|
export declare function resolveHostedExecutionDispatchOutcomeState(input: {
|
|
245
183
|
initialState: HostedExecutionDispatchStateSnapshot;
|
|
246
184
|
nextState: HostedExecutionDispatchStateSnapshot;
|
|
247
185
|
}): HostedExecutionDispatchResult["event"]["state"];
|
|
248
|
-
export declare function resolveHostedExecutionDispatchLifecycle(dispatchResult: HostedExecutionDispatchResult): HostedExecutionDispatchLifecycle;
|
|
249
|
-
export declare function resolveHostedDeviceSyncWakeContext(event: HostedExecutionDeviceSyncWakeEvent): {
|
|
250
|
-
connectionId: string | null;
|
|
251
|
-
hint: HostedExecutionDeviceSyncWakeEvent["hint"];
|
|
252
|
-
provider: string | null;
|
|
253
|
-
};
|
|
254
|
-
export declare function normalizeHostedDeviceSyncJobHints(value: HostedExecutionDeviceSyncWakeEvent["hint"]): HostedExecutionDeviceSyncJobHint[];
|
|
255
186
|
//# sourceMappingURL=contracts.d.ts.map
|
package/dist/contracts.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../src/contracts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,yBAAyB,IAAI,gCAAgC,EAC7D,wBAAwB,IAAI,+BAA+B,EAC5D,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EACV,
|
|
1
|
+
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../src/contracts.ts"],"names":[],"mappings":"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"}
|