tencentcloud-sdk-nodejs-intl-en 3.0.1165 → 3.0.1167
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1167";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -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
|
|
297
|
-
Invokable role type:
|
|
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
|
|
2089
|
+
* The number of indirect sub-customers of a distributor.
|
|
2090
2090
|
* @type {number || null}
|
|
2091
2091
|
*/
|
|
2092
2092
|
this.Total = null;
|