tccli 3.0.1327.1__py2.py3-none-any.whl → 3.0.1329.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.
Files changed (73) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +10 -1
  3. tccli/services/apm/v20210622/examples.json +2 -2
  4. tccli/services/bh/v20230418/api.json +9 -0
  5. tccli/services/cbs/v20170312/api.json +15 -15
  6. tccli/services/ccc/v20200210/api.json +36 -0
  7. tccli/services/cdb/v20170320/api.json +21 -3
  8. tccli/services/cdn/v20180606/examples.json +1 -1
  9. tccli/services/cdwch/v20200915/api.json +3 -3
  10. tccli/services/cdwch/v20200915/examples.json +1 -1
  11. tccli/services/cfs/v20190719/api.json +1 -1
  12. tccli/services/chc/chc_client.py +53 -0
  13. tccli/services/chc/v20230418/api.json +62 -0
  14. tccli/services/chc/v20230418/examples.json +8 -0
  15. tccli/services/cvm/v20170312/api.json +2 -2
  16. tccli/services/cwp/v20180228/api.json +92 -1
  17. tccli/services/dbbrain/v20210527/api.json +4 -4
  18. tccli/services/dcdb/v20180411/examples.json +1 -1
  19. tccli/services/dts/v20211206/api.json +3 -3
  20. tccli/services/emr/v20190103/api.json +175 -10
  21. tccli/services/ess/ess_client.py +126 -20
  22. tccli/services/ess/v20201111/api.json +136 -2
  23. tccli/services/ess/v20201111/examples.json +22 -0
  24. tccli/services/essbasic/v20210526/api.json +3 -3
  25. tccli/services/gs/gs_client.py +729 -146
  26. tccli/services/gs/v20191118/api.json +758 -29
  27. tccli/services/gs/v20191118/examples.json +88 -0
  28. tccli/services/hai/hai_client.py +53 -0
  29. tccli/services/hai/v20230812/api.json +62 -0
  30. tccli/services/hai/v20230812/examples.json +8 -0
  31. tccli/services/ioa/ioa_client.py +53 -0
  32. tccli/services/ioa/v20220601/api.json +263 -0
  33. tccli/services/ioa/v20220601/examples.json +8 -0
  34. tccli/services/iotexplorer/v20190423/api.json +57 -6
  35. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  36. tccli/services/lighthouse/v20200324/api.json +1 -1
  37. tccli/services/lke/v20231130/api.json +315 -4
  38. tccli/services/lke/v20231130/examples.json +4 -4
  39. tccli/services/mariadb/v20170312/api.json +10 -10
  40. tccli/services/ocr/v20181119/api.json +76 -11
  41. tccli/services/partners/v20180321/api.json +7 -7
  42. tccli/services/sqlserver/v20180328/api.json +29 -2
  43. tccli/services/ssl/v20191205/api.json +79 -0
  44. tccli/services/ssl/v20191205/examples.json +6 -6
  45. tccli/services/tcss/v20201101/api.json +58 -3
  46. tccli/services/tcss/v20201101/examples.json +2 -2
  47. tccli/services/tem/tem_client.py +53 -0
  48. tccli/services/tem/v20210701/api.json +107 -0
  49. tccli/services/tem/v20210701/examples.json +8 -0
  50. tccli/services/teo/v20220901/api.json +807 -74
  51. tccli/services/teo/v20220901/examples.json +2 -2
  52. tccli/services/tke/tke_client.py +53 -0
  53. tccli/services/tke/v20220501/api.json +61 -0
  54. tccli/services/tke/v20220501/examples.json +8 -0
  55. tccli/services/trtc/trtc_client.py +216 -4
  56. tccli/services/trtc/v20190722/api.json +431 -2
  57. tccli/services/trtc/v20190722/examples.json +32 -0
  58. tccli/services/vclm/v20240523/api.json +173 -0
  59. tccli/services/vclm/v20240523/examples.json +16 -0
  60. tccli/services/vclm/vclm_client.py +106 -0
  61. tccli/services/vm/v20210922/api.json +16 -20
  62. tccli/services/vod/v20180717/api.json +13 -11
  63. tccli/services/vod/v20180717/examples.json +4 -4
  64. tccli/services/vpc/v20170312/api.json +10 -1
  65. tccli/services/waf/v20180125/api.json +2 -2
  66. tccli/services/wedata/v20210820/api.json +952 -0
  67. tccli/services/wedata/v20210820/examples.json +8 -0
  68. tccli/services/wedata/wedata_client.py +53 -0
  69. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/METADATA +2 -2
  70. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/RECORD +73 -73
  71. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/WHEEL +0 -0
  72. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/entry_points.txt +0 -0
  73. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,8 +11,8 @@
