@yolo-croket-dev/amqp-access 0.7.47-jun.27 → 0.7.47-jun.28

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.
@@ -33,4 +33,6 @@ export declare enum ReservationPayTryLogDoneErrorEnum {
33
33
  }
34
34
  export declare class WriteStoreItemReservationPayTryLogDonePayload {
35
35
  payTryLogId: string;
36
+ /** 할부 개월수 (00: 일시불, 02~12: 할부) */
37
+ cardQuota: string;
36
38
  }
@@ -52,3 +52,7 @@ __decorate([
52
52
  (0, class_validator_1.IsMongoId)(),
53
53
  __metadata("design:type", String)
54
54
  ], WriteStoreItemReservationPayTryLogDonePayload.prototype, "payTryLogId", void 0);
55
+ __decorate([
56
+ (0, class_validator_1.IsString)(),
57
+ __metadata("design:type", String)
58
+ ], WriteStoreItemReservationPayTryLogDonePayload.prototype, "cardQuota", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.47-jun.27",
3
+ "version": "0.7.47-jun.28",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",