This commit is contained in:
@@ -927,6 +927,9 @@ type ScheduleTask struct {
|
|||||||
LastDispatchError pgtype.Text `json:"last_dispatch_error"`
|
LastDispatchError pgtype.Text `json:"last_dispatch_error"`
|
||||||
ConsecutiveFailures int32 `json:"consecutive_failures"`
|
ConsecutiveFailures int32 `json:"consecutive_failures"`
|
||||||
PublishEnterpriseSiteTargets []byte `json:"publish_enterprise_site_targets"`
|
PublishEnterpriseSiteTargets []byte `json:"publish_enterprise_site_targets"`
|
||||||
|
CoverMode string `json:"cover_mode"`
|
||||||
|
CoverRandomScope string `json:"cover_random_scope"`
|
||||||
|
CoverRandomFolderID pgtype.Int8 `json:"cover_random_folder_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type SupplierMediaPriceOverride struct {
|
type SupplierMediaPriceOverride struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user