11
11
  "CheckAttributeLabelRefer": [
12
12
  {
13
13
  "document": "检查知识标签是否被引用",
14
- "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAttributeLabelRefer\n<公共请求参数>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"LabelBizId\": \"1734549420823662593\",\n \"AttributeBizId\": [\n \"1734549420823662592\"\n ]\n}",
15
- "output": "{\n \"Response\": {\n \"IsRefer\": false,\n \"RequestId\": \"2bf7f1f1-9346-4919-9561-e85805017676\"\n }\n}",
14
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAttributeLabelRefer\n<公共请求参数>\n\n{\n \"BotBizId\": \"1922557****89446528\",\n \"LabelBizId\": \"19229118842****0208\"\n}",
15
+ "output": "{\n \"Response\": {\n \"IsRefer\": false,\n \"List\": [\n {\n \"AttributeLabelBizId\": \"19229118842****0208\",\n \"WorkflowList\": [\n {\n \"AppBizId\": \"\",\n \"UpdateTime\": 0,\n \"WorkflowDesc\": \"工作流\",\n \"WorkflowId\": \"3a3cd69e-caa5-****-bf10-0306105600e7\",\n \"WorkflowName\": \"工作流\"\n },\n {\n \"AppBizId\": \"\",\n \"UpdateTime\": 0,\n \"WorkflowDesc\": \"工作流2\",\n \"WorkflowId\": \"2eea1fcd-2c6c-****-b5d7-03bc34b6b41a\",\n \"WorkflowName\": \"工作流2\"\n }\n ]\n }\n ],\n \"RequestId\": \"1e53486e-****-454e-bf1a-5bed21f8036b\"\n }\n}",
16
16
  "title": "检查知识标签是否被引用"
17
17
  }
18
18
  ],
@@ -91,7 +91,7 @@
91
91
  "CreateVar": [
92
92
  {
93
93
  "document": "创建变量",
94
- "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVar\n<公共请求参数>\n\n{\n \"AppBizId\": \"1793260396881641472\",\n \"VarName\": \"TimeID\",\n \"VarDesc\": \"这个参数要来传时间\",\n \"VarType\": \"STRING\"\n}",
94
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVar\n<公共请求参数>\n\n{\n \"AppBizId\": \"1793260396881641472\",\n \"VarName\": \"TimeID\",\n \"VarDesc\": \"这个参数要来传时间\",\n \"VarType\": \"STRING\",\n \"VarDefaultValue\": \"2025-05-14\",\n \"VarDefaultFileName\": \"\"\n}",
95
95
  "output": "{\n \"Response\": {\n \"RequestId\": \"aa7b90b3-bca5-4666-8bb8-e76b0374137c\",\n \"VarId\": \"55127e9e-6e9e-4c11-bcf8-b524959cd841\"\n }\n}",
96
96
  "title": "创建变量"
97
97
  }
@@ -426,7 +426,7 @@
426
426
  {
427
427
  "document": "获取应用下的变量列表",
428
428
  "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetVarList\n<公共请求参数>\n\n{\n \"AppBizId\": \"1793260396881641472\"\n}",
429
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"VarId\": \"55127e9e-6e9e-4c11-bcf8-b524959cd841\",\n \"VarName\": \"TimeIDUpdate\",\n \"VarDesc\": \"时间ID描述\",\n \"VarType\": \"STRING\"\n },\n {\n \"VarId\": \"d125c28b-55db-4478-9066-6115ab97ee17\",\n \"VarName\": \"UserID\",\n \"VarDesc\": \"用户ID描述\",\n \"VarType\": \"STRING\"\n }\n ],\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\",\n \"Total\": 2\n }\n}",
429
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"VarId\": \"55127e9e-6e9e-4c11-bcf8-b524959cd841\",\n \"VarName\": \"TimeIDUpdate\",\n \"VarDesc\": \"时间ID描述\",\n \"VarType\": \"STRING\",\n \"VarDefaultValue\": \"2025-05-14\",\n \"VarDefaultFileName\": \"\"\n },\n {\n \"VarId\": \"d125c28b-55db-4478-9066-6115ab97ee17\",\n \"VarName\": \"UserID\",\n \"VarDesc\": \"用户ID描述\",\n \"VarType\": \"STRING\",\n \"VarDefaultValue\": \"6213673423\",\n \"VarDefaultFileName\": \"\"\n }\n ],\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\",\n \"Total\": 2\n }\n}",
430
430
  "title": "获取应用下的变量列表"
431
431
  }
432
432
  ],
@@ -1467,8 +1467,8 @@
1467
1467
  "type": "string"
1468
1468
  },
1469
1469
  {
1470
- "disabled": false,
1471
- "document": "(废弃)可用区",
1470
+ "disabled": true,
1471
+ "document": "可用区",
1472
1472
  "example": "ap-guangzhou-1",
1473
1473
  "member": "string",
1474
1474
  "name": "Zone",
@@ -1485,8 +1485,8 @@
1485
1485
  "type": "int"
1486
1486
  },
1487
1487
  {
1488
- "disabled": false,
1489
- "document": "(废弃)Pid,可通过获取独享集群售卖配置接口得到",
1488
+ "disabled": true,
1489
+ "document": "Pid,可通过获取独享集群售卖配置接口得到",
1490
1490
  "example": "0",
1491
1491
  "member": "int64",
1492
1492
  "name": "Pid",
@@ -1494,8 +1494,8 @@
1494
1494
  "type": "int"
1495
1495
  },
1496
1496
  {
1497
- "disabled": false,
1498
- "document": "(废弃)机型",
1497
+ "disabled": true,
1498
+ "document": "机型",
1499
1499
  "example": "SH02",
1500
1500
  "member": "string",
1501
1501
  "name": "Machine",
@@ -1530,8 +1530,8 @@
1530
1530
  "type": "string"
1531
1531
  },
1532
1532
  {
1533
- "disabled": false,
1534
- "document": "(废弃)是否手动指定一组服务器分配, 运维使用",
1533
+ "disabled": true,
1534
+ "document": "是否手动指定一组服务器分配, 运维使用",
1535
1535
  "example": "0",
1536
1536
  "member": "int64",
1537
1537
  "name": "Manual",
@@ -1539,8 +1539,8 @@
1539
1539
  "type": "int"
1540
1540
  },
1541
1541
  {
1542
- "disabled": false,
1543
- "document": "(废弃)DeviceNo参数",
1542
+ "disabled": true,
1543
+ "document": "DeviceNo参数",
1544
1544
  "example": "HYIO2A",
1545
1545
  "member": "string",
1546
1546
  "name": "DeviceNo",
@@ -204,7 +204,7 @@
204
204
  "status": "online"
205
205
  },
206
206
  "IDCardOCR": {
207
- "document": "本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。\n\n另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备8种告警功能,如下表所示。\n\n<table style=\"width:650px\">\n <thead>\n <tr>\n <th width=\"150\">扩展能力</th>\n <th width=\"500\">能力项</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"2\">裁剪功能</td>\n <td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>\n </tr>\n <tr>\n <td>人像照片裁剪(自动抠取身份证头像区域)</td>\n </tr>\n <tr>\n <td rowspan=\"9\">告警功能</td>\n <td>身份证有效日期不合法,即有效日期不符合5年、10年、20年、长期期限\n\n</td>\n </tr>\n <tr>\n <td>身份证边框不完整告警</td>\n </tr>\n <tr>\n <td>身份证复印件告警</td>\n </tr>\n <tr>\n <td>身份证翻拍告警</td>\n </tr>\n <tr>\n <td>身份证框内遮挡告警</td>\n </tr>\n <tr>\n <td>临时身份证告警</td>\n </tr>\n <tr>\n <td>身份证疑似存在PS痕迹告警</td>\n </tr>\n <tr>\n <td>图片模糊告警(可根据图片质量分数判断)</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:20次/秒。",
207
+ "document": "本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。\n\n另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备8种告警功能,如下表所示。\n\n<table style=\"width:650px\">\n <thead>\n <tr>\n <th width=\"150\">扩展能力</th>\n <th width=\"500\">能力项</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"2\">裁剪功能</td>\n <td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>\n </tr>\n <tr>\n <td>人像照片裁剪(自动抠取身份证头像区域)</td>\n </tr>\n <tr>\n <td rowspan=\"9\">告警功能</td>\n </tr>\n <tr>\n <td>身份证边框不完整告警</td>\n </tr>\n <tr>\n <td>身份证复印件告警</td>\n </tr>\n <tr>\n <td>身份证翻拍告警</td>\n </tr>\n <tr>\n <td>身份证框内遮挡告警</td>\n </tr>\n <tr>\n <td>临时身份证告警</td>\n </tr>\n <tr>\n <td>身份证疑似存在PS痕迹告警</td>\n </tr>\n <tr>\n <td>图片模糊告警(可根据图片质量分数判断)</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:20次/秒。",
208
208
  "input": "IDCardOCRRequest",
209
209
  "name": "身份证识别",
210
210
  "output": "IDCardOCRResponse",
@@ -260,9 +260,9 @@
260
260
  "status": "online"
261
261
  },
262
262
  "MainlandPermitOCR": {
263
- "document": "智能识别并结构化港澳台居民来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。\n\n默认接口请求频率限制:20次/秒。",
263
+ "document": "智能识别并结构化港澳台通行证及来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。\n\n默认接口请求频率限制:20次/秒。",
264
264
  "input": "MainlandPermitOCRRequest",
265
- "name": "港澳台来往内地通行证识别",
265
+ "name": "港澳台通行证及来往内地通行证识别",
266
266
  "output": "MainlandPermitOCRResponse",
267
267
  "status": "online"
268
268
  },
@@ -500,7 +500,7 @@
500
500
  "SmartStructuralPro": {
501
501
  "document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
502
502
  "input": "SmartStructuralProRequest",
503
- "name": "文档抽取(多模态版)",
503
+ "name": "文档抽取(多模态)",
504
504
  "output": "SmartStructuralProResponse",
505
505
  "status": "online"
506
506
  },
@@ -5852,7 +5852,7 @@
5852
5852
  "members": [
5853
5853
  {
5854
5854
  "disabled": false,
5855
- "document": "图片的 Base64 值。\n要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
5855
+ "document": "图片/PDF的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
5856
5856
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
5857
5857
  "member": "string",
5858
5858
  "name": "ImageBase64",
@@ -5861,7 +5861,7 @@
5861
5861
  },
5862
5862
  {
5863
5863
  "disabled": false,
5864
- "document": "图片的 Url 地址。\n要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
5864
+ "document": "图片/PDF的 Url 地址。要求图片经Base64编码后不超过10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
5865
5865
  "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/GeneralAccurateOCR/GeneralAccurateOCR1.jpg",
5866
5866
  "member": "string",
5867
5867
  "name": "ImageUrl",
@@ -7375,7 +7375,7 @@
7375
7375
  "type": "bool"
7376
7376
  },
7377
7377
  {
7378
- "disabled": false,
7378
+ "disabled": true,
7379
7379
  "document": "用于控制是否开启日期校验,默认值为true,打开会进行日期校验。",
7380
7380
  "example": "true",
7381
7381
  "member": "bool",
@@ -8039,7 +8039,7 @@
8039
8039
  },
8040
8040
  {
8041
8041
  "disabled": false,
8042
- "document": "发票处于识别图片或PDF文件中的页教,默认从1开始。",
8042
+ "document": "发票处于识别图片或PDF文件中的页码,默认从1开始。",
8043
8043
  "example": "1",
8044
8044
  "member": "int64",
8045
8045
  "name": "Page",
@@ -8106,6 +8106,62 @@
8106
8106
  "output_required": false,
8107
8107
  "type": "string",
8108
8108
  "value_allowed_null": false
8109
+ },
8110
+ {
8111
+ "disabled": false,
8112
+ "document": "印章信息",
8113
+ "example": "无",
8114
+ "member": "InvoiceSealInfo",
8115
+ "name": "InvoiceSealInfo",
8116
+ "output_required": false,
8117
+ "type": "object",
8118
+ "value_allowed_null": false
8119
+ }
8120
+ ],
8121
+ "usage": "out"
8122
+ },
8123
+ "InvoiceSealInfo": {
8124
+ "document": "印章信息",
8125
+ "members": [
8126
+ {
8127
+ "disabled": false,
8128
+ "document": "是否有公司印章(0:没有,1:有)",
8129
+ "example": "0",
8130
+ "member": "string",
8131
+ "name": "CompanySealMark",
8132
+ "output_required": false,
8133
+ "type": "string",
8134
+ "value_allowed_null": false
8135
+ },
8136
+ {
8137
+ "disabled": false,
8138
+ "document": "是否有监制印章(0:没有,1:有)",
8139
+ "example": "0",
8140
+ "member": "string",
8141
+ "name": "SupervisionSealMark",
8142
+ "output_required": false,
8143
+ "type": "string",
8144
+ "value_allowed_null": false
8145
+ },
8146
+ {
8147
+ "disabled": false,
8148
+ "document": "公司印章信息",
8149
+ "example": "无",
8150
+ "member": "string",
8151
+ "name": "CompanySealMarkInfo",
8152
+ "output_required": false,
8153
+ "type": "list",
8154
+ "value_allowed_null": false
8155
+ },
8156
+ {
8157
+ "disabled": false,
8158
+ "document": "监制印章信息",
8159
+ "example": "无",
8160
+ "member": "string",
8161
+ "name": "SupervisionSealMarkInfo",
8162
+ "output_required": false,
8163
+ "type": "list",
8164
+ "value_allowed_null": false
8109
8165
  }
8110
8166
  ],
8111
8167
  "usage": "out"
@@ -9178,7 +9234,7 @@
9178
9234
  },
