Update RefundTicketSchema to include additional fields for bank details and refund reasons; modify refund logic to enhance validation and error handling. Update TypeScript configuration to resolve JSON modules and bump subproject commit reference in epess-database.

This commit is contained in:
2024-11-26 23:55:39 +07:00
parent c9f03f251d
commit 01aede0b09
5 changed files with 955 additions and 12 deletions

View File

@@ -19,6 +19,7 @@
"noFallthroughCasesInSwitch": true,
"strict": true,
"allowJs": true,
"maxNodeModuleJsDepth": 10
"maxNodeModuleJsDepth": 10,
"resolveJsonModule": true,
}
}