@yolo-croket-dev/amqp-access 0.4.117 → 0.4.118

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.
@@ -102,6 +102,8 @@ export declare class SellerTransactionHistory {
102
102
  partialRefundProcess?: string;
103
103
  /** 정산 완료 금액 */
104
104
  proceeds?: number;
105
+ /** 옵션 변경 여부 */
106
+ isPOptionChanged?: boolean;
105
107
  }
106
108
  export declare class SearchSellerTransactionHistoryByProcessResult {
107
109
  sellerTransactionHistories: SellerTransactionHistory[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.117",
3
+ "version": "0.4.118",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",