@yolo-croket-dev/amqp-access 0.5.93-sj2 → 0.5.93-sj3

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.93-sj2",
3
+ "version": "0.5.93-sj3",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -57,6 +57,7 @@ export declare class GetLegacyStoreItemsByAtlasSearchPayload {
57
57
  prepayPrice?: number;
58
58
  /** 광고 센터 키워드 상품 노출 여부 */
59
59
  viewAd?: boolean;
60
+ brandName?: string;
60
61
  }
61
62
  export interface GetLegacyStoreItemsByAtlasSearchResult {
62
63
  maxPage: number;
@@ -213,3 +213,8 @@ __decorate([
213
213
  (0, class_validator_1.IsOptional)(),
214
214
  __metadata("design:type", Boolean)
215
215
  ], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "viewAd", void 0);
216
+ __decorate([
217
+ (0, class_validator_1.IsString)(),
218
+ (0, class_validator_1.IsOptional)(),
219
+ __metadata("design:type", String)
220
+ ], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "brandName", void 0);
@@ -75,6 +75,7 @@ export declare class GetStoreItemIdsByAtlasSearchPayload {
75
75
  bundleShippingFee?: number;
76
76
  isPrepay?: boolean;
77
77
  prepayPrice?: number;
78
+ brandName?: string;
78
79
  }
79
80
  export interface GetStoreItemIdsByAtlasSearchResult {
80
81
  allCount: number;
@@ -213,3 +213,8 @@ __decorate([
213
213
  (0, class_validator_1.IsOptional)(),
214
214
  __metadata("design:type", Number)
215
215
  ], GetStoreItemIdsByAtlasSearchPayload.prototype, "prepayPrice", void 0);
216
+ __decorate([
217
+ (0, class_validator_1.IsString)(),
218
+ (0, class_validator_1.IsOptional)(),
219
+ __metadata("design:type", String)
220
+ ], GetStoreItemIdsByAtlasSearchPayload.prototype, "brandName", void 0);