We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2904c9d commit d836430Copy full SHA for d836430
shard.yml
@@ -1,5 +1,5 @@
1
name: placeos-driver
2
-version: 7.3.3
+version: 7.3.4
3
4
dependencies:
5
action-controller:
src/placeos-driver/interface/lockers.cr
@@ -22,6 +22,10 @@ abstract class PlaceOS::Driver
22
# is the current locker allocated
23
property? allocated : Bool?
24
25
+ # an indicator that can be synced with PlaceOS bookings
26
+ # could be the locker system user id or a booking id
27
+ property allocation_id : String | Int64? = nil
28
+
29
# when the locker is released if known / enabled in the locker system
30
@[JSON::Field(converter: Time::EpochConverter, type: "integer", format: "Int64")]
31
property expires_at : Time? = nil
0 commit comments