[IMP]pms-api-rest: added configurable avail rules in pms_property

This commit is contained in:
braisab
2022-07-14 20:32:04 +02:00
committed by Darío Lodeiros
parent 40ae079934
commit 3518789332
5 changed files with 42 additions and 8 deletions

View File

@@ -27,3 +27,4 @@ class PmsPropertyInfo(Datamodel):
simpleOutColor = fields.String(required=False, allow_none=True)
simpleInColor = fields.String(required=False, allow_none=True)
simpleFutureColor = fields.String(required=False, allow_none=True)
availabilityRuleFields = fields.List(fields.String(), required=False, allow_none=True)