feat: add reject request cancel endpoint
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 8s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 8s
This commit is contained in:
parent
e76abd787c
commit
b64cd5d1a6
3 changed files with 72 additions and 2 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue