@be-link/ecommerce-promotion-service-node-sdk 0.0.27 → 0.0.28

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.
@@ -67,7 +67,7 @@ export declare namespace Service {
67
67
  activityId: string;
68
68
  /** 券数量 */
69
69
  quantity?: number;
70
- /** 业务编号 */
70
+ /** 业务编号:唯一标识 */
71
71
  bizNo: string;
72
72
  }
73
73
  /** 会员等级积分发放 */
@@ -8,8 +8,6 @@ export declare namespace Service {
8
8
  couponType: ENUM.COUPON_ENUM.COUPON_TYPE;
9
9
  status: ENUM.COUPON_ENUM.COUPON_STATUS;
10
10
  originalQty: number;
11
- lastQty: number;
12
- stockQty: number;
13
11
  instructions: string;
14
12
  lifeCycle: CouponLifeCycle;
15
13
  usageLimit: CouponUsageLimit;
@@ -30,7 +30,10 @@ export declare namespace Service {
30
30
  sortOrder: number;
31
31
  productName: string;
32
32
  productId: string;
33
- skuSpecs: string[];
33
+ skuSpecs: {
34
+ attrName: string;
35
+ attrValue: string;
36
+ }[];
34
37
  salePrice: number;
35
38
  online: number;
36
39
  enabled: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",