@bash-app/bash-common 30.22.0 → 30.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/schema.prisma +4 -1
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -389,6 +389,8 @@ enum TicketStatus {
|
|
|
389
389
|
Cancelled
|
|
390
390
|
Attended
|
|
391
391
|
Missed
|
|
392
|
+
CheckedIn
|
|
393
|
+
LeftRadius
|
|
392
394
|
}
|
|
393
395
|
|
|
394
396
|
// enum BookingStatus {
|
|
@@ -698,7 +700,8 @@ enum BashStatus {
|
|
|
698
700
|
PreSale
|
|
699
701
|
Published
|
|
700
702
|
Finished
|
|
701
|
-
|
|
703
|
+
Rejected
|
|
704
|
+
Cancelled
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
enum ServiceStatus {
|