add auth, format

This commit is contained in:
Phuoc Nguyen
2025-11-07 11:52:06 +07:00
parent 24a8508fce
commit 3803bd26e0
173 changed files with 8505 additions and 7116 deletions

View File

@@ -15,7 +15,7 @@ enum EntryType {
adjustment,
/// Points expired
expiry;
expiry,
}
/// Entry source enum
@@ -45,7 +45,7 @@ enum EntrySource {
welcome,
/// Other source
other;
other,
}
/// Complaint status enum
@@ -63,7 +63,7 @@ enum ComplaintStatus {
approved,
/// Complaint rejected
rejected;
rejected,
}
/// Loyalty Point Entry Entity