@be-link/ecommerce-client-backend-service-node-sdk 0.1.22 → 0.1.23

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.
Files changed (3) hide show
  1. package/enum.d.ts +2 -1
  2. package/enum.js +1 -0
  3. package/package.json +1 -1
package/enum.d.ts CHANGED
@@ -229,7 +229,8 @@ export declare namespace ENUM {
229
229
  * 队列
230
230
  */
231
231
  enum QUEUE {
232
- TotalDuration = "total-duration"
232
+ TotalDuration = "total-duration",
233
+ TaskDuration = "task-duration"
233
234
  }
234
235
  }
235
236
  /**
package/enum.js CHANGED
@@ -261,6 +261,7 @@ var ENUM;
261
261
  let QUEUE;
262
262
  (function (QUEUE) {
263
263
  QUEUE["TotalDuration"] = "total-duration";
264
+ QUEUE["TaskDuration"] = "task-duration";
264
265
  })(QUEUE = MQ.QUEUE || (MQ.QUEUE = {}));
265
266
  })(MQ = ENUM.MQ || (ENUM.MQ = {}));
266
267
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-client-backend-service-node-sdk",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "EcommerceClientBackendService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",