@yolo-croket-dev/amqp-access 0.0.31-jun2 → 0.0.31-jun3

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,5 +1,5 @@
1
1
  import { CouponTemplateEntity } from '@yolo-croket-dev/entity/src/coupon-template/coupon-template.entity';
2
- type MaxDisCountCouponTemplate = Pick<CouponTemplateEntity, '_id' | 'useConditionInfo' | 'discountType' | 'discountValue' | 'discountRate' | 'couponCode' | 'periodInfo' | 'maxDiscountValue'>;
2
+ export type MaxDisCountCouponTemplate = Pick<CouponTemplateEntity, '_id' | 'useConditionInfo' | 'discountType' | 'discountValue' | 'discountRate' | 'couponCode' | 'periodInfo' | 'maxDiscountValue'>;
3
3
  export declare class IdInfo {
4
4
  itemId: string;
5
5
  storeId?: string;
@@ -15,4 +15,3 @@ export interface ItemDiscountCoupon {
15
15
  itemId: string;
16
16
  couponTemplates: MaxDisCountCouponTemplate[];
17
17
  }
18
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.31jun2",
3
+ "version": "0.0.31jun3",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",