@be-link/ecommerce-trade-service-node-sdk 0.1.50 → 0.1.51

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.
@@ -167,8 +167,7 @@ export declare namespace PosOrderQueryService {
167
167
  /** 商品ID */
168
168
  productId: string;
169
169
  }
170
- interface IExportOrderData extends IOrderList {
171
- }
170
+ type IExportOrderData = IOrderList;
172
171
  interface IExportOrderDataByIds {
173
172
  /** 订单IDs */
174
173
  orderIds: string[];
@@ -182,6 +181,7 @@ export declare namespace PosOrderQueryService {
182
181
  createdAt: number;
183
182
  /** 支付时间 */
184
183
  payTime?: number;
184
+ userId: string;
185
185
  source: ENUM.OrderSource;
186
186
  platform: ENUM.OrderPlatform;
187
187
  productId: 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.50",
3
+ "version": "0.1.51",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",