denchclaw 3.0.4 → 3.0.6
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/apps/web/.next/standalone/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/standalone/apps/web/.next/app-build-manifest.json +369 -341
- package/apps/web/.next/standalone/apps/web/.next/app-path-routes-manifest.json +52 -48
- package/apps/web/.next/standalone/apps/web/.next/build-manifest.json +5 -5
- package/apps/web/.next/standalone/apps/web/.next/cache/config.json +3 -3
- package/apps/web/.next/standalone/apps/web/.next/prerender-manifest.json +3 -3
- package/apps/web/.next/standalone/apps/web/.next/react-loadable-manifest.json +5 -15
- package/apps/web/.next/standalone/apps/web/.next/required-server-files.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/routes-manifest.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/cron/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/proxy/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/serve/[...path]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/store/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/webhooks/[...path]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/active/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/route.js +8 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/runs/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/runs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stop/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stop/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stream/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/subagents/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/subagents/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/callback/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/callback/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/connect/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/connect/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/connections/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/connections/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/disconnect/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/status/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/composio/toolkits/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/calendar/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/calendar/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/companies/[id]/route.js +7 -8
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/companies/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/enrich/[type]/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/inbox/[threadId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/inbox/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/people/[id]/activity/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/people/[id]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/people/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/people/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/photos/proxy/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/crm/photos/sync/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/heartbeat/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/jobs/[jobId]/runs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/jobs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/runs/[sessionId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/runs/search-transcript/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/feedback/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/feedback/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/gateway/channels/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/gateway/chat/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/gateway/chat/stream/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/gateway/sessions/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/gateway/sessions/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/integrations/[id]/toggle/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/integrations/repair/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/integrations/repair/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/integrations/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/memories/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/connections/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/connections/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/dench-cloud/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/dench-cloud/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/identity/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/identity/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/state/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/state/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/sync/progress/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/sync/start/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/onboarding/sync/start/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/profiles/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/profiles/switch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sessions/[sessionId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/cloud/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/cloud/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/callback/route.js +58 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/callback/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/callback/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/start/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/start/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/start/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/token/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/token/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/connect/token/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/probe/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/probe/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/probe/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/settings/mcp/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/skills/[slug]/content/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/skills/[slug]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/skills/browse/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sync/poll-tick/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sync/poll-tick/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sync/refresh/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sync/status/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/terminal/port/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/voice/speech/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/voice/transcribe/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/voice/voices/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/messages/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/messages/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/assets/[...path]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/browse/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/browse-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/context/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/copy/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/db/introspect/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/db/query/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/delete/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/delete/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/enrichment-status/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/execute/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/init/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/init/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/link-preview/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/list/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/mkdir/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/move/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/actions/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/actions/runs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/display-field/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/enrich/route.js +7 -7
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/enrich/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/[id]/content/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/[id]/route.js +17 -10
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/[id]/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/bulk-delete/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/options/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/reorder/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/icon/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/route.js +17 -10
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/views/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/open-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/path-info/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/query/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/raw-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/rename/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/reports/execute/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/reports/execute/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/search-index/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/suggest-files/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/switch/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/switch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/thumbnail/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/tree/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/tree/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/upload/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/upload/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/virtual-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/watch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/write-binary/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/onboarding/page.js +3 -3
- package/apps/web/.next/standalone/apps/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/page.js +18 -14
- package/apps/web/.next/standalone/apps/web/.next/server/app/page.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app-paths-manifest.json +52 -48
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/43775.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/44877.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/6787.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/77515.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/94856.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/functions-config-manifest.json +31 -27
- package/apps/web/.next/standalone/apps/web/.next/server/middleware-build-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/Bt_OkvizcbEBAFmp82HK0/_buildManifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/{42368-59a72e4625dde661.js → 42368-5b62eb1fbad248e6.js} +4 -4
- package/apps/web/.next/{static/chunks/63228.a9cd6a7ef5349953.js → standalone/apps/web/.next/static/chunks/63228.ecfdd111ba7f1528.js} +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/cron/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/proxy/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/store/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/webhooks/[...path]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/active/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/runs/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stop/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stream/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/subagents/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/callback/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/connect/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/connections/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/disconnect/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/status/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/toolkits/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/calendar/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/calendar/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/companies/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/enrich/[type]/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/inbox/[threadId]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/inbox/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/people/[id]/activity/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/people/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/people/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/photos/proxy/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/photos/sync/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/heartbeat/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/feedback/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/channels/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/chat/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/chat/stream/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/sessions/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/sessions/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/integrations/[id]/toggle/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/integrations/repair/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/integrations/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/memories/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/connections/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/dench-cloud/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/identity/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/state/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/sync/progress/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/sync/start/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/switch/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/settings/cloud/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/settings/mcp/connect/callback/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/settings/mcp/connect/start/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/settings/mcp/connect/token/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/settings/mcp/probe/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/settings/mcp/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/[slug]/content/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/[slug]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/browse/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/install/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sync/poll-tick/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sync/refresh/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sync/status/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/terminal/port/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/voice/speech/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/voice/transcribe/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/voice/voices/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/context/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/copy/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/query/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/delete/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/enrichment-status/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/execute/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/init/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/link-preview/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/list/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/move/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/actions/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/actions/runs/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/enrich/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/content/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/icon/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/open-file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/path-info/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/query/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/rename/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/search-index/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/switch/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/tree/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/upload/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/watch/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/{layout-92139eb54e98c74a.js → layout-3e4e00e9ca429710.js} +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/onboarding/page-39ffff251e8b2d87.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/page-3f9ce19396952dc1.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/webpack-e5fcf8af7026ed16.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/css/a6925fe52baded8b.css +1 -0
- package/apps/web/.next/standalone/apps/web/server.js +1 -1
- package/apps/web/.next/standalone/extensions/apollo-enrichment/index.test.ts +164 -28
- package/apps/web/.next/standalone/extensions/apollo-enrichment/index.ts +26 -15
- package/apps/web/.next/standalone/extensions/posthog-analytics/lib/build-env.js +1 -1
- package/apps/web/.next/standalone/extensions/shared/dench-auth.ts +0 -22
- package/apps/web/.next/standalone/package.json +1 -1
- package/apps/web/.next/static/Bt_OkvizcbEBAFmp82HK0/_buildManifest.js +1 -0
- package/apps/web/.next/static/chunks/{42368-59a72e4625dde661.js → 42368-5b62eb1fbad248e6.js} +4 -4
- package/apps/web/.next/{standalone/apps/web/.next/static/chunks/63228.a9cd6a7ef5349953.js → static/chunks/63228.ecfdd111ba7f1528.js} +1 -1
- package/apps/web/.next/static/chunks/app/api/apps/cron/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/proxy/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/store/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/webhooks/[...path]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/active/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/runs/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/stop/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/stream/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/subagents/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/composio/callback/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/composio/connect/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/composio/connections/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/composio/disconnect/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/composio/status/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/composio/toolkits/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/calendar/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/calendar/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/companies/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/enrich/[type]/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/inbox/[threadId]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/inbox/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/people/[id]/activity/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/people/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/people/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/photos/proxy/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/crm/photos/sync/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/heartbeat/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/jobs/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/feedback/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/gateway/channels/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/gateway/chat/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/gateway/chat/stream/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/gateway/sessions/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/gateway/sessions/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/integrations/[id]/toggle/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/integrations/repair/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/integrations/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/memories/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/onboarding/connections/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/onboarding/dench-cloud/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/onboarding/identity/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/onboarding/state/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/onboarding/sync/progress/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/onboarding/sync/start/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/profiles/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/profiles/switch/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sessions/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/settings/cloud/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/settings/mcp/connect/callback/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/settings/mcp/connect/start/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/settings/mcp/connect/token/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/settings/mcp/probe/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/settings/mcp/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/skills/[slug]/content/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/skills/[slug]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/skills/browse/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/skills/install/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/skills/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sync/poll-tick/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sync/refresh/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sync/status/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/terminal/port/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/voice/speech/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/voice/transcribe/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/voice/voices/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/browse/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/context/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/copy/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/db/query/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/delete/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/enrichment-status/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/execute/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/init/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/link-preview/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/list/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/move/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/actions/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/actions/runs/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/enrich/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/content/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/icon/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/open-file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/path-info/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/query/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/rename/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/search-index/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/switch/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/tree/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/upload/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/watch/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-fd41cffcd55fafe8.js +1 -0
- package/apps/web/.next/static/chunks/app/{layout-92139eb54e98c74a.js → layout-3e4e00e9ca429710.js} +1 -1
- package/apps/web/.next/static/chunks/app/onboarding/page-39ffff251e8b2d87.js +1 -0
- package/apps/web/.next/static/chunks/app/page-3f9ce19396952dc1.js +1 -0
- package/apps/web/.next/static/chunks/webpack-e5fcf8af7026ed16.js +1 -0
- package/apps/web/.next/static/css/a6925fe52baded8b.css +1 -0
- package/assets/seed/workspace.duckdb +0 -0
- package/extensions/apollo-enrichment/index.test.ts +164 -28
- package/extensions/apollo-enrichment/index.ts +26 -15
- package/extensions/posthog-analytics/lib/build-env.js +1 -1
- package/extensions/shared/dench-auth.ts +0 -22
- package/package.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/12886.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/68996.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/92188.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/13142.2dfb7b53e8c43274.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/33055.8e0f9e571592d84c.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/88840.b13e8df1f1fa0618.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/cron/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/proxy/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/store/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/webhooks/[...path]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/active/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/runs/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stop/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stream/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/subagents/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/callback/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/connect/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/connections/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/disconnect/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/status/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/composio/toolkits/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/calendar/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/calendar/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/companies/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/enrich/[type]/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/inbox/[threadId]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/inbox/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/people/[id]/activity/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/people/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/people/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/photos/proxy/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/crm/photos/sync/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/heartbeat/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/feedback/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/channels/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/chat/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/chat/stream/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/sessions/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/gateway/sessions/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/integrations/[id]/toggle/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/integrations/repair/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/integrations/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/memories/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/connections/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/dench-cloud/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/identity/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/state/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/sync/progress/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/onboarding/sync/start/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/switch/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/settings/cloud/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/settings/mcp/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/[slug]/content/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/[slug]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/browse/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/install/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sync/poll-tick/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sync/refresh/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sync/status/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/terminal/port/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/voice/speech/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/voice/transcribe/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/voice/voices/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/context/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/copy/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/query/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/delete/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/enrichment-status/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/execute/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/init/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/link-preview/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/list/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/move/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/actions/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/actions/runs/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/enrich/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/content/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/icon/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/open-file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/path-info/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/query/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/rename/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/search-index/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/switch/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/tree/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/upload/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/watch/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/onboarding/page-dbd74d39e3496aab.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/page-1d018e19ba580fa6.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/webpack-abb8ed465f239bbd.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/css/41c3a71d0d8bff15.css +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/m5CChbsFAt5NhW-gNA5cY/_buildManifest.js +0 -1
- package/apps/web/.next/static/chunks/13142.2dfb7b53e8c43274.js +0 -1
- package/apps/web/.next/static/chunks/33055.8e0f9e571592d84c.js +0 -1
- package/apps/web/.next/static/chunks/88840.b13e8df1f1fa0618.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/cron/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/proxy/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/store/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/webhooks/[...path]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/active/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/runs/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/stop/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/stream/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/subagents/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/composio/callback/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/composio/connect/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/composio/connections/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/composio/disconnect/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/composio/status/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/composio/toolkits/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/calendar/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/calendar/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/companies/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/enrich/[type]/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/inbox/[threadId]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/inbox/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/people/[id]/activity/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/people/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/people/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/photos/proxy/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/crm/photos/sync/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/heartbeat/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/jobs/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/feedback/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/gateway/channels/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/gateway/chat/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/gateway/chat/stream/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/gateway/sessions/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/gateway/sessions/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/integrations/[id]/toggle/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/integrations/repair/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/integrations/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/memories/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/onboarding/connections/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/onboarding/dench-cloud/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/onboarding/identity/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/onboarding/state/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/onboarding/sync/progress/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/onboarding/sync/start/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/profiles/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/profiles/switch/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sessions/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/settings/cloud/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/settings/mcp/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/skills/[slug]/content/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/skills/[slug]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/skills/browse/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/skills/install/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/skills/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sync/poll-tick/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sync/refresh/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sync/status/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/terminal/port/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/voice/speech/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/voice/transcribe/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/voice/voices/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/browse/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/context/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/copy/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/db/query/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/delete/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/enrichment-status/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/execute/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/init/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/link-preview/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/list/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/move/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/actions/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/actions/runs/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/enrich/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/content/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/icon/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/open-file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/path-info/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/query/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/rename/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/search-index/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/switch/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/tree/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/upload/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/watch/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-53625c4bf3eac7c7.js +0 -1
- package/apps/web/.next/static/chunks/app/onboarding/page-dbd74d39e3496aab.js +0 -1
- package/apps/web/.next/static/chunks/app/page-1d018e19ba580fa6.js +0 -1
- package/apps/web/.next/static/chunks/webpack-abb8ed465f239bbd.js +0 -1
- package/apps/web/.next/static/css/41c3a71d0d8bff15.css +0 -1
- package/apps/web/.next/static/m5CChbsFAt5NhW-gNA5cY/_buildManifest.js +0 -1
- /package/apps/web/.next/standalone/apps/web/.next/static/{m5CChbsFAt5NhW-gNA5cY → Bt_OkvizcbEBAFmp82HK0}/_ssgManifest.js +0 -0
- /package/apps/web/.next/static/{m5CChbsFAt5NhW-gNA5cY → Bt_OkvizcbEBAFmp82HK0}/_ssgManifest.js +0 -0
|
@@ -3,28 +3,28 @@
|
|
|
3
3
|
"functions": {
|
|
4
4
|
"/api/apps/cron": {},
|
|
5
5
|
"/api/apps/proxy": {},
|
|
6
|
+
"/api/apps/store": {},
|
|
7
|
+
"/api/apps/serve/[...path]": {},
|
|
6
8
|
"/api/apps": {},
|
|
7
9
|
"/api/apps/webhooks/[...path]": {},
|
|
8
|
-
"/api/apps/serve/[...path]": {},
|
|
9
|
-
"/api/apps/store": {},
|
|
10
10
|
"/api/chat/active": {},
|
|
11
|
+
"/api/chat": {},
|
|
11
12
|
"/api/chat/runs": {},
|
|
12
|
-
"/api/chat/stop": {},
|
|
13
13
|
"/api/chat/stream": {},
|
|
14
14
|
"/api/chat/subagents": {},
|
|
15
|
-
"/api/
|
|
16
|
-
"/api/chat": {},
|
|
15
|
+
"/api/chat/stop": {},
|
|
17
16
|
"/api/composio/callback": {},
|
|
18
17
|
"/api/composio/connections": {},
|
|
18
|
+
"/api/composio/connect": {},
|
|
19
19
|
"/api/composio/disconnect": {},
|
|
20
20
|
"/api/composio/toolkits": {},
|
|
21
21
|
"/api/composio/status": {},
|
|
22
22
|
"/api/crm/calendar/[id]": {},
|
|
23
|
-
"/api/crm/calendar": {},
|
|
24
23
|
"/api/crm/companies/[id]": {},
|
|
24
|
+
"/api/crm/calendar": {},
|
|
25
25
|
"/api/crm/enrich/[type]/[id]": {},
|
|
26
|
-
"/api/crm/inbox": {},
|
|
27
26
|
"/api/crm/inbox/[threadId]": {},
|
|
27
|
+
"/api/crm/inbox": {},
|
|
28
28
|
"/api/crm/people/[id]/activity": {},
|
|
29
29
|
"/api/crm/people": {},
|
|
30
30
|
"/api/crm/photos/proxy": {},
|
|
@@ -37,68 +37,72 @@
|
|
|
37
37
|
"/api/integrations/[id]/toggle": {},
|
|
38
38
|
"/api/integrations/repair": {},
|
|
39
39
|
"/api/integrations": {},
|
|
40
|
-
"/api/onboarding/connections": {},
|
|
41
40
|
"/api/onboarding/dench-cloud": {},
|
|
41
|
+
"/api/onboarding/connections": {},
|
|
42
42
|
"/api/onboarding/identity": {},
|
|
43
43
|
"/api/onboarding/state": {},
|
|
44
|
-
"/api/onboarding/sync/progress": {},
|
|
45
44
|
"/api/onboarding/sync/start": {},
|
|
46
|
-
"/api/
|
|
45
|
+
"/api/onboarding/sync/progress": {},
|
|
47
46
|
"/api/profiles": {},
|
|
47
|
+
"/api/profiles/switch": {},
|
|
48
48
|
"/api/settings/cloud": {},
|
|
49
|
+
"/api/settings/mcp/connect/start": {},
|
|
50
|
+
"/api/settings/mcp/connect/token": {},
|
|
51
|
+
"/api/settings/mcp/connect/callback": {},
|
|
49
52
|
"/api/settings/mcp": {},
|
|
50
|
-
"/api/
|
|
51
|
-
"/api/sync/poll-tick": {},
|
|
53
|
+
"/api/settings/mcp/probe": {},
|
|
52
54
|
"/api/sync/status": {},
|
|
53
|
-
"/api/
|
|
55
|
+
"/api/sync/poll-tick": {},
|
|
56
|
+
"/api/sync/refresh": {},
|
|
54
57
|
"/api/voice/speech": {},
|
|
58
|
+
"/api/voice/transcribe": {},
|
|
55
59
|
"/api/voice/voices": {},
|
|
56
60
|
"/api/workspace/assets/[...path]": {},
|
|
61
|
+
"/api/workspace/context": {},
|
|
57
62
|
"/api/workspace/browse-file": {},
|
|
58
63
|
"/api/workspace/browse": {},
|
|
59
|
-
"/api/workspace/context": {},
|
|
60
64
|
"/api/workspace/copy": {},
|
|
61
|
-
"/api/workspace/db/introspect": {},
|
|
62
65
|
"/api/workspace/db/query": {},
|
|
63
|
-
"/api/workspace/delete": {},
|
|
64
|
-
"/api/workspace/execute": {},
|
|
65
66
|
"/api/workspace/enrichment-status": {},
|
|
67
|
+
"/api/workspace/db/introspect": {},
|
|
68
|
+
"/api/workspace/execute": {},
|
|
66
69
|
"/api/workspace/file": {},
|
|
67
70
|
"/api/workspace/init": {},
|
|
68
71
|
"/api/workspace/link-preview": {},
|
|
69
72
|
"/api/workspace/list": {},
|
|
70
73
|
"/api/workspace/mkdir": {},
|
|
74
|
+
"/api/workspace/delete": {},
|
|
71
75
|
"/api/workspace/move": {},
|
|
72
76
|
"/api/workspace/objects/[name]/actions": {},
|
|
73
|
-
"/api/workspace/objects/[name]/display-field": {},
|
|
74
77
|
"/api/workspace/objects/[name]/actions/runs": {},
|
|
78
|
+
"/api/workspace/objects/[name]/display-field": {},
|
|
75
79
|
"/api/workspace/objects/[name]/enrich": {},
|
|
80
|
+
"/api/workspace/objects/[name]/entries/[id]/content": {},
|
|
76
81
|
"/api/workspace/objects/[name]/entries/[id]": {},
|
|
82
|
+
"/api/workspace/objects/[name]/entries/options": {},
|
|
77
83
|
"/api/workspace/objects/[name]/entries/bulk-delete": {},
|
|
78
84
|
"/api/workspace/objects/[name]/entries": {},
|
|
79
|
-
"/api/workspace/objects/[name]/entries/[id]/content": {},
|
|
80
|
-
"/api/workspace/objects/[name]/entries/options": {},
|
|
81
|
-
"/api/workspace/objects/[name]/fields/[fieldId]/enum-rename": {},
|
|
82
85
|
"/api/workspace/objects/[name]/fields/[fieldId]": {},
|
|
83
|
-
"/api/workspace/objects/[name]/
|
|
86
|
+
"/api/workspace/objects/[name]/fields/[fieldId]/enum-rename": {},
|
|
84
87
|
"/api/workspace/objects/[name]/fields": {},
|
|
88
|
+
"/api/workspace/objects/[name]/icon": {},
|
|
85
89
|
"/api/workspace/objects/[name]/fields/reorder": {},
|
|
86
90
|
"/api/workspace/objects/[name]": {},
|
|
87
91
|
"/api/workspace/objects": {},
|
|
88
92
|
"/api/workspace/open-file": {},
|
|
89
|
-
"/api/workspace/query": {},
|
|
90
93
|
"/api/workspace/path-info": {},
|
|
91
|
-
"/api/workspace/
|
|
94
|
+
"/api/workspace/query": {},
|
|
92
95
|
"/api/workspace/raw-file": {},
|
|
96
|
+
"/api/workspace/rename": {},
|
|
93
97
|
"/api/workspace/reports/execute": {},
|
|
94
98
|
"/api/workspace/search-index": {},
|
|
95
|
-
"/api/workspace/switch": {},
|
|
96
99
|
"/api/workspace/suggest-files": {},
|
|
97
|
-
"/api/workspace/
|
|
100
|
+
"/api/workspace/switch": {},
|
|
98
101
|
"/api/workspace/thumbnail": {},
|
|
102
|
+
"/api/workspace/tree": {},
|
|
99
103
|
"/api/workspace/upload": {},
|
|
100
|
-
"/api/workspace/virtual-file": {},
|
|
101
104
|
"/api/workspace/watch": {},
|
|
105
|
+
"/api/workspace/virtual-file": {},
|
|
102
106
|
"/api/workspace/write-binary": {},
|
|
103
107
|
"/onboarding": {},
|
|
104
108
|
"/": {}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-
|
|
1
|
+
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-e5fcf8af7026ed16.js","static/chunks/b59f762a-b7fdf9f1762b36a0.js","static/chunks/98522-6dbcd625e3a468c1.js","static/chunks/main-app-e2066e8cc4690474.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-e5fcf8af7026ed16.js","static/chunks/framework-9d0d53efd3cc972c.js","static/chunks/main-7894eecdab5fd6dc.js","static/chunks/pages/_app-ba074a093fdb237d.js"],"/_error":["static/chunks/webpack-e5fcf8af7026ed16.js","static/chunks/framework-9d0d53efd3cc972c.js","static/chunks/main-7894eecdab5fd6dc.js","static/chunks/pages/_error-e6ae0605605305af.js"]},ampFirstPages:[]},globalThis.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
|