Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / / PlannedOperation

Interface: PlannedOperation

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:78

Single operation to execute (copy, delete, mkdir)

Properties

conflictId?

optional conflictId: string

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:88

Links to PlanConflict if this operation has a conflict


id

id: string

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:80

Unique operation ID


skip

skip: boolean

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:90

Set to true if user chose to skip this operation


sourcePath?

optional sourcePath: string

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:84

Source path (for copy operations)


targetPath

targetPath: string

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:86

Target/destination path


type

type: PlannedOperationType

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:82

Type of operation

Licensed under BUSL-1.1