9179
9235
  {
9180
9236
  "disabled": false,
9181
- "document": "图片正反面\nFRONT:正面、BACK:反面,默认为FRONT",
9237
+ "document": "图片正反面\nFRONT:正面\nBACK:反面\n默认为FRONT",
9182
9238
  "example": "FRONT",
9183
9239
  "member": "string",
9184
9240
  "name": "CardSide",
@@ -9283,7 +9339,7 @@
9283
9339
  },
9284
9340
  {
9285
9341
  "disabled": false,
9286
- "document": "证件类别, 如:台湾居民来往大陆通行证、港澳居民来往内地通行证。",
9342
+ "document": "证件类别, 如:台湾居民来往大陆通行证、港澳居民来往内地通行证、往来港澳通行证。",
9287
9343
  "example": "台湾居民来往大陆通行证",
9288
9344
  "member": "string",
9289
9345
  "name": "Type",
@@ -13476,6 +13532,15 @@
13476
13532
  "name": "EnableQRCode",
13477
13533
  "required": false,
13478
13534
  "type": "bool"
13535
+ },
13536
+ {
13537
+ "disabled": false,
13538
+ "document": "是否开启印章识别,默认为false",
13539
+ "example": "false",
13540
+ "member": "bool",
13541
+ "name": "EnableSeal",
13542
+ "required": false,
13543
+ "type": "bool"
13479
13544
  }
