@be-link/ecommerce-promotion-service-node-sdk 0.1.56 → 0.1.57

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.
@@ -86,6 +86,8 @@ export declare namespace Service {
86
86
  userId: string;
87
87
  /** 逆向单号(退款单号) */
88
88
  reverseOrderId: string;
89
+ /** 触发回收时交易侧感知的券状态(需与用户侧实时状态一致) */
90
+ couponStatus: string;
89
91
  }
90
92
  /** 查询用户所属福利官 */
91
93
  interface listBenefitOfficers {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",