@elizaos/shared 2.0.0-alpha.538 → 2.0.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/agent-api-types.d.ts +210 -0
- package/api/agent-api-types.d.ts.map +1 -0
- package/api/agent-api-types.js +11 -0
- package/api/agent-api-types.js.map +1 -0
- package/api/http-helpers.d.ts +3 -0
- package/api/http-helpers.d.ts.map +1 -0
- package/api/http-helpers.js +2 -0
- package/api/http-helpers.js.map +1 -0
- package/api/route-helpers.d.ts +2 -0
- package/api/route-helpers.d.ts.map +1 -0
- package/api/route-helpers.js +2 -0
- package/api/route-helpers.js.map +1 -0
- package/app-hero-art.d.ts.map +1 -1
- package/app-hero-art.js +5 -13
- package/app-hero-art.js.map +1 -1
- package/brand/index.d.ts +130 -0
- package/brand/index.d.ts.map +1 -0
- package/brand/index.js +126 -0
- package/brand/index.js.map +1 -0
- package/brand-classic/index.d.ts +158 -0
- package/brand-classic/index.d.ts.map +1 -0
- package/brand-classic/index.js +91 -0
- package/brand-classic/index.js.map +1 -0
- package/character-language.d.ts +16 -0
- package/character-language.d.ts.map +1 -0
- package/character-language.js +58 -0
- package/character-language.js.map +1 -0
- package/{onboarding-presets.characters.d.ts → character-presets.characters.d.ts} +2 -2
- package/character-presets.characters.d.ts.map +1 -0
- package/{onboarding-presets.characters.js → character-presets.characters.js} +1 -1
- package/character-presets.characters.js.map +1 -0
- package/{onboarding-presets.d.ts → character-presets.d.ts} +7 -5
- package/character-presets.d.ts.map +1 -0
- package/{onboarding-presets.js → character-presets.js} +53 -58
- package/character-presets.js.map +1 -0
- package/{onboarding-presets.shared.d.ts → character-presets.shared.d.ts} +1 -1
- package/character-presets.shared.d.ts.map +1 -0
- package/{onboarding-presets.shared.js → character-presets.shared.js} +1 -1
- package/character-presets.shared.js.map +1 -0
- package/checkout/index.d.ts +48 -0
- package/checkout/index.d.ts.map +1 -0
- package/checkout/index.js +59 -0
- package/checkout/index.js.map +1 -0
- package/cli/parse-duration.d.ts +5 -0
- package/cli/parse-duration.d.ts.map +1 -0
- package/cli/parse-duration.js +26 -0
- package/cli/parse-duration.js.map +1 -0
- package/config/allowed-hosts.d.ts +8 -0
- package/config/allowed-hosts.d.ts.map +1 -0
- package/config/allowed-hosts.js +44 -0
- package/config/allowed-hosts.js.map +1 -0
- package/config/api-key-prefix-hints.d.ts +24 -0
- package/config/api-key-prefix-hints.d.ts.map +1 -0
- package/config/api-key-prefix-hints.js +26 -0
- package/config/api-key-prefix-hints.js.map +1 -0
- package/config/app-config.d.ts +274 -0
- package/config/app-config.d.ts.map +1 -0
- package/config/app-config.js +64 -0
- package/config/app-config.js.map +1 -0
- package/config/app-manifest.d.ts +75 -0
- package/config/app-manifest.d.ts.map +1 -0
- package/config/app-manifest.js +115 -0
- package/config/app-manifest.js.map +1 -0
- package/config/boot-config-store.d.ts +74 -0
- package/config/boot-config-store.d.ts.map +1 -0
- package/config/boot-config-store.js +121 -0
- package/config/boot-config-store.js.map +1 -0
- package/config/boot-config.d.ts +6 -0
- package/config/boot-config.d.ts.map +1 -0
- package/config/boot-config.js +6 -0
- package/config/boot-config.js.map +1 -0
- package/config/branding.d.ts +53 -0
- package/config/branding.d.ts.map +1 -0
- package/config/branding.js +23 -0
- package/config/branding.js.map +1 -0
- package/config/cloud-only.d.ts +8 -0
- package/config/cloud-only.d.ts.map +1 -0
- package/config/cloud-only.js +26 -0
- package/config/cloud-only.js.map +1 -0
- package/config/config-catalog.d.ts +371 -0
- package/config/config-catalog.d.ts.map +1 -0
- package/config/config-catalog.js +719 -0
- package/config/config-catalog.js.map +1 -0
- package/config/config-paths.d.ts +11 -0
- package/config/config-paths.d.ts.map +1 -0
- package/config/config-paths.js +74 -0
- package/config/config-paths.js.map +1 -0
- package/config/config.d.ts +11 -0
- package/config/config.d.ts.map +1 -0
- package/config/config.js +23 -0
- package/config/config.js.map +1 -0
- package/config/distribution-profile.d.ts +16 -0
- package/config/distribution-profile.d.ts.map +1 -0
- package/config/distribution-profile.js +29 -0
- package/config/distribution-profile.js.map +1 -0
- package/config/env-vars.d.ts +2 -0
- package/config/env-vars.d.ts.map +1 -0
- package/config/env-vars.js +2 -0
- package/config/env-vars.js.map +1 -0
- package/config/index.d.ts +12 -0
- package/config/index.d.ts.map +1 -0
- package/config/index.js +15 -0
- package/config/index.js.map +1 -0
- package/config/plugin-auto-enable-engine.d.ts +4 -0
- package/config/plugin-auto-enable-engine.d.ts.map +1 -0
- package/config/plugin-auto-enable-engine.js +45 -0
- package/config/plugin-auto-enable-engine.js.map +1 -0
- package/config/plugin-auto-enable.d.ts +2 -0
- package/config/plugin-auto-enable.d.ts.map +1 -0
- package/config/plugin-auto-enable.js +8 -0
- package/config/plugin-auto-enable.js.map +1 -0
- package/config/plugin-manifest.d.ts +89 -0
- package/config/plugin-manifest.d.ts.map +1 -0
- package/config/plugin-manifest.js +281 -0
- package/config/plugin-manifest.js.map +1 -0
- package/config/plugin-ui-spec.d.ts +42 -0
- package/config/plugin-ui-spec.d.ts.map +1 -0
- package/config/plugin-ui-spec.js +257 -0
- package/config/plugin-ui-spec.js.map +1 -0
- package/config/runtime-mode.d.ts +54 -0
- package/config/runtime-mode.d.ts.map +1 -0
- package/config/runtime-mode.js +107 -0
- package/config/runtime-mode.js.map +1 -0
- package/config/runtime-overrides.d.ts +16 -0
- package/config/runtime-overrides.d.ts.map +1 -0
- package/config/runtime-overrides.js +49 -0
- package/config/runtime-overrides.js.map +1 -0
- package/config/schema.d.ts +7 -0
- package/config/schema.d.ts.map +1 -0
- package/config/schema.js +30 -0
- package/config/schema.js.map +1 -0
- package/config/types.agent-defaults.d.ts +6 -1
- package/config/types.agent-defaults.d.ts.map +1 -1
- package/config/types.agents.d.ts +9 -4
- package/config/types.agents.d.ts.map +1 -1
- package/config/types.eliza.d.ts +27 -49
- package/config/types.eliza.d.ts.map +1 -1
- package/config/types.messages.d.ts +2 -2
- package/config/types.messages.d.ts.map +1 -1
- package/config/types.tools.d.ts +2 -2
- package/config/types.tools.d.ts.map +1 -1
- package/config/ui-spec.d.ts +164 -0
- package/config/ui-spec.d.ts.map +1 -0
- package/config/ui-spec.js +14 -0
- package/config/ui-spec.js.map +1 -0
- package/config/wechat-config.d.ts +2 -0
- package/config/wechat-config.d.ts.map +1 -0
- package/config/wechat-config.js +2 -0
- package/config/wechat-config.js.map +1 -0
- package/config/zod-schema.agent-runtime.d.ts +1087 -0
- package/config/zod-schema.agent-runtime.d.ts.map +1 -0
- package/config/zod-schema.agent-runtime.js +764 -0
- package/config/zod-schema.agent-runtime.js.map +1 -0
- package/config/zod-schema.core.d.ts +1048 -0
- package/config/zod-schema.core.d.ts.map +1 -0
- package/config/zod-schema.core.js +707 -0
- package/config/zod-schema.core.js.map +1 -0
- package/connector-cred-types.d.ts +3 -3
- package/connector-cred-types.js +4 -4
- package/connectors.d.ts +0 -8
- package/connectors.d.ts.map +1 -1
- package/connectors.js +26 -50
- package/connectors.js.map +1 -1
- package/contracts/agent-routes.d.ts +63 -0
- package/contracts/agent-routes.d.ts.map +1 -0
- package/contracts/agent-routes.js +55 -0
- package/contracts/agent-routes.js.map +1 -0
- package/contracts/app-permissions-routes.d.ts +148 -0
- package/contracts/app-permissions-routes.d.ts.map +1 -0
- package/contracts/app-permissions-routes.js +96 -0
- package/contracts/app-permissions-routes.js.map +1 -0
- package/contracts/app-permissions.d.ts +122 -0
- package/contracts/app-permissions.d.ts.map +1 -0
- package/contracts/app-permissions.js +163 -0
- package/contracts/app-permissions.js.map +1 -0
- package/contracts/apps-favorites-routes.d.ts +44 -0
- package/contracts/apps-favorites-routes.d.ts.map +1 -0
- package/contracts/apps-favorites-routes.js +48 -0
- package/contracts/apps-favorites-routes.js.map +1 -0
- package/contracts/apps-lifecycle-routes.d.ts +185 -0
- package/contracts/apps-lifecycle-routes.d.ts.map +1 -0
- package/contracts/apps-lifecycle-routes.js +204 -0
- package/contracts/apps-lifecycle-routes.js.map +1 -0
- package/contracts/apps-loading-routes.d.ts +64 -0
- package/contracts/apps-loading-routes.d.ts.map +1 -0
- package/contracts/apps-loading-routes.js +65 -0
- package/contracts/apps-loading-routes.js.map +1 -0
- package/contracts/apps-runs-routes.d.ts +33 -0
- package/contracts/apps-runs-routes.d.ts.map +1 -0
- package/contracts/apps-runs-routes.js +38 -0
- package/contracts/apps-runs-routes.js.map +1 -0
- package/contracts/apps.d.ts +883 -3
- package/contracts/apps.d.ts.map +1 -1
- package/contracts/apps.js +278 -40
- package/contracts/apps.js.map +1 -1
- package/contracts/auth-routes.d.ts +23 -0
- package/contracts/auth-routes.d.ts.map +1 -0
- package/contracts/auth-routes.js +25 -0
- package/contracts/auth-routes.js.map +1 -0
- package/contracts/awareness.d.ts +1 -1
- package/contracts/calendar.d.ts +181 -0
- package/contracts/calendar.d.ts.map +1 -0
- package/contracts/calendar.js +19 -0
- package/contracts/calendar.js.map +1 -0
- package/contracts/character-routes.d.ts +70 -0
- package/contracts/character-routes.d.ts.map +1 -0
- package/contracts/character-routes.js +49 -0
- package/contracts/character-routes.js.map +1 -0
- package/contracts/cloud-coding-containers.d.ts +432 -0
- package/contracts/cloud-coding-containers.d.ts.map +1 -0
- package/contracts/cloud-coding-containers.js +135 -0
- package/contracts/cloud-coding-containers.js.map +1 -0
- package/contracts/cloud-topology.js +7 -7
- package/contracts/cloud-topology.js.map +1 -1
- package/contracts/config.d.ts +52 -4
- package/contracts/config.d.ts.map +1 -1
- package/contracts/connector-routes.d.ts +39 -0
- package/contracts/connector-routes.d.ts.map +1 -0
- package/contracts/connector-routes.js +50 -0
- package/contracts/connector-routes.js.map +1 -0
- package/contracts/content-pack.d.ts +2 -2
- package/contracts/content-pack.d.ts.map +1 -1
- package/contracts/content-pack.js +1 -1
- package/contracts/conversation-routes.d.ts +195 -0
- package/contracts/conversation-routes.d.ts.map +1 -0
- package/contracts/conversation-routes.js +107 -0
- package/contracts/conversation-routes.js.map +1 -0
- package/contracts/diagnostics-routes.d.ts +33 -0
- package/contracts/diagnostics-routes.d.ts.map +1 -0
- package/contracts/diagnostics-routes.js +26 -0
- package/contracts/diagnostics-routes.js.map +1 -0
- package/contracts/feature-result.d.ts +24 -0
- package/contracts/feature-result.d.ts.map +1 -0
- package/contracts/feature-result.js +7 -0
- package/contracts/feature-result.js.map +1 -0
- package/contracts/{onboarding.d.ts → first-run-options.d.ts} +172 -69
- package/contracts/first-run-options.d.ts.map +1 -0
- package/contracts/{onboarding.js → first-run-options.js} +222 -91
- package/contracts/first-run-options.js.map +1 -0
- package/contracts/first-run-routes.d.ts +167 -0
- package/contracts/first-run-routes.d.ts.map +1 -0
- package/contracts/first-run-routes.js +115 -0
- package/contracts/first-run-routes.js.map +1 -0
- package/contracts/health.d.ts +30 -0
- package/contracts/health.d.ts.map +1 -0
- package/contracts/health.js +29 -0
- package/contracts/health.js.map +1 -0
- package/contracts/inbox-routes.d.ts +37 -0
- package/contracts/inbox-routes.d.ts.map +1 -0
- package/contracts/inbox-routes.js +44 -0
- package/contracts/inbox-routes.js.map +1 -0
- package/contracts/index.d.ts +30 -3
- package/contracts/index.d.ts.map +1 -1
- package/contracts/index.js +30 -3
- package/contracts/index.js.map +1 -1
- package/contracts/memory-routes.d.ts +27 -0
- package/contracts/memory-routes.d.ts.map +1 -0
- package/contracts/memory-routes.js +23 -0
- package/contracts/memory-routes.js.map +1 -0
- package/contracts/misc-routes.d.ts +192 -0
- package/contracts/misc-routes.d.ts.map +1 -0
- package/contracts/misc-routes.js +155 -0
- package/contracts/misc-routes.js.map +1 -0
- package/contracts/permissions-routes.d.ts +31 -0
- package/contracts/permissions-routes.d.ts.map +1 -0
- package/contracts/permissions-routes.js +34 -0
- package/contracts/permissions-routes.js.map +1 -0
- package/contracts/permissions.d.ts +81 -11
- package/contracts/permissions.d.ts.map +1 -1
- package/contracts/permissions.js +37 -1
- package/contracts/permissions.js.map +1 -1
- package/contracts/{lifeops.d.ts → personal-assistant.d.ts} +368 -170
- package/contracts/personal-assistant.d.ts.map +1 -0
- package/contracts/{lifeops.js → personal-assistant.js} +39 -13
- package/contracts/personal-assistant.js.map +1 -0
- package/contracts/plugin-routes.d.ts +105 -0
- package/contracts/plugin-routes.d.ts.map +1 -0
- package/contracts/plugin-routes.js +81 -0
- package/contracts/plugin-routes.js.map +1 -0
- package/contracts/relationships-routes.d.ts +23 -0
- package/contracts/relationships-routes.d.ts.map +1 -0
- package/contracts/relationships-routes.js +22 -0
- package/contracts/relationships-routes.js.map +1 -0
- package/contracts/service-routing.d.ts +7 -121
- package/contracts/service-routing.d.ts.map +1 -1
- package/contracts/service-routing.js +19 -12
- package/contracts/service-routing.js.map +1 -1
- package/contracts/skills-routes.d.ts +116 -0
- package/contracts/skills-routes.d.ts.map +1 -0
- package/contracts/skills-routes.js +115 -0
- package/contracts/skills-routes.js.map +1 -0
- package/contracts/subscription-routes.d.ts +47 -0
- package/contracts/subscription-routes.d.ts.map +1 -0
- package/contracts/subscription-routes.js +50 -0
- package/contracts/subscription-routes.js.map +1 -0
- package/contracts/tail-routes.d.ts +78 -0
- package/contracts/tail-routes.d.ts.map +1 -0
- package/contracts/tail-routes.js +63 -0
- package/contracts/tail-routes.js.map +1 -0
- package/contracts/theme.d.ts +0 -2
- package/contracts/theme.d.ts.map +1 -1
- package/contracts/theme.js +0 -2
- package/contracts/theme.js.map +1 -1
- package/contracts/update-status.d.ts +100 -0
- package/contracts/update-status.d.ts.map +1 -0
- package/contracts/update-status.js +45 -0
- package/contracts/update-status.js.map +1 -0
- package/contracts/wallet-routes.d.ts +82 -0
- package/contracts/wallet-routes.d.ts.map +1 -0
- package/contracts/wallet-routes.js +49 -0
- package/contracts/wallet-routes.js.map +1 -0
- package/contracts/wallet.d.ts +12 -570
- package/contracts/wallet.d.ts.map +1 -1
- package/contracts/wallet.js +139 -0
- package/contracts/wallet.js.map +1 -1
- package/contracts/workbench-routes.d.ts +231 -0
- package/contracts/workbench-routes.d.ts.map +1 -0
- package/contracts/workbench-routes.js +183 -0
- package/contracts/workbench-routes.js.map +1 -0
- package/db/drizzle-database.d.ts +13 -0
- package/db/drizzle-database.d.ts.map +1 -0
- package/db/drizzle-database.js +2 -0
- package/db/drizzle-database.js.map +1 -0
- package/dev-settings-banner-style.d.ts +1 -1
- package/dev-settings-banner-style.js +2 -2
- package/dev-settings-banner-style.js.map +1 -1
- package/dev-settings-figlet-heading.d.ts.map +1 -1
- package/dev-settings-figlet-heading.js +1 -8
- package/dev-settings-figlet-heading.js.map +1 -1
- package/elizacloud/base-url.d.ts +6 -0
- package/elizacloud/base-url.d.ts.map +1 -0
- package/elizacloud/base-url.js +65 -0
- package/elizacloud/base-url.js.map +1 -0
- package/elizacloud/cloud-provisioning.d.ts +9 -0
- package/elizacloud/cloud-provisioning.d.ts.map +1 -0
- package/elizacloud/cloud-provisioning.js +25 -0
- package/elizacloud/cloud-provisioning.js.map +1 -0
- package/elizacloud/cloud-secrets.d.ts +23 -0
- package/elizacloud/cloud-secrets.d.ts.map +1 -0
- package/elizacloud/cloud-secrets.js +51 -0
- package/elizacloud/cloud-secrets.js.map +1 -0
- package/elizacloud/index.d.ts +6 -0
- package/elizacloud/index.d.ts.map +1 -0
- package/elizacloud/index.js +6 -0
- package/elizacloud/index.js.map +1 -0
- package/elizacloud/is-cloud-reachable.d.ts +19 -0
- package/elizacloud/is-cloud-reachable.d.ts.map +1 -0
- package/elizacloud/is-cloud-reachable.js +44 -0
- package/elizacloud/is-cloud-reachable.js.map +1 -0
- package/elizacloud/server-cloud-tts.d.ts +21 -0
- package/elizacloud/server-cloud-tts.d.ts.map +1 -0
- package/elizacloud/server-cloud-tts.js +293 -0
- package/elizacloud/server-cloud-tts.js.map +1 -0
- package/email-classification/email-classifier.d.ts +57 -0
- package/email-classification/email-classifier.d.ts.map +1 -0
- package/email-classification/email-classifier.js +348 -0
- package/email-classification/email-classifier.js.map +1 -0
- package/email-classification/index.d.ts +12 -0
- package/email-classification/index.d.ts.map +1 -0
- package/email-classification/index.js +12 -0
- package/email-classification/index.js.map +1 -0
- package/email-classification/wrap-untrusted-email-content.d.ts +15 -0
- package/email-classification/wrap-untrusted-email-content.d.ts.map +1 -0
- package/email-classification/wrap-untrusted-email-content.js +24 -0
- package/email-classification/wrap-untrusted-email-content.js.map +1 -0
- package/env-utils.d.ts +1 -4
- package/env-utils.d.ts.map +1 -1
- package/env-utils.js +9 -1
- package/env-utils.js.map +1 -1
- package/events/index.d.ts +68 -0
- package/events/index.d.ts.map +1 -0
- package/events/index.js +53 -0
- package/events/index.js.map +1 -0
- package/hardware-catalog/index.d.ts +204 -0
- package/hardware-catalog/index.d.ts.map +1 -0
- package/hardware-catalog/index.js +174 -0
- package/hardware-catalog/index.js.map +1 -0
- package/i18n/generated/validation-keyword-data.d.ts +2711 -748
- package/i18n/generated/validation-keyword-data.d.ts.map +1 -1
- package/i18n/generated/validation-keyword-data.js +2711 -748
- package/i18n/generated/validation-keyword-data.js.map +1 -1
- package/i18n/keyword-matching.d.ts.map +1 -1
- package/i18n/keyword-matching.js +4 -1
- package/i18n/keyword-matching.js.map +1 -1
- package/index.d.ts +82 -7
- package/index.d.ts.map +1 -1
- package/index.js +109 -13
- package/index.js.map +1 -1
- package/knowledge-graph/entity-types.d.ts +135 -0
- package/knowledge-graph/entity-types.d.ts.map +1 -0
- package/knowledge-graph/entity-types.js +75 -0
- package/knowledge-graph/entity-types.js.map +1 -0
- package/knowledge-graph/index.d.ts +13 -0
- package/knowledge-graph/index.d.ts.map +1 -0
- package/knowledge-graph/index.js +13 -0
- package/knowledge-graph/index.js.map +1 -0
- package/knowledge-graph/merge.d.ts +76 -0
- package/knowledge-graph/merge.d.ts.map +1 -0
- package/knowledge-graph/merge.js +175 -0
- package/knowledge-graph/merge.js.map +1 -0
- package/knowledge-graph/relationship-types.d.ts +105 -0
- package/knowledge-graph/relationship-types.d.ts.map +1 -0
- package/knowledge-graph/relationship-types.js +114 -0
- package/knowledge-graph/relationship-types.js.map +1 -0
- package/lifeops-constants/index.d.ts +9 -0
- package/lifeops-constants/index.d.ts.map +1 -0
- package/lifeops-constants/index.js +9 -0
- package/lifeops-constants/index.js.map +1 -0
- package/lifeops-constants/service-constants.d.ts +79 -0
- package/lifeops-constants/service-constants.d.ts.map +1 -0
- package/lifeops-constants/service-constants.js +123 -0
- package/lifeops-constants/service-constants.js.map +1 -0
- package/lifeops-normalize/index.d.ts +12 -0
- package/lifeops-normalize/index.d.ts.map +1 -0
- package/lifeops-normalize/index.js +12 -0
- package/lifeops-normalize/index.js.map +1 -0
- package/lifeops-normalize/service-error.d.ts +14 -0
- package/lifeops-normalize/service-error.d.ts.map +1 -0
- package/lifeops-normalize/service-error.js +19 -0
- package/lifeops-normalize/service-error.js.map +1 -0
- package/lifeops-normalize/service-normalize.d.ts +38 -0
- package/lifeops-normalize/service-normalize.d.ts.map +1 -0
- package/lifeops-normalize/service-normalize.js +205 -0
- package/lifeops-normalize/service-normalize.js.map +1 -0
- package/lifeops-normalize/time-zone.d.ts +12 -0
- package/lifeops-normalize/time-zone.d.ts.map +1 -0
- package/lifeops-normalize/time-zone.js +29 -0
- package/lifeops-normalize/time-zone.js.map +1 -0
- package/local-inference/catalog.d.ts +97 -0
- package/local-inference/catalog.d.ts.map +1 -0
- package/local-inference/catalog.js +510 -0
- package/local-inference/catalog.js.map +1 -0
- package/local-inference/gpu-profiles.d.ts +110 -0
- package/local-inference/gpu-profiles.d.ts.map +1 -0
- package/local-inference/gpu-profiles.js +191 -0
- package/local-inference/gpu-profiles.js.map +1 -0
- package/local-inference/index.d.ts +21 -0
- package/local-inference/index.d.ts.map +1 -0
- package/local-inference/index.js +18 -0
- package/local-inference/index.js.map +1 -0
- package/local-inference/manifest-signature.d.ts +61 -0
- package/local-inference/manifest-signature.d.ts.map +1 -0
- package/local-inference/manifest-signature.js +129 -0
- package/local-inference/manifest-signature.js.map +1 -0
- package/local-inference/network-policy.d.ts +115 -0
- package/local-inference/network-policy.d.ts.map +1 -0
- package/local-inference/network-policy.js +154 -0
- package/local-inference/network-policy.js.map +1 -0
- package/local-inference/paths.d.ts +24 -0
- package/local-inference/paths.d.ts.map +1 -0
- package/local-inference/paths.js +40 -0
- package/local-inference/paths.js.map +1 -0
- package/local-inference/providers-types.d.ts +56 -0
- package/local-inference/providers-types.d.ts.map +1 -0
- package/local-inference/providers-types.js +19 -0
- package/local-inference/providers-types.js.map +1 -0
- package/local-inference/routing-preferences.d.ts +38 -0
- package/local-inference/routing-preferences.d.ts.map +1 -0
- package/local-inference/routing-preferences.js +90 -0
- package/local-inference/routing-preferences.js.map +1 -0
- package/local-inference/throughput.d.ts +74 -0
- package/local-inference/throughput.d.ts.map +1 -0
- package/local-inference/throughput.js +84 -0
- package/local-inference/throughput.js.map +1 -0
- package/local-inference/types.d.ts +510 -0
- package/local-inference/types.d.ts.map +1 -0
- package/local-inference/types.js +22 -0
- package/local-inference/types.js.map +1 -0
- package/local-inference/verify.d.ts +39 -0
- package/local-inference/verify.d.ts.map +1 -0
- package/local-inference/verify.js +105 -0
- package/local-inference/verify.js.map +1 -0
- package/local-inference/voice-models.d.ts +156 -0
- package/local-inference/voice-models.d.ts.map +1 -0
- package/local-inference/voice-models.js +746 -0
- package/local-inference/voice-models.js.map +1 -0
- package/local-inference-gpu/gpu-overrides.d.ts +97 -0
- package/local-inference-gpu/gpu-overrides.d.ts.map +1 -0
- package/local-inference-gpu/gpu-overrides.js +76 -0
- package/local-inference-gpu/gpu-overrides.js.map +1 -0
- package/local-inference-gpu/gpu-profile-loader.d.ts +83 -0
- package/local-inference-gpu/gpu-profile-loader.d.ts.map +1 -0
- package/local-inference-gpu/gpu-profile-loader.js +196 -0
- package/local-inference-gpu/gpu-profile-loader.js.map +1 -0
- package/local-inference-gpu/gpu-profile-schema.d.ts +208 -0
- package/local-inference-gpu/gpu-profile-schema.d.ts.map +1 -0
- package/local-inference-gpu/gpu-profile-schema.js +123 -0
- package/local-inference-gpu/gpu-profile-schema.js.map +1 -0
- package/local-inference-gpu/gpu-tier-detect.d.ts +61 -0
- package/local-inference-gpu/gpu-tier-detect.d.ts.map +1 -0
- package/local-inference-gpu/gpu-tier-detect.js +93 -0
- package/local-inference-gpu/gpu-tier-detect.js.map +1 -0
- package/local-inference-gpu/gpu-tier-profiles.d.ts +110 -0
- package/local-inference-gpu/gpu-tier-profiles.d.ts.map +1 -0
- package/local-inference-gpu/gpu-tier-profiles.js +235 -0
- package/local-inference-gpu/gpu-tier-profiles.js.map +1 -0
- package/package.json +111 -160
- package/platform/is-native-server.d.ts +9 -0
- package/platform/is-native-server.d.ts.map +1 -0
- package/platform/is-native-server.js +12 -0
- package/platform/is-native-server.js.map +1 -0
- package/restart.d.ts +2 -1
- package/restart.d.ts.map +1 -1
- package/restart.js +3 -2
- package/restart.js.map +1 -1
- package/runtime-env.d.ts +2 -2
- package/runtime-env.d.ts.map +1 -1
- package/runtime-env.js +15 -7
- package/runtime-env.js.map +1 -1
- package/self-edit.d.ts +4 -4
- package/self-edit.d.ts.map +1 -1
- package/self-edit.js +5 -5
- package/self-edit.js.map +1 -1
- package/settings-debug.d.ts.map +1 -1
- package/settings-debug.js +45 -38
- package/settings-debug.js.map +1 -1
- package/spoken-text.d.ts.map +1 -1
- package/spoken-text.js +3 -2
- package/spoken-text.js.map +1 -1
- package/steward-session-client/index.d.ts +172 -0
- package/steward-session-client/index.d.ts.map +1 -0
- package/steward-session-client/index.js +248 -0
- package/steward-session-client/index.js.map +1 -0
- package/steward-session-client/steward-oauth-pkce.d.ts +24 -0
- package/steward-session-client/steward-oauth-pkce.d.ts.map +1 -0
- package/steward-session-client/steward-oauth-pkce.js +105 -0
- package/steward-session-client/steward-oauth-pkce.js.map +1 -0
- package/terminal/links.d.ts +9 -0
- package/terminal/links.d.ts.map +1 -0
- package/terminal/links.js +21 -0
- package/terminal/links.js.map +1 -0
- package/terminal/palette.d.ts +11 -0
- package/terminal/palette.d.ts.map +1 -0
- package/terminal/palette.js +13 -0
- package/terminal/palette.js.map +1 -0
- package/terminal/theme.d.ts +17 -0
- package/terminal/theme.d.ts.map +1 -0
- package/terminal/theme.js +25 -0
- package/terminal/theme.js.map +1 -0
- package/test-support/process-helpers.d.ts +13 -0
- package/test-support/process-helpers.d.ts.map +1 -0
- package/test-support/process-helpers.js +24 -0
- package/test-support/process-helpers.js.map +1 -0
- package/test-support/test-helpers.d.ts +79 -0
- package/test-support/test-helpers.d.ts.map +1 -0
- package/test-support/test-helpers.js +341 -0
- package/test-support/test-helpers.js.map +1 -0
- package/transcripts.d.ts +139 -0
- package/transcripts.d.ts.map +1 -0
- package/transcripts.js +162 -0
- package/transcripts.js.map +1 -0
- package/type-guards.d.ts +1 -23
- package/type-guards.d.ts.map +1 -1
- package/type-guards.js +6 -23
- package/type-guards.js.map +1 -1
- package/types/index.d.ts +654 -0
- package/types/index.d.ts.map +1 -0
- package/types/index.js +5 -0
- package/types/index.js.map +1 -0
- package/utils/asset-url.d.ts +24 -0
- package/utils/asset-url.d.ts.map +1 -0
- package/utils/asset-url.js +151 -0
- package/utils/asset-url.js.map +1 -0
- package/utils/assistant-text.d.ts +13 -0
- package/utils/assistant-text.d.ts.map +1 -0
- package/utils/assistant-text.js +292 -0
- package/utils/assistant-text.js.map +1 -0
- package/utils/browser-tab-kit-types.d.ts +81 -0
- package/utils/browser-tab-kit-types.d.ts.map +1 -0
- package/utils/browser-tab-kit-types.js +23 -0
- package/utils/browser-tab-kit-types.js.map +1 -0
- package/utils/browser-tabs-renderer-registry.d.ts +56 -0
- package/utils/browser-tabs-renderer-registry.d.ts.map +1 -0
- package/utils/browser-tabs-renderer-registry.js +1282 -0
- package/utils/browser-tabs-renderer-registry.js.map +1 -0
- package/utils/character-message-examples.d.ts +7 -0
- package/utils/character-message-examples.d.ts.map +1 -0
- package/utils/character-message-examples.js +123 -0
- package/utils/character-message-examples.js.map +1 -0
- package/utils/cloud-status.d.ts +3 -0
- package/utils/cloud-status.d.ts.map +1 -0
- package/utils/cloud-status.js +11 -0
- package/utils/cloud-status.js.map +1 -0
- package/utils/documents-upload-image.d.ts +27 -0
- package/utils/documents-upload-image.d.ts.map +1 -0
- package/utils/documents-upload-image.js +147 -0
- package/utils/documents-upload-image.js.map +1 -0
- package/utils/eliza-cloud-model-route.d.ts +3 -0
- package/utils/eliza-cloud-model-route.d.ts.map +1 -0
- package/utils/eliza-cloud-model-route.js +10 -0
- package/utils/eliza-cloud-model-route.js.map +1 -0
- package/utils/eliza-globals.d.ts +13 -0
- package/utils/eliza-globals.d.ts.map +1 -0
- package/utils/eliza-globals.js +49 -0
- package/utils/eliza-globals.js.map +1 -0
- package/utils/eliza-root.d.ts +9 -0
- package/utils/eliza-root.d.ts.map +1 -0
- package/utils/eliza-root.js +102 -0
- package/utils/eliza-root.js.map +1 -0
- package/utils/env.d.ts +34 -0
- package/utils/env.d.ts.map +1 -0
- package/utils/env.js +142 -0
- package/utils/env.js.map +1 -0
- package/utils/errors.d.ts +13 -0
- package/utils/errors.d.ts.map +1 -0
- package/utils/errors.js +26 -0
- package/utils/errors.js.map +1 -0
- package/utils/exec-safety.d.ts +2 -0
- package/utils/exec-safety.d.ts.map +1 -0
- package/utils/exec-safety.js +25 -0
- package/utils/exec-safety.js.map +1 -0
- package/utils/format.d.ts +85 -0
- package/utils/format.d.ts.map +1 -0
- package/utils/format.js +140 -0
- package/utils/format.js.map +1 -0
- package/utils/labels.d.ts +6 -0
- package/utils/labels.d.ts.map +1 -0
- package/utils/labels.js +42 -0
- package/utils/labels.js.map +1 -0
- package/utils/log-prefix.d.ts +2 -0
- package/utils/log-prefix.d.ts.map +1 -0
- package/utils/log-prefix.js +44 -0
- package/utils/log-prefix.js.map +1 -0
- package/utils/name-tokens.d.ts +24 -0
- package/utils/name-tokens.d.ts.map +1 -0
- package/utils/name-tokens.js +37 -0
- package/utils/name-tokens.js.map +1 -0
- package/utils/namespace-defaults.d.ts +10 -0
- package/utils/namespace-defaults.d.ts.map +1 -0
- package/utils/namespace-defaults.js +17 -0
- package/utils/namespace-defaults.js.map +1 -0
- package/utils/number-parsing.d.ts +26 -0
- package/utils/number-parsing.d.ts.map +1 -0
- package/utils/number-parsing.js +57 -0
- package/utils/number-parsing.js.map +1 -0
- package/utils/owner-name.d.ts +3 -0
- package/utils/owner-name.d.ts.map +1 -0
- package/utils/owner-name.js +8 -0
- package/utils/owner-name.js.map +1 -0
- package/utils/permission-deep-links.d.ts +35 -0
- package/utils/permission-deep-links.d.ts.map +1 -0
- package/utils/permission-deep-links.js +95 -0
- package/utils/permission-deep-links.js.map +1 -0
- package/utils/rate-limiter.d.ts +32 -0
- package/utils/rate-limiter.d.ts.map +1 -0
- package/utils/rate-limiter.js +53 -0
- package/utils/rate-limiter.js.map +1 -0
- package/utils/serialise.d.ts +12 -0
- package/utils/serialise.d.ts.map +1 -0
- package/utils/serialise.js +22 -0
- package/utils/serialise.js.map +1 -0
- package/utils/sql-compat.d.ts +10 -0
- package/utils/sql-compat.d.ts.map +1 -0
- package/utils/sql-compat.js +112 -0
- package/utils/sql-compat.js.map +1 -0
- package/utils/streaming-text.d.ts +9 -0
- package/utils/streaming-text.d.ts.map +1 -0
- package/utils/streaming-text.js +116 -0
- package/utils/streaming-text.js.map +1 -0
- package/utils/subscription-auth.d.ts +9 -0
- package/utils/subscription-auth.d.ts.map +1 -0
- package/utils/subscription-auth.js +49 -0
- package/utils/subscription-auth.js.map +1 -0
- package/utils/trajectory-format.d.ts +6 -0
- package/utils/trajectory-format.d.ts.map +1 -0
- package/utils/trajectory-format.js +44 -0
- package/utils/trajectory-format.js.map +1 -0
- package/utils/tts-debug.d.ts +10 -0
- package/utils/tts-debug.d.ts.map +1 -0
- package/utils/tts-debug.js +73 -0
- package/utils/tts-debug.js.map +1 -0
- package/view-hero-art.d.ts +75 -0
- package/view-hero-art.d.ts.map +1 -0
- package/view-hero-art.js +360 -0
- package/view-hero-art.js.map +1 -0
- package/voice/first-sentence-snip.d.ts +68 -0
- package/voice/first-sentence-snip.d.ts.map +1 -0
- package/voice/first-sentence-snip.js +284 -0
- package/voice/first-sentence-snip.js.map +1 -0
- package/voice/voice-cancellation-token.d.ts +127 -0
- package/voice/voice-cancellation-token.d.ts.map +1 -0
- package/voice/voice-cancellation-token.js +186 -0
- package/voice/voice-cancellation-token.js.map +1 -0
- package/voice-wer.d.ts +19 -0
- package/voice-wer.d.ts.map +1 -0
- package/voice-wer.js +42 -0
- package/voice-wer.js.map +1 -0
- package/voice.d.ts +55 -0
- package/voice.d.ts.map +1 -0
- package/voice.js +337 -0
- package/voice.js.map +1 -0
- package/contracts/lifeops-extensions.d.ts +0 -340
- package/contracts/lifeops-extensions.d.ts.map +0 -1
- package/contracts/lifeops-extensions.js +0 -37
- package/contracts/lifeops-extensions.js.map +0 -1
- package/contracts/lifeops.d.ts.map +0 -1
- package/contracts/lifeops.js.map +0 -1
- package/contracts/onboarding.d.ts.map +0 -1
- package/contracts/onboarding.js.map +0 -1
- package/contracts/scratchpad.d.ts +0 -136
- package/contracts/scratchpad.d.ts.map +0 -1
- package/contracts/scratchpad.js +0 -91
- package/contracts/scratchpad.js.map +0 -1
- package/eliza-core-roles.d.ts +0 -79
- package/eliza-core-roles.d.ts.map +0 -1
- package/eliza-core-roles.js +0 -600
- package/eliza-core-roles.js.map +0 -1
- package/env-utils.impl.d.ts +0 -2
- package/env-utils.impl.d.ts.map +0 -1
- package/env-utils.impl.js +0 -10
- package/env-utils.impl.js.map +0 -1
- package/onboarding-presets.characters.d.ts.map +0 -1
- package/onboarding-presets.characters.js.map +0 -1
- package/onboarding-presets.d.ts.map +0 -1
- package/onboarding-presets.js.map +0 -1
- package/onboarding-presets.shared.d.ts.map +0 -1
- package/onboarding-presets.shared.js.map +0 -1
- package/themes/index.d.ts +0 -7
- package/themes/index.d.ts.map +0 -1
- package/themes/index.js +0 -6
- package/themes/index.js.map +0 -1
- package/themes/presets.d.ts +0 -15
- package/themes/presets.d.ts.map +0 -1
- package/themes/presets.js +0 -789
- package/themes/presets.js.map +0 -1
- package/types.d.ts +0 -27
- package/types.d.ts.map +0 -1
- package/types.js +0 -2
- package/types.js.map +0 -1
package/contracts/permissions.js
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Shared system permission contracts.
|
|
3
|
+
*
|
|
4
|
+
* `PermissionId` is the canonical union covering OS integrations across
|
|
5
|
+
* macOS / win32 / linux / iOS / Android / web.
|
|
3
6
|
*/
|
|
4
|
-
export
|
|
7
|
+
export const PERMISSION_IDS = [
|
|
8
|
+
"screen-recording",
|
|
9
|
+
"accessibility",
|
|
10
|
+
"reminders",
|
|
11
|
+
"calendar",
|
|
12
|
+
"health",
|
|
13
|
+
"screentime",
|
|
14
|
+
"contacts",
|
|
15
|
+
"notes",
|
|
16
|
+
"microphone",
|
|
17
|
+
"camera",
|
|
18
|
+
"location",
|
|
19
|
+
"shell",
|
|
20
|
+
"website-blocking",
|
|
21
|
+
"notifications",
|
|
22
|
+
"full-disk",
|
|
23
|
+
"automation",
|
|
24
|
+
"speech-recognition",
|
|
25
|
+
"photos",
|
|
26
|
+
"phone",
|
|
27
|
+
"messages",
|
|
28
|
+
"wifi",
|
|
29
|
+
"bluetooth",
|
|
30
|
+
"app-blocking",
|
|
31
|
+
"usage-access",
|
|
32
|
+
"overlay",
|
|
33
|
+
"write-settings",
|
|
34
|
+
"local-network",
|
|
35
|
+
"battery-optimization",
|
|
36
|
+
];
|
|
37
|
+
export function isPermissionId(value) {
|
|
38
|
+
return (typeof value === "string" &&
|
|
39
|
+
PERMISSION_IDS.includes(value));
|
|
40
|
+
}
|
|
5
41
|
//# sourceMappingURL=permissions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permissions.js","sourceRoot":"","sources":["../../src/contracts/permissions.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"permissions.js","sourceRoot":"","sources":["../../src/contracts/permissions.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AA0CH,MAAM,CAAC,MAAM,cAAc,GAA4B;IACrD,kBAAkB;IAClB,eAAe;IACf,WAAW;IACX,UAAU;IACV,QAAQ;IACR,YAAY;IACZ,UAAU;IACV,OAAO;IACP,YAAY;IACZ,QAAQ;IACR,UAAU;IACV,OAAO;IACP,kBAAkB;IAClB,eAAe;IACf,WAAW;IACX,YAAY;IACZ,oBAAoB;IACpB,QAAQ;IACR,OAAO;IACP,UAAU;IACV,MAAM;IACN,WAAW;IACX,cAAc;IACd,cAAc;IACd,SAAS;IACT,gBAAgB;IAChB,eAAe;IACf,sBAAsB;CACd,CAAC;AAEX,MAAM,UAAU,cAAc,CAAC,KAAc;IAC3C,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACxB,cAAoC,CAAC,QAAQ,CAAC,KAAK,CAAC,CACtD,CAAC;AACJ,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import type { GetLifeOpsCalendarFeedRequest, LifeOpsCalendarEventEndedFilters } from "./calendar.js";
|
|
1
2
|
import type { LifeOpsConnectorDegradation } from "./lifeops-connector-degradation.js";
|
|
3
|
+
export * from "./calendar.js";
|
|
2
4
|
export type { LifeOpsConnectorDegradation, LifeOpsConnectorDegradationAxis, } from "./lifeops-connector-degradation.js";
|
|
3
5
|
export { LIFEOPS_CONNECTOR_DEGRADATION_AXES } from "./lifeops-connector-degradation.js";
|
|
4
6
|
export declare const LIFEOPS_TIME_WINDOW_NAMES: readonly ["morning", "afternoon", "evening", "night", "custom"];
|
|
@@ -29,16 +31,6 @@ export type LifeOpsWorkflowTriggerType = (typeof LIFEOPS_WORKFLOW_TRIGGER_TYPES)
|
|
|
29
31
|
*/
|
|
30
32
|
export declare const LIFEOPS_EVENT_KINDS: readonly ["calendar.event.ended", "gmail.message.received", "gmail.thread.needs_response", "lifeops.sleep.onset_candidate", "lifeops.sleep.detected", "lifeops.sleep.ended", "lifeops.wake.observed", "lifeops.wake.confirmed", "lifeops.nap.detected", "lifeops.bedtime.imminent", "lifeops.regularity.changed"];
|
|
31
33
|
export type LifeOpsEventKind = (typeof LIFEOPS_EVENT_KINDS)[number];
|
|
32
|
-
export interface LifeOpsCalendarEventEndedFilters {
|
|
33
|
-
/** Only fire for events on these calendar ids (e.g. "primary"). */
|
|
34
|
-
calendarIds?: string[];
|
|
35
|
-
/** Only fire when event title matches one of these case-insensitive substrings. */
|
|
36
|
-
titleIncludesAny?: string[];
|
|
37
|
-
/** Only fire when the event lasted at least this many minutes. */
|
|
38
|
-
minDurationMinutes?: number;
|
|
39
|
-
/** Only fire when one attendee email contains one of these substrings. */
|
|
40
|
-
attendeeEmailIncludesAny?: string[];
|
|
41
|
-
}
|
|
42
34
|
export interface LifeOpsGmailEventFilters {
|
|
43
35
|
/** Only fire for these Google connector grant ids. */
|
|
44
36
|
grantIds?: string[];
|
|
@@ -147,7 +139,7 @@ export interface LifeOpsSchedulingProposal {
|
|
|
147
139
|
createdAt: string;
|
|
148
140
|
updatedAt: string;
|
|
149
141
|
}
|
|
150
|
-
export declare const LIFEOPS_CONNECTOR_PROVIDERS: readonly ["google", "x", "telegram", "discord", "twilio", "signal", "whatsapp", "imessage", "strava", "fitbit", "withings", "oura"];
|
|
142
|
+
export declare const LIFEOPS_CONNECTOR_PROVIDERS: readonly ["google", "x", "telegram", "discord", "twilio", "signal", "whatsapp", "imessage", "apple_calendar", "strava", "fitbit", "withings", "oura"];
|
|
151
143
|
export type LifeOpsConnectorProvider = (typeof LIFEOPS_CONNECTOR_PROVIDERS)[number];
|
|
152
144
|
export declare const LIFEOPS_CONNECTOR_MODES: readonly ["local", "remote", "cloud_managed"];
|
|
153
145
|
export type LifeOpsConnectorMode = (typeof LIFEOPS_CONNECTOR_MODES)[number];
|
|
@@ -155,7 +147,7 @@ export declare const LIFEOPS_CONNECTOR_SIDES: readonly ["owner", "agent"];
|
|
|
155
147
|
export type LifeOpsConnectorSide = (typeof LIFEOPS_CONNECTOR_SIDES)[number];
|
|
156
148
|
export declare const LIFEOPS_CONNECTOR_EXECUTION_TARGETS: readonly ["local", "cloud"];
|
|
157
149
|
export type LifeOpsConnectorExecutionTarget = (typeof LIFEOPS_CONNECTOR_EXECUTION_TARGETS)[number];
|
|
158
|
-
export declare const LIFEOPS_CONNECTOR_SOURCES_OF_TRUTH: readonly ["local_storage", "cloud_connection"];
|
|
150
|
+
export declare const LIFEOPS_CONNECTOR_SOURCES_OF_TRUTH: readonly ["local_storage", "cloud_connection", "connector_account"];
|
|
159
151
|
export type LifeOpsConnectorSourceOfTruth = (typeof LIFEOPS_CONNECTOR_SOURCES_OF_TRUTH)[number];
|
|
160
152
|
export declare const LIFEOPS_GOOGLE_CAPABILITIES: readonly ["google.basic_identity", "google.calendar.read", "google.calendar.write", "google.gmail.triage", "google.gmail.send", "google.gmail.manage"];
|
|
161
153
|
export type LifeOpsGoogleCapability = (typeof LIFEOPS_GOOGLE_CAPABILITIES)[number];
|
|
@@ -541,7 +533,7 @@ export type LifeOpsWorkflowAction = (LifeOpsWorkflowActionBase & {
|
|
|
541
533
|
kind: "get_health_summary";
|
|
542
534
|
request?: GetLifeOpsHealthSummaryRequest;
|
|
543
535
|
}) | (LifeOpsWorkflowActionBase & {
|
|
544
|
-
kind: "
|
|
536
|
+
kind: "dispatch_workflow";
|
|
545
537
|
workflowId: string;
|
|
546
538
|
payload?: Record<string, unknown>;
|
|
547
539
|
}) | (LifeOpsWorkflowActionBase & {
|
|
@@ -580,6 +572,8 @@ export interface LifeOpsConnectorGrant {
|
|
|
580
572
|
id: string;
|
|
581
573
|
agentId: string;
|
|
582
574
|
provider: LifeOpsConnectorProvider;
|
|
575
|
+
/** LifeOps-owned stable account key; grant id remains legacy credential state. */
|
|
576
|
+
connectorAccountId?: string | null;
|
|
583
577
|
side: LifeOpsConnectorSide;
|
|
584
578
|
identity: Record<string, unknown>;
|
|
585
579
|
identityEmail?: string | null;
|
|
@@ -926,6 +920,23 @@ export interface LifeOpsManualOverridePayload {
|
|
|
926
920
|
export type LifeOpsTelemetryPayload = LifeOpsDevicePresencePayload | LifeOpsDesktopPowerPayload | LifeOpsDesktopIdleSamplePayload | LifeOpsBrowserFocusPayload | LifeOpsMobileHealthPayload | LifeOpsMobileDevicePayload | LifeOpsMessageActivityPayload | LifeOpsStatusActivityPayload | LifeOpsChargingPayload | LifeOpsScreenTimeSummaryPayload | LifeOpsManualOverridePayload;
|
|
927
921
|
export type LifeOpsTelemetryFamily = LifeOpsTelemetryPayload["family"];
|
|
928
922
|
export declare const LIFEOPS_TELEMETRY_FAMILIES: readonly LifeOpsTelemetryFamily[];
|
|
923
|
+
/**
|
|
924
|
+
* Open-string bus-family identifier (W2-D).
|
|
925
|
+
*
|
|
926
|
+
* The closed `LifeOpsTelemetryFamily` union above retains the schema
|
|
927
|
+
* discriminant for the 11 built-in telemetry payloads. The bus layer surfaces
|
|
928
|
+
* additional namespaced families contributed by other plugins (e.g.
|
|
929
|
+
* `health.sleep.detected` from `@elizaos/plugin-health`,
|
|
930
|
+
* `calendar.meeting.ended` from app-lifeops calendar). Those families are
|
|
931
|
+
* validated at runtime via the FamilyRegistry rather than statically through
|
|
932
|
+
* a closed union — the union would otherwise need to grow every time a
|
|
933
|
+
* plugin contributes a new event family.
|
|
934
|
+
*
|
|
935
|
+
* Convention:
|
|
936
|
+
* - built-ins: lower-snake-case (`device_presence_event`).
|
|
937
|
+
* - namespaced contributions: dotted, lower-case (`health.sleep.detected`).
|
|
938
|
+
*/
|
|
939
|
+
export type LifeOpsBusFamily = LifeOpsTelemetryFamily | string;
|
|
929
940
|
export interface LifeOpsTelemetryEnvelope {
|
|
930
941
|
id: string;
|
|
931
942
|
agentId: string;
|
|
@@ -1192,108 +1203,6 @@ export interface LifeOpsOverview {
|
|
|
1192
1203
|
agentOps: LifeOpsOverviewSection;
|
|
1193
1204
|
schedule: LifeOpsScheduleInsight | null;
|
|
1194
1205
|
}
|
|
1195
|
-
export interface LifeOpsCalendarEventAttendee {
|
|
1196
|
-
email: string | null;
|
|
1197
|
-
displayName: string | null;
|
|
1198
|
-
responseStatus: string | null;
|
|
1199
|
-
self: boolean;
|
|
1200
|
-
organizer: boolean;
|
|
1201
|
-
optional: boolean;
|
|
1202
|
-
}
|
|
1203
|
-
export interface LifeOpsCalendarEvent {
|
|
1204
|
-
id: string;
|
|
1205
|
-
externalId: string;
|
|
1206
|
-
agentId: string;
|
|
1207
|
-
provider: "google";
|
|
1208
|
-
side: LifeOpsConnectorSide;
|
|
1209
|
-
calendarId: string;
|
|
1210
|
-
title: string;
|
|
1211
|
-
description: string;
|
|
1212
|
-
location: string;
|
|
1213
|
-
status: string;
|
|
1214
|
-
startAt: string;
|
|
1215
|
-
endAt: string;
|
|
1216
|
-
isAllDay: boolean;
|
|
1217
|
-
timezone: string | null;
|
|
1218
|
-
htmlLink: string | null;
|
|
1219
|
-
conferenceLink: string | null;
|
|
1220
|
-
organizer: Record<string, unknown> | null;
|
|
1221
|
-
attendees: LifeOpsCalendarEventAttendee[];
|
|
1222
|
-
metadata: Record<string, unknown>;
|
|
1223
|
-
syncedAt: string;
|
|
1224
|
-
updatedAt: string;
|
|
1225
|
-
/** Set on merged feeds so the UI can show which calendar an event came from. */
|
|
1226
|
-
calendarSummary?: string;
|
|
1227
|
-
/** Google grant that owns this Gmail message cache row. */
|
|
1228
|
-
grantId?: string;
|
|
1229
|
-
/** Email address for the owning Google account when known. */
|
|
1230
|
-
accountEmail?: string;
|
|
1231
|
-
}
|
|
1232
|
-
export interface LifeOpsCalendarFeed {
|
|
1233
|
-
calendarId: string;
|
|
1234
|
-
events: LifeOpsCalendarEvent[];
|
|
1235
|
-
source: "cache" | "synced";
|
|
1236
|
-
timeMin: string;
|
|
1237
|
-
timeMax: string;
|
|
1238
|
-
syncedAt: string | null;
|
|
1239
|
-
}
|
|
1240
|
-
/**
|
|
1241
|
-
* Summary of one Google Calendar the user has access to (from calendarList.list).
|
|
1242
|
-
* `includeInFeed` reflects whether the user has opted this calendar into the
|
|
1243
|
-
* aggregated sidebar feed / briefing. Defaults to true for every calendar the
|
|
1244
|
-
* user can see — opt-out, never opt-in, so new calendars are not silently
|
|
1245
|
-
* hidden from the agent's picture of the user's life.
|
|
1246
|
-
*/
|
|
1247
|
-
export interface LifeOpsCalendarSummary {
|
|
1248
|
-
provider: "google";
|
|
1249
|
-
side: LifeOpsConnectorSide;
|
|
1250
|
-
grantId: string;
|
|
1251
|
-
accountEmail: string | null;
|
|
1252
|
-
calendarId: string;
|
|
1253
|
-
summary: string;
|
|
1254
|
-
description: string | null;
|
|
1255
|
-
primary: boolean;
|
|
1256
|
-
accessRole: string;
|
|
1257
|
-
backgroundColor: string | null;
|
|
1258
|
-
foregroundColor: string | null;
|
|
1259
|
-
timeZone: string | null;
|
|
1260
|
-
selected: boolean;
|
|
1261
|
-
includeInFeed: boolean;
|
|
1262
|
-
}
|
|
1263
|
-
export interface ListLifeOpsCalendarsRequest {
|
|
1264
|
-
side?: LifeOpsConnectorSide;
|
|
1265
|
-
mode?: LifeOpsConnectorMode;
|
|
1266
|
-
grantId?: string;
|
|
1267
|
-
}
|
|
1268
|
-
export interface ListLifeOpsCalendarsResponse {
|
|
1269
|
-
calendars: LifeOpsCalendarSummary[];
|
|
1270
|
-
}
|
|
1271
|
-
export interface SetLifeOpsCalendarIncludedRequest {
|
|
1272
|
-
calendarId: string;
|
|
1273
|
-
includeInFeed: boolean;
|
|
1274
|
-
side?: LifeOpsConnectorSide;
|
|
1275
|
-
mode?: LifeOpsConnectorMode;
|
|
1276
|
-
grantId?: string;
|
|
1277
|
-
}
|
|
1278
|
-
export interface SetLifeOpsCalendarIncludedResponse {
|
|
1279
|
-
calendar: LifeOpsCalendarSummary;
|
|
1280
|
-
}
|
|
1281
|
-
export interface GetLifeOpsCalendarFeedRequest {
|
|
1282
|
-
side?: LifeOpsConnectorSide;
|
|
1283
|
-
mode?: LifeOpsConnectorMode;
|
|
1284
|
-
/** Target a specific Google account by grant ID (multi-account). */
|
|
1285
|
-
grantId?: string;
|
|
1286
|
-
calendarId?: string;
|
|
1287
|
-
/**
|
|
1288
|
-
* Internal/agent override: when no calendarId is specified, include every
|
|
1289
|
-
* authorized calendar instead of only the user's feed-enabled subset.
|
|
1290
|
-
*/
|
|
1291
|
-
includeHiddenCalendars?: boolean;
|
|
1292
|
-
timeMin?: string;
|
|
1293
|
-
timeMax?: string;
|
|
1294
|
-
timeZone?: string;
|
|
1295
|
-
forceSync?: boolean;
|
|
1296
|
-
}
|
|
1297
1206
|
export interface LifeOpsGmailMessageSummary {
|
|
1298
1207
|
id: string;
|
|
1299
1208
|
externalId: string;
|
|
@@ -1319,6 +1228,8 @@ export interface LifeOpsGmailMessageSummary {
|
|
|
1319
1228
|
metadata: Record<string, unknown>;
|
|
1320
1229
|
syncedAt: string;
|
|
1321
1230
|
updatedAt: string;
|
|
1231
|
+
/** LifeOps-owned account key for privacy egress; legacy cache rows may omit it until purge/resync. */
|
|
1232
|
+
connectorAccountId?: string;
|
|
1322
1233
|
/** Set when aggregating across multiple Google accounts. */
|
|
1323
1234
|
grantId?: string;
|
|
1324
1235
|
/** Set when aggregating across multiple Google accounts. */
|
|
@@ -1730,57 +1641,6 @@ export interface LifeOpsGmailBatchReplySendResult {
|
|
|
1730
1641
|
ok: true;
|
|
1731
1642
|
sentCount: number;
|
|
1732
1643
|
}
|
|
1733
|
-
export declare const LIFEOPS_CALENDAR_WINDOW_PRESETS: readonly ["tomorrow_morning", "tomorrow_afternoon", "tomorrow_evening"];
|
|
1734
|
-
export type LifeOpsCalendarWindowPreset = (typeof LIFEOPS_CALENDAR_WINDOW_PRESETS)[number];
|
|
1735
|
-
export interface CreateLifeOpsCalendarEventAttendee {
|
|
1736
|
-
email: string;
|
|
1737
|
-
displayName?: string;
|
|
1738
|
-
optional?: boolean;
|
|
1739
|
-
}
|
|
1740
|
-
export interface CreateLifeOpsCalendarEventRequest {
|
|
1741
|
-
side?: LifeOpsConnectorSide;
|
|
1742
|
-
mode?: LifeOpsConnectorMode;
|
|
1743
|
-
calendarId?: string;
|
|
1744
|
-
grantId?: string;
|
|
1745
|
-
title: string;
|
|
1746
|
-
description?: string;
|
|
1747
|
-
location?: string;
|
|
1748
|
-
startAt?: string;
|
|
1749
|
-
endAt?: string;
|
|
1750
|
-
timeZone?: string;
|
|
1751
|
-
durationMinutes?: number;
|
|
1752
|
-
windowPreset?: LifeOpsCalendarWindowPreset;
|
|
1753
|
-
attendees?: CreateLifeOpsCalendarEventAttendee[];
|
|
1754
|
-
}
|
|
1755
|
-
export interface LifeOpsNextCalendarEventContext {
|
|
1756
|
-
event: LifeOpsCalendarEvent | null;
|
|
1757
|
-
startsAt: string | null;
|
|
1758
|
-
startsInMinutes: number | null;
|
|
1759
|
-
attendeeCount: number;
|
|
1760
|
-
attendeeNames: string[];
|
|
1761
|
-
location: string | null;
|
|
1762
|
-
conferenceLink: string | null;
|
|
1763
|
-
preparationChecklist: string[];
|
|
1764
|
-
linkedMailState: "unavailable" | "cache" | "synced" | "error";
|
|
1765
|
-
linkedMailError: string | null;
|
|
1766
|
-
linkedMail: Array<Pick<LifeOpsGmailMessageSummary, "id" | "subject" | "from" | "receivedAt" | "snippet" | "htmlLink">>;
|
|
1767
|
-
}
|
|
1768
|
-
export interface LifeOpsCalendarEventUpdate {
|
|
1769
|
-
side?: LifeOpsConnectorSide;
|
|
1770
|
-
mode?: LifeOpsConnectorMode;
|
|
1771
|
-
grantId?: string;
|
|
1772
|
-
calendarId?: string;
|
|
1773
|
-
title?: string;
|
|
1774
|
-
startAt?: string;
|
|
1775
|
-
endAt?: string;
|
|
1776
|
-
timeZone?: string;
|
|
1777
|
-
notes?: string;
|
|
1778
|
-
location?: string;
|
|
1779
|
-
attendees?: CreateLifeOpsCalendarEventAttendee[];
|
|
1780
|
-
}
|
|
1781
|
-
export interface LifeOpsCalendarEventMutationResult {
|
|
1782
|
-
event: LifeOpsCalendarEvent;
|
|
1783
|
-
}
|
|
1784
1644
|
export declare const LIFEOPS_INBOX_CHANNELS: readonly ["gmail", "x_dm", "discord", "telegram", "signal", "imessage", "whatsapp", "sms"];
|
|
1785
1645
|
export type LifeOpsInboxChannel = (typeof LIFEOPS_INBOX_CHANNELS)[number];
|
|
1786
1646
|
export interface LifeOpsInboxMessageSender {
|
|
@@ -1792,6 +1652,12 @@ export interface LifeOpsInboxMessageSender {
|
|
|
1792
1652
|
export interface LifeOpsInboxMessageSourceRef {
|
|
1793
1653
|
channel: LifeOpsInboxChannel;
|
|
1794
1654
|
externalId: string;
|
|
1655
|
+
/** Local messaging identity that received/sent this item, when known. */
|
|
1656
|
+
phoneAccountId?: string;
|
|
1657
|
+
/** Human-readable label for the local phone identity. */
|
|
1658
|
+
phoneAccountLabel?: string;
|
|
1659
|
+
/** E.164-ish phone number for the local identity, when known. */
|
|
1660
|
+
phoneNumber?: string;
|
|
1795
1661
|
}
|
|
1796
1662
|
export interface LifeOpsInboxMessage {
|
|
1797
1663
|
/** Channel-prefixed, globally unique identifier. */
|
|
@@ -1810,6 +1676,14 @@ export interface LifeOpsInboxMessage {
|
|
|
1810
1676
|
threadId?: string;
|
|
1811
1677
|
/** Present on Gmail messages when multiple accounts exist; identifies which Google grant the message came from. */
|
|
1812
1678
|
gmailAccountId?: string;
|
|
1679
|
+
/** Present on phone-backed messages when the local connector can identify which phone identity handled it. */
|
|
1680
|
+
phoneAccountId?: string;
|
|
1681
|
+
/** Display label for the local phone identity, e.g. `Gateway (+1...)`. */
|
|
1682
|
+
phoneAccountLabel?: string;
|
|
1683
|
+
/** Local phone number that handled the message, when known. */
|
|
1684
|
+
phoneNumber?: string;
|
|
1685
|
+
/** LifeOps-owned account key for privacy egress. */
|
|
1686
|
+
connectorAccountId?: string;
|
|
1813
1687
|
/** Display label for the Gmail account (e.g., `work@example.com`). */
|
|
1814
1688
|
gmailAccountEmail?: string;
|
|
1815
1689
|
/** ISO timestamp of when the user last viewed this thread (UI updates on open). */
|
|
@@ -1873,6 +1747,8 @@ export interface GetLifeOpsInboxRequest {
|
|
|
1873
1747
|
maxParticipants?: number;
|
|
1874
1748
|
/** Filter to a specific Google grant. */
|
|
1875
1749
|
gmailAccountId?: string;
|
|
1750
|
+
/** Filter phone-backed channels to one or more local phone identities. */
|
|
1751
|
+
phoneAccountIds?: string[];
|
|
1876
1752
|
/**
|
|
1877
1753
|
* When true, only return messages where the user has not replied for >24h
|
|
1878
1754
|
* and the priority score is at least 50. Applies at both the message and
|
|
@@ -1977,8 +1853,8 @@ export interface SendLifeOpsSignalMessageResponse {
|
|
|
1977
1853
|
timestamp: number;
|
|
1978
1854
|
}
|
|
1979
1855
|
/**
|
|
1980
|
-
* A single inbound Signal message as returned by {@link readSignalInbound}
|
|
1981
|
-
* the signal
|
|
1856
|
+
* A single inbound Signal message as returned by {@link readSignalInbound} or
|
|
1857
|
+
* the plugin-signal local client.
|
|
1982
1858
|
*/
|
|
1983
1859
|
export interface LifeOpsSignalInboundMessage {
|
|
1984
1860
|
/** Stable message ID (from the Signal service memory store or signal-cli). */
|
|
@@ -2729,5 +2605,327 @@ export interface LifeOpsPersonalBaselineResponse {
|
|
|
2729
2605
|
sampleSize: number;
|
|
2730
2606
|
windowDays: number;
|
|
2731
2607
|
}
|
|
2732
|
-
export
|
|
2733
|
-
|
|
2608
|
+
export declare const LIFEOPS_MESSAGE_CHANNELS: readonly ["email", "telegram", "discord", "signal", "sms", "twilio_voice", "imessage", "whatsapp", "x_dm"];
|
|
2609
|
+
export type LifeOpsMessageChannel = (typeof LIFEOPS_MESSAGE_CHANNELS)[number];
|
|
2610
|
+
export declare const LIFEOPS_FOLLOW_UP_STATUSES: readonly ["pending", "completed", "snoozed", "cancelled"];
|
|
2611
|
+
export type LifeOpsFollowUpStatus = (typeof LIFEOPS_FOLLOW_UP_STATUSES)[number];
|
|
2612
|
+
export declare const LIFEOPS_X_FEED_TYPES: readonly ["home_timeline", "mentions", "search"];
|
|
2613
|
+
export type LifeOpsXFeedType = (typeof LIFEOPS_X_FEED_TYPES)[number];
|
|
2614
|
+
export interface LifeOpsRelationship {
|
|
2615
|
+
id: string;
|
|
2616
|
+
agentId: string;
|
|
2617
|
+
name: string;
|
|
2618
|
+
primaryChannel: string;
|
|
2619
|
+
primaryHandle: string;
|
|
2620
|
+
email: string | null;
|
|
2621
|
+
phone: string | null;
|
|
2622
|
+
notes: string;
|
|
2623
|
+
tags: string[];
|
|
2624
|
+
relationshipType: string;
|
|
2625
|
+
lastContactedAt: string | null;
|
|
2626
|
+
metadata: Record<string, unknown>;
|
|
2627
|
+
createdAt: string;
|
|
2628
|
+
updatedAt: string;
|
|
2629
|
+
}
|
|
2630
|
+
export interface LifeOpsRelationshipInteraction {
|
|
2631
|
+
id: string;
|
|
2632
|
+
agentId: string;
|
|
2633
|
+
relationshipId: string;
|
|
2634
|
+
channel: string;
|
|
2635
|
+
direction: "inbound" | "outbound";
|
|
2636
|
+
summary: string;
|
|
2637
|
+
occurredAt: string;
|
|
2638
|
+
metadata: Record<string, unknown>;
|
|
2639
|
+
createdAt: string;
|
|
2640
|
+
}
|
|
2641
|
+
export interface LifeOpsFollowUp {
|
|
2642
|
+
id: string;
|
|
2643
|
+
agentId: string;
|
|
2644
|
+
relationshipId: string;
|
|
2645
|
+
dueAt: string;
|
|
2646
|
+
reason: string;
|
|
2647
|
+
status: LifeOpsFollowUpStatus;
|
|
2648
|
+
priority: number;
|
|
2649
|
+
draft: LifeOpsCrossChannelDraft | null;
|
|
2650
|
+
completedAt: string | null;
|
|
2651
|
+
metadata: Record<string, unknown>;
|
|
2652
|
+
createdAt: string;
|
|
2653
|
+
updatedAt: string;
|
|
2654
|
+
}
|
|
2655
|
+
export interface LifeOpsCrossChannelDraft {
|
|
2656
|
+
channel: LifeOpsMessageChannel;
|
|
2657
|
+
target: string;
|
|
2658
|
+
subject: string | null;
|
|
2659
|
+
body: string;
|
|
2660
|
+
metadata: Record<string, unknown>;
|
|
2661
|
+
}
|
|
2662
|
+
export interface LifeOpsCrossChannelSendRequest {
|
|
2663
|
+
draft: LifeOpsCrossChannelDraft;
|
|
2664
|
+
confirmed: boolean;
|
|
2665
|
+
}
|
|
2666
|
+
export interface LifeOpsXDm {
|
|
2667
|
+
id: string;
|
|
2668
|
+
agentId: string;
|
|
2669
|
+
externalDmId: string;
|
|
2670
|
+
conversationId: string;
|
|
2671
|
+
senderHandle: string;
|
|
2672
|
+
senderId: string;
|
|
2673
|
+
isInbound: boolean;
|
|
2674
|
+
text: string;
|
|
2675
|
+
receivedAt: string;
|
|
2676
|
+
readAt: string | null;
|
|
2677
|
+
repliedAt: string | null;
|
|
2678
|
+
metadata: Record<string, unknown>;
|
|
2679
|
+
syncedAt: string;
|
|
2680
|
+
updatedAt: string;
|
|
2681
|
+
}
|
|
2682
|
+
export interface LifeOpsXFeedItem {
|
|
2683
|
+
id: string;
|
|
2684
|
+
agentId: string;
|
|
2685
|
+
externalTweetId: string;
|
|
2686
|
+
authorHandle: string;
|
|
2687
|
+
authorId: string;
|
|
2688
|
+
text: string;
|
|
2689
|
+
createdAtSource: string;
|
|
2690
|
+
feedType: LifeOpsXFeedType;
|
|
2691
|
+
metadata: Record<string, unknown>;
|
|
2692
|
+
syncedAt: string;
|
|
2693
|
+
updatedAt: string;
|
|
2694
|
+
}
|
|
2695
|
+
export interface LifeOpsXSyncState {
|
|
2696
|
+
id: string;
|
|
2697
|
+
agentId: string;
|
|
2698
|
+
feedType: LifeOpsXFeedType;
|
|
2699
|
+
lastCursor: string | null;
|
|
2700
|
+
syncedAt: string;
|
|
2701
|
+
updatedAt: string;
|
|
2702
|
+
}
|
|
2703
|
+
export interface LifeOpsScreenTimeSession {
|
|
2704
|
+
id: string;
|
|
2705
|
+
agentId: string;
|
|
2706
|
+
source: "app" | "website";
|
|
2707
|
+
identifier: string;
|
|
2708
|
+
displayName: string;
|
|
2709
|
+
startAt: string;
|
|
2710
|
+
endAt: string | null;
|
|
2711
|
+
durationSeconds: number;
|
|
2712
|
+
isActive: boolean;
|
|
2713
|
+
metadata: Record<string, unknown>;
|
|
2714
|
+
createdAt: string;
|
|
2715
|
+
updatedAt: string;
|
|
2716
|
+
}
|
|
2717
|
+
export interface LifeOpsScreenTimeDaily {
|
|
2718
|
+
id: string;
|
|
2719
|
+
agentId: string;
|
|
2720
|
+
source: "app" | "website";
|
|
2721
|
+
identifier: string;
|
|
2722
|
+
date: string;
|
|
2723
|
+
totalSeconds: number;
|
|
2724
|
+
sessionCount: number;
|
|
2725
|
+
metadata: Record<string, unknown>;
|
|
2726
|
+
createdAt: string;
|
|
2727
|
+
updatedAt: string;
|
|
2728
|
+
}
|
|
2729
|
+
export type LifeOpsScreenTimeSource = "app" | "website";
|
|
2730
|
+
export type LifeOpsScreenTimeRangeKey = "today" | "this-week" | "7d" | "30d";
|
|
2731
|
+
export declare const LIFEOPS_SCREEN_TIME_RANGES: readonly ["today", "this-week", "7d", "30d"];
|
|
2732
|
+
export interface LifeOpsScreenTimeSummaryRequest {
|
|
2733
|
+
since: string;
|
|
2734
|
+
until: string;
|
|
2735
|
+
source?: LifeOpsScreenTimeSource;
|
|
2736
|
+
identifier?: string;
|
|
2737
|
+
topN?: number;
|
|
2738
|
+
}
|
|
2739
|
+
export interface LifeOpsScreenTimeSummaryItem {
|
|
2740
|
+
source: LifeOpsScreenTimeSource;
|
|
2741
|
+
identifier: string;
|
|
2742
|
+
displayName: string;
|
|
2743
|
+
totalSeconds: number;
|
|
2744
|
+
}
|
|
2745
|
+
export interface LifeOpsScreenTimeSummary {
|
|
2746
|
+
items: LifeOpsScreenTimeSummaryItem[];
|
|
2747
|
+
totalSeconds: number;
|
|
2748
|
+
}
|
|
2749
|
+
export type LifeOpsHabitCategory = "browser" | "communication" | "social" | "system" | "video" | "work" | "other";
|
|
2750
|
+
export type LifeOpsHabitDevice = "browser" | "computer" | "phone" | "tablet" | "unknown";
|
|
2751
|
+
export interface LifeOpsScreenTimeBucket {
|
|
2752
|
+
key: string;
|
|
2753
|
+
label: string;
|
|
2754
|
+
totalSeconds: number;
|
|
2755
|
+
}
|
|
2756
|
+
export interface LifeOpsScreenTimeBreakdownItem extends LifeOpsScreenTimeSummaryItem {
|
|
2757
|
+
sessionCount: number;
|
|
2758
|
+
category: LifeOpsHabitCategory;
|
|
2759
|
+
device: LifeOpsHabitDevice;
|
|
2760
|
+
service: string | null;
|
|
2761
|
+
serviceLabel: string | null;
|
|
2762
|
+
browser: string | null;
|
|
2763
|
+
}
|
|
2764
|
+
export interface LifeOpsScreenTimeBreakdown {
|
|
2765
|
+
items: LifeOpsScreenTimeBreakdownItem[];
|
|
2766
|
+
totalSeconds: number;
|
|
2767
|
+
bySource: LifeOpsScreenTimeBucket[];
|
|
2768
|
+
byCategory: LifeOpsScreenTimeBucket[];
|
|
2769
|
+
byDevice: LifeOpsScreenTimeBucket[];
|
|
2770
|
+
byService: LifeOpsScreenTimeBucket[];
|
|
2771
|
+
byBrowser: LifeOpsScreenTimeBucket[];
|
|
2772
|
+
fetchedAt: string;
|
|
2773
|
+
}
|
|
2774
|
+
export interface LifeOpsSocialMessageChannel {
|
|
2775
|
+
channel: "x_dm";
|
|
2776
|
+
label: string;
|
|
2777
|
+
inbound: number;
|
|
2778
|
+
outbound: number;
|
|
2779
|
+
opened: number;
|
|
2780
|
+
replied: number;
|
|
2781
|
+
}
|
|
2782
|
+
export type LifeOpsSocialHabitDataSourceState = "live" | "partial" | "unwired";
|
|
2783
|
+
export interface LifeOpsSocialHabitDataSource {
|
|
2784
|
+
id: string;
|
|
2785
|
+
label: string;
|
|
2786
|
+
state: LifeOpsSocialHabitDataSourceState;
|
|
2787
|
+
statusLabel: string;
|
|
2788
|
+
detail: string;
|
|
2789
|
+
}
|
|
2790
|
+
export interface LifeOpsSocialHabitSummary {
|
|
2791
|
+
since: string;
|
|
2792
|
+
until: string;
|
|
2793
|
+
totalSeconds: number;
|
|
2794
|
+
services: LifeOpsScreenTimeBucket[];
|
|
2795
|
+
devices: LifeOpsScreenTimeBucket[];
|
|
2796
|
+
surfaces: LifeOpsScreenTimeBucket[];
|
|
2797
|
+
browsers: LifeOpsScreenTimeBucket[];
|
|
2798
|
+
sessions: LifeOpsScreenTimeBreakdownItem[];
|
|
2799
|
+
messages: {
|
|
2800
|
+
channels: LifeOpsSocialMessageChannel[];
|
|
2801
|
+
inbound: number;
|
|
2802
|
+
outbound: number;
|
|
2803
|
+
opened: number;
|
|
2804
|
+
replied: number;
|
|
2805
|
+
};
|
|
2806
|
+
dataSources: LifeOpsSocialHabitDataSource[];
|
|
2807
|
+
fetchedAt: string;
|
|
2808
|
+
}
|
|
2809
|
+
export interface LifeOpsScreenTimeWindow {
|
|
2810
|
+
since: string;
|
|
2811
|
+
until: string;
|
|
2812
|
+
}
|
|
2813
|
+
export interface LifeOpsScreenTimeHistoryPoint extends LifeOpsScreenTimeWindow {
|
|
2814
|
+
date: string;
|
|
2815
|
+
label: string;
|
|
2816
|
+
totalSeconds: number;
|
|
2817
|
+
}
|
|
2818
|
+
export interface LifeOpsScreenTimeDeltaMetrics {
|
|
2819
|
+
totalPercent: number | null;
|
|
2820
|
+
appPercent: number | null;
|
|
2821
|
+
webPercent: number | null;
|
|
2822
|
+
phonePercent: number | null;
|
|
2823
|
+
socialPercent: number | null;
|
|
2824
|
+
youtubePercent: number | null;
|
|
2825
|
+
xPercent: number | null;
|
|
2826
|
+
messageOpenedPercent: number | null;
|
|
2827
|
+
}
|
|
2828
|
+
export interface LifeOpsScreenTimeMetrics {
|
|
2829
|
+
totalSeconds: number;
|
|
2830
|
+
appSeconds: number;
|
|
2831
|
+
webSeconds: number;
|
|
2832
|
+
phoneSeconds: number;
|
|
2833
|
+
socialSeconds: number;
|
|
2834
|
+
youtubeSeconds: number;
|
|
2835
|
+
xSeconds: number;
|
|
2836
|
+
messageOpened: number;
|
|
2837
|
+
messageOutbound: number;
|
|
2838
|
+
messageInbound: number;
|
|
2839
|
+
deltas: LifeOpsScreenTimeDeltaMetrics | null;
|
|
2840
|
+
}
|
|
2841
|
+
export interface LifeOpsScreenTimeTargetBucket extends LifeOpsScreenTimeBucket {
|
|
2842
|
+
source: LifeOpsScreenTimeSource;
|
|
2843
|
+
identifier: string;
|
|
2844
|
+
}
|
|
2845
|
+
export interface LifeOpsScreenTimeSessionBucket extends LifeOpsScreenTimeBucket {
|
|
2846
|
+
source: LifeOpsScreenTimeSource;
|
|
2847
|
+
identifier: string;
|
|
2848
|
+
}
|
|
2849
|
+
export interface LifeOpsScreenTimeVisibleBuckets {
|
|
2850
|
+
categories: LifeOpsScreenTimeBucket[];
|
|
2851
|
+
devices: LifeOpsScreenTimeBucket[];
|
|
2852
|
+
browsers: LifeOpsScreenTimeBucket[];
|
|
2853
|
+
services: LifeOpsScreenTimeBucket[];
|
|
2854
|
+
surfaces: LifeOpsScreenTimeBucket[];
|
|
2855
|
+
topTargets: LifeOpsScreenTimeTargetBucket[];
|
|
2856
|
+
sessionBuckets: LifeOpsScreenTimeSessionBucket[];
|
|
2857
|
+
channels: LifeOpsSocialMessageChannel[];
|
|
2858
|
+
setupSources: LifeOpsSocialHabitDataSource[];
|
|
2859
|
+
hasMessageActivity: boolean;
|
|
2860
|
+
hasUsage: boolean;
|
|
2861
|
+
}
|
|
2862
|
+
export interface LifeOpsScreenTimeHistoryResponse {
|
|
2863
|
+
range: LifeOpsScreenTimeRangeKey;
|
|
2864
|
+
label: string;
|
|
2865
|
+
window: LifeOpsScreenTimeWindow;
|
|
2866
|
+
priorWindow: LifeOpsScreenTimeWindow | null;
|
|
2867
|
+
breakdown: LifeOpsScreenTimeBreakdown;
|
|
2868
|
+
social: LifeOpsSocialHabitSummary;
|
|
2869
|
+
history: LifeOpsScreenTimeHistoryPoint[];
|
|
2870
|
+
metrics: LifeOpsScreenTimeMetrics;
|
|
2871
|
+
visible: LifeOpsScreenTimeVisibleBuckets;
|
|
2872
|
+
fetchedAt: string;
|
|
2873
|
+
}
|
|
2874
|
+
export type LifeOpsIMessageHostPlatform = "darwin" | "linux" | "win32" | "unknown";
|
|
2875
|
+
export interface LifeOpsIMessageConnectorStatus {
|
|
2876
|
+
available: boolean;
|
|
2877
|
+
connected: boolean;
|
|
2878
|
+
bridgeType: "native" | "imsg" | "bluebubbles" | "none";
|
|
2879
|
+
hostPlatform: LifeOpsIMessageHostPlatform;
|
|
2880
|
+
accountHandle: string | null;
|
|
2881
|
+
sendMode: "cli" | "private-api" | "apple-script" | "none";
|
|
2882
|
+
helperConnected: boolean | null;
|
|
2883
|
+
privateApiEnabled: boolean | null;
|
|
2884
|
+
diagnostics: string[];
|
|
2885
|
+
lastSyncAt: string | null;
|
|
2886
|
+
lastCheckedAt: string | null;
|
|
2887
|
+
error: string | null;
|
|
2888
|
+
chatDbAvailable?: boolean;
|
|
2889
|
+
sendOnly?: boolean;
|
|
2890
|
+
chatDbPath?: string;
|
|
2891
|
+
reason?: string | null;
|
|
2892
|
+
permissionAction?: {
|
|
2893
|
+
type: "full_disk_access";
|
|
2894
|
+
label: string;
|
|
2895
|
+
url: string;
|
|
2896
|
+
instructions: string[];
|
|
2897
|
+
} | null;
|
|
2898
|
+
degradations?: LifeOpsConnectorDegradation[];
|
|
2899
|
+
}
|
|
2900
|
+
export interface LifeOpsIMessageChat {
|
|
2901
|
+
id: string;
|
|
2902
|
+
name: string;
|
|
2903
|
+
participants: string[];
|
|
2904
|
+
lastMessageAt?: string;
|
|
2905
|
+
}
|
|
2906
|
+
export interface LifeOpsIMessageMessage {
|
|
2907
|
+
id: string;
|
|
2908
|
+
fromHandle: string;
|
|
2909
|
+
toHandles: string[];
|
|
2910
|
+
text: string;
|
|
2911
|
+
isFromMe: boolean;
|
|
2912
|
+
sentAt: string;
|
|
2913
|
+
chatId?: string;
|
|
2914
|
+
attachments?: Array<{
|
|
2915
|
+
name: string;
|
|
2916
|
+
mimeType?: string;
|
|
2917
|
+
path?: string;
|
|
2918
|
+
}>;
|
|
2919
|
+
}
|
|
2920
|
+
export interface GetLifeOpsIMessageMessagesRequest {
|
|
2921
|
+
chatId?: string;
|
|
2922
|
+
since?: string;
|
|
2923
|
+
limit?: number;
|
|
2924
|
+
}
|
|
2925
|
+
export interface SendLifeOpsIMessageRequest {
|
|
2926
|
+
to: string;
|
|
2927
|
+
text: string;
|
|
2928
|
+
attachmentPaths?: string[];
|
|
2929
|
+
}
|
|
2930
|
+
export type { Entity as LifeOpsEntity, EntityAttribute as LifeOpsEntityAttribute, EntityIdentity as LifeOpsEntityIdentity, EntityIdentityAddedVia as LifeOpsEntityIdentityAddedVia, EntityState as LifeOpsEntityState, EntityVisibility as LifeOpsEntityVisibility, Relationship as LifeOpsGraphRelationship, RelationshipSource as LifeOpsGraphRelationshipSource, RelationshipState as LifeOpsGraphRelationshipState, RelationshipStatus as LifeOpsGraphRelationshipStatus, } from "../knowledge-graph/index.js";
|
|
2931
|
+
//# sourceMappingURL=personal-assistant.d.ts.map
|