13480
13545
  ],
13481
13546
  "type": "object"
@@ -16559,7 +16624,7 @@
16559
16624
  },
16560
16625
  {
16561
16626
  "disabled": false,
16562
- "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nWordRecognize -- 手写英文作文模版\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nDispatchWeightNote -- 磅单发货单识别模板\nReceiptWeightNote -- 磅单收货单识别模板\nArticalRecognize -- 手写作文模版\nTable -- 表格模版",
16627
+ "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nWordRecognize -- 手写英文作文模版\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nDispatchWeightNote -- 磅单发货单识别模板\nReceiptWeightNote -- 磅单收货单识别模板\nArticalRecognize -- 手写作文模版\nTable -- 表格模版\nSteelLabel -- 实物标签识别模板\nCarInsurance -- 车辆保险单识别模板",
16563
16628
  "example": "General",
16564
16629
  "member": "string",
16565
16630
  "name": "ConfigId",
@@ -1607,7 +1607,7 @@
1607
1607
  {
1608
1608
  "disabled": false,
1609
1609
  "document": "业务明细列表",
1610
- "example": "[ { \"ActivityId\": \"0\", \"Amt\": 125, \"ClientRemark\": \"有特批\", \"ClientType\": \"old\", \"ClientUin\": \"2000002\", \"GoodsType\": \"购买云服务\", \"OrderId\": \"202401311730494235252\", \"PayMode\": \"prepay\", \"PayTime\": \"2024-01-31 06:06:46\", \"PayerMode\": \"selfpay\", \"ProjectType\": \"platform\", \"SettleMonth\": \"2024-01\", \"Uin\": \"1000001\" } \t\t\t ]",
1610
+ "example": "",
1611
1611
  "member": "AgentBillElem",
1612
1612
  "name": "AgentBillSet",
1613
1613
  "output_required": true,
@@ -1774,7 +1774,7 @@
1774
1774
  {
1775
1775
  "disabled": false,
1776
1776
  "document": "待审核代客列表",
1777
- "example": "[ { \"ApplyTime\": 1722396845, \"ClientFlag\": \"b\", \"ClientName\": \"测试测试\", \"ClientUin\": \"2000002\", \"HasOverdueBill\": 0, \"Mail\": \"dadd*******@qq.com\", \"Phone\": \"111****0090\", \"SalesName\": \"testname\", \"SalesUin\": \"1000001\", \"Status\": 1, \"Uin\": \"1000002\" } ]",
1777
+ "example": "",
1778
1778
  "member": "AgentClientElem",
1779
1779
  "name": "AgentClientSet",
1780
1780
  "output_required": true,
@@ -1902,7 +1902,7 @@
1902
1902
  {
1903
1903
  "disabled": false,
1904
1904
  "document": "订单数组",
1905
- "example": "[ { \"ActionType\": \"purchase\", \"ActivityId\": \"\", \"AppId\": \"251255283\", \"BigDealId\": \"2024012093925000000000\", \"BillId\": \"2024012093925000111111\", \"ClientRemark\": \"客户备注\", \"ClientType\": \"old\", \"CreatTime\": \"2024-10-23 16:57:28\", \"Creater\": \"2000002\", \"DealId\": \"293920000\", \"DealName\": \"20240120939250001222222\", \"DealStatus\": \"未支付\", \"GoodsCategoryId\": \"101832\", \"GoodsName\": \"腾讯会议(SAAS版)\", \"GoodsNum\": \"1\", \"GoodsPrice\": { \"OriginalTotalCost\": 6988000, \"RealTotalCost\": 6988000 }, \"OverdueTime\": \"2024-02-07 16:57:28\", \"OwnerUin\": \"1000001\", \"PayEndTime\": \"2024-01-23 16:57:33\", \"Payer\": \"1000001\", \"PayerMode\": \"0\", \"PaymentMethod\": \"按年:1年\", \"ProductInfo\": [ { \"Name\": \"企业版高级账号\", \"Value\": \"10\" }, { \"Name\": \"50方虚拟会议室\", \"Value\": \"1\" }, { \"Name\": \"300方虚拟会议室\", \"Value\": \"9\" } ], \"ProjectType\": \"\", \"RefundMap\": [], \"ResourceIds\": [ \"700000942629_2024012362900000000001\" ], \"SalesUin\": \"2000002\", \"Status\": \"1\", \"SubGoodsName\": \"腾讯会议(SAAS版企业版)\", \"UpdateTime\": \"2024-01-23 16:57:35\", \"VoucherDecline\": \"0\" } ]",
1905
+ "example": "",
1906
1906
  "member": "AgentDealNewElem",
1907
1907
  "name": "AgentDealSet",
1908
1908
  "output_required": true,
@@ -2076,7 +2076,7 @@
2076
2076
  {
2077
2077
  "disabled": false,
2078
2078
  "document": "订单数组",
2079
- "example": "[ { \"DealId\": \"1078264383\", \"DealName\": \"20240108122000905906371\", \"BigDealId\": \"20240108122000905906361\", \"GoodsCategoryId\": \"100058\", \"OwnerUin\": \"700000232122\", \"AppId\": \"251205747\", \"GoodsNum\": \"1\", \"GoodsPrice\": { \"RealTotalCost\": 1650, \"OriginalTotalCost\": 1750 }, \"ProductInfo\": [ { \"Name\": \"磁盘属性\", \"Value\": \"数据盘\" }, { \"Name\": \"容量\", \"Value\": \"50GB\" }, { \"Name\": \"磁盘类型\", \"Value\": \"高性能云硬盘\" }, { \"Name\": \"可用区\", \"Value\": \"广州二区\" } ], \"Creater\": \"700000232122\", \"CreatTime\": \"2024-01-08 10:13:49\", \"UpdateTime\": \"2024-01-08 10:14:55\", \"PaymentMethod\": \"按月:1个月\", \"Payer\": \"700000413752\", \"BillId\": \"20240108122000905906371\", \"PayEndTime\": \"2024-01-08 10:14:53\", \"Status\": \"4\", \"VoucherDecline\": \"100\", \"PayerMode\": \"1\", \"GoodsName\": \"云硬盘CBS\", \"SubGoodsName\": \"高性能云硬盘\", \"ClientRemark\": \"test\", \"ClientType\": \"new\", \"ProjectType\": \"platform\", \"SalesUin\": \"0\", \"DealStatus\": \"分配完成\", \"ActionType\": \"purchase\", \"ActivityId\": \"0\", \"OverdueTime\": \"2024-01-23 10:13:48\", \"ResourceIds\": [ \"disk-bos529hc\" ] } ]",
2079
+ "example": "",
2080
2080
  "member": "AgentDealNewElem",
2081
2081
  "name": "AgentPayDealSet",
2082
2082
  "output_required": true,
@@ -2232,7 +2232,7 @@
2232
2232
  {
2233
2233
  "disabled": false,
2234
2234
  "document": "订单数组",
2235
- "example": "[ \t\t\t\t\t { \t\t\t\t\t\t\t \"DealId\": \"1078276337\", \t\t\t\t\t\t\t \"DealName\": \"20240108121000906445591\", \t\t\t\t\t\t\t \"BigDealId\": \"20240108121000906445581\", \t\t\t\t\t\t\t \"GoodsCategoryId\": \"176258\", \t\t\t\t\t\t\t \"OwnerUin\": \"700000232121\", \t\t\t\t\t\t\t \"AppId\": \"251205746\", \t\t\t\t\t\t\t \"GoodsNum\": \"1\", \t\t\t\t\t\t\t \"GoodsPrice\": { \t\t\t\t\t\t\t\t\t \"RealTotalCost\": -100000, \t\t\t\t\t\t\t\t\t \"OriginalTotalCost\": -100000 \t\t\t\t\t\t\t }, \t\t\t\t\t\t\t \"ProductInfo\": [ \t\t\t\t\t\t\t\t\t { \t\t\t\t\t\t\t\t\t\t\t \"Name\": \"计费测试商品新购\", \t\t\t\t\t\t\t\t\t\t\t \"Value\": \"jfcs\" \t\t\t\t\t\t\t\t\t } \t\t\t\t\t\t\t ], \t\t\t\t\t\t\t \"Creater\": \"700000232121\", \t\t\t\t\t\t\t \"CreatTime\": \"2024-01-08 15:56:09\", \t\t\t\t\t\t\t \"UpdateTime\": \"2024-01-08 15:56:13\", \t\t\t\t\t\t\t \"PaymentMethod\": \"按月:个月\", \t\t\t\t\t\t\t \"Payer\": \"700000232121\", \t\t\t\t\t\t\t \"BillId\": \"20240108121000906445591\", \t\t\t\t\t\t\t \"PayEndTime\": \"2024-01-08 15:56:11\", \t\t\t\t\t\t\t \"Status\": \"6\", \t\t\t\t\t\t\t \"VoucherDecline\": \"0\", \t\t\t\t\t\t\t \"PayerMode\": \"0\", \t\t\t\t\t\t\t \"GoodsName\": \"计费测试商品\", \t\t\t\t\t\t\t \"SubGoodsName\": \"非资源工厂验证预付费子产品(勿动)\", \t\t\t\t\t\t\t \"ClientRemark\": \"test\", \t\t\t\t\t\t\t \"ClientType\": \"new\", \t\t\t\t\t\t\t \"ProjectType\": \"platform\", \t\t\t\t\t\t\t \"SalesUin\": \"0\", \t\t\t\t\t\t\t \"DealStatus\": \"已退款\", \t\t\t\t\t\t\t \"ActionType\": \"refund\", \t\t\t\t\t\t\t \"ActivityId\": \"0\", \t\t\t\t\t\t\t \"OverdueTime\": \"2024-01-23 15:56:09\", \t\t\t\t\t\t\t \"ResourceIds\": [ \t\t\t\t\t\t\t\t\t \"4712106445241\" \t\t\t\t\t\t\t ] \t\t\t\t\t } \t\t\t ]",
2235
+ "example": "",
2236
2236
  "member": "AgentDealNewElem",
2237
2237
  "name": "AgentPayDealSet",
2238
2238
  "output_required": true,
@@ -2282,7 +2282,7 @@
2282
2282
  "example": "40",
2283
2283
  "member": "int64",
2284
2284
  "name": "Balance",
2285
- "required": true,
2285
+ "output_required": true,
2286
2286
  "type": "int",
2287
2287
  "value_allowed_null": false
2288
2288
  },
@@ -2292,7 +2292,7 @@
2292
2292
  "example": "40",
2293
2293
  "member": "int64",
2294
2294
  "name": "Cash",
2295
- "required": true,
2295
+ "output_required": true,
2296
2296
  "type": "int",
2297
2297
  "value_allowed_null": false
2298
2298
  },
@@ -6353,12 +6353,21 @@
6353
6353
  },
6354
6354
  {
6355
6355
  "disabled": false,
6356
- "document": "列表项排序,目前只按照备份大小排序(desc-降序,asc-升序),默认desc",
6356
+ "document": "列表项排序,desc-降序、asc-升序,按size排序默认desc,按database排序默认asc",
6357
6357
  "example": "desc",
6358
6358
  "member": "string",
6359
6359
  "name": "OrderBy",
6360
6360
  "required": false,
6361
6361
  "type": "string"
6362
+ },
6363
+ {
6364
+ "disabled": false,
6365
+ "document": "排序字段(Size-按备份大小排序,DBs-按数据库名称排序),默认size",
6366
+ "example": "Size",
6367
+ "member": "string",
6368
+ "name": "OrderByType",
6369
+ "required": false,
6370
+ "type": "string"
6362
6371
  }
6363
6372
  ],
6364
6373
  "type": "object"
@@ -6379,7 +6388,7 @@
6379
6388
  {
6380
6389
  "disabled": false,
6381
6390
  "document": "备份文件列表详情",
6382
- "example": " [{\"CrossExternalAddr\": \"https://sqlserver-bucket-sg-1258415541.cos.ap-singapore.myqcloud.com/1251966477%2fsqlserver%2fmssql-mz23h8n7%2fbackup%2fmanual_specific_58002_db2_2021_09_14144312.bak?sign=q-sign-algorithm%3dsha1%26q-ak%3d*************************%26q-sign-time%3d1631605556%3b1631606456%26q-key-time%3d1631605556%3b1631606456%26q-header-list%3d%26q-url-param-list%3d%26q-signature%3df977b8f1afee59225e41a9e766b035953ef9527c\", \"CrossInternalAddr\": \"https://sqlserver-bucket-sg-1258415541.cos.ap-singapore.myqcloud.com/1251966477%2fsqlserver%2fmssql-mz23h8n7%2fbackup%2fmanual_specific_58002_db2_2021_09_14144312.bak?sign=q-sign-algorithm%3dsha1%26q-ak%3d*************************%26q-sign-time%3d1631605556%3b1631606456%26q-key-time%3d1631605556%3b1631606456%26q-header-list%3d%26q-url-param-list%3d%26q-signature%3df977b8f1afee59225e41a9e766b035953ef9527c\",\"CrossRegion\": \"ap-singapore\"}],\"Region\": \"ap-singapore\",\"DBs\": [\"db1\"],\"DownloadLink\": \"https://sqlserver-bucket-sg-1258415541.cos.ap-singapore.myqcloud.com/1251966477%2fsqlserver%2fmssql-mz23h8n7%2fbackup%2fmanual_specific_58002_db1_2021_09_14144312.bak?sign=q-sign-algorithm%3dsha1%26q-ak%3d*************************%26q-sign-time%3d1631605556%3b1631606456%26q-key-time%3d1631605556%3b1631606456%26q-header-list%3d%26q-url-param-list%3d%26q-signature%3de5e61bfbccf44f6c3dd8a710296108dc95ba16db\",\"FileName\": \"manual_specific_58002_db1_2021_09_14144312.bak\",\"Id\": 36074,\"Size\": 184}]",
6391
+ "example": "",
6383
6392
  "member": "BackupFile",
6384
6393
  "name": "BackupFiles",
6385
6394
  "output_required": true,
@@ -8334,6 +8343,15 @@
8334
8343
  "name": "Encryption",
8335
8344
  "required": false,
8336
8345
  "type": "string"
8346
+ },
8347
+ {
8348
+ "disabled": false,
8349
+ "document": "排序字段(Name-按名称排序,CreateTime-按创建时间排序),默认CreateTime",
8350
+ "example": "CreateTime",
8351
+ "member": "string",
8352
+ "name": "OrderBy",
8353
+ "required": false,
8354
+ "type": "string"
8337
8355
  }
8338
8356
  ],
8339
8357
  "type": "object"
@@ -8529,6 +8547,15 @@
8529
8547
  "name": "Encryption",
8530
8548
  "required": false,
8531
8549
  "type": "string"
8550
+ },
8551
+ {
8552
+ "disabled": false,
8553
+ "document": "排序字段(Name-按名称排序,CreateTime-按创建时间排序),默认CreateTime",
8554
+ "example": "CreateTime",
8555
+ "member": "string",
8556
+ "name": "OrderBy",
8557
+ "required": false,
8558
+ "type": "string"
8532
8559
  }
