tencentcloud-sdk-nodejs-tione 4.1.247 → 4.1.251

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.247",
3
+ "version": "4.1.251",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2,6 +2,10 @@
2
2
  * CreateModelService请求参数结构体
3
3
  */
4
4
  export interface CreateModelServiceRequest {
5
+ /**
6
+ * <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
7
+ */
8
+ TiProjectId?: string;
5
9
  /**
6
10
  * <p>新增版本时需要填写</p>
7
11
  */