rsl-api-106 106.250.2 → 106.291.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.
@@ -13,6 +13,7 @@ const generateLyraFormTokenMutation = () => {
13
13
  orderId
14
14
  gatewayDescription {
15
15
  endPoint
16
+ language
16
17
  isTest
17
18
  publicKey
18
19
  url {
@@ -10,6 +10,7 @@ const getLyraFormTokenQuery = () => {
10
10
  orderId
11
11
  gatewayDescription {
12
12
  endPoint
13
+ language
13
14
  isTest
14
15
  publicKey
15
16
  url {
@@ -946,6 +946,7 @@ export type GatewayDescription = {
946
946
  __typename?: "GatewayDescription";
947
947
  endPoint?: Maybe<Scalars["String"]>;
948
948
  isTest?: Maybe<Scalars["Boolean"]>;
949
+ language?: Maybe<Scalars["String"]>;
949
950
  publicKey?: Maybe<Scalars["String"]>;
950
951
  url?: Maybe<PspUrlOutput>;
951
952
  };
@@ -2837,7 +2838,9 @@ export type SalesChannelModeOutput = {
2837
2838
  };
2838
2839
  export type SaveCartInput = {
2839
2840
  cartItemID?: InputMaybe<Scalars["Int"]>;
2841
+ criterias?: InputMaybe<Array<InputMaybe<CriteriaValueInput>>>;
2840
2842
  fastCheckinCheckout?: InputMaybe<Scalars["Boolean"]>;
2843
+ observations?: InputMaybe<Scalars["String"]>;
2841
2844
  passNewAmountLowerThanPrevious?: InputMaybe<Scalars["Boolean"]>;
2842
2845
  };
2843
2846
  export type SaveCartOutput = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.250.2",
3
+ "version": "106.291.0",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {