tencentcloud-sdk-nodejs 4.1.115 → 4.1.116

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.
Files changed (118) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ai3d/v20250513/ai3d_client.js +6 -0
  3. package/es/services/ams/index.js +2 -2
  4. package/es/services/btoe/index.js +2 -2
  5. package/es/services/cloudapp/v20220530/cloudapp_client.js +3 -0
  6. package/es/services/cls/v20201016/cls_client.js +9 -0
  7. package/es/services/dbbrain/index.js +2 -2
  8. package/es/services/ims/index.js +2 -2
  9. package/es/services/index.js +1 -0
  10. package/es/services/iotcloud/index.js +2 -2
  11. package/es/services/iotvideo/index.js +2 -2
  12. package/es/services/irp/index.js +2 -2
  13. package/es/services/lighthouse/v20200324/lighthouse_client.js +3 -0
  14. package/es/services/lowcode/v20210108/lowcode_client.js +13 -4
  15. package/es/services/mongodb/index.js +2 -2
  16. package/es/services/organization/index.js +2 -2
  17. package/es/services/tdai/index.js +4 -0
  18. package/es/services/tdai/v20250717/index.js +6 -0
  19. package/es/services/tdai/v20250717/tdai_client.js +60 -0
  20. package/es/services/tdai/v20250717/tdai_models.js +0 -0
  21. package/es/services/tem/index.js +2 -2
  22. package/es/services/teo/index.js +2 -2
  23. package/es/services/teo/v20220901/teo_client.js +3 -0
  24. package/es/services/thpc/index.js +2 -2
  25. package/es/services/tke/index.js +2 -2
  26. package/es/services/tms/index.js +2 -2
  27. package/es/services/vm/index.js +2 -2
  28. package/es/services/vod/index.js +2 -2
  29. package/package.json +1 -1
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/ai3d/v20250513/ai3d_client.d.ts +11 -1
  33. package/tencentcloud/services/ai3d/v20250513/ai3d_client.js +14 -0
  34. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +110 -9
  35. package/tencentcloud/services/ams/index.d.ts +4 -4
  36. package/tencentcloud/services/ams/index.js +2 -2
  37. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  38. package/tencentcloud/services/btoe/index.d.ts +4 -4
  39. package/tencentcloud/services/btoe/index.js +2 -2
  40. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +4 -0
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -67
  42. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -0
  43. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +28 -13
  44. package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.d.ts +118 -1
  45. package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.js +119 -0
  46. package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +54 -16
  47. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +13 -1
  48. package/tencentcloud/services/cls/v20201016/cls_client.js +18 -0
  49. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +245 -81
  50. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  51. package/tencentcloud/services/dbbrain/index.js +2 -2
  52. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +8 -7
  53. package/tencentcloud/services/es/v20250101/es_models.d.ts +42 -0
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +63 -5
  55. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +6 -8
  56. package/tencentcloud/services/igtm/v20231024/igtm_models.d.ts +2 -2
  57. package/tencentcloud/services/ims/index.d.ts +4 -4
  58. package/tencentcloud/services/ims/index.js +2 -2
  59. package/tencentcloud/services/index.d.ts +1 -0
  60. package/tencentcloud/services/index.js +2 -0
  61. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  62. package/tencentcloud/services/iotcloud/index.js +2 -2
  63. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +8 -1
  64. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  65. package/tencentcloud/services/iotvideo/index.js +2 -2
  66. package/tencentcloud/services/irp/index.d.ts +4 -4
  67. package/tencentcloud/services/irp/index.js +2 -2
  68. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +6 -2
  69. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +7 -1
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +137 -47
  71. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
  72. package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +17 -5
  73. package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +24 -6
  74. package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +646 -41
  75. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  76. package/tencentcloud/services/mongodb/index.js +2 -2
  77. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -1
  78. package/tencentcloud/services/mps/v20190612/mps_client.js +5 -1
  79. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +476 -11
  80. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  81. package/tencentcloud/services/organization/index.d.ts +4 -4
  82. package/tencentcloud/services/organization/index.js +2 -2
  83. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
  84. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
  85. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +2 -1
  86. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +151 -126
  87. package/tencentcloud/services/tdai/index.d.ts +6 -0
  88. package/tencentcloud/services/tdai/index.js +7 -0
  89. package/tencentcloud/services/tdai/v20250717/index.d.ts +6 -0
  90. package/tencentcloud/services/tdai/v20250717/index.js +10 -0
  91. package/tencentcloud/services/tdai/v20250717/tdai_client.d.ts +82 -0
  92. package/tencentcloud/services/tdai/v20250717/tdai_client.js +139 -0
  93. package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +877 -0
  94. package/tencentcloud/services/tdai/v20250717/tdai_models.js +18 -0
  95. package/tencentcloud/services/tem/index.d.ts +4 -4
  96. package/tencentcloud/services/tem/index.js +2 -2
  97. package/tencentcloud/services/teo/index.d.ts +4 -4
  98. package/tencentcloud/services/teo/index.js +2 -2
  99. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
  100. package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
  101. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +101 -40
  102. package/tencentcloud/services/thpc/index.d.ts +4 -4
  103. package/tencentcloud/services/thpc/index.js +2 -2
  104. package/tencentcloud/services/tke/index.d.ts +4 -4
  105. package/tencentcloud/services/tke/index.js +2 -2
  106. package/tencentcloud/services/tms/index.d.ts +4 -4
  107. package/tencentcloud/services/tms/index.js +2 -2
  108. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +2 -2
  109. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
  110. package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
  111. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
  112. package/tencentcloud/services/vm/index.d.ts +4 -4
  113. package/tencentcloud/services/vm/index.js +2 -2
  114. package/tencentcloud/services/vod/index.d.ts +4 -4
  115. package/tencentcloud/services/vod/index.js +2 -2
  116. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -11
  117. package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +2 -2
  118. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +3 -5
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.115";
1
+ export const sdkVersion = "4.1.116";
@@ -3,6 +3,12 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("ai3d.tencentcloudapi.com", "2025-05-13", clientConfig);
5
5
  }
