@yolo-croket-dev/amqp-access 0.7.278 → 0.7.279

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.
@@ -20,6 +20,7 @@ export declare enum GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum {
20
20
  BUYER_ID = "BUYER_ID",
21
21
  ITEM_ID = "ITEM_ID",
22
22
  ITEM_NAME = "ITEM_NAME",
23
+ REFUND_WAITING_MEMO = "REFUND_WAITING_MEMO",
23
24
  TRANSFERRED_SELLER_ID = "TRANSFERRED_SELLER_ID"
24
25
  }
25
26
  /** @description 관리자 환불 대기 목록의 정렬 기준 */
@@ -36,6 +36,7 @@ var GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum;
36
36
  GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["BUYER_ID"] = "BUYER_ID";
37
37
  GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["ITEM_ID"] = "ITEM_ID";
38
38
  GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["ITEM_NAME"] = "ITEM_NAME";
39
+ GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["REFUND_WAITING_MEMO"] = "REFUND_WAITING_MEMO";
39
40
  GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum["TRANSFERRED_SELLER_ID"] = "TRANSFERRED_SELLER_ID";
40
41
  })(GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum || (exports.GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum = GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum = {}));
41
42
  /** @description 관리자 환불 대기 목록의 정렬 기준 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.278",
3
+ "version": "0.7.279",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",