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

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.
@@ -32,7 +32,6 @@ export declare class ESStoreItemSearchDataPayload {
32
32
  isPrepay?: boolean;
33
33
  prepayPrice?: number;
34
34
  isExistsMaxDiscountCoupon?: boolean;
35
- isAllItemNameInclude?: boolean;
36
35
  }
37
36
  export declare class ESStoreItemSearchDataResult {
38
37
  itemAllCount: number;
@@ -147,11 +147,6 @@ __decorate([
147
147
  (0, class_validator_1.IsOptional)(),
148
148
  __metadata("design:type", Boolean)
149
149
  ], ESStoreItemSearchDataPayload.prototype, "isExistsMaxDiscountCoupon", void 0);
150
- __decorate([
151
- (0, class_validator_1.IsBoolean)(),
152
- (0, class_validator_1.IsOptional)(),
153
- __metadata("design:type", Boolean)
154
- ], ESStoreItemSearchDataPayload.prototype, "isAllItemNameInclude", void 0);
155
150
  class ESStoreItemSearchDataResult {
156
151
  }
157
152
  exports.ESStoreItemSearchDataResult = ESStoreItemSearchDataResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.46-jun.0",
3
+ "version": "0.0.46",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",