@be-link/ecommerce-promotion-service-node-sdk 0.1.5 → 0.1.6

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.
@@ -220,6 +220,8 @@ export declare namespace Service {
220
220
  couponType?: ENUM.COUPON_ENUM.COUPON_TYPE;
221
221
  /** 券状态 */
222
222
  status?: ENUM.COUPON_ENUM.COUPON_STATUS;
223
+ /** 库存 */
224
+ stock?: number;
223
225
  }
224
226
  /** 增加券库存 */
225
227
  interface addCouponStock {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",