@yolo-croket-dev/amqp-access 0.0.202-jun.11 → 0.0.202-jun.12

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,4 +1,3 @@
1
- import { CustomItemInfoEntity } from '@yolo-croket-dev/entity-v2/store-item/custom-store-item.entity';
2
1
  import { SearchedItemInfoForSaleInfo, SearchedSellerInfoForSaleInfo } from './get-item-sale-infos-for-sales-team-by-atlas.dto';
3
2
  export declare class GetItemSaleMergeDataForSalesTeamByAtlasPayload {
4
3
  itemIds: string[];
@@ -9,7 +8,7 @@ export declare class GetItemSaleMergeDataForSalesTeamByAtlasPayload {
9
8
  export declare class GetItemSaleMergeDataForSalesTeamByAtlasResult {
10
9
  datas: ItemSaleInfoForSaleTeam[];
11
10
  }
12
- declare class CustomItemInfoForItemSale implements CustomItemInfoEntity {
11
+ declare class CustomItemInfoForItemSale {
13
12
  _id: string;
14
13
  allBasePrice: number;
15
14
  allCouponPrice: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.202-jun.11",
3
+ "version": "0.0.202-jun.12",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",