@yolo-croket-dev/amqp-access 0.5.168 → 0.5.169

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.5.168",
3
+ "version": "0.5.169",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -11,7 +11,7 @@ export declare class GetLegacyItemReviewsPayload {
11
11
  export declare class getLegacyItemReviewsResult {
12
12
  maxPage: number;
13
13
  itemReviewAllNums: number;
14
- itemReviewList: ItemReviewInfo[];
14
+ itemReviewList: LegacyItemReviewInfo[];
15
15
  }
16
16
  /** 셀러 답글 정보 인터페이스 */
17
17
  export interface SellerAnswerInfo {
@@ -19,13 +19,13 @@ export interface SellerAnswerInfo {
19
19
  sellerAnswerDate: Date;
20
20
  }
21
21
  /** 옵션 정보 인터페이스 */
22
- export interface ItemReviewInfoPOptionInfo {
22
+ export interface LegacyItemReviewInfoPOptionInfo {
23
23
  optionName: string;
24
24
  }
25
25
  /** 상품 리뷰 정보 인터페이스 */
26
- export interface ItemReviewInfo {
26
+ export interface LegacyItemReviewInfo {
27
27
  itemName: string;
28
- pOptionList: ItemReviewInfoPOptionInfo[];
28
+ pOptionList: LegacyItemReviewInfoPOptionInfo[];
29
29
  deliveryPreparationPeriod: number;
30
30
  categoryItemReviewTextList: string[];
31
31
  reviewText: string;