diff --git a/src/ByteSync.Common/Business/Actions/ActionOperatorTypes.cs b/src/ByteSync.Common/Business/Actions/ActionOperatorTypes.cs index 6f2e6f14..715804e4 100644 --- a/src/ByteSync.Common/Business/Actions/ActionOperatorTypes.cs +++ b/src/ByteSync.Common/Business/Actions/ActionOperatorTypes.cs @@ -3,6 +3,13 @@ public enum ActionOperatorTypes { // File only + + // Keep for backward compatibility + // Delete when minimal supported version >= 2026.1 + SynchronizeContentOnly = 1, + SynchronizeDate = 2, + SynchronizeContentAndDate = 3, + CopyContentOnly = 1, CopyDatesOnly = 2, Copy = 3,