@yolo-croket-dev/amqp-access 0.4.31-sj → 0.4.31-sj2

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.
@@ -5,8 +5,10 @@ export declare enum CouponTemplateUseEnum {
5
5
  CANNOT_USE = "CANNOT_USE"
6
6
  }
7
7
  export declare class SearchCouponTemplatesForAdminPayload {
8
+ limit: number;
9
+ page: number;
8
10
  couponCode?: string;
9
- isUseEnumType?: CouponTemplateUseEnum;
11
+ canUseType?: CouponTemplateUseEnum;
10
12
  sDate?: string;
11
13
  eDate?: string;
12
14
  }
@@ -20,6 +20,14 @@ var CouponTemplateUseEnum;
20
20
  class SearchCouponTemplatesForAdminPayload {
21
21
  }
22
22
  exports.SearchCouponTemplatesForAdminPayload = SearchCouponTemplatesForAdminPayload;
23
+ __decorate([
24
+ (0, class_validator_1.IsNumber)(),
25
+ __metadata("design:type", Number)
26
+ ], SearchCouponTemplatesForAdminPayload.prototype, "limit", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsNumber)(),
29
+ __metadata("design:type", Number)
30
+ ], SearchCouponTemplatesForAdminPayload.prototype, "page", void 0);
23
31
  __decorate([
24
32
  (0, class_validator_1.IsString)(),
25
33
  (0, class_validator_1.IsOptional)(),
@@ -29,7 +37,7 @@ __decorate([
29
37
  (0, class_validator_1.IsEnum)(CouponTemplateUseEnum),
30
38
  (0, class_validator_1.IsOptional)(),
31
39
  __metadata("design:type", String)
32
- ], SearchCouponTemplatesForAdminPayload.prototype, "isUseEnumType", void 0);
40
+ ], SearchCouponTemplatesForAdminPayload.prototype, "canUseType", void 0);
33
41
  __decorate([
34
42
  (0, class_validator_1.IsDateString)(),
35
43
  (0, class_validator_1.IsOptional)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.31-sj",
3
+ "version": "0.4.31-sj2",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",