@shopby/shop-sdk 1.51.4 → 1.51.5

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.51.5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.51.4...v1.51.5) (2023-03-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * domain/claim ExchangeAddress, ExchangeOption 추가 작업 ([0b44096](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/0b44096059ba79af2a5e09d39478e838ddfc5547))
11
+
5
12
  ### [1.51.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.51.3...v1.51.4) (2023-03-20)
6
13
 
7
14
 
@@ -338,7 +338,7 @@ export interface ExchangeAddress {
338
338
  receiverContact2: string;
339
339
  }
340
340
  export interface ExchangeOption {
341
- inputTexts: OptionInputResponse[];
341
+ inputTexts: OptionInputResponse;
342
342
  orderCnt: number;
343
343
  optionNo: number;
344
344
  productNo: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.51.4",
3
+ "version": "1.51.5",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",