@yolo-croket-dev/amqp-access 0.7.43 → 0.7.44

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.43",
3
+ "version": "0.7.44",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -18,6 +18,12 @@ export declare class GetStoreItemsForExpectGroupCreateResultItem {
18
18
  relatedSkus?: string[];
19
19
  itemName: string;
20
20
  matchKeywords: string[];
21
+ /** 구매자용 상품 가격 */
22
+ itemPriceForBuyer: number;
23
+ /** 배송비 포함 구매자 가격 */
24
+ itemPriceForBuyerWithShippingFee: number;
25
+ /** 배송비 + 쿠폰할인 포함 구매자 가격 */
26
+ itemPriceForBuyerWithShippingFeeAndCouponDiscount?: number;
21
27
  }
22
28
  export interface GetStoreItemsForExpectGroupCreateResult {
23
29
  items: GetStoreItemsForExpectGroupCreateResultItem[];