@yolo-croket-dev/amqp-access 0.5.165-hj-1 → 0.5.165

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.5.165-hj-1",
3
+ "version": "0.5.165",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -8,11 +8,7 @@ export declare enum MegaDealTypeEnum {
8
8
  SUPER_WEEK = "SuperWeekPage",
9
9
  트렌드_상품존 = "TrendProductZonePage",
10
10
  프리블프 = "PreBlackFridayPage",
11
- 혜택모음 = "BenefitZonePage",
12
- 이번주_핫딜 = "ThisWeekHotDealPage",
13
- 실시간_블프 = "LivePage",
14
- TOP_100 = "TopRankPage",
15
- 쿠폰_할인 = "CouponItemPage"
11
+ 혜택모음 = "BenefitZonePage"
16
12
  }
17
13
  export interface MegaDealTab {
18
14
  title: string;
@@ -24,11 +20,6 @@ export interface MegaDealTab {
24
20
  titleImgUrl?: string;
25
21
  tabImgUrl?: string;
26
22
  couponCode?: string;
27
- /** 블프용 데이터 */
28
- thisWeekHotDealId?: string;
29
- liveId?: string;
30
- topRankId?: string;
31
- couponItemId?: string;
32
23
  }
33
24
  export declare class GetSummerBlackFridayTabResult {
34
25
  tabInfos: MegaDealTab[];
@@ -14,11 +14,6 @@ var MegaDealTypeEnum;
14
14
  MegaDealTypeEnum["\uD2B8\uB80C\uB4DC_\uC0C1\uD488\uC874"] = "TrendProductZonePage";
15
15
  MegaDealTypeEnum["\uD504\uB9AC\uBE14\uD504"] = "PreBlackFridayPage";
16
16
  MegaDealTypeEnum["\uD61C\uD0DD\uBAA8\uC74C"] = "BenefitZonePage";
17
- // 블프
18
- MegaDealTypeEnum["\uC774\uBC88\uC8FC_\uD56B\uB51C"] = "ThisWeekHotDealPage";
19
- MegaDealTypeEnum["\uC2E4\uC2DC\uAC04_\uBE14\uD504"] = "LivePage";
20
- MegaDealTypeEnum["TOP_100"] = "TopRankPage";
21
- MegaDealTypeEnum["\uCFE0\uD3F0_\uD560\uC778"] = "CouponItemPage";
22
17
  })(MegaDealTypeEnum || (exports.MegaDealTypeEnum = MegaDealTypeEnum = {}));
23
18
  class GetSummerBlackFridayTabResult {
24
19
  }