fabro/packages/arc-api-client/src
Bryan Helmkamp 566bef0220 Clean up API spec: remove redundant response types, add pagination, fix naming
- Delete StartRunResponse, CancelRunResponse, SteerRunResponse, SubmitAnswerResponse;
  reuse RunStatusResponse for startRun/cancelRun, empty 202 for steerRun, 204/409 for
  submitRunAnswer
- Make SubmitAnswerRequest.value and SteerRequest file/line optional
- Type untyped schemas (checkpoint, retro, context) with oneOf/additionalProperties
- Add pagination params to listRunQuestions, listRunStages, listRunVerifications
- Rename retrieveRunSvg→retrieveRunGraph, listRunCompare→retrieveRunDiff,
  RunListItemStatus→BoardColumn
- Preview URL response: 200→201
- Regenerate Rust types and TypeScript client

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 12:44:39 -05:00
..
.openapi-generator Clean up API spec: remove redundant response types, add pagination, fix naming 2026-03-06 12:44:39 -05:00
api Clean up API spec: remove redundant response types, add pagination, fix naming 2026-03-06 12:44:39 -05:00
models Clean up API spec: remove redundant response types, add pagination, fix naming 2026-03-06 12:44:39 -05:00
.openapi-generator-ignore Add generated Axios API client package (@qltysh/arc-api-client) 2026-03-01 22:03:38 -05:00
api.ts Add GET /usage endpoint for aggregate token/cost accounting across runs 2026-03-04 21:56:50 -05:00
base.ts Rename Pipeline to Run in OpenAPI spec and generated types 2026-03-01 23:48:07 -05:00
common.ts Rename Pipeline to Run in OpenAPI spec and generated types 2026-03-01 23:48:07 -05:00
configuration.ts Rename Pipeline to Run in OpenAPI spec and generated types 2026-03-01 23:48:07 -05:00
index.ts Rename Pipeline to Run in OpenAPI spec and generated types 2026-03-01 23:48:07 -05:00