@shopby/shop-sdk 1.55.2 → 1.55.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,17 @@
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.55.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.55.0...v1.55.3) (2023-03-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [클레임] ClaimDefaultRequestBody 타입 일부 옵셔널로 수정 & exchange api requestBody 타입 수정 ([#197](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/197)) ([dbedf9a](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/dbedf9a39e4eb30552d7c95c224fbd8a2cc437af))
11
+ * getDisplayEventsEventNo order EventNoOrderBy 타입으로 union.ts로 분리 ([beccf31](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/beccf315126c5574e6a5265a893c7af30c15702c))
12
+ * postProfileOrderOptionsOrderOptionNoClaimsExchange api requestBody 타입 수정 ([#197](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/197)) ([4d6ecd5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/4d6ecd54c40a7b8098198e9db2d4ecbac4035826))
13
+ * 클레임 ClaimDefaultRequestBody > returnWayType 옵셔널로 수정 ([#197](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/197)) ([93596b0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/93596b0968661acbe796f6f69f5943b45a036ea6))
14
+ * 클레임 RETURN_WAY_TYPE_MAP value에 띄어쓰기 삽입 ([#197](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/197)) ([10a0e5b](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/10a0e5b17713dd7513c6bc1ae80df9e4e01cd062))
15
+
5
16
  ### [1.55.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.55.1...v1.55.2) (2023-03-22)
6
17
 
7
18
 
@@ -4,7 +4,7 @@ import { EventCouponType } from './../promotion/unions';
4
4
  import { BrandNameType, ProductSalePeriodType, SaleStatus } from './../product/core/unions/index';
5
5
  import { OptionalAccessTokenRequest, RequestConfig } from '../../http';
6
6
  import { OrderByType, SaleStatusType, SectionDisplayType, Yn } from '../../common/unions';
7
- import { ProductInquiryType, ProviderType, DisplayStatusType, SearchType, ReviewOrderByType, ReviewOrderDirectionType, BestReviewType, PlatformType, BoardType, BoardImageType, PhotoReviewDisplayType, InquiryBoardType, InquiryBoardImageType, SlideCountType, ScreenSizeUnitType, PopupPageType, EventUrlType, EventProgressStatus, EventOrderBy, DiscountUnitType } from './unions';
7
+ import { ProductInquiryType, ProviderType, DisplayStatusType, SearchType, ReviewOrderByType, ReviewOrderDirectionType, BestReviewType, PlatformType, BoardType, BoardImageType, PhotoReviewDisplayType, InquiryBoardType, InquiryBoardImageType, SlideCountType, ScreenSizeUnitType, PopupPageType, EventUrlType, EventProgressStatus, EventOrderBy, DiscountUnitType, EventNoOrderBy } from './unions';
8
8
  import { Space, SpaceMappingResult } from './space';
9
9
  import { DateYmdt, Nullable } from 'types/common';
10
10
  import { DefaultOrderStatusType, OrderOptionType } from 'types';
@@ -136,7 +136,7 @@ export interface GetDisplayEventsEventNoRequest {
136
136
  eventNo: string;
137
137
  };
138
138
  queryString: {
139
- order?: 'SALE' | 'ADMIN_SETTING' | 'BEST_SELLER' | 'BEST_REVIEW';
139
+ order?: EventNoOrderBy;
140
140
  soldout?: boolean;
141
141
  saleStatus?: SaleStatusType;
142
142
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/display/index.ts"],"names":[],"mappings":"AA2CA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/display/index.ts"],"names":[],"mappings":"AA4CA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
@@ -20,3 +20,4 @@ export declare type EventUrlType = 'EVENT_NUMBER' | 'DIRECT';
20
20
  export declare type EventProgressStatus = 'ALL' | 'READY' | 'ING' | 'END';
21
21
  export declare type EventOrderBy = 'REGISTER_DATE' | 'START_DATE' | 'END_DATE';
22
22
  export declare type AffiliateVisits = 'ALL_PRODUCT' | 'PRODUCT' | 'BRAND' | 'CATEGORY' | 'PARTNER' | 'EVENT';
23
+ export declare type EventNoOrderBy = 'SALE' | 'ADMIN_SETTING' | 'BEST_SELLER' | 'BEST_REVIEW';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.55.2",
3
+ "version": "1.55.3",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",