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

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
  /** 限制维度 */
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.31",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",