tencentcloud-sdk-nodejs-ai3d 4.1.73 → 4.1.74

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.73",
3
+ "version": "4.1.74",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -39,7 +39,7 @@ export interface SubmitHunyuanTo3DJobResponse {
39
39
  */
40
40
  export interface File3D {
41
41
  /**
42
- * 3D文件的格式。取值范围:OBJ
42
+ * 文件格式
43
43
  */
44
44
  Type?: string;
45
45
  /**