@shopby/shop-sdk 1.43.1 → 1.44.0
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 +14 -0
- package/build/types/domain/member/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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.44.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.42.7...v1.44.0) (2023-02-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* post guest cart request 추가 ([2f61d96](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/2f61d96ea810f2c8d7996e7288f617a31c8a6b9f))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* domain/display getProfileProductReviews 관련 수정 ([5916393](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/5916393756f9bf470f6606f9971e5e81877fbf4d))
|
|
16
|
+
* guest cart request item export 추가 ([a11d971](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/a11d9717797e8d44ee5f46dca0d2681178711944))
|
|
17
|
+
* putProfile api request값 수정 ([cac82f2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/cac82f2baf586f4c126f0776aa64841f6cda4ad0))
|
|
18
|
+
|
|
5
19
|
### [1.43.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.43.0...v1.43.1) (2023-02-20)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -149,8 +149,8 @@ export interface PutProfileRequest {
|
|
|
149
149
|
email?: string;
|
|
150
150
|
jibunDetailAddress?: string;
|
|
151
151
|
address?: string;
|
|
152
|
-
certificated?:
|
|
153
|
-
smsAgreed?:
|
|
152
|
+
certificated?: boolean;
|
|
153
|
+
smsAgreed?: boolean;
|
|
154
154
|
sex?: string;
|
|
155
155
|
jibunAddress?: string;
|
|
156
156
|
refundBank?: string;
|