@yolo-croket-dev/amqp-access 0.6.80-sj2 → 0.6.80-sj3

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.6.80-sj2",
3
+ "version": "0.6.80-sj3",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -10,7 +10,8 @@ export declare class GetStoreItemsForProductFeedPayload {
10
10
  paginationToken?: string;
11
11
  limit: number;
12
12
  }
13
- export interface GetStoreItemsForProductFeedItem extends Pick<StoreItem, '_id' | 'isSelling' | 'isDelete' | 'itemPriceForBuyer' | 'itemPrice' | 'itemPriceForBuyerWithShippingFee' | 'itemName' | 'remainCount' | 'contents' | 'itemImg' | 'mainCategory' | 'subCategory' | 'sellingInfo' | 'brandInfo' | 'storeId' | 'sellerId' | 'storeItemGroupId'> {
13
+ export interface GetStoreItemsForProductFeedItem extends Pick<StoreItem, '_id' | 'isSelling' | 'isDelete' | 'itemPriceForBuyer' | 'itemPrice' | 'itemPriceForBuyerWithShippingFee' | 'itemName' | 'remainCount' | 'contents' | 'itemImg' | 'mainCategory' | 'subCategory' | 'sellingInfo' | 'brandInfo' | 'storeId' | 'sellerId' | 'storeItemGroupId' | // item_group_id (메타에서만 사용)
14
+ 'optionInfo'> {
14
15
  }
15
16
  export declare class GetStoreItemsForProductFeedResult {
16
17
  /** 전체 페이지 수 (첫 페이지 조회 시에만 반환) */