tencentcloud-sdk-nodejs-faceid 4.1.98 → 4.1.103

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-faceid",
3
- "version": "4.1.98",
3
+ "version": "4.1.103",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2788,7 +2788,7 @@ export interface WeChatBillDetail {
2788
2788
  */
2789
2789
  BizToken?: string;
2790
2790
  /**
2791
- * 本token收费次数
2791
+ * 本token收费次数。(说明:一次核身过程用户可能会重试多次,因此一个biztoken可能会对应多次计费,如需配置重试上限,请[联系我们](https://cloud.tencent.com/document/product/1007/56130)配置。)
2792
2792
  */
2793
2793
  ChargeCount?: number;
2794
2794
  /**