@be-link/ecommerce-trade-service-node-sdk 0.1.151 → 0.1.153
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.
|
@@ -1273,12 +1273,8 @@ export declare namespace PosOrderQueryService {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
/** B 端门店订单数量统计(仅 ecommerceDepositCount 有值,与列表同筛选;余者为 null) */
|
|
1275
1275
|
interface IQueryStoreOrderListCount {
|
|
1276
|
-
/** 文档占位,默认 null */
|
|
1277
|
-
travelDepositCount: number | null;
|
|
1278
1276
|
/** 当前筛选条件下的订单总数(与 query-store-order-list 的 total 口径一致) */
|
|
1279
1277
|
ecommerceDepositCount: number;
|
|
1280
|
-
/** 文档占位,默认 null */
|
|
1281
|
-
travelFullPaymentCount: number | null;
|
|
1282
1278
|
}
|
|
1283
1279
|
}
|
|
1284
1280
|
interface QueryController {
|
|
@@ -384,6 +384,10 @@ export declare namespace RosOrderQueryService {
|
|
|
384
384
|
reverseOrderStatus: ENUM.ReverseOrderStatus;
|
|
385
385
|
/** 退款金额(分) */
|
|
386
386
|
refundAmount: number;
|
|
387
|
+
/**
|
|
388
|
+
* 逆向单表快照:创建该逆向单时 TradeOrder.remainAmount(分)
|
|
389
|
+
*/
|
|
390
|
+
remainAmount: number;
|
|
387
391
|
/** 退款积分数 */
|
|
388
392
|
refundPoints: number;
|
|
389
393
|
/** 退款优惠券信息(数组类型) */
|