tencentcloud-sdk-nodejs-intl-en 3.0.1426 → 3.0.1428
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 +2 -2
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/faceid/v20180301/models.js +37 -14
- package/tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.js +3 -4
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +112 -125
- package/tencentcloud/kms/v20190118/models.js +27 -27
- package/tencentcloud/mdc/v20200828/mdc_client.js +2 -0
- package/tencentcloud/mdc/v20200828/models.js +163 -6
- package/tencentcloud/tokenhub/v20260322/models.js +2529 -510
- package/tencentcloud/tokenhub/v20260322/tokenhub_client.js +247 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-intl-en",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1428",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"https-proxy-agent": "^2.2.1",
|
|
26
26
|
"is-stream": "^1.1.0",
|
|
27
27
|
"node-fetch": "^2.2.0",
|
|
28
|
-
"uuid": "^
|
|
28
|
+
"uuid": "^11.1.1"
|
|
29
29
|
},
|
|
30
30
|
"directories": {
|
|
31
31
|
"example": "examples",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1428";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1752,6 +1752,12 @@ class GetFaceIdTokenIntlResponse extends AbstractModel {
|
|
|
1752
1752
|
*/
|
|
1753
1753
|
this.SdkToken = null;
|
|
1754
1754
|
|
|
1755
|
+
/**
|
|
1756
|
+
* Encrypted string of server-side parameters
|
|
1757
|
+
* @type {string || null}
|
|
1758
|
+
*/
|
|
1759
|
+
this.ServerParamInfo = null;
|
|
1760
|
+
|
|
1755
1761
|
/**
|
|
1756
1762
|
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1757
1763
|
* @type {string || null}
|
|
@@ -1768,6 +1774,7 @@ class GetFaceIdTokenIntlResponse extends AbstractModel {
|
|
|
1768
1774
|
return;
|
|
1769
1775
|
}
|
|
1770
1776
|
this.SdkToken = 'SdkToken' in params ? params.SdkToken : null;
|
|
1777
|
+
this.ServerParamInfo = 'ServerParamInfo' in params ? params.ServerParamInfo : null;
|
|
1771
1778
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
1772
1779
|
|
|
1773
1780
|
}
|
|
@@ -2427,21 +2434,21 @@ Default value: 4
|
|
|
2427
2434
|
this.SecurityLevel = null;
|
|
2428
2435
|
|
|
2429
2436
|
/**
|
|
2430
|
-
* Specifies the identity document type used for authentication.
|
|
2437
|
+
* Specifies the identity document type used for authentication. Valid values:
|
|
2431
2438
|
|
|
2432
|
-
1. HK (default):
|
|
2433
|
-
2. ML:
|
|
2434
|
-
3.
|
|
2435
|
-
4. PhilippinesVoteID:
|
|
2436
|
-
5. PhilippinesDrivingLicense:
|
|
2437
|
-
6. PhilippinesTinID:
|
|
2438
|
-
7. PhilippinesSSSID:
|
|
2439
|
-
8.
|
|
2440
|
-
9. MLIDPassport:
|
|
2441
|
-
10. ThailandIDCard:
|
|
2442
|
-
11. Mainland
|
|
2443
|
-
12. SingaporeIDCard:
|
|
2444
|
-
13. HMTPermit:
|
|
2439
|
+
1. HK (default): Hong Kong (China) Identity Card.
|
|
2440
|
+
2. ML: Malaysia Identity Card.
|
|
2441
|
+
3. IndonesiaIDCard: Indonesia Identity Card.
|
|
2442
|
+
4. PhilippinesVoteID: Philippines Voter's ID.
|
|
2443
|
+
5. PhilippinesDrivingLicense: Philippines Driving License.
|
|
2444
|
+
6. PhilippinesTinID: Philippines TIN ID.
|
|
2445
|
+
7. PhilippinesSSSID: Philippines SSS ID.
|
|
2446
|
+
8. PhilippinesUMID: Philippines UMID.
|
|
2447
|
+
9. MLIDPassport: Passports of Hong Kong (China), Macao (China), and Taiwan (China), as well as overseas regions.
|
|
2448
|
+
10. ThailandIDCard: Thailand Identity Card.
|
|
2449
|
+
11. MainlandIDCard: Chinese Mainland Identity Card.
|
|
2450
|
+
12. SingaporeIDCard: Singapore Identity Card.
|
|
2451
|
+
13. HMTPermit: Travel Permit for Hong Kong (China), Macao (China), and Taiwan (China).
|
|
2445
2452
|
* @type {string || null}
|
|
2446
2453
|
*/
|
|
2447
2454
|
this.IdCardType = null;
|
|
@@ -2573,6 +2580,13 @@ false : Expired HKID is rejected and cannot enter the liveness process.
|
|
|
2573
2580
|
*/
|
|
2574
2581
|
this.AllowUploadPhoto = null;
|
|
2575
2582
|
|
|
2583
|
+
/**
|
|
2584
|
+
* <p>Whether to enable Bank of Thailand-specific background detection.<br>This parameter requires whitelist activation; please contact us to request access before it can take effect.</p><p>Default value: false</p>
|
|
2585
|
+
|
|
2586
|
+
* @type {boolean || null}
|
|
2587
|
+
*/
|
|
2588
|
+
this.EnableBotBgDetection = null;
|
|
2589
|
+
|
|
2576
2590
|
}
|
|
2577
2591
|
|
|
2578
2592
|
/**
|
|
@@ -2603,6 +2617,7 @@ false : Expired HKID is rejected and cannot enter the liveness process.
|
|
|
2603
2617
|
this.SkipOcrConfirmPage = 'SkipOcrConfirmPage' in params ? params.SkipOcrConfirmPage : null;
|
|
2604
2618
|
this.HideProgressBar = 'HideProgressBar' in params ? params.HideProgressBar : null;
|
|
2605
2619
|
this.AllowUploadPhoto = 'AllowUploadPhoto' in params ? params.AllowUploadPhoto : null;
|
|
2620
|
+
this.EnableBotBgDetection = 'EnableBotBgDetection' in params ? params.EnableBotBgDetection : null;
|
|
2606
2621
|
|
|
2607
2622
|
}
|
|
2608
2623
|
}
|
|
@@ -3410,6 +3425,13 @@ Please contact us to access enhance version & plus version.
|
|
|
3410
3425
|
*/
|
|
3411
3426
|
this.RetryLimit = null;
|
|
3412
3427
|
|
|
3428
|
+
/**
|
|
3429
|
+
* <p>Whether to enable Bank of Thailand-specific background detection.<br>This parameter requires whitelist activation; please contact us to request access before it can take effect.</p><p>Default value: false</p>
|
|
3430
|
+
|
|
3431
|
+
* @type {boolean || null}
|
|
3432
|
+
*/
|
|
3433
|
+
this.EnableBotBgDetection = null;
|
|
3434
|
+
|
|
3413
3435
|
}
|
|
3414
3436
|
|
|
3415
3437
|
/**
|
|
@@ -3426,6 +3448,7 @@ Please contact us to access enhance version & plus version.
|
|
|
3426
3448
|
this.ActionList = 'ActionList' in params ? params.ActionList : null;
|
|
3427
3449
|
this.SdkVersion = 'SdkVersion' in params ? params.SdkVersion : null;
|
|
3428
3450
|
this.RetryLimit = 'RetryLimit' in params ? params.RetryLimit : null;
|
|
3451
|
+
this.EnableBotBgDetection = 'EnableBotBgDetection' in params ? params.EnableBotBgDetection : null;
|
|
3429
3452
|
|
|
3430
3453
|
}
|
|
3431
3454
|
}
|
|
@@ -545,8 +545,8 @@ Callable roles: Distributor, Second-level reseller, Reseller
|
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
/**
|
|
548
|
-
*
|
|
549
|
-
|
|
548
|
+
* Description: Query customer bill details.
|
|
549
|
+
Resellers, first-level resellers, and second-level resellers can call this API.
|
|
550
550
|
* @param {DescribeCustomerBillDetailRequest} req
|
|
551
551
|
* @param {function(string, DescribeCustomerBillDetailResponse):void} cb
|
|
552
552
|
* @public
|
|
@@ -557,8 +557,7 @@ Callable roles: Distributor, Second-level reseller, Reseller.
|
|
|
557
557
|
}
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
|
-
*
|
|
561
|
-
Callable roles: Distributor, Second-level reseller, Reseller
|
|
560
|
+
* Query the aggregate value of a sub-client bill
|
|
562
561
|
* @param {DescribeCustomerBillSummaryRequest} req
|
|
563
562
|
* @param {function(string, DescribeCustomerBillSummaryResponse):void} cb
|
|
564
563
|
* @public
|