@shopby/shop-sdk 1.78.2 → 1.78.3

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.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.2...v1.78.3) (2024-10-23)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 쿠폰 선택 타입 필드 추가 ([2c4c1e9](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/2c4c1e9237ff1569ba5047f536aea259d053d9ce))
11
+
5
12
  ### [1.78.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.1...v1.78.2) (2024-10-23)
6
13
 
7
14
 
@@ -489,6 +489,7 @@ export interface CouponRequest {
489
489
  cartCouponIssueNo: number;
490
490
  promotionCode: string;
491
491
  channelType?: string;
492
+ couponSubType?: CouponSubType;
492
493
  }
493
494
  /**
494
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.2",
3
+ "version": "1.78.3",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",