tencentcloud-sdk-nodejs-tione 4.1.75 → 4.1.79

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-tione",
3
- "version": "4.1.75",
3
+ "version": "4.1.79",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1481,6 +1481,10 @@ export interface ModifyModelServiceRequest {
1481
1481
  * sidecar配置
1482
1482
  */
1483
1483
  Sidecar?: SidecarSpec;
1484
+ /**
1485
+ * 资源组 id
1486
+ */
1487
+ ResourceGroupId?: string;
1484
1488
  }
1485
1489
  /**
1486
1490
  * ChatCompletion请求参数结构体