@yolo-croket-dev/amqp-access 0.6.40 → 0.6.41

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.
@@ -45,6 +45,8 @@ export interface CouponDetail {
45
45
  totalCroketPrice: number;
46
46
  /** 셀러 분담액 합계 */
47
47
  totalSellerPrice: number;
48
+ /** 전체 비율 (광고센터 한일율 쿠폰일 때 존재) */
49
+ allRate?: number;
48
50
  /** 크로켓 분담 비율 (광고센터 한일율 쿠폰일 때 존재) */
49
51
  croketRate?: number;
50
52
  /** 셀러 분담 비율 (광고센터 한일율 쿠폰일 때 존재) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.6.40",
3
+ "version": "0.6.41",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",