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
|
id?: string
|
||||||
customFieldId?: string
|
customFieldId?: string
|
||||||
orderIndex?: number
|
orderIndex?: number
|
||||||
|
machineContextOnly?: boolean
|
||||||
key?: string
|
key?: string
|
||||||
value?: unknown
|
value?: unknown
|
||||||
}
|
}
|
||||||
@@ -58,6 +59,7 @@ export interface PieceModelCustomField {
|
|||||||
required: boolean
|
required: boolean
|
||||||
options?: string[]
|
options?: string[]
|
||||||
orderIndex?: number
|
orderIndex?: number
|
||||||
|
machineContextOnly?: boolean
|
||||||
key?: string
|
key?: string
|
||||||
value?: unknown
|
value?: unknown
|
||||||
defaultValue?: string | null
|
defaultValue?: string | null
|
||||||
|
|||||||
Reference in New Issue
Block a user