@be-link/ecommerce-promotion-service-node-sdk 0.1.41 → 0.1.42

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.
@@ -239,8 +239,15 @@ export declare namespace Service {
239
239
  discountAmount: number;
240
240
  endtime: number;
241
241
  }[];
242
- /** 选中券码集合(订单侧使用,包含单品券+订单券的券码) */
243
- selectedCouponCodes: string[];
242
+ /** 选中券信息集合(订单侧使用,包含单品券+订单券) */
243
+ selectedCouponCodes: {
244
+ couponId: string;
245
+ couponName: string;
246
+ couponCode: string;
247
+ discountAmount: number;
248
+ endtime: number;
249
+ couponType: ENUM.PRICING_CALCULATION_ENUM.COUPON_TYPE;
250
+ }[];
244
251
  /** 可用单品券模版ID列表 */
245
252
  availableItemCouponTemplates: string[];
246
253
  /** 订单券可用性信息 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",