@yolo-croket-dev/amqp-access 0.4.119-jun.18 → 0.4.119-jun.19

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.4.119-jun.18",
3
+ "version": "0.4.119-jun.19",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -55,6 +55,7 @@ export declare class GetStoreItemIdsByAtlasSearchPayload {
55
55
  /** 상품 가격 배송비 포함하여 검색할것인가 */
56
56
  isItemPriceWithShippingFee?: boolean;
57
57
  exceptItemIds?: string[];
58
+ includeItemIds?: string[];
58
59
  /** @description 셀렉션 프레임 아이디 */
59
60
  selectionFrameDataId?: string;
60
61
  /** @description 픽한 상품 인가 - selectionFrameId 값 필요 */
@@ -132,6 +132,12 @@ __decorate([
132
132
  (0, class_validator_1.IsOptional)(),
133
133
  __metadata("design:type", Array)
134
134
  ], GetStoreItemIdsByAtlasSearchPayload.prototype, "exceptItemIds", void 0);
135
+ __decorate([
136
+ (0, class_validator_1.IsArray)(),
137
+ (0, class_validator_1.IsMongoId)({ each: true }),
138
+ (0, class_validator_1.IsOptional)(),
139
+ __metadata("design:type", Array)
140
+ ], GetStoreItemIdsByAtlasSearchPayload.prototype, "includeItemIds", void 0);
135
141
  __decorate([
136
142
  (0, class_validator_1.IsMongoId)(),
137
143
  (0, class_validator_1.IsOptional)(),