tencentcloud-sdk-nodejs-intl-en 3.0.1354 → 3.0.1355
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1355";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -79,7 +79,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
79
79
|
this.RoomId = null;
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
|
-
* The unique request ID,
|
|
82
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
83
83
|
* @type {string || null}
|
|
84
84
|
*/
|
|
85
85
|
this.RequestId = null;
|
|
@@ -242,12 +242,6 @@ class DeleteRoomMemberRequest extends AbstractModel {
|
|
|
242
242
|
*/
|
|
243
243
|
this.RoomId = null;
|
|
244
244
|
|
|
245
|
-
/**
|
|
246
|
-
* List of the members to remove
|
|
247
|
-
* @type {Array.<string> || null}
|
|
248
|
-
*/
|
|
249
|
-
this.Uids = null;
|
|
250
|
-
|
|
251
245
|
/**
|
|
252
246
|
* Operation type. `1`: Delete a room; `2`: Remove members
|
|
253
247
|
* @type {number || null}
|
|
@@ -260,6 +254,12 @@ class DeleteRoomMemberRequest extends AbstractModel {
|
|
|
260
254
|
*/
|
|
261
255
|
this.BizId = null;
|
|
262
256
|
|
|
257
|
+
/**
|
|
258
|
+
* List of the members to remove
|
|
259
|
+
* @type {Array.<string> || null}
|
|
260
|
+
*/
|
|
261
|
+
this.Uids = null;
|
|
262
|
+
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
/**
|
|
@@ -270,9 +270,9 @@ class DeleteRoomMemberRequest extends AbstractModel {
|
|
|
270
270
|
return;
|
|
271
271
|
}
|
|
272
272
|
this.RoomId = 'RoomId' in params ? params.RoomId : null;
|
|
273
|
-
this.Uids = 'Uids' in params ? params.Uids : null;
|
|
274
273
|
this.DeleteType = 'DeleteType' in params ? params.DeleteType : null;
|
|
275
274
|
this.BizId = 'BizId' in params ? params.BizId : null;
|
|
275
|
+
this.Uids = 'Uids' in params ? params.Uids : null;
|
|
276
276
|
|
|
277
277
|
}
|
|
278
278
|
}
|
|
@@ -832,7 +832,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
832
832
|
this.SubscribeRecordUserIds = null;
|
|
833
833
|
|
|
834
834
|
/**
|
|
835
|
-
* The unique request ID,
|
|
835
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
836
836
|
* @type {string || null}
|
|
837
837
|
*/
|
|
838
838
|
this.RequestId = null;
|
|
@@ -1093,7 +1093,7 @@ class DescribeAppStatisticsResponse extends AbstractModel {
|
|
|
1093
1093
|
this.Data = null;
|
|
1094
1094
|
|
|
1095
1095
|
/**
|
|
1096
|
-
* The unique request ID,
|
|
1096
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1097
1097
|
* @type {string || null}
|
|
1098
1098
|
*/
|
|
1099
1099
|
this.RequestId = null;
|
|
@@ -1133,7 +1133,7 @@ class DescribeApplicationDataResponse extends AbstractModel {
|
|
|
1133
1133
|
this.Data = null;
|
|
1134
1134
|
|
|
1135
1135
|
/**
|
|
1136
|
-
* The unique request ID,
|
|
1136
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1137
1137
|
* @type {string || null}
|
|
1138
1138
|
*/
|
|
1139
1139
|
this.RequestId = null;
|
|
@@ -1173,7 +1173,7 @@ class DeleteRoomMemberResponse extends AbstractModel {
|
|
|
1173
1173
|
this.DeleteResult = null;
|
|
1174
1174
|
|
|
1175
1175
|
/**
|
|
1176
|
-
* The unique request ID,
|
|
1176
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1177
1177
|
* @type {string || null}
|
|
1178
1178
|
*/
|
|
1179
1179
|
this.RequestId = null;
|
|
@@ -1457,6 +1457,24 @@ class SceneInfo extends AbstractModel {
|
|
|
1457
1457
|
constructor(){
|
|
1458
1458
|
super();
|
|
1459
1459
|
|
|
1460
|
+
/**
|
|
1461
|
+
*
|
|
1462
|
+
* @type {string || null}
|
|
1463
|
+
*/
|
|
1464
|
+
this.SceneId = null;
|
|
1465
|
+
|
|
1466
|
+
/**
|
|
1467
|
+
*
|
|
1468
|
+
* @type {boolean || null}
|
|
1469
|
+
*/
|
|
1470
|
+
this.Status = null;
|
|
1471
|
+
|
|
1472
|
+
/**
|
|
1473
|
+
*
|
|
1474
|
+
* @type {string || null}
|
|
1475
|
+
*/
|
|
1476
|
+
this.CallbackUrl = null;
|
|
1477
|
+
|
|
1460
1478
|
}
|
|
1461
1479
|
|
|
1462
1480
|
/**
|
|
@@ -1466,6 +1484,9 @@ class SceneInfo extends AbstractModel {
|
|
|
1466
1484
|
if (!params) {
|
|
1467
1485
|
return;
|
|
1468
1486
|
}
|
|
1487
|
+
this.SceneId = 'SceneId' in params ? params.SceneId : null;
|
|
1488
|
+
this.Status = 'Status' in params ? params.Status : null;
|
|
1489
|
+
this.CallbackUrl = 'CallbackUrl' in params ? params.CallbackUrl : null;
|
|
1469
1490
|
|
|
1470
1491
|
}
|
|
1471
1492
|
}
|
|
@@ -1683,7 +1704,7 @@ class CreateAppResponse extends AbstractModel {
|
|
|
1683
1704
|
this.Data = null;
|
|
1684
1705
|
|
|
1685
1706
|
/**
|
|
1686
|
-
* The unique request ID,
|
|
1707
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1687
1708
|
* @type {string || null}
|
|
1688
1709
|
*/
|
|
1689
1710
|
this.RequestId = null;
|
|
@@ -1752,7 +1773,7 @@ class StopRecordResponse extends AbstractModel {
|
|
|
1752
1773
|
super();
|
|
1753
1774
|
|
|
1754
1775
|
/**
|
|
1755
|
-
* The unique request ID,
|
|
1776
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1756
1777
|
* @type {string || null}
|
|
1757
1778
|
*/
|
|
1758
1779
|
this.RequestId = null;
|
|
@@ -1900,7 +1921,7 @@ class ModifyAppStatusResponse extends AbstractModel {
|
|
|
1900
1921
|
this.Data = null;
|
|
1901
1922
|
|
|
1902
1923
|
/**
|
|
1903
|
-
* The unique request ID,
|
|
1924
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1904
1925
|
* @type {string || null}
|
|
1905
1926
|
*/
|
|
1906
1927
|
this.RequestId = null;
|
|
@@ -1978,7 +1999,7 @@ class ModifyRecordInfoResponse extends AbstractModel {
|
|
|
1978
1999
|
super();
|
|
1979
2000
|
|
|
1980
2001
|
/**
|
|
1981
|
-
* The unique request ID,
|
|
2002
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1982
2003
|
* @type {string || null}
|
|
1983
2004
|
*/
|
|
1984
2005
|
this.RequestId = null;
|
|
@@ -698,6 +698,12 @@ Filipino: fil, hindi: hi, polish: pl, czech: cs, dutch: nl, khmer: km, burmese:
|
|
|
698
698
|
*/
|
|
699
699
|
this.References = null;
|
|
700
700
|
|
|
701
|
+
/**
|
|
702
|
+
*
|
|
703
|
+
* @type {Array.<string> || null}
|
|
704
|
+
*/
|
|
705
|
+
this.GlossaryIDs = null;
|
|
706
|
+
|
|
701
707
|
}
|
|
702
708
|
|
|
703
709
|
/**
|
|
@@ -722,6 +728,7 @@ Filipino: fil, hindi: hi, polish: pl, czech: cs, dutch: nl, khmer: km, burmese:
|
|
|
722
728
|
this.References.push(obj);
|
|
723
729
|
}
|
|
724
730
|
}
|
|
731
|
+
this.GlossaryIDs = 'GlossaryIDs' in params ? params.GlossaryIDs : null;
|
|
725
732
|
|
|
726
733
|
}
|
|
727
734
|
}
|
|
@@ -806,7 +813,7 @@ class SubmitHunyuanTo3DUVJobRequest extends AbstractModel {
|
|
|
806
813
|
/**
|
|
807
814
|
* File URL of the 3D model requiring UV unfold
|
|
808
815
|
Supported formats: FBX, OBJ, GLB
|
|
809
|
-
3D model limit: less than
|
|
816
|
+
3D model limit: The face count of the 3D model is less than 30,000 and the number of connected components does not exceed 100
|
|
810
817
|
* @type {InputFile3D || null}
|
|
811
818
|
*/
|
|
812
819
|
this.File = null;
|
|
@@ -1319,8 +1326,8 @@ Specifies the supported face count generation range. value range: 3000-1500000
|
|
|
1319
1326
|
/**
|
|
1320
1327
|
* Generation task type. default: Normal. valid values:
|
|
1321
1328
|
Normal: generates a geometric model with textures
|
|
1322
|
-
LowPoly: specifies the model generated after intelligent polygon reduction
|
|
1323
|
-
Geometry: specifies whether to generate a Geometry model without textures (white model).
|
|
1329
|
+
LowPoly: specifies the model generated after intelligent polygon reduction
|
|
1330
|
+
Geometry: specifies whether to generate a Geometry model without textures (white model). When this parameter is enabled, only GLB will be output andthe EnablePBR parameter does not take effect
|
|
1324
1331
|
Specifies the Sketch for the generative model, allowing input of a Sketch or line drawing. in this mode, both prompt and ImageUrl/ImageBase64 can be entered together
|
|
1325
1332
|
* @type {string || null}
|
|
1326
1333
|
*/
|
|
@@ -10301,7 +10301,7 @@ class CreateApplicationSensitiveAPIRequest extends AbstractModel {
|
|
|
10301
10301
|
this.ApplicationId = null;
|
|
10302
10302
|
|
|
10303
10303
|
/**
|
|
10304
|
-
* List of newly-added APIs
|
|
10304
|
+
* List of newly-added APIs.
|
|
10305
10305
|
* @type {Array.<CreateApplicationSensitiveAPIReq> || null}
|
|
10306
10306
|
*/
|
|
10307
10307
|
this.APIList = null;
|
|
@@ -1534,7 +1534,7 @@ class TcsasClient extends AbstractClient {
|
|
|
1534
1534
|
}
|
|
1535
1535
|
|
|
1536
1536
|
/**
|
|
1537
|
-
* This API is used to add a team member
|
|
1537
|
+
* This API is used to add a team member
|
|
1538
1538
|
* @param {AddTeamMemberRequest} req
|
|
1539
1539
|
* @param {function(string, AddTeamMemberResponse):void} cb
|
|
1540
1540
|
* @public
|