@yolo-croket-dev/amqp-access 0.5.41 → 0.5.43
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.
|
@@ -5,7 +5,7 @@ export declare class GetStoreItemCouponsForExtractionByTypePayload {
|
|
|
5
5
|
}
|
|
6
6
|
interface PickedUseConditionInfo extends Pick<CouponTemplateCondition, 'ableStoreItemList'> {
|
|
7
7
|
}
|
|
8
|
-
interface PickedCoupon extends Pick<CouponTemplateEntity, 'isAdCenterCoupon'> {
|
|
8
|
+
interface PickedCoupon extends Pick<CouponTemplateEntity, 'isAdCenterCoupon' | 'couponCode'> {
|
|
9
9
|
useConditionInfo: PickedUseConditionInfo;
|
|
10
10
|
}
|
|
11
11
|
export declare class GetStoreItemCouponsForExtractionByTypeResult {
|
package/package.json
CHANGED