feat: add script_body and parameters_schema to SaveToLibraryRequest type
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import type { ScriptParameter } from './scripts'
|
||||||
|
|
||||||
export interface ScriptBuilderSessionSummary {
|
export interface ScriptBuilderSessionSummary {
|
||||||
id: string
|
id: string
|
||||||
language: string
|
language: string
|
||||||
@@ -47,4 +49,6 @@ export interface SaveToLibraryRequest {
|
|||||||
description?: string
|
description?: string
|
||||||
category_id?: string
|
category_id?: string
|
||||||
share_with_team?: boolean
|
share_with_team?: boolean
|
||||||
|
script_body?: string
|
||||||
|
parameters_schema?: { parameters: ScriptParameter[] }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user