@yolo-croket-dev/amqp-access 0.7.250 → 0.7.251
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.
|
|
3
|
+
"version": "0.7.251",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nestjs/mapped-types": "2.0.2",
|
|
22
22
|
"@yolo-croket-dev/core": "^1.9.3",
|
|
23
23
|
"@yolo-croket-dev/domain": "0.2.40",
|
|
24
|
-
"@yolo-croket-dev/dto-v2": "0.2.
|
|
24
|
+
"@yolo-croket-dev/dto-v2": "0.2.23",
|
|
25
25
|
"@yolo-croket-dev/entity": "0.2.98",
|
|
26
26
|
"@yolo-croket-dev/entity-v2": "0.3.14",
|
|
27
27
|
"class-transformer": "^0.5.1",
|
|
@@ -18,7 +18,7 @@ export declare class GetStoreItemsForProductFeedPayload {
|
|
|
18
18
|
paginationToken?: string;
|
|
19
19
|
limit: number;
|
|
20
20
|
}
|
|
21
|
-
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 (메타에서만 사용)
|
|
21
|
+
export interface GetStoreItemsForProductFeedItem extends Pick<StoreItem, '_id' | 'isSelling' | 'isDelete' | 'itemPriceForBuyer' | 'itemPrice' | 'itemPriceForBuyerWithShippingFee' | 'itemName' | 'remainCount' | 'contents' | 'itemImg' | 'mainCategory' | 'subCategory' | 'sellingInfo' | 'brandInfo' | 'storeId' | 'sellerId' | 'itemType' | 'storeItemGroupId' | // item_group_id (메타에서만 사용)
|
|
22
22
|
'optionInfo'> {
|
|
23
23
|
}
|
|
24
24
|
export declare class GetStoreItemsForProductFeedResult {
|
package/store-item-server/dto/store-item/query/search-store-items-for-enuri-summary-ep.dto.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export interface SearchStoreItemsForEnuriSummaryEpNaverFeed {
|
|
|
22
22
|
customItemName?: string;
|
|
23
23
|
editEventWords?: string;
|
|
24
24
|
}
|
|
25
|
-
export interface SearchStoreItemsForEnuriSummaryEpItem extends Pick<StoreItem, '_id' | 'regDate' | 'lastModifyDate' | 'isSelling' | 'isDelete' | 'remainCount' | 'sellingInfo' | 'reservationInfo' | 'sortInfo' | 'itemImg' | 'optionInfo' | 'sellerId' | 'nation' | 'storeId' | 'itemName' | 'itemPrice' | 'itemPriceForBuyer' | 'mainCategory' | 'subCategory' | 'itemNameKeyForNaver' | 'adultItemInfo' | 'contents' | 'selectionInfos' | 'brandInfo' | 'isSecret' | 'isSabang' | 'regularPrice' | 'isNaverEnabled' | 'integrationSortInfo'> {
|
|
25
|
+
export interface SearchStoreItemsForEnuriSummaryEpItem extends Pick<StoreItem, '_id' | 'regDate' | 'lastModifyDate' | 'isSelling' | 'isDelete' | 'remainCount' | 'sellingInfo' | 'reservationInfo' | 'sortInfo' | 'itemImg' | 'optionInfo' | 'sellerId' | 'nation' | 'storeId' | 'itemName' | 'itemPrice' | 'itemPriceForBuyer' | 'mainCategory' | 'subCategory' | 'itemNameKeyForNaver' | 'adultItemInfo' | 'contents' | 'selectionInfos' | 'brandInfo' | 'isSecret' | 'isSabang' | 'regularPrice' | 'itemType' | 'isNaverEnabled' | 'integrationSortInfo'> {
|
|
26
26
|
store?: {
|
|
27
27
|
_id: string;
|
|
28
28
|
avgRating: number;
|