mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
The WriteBlobResponse field rename (id -> hash) is a breaking change to the wire contract with no compatibility shim, so signal it in the spec version. There is no runtime version handshake; clients generated from the older spec fail on the missing field until rebuilt. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
41 lines
1.2 KiB
TypeScript
Generated
41 lines
1.2 KiB
TypeScript
Generated
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/**
|
|
* Fabro Run API
|
|
* HTTP API for managing Fabro workflow run executions.
|
|
*
|
|
* The version of the OpenAPI document: 0.2.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/auth-api';
|
|
export * from './api/automations-api';
|
|
export * from './api/billing-api';
|
|
export * from './api/completions-api';
|
|
export * from './api/discovery-api';
|
|
export * from './api/environments-api';
|
|
export * from './api/human-in-the-loop-api';
|
|
export * from './api/insights-api';
|
|
export * from './api/install-api';
|
|
export * from './api/integrations-api';
|
|
export * from './api/mcpservers-api';
|
|
export * from './api/models-api';
|
|
export * from './api/playground-api';
|
|
export * from './api/repos-api';
|
|
export * from './api/run-internals-api';
|
|
export * from './api/run-outputs-api';
|
|
export * from './api/runs-api';
|
|
export * from './api/sandboxes-api';
|
|
export * from './api/secrets-api';
|
|
export * from './api/sessions-api';
|
|
export * from './api/settings-api';
|
|
export * from './api/system-api';
|
|
export * from './api/variables-api';
|
|
export * from './api/workflow-versions-api';
|
|
export * from './api/workflows-api';
|