addedInput schema / properties / hotel_id / description
Added value: +"The hotel's Vervotech property ID."
removedInput schema / properties / hotel_id / title
Removed value: -"Hotel Id"
addedInput schema / properties / nightly_cash_cost / description
Added value: +"The current nightly cash rate to score."
removedInput schema / properties / nightly_cash_cost / title
Removed value: -"Nightly Cash Cost"
addedInput schema / properties / nightly_cash_cost_currency / description
Added value: +"Currency of the cash cost (e.g. \"USD\")."
removedInput schema / properties / nightly_cash_cost_currency / title
Removed value: -"Nightly Cash Cost Currency"
removedInput schema / properties / nightly_points_cost / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / nightly_points_cost / default
Removed value: -null
addedInput schema / properties / nightly_points_cost / description
Added value: +"Optional current nightly points rate to additionally score."
removedInput schema / properties / nightly_points_cost / title
Removed value: -"Nightly Points Cost"
addedInput schema / properties / nightly_points_cost / type
Added value: +"integer"
removedInput schema / title
Removed value: -"get_hotel_statsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "get_hotel_statsOutput",
- "type": "object"
-}New value: +null