@boboddy/sdk 0.0.12-alpha → 0.0.16-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/boboddy-config-parser.d.ts +34 -0
- package/dist/boboddy-config-parser.js +510 -0
- package/dist/client.d.ts +4 -0
- package/dist/client.js +1419 -0
- package/dist/{packages/sdks/js/src/define-step.d.ts → define-step.d.ts} +21 -1
- package/dist/define-step.js +12014 -0
- package/dist/generated/client/client.gen.d.ts +2 -0
- package/dist/generated/client/index.d.ts +8 -0
- package/dist/generated/client/types.gen.d.ts +117 -0
- package/dist/generated/client/utils.gen.d.ts +33 -0
- package/dist/generated/client.gen.d.ts +12 -0
- package/dist/generated/core/auth.gen.d.ts +18 -0
- package/dist/generated/core/bodySerializer.gen.d.ts +25 -0
- package/dist/generated/core/params.gen.d.ts +43 -0
- package/dist/generated/core/pathSerializer.gen.d.ts +33 -0
- package/dist/generated/core/queryKeySerializer.gen.d.ts +18 -0
- package/dist/generated/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/generated/core/types.gen.d.ts +78 -0
- package/dist/generated/core/utils.gen.d.ts +19 -0
- package/dist/generated/index.d.ts +2 -0
- package/dist/generated/sdk.gen.d.ts +162 -0
- package/dist/generated/types.gen.d.ts +9193 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +16394 -47
- package/dist/jsonc.d.ts +3 -0
- package/dist/jsonc.js +133 -0
- package/dist/opencode-mcp.js +14326 -0
- package/dist/step-definitions-client.d.ts +197 -0
- package/dist/step-definitions-client.js +1372 -0
- package/dist/step-execution-plane-client.d.ts +190 -0
- package/package.json +30 -17
- 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/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/client.d.ts +0 -2
- package/dist/packages/sdks/js/src/index.d.ts +0 -1
- package/dist/packages/sdks/js/src/step-definitions-client.d.ts +0 -202
- package/dist/packages/sdks/js/src/step-execution-plane-client.d.ts +0 -370
- package/dist/packages/sdks/js/src/treaty.d.ts +0 -13
- package/dist/packages/sdks/js/test/define-step.test.d.ts +0 -1
- /package/dist/{packages/core/src/common/contracts/opencode-mcp.d.ts → opencode-mcp.d.ts} +0 -0
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { Client, Options as Options2, TDataShape } from './client';
|
|
2
|
+
import type { DeleteApiApiAuth__Data, DeleteApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdData, DeleteApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdErrors, DeleteApiProjectsByProjectIdContextEntriesByEntryIdData, DeleteApiProjectsByProjectIdContextEntriesByEntryIdErrors, DeleteApiProjectsByProjectIdContextEntriesByEntryIdResponses, DeleteApiWorkItemsBatchData, DeleteApiWorkItemsBatchErrors, DeleteApiWorkItemsBatchResponses, DeleteApiWorkItemsByWorkItemIdData, DeleteApiWorkItemsByWorkItemIdErrors, DeleteApiWorkItemsByWorkItemIdResponses, GetApiApiAuth__Data, GetApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdData, GetApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdErrors, GetApiLinearPipelineDefinitionsData, GetApiLinearPipelineDefinitionsErrors, GetApiLinearPipelineExecutionsByDefinitionByLinearPipelineDefinitionIdData, GetApiLinearPipelineExecutionsByDefinitionByLinearPipelineDefinitionIdErrors, GetApiLinearPipelineExecutionsByDefinitionByLinearPipelineDefinitionIdResponses, GetApiLinearPipelineExecutionsByLinearPipelineExecutionIdData, GetApiLinearPipelineExecutionsByLinearPipelineExecutionIdErrors, GetApiLinearPipelineExecutionsByLinearPipelineExecutionIdResponses, GetApiLinearPipelineExecutionsData, GetApiLinearPipelineExecutionsErrors, GetApiLinearPipelineExecutionsResponses, GetApiProjectsByProjectIdContextEntriesData, GetApiProjectsByProjectIdContextEntriesErrors, GetApiProjectsByProjectIdContextEntriesResponses, GetApiProjectsByProjectIdData, GetApiProjectsByProjectIdErrors, GetApiProjectsByProjectIdResponses, GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdData, GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdErrors, GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdResponses, GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdData, GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdErrors, GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdResponses, GetApiProjectsByProjectIdRuntimeSessionsData, GetApiProjectsByProjectIdRuntimeSessionsErrors, GetApiProjectsByProjectIdRuntimeSessionsResponses, GetApiProjectsByProjectIdStepSignalsByStepSignalIdFeedbackRequestsData, GetApiProjectsByProjectIdStepSignalsByStepSignalIdFeedbackRequestsErrors, GetApiProjectsByProjectIdStepSignalsByStepSignalIdFeedbackRequestsResponses, GetApiProjectsByProjectIdWorkItemsData, GetApiProjectsByProjectIdWorkItemsErrors, GetApiProjectsByProjectIdWorkItemsResponses, GetApiProjectsData, GetApiProjectsErrors, GetApiProjectsResponses, GetApiStepDefinitionsByStepDefinitionIdData, GetApiStepDefinitionsByStepDefinitionIdErrors, GetApiStepDefinitionsByStepDefinitionIdResponses, GetApiStepDefinitionsData, GetApiStepDefinitionsErrors, GetApiStepDefinitionsResponses, GetApiStepDefinitionTemplatesByStepDefinitionTemplateIdData, GetApiStepDefinitionTemplatesByStepDefinitionTemplateIdErrors, GetApiStepDefinitionTemplatesByStepDefinitionTemplateIdResponses, GetApiStepDefinitionTemplatesData, GetApiStepDefinitionTemplatesErrors, GetApiStepDefinitionTemplatesResponses, GetApiStepExecutionsByStepExecutionIdData, GetApiStepExecutionsByStepExecutionIdErrors, GetApiStepExecutionsByStepExecutionIdResponses, GetApiStepExecutionsData, GetApiStepExecutionsErrors, GetApiStepExecutionsResponses, GetApiWorkItemsBatchData, GetApiWorkItemsBatchErrors, GetApiWorkItemsBatchResponses, GetApiWorkItemsByWorkItemIdData, GetApiWorkItemsByWorkItemIdErrors, GetApiWorkItemsByWorkItemIdResponses, HeadApiApiAuth__Data, OptionsApiApiAuth__Data, PatchApiApiAuth__Data, PostApiApiAuth__Data, PostApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsData, PostApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsErrors, PostApiLinearPipelineDefinitionsData, PostApiLinearPipelineDefinitionsErrors, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptData, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptErrors, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdResultsData, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdResultsErrors, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdResultsResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsData, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsErrors, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdRetriggerData, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdRetriggerErrors, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdRetriggerResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsFirstData, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsFirstErrors, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsFirstResponses, PostApiLinearPipelineExecutionsData, PostApiLinearPipelineExecutionsErrors, PostApiLinearPipelineExecutionsResponses, PostApiProjectsByProjectIdContextEntriesData, PostApiProjectsByProjectIdContextEntriesErrors, PostApiProjectsByProjectIdContextEntriesResponses, PostApiProjectsByProjectIdFeedbackRequestsByFeedbackRequestIdDeclineData, PostApiProjectsByProjectIdFeedbackRequestsByFeedbackRequestIdDeclineErrors, PostApiProjectsByProjectIdFeedbackRequestsByFeedbackRequestIdDeclineResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsByRuntimeCommandIdRunData, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsByRuntimeCommandIdRunErrors, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsByRuntimeCommandIdRunResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsData, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsErrors, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStartData, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStartErrors, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStartResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStopData, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStopErrors, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStopResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesData, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesErrors, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdStopData, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdStopErrors, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdStopResponses, PostApiProjectsByProjectIdRuntimeSessionsData, PostApiProjectsByProjectIdRuntimeSessionsErrors, PostApiProjectsByProjectIdRuntimeSessionsResponses, PostApiProjectsData, PostApiProjectsErrors, PostApiProjectsResponses, PostApiStepDefinitionsData, PostApiStepDefinitionsErrors, PostApiStepDefinitionsResponses, PostApiStepDefinitionTemplatesByStepDefinitionTemplateIdInstantiateData, PostApiStepDefinitionTemplatesByStepDefinitionTemplateIdInstantiateErrors, PostApiStepDefinitionTemplatesByStepDefinitionTemplateIdInstantiateResponses, PostApiStepExecutionResultsByStepExecutionResultIdSignalsExtractData, PostApiStepExecutionResultsByStepExecutionResultIdSignalsExtractErrors, PostApiStepExecutionResultsByStepExecutionResultIdSignalsExtractResponses, PostApiStepExecutionResultsData, PostApiStepExecutionResultsErrors, PostApiStepExecutionResultsResponses, PostApiStepExecutionsByStepExecutionIdCompletionsData, PostApiStepExecutionsByStepExecutionIdCompletionsErrors, PostApiStepExecutionsByStepExecutionIdCompletionsResponses, PostApiStepExecutionsByStepExecutionIdWorkerContextData, PostApiStepExecutionsByStepExecutionIdWorkerContextErrors, PostApiStepExecutionsByStepExecutionIdWorkerContextResponses, PostApiStepExecutionsClaimsData, PostApiStepExecutionsClaimsErrors, PostApiStepExecutionsClaimsResponses, PostApiStepExecutionsData, PostApiStepExecutionsErrors, PostApiStepExecutionsResponses, PostApiWorkItemsBatchData, PostApiWorkItemsBatchErrors, PostApiWorkItemsBatchResponses, PostApiWorkItemsData, PostApiWorkItemsErrors, PostApiWorkItemsResponses, PutApiApiAuth__Data, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdArchiveData, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdArchiveErrors, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdData, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdErrors, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdAdvancementPolicyData, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdAdvancementPolicyErrors, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdData, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdErrors, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdCancelData, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdCancelErrors, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdCancelResponses, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStartData, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStartErrors, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStartResponses, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdRunningData, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdRunningErrors, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdRunningResponses, PutApiProjectsByProjectIdMembersByUserIdPermissionsData, PutApiProjectsByProjectIdMembersByUserIdPermissionsErrors, PutApiProjectsByProjectIdMembersByUserIdPermissionsResponses, PutApiStepDefinitionsByStepDefinitionIdArchiveData, PutApiStepDefinitionsByStepDefinitionIdArchiveErrors, PutApiStepDefinitionsByStepDefinitionIdArchiveResponses, PutApiStepDefinitionsByStepDefinitionIdData, PutApiStepDefinitionsByStepDefinitionIdErrors, PutApiStepDefinitionsByStepDefinitionIdResponses, PutApiStepExecutionsByStepExecutionIdHeartbeatData, PutApiStepExecutionsByStepExecutionIdHeartbeatErrors, PutApiStepExecutionsByStepExecutionIdHeartbeatResponses, PutApiStepExecutionsByStepExecutionIdRunningData, PutApiStepExecutionsByStepExecutionIdRunningErrors, PutApiStepExecutionsByStepExecutionIdRunningResponses, PutApiWorkItemsBatchData, PutApiWorkItemsBatchErrors, PutApiWorkItemsBatchResponses, PutApiWorkItemsData, PutApiWorkItemsErrors, PutApiWorkItemsResponses, TraceApiApiAuth__Data } from './types.gen';
|
|
3
|
+
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
|
|
4
|
+
/**
|
|
5
|
+
* You can provide a client instance returned by `createClient()` instead of
|
|
6
|
+
* individual options. This might be also useful if you want to implement a
|
|
7
|
+
* custom client.
|
|
8
|
+
*/
|
|
9
|
+
client?: Client;
|
|
10
|
+
/**
|
|
11
|
+
* You can pass arbitrary values through the `meta` object. This can be
|
|
12
|
+
* used to access values that aren't defined as part of the SDK function.
|
|
13
|
+
*/
|
|
14
|
+
meta?: Record<string, unknown>;
|
|
15
|
+
};
|
|
16
|
+
declare class HeyApiClient {
|
|
17
|
+
protected client: Client;
|
|
18
|
+
constructor(args?: {
|
|
19
|
+
client?: Client;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
declare class HeyApiRegistry<T> {
|
|
23
|
+
private readonly defaultKey;
|
|
24
|
+
private readonly instances;
|
|
25
|
+
get(key?: string): T;
|
|
26
|
+
set(value: T, key?: string): void;
|
|
27
|
+
}
|
|
28
|
+
export declare class Api extends HeyApiClient {
|
|
29
|
+
'allApiApiAuth*'<ThrowOnError extends boolean = false>(options?: Options<DeleteApiApiAuth__Data, ThrowOnError>): import("./client").RequestResult<unknown, unknown, ThrowOnError, "fields">;
|
|
30
|
+
'allApiApiAuth*2'<ThrowOnError extends boolean = false>(options?: Options<GetApiApiAuth__Data, ThrowOnError>): import("./client").RequestResult<unknown, unknown, ThrowOnError, "fields">;
|
|
31
|
+
'allApiApiAuth*3'<ThrowOnError extends boolean = false>(options?: Options<HeadApiApiAuth__Data, ThrowOnError>): import("./client").RequestResult<unknown, unknown, ThrowOnError, "fields">;
|
|
32
|
+
'allApiApiAuth*4'<ThrowOnError extends boolean = false>(options?: Options<OptionsApiApiAuth__Data, ThrowOnError>): import("./client").RequestResult<unknown, unknown, ThrowOnError, "fields">;
|
|
33
|
+
'allApiApiAuth*5'<ThrowOnError extends boolean = false>(options?: Options<PatchApiApiAuth__Data, ThrowOnError>): import("./client").RequestResult<unknown, unknown, ThrowOnError, "fields">;
|
|
34
|
+
'allApiApiAuth*6'<ThrowOnError extends boolean = false>(options?: Options<PostApiApiAuth__Data, ThrowOnError>): import("./client").RequestResult<unknown, unknown, ThrowOnError, "fields">;
|
|
35
|
+
'allApiApiAuth*7'<ThrowOnError extends boolean = false>(options?: Options<PutApiApiAuth__Data, ThrowOnError>): import("./client").RequestResult<unknown, unknown, ThrowOnError, "fields">;
|
|
36
|
+
'allApiApiAuth*8'<ThrowOnError extends boolean = false>(options?: Options<TraceApiApiAuth__Data, ThrowOnError>): import("./client").RequestResult<unknown, unknown, ThrowOnError, "fields">;
|
|
37
|
+
}
|
|
38
|
+
export declare class Projects extends HeyApiClient {
|
|
39
|
+
listProjects<ThrowOnError extends boolean = false>(options?: Options<GetApiProjectsData, ThrowOnError>): import("./client").RequestResult<GetApiProjectsResponses, GetApiProjectsErrors, ThrowOnError, "fields">;
|
|
40
|
+
createProject<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsResponses, PostApiProjectsErrors, ThrowOnError, "fields">;
|
|
41
|
+
listProjectWorkItems<ThrowOnError extends boolean = false>(options: Options<GetApiProjectsByProjectIdWorkItemsData, ThrowOnError>): import("./client").RequestResult<GetApiProjectsByProjectIdWorkItemsResponses, GetApiProjectsByProjectIdWorkItemsErrors, ThrowOnError, "fields">;
|
|
42
|
+
getProject<ThrowOnError extends boolean = false>(options: Options<GetApiProjectsByProjectIdData, ThrowOnError>): import("./client").RequestResult<GetApiProjectsByProjectIdResponses, GetApiProjectsByProjectIdErrors, ThrowOnError, "fields">;
|
|
43
|
+
updateProjectMemberPermissions<ThrowOnError extends boolean = false>(options: Options<PutApiProjectsByProjectIdMembersByUserIdPermissionsData, ThrowOnError>): import("./client").RequestResult<PutApiProjectsByProjectIdMembersByUserIdPermissionsResponses, PutApiProjectsByProjectIdMembersByUserIdPermissionsErrors, ThrowOnError, "fields">;
|
|
44
|
+
}
|
|
45
|
+
export declare class RuntimeSessions extends HeyApiClient {
|
|
46
|
+
listRuntimeSessions<ThrowOnError extends boolean = false>(options: Options<GetApiProjectsByProjectIdRuntimeSessionsData, ThrowOnError>): import("./client").RequestResult<GetApiProjectsByProjectIdRuntimeSessionsResponses, GetApiProjectsByProjectIdRuntimeSessionsErrors, ThrowOnError, "fields">;
|
|
47
|
+
createRuntimeSession<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdRuntimeSessionsData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdRuntimeSessionsResponses, PostApiProjectsByProjectIdRuntimeSessionsErrors, ThrowOnError, "fields">;
|
|
48
|
+
getRuntimeSession<ThrowOnError extends boolean = false>(options: Options<GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdData, ThrowOnError>): import("./client").RequestResult<GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdResponses, GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdErrors, ThrowOnError, "fields">;
|
|
49
|
+
stopRuntimeSession<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdStopData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdStopResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdStopErrors, ThrowOnError, "fields">;
|
|
50
|
+
}
|
|
51
|
+
export declare class RuntimeServices extends HeyApiClient {
|
|
52
|
+
createRuntimeService<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesErrors, ThrowOnError, "fields">;
|
|
53
|
+
getRuntimeService<ThrowOnError extends boolean = false>(options: Options<GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdData, ThrowOnError>): import("./client").RequestResult<GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdResponses, GetApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdErrors, ThrowOnError, "fields">;
|
|
54
|
+
startRuntimeService<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStartData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStartResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStartErrors, ThrowOnError, "fields">;
|
|
55
|
+
stopRuntimeService<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStopData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStopResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdServicesByRuntimeServiceIdStopErrors, ThrowOnError, "fields">;
|
|
56
|
+
}
|
|
57
|
+
export declare class RuntimeCommands extends HeyApiClient {
|
|
58
|
+
createRuntimeCommand<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsErrors, ThrowOnError, "fields">;
|
|
59
|
+
runRuntimeCommand<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsByRuntimeCommandIdRunData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsByRuntimeCommandIdRunResponses, PostApiProjectsByProjectIdRuntimeSessionsByRuntimeSessionIdCommandsByRuntimeCommandIdRunErrors, ThrowOnError, "fields">;
|
|
60
|
+
}
|
|
61
|
+
export declare class StepDefinitions extends HeyApiClient {
|
|
62
|
+
listStepDefinitions<ThrowOnError extends boolean = false>(options: Options<GetApiStepDefinitionsData, ThrowOnError>): import("./client").RequestResult<GetApiStepDefinitionsResponses, GetApiStepDefinitionsErrors, ThrowOnError, "fields">;
|
|
63
|
+
createStepDefinition<ThrowOnError extends boolean = false>(options: Options<PostApiStepDefinitionsData, ThrowOnError>): import("./client").RequestResult<PostApiStepDefinitionsResponses, PostApiStepDefinitionsErrors, ThrowOnError, "fields">;
|
|
64
|
+
getStepDefinition<ThrowOnError extends boolean = false>(options: Options<GetApiStepDefinitionsByStepDefinitionIdData, ThrowOnError>): import("./client").RequestResult<GetApiStepDefinitionsByStepDefinitionIdResponses, GetApiStepDefinitionsByStepDefinitionIdErrors, ThrowOnError, "fields">;
|
|
65
|
+
updateStepDefinition<ThrowOnError extends boolean = false>(options: Options<PutApiStepDefinitionsByStepDefinitionIdData, ThrowOnError>): import("./client").RequestResult<PutApiStepDefinitionsByStepDefinitionIdResponses, PutApiStepDefinitionsByStepDefinitionIdErrors, ThrowOnError, "fields">;
|
|
66
|
+
archiveStepDefinition<ThrowOnError extends boolean = false>(options: Options<PutApiStepDefinitionsByStepDefinitionIdArchiveData, ThrowOnError>): import("./client").RequestResult<PutApiStepDefinitionsByStepDefinitionIdArchiveResponses, PutApiStepDefinitionsByStepDefinitionIdArchiveErrors, ThrowOnError, "fields">;
|
|
67
|
+
}
|
|
68
|
+
export declare class StepExecutions extends HeyApiClient {
|
|
69
|
+
claimStepExecutions<ThrowOnError extends boolean = false>(options: Options<PostApiStepExecutionsClaimsData, ThrowOnError>): import("./client").RequestResult<PostApiStepExecutionsClaimsResponses, PostApiStepExecutionsClaimsErrors, ThrowOnError, "fields">;
|
|
70
|
+
listStepExecutions<ThrowOnError extends boolean = false>(options: Options<GetApiStepExecutionsData, ThrowOnError>): import("./client").RequestResult<GetApiStepExecutionsResponses, GetApiStepExecutionsErrors, ThrowOnError, "fields">;
|
|
71
|
+
createStepExecution<ThrowOnError extends boolean = false>(options: Options<PostApiStepExecutionsData, ThrowOnError>): import("./client").RequestResult<PostApiStepExecutionsResponses, PostApiStepExecutionsErrors, ThrowOnError, "fields">;
|
|
72
|
+
heartbeatStepExecution<ThrowOnError extends boolean = false>(options: Options<PutApiStepExecutionsByStepExecutionIdHeartbeatData, ThrowOnError>): import("./client").RequestResult<PutApiStepExecutionsByStepExecutionIdHeartbeatResponses, PutApiStepExecutionsByStepExecutionIdHeartbeatErrors, ThrowOnError, "fields">;
|
|
73
|
+
getStepExecutionWorkerContext<ThrowOnError extends boolean = false>(options: Options<PostApiStepExecutionsByStepExecutionIdWorkerContextData, ThrowOnError>): import("./client").RequestResult<PostApiStepExecutionsByStepExecutionIdWorkerContextResponses, PostApiStepExecutionsByStepExecutionIdWorkerContextErrors, ThrowOnError, "fields">;
|
|
74
|
+
completeStepExecution<ThrowOnError extends boolean = false>(options: Options<PostApiStepExecutionsByStepExecutionIdCompletionsData, ThrowOnError>): import("./client").RequestResult<PostApiStepExecutionsByStepExecutionIdCompletionsResponses, PostApiStepExecutionsByStepExecutionIdCompletionsErrors, ThrowOnError, "fields">;
|
|
75
|
+
markStepExecutionRunning<ThrowOnError extends boolean = false>(options: Options<PutApiStepExecutionsByStepExecutionIdRunningData, ThrowOnError>): import("./client").RequestResult<PutApiStepExecutionsByStepExecutionIdRunningResponses, PutApiStepExecutionsByStepExecutionIdRunningErrors, ThrowOnError, "fields">;
|
|
76
|
+
createStepExecutionResult<ThrowOnError extends boolean = false>(options: Options<PostApiStepExecutionResultsData, ThrowOnError>): import("./client").RequestResult<PostApiStepExecutionResultsResponses, PostApiStepExecutionResultsErrors, ThrowOnError, "fields">;
|
|
77
|
+
extractStepExecutionSignals<ThrowOnError extends boolean = false>(options: Options<PostApiStepExecutionResultsByStepExecutionResultIdSignalsExtractData, ThrowOnError>): import("./client").RequestResult<PostApiStepExecutionResultsByStepExecutionResultIdSignalsExtractResponses, PostApiStepExecutionResultsByStepExecutionResultIdSignalsExtractErrors, ThrowOnError, "fields">;
|
|
78
|
+
getStepExecution<ThrowOnError extends boolean = false>(options: Options<GetApiStepExecutionsByStepExecutionIdData, ThrowOnError>): import("./client").RequestResult<GetApiStepExecutionsByStepExecutionIdResponses, GetApiStepExecutionsByStepExecutionIdErrors, ThrowOnError, "fields">;
|
|
79
|
+
}
|
|
80
|
+
export declare class PipelineDefinitions extends HeyApiClient {
|
|
81
|
+
listPipelineDefinitions<ThrowOnError extends boolean = false>(options: Options<GetApiLinearPipelineDefinitionsData, ThrowOnError>): import("./client").RequestResult<unknown, GetApiLinearPipelineDefinitionsErrors, ThrowOnError, "fields">;
|
|
82
|
+
createPipelineDefinition<ThrowOnError extends boolean = false>(options?: Options<PostApiLinearPipelineDefinitionsData, ThrowOnError>): import("./client").RequestResult<unknown, PostApiLinearPipelineDefinitionsErrors, ThrowOnError, "fields">;
|
|
83
|
+
getPipelineDefinition<ThrowOnError extends boolean = false>(options: Options<GetApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdData, ThrowOnError>): import("./client").RequestResult<unknown, GetApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdErrors, ThrowOnError, "fields">;
|
|
84
|
+
updatePipelineDefinition<ThrowOnError extends boolean = false>(options: Options<PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdData, ThrowOnError>): import("./client").RequestResult<unknown, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdErrors, ThrowOnError, "fields">;
|
|
85
|
+
archivePipelineDefinition<ThrowOnError extends boolean = false>(options: Options<PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdArchiveData, ThrowOnError>): import("./client").RequestResult<unknown, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdArchiveErrors, ThrowOnError, "fields">;
|
|
86
|
+
addPipelineStep<ThrowOnError extends boolean = false>(options: Options<PostApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsData, ThrowOnError>): import("./client").RequestResult<unknown, PostApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsErrors, ThrowOnError, "fields">;
|
|
87
|
+
removePipelineStep<ThrowOnError extends boolean = false>(options: Options<DeleteApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdData, ThrowOnError>): import("./client").RequestResult<unknown, DeleteApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdErrors, ThrowOnError, "fields">;
|
|
88
|
+
updatePipelineStep<ThrowOnError extends boolean = false>(options: Options<PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdData, ThrowOnError>): import("./client").RequestResult<unknown, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdErrors, ThrowOnError, "fields">;
|
|
89
|
+
setPipelineStepAdvancementPolicy<ThrowOnError extends boolean = false>(options: Options<PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdAdvancementPolicyData, ThrowOnError>): import("./client").RequestResult<unknown, PutApiLinearPipelineDefinitionsByLinearPipelineDefinitionIdStepsByLinearPipelineStepDefinitionIdAdvancementPolicyErrors, ThrowOnError, "fields">;
|
|
90
|
+
}
|
|
91
|
+
export declare class PipelineExecutions extends HeyApiClient {
|
|
92
|
+
listPipelineExecutions<ThrowOnError extends boolean = false>(options: Options<GetApiLinearPipelineExecutionsData, ThrowOnError>): import("./client").RequestResult<GetApiLinearPipelineExecutionsResponses, GetApiLinearPipelineExecutionsErrors, ThrowOnError, "fields">;
|
|
93
|
+
createPipelineExecution<ThrowOnError extends boolean = false>(options: Options<PostApiLinearPipelineExecutionsData, ThrowOnError>): import("./client").RequestResult<PostApiLinearPipelineExecutionsResponses, PostApiLinearPipelineExecutionsErrors, ThrowOnError, "fields">;
|
|
94
|
+
startPipelineExecution<ThrowOnError extends boolean = false>(options: Options<PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStartData, ThrowOnError>): import("./client").RequestResult<PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStartResponses, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStartErrors, ThrowOnError, "fields">;
|
|
95
|
+
queueFirstPipelineStepRun<ThrowOnError extends boolean = false>(options: Options<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsFirstData, ThrowOnError>): import("./client").RequestResult<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsFirstResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsFirstErrors, ThrowOnError, "fields">;
|
|
96
|
+
createPipelineStepRunAttempt<ThrowOnError extends boolean = false>(options: Options<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsData, ThrowOnError>): import("./client").RequestResult<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsErrors, ThrowOnError, "fields">;
|
|
97
|
+
markPipelineStepRunAttemptRunning<ThrowOnError extends boolean = false>(options: Options<PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdRunningData, ThrowOnError>): import("./client").RequestResult<PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdRunningResponses, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdRunningErrors, ThrowOnError, "fields">;
|
|
98
|
+
applyPipelineStepResult<ThrowOnError extends boolean = false>(options: Options<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdResultsData, ThrowOnError>): import("./client").RequestResult<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdResultsResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAttemptsByLinearPipelineStepRunAttemptIdResultsErrors, ThrowOnError, "fields">;
|
|
99
|
+
acceptPipelineStepRun<ThrowOnError extends boolean = false>(options: Options<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptData, ThrowOnError>): import("./client").RequestResult<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptErrors, ThrowOnError, "fields">;
|
|
100
|
+
retriggerPipelineStepRun<ThrowOnError extends boolean = false>(options: Options<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdRetriggerData, ThrowOnError>): import("./client").RequestResult<PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdRetriggerResponses, PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdRetriggerErrors, ThrowOnError, "fields">;
|
|
101
|
+
cancelPipelineExecution<ThrowOnError extends boolean = false>(options: Options<PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdCancelData, ThrowOnError>): import("./client").RequestResult<PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdCancelResponses, PutApiLinearPipelineExecutionsByLinearPipelineExecutionIdCancelErrors, ThrowOnError, "fields">;
|
|
102
|
+
getPipelineExecution<ThrowOnError extends boolean = false>(options: Options<GetApiLinearPipelineExecutionsByLinearPipelineExecutionIdData, ThrowOnError>): import("./client").RequestResult<GetApiLinearPipelineExecutionsByLinearPipelineExecutionIdResponses, GetApiLinearPipelineExecutionsByLinearPipelineExecutionIdErrors, ThrowOnError, "fields">;
|
|
103
|
+
listPipelineExecutionsByDefinition<ThrowOnError extends boolean = false>(options: Options<GetApiLinearPipelineExecutionsByDefinitionByLinearPipelineDefinitionIdData, ThrowOnError>): import("./client").RequestResult<GetApiLinearPipelineExecutionsByDefinitionByLinearPipelineDefinitionIdResponses, GetApiLinearPipelineExecutionsByDefinitionByLinearPipelineDefinitionIdErrors, ThrowOnError, "fields">;
|
|
104
|
+
}
|
|
105
|
+
export declare class WorkItems extends HeyApiClient {
|
|
106
|
+
createWorkItem<ThrowOnError extends boolean = false>(options: Options<PostApiWorkItemsData, ThrowOnError>): import("./client").RequestResult<PostApiWorkItemsResponses, PostApiWorkItemsErrors, ThrowOnError, "fields">;
|
|
107
|
+
upsertWorkItem<ThrowOnError extends boolean = false>(options: Options<PutApiWorkItemsData, ThrowOnError>): import("./client").RequestResult<PutApiWorkItemsResponses, PutApiWorkItemsErrors, ThrowOnError, "fields">;
|
|
108
|
+
deleteWorkItems<ThrowOnError extends boolean = false>(options: Options<DeleteApiWorkItemsBatchData, ThrowOnError>): import("./client").RequestResult<DeleteApiWorkItemsBatchResponses, DeleteApiWorkItemsBatchErrors, ThrowOnError, "fields">;
|
|
109
|
+
getWorkItems<ThrowOnError extends boolean = false>(options: Options<GetApiWorkItemsBatchData, ThrowOnError>): import("./client").RequestResult<GetApiWorkItemsBatchResponses, GetApiWorkItemsBatchErrors, ThrowOnError, "fields">;
|
|
110
|
+
createWorkItems<ThrowOnError extends boolean = false>(options: Options<PostApiWorkItemsBatchData, ThrowOnError>): import("./client").RequestResult<PostApiWorkItemsBatchResponses, PostApiWorkItemsBatchErrors, ThrowOnError, "fields">;
|
|
111
|
+
upsertWorkItems<ThrowOnError extends boolean = false>(options: Options<PutApiWorkItemsBatchData, ThrowOnError>): import("./client").RequestResult<PutApiWorkItemsBatchResponses, PutApiWorkItemsBatchErrors, ThrowOnError, "fields">;
|
|
112
|
+
deleteWorkItem<ThrowOnError extends boolean = false>(options: Options<DeleteApiWorkItemsByWorkItemIdData, ThrowOnError>): import("./client").RequestResult<DeleteApiWorkItemsByWorkItemIdResponses, DeleteApiWorkItemsByWorkItemIdErrors, ThrowOnError, "fields">;
|
|
113
|
+
getWorkItem<ThrowOnError extends boolean = false>(options: Options<GetApiWorkItemsByWorkItemIdData, ThrowOnError>): import("./client").RequestResult<GetApiWorkItemsByWorkItemIdResponses, GetApiWorkItemsByWorkItemIdErrors, ThrowOnError, "fields">;
|
|
114
|
+
}
|
|
115
|
+
export declare class ProjectContext extends HeyApiClient {
|
|
116
|
+
listProjectContextEntries<ThrowOnError extends boolean = false>(options: Options<GetApiProjectsByProjectIdContextEntriesData, ThrowOnError>): import("./client").RequestResult<GetApiProjectsByProjectIdContextEntriesResponses, GetApiProjectsByProjectIdContextEntriesErrors, ThrowOnError, "fields">;
|
|
117
|
+
createProjectContextEntry<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdContextEntriesData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdContextEntriesResponses, PostApiProjectsByProjectIdContextEntriesErrors, ThrowOnError, "fields">;
|
|
118
|
+
deleteProjectContextEntry<ThrowOnError extends boolean = false>(options: Options<DeleteApiProjectsByProjectIdContextEntriesByEntryIdData, ThrowOnError>): import("./client").RequestResult<DeleteApiProjectsByProjectIdContextEntriesByEntryIdResponses, DeleteApiProjectsByProjectIdContextEntriesByEntryIdErrors, ThrowOnError, "fields">;
|
|
119
|
+
}
|
|
120
|
+
export declare class FeedbackRequests extends HeyApiClient {
|
|
121
|
+
listFeedbackRequests<ThrowOnError extends boolean = false>(options: Options<GetApiProjectsByProjectIdStepSignalsByStepSignalIdFeedbackRequestsData, ThrowOnError>): import("./client").RequestResult<GetApiProjectsByProjectIdStepSignalsByStepSignalIdFeedbackRequestsResponses, GetApiProjectsByProjectIdStepSignalsByStepSignalIdFeedbackRequestsErrors, ThrowOnError, "fields">;
|
|
122
|
+
declineFeedbackRequest<ThrowOnError extends boolean = false>(options: Options<PostApiProjectsByProjectIdFeedbackRequestsByFeedbackRequestIdDeclineData, ThrowOnError>): import("./client").RequestResult<PostApiProjectsByProjectIdFeedbackRequestsByFeedbackRequestIdDeclineResponses, PostApiProjectsByProjectIdFeedbackRequestsByFeedbackRequestIdDeclineErrors, ThrowOnError, "fields">;
|
|
123
|
+
}
|
|
124
|
+
export declare class StepDefinitionTemplates extends HeyApiClient {
|
|
125
|
+
listStepDefinitionTemplates<ThrowOnError extends boolean = false>(options?: Options<GetApiStepDefinitionTemplatesData, ThrowOnError>): import("./client").RequestResult<GetApiStepDefinitionTemplatesResponses, GetApiStepDefinitionTemplatesErrors, ThrowOnError, "fields">;
|
|
126
|
+
getStepDefinitionTemplate<ThrowOnError extends boolean = false>(options: Options<GetApiStepDefinitionTemplatesByStepDefinitionTemplateIdData, ThrowOnError>): import("./client").RequestResult<GetApiStepDefinitionTemplatesByStepDefinitionTemplateIdResponses, GetApiStepDefinitionTemplatesByStepDefinitionTemplateIdErrors, ThrowOnError, "fields">;
|
|
127
|
+
instantiateStepDefinitionTemplate<ThrowOnError extends boolean = false>(options: Options<PostApiStepDefinitionTemplatesByStepDefinitionTemplateIdInstantiateData, ThrowOnError>): import("./client").RequestResult<PostApiStepDefinitionTemplatesByStepDefinitionTemplateIdInstantiateResponses, PostApiStepDefinitionTemplatesByStepDefinitionTemplateIdInstantiateErrors, ThrowOnError, "fields">;
|
|
128
|
+
}
|
|
129
|
+
export declare class BoboddyClient extends HeyApiClient {
|
|
130
|
+
static readonly __registry: HeyApiRegistry<BoboddyClient>;
|
|
131
|
+
constructor(args?: {
|
|
132
|
+
client?: Client;
|
|
133
|
+
key?: string;
|
|
134
|
+
});
|
|
135
|
+
private _api?;
|
|
136
|
+
get api(): Api;
|
|
137
|
+
private _projects?;
|
|
138
|
+
get projects(): Projects;
|
|
139
|
+
private _runtimeSessions?;
|
|
140
|
+
get runtimeSessions(): RuntimeSessions;
|
|
141
|
+
private _runtimeServices?;
|
|
142
|
+
get runtimeServices(): RuntimeServices;
|
|
143
|
+
private _runtimeCommands?;
|
|
144
|
+
get runtimeCommands(): RuntimeCommands;
|
|
145
|
+
private _stepDefinitions?;
|
|
146
|
+
get stepDefinitions(): StepDefinitions;
|
|
147
|
+
private _stepExecutions?;
|
|
148
|
+
get stepExecutions(): StepExecutions;
|
|
149
|
+
private _pipelineDefinitions?;
|
|
150
|
+
get pipelineDefinitions(): PipelineDefinitions;
|
|
151
|
+
private _pipelineExecutions?;
|
|
152
|
+
get pipelineExecutions(): PipelineExecutions;
|
|
153
|
+
private _workItems?;
|
|
154
|
+
get workItems(): WorkItems;
|
|
155
|
+
private _projectContext?;
|
|
156
|
+
get projectContext(): ProjectContext;
|
|
157
|
+
private _feedbackRequests?;
|
|
158
|
+
get feedbackRequests(): FeedbackRequests;
|
|
159
|
+
private _stepDefinitionTemplates?;
|
|
160
|
+
get stepDefinitionTemplates(): StepDefinitionTemplates;
|
|
161
|
+
}
|
|
162
|
+
export {};
|