8533
8560
  ],
8534
8561
  "type": "object"
@@ -2230,6 +2230,16 @@
2230
2230
  "output_required": false,
2231
2231
  "type": "object",
2232
2232
  "value_allowed_null": true
2233
+ },
2234
+ {
2235
+ "disabled": false,
2236
+ "document": "是否是上传托管续费证书",
2237
+ "example": "false",
2238
+ "member": "bool",
2239
+ "name": "IsHostingUploadRenewCert",
2240
+ "output_required": true,
2241
+ "type": "bool",
2242
+ "value_allowed_null": false
2233
2243
  }
2234
2244
  ],
2235
2245
  "usage": "out"
@@ -4692,6 +4702,26 @@
4692
4702
  "type": "list",
4693
4703
  "value_allowed_null": true
4694
4704
  },
4705
+ {
4706
+ "disabled": false,
4707
+ "document": "证书域名类型, 1(单域名);2(多域名);3(泛域名);4(多泛域名)",
4708
+ "example": "1",
4709
+ "member": "uint64",
4710
+ "name": "DomainType",
4711
+ "output_required": true,
4712
+ "type": "int",
4713
+ "value_allowed_null": false
4714
+ },
4715
+ {
4716
+ "disabled": false,
4717
+ "document": "证书类型,DV(域名型);OV(企业型);EV(增强型)",
4718
+ "example": "OV",
4719
+ "member": "string",
4720
+ "name": "CertType",
4721
+ "output_required": true,
4722
+ "type": "string",
4723
+ "value_allowed_null": false
4724
+ },
4695
4725
  {
4696
4726
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4697
4727
  "member": "string",
@@ -8216,6 +8246,45 @@
8216
8246
  ],
