@yolo-croket-dev/amqp-access 0.0.70-jun.0 → 0.0.70-jun.2
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
|
@@ -39,7 +39,7 @@ export declare class GetLegacyStoreItemsByAtlasSearchPayload {
|
|
|
39
39
|
/** 검색 카테고리 리스트 */
|
|
40
40
|
categoryInfos?: GetLegacyCategoryInfo[];
|
|
41
41
|
/** 검색 나라 리스트 */
|
|
42
|
-
|
|
42
|
+
nations?: string[];
|
|
43
43
|
/** 배송 방법 */
|
|
44
44
|
DType?: GetLegacyStoreItemsDTypeEnum;
|
|
45
45
|
/** 검색어 */
|
|
@@ -63,7 +63,6 @@ export declare class GetLegacyStoreItemsByAtlasSearchPayload {
|
|
|
63
63
|
isAllItemNameInclude?: boolean;
|
|
64
64
|
isExistsMaxDiscountCoupon?: boolean;
|
|
65
65
|
itemNames?: string[];
|
|
66
|
-
deliveryType?: string;
|
|
67
66
|
isSticker?: boolean;
|
|
68
67
|
minBookNums?: number;
|
|
69
68
|
selectionFrameIds?: string[];
|
|
@@ -101,7 +101,7 @@ __decorate([
|
|
|
101
101
|
/** 검색 나라 리스트 */
|
|
102
102
|
,
|
|
103
103
|
__metadata("design:type", Array)
|
|
104
|
-
], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "
|
|
104
|
+
], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "nations", void 0);
|
|
105
105
|
__decorate([
|
|
106
106
|
(0, class_validator_1.IsString)(),
|
|
107
107
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -181,11 +181,6 @@ __decorate([
|
|
|
181
181
|
(0, class_validator_1.IsOptional)(),
|
|
182
182
|
__metadata("design:type", Array)
|
|
183
183
|
], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "itemNames", void 0);
|
|
184
|
-
__decorate([
|
|
185
|
-
(0, class_validator_1.IsString)(),
|
|
186
|
-
(0, class_validator_1.IsOptional)(),
|
|
187
|
-
__metadata("design:type", String)
|
|
188
|
-
], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "deliveryType", void 0);
|
|
189
184
|
__decorate([
|
|
190
185
|
(0, class_validator_1.IsBoolean)(),
|
|
191
186
|
(0, class_validator_1.IsOptional)(),
|