@boboddy/sdk 0.0.12-alpha → 0.0.13-alpha
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/client.js +62 -0
- package/dist/define-step.js +1018 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1016 -0
- package/dist/step-definitions-client.js +47 -0
- package/dist/treaty.js +34 -0
- package/package.json +1 -1
- package/dist/apps/api/src/app.d.ts +0 -19731
- package/dist/apps/api/src/contracts.d.ts +0 -20
- package/dist/apps/api/src/http/error-handler.d.ts +0 -23
- package/dist/apps/api/src/http/routes/auth.d.ts +0 -57
- package/dist/apps/api/src/http/routes/authenticated.d.ts +0 -79
- package/dist/apps/api/src/http/routes/feedback-requests.d.ts +0 -281
- package/dist/apps/api/src/http/routes/linear-pipeline-definitions.d.ts +0 -1563
- package/dist/apps/api/src/http/routes/linear-pipeline-executions.d.ts +0 -2540
- package/dist/apps/api/src/http/routes/project-context-entries.d.ts +0 -387
- package/dist/apps/api/src/http/routes/projects.d.ts +0 -1906
- package/dist/apps/api/src/http/routes/step-definition-templates.d.ts +0 -479
- package/dist/apps/api/src/http/routes/step-definitions.d.ts +0 -917
- package/dist/apps/api/src/http/routes/step-execution-route-helpers.d.ts +0 -64
- package/dist/apps/api/src/http/routes/step-executions.d.ts +0 -1485
- package/dist/apps/api/src/http/routes/work-items.d.ts +0 -966
- package/dist/apps/api/src/problem-details.d.ts +0 -9
- package/dist/packages/core/src/access/authorization/application/user-authorization-service.d.ts +0 -12
- package/dist/packages/core/src/access/authorization/infra/project-authorization-service.d.ts +0 -9
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/ai-container-launcher.d.ts +0 -21
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/create-project-runtime-session.d.ts +0 -15
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/devcontainer-launcher.d.ts +0 -21
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/get-project-runtime-session.d.ts +0 -13
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/git-clone-service.d.ts +0 -11
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/list-project-runtime-sessions.d.ts +0 -13
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/project-runtime-session-contract-mapper.d.ts +0 -3
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/project-runtime-session-execution-target.d.ts +0 -3
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/project-runtime-session-network-metadata.d.ts +0 -15
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/project-runtime-session-repo.d.ts +0 -10
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/runtime-session-network-manager.d.ts +0 -14
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/stop-project-runtime-session.d.ts +0 -31
- package/dist/packages/core/src/agent-sessions/project-runtime-session/application/workspace-manager.d.ts +0 -10
- package/dist/packages/core/src/agent-sessions/project-runtime-session/contracts/project-runtime-session-contracts.d.ts +0 -62
- package/dist/packages/core/src/agent-sessions/project-runtime-session/domain/project-runtime-session-entity-helpers.d.ts +0 -12
- package/dist/packages/core/src/agent-sessions/project-runtime-session/domain/project-runtime-session-entity.d.ts +0 -99
- package/dist/packages/core/src/agent-sessions/project-runtime-session/domain/project-runtime-session-execution-target.d.ts +0 -16
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/devcontainer-cli-launcher.d.ts +0 -6
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/docker-ai-container-launcher.d.ts +0 -8
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/drizzle-project-runtime-session-repo.d.ts +0 -11
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/git-cli-clone-service.d.ts +0 -4
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/local-devcontainer-jsonc.d.ts +0 -4
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/local-devcontainer-port-forward-manager-support.d.ts +0 -42
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/local-devcontainer-port-forward-manager.d.ts +0 -24
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/local-devcontainer-working-directory.d.ts +0 -5
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/local-docker-runtime-session-network-manager.d.ts +0 -17
- package/dist/packages/core/src/agent-sessions/project-runtime-session/infra/local-workspace-manager.d.ts +0 -11
- package/dist/packages/core/src/agent-sessions/runtime-command/application/complete-claimed-runtime-command.d.ts +0 -13
- package/dist/packages/core/src/agent-sessions/runtime-command/application/create-runtime-command.d.ts +0 -19
- package/dist/packages/core/src/agent-sessions/runtime-command/application/fail-claimed-runtime-command.d.ts +0 -13
- package/dist/packages/core/src/agent-sessions/runtime-command/application/interrupt-claimed-runtime-command.d.ts +0 -13
- package/dist/packages/core/src/agent-sessions/runtime-command/application/run-runtime-command-locally.d.ts +0 -27
- package/dist/packages/core/src/agent-sessions/runtime-command/application/runtime-command-claim-helpers.d.ts +0 -1
- package/dist/packages/core/src/agent-sessions/runtime-command/application/runtime-command-contract-mapper.d.ts +0 -3
- package/dist/packages/core/src/agent-sessions/runtime-command/application/runtime-command-output-summary.d.ts +0 -4
- package/dist/packages/core/src/agent-sessions/runtime-command/application/runtime-command-repo.d.ts +0 -20
- package/dist/packages/core/src/agent-sessions/runtime-command/application/runtime-command-runner.d.ts +0 -25
- package/dist/packages/core/src/agent-sessions/runtime-command/contracts/runtime-command-contracts.d.ts +0 -194
- package/dist/packages/core/src/agent-sessions/runtime-command/domain/runtime-command-entity.d.ts +0 -111
- package/dist/packages/core/src/agent-sessions/runtime-command/infra/drizzle-runtime-command-repo.d.ts +0 -20
- package/dist/packages/core/src/agent-sessions/runtime-command/infra/local-runtime-command-runner.d.ts +0 -25
- package/dist/packages/core/src/agent-sessions/runtime-environment/domain/runtime-environment.d.ts +0 -12
- package/dist/packages/core/src/agent-sessions/runtime-operation-event/application/runtime-operation-event-publisher.d.ts +0 -24
- package/dist/packages/core/src/agent-sessions/runtime-operation-event/application/runtime-operation-event-repo.d.ts +0 -17
- package/dist/packages/core/src/agent-sessions/runtime-operation-event/domain/runtime-operation-event.d.ts +0 -35
- package/dist/packages/core/src/agent-sessions/runtime-operation-event/infra/file-runtime-operation-event-repo.d.ts +0 -25
- package/dist/packages/core/src/agent-sessions/runtime-service/application/create-runtime-service.d.ts +0 -19
- package/dist/packages/core/src/agent-sessions/runtime-service/application/get-runtime-service.d.ts +0 -13
- package/dist/packages/core/src/agent-sessions/runtime-service/application/runtime-service-contract-mapper.d.ts +0 -3
- package/dist/packages/core/src/agent-sessions/runtime-service/application/runtime-service-output-summary.d.ts +0 -10
- package/dist/packages/core/src/agent-sessions/runtime-service/application/runtime-service-repo.d.ts +0 -9
- package/dist/packages/core/src/agent-sessions/runtime-service/application/runtime-service-runner.d.ts +0 -23
- package/dist/packages/core/src/agent-sessions/runtime-service/application/runtime-session-service-exposure-provider.d.ts +0 -19
- package/dist/packages/core/src/agent-sessions/runtime-service/application/start-runtime-service-locally.d.ts +0 -23
- package/dist/packages/core/src/agent-sessions/runtime-service/application/stop-runtime-service.d.ts +0 -34
- package/dist/packages/core/src/agent-sessions/runtime-service/contracts/runtime-service-contracts.d.ts +0 -140
- package/dist/packages/core/src/agent-sessions/runtime-service/domain/runtime-service-access-point.d.ts +0 -12
- package/dist/packages/core/src/agent-sessions/runtime-service/domain/runtime-service-entity.d.ts +0 -76
- package/dist/packages/core/src/agent-sessions/runtime-service/domain/runtime-service-healthcheck.d.ts +0 -20
- package/dist/packages/core/src/agent-sessions/runtime-service/infra/drizzle-runtime-service-repo.d.ts +0 -9
- package/dist/packages/core/src/agent-sessions/runtime-service/infra/local-runtime-service-readiness-probe.d.ts +0 -42
- package/dist/packages/core/src/agent-sessions/runtime-service/infra/local-runtime-service-runner.d.ts +0 -32
- package/dist/packages/core/src/common/contracts/json.d.ts +0 -9
- package/dist/packages/core/src/common/contracts/opencode-mcp.d.ts +0 -73
- package/dist/packages/core/src/common/contracts/uuid-v7.d.ts +0 -8
- package/dist/packages/core/src/lib/db/db-executor.d.ts +0 -4
- package/dist/packages/core/src/lib/db/index.d.ts +0 -7
- package/dist/packages/core/src/lib/db/schema.d.ts +0 -4950
- package/dist/packages/core/src/lib/di.d.ts +0 -113
- package/dist/packages/core/src/lib/domain-events/domain-event.d.ts +0 -12
- package/dist/packages/core/src/lib/domain-events/in-memory-domain-event-dispatcher.d.ts +0 -7
- package/dist/packages/core/src/lib/errors.d.ts +0 -37
- package/dist/packages/core/src/lib/logger.d.ts +0 -7
- package/dist/packages/core/src/lib/result.d.ts +0 -15
- package/dist/packages/core/src/lib/time-provider.d.ts +0 -5
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/add-linear-pipeline-step-definition.d.ts +0 -13
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/archive-linear-pipeline-definition.d.ts +0 -13
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/create-linear-pipeline-definition.d.ts +0 -11
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/get-linear-pipeline-definition.d.ts +0 -11
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/linear-pipeline-definition-contract-mapper.d.ts +0 -3
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/linear-pipeline-definition-repo.d.ts +0 -9
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/list-linear-pipeline-definitions.d.ts +0 -9
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/remove-linear-pipeline-step-definition.d.ts +0 -13
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/set-linear-pipeline-step-advancement-policy-definition.d.ts +0 -13
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/update-linear-pipeline-definition.d.ts +0 -13
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/application/update-linear-pipeline-step-definition.d.ts +0 -13
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/contracts/linear-pipeline-definition-contracts.d.ts +0 -357
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/domain/linear-pipeline-definition-entity.d.ts +0 -36
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/entities/linear-pipeline-step-advancement-policy-definition-entity.d.ts +0 -42
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/entities/linear-pipeline-step-definition-entity.d.ts +0 -42
- package/dist/packages/core/src/pipeline-definitions/pipeline-definition/infra/drizzle-linear-pipeline-definition-repo.d.ts +0 -11
- package/dist/packages/core/src/pipeline-definitions/step-definition/application/archive-step-definition.d.ts +0 -13
- package/dist/packages/core/src/pipeline-definitions/step-definition/application/create-step-definition.d.ts +0 -11
- package/dist/packages/core/src/pipeline-definitions/step-definition/application/get-step-definition.d.ts +0 -11
- package/dist/packages/core/src/pipeline-definitions/step-definition/application/list-step-definitions.d.ts +0 -9
- package/dist/packages/core/src/pipeline-definitions/step-definition/application/step-definition-contract-mapper.d.ts +0 -3
- package/dist/packages/core/src/pipeline-definitions/step-definition/application/step-definition-repo.d.ts +0 -9
- package/dist/packages/core/src/pipeline-definitions/step-definition/application/update-step-definition.d.ts +0 -13
- package/dist/packages/core/src/pipeline-definitions/step-definition/contracts/step-definition-contracts.d.ts +0 -281
- package/dist/packages/core/src/pipeline-definitions/step-definition/domain/step-definition-entity.d.ts +0 -53
- package/dist/packages/core/src/pipeline-definitions/step-definition/entities/computed-signal-definition-entity.d.ts +0 -31
- package/dist/packages/core/src/pipeline-definitions/step-definition/entities/signal-extractor-definition-entity.d.ts +0 -30
- package/dist/packages/core/src/pipeline-definitions/step-definition/infra/drizzle-step-definition-repo.d.ts +0 -11
- package/dist/packages/core/src/pipeline-definitions/step-definition-template/application/get-step-definition-template.d.ts +0 -8
- package/dist/packages/core/src/pipeline-definitions/step-definition-template/application/instantiate-step-definition-template.d.ts +0 -15
- package/dist/packages/core/src/pipeline-definitions/step-definition-template/application/list-step-definition-templates.d.ts +0 -5
- package/dist/packages/core/src/pipeline-definitions/step-definition-template/application/step-definition-template-repo.d.ts +0 -7
- package/dist/packages/core/src/pipeline-definitions/step-definition-template/contracts/step-definition-template-contracts.d.ts +0 -98
- package/dist/packages/core/src/pipeline-definitions/step-definition-template/domain/step-definition-template-entity.d.ts +0 -37
- package/dist/packages/core/src/pipeline-definitions/step-definition-template/infra/drizzle-step-definition-template-repo.d.ts +0 -9
- package/dist/packages/core/src/pipeline-executions/feedback-request/application/create-feedback-requests-on-step-signal-created.d.ts +0 -9
- package/dist/packages/core/src/pipeline-executions/feedback-request/application/decline-feedback-request.d.ts +0 -13
- package/dist/packages/core/src/pipeline-executions/feedback-request/application/feedback-request-repo.d.ts +0 -8
- package/dist/packages/core/src/pipeline-executions/feedback-request/application/list-feedback-requests-by-step-signal.d.ts +0 -14
- package/dist/packages/core/src/pipeline-executions/feedback-request/contracts/feedback-request-contracts.d.ts +0 -21
- package/dist/packages/core/src/pipeline-executions/feedback-request/domain/feedback-request-entity.d.ts +0 -29
- package/dist/packages/core/src/pipeline-executions/feedback-request/infra/drizzle-feedback-request-repo.d.ts +0 -10
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/accept-linear-pipeline-step-run.d.ts +0 -19
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/apply-linear-pipeline-step-result-and-advance.d.ts +0 -21
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/cancel-linear-pipeline-execution.d.ts +0 -15
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/create-linear-pipeline-execution.d.ts +0 -15
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/create-linear-pipeline-step-run-attempt.d.ts +0 -17
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/get-linear-pipeline-execution.d.ts +0 -15
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/linear-pipeline-execution-contract-mapper.d.ts +0 -3
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/linear-pipeline-execution-helpers.d.ts +0 -52
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/linear-pipeline-execution-repo.d.ts +0 -15
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/linear-pipeline-step-input-resolution.d.ts +0 -5
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/list-linear-pipeline-executions-by-definition.d.ts +0 -15
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/list-linear-pipeline-executions.d.ts +0 -13
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/mark-linear-pipeline-step-run-attempt-running.d.ts +0 -15
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/project-linear-pipeline-executions.d.ts +0 -10
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/queue-first-linear-pipeline-step-run.d.ts +0 -19
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/retrigger-linear-pipeline-step-run.d.ts +0 -17
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/application/start-linear-pipeline-execution.d.ts +0 -19
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/contracts/linear-pipeline-execution-contracts.d.ts +0 -330
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/domain/linear-pipeline-execution-entity.d.ts +0 -43
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/entities/linear-pipeline-execution-event-entity.d.ts +0 -25
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/entities/linear-pipeline-step-evaluation-entity.d.ts +0 -45
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/entities/linear-pipeline-step-run-attempt-entity.d.ts +0 -24
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/entities/linear-pipeline-step-run-entity.d.ts +0 -63
- package/dist/packages/core/src/pipeline-executions/pipeline-execution/infra/drizzle-linear-pipeline-execution-repo.d.ts +0 -19
- package/dist/packages/core/src/pipeline-executions/step-execution/application/add-step-execution-result.d.ts +0 -13
- package/dist/packages/core/src/pipeline-executions/step-execution/application/claim-step-executions.d.ts +0 -19
- package/dist/packages/core/src/pipeline-executions/step-execution/application/complete-claimed-step-execution.d.ts +0 -39
- package/dist/packages/core/src/pipeline-executions/step-execution/application/create-step-execution.d.ts +0 -11
- package/dist/packages/core/src/pipeline-executions/step-execution/application/extract-step-execution-signals.d.ts +0 -17
- package/dist/packages/core/src/pipeline-executions/step-execution/application/get-step-execution-worker-context.d.ts +0 -17
- package/dist/packages/core/src/pipeline-executions/step-execution/application/get-step-execution.d.ts +0 -13
- package/dist/packages/core/src/pipeline-executions/step-execution/application/heartbeat-step-execution-claim.d.ts +0 -21
- package/dist/packages/core/src/pipeline-executions/step-execution/application/list-step-executions-by-project.d.ts +0 -11
- package/dist/packages/core/src/pipeline-executions/step-execution/application/load-status-adjusted-step-executions.d.ts +0 -31
- package/dist/packages/core/src/pipeline-executions/step-execution/application/mark-step-execution-running.d.ts +0 -13
- package/dist/packages/core/src/pipeline-executions/step-execution/application/step-execution-claim-helpers.d.ts +0 -13
- package/dist/packages/core/src/pipeline-executions/step-execution/application/step-execution-contract-mapper.d.ts +0 -7
- package/dist/packages/core/src/pipeline-executions/step-execution/application/step-execution-repo.d.ts +0 -29
- package/dist/packages/core/src/pipeline-executions/step-execution/contracts/step-execution-contracts.d.ts +0 -325
- package/dist/packages/core/src/pipeline-executions/step-execution/domain/step-execution-entity.d.ts +0 -61
- package/dist/packages/core/src/pipeline-executions/step-execution/domain/step-signal-created.domain-event.d.ts +0 -18
- package/dist/packages/core/src/pipeline-executions/step-execution/entities/step-execution-result-entity.d.ts +0 -32
- package/dist/packages/core/src/pipeline-executions/step-execution/entities/step-signal-entity.d.ts +0 -36
- package/dist/packages/core/src/pipeline-executions/step-execution/infra/drizzle-step-execution-repo.d.ts +0 -31
- package/dist/packages/core/src/projects/project/application/create-project.d.ts +0 -13
- package/dist/packages/core/src/projects/project/application/default-pipelines/default-create-failing-test-step-definition.d.ts +0 -4
- package/dist/packages/core/src/projects/project/application/default-pipelines/default-description-quality-step-definition.d.ts +0 -4
- package/dist/packages/core/src/projects/project/application/default-pipelines/default-fix-failing-test-step-definition.d.ts +0 -4
- package/dist/packages/core/src/projects/project/application/default-pipelines/default-linear-pipeline-conventions.d.ts +0 -9
- package/dist/packages/core/src/projects/project/application/default-pipelines/default-linear-pipeline-definitions.d.ts +0 -7
- package/dist/packages/core/src/projects/project/application/default-pipelines/default-step-definitions.d.ts +0 -8
- package/dist/packages/core/src/projects/project/application/default-pipelines/default-web-repro-playwright-step-definition.d.ts +0 -4
- package/dist/packages/core/src/projects/project/application/get-project.d.ts +0 -11
- package/dist/packages/core/src/projects/project/application/list-projects.d.ts +0 -9
- package/dist/packages/core/src/projects/project/application/project-authorization.d.ts +0 -4
- package/dist/packages/core/src/projects/project/application/project-contract-mapper.d.ts +0 -3
- package/dist/packages/core/src/projects/project/application/project-repo.d.ts +0 -9
- package/dist/packages/core/src/projects/project/application/seed-default-pipelines-on-project-created.d.ts +0 -12
- package/dist/packages/core/src/projects/project/application/update-project-membership.d.ts +0 -13
- package/dist/packages/core/src/projects/project/contracts/project-contracts.d.ts +0 -37
- package/dist/packages/core/src/projects/project/domain/project-created.domain-event.d.ts +0 -13
- package/dist/packages/core/src/projects/project/domain/project-entity.d.ts +0 -31
- package/dist/packages/core/src/projects/project/domain/project-git-url.d.ts +0 -7
- package/dist/packages/core/src/projects/project/domain/project-membership.d.ts +0 -21
- package/dist/packages/core/src/projects/project/domain/project-permission.d.ts +0 -7
- package/dist/packages/core/src/projects/project/infra/drizzle-project-repo.d.ts +0 -11
- package/dist/packages/core/src/projects/project-context/application/create-project-context-entry.d.ts +0 -11
- package/dist/packages/core/src/projects/project-context/application/delete-project-context-entry.d.ts +0 -11
- package/dist/packages/core/src/projects/project-context/application/list-project-context-entries.d.ts +0 -12
- package/dist/packages/core/src/projects/project-context/application/project-context-entry-repo.d.ts +0 -8
- package/dist/packages/core/src/projects/project-context/contracts/project-context-entry-contracts.d.ts +0 -46
- package/dist/packages/core/src/projects/project-context/domain/project-context-entry-entity.d.ts +0 -27
- package/dist/packages/core/src/projects/project-context/infra/drizzle-project-context-entry-repo.d.ts +0 -10
- package/dist/packages/core/src/projects/project-opencode-config/application/project-opencode-runtime-metadata.d.ts +0 -17
- package/dist/packages/core/src/work-items/work-item/application/create-work-item.d.ts +0 -16
- package/dist/packages/core/src/work-items/work-item/application/delete-work-items.d.ts +0 -14
- package/dist/packages/core/src/work-items/work-item/application/get-work-items.d.ts +0 -14
- package/dist/packages/core/src/work-items/work-item/application/list-work-items-by-project.d.ts +0 -13
- package/dist/packages/core/src/work-items/work-item/application/upsert-work-item.d.ts +0 -14
- package/dist/packages/core/src/work-items/work-item/application/work-item-contract-mapper.d.ts +0 -4
- package/dist/packages/core/src/work-items/work-item/application/work-item-repo.d.ts +0 -27
- package/dist/packages/core/src/work-items/work-item/contracts/work-item-contracts.d.ts +0 -119
- package/dist/packages/core/src/work-items/work-item/domain/date-utils.d.ts +0 -1
- package/dist/packages/core/src/work-items/work-item/domain/work-item-entity.d.ts +0 -58
- package/dist/packages/core/src/work-items/work-item/domain/work-item-field-value.d.ts +0 -3
- package/dist/packages/core/src/work-items/work-item/domain/work-item-id.d.ts +0 -6
- package/dist/packages/core/src/work-items/work-item/domain/work-item-platform.d.ts +0 -2
- package/dist/packages/core/src/work-items/work-item/domain/work-item-projection-fingerprint-entity.d.ts +0 -18
- package/dist/packages/core/src/work-items/work-item/infra/drizzle-work-item-repo.d.ts +0 -25
- package/dist/packages/sdks/js/script/build.d.ts +0 -1
- package/dist/packages/sdks/js/src/index.d.ts +0 -1
- package/dist/packages/sdks/js/test/define-step.test.d.ts +0 -1
- /package/dist/{packages/sdks/js/src/client.d.ts → client.d.ts} +0 -0
- /package/dist/{packages/sdks/js/src/define-step.d.ts → define-step.d.ts} +0 -0
- /package/dist/{packages/sdks/js/src/step-definitions-client.d.ts → step-definitions-client.d.ts} +0 -0
- /package/dist/{packages/sdks/js/src/step-execution-plane-client.d.ts → step-execution-plane-client.d.ts} +0 -0
- /package/dist/{packages/sdks/js/src/treaty.d.ts → treaty.d.ts} +0 -0
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
export declare const problemDetailsErrorItemSchema: z.ZodObject<{
|
|
3
|
-
path: z.ZodString;
|
|
4
|
-
message: z.ZodString;
|
|
5
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
6
|
-
}, z.core.$strip>;
|
|
7
|
-
export declare const apiErrorResponseSchema: z.ZodObject<{
|
|
8
|
-
type: z.ZodString;
|
|
9
|
-
title: z.ZodString;
|
|
10
|
-
status: z.ZodNumber;
|
|
11
|
-
detail: z.ZodOptional<z.ZodString>;
|
|
12
|
-
instance: z.ZodOptional<z.ZodString>;
|
|
13
|
-
code: z.ZodOptional<z.ZodString>;
|
|
14
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15
|
-
path: z.ZodString;
|
|
16
|
-
message: z.ZodString;
|
|
17
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
18
|
-
}, z.core.$strip>>>;
|
|
19
|
-
}, z.core.$strip>;
|
|
20
|
-
export type ApiErrorResponse = z.infer<typeof apiErrorResponseSchema>;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
type ApiErrorHandlerContext = {
|
|
2
|
-
code: string | number;
|
|
3
|
-
error: unknown;
|
|
4
|
-
request: Request;
|
|
5
|
-
set: {
|
|
6
|
-
status?: string | number;
|
|
7
|
-
headers: Record<string, unknown>;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export declare function apiErrorHandler({ code, error, request, set, }: ApiErrorHandlerContext): {
|
|
11
|
-
type: string;
|
|
12
|
-
title: string;
|
|
13
|
-
status: number;
|
|
14
|
-
detail?: string | undefined;
|
|
15
|
-
instance?: string | undefined;
|
|
16
|
-
code?: string | undefined;
|
|
17
|
-
errors?: {
|
|
18
|
-
path: string;
|
|
19
|
-
message: string;
|
|
20
|
-
summary?: string | undefined;
|
|
21
|
-
}[] | undefined;
|
|
22
|
-
};
|
|
23
|
-
export {};
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { Elysia } from "elysia";
|
|
2
|
-
export declare const createAuthRoutes: () => Elysia<"", {
|
|
3
|
-
decorator: {};
|
|
4
|
-
store: {};
|
|
5
|
-
derive: {};
|
|
6
|
-
resolve: {};
|
|
7
|
-
}, {
|
|
8
|
-
typebox: {};
|
|
9
|
-
error: {};
|
|
10
|
-
}, {
|
|
11
|
-
schema: {};
|
|
12
|
-
standaloneSchema: {};
|
|
13
|
-
macro: {};
|
|
14
|
-
macroFn: {};
|
|
15
|
-
parser: {};
|
|
16
|
-
response: {};
|
|
17
|
-
}, {
|
|
18
|
-
api: {
|
|
19
|
-
auth: {
|
|
20
|
-
"*": {
|
|
21
|
-
[x: string]: {
|
|
22
|
-
body: unknown;
|
|
23
|
-
params: {
|
|
24
|
-
"*": string;
|
|
25
|
-
} & {};
|
|
26
|
-
query: unknown;
|
|
27
|
-
headers: unknown;
|
|
28
|
-
response: {
|
|
29
|
-
422: {
|
|
30
|
-
type: "validation";
|
|
31
|
-
on: string;
|
|
32
|
-
summary?: string;
|
|
33
|
-
message?: string;
|
|
34
|
-
found?: unknown;
|
|
35
|
-
property?: string;
|
|
36
|
-
expected?: string;
|
|
37
|
-
};
|
|
38
|
-
200: Response;
|
|
39
|
-
405: "Method Not Allowed";
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
}, {
|
|
46
|
-
derive: {};
|
|
47
|
-
resolve: {};
|
|
48
|
-
schema: {};
|
|
49
|
-
standaloneSchema: {};
|
|
50
|
-
response: {};
|
|
51
|
-
}, {
|
|
52
|
-
derive: {};
|
|
53
|
-
resolve: {};
|
|
54
|
-
schema: {};
|
|
55
|
-
standaloneSchema: {};
|
|
56
|
-
response: {};
|
|
57
|
-
}>;
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { Elysia } from "elysia";
|
|
2
|
-
import { type UuidV7 } from "@boboddy/core/common/contracts/uuid-v7";
|
|
3
|
-
import type { UserAuthorizationService } from "@boboddy/core/access/authorization/application/user-authorization-service";
|
|
4
|
-
export declare const createAuthenticated: (createUserAuthz: (actorId: UuidV7) => UserAuthorizationService) => Elysia<"", {
|
|
5
|
-
decorator: {};
|
|
6
|
-
store: {};
|
|
7
|
-
derive: {};
|
|
8
|
-
resolve: {};
|
|
9
|
-
}, {
|
|
10
|
-
typebox: {};
|
|
11
|
-
error: {};
|
|
12
|
-
}, {
|
|
13
|
-
schema: {};
|
|
14
|
-
standaloneSchema: {};
|
|
15
|
-
macro: {};
|
|
16
|
-
macroFn: {};
|
|
17
|
-
parser: {};
|
|
18
|
-
response: {};
|
|
19
|
-
}, {}, {
|
|
20
|
-
derive: {
|
|
21
|
-
readonly auth: {
|
|
22
|
-
readonly userId: UuidV7;
|
|
23
|
-
readonly user: {
|
|
24
|
-
id: string;
|
|
25
|
-
createdAt: Date;
|
|
26
|
-
updatedAt: Date;
|
|
27
|
-
email: string;
|
|
28
|
-
emailVerified: boolean;
|
|
29
|
-
name: string;
|
|
30
|
-
image?: string | null | undefined | undefined;
|
|
31
|
-
};
|
|
32
|
-
readonly session: {
|
|
33
|
-
id: string;
|
|
34
|
-
createdAt: Date;
|
|
35
|
-
updatedAt: Date;
|
|
36
|
-
userId: string;
|
|
37
|
-
expiresAt: Date;
|
|
38
|
-
token: string;
|
|
39
|
-
ipAddress?: string | null | undefined | undefined;
|
|
40
|
-
userAgent?: string | null | undefined | undefined;
|
|
41
|
-
};
|
|
42
|
-
readonly userAuthz: UserAuthorizationService;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
resolve: {};
|
|
46
|
-
schema: {};
|
|
47
|
-
standaloneSchema: {};
|
|
48
|
-
response: import("elysia").ExtractErrorFromHandle<{
|
|
49
|
-
readonly auth: {
|
|
50
|
-
readonly userId: UuidV7;
|
|
51
|
-
readonly user: {
|
|
52
|
-
id: string;
|
|
53
|
-
createdAt: Date;
|
|
54
|
-
updatedAt: Date;
|
|
55
|
-
email: string;
|
|
56
|
-
emailVerified: boolean;
|
|
57
|
-
name: string;
|
|
58
|
-
image?: string | null | undefined | undefined;
|
|
59
|
-
};
|
|
60
|
-
readonly session: {
|
|
61
|
-
id: string;
|
|
62
|
-
createdAt: Date;
|
|
63
|
-
updatedAt: Date;
|
|
64
|
-
userId: string;
|
|
65
|
-
expiresAt: Date;
|
|
66
|
-
token: string;
|
|
67
|
-
ipAddress?: string | null | undefined | undefined;
|
|
68
|
-
userAgent?: string | null | undefined | undefined;
|
|
69
|
-
};
|
|
70
|
-
readonly userAuthz: UserAuthorizationService;
|
|
71
|
-
};
|
|
72
|
-
}>;
|
|
73
|
-
}, {
|
|
74
|
-
derive: {};
|
|
75
|
-
resolve: {};
|
|
76
|
-
schema: {};
|
|
77
|
-
standaloneSchema: {};
|
|
78
|
-
response: {};
|
|
79
|
-
}>;
|
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
import { Elysia } from "elysia";
|
|
2
|
-
import type { AppContext } from "@boboddy/core/lib/di";
|
|
3
|
-
export declare const createFeedbackRequestRoutes: (appContext: AppContext) => Elysia<"", {
|
|
4
|
-
decorator: {};
|
|
5
|
-
store: {};
|
|
6
|
-
derive: {};
|
|
7
|
-
resolve: {};
|
|
8
|
-
}, {
|
|
9
|
-
typebox: {};
|
|
10
|
-
error: {};
|
|
11
|
-
}, {
|
|
12
|
-
schema: {};
|
|
13
|
-
standaloneSchema: {};
|
|
14
|
-
macro: {};
|
|
15
|
-
macroFn: {};
|
|
16
|
-
parser: {};
|
|
17
|
-
response: {};
|
|
18
|
-
}, {
|
|
19
|
-
projects: {
|
|
20
|
-
":projectId": {
|
|
21
|
-
"step-signals": {
|
|
22
|
-
":stepSignalId": {
|
|
23
|
-
"feedback-requests": {
|
|
24
|
-
get: {
|
|
25
|
-
body: unknown;
|
|
26
|
-
params: {
|
|
27
|
-
projectId: string & {
|
|
28
|
-
readonly __brand: "uuidv7";
|
|
29
|
-
};
|
|
30
|
-
stepSignalId: string & {
|
|
31
|
-
readonly __brand: "uuidv7";
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
query: unknown;
|
|
35
|
-
headers: unknown;
|
|
36
|
-
response: {
|
|
37
|
-
422: {
|
|
38
|
-
type: string;
|
|
39
|
-
title: string;
|
|
40
|
-
status: number;
|
|
41
|
-
detail?: string | undefined;
|
|
42
|
-
instance?: string | undefined;
|
|
43
|
-
code?: string | undefined;
|
|
44
|
-
errors?: {
|
|
45
|
-
path: string;
|
|
46
|
-
message: string;
|
|
47
|
-
summary?: string | undefined;
|
|
48
|
-
}[] | undefined;
|
|
49
|
-
};
|
|
50
|
-
404: {
|
|
51
|
-
type: string;
|
|
52
|
-
title: string;
|
|
53
|
-
status: number;
|
|
54
|
-
detail?: string | undefined;
|
|
55
|
-
instance?: string | undefined;
|
|
56
|
-
code?: string | undefined;
|
|
57
|
-
errors?: {
|
|
58
|
-
path: string;
|
|
59
|
-
message: string;
|
|
60
|
-
summary?: string | undefined;
|
|
61
|
-
}[] | undefined;
|
|
62
|
-
};
|
|
63
|
-
500: {
|
|
64
|
-
type: string;
|
|
65
|
-
title: string;
|
|
66
|
-
status: number;
|
|
67
|
-
detail?: string | undefined;
|
|
68
|
-
instance?: string | undefined;
|
|
69
|
-
code?: string | undefined;
|
|
70
|
-
errors?: {
|
|
71
|
-
path: string;
|
|
72
|
-
message: string;
|
|
73
|
-
summary?: string | undefined;
|
|
74
|
-
}[] | undefined;
|
|
75
|
-
};
|
|
76
|
-
200: {
|
|
77
|
-
id: string & {
|
|
78
|
-
readonly __brand: "uuidv7";
|
|
79
|
-
};
|
|
80
|
-
stepSignalId: string & {
|
|
81
|
-
readonly __brand: "uuidv7";
|
|
82
|
-
};
|
|
83
|
-
question: string;
|
|
84
|
-
category: string;
|
|
85
|
-
suggestedKey: string | null;
|
|
86
|
-
status: "pending" | "answered" | "declined";
|
|
87
|
-
createdAt: string;
|
|
88
|
-
updatedAt: string;
|
|
89
|
-
}[];
|
|
90
|
-
403: {
|
|
91
|
-
type: string;
|
|
92
|
-
title: string;
|
|
93
|
-
status: number;
|
|
94
|
-
detail?: string | undefined;
|
|
95
|
-
instance?: string | undefined;
|
|
96
|
-
code?: string | undefined;
|
|
97
|
-
errors?: {
|
|
98
|
-
path: string;
|
|
99
|
-
message: string;
|
|
100
|
-
summary?: string | undefined;
|
|
101
|
-
}[] | undefined;
|
|
102
|
-
};
|
|
103
|
-
401: {
|
|
104
|
-
type: string;
|
|
105
|
-
title: string;
|
|
106
|
-
status: number;
|
|
107
|
-
detail?: string | undefined;
|
|
108
|
-
instance?: string | undefined;
|
|
109
|
-
code?: string | undefined;
|
|
110
|
-
errors?: {
|
|
111
|
-
path: string;
|
|
112
|
-
message: string;
|
|
113
|
-
summary?: string | undefined;
|
|
114
|
-
}[] | undefined;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
};
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
} & {
|
|
124
|
-
projects: {
|
|
125
|
-
":projectId": {
|
|
126
|
-
"feedback-requests": {
|
|
127
|
-
":feedbackRequestId": {
|
|
128
|
-
decline: {
|
|
129
|
-
post: {
|
|
130
|
-
body: unknown;
|
|
131
|
-
params: {
|
|
132
|
-
projectId: string & {
|
|
133
|
-
readonly __brand: "uuidv7";
|
|
134
|
-
};
|
|
135
|
-
feedbackRequestId: string & {
|
|
136
|
-
readonly __brand: "uuidv7";
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
query: unknown;
|
|
140
|
-
headers: unknown;
|
|
141
|
-
response: {
|
|
142
|
-
422: {
|
|
143
|
-
type: string;
|
|
144
|
-
title: string;
|
|
145
|
-
status: number;
|
|
146
|
-
detail?: string | undefined;
|
|
147
|
-
instance?: string | undefined;
|
|
148
|
-
code?: string | undefined;
|
|
149
|
-
errors?: {
|
|
150
|
-
path: string;
|
|
151
|
-
message: string;
|
|
152
|
-
summary?: string | undefined;
|
|
153
|
-
}[] | undefined;
|
|
154
|
-
};
|
|
155
|
-
404: {
|
|
156
|
-
type: string;
|
|
157
|
-
title: string;
|
|
158
|
-
status: number;
|
|
159
|
-
detail?: string | undefined;
|
|
160
|
-
instance?: string | undefined;
|
|
161
|
-
code?: string | undefined;
|
|
162
|
-
errors?: {
|
|
163
|
-
path: string;
|
|
164
|
-
message: string;
|
|
165
|
-
summary?: string | undefined;
|
|
166
|
-
}[] | undefined;
|
|
167
|
-
};
|
|
168
|
-
500: {
|
|
169
|
-
type: string;
|
|
170
|
-
title: string;
|
|
171
|
-
status: number;
|
|
172
|
-
detail?: string | undefined;
|
|
173
|
-
instance?: string | undefined;
|
|
174
|
-
code?: string | undefined;
|
|
175
|
-
errors?: {
|
|
176
|
-
path: string;
|
|
177
|
-
message: string;
|
|
178
|
-
summary?: string | undefined;
|
|
179
|
-
}[] | undefined;
|
|
180
|
-
};
|
|
181
|
-
200: null;
|
|
182
|
-
403: {
|
|
183
|
-
type: string;
|
|
184
|
-
title: string;
|
|
185
|
-
status: number;
|
|
186
|
-
detail?: string | undefined;
|
|
187
|
-
instance?: string | undefined;
|
|
188
|
-
code?: string | undefined;
|
|
189
|
-
errors?: {
|
|
190
|
-
path: string;
|
|
191
|
-
message: string;
|
|
192
|
-
summary?: string | undefined;
|
|
193
|
-
}[] | undefined;
|
|
194
|
-
};
|
|
195
|
-
401: {
|
|
196
|
-
type: string;
|
|
197
|
-
title: string;
|
|
198
|
-
status: number;
|
|
199
|
-
detail?: string | undefined;
|
|
200
|
-
instance?: string | undefined;
|
|
201
|
-
code?: string | undefined;
|
|
202
|
-
errors?: {
|
|
203
|
-
path: string;
|
|
204
|
-
message: string;
|
|
205
|
-
summary?: string | undefined;
|
|
206
|
-
}[] | undefined;
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
};
|
|
212
|
-
};
|
|
213
|
-
};
|
|
214
|
-
};
|
|
215
|
-
}, {
|
|
216
|
-
derive: {};
|
|
217
|
-
resolve: {};
|
|
218
|
-
schema: {};
|
|
219
|
-
standaloneSchema: {};
|
|
220
|
-
response: {};
|
|
221
|
-
}, {
|
|
222
|
-
derive: {};
|
|
223
|
-
resolve: {};
|
|
224
|
-
schema: {};
|
|
225
|
-
standaloneSchema: {};
|
|
226
|
-
response: {};
|
|
227
|
-
} & {
|
|
228
|
-
derive: {
|
|
229
|
-
readonly auth: {
|
|
230
|
-
readonly userId: import("@boboddy/core/common/contracts/uuid-v7").UuidV7;
|
|
231
|
-
readonly user: {
|
|
232
|
-
id: string;
|
|
233
|
-
createdAt: Date;
|
|
234
|
-
updatedAt: Date;
|
|
235
|
-
email: string;
|
|
236
|
-
emailVerified: boolean;
|
|
237
|
-
name: string;
|
|
238
|
-
image?: string | null | undefined | undefined;
|
|
239
|
-
};
|
|
240
|
-
readonly session: {
|
|
241
|
-
id: string;
|
|
242
|
-
createdAt: Date;
|
|
243
|
-
updatedAt: Date;
|
|
244
|
-
userId: string;
|
|
245
|
-
expiresAt: Date;
|
|
246
|
-
token: string;
|
|
247
|
-
ipAddress?: string | null | undefined | undefined;
|
|
248
|
-
userAgent?: string | null | undefined | undefined;
|
|
249
|
-
};
|
|
250
|
-
readonly userAuthz: import("@boboddy/core/access/authorization/application/user-authorization-service").UserAuthorizationService;
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
|
-
resolve: {};
|
|
254
|
-
schema: {};
|
|
255
|
-
standaloneSchema: {};
|
|
256
|
-
response: import("elysia").ExtractErrorFromHandle<{
|
|
257
|
-
readonly auth: {
|
|
258
|
-
readonly userId: import("@boboddy/core/common/contracts/uuid-v7").UuidV7;
|
|
259
|
-
readonly user: {
|
|
260
|
-
id: string;
|
|
261
|
-
createdAt: Date;
|
|
262
|
-
updatedAt: Date;
|
|
263
|
-
email: string;
|
|
264
|
-
emailVerified: boolean;
|
|
265
|
-
name: string;
|
|
266
|
-
image?: string | null | undefined | undefined;
|
|
267
|
-
};
|
|
268
|
-
readonly session: {
|
|
269
|
-
id: string;
|
|
270
|
-
createdAt: Date;
|
|
271
|
-
updatedAt: Date;
|
|
272
|
-
userId: string;
|
|
273
|
-
expiresAt: Date;
|
|
274
|
-
token: string;
|
|
275
|
-
ipAddress?: string | null | undefined | undefined;
|
|
276
|
-
userAgent?: string | null | undefined | undefined;
|
|
277
|
-
};
|
|
278
|
-
readonly userAuthz: import("@boboddy/core/access/authorization/application/user-authorization-service").UserAuthorizationService;
|
|
279
|
-
};
|
|
280
|
-
}>;
|
|
281
|
-
}>;
|