@growthub/cli 0.3.13 → 0.3.14
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/dist/index.js +182 -182
- package/dist/index.js.map +1 -1
- package/dist/runtime/server/dist/adapters/codex-models.d.ts +4 -0
- package/dist/runtime/server/dist/adapters/codex-models.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/codex-models.js +98 -0
- package/dist/runtime/server/dist/adapters/codex-models.js.map +1 -0
- package/dist/runtime/server/dist/adapters/cursor-models.d.ts +13 -0
- package/dist/runtime/server/dist/adapters/cursor-models.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/cursor-models.js +148 -0
- package/dist/runtime/server/dist/adapters/cursor-models.js.map +1 -0
- package/dist/runtime/server/dist/adapters/http/execute.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/http/execute.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/http/execute.js +39 -0
- package/dist/runtime/server/dist/adapters/http/execute.js.map +1 -0
- package/dist/runtime/server/dist/adapters/http/index.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/http/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/http/index.js +20 -0
- package/dist/runtime/server/dist/adapters/http/index.js.map +1 -0
- package/dist/runtime/server/dist/adapters/http/test.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/http/test.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/http/test.js +106 -0
- package/dist/runtime/server/dist/adapters/http/test.js.map +1 -0
- package/dist/runtime/server/dist/adapters/index.d.ts +4 -0
- package/dist/runtime/server/dist/adapters/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/index.js +3 -0
- package/dist/runtime/server/dist/adapters/index.js.map +1 -0
- package/dist/runtime/server/dist/adapters/process/execute.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/process/execute.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/process/execute.js +63 -0
- package/dist/runtime/server/dist/adapters/process/execute.js.map +1 -0
- package/dist/runtime/server/dist/adapters/process/index.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/process/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/process/index.js +23 -0
- package/dist/runtime/server/dist/adapters/process/index.js.map +1 -0
- package/dist/runtime/server/dist/adapters/process/test.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/process/test.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/process/test.js +77 -0
- package/dist/runtime/server/dist/adapters/process/test.js.map +1 -0
- package/dist/runtime/server/dist/adapters/registry.d.ts +9 -0
- package/dist/runtime/server/dist/adapters/registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/registry.js +142 -0
- package/dist/runtime/server/dist/adapters/registry.js.map +1 -0
- package/dist/runtime/server/dist/adapters/types.d.ts +2 -0
- package/dist/runtime/server/dist/adapters/types.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/types.js +2 -0
- package/dist/runtime/server/dist/adapters/types.js.map +1 -0
- package/dist/runtime/server/dist/adapters/utils.d.ts +10 -0
- package/dist/runtime/server/dist/adapters/utils.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/utils.js +14 -0
- package/dist/runtime/server/dist/adapters/utils.js.map +1 -0
- package/dist/runtime/server/dist/agent-auth-jwt.d.ts +14 -0
- package/dist/runtime/server/dist/agent-auth-jwt.d.ts.map +1 -0
- package/dist/runtime/server/dist/agent-auth-jwt.js +117 -0
- package/dist/runtime/server/dist/agent-auth-jwt.js.map +1 -0
- package/dist/runtime/server/dist/app.d.ts +26 -0
- package/dist/runtime/server/dist/app.d.ts.map +1 -0
- package/dist/runtime/server/dist/app.js +370 -0
- package/dist/runtime/server/dist/app.js.map +1 -0
- package/dist/runtime/server/dist/attachment-types.d.ts +33 -0
- package/dist/runtime/server/dist/attachment-types.d.ts.map +1 -0
- package/dist/runtime/server/dist/attachment-types.js +67 -0
- package/dist/runtime/server/dist/attachment-types.js.map +1 -0
- package/dist/runtime/server/dist/auth/better-auth.d.ts +24 -0
- package/dist/runtime/server/dist/auth/better-auth.d.ts.map +1 -0
- package/dist/runtime/server/dist/auth/better-auth.js +108 -0
- package/dist/runtime/server/dist/auth/better-auth.js.map +1 -0
- package/dist/runtime/server/dist/board-claim.d.ts +23 -0
- package/dist/runtime/server/dist/board-claim.d.ts.map +1 -0
- package/dist/runtime/server/dist/board-claim.js +115 -0
- package/dist/runtime/server/dist/board-claim.js.map +1 -0
- package/dist/runtime/server/dist/config-file.d.ts +4 -0
- package/dist/runtime/server/dist/config-file.d.ts.map +1 -0
- package/dist/runtime/server/dist/config-file.js +25 -0
- package/dist/runtime/server/dist/config-file.js.map +1 -0
- package/dist/runtime/server/dist/config.d.ts +39 -0
- package/dist/runtime/server/dist/config.d.ts.map +1 -0
- package/dist/runtime/server/dist/config.js +164 -0
- package/dist/runtime/server/dist/config.js.map +1 -0
- package/dist/runtime/server/dist/errors.d.ts +12 -0
- package/dist/runtime/server/dist/errors.d.ts.map +1 -0
- package/dist/runtime/server/dist/errors.js +28 -0
- package/dist/runtime/server/dist/errors.js.map +1 -0
- package/dist/runtime/server/dist/home-paths.d.ts +17 -0
- package/dist/runtime/server/dist/home-paths.d.ts.map +1 -0
- package/dist/runtime/server/dist/home-paths.js +75 -0
- package/dist/runtime/server/dist/home-paths.js.map +1 -0
- package/dist/runtime/server/dist/index.d.ts +10 -0
- package/dist/runtime/server/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/index.js +567 -0
- package/dist/runtime/server/dist/index.js.map +1 -0
- package/dist/runtime/server/dist/log-redaction.d.ts +10 -0
- package/dist/runtime/server/dist/log-redaction.d.ts.map +1 -0
- package/dist/runtime/server/dist/log-redaction.js +110 -0
- package/dist/runtime/server/dist/log-redaction.js.map +1 -0
- package/dist/runtime/server/dist/middleware/auth.d.ts +12 -0
- package/dist/runtime/server/dist/middleware/auth.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/auth.js +124 -0
- package/dist/runtime/server/dist/middleware/auth.js.map +1 -0
- package/dist/runtime/server/dist/middleware/board-mutation-guard.d.ts +3 -0
- package/dist/runtime/server/dist/middleware/board-mutation-guard.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/board-mutation-guard.js +60 -0
- package/dist/runtime/server/dist/middleware/board-mutation-guard.js.map +1 -0
- package/dist/runtime/server/dist/middleware/error-handler.d.ts +17 -0
- package/dist/runtime/server/dist/middleware/error-handler.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/error-handler.js +37 -0
- package/dist/runtime/server/dist/middleware/error-handler.js.map +1 -0
- package/dist/runtime/server/dist/middleware/index.d.ts +4 -0
- package/dist/runtime/server/dist/middleware/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/index.js +4 -0
- package/dist/runtime/server/dist/middleware/index.js.map +1 -0
- package/dist/runtime/server/dist/middleware/logger.d.ts +4 -0
- package/dist/runtime/server/dist/middleware/logger.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/logger.js +87 -0
- package/dist/runtime/server/dist/middleware/logger.js.map +1 -0
- package/dist/runtime/server/dist/middleware/private-hostname-guard.d.ts +11 -0
- package/dist/runtime/server/dist/middleware/private-hostname-guard.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/private-hostname-guard.js +78 -0
- package/dist/runtime/server/dist/middleware/private-hostname-guard.js.map +1 -0
- package/dist/runtime/server/dist/middleware/validate.d.ts +4 -0
- package/dist/runtime/server/dist/middleware/validate.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/validate.js +7 -0
- package/dist/runtime/server/dist/middleware/validate.js.map +1 -0
- package/dist/runtime/server/dist/paths.d.ts +3 -0
- package/dist/runtime/server/dist/paths.d.ts.map +1 -0
- package/dist/runtime/server/dist/paths.js +31 -0
- package/dist/runtime/server/dist/paths.js.map +1 -0
- package/dist/runtime/server/dist/realtime/live-events-ws.d.ts +28 -0
- package/dist/runtime/server/dist/realtime/live-events-ws.d.ts.map +1 -0
- package/dist/runtime/server/dist/realtime/live-events-ws.js +187 -0
- package/dist/runtime/server/dist/realtime/live-events-ws.js.map +1 -0
- package/dist/runtime/server/dist/redaction.d.ts +4 -0
- package/dist/runtime/server/dist/redaction.d.ts.map +1 -0
- package/dist/runtime/server/dist/redaction.js +63 -0
- package/dist/runtime/server/dist/redaction.js.map +1 -0
- package/dist/runtime/server/dist/routes/access.d.ts +56 -0
- package/dist/runtime/server/dist/routes/access.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/access.js +2125 -0
- package/dist/runtime/server/dist/routes/access.js.map +1 -0
- package/dist/runtime/server/dist/routes/activity.d.ts +3 -0
- package/dist/runtime/server/dist/routes/activity.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/activity.js +78 -0
- package/dist/runtime/server/dist/routes/activity.js.map +1 -0
- package/dist/runtime/server/dist/routes/agents.d.ts +3 -0
- package/dist/runtime/server/dist/routes/agents.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/agents.js +1485 -0
- package/dist/runtime/server/dist/routes/agents.js.map +1 -0
- package/dist/runtime/server/dist/routes/approvals.d.ts +3 -0
- package/dist/runtime/server/dist/routes/approvals.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/approvals.js +275 -0
- package/dist/runtime/server/dist/routes/approvals.js.map +1 -0
- package/dist/runtime/server/dist/routes/assets.d.ts +4 -0
- package/dist/runtime/server/dist/routes/assets.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/assets.js +309 -0
- package/dist/runtime/server/dist/routes/assets.js.map +1 -0
- package/dist/runtime/server/dist/routes/authz.d.ts +15 -0
- package/dist/runtime/server/dist/routes/authz.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/authz.js +40 -0
- package/dist/runtime/server/dist/routes/authz.js.map +1 -0
- package/dist/runtime/server/dist/routes/companies.d.ts +3 -0
- package/dist/runtime/server/dist/routes/companies.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/companies.js +196 -0
- package/dist/runtime/server/dist/routes/companies.js.map +1 -0
- package/dist/runtime/server/dist/routes/costs.d.ts +3 -0
- package/dist/runtime/server/dist/routes/costs.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/costs.js +268 -0
- package/dist/runtime/server/dist/routes/costs.js.map +1 -0
- package/dist/runtime/server/dist/routes/dashboard.d.ts +3 -0
- package/dist/runtime/server/dist/routes/dashboard.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/dashboard.js +15 -0
- package/dist/runtime/server/dist/routes/dashboard.js.map +1 -0
- package/dist/runtime/server/dist/routes/execution-workspaces.d.ts +3 -0
- package/dist/runtime/server/dist/routes/execution-workspaces.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/execution-workspaces.js +165 -0
- package/dist/runtime/server/dist/routes/execution-workspaces.js.map +1 -0
- package/dist/runtime/server/dist/routes/goals.d.ts +3 -0
- package/dist/runtime/server/dist/routes/goals.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/goals.js +95 -0
- package/dist/runtime/server/dist/routes/goals.js.map +1 -0
- package/dist/runtime/server/dist/routes/gtm.d.ts +3 -0
- package/dist/runtime/server/dist/routes/gtm.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/gtm.js +555 -0
- package/dist/runtime/server/dist/routes/gtm.js.map +1 -0
- package/dist/runtime/server/dist/routes/health.d.ts +10 -0
- package/dist/runtime/server/dist/routes/health.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/health.js +53 -0
- package/dist/runtime/server/dist/routes/health.js.map +1 -0
- package/dist/runtime/server/dist/routes/index.d.ts +16 -0
- package/dist/runtime/server/dist/routes/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/index.js +16 -0
- package/dist/runtime/server/dist/routes/index.js.map +1 -0
- package/dist/runtime/server/dist/routes/instance-settings.d.ts +3 -0
- package/dist/runtime/server/dist/routes/instance-settings.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/instance-settings.js +46 -0
- package/dist/runtime/server/dist/routes/instance-settings.js.map +1 -0
- package/dist/runtime/server/dist/routes/issues-checkout-wakeup.d.ts +9 -0
- package/dist/runtime/server/dist/routes/issues-checkout-wakeup.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/issues-checkout-wakeup.js +12 -0
- package/dist/runtime/server/dist/routes/issues-checkout-wakeup.js.map +1 -0
- package/dist/runtime/server/dist/routes/issues.d.ts +4 -0
- package/dist/runtime/server/dist/routes/issues.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/issues.js +1454 -0
- package/dist/runtime/server/dist/routes/issues.js.map +1 -0
- package/dist/runtime/server/dist/routes/llms.d.ts +3 -0
- package/dist/runtime/server/dist/routes/llms.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/llms.js +78 -0
- package/dist/runtime/server/dist/routes/llms.js.map +1 -0
- package/dist/runtime/server/dist/routes/plugin-ui-static.d.ts +69 -0
- package/dist/runtime/server/dist/routes/plugin-ui-static.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/plugin-ui-static.js +411 -0
- package/dist/runtime/server/dist/routes/plugin-ui-static.js.map +1 -0
- package/dist/runtime/server/dist/routes/plugins.d.ts +120 -0
- package/dist/runtime/server/dist/routes/plugins.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/plugins.js +1784 -0
- package/dist/runtime/server/dist/routes/plugins.js.map +1 -0
- package/dist/runtime/server/dist/routes/projects.d.ts +3 -0
- package/dist/runtime/server/dist/routes/projects.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/projects.js +257 -0
- package/dist/runtime/server/dist/routes/projects.js.map +1 -0
- package/dist/runtime/server/dist/routes/secrets.d.ts +3 -0
- package/dist/runtime/server/dist/routes/secrets.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/secrets.js +128 -0
- package/dist/runtime/server/dist/routes/secrets.js.map +1 -0
- package/dist/runtime/server/dist/routes/sidebar-badges.d.ts +3 -0
- package/dist/runtime/server/dist/routes/sidebar-badges.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/sidebar-badges.js +45 -0
- package/dist/runtime/server/dist/routes/sidebar-badges.js.map +1 -0
- package/dist/runtime/server/dist/routes/tickets.d.ts +3 -0
- package/dist/runtime/server/dist/routes/tickets.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/tickets.js +112 -0
- package/dist/runtime/server/dist/routes/tickets.js.map +1 -0
- package/dist/runtime/server/dist/secrets/external-stub-providers.d.ts +5 -0
- package/dist/runtime/server/dist/secrets/external-stub-providers.d.ts.map +1 -0
- package/dist/runtime/server/dist/secrets/external-stub-providers.js +21 -0
- package/dist/runtime/server/dist/secrets/external-stub-providers.js.map +1 -0
- package/dist/runtime/server/dist/secrets/local-encrypted-provider.d.ts +3 -0
- package/dist/runtime/server/dist/secrets/local-encrypted-provider.d.ts.map +1 -0
- package/dist/runtime/server/dist/secrets/local-encrypted-provider.js +116 -0
- package/dist/runtime/server/dist/secrets/local-encrypted-provider.js.map +1 -0
- package/dist/runtime/server/dist/secrets/provider-registry.d.ts +5 -0
- package/dist/runtime/server/dist/secrets/provider-registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/secrets/provider-registry.js +20 -0
- package/dist/runtime/server/dist/secrets/provider-registry.js.map +1 -0
- package/dist/runtime/server/dist/secrets/types.d.ts +21 -0
- package/dist/runtime/server/dist/secrets/types.d.ts.map +1 -0
- package/dist/runtime/server/dist/secrets/types.js +2 -0
- package/dist/runtime/server/dist/secrets/types.js.map +1 -0
- package/dist/runtime/server/dist/services/access.d.ts +93 -0
- package/dist/runtime/server/dist/services/access.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/access.js +231 -0
- package/dist/runtime/server/dist/services/access.js.map +1 -0
- package/dist/runtime/server/dist/services/activity-log.d.ts +17 -0
- package/dist/runtime/server/dist/services/activity-log.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/activity-log.js +68 -0
- package/dist/runtime/server/dist/services/activity-log.js.map +1 -0
- package/dist/runtime/server/dist/services/activity.d.ts +764 -0
- package/dist/runtime/server/dist/services/activity.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/activity.js +105 -0
- package/dist/runtime/server/dist/services/activity.js.map +1 -0
- package/dist/runtime/server/dist/services/agent-permissions.d.ts +6 -0
- package/dist/runtime/server/dist/services/agent-permissions.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/agent-permissions.js +18 -0
- package/dist/runtime/server/dist/services/agent-permissions.js.map +1 -0
- package/dist/runtime/server/dist/services/agents.d.ts +1670 -0
- package/dist/runtime/server/dist/services/agents.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/agents.js +572 -0
- package/dist/runtime/server/dist/services/agents.js.map +1 -0
- package/dist/runtime/server/dist/services/approvals.d.ts +546 -0
- package/dist/runtime/server/dist/services/approvals.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/approvals.js +206 -0
- package/dist/runtime/server/dist/services/approvals.js.map +1 -0
- package/dist/runtime/server/dist/services/assets.d.ts +33 -0
- package/dist/runtime/server/dist/services/assets.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/assets.js +17 -0
- package/dist/runtime/server/dist/services/assets.js.map +1 -0
- package/dist/runtime/server/dist/services/budgets.d.ts +38 -0
- package/dist/runtime/server/dist/services/budgets.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/budgets.js +784 -0
- package/dist/runtime/server/dist/services/budgets.js.map +1 -0
- package/dist/runtime/server/dist/services/companies.d.ts +124 -0
- package/dist/runtime/server/dist/services/companies.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/companies.js +256 -0
- package/dist/runtime/server/dist/services/companies.js.map +1 -0
- package/dist/runtime/server/dist/services/company-portability.d.ts +8 -0
- package/dist/runtime/server/dist/services/company-portability.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/company-portability.js +869 -0
- package/dist/runtime/server/dist/services/company-portability.js.map +1 -0
- package/dist/runtime/server/dist/services/costs.d.ts +114 -0
- package/dist/runtime/server/dist/services/costs.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/costs.js +294 -0
- package/dist/runtime/server/dist/services/costs.js.map +1 -0
- package/dist/runtime/server/dist/services/cron.d.ts +80 -0
- package/dist/runtime/server/dist/services/cron.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/cron.js +300 -0
- package/dist/runtime/server/dist/services/cron.js.map +1 -0
- package/dist/runtime/server/dist/services/dashboard.d.ts +26 -0
- package/dist/runtime/server/dist/services/dashboard.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/dashboard.js +98 -0
- package/dist/runtime/server/dist/services/dashboard.js.map +1 -0
- package/dist/runtime/server/dist/services/documents.d.ts +164 -0
- package/dist/runtime/server/dist/services/documents.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/documents.js +382 -0
- package/dist/runtime/server/dist/services/documents.js.map +1 -0
- package/dist/runtime/server/dist/services/execution-workspace-policy.d.ts +20 -0
- package/dist/runtime/server/dist/services/execution-workspace-policy.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/execution-workspace-policy.js +165 -0
- package/dist/runtime/server/dist/services/execution-workspace-policy.js.map +1 -0
- package/dist/runtime/server/dist/services/execution-workspaces.d.ts +19 -0
- package/dist/runtime/server/dist/services/execution-workspaces.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/execution-workspaces.js +87 -0
- package/dist/runtime/server/dist/services/execution-workspaces.js.map +1 -0
- package/dist/runtime/server/dist/services/finance.d.ts +93 -0
- package/dist/runtime/server/dist/services/finance.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/finance.js +120 -0
- package/dist/runtime/server/dist/services/finance.js.map +1 -0
- package/dist/runtime/server/dist/services/goals.d.ts +433 -0
- package/dist/runtime/server/dist/services/goals.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/goals.js +54 -0
- package/dist/runtime/server/dist/services/goals.js.map +1 -0
- package/dist/runtime/server/dist/services/gtm-state.d.ts +6 -0
- package/dist/runtime/server/dist/services/gtm-state.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/gtm-state.js +88 -0
- package/dist/runtime/server/dist/services/gtm-state.js.map +1 -0
- package/dist/runtime/server/dist/services/heartbeat-run-summary.d.ts +2 -0
- package/dist/runtime/server/dist/services/heartbeat-run-summary.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/heartbeat-run-summary.js +30 -0
- package/dist/runtime/server/dist/services/heartbeat-run-summary.js.map +1 -0
- package/dist/runtime/server/dist/services/heartbeat.d.ts +796 -0
- package/dist/runtime/server/dist/services/heartbeat.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/heartbeat.js +3046 -0
- package/dist/runtime/server/dist/services/heartbeat.js.map +1 -0
- package/dist/runtime/server/dist/services/hire-hook.d.ts +14 -0
- package/dist/runtime/server/dist/services/hire-hook.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/hire-hook.js +85 -0
- package/dist/runtime/server/dist/services/hire-hook.js.map +1 -0
- package/dist/runtime/server/dist/services/index.d.ts +30 -0
- package/dist/runtime/server/dist/services/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/index.js +30 -0
- package/dist/runtime/server/dist/services/index.js.map +1 -0
- package/dist/runtime/server/dist/services/instance-settings.d.ts +9 -0
- package/dist/runtime/server/dist/services/instance-settings.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/instance-settings.js +80 -0
- package/dist/runtime/server/dist/services/instance-settings.js.map +1 -0
- package/dist/runtime/server/dist/services/issue-approvals.d.ts +56 -0
- package/dist/runtime/server/dist/services/issue-approvals.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/issue-approvals.js +153 -0
- package/dist/runtime/server/dist/services/issue-approvals.js.map +1 -0
- package/dist/runtime/server/dist/services/issue-goal-fallback.d.ts +15 -0
- package/dist/runtime/server/dist/services/issue-goal-fallback.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/issue-goal-fallback.js +15 -0
- package/dist/runtime/server/dist/services/issue-goal-fallback.js.map +1 -0
- package/dist/runtime/server/dist/services/issues.d.ts +536 -0
- package/dist/runtime/server/dist/services/issues.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/issues.js +1321 -0
- package/dist/runtime/server/dist/services/issues.js.map +1 -0
- package/dist/runtime/server/dist/services/live-events.d.ts +17 -0
- package/dist/runtime/server/dist/services/live-events.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/live-events.js +33 -0
- package/dist/runtime/server/dist/services/live-events.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-capability-validator.d.ts +108 -0
- package/dist/runtime/server/dist/services/plugin-capability-validator.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-capability-validator.js +268 -0
- package/dist/runtime/server/dist/services/plugin-capability-validator.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-config-validator.d.ts +26 -0
- package/dist/runtime/server/dist/services/plugin-config-validator.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-config-validator.js +41 -0
- package/dist/runtime/server/dist/services/plugin-config-validator.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-dev-watcher.d.ts +30 -0
- package/dist/runtime/server/dist/services/plugin-dev-watcher.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-dev-watcher.js +241 -0
- package/dist/runtime/server/dist/services/plugin-dev-watcher.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-event-bus.d.ts +149 -0
- package/dist/runtime/server/dist/services/plugin-event-bus.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-event-bus.js +258 -0
- package/dist/runtime/server/dist/services/plugin-event-bus.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-host-service-cleanup.d.ts +14 -0
- package/dist/runtime/server/dist/services/plugin-host-service-cleanup.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-host-service-cleanup.js +37 -0
- package/dist/runtime/server/dist/services/plugin-host-service-cleanup.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-host-services.d.ts +13 -0
- package/dist/runtime/server/dist/services/plugin-host-services.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-host-services.js +969 -0
- package/dist/runtime/server/dist/services/plugin-host-services.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-coordinator.d.ts +81 -0
- package/dist/runtime/server/dist/services/plugin-job-coordinator.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-coordinator.js +172 -0
- package/dist/runtime/server/dist/services/plugin-job-coordinator.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-scheduler.d.ts +163 -0
- package/dist/runtime/server/dist/services/plugin-job-scheduler.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-scheduler.js +454 -0
- package/dist/runtime/server/dist/services/plugin-job-scheduler.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-store.d.ts +208 -0
- package/dist/runtime/server/dist/services/plugin-job-store.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-store.js +350 -0
- package/dist/runtime/server/dist/services/plugin-job-store.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-lifecycle.d.ts +203 -0
- package/dist/runtime/server/dist/services/plugin-lifecycle.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-lifecycle.js +476 -0
- package/dist/runtime/server/dist/services/plugin-lifecycle.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-loader.d.ts +441 -0
- package/dist/runtime/server/dist/services/plugin-loader.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-loader.js +1192 -0
- package/dist/runtime/server/dist/services/plugin-loader.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-log-retention.d.ts +20 -0
- package/dist/runtime/server/dist/services/plugin-log-retention.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-log-retention.js +63 -0
- package/dist/runtime/server/dist/services/plugin-log-retention.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-manifest-validator.d.ts +79 -0
- package/dist/runtime/server/dist/services/plugin-manifest-validator.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-manifest-validator.js +84 -0
- package/dist/runtime/server/dist/services/plugin-manifest-validator.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-registry.d.ts +2542 -0
- package/dist/runtime/server/dist/services/plugin-registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-registry.js +539 -0
- package/dist/runtime/server/dist/services/plugin-registry.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-runtime-sandbox.d.ts +40 -0
- package/dist/runtime/server/dist/services/plugin-runtime-sandbox.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-runtime-sandbox.js +154 -0
- package/dist/runtime/server/dist/services/plugin-runtime-sandbox.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-secrets-handler.d.ts +81 -0
- package/dist/runtime/server/dist/services/plugin-secrets-handler.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-secrets-handler.js +275 -0
- package/dist/runtime/server/dist/services/plugin-secrets-handler.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-state-store.d.ts +92 -0
- package/dist/runtime/server/dist/services/plugin-state-store.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-state-store.js +190 -0
- package/dist/runtime/server/dist/services/plugin-state-store.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-stream-bus.d.ts +29 -0
- package/dist/runtime/server/dist/services/plugin-stream-bus.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-stream-bus.js +48 -0
- package/dist/runtime/server/dist/services/plugin-stream-bus.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-tool-dispatcher.d.ts +180 -0
- package/dist/runtime/server/dist/services/plugin-tool-dispatcher.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-tool-dispatcher.js +224 -0
- package/dist/runtime/server/dist/services/plugin-tool-dispatcher.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-tool-registry.d.ts +192 -0
- package/dist/runtime/server/dist/services/plugin-tool-registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-tool-registry.js +224 -0
- package/dist/runtime/server/dist/services/plugin-tool-registry.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-worker-manager.d.ts +260 -0
- package/dist/runtime/server/dist/services/plugin-worker-manager.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-worker-manager.js +835 -0
- package/dist/runtime/server/dist/services/plugin-worker-manager.js.map +1 -0
- package/dist/runtime/server/dist/services/projects.d.ts +87 -0
- package/dist/runtime/server/dist/services/projects.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/projects.js +656 -0
- package/dist/runtime/server/dist/services/projects.js.map +1 -0
- package/dist/runtime/server/dist/services/quota-windows.d.ts +9 -0
- package/dist/runtime/server/dist/services/quota-windows.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/quota-windows.js +56 -0
- package/dist/runtime/server/dist/services/quota-windows.js.map +1 -0
- package/dist/runtime/server/dist/services/run-log-store.d.ts +34 -0
- package/dist/runtime/server/dist/services/run-log-store.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/run-log-store.js +109 -0
- package/dist/runtime/server/dist/services/run-log-store.js.map +1 -0
- package/dist/runtime/server/dist/services/secrets.d.ts +510 -0
- package/dist/runtime/server/dist/services/secrets.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/secrets.js +288 -0
- package/dist/runtime/server/dist/services/secrets.js.map +1 -0
- package/dist/runtime/server/dist/services/sidebar-badges.d.ts +9 -0
- package/dist/runtime/server/dist/services/sidebar-badges.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/sidebar-badges.js +33 -0
- package/dist/runtime/server/dist/services/sidebar-badges.js.map +1 -0
- package/dist/runtime/server/dist/services/tickets.d.ts +1869 -0
- package/dist/runtime/server/dist/services/tickets.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/tickets.js +78 -0
- package/dist/runtime/server/dist/services/tickets.js.map +1 -0
- package/dist/runtime/server/dist/services/work-products.d.ts +14 -0
- package/dist/runtime/server/dist/services/work-products.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/work-products.js +100 -0
- package/dist/runtime/server/dist/services/work-products.js.map +1 -0
- package/dist/runtime/server/dist/services/workspace-operation-log-store.d.ts +33 -0
- package/dist/runtime/server/dist/services/workspace-operation-log-store.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/workspace-operation-log-store.js +110 -0
- package/dist/runtime/server/dist/services/workspace-operation-log-store.js.map +1 -0
- package/dist/runtime/server/dist/services/workspace-operations.d.ts +44 -0
- package/dist/runtime/server/dist/services/workspace-operations.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/workspace-operations.js +204 -0
- package/dist/runtime/server/dist/services/workspace-operations.js.map +1 -0
- package/dist/runtime/server/dist/services/workspace-runtime.d.ts +164 -0
- package/dist/runtime/server/dist/services/workspace-runtime.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/workspace-runtime.js +1235 -0
- package/dist/runtime/server/dist/services/workspace-runtime.js.map +1 -0
- package/dist/runtime/server/dist/startup-banner.d.ts +31 -0
- package/dist/runtime/server/dist/startup-banner.d.ts.map +1 -0
- package/dist/runtime/server/dist/startup-banner.js +117 -0
- package/dist/runtime/server/dist/startup-banner.js.map +1 -0
- package/dist/runtime/server/dist/storage/index.d.ts +6 -0
- package/dist/runtime/server/dist/storage/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/index.js +29 -0
- package/dist/runtime/server/dist/storage/index.js.map +1 -0
- package/dist/runtime/server/dist/storage/local-disk-provider.d.ts +3 -0
- package/dist/runtime/server/dist/storage/local-disk-provider.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/local-disk-provider.js +79 -0
- package/dist/runtime/server/dist/storage/local-disk-provider.js.map +1 -0
- package/dist/runtime/server/dist/storage/provider-registry.d.ts +4 -0
- package/dist/runtime/server/dist/storage/provider-registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/provider-registry.js +15 -0
- package/dist/runtime/server/dist/storage/provider-registry.js.map +1 -0
- package/dist/runtime/server/dist/storage/s3-provider.d.ts +11 -0
- package/dist/runtime/server/dist/storage/s3-provider.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/s3-provider.js +123 -0
- package/dist/runtime/server/dist/storage/s3-provider.js.map +1 -0
- package/dist/runtime/server/dist/storage/service.d.ts +3 -0
- package/dist/runtime/server/dist/storage/service.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/service.js +120 -0
- package/dist/runtime/server/dist/storage/service.js.map +1 -0
- package/dist/runtime/server/dist/storage/types.d.ts +55 -0
- package/dist/runtime/server/dist/storage/types.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/types.js +2 -0
- package/dist/runtime/server/dist/storage/types.js.map +1 -0
- package/dist/runtime/server/dist/ui-branding.d.ts +14 -0
- package/dist/runtime/server/dist/ui-branding.d.ts.map +1 -0
- package/dist/runtime/server/dist/ui-branding.js +189 -0
- package/dist/runtime/server/dist/ui-branding.js.map +1 -0
- package/dist/runtime/server/dist/version.d.ts +2 -0
- package/dist/runtime/server/dist/version.d.ts.map +1 -0
- package/dist/runtime/server/dist/version.js +5 -0
- package/dist/runtime/server/dist/version.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.js +94 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.js +106 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.d.ts +8 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.js +36 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.d.ts +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.js +453 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.js +56 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.d.ts +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.js +158 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.js +477 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.js +201 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.js +115 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.js +149 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.js +213 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.js +97 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.d.ts +10 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.js +45 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.d.ts +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.js +86 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.d.ts +11 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.js +451 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.js +56 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.d.ts +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.js +67 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.d.ts +64 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.js +425 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.js +194 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.js +116 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.js +233 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.js +296 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.d.ts +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.js +81 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.d.ts +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.js +416 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.d.ts +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.js +61 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.d.ts +13 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.js +139 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.js +188 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.d.ts +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.js +13 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.js +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.js +92 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.js +373 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.js +198 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.d.ts +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.js +46 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.js +364 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.d.ts +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.js +61 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.d.ts +31 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.js +227 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.js +203 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.js +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.js +84 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.js +247 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.d.ts +8 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.js +53 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.js +1146 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.js +290 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.d.ts +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.js +13 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.js +33 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.js +64 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/package.json +43 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.js +115 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.d.ts +8 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.js +39 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.js +337 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.js +62 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.js +165 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.d.ts +13 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.js +97 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.js +48 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.js +300 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.js +87 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.js +141 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.js +99 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.d.ts +8 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.js +39 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.js +405 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.js +50 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.js +161 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.d.ts +23 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.js +180 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.js +206 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.js +257 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.js +82 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.js +163 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.js +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.js +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.d.ts +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.js +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.d.ts +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.js +75 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.d.ts +62 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.js +419 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.d.ts +25 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.js +142 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.d.ts +290 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.js +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/package.json +30 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.d.ts +24 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.js +448 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.js +103 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.d.ts +43 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.js +574 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.js +117 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.d.ts +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.js +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.js +25 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.js +163 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.js +55 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0000_mature_masked_marvel.sql +208 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0001_fast_northstar.sql +87 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0002_big_zaladane.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0003_shallow_quentin_quire.sql +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0004_issue_identifiers.sql +28 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0005_chief_luke_cage.sql +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0006_overjoyed_mister_sinister.sql +36 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0007_new_quentin_quire.sql +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0008_amused_zzzax.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0009_fast_jackal.sql +36 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0010_stale_justin_hammer.sql +37 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0011_windy_corsair.sql +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0012_perpetual_ser_duncan.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0013_dashing_wasp.sql +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0014_many_mikhail_rasputin.sql +135 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0015_project_color_archived.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0016_agent_icon.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0017_tiresome_gabe_jones.sql +51 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0018_flat_sleepwalker.sql +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0019_public_victor_mancha.sql +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0020_white_anita_blake.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0021_chief_vindicator.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0022_company_brand_color.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0023_fair_lethal_legion.sql +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0024_far_beast.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0025_nasty_salo.sql +15 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0026_lying_pete_wisdom.sql +39 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0027_tranquil_tenebrous.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0028_harsh_goliath.sql +54 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0029_plugin_tables.sql +177 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0030_rich_magneto.sql +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0031_zippy_magma.sql +51 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0032_pretty_doctor_octopus.sql +102 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0033_shiny_black_tarantula.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0034_fat_dormammu.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0035_marvelous_satana.sql +91 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0036_cheerful_nitro.sql +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0037_friendly_eddie_brock.sql +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0038_careless_iron_monger.sql +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0039_tickets.sql +25 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0040_ticket_meta.sql +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0000_snapshot.json +1743 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0001_snapshot.json +2441 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0002_snapshot.json +2454 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0003_snapshot.json +2502 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0005_snapshot.json +2719 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0006_snapshot.json +3048 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0007_snapshot.json +3258 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0008_snapshot.json +3264 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0009_snapshot.json +3587 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0010_snapshot.json +3929 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0011_snapshot.json +4068 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0012_snapshot.json +4087 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0013_snapshot.json +4118 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0014_snapshot.json +5187 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0017_snapshot.json +5215 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0018_snapshot.json +5450 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0019_snapshot.json +5603 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0020_snapshot.json +5603 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0021_snapshot.json +5609 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0023_snapshot.json +5633 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0024_snapshot.json +5693 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0025_snapshot.json +5849 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0027_snapshot.json +6205 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0028_snapshot.json +6710 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0029_snapshot.json +7899 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0030_snapshot.json +8003 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0031_snapshot.json +7242 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0032_snapshot.json +7733 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0033_snapshot.json +9038 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0034_snapshot.json +9039 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0035_snapshot.json +9959 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0036_snapshot.json +10023 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0037_snapshot.json +10263 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0038_snapshot.json +10301 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/_journal.json +293 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.d.ts +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.js +197 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.js +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.d.ts +197 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.d.ts +144 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.d.ts +201 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.d.ts +248 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.js +23 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.d.ts +197 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.d.ts +333 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.js +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.d.ts +373 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.js +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.d.ts +144 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.d.ts +214 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.d.ts +212 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.d.ts +607 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.js +44 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.d.ts +297 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.js +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.d.ts +263 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.js +24 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.d.ts +246 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.d.ts +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.js +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.d.ts +144 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.d.ts +163 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.d.ts +195 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.js +21 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.d.ts +314 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.js +34 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.d.ts +161 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.d.ts +229 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.d.ts +418 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.js +39 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.d.ts +469 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.js +45 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.d.ts +178 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.js +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.d.ts +214 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.js +23 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.d.ts +558 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.js +43 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.d.ts +55 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.js +55 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.d.ts +95 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.js +11 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.d.ts +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.js +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.d.ts +214 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.d.ts +110 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.d.ts +127 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.d.ts +144 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.d.ts +127 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.js +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.d.ts +76 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.js +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.d.ts +127 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.d.ts +350 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.js +37 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.d.ts +590 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.js +58 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.d.ts +384 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.js +32 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.d.ts +110 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.js +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.d.ts +158 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.js +34 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.d.ts +123 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.js +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.d.ts +213 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.js +37 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.d.ts +392 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.js +83 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.d.ts +125 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.js +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.d.ts +169 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.js +68 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.d.ts +239 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.js +52 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.d.ts +246 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.js +31 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.d.ts +163 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.d.ts +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.d.ts +333 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.js +32 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.d.ts +265 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.js +24 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.d.ts +284 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.js +24 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.d.ts +367 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.js +35 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.d.ts +469 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.js +44 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.js +91 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/package.json +36 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.d.ts +57 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.js +105 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.d.ts +218 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.js +85 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.js +49 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.d.ts +34 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.js +194 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.d.ts +229 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.js +353 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.d.ts +84 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.js +84 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.d.ts +881 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.js +297 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.d.ts +63 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.js +702 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.d.ts +982 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.js +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.d.ts +257 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.js +97 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.d.ts +120 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.js +148 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.d.ts +50 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.js +48 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.js +30 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.d.ts +308 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.d.ts +127 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.js +941 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/package.json +74 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.d.ts +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.d.ts +755 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.js +154 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.d.ts +214 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.js +553 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.d.ts +116 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.js +181 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.d.ts +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.js +11 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.d.ts +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.js +71 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.js +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.d.ts +15 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.js +40 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.d.ts +67 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.d.ts +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.d.ts +80 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.d.ts +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.d.ts +86 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.d.ts +120 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.d.ts +106 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.d.ts +28 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.d.ts +57 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.d.ts +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.d.ts +118 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.d.ts +10 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.d.ts +164 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.d.ts +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.d.ts +419 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.d.ts +67 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.d.ts +32 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.d.ts +27 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.d.ts +86 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.d.ts +109 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.js +40 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.d.ts +235 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.js +71 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.d.ts +57 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.js +23 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.d.ts +10 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.js +11 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.d.ts +56 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.js +27 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.d.ts +1535 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.js +95 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.d.ts +64 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.js +25 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.d.ts +92 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.js +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.js +15 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.d.ts +129 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.js +32 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.d.ts +48 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.js +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.d.ts +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.d.ts +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.js +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.d.ts +656 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.js +95 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.d.ts +1173 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.js +547 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.d.ts +583 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.js +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.d.ts +114 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.js +35 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.d.ts +56 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.d.ts +105 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.js +46 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/package.json +33 -0
- package/dist/runtime/server/package.json +5 -0
- package/dist/runtime/server/ui-dist/android-chrome-192x192.png +0 -0
- package/dist/runtime/server/ui-dist/android-chrome-512x512.png +0 -0
- package/dist/runtime/server/ui-dist/apple-touch-icon.png +0 -0
- package/dist/runtime/server/ui-dist/assets/OnboardingWizard-DQqBk_u-.js +839 -0
- package/dist/runtime/server/ui-dist/assets/_basePickBy-CycqvnCH.js +1 -0
- package/dist/runtime/server/ui-dist/assets/_baseUniq-jJI66QE5.js +1 -0
- package/dist/runtime/server/ui-dist/assets/apl-B4CMkyY2.js +1 -0
- package/dist/runtime/server/ui-dist/assets/arc-DAfOGkhs.js +1 -0
- package/dist/runtime/server/ui-dist/assets/architectureDiagram-VXUJARFQ-Bseplhn_.js +36 -0
- package/dist/runtime/server/ui-dist/assets/asciiarmor-Df11BRmG.js +1 -0
- package/dist/runtime/server/ui-dist/assets/asn1-EdZsLKOL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/asterisk-B-8jnY81.js +1 -0
- package/dist/runtime/server/ui-dist/assets/blockDiagram-VD42YOAC-CImRkHxE.js +122 -0
- package/dist/runtime/server/ui-dist/assets/brainfuck-C4LP7Hcl.js +1 -0
- package/dist/runtime/server/ui-dist/assets/c4Diagram-YG6GDRKO-DocRJ0-4.js +10 -0
- package/dist/runtime/server/ui-dist/assets/channel-BBXTGjGr.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-4BX2VUAB-C_QZ3yOc.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-55IACEB6-B83lcfpC.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-B4BG7PRW-_ZGkSCBB.js +165 -0
- package/dist/runtime/server/ui-dist/assets/chunk-DI55MBZ5-D84JXXQK.js +220 -0
- package/dist/runtime/server/ui-dist/assets/chunk-FMBD7UC4-MA5md7TF.js +15 -0
- package/dist/runtime/server/ui-dist/assets/chunk-QN33PNHL-pBntDM8z.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-QZHKN3VN-BaIMiSo-.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-TZMSLE5B-CrjyhaCL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/classDiagram-2ON5EDUG-BNttVhse.js +1 -0
- package/dist/runtime/server/ui-dist/assets/classDiagram-v2-WZHVMYZB-BNttVhse.js +1 -0
- package/dist/runtime/server/ui-dist/assets/clike-B9uivgTg.js +1 -0
- package/dist/runtime/server/ui-dist/assets/clojure-BMjYHr_A.js +1 -0
- package/dist/runtime/server/ui-dist/assets/clone-dcpmW7Wd.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cmake-BQqOBYOt.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cobol-CWcv1MsR.js +1 -0
- package/dist/runtime/server/ui-dist/assets/coffeescript-S37ZYGWr.js +1 -0
- package/dist/runtime/server/ui-dist/assets/commonlisp-DBKNyK5s.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cose-bilkent-S5V4N54A-mNFISgZf.js +1 -0
- package/dist/runtime/server/ui-dist/assets/crystal-SjHAIU92.js +1 -0
- package/dist/runtime/server/ui-dist/assets/css-BnMrqG3P.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cypher-C_CwsFkJ.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cytoscape.esm-BQaXIfA_.js +331 -0
- package/dist/runtime/server/ui-dist/assets/d-pRatUO7H.js +1 -0
- package/dist/runtime/server/ui-dist/assets/dagre-6UL2VRFP-BW8ACip_.js +4 -0
- package/dist/runtime/server/ui-dist/assets/defaultLocale-DX6XiGOO.js +1 -0
- package/dist/runtime/server/ui-dist/assets/diagram-PSM6KHXK-ByQfKnwU.js +24 -0
- package/dist/runtime/server/ui-dist/assets/diagram-QEK2KX5R-CVMlaNLR.js +43 -0
- package/dist/runtime/server/ui-dist/assets/diagram-S2PKOQOG-CfBIwKQh.js +24 -0
- package/dist/runtime/server/ui-dist/assets/diff-DbItnlRl.js +1 -0
- package/dist/runtime/server/ui-dist/assets/dockerfile-BKs6k2Af.js +1 -0
- package/dist/runtime/server/ui-dist/assets/dtd-DF_7sFjM.js +1 -0
- package/dist/runtime/server/ui-dist/assets/dx-root-DH9to-bY.js +280 -0
- package/dist/runtime/server/ui-dist/assets/dylan-DwRh75JA.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ebnf-CDyGwa7X.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ecl-Cabwm37j.js +1 -0
- package/dist/runtime/server/ui-dist/assets/eiffel-CnydiIhH.js +1 -0
- package/dist/runtime/server/ui-dist/assets/elm-vLlmbW-K.js +1 -0
- package/dist/runtime/server/ui-dist/assets/erDiagram-Q2GNP2WA-DjZOGwrs.js +60 -0
- package/dist/runtime/server/ui-dist/assets/erlang-BNw1qcRV.js +1 -0
- package/dist/runtime/server/ui-dist/assets/factor-kuTfRLto.js +1 -0
- package/dist/runtime/server/ui-dist/assets/fcl-Kvtd6kyn.js +1 -0
- package/dist/runtime/server/ui-dist/assets/flowDiagram-NV44I4VS-BpGnGwpO.js +162 -0
- package/dist/runtime/server/ui-dist/assets/forth-Ffai-XNe.js +1 -0
- package/dist/runtime/server/ui-dist/assets/fortran-DYz_wnZ1.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ganttDiagram-JELNMOA3-CpTGtCqK.js +267 -0
- package/dist/runtime/server/ui-dist/assets/gas-Bneqetm1.js +1 -0
- package/dist/runtime/server/ui-dist/assets/gherkin-heZmZLOM.js +1 -0
- package/dist/runtime/server/ui-dist/assets/gitGraphDiagram-V2S2FVAM-BQaWuAZj.js +65 -0
- package/dist/runtime/server/ui-dist/assets/graph-DXdHsjCL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/groovy-D9Dt4D0W.js +1 -0
- package/dist/runtime/server/ui-dist/assets/gtm-root-Bz1qVp9E.js +11 -0
- package/dist/runtime/server/ui-dist/assets/haskell-Cw1EW3IL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/haxe-H-WmDvRZ.js +1 -0
- package/dist/runtime/server/ui-dist/assets/http-DBlCnlav.js +1 -0
- package/dist/runtime/server/ui-dist/assets/idl-BEugSyMb.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-B8I0xKWu.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-B8TKmcyb.js +6 -0
- package/dist/runtime/server/ui-dist/assets/index-BMSNv6QN.js +13 -0
- package/dist/runtime/server/ui-dist/assets/index-BYHJbnHR.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-BgVlUrJs.js +2 -0
- package/dist/runtime/server/ui-dist/assets/index-Bq-1_kyP.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-BqPQYsKl.js +50 -0
- package/dist/runtime/server/ui-dist/assets/index-BzMyBmxt.js +7 -0
- package/dist/runtime/server/ui-dist/assets/index-CFpWwIka.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CKSID6Zp.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CQebjpNv.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CmOpk52T.css +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CmWaG74-.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CpAx3Tjk.js +3 -0
- package/dist/runtime/server/ui-dist/assets/index-Crtq9e3P.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-D5QPPm5h.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-D8pJptAs.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-DKPn8Zd0.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-DRwidkWV.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-DwTdFnM5.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-KhE_p8qv.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-LPZbBYTO.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-mMQEcPHs.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-nPSc8Rbx.js +1 -0
- package/dist/runtime/server/ui-dist/assets/infoDiagram-HS3SLOUP-Du9idGhC.js +2 -0
- package/dist/runtime/server/ui-dist/assets/init-Gi6I4Gst.js +1 -0
- package/dist/runtime/server/ui-dist/assets/javascript-iXu5QeM3.js +1 -0
- package/dist/runtime/server/ui-dist/assets/journeyDiagram-XKPGCS4Q-DQHmnv0N.js +139 -0
- package/dist/runtime/server/ui-dist/assets/julia-DuME0IfC.js +1 -0
- package/dist/runtime/server/ui-dist/assets/kanban-definition-3W4ZIXB7-D1us-ZVV.js +89 -0
- package/dist/runtime/server/ui-dist/assets/katex-O9d3_IXG.js +261 -0
- package/dist/runtime/server/ui-dist/assets/layout-CLyzF__I.js +1 -0
- package/dist/runtime/server/ui-dist/assets/linear-DCEHrHNY.js +1 -0
- package/dist/runtime/server/ui-dist/assets/livescript-BwQOo05w.js +1 -0
- package/dist/runtime/server/ui-dist/assets/lua-BgMRiT3U.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mathematica-DTrFuWx2.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mbox-CNhZ1qSd.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mermaid.core-DPCeJESB.js +256 -0
- package/dist/runtime/server/ui-dist/assets/mindmap-definition-VGOIOE7T-BmEem54z.js +68 -0
- package/dist/runtime/server/ui-dist/assets/mirc-CjQqDB4T.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mllike-CXdrOF99.js +1 -0
- package/dist/runtime/server/ui-dist/assets/modelica-Dc1JOy9r.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mscgen-BA5vi2Kp.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mumps-BT43cFF4.js +1 -0
- package/dist/runtime/server/ui-dist/assets/nginx-DdIZxoE0.js +1 -0
- package/dist/runtime/server/ui-dist/assets/nsis-LdVXkNf5.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ntriples-BfvgReVJ.js +1 -0
- package/dist/runtime/server/ui-dist/assets/octave-Ck1zUtKM.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ordinal-Cboi1Yqb.js +1 -0
- package/dist/runtime/server/ui-dist/assets/oz-BzwKVEFT.js +1 -0
- package/dist/runtime/server/ui-dist/assets/pascal--L3eBynH.js +1 -0
- package/dist/runtime/server/ui-dist/assets/perl-CdXCOZ3F.js +1 -0
- package/dist/runtime/server/ui-dist/assets/pieDiagram-ADFJNKIX-DjIZtNwx.js +30 -0
- package/dist/runtime/server/ui-dist/assets/pig-CevX1Tat.js +1 -0
- package/dist/runtime/server/ui-dist/assets/powershell-CFHJl5sT.js +1 -0
- package/dist/runtime/server/ui-dist/assets/properties-C78fOPTZ.js +1 -0
- package/dist/runtime/server/ui-dist/assets/protobuf-ChK-085T.js +1 -0
- package/dist/runtime/server/ui-dist/assets/pug-DeIclll2.js +1 -0
- package/dist/runtime/server/ui-dist/assets/puppet-DMA9R1ak.js +1 -0
- package/dist/runtime/server/ui-dist/assets/python-BuPzkPfP.js +1 -0
- package/dist/runtime/server/ui-dist/assets/q-pXgVlZs6.js +1 -0
- package/dist/runtime/server/ui-dist/assets/quadrantDiagram-AYHSOK5B-ba-xD4cb.js +7 -0
- package/dist/runtime/server/ui-dist/assets/r-B6wPVr8A.js +1 -0
- package/dist/runtime/server/ui-dist/assets/requirementDiagram-UZGBJVZJ-CB358t-a.js +64 -0
- package/dist/runtime/server/ui-dist/assets/rpm-CTu-6PCP.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ruby-B2Rjki9n.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sankeyDiagram-TZEHDZUN-B0oPaNiW.js +10 -0
- package/dist/runtime/server/ui-dist/assets/sas-B4kiWyti.js +1 -0
- package/dist/runtime/server/ui-dist/assets/scheme-C41bIUwD.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sequenceDiagram-WL72ISMW-D7n_ZO5c.js +145 -0
- package/dist/runtime/server/ui-dist/assets/shell-CjFT_Tl9.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sieve-C3Gn_uJK.js +1 -0
- package/dist/runtime/server/ui-dist/assets/simple-mode-GW_nhZxv.js +1 -0
- package/dist/runtime/server/ui-dist/assets/smalltalk-CnHTOXQT.js +1 -0
- package/dist/runtime/server/ui-dist/assets/solr-DehyRSwq.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sparql-DkYu6x3z.js +1 -0
- package/dist/runtime/server/ui-dist/assets/spreadsheet-BCZA_wO0.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sql-D0XecflT.js +1 -0
- package/dist/runtime/server/ui-dist/assets/stateDiagram-FKZM4ZOC-MkMtXK-v.js +1 -0
- package/dist/runtime/server/ui-dist/assets/stateDiagram-v2-4FDKWEC3-Cah7upY-.js +1 -0
- package/dist/runtime/server/ui-dist/assets/stex-C3f8Ysf7.js +1 -0
- package/dist/runtime/server/ui-dist/assets/stylus-B533Al4x.js +1 -0
- package/dist/runtime/server/ui-dist/assets/swift-BzpIVaGY.js +1 -0
- package/dist/runtime/server/ui-dist/assets/tcl-DVfN8rqt.js +1 -0
- package/dist/runtime/server/ui-dist/assets/textile-CnDTJFAw.js +1 -0
- package/dist/runtime/server/ui-dist/assets/tiddlywiki-DO-Gjzrf.js +1 -0
- package/dist/runtime/server/ui-dist/assets/tiki-DGYXhP31.js +1 -0
- package/dist/runtime/server/ui-dist/assets/timeline-definition-IT6M3QCI-CjBjKaYS.js +61 -0
- package/dist/runtime/server/ui-dist/assets/toml-Bm5Em-hy.js +1 -0
- package/dist/runtime/server/ui-dist/assets/treemap-GDKQZRPO-JNjc1ydw.js +162 -0
- package/dist/runtime/server/ui-dist/assets/troff-wAsdV37c.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ttcn-CfJYG6tj.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ttcn-cfg-B9xdYoR4.js +1 -0
- package/dist/runtime/server/ui-dist/assets/turtle-B1tBg_DP.js +1 -0
- package/dist/runtime/server/ui-dist/assets/vb-CmGdzxic.js +1 -0
- package/dist/runtime/server/ui-dist/assets/vbscript-BuJXcnF6.js +1 -0
- package/dist/runtime/server/ui-dist/assets/velocity-D8B20fx6.js +1 -0
- package/dist/runtime/server/ui-dist/assets/verilog-C6RDOZhf.js +1 -0
- package/dist/runtime/server/ui-dist/assets/vhdl-lSbBsy5d.js +1 -0
- package/dist/runtime/server/ui-dist/assets/webidl-ZXfAyPTL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/xquery-DzFWVndE.js +1 -0
- package/dist/runtime/server/ui-dist/assets/xychartDiagram-PRI3JC2R-DU-mF_06.js +7 -0
- package/dist/runtime/server/ui-dist/assets/yacas-BJ4BC0dw.js +1 -0
- package/dist/runtime/server/ui-dist/assets/z80-Hz9HOZM7.js +1 -0
- package/dist/runtime/server/ui-dist/brands/opencode-logo-dark-square.svg +18 -0
- package/dist/runtime/server/ui-dist/brands/opencode-logo-light-square.svg +18 -0
- package/dist/runtime/server/ui-dist/favicon-16x16.png +0 -0
- package/dist/runtime/server/ui-dist/favicon-32x32.png +0 -0
- package/dist/runtime/server/ui-dist/favicon.ico +0 -0
- package/dist/runtime/server/ui-dist/favicon.svg +9 -0
- package/dist/runtime/server/ui-dist/index.html +48 -0
- package/dist/runtime/server/ui-dist/site.webmanifest +30 -0
- package/dist/runtime/server/ui-dist/sw.js +42 -0
- package/dist/runtime/server/ui-dist/worktree-favicon-16x16.png +0 -0
- package/dist/runtime/server/ui-dist/worktree-favicon-32x32.png +0 -0
- package/dist/runtime/server/ui-dist/worktree-favicon.ico +0 -0
- package/dist/runtime/server/ui-dist/worktree-favicon.svg +9 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9,10 +9,10 @@ var __export = (target, all) => {
|
|
|
9
9
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
10
|
};
|
|
11
11
|
|
|
12
|
-
//
|
|
12
|
+
// ../packages/shared/src/constants.ts
|
|
13
13
|
var COMPANY_STATUSES, DEPLOYMENT_MODES, DEPLOYMENT_EXPOSURES, SURFACE_PROFILES, AUTH_BASE_URL_MODES, AGENT_STATUSES, AGENT_ADAPTER_TYPES, AGENT_ROLES, AGENT_ICON_NAMES, TICKET_STATUSES, ISSUE_STATUSES, ISSUE_PRIORITIES, GOAL_LEVELS, GOAL_STATUSES, PROJECT_STATUSES, APPROVAL_TYPES, SECRET_PROVIDERS, STORAGE_PROVIDERS, BILLING_TYPES, FINANCE_EVENT_KINDS, FINANCE_DIRECTIONS, FINANCE_UNITS, BUDGET_SCOPE_TYPES, BUDGET_METRICS, BUDGET_WINDOW_KINDS, BUDGET_INCIDENT_RESOLUTION_ACTIONS, INVITE_JOIN_TYPES, JOIN_REQUEST_TYPES, JOIN_REQUEST_STATUSES, PERMISSION_KEYS, PLUGIN_STATUSES, PLUGIN_CATEGORIES, PLUGIN_CAPABILITIES, PLUGIN_UI_SLOT_TYPES, PLUGIN_RESERVED_COMPANY_ROUTE_SEGMENTS, PLUGIN_LAUNCHER_PLACEMENT_ZONES, PLUGIN_LAUNCHER_ACTIONS, PLUGIN_LAUNCHER_BOUNDS, PLUGIN_LAUNCHER_RENDER_ENVIRONMENTS, PLUGIN_UI_SLOT_ENTITY_TYPES, PLUGIN_STATE_SCOPE_KINDS;
|
|
14
14
|
var init_constants = __esm({
|
|
15
|
-
"
|
|
15
|
+
"../packages/shared/src/constants.ts"() {
|
|
16
16
|
"use strict";
|
|
17
17
|
COMPANY_STATUSES = ["active", "paused", "archived"];
|
|
18
18
|
DEPLOYMENT_MODES = ["local_trusted", "authenticated"];
|
|
@@ -340,11 +340,11 @@ var init_constants = __esm({
|
|
|
340
340
|
}
|
|
341
341
|
});
|
|
342
342
|
|
|
343
|
-
//
|
|
343
|
+
// ../packages/shared/src/validators/instance.ts
|
|
344
344
|
import { z } from "zod";
|
|
345
345
|
var instanceExperimentalSettingsSchema, patchInstanceExperimentalSettingsSchema;
|
|
346
346
|
var init_instance = __esm({
|
|
347
|
-
"
|
|
347
|
+
"../packages/shared/src/validators/instance.ts"() {
|
|
348
348
|
"use strict";
|
|
349
349
|
instanceExperimentalSettingsSchema = z.object({
|
|
350
350
|
enableIsolatedWorkspaces: z.boolean().default(false)
|
|
@@ -353,11 +353,11 @@ var init_instance = __esm({
|
|
|
353
353
|
}
|
|
354
354
|
});
|
|
355
355
|
|
|
356
|
-
//
|
|
356
|
+
// ../packages/shared/src/validators/budget.ts
|
|
357
357
|
import { z as z2 } from "zod";
|
|
358
358
|
var upsertBudgetPolicySchema, resolveBudgetIncidentSchema;
|
|
359
359
|
var init_budget = __esm({
|
|
360
|
-
"
|
|
360
|
+
"../packages/shared/src/validators/budget.ts"() {
|
|
361
361
|
"use strict";
|
|
362
362
|
init_constants();
|
|
363
363
|
upsertBudgetPolicySchema = z2.object({
|
|
@@ -387,11 +387,11 @@ var init_budget = __esm({
|
|
|
387
387
|
}
|
|
388
388
|
});
|
|
389
389
|
|
|
390
|
-
//
|
|
390
|
+
// ../packages/shared/src/validators/company.ts
|
|
391
391
|
import { z as z3 } from "zod";
|
|
392
392
|
var logoAssetIdSchema, createCompanySchema, updateCompanySchema, updateCompanyBrandingSchema;
|
|
393
393
|
var init_company = __esm({
|
|
394
|
-
"
|
|
394
|
+
"../packages/shared/src/validators/company.ts"() {
|
|
395
395
|
"use strict";
|
|
396
396
|
init_constants();
|
|
397
397
|
logoAssetIdSchema = z3.string().uuid().nullable().optional();
|
|
@@ -416,11 +416,11 @@ var init_company = __esm({
|
|
|
416
416
|
}
|
|
417
417
|
});
|
|
418
418
|
|
|
419
|
-
//
|
|
419
|
+
// ../packages/shared/src/validators/company-portability.ts
|
|
420
420
|
import { z as z4 } from "zod";
|
|
421
421
|
var portabilityIncludeSchema, portabilitySecretRequirementSchema, portabilityCompanyManifestEntrySchema, portabilityAgentManifestEntrySchema, portabilityManifestSchema, portabilitySourceSchema, portabilityTargetSchema, portabilityAgentSelectionSchema, portabilityCollisionStrategySchema, companyPortabilityExportSchema, companyPortabilityPreviewSchema;
|
|
422
422
|
var init_company_portability = __esm({
|
|
423
|
-
"
|
|
423
|
+
"../packages/shared/src/validators/company-portability.ts"() {
|
|
424
424
|
"use strict";
|
|
425
425
|
portabilityIncludeSchema = z4.object({
|
|
426
426
|
company: z4.boolean().optional(),
|
|
@@ -513,11 +513,11 @@ var init_company_portability = __esm({
|
|
|
513
513
|
}
|
|
514
514
|
});
|
|
515
515
|
|
|
516
|
-
//
|
|
516
|
+
// ../packages/shared/src/validators/secret.ts
|
|
517
517
|
import { z as z5 } from "zod";
|
|
518
518
|
var envBindingPlainSchema, envBindingSecretRefSchema, envBindingSchema, envConfigSchema, createSecretSchema, rotateSecretSchema, updateSecretSchema;
|
|
519
519
|
var init_secret = __esm({
|
|
520
|
-
"
|
|
520
|
+
"../packages/shared/src/validators/secret.ts"() {
|
|
521
521
|
"use strict";
|
|
522
522
|
init_constants();
|
|
523
523
|
envBindingPlainSchema = z5.object({
|
|
@@ -554,11 +554,11 @@ var init_secret = __esm({
|
|
|
554
554
|
}
|
|
555
555
|
});
|
|
556
556
|
|
|
557
|
-
//
|
|
557
|
+
// ../packages/shared/src/validators/agent.ts
|
|
558
558
|
import { z as z6 } from "zod";
|
|
559
559
|
var agentPermissionsSchema, adapterConfigSchema, createAgentSchema, createAgentHireSchema, updateAgentSchema, updateAgentInstructionsPathSchema, createAgentKeySchema, wakeAgentSchema, resetAgentSessionSchema, testAdapterEnvironmentSchema, updateAgentPermissionsSchema;
|
|
560
560
|
var init_agent = __esm({
|
|
561
|
-
"
|
|
561
|
+
"../packages/shared/src/validators/agent.ts"() {
|
|
562
562
|
"use strict";
|
|
563
563
|
init_constants();
|
|
564
564
|
init_secret();
|
|
@@ -631,7 +631,7 @@ var init_agent = __esm({
|
|
|
631
631
|
}
|
|
632
632
|
});
|
|
633
633
|
|
|
634
|
-
//
|
|
634
|
+
// ../packages/shared/src/validators/project.ts
|
|
635
635
|
import { z as z7 } from "zod";
|
|
636
636
|
function validateProjectWorkspace(value, ctx) {
|
|
637
637
|
const sourceType = value.sourceType ?? "local_path";
|
|
@@ -658,7 +658,7 @@ function validateProjectWorkspace(value, ctx) {
|
|
|
658
658
|
}
|
|
659
659
|
var executionWorkspaceStrategySchema, projectExecutionWorkspacePolicySchema, projectWorkspaceSourceTypeSchema, projectWorkspaceVisibilitySchema, projectWorkspaceFields, createProjectWorkspaceSchema, updateProjectWorkspaceSchema, projectFields, createProjectSchema, updateProjectSchema;
|
|
660
660
|
var init_project = __esm({
|
|
661
|
-
"
|
|
661
|
+
"../packages/shared/src/validators/project.ts"() {
|
|
662
662
|
"use strict";
|
|
663
663
|
init_constants();
|
|
664
664
|
executionWorkspaceStrategySchema = z7.object({
|
|
@@ -727,11 +727,11 @@ var init_project = __esm({
|
|
|
727
727
|
}
|
|
728
728
|
});
|
|
729
729
|
|
|
730
|
-
//
|
|
730
|
+
// ../packages/shared/src/validators/issue.ts
|
|
731
731
|
import { z as z8 } from "zod";
|
|
732
732
|
var executionWorkspaceStrategySchema2, issueExecutionWorkspaceSettingsSchema, issueAssigneeAdapterOverridesSchema, createIssueSchema, batchDelegateIssuesSchema, createIssueLabelSchema, updateIssueSchema, checkoutIssueSchema, addIssueCommentSchema, linkIssueApprovalSchema, createIssueAttachmentMetadataSchema, ISSUE_DOCUMENT_FORMATS, issueDocumentFormatSchema, issueDocumentKeySchema, upsertIssueDocumentSchema;
|
|
733
733
|
var init_issue = __esm({
|
|
734
|
-
"
|
|
734
|
+
"../packages/shared/src/validators/issue.ts"() {
|
|
735
735
|
"use strict";
|
|
736
736
|
init_constants();
|
|
737
737
|
executionWorkspaceStrategySchema2 = z8.object({
|
|
@@ -818,11 +818,11 @@ var init_issue = __esm({
|
|
|
818
818
|
}
|
|
819
819
|
});
|
|
820
820
|
|
|
821
|
-
//
|
|
821
|
+
// ../packages/shared/src/validators/work-product.ts
|
|
822
822
|
import { z as z9 } from "zod";
|
|
823
823
|
var issueWorkProductTypeSchema, issueWorkProductStatusSchema, issueWorkProductReviewStateSchema, createIssueWorkProductSchema, updateIssueWorkProductSchema;
|
|
824
824
|
var init_work_product = __esm({
|
|
825
|
-
"
|
|
825
|
+
"../packages/shared/src/validators/work-product.ts"() {
|
|
826
826
|
"use strict";
|
|
827
827
|
issueWorkProductTypeSchema = z9.enum([
|
|
828
828
|
"preview_url",
|
|
@@ -871,11 +871,11 @@ var init_work_product = __esm({
|
|
|
871
871
|
}
|
|
872
872
|
});
|
|
873
873
|
|
|
874
|
-
//
|
|
874
|
+
// ../packages/shared/src/validators/execution-workspace.ts
|
|
875
875
|
import { z as z10 } from "zod";
|
|
876
876
|
var executionWorkspaceStatusSchema, updateExecutionWorkspaceSchema;
|
|
877
877
|
var init_execution_workspace = __esm({
|
|
878
|
-
"
|
|
878
|
+
"../packages/shared/src/validators/execution-workspace.ts"() {
|
|
879
879
|
"use strict";
|
|
880
880
|
executionWorkspaceStatusSchema = z10.enum([
|
|
881
881
|
"active",
|
|
@@ -893,11 +893,11 @@ var init_execution_workspace = __esm({
|
|
|
893
893
|
}
|
|
894
894
|
});
|
|
895
895
|
|
|
896
|
-
//
|
|
896
|
+
// ../packages/shared/src/validators/ticket.ts
|
|
897
897
|
import { z as z11 } from "zod";
|
|
898
898
|
var createTicketSchema, updateTicketSchema, advanceTicketStageSchema;
|
|
899
899
|
var init_ticket = __esm({
|
|
900
|
-
"
|
|
900
|
+
"../packages/shared/src/validators/ticket.ts"() {
|
|
901
901
|
"use strict";
|
|
902
902
|
init_constants();
|
|
903
903
|
createTicketSchema = z11.object({
|
|
@@ -922,11 +922,11 @@ var init_ticket = __esm({
|
|
|
922
922
|
}
|
|
923
923
|
});
|
|
924
924
|
|
|
925
|
-
//
|
|
925
|
+
// ../packages/shared/src/validators/goal.ts
|
|
926
926
|
import { z as z12 } from "zod";
|
|
927
927
|
var createGoalSchema, updateGoalSchema;
|
|
928
928
|
var init_goal = __esm({
|
|
929
|
-
"
|
|
929
|
+
"../packages/shared/src/validators/goal.ts"() {
|
|
930
930
|
"use strict";
|
|
931
931
|
init_constants();
|
|
932
932
|
createGoalSchema = z12.object({
|
|
@@ -941,11 +941,11 @@ var init_goal = __esm({
|
|
|
941
941
|
}
|
|
942
942
|
});
|
|
943
943
|
|
|
944
|
-
//
|
|
944
|
+
// ../packages/shared/src/validators/approval.ts
|
|
945
945
|
import { z as z13 } from "zod";
|
|
946
946
|
var createApprovalSchema, resolveApprovalSchema, requestApprovalRevisionSchema, resubmitApprovalSchema, addApprovalCommentSchema;
|
|
947
947
|
var init_approval = __esm({
|
|
948
|
-
"
|
|
948
|
+
"../packages/shared/src/validators/approval.ts"() {
|
|
949
949
|
"use strict";
|
|
950
950
|
init_constants();
|
|
951
951
|
createApprovalSchema = z13.object({
|
|
@@ -971,11 +971,11 @@ var init_approval = __esm({
|
|
|
971
971
|
}
|
|
972
972
|
});
|
|
973
973
|
|
|
974
|
-
//
|
|
974
|
+
// ../packages/shared/src/validators/cost.ts
|
|
975
975
|
import { z as z14 } from "zod";
|
|
976
976
|
var createCostEventSchema, updateBudgetSchema;
|
|
977
977
|
var init_cost = __esm({
|
|
978
|
-
"
|
|
978
|
+
"../packages/shared/src/validators/cost.ts"() {
|
|
979
979
|
"use strict";
|
|
980
980
|
init_constants();
|
|
981
981
|
createCostEventSchema = z14.object({
|
|
@@ -1004,11 +1004,11 @@ var init_cost = __esm({
|
|
|
1004
1004
|
}
|
|
1005
1005
|
});
|
|
1006
1006
|
|
|
1007
|
-
//
|
|
1007
|
+
// ../packages/shared/src/validators/finance.ts
|
|
1008
1008
|
import { z as z15 } from "zod";
|
|
1009
1009
|
var createFinanceEventSchema;
|
|
1010
1010
|
var init_finance = __esm({
|
|
1011
|
-
"
|
|
1011
|
+
"../packages/shared/src/validators/finance.ts"() {
|
|
1012
1012
|
"use strict";
|
|
1013
1013
|
init_constants();
|
|
1014
1014
|
createFinanceEventSchema = z15.object({
|
|
@@ -1043,11 +1043,11 @@ var init_finance = __esm({
|
|
|
1043
1043
|
}
|
|
1044
1044
|
});
|
|
1045
1045
|
|
|
1046
|
-
//
|
|
1046
|
+
// ../packages/shared/src/validators/asset.ts
|
|
1047
1047
|
import { z as z16 } from "zod";
|
|
1048
1048
|
var createAssetImageMetadataSchema;
|
|
1049
1049
|
var init_asset = __esm({
|
|
1050
|
-
"
|
|
1050
|
+
"../packages/shared/src/validators/asset.ts"() {
|
|
1051
1051
|
"use strict";
|
|
1052
1052
|
createAssetImageMetadataSchema = z16.object({
|
|
1053
1053
|
namespace: z16.string().trim().min(1).max(120).regex(/^[a-zA-Z0-9/_-]+$/).optional()
|
|
@@ -1055,11 +1055,11 @@ var init_asset = __esm({
|
|
|
1055
1055
|
}
|
|
1056
1056
|
});
|
|
1057
1057
|
|
|
1058
|
-
//
|
|
1058
|
+
// ../packages/shared/src/validators/access.ts
|
|
1059
1059
|
import { z as z17 } from "zod";
|
|
1060
1060
|
var createCompanyInviteSchema, createOpenClawInvitePromptSchema, acceptInviteSchema, listJoinRequestsQuerySchema, claimJoinRequestApiKeySchema, updateMemberPermissionsSchema, updateUserCompanyAccessSchema;
|
|
1061
1061
|
var init_access = __esm({
|
|
1062
|
-
"
|
|
1062
|
+
"../packages/shared/src/validators/access.ts"() {
|
|
1063
1063
|
"use strict";
|
|
1064
1064
|
init_constants();
|
|
1065
1065
|
createCompanyInviteSchema = z17.object({
|
|
@@ -1104,7 +1104,7 @@ var init_access = __esm({
|
|
|
1104
1104
|
}
|
|
1105
1105
|
});
|
|
1106
1106
|
|
|
1107
|
-
//
|
|
1107
|
+
// ../packages/shared/src/validators/plugin.ts
|
|
1108
1108
|
import { z as z18 } from "zod";
|
|
1109
1109
|
function isValidCronExpression(expression) {
|
|
1110
1110
|
const trimmed = expression.trim();
|
|
@@ -1115,7 +1115,7 @@ function isValidCronExpression(expression) {
|
|
|
1115
1115
|
}
|
|
1116
1116
|
var jsonSchemaSchema, CRON_FIELD_PATTERN, pluginJobDeclarationSchema, pluginWebhookDeclarationSchema, pluginToolDeclarationSchema, pluginUiSlotDeclarationSchema, entityScopedLauncherPlacementZones, launcherBoundsByEnvironment, pluginLauncherActionDeclarationSchema, pluginLauncherRenderDeclarationSchema, pluginLauncherDeclarationSchema, pluginManifestV1Schema, installPluginSchema, upsertPluginConfigSchema, patchPluginConfigSchema, updatePluginStatusSchema, uninstallPluginSchema, pluginStateScopeKeySchema, setPluginStateSchema, listPluginStateSchema;
|
|
1117
1117
|
var init_plugin = __esm({
|
|
1118
|
-
"
|
|
1118
|
+
"../packages/shared/src/validators/plugin.ts"() {
|
|
1119
1119
|
"use strict";
|
|
1120
1120
|
init_constants();
|
|
1121
1121
|
jsonSchemaSchema = z18.record(z18.unknown()).refine(
|
|
@@ -1496,9 +1496,9 @@ var init_plugin = __esm({
|
|
|
1496
1496
|
}
|
|
1497
1497
|
});
|
|
1498
1498
|
|
|
1499
|
-
//
|
|
1499
|
+
// ../packages/shared/src/validators/index.ts
|
|
1500
1500
|
var init_validators = __esm({
|
|
1501
|
-
"
|
|
1501
|
+
"../packages/shared/src/validators/index.ts"() {
|
|
1502
1502
|
"use strict";
|
|
1503
1503
|
init_instance();
|
|
1504
1504
|
init_budget();
|
|
@@ -1521,10 +1521,10 @@ var init_validators = __esm({
|
|
|
1521
1521
|
}
|
|
1522
1522
|
});
|
|
1523
1523
|
|
|
1524
|
-
//
|
|
1524
|
+
// ../packages/shared/src/api.ts
|
|
1525
1525
|
var API_PREFIX, API;
|
|
1526
1526
|
var init_api = __esm({
|
|
1527
|
-
"
|
|
1527
|
+
"../packages/shared/src/api.ts"() {
|
|
1528
1528
|
"use strict";
|
|
1529
1529
|
API_PREFIX = "/api";
|
|
1530
1530
|
API = {
|
|
@@ -1548,32 +1548,32 @@ var init_api = __esm({
|
|
|
1548
1548
|
}
|
|
1549
1549
|
});
|
|
1550
1550
|
|
|
1551
|
-
//
|
|
1551
|
+
// ../packages/shared/src/agent-url-key.ts
|
|
1552
1552
|
var init_agent_url_key = __esm({
|
|
1553
|
-
"
|
|
1553
|
+
"../packages/shared/src/agent-url-key.ts"() {
|
|
1554
1554
|
"use strict";
|
|
1555
1555
|
}
|
|
1556
1556
|
});
|
|
1557
1557
|
|
|
1558
|
-
//
|
|
1558
|
+
// ../packages/shared/src/project-url-key.ts
|
|
1559
1559
|
var init_project_url_key = __esm({
|
|
1560
|
-
"
|
|
1560
|
+
"../packages/shared/src/project-url-key.ts"() {
|
|
1561
1561
|
"use strict";
|
|
1562
1562
|
}
|
|
1563
1563
|
});
|
|
1564
1564
|
|
|
1565
|
-
//
|
|
1565
|
+
// ../packages/shared/src/project-mentions.ts
|
|
1566
1566
|
var init_project_mentions = __esm({
|
|
1567
|
-
"
|
|
1567
|
+
"../packages/shared/src/project-mentions.ts"() {
|
|
1568
1568
|
"use strict";
|
|
1569
1569
|
}
|
|
1570
1570
|
});
|
|
1571
1571
|
|
|
1572
|
-
//
|
|
1572
|
+
// ../packages/shared/src/config-schema.ts
|
|
1573
1573
|
import { z as z19 } from "zod";
|
|
1574
1574
|
var configMetaSchema, llmConfigSchema, databaseBackupConfigSchema, databaseConfigSchema, loggingConfigSchema, serverConfigSchema, authConfigSchema, surfaceConfigSchema, storageLocalDiskConfigSchema, storageS3ConfigSchema, storageConfigSchema, secretsLocalEncryptedConfigSchema, secretsConfigSchema, paperclipConfigSchema;
|
|
1575
1575
|
var init_config_schema = __esm({
|
|
1576
|
-
"
|
|
1576
|
+
"../packages/shared/src/config-schema.ts"() {
|
|
1577
1577
|
"use strict";
|
|
1578
1578
|
init_constants();
|
|
1579
1579
|
configMetaSchema = z19.object({
|
|
@@ -1728,7 +1728,7 @@ var init_config_schema = __esm({
|
|
|
1728
1728
|
}
|
|
1729
1729
|
});
|
|
1730
1730
|
|
|
1731
|
-
//
|
|
1731
|
+
// ../packages/shared/src/surface-runtime.ts
|
|
1732
1732
|
function buildSurfaceRuntimeContract(profile = "dx") {
|
|
1733
1733
|
if (profile === "gtm") {
|
|
1734
1734
|
return Object.freeze({
|
|
@@ -1762,13 +1762,13 @@ function initializeSurfaceRuntimeContract(profile = "dx") {
|
|
|
1762
1762
|
}
|
|
1763
1763
|
var runtimeContract;
|
|
1764
1764
|
var init_surface_runtime = __esm({
|
|
1765
|
-
"
|
|
1765
|
+
"../packages/shared/src/surface-runtime.ts"() {
|
|
1766
1766
|
"use strict";
|
|
1767
1767
|
runtimeContract = null;
|
|
1768
1768
|
}
|
|
1769
1769
|
});
|
|
1770
1770
|
|
|
1771
|
-
//
|
|
1771
|
+
// ../packages/shared/src/gtm.ts
|
|
1772
1772
|
function humanizeToken(value) {
|
|
1773
1773
|
return value.replace(/[_-]+/g, " ").replace(/\s+/g, " ").trim().replace(/\b\w/g, (match) => match.toUpperCase());
|
|
1774
1774
|
}
|
|
@@ -1932,14 +1932,14 @@ function toGtmViewModel(state) {
|
|
|
1932
1932
|
};
|
|
1933
1933
|
}
|
|
1934
1934
|
var init_gtm = __esm({
|
|
1935
|
-
"
|
|
1935
|
+
"../packages/shared/src/gtm.ts"() {
|
|
1936
1936
|
"use strict";
|
|
1937
1937
|
}
|
|
1938
1938
|
});
|
|
1939
1939
|
|
|
1940
|
-
//
|
|
1940
|
+
// ../packages/shared/src/index.ts
|
|
1941
1941
|
var init_src = __esm({
|
|
1942
|
-
"
|
|
1942
|
+
"../packages/shared/src/index.ts"() {
|
|
1943
1943
|
"use strict";
|
|
1944
1944
|
init_constants();
|
|
1945
1945
|
init_validators();
|
|
@@ -2933,11 +2933,11 @@ var init_server = __esm({
|
|
|
2933
2933
|
}
|
|
2934
2934
|
});
|
|
2935
2935
|
|
|
2936
|
-
//
|
|
2936
|
+
// ../packages/db/src/schema/companies.ts
|
|
2937
2937
|
import { pgTable, uuid, text as text6, integer, timestamp, boolean, uniqueIndex } from "drizzle-orm/pg-core";
|
|
2938
2938
|
var companies;
|
|
2939
2939
|
var init_companies = __esm({
|
|
2940
|
-
"
|
|
2940
|
+
"../packages/db/src/schema/companies.ts"() {
|
|
2941
2941
|
"use strict";
|
|
2942
2942
|
companies = pgTable(
|
|
2943
2943
|
"companies",
|
|
@@ -2964,7 +2964,7 @@ var init_companies = __esm({
|
|
|
2964
2964
|
}
|
|
2965
2965
|
});
|
|
2966
2966
|
|
|
2967
|
-
//
|
|
2967
|
+
// ../packages/db/src/schema/agents.ts
|
|
2968
2968
|
import {
|
|
2969
2969
|
pgTable as pgTable2,
|
|
2970
2970
|
uuid as uuid2,
|
|
@@ -2976,7 +2976,7 @@ import {
|
|
|
2976
2976
|
} from "drizzle-orm/pg-core";
|
|
2977
2977
|
var agents;
|
|
2978
2978
|
var init_agents = __esm({
|
|
2979
|
-
"
|
|
2979
|
+
"../packages/db/src/schema/agents.ts"() {
|
|
2980
2980
|
"use strict";
|
|
2981
2981
|
init_companies();
|
|
2982
2982
|
agents = pgTable2(
|
|
@@ -3012,11 +3012,11 @@ var init_agents = __esm({
|
|
|
3012
3012
|
}
|
|
3013
3013
|
});
|
|
3014
3014
|
|
|
3015
|
-
//
|
|
3015
|
+
// ../packages/db/src/schema/assets.ts
|
|
3016
3016
|
import { pgTable as pgTable3, uuid as uuid3, text as text8, integer as integer3, timestamp as timestamp3, index as index2, uniqueIndex as uniqueIndex2 } from "drizzle-orm/pg-core";
|
|
3017
3017
|
var assets;
|
|
3018
3018
|
var init_assets = __esm({
|
|
3019
|
-
"
|
|
3019
|
+
"../packages/db/src/schema/assets.ts"() {
|
|
3020
3020
|
"use strict";
|
|
3021
3021
|
init_companies();
|
|
3022
3022
|
init_agents();
|
|
@@ -3045,11 +3045,11 @@ var init_assets = __esm({
|
|
|
3045
3045
|
}
|
|
3046
3046
|
});
|
|
3047
3047
|
|
|
3048
|
-
//
|
|
3048
|
+
// ../packages/db/src/schema/company_logos.ts
|
|
3049
3049
|
import { pgTable as pgTable4, uuid as uuid4, timestamp as timestamp4, uniqueIndex as uniqueIndex3 } from "drizzle-orm/pg-core";
|
|
3050
3050
|
var companyLogos;
|
|
3051
3051
|
var init_company_logos = __esm({
|
|
3052
|
-
"
|
|
3052
|
+
"../packages/db/src/schema/company_logos.ts"() {
|
|
3053
3053
|
"use strict";
|
|
3054
3054
|
init_companies();
|
|
3055
3055
|
init_assets();
|
|
@@ -3070,11 +3070,11 @@ var init_company_logos = __esm({
|
|
|
3070
3070
|
}
|
|
3071
3071
|
});
|
|
3072
3072
|
|
|
3073
|
-
//
|
|
3073
|
+
// ../packages/db/src/schema/auth.ts
|
|
3074
3074
|
import { pgTable as pgTable5, text as text9, timestamp as timestamp5, boolean as boolean2 } from "drizzle-orm/pg-core";
|
|
3075
3075
|
var authUsers, authSessions, authAccounts, authVerifications;
|
|
3076
3076
|
var init_auth = __esm({
|
|
3077
|
-
"
|
|
3077
|
+
"../packages/db/src/schema/auth.ts"() {
|
|
3078
3078
|
"use strict";
|
|
3079
3079
|
authUsers = pgTable5("user", {
|
|
3080
3080
|
id: text9("id").primaryKey(),
|
|
@@ -3121,11 +3121,11 @@ var init_auth = __esm({
|
|
|
3121
3121
|
}
|
|
3122
3122
|
});
|
|
3123
3123
|
|
|
3124
|
-
//
|
|
3124
|
+
// ../packages/db/src/schema/instance_settings.ts
|
|
3125
3125
|
import { pgTable as pgTable6, uuid as uuid5, text as text10, timestamp as timestamp6, jsonb as jsonb2, uniqueIndex as uniqueIndex4 } from "drizzle-orm/pg-core";
|
|
3126
3126
|
var instanceSettings;
|
|
3127
3127
|
var init_instance_settings = __esm({
|
|
3128
|
-
"
|
|
3128
|
+
"../packages/db/src/schema/instance_settings.ts"() {
|
|
3129
3129
|
"use strict";
|
|
3130
3130
|
instanceSettings = pgTable6(
|
|
3131
3131
|
"instance_settings",
|
|
@@ -3143,11 +3143,11 @@ var init_instance_settings = __esm({
|
|
|
3143
3143
|
}
|
|
3144
3144
|
});
|
|
3145
3145
|
|
|
3146
|
-
//
|
|
3146
|
+
// ../packages/db/src/schema/instance_user_roles.ts
|
|
3147
3147
|
import { pgTable as pgTable7, uuid as uuid6, text as text11, timestamp as timestamp7, uniqueIndex as uniqueIndex5, index as index3 } from "drizzle-orm/pg-core";
|
|
3148
3148
|
var instanceUserRoles;
|
|
3149
3149
|
var init_instance_user_roles = __esm({
|
|
3150
|
-
"
|
|
3150
|
+
"../packages/db/src/schema/instance_user_roles.ts"() {
|
|
3151
3151
|
"use strict";
|
|
3152
3152
|
instanceUserRoles = pgTable7(
|
|
3153
3153
|
"instance_user_roles",
|
|
@@ -3166,11 +3166,11 @@ var init_instance_user_roles = __esm({
|
|
|
3166
3166
|
}
|
|
3167
3167
|
});
|
|
3168
3168
|
|
|
3169
|
-
//
|
|
3169
|
+
// ../packages/db/src/schema/company_memberships.ts
|
|
3170
3170
|
import { pgTable as pgTable8, uuid as uuid7, text as text12, timestamp as timestamp8, uniqueIndex as uniqueIndex6, index as index4 } from "drizzle-orm/pg-core";
|
|
3171
3171
|
var companyMemberships;
|
|
3172
3172
|
var init_company_memberships = __esm({
|
|
3173
|
-
"
|
|
3173
|
+
"../packages/db/src/schema/company_memberships.ts"() {
|
|
3174
3174
|
"use strict";
|
|
3175
3175
|
init_companies();
|
|
3176
3176
|
companyMemberships = pgTable8(
|
|
@@ -3202,11 +3202,11 @@ var init_company_memberships = __esm({
|
|
|
3202
3202
|
}
|
|
3203
3203
|
});
|
|
3204
3204
|
|
|
3205
|
-
//
|
|
3205
|
+
// ../packages/db/src/schema/principal_permission_grants.ts
|
|
3206
3206
|
import { pgTable as pgTable9, uuid as uuid8, text as text13, timestamp as timestamp9, jsonb as jsonb3, uniqueIndex as uniqueIndex7, index as index5 } from "drizzle-orm/pg-core";
|
|
3207
3207
|
var principalPermissionGrants;
|
|
3208
3208
|
var init_principal_permission_grants = __esm({
|
|
3209
|
-
"
|
|
3209
|
+
"../packages/db/src/schema/principal_permission_grants.ts"() {
|
|
3210
3210
|
"use strict";
|
|
3211
3211
|
init_companies();
|
|
3212
3212
|
principalPermissionGrants = pgTable9(
|
|
@@ -3238,11 +3238,11 @@ var init_principal_permission_grants = __esm({
|
|
|
3238
3238
|
}
|
|
3239
3239
|
});
|
|
3240
3240
|
|
|
3241
|
-
//
|
|
3241
|
+
// ../packages/db/src/schema/invites.ts
|
|
3242
3242
|
import { pgTable as pgTable10, uuid as uuid9, text as text14, timestamp as timestamp10, jsonb as jsonb4, index as index6, uniqueIndex as uniqueIndex8 } from "drizzle-orm/pg-core";
|
|
3243
3243
|
var invites;
|
|
3244
3244
|
var init_invites = __esm({
|
|
3245
|
-
"
|
|
3245
|
+
"../packages/db/src/schema/invites.ts"() {
|
|
3246
3246
|
"use strict";
|
|
3247
3247
|
init_companies();
|
|
3248
3248
|
invites = pgTable10(
|
|
@@ -3274,11 +3274,11 @@ var init_invites = __esm({
|
|
|
3274
3274
|
}
|
|
3275
3275
|
});
|
|
3276
3276
|
|
|
3277
|
-
//
|
|
3277
|
+
// ../packages/db/src/schema/join_requests.ts
|
|
3278
3278
|
import { pgTable as pgTable11, uuid as uuid10, text as text15, timestamp as timestamp11, jsonb as jsonb5, index as index7, uniqueIndex as uniqueIndex9 } from "drizzle-orm/pg-core";
|
|
3279
3279
|
var joinRequests;
|
|
3280
3280
|
var init_join_requests = __esm({
|
|
3281
|
-
"
|
|
3281
|
+
"../packages/db/src/schema/join_requests.ts"() {
|
|
3282
3282
|
"use strict";
|
|
3283
3283
|
init_companies();
|
|
3284
3284
|
init_invites();
|
|
@@ -3322,11 +3322,11 @@ var init_join_requests = __esm({
|
|
|
3322
3322
|
}
|
|
3323
3323
|
});
|
|
3324
3324
|
|
|
3325
|
-
//
|
|
3325
|
+
// ../packages/db/src/schema/budget_policies.ts
|
|
3326
3326
|
import { boolean as boolean3, index as index8, integer as integer4, pgTable as pgTable12, text as text16, timestamp as timestamp12, uuid as uuid11, uniqueIndex as uniqueIndex10 } from "drizzle-orm/pg-core";
|
|
3327
3327
|
var budgetPolicies;
|
|
3328
3328
|
var init_budget_policies = __esm({
|
|
3329
|
-
"
|
|
3329
|
+
"../packages/db/src/schema/budget_policies.ts"() {
|
|
3330
3330
|
"use strict";
|
|
3331
3331
|
init_companies();
|
|
3332
3332
|
budgetPolicies = pgTable12(
|
|
@@ -3372,11 +3372,11 @@ var init_budget_policies = __esm({
|
|
|
3372
3372
|
}
|
|
3373
3373
|
});
|
|
3374
3374
|
|
|
3375
|
-
//
|
|
3375
|
+
// ../packages/db/src/schema/approvals.ts
|
|
3376
3376
|
import { pgTable as pgTable13, uuid as uuid12, text as text17, timestamp as timestamp13, jsonb as jsonb6, index as index9 } from "drizzle-orm/pg-core";
|
|
3377
3377
|
var approvals;
|
|
3378
3378
|
var init_approvals = __esm({
|
|
3379
|
-
"
|
|
3379
|
+
"../packages/db/src/schema/approvals.ts"() {
|
|
3380
3380
|
"use strict";
|
|
3381
3381
|
init_companies();
|
|
3382
3382
|
init_agents();
|
|
@@ -3407,12 +3407,12 @@ var init_approvals = __esm({
|
|
|
3407
3407
|
}
|
|
3408
3408
|
});
|
|
3409
3409
|
|
|
3410
|
-
//
|
|
3410
|
+
// ../packages/db/src/schema/budget_incidents.ts
|
|
3411
3411
|
import { sql } from "drizzle-orm";
|
|
3412
3412
|
import { index as index10, integer as integer5, pgTable as pgTable14, text as text18, timestamp as timestamp14, uuid as uuid13, uniqueIndex as uniqueIndex11 } from "drizzle-orm/pg-core";
|
|
3413
3413
|
var budgetIncidents;
|
|
3414
3414
|
var init_budget_incidents = __esm({
|
|
3415
|
-
"
|
|
3415
|
+
"../packages/db/src/schema/budget_incidents.ts"() {
|
|
3416
3416
|
"use strict";
|
|
3417
3417
|
init_approvals();
|
|
3418
3418
|
init_budget_policies();
|
|
@@ -3456,11 +3456,11 @@ var init_budget_incidents = __esm({
|
|
|
3456
3456
|
}
|
|
3457
3457
|
});
|
|
3458
3458
|
|
|
3459
|
-
//
|
|
3459
|
+
// ../packages/db/src/schema/agent_config_revisions.ts
|
|
3460
3460
|
import { pgTable as pgTable15, uuid as uuid14, text as text19, timestamp as timestamp15, jsonb as jsonb7, index as index11 } from "drizzle-orm/pg-core";
|
|
3461
3461
|
var agentConfigRevisions;
|
|
3462
3462
|
var init_agent_config_revisions = __esm({
|
|
3463
|
-
"
|
|
3463
|
+
"../packages/db/src/schema/agent_config_revisions.ts"() {
|
|
3464
3464
|
"use strict";
|
|
3465
3465
|
init_companies();
|
|
3466
3466
|
init_agents();
|
|
@@ -3491,11 +3491,11 @@ var init_agent_config_revisions = __esm({
|
|
|
3491
3491
|
}
|
|
3492
3492
|
});
|
|
3493
3493
|
|
|
3494
|
-
//
|
|
3494
|
+
// ../packages/db/src/schema/agent_api_keys.ts
|
|
3495
3495
|
import { pgTable as pgTable16, uuid as uuid15, text as text20, timestamp as timestamp16, index as index12 } from "drizzle-orm/pg-core";
|
|
3496
3496
|
var agentApiKeys;
|
|
3497
3497
|
var init_agent_api_keys = __esm({
|
|
3498
|
-
"
|
|
3498
|
+
"../packages/db/src/schema/agent_api_keys.ts"() {
|
|
3499
3499
|
"use strict";
|
|
3500
3500
|
init_agents();
|
|
3501
3501
|
init_companies();
|
|
@@ -3519,11 +3519,11 @@ var init_agent_api_keys = __esm({
|
|
|
3519
3519
|
}
|
|
3520
3520
|
});
|
|
3521
3521
|
|
|
3522
|
-
//
|
|
3522
|
+
// ../packages/db/src/schema/agent_runtime_state.ts
|
|
3523
3523
|
import { pgTable as pgTable17, uuid as uuid16, text as text21, timestamp as timestamp17, jsonb as jsonb8, bigint, index as index13 } from "drizzle-orm/pg-core";
|
|
3524
3524
|
var agentRuntimeState;
|
|
3525
3525
|
var init_agent_runtime_state = __esm({
|
|
3526
|
-
"
|
|
3526
|
+
"../packages/db/src/schema/agent_runtime_state.ts"() {
|
|
3527
3527
|
"use strict";
|
|
3528
3528
|
init_agents();
|
|
3529
3529
|
init_companies();
|
|
@@ -3553,11 +3553,11 @@ var init_agent_runtime_state = __esm({
|
|
|
3553
3553
|
}
|
|
3554
3554
|
});
|
|
3555
3555
|
|
|
3556
|
-
//
|
|
3556
|
+
// ../packages/db/src/schema/agent_wakeup_requests.ts
|
|
3557
3557
|
import { pgTable as pgTable18, uuid as uuid17, text as text22, timestamp as timestamp18, jsonb as jsonb9, integer as integer6, index as index14 } from "drizzle-orm/pg-core";
|
|
3558
3558
|
var agentWakeupRequests;
|
|
3559
3559
|
var init_agent_wakeup_requests = __esm({
|
|
3560
|
-
"
|
|
3560
|
+
"../packages/db/src/schema/agent_wakeup_requests.ts"() {
|
|
3561
3561
|
"use strict";
|
|
3562
3562
|
init_companies();
|
|
3563
3563
|
init_agents();
|
|
@@ -3600,11 +3600,11 @@ var init_agent_wakeup_requests = __esm({
|
|
|
3600
3600
|
}
|
|
3601
3601
|
});
|
|
3602
3602
|
|
|
3603
|
-
//
|
|
3603
|
+
// ../packages/db/src/schema/heartbeat_runs.ts
|
|
3604
3604
|
import { pgTable as pgTable19, uuid as uuid18, text as text23, timestamp as timestamp19, jsonb as jsonb10, index as index15, integer as integer7, bigint as bigint2, boolean as boolean4 } from "drizzle-orm/pg-core";
|
|
3605
3605
|
var heartbeatRuns;
|
|
3606
3606
|
var init_heartbeat_runs = __esm({
|
|
3607
|
-
"
|
|
3607
|
+
"../packages/db/src/schema/heartbeat_runs.ts"() {
|
|
3608
3608
|
"use strict";
|
|
3609
3609
|
init_companies();
|
|
3610
3610
|
init_agents();
|
|
@@ -3658,11 +3658,11 @@ var init_heartbeat_runs = __esm({
|
|
|
3658
3658
|
}
|
|
3659
3659
|
});
|
|
3660
3660
|
|
|
3661
|
-
//
|
|
3661
|
+
// ../packages/db/src/schema/agent_task_sessions.ts
|
|
3662
3662
|
import { pgTable as pgTable20, uuid as uuid19, text as text24, timestamp as timestamp20, jsonb as jsonb11, index as index16, uniqueIndex as uniqueIndex12 } from "drizzle-orm/pg-core";
|
|
3663
3663
|
var agentTaskSessions;
|
|
3664
3664
|
var init_agent_task_sessions = __esm({
|
|
3665
|
-
"
|
|
3665
|
+
"../packages/db/src/schema/agent_task_sessions.ts"() {
|
|
3666
3666
|
"use strict";
|
|
3667
3667
|
init_companies();
|
|
3668
3668
|
init_agents();
|
|
@@ -3704,7 +3704,7 @@ var init_agent_task_sessions = __esm({
|
|
|
3704
3704
|
}
|
|
3705
3705
|
});
|
|
3706
3706
|
|
|
3707
|
-
//
|
|
3707
|
+
// ../packages/db/src/schema/goals.ts
|
|
3708
3708
|
import {
|
|
3709
3709
|
pgTable as pgTable21,
|
|
3710
3710
|
uuid as uuid20,
|
|
@@ -3714,7 +3714,7 @@ import {
|
|
|
3714
3714
|
} from "drizzle-orm/pg-core";
|
|
3715
3715
|
var goals;
|
|
3716
3716
|
var init_goals = __esm({
|
|
3717
|
-
"
|
|
3717
|
+
"../packages/db/src/schema/goals.ts"() {
|
|
3718
3718
|
"use strict";
|
|
3719
3719
|
init_agents();
|
|
3720
3720
|
init_companies();
|
|
@@ -3739,11 +3739,11 @@ var init_goals = __esm({
|
|
|
3739
3739
|
}
|
|
3740
3740
|
});
|
|
3741
3741
|
|
|
3742
|
-
//
|
|
3742
|
+
// ../packages/db/src/schema/projects.ts
|
|
3743
3743
|
import { pgTable as pgTable22, uuid as uuid21, text as text26, timestamp as timestamp22, date, index as index18, jsonb as jsonb12 } from "drizzle-orm/pg-core";
|
|
3744
3744
|
var projects;
|
|
3745
3745
|
var init_projects = __esm({
|
|
3746
|
-
"
|
|
3746
|
+
"../packages/db/src/schema/projects.ts"() {
|
|
3747
3747
|
"use strict";
|
|
3748
3748
|
init_companies();
|
|
3749
3749
|
init_goals();
|
|
@@ -3774,7 +3774,7 @@ var init_projects = __esm({
|
|
|
3774
3774
|
}
|
|
3775
3775
|
});
|
|
3776
3776
|
|
|
3777
|
-
//
|
|
3777
|
+
// ../packages/db/src/schema/project_workspaces.ts
|
|
3778
3778
|
import {
|
|
3779
3779
|
boolean as boolean5,
|
|
3780
3780
|
index as index19,
|
|
@@ -3787,7 +3787,7 @@ import {
|
|
|
3787
3787
|
} from "drizzle-orm/pg-core";
|
|
3788
3788
|
var projectWorkspaces;
|
|
3789
3789
|
var init_project_workspaces = __esm({
|
|
3790
|
-
"
|
|
3790
|
+
"../packages/db/src/schema/project_workspaces.ts"() {
|
|
3791
3791
|
"use strict";
|
|
3792
3792
|
init_companies();
|
|
3793
3793
|
init_projects();
|
|
@@ -3825,11 +3825,11 @@ var init_project_workspaces = __esm({
|
|
|
3825
3825
|
}
|
|
3826
3826
|
});
|
|
3827
3827
|
|
|
3828
|
-
//
|
|
3828
|
+
// ../packages/db/src/schema/tickets.ts
|
|
3829
3829
|
import { pgTable as pgTable24, uuid as uuid23, text as text28, timestamp as timestamp24, jsonb as jsonb14, index as index20 } from "drizzle-orm/pg-core";
|
|
3830
3830
|
var tickets;
|
|
3831
3831
|
var init_tickets = __esm({
|
|
3832
|
-
"
|
|
3832
|
+
"../packages/db/src/schema/tickets.ts"() {
|
|
3833
3833
|
"use strict";
|
|
3834
3834
|
init_companies();
|
|
3835
3835
|
tickets = pgTable24(
|
|
@@ -3860,7 +3860,7 @@ var init_tickets = __esm({
|
|
|
3860
3860
|
}
|
|
3861
3861
|
});
|
|
3862
3862
|
|
|
3863
|
-
//
|
|
3863
|
+
// ../packages/db/src/schema/issues.ts
|
|
3864
3864
|
import {
|
|
3865
3865
|
pgTable as pgTable25,
|
|
3866
3866
|
uuid as uuid24,
|
|
@@ -3873,7 +3873,7 @@ import {
|
|
|
3873
3873
|
} from "drizzle-orm/pg-core";
|
|
3874
3874
|
var issues;
|
|
3875
3875
|
var init_issues = __esm({
|
|
3876
|
-
"
|
|
3876
|
+
"../packages/db/src/schema/issues.ts"() {
|
|
3877
3877
|
"use strict";
|
|
3878
3878
|
init_agents();
|
|
3879
3879
|
init_projects();
|
|
@@ -3945,7 +3945,7 @@ var init_issues = __esm({
|
|
|
3945
3945
|
}
|
|
3946
3946
|
});
|
|
3947
3947
|
|
|
3948
|
-
//
|
|
3948
|
+
// ../packages/db/src/schema/execution_workspaces.ts
|
|
3949
3949
|
import {
|
|
3950
3950
|
index as index22,
|
|
3951
3951
|
jsonb as jsonb16,
|
|
@@ -3956,7 +3956,7 @@ import {
|
|
|
3956
3956
|
} from "drizzle-orm/pg-core";
|
|
3957
3957
|
var executionWorkspaces;
|
|
3958
3958
|
var init_execution_workspaces = __esm({
|
|
3959
|
-
"
|
|
3959
|
+
"../packages/db/src/schema/execution_workspaces.ts"() {
|
|
3960
3960
|
"use strict";
|
|
3961
3961
|
init_companies();
|
|
3962
3962
|
init_issues();
|
|
@@ -4018,7 +4018,7 @@ var init_execution_workspaces = __esm({
|
|
|
4018
4018
|
}
|
|
4019
4019
|
});
|
|
4020
4020
|
|
|
4021
|
-
//
|
|
4021
|
+
// ../packages/db/src/schema/workspace_operations.ts
|
|
4022
4022
|
import {
|
|
4023
4023
|
bigint as bigint3,
|
|
4024
4024
|
boolean as boolean6,
|
|
@@ -4032,7 +4032,7 @@ import {
|
|
|
4032
4032
|
} from "drizzle-orm/pg-core";
|
|
4033
4033
|
var workspaceOperations;
|
|
4034
4034
|
var init_workspace_operations = __esm({
|
|
4035
|
-
"
|
|
4035
|
+
"../packages/db/src/schema/workspace_operations.ts"() {
|
|
4036
4036
|
"use strict";
|
|
4037
4037
|
init_companies();
|
|
4038
4038
|
init_execution_workspaces();
|
|
@@ -4082,7 +4082,7 @@ var init_workspace_operations = __esm({
|
|
|
4082
4082
|
}
|
|
4083
4083
|
});
|
|
4084
4084
|
|
|
4085
|
-
//
|
|
4085
|
+
// ../packages/db/src/schema/workspace_runtime_services.ts
|
|
4086
4086
|
import {
|
|
4087
4087
|
index as index24,
|
|
4088
4088
|
integer as integer10,
|
|
@@ -4094,7 +4094,7 @@ import {
|
|
|
4094
4094
|
} from "drizzle-orm/pg-core";
|
|
4095
4095
|
var workspaceRuntimeServices;
|
|
4096
4096
|
var init_workspace_runtime_services = __esm({
|
|
4097
|
-
"
|
|
4097
|
+
"../packages/db/src/schema/workspace_runtime_services.ts"() {
|
|
4098
4098
|
"use strict";
|
|
4099
4099
|
init_companies();
|
|
4100
4100
|
init_projects();
|
|
@@ -4160,11 +4160,11 @@ var init_workspace_runtime_services = __esm({
|
|
|
4160
4160
|
}
|
|
4161
4161
|
});
|
|
4162
4162
|
|
|
4163
|
-
//
|
|
4163
|
+
// ../packages/db/src/schema/project_goals.ts
|
|
4164
4164
|
import { pgTable as pgTable29, uuid as uuid28, timestamp as timestamp29, index as index25, primaryKey } from "drizzle-orm/pg-core";
|
|
4165
4165
|
var projectGoals;
|
|
4166
4166
|
var init_project_goals = __esm({
|
|
4167
|
-
"
|
|
4167
|
+
"../packages/db/src/schema/project_goals.ts"() {
|
|
4168
4168
|
"use strict";
|
|
4169
4169
|
init_companies();
|
|
4170
4170
|
init_projects();
|
|
@@ -4188,7 +4188,7 @@ var init_project_goals = __esm({
|
|
|
4188
4188
|
}
|
|
4189
4189
|
});
|
|
4190
4190
|
|
|
4191
|
-
//
|
|
4191
|
+
// ../packages/db/src/schema/issue_work_products.ts
|
|
4192
4192
|
import {
|
|
4193
4193
|
boolean as boolean7,
|
|
4194
4194
|
index as index26,
|
|
@@ -4200,7 +4200,7 @@ import {
|
|
|
4200
4200
|
} from "drizzle-orm/pg-core";
|
|
4201
4201
|
var issueWorkProducts;
|
|
4202
4202
|
var init_issue_work_products = __esm({
|
|
4203
|
-
"
|
|
4203
|
+
"../packages/db/src/schema/issue_work_products.ts"() {
|
|
4204
4204
|
"use strict";
|
|
4205
4205
|
init_companies();
|
|
4206
4206
|
init_execution_workspaces();
|
|
@@ -4257,11 +4257,11 @@ var init_issue_work_products = __esm({
|
|
|
4257
4257
|
}
|
|
4258
4258
|
});
|
|
4259
4259
|
|
|
4260
|
-
//
|
|
4260
|
+
// ../packages/db/src/schema/labels.ts
|
|
4261
4261
|
import { pgTable as pgTable31, uuid as uuid30, text as text34, timestamp as timestamp31, index as index27, uniqueIndex as uniqueIndex15 } from "drizzle-orm/pg-core";
|
|
4262
4262
|
var labels;
|
|
4263
4263
|
var init_labels = __esm({
|
|
4264
|
-
"
|
|
4264
|
+
"../packages/db/src/schema/labels.ts"() {
|
|
4265
4265
|
"use strict";
|
|
4266
4266
|
init_companies();
|
|
4267
4267
|
labels = pgTable31(
|
|
@@ -4282,11 +4282,11 @@ var init_labels = __esm({
|
|
|
4282
4282
|
}
|
|
4283
4283
|
});
|
|
4284
4284
|
|
|
4285
|
-
//
|
|
4285
|
+
// ../packages/db/src/schema/issue_labels.ts
|
|
4286
4286
|
import { pgTable as pgTable32, uuid as uuid31, timestamp as timestamp32, index as index28, primaryKey as primaryKey2 } from "drizzle-orm/pg-core";
|
|
4287
4287
|
var issueLabels;
|
|
4288
4288
|
var init_issue_labels = __esm({
|
|
4289
|
-
"
|
|
4289
|
+
"../packages/db/src/schema/issue_labels.ts"() {
|
|
4290
4290
|
"use strict";
|
|
4291
4291
|
init_companies();
|
|
4292
4292
|
init_issues();
|
|
@@ -4309,11 +4309,11 @@ var init_issue_labels = __esm({
|
|
|
4309
4309
|
}
|
|
4310
4310
|
});
|
|
4311
4311
|
|
|
4312
|
-
//
|
|
4312
|
+
// ../packages/db/src/schema/issue_approvals.ts
|
|
4313
4313
|
import { pgTable as pgTable33, uuid as uuid32, text as text35, timestamp as timestamp33, index as index29, primaryKey as primaryKey3 } from "drizzle-orm/pg-core";
|
|
4314
4314
|
var issueApprovals;
|
|
4315
4315
|
var init_issue_approvals = __esm({
|
|
4316
|
-
"
|
|
4316
|
+
"../packages/db/src/schema/issue_approvals.ts"() {
|
|
4317
4317
|
"use strict";
|
|
4318
4318
|
init_companies();
|
|
4319
4319
|
init_issues();
|
|
@@ -4339,11 +4339,11 @@ var init_issue_approvals = __esm({
|
|
|
4339
4339
|
}
|
|
4340
4340
|
});
|
|
4341
4341
|
|
|
4342
|
-
//
|
|
4342
|
+
// ../packages/db/src/schema/issue_comments.ts
|
|
4343
4343
|
import { pgTable as pgTable34, uuid as uuid33, text as text36, timestamp as timestamp34, index as index30 } from "drizzle-orm/pg-core";
|
|
4344
4344
|
var issueComments;
|
|
4345
4345
|
var init_issue_comments = __esm({
|
|
4346
|
-
"
|
|
4346
|
+
"../packages/db/src/schema/issue_comments.ts"() {
|
|
4347
4347
|
"use strict";
|
|
4348
4348
|
init_companies();
|
|
4349
4349
|
init_issues();
|
|
@@ -4379,11 +4379,11 @@ var init_issue_comments = __esm({
|
|
|
4379
4379
|
}
|
|
4380
4380
|
});
|
|
4381
4381
|
|
|
4382
|
-
//
|
|
4382
|
+
// ../packages/db/src/schema/issue_read_states.ts
|
|
4383
4383
|
import { pgTable as pgTable35, uuid as uuid34, text as text37, timestamp as timestamp35, index as index31, uniqueIndex as uniqueIndex16 } from "drizzle-orm/pg-core";
|
|
4384
4384
|
var issueReadStates;
|
|
4385
4385
|
var init_issue_read_states = __esm({
|
|
4386
|
-
"
|
|
4386
|
+
"../packages/db/src/schema/issue_read_states.ts"() {
|
|
4387
4387
|
"use strict";
|
|
4388
4388
|
init_companies();
|
|
4389
4389
|
init_issues();
|
|
@@ -4411,11 +4411,11 @@ var init_issue_read_states = __esm({
|
|
|
4411
4411
|
}
|
|
4412
4412
|
});
|
|
4413
4413
|
|
|
4414
|
-
//
|
|
4414
|
+
// ../packages/db/src/schema/issue_attachments.ts
|
|
4415
4415
|
import { pgTable as pgTable36, uuid as uuid35, timestamp as timestamp36, index as index32, uniqueIndex as uniqueIndex17 } from "drizzle-orm/pg-core";
|
|
4416
4416
|
var issueAttachments;
|
|
4417
4417
|
var init_issue_attachments = __esm({
|
|
4418
|
-
"
|
|
4418
|
+
"../packages/db/src/schema/issue_attachments.ts"() {
|
|
4419
4419
|
"use strict";
|
|
4420
4420
|
init_companies();
|
|
4421
4421
|
init_issues();
|
|
@@ -4441,11 +4441,11 @@ var init_issue_attachments = __esm({
|
|
|
4441
4441
|
}
|
|
4442
4442
|
});
|
|
4443
4443
|
|
|
4444
|
-
//
|
|
4444
|
+
// ../packages/db/src/schema/documents.ts
|
|
4445
4445
|
import { pgTable as pgTable37, uuid as uuid36, text as text38, integer as integer11, timestamp as timestamp37, index as index33 } from "drizzle-orm/pg-core";
|
|
4446
4446
|
var documents;
|
|
4447
4447
|
var init_documents = __esm({
|
|
4448
|
-
"
|
|
4448
|
+
"../packages/db/src/schema/documents.ts"() {
|
|
4449
4449
|
"use strict";
|
|
4450
4450
|
init_companies();
|
|
4451
4451
|
init_agents();
|
|
@@ -4474,11 +4474,11 @@ var init_documents = __esm({
|
|
|
4474
4474
|
}
|
|
4475
4475
|
});
|
|
4476
4476
|
|
|
4477
|
-
//
|
|
4477
|
+
// ../packages/db/src/schema/document_revisions.ts
|
|
4478
4478
|
import { pgTable as pgTable38, uuid as uuid37, text as text39, integer as integer12, timestamp as timestamp38, index as index34, uniqueIndex as uniqueIndex18 } from "drizzle-orm/pg-core";
|
|
4479
4479
|
var documentRevisions;
|
|
4480
4480
|
var init_document_revisions = __esm({
|
|
4481
|
-
"
|
|
4481
|
+
"../packages/db/src/schema/document_revisions.ts"() {
|
|
4482
4482
|
"use strict";
|
|
4483
4483
|
init_companies();
|
|
4484
4484
|
init_agents();
|
|
@@ -4511,11 +4511,11 @@ var init_document_revisions = __esm({
|
|
|
4511
4511
|
}
|
|
4512
4512
|
});
|
|
4513
4513
|
|
|
4514
|
-
//
|
|
4514
|
+
// ../packages/db/src/schema/issue_documents.ts
|
|
4515
4515
|
import { pgTable as pgTable39, uuid as uuid38, text as text40, timestamp as timestamp39, index as index35, uniqueIndex as uniqueIndex19 } from "drizzle-orm/pg-core";
|
|
4516
4516
|
var issueDocuments;
|
|
4517
4517
|
var init_issue_documents = __esm({
|
|
4518
|
-
"
|
|
4518
|
+
"../packages/db/src/schema/issue_documents.ts"() {
|
|
4519
4519
|
"use strict";
|
|
4520
4520
|
init_companies();
|
|
4521
4521
|
init_issues();
|
|
@@ -4548,11 +4548,11 @@ var init_issue_documents = __esm({
|
|
|
4548
4548
|
}
|
|
4549
4549
|
});
|
|
4550
4550
|
|
|
4551
|
-
//
|
|
4551
|
+
// ../packages/db/src/schema/heartbeat_run_events.ts
|
|
4552
4552
|
import { pgTable as pgTable40, uuid as uuid39, text as text41, timestamp as timestamp40, integer as integer13, jsonb as jsonb20, index as index36, bigserial } from "drizzle-orm/pg-core";
|
|
4553
4553
|
var heartbeatRunEvents;
|
|
4554
4554
|
var init_heartbeat_run_events = __esm({
|
|
4555
|
-
"
|
|
4555
|
+
"../packages/db/src/schema/heartbeat_run_events.ts"() {
|
|
4556
4556
|
"use strict";
|
|
4557
4557
|
init_companies();
|
|
4558
4558
|
init_agents();
|
|
@@ -4582,11 +4582,11 @@ var init_heartbeat_run_events = __esm({
|
|
|
4582
4582
|
}
|
|
4583
4583
|
});
|
|
4584
4584
|
|
|
4585
|
-
//
|
|
4585
|
+
// ../packages/db/src/schema/cost_events.ts
|
|
4586
4586
|
import { pgTable as pgTable41, uuid as uuid40, text as text42, timestamp as timestamp41, integer as integer14, index as index37 } from "drizzle-orm/pg-core";
|
|
4587
4587
|
var costEvents;
|
|
4588
4588
|
var init_cost_events = __esm({
|
|
4589
|
-
"
|
|
4589
|
+
"../packages/db/src/schema/cost_events.ts"() {
|
|
4590
4590
|
"use strict";
|
|
4591
4591
|
init_companies();
|
|
4592
4592
|
init_agents();
|
|
@@ -4642,11 +4642,11 @@ var init_cost_events = __esm({
|
|
|
4642
4642
|
}
|
|
4643
4643
|
});
|
|
4644
4644
|
|
|
4645
|
-
//
|
|
4645
|
+
// ../packages/db/src/schema/finance_events.ts
|
|
4646
4646
|
import { pgTable as pgTable42, uuid as uuid41, text as text43, timestamp as timestamp42, integer as integer15, index as index38, boolean as boolean8, jsonb as jsonb21 } from "drizzle-orm/pg-core";
|
|
4647
4647
|
var financeEvents;
|
|
4648
4648
|
var init_finance_events = __esm({
|
|
4649
|
-
"
|
|
4649
|
+
"../packages/db/src/schema/finance_events.ts"() {
|
|
4650
4650
|
"use strict";
|
|
4651
4651
|
init_companies();
|
|
4652
4652
|
init_agents();
|
|
@@ -4716,11 +4716,11 @@ var init_finance_events = __esm({
|
|
|
4716
4716
|
}
|
|
4717
4717
|
});
|
|
4718
4718
|
|
|
4719
|
-
//
|
|
4719
|
+
// ../packages/db/src/schema/approval_comments.ts
|
|
4720
4720
|
import { pgTable as pgTable43, uuid as uuid42, text as text44, timestamp as timestamp43, index as index39 } from "drizzle-orm/pg-core";
|
|
4721
4721
|
var approvalComments;
|
|
4722
4722
|
var init_approval_comments = __esm({
|
|
4723
|
-
"
|
|
4723
|
+
"../packages/db/src/schema/approval_comments.ts"() {
|
|
4724
4724
|
"use strict";
|
|
4725
4725
|
init_companies();
|
|
4726
4726
|
init_approvals();
|
|
@@ -4749,11 +4749,11 @@ var init_approval_comments = __esm({
|
|
|
4749
4749
|
}
|
|
4750
4750
|
});
|
|
4751
4751
|
|
|
4752
|
-
//
|
|
4752
|
+
// ../packages/db/src/schema/activity_log.ts
|
|
4753
4753
|
import { pgTable as pgTable44, uuid as uuid43, text as text45, timestamp as timestamp44, jsonb as jsonb22, index as index40 } from "drizzle-orm/pg-core";
|
|
4754
4754
|
var activityLog;
|
|
4755
4755
|
var init_activity_log = __esm({
|
|
4756
|
-
"
|
|
4756
|
+
"../packages/db/src/schema/activity_log.ts"() {
|
|
4757
4757
|
"use strict";
|
|
4758
4758
|
init_companies();
|
|
4759
4759
|
init_agents();
|
|
@@ -4782,11 +4782,11 @@ var init_activity_log = __esm({
|
|
|
4782
4782
|
}
|
|
4783
4783
|
});
|
|
4784
4784
|
|
|
4785
|
-
//
|
|
4785
|
+
// ../packages/db/src/schema/company_secrets.ts
|
|
4786
4786
|
import { pgTable as pgTable45, uuid as uuid44, text as text46, timestamp as timestamp45, integer as integer16, index as index41, uniqueIndex as uniqueIndex20 } from "drizzle-orm/pg-core";
|
|
4787
4787
|
var companySecrets;
|
|
4788
4788
|
var init_company_secrets = __esm({
|
|
4789
|
-
"
|
|
4789
|
+
"../packages/db/src/schema/company_secrets.ts"() {
|
|
4790
4790
|
"use strict";
|
|
4791
4791
|
init_companies();
|
|
4792
4792
|
init_agents();
|
|
@@ -4814,11 +4814,11 @@ var init_company_secrets = __esm({
|
|
|
4814
4814
|
}
|
|
4815
4815
|
});
|
|
4816
4816
|
|
|
4817
|
-
//
|
|
4817
|
+
// ../packages/db/src/schema/company_secret_versions.ts
|
|
4818
4818
|
import { pgTable as pgTable46, uuid as uuid45, text as text47, timestamp as timestamp46, integer as integer17, jsonb as jsonb23, index as index42, uniqueIndex as uniqueIndex21 } from "drizzle-orm/pg-core";
|
|
4819
4819
|
var companySecretVersions;
|
|
4820
4820
|
var init_company_secret_versions = __esm({
|
|
4821
|
-
"
|
|
4821
|
+
"../packages/db/src/schema/company_secret_versions.ts"() {
|
|
4822
4822
|
"use strict";
|
|
4823
4823
|
init_agents();
|
|
4824
4824
|
init_company_secrets();
|
|
@@ -4844,7 +4844,7 @@ var init_company_secret_versions = __esm({
|
|
|
4844
4844
|
}
|
|
4845
4845
|
});
|
|
4846
4846
|
|
|
4847
|
-
//
|
|
4847
|
+
// ../packages/db/src/schema/plugins.ts
|
|
4848
4848
|
import {
|
|
4849
4849
|
pgTable as pgTable47,
|
|
4850
4850
|
uuid as uuid46,
|
|
@@ -4857,7 +4857,7 @@ import {
|
|
|
4857
4857
|
} from "drizzle-orm/pg-core";
|
|
4858
4858
|
var plugins;
|
|
4859
4859
|
var init_plugins = __esm({
|
|
4860
|
-
"
|
|
4860
|
+
"../packages/db/src/schema/plugins.ts"() {
|
|
4861
4861
|
"use strict";
|
|
4862
4862
|
plugins = pgTable47(
|
|
4863
4863
|
"plugins",
|
|
@@ -4885,11 +4885,11 @@ var init_plugins = __esm({
|
|
|
4885
4885
|
}
|
|
4886
4886
|
});
|
|
4887
4887
|
|
|
4888
|
-
//
|
|
4888
|
+
// ../packages/db/src/schema/plugin_config.ts
|
|
4889
4889
|
import { pgTable as pgTable48, uuid as uuid47, text as text49, timestamp as timestamp48, jsonb as jsonb25, uniqueIndex as uniqueIndex23 } from "drizzle-orm/pg-core";
|
|
4890
4890
|
var pluginConfig;
|
|
4891
4891
|
var init_plugin_config = __esm({
|
|
4892
|
-
"
|
|
4892
|
+
"../packages/db/src/schema/plugin_config.ts"() {
|
|
4893
4893
|
"use strict";
|
|
4894
4894
|
init_plugins();
|
|
4895
4895
|
pluginConfig = pgTable48(
|
|
@@ -4909,11 +4909,11 @@ var init_plugin_config = __esm({
|
|
|
4909
4909
|
}
|
|
4910
4910
|
});
|
|
4911
4911
|
|
|
4912
|
-
//
|
|
4912
|
+
// ../packages/db/src/schema/plugin_company_settings.ts
|
|
4913
4913
|
import { pgTable as pgTable49, uuid as uuid48, text as text50, timestamp as timestamp49, jsonb as jsonb26, index as index44, uniqueIndex as uniqueIndex24, boolean as boolean9 } from "drizzle-orm/pg-core";
|
|
4914
4914
|
var pluginCompanySettings;
|
|
4915
4915
|
var init_plugin_company_settings = __esm({
|
|
4916
|
-
"
|
|
4916
|
+
"../packages/db/src/schema/plugin_company_settings.ts"() {
|
|
4917
4917
|
"use strict";
|
|
4918
4918
|
init_companies();
|
|
4919
4919
|
init_plugins();
|
|
@@ -4941,7 +4941,7 @@ var init_plugin_company_settings = __esm({
|
|
|
4941
4941
|
}
|
|
4942
4942
|
});
|
|
4943
4943
|
|
|
4944
|
-
//
|
|
4944
|
+
// ../packages/db/src/schema/plugin_state.ts
|
|
4945
4945
|
import {
|
|
4946
4946
|
pgTable as pgTable50,
|
|
4947
4947
|
uuid as uuid49,
|
|
@@ -4953,7 +4953,7 @@ import {
|
|
|
4953
4953
|
} from "drizzle-orm/pg-core";
|
|
4954
4954
|
var pluginState;
|
|
4955
4955
|
var init_plugin_state = __esm({
|
|
4956
|
-
"
|
|
4956
|
+
"../packages/db/src/schema/plugin_state.ts"() {
|
|
4957
4957
|
"use strict";
|
|
4958
4958
|
init_plugins();
|
|
4959
4959
|
pluginState = pgTable50(
|
|
@@ -5010,7 +5010,7 @@ var init_plugin_state = __esm({
|
|
|
5010
5010
|
}
|
|
5011
5011
|
});
|
|
5012
5012
|
|
|
5013
|
-
//
|
|
5013
|
+
// ../packages/db/src/schema/plugin_entities.ts
|
|
5014
5014
|
import {
|
|
5015
5015
|
pgTable as pgTable51,
|
|
5016
5016
|
uuid as uuid50,
|
|
@@ -5022,7 +5022,7 @@ import {
|
|
|
5022
5022
|
} from "drizzle-orm/pg-core";
|
|
5023
5023
|
var pluginEntities;
|
|
5024
5024
|
var init_plugin_entities = __esm({
|
|
5025
|
-
"
|
|
5025
|
+
"../packages/db/src/schema/plugin_entities.ts"() {
|
|
5026
5026
|
"use strict";
|
|
5027
5027
|
init_plugins();
|
|
5028
5028
|
pluginEntities = pgTable51(
|
|
@@ -5056,7 +5056,7 @@ var init_plugin_entities = __esm({
|
|
|
5056
5056
|
}
|
|
5057
5057
|
});
|
|
5058
5058
|
|
|
5059
|
-
//
|
|
5059
|
+
// ../packages/db/src/schema/plugin_jobs.ts
|
|
5060
5060
|
import {
|
|
5061
5061
|
pgTable as pgTable52,
|
|
5062
5062
|
uuid as uuid51,
|
|
@@ -5069,7 +5069,7 @@ import {
|
|
|
5069
5069
|
} from "drizzle-orm/pg-core";
|
|
5070
5070
|
var pluginJobs, pluginJobRuns;
|
|
5071
5071
|
var init_plugin_jobs = __esm({
|
|
5072
|
-
"
|
|
5072
|
+
"../packages/db/src/schema/plugin_jobs.ts"() {
|
|
5073
5073
|
"use strict";
|
|
5074
5074
|
init_plugins();
|
|
5075
5075
|
pluginJobs = pgTable52(
|
|
@@ -5128,7 +5128,7 @@ var init_plugin_jobs = __esm({
|
|
|
5128
5128
|
}
|
|
5129
5129
|
});
|
|
5130
5130
|
|
|
5131
|
-
//
|
|
5131
|
+
// ../packages/db/src/schema/plugin_webhooks.ts
|
|
5132
5132
|
import {
|
|
5133
5133
|
pgTable as pgTable53,
|
|
5134
5134
|
uuid as uuid52,
|
|
@@ -5140,7 +5140,7 @@ import {
|
|
|
5140
5140
|
} from "drizzle-orm/pg-core";
|
|
5141
5141
|
var pluginWebhookDeliveries;
|
|
5142
5142
|
var init_plugin_webhooks = __esm({
|
|
5143
|
-
"
|
|
5143
|
+
"../packages/db/src/schema/plugin_webhooks.ts"() {
|
|
5144
5144
|
"use strict";
|
|
5145
5145
|
init_plugins();
|
|
5146
5146
|
pluginWebhookDeliveries = pgTable53(
|
|
@@ -5176,7 +5176,7 @@ var init_plugin_webhooks = __esm({
|
|
|
5176
5176
|
}
|
|
5177
5177
|
});
|
|
5178
5178
|
|
|
5179
|
-
//
|
|
5179
|
+
// ../packages/db/src/schema/plugin_logs.ts
|
|
5180
5180
|
import {
|
|
5181
5181
|
pgTable as pgTable54,
|
|
5182
5182
|
uuid as uuid53,
|
|
@@ -5187,7 +5187,7 @@ import {
|
|
|
5187
5187
|
} from "drizzle-orm/pg-core";
|
|
5188
5188
|
var pluginLogs;
|
|
5189
5189
|
var init_plugin_logs = __esm({
|
|
5190
|
-
"
|
|
5190
|
+
"../packages/db/src/schema/plugin_logs.ts"() {
|
|
5191
5191
|
"use strict";
|
|
5192
5192
|
init_plugins();
|
|
5193
5193
|
pluginLogs = pgTable54(
|
|
@@ -5211,7 +5211,7 @@ var init_plugin_logs = __esm({
|
|
|
5211
5211
|
}
|
|
5212
5212
|
});
|
|
5213
5213
|
|
|
5214
|
-
//
|
|
5214
|
+
// ../packages/db/src/schema/index.ts
|
|
5215
5215
|
var schema_exports = {};
|
|
5216
5216
|
__export(schema_exports, {
|
|
5217
5217
|
activityLog: () => activityLog,
|
|
@@ -5274,7 +5274,7 @@ __export(schema_exports, {
|
|
|
5274
5274
|
workspaceRuntimeServices: () => workspaceRuntimeServices
|
|
5275
5275
|
});
|
|
5276
5276
|
var init_schema2 = __esm({
|
|
5277
|
-
"
|
|
5277
|
+
"../packages/db/src/schema/index.ts"() {
|
|
5278
5278
|
"use strict";
|
|
5279
5279
|
init_companies();
|
|
5280
5280
|
init_company_logos();
|
|
@@ -5333,7 +5333,7 @@ var init_schema2 = __esm({
|
|
|
5333
5333
|
}
|
|
5334
5334
|
});
|
|
5335
5335
|
|
|
5336
|
-
//
|
|
5336
|
+
// ../packages/db/src/client.ts
|
|
5337
5337
|
import { createHash } from "node:crypto";
|
|
5338
5338
|
import { drizzle as drizzlePg } from "drizzle-orm/postgres-js";
|
|
5339
5339
|
import { migrate as migratePg } from "drizzle-orm/postgres-js/migrator";
|
|
@@ -5887,7 +5887,7 @@ async function ensurePostgresDatabase(url, databaseName) {
|
|
|
5887
5887
|
}
|
|
5888
5888
|
var MIGRATIONS_FOLDER, DRIZZLE_MIGRATIONS_TABLE, MIGRATIONS_JOURNAL_JSON;
|
|
5889
5889
|
var init_client = __esm({
|
|
5890
|
-
"
|
|
5890
|
+
"../packages/db/src/client.ts"() {
|
|
5891
5891
|
"use strict";
|
|
5892
5892
|
init_schema2();
|
|
5893
5893
|
MIGRATIONS_FOLDER = fileURLToPath(new URL("./migrations", import.meta.url));
|
|
@@ -5896,7 +5896,7 @@ var init_client = __esm({
|
|
|
5896
5896
|
}
|
|
5897
5897
|
});
|
|
5898
5898
|
|
|
5899
|
-
//
|
|
5899
|
+
// ../packages/db/src/backup-lib.ts
|
|
5900
5900
|
import { existsSync, mkdirSync, readdirSync, statSync, unlinkSync } from "node:fs";
|
|
5901
5901
|
import { readFile as readFile2, writeFile } from "node:fs/promises";
|
|
5902
5902
|
import { basename, resolve } from "node:path";
|
|
@@ -6306,7 +6306,7 @@ function formatDatabaseBackupResult(result) {
|
|
|
6306
6306
|
}
|
|
6307
6307
|
var DRIZZLE_SCHEMA, DRIZZLE_MIGRATIONS_TABLE2, STATEMENT_BREAKPOINT;
|
|
6308
6308
|
var init_backup_lib = __esm({
|
|
6309
|
-
"
|
|
6309
|
+
"../packages/db/src/backup-lib.ts"() {
|
|
6310
6310
|
"use strict";
|
|
6311
6311
|
DRIZZLE_SCHEMA = "drizzle";
|
|
6312
6312
|
DRIZZLE_MIGRATIONS_TABLE2 = "__drizzle_migrations";
|
|
@@ -6314,7 +6314,7 @@ var init_backup_lib = __esm({
|
|
|
6314
6314
|
}
|
|
6315
6315
|
});
|
|
6316
6316
|
|
|
6317
|
-
//
|
|
6317
|
+
// ../packages/db/src/index.ts
|
|
6318
6318
|
var src_exports = {};
|
|
6319
6319
|
__export(src_exports, {
|
|
6320
6320
|
activityLog: () => activityLog,
|
|
@@ -6387,7 +6387,7 @@ __export(src_exports, {
|
|
|
6387
6387
|
workspaceRuntimeServices: () => workspaceRuntimeServices
|
|
6388
6388
|
});
|
|
6389
6389
|
var init_src2 = __esm({
|
|
6390
|
-
"
|
|
6390
|
+
"../packages/db/src/index.ts"() {
|
|
6391
6391
|
"use strict";
|
|
6392
6392
|
init_client();
|
|
6393
6393
|
init_backup_lib();
|
|
@@ -8353,7 +8353,7 @@ async function addAllowedHostname(host, opts) {
|
|
|
8353
8353
|
import { setTimeout as delay } from "node:timers/promises";
|
|
8354
8354
|
import pc17 from "picocolors";
|
|
8355
8355
|
|
|
8356
|
-
//
|
|
8356
|
+
// ../packages/adapters/claude-local/src/cli/format-event.ts
|
|
8357
8357
|
import pc9 from "picocolors";
|
|
8358
8358
|
function asErrorText(value) {
|
|
8359
8359
|
if (typeof value === "string") return value;
|
|
@@ -8436,7 +8436,7 @@ function printClaudeStreamEvent(raw, debug) {
|
|
|
8436
8436
|
}
|
|
8437
8437
|
}
|
|
8438
8438
|
|
|
8439
|
-
//
|
|
8439
|
+
// ../packages/adapters/codex-local/src/cli/format-event.ts
|
|
8440
8440
|
import pc10 from "picocolors";
|
|
8441
8441
|
function asRecord(value) {
|
|
8442
8442
|
if (typeof value !== "object" || value === null || Array.isArray(value)) return null;
|
|
@@ -8624,10 +8624,10 @@ function printCodexStreamEvent(raw, _debug) {
|
|
|
8624
8624
|
console.log(line);
|
|
8625
8625
|
}
|
|
8626
8626
|
|
|
8627
|
-
//
|
|
8627
|
+
// ../packages/adapters/cursor-local/src/cli/format-event.ts
|
|
8628
8628
|
import pc11 from "picocolors";
|
|
8629
8629
|
|
|
8630
|
-
//
|
|
8630
|
+
// ../packages/adapters/cursor-local/src/shared/stream.ts
|
|
8631
8631
|
function normalizeCursorStreamLine(rawLine) {
|
|
8632
8632
|
const trimmed = rawLine.trim();
|
|
8633
8633
|
if (!trimmed) return { stream: null, line: "" };
|
|
@@ -8640,7 +8640,7 @@ function normalizeCursorStreamLine(rawLine) {
|
|
|
8640
8640
|
return { stream, line };
|
|
8641
8641
|
}
|
|
8642
8642
|
|
|
8643
|
-
//
|
|
8643
|
+
// ../packages/adapters/cursor-local/src/cli/format-event.ts
|
|
8644
8644
|
function asRecord2(value) {
|
|
8645
8645
|
if (typeof value !== "object" || value === null || Array.isArray(value)) return null;
|
|
8646
8646
|
return value;
|
|
@@ -8890,7 +8890,7 @@ function printCursorStreamEvent(raw, _debug) {
|
|
|
8890
8890
|
console.log(line);
|
|
8891
8891
|
}
|
|
8892
8892
|
|
|
8893
|
-
//
|
|
8893
|
+
// ../packages/adapters/gemini-local/src/cli/format-event.ts
|
|
8894
8894
|
import pc12 from "picocolors";
|
|
8895
8895
|
function asRecord3(value) {
|
|
8896
8896
|
if (typeof value !== "object" || value === null || Array.isArray(value)) return null;
|
|
@@ -9057,7 +9057,7 @@ function printGeminiStreamEvent(raw, _debug) {
|
|
|
9057
9057
|
console.log(line);
|
|
9058
9058
|
}
|
|
9059
9059
|
|
|
9060
|
-
//
|
|
9060
|
+
// ../packages/adapters/opencode-local/src/cli/format-event.ts
|
|
9061
9061
|
import pc13 from "picocolors";
|
|
9062
9062
|
function safeJsonParse(text56) {
|
|
9063
9063
|
try {
|
|
@@ -9158,7 +9158,7 @@ function printOpenCodeStreamEvent(raw, _debug) {
|
|
|
9158
9158
|
console.log(line);
|
|
9159
9159
|
}
|
|
9160
9160
|
|
|
9161
|
-
//
|
|
9161
|
+
// ../packages/adapters/pi-local/src/cli/format-event.ts
|
|
9162
9162
|
import pc14 from "picocolors";
|
|
9163
9163
|
function safeJsonParse2(text56) {
|
|
9164
9164
|
try {
|
|
@@ -9249,7 +9249,7 @@ function printPiStreamEvent(raw, _debug) {
|
|
|
9249
9249
|
console.log(line);
|
|
9250
9250
|
}
|
|
9251
9251
|
|
|
9252
|
-
//
|
|
9252
|
+
// ../packages/adapters/openclaw-gateway/src/cli/format-event.ts
|
|
9253
9253
|
import pc15 from "picocolors";
|
|
9254
9254
|
function printOpenClawGatewayStreamEvent(raw, debug) {
|
|
9255
9255
|
const line = raw.trim();
|
|
@@ -10621,7 +10621,7 @@ function filterIssueRows(rows, match) {
|
|
|
10621
10621
|
});
|
|
10622
10622
|
}
|
|
10623
10623
|
|
|
10624
|
-
//
|
|
10624
|
+
// ../packages/adapter-utils/src/server-utils.ts
|
|
10625
10625
|
import { constants as fsConstants, promises as fs11 } from "node:fs";
|
|
10626
10626
|
import path12 from "node:path";
|
|
10627
10627
|
var MAX_CAPTURE_BYTES = 4 * 1024 * 1024;
|