@yolo-croket-dev/amqp-access 0.6.68 → 0.6.69
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { CouponTemplatePeriod } from '@yolo-croket-dev/entity/src/coupon-template/coupon-template.entity';
|
|
1
2
|
export declare class GetCouponAggregationPayload {
|
|
2
3
|
/** 조회 시작일 (ISO 8601) */
|
|
3
4
|
startDate: string;
|
|
@@ -65,6 +66,8 @@ export interface CouponDetail {
|
|
|
65
66
|
isLimitStore?: boolean;
|
|
66
67
|
/** 상품 제한 여부 */
|
|
67
68
|
isLimitStoreItem?: boolean;
|
|
69
|
+
/** 쿠폰 사용 기간 */
|
|
70
|
+
periodInfo?: CouponTemplatePeriod;
|
|
68
71
|
}
|
|
69
72
|
export interface GetCouponAggregationResult {
|
|
70
73
|
/** 전체 총합계 */
|