@be-link/ecommerce-promotion-service-node-sdk 0.1.27 → 0.1.29

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.
@@ -185,6 +185,8 @@ export declare namespace Service {
185
185
  interface getConsumptionThresholdInfo {
186
186
  /** 是否需要校验消费门槛 */
187
187
  needValidation: boolean;
188
+ /** 消费天数 */
189
+ consumptionPeriodDays: number;
188
190
  /** 消费金额(单位:分,不需要校验返回-1) */
189
191
  consumptionAmount: number;
190
192
  /** 门槛金额(单位:分,不需要校验返回-1) */
@@ -176,6 +176,8 @@ export declare namespace Service {
176
176
  status: ENUM.TASK_ENUM.TASK_STATUS;
177
177
  /** 任务状态中文 */
178
178
  statusChinese: string;
179
+ /** 创建原因 */
180
+ reason: string;
179
181
  }
180
182
  /** 失败名单项 */
181
183
  interface FailureListItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",