rsl-api-106 106.292.1 → 106.292.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.
@@ -32,7 +32,6 @@ exports.lineItemsOutput = `
32
32
  criterias {
33
33
  ${criteriaValue_1.criteriaValueOutput}
34
34
  },
35
- includedInGiftBox
36
35
  `;
37
36
  exports.lineItemsWithoutFerryOutput = `
38
37
  id,
@@ -57,5 +56,4 @@ exports.lineItemsWithoutFerryOutput = `
57
56
  criterias {
58
57
  ${criteriaValue_1.criteriaValueOutput}
59
58
  },
60
- includedInGiftBox
61
59
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.292.1",
3
+ "version": "106.292.2",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {