@be-link/ecommerce-promotion-service-node-sdk 0.1.23 → 0.1.24

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.
@@ -143,6 +143,10 @@ export declare namespace Service {
143
143
  bizId: string;
144
144
  /** 操作人ID */
145
145
  operatorId: string;
146
+ /** 开始时间 */
147
+ startTime?: number;
148
+ /** 结束时间 */
149
+ endTime?: number;
146
150
  }
147
151
  /** 批量发放券 */
148
152
  interface batchIssueCoupon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",