@be-link/ecommerce-trade-service-node-sdk 0.1.152 → 0.1.154

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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.152",
3
+ "version": "0.1.154",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/types.d.ts CHANGED
@@ -224,6 +224,8 @@ export interface ITradeReverseOrder {
224
224
  arrivalStatus: ENUM.ReverseArrivalStatus;
225
225
  refundType: ENUM.ReverseRefundType;
226
226
  refundWay: ENUM.ReverseRefundWay;
227
+ /** 记损类型:记损门店、不记损、记损待定、未知 */
228
+ lossDamageType?: ENUM.LossDamageType;
227
229
  reason: string;
228
230
  comment: string;
229
231
  refundAt: number;