@be-link/ecommerce-trade-service-node-sdk 0.1.54 → 0.1.55

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.
@@ -312,6 +312,7 @@ export declare namespace PosOrderQueryService {
312
312
  };
313
313
  user: {
314
314
  userId: string;
315
+ unionId: string;
315
316
  memberLevel?: string;
316
317
  receiverName: string;
317
318
  receiverPhone: string;
@@ -326,6 +327,7 @@ export declare namespace PosOrderQueryService {
326
327
  };
327
328
  userDetail: {
328
329
  userId: string;
330
+ unionId: string;
329
331
  memberLevel?: string;
330
332
  receiverName: string;
331
333
  receiverPhone: 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.54",
3
+ "version": "0.1.55",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",