@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.
package/order-server/dto/purchasedinfos/query/search-seller-transaction-history-by-process.dto.d.ts
CHANGED
|
@@ -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[];
|