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.
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1118";
1
+ const sdkVersion = "3.0.1119";
2
2
  module.exports = sdkVersion
@@ -4,6 +4,7 @@ module.exports = {
4
4
  ams: require("./ams"),
5
5
  antiddos: require("./antiddos"),
6
6
  apigateway: require("./apigateway"),
7
+ apm: require("./apm"),
7
8
  as: require("./as"),
8
9
  asr: require("./asr"),
9
10
  batch: require("./batch"),
@@ -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;