tencentcloud-sdk-nodejs-batch 4.1.145 → 4.1.186

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-batch",
3
- "version": "4.1.145",
3
+ "version": "4.1.186",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1847,7 +1847,7 @@ export interface ModifyComputeEnvResponse {
1847
1847
  RequestId?: string;
1848
1848
  }
1849
1849
  /**
1850
- * 描述了实例的抽象位置,包括其所在的可用区,所属的项目,宿主机(仅专用宿主机产品可用),母机IP
1850
+ * 描述了实例的抽象位置,包括其所在的可用区,所属的项目,宿主机(仅专用宿主机产品可用),母机IP,专有预扣资源等
1851
1851
  */
1852
1852
  export interface Placement {
1853
1853
  /**