@shopby/shop-sdk 1.18.6 → 1.18.7

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.
@@ -302,10 +302,10 @@ export interface CouponRequest {
302
302
  export interface PostPaymentsReserveRequest {
303
303
  requestBody: {
304
304
  clientParams?: {
305
- description?: string;
305
+ [key: string]: any;
306
306
  };
307
307
  extraData?: {
308
- description?: string;
308
+ [key: string]: any;
309
309
  };
310
310
  orderMemo?: string;
311
311
  bankAccountToDeposit?: BankAccountToDeposit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.18.6",
3
+ "version": "1.18.7",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",