refactor: ticket service mehtods

This commit is contained in:
mahyargdz
2025-03-03 12:20:30 +03:30
parent 1f08514deb
commit 3278e07d95
3 changed files with 144 additions and 124 deletions
+2
View File
@@ -245,6 +245,8 @@ export const enum TicketMessageEnum {
TICKET_CLOSED = "تیکت قبلا بسته شده است",
ERROR_IN_TICKET_MSG_CREATION = "خطا در ایجاد پیام تیکت",
SERVICE_NOT_FOUND = "سرویس مورد نظر یافت نشد",
TICKET_NOT_ASSIGNED = "تیکت به کارشناسی اختصاص داده نشده است",
TICKET_NOT_ASSIGNED_TO_USER = "تیکت به شما اختصاص داده نشده است",
}
export const enum WalletMessage {