Updated worker to show upsert issue messages.
This commit is contained in:
@@ -10,6 +10,8 @@ public interface IVoiceWorkUpdater
|
||||
|
||||
public class VoiceWorkUpsertResult
|
||||
{
|
||||
public string ProductId { get; set; } = string.Empty;
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public int? VoiceWorkId { get; set; }
|
||||
public VoiceWorkStatus UpdateStatus { get; set; }
|
||||
public ICollection<VoiceWorkUpsertIssue> Issues { get; } = [];
|
||||
|
||||
Reference in New Issue
Block a user