@yolo-croket-dev/amqp-access 0.4.20 → 0.4.21

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.
@@ -3,4 +3,6 @@ export declare class CreateIssuedReceiptCouponPayload {
3
3
  couponCode?: string;
4
4
  /** @description 유저가 직접 발급 여부 */
5
5
  isUserIssue?: boolean;
6
+ /** @description 멤버쉽 쿠폰 발급 여부 */
7
+ isMemberShipCoupon?: boolean;
6
8
  }
@@ -27,8 +27,11 @@ __decorate([
27
27
  ], CreateIssuedReceiptCouponPayload.prototype, "couponCode", void 0);
28
28
  __decorate([
29
29
  (0, class_validator_1.IsBoolean)(),
30
- (0, class_validator_1.IsOptional)()
31
- /** @description 유저가 직접 발급 여부 */
32
- ,
30
+ (0, class_validator_1.IsOptional)(),
33
31
  __metadata("design:type", Boolean)
34
32
  ], CreateIssuedReceiptCouponPayload.prototype, "isUserIssue", void 0);
33
+ __decorate([
34
+ (0, class_validator_1.IsBoolean)(),
35
+ (0, class_validator_1.IsOptional)(),
36
+ __metadata("design:type", Boolean)
37
+ ], CreateIssuedReceiptCouponPayload.prototype, "isMemberShipCoupon", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.20",
3
+ "version": "0.4.21",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",