rsl-api-106 106.250.1 → 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.250.1",
3
+ "version": "106.250.2",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {