feat(custom-fields) : add machineContextOnly to custom field types
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,7 @@ export interface ComponentModelCustomField {
|
||||
id?: string
|
||||
customFieldId?: string
|
||||
orderIndex?: number
|
||||
machineContextOnly?: boolean
|
||||
key?: string
|
||||
value?: unknown
|
||||
}
|
||||
@@ -58,6 +59,7 @@ export interface PieceModelCustomField {
|
||||
required: boolean
|
||||
options?: string[]
|
||||
orderIndex?: number
|
||||
machineContextOnly?: boolean
|
||||
key?: string
|
||||
value?: unknown
|
||||
defaultValue?: string | null
|
||||
|
||||
Reference in New Issue
Block a user