rsl-api-106 106.292.2 → 106.292.3

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.
@@ -2,49 +2,25 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.cartOutputWithoutReservationsCriterias = exports.cartWithoutRoomFeaturesOutput = exports.cartOutput = void 0;
4
4
  const customerBooking_1 = require("./customerBooking");
5
- const lineItem_1 = require("./lineItem");
6
5
  exports.cartOutput = `
7
6
  id,
8
- reservations {
9
- ${customerBooking_1.customerBookingOutput}
10
- }
11
- fromFastCheckinCheckout,
12
- extraSales {
13
- id,
14
- guiid,
15
- label,
16
- lineItems {
17
- ${lineItem_1.lineItemsOutput}
7
+ reservations {
8
+ ${customerBooking_1.customerBookingOutput}
18
9
  }
19
- }
10
+ fromFastCheckinCheckout
20
11
  `;
21
12
  exports.cartWithoutRoomFeaturesOutput = `
22
13
  id,
23
- reservations {
24
- ${customerBooking_1.customerBookingWithoutRoomFeaturesOutput}
25
- }
26
- fromFastCheckinCheckout,
27
- extraSales {
28
- id,
29
- guiid,
30
- label,
31
- lineItems {
32
- ${lineItem_1.lineItemsOutput}
14
+ reservations {
15
+ ${customerBooking_1.customerBookingWithoutRoomFeaturesOutput}
33
16
  }
17
+ fromFastCheckinCheckout
34
18
  }
35
19
  `;
36
20
  exports.cartOutputWithoutReservationsCriterias = `
37
21
  id,
38
- reservations {
39
- ${customerBooking_1.customerBookingOutputWithoutCriterias}
40
- }
41
- fromFastCheckinCheckout,
42
- extraSales {
43
- id,
44
- guiid,
45
- label,
46
- lineItems {
47
- ${lineItem_1.lineItemsOutput}
22
+ reservations {
23
+ ${customerBooking_1.customerBookingOutputWithoutCriterias}
48
24
  }
49
- }
25
+ fromFastCheckinCheckout
50
26
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.292.2",
3
+ "version": "106.292.3",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {