@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "30.22.0",
3
+ "version": "30.23.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -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
- // should we add Approved, Rejected, Confirmed, and Canceled like services has?
703
+ Rejected
704
+ Cancelled
702
705
  }
703
706
 
704
707
  enum ServiceStatus {