tencentcloud-sdk-nodejs-intl-en 3.0.1282 → 3.0.1283
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.1283";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1567,7 +1567,7 @@ class PurchaseReservedInstancesOfferingRequest extends AbstractModel {
|
|
|
1567
1567
|
this.ClientToken = null;
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
|
-
* Reserved instance name.<br><li>The RI name defaults to
|
|
1570
|
+
* Reserved instance name.<br><li>The RI name defaults to "unnamed" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>
|
|
1571
1571
|
* @type {string || null}
|
|
1572
1572
|
*/
|
|
1573
1573
|
this.ReservedInstanceName = null;
|
|
@@ -4905,7 +4905,7 @@ class InquirePricePurchaseReservedInstancesOfferingRequest extends AbstractMode
|
|
|
4905
4905
|
this.ClientToken = null;
|
|
4906
4906
|
|
|
4907
4907
|
/**
|
|
4908
|
-
* Reserved instance name.<br><li>The RI name defaults to
|
|
4908
|
+
* Reserved instance name.<br><li>The RI name defaults to "unnamed" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>
|
|
4909
4909
|
* @type {string || null}
|
|
4910
4910
|
*/
|
|
4911
4911
|
this.ReservedInstanceName = null;
|
|
@@ -11390,7 +11390,7 @@ class DescribeImagesRequest extends AbstractModel {
|
|
|
11390
11390
|
<li><strong>tag-value</strong></li>
|
|
11391
11391
|
<p style="padding-left: 30px;">Filter by the <strong>tag value</strong>.</p><p style="padding-left: 30px;">Type: String</p><p style="padding-left: 30px;">Optional</p>
|
|
11392
11392
|
<li><strong>tag:tag-key</strong></li>
|
|
11393
|
-
<p style="padding-left: 30px;">Filter by the <strong>tag key-value pair</strong>. Replace
|
|
11393
|
+
<p style="padding-left: 30px;">Filter by the <strong>tag key-value pair</strong>. Replace "tag-key" with the actual value. </p><p style="padding-left: 30px;">Type: String</p><p style="padding-left: 30px;">Optional</p>
|
|
11394
11394
|
* @type {Array.<Filter> || null}
|
|
11395
11395
|
*/
|
|
11396
11396
|
this.Filters = null;
|
|
@@ -11408,7 +11408,7 @@ class DescribeImagesRequest extends AbstractModel {
|
|
|
11408
11408
|
this.Limit = null;
|
|
11409
11409
|
|
|
11410
11410
|
/**
|
|
11411
|
-
* Instance type, e.g. `
|
|
11411
|
+
* Instance type, e.g. `SA5.MEDIUM2`
|
|
11412
11412
|
* @type {string || null}
|
|
11413
11413
|
*/
|
|
11414
11414
|
this.InstanceType = null;
|
|
@@ -4530,16 +4530,21 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4530
4530
|
this.FakeDetectResult = null;
|
|
4531
4531
|
|
|
4532
4532
|
/**
|
|
4533
|
-
* Base64-encoded
|
|
4533
|
+
* Base64-encoded large primary portrait photo from the left side of the new-generation Hong Kong Identity Card.
|
|
4534
4534
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4535
4535
|
* @type {string || null}
|
|
4536
4536
|
*/
|
|
4537
4537
|
this.HeadImage = null;
|
|
4538
4538
|
|
|
4539
4539
|
/**
|
|
4540
|
-
*
|
|
4541
|
-
|
|
4542
|
-
|
|
4540
|
+
* Base64-encoded small secondary portrait photo from the right side of the new-generation Hong Kong Identity Card.
|
|
4541
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4542
|
+
* @type {string || null}
|
|
4543
|
+
*/
|
|
4544
|
+
this.SmallHeadImage = null;
|
|
4545
|
+
|
|
4546
|
+
/**
|
|
4547
|
+
* This field is deprecated and will always return an empty array. Usage is not recommended.
|
|
4543
4548
|
* @type {Array.<number> || null}
|
|
4544
4549
|
*/
|
|
4545
4550
|
this.WarningCode = null;
|
|
@@ -4558,6 +4563,18 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4558
4563
|
*/
|
|
4559
4564
|
this.WarnCardInfos = null;
|
|
4560
4565
|
|
|
4566
|
+
/**
|
|
4567
|
+
* Text information incorporated within the laser-perforated see-through window on the new-generation Hong Kong Identity Card.
|
|
4568
|
+
* @type {string || null}
|
|
4569
|
+
*/
|
|
4570
|
+
this.WindowEmbeddedText = null;
|
|
4571
|
+
|
|
4572
|
+
/**
|
|
4573
|
+
* Versions of the Hong Kong Identity Card: HKID-2018, HKID-2003.
|
|
4574
|
+
* @type {string || null}
|
|
4575
|
+
*/
|
|
4576
|
+
this.HKIDVersion = null;
|
|
4577
|
+
|
|
4561
4578
|
/**
|
|
4562
4579
|
* 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.
|
|
4563
4580
|
* @type {string || null}
|
|
@@ -4585,8 +4602,11 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4585
4602
|
this.CurrentIssueDate = 'CurrentIssueDate' in params ? params.CurrentIssueDate : null;
|
|
4586
4603
|
this.FakeDetectResult = 'FakeDetectResult' in params ? params.FakeDetectResult : null;
|
|
4587
4604
|
this.HeadImage = 'HeadImage' in params ? params.HeadImage : null;
|
|
4605
|
+
this.SmallHeadImage = 'SmallHeadImage' in params ? params.SmallHeadImage : null;
|
|
4588
4606
|
this.WarningCode = 'WarningCode' in params ? params.WarningCode : null;
|
|
4589
4607
|
this.WarnCardInfos = 'WarnCardInfos' in params ? params.WarnCardInfos : null;
|
|
4608
|
+
this.WindowEmbeddedText = 'WindowEmbeddedText' in params ? params.WindowEmbeddedText : null;
|
|
4609
|
+
this.HKIDVersion = 'HKIDVersion' in params ? params.HKIDVersion : null;
|
|
4590
4610
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
4591
4611
|
|
|
4592
4612
|
}
|
|
@@ -837,6 +837,7 @@ Note:
|
|
|
837
837
|
|
|
838
838
|
/**
|
|
839
839
|
* This API is used to stop a relaying task.
|
|
840
|
+
You can create a relay task before the anchor enters the room. When the relay task is finished, you need to call the stop interface actively. If you do not call the Stop Relay Task Interface, Tencent Cloud will automatically stop the mix relay task when all users participating in the mix have no data uploaded for a period of time exceeding the timeout (AgentParams.MaxIdleTime) set when starting the relay task.
|
|
840
841
|
* @param {StopPublishCdnStreamRequest} req
|
|
841
842
|
* @param {function(string, StopPublishCdnStreamResponse):void} cb
|
|
842
843
|
* @public
|