tencentcloud-sdk-nodejs-intl-en 3.0.1075 → 3.0.1077

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-intl-en",
3
- "version": "3.0.1075",
3
+ "version": "3.0.1077",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1075";
1
+ const sdkVersion = "3.0.1077";
2
2
  module.exports = sdkVersion
@@ -284,7 +284,7 @@ class IntlpartnersmgtClient extends AbstractClient {
284
284
  }
285
285
 
286
286
  /**
287
- * This API is used to create Tencent Cloud customer accounts for first-level resellers/second-level resellers.After the account is created, it will be automatically bound to the partner account.Note:
287
+ * This API is used to create Tencent Cloud customer accounts for distributor/second-level resellers.After the account is created, it will be automatically bound to the partner account.Note:
288
288
  1. Create a Tencent Cloud account. The entered email address and mobile phone number need to be verified by the partner for validity.
289
289
  2. Customers need to add personal information when logging in for the first time.
290
290
  3. This interface needs to be applied for allowlist usage. Please contact the channel manager to initiate the application process.
@@ -353,7 +353,8 @@ class IntlpartnersmgtClient extends AbstractClient {
353
353
  }
354
354
 
355
355
  /**
356
- * This API is used to set and cancel forced service suspension.Reseller need to be allowlisted to use the API.
356
+ * This API is used to set and cancel forced service suspension.
357
+ Note:Reseller need to be allowlisted to use the API, please contact your business representative to apply for allowlist.
357
358
  * @param {ForceQNRequest} req
358
359
  * @param {function(string, ForceQNResponse):void} cb
359
360
  * @public
@@ -2097,7 +2097,7 @@ Valid values: `personal`, `company`.
2097
2097
 
2098
2098
  /**
2099
2099
  * Registered email address, which should be valid and correct.
2100
- For example, account@qq.com.
2100
+ such as "account@qq.com"
2101
2101
  * @type {string || null}
2102
2102
  */
2103
2103
  this.Mail = null;
@@ -2117,22 +2117,22 @@ A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not
2117
2117
  this.ConfirmPassword = null;
2118
2118
 
2119
2119
  /**
2120
- * Customer's mobile number.
2121
- The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.
2120
+ * Customer's mobile number.
2121
+ The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.
2122
2122
  The system will perform binding limit verification of the mobile number you provide, allowing a maximum of 5 accounts per mobile number.
2123
2123
  * @type {string || null}
2124
2124
  */
2125
2125
  this.PhoneNum = null;
2126
2126
 
2127
2127
  /**
2128
- * Customer's country/region code, which can be obtained via the `GetCountryCodes` API, such as "852".
2128
+ * Customer's country/region code, which can be obtained via the [GetCountryCodes API](https://www.tencentcloud.com/document/product/1085/51416), such as "852".
2129
2129
  Parameter value is not allowed to be 7,380,86.
2130
2130
  * @type {string || null}
2131
2131
  */
2132
2132
  this.CountryCode = null;
2133
2133
 
2134
2134
  /**
2135
- * Customer's ISO2 standard country/region code, which can be obtained via the `GetCountryCodes` API. It should correspond to the `CountryCode` field, such as `HK`.
2135
+ * Customer's ISO2 standard country/region code, which can be obtained via the [GetCountryCodes API](https://www.tencentcloud.com/document/product/1085/51416). It should correspond to the `CountryCode` field, such as `HK`.
2136
2136
  * @type {string || null}
2137
2137
  */
2138
2138
  this.Area = null;
@@ -2144,9 +2144,8 @@ Parameter value is not allowed to be 7,380,86.
2144
2144
  this.Extended = null;
2145
2145
 
2146
2146
  /**
2147
- * Verification code.
2148
- It will be used to verify the validity of the mobile number you provide.
2149
- When the interface is requested for the first time, a null value can be passed in. The interface will send a 6-digit verification code by SMS to the mobile number you provide, and you need to pass it in again together with other parameters after you receive it.
2147
+ * VerifyCode. This field is required.
2148
+ Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/65907) to obtain the verifycode.The SendVerifyCode API sends a 6-digit verifycode to your specified mobile number via SMS. After receiving it, you need to pass it along with other parameters.
2150
2149
  * @type {string || null}
2151
2150
  */
