@yolo-croket-dev/amqp-access 0.4.119-jun.17 → 0.4.119-jun.18
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
|
@@ -35,6 +35,7 @@ export declare class GetLegacyStoreItemsByAtlasSearchPayload {
|
|
|
35
35
|
/** 상품 가격 배송비 포함하여 검색할것인가 */
|
|
36
36
|
isItemPriceWithShippingFee?: boolean;
|
|
37
37
|
exceptItemIds?: string[];
|
|
38
|
+
includeItemIds?: string[];
|
|
38
39
|
/** @description 셀렉션 프레임 아이디 */
|
|
39
40
|
selectionFrameDataId?: string;
|
|
40
41
|
/** @description 픽한 상품 인가 - selectionFrameId 값 필요 */
|
|
@@ -127,6 +127,12 @@ __decorate([
|
|
|
127
127
|
(0, class_validator_1.IsOptional)(),
|
|
128
128
|
__metadata("design:type", Array)
|
|
129
129
|
], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "exceptItemIds", void 0);
|
|
130
|
+
__decorate([
|
|
131
|
+
(0, class_validator_1.IsArray)(),
|
|
132
|
+
(0, class_validator_1.IsMongoId)({ each: true }),
|
|
133
|
+
(0, class_validator_1.IsOptional)(),
|
|
134
|
+
__metadata("design:type", Array)
|
|
135
|
+
], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "includeItemIds", void 0);
|
|
130
136
|
__decorate([
|
|
131
137
|
(0, class_validator_1.IsMongoId)(),
|
|
132
138
|
(0, class_validator_1.IsOptional)(),
|