lib/seatsio/domain.rb in seatsio-49.1.0 vs lib/seatsio/domain.rb in seatsio-50.0.0
- old
+ new
@@ -413,9 +413,14 @@
@items = items
end
end
end
+ class StatusChangeType
+ CHANGE_STATUS_TO = 'CHANGE_STATUS_TO'
+ RELEASE = 'RELEASE'
+ end
+
class EventObjectInfo
FREE = 'free'
BOOKED = 'booked'
HELD = 'reservedByToken'
RESALE = 'resale'