@yolo-croket-dev/amqp-access 0.0.37-jun.0 → 0.0.37-jun.1

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.0.37-jun.0",
3
+ "version": "0.0.37-jun.1",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -55,6 +55,7 @@ export declare class GetStoreItemLegaciesPayload {
55
55
  isShippingFeeFree?: boolean;
56
56
  /** 전체 상품명 검색 포함할지 여부 */
57
57
  isAllItemNameInclude?: boolean;
58
+ isExistsMaxDiscountCoupon?: boolean;
58
59
  }
59
60
  export interface GetStoreItemLegaciesResult {
60
61
  maxPage: number;
@@ -163,3 +163,8 @@ __decorate([
163
163
  (0, class_validator_1.IsOptional)(),
164
164
  __metadata("design:type", Boolean)
165
165
  ], GetStoreItemLegaciesPayload.prototype, "isAllItemNameInclude", void 0);
166
+ __decorate([
167
+ (0, class_validator_1.IsBoolean)(),
168
+ (0, class_validator_1.IsOptional)(),
169
+ __metadata("design:type", Boolean)
170
+ ], GetStoreItemLegaciesPayload.prototype, "isExistsMaxDiscountCoupon", void 0);