rsl-api-106 106.292.2 → 106.345.0

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,6 +32,7 @@ exports.lineItemsOutput = `
32
32
  criterias {
33
33
  ${criteriaValue_1.criteriaValueOutput}
34
34
  },
35
+ includedInGiftBox
35
36
  `;
36
37
  exports.lineItemsWithoutFerryOutput = `
37
38
  id,
@@ -56,4 +57,5 @@ exports.lineItemsWithoutFerryOutput = `
56
57
  criterias {
57
58
  ${criteriaValue_1.criteriaValueOutput}
58
59
  },
60
+ includedInGiftBox
59
61
  `;
@@ -1149,6 +1149,7 @@ export type LoginHash256Output = {
1149
1149
  service?: Maybe<Service>;
1150
1150
  };
1151
1151
  export type LoginInput = {
1152
+ cgosPinCode?: InputMaybe<Scalars["String"]>;
1152
1153
  login: Scalars["String"];
1153
1154
  password: Scalars["String"];
1154
1155
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.292.2",
3
+ "version": "106.345.0",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {