tencentcloud-sdk-nodejs-cdwdoris 4.1.46 → 4.1.48

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.46",
3
+ "version": "4.1.48",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1349,8 +1349,13 @@ export interface CreateInstanceNewRequest {
1349
1349
  SSCCU?: number;
1350
1350
  /**
1351
1351
  * 缓存盘大小
1352
+ * @deprecated
1352
1353
  */
1353
1354
  CacheDiskSize?: string;
1355
+ /**
1356
+ * 缓存盘大小
1357
+ */
1358
+ CacheDataDiskSize?: number;
1354
1359
  }
1355
1360
  /**
1356
1361
  * UpdateCoolDown请求参数结构体