@shopby/shop-sdk 1.54.10 → 1.54.11

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.54.11](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.10...v1.54.11) (2023-03-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * event issuablePlatformTypes, usablePlatformTypes string[] 타입으로 변경 ([977d01c](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/977d01cbe0f4bb38742a75a03695644b372a7cff))
11
+
5
12
  ### [1.54.10](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.54.9...v1.54.10) (2023-03-22)
6
13
 
7
14
 
@@ -212,7 +212,7 @@ export interface DisplayEventsEventNoCouponDiscountInfo {
212
212
  export interface DisplayEventsEventNoCouponIssueConstraint {
213
213
  dailyIssueLimitCnt?: number;
214
214
  issuePerPersonLimitCnt?: number;
215
- issuablePlatformTypes?: PlatformType;
215
+ issuablePlatformTypes?: Array<PlatformType>;
216
216
  memberGradeName?: string;
217
217
  dailyIssuePerPersonLimitCnt?: number;
218
218
  dailyIssueLimit?: boolean;
@@ -222,7 +222,7 @@ export interface DisplayEventsEventNoCouponUseConstraint {
222
222
  limitPayType?: string;
223
223
  useDays?: number;
224
224
  minSalePrice?: number;
225
- usablePlatformTypes?: PlatformType;
225
+ usablePlatformTypes?: Array<PlatformType>;
226
226
  useEndYmdt?: string;
227
227
  minDeliveryAmt?: number;
228
228
  maxSalePrice?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.54.10",
3
+ "version": "1.54.11",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",