@yolo-croket-dev/amqp-access 0.4.119-jun.15 → 0.4.119-jun.17

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.4.119-jun.15",
3
+ "version": "0.4.119-jun.17",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -27,10 +27,7 @@ import { ExternalPriceInfo, WeeklyMegaDealPeriodItemData, WeeklyMegaDealPeriodIt
27
27
  import { Types } from 'mongoose';
28
28
  export declare class WeeklyMegaDealPeriodItemDataDto implements WeeklyMegaDealPeriodItemData {
29
29
  itemId: string | Types.ObjectId;
30
- isShowStart: boolean;
31
- showStartDate?: Date;
32
- isShowEnd: boolean;
33
- showEndDate?: Date;
30
+ isShowNow: boolean;
34
31
  }
35
32
  export declare class ExternalPriceInfoDto implements ExternalPriceInfo {
36
33
  name: ExternalPriceNameEnum;
@@ -24,21 +24,7 @@ __decorate([
24
24
  __decorate([
25
25
  (0, class_validator_1.IsBoolean)(),
26
26
  __metadata("design:type", Boolean)
27
- ], WeeklyMegaDealPeriodItemDataDto.prototype, "isShowStart", void 0);
28
- __decorate([
29
- (0, decorator_1.IsIso8601Utc)(),
30
- (0, class_validator_1.IsOptional)(),
31
- __metadata("design:type", Date)
32
- ], WeeklyMegaDealPeriodItemDataDto.prototype, "showStartDate", void 0);
33
- __decorate([
34
- (0, class_validator_1.IsBoolean)(),
35
- __metadata("design:type", Boolean)
36
- ], WeeklyMegaDealPeriodItemDataDto.prototype, "isShowEnd", void 0);
37
- __decorate([
38
- (0, class_validator_1.IsOptional)(),
39
- (0, decorator_1.IsIso8601Utc)(),
40
- __metadata("design:type", Date)
41
- ], WeeklyMegaDealPeriodItemDataDto.prototype, "showEndDate", void 0);
27
+ ], WeeklyMegaDealPeriodItemDataDto.prototype, "isShowNow", void 0);
42
28
  class ExternalPriceInfoDto {
43
29
  }
44
30
  exports.ExternalPriceInfoDto = ExternalPriceInfoDto;