diff --git a/CogniteSdk.Types/Alpha/Simulators/SimulatorRoutineRevisionIO.cs b/CogniteSdk.Types/Alpha/Simulators/SimulatorRoutineRevisionIO.cs index 45c4aff9..12023c5e 100644 --- a/CogniteSdk.Types/Alpha/Simulators/SimulatorRoutineRevisionIO.cs +++ b/CogniteSdk.Types/Alpha/Simulators/SimulatorRoutineRevisionIO.cs @@ -26,6 +26,12 @@ public class SimulatorRoutineRevisionInput { /// public string SourceExternalId { get; set; } + /// + /// If defined, this is time series aggregation to use when reading the value. + /// Allowed values are: "average", "interpolation", "stepInterpolation". + /// + public string Aggregate { get; set; } + /// /// Value of the input. Only used if the input is not a time series. /// diff --git a/version b/version index 77de6fb1..cc099844 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.25.0 \ No newline at end of file +3.25.1 \ No newline at end of file