tencentcloud-sdk-nodejs-cdwdoris 4.1.48 → 4.1.62

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-cdwdoris",
3
- "version": "4.1.48",
3
+ "version": "4.1.62",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -635,7 +635,7 @@ export interface ZoneInfo {
635
635
  */
636
636
  ZoneId?: number;
637
637
  /**
638
- * Encryptid
638
+ * Encrypted
639
639
  */
640
640
  Encrypt?: number;
641
641
  /**
@@ -2797,7 +2797,7 @@ export interface BackupStatus {
2797
2797
  */
2798
2798
  BackupJobId?: number;
2799
2799
  /**
2800
- * 实例对应snapshoit的id
2800
+ * 实例对应Snapshot的id
2801
2801
  */
2802
2802
  TaskId?: number;
2803
2803
  }