Updated delete logic for voice works.
All checks were successful
ci / build-test (push) Successful in 3m1s
ci / publish-image (push) Successful in 1m58s

This commit is contained in:
2026-05-09 00:51:10 -04:00
parent 9c9e33ebec
commit 5eecba7eec
10 changed files with 124 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
namespace JSMR.Application.VoiceWorks.Commands.Delete;
public enum DeleteVoiceWorkStatus
{
Deleted,
NotFound,
NotAllowed,
Failed
}