@yolo-croket-dev/amqp-access 0.0.177 → 0.0.178

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.
@@ -4,5 +4,6 @@ declare class PInfoInfo {
4
4
  }
5
5
  export declare class UpdateDoneAdCenterCouponInfosPayload {
6
6
  pInfoInfos: PInfoInfo[];
7
+ currentDate: string;
7
8
  }
8
9
  export {};
@@ -30,4 +30,8 @@ __decorate([
30
30
  (0, class_transformer_1.Type)(() => PInfoInfo),
31
31
  __metadata("design:type", Array)
32
32
  ], UpdateDoneAdCenterCouponInfosPayload.prototype, "pInfoInfos", void 0);
33
+ __decorate([
34
+ (0, class_validator_1.IsDateString)(),
35
+ __metadata("design:type", String)
36
+ ], UpdateDoneAdCenterCouponInfosPayload.prototype, "currentDate", void 0);
33
37
  exports.UpdateDoneAdCenterCouponInfosPayload = UpdateDoneAdCenterCouponInfosPayload;
@@ -83,10 +83,16 @@ export declare class SellerTransactionHistory {
83
83
  selectionLargeTitles?: string;
84
84
  /** 비고 */
85
85
  note?: string;
86
- /** 광고센터쿠폰 여부 */
86
+ /** 쿠폰 사용 금액 */
87
+ totalCouponDiscountPrice?: number;
88
+ /** 광고센터 쿠폰 여부 */
87
89
  isAdCenterCoupon?: boolean;
88
- /** 광고센터쿠폰 정산 금액 (셀러 부담) */
89
- adCenterCouponSettlePrice?: number;
90
+ /** 광고센터 쿠폰 정산완료 여부 */
91
+ isAdCenterCouponSettle?: boolean;
92
+ /** 광고센터 쿠폰 정산완료일 */
93
+ adCenterCouponSettleDate?: Date;
94
+ /** 광고센터 쿠폰 예상 정산 금액 (셀러 부담) */
95
+ expectedAdCenterCouponSettlePrice?: number;
90
96
  }
91
97
  export declare class SearchSellerTransactionHistoryByProcessResult {
92
98
  sellerTransactionHistories: SellerTransactionHistory[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.177",
3
+ "version": "0.0.178",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",