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

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.
@@ -331,7 +331,7 @@ export declare namespace Service {
331
331
  /** 券生命周期 */
332
332
  lifeCycle: Entity.CouponLifeCycle;
333
333
  /** 使用限制 */
334
- usageLimit: Entity.CouponUsageLimit;
334
+ usageLimit?: Entity.CouponUsageLimit;
335
335
  /** 领取限制列表 */
336
336
  receiveLimits?: Array<{
337
337
  /** 限制维度 */
@@ -145,6 +145,8 @@ export declare namespace Service {
145
145
  interface calculateOrderPrice {
146
146
  /** 本单最多可用积分 */
147
147
  maxUsablePoints: number;
148
+ /** 用户可用积分数量 */
149
+ userAvailablePoints: number;
148
150
  /** 价格计算结果 */
149
151
  priceResult?: {
150
152
  /** 订单原价(分) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",