@yolo-croket-dev/amqp-access 0.7.178 → 0.7.179
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,10 +1,8 @@
|
|
|
1
1
|
import { BlackFridayDealGroupSortType } from '@yolo-croket-dev/entity-v2';
|
|
2
2
|
import { WeeklyMegaDealCouponHotDealItemData } from '../../../weekly-mega-deal';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
COUPON_ITEM = "COUPON_ITEM"
|
|
7
|
-
}
|
|
3
|
+
import { MegaDealTypeEnum } from '../../../summer-black-friday';
|
|
4
|
+
export declare const BLACK_FRIDAY_DEAL_GROUP_TAB_TYPES: readonly [MegaDealTypeEnum.이번주_핫딜, MegaDealTypeEnum.클리어런스_딜, MegaDealTypeEnum.역시즌_특가];
|
|
5
|
+
export type BlackFridayDealGroupTabType = typeof BLACK_FRIDAY_DEAL_GROUP_TAB_TYPES[number];
|
|
8
6
|
export declare class GetBlackFridayDealGroupsPayload {
|
|
9
7
|
tabType: BlackFridayDealGroupTabType;
|
|
10
8
|
tabId: string;
|
|
@@ -9,19 +9,19 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.GetBlackFridayDealGroupsPayload = exports.
|
|
12
|
+
exports.GetBlackFridayDealGroupsPayload = exports.BLACK_FRIDAY_DEAL_GROUP_TAB_TYPES = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
const summer_black_friday_1 = require("../../../summer-black-friday");
|
|
15
|
+
exports.BLACK_FRIDAY_DEAL_GROUP_TAB_TYPES = [
|
|
16
|
+
summer_black_friday_1.MegaDealTypeEnum.이번주_핫딜,
|
|
17
|
+
summer_black_friday_1.MegaDealTypeEnum.클리어런스_딜,
|
|
18
|
+
summer_black_friday_1.MegaDealTypeEnum.역시즌_특가,
|
|
19
|
+
];
|
|
20
20
|
class GetBlackFridayDealGroupsPayload {
|
|
21
21
|
}
|
|
22
22
|
exports.GetBlackFridayDealGroupsPayload = GetBlackFridayDealGroupsPayload;
|
|
23
23
|
__decorate([
|
|
24
|
-
(0, class_validator_1.IsIn)(
|
|
24
|
+
(0, class_validator_1.IsIn)(exports.BLACK_FRIDAY_DEAL_GROUP_TAB_TYPES),
|
|
25
25
|
__metadata("design:type", String)
|
|
26
26
|
], GetBlackFridayDealGroupsPayload.prototype, "tabType", void 0);
|
|
27
27
|
__decorate([
|