@shopby/shop-sdk 1.78.3 → 1.78.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.78.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.3...v1.78.4) (2024-10-23)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 쿠폰 선택 타입 필드 수정 ([fa0be3b](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/fa0be3b08ee3006f4c4b1dcc09e0784f038621e1))
11
+
5
12
  ### [1.78.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.2...v1.78.3) (2024-10-23)
6
13
 
7
14
 
@@ -489,7 +489,7 @@ export interface CouponRequest {
489
489
  cartCouponIssueNo: number;
490
490
  promotionCode: string;
491
491
  channelType?: string;
492
- couponSubType?: CouponSubType;
492
+ cartCouponSubType?: CouponSubType;
493
493
  }
494
494
  /**
495
495
  * path: /order-sheets/{orderSheetNo}/coupons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.3",
3
+ "version": "1.78.4",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",