@be-link/ecommerce-promotion-service-node-sdk 0.0.29 → 0.0.30

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.
@@ -65,8 +65,6 @@ export declare namespace Service {
65
65
  couponId: string;
66
66
  /** 活动ID(业务ID) */
67
67
  activityId: string;
68
- /** 券数量 */
69
- quantity?: number;
70
68
  /** 业务编号:唯一标识 */
71
69
  bizNo: string;
72
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",