6
+ async SubmitHunyuanTo3DProJob(req, cb) {
7
+ return this.request("SubmitHunyuanTo3DProJob", req, cb);
8
+ }
9
+ async QueryHunyuanTo3DProJob(req, cb) {
10
+ return this.request("QueryHunyuanTo3DProJob", req, cb);
11
+ }
6
12
  async SubmitHunyuanTo3DJob(req, cb) {
7
13
  return this.request("SubmitHunyuanTo3DJob", req, cb);
8
14
  }
@@ -1,6 +1,6 @@
1
- import { v20201229 } from "./v20201229";
2
1
  import { v20200608 } from "./v20200608";
2
+ import { v20201229 } from "./v20201229";
3
3
  export const ams = {
4
- v20201229: v20201229,
5
4
  v20200608: v20200608,
5
+ v20201229: v20201229,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210514 } from "./v20210514";
2
1
  import { v20210303 } from "./v20210303";
2
+ import { v20210514 } from "./v20210514";
3
3
  export const btoe = {
4
- v20210514: v20210514,
5
4
  v20210303: v20210303,
5
+ v20210514: v20210514,
6
6
  };
@@ -6,4 +6,7 @@ export class Client extends AbstractClient {
6
6
  async VerifyLicense(req, cb) {
7
7
  return this.request("VerifyLicense", req, cb);
8
8
  }
9
+ async DescribeLicense(req, cb) {
10
+ return this.request("DescribeLicense", req, cb);
11
+ }
9
12
  }