2152
2151
  this.VerifyCode = null;
@@ -3859,9 +3859,10 @@ class ParseLiveStreamProcessNotificationResponse extends AbstractModel {
3859
3859
 
3860
3860
  /**
3861
3861
  * Live stream processing result type, including:
3862
- <li>AiReviewResult: content moderation result;</li>
3863
- <li>AiRecognitionResult: content recognition result;</li>
3864
- <li>LiveRecordResult: live recording result;</li>
3862
+ <li>AiReviewResult: content auditing result.</li>
3863
+ <li>AiRecognitionResult: content recognition result.</li>
3864
+ <li>LiveRecordResult: live recording result.</li>
3865
+ <li>AiQualityControlResult: media quality inspection result.</li>
3865
3866
  <li>ProcessEof: live stream processing result.</li>
3866
3867
  * @type {string || null}
3867
3868
  */
@@ -3875,14 +3876,14 @@ class ParseLiveStreamProcessNotificationResponse extends AbstractModel {
3875
3876
 
3876
3877
  /**
3877
3878
  * Information of a live stream processing error, which is valid when `NotificationType` is `ProcessEof`.
3878
- Note: This field may return null, indicating that no valid values can be obtained.
3879
+ Note: when this field return null, means no valid values can be obtained.
3879
3880
  * @type {LiveStreamProcessErrorInfo || null}
3880
3881
  */
3881
3882
  this.ProcessEofInfo = null;
3882
3883
 
3883
3884
  /**
3884
3885
  * Content audit result, which is valid when `NotificationType` is `AiReviewResult`.
3885
- Note: This field may return null, indicating that no valid values can be obtained.
3886
+ Note: when this field return null, means no valid values can be obtained.
3886
3887
  * @type {LiveStreamAiReviewResultInfo || null}
3887
3888
  */
3888
3889
  this.AiReviewResultInfo = null;
@@ -3894,20 +3895,20 @@ Note: This field may return null, indicating that no valid values can be obtaine
3894
3895
  this.AiRecognitionResultInfo = null;
3895
3896
 
3896
3897
  /**
3897
- *
3898
+ * Content analysis result, which is valid if `NotificationType` is `AiAnalysisResult`.
3898
3899
  * @type {LiveStreamAiAnalysisResultInfo || null}
3899
3900
  */
3900
3901
  this.AiAnalysisResultInfo = null;
3901
3902
 
3902
3903
  /**
3903
- *
3904
+ * Media quality inspection result, which is valid if `NotificationType` is `AiQualityControlResult`.
3904
3905
  * @type {LiveStreamAiQualityControlResultInfo || null}
3905
3906
  */
3906
3907
  this.AiQualityControlResultInfo = null;
3907
3908
 
3908
3909
  /**
3909
3910
  * Live recording result is valid when NotificationType is LiveRecordResult.
3910
- Note: This field may return null, indicating that no valid values can be obtained.
3911
+ Note: when this field return null, means no valid values can be obtained.
3911
3912
  * @type {LiveStreamRecordResultInfo || null}
3912
3913
  */
3913
3914
  this.LiveRecordResultInfo = null;
@@ -3924,6 +3925,21 @@ Note: This field may return null, indicating that no valid values can be obtaine
3924
3925
  */
3925
3926
  this.SessionContext = null;
3926
3927
 
3928
+ /**
3929
+ * - Expiration time, event notification signature expiration UNIX timestamp. - By default, notifications sent by MPS expire after 10 minutes. If the expiration time specified has elapsed, a notification will be considered invalid. This can prevent replay attacks. - The format of Timestamp is a decimal UNIX timestamp, which is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
3930
+ Note: This field may return null, indicating that no valid value can be obtained.
3931
+ * @type {number || null}
3932
+ */
3933
+ this.Timestamp = null;
3934
+
3935
+ /**
3936
+ * Event notification security signature. Sign = MD5 (Timestamp + NotifyKey). Note: Media Processing Service concatenates Timestamp and NotifyKey from TaskNotifyConfig as a string and calculates the Sign value through MD5. This value is included in the notification message. Your backend server can verify whether the Sign is correct using the same algorithm, to confirm whether the message is indeed from the Media Processing Service backend.
3937
+
3938
+ Note: This field may return null, indicating that no valid value can be obtained.
3939
+ * @type {string || null}
3940
+ */
3941
+ this.Sign = null;
3942
+
3927
3943
  /**
3928
3944
  * 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.
3929
3945
  * @type {string || null}
@@ -3979,6 +3995,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
3979
3995
  }
3980
3996
  this.SessionId = 'SessionId' in params ? params.SessionId : null;
3981
3997
  this.SessionContext = 'SessionContext' in params ? params.SessionContext : null;
3998
+ this.Timestamp = 'Timestamp' in params ? params.Timestamp : null;
3999
+ this.Sign = 'Sign' in params ? params.Sign : null;
3982
4000
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
3983
4001
 
3984
4002
  }
@@ -20578,25 +20596,28 @@ class ImageEnhanceConfig extends AbstractModel {
20578
20596
 
20579
20597
  /**
20580
20598
  * Super-resolution configuration.
20581
- Note: This field may return null, indicating that no valid value can be obtained.
20599
+
20582
20600
  * @type {SuperResolutionConfig || null}
20583
20601
  */
20584
20602
  this.SuperResolution = null;
20585
20603
 
20586
20604
  /**
20587
- *
20605
+ * Color enhancement configuration.
20606
+
20588
20607
  * @type {ColorEnhanceConfig || null}
20589
20608
  */
20590
20609
  this.ColorEnhance = null;
20591
20610
 
20592
20611
  /**
20593
- *
20612
+ * Detail enhancement configuration.
20613
+
20594
20614
  * @type {SharpEnhanceConfig || null}
20595
20615
  */
20596
20616
  this.SharpEnhance = null;
20597
20617
 
20598
20618
  /**
20599
- *
20619
+ * Face enhancement configuration.
20620
+
20600
20621
  * @type {FaceEnhanceConfig || null}
20601
20622
  */
20602
20623
  this.FaceEnhance = null;
@@ -24817,18 +24838,25 @@ class AddOnSubtitle extends AbstractModel {
24817
24838
  <li>`subtitle-stream`: Add a subtitle track.</li>
24818
24839
  <li>`close-caption-708`: Embed CEA-708 subtitles in SEI frames.</li>
24819
24840
  <li>`close-caption-608`: Embed CEA-608 subtitles in SEI frames.</li>
24820
- Note: This field may return·null, indicating that no valid values can be obtained.
24841
+ Note: This field may return null, indicating that no valid values can be obtained.
24821
24842
  * @type {string || null}
24822
24843
  */
24823
24844
  this.Type = null;
24824
24845
 
24825
24846
  /**
24826
24847
  * The subtitle file.
24827
- Note: This field may return·null, indicating that no valid values can be obtained.
24848
+ Note: This field may return null, indicating that no valid values can be obtained.
24828
24849
  * @type {MediaInputInfo || null}
24829
24850
  */
24830
24851
  this.Subtitle = null;
24831
24852
 
24853
+ /**
24854
+ * Subtitle name.
24855
+ Note: This field may return null, indicating that no valid value can be obtained.
24856
+ * @type {string || null}
24857
+ */
24858
+ this.SubtitleName = null;
24859
+
24832
24860
  }
24833
24861
 
24834
24862
  /**
@@ -24845,6 +24873,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
24845
24873
  obj.deserialize(params.Subtitle)
24846
24874
  this.Subtitle = obj;
24847
24875
  }
24876
+ this.SubtitleName = 'SubtitleName' in params ? params.SubtitleName : null;
24848
24877
 
24849
24878
  }
24850
24879
  }