@yolo-croket-dev/amqp-access 0.5.19 → 0.5.20

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.5.19",
3
+ "version": "0.5.20",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -55,6 +55,8 @@ export declare class GetLegacyStoreItemsByAtlasSearchPayload {
55
55
  bundleShippingFee?: number;
56
56
  isPrepay?: boolean;
57
57
  prepayPrice?: number;
58
+ /** 광고 센터 키워드 상품 노출 여부 */
59
+ viewAd?: boolean;
58
60
  }
59
61
  export interface GetLegacyStoreItemsByAtlasSearchResult {
60
62
  maxPage: number;
@@ -208,3 +208,8 @@ __decorate([
208
208
  (0, class_validator_1.IsOptional)(),
209
209
  __metadata("design:type", Number)
210
210
  ], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "prepayPrice", void 0);
211
+ __decorate([
212
+ (0, class_validator_1.IsBoolean)(),
213
+ (0, class_validator_1.IsOptional)(),
214
+ __metadata("design:type", Boolean)
215
+ ], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "viewAd", void 0);