@shopby/shop-sdk 1.46.1 → 1.46.2

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.46.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.46.1...v1.46.2) (2023-02-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 계정 조회하기 api 리스폰스 값 수정 ([f47312d](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/f47312d09cd358fa69b543273365fb62e56c6d24))
11
+
5
12
  ### [1.46.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.46.0...v1.46.1) (2023-02-28)
6
13
 
7
14
 
@@ -367,7 +367,7 @@ export interface GetProfilePasswordSearchAccountRequest {
367
367
  };
368
368
  }
369
369
  export interface GetProfilePasswordSearchAccountResponse {
370
- memberNo: string;
370
+ memberNo: number;
371
371
  hasCI: boolean;
372
372
  name: string;
373
373
  mobileNo: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.46.1",
3
+ "version": "1.46.2",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",