@@ -117,6 +117,9 @@ export class Client extends AbstractClient {
117
117
  async DeleteCosRecharge(req, cb) {
118
118
  return this.request("DeleteCosRecharge", req, cb);
119
119
  }
120
+ async DescribeKafkaConsumerGroupList(req, cb) {
121
+ return this.request("DescribeKafkaConsumerGroupList", req, cb);
122
+ }
120
123
  async DescribeKafkaRecharges(req, cb) {
121
124
  return this.request("DescribeKafkaRecharges", req, cb);
122
125
  }
@@ -294,9 +297,15 @@ export class Client extends AbstractClient {
294
297
  async DescribeShippers(req, cb) {
295
298
  return this.request("DescribeShippers", req, cb);
296
299
  }
300
+ async ModifyKafkaConsumerGroupOffset(req, cb) {
301
+ return this.request("ModifyKafkaConsumerGroupOffset", req, cb);
302
+ }
297
303
  async ModifyConsoleSharing(req, cb) {
298
304
  return this.request("ModifyConsoleSharing", req, cb);
299
305
  }
306
+ async DescribeKafkaConsumerGroupDetail(req, cb) {
307
+ return this.request("DescribeKafkaConsumerGroupDetail", req, cb);
308
+ }
300
309
  async DescribeDashboards(req, cb) {
301
310
  return this.request("DescribeDashboards", req, cb);
302
311
  }
@@ -1,6 +1,6 @@
1
- import { v20191016 } from "./v20191016";
2
1
  import { v20210527 } from "./v20210527";
2
+ import { v20191016 } from "./v20191016";
3
3
  export const dbbrain = {
4
- v20191016: v20191016,
5
4
  v20210527: v20210527,
5
+ v20191016: v20191016,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20201229 } from "./v20201229";
2
1
  import { v20200713 } from "./v20200713";
2
+ import { v20201229 } from "./v20201229";
3
3
  export const ims = {
4
- v20201229: v20201229,
5
4
  v20200713: v20200713,
5
+ v20201229: v20201229,
6
6
  };
@@ -193,6 +193,7 @@ export { tchd } from "./tchd";
193
193
  export { tcm } from "./tcm";
194
194
  export { tcr } from "./tcr";
195
195
  export { tcss } from "./tcss";
196
+ export { tdai } from "./tdai";
196
197
  export { tdcpg } from "./tdcpg";
197
198
  export { tdid } from "./tdid";
198
199
  export { tdmq } from "./tdmq";
@@ -1,6 +1,6 @@
1
- import { v20210408 } from "./v20210408";
2
1
  import { v20180614 } from "./v20180614";
2
+ import { v20210408 } from "./v20210408";
3
3
  export const iotcloud = {
4
- v20210408: v20210408,
5
4
  v20180614: v20180614,
5
+ v20210408: v20210408,
6
6
  };
@@ -1,8 +1,8 @@
1
1
  import { v20201215 } from "./v20201215";
2
- import { v20211125 } from "./v20211125";
3
2
  import { v20191126 } from "./v20191126";
3
+ import { v20211125 } from "./v20211125";
4
4
  export const iotvideo = {
5
5
  v20201215: v20201215,
6
- v20211125: v20211125,
7
6
  v20191126: v20191126,
7
+ v20211125: v20211125,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20220324 } from "./v20220324";
2
1
  import { v20220805 } from "./v20220805";
2
+ import { v20220324 } from "./v20220324";
3
3
  export const irp = {
4
- v20220324: v20220324,
5
4
  v20220805: v20220805,
5
+ v20220324: v20220324,
6
6
  };
@@ -192,6 +192,9 @@ export class Client extends AbstractClient {
192
192
  async DescribeBundles(req, cb) {
193
193
  return this.request("DescribeBundles", req, cb);
194
194
  }
195
+ async DescribeMcpServerTemplates(req, cb) {
196
+ return this.request("DescribeMcpServerTemplates", req, cb);
197
+ }
195
198
  async ModifyMcpServer(req, cb) {
196
199
  return this.request("ModifyMcpServer", req, cb);
197
200
  }
@@ -12,15 +12,24 @@ export class Client extends AbstractClient {
12
12
  async UpdateKnowledgeSet(req, cb) {
13
13
  return this.request("UpdateKnowledgeSet", req, cb);
14
14
  }
15
- async SearchDocList(req, cb) {
16
- return this.request("SearchDocList", req, cb);
15
+ async DescribeApps(req, cb) {
16
+ return this.request("DescribeApps", req, cb);
17
+ }
18
+ async DescribeRelatedUsers(req, cb) {
19
+ return this.request("DescribeRelatedUsers", req, cb);
17
20
  }
18
21
  async DescribeKnowledgeSetList(req, cb) {
19
22
  return this.request("DescribeKnowledgeSetList", req, cb);
20
23
  }
24
+ async SearchDocList(req, cb) {
25
+ return this.request("SearchDocList", req, cb);
26
+ }
21
27
  async DescribeDataSourceList(req, cb) {
22
28
  return this.request("DescribeDataSourceList", req, cb);
23
29
  }
30
+ async PutWxAppIdToWeApp(req, cb) {
31
+ return this.request("PutWxAppIdToWeApp", req, cb);
32
+ }
24
33
  async DeleteKnowledgeDocumentSet(req, cb) {
25
34
  return this.request("DeleteKnowledgeDocumentSet", req, cb);
26
35
  }
@@ -39,8 +48,8 @@ export class Client extends AbstractClient {
39
48
  async DeployApp(req, cb) {
40
49
  return this.request("DeployApp", req, cb);
41
50
  }
42
- async PutWxAppIdToWeApp(req, cb) {
43
- return this.request("PutWxAppIdToWeApp", req, cb);
51
+ async DescribeResourceRoleList(req, cb) {
52
+ return this.request("DescribeResourceRoleList", req, cb);
44
53
  }
45
54
  async DeleteKnowledgeSet(req, cb) {
46
55
  return this.request("DeleteKnowledgeSet", req, cb);
@@ -1,6 +1,6 @@
1
- import { v20190725 } from "./v20190725";
2
1
  import { v20180408 } from "./v20180408";
2
+ import { v20190725 } from "./v20190725";
3
3
  export const mongodb = {
4
- v20190725: v20190725,
5
4
  v20180408: v20180408,
5
+ v20190725: v20190725,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210331 } from "./v20210331";
2
1
  import { v20181225 } from "./v20181225";
2
+ import { v20210331 } from "./v20210331";
3
3
  export const organization = {
4
- v20210331: v20210331,
5
4
  v20181225: v20181225,
5
+ v20210331: v20210331,
6
6
  };
@@ -0,0 +1,4 @@
1
+ import { v20250717 } from "./v20250717";
2
+ export const tdai = {
3
+ v20250717: v20250717,
4
+ };
@@ -0,0 +1,6 @@
1
+ import * as Models from "./tdai_models";
2
+ import { Client } from "./tdai_client";
3
+ export const v20250717 = {
4
+ Client: Client,
5
+ Models: Models
6
+ };
@@ -0,0 +1,60 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ export class Client extends AbstractClient {
3
+ constructor(clientConfig) {
4
+ super("tdai.tencentcloudapi.com", "2025-07-17", clientConfig);
5
+ }
6
+ async DescribeChatDetail(req, cb) {
7
+ return this.request("DescribeChatDetail", req, cb);
8
+ }
9
+ async RemoveChat(req, cb) {
10
+ return this.request("RemoveChat", req, cb);
11
+ }
12
+ async IsolateAgentInstance(req, cb) {
13
+ return this.request("IsolateAgentInstance", req, cb);
14
+ }
15
+ async ContinueAgentWork(req, cb) {
16
+ return this.request("ContinueAgentWork", req, cb);
17
+ }
18
+ async DescribeAgentDutyTasks(req, cb) {
19
+ return this.request("DescribeAgentDutyTasks", req, cb);
20
+ }
21
+ async PauseAgentWork(req, cb) {
22
+ return this.request("PauseAgentWork", req, cb);
23
+ }
24
+ async DescribeChats(req, cb) {
25
+ return this.request("DescribeChats", req, cb);
26
+ }
27
+ async DescribeAgentInstance(req, cb) {
28
+ return this.request("DescribeAgentInstance", req, cb);
29
+ }
30
+ async CreateChatCompletion(req, cb) {
31
+ return this.request("CreateChatCompletion", req, cb);
32
+ }
33
+ async ModifyChatTitle(req, cb) {
34
+ return this.request("ModifyChatTitle", req, cb);
35
+ }
36
+ async DescribeAgentDutyTaskDetail(req, cb) {
37
+ return this.request("DescribeAgentDutyTaskDetail", req, cb);
38
+ }
39
+ async DescribeReportUrl(req, cb) {
40
+ return this.request("DescribeReportUrl", req, cb);
41
+ }
42
+ async TerminateAgentInstance(req, cb) {
43
+ return this.request("TerminateAgentInstance", req, cb);
44
+ }
45
+ async RecoverAgentInstance(req, cb) {
46
+ return this.request("RecoverAgentInstance", req, cb);
47
+ }
48
+ async ModifyAgentInstanceParameters(req, cb) {
49
+ return this.request("ModifyAgentInstanceParameters", req, cb);
50
+ }
51
+ async DescribeAgentInstances(req, cb) {
52
+ return this.request("DescribeAgentInstances", req, cb);
53
+ }
54
+ async DescribeAgents(req, cb) {
55
+ return this.request("DescribeAgents", req, cb);
56
+ }
57
+ async CreateAgentInstance(req, cb) {
58
+ return this.request("CreateAgentInstance", req, cb);
59
+ }
60
+ }
File without changes
@@ -1,6 +1,6 @@
1
- import { v20201221 } from "./v20201221";
2
1
  import { v20210701 } from "./v20210701";
2
+ import { v20201221 } from "./v20201221";
3
3
  export const tem = {
4
- v20201221: v20201221,
5
4
  v20210701: v20210701,
5
+ v20201221: v20201221,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20220901 } from "./v20220901";
2
1
  import { v20220106 } from "./v20220106";
2
+ import { v20220901 } from "./v20220901";
3
3
  export const teo = {
4
- v20220901: v20220901,
5
4
  v20220106: v20220106,
5
+ v20220901: v20220901,
6
6
  };
@@ -519,6 +519,9 @@ export class Client extends AbstractClient {
519
519
  async DeleteZone(req, cb) {
520
520
  return this.request("DeleteZone", req, cb);
521
521
  }
522
+ async DescribeTimingL7OriginPullData(req, cb) {
523
+ return this.request("DescribeTimingL7OriginPullData", req, cb);
524
+ }
522
525
  async DescribeSecurityIPGroupInfo(req, cb) {
523
526
  return this.request("DescribeSecurityIPGroupInfo", req, cb);
524
527
  }
@@ -1,8 +1,8 @@
1
- import { v20230321 } from "./v20230321";
2
1
  import { v20211109 } from "./v20211109";
3
2
  import { v20220401 } from "./v20220401";
3
+ import { v20230321 } from "./v20230321";
4
4
  export const thpc = {
5
- v20230321: v20230321,
6
5
  v20211109: v20211109,
7
6
  v20220401: v20220401,
7
+ v20230321: v20230321,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20180525 } from "./v20180525";
2
1
  import { v20220501 } from "./v20220501";
2
+ import { v20180525 } from "./v20180525";
3
3
  export const tke = {
4
- v20180525: v20180525,
5
4
  v20220501: v20220501,
5
+ v20180525: v20180525,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20201229 } from "./v20201229";
2
1
  import { v20200713 } from "./v20200713";
2
+ import { v20201229 } from "./v20201229";
3
3
  export const tms = {
4
- v20201229: v20201229,
5
4
  v20200713: v20200713,
5
+ v20201229: v20201229,
6
6
  };
@@ -1,8 +1,8 @@
1
- import { v20201229 } from "./v20201229";
2
1
  import { v20210922 } from "./v20210922";
2
+ import { v20201229 } from "./v20201229";
3
3
  import { v20200709 } from "./v20200709";
4
4
  export const vm = {
5
- v20201229: v20201229,
6
5
  v20210922: v20210922,
6
+ v20201229: v20201229,
7
7
  v20200709: v20200709,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20180717 } from "./v20180717";
2
1
  import { v20240718 } from "./v20240718";
2
+ import { v20180717 } from "./v20180717";
3
3
  export const vod = {
4
- v20180717: v20180717,
5
4
  v20240718: v20240718,
5
+ v20180717: v20180717,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.115",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.115";
1
+ export declare const sdkVersion = "4.1.116";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.115";
4
+ exports.sdkVersion = "4.1.116";
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { QueryHunyuanTo3DJobRequest, SubmitHunyuanTo3DJobResponse, QueryHunyuanTo3DJobResponse, SubmitHunyuanTo3DJobRequest } from "./ai3d_models";
3
+ import { SubmitHunyuanTo3DProJobResponse, SubmitHunyuanTo3DJobResponse, QueryHunyuanTo3DJobRequest, SubmitHunyuanTo3DProJobRequest, QueryHunyuanTo3DProJobRequest, QueryHunyuanTo3DProJobResponse, QueryHunyuanTo3DJobResponse, SubmitHunyuanTo3DJobRequest } from "./ai3d_models";
4
4
  /**
5
5
  * ai3d client
6
6
  * @class
@@ -9,6 +9,16 @@ export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
10
  /**
11
11
  * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
12
+ 默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
13
+ */
14
+ SubmitHunyuanTo3DProJob(req: SubmitHunyuanTo3DProJobRequest, cb?: (error: string, rep: SubmitHunyuanTo3DProJobResponse) => void): Promise<SubmitHunyuanTo3DProJobResponse>;
15
+ /**
16
+ * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
17
+ 默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
18
+ */
19
+ QueryHunyuanTo3DProJob(req: QueryHunyuanTo3DProJobRequest, cb?: (error: string, rep: QueryHunyuanTo3DProJobResponse) => void): Promise<QueryHunyuanTo3DProJobResponse>;
20
+ /**
21
+ * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
12
22
  默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
13
23
  */
14
24
  SubmitHunyuanTo3DJob(req: SubmitHunyuanTo3DJobRequest, cb?: (error: string, rep: SubmitHunyuanTo3DJobResponse) => void): Promise<SubmitHunyuanTo3DJobResponse>;
@@ -29,6 +29,20 @@ class Client extends abstract_client_1.AbstractClient {
29
29
  }
30
30
  /**
31
31
  * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
32
+ 默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
33
+ */
34
+ async SubmitHunyuanTo3DProJob(req, cb) {
35
+ return this.request("SubmitHunyuanTo3DProJob", req, cb);
36
+ }
37
+ /**
38
+ * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
39
+ 默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
40
+ */
41
+ async QueryHunyuanTo3DProJob(req, cb) {
42
+ return this.request("QueryHunyuanTo3DProJob", req, cb);
43
+ }
44
+ /**
45
+ * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
32
46
  默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
33
47
  */
34
48
  async SubmitHunyuanTo3DJob(req, cb) {
@@ -1,12 +1,3 @@
1
- /**
2
- * QueryHunyuanTo3DJob请求参数结构体
3
- */
4
- export interface QueryHunyuanTo3DJobRequest {
5
- /**
6
- * 任务ID。
7
- */
8
- JobId?: string;
9
- }
10
1
  /**
11
2
  * 多视角图片
12
3
  */
@@ -21,6 +12,19 @@ export interface ViewImage {
21
12
  */
22
13
  ViewImageUrl?: string;
23
14
  }
15
+ /**
16
+ * SubmitHunyuanTo3DProJob返回参数结构体
17
+ */
18
+ export interface SubmitHunyuanTo3DProJobResponse {
19
+ /**
20
+ * 任务ID(有效期24小时)
21
+ */
22
+ JobId?: string;
23
+ /**
24
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
25
+ */
26
+ RequestId?: string;
27
+ }
24
28
  /**
25
29
  * SubmitHunyuanTo3DJob返回参数结构体
26
30
  */
@@ -34,6 +38,78 @@ export interface SubmitHunyuanTo3DJobResponse {
34
38
  */
35
39
  RequestId?: string;
36
40
  }
41
+ /**
42
+ * QueryHunyuanTo3DJob请求参数结构体
43
+ */
44
+ export interface QueryHunyuanTo3DJobRequest {
45
+ /**
46
+ * 任务ID。
47
+ */
48
+ JobId?: string;
49
+ }
50
+ /**
51
+ * SubmitHunyuanTo3DProJob请求参数结构体
52
+ */
53
+ export interface SubmitHunyuanTo3DProJobRequest {
54
+ /**
55
+ * 文生3D,3D内容的描述,中文正向提示词。
56
+ 最多支持1024个 utf-8 字符。
57
+ 文生3D, image、image_url和 prompt必填其一,且prompt和image/image_url不能同时存在。
58
+ */
59
+ Prompt?: string;
60
+ /**
61
+ * 输入图 Base64 数据。
62
+ 大小:单边分辨率要求不小于128,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)
63
+ 格式:jpg,png,jpeg,webp。
64
+ ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
65
+ */
66
+ ImageBase64?: string;
67
+ /**
68
+ * 输入图Url。
69
+ 大小:单边分辨率要求不小于128,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)
70
+ 格式:jpg,png,jpeg,webp。
71
+ ImageBase64/ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
72
+ */
73
+ ImageUrl?: string;
74
+ /**
75
+ * 多视角的模型图片,视角参考值:
76
+ left:左视图;
77
+ right:右视图;
78
+ back:后视图;
79
+
80
+ 每个视角仅限制一张图片。
81
+ ●图片大小限制:编码后大小不可超过8M。
82
+ ●图片分辨率限制:单边分辨率小于5000且大于128。
83
+ ●支持图片格式:支持jpg或png
84
+ */
85
+ MultiViewImages?: Array<ViewImage>;
86
+ /**
87
+ * 是否开启 PBR材质生成,默认 false。
88
+ */
89
+ EnablePBR?: boolean;
90
+ /**
91
+ * 生成3D模型的面数,默认值为500000。
92
+ 可支持生成面数范围,参考值:40000-500000。
93
+ */
94
+ FaceCount?: number;
95
+ /**
96
+ * 生成任务类型,默认Normal,参考值:
97
+ Normal:可生成带纹理的几何模型。
98
+ LowPoly:可生成智能减面后的模型。
99
+ Geometry:可生成不带纹理的几何模型(白模),选择此任务时,EnablePBR参数不生效。
100
+ Sketch:可输入草图或线稿图生成模型。
101
+ */
102
+ GenerateType?: string;
103
+ }
104
+ /**
105
+ * QueryHunyuanTo3DProJob请求参数结构体
106
+ */
107
+ export interface QueryHunyuanTo3DProJobRequest {
108
+ /**
109
+ * 任务ID。
110
+ */
111
+ JobId: string;
112
+ }
37
113
  /**
38
114
  * 3D文件
39
115
  */
@@ -51,6 +127,31 @@ export interface File3D {
51
127
  */
52
128
  PreviewImageUrl?: string;
53
129
  }
130
+ /**
131
+ * QueryHunyuanTo3DProJob返回参数结构体
132
+ */
133
+ export interface QueryHunyuanTo3DProJobResponse {
134
+ /**
135
+ * 任务状态。WAIT:等待中,RUN:执行中,FAIL:任务失败,DONE:任务成功
136
+ */
137
+ Status?: string;
138
+ /**
139
+ * 错误码
140
+ */
141
+ ErrorCode?: string;
142
+ /**
143
+ * 错误信息
144
+ */
145
+ ErrorMessage?: string;
146
+ /**
147
+ * 生成的3D文件数组。
148
+ */
149
+ ResultFile3Ds?: Array<File3D>;
150
+ /**
151
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
152
+ */
153
+ RequestId?: string;
154
+ }
54
155
  /**
55
156
  * QueryHunyuanTo3DJob返回参数结构体
56
157
  */
@@ -1,10 +1,10 @@
1
1
  export declare const ams: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/ams_client").Client;
4
- Models: typeof import("./v20201229/ams_models");
5
- };
6
2
  v20200608: {
7
3
  Client: typeof import("./v20200608/ams_client").Client;
8
4
  Models: typeof import("./v20200608/ams_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/ams_client").Client;
8
+ Models: typeof import("./v20201229/ams_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ams = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200608_1 = require("./v20200608");
5
+ const v20201229_1 = require("./v20201229");
6
6
  exports.ams = {
7
- v20201229: v20201229_1.v20201229,
8
7
  v20200608: v20200608_1.v20200608,
8
+ v20201229: v20201229_1.v20201229,
9
9
  };
@@ -275,7 +275,7 @@ export interface SystemDisk {
275
275
  DiskType?: string;
276
276
  /**
277
277
  * 系统盘ID。
278
- 该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
278
+ 该参数目前仅用于 [DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 等查询类接口的返回参数,不可用于 [RunInstances](https://cloud.tencent.com/document/product/213/15730) 等写接口的入参。
279
279
  */
280
280
  DiskId?: string;
281
281
  /**
@@ -1,10 +1,10 @@
1
1
  export declare const btoe: {
2
- v20210514: {
3
- Client: typeof import("./v20210514/btoe_client").Client;
4
- Models: typeof import("./v20210514/btoe_models");
5
- };
6
2
  v20210303: {
7
3
  Client: typeof import("./v20210303/btoe_client").Client;
8
4
  Models: typeof import("./v20210303/btoe_models");
9
5
  };
6
+ v20210514: {
7
+ Client: typeof import("./v20210514/btoe_client").Client;
8
+ Models: typeof import("./v20210514/btoe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.btoe = void 0;
4
- const v20210514_1 = require("./v20210514");
5
4
  const v20210303_1 = require("./v20210303");
5
+ const v20210514_1 = require("./v20210514");
6
6
  exports.btoe = {
7
- v20210514: v20210514_1.v20210514,
8
7
  v20210303: v20210303_1.v20210303,
8
+ v20210514: v20210514_1.v20210514,
9
9
  };
@@ -142,6 +142,10 @@ export interface Receiver {
142
142
  * 账号uin
143
143
  */
144
144
  Uin?: number;
145
+ /**
146
+ * 国家代码
147
+ */
148
+ CountryCode?: string;
145
149
  }
146
150
  /**
147
151
  * ListAccessKeys请求参数结构体