@shopby/shop-sdk 1.68.3 → 1.68.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.68.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.68.3...v1.68.4) (2024-03-14)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * mallConfig 내 memberConfig 수정 ([1bc8293](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/1bc82932ec3e7eb74ec04a88f02723967753963f))
11
+
5
12
  ### [1.68.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.68.2...v1.68.3) (2024-03-14)
6
13
 
7
14
 
@@ -236,6 +236,8 @@ export interface MallsMemberJoinConfig {
236
236
  phoneNo?: string;
237
237
  email?: string;
238
238
  memberId?: string;
239
+ smsAgreement?: string;
240
+ emailAgreement?: string;
239
241
  }
240
242
  export interface MallsOpenIdJoinConfig {
241
243
  authenticationType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.68.3",
3
+ "version": "1.68.4",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",