@be-link/ecommerce-trade-service-node-sdk 0.1.150 → 0.1.151

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.
@@ -1255,8 +1255,8 @@ export declare namespace PosOrderQueryService {
1255
1255
  /** B 端门店订单列表(酒旅虚拟品) */
1256
1256
  interface IStoreOrderCard {
1257
1257
  orderId: string;
1258
- /** 订单状态(与文档一致为数组) */
1259
- orderStatus: string[];
1258
+ /** 订单状态(单值) */
1259
+ orderStatus: ENUM.OrderStatus;
1260
1260
  productImage: string;
1261
1261
  /** 渠道标签,对应 OrderSource */
1262
1262
  channelTag: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.150",
3
+ "version": "0.1.151",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",