tencentcloud-sdk-nodejs-intl-en 3.0.1182 → 3.0.1183

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.1182",
3
+ "version": "3.0.1183",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1182";
1
+ const sdkVersion = "3.0.1183";
2
2
  module.exports = sdkVersion
@@ -2133,13 +2133,14 @@ class QuerySubAgentsDetailV2Request extends AbstractModel {
2133
2133
 
2134
2134
  /**
2135
2135
  * Filter criteria, support the following filter parameters.
2136
- Note: Email, SubAgentUin, and ClientUin only support exact search. other conditions support fuzzy retrieval.
2137
- Name: filter criteria based on customer name.
2136
+ Note: Email, SubAgentUin, and ClientUin only support exact search. other conditions support fuzzy retrieval.The following are the definitions of filtering items:
2137
+
2138
+ Name: specifies second-level reseller name.
2138
2139
  SubAgentUin: specifies the uin of the second-level reseller.
2139
- Remark: remark.
2140
+ Remark: specifies remark.
2140
2141
  Mobile: specifies the mobile number.
2141
- Specifies the mailbox.
2142
- ClientUin: specifies the sub-customer uin.
2142
+ Email: specifies email address.
2143
+ ClientUin: specifies the Indirect customer uin.
2143
2144
  * @type {string || null}
2144
2145
  */
2145
2146
  this.FilterType = null;
@@ -7991,7 +7991,7 @@ class SegmentationDescriptorInfo extends AbstractModel {
7991
7991
 
7992
7992
  /**
7993
7993
  * The input settings.
7994
- The format of an RTMP_PUSH address is ${InputAddress}/${AppName}/${StreamName}.
7994
+ The format of an RTMP_PUSH/RTMPS_PUSH address is ${InputAddress}/${AppName}/${StreamName}.
7995
7995
  The format of an SRT_PUSH address is ${InputAddress}?streamid=${StreamName},h=${InputDomain}.
7996
7996
  * @class
7997
7997
  */
@@ -8000,14 +8000,14 @@ class InputSettingInfo extends AbstractModel {
8000
8000
  super();
8001
8001
 
8002
8002
  /**
8003
- * Application name, which is valid if `Type` is `RTMP_PUSH` and can contain 1-32 letters and digits
8003
+ * Application name, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`, and can contain 1-32 letters and digits
8004
8004
  Note: This field may return `null`, indicating that no valid value was found.
8005
8005
  * @type {string || null}
8006
8006
  */
8007
8007
  this.AppName = null;
8008
8008
 
8009
8009
  /**
8010
- * Stream name, which is valid if `Type` is `RTMP_PUSH` and can contain 1-32 letters and digits
8010
+ * Stream name, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`, and can contain 1-32 letters and digits
8011
8011
  Note: This field may return `null`, indicating that no valid value was found.
8012
8012
  * @type {string || null}
8013
8013
  */
@@ -8035,8 +8035,8 @@ Note: this field may return `null`, indicating that no valid value was found.
8035
8035
  this.SourceType = null;
8036
8036
 
8037
8037
  /**
8038
- * Delayed time (ms) for playback, which is valid if `Type` is `RTMP_PUSH`
8039
- Value range: 0 (default) or 10000-600000
8038
+ * Delayed time (ms) for playback, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`.
8039
+ Value range: 0 (default) or 10000-600000.
8040
8040
  The value must be a multiple of 1,000.
8041
8041
  Note: This field may return `null`, indicating that no valid value was found.
8042
8042
  * @type {number || null}