tencentcloud-sdk-nodejs-ai3d 4.1.175 → 4.1.177

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-ai3d",
3
- "version": "4.1.175",
3
+ "version": "4.1.177",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -566,6 +566,10 @@ export interface SubmitHunyuan3DPartJobRequest {
566
566
  * 需进行组件生成的3D模型文件,仅支持FBX格式。
567
567
  */
568
568
  File?: InputFile3D;
569
+ /**
570
+ * 组件生成模型版本,默认为1.0,可选项:1.0,1.5;
571
+ */
572
+ Model?: string;
569
573
  }
570
574
  /**
571
575
  * SubmitHunyuanTo3DProJob返回参数结构体