@shopby/shop-sdk 1.75.0 → 1.75.1

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.75.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.0...v1.75.1) (2024-07-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 회원추가정보 config 응답 수정 ([accf4ca](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/accf4caa40679d5c84a1ba6dcfe994cd2a045769))
11
+
5
12
  ## [1.75.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.74.1...v1.75.0) (2024-07-03)
6
13
 
7
14
 
@@ -482,7 +482,7 @@ export interface ExtraInfoOption {
482
482
  extraInfoOptionNo: number;
483
483
  }
484
484
  export interface ExtraInfoContents {
485
- extraInfo: number;
485
+ extraInfoNo: number;
486
486
  extraInfoName: string;
487
487
  extraInfoType: string;
488
488
  extraInfoOptions: Array<ExtraInfoOption>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.75.0",
3
+ "version": "1.75.1",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",