@yolo-croket-dev/amqp-access 0.5.13-slowquery.3 → 0.5.13-slowquery.4

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.13-slowquery.3",
3
+ "version": "0.5.13-slowquery.4",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -3,9 +3,9 @@ export declare class AdCenterStoreItemKeywordActiveCreatePayload {
3
3
  /** 광고 센터 상품 키워드 ID */
4
4
  readonly adCenterStoreItemKeywordId: string;
5
5
  /** 집행 시작 일자 */
6
- readonly startDate: Date;
6
+ readonly startDate: string;
7
7
  /** 집행 종료 일자 */
8
- readonly endDate?: Date;
8
+ readonly endDate?: string;
9
9
  /** 클릭당 비용(CPC) 가격, 입찰가 */
10
10
  readonly cpcPrice: number;
11
11
  /** 키워드 */
@@ -13,7 +13,7 @@ export declare class AdCenterStoreItemKeywordActiveCreatePayload {
13
13
  /** 어필 키워드 */
14
14
  readonly appealKeyword?: string;
15
15
  /** 신청일 */
16
- readonly requestedDate: Date;
16
+ readonly requestedDate: string;
17
17
  /** 관리자 정보 */
18
18
  managerInfo?: AdCenterStoreItemKeywordManagerInfo;
19
19
  }
@@ -22,12 +22,12 @@ __decorate([
22
22
  ], AdCenterStoreItemKeywordActiveCreatePayload.prototype, "adCenterStoreItemKeywordId", void 0);
23
23
  __decorate([
24
24
  (0, class_validator_1.IsDateString)(),
25
- __metadata("design:type", Date)
25
+ __metadata("design:type", String)
26
26
  ], AdCenterStoreItemKeywordActiveCreatePayload.prototype, "startDate", void 0);
27
27
  __decorate([
28
28
  (0, class_validator_1.IsOptional)(),
29
29
  (0, class_validator_1.IsDateString)(),
30
- __metadata("design:type", Date)
30
+ __metadata("design:type", String)
31
31
  ], AdCenterStoreItemKeywordActiveCreatePayload.prototype, "endDate", void 0);
32
32
  __decorate([
33
33
  (0, class_validator_1.IsNumber)(),
@@ -44,7 +44,7 @@ __decorate([
44
44
  ], AdCenterStoreItemKeywordActiveCreatePayload.prototype, "appealKeyword", void 0);
45
45
  __decorate([
46
46
  (0, class_validator_1.IsDateString)(),
47
- __metadata("design:type", Date)
47
+ __metadata("design:type", String)
48
48
  ], AdCenterStoreItemKeywordActiveCreatePayload.prototype, "requestedDate", void 0);
49
49
  __decorate([
50
50
  (0, class_validator_1.IsOptional)(),