Add placeholder move history
This commit is contained in:
parent
0a51703315
commit
53282e8c7c
12 changed files with 1106 additions and 160 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { CircuitDeviceRowMoveProjectCommand } from "../models/circuit-device-row-move-project-command.model.js";
|
||||
import type { CircuitDeviceRowMoveHistoryProjectCommand } from "../models/circuit-device-row-move-project-command.model.js";
|
||||
import type {
|
||||
AppendedProjectRevision,
|
||||
ProjectRevisionSource,
|
||||
|
|
@ -11,12 +11,12 @@ export interface ExecuteCircuitDeviceRowMoveCommandInput {
|
|||
description?: string;
|
||||
actorId?: string;
|
||||
historyTargetChangeSetId?: string;
|
||||
command: CircuitDeviceRowMoveProjectCommand;
|
||||
command: CircuitDeviceRowMoveHistoryProjectCommand;
|
||||
}
|
||||
|
||||
export interface ExecutedCircuitDeviceRowMoveCommand {
|
||||
revision: AppendedProjectRevision;
|
||||
inverse: CircuitDeviceRowMoveProjectCommand;
|
||||
inverse: CircuitDeviceRowMoveHistoryProjectCommand;
|
||||
}
|
||||
|
||||
export interface CircuitDeviceRowMoveProjectCommandStore {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue