@shopby/shop-sdk 1.54.3 → 1.54.4

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.54.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.3...v1.54.4) (2023-03-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 타입 ExchangeOption 수정 ([#180](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/180)) ([6abc512](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/6abc51202ff6c45c52919b8eb94ed9296c118e74))
11
+
5
12
  ### [1.54.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.2...v1.54.3) (2023-03-21)
6
13
 
7
14
 
@@ -339,7 +339,7 @@ export interface ExchangeAddress {
339
339
  receiverContact2: string;
340
340
  }
341
341
  export interface ExchangeOption {
342
- inputTexts: OptionInputResponse;
342
+ inputTexts: OptionInputResponse[];
343
343
  orderCnt: number;
344
344
  optionNo: number;
345
345
  productNo: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.54.3",
3
+ "version": "1.54.4",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",