@shopby/shop-sdk 1.56.9 → 1.56.10

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.56.10](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.9...v1.56.10) (2023-03-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * domain/promotion GetCouponsIssuableResponse 수정 ([7cc0a17](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/7cc0a170cc6e254a6996fb7d98fdb6c4ed51b9f9))
11
+
5
12
  ### [1.56.9](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.8...v1.56.9) (2023-03-30)
6
13
 
7
14
 
@@ -47,7 +47,7 @@ export interface CouponItems {
47
47
  memberGradeNames: string;
48
48
  memberGroupNames: string;
49
49
  }
50
- export interface GetCouponsIssuableResponse {
50
+ export declare type GetCouponsIssuableResponse = Array<{
51
51
  downloadable: boolean;
52
52
  couponName: string;
53
53
  discountInfo: CouponDiscountInformation;
@@ -59,7 +59,7 @@ export interface GetCouponsIssuableResponse {
59
59
  couponNo: number;
60
60
  couponTargetType: PromotionCouponTargetType;
61
61
  allianceRefererType: string;
62
- }
62
+ }>;
63
63
  export interface CouponUseConstraintInformation {
64
64
  limitPayType: PayType;
65
65
  useDays: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.56.9",
3
+ "version": "1.56.10",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",