Free rooms first implementation
This commit is contained in:
@@ -86,6 +86,10 @@ class AlpineBitsActionName(Enum):
|
||||
"action_OTA_HotelRatePlan_BaseRates",
|
||||
"OTA_HotelRatePlan:BaseRates",
|
||||
)
|
||||
OTA_HOTEL_INV_COUNT_NOTIF_FREE_ROOMS = (
|
||||
"action_OTA_HotelInvCountNotif",
|
||||
"OTA_HotelInvCountNotif:FreeRooms",
|
||||
)
|
||||
|
||||
def __init__(self, capability_name: str, request_name: str):
|
||||
self.capability_name = capability_name
|
||||
@@ -819,3 +823,7 @@ class AlpineBitsServer:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
|
||||
# Ensure FreeRoomsAction is registered with ServerCapabilities discovery
|
||||
from .free_rooms_action import FreeRoomsAction # noqa: E402,F401
|
||||
|
||||
Reference in New Issue
Block a user