mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-17 23:52:34 +00:00
Move GitHub webhook intake onto the main API router, add explicit server_url and tailscale_funnel strategies, and validate strategy requirements at config resolution. This also updates the API contract, generated client, and operator docs to match the new webhook model.
32 lines
896 B
TypeScript
32 lines
896 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/**
|
|
* Fabro Run API
|
|
* HTTP API for managing Fabro 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/billing-api';
|
|
export * from './api/completions-api';
|
|
export * from './api/discovery-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/models-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/secrets-api';
|
|
export * from './api/settings-api';
|
|
export * from './api/system-api';
|
|
|