tencentcloud-sdk-nodejs-bh 4.1.53 → 4.1.64

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-bh",
3
- "version": "4.1.53",
3
+ "version": "4.1.64",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -330,6 +330,10 @@ export interface ChangePwdTaskInfo {
330
330
  * 下次执行时间
331
331
  */
332
332
  NextTime?: string;
333
+ /**
334
+ * 上次执行时间
335
+ */
336
+ LastTime?: string;
333
337
  }
334
338
  /**
335
339
  * CreateChangePwdTask返回参数结构体