tencentcloud-sdk-nodejs-faceid 4.1.77 → 4.1.83

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.77",
3
+ "version": "4.1.83",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2754,19 +2754,19 @@ export interface WeChatBillDetail {
2754
2754
  /**
2755
2755
  * token
2756
2756
  */
2757
- BizToken: string;
2757
+ BizToken?: string;
2758
2758
  /**
2759
2759
  * 本token收费次数
2760
2760
  */
2761
- ChargeCount: number;
2761
+ ChargeCount?: number;
2762
2762
  /**
2763
2763
  * 本token计费详情
2764
2764
  */
2765
- ChargeDetails: Array<ChargeDetail>;
2765
+ ChargeDetails?: Array<ChargeDetail>;
2766
2766
  /**
2767
2767
  * 业务RuleId
2768
2768
  */
2769
- RuleId: string;
2769
+ RuleId?: string;
2770
2770
  }
2771
2771
  /**
2772
2772
  * PhoneVerification请求参数结构体