feat(392): expose ProgramSchedule.padToNearestMinute on the REST API
This commit is contained in:
Vendored
+3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user