feat: add reject request cancel endpoint
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 8s

This commit is contained in:
Methapon2001 2025-03-12 16:36:39 +07:00
parent e76abd787c
commit b64cd5d1a6
3 changed files with 72 additions and 2 deletions

View file

@ -1464,6 +1464,8 @@ model RequestData {
customerRequestCancel Boolean?
customerRequestCancelReason String?
rejectRequestCancel Boolean?
rejectRequestCancelReason String?
flow Json?
@ -1502,6 +1504,8 @@ model RequestWork {
customerRequestCancel Boolean?
customerRequestCancelReason String?
rejectRequestCancel Boolean?
rejectRequestCancelReason String?
creditNote CreditNote? @relation(fields: [creditNoteId], references: [id], onDelete: SetNull)
creditNoteId String?