8217
8247
  "usage": "out"
8218
8248
  },
8249
+ "ManagerPreAuditDomain": {
8250
+ "document": "管理人预审核的域名列表",
8251
+ "members": [
8252
+ {
8253
+ "disabled": false,
8254
+ "document": "预审核域名信息",
8255
+ "example": "tencent.com",
8256
+ "member": "string",
8257
+ "name": "Domain",
8258
+ "output_required": false,
8259
+ "required": true,
8260
+ "type": "string",
8261
+ "value_allowed_null": false
8262
+ },
8263
+ {
8264
+ "disabled": false,
8265
+ "document": "预审核域名创建时间",
8266
+ "example": "2025-01-01 08:00:00",
8267
+ "member": "string",
8268
+ "name": "CreateTime",
8269
+ "output_required": false,
8270
+ "required": true,
8271
+ "type": "string",
8272
+ "value_allowed_null": false
8273
+ },
8274
+ {
8275
+ "disabled": false,
8276
+ "document": "预审核域名过期时间",
8277
+ "example": "2026-01-01 08:00:00",
8278
+ "member": "string",
8279
+ "name": "ExpireTime",
8280
+ "output_required": false,
8281
+ "required": true,
8282
+ "type": "string",
8283
+ "value_allowed_null": false
8284
+ }
8285
+ ],
8286
+ "usage": "both"
8287
+ },
8219
8288
  "ManagerStatusInfo": {
8220
8289
  "document": "管理人的四种审核状态",
8221
8290
  "members": [
@@ -8258,6 +8327,16 @@
8258
8327
  "output_required": true,
8259
8328
  "type": "string",
8260
8329
  "value_allowed_null": false
8330
+ },
8331
+ {
8332
+ "disabled": false,
8333
+ "document": "管理人预审核的域名列表",
8334
+ "example": "无",
8335
+ "member": "ManagerPreAuditDomain",
8336
+ "name": "ManagerPreAuditDomains",
8337
+ "output_required": true,
8338
+ "type": "list",
8339
+ "value_allowed_null": false
8261
8340
  }
8262
8341
  ],
8263
8342
  "usage": "out"