tencentcloud-sdk-nodejs-intl-en 3.0.1118 → 3.0.1119
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 +1 -1
- package/tencentcloud/apm/index.js +3 -0
- package/tencentcloud/apm/v20210622/apm_client.js +222 -0
- package/tencentcloud/apm/v20210622/index.js +4 -0
- package/tencentcloud/apm/v20210622/models.js +3075 -0
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/index.js +1 -0
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +4 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1119";
|
|
2
2
|
module.exports = sdkVersion
|
package/tencentcloud/index.js
CHANGED
|
@@ -951,13 +951,15 @@ Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/
|
|
|
951
951
|
this.VerifyCode = null;
|
|
952
952
|
|
|
953
953
|
/**
|
|
954
|
-
* Layer-1 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181)
|
|
954
|
+
* Layer-1 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181),
|
|
955
|
+
such as "kghy_01".
|
|
955
956
|
* @type {string || null}
|
|
956
957
|
*/
|
|
957
958
|
this.TradeOne = null;
|
|
958
959
|
|
|
959
960
|
/**
|
|
960
|
-
* Layer-2 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181)
|
|
961
|
+
* Layer-2 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181),
|
|
962
|
+
such as "kghy_0101"
|
|
961
963
|
* @type {string || null}
|
|
962
964
|
*/
|
|
963
965
|
this.TradeTwo = null;
|