@yolo-croket-dev/amqp-access 0.7.113 → 0.7.114

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.
@@ -127,6 +127,8 @@ export declare class SellerTransactionHistory {
127
127
  splitDeliveryDataList?: SplitDeliveryData[];
128
128
  /** 남은 출고 수량 */
129
129
  remainingShipQuantity?: number;
130
+ /** 배송준비중에서 배송정보 변경됨 */
131
+ isReceiveInfoChangedInBeforeDelivery?: boolean;
130
132
  }
131
133
  export declare class SearchSellerTransactionHistoryByProcessResult {
132
134
  sellerTransactionHistories: SellerTransactionHistory[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.113",
3
+ "version": "0.7.114",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",