tencentcloud-sdk-nodejs 4.1.284 → 4.1.285
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/es/common/sdk_version.js +1 -1
- package/es/services/dlc/v20210125/dlc_client.js +71 -14
- package/es/services/kms/v20190118/kms_client.js +3 -0
- package/es/services/mqtt/v20240516/mqtt_client.js +20 -8
- package/es/services/omics/v20221128/omics_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +10 -2
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +54 -17
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +99 -61
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +91 -15
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +135 -21
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1840 -493
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +17 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +52 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +52 -22
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +5 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +6 -0
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +26 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +26 -10
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +37 -13
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +283 -107
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +30 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -22
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.285";
|
|
@@ -21,6 +21,9 @@ export class Client extends AbstractClient {
|
|
|
21
21
|
async DescribeForbiddenTablePro(req, cb) {
|
|
22
22
|
return this.request("DescribeForbiddenTablePro", req, cb);
|
|
23
23
|
}
|
|
24
|
+
async DescribePartitionDetail(req, cb) {
|
|
25
|
+
return this.request("DescribePartitionDetail", req, cb);
|
|
26
|
+
}
|
|
24
27
|
async DescribeUserInfo(req, cb) {
|
|
25
28
|
return this.request("DescribeUserInfo", req, cb);
|
|
26
29
|
}
|
|
@@ -63,6 +66,9 @@ export class Client extends AbstractClient {
|
|
|
63
66
|
async CreateStoreLocation(req, cb) {
|
|
64
67
|
return this.request("CreateStoreLocation", req, cb);
|
|
65
68
|
}
|
|
69
|
+
async CreatePartitionQueue(req, cb) {
|
|
70
|
+
return this.request("CreatePartitionQueue", req, cb);
|
|
71
|
+
}
|
|
66
72
|
async GetLabPodYaml(req, cb) {
|
|
67
73
|
return this.request("GetLabPodYaml", req, cb);
|
|
68
74
|
}
|
|
@@ -120,14 +126,17 @@ export class Client extends AbstractClient {
|
|
|
120
126
|
async ListJobSpecs(req, cb) {
|
|
121
127
|
return this.request("ListJobSpecs", req, cb);
|
|
122
128
|
}
|
|
129
|
+
async DescribeWorkGroups(req, cb) {
|
|
130
|
+
return this.request("DescribeWorkGroups", req, cb);
|
|
131
|
+
}
|
|
123
132
|
async UpdateStandardEngineResourceGroupResourceInfo(req, cb) {
|
|
124
133
|
return this.request("UpdateStandardEngineResourceGroupResourceInfo", req, cb);
|
|
125
134
|
}
|
|
126
135
|
async RenewDataEngine(req, cb) {
|
|
127
136
|
return this.request("RenewDataEngine", req, cb);
|
|
128
137
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
138
|
+
async CreatePartition(req, cb) {
|
|
139
|
+
return this.request("CreatePartition", req, cb);
|
|
131
140
|
}
|
|
132
141
|
async DescribeNetworkConnections(req, cb) {
|
|
133
142
|
return this.request("DescribeNetworkConnections", req, cb);
|
|
@@ -153,6 +162,9 @@ export class Client extends AbstractClient {
|
|
|
153
162
|
async DescribeOtherCHDFSBindingList(req, cb) {
|
|
154
163
|
return this.request("DescribeOtherCHDFSBindingList", req, cb);
|
|
155
164
|
}
|
|
165
|
+
async ModifyPartitionDescription(req, cb) {
|
|
166
|
+
return this.request("ModifyPartitionDescription", req, cb);
|
|
167
|
+
}
|
|
156
168
|
async UpdateStandardEngineResourceGroupBaseInfo(req, cb) {
|
|
157
169
|
return this.request("UpdateStandardEngineResourceGroupBaseInfo", req, cb);
|
|
158
170
|
}
|
|
@@ -192,6 +204,9 @@ export class Client extends AbstractClient {
|
|
|
192
204
|
async CreateUser(req, cb) {
|
|
193
205
|
return this.request("CreateUser", req, cb);
|
|
194
206
|
}
|
|
207
|
+
async GetInferenceModel(req, cb) {
|
|
208
|
+
return this.request("GetInferenceModel", req, cb);
|
|
209
|
+
}
|
|
195
210
|
async GetRayClusterHistory(req, cb) {
|
|
196
211
|
return this.request("GetRayClusterHistory", req, cb);
|
|
197
212
|
}
|
|
@@ -207,6 +222,9 @@ export class Client extends AbstractClient {
|
|
|
207
222
|
async AssociateDatasourceHouse(req, cb) {
|
|
208
223
|
return this.request("AssociateDatasourceHouse", req, cb);
|
|
209
224
|
}
|
|
225
|
+
async UpdateStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
226
|
+
return this.request("UpdateStandardEngineResourceGroupConfigInfo", req, cb);
|
|
227
|
+
}
|
|
210
228
|
async DescribeLakeFsTaskResult(req, cb) {
|
|
211
229
|
return this.request("DescribeLakeFsTaskResult", req, cb);
|
|
212
230
|
}
|
|
@@ -252,8 +270,8 @@ export class Client extends AbstractClient {
|
|
|
252
270
|
async DescribeTablesName(req, cb) {
|
|
253
271
|
return this.request("DescribeTablesName", req, cb);
|
|
254
272
|
}
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
273
|
+
async CreateInferenceModel(req, cb) {
|
|
274
|
+
return this.request("CreateInferenceModel", req, cb);
|
|
257
275
|
}
|
|
258
276
|
async PauseStandardEngineResourceGroups(req, cb) {
|
|
259
277
|
return this.request("PauseStandardEngineResourceGroups", req, cb);
|
|
@@ -270,6 +288,9 @@ export class Client extends AbstractClient {
|
|
|
270
288
|
async ListExampleCategories(req, cb) {
|
|
271
289
|
return this.request("ListExampleCategories", req, cb);
|
|
272
290
|
}
|
|
291
|
+
async CheckResourceName(req, cb) {
|
|
292
|
+
return this.request("CheckResourceName", req, cb);
|
|
293
|
+
}
|
|
273
294
|
async RevokeDLCCatalogAccess(req, cb) {
|
|
274
295
|
return this.request("RevokeDLCCatalogAccess", req, cb);
|
|
275
296
|
}
|
|
@@ -336,6 +357,9 @@ export class Client extends AbstractClient {
|
|
|
336
357
|
async GrantDLCCatalogAccess(req, cb) {
|
|
337
358
|
return this.request("GrantDLCCatalogAccess", req, cb);
|
|
338
359
|
}
|
|
360
|
+
async UpdateInferenceModel(req, cb) {
|
|
361
|
+
return this.request("UpdateInferenceModel", req, cb);
|
|
362
|
+
}
|
|
339
363
|
async UpdateRayCluster(req, cb) {
|
|
340
364
|
return this.request("UpdateRayCluster", req, cb);
|
|
341
365
|
}
|
|
@@ -369,8 +393,8 @@ export class Client extends AbstractClient {
|
|
|
369
393
|
async StopLab(req, cb) {
|
|
370
394
|
return this.request("StopLab", req, cb);
|
|
371
395
|
}
|
|
372
|
-
async
|
|
373
|
-
return this.request("
|
|
396
|
+
async DescribeSaleResourceInfo(req, cb) {
|
|
397
|
+
return this.request("DescribeSaleResourceInfo", req, cb);
|
|
374
398
|
}
|
|
375
399
|
async CreateResultDownload(req, cb) {
|
|
376
400
|
return this.request("CreateResultDownload", req, cb);
|
|
@@ -381,6 +405,9 @@ export class Client extends AbstractClient {
|
|
|
381
405
|
async DescribeNotebookSessionStatementSqlResult(req, cb) {
|
|
382
406
|
return this.request("DescribeNotebookSessionStatementSqlResult", req, cb);
|
|
383
407
|
}
|
|
408
|
+
async DescribeUserVpcConnection(req, cb) {
|
|
409
|
+
return this.request("DescribeUserVpcConnection", req, cb);
|
|
410
|
+
}
|
|
384
411
|
async DescribeMCPSubUin(req, cb) {
|
|
385
412
|
return this.request("DescribeMCPSubUin", req, cb);
|
|
386
413
|
}
|
|
@@ -393,8 +420,8 @@ export class Client extends AbstractClient {
|
|
|
393
420
|
async UnboundDatasourceHouse(req, cb) {
|
|
394
421
|
return this.request("UnboundDatasourceHouse", req, cb);
|
|
395
422
|
}
|
|
396
|
-
async
|
|
397
|
-
return this.request("
|
|
423
|
+
async CheckModifyPartition(req, cb) {
|
|
424
|
+
return this.request("CheckModifyPartition", req, cb);
|
|
398
425
|
}
|
|
399
426
|
async RegisterThirdPartyAccessUser(req, cb) {
|
|
400
427
|
return this.request("RegisterThirdPartyAccessUser", req, cb);
|
|
@@ -474,6 +501,9 @@ export class Client extends AbstractClient {
|
|
|
474
501
|
async ListRayClusterJobs(req, cb) {
|
|
475
502
|
return this.request("ListRayClusterJobs", req, cb);
|
|
476
503
|
}
|
|
504
|
+
async CheckQueueName(req, cb) {
|
|
505
|
+
return this.request("CheckQueueName", req, cb);
|
|
506
|
+
}
|
|
477
507
|
async DescribeTablePartitions(req, cb) {
|
|
478
508
|
return this.request("DescribeTablePartitions", req, cb);
|
|
479
509
|
}
|
|
@@ -492,6 +522,9 @@ export class Client extends AbstractClient {
|
|
|
492
522
|
async CancelSparkSessionBatchSQL(req, cb) {
|
|
493
523
|
return this.request("CancelSparkSessionBatchSQL", req, cb);
|
|
494
524
|
}
|
|
525
|
+
async DescribePartitions(req, cb) {
|
|
526
|
+
return this.request("DescribePartitions", req, cb);
|
|
527
|
+
}
|
|
495
528
|
async GetRayJobHistory(req, cb) {
|
|
496
529
|
return this.request("GetRayJobHistory", req, cb);
|
|
497
530
|
}
|
|
@@ -516,14 +549,23 @@ export class Client extends AbstractClient {
|
|
|
516
549
|
async DeleteNativeSparkSession(req, cb) {
|
|
517
550
|
return this.request("DeleteNativeSparkSession", req, cb);
|
|
518
551
|
}
|
|
552
|
+
async DescribeFlowDetailList(req, cb) {
|
|
553
|
+
return this.request("DescribeFlowDetailList", req, cb);
|
|
554
|
+
}
|
|
555
|
+
async DescribeFlowList(req, cb) {
|
|
556
|
+
return this.request("DescribeFlowList", req, cb);
|
|
557
|
+
}
|
|
519
558
|
async CheckDataEngineConfigPairsValidity(req, cb) {
|
|
520
559
|
return this.request("CheckDataEngineConfigPairsValidity", req, cb);
|
|
521
560
|
}
|
|
561
|
+
async DescribePartitionQueues(req, cb) {
|
|
562
|
+
return this.request("DescribePartitionQueues", req, cb);
|
|
563
|
+
}
|
|
522
564
|
async GetRayJobEvent(req, cb) {
|
|
523
565
|
return this.request("GetRayJobEvent", req, cb);
|
|
524
566
|
}
|
|
525
|
-
async
|
|
526
|
-
return this.request("
|
|
567
|
+
async DescribeStandardEngineResourceGroupConfigInfo(req, cb) {
|
|
568
|
+
return this.request("DescribeStandardEngineResourceGroupConfigInfo", req, cb);
|
|
527
569
|
}
|
|
528
570
|
async DeleteRayCluster(req, cb) {
|
|
529
571
|
return this.request("DeleteRayCluster", req, cb);
|
|
@@ -573,6 +615,9 @@ export class Client extends AbstractClient {
|
|
|
573
615
|
async UpdateUDFPolicy(req, cb) {
|
|
574
616
|
return this.request("UpdateUDFPolicy", req, cb);
|
|
575
617
|
}
|
|
618
|
+
async ListInferenceModels(req, cb) {
|
|
619
|
+
return this.request("ListInferenceModels", req, cb);
|
|
620
|
+
}
|
|
576
621
|
async DescribeDataEngineEvents(req, cb) {
|
|
577
622
|
return this.request("DescribeDataEngineEvents", req, cb);
|
|
578
623
|
}
|
|
@@ -603,12 +648,15 @@ export class Client extends AbstractClient {
|
|
|
603
648
|
async GetRayClusterPods(req, cb) {
|
|
604
649
|
return this.request("GetRayClusterPods", req, cb);
|
|
605
650
|
}
|
|
606
|
-
async
|
|
607
|
-
return this.request("
|
|
651
|
+
async DescribeSaleRegions(req, cb) {
|
|
652
|
+
return this.request("DescribeSaleRegions", req, cb);
|
|
608
653
|
}
|
|
609
654
|
async CancelTasks(req, cb) {
|
|
610
655
|
return this.request("CancelTasks", req, cb);
|
|
611
656
|
}
|
|
657
|
+
async ModifyGovernEventRule(req, cb) {
|
|
658
|
+
return this.request("ModifyGovernEventRule", req, cb);
|
|
659
|
+
}
|
|
612
660
|
async CreateTable(req, cb) {
|
|
613
661
|
return this.request("CreateTable", req, cb);
|
|
614
662
|
}
|
|
@@ -669,8 +717,8 @@ export class Client extends AbstractClient {
|
|
|
669
717
|
async CreateSparkSubmitTask(req, cb) {
|
|
670
718
|
return this.request("CreateSparkSubmitTask", req, cb);
|
|
671
719
|
}
|
|
672
|
-
async
|
|
673
|
-
return this.request("
|
|
720
|
+
async DeletePartitionQueue(req, cb) {
|
|
721
|
+
return this.request("DeletePartitionQueue", req, cb);
|
|
674
722
|
}
|
|
675
723
|
async CreateScript(req, cb) {
|
|
676
724
|
return this.request("CreateScript", req, cb);
|
|
@@ -681,6 +729,9 @@ export class Client extends AbstractClient {
|
|
|
681
729
|
async DescribeDatabase(req, cb) {
|
|
682
730
|
return this.request("DescribeDatabase", req, cb);
|
|
683
731
|
}
|
|
732
|
+
async ModifyPartitionQueue(req, cb) {
|
|
733
|
+
return this.request("ModifyPartitionQueue", req, cb);
|
|
734
|
+
}
|
|
684
735
|
async InitializeTCLake(req, cb) {
|
|
685
736
|
return this.request("InitializeTCLake", req, cb);
|
|
686
737
|
}
|
|
@@ -714,6 +765,9 @@ export class Client extends AbstractClient {
|
|
|
714
765
|
async ModifyLabPriority(req, cb) {
|
|
715
766
|
return this.request("ModifyLabPriority", req, cb);
|
|
716
767
|
}
|
|
768
|
+
async DescribeUserRoles(req, cb) {
|
|
769
|
+
return this.request("DescribeUserRoles", req, cb);
|
|
770
|
+
}
|
|
717
771
|
async ModifySparkAppBatch(req, cb) {
|
|
718
772
|
return this.request("ModifySparkAppBatch", req, cb);
|
|
719
773
|
}
|
|
@@ -726,6 +780,9 @@ export class Client extends AbstractClient {
|
|
|
726
780
|
async BindWorkGroupsToUser(req, cb) {
|
|
727
781
|
return this.request("BindWorkGroupsToUser", req, cb);
|
|
728
782
|
}
|
|
783
|
+
async DeleteCHDFSBindingProduct(req, cb) {
|
|
784
|
+
return this.request("DeleteCHDFSBindingProduct", req, cb);
|
|
785
|
+
}
|
|
729
786
|
async DescribeUserDataEngineConfig(req, cb) {
|
|
730
787
|
return this.request("DescribeUserDataEngineConfig", req, cb);
|
|
731
788
|
}
|
|
@@ -141,6 +141,9 @@ export class Client extends AbstractClient {
|
|
|
141
141
|
async DisableKeyRotation(req, cb) {
|
|
142
142
|
return this.request("DisableKeyRotation", req, cb);
|
|
143
143
|
}
|
|
144
|
+
async RotateKey(req, cb) {
|
|
145
|
+
return this.request("RotateKey", req, cb);
|
|
146
|
+
}
|
|
144
147
|
async ListKeyDetail(req, cb) {
|
|
145
148
|
return this.request("ListKeyDetail", req, cb);
|
|
146
149
|
}
|
|
@@ -36,12 +36,15 @@ export class Client extends AbstractClient {
|
|
|
36
36
|
async DeleteDeviceCertificate(req, cb) {
|
|
37
37
|
return this.request("DeleteDeviceCertificate", req, cb);
|
|
38
38
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async ModifyInsPublicEndpoint(req, cb) {
|
|
40
|
+
return this.request("ModifyInsPublicEndpoint", req, cb);
|
|
41
41
|
}
|
|
42
42
|
async DeleteInstance(req, cb) {
|
|
43
43
|
return this.request("DeleteInstance", req, cb);
|
|
44
44
|
}
|
|
45
|
+
async ModifyX509Config(req, cb) {
|
|
46
|
+
return this.request("ModifyX509Config", req, cb);
|
|
47
|
+
}
|
|
45
48
|
async DescribeMessageByTopic(req, cb) {
|
|
46
49
|
return this.request("DescribeMessageByTopic", req, cb);
|
|
47
50
|
}
|
|
@@ -54,14 +57,20 @@ export class Client extends AbstractClient {
|
|
|
54
57
|
async CreateMessageEnrichmentRule(req, cb) {
|
|
55
58
|
return this.request("CreateMessageEnrichmentRule", req, cb);
|
|
56
59
|
}
|
|
60
|
+
async DeleteBlockRule(req, cb) {
|
|
61
|
+
return this.request("DeleteBlockRule", req, cb);
|
|
62
|
+
}
|
|
57
63
|
async DescribeInsPublicEndpoints(req, cb) {
|
|
58
64
|
return this.request("DescribeInsPublicEndpoints", req, cb);
|
|
59
65
|
}
|
|
60
66
|
async DescribeSharedSubscriptionGroupsWithSubscriptions(req, cb) {
|
|
61
67
|
return this.request("DescribeSharedSubscriptionGroupsWithSubscriptions", req, cb);
|
|
62
68
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
69
|
+
async UpdateAuthorizationPolicyPriority(req, cb) {
|
|
70
|
+
return this.request("UpdateAuthorizationPolicyPriority", req, cb);
|
|
71
|
+
}
|
|
72
|
+
async ModifyBlockRule(req, cb) {
|
|
73
|
+
return this.request("ModifyBlockRule", req, cb);
|
|
65
74
|
}
|
|
66
75
|
async ModifyJWTAuthenticator(req, cb) {
|
|
67
76
|
return this.request("ModifyJWTAuthenticator", req, cb);
|
|
@@ -93,8 +102,8 @@ export class Client extends AbstractClient {
|
|
|
93
102
|
async DescribeUserList(req, cb) {
|
|
94
103
|
return this.request("DescribeUserList", req, cb);
|
|
95
104
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
105
|
+
async ModifyMessageEnrichmentRule(req, cb) {
|
|
106
|
+
return this.request("ModifyMessageEnrichmentRule", req, cb);
|
|
98
107
|
}
|
|
99
108
|
async UpdateMessageEnrichmentRulePriority(req, cb) {
|
|
100
109
|
return this.request("UpdateMessageEnrichmentRulePriority", req, cb);
|
|
@@ -111,6 +120,9 @@ export class Client extends AbstractClient {
|
|
|
111
120
|
async DescribeAuthorizationPolicies(req, cb) {
|
|
112
121
|
return this.request("DescribeAuthorizationPolicies", req, cb);
|
|
113
122
|
}
|
|
123
|
+
async CreateBlockRule(req, cb) {
|
|
124
|
+
return this.request("CreateBlockRule", req, cb);
|
|
125
|
+
}
|
|
114
126
|
async DescribeTopicList(req, cb) {
|
|
115
127
|
return this.request("DescribeTopicList", req, cb);
|
|
116
128
|
}
|
|
@@ -162,8 +174,8 @@ export class Client extends AbstractClient {
|
|
|
162
174
|
async DeleteUser(req, cb) {
|
|
163
175
|
return this.request("DeleteUser", req, cb);
|
|
164
176
|
}
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
177
|
+
async DescribeBlockRuleList(req, cb) {
|
|
178
|
+
return this.request("DescribeBlockRuleList", req, cb);
|
|
167
179
|
}
|
|
168
180
|
async KickOutClient(req, cb) {
|
|
169
181
|
return this.request("KickOutClient", req, cb);
|
|
@@ -81,6 +81,9 @@ export class Client extends AbstractClient {
|
|
|
81
81
|
async DeleteVolumeData(req, cb) {
|
|
82
82
|
return this.request("DeleteVolumeData", req, cb);
|
|
83
83
|
}
|
|
84
|
+
async DeleteEnvironmentCache(req, cb) {
|
|
85
|
+
return this.request("DeleteEnvironmentCache", req, cb);
|
|
86
|
+
}
|
|
84
87
|
async DescribeVolumes(req, cb) {
|
|
85
88
|
return this.request("DescribeVolumes", req, cb);
|
|
86
89
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.285";
|
|
@@ -92,9 +92,13 @@ export interface QueryHunyuan3DPartJobResponse {
|
|
|
92
92
|
*/
|
|
93
93
|
ResultFile3Ds?: Array<File3D>;
|
|
94
94
|
/**
|
|
95
|
-
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p>
|
|
95
|
+
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p><p>该参数废弃, 超过 9MB 不返回, 请使用 PartSegmentationInfoUrl 下载</p>
|
|
96
96
|
*/
|
|
97
97
|
PartSegmentationInfo?: string;
|
|
98
|
+
/**
|
|
99
|
+
* <p>PartSegmentationInfo 下载地址</p>
|
|
100
|
+
*/
|
|
101
|
+
PartSegmentationInfoUrl?: string;
|
|
98
102
|
/**
|
|
99
103
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
100
104
|
*/
|
|
@@ -690,9 +694,13 @@ export interface SubmitHunyuan3DPartJobRequest {
|
|
|
690
694
|
*/
|
|
691
695
|
PartSegmentationInfo?: string;
|
|
692
696
|
/**
|
|
693
|
-
* <p
|
|
697
|
+
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p>
|
|
694
698
|
*/
|
|
695
699
|
EnableStagedGeneration?: boolean;
|
|
700
|
+
/**
|
|
701
|
+
* <p>是否开启后处理,开启后将只输出一个模型链接,默认关闭。 (开启此接口后,需额外增加20积分)</p>
|
|
702
|
+
*/
|
|
703
|
+
EnablePostProcess?: boolean;
|
|
696
704
|
}
|
|
697
705
|
/**
|
|
698
706
|
* SubmitHunyuanTo3DProJob返回参数结构体
|
|
@@ -1528,37 +1528,41 @@ export interface Campus {
|
|
|
1528
1528
|
*/
|
|
1529
1529
|
export interface WorkOrderData {
|
|
1530
1530
|
/**
|
|
1531
|
-
*
|
|
1531
|
+
* <p>工单号</p>
|
|
1532
1532
|
*/
|
|
1533
1533
|
WorkOrderId?: string;
|
|
1534
1534
|
/**
|
|
1535
|
-
*
|
|
1535
|
+
* <p>服务类型,一个服务可能会产生多个工单</p>
|
|
1536
1536
|
*/
|
|
1537
1537
|
ServiceType?: string;
|
|
1538
1538
|
/**
|
|
1539
|
-
*
|
|
1539
|
+
* <p>工单类型</p>
|
|
1540
1540
|
*/
|
|
1541
1541
|
OrderType?: string;
|
|
1542
1542
|
/**
|
|
1543
|
-
*
|
|
1543
|
+
* <p>工单状态</p>
|
|
1544
1544
|
*/
|
|
1545
1545
|
OrderStatus?: string;
|
|
1546
1546
|
/**
|
|
1547
|
-
*
|
|
1547
|
+
* <p>工单创建人</p>
|
|
1548
1548
|
*/
|
|
1549
1549
|
Creator?: string;
|
|
1550
1550
|
/**
|
|
1551
|
-
*
|
|
1551
|
+
* <p>工单创建时间</p>
|
|
1552
1552
|
*/
|
|
1553
1553
|
CreateTime?: string;
|
|
1554
1554
|
/**
|
|
1555
|
-
*
|
|
1555
|
+
* <p>工单完成时间</p>
|
|
1556
1556
|
*/
|
|
1557
1557
|
FinishTime?: string;
|
|
1558
1558
|
/**
|
|
1559
|
-
*
|
|
1559
|
+
* <p>工单关联的dcops单号</p>
|
|
1560
1560
|
*/
|
|
1561
1561
|
TicketId?: string;
|
|
1562
|
+
/**
|
|
1563
|
+
* <p>SLA</p>
|
|
1564
|
+
*/
|
|
1565
|
+
SLAInfo?: SLAInfo;
|
|
1562
1566
|
}
|
|
1563
1567
|
/**
|
|
1564
1568
|
* 归集业务联系人信息
|
|
@@ -1941,6 +1945,31 @@ export interface Device {
|
|
|
1941
1945
|
*/
|
|
1942
1946
|
HardwareMemo?: string;
|
|
1943
1947
|
}
|
|
1948
|
+
/**
|
|
1949
|
+
* SLA 信息
|
|
1950
|
+
*/
|
|
1951
|
+
export interface SLAInfo {
|
|
1952
|
+
/**
|
|
1953
|
+
* <p>SLA 状态</p><p>枚举值:</p><ul><li>InSLA: SLA 内</li><li>Overdue: 已超时</li><li>Completed: 已完成</li></ul>
|
|
1954
|
+
*/
|
|
1955
|
+
SLAStatus?: string;
|
|
1956
|
+
/**
|
|
1957
|
+
* <p>到期时间</p>
|
|
1958
|
+
*/
|
|
1959
|
+
DueTime?: string;
|
|
1960
|
+
/**
|
|
1961
|
+
* <p>剩余时长</p><p>单位:小时</p>
|
|
1962
|
+
*/
|
|
1963
|
+
RemainingHours?: number;
|
|
1964
|
+
/**
|
|
1965
|
+
* <p>超时时长</p><p>单位:小时</p>
|
|
1966
|
+
*/
|
|
1967
|
+
OverdueHours?: number;
|
|
1968
|
+
/**
|
|
1969
|
+
* <p>SLA 工作日天数</p><p>单位:天</p>
|
|
1970
|
+
*/
|
|
1971
|
+
SLADays?: number;
|
|
1972
|
+
}
|
|
1944
1973
|
/**
|
|
1945
1974
|
* CreateServerModel返回参数结构体
|
|
1946
1975
|
*/
|
|
@@ -2721,7 +2750,7 @@ export interface DescribeDeviceListResponse {
|
|
|
2721
2750
|
*/
|
|
2722
2751
|
export interface DescribeDeviceWorkOrderDetailRequest {
|
|
2723
2752
|
/**
|
|
2724
|
-
*
|
|
2753
|
+
* <p>工单ID</p>
|
|
2725
2754
|
*/
|
|
2726
2755
|
OrderId: string;
|
|
2727
2756
|
}
|
|
@@ -2867,37 +2896,45 @@ export interface DescribeIdcsResponse {
|
|
|
2867
2896
|
*/
|
|
2868
2897
|
export interface DescribeDeviceWorkOrderDetailResponse {
|
|
2869
2898
|
/**
|
|
2870
|
-
*
|
|
2899
|
+
* <p>工单ID</p>
|
|
2871
2900
|
*/
|
|
2872
2901
|
OrderId?: string;
|
|
2873
2902
|
/**
|
|
2874
|
-
*
|
|
2903
|
+
* <p>服务类型</p>
|
|
2875
2904
|
*/
|
|
2876
2905
|
ServiceType?: string;
|
|
2877
2906
|
/**
|
|
2878
|
-
*
|
|
2907
|
+
* <p>工单类型</p>
|
|
2879
2908
|
*/
|
|
2880
2909
|
OrderType?: string;
|
|
2881
2910
|
/**
|
|
2882
|
-
*
|
|
2911
|
+
* <p>工单状态</p>
|
|
2883
2912
|
*/
|
|
2884
2913
|
OrderStatus?: string;
|
|
2885
2914
|
/**
|
|
2886
|
-
*
|
|
2915
|
+
* <p>工单流程状态</p>
|
|
2887
2916
|
*/
|
|
2888
2917
|
StepSet?: Array<OrderStep>;
|
|
2889
2918
|
/**
|
|
2890
|
-
*
|
|
2919
|
+
* <p>工单设备信息</p>
|
|
2891
2920
|
*/
|
|
2892
2921
|
DeviceSet?: Array<DeviceHistory>;
|
|
2893
2922
|
/**
|
|
2894
|
-
*
|
|
2923
|
+
* <p>工单的入参信息</p>
|
|
2895
2924
|
*/
|
|
2896
2925
|
BaseInfo?: DeviceOrderBaseInfo;
|
|
2897
2926
|
/**
|
|
2898
|
-
*
|
|
2927
|
+
* <p>工单的拒绝原因,工单状态为reject的时候返回</p>
|
|
2899
2928
|
*/
|
|
2900
2929
|
RejectReason?: string;
|
|
2930
|
+
/**
|
|
2931
|
+
* <p>工单 SLA 信息</p>
|
|
2932
|
+
*/
|
|
2933
|
+
SLAInfo?: SLAInfo;
|
|
2934
|
+
/**
|
|
2935
|
+
* <p>前序未完成的工单号</p>
|
|
2936
|
+
*/
|
|
2937
|
+
PreOrderSet?: Array<string>;
|
|
2901
2938
|
/**
|
|
2902
2939
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2903
2940
|
*/
|