mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
Rename all API paths from /pipelines/* to /runs/*, schemas from Pipeline* to Run*, and operation IDs accordingly. Regenerate both the Rust types (arc-types) and TypeScript client (arc-api-client). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
373 B
TypeScript
18 lines
373 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/**
|
|
* Arc Run API
|
|
* HTTP API for managing Arc workflow run executions.
|
|
*
|
|
* The version of the OpenAPI document: 0.1.0
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
|
|
|
|
|
|
export * from './api/runs-api';
|
|
|