feat(392): expose ProgramSchedule.padToNearestMinute on the REST API

This commit is contained in:
2026-07-23 08:03:31 +02:00
parent 75d5c385b2
commit 9ea2750cbf
23 changed files with 129 additions and 34 deletions
+3
View File
@@ -548,6 +548,7 @@ export interface components {
"shuffleScheduleItems": boolean;
"randomStartPoint": boolean;
"fixedStartTimeBehavior": components["schemas"]["FixedStartTimeBehavior"];
"padToNearestMinute": null | number;
};
"CreateSmartCollectionRequest": {
"name": null | string;
@@ -1231,6 +1232,7 @@ export interface components {
"shuffleScheduleItems": boolean;
"randomStartPoint": boolean;
"fixedStartTimeBehavior": components["schemas"]["FixedStartTimeBehavior"];
"padToNearestMinute": null | number;
};
"RemoteConnectionResponseModel": {
"address": string;
@@ -1807,6 +1809,7 @@ export interface components {
"shuffleScheduleItems": boolean;
"randomStartPoint": boolean;
"fixedStartTimeBehavior": components["schemas"]["FixedStartTimeBehavior"];
"padToNearestMinute": null | number;
};
"UpdateSmartCollectionRequest": {
"name": null | string;