tencentcloud-sdk-nodejs-ssl 4.1.93 → 4.1.94

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-ssl",
3
- "version": "4.1.93",
3
+ "version": "4.1.94",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3505,6 +3505,22 @@ export interface DescribeManagerDetailResponse {
3505
3505
  * 审核状态详细信息
3506
3506
  */
3507
3507
  StatusInfo?: Array<ManagerStatusInfo>;
3508
+ /**
3509
+ * 管理员证件类型,SFZ代表身份证,HZ代表护照
3510
+ */
3511
+ ManagerIdType?: string;
3512
+ /**
3513
+ * 管理员证件号码
3514
+ */
3515
+ ManagerIdNumber?: string;
3516
+ /**
3517
+ * 联系人证件类型,SFZ代表身份证,HZ代表护照
3518
+ */
3519
+ ContactIdType?: string;
3520
+ /**
3521
+ * 联系人证件号码
3522
+ */
3523
+ ContactIdNumber?: string;
3508
3524
  /**
3509
3525
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3510
3526
  */