tencentcloud-sdk-nodejs-intl-en 3.0.1166 → 3.0.1168

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.1166",
3
+ "version": "3.0.1168",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1166";
1
+ const sdkVersion = "3.0.1168";
2
2
  module.exports = sdkVersion
@@ -109,6 +109,7 @@ module.exports = {
109
109
  tke: require("./tke"),
110
110
  tms: require("./tms"),
111
111
  tmt: require("./tmt"),
112
+ trabbit: require("./trabbit"),
112
113
  trro: require("./trro"),
113
114
  trtc: require("./trtc"),
114
115
  tts: require("./tts"),
@@ -293,8 +293,8 @@ Callable roles: Distributor
293
293
  }
294
294
 
295
295
  /**
296
- * This API is used to query the indirect sub-customers of a first-level distributor.
297
- Invokable role type: first-level reseller.
296
+ * This API is used to query the indirect sub-customers of a distributor.
297
+ Invokable role type: Distributor
298
298
  * @param {QueryT1IndirectCustomersDetailRequest} req
299
299
  * @param {function(string, QueryT1IndirectCustomersDetailResponse):void} cb
300
300
  * @public
@@ -2086,7 +2086,7 @@ class QueryT1IndirectCustomersDetailResponse extends AbstractModel {
2086
2086
  super();
2087
2087
 
2088
2088
  /**
2089
- * The number of indirect sub-customers of a first-level distributor.
2089
+ * The number of indirect sub-customers of a distributor.
2090
2090
  * @type {number || null}
2091
2091
  */
2092
2092
  this.Total = null;
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ v20230418: require("./v20230418"),
3
+ };
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ Client: require("./trabbit_client"),
3
+ Models: require("./models"),
4
+ };