@yolo-croket-dev/amqp-access 0.0.204 → 0.0.205

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.
@@ -8,6 +8,10 @@ export declare class GetItemSaleMergeDataForSalesTeamByAtlasPayload {
8
8
  export declare class GetItemSaleMergeDataForSalesTeamByAtlasResult {
9
9
  datas: ItemSaleInfoForSaleTeam[];
10
10
  }
11
+ declare class AllPOption {
12
+ name: string;
13
+ pNums: number;
14
+ }
11
15
  export declare class CustomItemInfoForItemSale {
12
16
  _id: string;
13
17
  clickNumsBefore1day: number;
@@ -18,6 +22,7 @@ export declare class CustomItemInfoForItemSale {
18
22
  allCouponPrice: number;
19
23
  allUsedCredit: number;
20
24
  allOptionNums: number;
25
+ allPOption: AllPOption[];
21
26
  }
22
27
  export declare class ItemSaleInfoForSaleTeam {
23
28
  itemId: string;
@@ -26,3 +31,4 @@ export declare class ItemSaleInfoForSaleTeam {
26
31
  searchedSellerInfo: SearchedSellerInfoForSaleInfo;
27
32
  searchedStoreForSaleInfo: SearchedStoreForSaleInfo;
28
33
  }
34
+ export {};
@@ -38,6 +38,8 @@ __decorate([
38
38
  class GetItemSaleMergeDataForSalesTeamByAtlasResult {
39
39
  }
40
40
  exports.GetItemSaleMergeDataForSalesTeamByAtlasResult = GetItemSaleMergeDataForSalesTeamByAtlasResult;
41
+ class AllPOption {
42
+ }
41
43
  class CustomItemInfoForItemSale {
42
44
  }
43
45
  exports.CustomItemInfoForItemSale = CustomItemInfoForItemSale;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.204",
3
+ "version": "0.0.205",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",