rsl-api-106 106.250.0 → 106.250.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,6 +37,7 @@ exports.customerBookingOutput = `
|
|
|
37
37
|
isEstimate,
|
|
38
38
|
isOption,
|
|
39
39
|
isPSPPayment,
|
|
40
|
+
isCheckedIn,
|
|
40
41
|
isMaster,
|
|
41
42
|
nbDays,
|
|
42
43
|
observation,
|
|
@@ -100,6 +101,7 @@ exports.customerBookingWithoutRoomFeaturesOutput = `
|
|
|
100
101
|
isEnableFastCheckout,
|
|
101
102
|
isEnableFerryBooking,
|
|
102
103
|
isEstimate,
|
|
104
|
+
isCheckedIn,
|
|
103
105
|
isOption,
|
|
104
106
|
isPSPPayment,
|
|
105
107
|
nbDays,
|
|
@@ -161,6 +163,7 @@ exports.customerBookingWithoutRoomFeaturesWithoutCriteriasOutput = `
|
|
|
161
163
|
isEnableFastCheckout,
|
|
162
164
|
isEnableFerryBooking,
|
|
163
165
|
isEstimate,
|
|
166
|
+
isCheckedIn,
|
|
164
167
|
isOption,
|
|
165
168
|
isPSPPayment,
|
|
166
169
|
nbDays,
|