tccli 3.0.1256.1__py2.py3-none-any.whl → 3.0.1258.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/bi/v20220105/api.json +389 -300
- tccli/services/bi/v20220105/examples.json +27 -33
- tccli/services/cdwdoris/v20211228/api.json +220 -170
- tccli/services/cdwdoris/v20211228/examples.json +36 -36
- tccli/services/cfg/v20210820/api.json +29 -0
- tccli/services/cmq/v20190304/api.json +59 -59
- tccli/services/cmq/v20190304/examples.json +3 -3
- tccli/services/cwp/cwp_client.py +0 -106
- tccli/services/cwp/v20180228/api.json +0 -405
- tccli/services/cwp/v20180228/examples.json +0 -16
- tccli/services/dbbrain/v20210527/api.json +9 -0
- tccli/services/dlc/v20210125/api.json +265 -216
- tccli/services/dlc/v20210125/examples.json +46 -52
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +118 -0
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +11 -1
- tccli/services/lke/v20231130/api.json +821 -10
- tccli/services/lke/v20231130/examples.json +10 -16
- tccli/services/ocr/ocr_client.py +361 -308
- tccli/services/ocr/v20181119/api.json +176 -0
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/rum/v20210622/api.json +241 -135
- tccli/services/rum/v20210622/examples.json +31 -31
- tccli/services/scf/v20180416/api.json +2 -2
- tccli/services/ssl/ssl_client.py +61 -8
- tccli/services/ssl/v20191205/api.json +44 -0
- tccli/services/ssl/v20191205/examples.json +8 -0
- tccli/services/tccatalog/__init__.py +4 -0
- tccli/services/tccatalog/tccatalog_client.py +366 -0
- tccli/services/tccatalog/v20241024/api.json +525 -0
- tccli/services/tccatalog/v20241024/examples.json +37 -0
- tccli/services/tdmq/v20200217/api.json +3 -3
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/teo/teo_client.py +326 -8
- tccli/services/teo/v20220901/api.json +3104 -294
- tccli/services/teo/v20220901/examples.json +69 -3
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/RECORD +45 -41
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/license_files/LICENSE +0 -0
@@ -343,6 +343,13 @@
|
|
343
343
|
"output": "CreateBatchInitOrganizationUrlResponse",
|
344
344
|
"status": "online"
|
345
345
|
},
|
346
|
+
"CreateBatchOrganizationAuthorizationUrl": {
|
347
|
+
"document": "此接口用于获取企业批量认证链接-单链接包含多条认证流。\n\n前提条件:已调用 [CreateBatchOrganizationRegistrationTasks创建子企业批量认证链接任务接口](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks) 和[查询子企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/partnerApis/accounts/DescribeBatchOrganizationRegistrationUrls) 确保认证任务已经完成。\n\n异步任务的处理完成时间视当前已提交的任务量、任务的复杂程度等因素决定,正常情况下 3~5 秒即可完成,但也可能需要更长的时间。\n此链接包含多条认证流程,使用该链接可以批量的对企业进行认证。",
|
348
|
+
"input": "CreateBatchOrganizationAuthorizationUrlRequest",
|
349
|
+
"name": "创建企业批量认证链接-单链接",
|
350
|
+
"output": "CreateBatchOrganizationAuthorizationUrlResponse",
|
351
|
+
"status": "online"
|
352
|
+
},
|
346
353
|
"CreateBatchOrganizationRegistrationTasks": {
|
347
354
|
"document": "该接口用于批量创建企业认证链接, 可以支持PC浏览器,H5和小程序三种途径。\n此接口为异步提交任务接口,需要与[查询子企业批量认证链接](https://qcloudimg.tencent-cloud.cn/raw/1d3737991b2a3be78002bd78a47d6917.png)配合使用,整体流程如下图。\n\n\n\n\n**注意**\n\n1. 单次最多创建10个子企业。\n2. 一天内,同一家企业最多创建8000个子企业。\n3. 同一批创建的子客户不能重复,包括企业名称、企业统一信用代码和子客户经办人openId。\n4. 跳转到小程序的实现,请参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式)。如何配置跳转电子签小程序,可参考:<a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n\n\n\n**腾讯电子签小程序的AppID 和 原始Id如下:**\n\n| 小程序 | AppID | 原始ID |\n| ------------ | ------------ | ------------ |\n| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |\n| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |",
|
348
355
|
"input": "CreateBatchOrganizationRegistrationTasksRequest",
|
@@ -6377,6 +6384,117 @@
|
|
6377
6384
|
],
|
6378
6385
|
"type": "object"
|
6379
6386
|
},
|
6387
|
+
"CreateBatchOrganizationAuthorizationUrlRequest": {
|
6388
|
+
"document": "CreateBatchOrganizationAuthorizationUrl请求参数结构体",
|
6389
|
+
"members": [
|
6390
|
+
{
|
6391
|
+
"disabled": false,
|
6392
|
+
"document": "应用相关信息。 此接口Agent.AppId 必填。",
|
6393
|
+
"example": "无",
|
6394
|
+
"member": "Agent",
|
6395
|
+
"name": "Agent",
|
6396
|
+
"required": true,
|
6397
|
+
"type": "object"
|
6398
|
+
},
|
6399
|
+
{
|
6400
|
+
"disabled": false,
|
6401
|
+
"document": "组织机构超管姓名。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminName 保持一致。",
|
6402
|
+
"example": "典子谦",
|
6403
|
+
"member": "string",
|
6404
|
+
"name": "AdminName",
|
6405
|
+
"required": false,
|
6406
|
+
"type": "string"
|
6407
|
+
},
|
6408
|
+
{
|
6409
|
+
"disabled": false,
|
6410
|
+
"document": "组织机构超管手机号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 Admin Mobile保持一致。",
|
6411
|
+
"example": "13200000000",
|
6412
|
+
"member": "string",
|
6413
|
+
"name": "AdminMobile",
|
6414
|
+
"required": false,
|
6415
|
+
"type": "string"
|
6416
|
+
},
|
6417
|
+
{
|
6418
|
+
"disabled": false,
|
6419
|
+
"document": "企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口 查询企业批量认证链接 DescribeBatchOrganizationRegistrationUrls 获得。此参数需与超管个人三要素(AdminName,AdminMobile,AdminIdCardNumber)配合使用。若 SubTaskId 不属于传入的超级管理员,将进行筛选。",
|
6420
|
+
"example": "[\"yDRS4UUgygqdcj56UuO4zjExBQcOiB68\",\"yDRS4UUgygqdcj5pUuO4zjEu602GFIe6\"]",
|
6421
|
+
"member": "string",
|
6422
|
+
"name": "SubTaskIds",
|
6423
|
+
"required": false,
|
6424
|
+
"type": "list"
|
6425
|
+
},
|
6426
|
+
{
|
6427
|
+
"disabled": false,
|
6428
|
+
"document": "组织机构超管证件类型支持以下类型\n- ID_CARD : 居民身份证 (默认值)\n- HONGKONG_AND_MACAO : 港澳居民来往内地通行证\n- HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)\n此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardType保持一致。",
|
6429
|
+
"example": "ID_CARD",
|
6430
|
+
"member": "string",
|
6431
|
+
"name": "AdminIdCardType",
|
6432
|
+
"required": false,
|
6433
|
+
"type": "string"
|
6434
|
+
},
|
6435
|
+
{
|
6436
|
+
"disabled": false,
|
6437
|
+
"document": "组织机构超管证件号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardNumber保持一致。",
|
6438
|
+
"example": "620000198802020000",
|
6439
|
+
"member": "string",
|
6440
|
+
"name": "AdminIdCardNumber",
|
6441
|
+
"required": false,
|
6442
|
+
"type": "string"
|
6443
|
+
},
|
6444
|
+
{
|
6445
|
+
"disabled": false,
|
6446
|
+
"document": "要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**QR_CODE**: 跳转电子签小程序的http_url的二维码形式, 可以在页面展示适合此类型</li></ul>",
|
6447
|
+
"example": "HTTP",
|
6448
|
+
"member": "string",
|
6449
|
+
"name": "Endpoint",
|
6450
|
+
"required": false,
|
6451
|
+
"type": "string"
|
6452
|
+
}
|
6453
|
+
],
|
6454
|
+
"type": "object"
|
6455
|
+
},
|
6456
|
+
"CreateBatchOrganizationAuthorizationUrlResponse": {
|
6457
|
+
"document": "CreateBatchOrganizationAuthorizationUrl返回参数结构体",
|
6458
|
+
"members": [
|
6459
|
+
{
|
6460
|
+
"disabled": false,
|
6461
|
+
"document": "批量企业注册链接-单链接包含多条认证流,根据Endpoint的不同设置,返回不同的链接地址。失效时间:7天跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表<table> <thead> <tr> <th>Endpoint</th> <th>示例</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>HTTP</td> <td>https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa</td> <td>7天</td> </tr> <tr> <td>HTTP_SHORT_URL</td> <td>https://test.essurl.cn/8gDKUBAWK8</td> <td>7天</td> </tr> <tr> <td>APP</td> <td>pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde</td> <td>7天</td> </tr><tr> <td>QR_CODE</td> <td>https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png</td> <td>7天</td> </tr> </tbody> </table>注: `1.创建的链接应避免被转义,如:&被转义为\\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义`",
|
6462
|
+
"example": "https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCYwUBNmxArpbYpfCba",
|
6463
|
+
"member": "string",
|
6464
|
+
"name": "AuthUrl",
|
6465
|
+
"output_required": true,
|
6466
|
+
"type": "string",
|
6467
|
+
"value_allowed_null": false
|
6468
|
+
},
|
6469
|
+
{
|
6470
|
+
"disabled": false,
|
6471
|
+
"document": "认证流认证失败信息",
|
6472
|
+
"example": "无",
|
6473
|
+
"member": "string",
|
6474
|
+
"name": "ErrorMessages",
|
6475
|
+
"output_required": true,
|
6476
|
+
"type": "list",
|
6477
|
+
"value_allowed_null": false
|
6478
|
+
},
|
6479
|
+
{
|
6480
|
+
"disabled": false,
|
6481
|
+
"document": "链接过期时间,为 7 天后,创建时间,格式为Unix标准时间戳(秒)。",
|
6482
|
+
"example": "无",
|
6483
|
+
"member": "uint64",
|
6484
|
+
"name": "ExpireTime",
|
6485
|
+
"output_required": true,
|
6486
|
+
"type": "int",
|
6487
|
+
"value_allowed_null": false
|
6488
|
+
},
|
6489
|
+
{
|
6490
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6491
|
+
"member": "string",
|
6492
|
+
"name": "RequestId",
|
6493
|
+
"type": "string"
|
6494
|
+
}
|
6495
|
+
],
|
6496
|
+
"type": "object"
|
6497
|
+
},
|
6380
6498
|
"CreateBatchOrganizationRegistrationTasksRequest": {
|
6381
6499
|
"document": "CreateBatchOrganizationRegistrationTasks请求参数结构体",
|
6382
6500
|
"members": [
|
@@ -782,6 +782,14 @@
|
|
782
782
|
"title": "创建批量操作企业初始化链接"
|
783
783
|
}
|
784
784
|
],
|
785
|
+
"CreateBatchOrganizationAuthorizationUrl": [
|
786
|
+
{
|
787
|
+
"document": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接。\n1. 批量注册企业子任务是由接口 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks) 生成的。\n2. 调用[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/partnerApis/accounts/DescribeBatchOrganizationRegistrationUrls),获得子任务 TaskId。\n3. Endpoint 设置为长链接,会生成一条长链。",
|
788
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchOrganizationAuthorizationUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"ceshi\"\n },\n \"ProxyOrganizationOpenId\": \"ceshi_org\",\n \"AppId\": \"60e16350b0361c888ecb30477d2c16e9\"\n },\n \"SubTaskIds\": [\n \"yDCHlUUckpaeefmfUxPr7deu6g5PvvJz\",\n \"yDCHlUUckpaeix9uU0ETNLSzHbAxJxLj\"\n ],\n \"AdminName\": \"典子谦\",\n \"AdminMobile\": \"13200000000\",\n \"AdminIdCardType\": \"ID_CARD\",\n \"AdminIdCardNumber\": \"620000198802020000\",\n \"Endpoint\": \"HTTP\"\n}",
|
789
|
+
"output": "{\n \"Response\": {\n \"AuthUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfCVEoeNYGCc6\",\n \"ErrorMessages\": [],\n \"ExpireTime\": 1724165376,\n \"RequestId\": \"s1723560576553977682\"\n }\n}",
|
790
|
+
"title": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接"
|
791
|
+
}
|
792
|
+
],
|
785
793
|
"CreateBatchOrganizationRegistrationTasks": [
|
786
794
|
{
|
787
795
|
"document": "用户同时创建3个企业, 创建链接成功",
|
@@ -409,7 +409,7 @@
|
|
409
409
|
"value_allowed_null": true
|
410
410
|
},
|
411
411
|
{
|
412
|
-
"disabled":
|
412
|
+
"disabled": true,
|
413
413
|
"document": "多轮会话风险审核,值为1时,表明存在信息安全风险,建议终止客户多轮会话。",
|
414
414
|
"example": "1",
|
415
415
|
"member": "string",
|
@@ -640,6 +640,16 @@
|
|
640
640
|
"output_required": false,
|
641
641
|
"type": "int",
|
642
642
|
"value_allowed_null": false
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"disabled": false,
|
646
|
+
"document": "多轮会话风险审核,值为1时,表明存在信息安全风险,建议终止客户多轮会话。",
|
647
|
+
"example": "1",
|
648
|
+
"member": "string",
|
649
|
+
"name": "ModerationLevel",
|
650
|
+
"output_required": false,
|
651
|
+
"type": "string",
|
652
|
+
"value_allowed_null": false
|
643
653
|
}
|
644
654
|
],
|
645
655
|
"usage": "out"
|