@yolo-croket-dev/amqp-access 0.0.74-jun.4 → 0.0.74
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 +1 -1
- package/store-item-server/dto/store-item/query/atlas-search/get-legacy-store-items-by-atlas-search.dto.d.ts +23 -5
- package/store-item-server/dto/store-item/query/atlas-search/get-legacy-store-items-by-atlas-search.dto.js +34 -8
- package/store-item-server/dto/store-item/query/atlas-search/index.d.ts +0 -1
- package/store-item-server/dto/store-item/query/atlas-search/index.js +0 -1
- package/store-item-server/services/amqp.store-item.service.d.ts +1 -3
- package/store-item-server/services/amqp.store-item.service.js +0 -4
- package/store-item-server/dto/store-item/query/atlas-search/get-store-item-ids-by-atlas-search.dto.d.ts +0 -83
- package/store-item-server/dto/store-item/query/atlas-search/get-store-item-ids-by-atlas-search.dto.js +0 -209
package/package.json
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
import { StoreItemLegacyEntity } from '@yolo-croket-dev/entity/src/store-item/store-item-legacy.entity';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
export declare enum GetLegacyStoreItemsDTypeEnum {
|
|
3
|
+
'직거래' = "\uC9C1\uAC70\uB798",
|
|
4
|
+
'택배' = "\uD0DD\uBC30",
|
|
5
|
+
'전체' = "\uC804\uCCB4"
|
|
6
|
+
}
|
|
7
|
+
export declare enum GetLegacyStoreItemsSortTypeEnum {
|
|
8
|
+
'최신순' = "\uCD5C\uC2E0\uC21C",
|
|
9
|
+
'인기순' = "\uC778\uAE30\uC21C",
|
|
10
|
+
'만료일순' = "\uB9CC\uB8CC\uC77C\uC21C",
|
|
11
|
+
'거래예정일순' = "\uAC70\uB798\uC608\uC815\uC77C\uC21C",
|
|
12
|
+
'가격낮은순' = "\uAC00\uACA9\uB0AE\uC740\uC21C",
|
|
13
|
+
'리뷰많은순' = "\uB9AC\uBDF0\uB9CE\uC740\uC21C",
|
|
14
|
+
'구매많은순' = "\uAD6C\uB9E4\uB9CE\uC740\uC21C",
|
|
15
|
+
'찜많은순' = "\uCC1C\uB9CE\uC740\uC21C",
|
|
16
|
+
'검색어기준' = "\uAC80\uC0C9\uC5B4\uAE30\uC900"
|
|
17
|
+
}
|
|
18
|
+
export declare class GetLegacyCategoryInfo {
|
|
19
|
+
mainCategory: string;
|
|
20
|
+
subCategory?: string;
|
|
21
|
+
}
|
|
4
22
|
export declare class GetLegacyStoreItemsByAtlasSearchPayload {
|
|
5
23
|
/** 다음 페이징 토큰 */
|
|
6
24
|
searchAfter?: string;
|
|
@@ -13,17 +31,17 @@ export declare class GetLegacyStoreItemsByAtlasSearchPayload {
|
|
|
13
31
|
/** 상품 수 */
|
|
14
32
|
limit: number;
|
|
15
33
|
/** 정렬 방법 */
|
|
16
|
-
sortType:
|
|
34
|
+
sortType: GetLegacyStoreItemsSortTypeEnum;
|
|
17
35
|
/** 솔드아웃도 보여줘? */
|
|
18
36
|
isViewSoldOut?: boolean;
|
|
19
37
|
/** 스토어 아이디 */
|
|
20
38
|
storeId?: string;
|
|
21
39
|
/** 검색 카테고리 리스트 */
|
|
22
|
-
categoryInfos?:
|
|
40
|
+
categoryInfos?: GetLegacyCategoryInfo[];
|
|
23
41
|
/** 검색 나라 리스트 */
|
|
24
42
|
nations?: string[];
|
|
25
43
|
/** 배송 방법 */
|
|
26
|
-
DType?:
|
|
44
|
+
DType?: GetLegacyStoreItemsDTypeEnum;
|
|
27
45
|
/** 검색어 */
|
|
28
46
|
inputText?: string;
|
|
29
47
|
/** 검색 키워드로 검색한 상품 리스트인가 */
|
|
@@ -9,13 +9,39 @@ 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.GetLegacyStoreItemsByAtlasSearchPayload = exports.
|
|
12
|
+
exports.GetLegacyStoreItemsByAtlasSearchPayload = exports.GetLegacyCategoryInfo = exports.GetLegacyStoreItemsSortTypeEnum = exports.GetLegacyStoreItemsDTypeEnum = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
var GetLegacyStoreItemsDTypeEnum;
|
|
16
|
+
(function (GetLegacyStoreItemsDTypeEnum) {
|
|
17
|
+
GetLegacyStoreItemsDTypeEnum["\uC9C1\uAC70\uB798"] = "\uC9C1\uAC70\uB798";
|
|
18
|
+
GetLegacyStoreItemsDTypeEnum["\uD0DD\uBC30"] = "\uD0DD\uBC30";
|
|
19
|
+
GetLegacyStoreItemsDTypeEnum["\uC804\uCCB4"] = "\uC804\uCCB4";
|
|
20
|
+
})(GetLegacyStoreItemsDTypeEnum || (exports.GetLegacyStoreItemsDTypeEnum = GetLegacyStoreItemsDTypeEnum = {}));
|
|
21
|
+
var GetLegacyStoreItemsSortTypeEnum;
|
|
22
|
+
(function (GetLegacyStoreItemsSortTypeEnum) {
|
|
23
|
+
GetLegacyStoreItemsSortTypeEnum["\uCD5C\uC2E0\uC21C"] = "\uCD5C\uC2E0\uC21C";
|
|
24
|
+
GetLegacyStoreItemsSortTypeEnum["\uC778\uAE30\uC21C"] = "\uC778\uAE30\uC21C";
|
|
25
|
+
GetLegacyStoreItemsSortTypeEnum["\uB9CC\uB8CC\uC77C\uC21C"] = "\uB9CC\uB8CC\uC77C\uC21C";
|
|
26
|
+
GetLegacyStoreItemsSortTypeEnum["\uAC70\uB798\uC608\uC815\uC77C\uC21C"] = "\uAC70\uB798\uC608\uC815\uC77C\uC21C";
|
|
27
|
+
GetLegacyStoreItemsSortTypeEnum["\uAC00\uACA9\uB0AE\uC740\uC21C"] = "\uAC00\uACA9\uB0AE\uC740\uC21C";
|
|
28
|
+
GetLegacyStoreItemsSortTypeEnum["\uB9AC\uBDF0\uB9CE\uC740\uC21C"] = "\uB9AC\uBDF0\uB9CE\uC740\uC21C";
|
|
29
|
+
GetLegacyStoreItemsSortTypeEnum["\uAD6C\uB9E4\uB9CE\uC740\uC21C"] = "\uAD6C\uB9E4\uB9CE\uC740\uC21C";
|
|
30
|
+
GetLegacyStoreItemsSortTypeEnum["\uCC1C\uB9CE\uC740\uC21C"] = "\uCC1C\uB9CE\uC740\uC21C";
|
|
31
|
+
GetLegacyStoreItemsSortTypeEnum["\uAC80\uC0C9\uC5B4\uAE30\uC900"] = "\uAC80\uC0C9\uC5B4\uAE30\uC900";
|
|
32
|
+
})(GetLegacyStoreItemsSortTypeEnum || (exports.GetLegacyStoreItemsSortTypeEnum = GetLegacyStoreItemsSortTypeEnum = {}));
|
|
33
|
+
class GetLegacyCategoryInfo {
|
|
34
|
+
}
|
|
35
|
+
exports.GetLegacyCategoryInfo = GetLegacyCategoryInfo;
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_validator_1.IsString)(),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], GetLegacyCategoryInfo.prototype, "mainCategory", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, class_validator_1.IsString)(),
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], GetLegacyCategoryInfo.prototype, "subCategory", void 0);
|
|
19
45
|
class GetLegacyStoreItemsByAtlasSearchPayload {
|
|
20
46
|
}
|
|
21
47
|
exports.GetLegacyStoreItemsByAtlasSearchPayload = GetLegacyStoreItemsByAtlasSearchPayload;
|
|
@@ -42,7 +68,7 @@ __decorate([
|
|
|
42
68
|
], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "limit", void 0);
|
|
43
69
|
__decorate([
|
|
44
70
|
(0, class_validator_1.IsString)(),
|
|
45
|
-
(0, class_validator_1.IsEnum)(
|
|
71
|
+
(0, class_validator_1.IsEnum)(GetLegacyStoreItemsSortTypeEnum)
|
|
46
72
|
/** 정렬 방법 */
|
|
47
73
|
,
|
|
48
74
|
__metadata("design:type", String)
|
|
@@ -65,7 +91,7 @@ __decorate([
|
|
|
65
91
|
(0, class_validator_1.IsArray)(),
|
|
66
92
|
(0, class_validator_1.IsOptional)(),
|
|
67
93
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
68
|
-
(0, class_transformer_1.Type)(() =>
|
|
94
|
+
(0, class_transformer_1.Type)(() => GetLegacyCategoryInfo)
|
|
69
95
|
/** 검색 카테고리 리스트 */
|
|
70
96
|
,
|
|
71
97
|
__metadata("design:type", Array)
|
|
@@ -81,7 +107,7 @@ __decorate([
|
|
|
81
107
|
__decorate([
|
|
82
108
|
(0, class_validator_1.IsString)(),
|
|
83
109
|
(0, class_validator_1.IsOptional)(),
|
|
84
|
-
(0, class_validator_1.IsEnum)(
|
|
110
|
+
(0, class_validator_1.IsEnum)(GetLegacyStoreItemsDTypeEnum)
|
|
85
111
|
/** 배송 방법 */
|
|
86
112
|
,
|
|
87
113
|
__metadata("design:type", String)
|
|
@@ -15,4 +15,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./get-legacy-store-items-by-atlas-search.dto"), exports);
|
|
18
|
-
__exportStar(require("./get-store-item-ids-by-atlas-search.dto"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ClientProxy } from '@nestjs/microservices';
|
|
2
2
|
import { AbstractParam } from '@yolo-croket-dev/core';
|
|
3
|
-
import { GetStoreItemLegaciesPayload, GetStoreItemLegaciesResult, GetSellingItemIdsByStoreIdPayload, GetSellingItemIdsByStoreIdResult, SearchSellingStoreItemsPayload, SearchSellingStoreItemsResult, GetStoreItemsForESPayload, GetStoreItemsForESResult, GetLegacyStoreItemsByAtlasSearchPayload, GetLegacyStoreItemsByAtlasSearchResult
|
|
3
|
+
import { GetStoreItemLegaciesPayload, GetStoreItemLegaciesResult, GetSellingItemIdsByStoreIdPayload, GetSellingItemIdsByStoreIdResult, SearchSellingStoreItemsPayload, SearchSellingStoreItemsResult, GetStoreItemsForESPayload, GetStoreItemsForESResult, GetLegacyStoreItemsByAtlasSearchPayload, GetLegacyStoreItemsByAtlasSearchResult } from '../dto/store-item';
|
|
4
4
|
export declare class AmqpStoreItemService {
|
|
5
5
|
private readonly client;
|
|
6
6
|
private readonly amqpManager;
|
|
@@ -9,8 +9,6 @@ export declare class AmqpStoreItemService {
|
|
|
9
9
|
getStoreItemLegacies(payload: GetStoreItemLegaciesPayload, param: AbstractParam): Promise<GetStoreItemLegaciesResult>;
|
|
10
10
|
/** atlas 검색 */
|
|
11
11
|
getLegacyStoreItemsByAtlasSearch(payload: GetLegacyStoreItemsByAtlasSearchPayload, param: AbstractParam): Promise<GetLegacyStoreItemsByAtlasSearchResult>;
|
|
12
|
-
/** atlas 상품 itemIds 검색 */
|
|
13
|
-
getStoreItemIdsByAtlasSearch(payload: GetStoreItemIdsByAtlasSearchPayload, param: AbstractParam): Promise<GetStoreItemIdsByAtlasSearchResult>;
|
|
14
12
|
getSellingItemIdsByStoreId(payload: GetSellingItemIdsByStoreIdPayload, param: AbstractParam): Promise<GetSellingItemIdsByStoreIdResult>;
|
|
15
13
|
searchSellingStoreItems(payload: SearchSellingStoreItemsPayload, param: AbstractParam): Promise<SearchSellingStoreItemsResult>;
|
|
16
14
|
getStoreItemsForEs(payload: GetStoreItemsForESPayload, param: AbstractParam): Promise<GetStoreItemsForESResult>;
|
|
@@ -29,10 +29,6 @@ let AmqpStoreItemService = class AmqpStoreItemService {
|
|
|
29
29
|
async getLegacyStoreItemsByAtlasSearch(payload, param) {
|
|
30
30
|
return this.amqpManager.call('store item 레거시 조회 atlas ', 'store-item.get.legacy-store-items-by-atlas-search', payload, param, { isErrorThrowing: true });
|
|
31
31
|
}
|
|
32
|
-
/** atlas 상품 itemIds 검색 */
|
|
33
|
-
async getStoreItemIdsByAtlasSearch(payload, param) {
|
|
34
|
-
return this.amqpManager.call('atlas 상품 itemIds 검색', 'store-item.get.store-item-ids-by-atlas-search', payload, param, { isErrorThrowing: true });
|
|
35
|
-
}
|
|
36
32
|
async getSellingItemIdsByStoreId(payload, param) {
|
|
37
33
|
return this.amqpManager.call('해당 스토어에 판매중인 상품 아이디 리스트 호출', 'store-item.get.selling-item-ids-by-store-id', payload, param, { isErrorThrowing: true });
|
|
38
34
|
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/** atlas 상품 검색 시 DType */
|
|
2
|
-
export declare enum GetStoreItemByAtlasDTypeEnum {
|
|
3
|
-
'직거래' = "\uC9C1\uAC70\uB798",
|
|
4
|
-
'택배' = "\uD0DD\uBC30",
|
|
5
|
-
'전체' = "\uC804\uCCB4"
|
|
6
|
-
}
|
|
7
|
-
/** atlas 상품 검색 정렬 enum */
|
|
8
|
-
export declare enum GetStoreItemByAtlasSortTypeEnum {
|
|
9
|
-
'최신순' = "\uCD5C\uC2E0\uC21C",
|
|
10
|
-
'인기순' = "\uC778\uAE30\uC21C",
|
|
11
|
-
'만료일순' = "\uB9CC\uB8CC\uC77C\uC21C",
|
|
12
|
-
'거래예정일순' = "\uAC70\uB798\uC608\uC815\uC77C\uC21C",
|
|
13
|
-
'가격낮은순' = "\uAC00\uACA9\uB0AE\uC740\uC21C",
|
|
14
|
-
'리뷰많은순' = "\uB9AC\uBDF0\uB9CE\uC740\uC21C",
|
|
15
|
-
'구매많은순' = "\uAD6C\uB9E4\uB9CE\uC740\uC21C",
|
|
16
|
-
'찜많은순' = "\uCC1C\uB9CE\uC740\uC21C",
|
|
17
|
-
'검색어기준' = "\uAC80\uC0C9\uC5B4\uAE30\uC900"
|
|
18
|
-
}
|
|
19
|
-
/** atlas 상품 카테고리 정보 */
|
|
20
|
-
export declare class GetStoreItemByAtlasCategoryInfo {
|
|
21
|
-
mainCategory: string;
|
|
22
|
-
subCategory?: string;
|
|
23
|
-
}
|
|
24
|
-
export declare class GetStoreItemIdsByAtlasSearchPayload {
|
|
25
|
-
/**
|
|
26
|
-
* @deprecated 페이지 (성능 이슈로 페이징 토큰 사용을 권장)
|
|
27
|
-
* */
|
|
28
|
-
page?: number;
|
|
29
|
-
/** 다음 페이징 토큰 */
|
|
30
|
-
searchAfter?: string;
|
|
31
|
-
/** 이전 페이징 토큰 */
|
|
32
|
-
searchBefore?: string;
|
|
33
|
-
/** 상품 수 */
|
|
34
|
-
limit: number;
|
|
35
|
-
/** 정렬 방법 */
|
|
36
|
-
sortType: GetStoreItemByAtlasSortTypeEnum;
|
|
37
|
-
/** 솔드아웃도 보여줘? */
|
|
38
|
-
isViewSoldOut?: boolean;
|
|
39
|
-
/** 스토어 아이디 */
|
|
40
|
-
storeId?: string;
|
|
41
|
-
/** 검색 카테고리 리스트 */
|
|
42
|
-
categoryInfos?: GetStoreItemByAtlasCategoryInfo[];
|
|
43
|
-
/** 검색 나라 리스트 */
|
|
44
|
-
nations?: string[];
|
|
45
|
-
/** 배송 방법 */
|
|
46
|
-
DType?: GetStoreItemByAtlasDTypeEnum;
|
|
47
|
-
/** 검색어 */
|
|
48
|
-
inputText?: string;
|
|
49
|
-
/** 검색 키워드로 검색한 상품 리스트인가 */
|
|
50
|
-
searchKeywordId?: string;
|
|
51
|
-
/** 최소 가격 */
|
|
52
|
-
minPrice?: number;
|
|
53
|
-
/** 최대 가격 */
|
|
54
|
-
maxPrice?: number;
|
|
55
|
-
/** 상품 가격 배송비 포함하여 검색할것인가 */
|
|
56
|
-
isItemPriceWithShippingFee?: boolean;
|
|
57
|
-
exceptItemIds?: string[];
|
|
58
|
-
/** @description 셀렉션 프레임 아이디 */
|
|
59
|
-
selectionFrameDataId?: string;
|
|
60
|
-
/** @description 픽한 상품 인가 - selectionFrameId 값 필요 */
|
|
61
|
-
isPick?: boolean;
|
|
62
|
-
/** @description 배송비 무료인가 */
|
|
63
|
-
isShippingFeeFree?: boolean;
|
|
64
|
-
/** 전체 상품명 검색 포함할지 여부 */
|
|
65
|
-
isAllItemNameInclude?: boolean;
|
|
66
|
-
isExistsMaxDiscountCoupon?: boolean;
|
|
67
|
-
itemNames?: string[];
|
|
68
|
-
isSticker?: boolean;
|
|
69
|
-
minBookNums?: number;
|
|
70
|
-
selectionFrameIds?: string[];
|
|
71
|
-
isSelectionItemConnect?: boolean;
|
|
72
|
-
isAbroadShipping?: boolean;
|
|
73
|
-
isBundleShipping?: boolean;
|
|
74
|
-
bundleShippingFee?: number;
|
|
75
|
-
isPrepay?: boolean;
|
|
76
|
-
prepayPrice?: number;
|
|
77
|
-
}
|
|
78
|
-
export interface GetStoreItemIdsByAtlasSearchResult {
|
|
79
|
-
allCount: number;
|
|
80
|
-
itemIds: string[];
|
|
81
|
-
searchAfter?: string;
|
|
82
|
-
searchBefore?: string;
|
|
83
|
-
}
|
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.GetStoreItemIdsByAtlasSearchPayload = exports.GetStoreItemByAtlasCategoryInfo = exports.GetStoreItemByAtlasSortTypeEnum = exports.GetStoreItemByAtlasDTypeEnum = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
/** atlas 상품 검색 시 DType */
|
|
16
|
-
var GetStoreItemByAtlasDTypeEnum;
|
|
17
|
-
(function (GetStoreItemByAtlasDTypeEnum) {
|
|
18
|
-
GetStoreItemByAtlasDTypeEnum["\uC9C1\uAC70\uB798"] = "\uC9C1\uAC70\uB798";
|
|
19
|
-
GetStoreItemByAtlasDTypeEnum["\uD0DD\uBC30"] = "\uD0DD\uBC30";
|
|
20
|
-
GetStoreItemByAtlasDTypeEnum["\uC804\uCCB4"] = "\uC804\uCCB4";
|
|
21
|
-
})(GetStoreItemByAtlasDTypeEnum || (exports.GetStoreItemByAtlasDTypeEnum = GetStoreItemByAtlasDTypeEnum = {}));
|
|
22
|
-
/** atlas 상품 검색 정렬 enum */
|
|
23
|
-
var GetStoreItemByAtlasSortTypeEnum;
|
|
24
|
-
(function (GetStoreItemByAtlasSortTypeEnum) {
|
|
25
|
-
GetStoreItemByAtlasSortTypeEnum["\uCD5C\uC2E0\uC21C"] = "\uCD5C\uC2E0\uC21C";
|
|
26
|
-
GetStoreItemByAtlasSortTypeEnum["\uC778\uAE30\uC21C"] = "\uC778\uAE30\uC21C";
|
|
27
|
-
GetStoreItemByAtlasSortTypeEnum["\uB9CC\uB8CC\uC77C\uC21C"] = "\uB9CC\uB8CC\uC77C\uC21C";
|
|
28
|
-
GetStoreItemByAtlasSortTypeEnum["\uAC70\uB798\uC608\uC815\uC77C\uC21C"] = "\uAC70\uB798\uC608\uC815\uC77C\uC21C";
|
|
29
|
-
GetStoreItemByAtlasSortTypeEnum["\uAC00\uACA9\uB0AE\uC740\uC21C"] = "\uAC00\uACA9\uB0AE\uC740\uC21C";
|
|
30
|
-
GetStoreItemByAtlasSortTypeEnum["\uB9AC\uBDF0\uB9CE\uC740\uC21C"] = "\uB9AC\uBDF0\uB9CE\uC740\uC21C";
|
|
31
|
-
GetStoreItemByAtlasSortTypeEnum["\uAD6C\uB9E4\uB9CE\uC740\uC21C"] = "\uAD6C\uB9E4\uB9CE\uC740\uC21C";
|
|
32
|
-
GetStoreItemByAtlasSortTypeEnum["\uCC1C\uB9CE\uC740\uC21C"] = "\uCC1C\uB9CE\uC740\uC21C";
|
|
33
|
-
GetStoreItemByAtlasSortTypeEnum["\uAC80\uC0C9\uC5B4\uAE30\uC900"] = "\uAC80\uC0C9\uC5B4\uAE30\uC900";
|
|
34
|
-
})(GetStoreItemByAtlasSortTypeEnum || (exports.GetStoreItemByAtlasSortTypeEnum = GetStoreItemByAtlasSortTypeEnum = {}));
|
|
35
|
-
/** atlas 상품 카테고리 정보 */
|
|
36
|
-
class GetStoreItemByAtlasCategoryInfo {
|
|
37
|
-
}
|
|
38
|
-
exports.GetStoreItemByAtlasCategoryInfo = GetStoreItemByAtlasCategoryInfo;
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, class_validator_1.IsString)(),
|
|
41
|
-
__metadata("design:type", String)
|
|
42
|
-
], GetStoreItemByAtlasCategoryInfo.prototype, "mainCategory", void 0);
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, class_validator_1.IsString)(),
|
|
45
|
-
(0, class_validator_1.IsOptional)(),
|
|
46
|
-
__metadata("design:type", String)
|
|
47
|
-
], GetStoreItemByAtlasCategoryInfo.prototype, "subCategory", void 0);
|
|
48
|
-
class GetStoreItemIdsByAtlasSearchPayload {
|
|
49
|
-
}
|
|
50
|
-
exports.GetStoreItemIdsByAtlasSearchPayload = GetStoreItemIdsByAtlasSearchPayload;
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, class_validator_1.IsNumber)(),
|
|
53
|
-
(0, class_validator_1.IsOptional)(),
|
|
54
|
-
__metadata("design:type", Number)
|
|
55
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "page", void 0);
|
|
56
|
-
__decorate([
|
|
57
|
-
(0, class_validator_1.IsString)(),
|
|
58
|
-
(0, class_validator_1.IsOptional)(),
|
|
59
|
-
__metadata("design:type", String)
|
|
60
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "searchAfter", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, class_validator_1.IsString)(),
|
|
63
|
-
(0, class_validator_1.IsOptional)(),
|
|
64
|
-
__metadata("design:type", String)
|
|
65
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "searchBefore", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, class_validator_1.IsNumber)(),
|
|
68
|
-
__metadata("design:type", Number)
|
|
69
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "limit", void 0);
|
|
70
|
-
__decorate([
|
|
71
|
-
(0, class_validator_1.IsString)(),
|
|
72
|
-
(0, class_validator_1.IsEnum)(GetStoreItemByAtlasSortTypeEnum),
|
|
73
|
-
__metadata("design:type", String)
|
|
74
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "sortType", void 0);
|
|
75
|
-
__decorate([
|
|
76
|
-
(0, class_validator_1.IsBoolean)(),
|
|
77
|
-
(0, class_validator_1.IsOptional)(),
|
|
78
|
-
__metadata("design:type", Boolean)
|
|
79
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isViewSoldOut", void 0);
|
|
80
|
-
__decorate([
|
|
81
|
-
(0, class_validator_1.IsMongoId)(),
|
|
82
|
-
(0, class_validator_1.IsOptional)(),
|
|
83
|
-
__metadata("design:type", String)
|
|
84
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "storeId", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
(0, class_validator_1.IsArray)(),
|
|
87
|
-
(0, class_validator_1.IsOptional)(),
|
|
88
|
-
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
89
|
-
(0, class_transformer_1.Type)(() => GetStoreItemByAtlasCategoryInfo),
|
|
90
|
-
__metadata("design:type", Array)
|
|
91
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "categoryInfos", void 0);
|
|
92
|
-
__decorate([
|
|
93
|
-
(0, class_validator_1.IsOptional)(),
|
|
94
|
-
(0, class_validator_1.IsArray)(),
|
|
95
|
-
(0, class_validator_1.IsString)({ each: true }),
|
|
96
|
-
__metadata("design:type", Array)
|
|
97
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "nations", void 0);
|
|
98
|
-
__decorate([
|
|
99
|
-
(0, class_validator_1.IsString)(),
|
|
100
|
-
(0, class_validator_1.IsOptional)(),
|
|
101
|
-
(0, class_validator_1.IsEnum)(GetStoreItemByAtlasDTypeEnum),
|
|
102
|
-
__metadata("design:type", String)
|
|
103
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "DType", void 0);
|
|
104
|
-
__decorate([
|
|
105
|
-
(0, class_validator_1.IsString)(),
|
|
106
|
-
(0, class_validator_1.IsOptional)(),
|
|
107
|
-
__metadata("design:type", String)
|
|
108
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "inputText", void 0);
|
|
109
|
-
__decorate([
|
|
110
|
-
(0, class_validator_1.IsString)(),
|
|
111
|
-
(0, class_validator_1.IsOptional)(),
|
|
112
|
-
__metadata("design:type", String)
|
|
113
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "searchKeywordId", void 0);
|
|
114
|
-
__decorate([
|
|
115
|
-
(0, class_validator_1.IsOptional)(),
|
|
116
|
-
(0, class_validator_1.IsNumber)(),
|
|
117
|
-
__metadata("design:type", Number)
|
|
118
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "minPrice", void 0);
|
|
119
|
-
__decorate([
|
|
120
|
-
(0, class_validator_1.IsOptional)(),
|
|
121
|
-
(0, class_validator_1.IsNumber)(),
|
|
122
|
-
__metadata("design:type", Number)
|
|
123
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "maxPrice", void 0);
|
|
124
|
-
__decorate([
|
|
125
|
-
(0, class_validator_1.IsBoolean)(),
|
|
126
|
-
(0, class_validator_1.IsOptional)(),
|
|
127
|
-
__metadata("design:type", Boolean)
|
|
128
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isItemPriceWithShippingFee", void 0);
|
|
129
|
-
__decorate([
|
|
130
|
-
(0, class_validator_1.IsArray)(),
|
|
131
|
-
(0, class_validator_1.IsString)({ each: true }),
|
|
132
|
-
(0, class_validator_1.IsOptional)(),
|
|
133
|
-
__metadata("design:type", Array)
|
|
134
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "exceptItemIds", void 0);
|
|
135
|
-
__decorate([
|
|
136
|
-
(0, class_validator_1.IsMongoId)(),
|
|
137
|
-
(0, class_validator_1.IsOptional)(),
|
|
138
|
-
__metadata("design:type", String)
|
|
139
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "selectionFrameDataId", void 0);
|
|
140
|
-
__decorate([
|
|
141
|
-
(0, class_validator_1.IsBoolean)(),
|
|
142
|
-
(0, class_validator_1.IsOptional)(),
|
|
143
|
-
__metadata("design:type", Boolean)
|
|
144
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isPick", void 0);
|
|
145
|
-
__decorate([
|
|
146
|
-
(0, class_validator_1.IsBoolean)(),
|
|
147
|
-
(0, class_validator_1.IsOptional)(),
|
|
148
|
-
__metadata("design:type", Boolean)
|
|
149
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isShippingFeeFree", void 0);
|
|
150
|
-
__decorate([
|
|
151
|
-
(0, class_validator_1.IsBoolean)(),
|
|
152
|
-
(0, class_validator_1.IsOptional)(),
|
|
153
|
-
__metadata("design:type", Boolean)
|
|
154
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isAllItemNameInclude", void 0);
|
|
155
|
-
__decorate([
|
|
156
|
-
(0, class_validator_1.IsBoolean)(),
|
|
157
|
-
(0, class_validator_1.IsOptional)(),
|
|
158
|
-
__metadata("design:type", Boolean)
|
|
159
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isExistsMaxDiscountCoupon", void 0);
|
|
160
|
-
__decorate([
|
|
161
|
-
(0, class_validator_1.IsString)({ each: true }),
|
|
162
|
-
(0, class_validator_1.IsOptional)(),
|
|
163
|
-
__metadata("design:type", Array)
|
|
164
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "itemNames", void 0);
|
|
165
|
-
__decorate([
|
|
166
|
-
(0, class_validator_1.IsBoolean)(),
|
|
167
|
-
(0, class_validator_1.IsOptional)(),
|
|
168
|
-
__metadata("design:type", Boolean)
|
|
169
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isSticker", void 0);
|
|
170
|
-
__decorate([
|
|
171
|
-
(0, class_validator_1.IsNumber)(),
|
|
172
|
-
(0, class_validator_1.IsOptional)(),
|
|
173
|
-
__metadata("design:type", Number)
|
|
174
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "minBookNums", void 0);
|
|
175
|
-
__decorate([
|
|
176
|
-
(0, class_validator_1.IsString)({ each: true }),
|
|
177
|
-
(0, class_validator_1.IsOptional)(),
|
|
178
|
-
__metadata("design:type", Array)
|
|
179
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "selectionFrameIds", void 0);
|
|
180
|
-
__decorate([
|
|
181
|
-
(0, class_validator_1.IsBoolean)(),
|
|
182
|
-
(0, class_validator_1.IsOptional)(),
|
|
183
|
-
__metadata("design:type", Boolean)
|
|
184
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isSelectionItemConnect", void 0);
|
|
185
|
-
__decorate([
|
|
186
|
-
(0, class_validator_1.IsBoolean)(),
|
|
187
|
-
(0, class_validator_1.IsOptional)(),
|
|
188
|
-
__metadata("design:type", Boolean)
|
|
189
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isAbroadShipping", void 0);
|
|
190
|
-
__decorate([
|
|
191
|
-
(0, class_validator_1.IsBoolean)(),
|
|
192
|
-
(0, class_validator_1.IsOptional)(),
|
|
193
|
-
__metadata("design:type", Boolean)
|
|
194
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isBundleShipping", void 0);
|
|
195
|
-
__decorate([
|
|
196
|
-
(0, class_validator_1.IsNumber)(),
|
|
197
|
-
(0, class_validator_1.IsOptional)(),
|
|
198
|
-
__metadata("design:type", Number)
|
|
199
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "bundleShippingFee", void 0);
|
|
200
|
-
__decorate([
|
|
201
|
-
(0, class_validator_1.IsBoolean)(),
|
|
202
|
-
(0, class_validator_1.IsOptional)(),
|
|
203
|
-
__metadata("design:type", Boolean)
|
|
204
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "isPrepay", void 0);
|
|
205
|
-
__decorate([
|
|
206
|
-
(0, class_validator_1.IsNumber)(),
|
|
207
|
-
(0, class_validator_1.IsOptional)(),
|
|
208
|
-
__metadata("design:type", Number)
|
|
209
|
-
], GetStoreItemIdsByAtlasSearchPayload.prototype, "prepayPrice", void 0);
|