@shopby/shop-sdk 1.78.55 → 1.78.56

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.
@@ -373,6 +373,9 @@ export interface ExchangeAddress {
373
373
  deliveryMemo: string;
374
374
  receiverContact1: string;
375
375
  receiverContact2: string;
376
+ shippingEtcInfo?: {
377
+ [key: string]: any;
378
+ };
376
379
  }
377
380
  export interface ExchangeOption {
378
381
  inputTexts: OptionInputResponse[];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/claim/index.ts"],"names":[],"mappings":"AAkCA,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/claim/index.ts"],"names":[],"mappings":"AAmCA,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.55",
3
+ "version": "1.78.56",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",