@be-link/ecommerce-trade-service-node-sdk 0.0.61 → 0.0.63

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.
@@ -472,7 +472,7 @@ export declare namespace PosOrderQueryService {
472
472
  };
473
473
  };
474
474
  /** 任务活动信息 */
475
- taskActivity: {
475
+ taskActivity?: {
476
476
  /** 过期时间 */
477
477
  expirationTime: number;
478
478
  /** 优惠券列表 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.0.61",
3
+ "version": "0.0.63",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",