@yolo-croket-dev/amqp-access 0.0.25-jun.13 → 0.0.25-jun.14

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.
@@ -162,7 +162,7 @@ __decorate([
162
162
  __metadata("design:type", Number)
163
163
  ], EsStoreItemV2GetDatasPayload.prototype, "prepayPrice", void 0);
164
164
  __decorate([
165
- (0, class_validator_1.IsString)(),
165
+ (0, class_validator_1.IsBoolean)(),
166
166
  (0, class_validator_1.IsOptional)(),
167
167
  __metadata("design:type", Boolean)
168
168
  ], EsStoreItemV2GetDatasPayload.prototype, "isAllItemNameInclude", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.25-jun.13",
3
+ "version": "0.0.25-jun.14",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -53,6 +53,8 @@ export declare class GetStoreItemLegaciesPayload {
53
53
  isPick?: boolean;
54
54
  /** @description 배송비 무료인가 */
55
55
  isShippingFeeFree?: boolean;
56
+ /** 전체 상품명 검색 포함할지 여부 */
57
+ isAllItemNameInclude?: boolean;
56
58
  }
57
59
  export interface GetStoreItemLegaciesResult {
58
60
  maxPage: number;
@@ -158,3 +158,8 @@ __decorate([
158
158
  (0, class_validator_1.IsOptional)(),
159
159
  __metadata("design:type", Boolean)
160
160
  ], GetStoreItemLegaciesPayload.prototype, "isShippingFeeFree", void 0);
161
+ __decorate([
162
+ (0, class_validator_1.IsBoolean)(),
163
+ (0, class_validator_1.IsOptional)(),
164
+ __metadata("design:type", Boolean)
165
+ ], GetStoreItemLegaciesPayload.prototype, "isAllItemNameInclude", void 0);