tencentcloud-sdk-nodejs-intl-en 3.0.1393 → 3.0.1394
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 +1 -1
- package/tencentcloud/billing/v20180709/billing_client.js +127 -34
- package/tencentcloud/billing/v20180709/models.js +2908 -880
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/faceid/v20180301/models.js +19 -13
- package/tencentcloud/trabbit/v20230418/models.js +371 -77
- package/tencentcloud/trabbit/v20230418/trabbit_client.js +1 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1394";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -462,7 +462,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
462
462
|
this.IsPass = null;
|
|
463
463
|
|
|
464
464
|
/**
|
|
465
|
-
* <p>Base64 of the ID image</p>
|
|
465
|
+
* <p>Base64 of the front side ID image</p>
|
|
466
466
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
467
467
|
* @type {string || null}
|
|
468
468
|
*/
|
|
@@ -518,12 +518,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
518
518
|
this.OriginalCardInfo = null;
|
|
519
519
|
|
|
520
520
|
/**
|
|
521
|
-
*
|
|
521
|
+
* <p>Document portrait matting</p>
|
|
522
522
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
523
523
|
* @type {string || null}
|
|
524
524
|
*/
|
|
525
525
|
this.HeadImageBase64 = null;
|
|
526
526
|
|
|
527
|
+
/**
|
|
528
|
+
* <p>Base64 of the back side ID image</p>
|
|
529
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
530
|
+
* @type {string || null}
|
|
531
|
+
*/
|
|
532
|
+
this.CardBackImageBase64 = null;
|
|
533
|
+
|
|
527
534
|
}
|
|
528
535
|
|
|
529
536
|
/**
|
|
@@ -553,6 +560,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
553
560
|
this.WarnCardInfos = 'WarnCardInfos' in params ? params.WarnCardInfos : null;
|
|
554
561
|
this.OriginalCardInfo = 'OriginalCardInfo' in params ? params.OriginalCardInfo : null;
|
|
555
562
|
this.HeadImageBase64 = 'HeadImageBase64' in params ? params.HeadImageBase64 : null;
|
|
563
|
+
this.CardBackImageBase64 = 'CardBackImageBase64' in params ? params.CardBackImageBase64 : null;
|
|
556
564
|
|
|
557
565
|
}
|
|
558
566
|
}
|
|
@@ -7386,65 +7394,63 @@ class MainlandIDCard extends AbstractModel {
|
|
|
7386
7394
|
super();
|
|
7387
7395
|
|
|
7388
7396
|
/**
|
|
7389
|
-
*
|
|
7397
|
+
* <p>name</p>
|
|
7390
7398
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7391
|
-
|
|
7392
7399
|
* @type {string || null}
|
|
7393
7400
|
*/
|
|
7394
7401
|
this.FullName = null;
|
|
7395
7402
|
|
|
7396
7403
|
/**
|
|
7397
|
-
*
|
|
7404
|
+
* <p>Gender</p>
|
|
7398
7405
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7399
7406
|
* @type {string || null}
|
|
7400
7407
|
*/
|
|
7401
7408
|
this.Sex = null;
|
|
7402
7409
|
|
|
7403
7410
|
/**
|
|
7404
|
-
*
|
|
7411
|
+
* <p>Ethnicity</p>
|
|
7405
7412
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7406
7413
|
* @type {string || null}
|
|
7407
7414
|
*/
|
|
7408
7415
|
this.Nation = null;
|
|
7409
7416
|
|
|
7410
7417
|
/**
|
|
7411
|
-
* Birthday
|
|
7418
|
+
* <p>Birthday</p>
|
|
7412
7419
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7413
7420
|
* @type {string || null}
|
|
7414
7421
|
*/
|
|
7415
7422
|
this.Birthday = null;
|
|
7416
7423
|
|
|
7417
7424
|
/**
|
|
7418
|
-
* Address
|
|
7425
|
+
* <p>Address</p>
|
|
7419
7426
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7420
7427
|
* @type {string || null}
|
|
7421
7428
|
*/
|
|
7422
7429
|
this.Address = null;
|
|
7423
7430
|
|
|
7424
7431
|
/**
|
|
7425
|
-
*
|
|
7432
|
+
* <p>Identity card number</p>
|
|
7426
7433
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7427
|
-
|
|
7428
7434
|
* @type {string || null}
|
|
7429
7435
|
*/
|
|
7430
7436
|
this.LicenseNumber = null;
|
|
7431
7437
|
|
|
7432
7438
|
/**
|
|
7433
|
-
* Address
|
|
7439
|
+
* <p>Address</p>
|
|
7434
7440
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7435
7441
|
* @type {string || null}
|
|
7436
7442
|
*/
|
|
7437
7443
|
this.FormattedAddress = null;
|
|
7438
7444
|
|
|
7439
7445
|
/**
|
|
7440
|
-
* Issuing authority
|
|
7446
|
+
* <p>Issuing authority</p>
|
|
7441
7447
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7442
7448
|
* @type {string || null}
|
|
7443
7449
|
*/
|
|
7444
7450
|
this.Authority = null;
|
|
7445
7451
|
|
|
7446
7452
|
/**
|
|
7447
|
-
* Validity period
|
|
7453
|
+
* <p>Validity period</p>
|
|
7448
7454
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7449
7455
|
* @type {string || null}
|
|
7450
7456
|
*/
|