diff options
| author | soryu <soryu@soryu.co> | 2026-02-06 00:44:44 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-06 00:44:44 +0000 |
| commit | fbbb35c3e28e7ff49d5274f85bcc385ec22690bc (patch) | |
| tree | 49d6ff9166eb2dafbf9521dbe42792ca2af5b4c0 /makima | |
| parent | 88a4f15ce1310f8ee8693835be14aa5280233f17 (diff) | |
| download | soryu-fbbb35c3e28e7ff49d5274f85bcc385ec22690bc.tar.gz soryu-fbbb35c3e28e7ff49d5274f85bcc385ec22690bc.zip | |
Sync CreateChainRequest with backend
Add repositoryUrl field to frontend CreateChainRequest for backwards
compatibility with backend.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'makima')
| -rw-r--r-- | makima/frontend/src/lib/api.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makima/frontend/src/lib/api.ts b/makima/frontend/src/lib/api.ts index 80a43eb..466a794 100644 --- a/makima/frontend/src/lib/api.ts +++ b/makima/frontend/src/lib/api.ts @@ -3131,6 +3131,7 @@ export interface AddChainRepositoryRequest { export interface CreateChainRequest { name: string; description?: string; + repositoryUrl?: string; // Legacy field for backwards compatibility repositories?: AddChainRepositoryRequest[]; loopEnabled?: boolean; loopMaxIterations?: number; |
