aimeat 1.40.0 → 2.0.0
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/README.md +24 -15
- package/dist/.env.example +528 -495
- package/dist/locales/en.json +314 -297
- package/dist/locales/fi.json +314 -297
- package/dist/public/components/ContactPicker.js +145 -0
- package/dist/public/components/EmptyState.js +22 -7
- package/dist/public/components/NotificationBell.js +92 -7
- package/dist/public/cortex-bundled/aimeat-dag.js +553 -0
- package/dist/public/cortex-bundled/aimeat-dag.yaml +77 -0
- package/dist/public/cortex-bundled/aimeat-flow.js +225 -0
- package/dist/public/cortex-bundled/aimeat-flow.yaml +101 -0
- package/dist/public/cortex-bundled/aimeat-ui-motion.js +323 -0
- package/dist/public/cortex-bundled/aimeat-ui-motion.yaml +86 -0
- package/dist/public/css/components/contact-picker.css +26 -0
- package/dist/public/css/theme.css +52 -2
- package/dist/public/css/views/admin.css +51 -1
- package/dist/public/css/views/agents-detail.css +78 -14
- package/dist/public/css/views/capabilities.css +2 -0
- package/dist/public/css/views/companies.css +0 -1
- package/dist/public/css/views/inbox.css +142 -7
- package/dist/public/css/views/landing.css +2 -0
- package/dist/public/css/views/members.css +0 -1
- package/dist/public/css/views/my-company.css +5 -5
- package/dist/public/css/views/offers.css +0 -3
- package/dist/public/css/views/portal-dev.css +49 -0
- package/dist/public/css/views/profile.css +171 -13
- package/dist/public/css/views/public-knowledge-viewer.css +0 -17
- package/dist/public/css/views/scheduler.css +37 -1
- package/dist/public/css/views/workflows.css +1 -1
- package/dist/public/js/services/admin.js +10 -0
- package/dist/public/js/services/agent-activity.js +15 -0
- package/dist/public/js/services/agent-directives.js +14 -0
- package/dist/public/js/services/agent-integration.js +15 -0
- package/dist/public/js/services/agent-messages.js +14 -0
- package/dist/public/js/services/agent-tasks.js +14 -0
- package/dist/public/js/services/appdev.js +67 -0
- package/dist/public/js/services/apps.js +28 -0
- package/dist/public/js/services/calibrator.js +14 -1
- package/dist/public/js/services/consent.js +17 -0
- package/dist/public/js/services/contacts.js +47 -0
- package/dist/public/js/services/ecosystem.js +14 -0
- package/dist/public/js/services/generator.js +71 -35
- package/dist/public/js/services/knowledge.js +14 -0
- package/dist/public/js/services/ledger.js +18 -0
- package/dist/public/js/services/living.js +14 -0
- package/dist/public/js/services/messages.js +7 -1
- package/dist/public/js/services/organisms.js +48 -4
- package/dist/public/js/services/schedules.js +19 -2
- package/dist/public/js/services/security.js +14 -0
- package/dist/public/js/services/work.js +14 -0
- package/dist/public/lib/VENDORED.md +77 -0
- package/dist/public/lib/drawflow@0.min.css +1 -0
- package/dist/public/lib/drawflow@0.min.js +1 -0
- package/dist/public/lib/fonts/LICENSE.md +13 -0
- package/dist/public/lib/fonts/baloo2-latin-ext.woff2 +0 -0
- package/dist/public/lib/fonts/baloo2-latin.woff2 +0 -0
- package/dist/public/lib/fonts/bangers-latin-ext.woff2 +0 -0
- package/dist/public/lib/fonts/bangers-latin.woff2 +0 -0
- package/dist/public/lib/fonts.css +51 -0
- package/dist/public/lib/p5@1.min.js +2 -0
- package/dist/public/lib/phaser@3.min.js +1 -0
- package/dist/public/lib/pixi-unsafe-eval@8.min.js +22 -0
- package/dist/public/lib/pixi@8.min.js +2329 -0
- package/dist/public/lib/realtime.js +120 -3
- package/dist/public/lib/samples/LICENSE.md +21 -9
- package/dist/public/lib/samples/bass/A1.mp3 +0 -0
- package/dist/public/lib/samples/bass/B2.mp3 +0 -0
- package/dist/public/lib/samples/bass/D2.mp3 +0 -0
- package/dist/public/lib/samples/bass/E1.mp3 +0 -0
- package/dist/public/lib/samples/bass/E3.mp3 +0 -0
- package/dist/public/lib/samples/bass/G2.mp3 +0 -0
- package/dist/public/lib/samples/drums/clap.mp3 +0 -0
- package/dist/public/lib/samples/drums/cowbell.mp3 +0 -0
- package/dist/public/lib/samples/drums/crash.mp3 +0 -0
- package/dist/public/lib/samples/drums/hihat-open.mp3 +0 -0
- package/dist/public/lib/samples/drums/hihat.mp3 +0 -0
- package/dist/public/lib/samples/drums/kick.mp3 +0 -0
- package/dist/public/lib/samples/drums/ride.mp3 +0 -0
- package/dist/public/lib/samples/drums/snare.mp3 +0 -0
- package/dist/public/lib/samples/drums/tom-high.mp3 +0 -0
- package/dist/public/lib/samples/drums/tom-low.mp3 +0 -0
- package/dist/public/lib/samples/drums/tom-mid.mp3 +0 -0
- package/dist/public/lib/samples/flute/A4.mp3 +0 -0
- package/dist/public/lib/samples/flute/A5.mp3 +0 -0
- package/dist/public/lib/samples/flute/C4.mp3 +0 -0
- package/dist/public/lib/samples/flute/C5.mp3 +0 -0
- package/dist/public/lib/samples/flute/C6.mp3 +0 -0
- package/dist/public/lib/samples/flute/E4.mp3 +0 -0
- package/dist/public/lib/samples/flute/E5.mp3 +0 -0
- package/dist/public/lib/samples/guitar/A2.mp3 +0 -0
- package/dist/public/lib/samples/guitar/A4.mp3 +0 -0
- package/dist/public/lib/samples/guitar/B3.mp3 +0 -0
- package/dist/public/lib/samples/guitar/D3.mp3 +0 -0
- package/dist/public/lib/samples/guitar/E2.mp3 +0 -0
- package/dist/public/lib/samples/guitar/E4.mp3 +0 -0
- package/dist/public/lib/samples/guitar/E5.mp3 +0 -0
- package/dist/public/lib/samples/guitar/G3.mp3 +0 -0
- package/dist/public/lib/samples/guitar-el/A2.mp3 +0 -0
- package/dist/public/lib/samples/guitar-el/A4.mp3 +0 -0
- package/dist/public/lib/samples/guitar-el/B3.mp3 +0 -0
- package/dist/public/lib/samples/guitar-el/D3.mp3 +0 -0
- package/dist/public/lib/samples/guitar-el/E2.mp3 +0 -0
- package/dist/public/lib/samples/guitar-el/E4.mp3 +0 -0
- package/dist/public/lib/samples/guitar-el/E5.mp3 +0 -0
- package/dist/public/lib/samples/guitar-el/G3.mp3 +0 -0
- package/dist/public/lib/samples/guitar-steel/A2.mp3 +0 -0
- package/dist/public/lib/samples/guitar-steel/A4.mp3 +0 -0
- package/dist/public/lib/samples/guitar-steel/B3.mp3 +0 -0
- package/dist/public/lib/samples/guitar-steel/D3.mp3 +0 -0
- package/dist/public/lib/samples/guitar-steel/E2.mp3 +0 -0
- package/dist/public/lib/samples/guitar-steel/E4.mp3 +0 -0
- package/dist/public/lib/samples/guitar-steel/E5.mp3 +0 -0
- package/dist/public/lib/samples/guitar-steel/G3.mp3 +0 -0
- package/dist/public/llms-template.txt +42 -21
- package/dist/public/spa.html +40 -34
- package/dist/public/style-testbed.html +0 -2
- package/dist/public/sw.js +23 -4
- package/dist/public/views/_template.js +21 -8
- package/dist/public/views/admin/cortex-tab.js +2 -2
- package/dist/public/views/admin/database-tab.js +140 -0
- package/dist/public/views/admin/feedback-tab.js +162 -0
- package/dist/public/views/admin/owners-tab.js +19 -29
- package/dist/public/views/admin/push-tab.js +2 -2
- package/dist/public/views/admin/services-tab.js +4 -4
- package/dist/public/views/admin/shared.js +9 -3
- package/dist/public/views/admin/sharing-groups-tab.js +13 -25
- package/dist/public/views/admin/stats-tab.js +33 -33
- package/dist/public/views/admin.js +52 -49
- package/dist/public/views/companies.js +9 -7
- package/dist/public/views/help.js +2 -1
- package/dist/public/views/invite-accept.js +64 -19
- package/dist/public/views/landing.js +41 -8
- package/dist/public/views/members.js +4 -2
- package/dist/public/views/my-company.js +27 -77
- package/dist/public/views/my-company.payments.js +177 -0
- package/dist/public/views/portal-classic.js +0 -4
- package/dist/public/views/portal-dev.js +11 -0
- package/dist/public/views/portal-dev.panels.js +52 -58
- package/dist/public/views/portal.components.js +18 -36
- package/dist/public/views/portal.prompts.js +9 -10
- package/dist/public/views/profile/access-tab/access-tokens.js +3 -3
- package/dist/public/views/profile/access-tab/agent-defaults.js +3 -3
- package/dist/public/views/profile/access-tab/connected-apps.js +5 -3
- package/dist/public/views/profile/access-tab/sharing-groups.js +8 -7
- package/dist/public/views/profile/access-tab.js +26 -10
- package/dist/public/views/profile/agents/agent-card.js +16 -5
- package/dist/public/views/profile/agents/tab-activity.js +27 -9
- package/dist/public/views/profile/agents/tab-agent-config.js +4 -1
- package/dist/public/views/profile/agents/tab-contracts.js +11 -3
- package/dist/public/views/profile/agents/tab-data-access.js +36 -20
- package/dist/public/views/profile/agents/tab-directives.js +2 -1
- package/dist/public/views/profile/agents/tab-integration.js +46 -23
- package/dist/public/views/profile/agents/tab-messages.js +37 -6
- package/dist/public/views/profile/agents/tab-quality.js +32 -8
- package/dist/public/views/profile/agents/tab-schedules.js +15 -10
- package/dist/public/views/profile/agents/tab-usage.js +19 -8
- package/dist/public/views/profile/agents-capabilities-subtab.js +3 -3
- package/dist/public/views/profile/agents-tab.js +11 -1
- package/dist/public/views/profile/appdev-tab.js +275 -0
- package/dist/public/views/profile/apps-tab.js +230 -1
- package/dist/public/views/profile/calibrator-batch.js +2 -2
- package/dist/public/views/profile/calibrator-tab.js +69 -37
- package/dist/public/views/profile/capabilities-tab.js +24 -13
- package/dist/public/views/profile/contacts-tab.js +139 -0
- package/dist/public/views/profile/data-wallet-tab.js +37 -18
- package/dist/public/views/profile/discover-tab.js +2 -1
- package/dist/public/views/profile/ecosystem-tab.automation.js +21 -7
- package/dist/public/views/profile/extensions-tab.js +4 -2
- package/dist/public/views/profile/extensions-tab.maturity.js +40 -0
- package/dist/public/views/profile/generator-dashboard/DebugPanel.js +16 -9
- package/dist/public/views/profile/generator-dashboard/use-dashboard-core.js +46 -26
- package/dist/public/views/profile/generator-dashboard/use-edit-mode.js +29 -25
- package/dist/public/views/profile/generator-dashboard/use-test-execution.js +14 -14
- package/dist/public/views/profile/generator-detail.ai.js +21 -0
- package/dist/public/views/profile/generator-detail.js +59 -26
- package/dist/public/views/profile/generator-detail.results.js +1 -1
- package/dist/public/views/profile/generator-settings.js +51 -47
- package/dist/public/views/profile/generator-tab.js +28 -7
- package/dist/public/views/profile/inbox-tab/components.js +110 -10
- package/dist/public/views/profile/inbox-tab/helpers.js +12 -0
- package/dist/public/views/profile/inbox-tab/panels.js +34 -4
- package/dist/public/views/profile/inbox-tab/use-thread-ux.js +104 -0
- package/dist/public/views/profile/inbox-tab.js +94 -47
- package/dist/public/views/profile/knowledge-tab.helpers.js +20 -0
- package/dist/public/views/profile/knowledge-tab.js +31 -28
- package/dist/public/views/profile/landing-page.cards.js +59 -46
- package/dist/public/views/profile/landing-page.js +6 -5
- package/dist/public/views/profile/landing-page.modals.js +5 -2
- package/dist/public/views/profile/libraries-tab.js +196 -0
- package/dist/public/views/profile/living-tab.js +11 -0
- package/dist/public/views/profile/memory-tab.js +45 -4
- package/dist/public/views/profile/node-stats-tab.js +29 -24
- package/dist/public/views/profile/notebook-card.js +1 -1
- package/dist/public/views/profile/notebook-tab.js +20 -1
- package/dist/public/views/profile/offers-tab.js +2 -1
- package/dist/public/views/profile/openrouter-settings.js +613 -0
- package/dist/public/views/profile/organisms/invite-panel.js +254 -0
- package/dist/public/views/profile/organisms/members.js +110 -177
- package/dist/public/views/profile/organisms/participants-panel.js +6 -2
- package/dist/public/views/profile/organisms/skills-panel.js +2 -1
- package/dist/public/views/profile/organisms/workspace/generator.js +1 -1
- package/dist/public/views/profile/organisms-tab.js +24 -16
- package/dist/public/views/profile/packages-tab.js +28 -38
- package/dist/public/views/profile/scheduler-calendar.js +72 -4
- package/dist/public/views/profile/scheduler-tab.js +16 -5
- package/dist/public/views/profile/security-tab.js +44 -44
- package/dist/public/views/profile/skills-tab.js +3 -2
- package/dist/public/views/profile/wallet-tab.js +34 -7
- package/dist/public/views/profile/work-tab.js +10 -1
- package/dist/public/views/profile/workflows-tab.js +3 -2
- package/dist/public/views/profile.js +38 -44
- package/dist/public/views/public-knowledge-viewer.js +6 -7
- package/dist/public/views/start-flows.js +16 -0
- package/dist/scripts/aeb-ledger.d.ts +2 -0
- package/dist/scripts/aeb-ledger.d.ts.map +1 -0
- package/dist/scripts/aeb-ledger.js +28 -0
- package/dist/scripts/aeb-ledger.js.map +1 -0
- package/dist/scripts/aeb-prove.d.ts +2 -0
- package/dist/scripts/aeb-prove.d.ts.map +1 -0
- package/dist/scripts/aeb-prove.js +124 -0
- package/dist/scripts/aeb-prove.js.map +1 -0
- package/dist/scripts/archive-stale-versions.js +1 -59
- package/dist/scripts/archive-stale-versions.js.map +1 -1
- package/dist/scripts/audit-mcp-tools.d.ts +1 -0
- package/dist/scripts/audit-mcp-tools.d.ts.map +1 -1
- package/dist/scripts/audit-mcp-tools.js +25 -0
- package/dist/scripts/audit-mcp-tools.js.map +1 -1
- package/dist/scripts/consent-audit-prune.js +5 -58
- package/dist/scripts/consent-audit-prune.js.map +1 -1
- package/dist/scripts/db-reset.d.ts +3 -3
- package/dist/scripts/db-reset.js +21 -62
- package/dist/scripts/db-reset.js.map +1 -1
- package/dist/scripts/kill-port.js +25 -5
- package/dist/scripts/kill-port.js.map +1 -1
- package/dist/scripts/kill-test-servers.d.ts +3 -0
- package/dist/scripts/kill-test-servers.d.ts.map +1 -0
- package/dist/scripts/kill-test-servers.js +84 -0
- package/dist/scripts/kill-test-servers.js.map +1 -0
- package/dist/scripts/migrate-to-postgres-kysely.d.ts +2 -0
- package/dist/scripts/migrate-to-postgres-kysely.d.ts.map +1 -0
- package/dist/scripts/migrate-to-postgres-kysely.js +194 -0
- package/dist/scripts/migrate-to-postgres-kysely.js.map +1 -0
- package/dist/scripts/reassign-apps.js +1 -1
- package/dist/scripts/telemetry-prune.d.ts +2 -1
- package/dist/scripts/telemetry-prune.d.ts.map +1 -1
- package/dist/scripts/telemetry-prune.js +7 -58
- package/dist/scripts/telemetry-prune.js.map +1 -1
- package/dist/src/auth/middleware.d.ts +9 -0
- package/dist/src/auth/middleware.d.ts.map +1 -1
- package/dist/src/auth/middleware.js +31 -0
- package/dist/src/auth/middleware.js.map +1 -1
- package/dist/src/cli/config-import.js +2 -2
- package/dist/src/cli/config-import.js.map +1 -1
- package/dist/src/cli/connect/mcp/tools/agent-management.d.ts +2 -0
- package/dist/src/cli/connect/mcp/tools/agent-management.d.ts.map +1 -1
- package/dist/src/cli/connect/mcp/tools/agent-management.js +8 -0
- package/dist/src/cli/connect/mcp/tools/agent-management.js.map +1 -1
- package/dist/src/cli/connect/mcp/tools/appdev.d.ts +17 -0
- package/dist/src/cli/connect/mcp/tools/appdev.d.ts.map +1 -0
- package/dist/src/cli/connect/mcp/tools/appdev.js +123 -0
- package/dist/src/cli/connect/mcp/tools/appdev.js.map +1 -0
- package/dist/src/cli/connect/mcp/tools/apps.d.ts +3 -1
- package/dist/src/cli/connect/mcp/tools/apps.d.ts.map +1 -1
- package/dist/src/cli/connect/mcp/tools/apps.js +49 -1
- package/dist/src/cli/connect/mcp/tools/apps.js.map +1 -1
- package/dist/src/cli/connect/mcp/tools/commerce.d.ts +16 -0
- package/dist/src/cli/connect/mcp/tools/commerce.d.ts.map +1 -0
- package/dist/src/cli/connect/mcp/tools/commerce.js +102 -0
- package/dist/src/cli/connect/mcp/tools/commerce.js.map +1 -0
- package/dist/src/cli/connect/mcp/tools/contacts.d.ts +13 -0
- package/dist/src/cli/connect/mcp/tools/contacts.d.ts.map +1 -0
- package/dist/src/cli/connect/mcp/tools/contacts.js +35 -0
- package/dist/src/cli/connect/mcp/tools/contacts.js.map +1 -0
- package/dist/src/cli/connect/mcp/tools/dm-messages.d.ts +3 -0
- package/dist/src/cli/connect/mcp/tools/dm-messages.d.ts.map +1 -1
- package/dist/src/cli/connect/mcp/tools/dm-messages.js +24 -0
- package/dist/src/cli/connect/mcp/tools/dm-messages.js.map +1 -1
- package/dist/src/cli/connect/mcp/tools/feedback.d.ts +14 -0
- package/dist/src/cli/connect/mcp/tools/feedback.d.ts.map +1 -0
- package/dist/src/cli/connect/mcp/tools/feedback.js +29 -0
- package/dist/src/cli/connect/mcp/tools/feedback.js.map +1 -0
- package/dist/src/cli/connect/mcp/tools/index.d.ts.map +1 -1
- package/dist/src/cli/connect/mcp/tools/index.js +10 -0
- package/dist/src/cli/connect/mcp/tools/index.js.map +1 -1
- package/dist/src/cli/connect/mcp/tools/onboarding.d.ts.map +1 -1
- package/dist/src/cli/connect/mcp/tools/onboarding.js +4 -1
- package/dist/src/cli/connect/mcp/tools/onboarding.js.map +1 -1
- package/dist/src/cli/connect/mcp/tools/operator.d.ts +18 -0
- package/dist/src/cli/connect/mcp/tools/operator.d.ts.map +1 -0
- package/dist/src/cli/connect/mcp/tools/operator.js +65 -0
- package/dist/src/cli/connect/mcp/tools/operator.js.map +1 -0
- package/dist/src/cli/connect/mcp/tools/organisms.d.ts +2 -0
- package/dist/src/cli/connect/mcp/tools/organisms.d.ts.map +1 -1
- package/dist/src/cli/connect/mcp/tools/organisms.js +101 -2
- package/dist/src/cli/connect/mcp/tools/organisms.js.map +1 -1
- package/dist/src/cli/connect/mcp/tools/workflows.d.ts +1 -0
- package/dist/src/cli/connect/mcp/tools/workflows.d.ts.map +1 -1
- package/dist/src/cli/connect/mcp/tools/workflows.js +13 -0
- package/dist/src/cli/connect/mcp/tools/workflows.js.map +1 -1
- package/dist/src/cli/connect/tool-call-defs-agent.d.ts +6 -0
- package/dist/src/cli/connect/tool-call-defs-agent.d.ts.map +1 -1
- package/dist/src/cli/connect/tool-call-defs-agent.js +126 -0
- package/dist/src/cli/connect/tool-call-defs-agent.js.map +1 -1
- package/dist/src/cli/connect/tool-call-defs-apps.d.ts +4 -0
- package/dist/src/cli/connect/tool-call-defs-apps.d.ts.map +1 -1
- package/dist/src/cli/connect/tool-call-defs-apps.js +379 -1
- package/dist/src/cli/connect/tool-call-defs-apps.js.map +1 -1
- package/dist/src/cli/connect/tool-call-defs-organism.d.ts.map +1 -1
- package/dist/src/cli/connect/tool-call-defs-organism.js +46 -1
- package/dist/src/cli/connect/tool-call-defs-organism.js.map +1 -1
- package/dist/src/cli/init-wizard/generate.js +2 -2
- package/dist/src/cli/init-wizard/generate.js.map +1 -1
- package/dist/src/cli/init-wizard/helpers.d.ts +1 -1
- package/dist/src/cli/init-wizard/helpers.d.ts.map +1 -1
- package/dist/src/cli/init-wizard/helpers.js +2 -5
- package/dist/src/cli/init-wizard/helpers.js.map +1 -1
- package/dist/src/cli/init-wizard/presets.d.ts.map +1 -1
- package/dist/src/cli/init-wizard/presets.js +0 -1
- package/dist/src/cli/init-wizard/presets.js.map +1 -1
- package/dist/src/cli/init-wizard/steps-core.d.ts.map +1 -1
- package/dist/src/cli/init-wizard/steps-core.js +7 -11
- package/dist/src/cli/init-wizard/steps-core.js.map +1 -1
- package/dist/src/commerce/sellable-resolvers.d.ts +11 -1
- package/dist/src/commerce/sellable-resolvers.d.ts.map +1 -1
- package/dist/src/commerce/sellable-resolvers.js +55 -0
- package/dist/src/commerce/sellable-resolvers.js.map +1 -1
- package/dist/src/commerce/test-money-handler.d.ts +5 -0
- package/dist/src/commerce/test-money-handler.d.ts.map +1 -0
- package/dist/src/commerce/test-money-handler.js +27 -0
- package/dist/src/commerce/test-money-handler.js.map +1 -0
- package/dist/src/commerce/x402-facilitator.d.ts +113 -0
- package/dist/src/commerce/x402-facilitator.d.ts.map +1 -0
- package/dist/src/commerce/x402-facilitator.js +143 -0
- package/dist/src/commerce/x402-facilitator.js.map +1 -0
- package/dist/src/commerce/x402-handler.d.ts +35 -0
- package/dist/src/commerce/x402-handler.d.ts.map +1 -0
- package/dist/src/commerce/x402-handler.js +54 -0
- package/dist/src/commerce/x402-handler.js.map +1 -0
- package/dist/src/commerce/x402.d.ts +32 -8
- package/dist/src/commerce/x402.d.ts.map +1 -1
- package/dist/src/commerce/x402.js +41 -9
- package/dist/src/commerce/x402.js.map +1 -1
- package/dist/src/config-types.d.ts +21 -2
- package/dist/src/config-types.d.ts.map +1 -1
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/config.js +27 -5
- package/dist/src/config.js.map +1 -1
- package/dist/src/data/app-templates/components.d.ts +13 -1
- package/dist/src/data/app-templates/components.d.ts.map +1 -1
- package/dist/src/data/app-templates/components.js +149 -1
- package/dist/src/data/app-templates/components.js.map +1 -1
- package/dist/src/data/app-templates.d.ts +13 -0
- package/dist/src/data/app-templates.d.ts.map +1 -1
- package/dist/src/data/app-templates.js +39 -1
- package/dist/src/data/app-templates.js.map +1 -1
- package/dist/src/data/appdev-pitfalls.d.ts +56 -0
- package/dist/src/data/appdev-pitfalls.d.ts.map +1 -0
- package/dist/src/data/appdev-pitfalls.js +342 -0
- package/dist/src/data/appdev-pitfalls.js.map +1 -0
- package/dist/src/data/builtin-skills.d.ts +6 -0
- package/dist/src/data/builtin-skills.d.ts.map +1 -1
- package/dist/src/data/builtin-skills.js +151 -0
- package/dist/src/data/builtin-skills.js.map +1 -1
- package/dist/src/data/library-packs/cortex.d.ts +18 -0
- package/dist/src/data/library-packs/cortex.d.ts.map +1 -0
- package/dist/src/data/library-packs/cortex.js +339 -0
- package/dist/src/data/library-packs/cortex.js.map +1 -0
- package/dist/src/data/library-packs/sdk.d.ts +16 -0
- package/dist/src/data/library-packs/sdk.d.ts.map +1 -0
- package/dist/src/data/library-packs/sdk.js +439 -0
- package/dist/src/data/library-packs/sdk.js.map +1 -0
- package/dist/src/data/library-packs/vendored.d.ts +21 -0
- package/dist/src/data/library-packs/vendored.d.ts.map +1 -0
- package/dist/src/data/library-packs/vendored.js +381 -0
- package/dist/src/data/library-packs/vendored.js.map +1 -0
- package/dist/src/data/library-packs.d.ts +151 -0
- package/dist/src/data/library-packs.d.ts.map +1 -0
- package/dist/src/data/library-packs.js +169 -0
- package/dist/src/data/library-packs.js.map +1 -0
- package/dist/src/generated/api-types.d.ts +25542 -14448
- package/dist/src/generated/api-types.d.ts.map +1 -1
- package/dist/src/index-help.d.ts +1 -1
- package/dist/src/index-help.d.ts.map +1 -1
- package/dist/src/index-help.js +3 -3
- package/dist/src/mcp/agent-onboarding.d.ts.map +1 -1
- package/dist/src/mcp/agent-onboarding.js +8 -2
- package/dist/src/mcp/agent-onboarding.js.map +1 -1
- package/dist/src/mcp/annotations.d.ts +1 -0
- package/dist/src/mcp/annotations.d.ts.map +1 -1
- package/dist/src/mcp/annotations.js +24 -0
- package/dist/src/mcp/annotations.js.map +1 -1
- package/dist/src/mcp/app-template-proposals.d.ts +17 -0
- package/dist/src/mcp/app-template-proposals.d.ts.map +1 -0
- package/dist/src/mcp/app-template-proposals.js +94 -0
- package/dist/src/mcp/app-template-proposals.js.map +1 -0
- package/dist/src/mcp/appdev-pitfalls.d.ts +22 -0
- package/dist/src/mcp/appdev-pitfalls.d.ts.map +1 -0
- package/dist/src/mcp/appdev-pitfalls.js +208 -0
- package/dist/src/mcp/appdev-pitfalls.js.map +1 -0
- package/dist/src/mcp/appdev-proofs.d.ts +21 -0
- package/dist/src/mcp/appdev-proofs.d.ts.map +1 -0
- package/dist/src/mcp/appdev-proofs.js +103 -0
- package/dist/src/mcp/appdev-proofs.js.map +1 -0
- package/dist/src/mcp/appdev-research.d.ts +17 -0
- package/dist/src/mcp/appdev-research.d.ts.map +1 -0
- package/dist/src/mcp/appdev-research.js +27 -0
- package/dist/src/mcp/appdev-research.js.map +1 -0
- package/dist/src/mcp/apps.d.ts +6 -0
- package/dist/src/mcp/apps.d.ts.map +1 -1
- package/dist/src/mcp/apps.js +60 -5
- package/dist/src/mcp/apps.js.map +1 -1
- package/dist/src/mcp/catalog/definitions/agent-messaging.d.ts.map +1 -1
- package/dist/src/mcp/catalog/definitions/agent-messaging.js +38 -0
- package/dist/src/mcp/catalog/definitions/agent-messaging.js.map +1 -1
- package/dist/src/mcp/catalog/definitions/capabilities-groups-skills.d.ts +2 -0
- package/dist/src/mcp/catalog/definitions/capabilities-groups-skills.d.ts.map +1 -1
- package/dist/src/mcp/catalog/definitions/capabilities-groups-skills.js +139 -5
- package/dist/src/mcp/catalog/definitions/capabilities-groups-skills.js.map +1 -1
- package/dist/src/mcp/catalog/definitions/organisms-workspaces-apps.d.ts.map +1 -1
- package/dist/src/mcp/catalog/definitions/organisms-workspaces-apps.js +41 -3
- package/dist/src/mcp/catalog/definitions/organisms-workspaces-apps.js.map +1 -1
- package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.d.ts.map +1 -1
- package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.js +20 -0
- package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.js.map +1 -1
- package/dist/src/mcp/catalog/scopes.d.ts +1 -0
- package/dist/src/mcp/catalog/scopes.d.ts.map +1 -1
- package/dist/src/mcp/catalog/scopes.js +18 -0
- package/dist/src/mcp/catalog/scopes.js.map +1 -1
- package/dist/src/mcp/catalog/surfaces.d.ts.map +1 -1
- package/dist/src/mcp/catalog/surfaces.js +17 -4
- package/dist/src/mcp/catalog/surfaces.js.map +1 -1
- package/dist/src/mcp/catalogue.d.ts +1 -0
- package/dist/src/mcp/catalogue.d.ts.map +1 -1
- package/dist/src/mcp/catalogue.js +10 -2
- package/dist/src/mcp/catalogue.js.map +1 -1
- package/dist/src/mcp/commerce.js +1 -1
- package/dist/src/mcp/commerce.js.map +1 -1
- package/dist/src/mcp/contacts.d.ts +19 -0
- package/dist/src/mcp/contacts.d.ts.map +1 -0
- package/dist/src/mcp/contacts.js +58 -0
- package/dist/src/mcp/contacts.js.map +1 -0
- package/dist/src/mcp/core-admin.js +1 -1
- package/dist/src/mcp/core-admin.js.map +1 -1
- package/dist/src/mcp/extensions.d.ts +4 -0
- package/dist/src/mcp/extensions.d.ts.map +1 -1
- package/dist/src/mcp/extensions.js +74 -12
- package/dist/src/mcp/extensions.js.map +1 -1
- package/dist/src/mcp/feedback.d.ts +20 -0
- package/dist/src/mcp/feedback.d.ts.map +1 -0
- package/dist/src/mcp/feedback.js +61 -0
- package/dist/src/mcp/feedback.js.map +1 -0
- package/dist/src/mcp/index.d.ts +1 -0
- package/dist/src/mcp/index.d.ts.map +1 -1
- package/dist/src/mcp/index.js +13 -0
- package/dist/src/mcp/index.js.map +1 -1
- package/dist/src/mcp/knowledge.d.ts +4 -0
- package/dist/src/mcp/knowledge.d.ts.map +1 -1
- package/dist/src/mcp/knowledge.js +39 -22
- package/dist/src/mcp/knowledge.js.map +1 -1
- package/dist/src/mcp/organisms-name-invites.d.ts +18 -0
- package/dist/src/mcp/organisms-name-invites.d.ts.map +1 -0
- package/dist/src/mcp/organisms-name-invites.js +143 -0
- package/dist/src/mcp/organisms-name-invites.js.map +1 -0
- package/dist/src/mcp/organisms.d.ts +3 -0
- package/dist/src/mcp/organisms.d.ts.map +1 -1
- package/dist/src/mcp/organisms.js +12 -86
- package/dist/src/mcp/organisms.js.map +1 -1
- package/dist/src/mcp/workflows.d.ts +2 -0
- package/dist/src/mcp/workflows.d.ts.map +1 -1
- package/dist/src/mcp/workflows.js +43 -3
- package/dist/src/mcp/workflows.js.map +1 -1
- package/dist/src/mcp/workspaces.d.ts +4 -0
- package/dist/src/mcp/workspaces.d.ts.map +1 -1
- package/dist/src/mcp/workspaces.js +15 -12
- package/dist/src/mcp/workspaces.js.map +1 -1
- package/dist/src/middleware/workspace-access.d.ts +3 -0
- package/dist/src/middleware/workspace-access.d.ts.map +1 -1
- package/dist/src/middleware/workspace-access.js +7 -3
- package/dist/src/middleware/workspace-access.js.map +1 -1
- package/dist/src/models/agent-onboarding-schemas.d.ts +2 -0
- package/dist/src/models/agent-onboarding-schemas.d.ts.map +1 -1
- package/dist/src/models/agent-onboarding-schemas.js +5 -0
- package/dist/src/models/agent-onboarding-schemas.js.map +1 -1
- package/dist/src/models/contribution-proof.d.ts +29 -0
- package/dist/src/models/contribution-proof.d.ts.map +1 -0
- package/dist/src/models/contribution-proof.js +23 -0
- package/dist/src/models/contribution-proof.js.map +1 -0
- package/dist/src/models/crew-def-schemas.d.ts +114 -0
- package/dist/src/models/crew-def-schemas.d.ts.map +1 -0
- package/dist/src/models/crew-def-schemas.js +140 -0
- package/dist/src/models/crew-def-schemas.js.map +1 -0
- package/dist/src/models/workflow-schemas.d.ts +69 -1
- package/dist/src/models/workflow-schemas.d.ts.map +1 -1
- package/dist/src/models/workflow-schemas.js +26 -0
- package/dist/src/models/workflow-schemas.js.map +1 -1
- package/dist/src/routes/access-tokens.d.ts +2 -0
- package/dist/src/routes/access-tokens.d.ts.map +1 -1
- package/dist/src/routes/access-tokens.js +15 -0
- package/dist/src/routes/access-tokens.js.map +1 -1
- package/dist/src/routes/admin-config.js +1 -1
- package/dist/src/routes/admin-config.js.map +1 -1
- package/dist/src/routes/admin-maintenance.d.ts +3 -0
- package/dist/src/routes/admin-maintenance.d.ts.map +1 -1
- package/dist/src/routes/admin-maintenance.js +20 -0
- package/dist/src/routes/admin-maintenance.js.map +1 -1
- package/dist/src/routes/admin-storage-stats.d.ts +17 -0
- package/dist/src/routes/admin-storage-stats.d.ts.map +1 -0
- package/dist/src/routes/admin-storage-stats.js +56 -0
- package/dist/src/routes/admin-storage-stats.js.map +1 -0
- package/dist/src/routes/admin.d.ts +1 -0
- package/dist/src/routes/admin.d.ts.map +1 -1
- package/dist/src/routes/admin.js +10 -12
- package/dist/src/routes/admin.js.map +1 -1
- package/dist/src/routes/agent-activity.d.ts +6 -0
- package/dist/src/routes/agent-activity.d.ts.map +1 -1
- package/dist/src/routes/agent-activity.js +57 -0
- package/dist/src/routes/agent-activity.js.map +1 -1
- package/dist/src/routes/agent-directives.d.ts.map +1 -1
- package/dist/src/routes/agent-directives.js +30 -0
- package/dist/src/routes/agent-directives.js.map +1 -1
- package/dist/src/routes/agent-messages.d.ts +2 -0
- package/dist/src/routes/agent-messages.d.ts.map +1 -1
- package/dist/src/routes/agent-messages.js +18 -0
- package/dist/src/routes/agent-messages.js.map +1 -1
- package/dist/src/routes/agent-onboarding.d.ts +16 -0
- package/dist/src/routes/agent-onboarding.d.ts.map +1 -1
- package/dist/src/routes/agent-onboarding.js +6 -1
- package/dist/src/routes/agent-onboarding.js.map +1 -1
- package/dist/src/routes/agent-webhook.d.ts +3 -0
- package/dist/src/routes/agent-webhook.d.ts.map +1 -1
- package/dist/src/routes/agent-webhook.js +28 -0
- package/dist/src/routes/agent-webhook.js.map +1 -1
- package/dist/src/routes/agents/device-auth.d.ts +6 -0
- package/dist/src/routes/agents/device-auth.d.ts.map +1 -1
- package/dist/src/routes/agents/device-auth.js +224 -137
- package/dist/src/routes/agents/device-auth.js.map +1 -1
- package/dist/src/routes/agents/offers.d.ts +4 -0
- package/dist/src/routes/agents/offers.d.ts.map +1 -1
- package/dist/src/routes/agents/offers.js +0 -0
- package/dist/src/routes/agents/offers.js.map +1 -1
- package/dist/src/routes/agents/profile-metadata.d.ts +3 -0
- package/dist/src/routes/agents/profile-metadata.d.ts.map +1 -1
- package/dist/src/routes/agents/profile-metadata.js +23 -10
- package/dist/src/routes/agents/profile-metadata.js.map +1 -1
- package/dist/src/routes/app-grants.d.ts.map +1 -1
- package/dist/src/routes/app-grants.js +2 -0
- package/dist/src/routes/app-grants.js.map +1 -1
- package/dist/src/routes/appdev-overview.d.ts +17 -0
- package/dist/src/routes/appdev-overview.d.ts.map +1 -0
- package/dist/src/routes/appdev-overview.js +75 -0
- package/dist/src/routes/appdev-overview.js.map +1 -0
- package/dist/src/routes/appdev-pitfalls.d.ts +20 -0
- package/dist/src/routes/appdev-pitfalls.d.ts.map +1 -0
- package/dist/src/routes/appdev-pitfalls.js +103 -0
- package/dist/src/routes/appdev-pitfalls.js.map +1 -0
- package/dist/src/routes/appeals.d.ts +1 -0
- package/dist/src/routes/appeals.d.ts.map +1 -1
- package/dist/src/routes/appeals.js +3 -1
- package/dist/src/routes/appeals.js.map +1 -1
- package/dist/src/routes/apps/agents-deploy.d.ts +24 -0
- package/dist/src/routes/apps/agents-deploy.d.ts.map +1 -0
- package/dist/src/routes/apps/agents-deploy.js +214 -0
- package/dist/src/routes/apps/agents-deploy.js.map +1 -0
- package/dist/src/routes/apps/catalogue-admin.d.ts +5 -0
- package/dist/src/routes/apps/catalogue-admin.d.ts.map +1 -1
- package/dist/src/routes/apps/catalogue-admin.js +34 -10
- package/dist/src/routes/apps/catalogue-admin.js.map +1 -1
- package/dist/src/routes/apps/drafts.d.ts +2 -0
- package/dist/src/routes/apps/drafts.d.ts.map +1 -1
- package/dist/src/routes/apps/drafts.js +4 -0
- package/dist/src/routes/apps/drafts.js.map +1 -1
- package/dist/src/routes/apps/fork-manage.d.ts +3 -1
- package/dist/src/routes/apps/fork-manage.d.ts.map +1 -1
- package/dist/src/routes/apps/fork-manage.js +26 -0
- package/dist/src/routes/apps/fork-manage.js.map +1 -1
- package/dist/src/routes/apps/publish.d.ts +5 -0
- package/dist/src/routes/apps/publish.d.ts.map +1 -1
- package/dist/src/routes/apps/publish.js +43 -1
- package/dist/src/routes/apps/publish.js.map +1 -1
- package/dist/src/routes/apps.d.ts +2 -0
- package/dist/src/routes/apps.d.ts.map +1 -1
- package/dist/src/routes/apps.js +4 -0
- package/dist/src/routes/apps.js.map +1 -1
- package/dist/src/routes/auth.d.ts +2 -0
- package/dist/src/routes/auth.d.ts.map +1 -1
- package/dist/src/routes/auth.js +11 -0
- package/dist/src/routes/auth.js.map +1 -1
- package/dist/src/routes/bootstrap.d.ts +5 -0
- package/dist/src/routes/bootstrap.d.ts.map +1 -1
- package/dist/src/routes/bootstrap.js +21 -14
- package/dist/src/routes/bootstrap.js.map +1 -1
- package/dist/src/routes/calibrator.d.ts +2 -0
- package/dist/src/routes/calibrator.d.ts.map +1 -1
- package/dist/src/routes/calibrator.js +43 -0
- package/dist/src/routes/calibrator.js.map +1 -1
- package/dist/src/routes/catalogue.d.ts +2 -0
- package/dist/src/routes/catalogue.d.ts.map +1 -1
- package/dist/src/routes/catalogue.js +20 -30
- package/dist/src/routes/catalogue.js.map +1 -1
- package/dist/src/routes/commerce.d.ts.map +1 -1
- package/dist/src/routes/commerce.js +18 -8
- package/dist/src/routes/commerce.js.map +1 -1
- package/dist/src/routes/consent.d.ts.map +1 -1
- package/dist/src/routes/consent.js +10 -0
- package/dist/src/routes/consent.js.map +1 -1
- package/dist/src/routes/contacts.d.ts +20 -0
- package/dist/src/routes/contacts.d.ts.map +1 -0
- package/dist/src/routes/contacts.js +86 -0
- package/dist/src/routes/contacts.js.map +1 -0
- package/dist/src/routes/ecosystem-apps.d.ts +2 -0
- package/dist/src/routes/ecosystem-apps.d.ts.map +1 -1
- package/dist/src/routes/ecosystem-apps.js +34 -0
- package/dist/src/routes/ecosystem-apps.js.map +1 -1
- package/dist/src/routes/extensions/actions.d.ts +3 -0
- package/dist/src/routes/extensions/actions.d.ts.map +1 -1
- package/dist/src/routes/extensions/actions.js +43 -6
- package/dist/src/routes/extensions/actions.js.map +1 -1
- package/dist/src/routes/extensions/manifest.d.ts +2 -0
- package/dist/src/routes/extensions/manifest.d.ts.map +1 -1
- package/dist/src/routes/extensions/manifest.js +68 -8
- package/dist/src/routes/extensions/manifest.js.map +1 -1
- package/dist/src/routes/extensions/paywall.d.ts +30 -0
- package/dist/src/routes/extensions/paywall.d.ts.map +1 -0
- package/dist/src/routes/extensions/paywall.js +107 -0
- package/dist/src/routes/extensions/paywall.js.map +1 -0
- package/dist/src/routes/federation-sync/messaging.d.ts.map +1 -1
- package/dist/src/routes/federation-sync/messaging.js +4 -0
- package/dist/src/routes/federation-sync/messaging.js.map +1 -1
- package/dist/src/routes/feedback.d.ts +23 -0
- package/dist/src/routes/feedback.d.ts.map +1 -0
- package/dist/src/routes/feedback.js +111 -0
- package/dist/src/routes/feedback.js.map +1 -0
- package/dist/src/routes/generator/projects.d.ts.map +1 -1
- package/dist/src/routes/generator/projects.js +18 -0
- package/dist/src/routes/generator/projects.js.map +1 -1
- package/dist/src/routes/generator/prompts.d.ts +14 -3
- package/dist/src/routes/generator/prompts.d.ts.map +1 -1
- package/dist/src/routes/generator/prompts.js +165 -90
- package/dist/src/routes/generator/prompts.js.map +1 -1
- package/dist/src/routes/generator.d.ts +2 -0
- package/dist/src/routes/generator.d.ts.map +1 -1
- package/dist/src/routes/generator.js +2 -0
- package/dist/src/routes/generator.js.map +1 -1
- package/dist/src/routes/ghii/profile.d.ts +2 -0
- package/dist/src/routes/ghii/profile.d.ts.map +1 -1
- package/dist/src/routes/ghii/profile.js +16 -11
- package/dist/src/routes/ghii/profile.js.map +1 -1
- package/dist/src/routes/knowledge/admin.d.ts +1 -0
- package/dist/src/routes/knowledge/admin.d.ts.map +1 -1
- package/dist/src/routes/knowledge/admin.js +30 -40
- package/dist/src/routes/knowledge/admin.js.map +1 -1
- package/dist/src/routes/knowledge/helpers.d.ts +1 -0
- package/dist/src/routes/knowledge/helpers.d.ts.map +1 -1
- package/dist/src/routes/knowledge/helpers.js +5 -1
- package/dist/src/routes/knowledge/helpers.js.map +1 -1
- package/dist/src/routes/knowledge/organism.d.ts +1 -0
- package/dist/src/routes/knowledge/organism.d.ts.map +1 -1
- package/dist/src/routes/knowledge/organism.js +7 -11
- package/dist/src/routes/knowledge/organism.js.map +1 -1
- package/dist/src/routes/knowledge/packages-core.d.ts +1 -0
- package/dist/src/routes/knowledge/packages-core.d.ts.map +1 -1
- package/dist/src/routes/knowledge/packages-core.js +6 -16
- package/dist/src/routes/knowledge/packages-core.js.map +1 -1
- package/dist/src/routes/knowledge/sharing.d.ts +1 -0
- package/dist/src/routes/knowledge/sharing.d.ts.map +1 -1
- package/dist/src/routes/knowledge/sharing.js +11 -31
- package/dist/src/routes/knowledge/sharing.js.map +1 -1
- package/dist/src/routes/knowledge.d.ts +2 -0
- package/dist/src/routes/knowledge.d.ts.map +1 -1
- package/dist/src/routes/knowledge.js +15 -0
- package/dist/src/routes/knowledge.js.map +1 -1
- package/dist/src/routes/ledger.d.ts +4 -0
- package/dist/src/routes/ledger.d.ts.map +1 -1
- package/dist/src/routes/ledger.js +93 -53
- package/dist/src/routes/ledger.js.map +1 -1
- package/dist/src/routes/lib-data.d.ts +2 -0
- package/dist/src/routes/lib-data.d.ts.map +1 -1
- package/dist/src/routes/lib-data.js +7 -4
- package/dist/src/routes/lib-data.js.map +1 -1
- package/dist/src/routes/lib-intake.d.ts +21 -0
- package/dist/src/routes/lib-intake.d.ts.map +1 -0
- package/dist/src/routes/lib-intake.js +63 -0
- package/dist/src/routes/lib-intake.js.map +1 -0
- package/dist/src/routes/lib-organism.d.ts +13 -0
- package/dist/src/routes/lib-organism.d.ts.map +1 -1
- package/dist/src/routes/lib-organism.js +80 -0
- package/dist/src/routes/lib-organism.js.map +1 -1
- package/dist/src/routes/lib-workflows.d.ts +24 -0
- package/dist/src/routes/lib-workflows.d.ts.map +1 -0
- package/dist/src/routes/lib-workflows.js +125 -0
- package/dist/src/routes/lib-workflows.js.map +1 -0
- package/dist/src/routes/library-packs.d.ts +31 -0
- package/dist/src/routes/library-packs.d.ts.map +1 -0
- package/dist/src/routes/library-packs.js +187 -0
- package/dist/src/routes/library-packs.js.map +1 -0
- package/dist/src/routes/libs/audio-lib-part2.d.ts +2 -0
- package/dist/src/routes/libs/audio-lib-part2.d.ts.map +1 -1
- package/dist/src/routes/libs/audio-lib-part2.js +4 -0
- package/dist/src/routes/libs/audio-lib-part2.js.map +1 -1
- package/dist/src/routes/libs/auth-lib-part2.d.ts +5 -0
- package/dist/src/routes/libs/auth-lib-part2.d.ts.map +1 -1
- package/dist/src/routes/libs/auth-lib-part2.js +118 -5
- package/dist/src/routes/libs/auth-lib-part2.js.map +1 -1
- package/dist/src/routes/libs.d.ts +10 -0
- package/dist/src/routes/libs.d.ts.map +1 -1
- package/dist/src/routes/libs.js +28 -149
- package/dist/src/routes/libs.js.map +1 -1
- package/dist/src/routes/living.d.ts +2 -0
- package/dist/src/routes/living.d.ts.map +1 -1
- package/dist/src/routes/living.js +12 -0
- package/dist/src/routes/living.js.map +1 -1
- package/dist/src/routes/matches.d.ts +3 -0
- package/dist/src/routes/matches.d.ts.map +1 -1
- package/dist/src/routes/matches.js +47 -51
- package/dist/src/routes/matches.js.map +1 -1
- package/dist/src/routes/memory/bulk.d.ts.map +1 -1
- package/dist/src/routes/memory/bulk.js +185 -70
- package/dist/src/routes/memory/bulk.js.map +1 -1
- package/dist/src/routes/memory/crud.d.ts +2 -0
- package/dist/src/routes/memory/crud.d.ts.map +1 -1
- package/dist/src/routes/memory/crud.js +70 -39
- package/dist/src/routes/memory/crud.js.map +1 -1
- package/dist/src/routes/memory/key.d.ts +2 -0
- package/dist/src/routes/memory/key.d.ts.map +1 -1
- package/dist/src/routes/memory/key.js +23 -4
- package/dist/src/routes/memory/key.js.map +1 -1
- package/dist/src/routes/memory/shared.d.ts +4 -0
- package/dist/src/routes/memory/shared.d.ts.map +1 -1
- package/dist/src/routes/memory/shared.js.map +1 -1
- package/dist/src/routes/memory.d.ts.map +1 -1
- package/dist/src/routes/memory.js +29 -1
- package/dist/src/routes/memory.js.map +1 -1
- package/dist/src/routes/messages.d.ts +6 -0
- package/dist/src/routes/messages.d.ts.map +1 -1
- package/dist/src/routes/messages.js +39 -26
- package/dist/src/routes/messages.js.map +1 -1
- package/dist/src/routes/notifications.d.ts +2 -0
- package/dist/src/routes/notifications.d.ts.map +1 -1
- package/dist/src/routes/notifications.js +21 -2
- package/dist/src/routes/notifications.js.map +1 -1
- package/dist/src/routes/organisms/crud.d.ts +6 -0
- package/dist/src/routes/organisms/crud.d.ts.map +1 -1
- package/dist/src/routes/organisms/crud.js +80 -62
- package/dist/src/routes/organisms/crud.js.map +1 -1
- package/dist/src/routes/organisms/gates.d.ts.map +1 -1
- package/dist/src/routes/organisms/gates.js +82 -1
- package/dist/src/routes/organisms/gates.js.map +1 -1
- package/dist/src/routes/organisms/intake.d.ts +29 -0
- package/dist/src/routes/organisms/intake.d.ts.map +1 -0
- package/dist/src/routes/organisms/intake.js +251 -0
- package/dist/src/routes/organisms/intake.js.map +1 -0
- package/dist/src/routes/organisms/membership.d.ts +4 -1
- package/dist/src/routes/organisms/membership.d.ts.map +1 -1
- package/dist/src/routes/organisms/membership.js +103 -60
- package/dist/src/routes/organisms/membership.js.map +1 -1
- package/dist/src/routes/organisms/shared.d.ts +28 -0
- package/dist/src/routes/organisms/shared.d.ts.map +1 -1
- package/dist/src/routes/organisms/shared.js +339 -26
- package/dist/src/routes/organisms/shared.js.map +1 -1
- package/dist/src/routes/organisms/workspace-access.d.ts +16 -0
- package/dist/src/routes/organisms/workspace-access.d.ts.map +1 -1
- package/dist/src/routes/organisms/workspace-access.js +136 -52
- package/dist/src/routes/organisms/workspace-access.js.map +1 -1
- package/dist/src/routes/organisms/workspace-ops.d.ts +6 -0
- package/dist/src/routes/organisms/workspace-ops.d.ts.map +1 -1
- package/dist/src/routes/organisms/workspace-ops.js +224 -11
- package/dist/src/routes/organisms/workspace-ops.js.map +1 -1
- package/dist/src/routes/organisms/workspace-read.d.ts +4 -0
- package/dist/src/routes/organisms/workspace-read.d.ts.map +1 -1
- package/dist/src/routes/organisms/workspace-read.js +14 -6
- package/dist/src/routes/organisms/workspace-read.js.map +1 -1
- package/dist/src/routes/organisms.d.ts.map +1 -1
- package/dist/src/routes/organisms.js +2 -0
- package/dist/src/routes/organisms.js.map +1 -1
- package/dist/src/routes/owners.d.ts +2 -0
- package/dist/src/routes/owners.d.ts.map +1 -1
- package/dist/src/routes/owners.js +17 -7
- package/dist/src/routes/owners.js.map +1 -1
- package/dist/src/routes/packages.d.ts.map +1 -1
- package/dist/src/routes/packages.js +10 -0
- package/dist/src/routes/packages.js.map +1 -1
- package/dist/src/routes/portal.d.ts +1 -1
- package/dist/src/routes/portal.d.ts.map +1 -1
- package/dist/src/routes/portal.js +3 -7
- package/dist/src/routes/portal.js.map +1 -1
- package/dist/src/routes/portfolio.d.ts +2 -0
- package/dist/src/routes/portfolio.d.ts.map +1 -1
- package/dist/src/routes/portfolio.js +41 -31
- package/dist/src/routes/portfolio.js.map +1 -1
- package/dist/src/routes/prompts.d.ts.map +1 -1
- package/dist/src/routes/prompts.js +23 -0
- package/dist/src/routes/prompts.js.map +1 -1
- package/dist/src/routes/schedules.d.ts +7 -0
- package/dist/src/routes/schedules.d.ts.map +1 -1
- package/dist/src/routes/schedules.js +102 -39
- package/dist/src/routes/schedules.js.map +1 -1
- package/dist/src/routes/upload.d.ts +4 -0
- package/dist/src/routes/upload.d.ts.map +1 -1
- package/dist/src/routes/upload.js +21 -1
- package/dist/src/routes/upload.js.map +1 -1
- package/dist/src/routes/usage.d.ts +9 -5
- package/dist/src/routes/usage.d.ts.map +1 -1
- package/dist/src/routes/usage.js +26 -5
- package/dist/src/routes/usage.js.map +1 -1
- package/dist/src/routes/wallet.d.ts +3 -0
- package/dist/src/routes/wallet.d.ts.map +1 -1
- package/dist/src/routes/wallet.js +17 -1
- package/dist/src/routes/wallet.js.map +1 -1
- package/dist/src/routes/work.d.ts.map +1 -1
- package/dist/src/routes/work.js +14 -9
- package/dist/src/routes/work.js.map +1 -1
- package/dist/src/routes/workflows.d.ts +4 -0
- package/dist/src/routes/workflows.d.ts.map +1 -1
- package/dist/src/routes/workflows.js +58 -1
- package/dist/src/routes/workflows.js.map +1 -1
- package/dist/src/server-bootstrap/config-init.d.ts.map +1 -1
- package/dist/src/server-bootstrap/config-init.js +7 -6
- package/dist/src/server-bootstrap/config-init.js.map +1 -1
- package/dist/src/server-bootstrap/routes-loader.d.ts +1 -0
- package/dist/src/server-bootstrap/routes-loader.d.ts.map +1 -1
- package/dist/src/server-bootstrap/routes-loader.js +27 -7
- package/dist/src/server-bootstrap/routes-loader.js.map +1 -1
- package/dist/src/server.d.ts.map +1 -1
- package/dist/src/server.js +4 -0
- package/dist/src/server.js.map +1 -1
- package/dist/src/services/app-agent-deploy.d.ts +26 -0
- package/dist/src/services/app-agent-deploy.d.ts.map +1 -0
- package/dist/src/services/app-agent-deploy.js +91 -0
- package/dist/src/services/app-agent-deploy.js.map +1 -0
- package/dist/src/services/app-template-proposals.d.ts +94 -0
- package/dist/src/services/app-template-proposals.d.ts.map +1 -0
- package/dist/src/services/app-template-proposals.js +114 -0
- package/dist/src/services/app-template-proposals.js.map +1 -0
- package/dist/src/services/appdev-flow-constants.d.ts +33 -0
- package/dist/src/services/appdev-flow-constants.d.ts.map +1 -0
- package/dist/src/services/appdev-flow-constants.js +43 -0
- package/dist/src/services/appdev-flow-constants.js.map +1 -0
- package/dist/src/services/appdev-flow-prompt.d.ts +15 -0
- package/dist/src/services/appdev-flow-prompt.d.ts.map +1 -0
- package/dist/src/services/appdev-flow-prompt.js +40 -0
- package/dist/src/services/appdev-flow-prompt.js.map +1 -0
- package/dist/src/services/appdev-kb.d.ts +71 -0
- package/dist/src/services/appdev-kb.d.ts.map +1 -0
- package/dist/src/services/appdev-kb.js +178 -0
- package/dist/src/services/appdev-kb.js.map +1 -0
- package/dist/src/services/appdev-overview.d.ts +28 -0
- package/dist/src/services/appdev-overview.d.ts.map +1 -0
- package/dist/src/services/appdev-overview.js +189 -0
- package/dist/src/services/appdev-overview.js.map +1 -0
- package/dist/src/services/build-app-prompt.d.ts +14 -0
- package/dist/src/services/build-app-prompt.d.ts.map +1 -1
- package/dist/src/services/build-app-prompt.js +62 -34
- package/dist/src/services/build-app-prompt.js.map +1 -1
- package/dist/src/services/config-schema.d.ts.map +1 -1
- package/dist/src/services/config-schema.js +1 -3
- package/dist/src/services/config-schema.js.map +1 -1
- package/dist/src/services/consent.d.ts.map +1 -1
- package/dist/src/services/consent.js +8 -3
- package/dist/src/services/consent.js.map +1 -1
- package/dist/src/services/contacts.d.ts +64 -0
- package/dist/src/services/contacts.d.ts.map +1 -0
- package/dist/src/services/contacts.js +133 -0
- package/dist/src/services/contacts.js.map +1 -0
- package/dist/src/services/core-jobs.d.ts +4 -0
- package/dist/src/services/core-jobs.d.ts.map +1 -1
- package/dist/src/services/core-jobs.js +23 -0
- package/dist/src/services/core-jobs.js.map +1 -1
- package/dist/src/services/dangling-refs.d.ts +2 -0
- package/dist/src/services/dangling-refs.d.ts.map +1 -1
- package/dist/src/services/dangling-refs.js +3 -2
- package/dist/src/services/dangling-refs.js.map +1 -1
- package/dist/src/services/db/access-tab-db-service.d.ts +49 -0
- package/dist/src/services/db/access-tab-db-service.d.ts.map +1 -0
- package/dist/src/services/db/access-tab-db-service.js +87 -0
- package/dist/src/services/db/access-tab-db-service.js.map +1 -0
- package/dist/src/services/db/agent-activity-overview-db-service.d.ts +62 -0
- package/dist/src/services/db/agent-activity-overview-db-service.d.ts.map +1 -0
- package/dist/src/services/db/agent-activity-overview-db-service.js +88 -0
- package/dist/src/services/db/agent-activity-overview-db-service.js.map +1 -0
- package/dist/src/services/db/agent-data-access-overview-db-service.d.ts +45 -0
- package/dist/src/services/db/agent-data-access-overview-db-service.d.ts.map +1 -0
- package/dist/src/services/db/agent-data-access-overview-db-service.js +42 -0
- package/dist/src/services/db/agent-data-access-overview-db-service.js.map +1 -0
- package/dist/src/services/db/agent-db-service.d.ts +58 -0
- package/dist/src/services/db/agent-db-service.d.ts.map +1 -0
- package/dist/src/services/db/agent-db-service.js +49 -0
- package/dist/src/services/db/agent-db-service.js.map +1 -0
- package/dist/src/services/db/agent-integration-overview-db-service.d.ts +44 -0
- package/dist/src/services/db/agent-integration-overview-db-service.d.ts.map +1 -0
- package/dist/src/services/db/agent-integration-overview-db-service.js +44 -0
- package/dist/src/services/db/agent-integration-overview-db-service.js.map +1 -0
- package/dist/src/services/db/agent-messages-overview-db-service.d.ts +40 -0
- package/dist/src/services/db/agent-messages-overview-db-service.d.ts.map +1 -0
- package/dist/src/services/db/agent-messages-overview-db-service.js +47 -0
- package/dist/src/services/db/agent-messages-overview-db-service.js.map +1 -0
- package/dist/src/services/db/agent-quality-overview-db-service.d.ts +43 -0
- package/dist/src/services/db/agent-quality-overview-db-service.d.ts.map +1 -0
- package/dist/src/services/db/agent-quality-overview-db-service.js +34 -0
- package/dist/src/services/db/agent-quality-overview-db-service.js.map +1 -0
- package/dist/src/services/db/calibrator-detail-db-service.d.ts +41 -0
- package/dist/src/services/db/calibrator-detail-db-service.d.ts.map +1 -0
- package/dist/src/services/db/calibrator-detail-db-service.js +61 -0
- package/dist/src/services/db/calibrator-detail-db-service.js.map +1 -0
- package/dist/src/services/db/data-wallet-db-service.d.ts +48 -0
- package/dist/src/services/db/data-wallet-db-service.d.ts.map +1 -0
- package/dist/src/services/db/data-wallet-db-service.js +74 -0
- package/dist/src/services/db/data-wallet-db-service.js.map +1 -0
- package/dist/src/services/db/generator-state-db-service.d.ts +48 -0
- package/dist/src/services/db/generator-state-db-service.d.ts.map +1 -0
- package/dist/src/services/db/generator-state-db-service.js +45 -0
- package/dist/src/services/db/generator-state-db-service.js.map +1 -0
- package/dist/src/services/db/home-dashboard-service.d.ts +65 -0
- package/dist/src/services/db/home-dashboard-service.d.ts.map +1 -0
- package/dist/src/services/db/home-dashboard-service.js +57 -0
- package/dist/src/services/db/home-dashboard-service.js.map +1 -0
- package/dist/src/services/db/index.d.ts +48 -0
- package/dist/src/services/db/index.d.ts.map +1 -0
- package/dist/src/services/db/index.js +40 -0
- package/dist/src/services/db/index.js.map +1 -0
- package/dist/src/services/db/knowledge-tab-db-service.d.ts +35 -0
- package/dist/src/services/db/knowledge-tab-db-service.d.ts.map +1 -0
- package/dist/src/services/db/knowledge-tab-db-service.js +37 -0
- package/dist/src/services/db/knowledge-tab-db-service.js.map +1 -0
- package/dist/src/services/db/living-docs-db-service.d.ts +43 -0
- package/dist/src/services/db/living-docs-db-service.d.ts.map +1 -0
- package/dist/src/services/db/living-docs-db-service.js +45 -0
- package/dist/src/services/db/living-docs-db-service.js.map +1 -0
- package/dist/src/services/db/memory-db-service.d.ts +122 -0
- package/dist/src/services/db/memory-db-service.d.ts.map +1 -0
- package/dist/src/services/db/memory-db-service.js +171 -0
- package/dist/src/services/db/memory-db-service.js.map +1 -0
- package/dist/src/services/db/memory-tab-db-service.d.ts +54 -0
- package/dist/src/services/db/memory-tab-db-service.d.ts.map +1 -0
- package/dist/src/services/db/memory-tab-db-service.js +94 -0
- package/dist/src/services/db/memory-tab-db-service.js.map +1 -0
- package/dist/src/services/db/messages-inbox-db-service.d.ts +47 -0
- package/dist/src/services/db/messages-inbox-db-service.d.ts.map +1 -0
- package/dist/src/services/db/messages-inbox-db-service.js +76 -0
- package/dist/src/services/db/messages-inbox-db-service.js.map +1 -0
- package/dist/src/services/db/messaging-db-service.d.ts +40 -0
- package/dist/src/services/db/messaging-db-service.d.ts.map +1 -0
- package/dist/src/services/db/messaging-db-service.js +55 -0
- package/dist/src/services/db/messaging-db-service.js.map +1 -0
- package/dist/src/services/db/notebook-db-service.d.ts +35 -0
- package/dist/src/services/db/notebook-db-service.d.ts.map +1 -0
- package/dist/src/services/db/notebook-db-service.js +44 -0
- package/dist/src/services/db/notebook-db-service.js.map +1 -0
- package/dist/src/services/db/owner-identity.d.ts +36 -0
- package/dist/src/services/db/owner-identity.d.ts.map +1 -0
- package/dist/src/services/db/owner-identity.js +27 -0
- package/dist/src/services/db/owner-identity.js.map +1 -0
- package/dist/src/services/db/packages-tab-db-service.d.ts +42 -0
- package/dist/src/services/db/packages-tab-db-service.d.ts.map +1 -0
- package/dist/src/services/db/packages-tab-db-service.js +33 -0
- package/dist/src/services/db/packages-tab-db-service.js.map +1 -0
- package/dist/src/services/db/security-tab-db-service.d.ts +47 -0
- package/dist/src/services/db/security-tab-db-service.d.ts.map +1 -0
- package/dist/src/services/db/security-tab-db-service.js +61 -0
- package/dist/src/services/db/security-tab-db-service.js.map +1 -0
- package/dist/src/services/db/wallet-tab-db-service.d.ts +47 -0
- package/dist/src/services/db/wallet-tab-db-service.d.ts.map +1 -0
- package/dist/src/services/db/wallet-tab-db-service.js +80 -0
- package/dist/src/services/db/wallet-tab-db-service.js.map +1 -0
- package/dist/src/services/db/work-tab-db-service.d.ts +32 -0
- package/dist/src/services/db/work-tab-db-service.d.ts.map +1 -0
- package/dist/src/services/db/work-tab-db-service.js +49 -0
- package/dist/src/services/db/work-tab-db-service.js.map +1 -0
- package/dist/src/services/directory.d.ts +1 -0
- package/dist/src/services/directory.d.ts.map +1 -1
- package/dist/src/services/directory.js +6 -2
- package/dist/src/services/directory.js.map +1 -1
- package/dist/src/services/discovery/setup.d.ts +3 -0
- package/dist/src/services/discovery/setup.d.ts.map +1 -1
- package/dist/src/services/discovery/setup.js +2 -0
- package/dist/src/services/discovery/setup.js.map +1 -1
- package/dist/src/services/discovery/sources/memory-source.d.ts +2 -0
- package/dist/src/services/discovery/sources/memory-source.d.ts.map +1 -1
- package/dist/src/services/discovery/sources/memory-source.js.map +1 -1
- package/dist/src/services/discovery/sources/templates-source.d.ts +20 -0
- package/dist/src/services/discovery/sources/templates-source.d.ts.map +1 -0
- package/dist/src/services/discovery/sources/templates-source.js +52 -0
- package/dist/src/services/discovery/sources/templates-source.js.map +1 -0
- package/dist/src/services/ext-pay-token.d.ts +29 -0
- package/dist/src/services/ext-pay-token.d.ts.map +1 -0
- package/dist/src/services/ext-pay-token.js +63 -0
- package/dist/src/services/ext-pay-token.js.map +1 -0
- package/dist/src/services/extension-runtime.d.ts.map +1 -1
- package/dist/src/services/extension-runtime.js +9 -2
- package/dist/src/services/extension-runtime.js.map +1 -1
- package/dist/src/services/feedback.d.ts +38 -0
- package/dist/src/services/feedback.d.ts.map +1 -0
- package/dist/src/services/feedback.js +118 -0
- package/dist/src/services/feedback.js.map +1 -0
- package/dist/src/services/generator-autopilot.d.ts.map +1 -1
- package/dist/src/services/generator-autopilot.js +12 -19
- package/dist/src/services/generator-autopilot.js.map +1 -1
- package/dist/src/services/generator-prompt-seeds/blueprint-prompts.d.ts.map +1 -1
- package/dist/src/services/generator-prompt-seeds/blueprint-prompts.js +28 -1
- package/dist/src/services/generator-prompt-seeds/blueprint-prompts.js.map +1 -1
- package/dist/src/services/generator-prompt-seeds/cortex-code.d.ts +5 -0
- package/dist/src/services/generator-prompt-seeds/cortex-code.d.ts.map +1 -1
- package/dist/src/services/generator-prompt-seeds/cortex-code.js +54 -3
- package/dist/src/services/generator-prompt-seeds/cortex-code.js.map +1 -1
- package/dist/src/services/generator-prompt-seeds/extension-prompts.d.ts.map +1 -1
- package/dist/src/services/generator-prompt-seeds/extension-prompts.js +106 -2
- package/dist/src/services/generator-prompt-seeds/extension-prompts.js.map +1 -1
- package/dist/src/services/generator-prompt-seeds/shared-fragments.js +1 -1
- package/dist/src/services/generator-prompts/resolvers-blueprint.d.ts.map +1 -1
- package/dist/src/services/generator-prompts/resolvers-blueprint.js +9 -0
- package/dist/src/services/generator-prompts/resolvers-blueprint.js.map +1 -1
- package/dist/src/services/generator-prompts/resolvers-cortex.d.ts.map +1 -1
- package/dist/src/services/generator-prompts/resolvers-cortex.js +4 -0
- package/dist/src/services/generator-prompts/resolvers-cortex.js.map +1 -1
- package/dist/src/services/generator-prompts/resolvers-fix.d.ts +4 -0
- package/dist/src/services/generator-prompts/resolvers-fix.d.ts.map +1 -1
- package/dist/src/services/generator-prompts/resolvers-fix.js +68 -0
- package/dist/src/services/generator-prompts/resolvers-fix.js.map +1 -1
- package/dist/src/services/generator-prompts/resolvers.d.ts.map +1 -1
- package/dist/src/services/generator-prompts/resolvers.js +5 -1
- package/dist/src/services/generator-prompts/resolvers.js.map +1 -1
- package/dist/src/services/generator-prompts/types.d.ts +9 -0
- package/dist/src/services/generator-prompts/types.d.ts.map +1 -1
- package/dist/src/services/handbooks/agent.d.ts +2 -1
- package/dist/src/services/handbooks/agent.d.ts.map +1 -1
- package/dist/src/services/handbooks/agent.js +8 -0
- package/dist/src/services/handbooks/agent.js.map +1 -1
- package/dist/src/services/handbooks/appdev.d.ts +2 -1
- package/dist/src/services/handbooks/appdev.d.ts.map +1 -1
- package/dist/src/services/handbooks/appdev.js +19 -0
- package/dist/src/services/handbooks/appdev.js.map +1 -1
- package/dist/src/services/invitations.d.ts +76 -1
- package/dist/src/services/invitations.d.ts.map +1 -1
- package/dist/src/services/invitations.js +295 -9
- package/dist/src/services/invitations.js.map +1 -1
- package/dist/src/services/job-seeding.d.ts.map +1 -1
- package/dist/src/services/job-seeding.js +2 -0
- package/dist/src/services/job-seeding.js.map +1 -1
- package/dist/src/services/living-author.js +1 -1
- package/dist/src/services/living-author.js.map +1 -1
- package/dist/src/services/llm-strip.d.ts +13 -0
- package/dist/src/services/llm-strip.d.ts.map +1 -0
- package/dist/src/services/llm-strip.js +60 -0
- package/dist/src/services/llm-strip.js.map +1 -0
- package/dist/src/services/manifest-schema.d.ts.map +1 -1
- package/dist/src/services/manifest-schema.js +1 -0
- package/dist/src/services/manifest-schema.js.map +1 -1
- package/dist/src/services/matching.d.ts +1 -0
- package/dist/src/services/matching.d.ts.map +1 -1
- package/dist/src/services/matching.js +28 -19
- package/dist/src/services/matching.js.map +1 -1
- package/dist/src/services/message-send.d.ts.map +1 -1
- package/dist/src/services/message-send.js +5 -0
- package/dist/src/services/message-send.js.map +1 -1
- package/dist/src/services/notebook-classify.js +1 -1
- package/dist/src/services/notebook-classify.js.map +1 -1
- package/dist/src/services/notebook-plan.js +1 -1
- package/dist/src/services/notebook-plan.js.map +1 -1
- package/dist/src/services/notify.d.ts +45 -0
- package/dist/src/services/notify.d.ts.map +1 -1
- package/dist/src/services/notify.js +21 -2
- package/dist/src/services/notify.js.map +1 -1
- package/dist/src/services/owner-memory.d.ts +9 -0
- package/dist/src/services/owner-memory.d.ts.map +1 -1
- package/dist/src/services/owner-memory.js +42 -18
- package/dist/src/services/owner-memory.js.map +1 -1
- package/dist/src/services/perf-trace.d.ts +43 -0
- package/dist/src/services/perf-trace.d.ts.map +1 -0
- package/dist/src/services/perf-trace.js +149 -0
- package/dist/src/services/perf-trace.js.map +1 -0
- package/dist/src/services/prompt-defaults.d.ts.map +1 -1
- package/dist/src/services/prompt-defaults.js +0 -5
- package/dist/src/services/prompt-defaults.js.map +1 -1
- package/dist/src/services/push.d.ts +5 -0
- package/dist/src/services/push.d.ts.map +1 -1
- package/dist/src/services/push.js.map +1 -1
- package/dist/src/services/quota.d.ts +3 -1
- package/dist/src/services/quota.d.ts.map +1 -1
- package/dist/src/services/quota.js +6 -9
- package/dist/src/services/quota.js.map +1 -1
- package/dist/src/services/structure-overview.d.ts +3 -0
- package/dist/src/services/structure-overview.d.ts.map +1 -1
- package/dist/src/services/structure-overview.js +3 -1
- package/dist/src/services/structure-overview.js.map +1 -1
- package/dist/src/services/structure-snapshot.d.ts.map +1 -1
- package/dist/src/services/structure-snapshot.js +24 -1
- package/dist/src/services/structure-snapshot.js.map +1 -1
- package/dist/src/services/tracked-classify.js +1 -1
- package/dist/src/services/tracked-classify.js.map +1 -1
- package/dist/src/services/usage-summary.d.ts +3 -0
- package/dist/src/services/usage-summary.d.ts.map +1 -1
- package/dist/src/services/usage-summary.js +31 -29
- package/dist/src/services/usage-summary.js.map +1 -1
- package/dist/src/services/workflow/engine-human.d.ts +33 -0
- package/dist/src/services/workflow/engine-human.d.ts.map +1 -0
- package/dist/src/services/workflow/engine-human.js +44 -0
- package/dist/src/services/workflow/engine-human.js.map +1 -0
- package/dist/src/services/workflow/engine-steps.d.ts +13 -0
- package/dist/src/services/workflow/engine-steps.d.ts.map +1 -1
- package/dist/src/services/workflow/engine-steps.js +33 -2
- package/dist/src/services/workflow/engine-steps.js.map +1 -1
- package/dist/src/services/workflow/engine.d.ts +20 -0
- package/dist/src/services/workflow/engine.d.ts.map +1 -1
- package/dist/src/services/workflow/engine.js +77 -3
- package/dist/src/services/workflow/engine.js.map +1 -1
- package/dist/src/services/workflow/store.d.ts +3 -0
- package/dist/src/services/workflow/store.d.ts.map +1 -1
- package/dist/src/services/workflow/store.js +29 -4
- package/dist/src/services/workflow/store.js.map +1 -1
- package/dist/src/services/workspace-access.d.ts +12 -0
- package/dist/src/services/workspace-access.d.ts.map +1 -1
- package/dist/src/services/workspace-access.js +24 -5
- package/dist/src/services/workspace-access.js.map +1 -1
- package/dist/src/services/workspace-provision.d.ts +51 -0
- package/dist/src/services/workspace-provision.d.ts.map +1 -0
- package/dist/src/services/workspace-provision.js +56 -0
- package/dist/src/services/workspace-provision.js.map +1 -0
- package/dist/src/services/workspace-versions.d.ts +110 -0
- package/dist/src/services/workspace-versions.d.ts.map +1 -0
- package/dist/src/services/workspace-versions.js +0 -0
- package/dist/src/services/workspace-versions.js.map +1 -0
- package/dist/src/storage/adapter/legacy-memory-adapter.d.ts +61 -0
- package/dist/src/storage/adapter/legacy-memory-adapter.d.ts.map +1 -0
- package/dist/src/storage/adapter/legacy-memory-adapter.js +135 -0
- package/dist/src/storage/adapter/legacy-memory-adapter.js.map +1 -0
- package/dist/src/storage/adapter/memory-adapter.d.ts +126 -0
- package/dist/src/storage/adapter/memory-adapter.d.ts.map +1 -0
- package/dist/src/storage/adapter/memory-adapter.js +2 -0
- package/dist/src/storage/adapter/memory-adapter.js.map +1 -0
- package/dist/src/storage/interface.d.ts +3 -1
- package/dist/src/storage/interface.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/index.d.ts +28 -0
- package/dist/src/storage/providers/mongodb/index.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/index.js +91 -1
- package/dist/src/storage/providers/mongodb/index.js.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/apps.d.ts +9 -0
- package/dist/src/storage/providers/mongodb/methods/apps.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/apps.js +38 -0
- package/dist/src/storage/providers/mongodb/methods/apps.js.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/governance.d.ts +5 -0
- package/dist/src/storage/providers/mongodb/methods/governance.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/governance.js +23 -2
- package/dist/src/storage/providers/mongodb/methods/governance.js.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/identity.d.ts +6 -0
- package/dist/src/storage/providers/mongodb/methods/identity.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/identity.js +51 -9
- package/dist/src/storage/providers/mongodb/methods/identity.js.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/owner-memory-scope.d.ts +34 -0
- package/dist/src/storage/providers/mongodb/methods/owner-memory-scope.d.ts.map +1 -0
- package/dist/src/storage/providers/mongodb/methods/owner-memory-scope.js +77 -0
- package/dist/src/storage/providers/mongodb/methods/owner-memory-scope.js.map +1 -0
- package/dist/src/storage/providers/mongodb/methods/owners-memory-bulk.d.ts +30 -0
- package/dist/src/storage/providers/mongodb/methods/owners-memory-bulk.d.ts.map +1 -0
- package/dist/src/storage/providers/mongodb/methods/owners-memory-bulk.js +0 -0
- package/dist/src/storage/providers/mongodb/methods/owners-memory-bulk.js.map +1 -0
- package/dist/src/storage/providers/mongodb/methods/owners.d.ts +8 -4
- package/dist/src/storage/providers/mongodb/methods/owners.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/owners.js +112 -21
- package/dist/src/storage/providers/mongodb/methods/owners.js.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/sessions.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/sessions.js +4 -0
- package/dist/src/storage/providers/mongodb/methods/sessions.js.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/storage-stats.d.ts +21 -0
- package/dist/src/storage/providers/mongodb/methods/storage-stats.d.ts.map +1 -0
- package/dist/src/storage/providers/mongodb/methods/storage-stats.js +58 -0
- package/dist/src/storage/providers/mongodb/methods/storage-stats.js.map +1 -0
- package/dist/src/storage/providers/mongodb/methods/work.d.ts +8 -0
- package/dist/src/storage/providers/mongodb/methods/work.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/methods/work.js +42 -0
- package/dist/src/storage/providers/mongodb/methods/work.js.map +1 -1
- package/dist/src/storage/providers/postgres/index.d.ts +1 -0
- package/dist/src/storage/providers/postgres/index.d.ts.map +1 -1
- package/dist/src/storage/providers/postgres/index.js +1 -0
- package/dist/src/storage/providers/postgres/index.js.map +1 -1
- package/dist/src/storage/providers/postgres-kysely/db-types.d.ts +1538 -0
- package/dist/src/storage/providers/postgres-kysely/db-types.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/db-types.js +6 -0
- package/dist/src/storage/providers/postgres-kysely/db-types.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/helpers.d.ts +23 -0
- package/dist/src/storage/providers/postgres-kysely/helpers.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/helpers.js +91 -0
- package/dist/src/storage/providers/postgres-kysely/helpers.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/index.d.ts +38 -0
- package/dist/src/storage/providers/postgres-kysely/index.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/index.js +81 -0
- package/dist/src/storage/providers/postgres-kysely/index.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/actions.d.ts +16 -0
- package/dist/src/storage/providers/postgres-kysely/methods/actions.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/actions.js +103 -0
- package/dist/src/storage/providers/postgres-kysely/methods/actions.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-misc.d.ts +37 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-misc.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-misc.js +306 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-misc.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-msg-dispute-invite.d.ts +55 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-msg-dispute-invite.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-msg-dispute-invite.js +247 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-msg-dispute-invite.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-onboarding.d.ts +11 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-onboarding.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-onboarding.js +81 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-onboarding.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-tasks.d.ts +50 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-tasks.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-tasks.js +238 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-tasks.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-usage.d.ts +10 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-usage.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-usage.js +146 -0
- package/dist/src/storage/providers/postgres-kysely/methods/agent-usage.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/app-grants.d.ts +11 -0
- package/dist/src/storage/providers/postgres-kysely/methods/app-grants.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/app-grants.js +51 -0
- package/dist/src/storage/providers/postgres-kysely/methods/app-grants.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/app-purchases.d.ts +10 -0
- package/dist/src/storage/providers/postgres-kysely/methods/app-purchases.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/app-purchases.js +53 -0
- package/dist/src/storage/providers/postgres-kysely/methods/app-purchases.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/apps.d.ts +48 -0
- package/dist/src/storage/providers/postgres-kysely/methods/apps.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/apps.js +367 -0
- package/dist/src/storage/providers/postgres-kysely/methods/apps.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/boards.d.ts +28 -0
- package/dist/src/storage/providers/postgres-kysely/methods/boards.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/boards.js +104 -0
- package/dist/src/storage/providers/postgres-kysely/methods/boards.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/capabilities.d.ts +36 -0
- package/dist/src/storage/providers/postgres-kysely/methods/capabilities.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/capabilities.js +222 -0
- package/dist/src/storage/providers/postgres-kysely/methods/capabilities.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/catalogue.d.ts +19 -0
- package/dist/src/storage/providers/postgres-kysely/methods/catalogue.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/catalogue.js +96 -0
- package/dist/src/storage/providers/postgres-kysely/methods/catalogue.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/consent.d.ts +26 -0
- package/dist/src/storage/providers/postgres-kysely/methods/consent.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/consent.js +119 -0
- package/dist/src/storage/providers/postgres-kysely/methods/consent.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/device-auth.d.ts +13 -0
- package/dist/src/storage/providers/postgres-kysely/methods/device-auth.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/device-auth.js +68 -0
- package/dist/src/storage/providers/postgres-kysely/methods/device-auth.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/direct-message.d.ts +72 -0
- package/dist/src/storage/providers/postgres-kysely/methods/direct-message.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/direct-message.js +352 -0
- package/dist/src/storage/providers/postgres-kysely/methods/direct-message.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.d.ts +22 -0
- package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.js +201 -0
- package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/federation.d.ts +42 -0
- package/dist/src/storage/providers/postgres-kysely/methods/federation.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/federation.js +295 -0
- package/dist/src/storage/providers/postgres-kysely/methods/federation.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/feedback.d.ts +15 -0
- package/dist/src/storage/providers/postgres-kysely/methods/feedback.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/feedback.js +52 -0
- package/dist/src/storage/providers/postgres-kysely/methods/feedback.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/files.d.ts +20 -0
- package/dist/src/storage/providers/postgres-kysely/methods/files.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/files.js +108 -0
- package/dist/src/storage/providers/postgres-kysely/methods/files.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/identity-extras.d.ts +19 -0
- package/dist/src/storage/providers/postgres-kysely/methods/identity-extras.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/identity-extras.js +101 -0
- package/dist/src/storage/providers/postgres-kysely/methods/identity-extras.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/identity.d.ts +34 -0
- package/dist/src/storage/providers/postgres-kysely/methods/identity.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/identity.js +298 -0
- package/dist/src/storage/providers/postgres-kysely/methods/identity.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/knowledge.d.ts +21 -0
- package/dist/src/storage/providers/postgres-kysely/methods/knowledge.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/knowledge.js +65 -0
- package/dist/src/storage/providers/postgres-kysely/methods/knowledge.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/marketplace.d.ts +24 -0
- package/dist/src/storage/providers/postgres-kysely/methods/marketplace.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/marketplace.js +122 -0
- package/dist/src/storage/providers/postgres-kysely/methods/marketplace.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/memory.d.ts +81 -0
- package/dist/src/storage/providers/postgres-kysely/methods/memory.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/memory.js +342 -0
- package/dist/src/storage/providers/postgres-kysely/methods/memory.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/micro-memory.d.ts +15 -0
- package/dist/src/storage/providers/postgres-kysely/methods/micro-memory.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/micro-memory.js +55 -0
- package/dist/src/storage/providers/postgres-kysely/methods/micro-memory.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/moderation.d.ts +38 -0
- package/dist/src/storage/providers/postgres-kysely/methods/moderation.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/moderation.js +176 -0
- package/dist/src/storage/providers/postgres-kysely/methods/moderation.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.d.ts +38 -0
- package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.js +243 -0
- package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/node-infra.d.ts +30 -0
- package/dist/src/storage/providers/postgres-kysely/methods/node-infra.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/node-infra.js +158 -0
- package/dist/src/storage/providers/postgres-kysely/methods/node-infra.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/notifications.d.ts +19 -0
- package/dist/src/storage/providers/postgres-kysely/methods/notifications.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/notifications.js +106 -0
- package/dist/src/storage/providers/postgres-kysely/methods/notifications.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/oauth.d.ts +20 -0
- package/dist/src/storage/providers/postgres-kysely/methods/oauth.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/oauth.js +94 -0
- package/dist/src/storage/providers/postgres-kysely/methods/oauth.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/organisms.d.ts +46 -0
- package/dist/src/storage/providers/postgres-kysely/methods/organisms.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/organisms.js +247 -0
- package/dist/src/storage/providers/postgres-kysely/methods/organisms.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/otk.d.ts +10 -0
- package/dist/src/storage/providers/postgres-kysely/methods/otk.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/otk.js +60 -0
- package/dist/src/storage/providers/postgres-kysely/methods/otk.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/packages.d.ts +32 -0
- package/dist/src/storage/providers/postgres-kysely/methods/packages.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/packages.js +228 -0
- package/dist/src/storage/providers/postgres-kysely/methods/packages.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/pat.d.ts +10 -0
- package/dist/src/storage/providers/postgres-kysely/methods/pat.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/pat.js +36 -0
- package/dist/src/storage/providers/postgres-kysely/methods/pat.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/schedules.d.ts +32 -0
- package/dist/src/storage/providers/postgres-kysely/methods/schedules.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/schedules.js +131 -0
- package/dist/src/storage/providers/postgres-kysely/methods/schedules.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/schema.d.ts +10 -0
- package/dist/src/storage/providers/postgres-kysely/methods/schema.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/schema.js +88 -0
- package/dist/src/storage/providers/postgres-kysely/methods/schema.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/sessions.d.ts +38 -0
- package/dist/src/storage/providers/postgres-kysely/methods/sessions.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/sessions.js +66 -0
- package/dist/src/storage/providers/postgres-kysely/methods/sessions.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/subdomain-sites.d.ts +10 -0
- package/dist/src/storage/providers/postgres-kysely/methods/subdomain-sites.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/subdomain-sites.js +36 -0
- package/dist/src/storage/providers/postgres-kysely/methods/subdomain-sites.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/system-extras.d.ts +23 -0
- package/dist/src/storage/providers/postgres-kysely/methods/system-extras.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/system-extras.js +109 -0
- package/dist/src/storage/providers/postgres-kysely/methods/system-extras.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/system.d.ts +32 -0
- package/dist/src/storage/providers/postgres-kysely/methods/system.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/system.js +144 -0
- package/dist/src/storage/providers/postgres-kysely/methods/system.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/template-listings.d.ts +34 -0
- package/dist/src/storage/providers/postgres-kysely/methods/template-listings.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/template-listings.js +278 -0
- package/dist/src/storage/providers/postgres-kysely/methods/template-listings.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/wallet.d.ts +13 -0
- package/dist/src/storage/providers/postgres-kysely/methods/wallet.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/wallet.js +129 -0
- package/dist/src/storage/providers/postgres-kysely/methods/wallet.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/work.d.ts +14 -0
- package/dist/src/storage/providers/postgres-kysely/methods/work.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/methods/work.js +80 -0
- package/dist/src/storage/providers/postgres-kysely/methods/work.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/migrate.d.ts +4 -0
- package/dist/src/storage/providers/postgres-kysely/migrate.d.ts.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/migrate.js +40 -0
- package/dist/src/storage/providers/postgres-kysely/migrate.js.map +1 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0001_base_schema.sql +2406 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0002_memory_fts.sql +20 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0003_id_defaults.sql +15 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0004_otk_initial.sql +4 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0005_storage_stats.sql +9 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0006_membership_invited_workspaces.sql +5 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0007_contacts_origin.sql +5 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0008_feedback.sql +21 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0009_invitation_return_url.sql +7 -0
- package/dist/src/storage/providers/postgres-kysely/migrations/0010_agent_model.sql +5 -0
- package/dist/src/storage/providers/sqlite/index.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/index.js +4 -1
- package/dist/src/storage/providers/sqlite/index.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/apps.d.ts +11 -1
- package/dist/src/storage/providers/sqlite/methods/apps.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/apps.js +40 -0
- package/dist/src/storage/providers/sqlite/methods/apps.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/capability-agents.d.ts +12 -1
- package/dist/src/storage/providers/sqlite/methods/capability-agents.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/capability-agents.js +42 -0
- package/dist/src/storage/providers/sqlite/methods/capability-agents.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/community.d.ts +6 -0
- package/dist/src/storage/providers/sqlite/methods/community.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/community.js +29 -3
- package/dist/src/storage/providers/sqlite/methods/community.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/extensions-notify.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/extensions-notify.js +11 -2
- package/dist/src/storage/providers/sqlite/methods/extensions-notify.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/feedback.d.ts +23 -0
- package/dist/src/storage/providers/sqlite/methods/feedback.d.ts.map +1 -0
- package/dist/src/storage/providers/sqlite/methods/feedback.js +64 -0
- package/dist/src/storage/providers/sqlite/methods/feedback.js.map +1 -0
- package/dist/src/storage/providers/sqlite/methods/governance.d.ts +5 -0
- package/dist/src/storage/providers/sqlite/methods/governance.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/governance.js +43 -9
- package/dist/src/storage/providers/sqlite/methods/governance.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/identity-nodes.d.ts +8 -0
- package/dist/src/storage/providers/sqlite/methods/identity-nodes.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/identity-nodes.js +48 -0
- package/dist/src/storage/providers/sqlite/methods/identity-nodes.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/messaging.d.ts +15 -1
- package/dist/src/storage/providers/sqlite/methods/messaging.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/messaging.js +11 -2
- package/dist/src/storage/providers/sqlite/methods/messaging.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/owner-memory-bulk.d.ts +28 -0
- package/dist/src/storage/providers/sqlite/methods/owner-memory-bulk.d.ts.map +1 -0
- package/dist/src/storage/providers/sqlite/methods/owner-memory-bulk.js +101 -0
- package/dist/src/storage/providers/sqlite/methods/owner-memory-bulk.js.map +1 -0
- package/dist/src/storage/providers/sqlite/methods/owner-memory-scope.d.ts +35 -0
- package/dist/src/storage/providers/sqlite/methods/owner-memory-scope.d.ts.map +1 -0
- package/dist/src/storage/providers/sqlite/methods/owner-memory-scope.js +118 -0
- package/dist/src/storage/providers/sqlite/methods/owner-memory-scope.js.map +1 -0
- package/dist/src/storage/providers/sqlite/methods/owner.d.ts +6 -0
- package/dist/src/storage/providers/sqlite/methods/owner.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/owner.js +41 -9
- package/dist/src/storage/providers/sqlite/methods/owner.js.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/work.d.ts +8 -0
- package/dist/src/storage/providers/sqlite/methods/work.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/methods/work.js +31 -0
- package/dist/src/storage/providers/sqlite/methods/work.js.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/action.d.ts +3 -0
- package/dist/src/storage/providers/sqlite/repos/action.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/action.js +9 -0
- package/dist/src/storage/providers/sqlite/repos/action.js.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/agent.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/agent.js +8 -4
- package/dist/src/storage/providers/sqlite/repos/agent.js.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/community.d.ts +1 -0
- package/dist/src/storage/providers/sqlite/repos/community.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/community.js +9 -3
- package/dist/src/storage/providers/sqlite/repos/community.js.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/direct-message.d.ts +13 -1
- package/dist/src/storage/providers/sqlite/repos/direct-message.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/direct-message.js +70 -5
- package/dist/src/storage/providers/sqlite/repos/direct-message.js.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/memory.d.ts +7 -0
- package/dist/src/storage/providers/sqlite/repos/memory.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/memory.js +24 -3
- package/dist/src/storage/providers/sqlite/repos/memory.js.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/storage-file.d.ts +12 -0
- package/dist/src/storage/providers/sqlite/repos/storage-file.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/storage-file.js +24 -0
- package/dist/src/storage/providers/sqlite/repos/storage-file.js.map +1 -1
- package/dist/src/storage/providers/sqlite/schema-tables-1.d.ts +1 -0
- package/dist/src/storage/providers/sqlite/schema-tables-1.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/schema-tables-1.js +18 -1
- package/dist/src/storage/providers/sqlite/schema-tables-1.js.map +1 -1
- package/dist/src/storage/providers/sqlite/schema-tables-2.d.ts +1 -0
- package/dist/src/storage/providers/sqlite/schema-tables-2.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/schema-tables-2.js +4 -1
- package/dist/src/storage/providers/sqlite/schema-tables-2.js.map +1 -1
- package/dist/src/storage/providers/sqlite/schema-tables-3.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/schema-tables-3.js +11 -1
- package/dist/src/storage/providers/sqlite/schema-tables-3.js.map +1 -1
- package/dist/src/storage/providers/sqlite/schema.d.ts +0 -1
- package/dist/src/storage/providers/sqlite/schema.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/schema.js +24 -0
- package/dist/src/storage/providers/sqlite/schema.js.map +1 -1
- package/dist/src/storage/repositories/action.repository.d.ts +2 -0
- package/dist/src/storage/repositories/action.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/agent.repository.d.ts +3 -0
- package/dist/src/storage/repositories/agent.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/app.repository.d.ts +0 -0
- package/dist/src/storage/repositories/app.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/consent.repository.d.ts +10 -0
- package/dist/src/storage/repositories/consent.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/direct-message.repository.d.ts +36 -11
- package/dist/src/storage/repositories/direct-message.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/direct-message.repository.js +2 -0
- package/dist/src/storage/repositories/direct-message.repository.js.map +1 -1
- package/dist/src/storage/repositories/feedback.repository.d.ts +28 -0
- package/dist/src/storage/repositories/feedback.repository.d.ts.map +1 -0
- package/dist/src/storage/repositories/feedback.repository.js +13 -0
- package/dist/src/storage/repositories/feedback.repository.js.map +1 -0
- package/dist/src/storage/repositories/file.repository.d.ts +11 -0
- package/dist/src/storage/repositories/file.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/identity.repository.d.ts +7 -0
- package/dist/src/storage/repositories/identity.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/index.d.ts +1 -0
- package/dist/src/storage/repositories/index.d.ts.map +1 -1
- package/dist/src/storage/repositories/invitation.repository.d.ts +3 -0
- package/dist/src/storage/repositories/invitation.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/invitation.repository.js +2 -0
- package/dist/src/storage/repositories/invitation.repository.js.map +1 -1
- package/dist/src/storage/repositories/memory.repository.d.ts +133 -1
- package/dist/src/storage/repositories/memory.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/micro-memory.repository.d.ts +6 -0
- package/dist/src/storage/repositories/micro-memory.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/organism.repository.d.ts +10 -0
- package/dist/src/storage/repositories/organism.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/stats.repository.d.ts +31 -2
- package/dist/src/storage/repositories/stats.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/stats.repository.js +5 -2
- package/dist/src/storage/repositories/stats.repository.js.map +1 -1
- package/dist/src/storage/repositories/work.repository.d.ts +7 -0
- package/dist/src/storage/repositories/work.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories-impl/memory-repository.d.ts +78 -0
- package/dist/src/storage/repositories-impl/memory-repository.d.ts.map +1 -0
- package/dist/src/storage/repositories-impl/memory-repository.js +121 -0
- package/dist/src/storage/repositories-impl/memory-repository.js.map +1 -0
- package/dist/src/storage/schema-lock-cache.d.ts +24 -0
- package/dist/src/storage/schema-lock-cache.d.ts.map +1 -0
- package/dist/src/storage/schema-lock-cache.js +19 -0
- package/dist/src/storage/schema-lock-cache.js.map +1 -0
- package/dist/src/storage/storage-factory.d.ts +6 -3
- package/dist/src/storage/storage-factory.d.ts.map +1 -1
- package/dist/src/storage/storage-factory.js +19 -12
- package/dist/src/storage/storage-factory.js.map +1 -1
- package/dist/src/storage/types/agents-messaging.d.ts +33 -0
- package/dist/src/storage/types/agents-messaging.d.ts.map +1 -1
- package/dist/src/storage/types/agents-messaging.js +3 -0
- package/dist/src/storage/types/agents-messaging.js.map +1 -1
- package/dist/src/storage/types/apps.d.ts +13 -0
- package/dist/src/storage/types/apps.d.ts.map +1 -1
- package/dist/src/storage/types/identity.d.ts +8 -0
- package/dist/src/storage/types/identity.d.ts.map +1 -1
- package/dist/src/storage/types/organisms-federation.d.ts +27 -0
- package/dist/src/storage/types/organisms-federation.d.ts.map +1 -1
- package/dist/src/storage/uow/batch-loader.d.ts +44 -0
- package/dist/src/storage/uow/batch-loader.d.ts.map +1 -0
- package/dist/src/storage/uow/batch-loader.js +101 -0
- package/dist/src/storage/uow/batch-loader.js.map +1 -0
- package/dist/src/storage/uow/identity-map.d.ts +0 -0
- package/dist/src/storage/uow/identity-map.d.ts.map +1 -0
- package/dist/src/storage/uow/identity-map.js +0 -0
- package/dist/src/storage/uow/identity-map.js.map +1 -0
- package/dist/src/storage/uow/unit-of-work.d.ts +42 -0
- package/dist/src/storage/uow/unit-of-work.d.ts.map +1 -0
- package/dist/src/storage/uow/unit-of-work.js +89 -0
- package/dist/src/storage/uow/unit-of-work.js.map +1 -0
- package/dist/src/utils/app-badge.d.ts +7 -22
- package/dist/src/utils/app-badge.d.ts.map +1 -1
- package/dist/src/utils/app-badge.js +59 -22
- package/dist/src/utils/app-badge.js.map +1 -1
- package/dist/src/utils/app-protect.d.ts +2 -0
- package/dist/src/utils/app-protect.d.ts.map +1 -1
- package/dist/src/utils/app-protect.js +3 -9
- package/dist/src/utils/app-protect.js.map +1 -1
- package/dist/src/utils/env-config/sections-node.js +4 -4
- package/dist/src/utils/env-config/sections-node.js.map +1 -1
- package/dist/src/utils/env-config/sections-platform.d.ts.map +1 -1
- package/dist/src/utils/env-config/sections-platform.js +0 -11
- package/dist/src/utils/env-config/sections-platform.js.map +1 -1
- package/dist/src/utils/env-validator.d.ts.map +1 -1
- package/dist/src/utils/env-validator.js +10 -6
- package/dist/src/utils/env-validator.js.map +1 -1
- package/dist/src/utils/html-inject.d.ts +23 -0
- package/dist/src/utils/html-inject.d.ts.map +1 -0
- package/dist/src/utils/html-inject.js +42 -0
- package/dist/src/utils/html-inject.js.map +1 -0
- package/dist/src/utils/node-descriptor.d.ts.map +1 -1
- package/dist/src/utils/node-descriptor.js +0 -1
- package/dist/src/utils/node-descriptor.js.map +1 -1
- package/dist/static/app-catalog/_template.html +15 -0
- package/dist/static/app-catalog/js/app-agents.js +232 -0
- package/dist/static/app-catalog/js/cortex.js +114 -0
- package/dist/static/app-catalog/js/detail.js +39 -1
- package/dist/static/app-catalog/js/i18n-data.js +82 -4
- package/dist/static/app-catalog/js/main.js +7 -1
- package/dist/static/app-catalog/js/render.js +30 -11
- package/dist/static/app-catalog/js/server-io.js +10 -1
- package/dist/static/app-catalog/styles/app-catalog.css +96 -9
- package/dist/static/app-catalog.html +542 -32
- package/package.json +19 -20
- package/prisma/schema.postgres.prisma +0 -1789
- package/prisma/schema.prisma +0 -1787
|
@@ -0,0 +1,1538 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by kysely-codegen.
|
|
3
|
+
* Please do not edit it manually.
|
|
4
|
+
*/
|
|
5
|
+
import type { ColumnType } from "kysely";
|
|
6
|
+
export type Generated<T> = T extends ColumnType<infer S, infer I, infer U> ? ColumnType<S, I | undefined, U> : ColumnType<T, T | undefined, T>;
|
|
7
|
+
export type Json = JsonValue;
|
|
8
|
+
export type JsonArray = JsonValue[];
|
|
9
|
+
export type JsonObject = {
|
|
10
|
+
[x: string]: JsonValue | undefined;
|
|
11
|
+
};
|
|
12
|
+
export type JsonPrimitive = boolean | number | string | null;
|
|
13
|
+
export type JsonValue = JsonArray | JsonObject | JsonPrimitive;
|
|
14
|
+
export type Timestamp = ColumnType<Date, Date | string, Date | string>;
|
|
15
|
+
export interface Action {
|
|
16
|
+
actionId: string;
|
|
17
|
+
category: string | null;
|
|
18
|
+
createdAt: Generated<Timestamp>;
|
|
19
|
+
description: string;
|
|
20
|
+
displayName: string;
|
|
21
|
+
estimatedTimeSeconds: number | null;
|
|
22
|
+
federate: Generated<boolean>;
|
|
23
|
+
id: Generated<string>;
|
|
24
|
+
inputSchema: Json;
|
|
25
|
+
maxInputSizeBytes: number | null;
|
|
26
|
+
outputSchema: Json;
|
|
27
|
+
pricingBaseMorsels: number;
|
|
28
|
+
pricingPerUnit: Json | null;
|
|
29
|
+
providerGaii: string;
|
|
30
|
+
semantic: Json | null;
|
|
31
|
+
tags: string[] | null;
|
|
32
|
+
updatedAt: Timestamp;
|
|
33
|
+
webhookUrl: string | null;
|
|
34
|
+
}
|
|
35
|
+
export interface Agent {
|
|
36
|
+
activityStats: Json | null;
|
|
37
|
+
agentLimitations: Json | null;
|
|
38
|
+
allowedOrigins: string[] | null;
|
|
39
|
+
capabilities: string[] | null;
|
|
40
|
+
createdAt: Generated<Timestamp>;
|
|
41
|
+
dailySpendLimit: number | null;
|
|
42
|
+
defaultScopes: string[] | null;
|
|
43
|
+
description: string | null;
|
|
44
|
+
displayName: string | null;
|
|
45
|
+
domainCapabilities: Json | null;
|
|
46
|
+
federate: Generated<boolean>;
|
|
47
|
+
gaii: string;
|
|
48
|
+
id: Generated<string>;
|
|
49
|
+
languages: Json | null;
|
|
50
|
+
lastSeen: Generated<Timestamp>;
|
|
51
|
+
maxConcurrentTasks: Generated<number>;
|
|
52
|
+
mode: string | null;
|
|
53
|
+
modulesLoaded: Json | null;
|
|
54
|
+
morselBalance: Generated<number>;
|
|
55
|
+
name: string;
|
|
56
|
+
owner: string;
|
|
57
|
+
platform: string | null;
|
|
58
|
+
platformDetectedBy: string | null;
|
|
59
|
+
platformVersion: string | null;
|
|
60
|
+
model: string | null;
|
|
61
|
+
modelDetectedBy: string | null;
|
|
62
|
+
publicKey: string;
|
|
63
|
+
scheduleConstraintDefaults: Json | null;
|
|
64
|
+
tags: string[] | null;
|
|
65
|
+
technicalCapabilities: Json | null;
|
|
66
|
+
trustScore: Generated<number>;
|
|
67
|
+
webhookEnabled: Generated<boolean>;
|
|
68
|
+
webhookFailCount: Generated<number>;
|
|
69
|
+
webhookLastFailure: Timestamp | null;
|
|
70
|
+
webhookLastSuccess: Timestamp | null;
|
|
71
|
+
webhookSecret: string | null;
|
|
72
|
+
webhookUrl: string | null;
|
|
73
|
+
}
|
|
74
|
+
export interface AgentActivity {
|
|
75
|
+
agentGaii: string;
|
|
76
|
+
date: string;
|
|
77
|
+
hour: number;
|
|
78
|
+
id: Generated<string>;
|
|
79
|
+
metric: string;
|
|
80
|
+
value: Generated<number>;
|
|
81
|
+
}
|
|
82
|
+
export interface AgentDirective {
|
|
83
|
+
agentGaii: string;
|
|
84
|
+
budgetLimits: Json | null;
|
|
85
|
+
id: Generated<string>;
|
|
86
|
+
memoryAreas: Generated<Json>;
|
|
87
|
+
purpose: Generated<string>;
|
|
88
|
+
resources: Generated<Json>;
|
|
89
|
+
rules: Generated<Json>;
|
|
90
|
+
updatedAt: Timestamp;
|
|
91
|
+
}
|
|
92
|
+
export interface AgentMessage {
|
|
93
|
+
agentGaii: string;
|
|
94
|
+
content: string;
|
|
95
|
+
createdAt: Generated<Timestamp>;
|
|
96
|
+
direction: string;
|
|
97
|
+
id: Generated<string>;
|
|
98
|
+
linkedTaskId: string | null;
|
|
99
|
+
metadata: Json | null;
|
|
100
|
+
processedAt: Timestamp | null;
|
|
101
|
+
senderGaii: string;
|
|
102
|
+
status: Generated<string>;
|
|
103
|
+
threadId: string;
|
|
104
|
+
}
|
|
105
|
+
export interface AgentOnboarding {
|
|
106
|
+
agentGaii: string;
|
|
107
|
+
completedAt: Timestamp | null;
|
|
108
|
+
detectedPlatform: string | null;
|
|
109
|
+
healthComponents: Json | null;
|
|
110
|
+
healthRecalculatedAt: Timestamp | null;
|
|
111
|
+
id: Generated<string>;
|
|
112
|
+
installedRuntime: string | null;
|
|
113
|
+
onboardingBaseline: number | null;
|
|
114
|
+
operationalHealth: number | null;
|
|
115
|
+
readinessLevel: string | null;
|
|
116
|
+
readinessOverride: Json | null;
|
|
117
|
+
readinessScore: number | null;
|
|
118
|
+
startedAt: Generated<Timestamp>;
|
|
119
|
+
status: Generated<string>;
|
|
120
|
+
steps: Generated<Json>;
|
|
121
|
+
}
|
|
122
|
+
export interface AgentTask {
|
|
123
|
+
agentGaii: string;
|
|
124
|
+
automation: Json | null;
|
|
125
|
+
completedAt: Timestamp | null;
|
|
126
|
+
createdAt: Generated<Timestamp>;
|
|
127
|
+
deliverableKey: string | null;
|
|
128
|
+
description: Generated<string>;
|
|
129
|
+
id: Generated<string>;
|
|
130
|
+
lastEventAt: Timestamp | null;
|
|
131
|
+
ownerGaii: string;
|
|
132
|
+
parentTaskId: string | null;
|
|
133
|
+
rating: Json | null;
|
|
134
|
+
resources: Json | null;
|
|
135
|
+
rules: Generated<Json>;
|
|
136
|
+
scope: Generated<Json>;
|
|
137
|
+
status: Generated<string>;
|
|
138
|
+
telemetry: Json | null;
|
|
139
|
+
title: string;
|
|
140
|
+
todos: Generated<Json>;
|
|
141
|
+
triage: string | null;
|
|
142
|
+
updatedAt: Timestamp;
|
|
143
|
+
verification: Generated<Json>;
|
|
144
|
+
workTrackingCode: string | null;
|
|
145
|
+
}
|
|
146
|
+
export interface AgentTaskEvent {
|
|
147
|
+
details: Json | null;
|
|
148
|
+
id: Generated<string>;
|
|
149
|
+
message: string;
|
|
150
|
+
taskId: string;
|
|
151
|
+
timestamp: Generated<Timestamp>;
|
|
152
|
+
type: string;
|
|
153
|
+
}
|
|
154
|
+
export interface AgentUsageDaily {
|
|
155
|
+
agentGaii: string;
|
|
156
|
+
apiKeyScope: Generated<string>;
|
|
157
|
+
calls: Generated<number>;
|
|
158
|
+
completionTokens: Generated<number>;
|
|
159
|
+
costUsd: Generated<number>;
|
|
160
|
+
date: string;
|
|
161
|
+
id: Generated<string>;
|
|
162
|
+
model: string;
|
|
163
|
+
organismId: Generated<string>;
|
|
164
|
+
ownerGhii: string;
|
|
165
|
+
promptTokens: Generated<number>;
|
|
166
|
+
provider: string;
|
|
167
|
+
unpricedCalls: Generated<number>;
|
|
168
|
+
workspaceId: Generated<string>;
|
|
169
|
+
}
|
|
170
|
+
export interface AgentUsageEvent {
|
|
171
|
+
agentGaii: string;
|
|
172
|
+
apiKeyScope: Generated<string>;
|
|
173
|
+
capabilityId: string | null;
|
|
174
|
+
completionTokens: Generated<number>;
|
|
175
|
+
consumerGhii: string | null;
|
|
176
|
+
costUsd: number | null;
|
|
177
|
+
id: Generated<string>;
|
|
178
|
+
model: string;
|
|
179
|
+
organismId: string | null;
|
|
180
|
+
ownerGhii: string;
|
|
181
|
+
priceRef: string | null;
|
|
182
|
+
promptTokens: Generated<number>;
|
|
183
|
+
provider: string;
|
|
184
|
+
runId: string | null;
|
|
185
|
+
source: string;
|
|
186
|
+
ts: string;
|
|
187
|
+
workspaceId: string | null;
|
|
188
|
+
}
|
|
189
|
+
export interface App {
|
|
190
|
+
accessCode: string | null;
|
|
191
|
+
createdAt: Generated<Timestamp>;
|
|
192
|
+
data: Buffer;
|
|
193
|
+
filename: string;
|
|
194
|
+
forkable: Generated<boolean>;
|
|
195
|
+
id: Generated<string>;
|
|
196
|
+
manifest: Json;
|
|
197
|
+
mimeType: string;
|
|
198
|
+
operatorHidden: Generated<boolean>;
|
|
199
|
+
operatorHiddenAt: Timestamp | null;
|
|
200
|
+
operatorHiddenBy: string | null;
|
|
201
|
+
operatorHideReason: string | null;
|
|
202
|
+
ownerGaii: string;
|
|
203
|
+
ownerName: string;
|
|
204
|
+
parked: Generated<boolean>;
|
|
205
|
+
size: number;
|
|
206
|
+
versionNumber: number;
|
|
207
|
+
}
|
|
208
|
+
export interface AppDownload {
|
|
209
|
+
count: Generated<number>;
|
|
210
|
+
filename: string;
|
|
211
|
+
id: Generated<string>;
|
|
212
|
+
ownerGaii: string;
|
|
213
|
+
}
|
|
214
|
+
export interface AppDraft {
|
|
215
|
+
data: Buffer;
|
|
216
|
+
filename: string;
|
|
217
|
+
id: Generated<string>;
|
|
218
|
+
manifest: Json;
|
|
219
|
+
mimeType: string;
|
|
220
|
+
ownerGaii: string;
|
|
221
|
+
ownerName: string;
|
|
222
|
+
size: number;
|
|
223
|
+
updatedAt: Generated<Timestamp>;
|
|
224
|
+
}
|
|
225
|
+
export interface Appeal {
|
|
226
|
+
appealedBy: string;
|
|
227
|
+
createdAt: Generated<Timestamp>;
|
|
228
|
+
flagId: string;
|
|
229
|
+
id: Generated<string>;
|
|
230
|
+
reason: string;
|
|
231
|
+
reviewedAt: Timestamp | null;
|
|
232
|
+
reviewedBy: string | null;
|
|
233
|
+
reviewNote: string | null;
|
|
234
|
+
status: Generated<string>;
|
|
235
|
+
}
|
|
236
|
+
export interface AppFork {
|
|
237
|
+
childFilename: string;
|
|
238
|
+
childOwnerGaii: string;
|
|
239
|
+
childOwnerName: string;
|
|
240
|
+
forkedAt: Generated<Timestamp>;
|
|
241
|
+
forkedByGaii: string;
|
|
242
|
+
id: Generated<string>;
|
|
243
|
+
sourceFilename: string;
|
|
244
|
+
sourceOwnerGaii: string;
|
|
245
|
+
sourceOwnerName: string;
|
|
246
|
+
sourceVersion: number;
|
|
247
|
+
}
|
|
248
|
+
export interface AppGrant {
|
|
249
|
+
app: string;
|
|
250
|
+
appName: string;
|
|
251
|
+
appOrigin: string;
|
|
252
|
+
createdAt: Generated<Timestamp>;
|
|
253
|
+
gaii: string;
|
|
254
|
+
grantId: string;
|
|
255
|
+
id: Generated<string>;
|
|
256
|
+
lastUsedAt: Timestamp | null;
|
|
257
|
+
owner: string;
|
|
258
|
+
refreshTokenHash: string | null;
|
|
259
|
+
revoked: Generated<boolean>;
|
|
260
|
+
scopes: string[] | null;
|
|
261
|
+
}
|
|
262
|
+
export interface AppPurchase {
|
|
263
|
+
appContent: string;
|
|
264
|
+
appFilename: string;
|
|
265
|
+
appManifest: Json;
|
|
266
|
+
appName: string;
|
|
267
|
+
appScreenshot: string | null;
|
|
268
|
+
appVersionNumber: number;
|
|
269
|
+
buyerGaii: string;
|
|
270
|
+
buyerOwner: string;
|
|
271
|
+
id: Generated<string>;
|
|
272
|
+
licenseType: string;
|
|
273
|
+
nodeId: string;
|
|
274
|
+
nodePublicKey: string;
|
|
275
|
+
priceMorsels: number;
|
|
276
|
+
purchasedAt: Generated<Timestamp>;
|
|
277
|
+
sellerGaii: string;
|
|
278
|
+
sellerOwner: string;
|
|
279
|
+
signature: string;
|
|
280
|
+
transactionFeeMorsels: number;
|
|
281
|
+
transactionId: string;
|
|
282
|
+
}
|
|
283
|
+
export interface Board {
|
|
284
|
+
allowedGaiis: string[] | null;
|
|
285
|
+
boardId: string;
|
|
286
|
+
createdAt: Generated<Timestamp>;
|
|
287
|
+
description: string | null;
|
|
288
|
+
federate: Generated<boolean>;
|
|
289
|
+
id: Generated<string>;
|
|
290
|
+
name: string;
|
|
291
|
+
ownerGaii: string;
|
|
292
|
+
visibility: string;
|
|
293
|
+
}
|
|
294
|
+
export interface BoardPost {
|
|
295
|
+
authorGaii: string;
|
|
296
|
+
boardId: string;
|
|
297
|
+
body: string;
|
|
298
|
+
category: string | null;
|
|
299
|
+
createdAt: Generated<Timestamp>;
|
|
300
|
+
id: Generated<string>;
|
|
301
|
+
postId: string;
|
|
302
|
+
reactions: Generated<Json>;
|
|
303
|
+
replyTo: string | null;
|
|
304
|
+
tags: string[] | null;
|
|
305
|
+
title: string;
|
|
306
|
+
ttlExpiresAt: Timestamp | null;
|
|
307
|
+
}
|
|
308
|
+
export interface BoardSubscription {
|
|
309
|
+
boardId: string;
|
|
310
|
+
callbackUrl: string | null;
|
|
311
|
+
createdAt: Generated<Timestamp>;
|
|
312
|
+
filters: Json | null;
|
|
313
|
+
gaii: string;
|
|
314
|
+
id: Generated<string>;
|
|
315
|
+
}
|
|
316
|
+
export interface Capability {
|
|
317
|
+
authRequired: Generated<string>;
|
|
318
|
+
callable: Generated<boolean>;
|
|
319
|
+
cost: Json | null;
|
|
320
|
+
createdAt: Generated<Timestamp>;
|
|
321
|
+
dependencies: Generated<Json>;
|
|
322
|
+
deprecationMessage: string | null;
|
|
323
|
+
examples: Generated<Json>;
|
|
324
|
+
exports: Json | null;
|
|
325
|
+
id: Generated<string>;
|
|
326
|
+
inputSchema: Json | null;
|
|
327
|
+
name: string;
|
|
328
|
+
operatorOverride: Json | null;
|
|
329
|
+
outputSchema: Json | null;
|
|
330
|
+
ownerGhii: string;
|
|
331
|
+
redactedFields: Generated<Json>;
|
|
332
|
+
rejectionReason: string | null;
|
|
333
|
+
replacedBy: string | null;
|
|
334
|
+
schemaHash: Generated<string>;
|
|
335
|
+
scope: Generated<string>;
|
|
336
|
+
sourceRef: string;
|
|
337
|
+
sourceType: string;
|
|
338
|
+
sourceVersion: Generated<string>;
|
|
339
|
+
stats: Json;
|
|
340
|
+
status: Generated<string>;
|
|
341
|
+
summary: Generated<string>;
|
|
342
|
+
tags: Generated<Json>;
|
|
343
|
+
trust: Json;
|
|
344
|
+
trustRequired: number | null;
|
|
345
|
+
updatedAt: Timestamp;
|
|
346
|
+
usage: Generated<string>;
|
|
347
|
+
visibility: Generated<string>;
|
|
348
|
+
webhookUrl: string | null;
|
|
349
|
+
whenNotToUse: Generated<string>;
|
|
350
|
+
whenToUse: Generated<string>;
|
|
351
|
+
}
|
|
352
|
+
export interface CapabilityLog {
|
|
353
|
+
callerGhii: string;
|
|
354
|
+
capabilityId: string;
|
|
355
|
+
durationMs: Generated<number>;
|
|
356
|
+
error: string | null;
|
|
357
|
+
id: Generated<string>;
|
|
358
|
+
input: Generated<Json>;
|
|
359
|
+
status: string;
|
|
360
|
+
timestamp: Generated<Timestamp>;
|
|
361
|
+
}
|
|
362
|
+
export interface CapabilityVouch {
|
|
363
|
+
capabilityId: string;
|
|
364
|
+
comment: string | null;
|
|
365
|
+
createdAt: Generated<Timestamp>;
|
|
366
|
+
id: Generated<string>;
|
|
367
|
+
userGhii: string;
|
|
368
|
+
}
|
|
369
|
+
export interface ChatInstance {
|
|
370
|
+
agentGaii: string | null;
|
|
371
|
+
appName: string;
|
|
372
|
+
createdAt: Generated<Timestamp>;
|
|
373
|
+
ghii: string;
|
|
374
|
+
id: Generated<string>;
|
|
375
|
+
isAnonymous: Generated<boolean>;
|
|
376
|
+
lastSeen: Generated<Timestamp>;
|
|
377
|
+
mcpClientId: string | null;
|
|
378
|
+
nodeId: string;
|
|
379
|
+
ownerName: string;
|
|
380
|
+
platform: string;
|
|
381
|
+
}
|
|
382
|
+
export interface Consent {
|
|
383
|
+
dataPattern: string;
|
|
384
|
+
expires: Timestamp | null;
|
|
385
|
+
grantedAt: Generated<Timestamp>;
|
|
386
|
+
id: Generated<string>;
|
|
387
|
+
metadata: Json | null;
|
|
388
|
+
ownerGaii: string;
|
|
389
|
+
purpose: string;
|
|
390
|
+
recipient: string;
|
|
391
|
+
revokedAt: Timestamp | null;
|
|
392
|
+
scope: string;
|
|
393
|
+
status: Generated<string>;
|
|
394
|
+
}
|
|
395
|
+
export interface ConsentAudit {
|
|
396
|
+
accessorGaii: string;
|
|
397
|
+
action: string;
|
|
398
|
+
allowed: boolean;
|
|
399
|
+
consentId: string;
|
|
400
|
+
id: Generated<string>;
|
|
401
|
+
memoryKey: string;
|
|
402
|
+
ownerGaii: string;
|
|
403
|
+
timestamp: Generated<Timestamp>;
|
|
404
|
+
}
|
|
405
|
+
export interface ContactConsent {
|
|
406
|
+
contactId: string;
|
|
407
|
+
createdAt: Generated<Timestamp>;
|
|
408
|
+
firstMessageId: string | null;
|
|
409
|
+
id: Generated<string>;
|
|
410
|
+
origin: Generated<string>;
|
|
411
|
+
ownerGhii: string;
|
|
412
|
+
state: Generated<string>;
|
|
413
|
+
updatedAt: Generated<Timestamp>;
|
|
414
|
+
}
|
|
415
|
+
export interface CortexExtension {
|
|
416
|
+
activatedAt: Timestamp | null;
|
|
417
|
+
activationArtifacts: Json;
|
|
418
|
+
aimeatCompat: string | null;
|
|
419
|
+
apiVersion: string;
|
|
420
|
+
author: string;
|
|
421
|
+
components: Json;
|
|
422
|
+
description: string;
|
|
423
|
+
id: Generated<string>;
|
|
424
|
+
installedAt: Generated<Timestamp>;
|
|
425
|
+
installedBy: string;
|
|
426
|
+
labels: Json;
|
|
427
|
+
license: string | null;
|
|
428
|
+
manifest: string;
|
|
429
|
+
name: string;
|
|
430
|
+
namespace: string;
|
|
431
|
+
shortName: string;
|
|
432
|
+
status: Generated<string>;
|
|
433
|
+
tags: string[] | null;
|
|
434
|
+
version: string;
|
|
435
|
+
visibility: Generated<string>;
|
|
436
|
+
}
|
|
437
|
+
export interface CortexLibFile {
|
|
438
|
+
content: string;
|
|
439
|
+
extName: string;
|
|
440
|
+
id: Generated<string>;
|
|
441
|
+
libName: string;
|
|
442
|
+
}
|
|
443
|
+
export interface Csm {
|
|
444
|
+
definition: Json;
|
|
445
|
+
federate: Generated<boolean>;
|
|
446
|
+
id: Generated<string>;
|
|
447
|
+
jsonSchemaKey: string;
|
|
448
|
+
name: string;
|
|
449
|
+
registeredAt: Generated<Timestamp>;
|
|
450
|
+
registeredBy: string;
|
|
451
|
+
semantic: Json | null;
|
|
452
|
+
serviceType: string;
|
|
453
|
+
updatedAt: Timestamp;
|
|
454
|
+
}
|
|
455
|
+
export interface DeviceAuth {
|
|
456
|
+
agentCredentials: Json | null;
|
|
457
|
+
agentName: string;
|
|
458
|
+
approvedBy: string | null;
|
|
459
|
+
createdAt: Generated<Timestamp>;
|
|
460
|
+
description: string | null;
|
|
461
|
+
deviceCode: string;
|
|
462
|
+
displayName: string | null;
|
|
463
|
+
expiresAt: Timestamp;
|
|
464
|
+
id: Generated<string>;
|
|
465
|
+
lastPolledAt: Timestamp | null;
|
|
466
|
+
mode: string | null;
|
|
467
|
+
ownerName: string;
|
|
468
|
+
pollInterval: Generated<number>;
|
|
469
|
+
scopes: string[] | null;
|
|
470
|
+
status: Generated<string>;
|
|
471
|
+
userCode: string;
|
|
472
|
+
}
|
|
473
|
+
export interface DirectMessage {
|
|
474
|
+
attachments: Json | null;
|
|
475
|
+
body: Generated<string>;
|
|
476
|
+
broadcastId: string | null;
|
|
477
|
+
conversationId: string;
|
|
478
|
+
createdAt: Generated<Timestamp>;
|
|
479
|
+
deliveredAt: Timestamp | null;
|
|
480
|
+
direction: string;
|
|
481
|
+
error: string | null;
|
|
482
|
+
id: Generated<string>;
|
|
483
|
+
interactive: Json | null;
|
|
484
|
+
mid: string;
|
|
485
|
+
origin: Generated<string>;
|
|
486
|
+
originNodeId: string;
|
|
487
|
+
ownerGhii: string;
|
|
488
|
+
readAt: Timestamp | null;
|
|
489
|
+
recipientGhii: string;
|
|
490
|
+
replyToId: string | null;
|
|
491
|
+
respondable: boolean | null;
|
|
492
|
+
senderGhii: string;
|
|
493
|
+
status: Generated<string>;
|
|
494
|
+
subject: string | null;
|
|
495
|
+
}
|
|
496
|
+
export interface Dispute {
|
|
497
|
+
createdAt: Generated<Timestamp>;
|
|
498
|
+
disputeId: string;
|
|
499
|
+
id: Generated<string>;
|
|
500
|
+
openedBy: string;
|
|
501
|
+
reason: string;
|
|
502
|
+
ruling: Json | null;
|
|
503
|
+
status: string;
|
|
504
|
+
trackingCode: string;
|
|
505
|
+
updatedAt: Timestamp;
|
|
506
|
+
}
|
|
507
|
+
export interface DisputeAudit {
|
|
508
|
+
actor: string;
|
|
509
|
+
data: Json;
|
|
510
|
+
disputeId: string;
|
|
511
|
+
event: string;
|
|
512
|
+
hash: string;
|
|
513
|
+
id: Generated<string>;
|
|
514
|
+
previousHash: string;
|
|
515
|
+
sequence: number;
|
|
516
|
+
timestamp: Timestamp;
|
|
517
|
+
}
|
|
518
|
+
export interface EcoAuth {
|
|
519
|
+
app: string;
|
|
520
|
+
appCredentials: Json | null;
|
|
521
|
+
approvedBy: string | null;
|
|
522
|
+
automation: Json | null;
|
|
523
|
+
boundRef: string | null;
|
|
524
|
+
capabilities: Json | null;
|
|
525
|
+
createdAt: Generated<Timestamp>;
|
|
526
|
+
dataAreas: Json | null;
|
|
527
|
+
description: string | null;
|
|
528
|
+
deviceCode: string;
|
|
529
|
+
displayName: string | null;
|
|
530
|
+
expiresAt: Timestamp;
|
|
531
|
+
id: Generated<string>;
|
|
532
|
+
lastPolledAt: Timestamp | null;
|
|
533
|
+
ownerName: string;
|
|
534
|
+
pollInterval: Generated<number>;
|
|
535
|
+
publicKey: string | null;
|
|
536
|
+
scopes: string[] | null;
|
|
537
|
+
setup: Json | null;
|
|
538
|
+
status: Generated<string>;
|
|
539
|
+
userCode: string;
|
|
540
|
+
validationResult: Json | null;
|
|
541
|
+
}
|
|
542
|
+
export interface EcoAutomationRecipe {
|
|
543
|
+
agents: Json;
|
|
544
|
+
app: string;
|
|
545
|
+
createdAt: Generated<Timestamp>;
|
|
546
|
+
email: Generated<boolean>;
|
|
547
|
+
enabled: Generated<boolean>;
|
|
548
|
+
id: Generated<string>;
|
|
549
|
+
organism: string | null;
|
|
550
|
+
owner: string;
|
|
551
|
+
requireApproval: Generated<boolean>;
|
|
552
|
+
trigger: Json;
|
|
553
|
+
updatedAt: Generated<Timestamp>;
|
|
554
|
+
}
|
|
555
|
+
export interface EcosystemApp {
|
|
556
|
+
app: string;
|
|
557
|
+
automation: Json | null;
|
|
558
|
+
boundRef: string | null;
|
|
559
|
+
capabilities: Json | null;
|
|
560
|
+
createdAt: Generated<Timestamp>;
|
|
561
|
+
dataAreas: Json | null;
|
|
562
|
+
description: string | null;
|
|
563
|
+
displayName: string | null;
|
|
564
|
+
geai: string;
|
|
565
|
+
id: Generated<string>;
|
|
566
|
+
lastSeen: Generated<Timestamp>;
|
|
567
|
+
morselBalance: Generated<number>;
|
|
568
|
+
owner: string;
|
|
569
|
+
publicKey: string;
|
|
570
|
+
scopes: string[] | null;
|
|
571
|
+
setup: Json | null;
|
|
572
|
+
status: Generated<string>;
|
|
573
|
+
}
|
|
574
|
+
export interface EmailVerification {
|
|
575
|
+
attempts: Generated<number>;
|
|
576
|
+
code: string;
|
|
577
|
+
createdAt: Generated<Timestamp>;
|
|
578
|
+
emailHash: string;
|
|
579
|
+
expiresAt: Timestamp;
|
|
580
|
+
id: Generated<string>;
|
|
581
|
+
ownerName: string;
|
|
582
|
+
purpose: string;
|
|
583
|
+
status: Generated<string>;
|
|
584
|
+
verifiedAt: Timestamp | null;
|
|
585
|
+
}
|
|
586
|
+
export interface EscrowHold {
|
|
587
|
+
amount: number;
|
|
588
|
+
createdAt: Generated<Timestamp>;
|
|
589
|
+
extensionName: string;
|
|
590
|
+
fromGaii: string;
|
|
591
|
+
holdId: string;
|
|
592
|
+
id: Generated<string>;
|
|
593
|
+
reason: string;
|
|
594
|
+
releasedAt: Timestamp | null;
|
|
595
|
+
releasedTo: string | null;
|
|
596
|
+
status: Generated<string>;
|
|
597
|
+
updatedAt: Timestamp;
|
|
598
|
+
}
|
|
599
|
+
export interface ExecutionLog {
|
|
600
|
+
actionId: string | null;
|
|
601
|
+
createdAt: Generated<Timestamp>;
|
|
602
|
+
durationMs: Generated<number>;
|
|
603
|
+
errorMessage: string | null;
|
|
604
|
+
extensionName: string | null;
|
|
605
|
+
id: Generated<string>;
|
|
606
|
+
jobId: string;
|
|
607
|
+
jobName: string;
|
|
608
|
+
memoryReads: Generated<Json>;
|
|
609
|
+
memoryWrites: Generated<Json>;
|
|
610
|
+
result: string;
|
|
611
|
+
taskId: string | null;
|
|
612
|
+
trigger: string;
|
|
613
|
+
type: string;
|
|
614
|
+
}
|
|
615
|
+
export interface Extension {
|
|
616
|
+
actions: Json;
|
|
617
|
+
activatedAt: Timestamp | null;
|
|
618
|
+
author: string;
|
|
619
|
+
config: Json;
|
|
620
|
+
createdAt: Generated<Timestamp>;
|
|
621
|
+
description: string;
|
|
622
|
+
federation: Json;
|
|
623
|
+
id: Generated<string>;
|
|
624
|
+
installedAt: Generated<Timestamp>;
|
|
625
|
+
installedBy: string;
|
|
626
|
+
instances: Json | null;
|
|
627
|
+
limits: Json;
|
|
628
|
+
name: string;
|
|
629
|
+
requiredApis: string[] | null;
|
|
630
|
+
status: Generated<string>;
|
|
631
|
+
updatedAt: Timestamp;
|
|
632
|
+
version: string;
|
|
633
|
+
}
|
|
634
|
+
export interface ExtensionInstance {
|
|
635
|
+
config: Generated<Json>;
|
|
636
|
+
createdAt: Generated<Timestamp>;
|
|
637
|
+
createdBy: string;
|
|
638
|
+
createdByAgent: string | null;
|
|
639
|
+
extensionName: string;
|
|
640
|
+
id: Generated<string>;
|
|
641
|
+
instanceId: string;
|
|
642
|
+
status: Generated<string>;
|
|
643
|
+
translations: Json | null;
|
|
644
|
+
updatedAt: Timestamp;
|
|
645
|
+
}
|
|
646
|
+
export interface FederationPeer {
|
|
647
|
+
addedAt: Generated<Timestamp>;
|
|
648
|
+
allowFederatedAuth: Generated<boolean>;
|
|
649
|
+
allowRouting: Generated<boolean>;
|
|
650
|
+
availability: string | null;
|
|
651
|
+
availabilityPct: number | null;
|
|
652
|
+
availabilityWindow: string | null;
|
|
653
|
+
expiresAt: Timestamp | null;
|
|
654
|
+
federationAuthScopes: Generated<string[] | null>;
|
|
655
|
+
heartbeatOk: Generated<number>;
|
|
656
|
+
heartbeatTotal: Generated<number>;
|
|
657
|
+
lastSeen: Generated<Timestamp>;
|
|
658
|
+
nodeCardHash: string | null;
|
|
659
|
+
nodeId: string;
|
|
660
|
+
peerMode: Generated<string>;
|
|
661
|
+
publicKey: Generated<string>;
|
|
662
|
+
replicateMemory: Generated<boolean>;
|
|
663
|
+
shareCatalogue: Generated<boolean>;
|
|
664
|
+
softwareVersion: string | null;
|
|
665
|
+
status: Generated<string>;
|
|
666
|
+
tier: Generated<string>;
|
|
667
|
+
url: string;
|
|
668
|
+
}
|
|
669
|
+
export interface Flag {
|
|
670
|
+
createdAt: Generated<Timestamp>;
|
|
671
|
+
description: string | null;
|
|
672
|
+
flaggedBy: string;
|
|
673
|
+
id: Generated<string>;
|
|
674
|
+
reason: string;
|
|
675
|
+
reviewedAt: Timestamp | null;
|
|
676
|
+
reviewedBy: string | null;
|
|
677
|
+
status: Generated<string>;
|
|
678
|
+
targetId: string;
|
|
679
|
+
targetType: string;
|
|
680
|
+
}
|
|
681
|
+
export interface Feedback {
|
|
682
|
+
body: string;
|
|
683
|
+
category: string;
|
|
684
|
+
context: Json | null;
|
|
685
|
+
createdAt: Generated<Timestamp>;
|
|
686
|
+
id: Generated<string>;
|
|
687
|
+
messages: Generated<Json>;
|
|
688
|
+
sender: string;
|
|
689
|
+
status: Generated<string>;
|
|
690
|
+
title: string;
|
|
691
|
+
updatedAt: Generated<Timestamp>;
|
|
692
|
+
}
|
|
693
|
+
export interface GenesisPeer {
|
|
694
|
+
catalogueHash: string;
|
|
695
|
+
createdAt: Generated<Timestamp>;
|
|
696
|
+
genesisNodeId: string;
|
|
697
|
+
genesisUrl: string;
|
|
698
|
+
id: Generated<string>;
|
|
699
|
+
lastSyncAt: Generated<Timestamp>;
|
|
700
|
+
publicKey: string;
|
|
701
|
+
status: Generated<string>;
|
|
702
|
+
updatedAt: Timestamp;
|
|
703
|
+
}
|
|
704
|
+
export interface Ghii {
|
|
705
|
+
allowedOrigins: string[] | null;
|
|
706
|
+
avatar: string | null;
|
|
707
|
+
bio: string | null;
|
|
708
|
+
createdAt: Generated<Timestamp>;
|
|
709
|
+
displayName: string;
|
|
710
|
+
emailHash: string | null;
|
|
711
|
+
emailVerifiedAt: string | null;
|
|
712
|
+
externalIdentities: Json | null;
|
|
713
|
+
ftnVerified: Generated<boolean>;
|
|
714
|
+
ghii: string;
|
|
715
|
+
googleSub: string | null;
|
|
716
|
+
id: Generated<string>;
|
|
717
|
+
lastLoginAt: string | null;
|
|
718
|
+
locale: string | null;
|
|
719
|
+
loginCount: Generated<number>;
|
|
720
|
+
magicLinkEnabled: Generated<boolean>;
|
|
721
|
+
morselBalance: number | null;
|
|
722
|
+
nodeId: string;
|
|
723
|
+
notificationEmail: string | null;
|
|
724
|
+
ownerName: string;
|
|
725
|
+
passwordHash: string | null;
|
|
726
|
+
totpBackupCodes: string[] | null;
|
|
727
|
+
totpEnabled: Generated<boolean>;
|
|
728
|
+
totpFailedAttempts: Generated<number>;
|
|
729
|
+
totpLastUsedAt: string | null;
|
|
730
|
+
totpLastUsedCode: string | null;
|
|
731
|
+
totpLockedUntil: string | null;
|
|
732
|
+
totpSecret: string | null;
|
|
733
|
+
trustScore: number | null;
|
|
734
|
+
updatedAt: Timestamp;
|
|
735
|
+
username: string;
|
|
736
|
+
verificationCredentialHash: string | null;
|
|
737
|
+
verificationIssuer: string | null;
|
|
738
|
+
verificationLevel: Generated<number>;
|
|
739
|
+
verificationMethod: string | null;
|
|
740
|
+
verifiedAttributes: string[] | null;
|
|
741
|
+
}
|
|
742
|
+
export interface Invitation {
|
|
743
|
+
acceptedAt: Timestamp | null;
|
|
744
|
+
acceptedBy: string | null;
|
|
745
|
+
createdAt: Timestamp;
|
|
746
|
+
email: string;
|
|
747
|
+
emailHash: string;
|
|
748
|
+
expiresAt: Timestamp;
|
|
749
|
+
id: Generated<string>;
|
|
750
|
+
invitedBy: string;
|
|
751
|
+
message: string | null;
|
|
752
|
+
organismId: string;
|
|
753
|
+
orgRole: Generated<string>;
|
|
754
|
+
provisionedOwner: string | null;
|
|
755
|
+
returnUrl: string | null;
|
|
756
|
+
status: Generated<string>;
|
|
757
|
+
tokenHash: string;
|
|
758
|
+
type: Generated<string>;
|
|
759
|
+
workspaces: Json;
|
|
760
|
+
}
|
|
761
|
+
export interface JoinRequest {
|
|
762
|
+
createdAt: Generated<Timestamp>;
|
|
763
|
+
ghii: string;
|
|
764
|
+
id: Generated<string>;
|
|
765
|
+
message: string | null;
|
|
766
|
+
organismId: string;
|
|
767
|
+
reviewedAt: Timestamp | null;
|
|
768
|
+
reviewedBy: string | null;
|
|
769
|
+
status: Generated<string>;
|
|
770
|
+
}
|
|
771
|
+
export interface KnowledgeLink {
|
|
772
|
+
description: string;
|
|
773
|
+
id: Generated<string>;
|
|
774
|
+
linkedAt: Generated<Timestamp>;
|
|
775
|
+
linkedBy: string;
|
|
776
|
+
relation: string;
|
|
777
|
+
source: string;
|
|
778
|
+
target: string;
|
|
779
|
+
}
|
|
780
|
+
export interface KnowledgeReview {
|
|
781
|
+
action: string;
|
|
782
|
+
customText: string | null;
|
|
783
|
+
id: Generated<string>;
|
|
784
|
+
operatorGaii: string;
|
|
785
|
+
packageId: string;
|
|
786
|
+
reason: string;
|
|
787
|
+
timestamp: Generated<Timestamp>;
|
|
788
|
+
}
|
|
789
|
+
export interface Listing {
|
|
790
|
+
availability: string | null;
|
|
791
|
+
category: string;
|
|
792
|
+
condition: string | null;
|
|
793
|
+
createdAt: Generated<Timestamp>;
|
|
794
|
+
description: string;
|
|
795
|
+
flagCount: Generated<number>;
|
|
796
|
+
id: Generated<string>;
|
|
797
|
+
images: string[] | null;
|
|
798
|
+
location: Json | null;
|
|
799
|
+
memoryKey: string;
|
|
800
|
+
ownerName: string;
|
|
801
|
+
priceMorsels: number;
|
|
802
|
+
sellerGhii: string;
|
|
803
|
+
semantic: Json | null;
|
|
804
|
+
status: Generated<string>;
|
|
805
|
+
tags: string[] | null;
|
|
806
|
+
title: string;
|
|
807
|
+
updatedAt: Timestamp;
|
|
808
|
+
}
|
|
809
|
+
export interface MailboxItem {
|
|
810
|
+
createdAt: Generated<Timestamp>;
|
|
811
|
+
expiresAt: Timestamp;
|
|
812
|
+
fromGaii: string;
|
|
813
|
+
id: Generated<string>;
|
|
814
|
+
payload: string;
|
|
815
|
+
personalNodeId: string;
|
|
816
|
+
retentionDays: number;
|
|
817
|
+
sizeBytes: number;
|
|
818
|
+
toGaii: string;
|
|
819
|
+
type: string;
|
|
820
|
+
}
|
|
821
|
+
export interface Match {
|
|
822
|
+
breakdown: Json;
|
|
823
|
+
createdAt: Generated<Timestamp>;
|
|
824
|
+
expiresAt: Timestamp;
|
|
825
|
+
id: Generated<string>;
|
|
826
|
+
notifiedAt: Timestamp | null;
|
|
827
|
+
profileA: string;
|
|
828
|
+
profileB: string;
|
|
829
|
+
respondedAt: Timestamp | null;
|
|
830
|
+
score: number;
|
|
831
|
+
status: Generated<string>;
|
|
832
|
+
}
|
|
833
|
+
export interface Memory {
|
|
834
|
+
allowedOrigins: string[] | null;
|
|
835
|
+
archived: Generated<boolean>;
|
|
836
|
+
archivedAt: Timestamp | null;
|
|
837
|
+
archivedBy: string | null;
|
|
838
|
+
archivedRoot: string | null;
|
|
839
|
+
byteSize: Generated<number>;
|
|
840
|
+
createdAt: Generated<Timestamp>;
|
|
841
|
+
flagCount: Generated<number>;
|
|
842
|
+
groupId: string | null;
|
|
843
|
+
id: Generated<string>;
|
|
844
|
+
key: string;
|
|
845
|
+
ownerGaii: string;
|
|
846
|
+
searchBlob: string | null;
|
|
847
|
+
searchTsv: Generated<string | null>;
|
|
848
|
+
tags: string[] | null;
|
|
849
|
+
trackable: Generated<boolean>;
|
|
850
|
+
ttlHours: number | null;
|
|
851
|
+
updatedAt: Timestamp;
|
|
852
|
+
value: Json | null;
|
|
853
|
+
version: Generated<number>;
|
|
854
|
+
visibility: Generated<string>;
|
|
855
|
+
workspaceRef: string | null;
|
|
856
|
+
}
|
|
857
|
+
export interface MemoryVersion {
|
|
858
|
+
actor: string | null;
|
|
859
|
+
event: string | null;
|
|
860
|
+
id: Generated<string>;
|
|
861
|
+
key: string;
|
|
862
|
+
ownerGaii: string;
|
|
863
|
+
recordedAt: Generated<Timestamp>;
|
|
864
|
+
value: Json | null;
|
|
865
|
+
version: number;
|
|
866
|
+
}
|
|
867
|
+
export interface MessageDeliveryLog {
|
|
868
|
+
createdAt: Generated<Timestamp>;
|
|
869
|
+
errorMessage: string | null;
|
|
870
|
+
httpStatus: number | null;
|
|
871
|
+
id: Generated<string>;
|
|
872
|
+
latencyMs: Generated<number>;
|
|
873
|
+
messageId: string;
|
|
874
|
+
origin: string;
|
|
875
|
+
status: string;
|
|
876
|
+
targetNodeId: string;
|
|
877
|
+
}
|
|
878
|
+
export interface MicroMemory {
|
|
879
|
+
accessCode: string | null;
|
|
880
|
+
entries: Json;
|
|
881
|
+
gaii: string;
|
|
882
|
+
id: Generated<string>;
|
|
883
|
+
setName: string;
|
|
884
|
+
updatedAt: Timestamp;
|
|
885
|
+
visibility: string;
|
|
886
|
+
}
|
|
887
|
+
export interface Msm {
|
|
888
|
+
actionsCount: number;
|
|
889
|
+
authType: string;
|
|
890
|
+
category: string;
|
|
891
|
+
definition: Json;
|
|
892
|
+
federate: Generated<boolean>;
|
|
893
|
+
id: Generated<string>;
|
|
894
|
+
name: string;
|
|
895
|
+
registeredAt: Generated<Timestamp>;
|
|
896
|
+
registeredBy: string;
|
|
897
|
+
updatedAt: Timestamp;
|
|
898
|
+
}
|
|
899
|
+
export interface NodeKey {
|
|
900
|
+
id: Generated<string>;
|
|
901
|
+
privateKey: string;
|
|
902
|
+
publicKey: string;
|
|
903
|
+
}
|
|
904
|
+
export interface NotificationPreference {
|
|
905
|
+
channels: string[] | null;
|
|
906
|
+
cooldownMinutes: Generated<number>;
|
|
907
|
+
email: string | null;
|
|
908
|
+
enabled: Generated<boolean>;
|
|
909
|
+
id: Generated<string>;
|
|
910
|
+
locale: string | null;
|
|
911
|
+
notifyTypes: string[] | null;
|
|
912
|
+
personalNodeId: string;
|
|
913
|
+
quietHoursUtc: Json | null;
|
|
914
|
+
}
|
|
915
|
+
export interface NotificationTemplate {
|
|
916
|
+
fields: Json;
|
|
917
|
+
id: Generated<string>;
|
|
918
|
+
locale: string;
|
|
919
|
+
placeholders: string[] | null;
|
|
920
|
+
templateId: string;
|
|
921
|
+
updatedAt: Generated<Timestamp>;
|
|
922
|
+
updatedBy: string;
|
|
923
|
+
}
|
|
924
|
+
export interface OAuthApproval {
|
|
925
|
+
approvedAt: Generated<Timestamp>;
|
|
926
|
+
clientId: string;
|
|
927
|
+
gaii: string;
|
|
928
|
+
id: Generated<string>;
|
|
929
|
+
owner: string;
|
|
930
|
+
scope: Generated<string>;
|
|
931
|
+
}
|
|
932
|
+
export interface OAuthClient {
|
|
933
|
+
clientId: string;
|
|
934
|
+
clientName: string;
|
|
935
|
+
clientSecret: string;
|
|
936
|
+
createdAt: Generated<Timestamp>;
|
|
937
|
+
id: Generated<string>;
|
|
938
|
+
redirectUris: string[] | null;
|
|
939
|
+
}
|
|
940
|
+
export interface OAuthRefreshToken {
|
|
941
|
+
clientId: string;
|
|
942
|
+
createdAt: Generated<Timestamp>;
|
|
943
|
+
gaii: string;
|
|
944
|
+
id: Generated<string>;
|
|
945
|
+
owner: string;
|
|
946
|
+
roles: string[] | null;
|
|
947
|
+
tokenHash: string;
|
|
948
|
+
}
|
|
949
|
+
export interface Organism {
|
|
950
|
+
admins: string[] | null;
|
|
951
|
+
agentGaiis: string[] | null;
|
|
952
|
+
archived: Generated<boolean>;
|
|
953
|
+
archivedAt: Timestamp | null;
|
|
954
|
+
archivedBy: string | null;
|
|
955
|
+
boardId: string;
|
|
956
|
+
createdAt: Generated<Timestamp>;
|
|
957
|
+
creatorGhii: string;
|
|
958
|
+
description: string;
|
|
959
|
+
id: Generated<string>;
|
|
960
|
+
interests: string[] | null;
|
|
961
|
+
joinPolicy: Generated<string>;
|
|
962
|
+
location: Json | null;
|
|
963
|
+
maxMembers: Generated<number>;
|
|
964
|
+
members: string[] | null;
|
|
965
|
+
memberVisibility: string | null;
|
|
966
|
+
memoryNamespace: string;
|
|
967
|
+
moderationConfig: Json;
|
|
968
|
+
name: string;
|
|
969
|
+
semantic: Json | null;
|
|
970
|
+
type: string;
|
|
971
|
+
updatedAt: Timestamp;
|
|
972
|
+
visibility: Generated<string>;
|
|
973
|
+
}
|
|
974
|
+
export interface OrganismMembership {
|
|
975
|
+
ghii: string;
|
|
976
|
+
id: Generated<string>;
|
|
977
|
+
invitedBy: string | null;
|
|
978
|
+
invitedWorkspaces: Json | null;
|
|
979
|
+
joinedAt: Generated<Timestamp>;
|
|
980
|
+
organismId: string;
|
|
981
|
+
role: string;
|
|
982
|
+
status: Generated<string>;
|
|
983
|
+
}
|
|
984
|
+
export interface OrganismReputation {
|
|
985
|
+
breakdown: Json;
|
|
986
|
+
calculatedAt: Generated<Timestamp>;
|
|
987
|
+
id: Generated<string>;
|
|
988
|
+
organismId: string;
|
|
989
|
+
score: number;
|
|
990
|
+
}
|
|
991
|
+
export interface Otk {
|
|
992
|
+
action: string;
|
|
993
|
+
createdAt: Generated<Timestamp>;
|
|
994
|
+
expiresAt: Timestamp;
|
|
995
|
+
id: Generated<string>;
|
|
996
|
+
initial: Generated<boolean>;
|
|
997
|
+
key: string;
|
|
998
|
+
ownerGaii: string;
|
|
999
|
+
params: Json;
|
|
1000
|
+
sessionId: string | null;
|
|
1001
|
+
used: Generated<boolean>;
|
|
1002
|
+
usedAt: Timestamp | null;
|
|
1003
|
+
}
|
|
1004
|
+
export interface Owner {
|
|
1005
|
+
createdAt: Generated<Timestamp>;
|
|
1006
|
+
displayName: string | null;
|
|
1007
|
+
id: Generated<string>;
|
|
1008
|
+
name: string;
|
|
1009
|
+
publicKey: string;
|
|
1010
|
+
roles: string[] | null;
|
|
1011
|
+
}
|
|
1012
|
+
export interface OwnerAgentDefault {
|
|
1013
|
+
defaultMemoryAreas: Generated<Json>;
|
|
1014
|
+
defaultTokenBudget: number | null;
|
|
1015
|
+
id: Generated<string>;
|
|
1016
|
+
ownerGaii: string;
|
|
1017
|
+
rules: Generated<Json>;
|
|
1018
|
+
updatedAt: Timestamp;
|
|
1019
|
+
}
|
|
1020
|
+
export interface Package {
|
|
1021
|
+
author: string;
|
|
1022
|
+
authorGhii: string;
|
|
1023
|
+
category: Generated<string>;
|
|
1024
|
+
changelog: Generated<string>;
|
|
1025
|
+
components: Json;
|
|
1026
|
+
createdAt: Generated<Timestamp>;
|
|
1027
|
+
description: Generated<string>;
|
|
1028
|
+
id: Generated<string>;
|
|
1029
|
+
manifest: Generated<string>;
|
|
1030
|
+
name: string;
|
|
1031
|
+
packageGroupId: string;
|
|
1032
|
+
status: Generated<string>;
|
|
1033
|
+
tags: string[] | null;
|
|
1034
|
+
updatedAt: Timestamp;
|
|
1035
|
+
version: string;
|
|
1036
|
+
visibility: Generated<string>;
|
|
1037
|
+
}
|
|
1038
|
+
export interface PackageInstance {
|
|
1039
|
+
id: Generated<string>;
|
|
1040
|
+
installedAt: Generated<Timestamp>;
|
|
1041
|
+
installedComponents: Json;
|
|
1042
|
+
label: Generated<string>;
|
|
1043
|
+
owner: string;
|
|
1044
|
+
ownerGhii: string;
|
|
1045
|
+
packageGroupId: string;
|
|
1046
|
+
packageRecordId: string;
|
|
1047
|
+
packageVersion: string;
|
|
1048
|
+
status: Generated<string>;
|
|
1049
|
+
updatedAt: Timestamp;
|
|
1050
|
+
}
|
|
1051
|
+
export interface PeeringRequest {
|
|
1052
|
+
createdAt: Generated<Timestamp>;
|
|
1053
|
+
fromNodeId: string | null;
|
|
1054
|
+
fromNodeUrl: string;
|
|
1055
|
+
id: Generated<string>;
|
|
1056
|
+
message: string | null;
|
|
1057
|
+
publicKey: string | null;
|
|
1058
|
+
requestId: string;
|
|
1059
|
+
status: Generated<string>;
|
|
1060
|
+
targetUrl: string | null;
|
|
1061
|
+
toNodeId: string | null;
|
|
1062
|
+
updatedAt: Timestamp;
|
|
1063
|
+
}
|
|
1064
|
+
export interface PendingApproval {
|
|
1065
|
+
action: string;
|
|
1066
|
+
actor: string;
|
|
1067
|
+
approverRole: Generated<string>;
|
|
1068
|
+
arguments: Json | null;
|
|
1069
|
+
createdAt: Generated<Timestamp>;
|
|
1070
|
+
deadline: Timestamp | null;
|
|
1071
|
+
decidedAt: Timestamp | null;
|
|
1072
|
+
decidedBy: string | null;
|
|
1073
|
+
flowGateId: string | null;
|
|
1074
|
+
id: Generated<string>;
|
|
1075
|
+
organismId: string;
|
|
1076
|
+
prompt: string | null;
|
|
1077
|
+
resolutionNote: string | null;
|
|
1078
|
+
risk: Generated<string>;
|
|
1079
|
+
stageId: string | null;
|
|
1080
|
+
status: Generated<string>;
|
|
1081
|
+
updatedAt: Generated<Timestamp>;
|
|
1082
|
+
}
|
|
1083
|
+
export interface PersonalAccessToken {
|
|
1084
|
+
createdAt: Timestamp;
|
|
1085
|
+
expiresAt: Timestamp | null;
|
|
1086
|
+
gaii: string;
|
|
1087
|
+
grantOperator: Generated<boolean>;
|
|
1088
|
+
grantOwner: Generated<boolean>;
|
|
1089
|
+
id: Generated<string>;
|
|
1090
|
+
label: string;
|
|
1091
|
+
lastUsedAt: Timestamp | null;
|
|
1092
|
+
owner: string;
|
|
1093
|
+
readOwnerData: Generated<boolean>;
|
|
1094
|
+
revoked: Generated<boolean>;
|
|
1095
|
+
scopes: string[] | null;
|
|
1096
|
+
tokenHash: string;
|
|
1097
|
+
}
|
|
1098
|
+
export interface PersonalNode {
|
|
1099
|
+
agentGaiis: string[] | null;
|
|
1100
|
+
anchorNodeId: string;
|
|
1101
|
+
createdAt: Generated<Timestamp>;
|
|
1102
|
+
id: Generated<string>;
|
|
1103
|
+
lastSeen: Generated<Timestamp>;
|
|
1104
|
+
mailboxQuotaBytes: number;
|
|
1105
|
+
mailboxUsedBytes: Generated<number>;
|
|
1106
|
+
ownerName: string;
|
|
1107
|
+
publicKey: string;
|
|
1108
|
+
status: Generated<string>;
|
|
1109
|
+
updatedAt: Timestamp;
|
|
1110
|
+
visibility: Generated<string>;
|
|
1111
|
+
}
|
|
1112
|
+
export interface PersonalPushSubscription {
|
|
1113
|
+
createdAt: Generated<Timestamp>;
|
|
1114
|
+
endpoint: string;
|
|
1115
|
+
failureCount: Generated<number>;
|
|
1116
|
+
id: Generated<string>;
|
|
1117
|
+
keys: Json;
|
|
1118
|
+
lastUsedAt: Timestamp | null;
|
|
1119
|
+
ownerName: string;
|
|
1120
|
+
personalNodeId: string;
|
|
1121
|
+
}
|
|
1122
|
+
export interface Purchase {
|
|
1123
|
+
buyerOwner: string;
|
|
1124
|
+
completedAt: Timestamp | null;
|
|
1125
|
+
createdAt: Generated<Timestamp>;
|
|
1126
|
+
id: Generated<string>;
|
|
1127
|
+
listingId: string;
|
|
1128
|
+
priceMorsels: number;
|
|
1129
|
+
ratingComment: string | null;
|
|
1130
|
+
ratingScore: number | null;
|
|
1131
|
+
sellerOwner: string;
|
|
1132
|
+
status: Generated<string>;
|
|
1133
|
+
totalCostMorsels: number;
|
|
1134
|
+
trackingCode: string;
|
|
1135
|
+
transactionFeeMorsels: number;
|
|
1136
|
+
}
|
|
1137
|
+
export interface PushSubscription {
|
|
1138
|
+
createdAt: Generated<Timestamp>;
|
|
1139
|
+
endpoint: string;
|
|
1140
|
+
id: Generated<string>;
|
|
1141
|
+
keys: Json;
|
|
1142
|
+
lastUsedAt: Generated<Timestamp>;
|
|
1143
|
+
ownerName: string;
|
|
1144
|
+
}
|
|
1145
|
+
export interface RealtimeRoom {
|
|
1146
|
+
appType: string;
|
|
1147
|
+
createdAt: Generated<Timestamp>;
|
|
1148
|
+
createdBy: string;
|
|
1149
|
+
id: Generated<string>;
|
|
1150
|
+
isPublic: Generated<boolean>;
|
|
1151
|
+
lastActivityAt: Generated<Timestamp>;
|
|
1152
|
+
maxPeers: number;
|
|
1153
|
+
name: string;
|
|
1154
|
+
peerCount: Generated<number>;
|
|
1155
|
+
tags: string[] | null;
|
|
1156
|
+
}
|
|
1157
|
+
export interface ReplicationQueue {
|
|
1158
|
+
attempts: Generated<number>;
|
|
1159
|
+
createdAt: Generated<Timestamp>;
|
|
1160
|
+
id: Generated<string>;
|
|
1161
|
+
lastAttemptAt: Timestamp | null;
|
|
1162
|
+
payload: string | null;
|
|
1163
|
+
status: Generated<string>;
|
|
1164
|
+
targetPeers: string[] | null;
|
|
1165
|
+
type: string;
|
|
1166
|
+
}
|
|
1167
|
+
export interface RevokedToken {
|
|
1168
|
+
expiresAt: number;
|
|
1169
|
+
id: Generated<string>;
|
|
1170
|
+
tokenHash: string;
|
|
1171
|
+
}
|
|
1172
|
+
export interface ScheduledJob {
|
|
1173
|
+
actionId: string | null;
|
|
1174
|
+
agentGaii: string | null;
|
|
1175
|
+
agentName: string | null;
|
|
1176
|
+
constraints: Json | null;
|
|
1177
|
+
coreHandler: string | null;
|
|
1178
|
+
createdAt: Generated<Timestamp>;
|
|
1179
|
+
createdBy: string;
|
|
1180
|
+
createdByAgent: Generated<boolean>;
|
|
1181
|
+
cron: string;
|
|
1182
|
+
description: string | null;
|
|
1183
|
+
displayName: string | null;
|
|
1184
|
+
enabled: Generated<boolean>;
|
|
1185
|
+
extensionName: string | null;
|
|
1186
|
+
id: Generated<string>;
|
|
1187
|
+
input: Json | null;
|
|
1188
|
+
instanceId: string | null;
|
|
1189
|
+
lastRunAt: Timestamp | null;
|
|
1190
|
+
lastRunDurationMs: number | null;
|
|
1191
|
+
lastRunError: string | null;
|
|
1192
|
+
lastRunResult: string | null;
|
|
1193
|
+
name: string;
|
|
1194
|
+
nextRunAt: Timestamp | null;
|
|
1195
|
+
ownerScope: string | null;
|
|
1196
|
+
purpose: string | null;
|
|
1197
|
+
runCount: Generated<number>;
|
|
1198
|
+
timezone: string | null;
|
|
1199
|
+
type: string;
|
|
1200
|
+
updatedAt: Timestamp;
|
|
1201
|
+
}
|
|
1202
|
+
export interface SchemaLock {
|
|
1203
|
+
applyTo: string;
|
|
1204
|
+
id: Generated<string>;
|
|
1205
|
+
keyPattern: string;
|
|
1206
|
+
lockedBy: string;
|
|
1207
|
+
schemaJson: Json;
|
|
1208
|
+
schemaMode: Generated<string>;
|
|
1209
|
+
semanticContext: Json | null;
|
|
1210
|
+
setAt: Generated<Timestamp>;
|
|
1211
|
+
updatedAt: Timestamp;
|
|
1212
|
+
}
|
|
1213
|
+
export interface Session {
|
|
1214
|
+
absoluteExpiresAt: Timestamp | null;
|
|
1215
|
+
deviceLabel: string | null;
|
|
1216
|
+
expiresAt: Timestamp;
|
|
1217
|
+
gaii: string;
|
|
1218
|
+
id: Generated<string>;
|
|
1219
|
+
idleExpiresAt: Timestamp | null;
|
|
1220
|
+
issuedAt: Timestamp;
|
|
1221
|
+
lastUsedAt: Timestamp | null;
|
|
1222
|
+
owner: string;
|
|
1223
|
+
prevTokenHash: string | null;
|
|
1224
|
+
prevValidUntil: Timestamp | null;
|
|
1225
|
+
refreshTokenHash: string | null;
|
|
1226
|
+
revoked: Generated<boolean>;
|
|
1227
|
+
sessionId: string;
|
|
1228
|
+
userAgent: string | null;
|
|
1229
|
+
}
|
|
1230
|
+
export interface SharingGroup {
|
|
1231
|
+
createdAt: Generated<Timestamp>;
|
|
1232
|
+
defaultPermissions: Generated<Json>;
|
|
1233
|
+
description: string | null;
|
|
1234
|
+
id: Generated<string>;
|
|
1235
|
+
members: Generated<Json>;
|
|
1236
|
+
name: string;
|
|
1237
|
+
ownerGaii: string;
|
|
1238
|
+
updatedAt: Timestamp;
|
|
1239
|
+
}
|
|
1240
|
+
export interface SiteChangeLog {
|
|
1241
|
+
action: string;
|
|
1242
|
+
changedAt: Generated<Timestamp>;
|
|
1243
|
+
changedBy: string;
|
|
1244
|
+
id: Generated<string>;
|
|
1245
|
+
summary: string;
|
|
1246
|
+
}
|
|
1247
|
+
export interface StatsCounter {
|
|
1248
|
+
id: Generated<string>;
|
|
1249
|
+
value: Generated<number>;
|
|
1250
|
+
}
|
|
1251
|
+
export interface StatsDailyHistory {
|
|
1252
|
+
date: string;
|
|
1253
|
+
id: Generated<string>;
|
|
1254
|
+
key: string;
|
|
1255
|
+
value: Generated<number>;
|
|
1256
|
+
}
|
|
1257
|
+
export interface StorageStatsSnapshot {
|
|
1258
|
+
id: string;
|
|
1259
|
+
capturedAt: Timestamp;
|
|
1260
|
+
counts: Json;
|
|
1261
|
+
totalRows: Generated<number>;
|
|
1262
|
+
}
|
|
1263
|
+
export interface StorageFile {
|
|
1264
|
+
createdAt: Generated<Timestamp>;
|
|
1265
|
+
data: Buffer;
|
|
1266
|
+
federate: Generated<boolean>;
|
|
1267
|
+
groupId: string | null;
|
|
1268
|
+
id: Generated<string>;
|
|
1269
|
+
key: string;
|
|
1270
|
+
mimeType: string;
|
|
1271
|
+
ownerGaii: string;
|
|
1272
|
+
size: number;
|
|
1273
|
+
tags: Generated<string[] | null>;
|
|
1274
|
+
visibility: string;
|
|
1275
|
+
workspaceRef: string | null;
|
|
1276
|
+
}
|
|
1277
|
+
export interface SubdomainSite {
|
|
1278
|
+
createdAt: Generated<Timestamp>;
|
|
1279
|
+
createdBy: string;
|
|
1280
|
+
enabled: Generated<boolean>;
|
|
1281
|
+
id: Generated<string>;
|
|
1282
|
+
kind: string;
|
|
1283
|
+
subdomain: string;
|
|
1284
|
+
target: string;
|
|
1285
|
+
updatedAt: Generated<Timestamp>;
|
|
1286
|
+
}
|
|
1287
|
+
export interface SystemPrompt {
|
|
1288
|
+
active: Generated<boolean>;
|
|
1289
|
+
content: string;
|
|
1290
|
+
description: Generated<string>;
|
|
1291
|
+
group: string;
|
|
1292
|
+
id: Generated<string>;
|
|
1293
|
+
locales: Json | null;
|
|
1294
|
+
name: string;
|
|
1295
|
+
updatedAt: Generated<Timestamp>;
|
|
1296
|
+
updatedBy: string;
|
|
1297
|
+
usedIn: string[] | null;
|
|
1298
|
+
variables: string[] | null;
|
|
1299
|
+
version: Generated<number>;
|
|
1300
|
+
}
|
|
1301
|
+
export interface SystemPromptVersion {
|
|
1302
|
+
changedAt: Generated<Timestamp>;
|
|
1303
|
+
changedBy: string;
|
|
1304
|
+
changeNote: string | null;
|
|
1305
|
+
content: string;
|
|
1306
|
+
id: Generated<string>;
|
|
1307
|
+
locales: Json | null;
|
|
1308
|
+
promptId: string;
|
|
1309
|
+
version: number;
|
|
1310
|
+
}
|
|
1311
|
+
export interface SystemSetting {
|
|
1312
|
+
id: Generated<string>;
|
|
1313
|
+
key: string;
|
|
1314
|
+
value: string;
|
|
1315
|
+
}
|
|
1316
|
+
export interface TelemetryEvent {
|
|
1317
|
+
agentGaii: string;
|
|
1318
|
+
createdAt: Generated<Timestamp>;
|
|
1319
|
+
data: Json;
|
|
1320
|
+
id: Generated<string>;
|
|
1321
|
+
sessionId: string | null;
|
|
1322
|
+
taskId: string | null;
|
|
1323
|
+
type: string;
|
|
1324
|
+
}
|
|
1325
|
+
export interface TemplateDiscussion {
|
|
1326
|
+
authorGhii: string;
|
|
1327
|
+
authorName: string;
|
|
1328
|
+
createdAt: Generated<Timestamp>;
|
|
1329
|
+
id: Generated<string>;
|
|
1330
|
+
listingId: string;
|
|
1331
|
+
message: string;
|
|
1332
|
+
parentId: string | null;
|
|
1333
|
+
}
|
|
1334
|
+
export interface TemplateListing {
|
|
1335
|
+
category: Generated<string>;
|
|
1336
|
+
createdAt: Generated<Timestamp>;
|
|
1337
|
+
description: Generated<string>;
|
|
1338
|
+
featured: Generated<boolean>;
|
|
1339
|
+
id: Generated<string>;
|
|
1340
|
+
installCount: Generated<number>;
|
|
1341
|
+
packageAuthor: string;
|
|
1342
|
+
packageGroupId: string;
|
|
1343
|
+
packageName: string;
|
|
1344
|
+
proposedAt: Timestamp | null;
|
|
1345
|
+
proposedBy: string | null;
|
|
1346
|
+
publishedBy: string;
|
|
1347
|
+
publishedByGhii: string;
|
|
1348
|
+
rating: Generated<number>;
|
|
1349
|
+
rejectionReason: string | null;
|
|
1350
|
+
reviewComment: string | null;
|
|
1351
|
+
reviewCount: Generated<number>;
|
|
1352
|
+
reviewedAt: Timestamp | null;
|
|
1353
|
+
reviewedBy: string | null;
|
|
1354
|
+
screenshots: string[] | null;
|
|
1355
|
+
status: Generated<string>;
|
|
1356
|
+
tags: string[] | null;
|
|
1357
|
+
title: string;
|
|
1358
|
+
updatedAt: Timestamp;
|
|
1359
|
+
}
|
|
1360
|
+
export interface TemplateReview {
|
|
1361
|
+
authorGhii: string;
|
|
1362
|
+
authorName: string;
|
|
1363
|
+
comment: Generated<string>;
|
|
1364
|
+
createdAt: Generated<Timestamp>;
|
|
1365
|
+
id: Generated<string>;
|
|
1366
|
+
listingId: string;
|
|
1367
|
+
rating: number;
|
|
1368
|
+
}
|
|
1369
|
+
export interface Transaction {
|
|
1370
|
+
amount: number;
|
|
1371
|
+
counterpartyGaii: string | null;
|
|
1372
|
+
gaii: string;
|
|
1373
|
+
id: Generated<string>;
|
|
1374
|
+
timestamp: Generated<Timestamp>;
|
|
1375
|
+
trackingCode: string | null;
|
|
1376
|
+
txId: string;
|
|
1377
|
+
type: string;
|
|
1378
|
+
}
|
|
1379
|
+
export interface TrustedIssuer {
|
|
1380
|
+
addedBy: string;
|
|
1381
|
+
createdAt: Generated<Timestamp>;
|
|
1382
|
+
id: Generated<string>;
|
|
1383
|
+
name: string;
|
|
1384
|
+
publicKey: string;
|
|
1385
|
+
trusted: Generated<boolean>;
|
|
1386
|
+
type: string;
|
|
1387
|
+
url: string;
|
|
1388
|
+
}
|
|
1389
|
+
export interface VerificationNonce {
|
|
1390
|
+
createdAt: Generated<Timestamp>;
|
|
1391
|
+
expiresAt: Timestamp;
|
|
1392
|
+
id: Generated<string>;
|
|
1393
|
+
nonce: string;
|
|
1394
|
+
owner: string;
|
|
1395
|
+
redirectUri: Generated<string>;
|
|
1396
|
+
state: string;
|
|
1397
|
+
type: string;
|
|
1398
|
+
}
|
|
1399
|
+
export interface WebhookDeliveryLog {
|
|
1400
|
+
agentGaii: string;
|
|
1401
|
+
attemptCount: number;
|
|
1402
|
+
createdAt: Generated<Timestamp>;
|
|
1403
|
+
errorMessage: string | null;
|
|
1404
|
+
event: string;
|
|
1405
|
+
httpStatus: number | null;
|
|
1406
|
+
id: Generated<string>;
|
|
1407
|
+
latencyMs: number;
|
|
1408
|
+
payload: Json;
|
|
1409
|
+
status: string;
|
|
1410
|
+
}
|
|
1411
|
+
export interface Work {
|
|
1412
|
+
actionId: string;
|
|
1413
|
+
callbackUrl: string | null;
|
|
1414
|
+
costBasePrice: number;
|
|
1415
|
+
costInEscrow: number;
|
|
1416
|
+
costNetworkFee: number;
|
|
1417
|
+
costTotal: number;
|
|
1418
|
+
createdAt: Generated<Timestamp>;
|
|
1419
|
+
id: Generated<string>;
|
|
1420
|
+
input: Json;
|
|
1421
|
+
output: Json | null;
|
|
1422
|
+
providerGaii: string;
|
|
1423
|
+
ratingComment: string | null;
|
|
1424
|
+
ratingScore: number | null;
|
|
1425
|
+
requesterGaii: string;
|
|
1426
|
+
status: string;
|
|
1427
|
+
trackingCode: string;
|
|
1428
|
+
ttlExpiresAt: Timestamp;
|
|
1429
|
+
updatedAt: Timestamp;
|
|
1430
|
+
}
|
|
1431
|
+
export interface DB {
|
|
1432
|
+
Action: Action;
|
|
1433
|
+
Agent: Agent;
|
|
1434
|
+
AgentActivity: AgentActivity;
|
|
1435
|
+
AgentDirective: AgentDirective;
|
|
1436
|
+
AgentMessage: AgentMessage;
|
|
1437
|
+
AgentOnboarding: AgentOnboarding;
|
|
1438
|
+
AgentTask: AgentTask;
|
|
1439
|
+
AgentTaskEvent: AgentTaskEvent;
|
|
1440
|
+
AgentUsageDaily: AgentUsageDaily;
|
|
1441
|
+
AgentUsageEvent: AgentUsageEvent;
|
|
1442
|
+
App: App;
|
|
1443
|
+
AppDownload: AppDownload;
|
|
1444
|
+
AppDraft: AppDraft;
|
|
1445
|
+
Appeal: Appeal;
|
|
1446
|
+
AppFork: AppFork;
|
|
1447
|
+
AppGrant: AppGrant;
|
|
1448
|
+
AppPurchase: AppPurchase;
|
|
1449
|
+
Board: Board;
|
|
1450
|
+
BoardPost: BoardPost;
|
|
1451
|
+
BoardSubscription: BoardSubscription;
|
|
1452
|
+
Capability: Capability;
|
|
1453
|
+
CapabilityLog: CapabilityLog;
|
|
1454
|
+
CapabilityVouch: CapabilityVouch;
|
|
1455
|
+
ChatInstance: ChatInstance;
|
|
1456
|
+
Consent: Consent;
|
|
1457
|
+
ConsentAudit: ConsentAudit;
|
|
1458
|
+
ContactConsent: ContactConsent;
|
|
1459
|
+
CortexExtension: CortexExtension;
|
|
1460
|
+
CortexLibFile: CortexLibFile;
|
|
1461
|
+
Csm: Csm;
|
|
1462
|
+
DeviceAuth: DeviceAuth;
|
|
1463
|
+
DirectMessage: DirectMessage;
|
|
1464
|
+
Dispute: Dispute;
|
|
1465
|
+
DisputeAudit: DisputeAudit;
|
|
1466
|
+
EcoAuth: EcoAuth;
|
|
1467
|
+
EcoAutomationRecipe: EcoAutomationRecipe;
|
|
1468
|
+
EcosystemApp: EcosystemApp;
|
|
1469
|
+
EmailVerification: EmailVerification;
|
|
1470
|
+
EscrowHold: EscrowHold;
|
|
1471
|
+
ExecutionLog: ExecutionLog;
|
|
1472
|
+
Extension: Extension;
|
|
1473
|
+
ExtensionInstance: ExtensionInstance;
|
|
1474
|
+
FederationPeer: FederationPeer;
|
|
1475
|
+
Feedback: Feedback;
|
|
1476
|
+
Flag: Flag;
|
|
1477
|
+
GenesisPeer: GenesisPeer;
|
|
1478
|
+
Ghii: Ghii;
|
|
1479
|
+
Invitation: Invitation;
|
|
1480
|
+
JoinRequest: JoinRequest;
|
|
1481
|
+
KnowledgeLink: KnowledgeLink;
|
|
1482
|
+
KnowledgeReview: KnowledgeReview;
|
|
1483
|
+
Listing: Listing;
|
|
1484
|
+
MailboxItem: MailboxItem;
|
|
1485
|
+
Match: Match;
|
|
1486
|
+
Memory: Memory;
|
|
1487
|
+
MemoryVersion: MemoryVersion;
|
|
1488
|
+
MessageDeliveryLog: MessageDeliveryLog;
|
|
1489
|
+
MicroMemory: MicroMemory;
|
|
1490
|
+
Msm: Msm;
|
|
1491
|
+
NodeKey: NodeKey;
|
|
1492
|
+
NotificationPreference: NotificationPreference;
|
|
1493
|
+
NotificationTemplate: NotificationTemplate;
|
|
1494
|
+
OAuthApproval: OAuthApproval;
|
|
1495
|
+
OAuthClient: OAuthClient;
|
|
1496
|
+
OAuthRefreshToken: OAuthRefreshToken;
|
|
1497
|
+
Organism: Organism;
|
|
1498
|
+
OrganismMembership: OrganismMembership;
|
|
1499
|
+
OrganismReputation: OrganismReputation;
|
|
1500
|
+
Otk: Otk;
|
|
1501
|
+
Owner: Owner;
|
|
1502
|
+
OwnerAgentDefault: OwnerAgentDefault;
|
|
1503
|
+
Package: Package;
|
|
1504
|
+
PackageInstance: PackageInstance;
|
|
1505
|
+
PeeringRequest: PeeringRequest;
|
|
1506
|
+
PendingApproval: PendingApproval;
|
|
1507
|
+
PersonalAccessToken: PersonalAccessToken;
|
|
1508
|
+
PersonalNode: PersonalNode;
|
|
1509
|
+
PersonalPushSubscription: PersonalPushSubscription;
|
|
1510
|
+
Purchase: Purchase;
|
|
1511
|
+
PushSubscription: PushSubscription;
|
|
1512
|
+
RealtimeRoom: RealtimeRoom;
|
|
1513
|
+
ReplicationQueue: ReplicationQueue;
|
|
1514
|
+
RevokedToken: RevokedToken;
|
|
1515
|
+
ScheduledJob: ScheduledJob;
|
|
1516
|
+
SchemaLock: SchemaLock;
|
|
1517
|
+
Session: Session;
|
|
1518
|
+
SharingGroup: SharingGroup;
|
|
1519
|
+
SiteChangeLog: SiteChangeLog;
|
|
1520
|
+
StatsCounter: StatsCounter;
|
|
1521
|
+
StatsDailyHistory: StatsDailyHistory;
|
|
1522
|
+
StorageFile: StorageFile;
|
|
1523
|
+
StorageStatsSnapshot: StorageStatsSnapshot;
|
|
1524
|
+
SubdomainSite: SubdomainSite;
|
|
1525
|
+
SystemPrompt: SystemPrompt;
|
|
1526
|
+
SystemPromptVersion: SystemPromptVersion;
|
|
1527
|
+
SystemSetting: SystemSetting;
|
|
1528
|
+
TelemetryEvent: TelemetryEvent;
|
|
1529
|
+
TemplateDiscussion: TemplateDiscussion;
|
|
1530
|
+
TemplateListing: TemplateListing;
|
|
1531
|
+
TemplateReview: TemplateReview;
|
|
1532
|
+
Transaction: Transaction;
|
|
1533
|
+
TrustedIssuer: TrustedIssuer;
|
|
1534
|
+
VerificationNonce: VerificationNonce;
|
|
1535
|
+
WebhookDeliveryLog: WebhookDeliveryLog;
|
|
1536
|
+
Work: Work;
|
|
1537
|
+
}
|
|
1538
|
+
//# sourceMappingURL=db-types.d.ts.map
|