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.
package/lib/types/index.d.ts
CHANGED
|
@@ -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 = {
|