@yolo-croket-dev/amqp-access 0.0.25-jun.4 → 0.0.25-jun.6

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.
@@ -17,10 +17,12 @@ exports.AmqpAnalyticsServiceModule = AmqpAnalyticsServiceModule = __decorate([
17
17
  (0, common_1.Module)({
18
18
  providers: [
19
19
  amqp_analytics_service_provider_1.AnalyticsServiceProvider,
20
+ services_1.AmqpInflowSessionService,
20
21
  services_1.AmqpStoreItemReviewRequestUserService,
21
22
  ],
22
23
  exports: [
23
24
  amqp_analytics_service_provider_1.AnalyticsServiceProvider,
25
+ services_1.AmqpInflowSessionService,
24
26
  services_1.AmqpStoreItemReviewRequestUserService,
25
27
  ],
26
28
  })
@@ -19,7 +19,10 @@ export declare class EsStoreItemV2GetDatasPayload {
19
19
  isViewSoldOut?: boolean;
20
20
  isItemPriceWithShippingFee?: boolean;
21
21
  storeId?: string;
22
+ /** 일반 상품명 검색 */
22
23
  itemName?: string;
24
+ /** searchKeyword 검색으로 or 처리해야함 */
25
+ itemNames?: string[];
23
26
  nations?: string[];
24
27
  categoryInfos?: ESStoreItemV2Category[];
25
28
  sortType?: ESStoreItemV2SortTypeEnum;
@@ -66,6 +66,11 @@ __decorate([
66
66
  (0, class_validator_1.IsString)(),
67
67
  __metadata("design:type", String)
68
68
  ], EsStoreItemV2GetDatasPayload.prototype, "itemName", void 0);
69
+ __decorate([
70
+ (0, class_validator_1.IsOptional)(),
71
+ (0, class_validator_1.IsString)(),
72
+ __metadata("design:type", Array)
73
+ ], EsStoreItemV2GetDatasPayload.prototype, "itemNames", void 0);
69
74
  __decorate([
70
75
  (0, class_validator_1.IsOptional)(),
71
76
  (0, class_validator_1.IsArray)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.25-jun.4",
3
+ "version": "0.0.25-jun.6",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",