tencentcloud-sdk-python 3.0.1082__py2.py3-none-any.whl → 3.0.1083__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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

Files changed (28) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ccc/v20200210/ccc_client.py +1 -1
  3. tencentcloud/ess/v20201111/ess_client.py +2 -2
  4. tencentcloud/ess/v20201111/models.py +24 -15
  5. tencentcloud/essbasic/v20210526/essbasic_client.py +11 -3
  6. tencentcloud/essbasic/v20210526/models.py +68 -5
  7. tencentcloud/iss/v20230517/models.py +4 -2
  8. tencentcloud/monitor/v20180724/models.py +2 -1
  9. tencentcloud/mps/v20190612/errorcodes.py +3 -0
  10. tencentcloud/mps/v20190612/models.py +55 -17
  11. tencentcloud/mps/v20190612/mps_client.py +2 -1
  12. tencentcloud/ocr/v20181119/models.py +473 -0
  13. tencentcloud/ocr/v20181119/ocr_client.py +74 -0
  14. tencentcloud/tag/v20180813/models.py +24 -0
  15. tencentcloud/teo/v20220901/errorcodes.py +15 -0
  16. tencentcloud/teo/v20220901/models.py +2165 -665
  17. tencentcloud/teo/v20220901/teo_client.py +230 -0
  18. tencentcloud/waf/v20180125/errorcodes.py +3 -0
  19. tencentcloud/waf/v20180125/models.py +82 -0
  20. tencentcloud/waf/v20180125/waf_client.py +23 -0
  21. tencentcloud/wedata/v20210820/errorcodes.py +18 -0
  22. tencentcloud/wedata/v20210820/models.py +11244 -1118
  23. tencentcloud/wedata/v20210820/wedata_client.py +1648 -37
  24. {tencentcloud_sdk_python-3.0.1082.dist-info → tencentcloud_sdk_python-3.0.1083.dist-info}/METADATA +1 -1
  25. {tencentcloud_sdk_python-3.0.1082.dist-info → tencentcloud_sdk_python-3.0.1083.dist-info}/RECORD +28 -28
  26. {tencentcloud_sdk_python-3.0.1082.dist-info → tencentcloud_sdk_python-3.0.1083.dist-info}/LICENSE +0 -0
  27. {tencentcloud_sdk_python-3.0.1082.dist-info → tencentcloud_sdk_python-3.0.1083.dist-info}/WHEEL +0 -0
  28. {tencentcloud_sdk_python-3.0.1082.dist-info → tencentcloud_sdk_python-3.0.1083.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1082'
17
+ __version__ = '3.0.1083'
@@ -119,7 +119,7 @@ class CccClient(AbstractClient):
119
119
 
120
120
 
121
121
  def CreateCCCSkillGroup(self, request):
122
- """创建技能组
122
+ """新建技能组
123
123
 
124
124
  :param request: Request instance for CreateCCCSkillGroup.
125
125
  :type request: :class:`tencentcloud.ccc.v20200210.models.CreateCCCSkillGroupRequest`
@@ -1952,8 +1952,8 @@ class EssClient(AbstractClient):
1952
1952
 
1953
1953
 
1954
1954
  def ModifyFlowDeadline(self, request):
1955
- """在已发起的签署流程中,我们支持对签署截止日期进行延期操作,主要涉及以下两个维度:
1956
- 1. 合同(流程)维度:只需要传递流程ID,无需传递签署人ID。这将对尚未设定签署截止时间的合同(流程)和发起合同(流程)时的签署人进行延期操作。
1955
+ """在已发起的签署流程中,支持对签署截止日期进行延期操作,主要涉及以下两个维度:
1956
+ 1. 合同(流程)维度:只需要传递签署流程ID。这将对签署流程和发起时未单独设定签署截止时间的签署人进行延期操作。
1957
1957
  2. 签署人维度:需要传递流程ID和签署人ID。此操作将对签署人进行延期操作,尤其对于有序的合同(流程),签署截止时间不能超过后一位合同(流程)签署人的流程截止时间。
1958
1958
 
1959
1959
  此接口有如下限制条件:
@@ -3181,12 +3181,13 @@ class CreateDocumentRequest(AbstractModel):
3181
3181
  r"""
3182
3182
  :param _Operator: 调用方用户信息,userId 必填。支持填入集团子公司经办人 userId代发合同。
3183
3183
  :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
3184
+ :param _TemplateId: 用户配置的合同模板ID,会基于此模板创建合同文档,为32位字符串。
3185
+
3186
+ [点击查看模板Id在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/253071cc2f7becb063c7cf71b37b7861.png)
3187
+ :type TemplateId: str
3184
3188
  :param _FlowId: 合同流程ID,为32位字符串。
3185
3189
  此接口的合同流程ID需要由[创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow)接口创建得到。
3186
3190
  :type FlowId: str
3187
- :param _TemplateId: 用户配置的合同模板ID,会基于此模板创建合同文档,为32位字符串。
3188
- 可登录腾讯电子签控制台,在 "模板"->"模板中心"->"列表展示设置"选中模板 ID 中查看某个模板的TemplateId(在页面中展示为模板ID)。
3189
- :type TemplateId: str
3190
3191
  :param _FileNames: 文件名列表,单个文件名最大长度200个字符,暂时仅支持单文件发起。设置后流程对应的文件名称当前设置的值。
3191
3192
  :type FileNames: list of str
3192
3193
  :param _FormFields: 电子文档的填写控件的填充内容。具体方式可以参考[FormField](https://qian.tencent.com/developers/companyApis/dataTypes/#formfield)结构体的定义。
@@ -3215,8 +3216,8 @@ class CreateDocumentRequest(AbstractModel):
3215
3216
  :type ClientToken: str
3216
3217
  """
3217
3218
  self._Operator = None
3218
- self._FlowId = None
3219
3219
  self._TemplateId = None
3220
+ self._FlowId = None
3220
3221
  self._FileNames = None
3221
3222
  self._FormFields = None
3222
3223
  self._NeedPreview = None
@@ -3232,14 +3233,6 @@ class CreateDocumentRequest(AbstractModel):
3232
3233
  def Operator(self, Operator):
3233
3234
  self._Operator = Operator
3234
3235
 
3235
- @property
3236
- def FlowId(self):
3237
- return self._FlowId
3238
-
3239
- @FlowId.setter
3240
- def FlowId(self, FlowId):
3241
- self._FlowId = FlowId
3242
-
3243
3236
  @property
3244
3237
  def TemplateId(self):
3245
3238
  return self._TemplateId
@@ -3248,6 +3241,14 @@ class CreateDocumentRequest(AbstractModel):
3248
3241
  def TemplateId(self, TemplateId):
3249
3242
  self._TemplateId = TemplateId
3250
3243
 
3244
+ @property
3245
+ def FlowId(self):
3246
+ return self._FlowId
3247
+
3248
+ @FlowId.setter
3249
+ def FlowId(self, FlowId):
3250
+ self._FlowId = FlowId
3251
+
3251
3252
  @property
3252
3253
  def FileNames(self):
3253
3254
  return self._FileNames
@@ -3301,8 +3302,8 @@ class CreateDocumentRequest(AbstractModel):
3301
3302
  if params.get("Operator") is not None:
3302
3303
  self._Operator = UserInfo()
3303
3304
  self._Operator._deserialize(params.get("Operator"))
3304
- self._FlowId = params.get("FlowId")
3305
3305
  self._TemplateId = params.get("TemplateId")
3306
+ self._FlowId = params.get("FlowId")
3306
3307
  self._FileNames = params.get("FileNames")
3307
3308
  if params.get("FormFields") is not None:
3308
3309
  self._FormFields = []
@@ -4200,9 +4201,10 @@ class CreateFlowByFilesResponse(AbstractModel):
4200
4201
  r"""
4201
4202
  :param _FlowId: 合同流程ID,为32位字符串。
4202
4203
  建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
4203
- 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
4204
4204
 
4205
4205
  注: 如果是预览模式(即NeedPreview设置为true)时, 此处不会有值返回。
4206
+
4207
+ [点击产看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
4206
4208
  :type FlowId: str
4207
4209
  :param _PreviewUrl: 合同预览链接URL。
4208
4210
 
@@ -5397,7 +5399,7 @@ class CreateFlowResponse(AbstractModel):
5397
5399
  建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
5398
5400
 
5399
5401
  注:
5400
- 此返回的合同流程ID,需再次调用<a href="https://qian.tencent.com/developers/companyApis/startFlows/CreateDocument" target="_blank">创建电子文档</a>和<a href="https://qian.tencent.com/developers/companyApis/startFlows/StartFlow" target="_blank">发起签署流程</a>接口将合同开始后,合同才能进入签署环节
5402
+ 此返回的合同流程ID,需再次调用<a href="https://qian.tencent.com/developers/companyApis/startFlows/CreateDocument" target="_blank">创建电子文档</a>和<a href="https://qian.tencent.com/developers/companyApis/startFlows/StartFlow" target="_blank">发起签署流程</a>接口将合同开始后,合同才能进入签署环节,[点击产看FlowId在控制台中的位置(只在进如签署环节后有效)](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
5401
5403
 
5402
5404
 
5403
5405
  :type FlowId: str
@@ -10469,6 +10471,8 @@ class DescribeFlowBriefsRequest(AbstractModel):
10469
10471
  如果某个合同流程ID不存在,系统会跳过此ID的查询,继续查询剩余存在的合同流程。
10470
10472
 
10471
10473
  可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
10474
+
10475
+ [点击产看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
10472
10476
  :type FlowIds: list of str
10473
10477
  :param _Agent: 代理企业和员工的信息。
10474
10478
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
@@ -10800,6 +10804,11 @@ class DescribeFlowInfoRequest(AbstractModel):
10800
10804
  :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
10801
10805
  :param _FlowIds: 需要查询的流程ID列表,最多可传入100个ID。
10802
10806
  如果要查询合同组的信息,则不需要传入此参数,只需传入 FlowGroupId 参数即可。
10807
+
10808
+
10809
+ 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
10810
+
10811
+ [点击产看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
10803
10812
  :type FlowIds: list of str
10804
10813
  :param _Agent: 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
10805
10814
  :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
@@ -1032,6 +1032,9 @@ class EssbasicClient(AbstractClient):
1032
1032
  """使用此接口,用来绑定企业实名员工的角色,
1033
1033
  支持以电子签userId、客户系统openId两种方式进行绑定。
1034
1034
 
1035
+ 对应控制台的操作如下图
1036
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/5b41194d3cb3f2058ec0ba0fb5ebc6a6.png)
1037
+
1035
1038
  :param request: Request instance for ChannelCreateUserRoles.
1036
1039
  :type request: :class:`tencentcloud.essbasic.v20210526.models.ChannelCreateUserRolesRequest`
1037
1040
  :rtype: :class:`tencentcloud.essbasic.v20210526.models.ChannelCreateUserRolesResponse`
@@ -1104,6 +1107,9 @@ class EssbasicClient(AbstractClient):
1104
1107
  def ChannelDeleteRoleUsers(self, request):
1105
1108
  """通过此接口,删除员工绑定的角色,支持以电子签userId、客户系统userId两种方式调用。
1106
1109
 
1110
+ 对应控制台的操作如下图
1111
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/5b41194d3cb3f2058ec0ba0fb5ebc6a6.png)
1112
+
1107
1113
  :param request: Request instance for ChannelDeleteRoleUsers.
1108
1114
  :type request: :class:`tencentcloud.essbasic.v20210526.models.ChannelDeleteRoleUsersRequest`
1109
1115
  :rtype: :class:`tencentcloud.essbasic.v20210526.models.ChannelDeleteRoleUsersResponse`
@@ -1263,7 +1269,7 @@ class EssbasicClient(AbstractClient):
1263
1269
  """分页查询企业角色列表,法人的角色是系统保留角色,不会返回,按照角色创建时间升序排列。
1264
1270
 
1265
1271
 
1266
- <font color="red">**系统默认角色**</font>说明可参考下表
1272
+ <font color="red">系统默认角色</font>说明可参考下表
1267
1273
 
1268
1274
  | 角色名称| 建议授予对象 | 角色描述 |
1269
1275
  | --- | --- | --- |
@@ -1272,6 +1278,8 @@ class EssbasicClient(AbstractClient):
1272
1278
  | **经办人**|企业法务负责人等 | 发起合同、签署合同(含填写、拒签)、撤销合同、持有印章等权限能力,可查看企业所有合同数据。 |
1273
1279
  | **业务员**|销售员、采购员 等| 发起合同、签署合同(含填写、拒签)、撤销合同、持有印章等权限能力,可查看自己相关所有合同数据。 |
1274
1280
 
1281
+ 附件:<a href="https://dyn.ess.tencent.cn/guide/apivideo/roles.xlsx" target="_blank">点击下载角色对应的权限点的excel文档</a>
1282
+
1275
1283
  :param request: Request instance for ChannelDescribeRoles.
1276
1284
  :type request: :class:`tencentcloud.essbasic.v20210526.models.ChannelDescribeRolesRequest`
1277
1285
  :rtype: :class:`tencentcloud.essbasic.v20210526.models.ChannelDescribeRolesResponse`
@@ -2265,8 +2273,8 @@ class EssbasicClient(AbstractClient):
2265
2273
 
2266
2274
 
2267
2275
  def ModifyFlowDeadline(self, request):
2268
- """在已发起的签署流程中,我们支持对签署截止日期进行延期操作,主要涉及以下两个维度:
2269
- 1. 合同(流程)维度:只需要传递流程ID。这将对尚未设定签署截止时间的合同(流程)和发起合同(流程)时的签署人进行延期操作。
2276
+ """在已发起的签署流程中,支持对签署截止日期进行延期操作,主要涉及以下两个维度:
2277
+ 1. 合同(流程)维度:只需要传递签署流程ID。这将对签署流程和发起时未单独设定签署截止时间的签署人进行延期操作。
2270
2278
  2. 签署人维度:需要传递流程ID和签署人ID。此操作将对签署人进行延期操作,尤其对于有序的合同(流程),签署截止时间不能超过后一位合同(流程)签署人的流程截止时间。
2271
2279
 
2272
2280
  此接口有如下限制条件:
@@ -3331,6 +3331,8 @@ class ChannelCreateFlowByFilesResponse(AbstractModel):
3331
3331
  r"""
3332
3332
  :param _FlowId: 合同流程ID,为32位字符串。
3333
3333
  建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
3334
+
3335
+ [点击产看FlowId在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/05af26573d5106763b4cfbb9f7c64b41.png)
3334
3336
  注意:此字段可能返回 null,表示取不到有效值。
3335
3337
  :type FlowId: str
3336
3338
  :param _Approvers: 签署方信息,如角色ID、角色名称等
@@ -5062,6 +5064,9 @@ class ChannelCreateReleaseFlowRequest(AbstractModel):
5062
5064
  第三方平台子客企业和员工必须已经经过实名认证
5063
5065
  :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
5064
5066
  :param _NeedRelievedFlowId: 待解除的签署流程编号(即原签署流程的编号)。
5067
+
5068
+
5069
+ [点击产看流程编号在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/05af26573d5106763b4cfbb9f7c64b41.png)
5065
5070
  :type NeedRelievedFlowId: str
5066
5071
  :param _ReliveInfo: 解除协议内容, 包括解除理由等信息。
5067
5072
  :type ReliveInfo: :class:`tencentcloud.essbasic.v20210526.models.RelieveInfo`
@@ -5941,7 +5946,15 @@ class ChannelCreateUserRolesRequest(AbstractModel):
5941
5946
 
5942
5947
  def __init__(self):
5943
5948
  r"""
5944
- :param _Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
5949
+ :param _Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
5950
+
5951
+ 此接口下面信息必填。
5952
+ <ul>
5953
+ <li>渠道应用标识: Agent.AppId</li>
5954
+ <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
5955
+ <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
5956
+ </ul>
5957
+ 第三方平台子客企业和员工必须已经经过实名认证
5945
5958
  :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
5946
5959
  :param _RoleIds: 绑定角色的角色id列表,最多 100 个
5947
5960
  :type RoleIds: list of str
@@ -9929,8 +9942,7 @@ class CreateConsoleLoginUrlResponse(AbstractModel):
9929
9942
  def __init__(self):
9930
9943
  r"""
9931
9944
  :param _ConsoleUrl: 跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
9932
- <table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th>
9933
- <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> </tbody> </table>
9945
+ <table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> </tbody> </table>
9934
9946
 
9935
9947
  注:
9936
9948
  1. <font color="red">链接仅单次有效</font>,每次登录需要需要重新创建新的链接
@@ -10383,6 +10395,8 @@ class CreateFlowsByTemplatesResponse(AbstractModel):
10383
10395
  r"""
10384
10396
  :param _FlowIds: 生成的合同流程ID数组,合同流程ID为32位字符串。
10385
10397
  建议开发者妥善保存此流程ID数组,以便于顺利进行后续操作。
10398
+
10399
+ [点击产看FlowId在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/05af26573d5106763b4cfbb9f7c64b41.png)
10386
10400
  :type FlowIds: list of str
10387
10401
  :param _CustomerData: 第三方应用平台的业务信息, 与创建合同的FlowInfos数组中的CustomerData一一对应
10388
10402
  :type CustomerData: list of str
@@ -12449,6 +12463,8 @@ class DescribeTemplatesRequest(AbstractModel):
12449
12463
  :param _TemplateId: 合同模板ID,为32位字符串。
12450
12464
 
12451
12465
  可以通过<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl" target="_blank">生成子客登录链接</a>登录企业控制台, 在企业模板中得到合同模板ID。
12466
+
12467
+ [点击产看模板Id在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/e988be12bf28a89b4716aed4502c2e02.png)
12452
12468
  :type TemplateId: str
12453
12469
  :param _ContentType: 查询模板的内容
12454
12470
 
@@ -12462,6 +12478,9 @@ class DescribeTemplatesRequest(AbstractModel):
12462
12478
  2. `请确保每个模板均正确且属于当前企业,若有任一模板不存在,则返回错误。`
12463
12479
  4. `若传递此参数,分页参数(Limit,Offset)无效`
12464
12480
 
12481
+
12482
+ [点击产看模板Id在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/e988be12bf28a89b4716aed4502c2e02.png)
12483
+
12465
12484
  :type TemplateIds: list of str
12466
12485
  :param _Limit: 指定每页返回的数据条数,和Offset参数配合使用。
12467
12486
 
@@ -14598,6 +14617,9 @@ class FlowInfo(AbstractModel):
14598
14617
  如果使用模板发起接口,此参数为必填。
14599
14618
 
14600
14619
  可以通过<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl" target="_blank">生成子客登录链接</a>登录企业控制台, 在**企业模板**中得到合同模板ID。
14620
+
14621
+ [点击产看模板Id在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/e988be12bf28a89b4716aed4502c2e02.png)
14622
+
14601
14623
  :type TemplateId: str
14602
14624
  :param _FlowApprovers: 多个签署人信息,最大支持50个签署方
14603
14625
  :type FlowApprovers: list of FlowApproverInfo
@@ -15587,8 +15609,8 @@ class ModifyFlowDeadlineRequest(AbstractModel):
15587
15609
  :type Deadline: int
15588
15610
  :param _RecipientId: 签署方角色编号,为32位字符串
15589
15611
  <ul><li>若指定了此参数,则只调整签署流程中此签署人的签署截止时间,否则调整合同整体的签署截止时间(合同截止时间+发起时未设置签署人截止时间的参与人的签署截止时间)</li>
15590
- <li>通过[用PDF文件创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowByFiles)发起合同,或通过[模板发起合同-创建电子文档](https://qian.tencent.com/developers/companyApis/startFlows/CreateDocument)时,返回参数[Approvers](https://qian.tencent.com/developers/companyApis/dataTypes/#approveritem)会返回此信息,建议开发者妥善保存</li>
15591
- <li>也可通过[查询合同流程的详情信息](https://qian.tencent.com/developers/companyApis/queryFlows/DescribeFlowInfo)接口查询签署人的RecipientId编号</li></ul>
15612
+ <li>通过[用PDF文件创建签署流程](https://test.qian.tencent.cn/developers/partnerApis/startFlows/ChannelCreateFlowByFiles)发起合同,或通过[用模板创建签署流程](https://test.qian.tencent.cn/developers/partnerApis/startFlows/CreateFlowsByTemplates)时,返回参数[FlowApprovers](https://test.qian.tencent.cn/developers/partnerApis/dataTypes/#approveritem)会返回此信息,建议开发者妥善保存</li>
15613
+ <li>也可通过[获取合同信息](https://test.qian.tencent.cn/developers/partnerApis/flows/DescribeFlowDetailInfo)接口查询签署人的RecipientId编号</li></ul>
15592
15614
  :type RecipientId: str
15593
15615
  """
15594
15616
  self._Agent = None
@@ -19510,9 +19532,23 @@ class WebThemeConfig(AbstractModel):
19510
19532
  支持十六进制颜色值以及RGB格式颜色值,例如:#D54941,rgb(213, 73, 65)
19511
19533
  <br/>
19512
19534
  :type WebEmbedThemeColor: str
19535
+ :param _AuthenticateBackground: 企业认证页背景图(base64图片)
19536
+
19537
+ :type AuthenticateBackground: str
19538
+ :param _HideAuthenticateNavigationBar: 隐藏企业认证页面导航栏,取值如下:
19539
+ <ul><li> **true**:隐藏企业认证页面导航栏</li>
19540
+ <li> **false**:显示企业认证页面导航栏(默认)</li></ul>
19541
+ :type HideAuthenticateNavigationBar: bool
19542
+ :param _HideAuthenticateTopLogo: 隐藏企业认证顶部logo,取值如下:
19543
+ <ul><li> **true**:隐藏企业认证顶部logo</li>
19544
+ <li> **false**:显示企业认证顶部logo(默认)</li></ul>
19545
+ :type HideAuthenticateTopLogo: bool
19513
19546
  """
19514
19547
  self._DisplaySignBrandLogo = None
19515
19548
  self._WebEmbedThemeColor = None
19549
+ self._AuthenticateBackground = None
19550
+ self._HideAuthenticateNavigationBar = None
19551
+ self._HideAuthenticateTopLogo = None
19516
19552
 
19517
19553
  @property
19518
19554
  def DisplaySignBrandLogo(self):
@@ -19530,10 +19566,37 @@ class WebThemeConfig(AbstractModel):
19530
19566
  def WebEmbedThemeColor(self, WebEmbedThemeColor):
19531
19567
  self._WebEmbedThemeColor = WebEmbedThemeColor
19532
19568
 
19569
+ @property
19570
+ def AuthenticateBackground(self):
19571
+ return self._AuthenticateBackground
19572
+
19573
+ @AuthenticateBackground.setter
19574
+ def AuthenticateBackground(self, AuthenticateBackground):
19575
+ self._AuthenticateBackground = AuthenticateBackground
19576
+
19577
+ @property
19578
+ def HideAuthenticateNavigationBar(self):
19579
+ return self._HideAuthenticateNavigationBar
19580
+
19581
+ @HideAuthenticateNavigationBar.setter
19582
+ def HideAuthenticateNavigationBar(self, HideAuthenticateNavigationBar):
19583
+ self._HideAuthenticateNavigationBar = HideAuthenticateNavigationBar
19584
+
19585
+ @property
19586
+ def HideAuthenticateTopLogo(self):
19587
+ return self._HideAuthenticateTopLogo
19588
+
19589
+ @HideAuthenticateTopLogo.setter
19590
+ def HideAuthenticateTopLogo(self, HideAuthenticateTopLogo):
19591
+ self._HideAuthenticateTopLogo = HideAuthenticateTopLogo
19592
+
19533
19593
 
19534
19594
  def _deserialize(self, params):
19535
19595
  self._DisplaySignBrandLogo = params.get("DisplaySignBrandLogo")
19536
19596
  self._WebEmbedThemeColor = params.get("WebEmbedThemeColor")
19597
+ self._AuthenticateBackground = params.get("AuthenticateBackground")
19598
+ self._HideAuthenticateNavigationBar = params.get("HideAuthenticateNavigationBar")
19599
+ self._HideAuthenticateTopLogo = params.get("HideAuthenticateTopLogo")
19537
19600
  memeber_set = set(params.keys())
19538
19601
  for name, value in vars(self).items():
19539
19602
  property_name = name[1:]
@@ -8343,9 +8343,11 @@ class DescribeVideoDownloadUrlRequest(AbstractModel):
8343
8343
  r"""
8344
8344
  :param _ChannelId: 通道 ID
8345
8345
  :type ChannelId: str
8346
- :param _BeginTime: 下载的开始时间,UTC 秒数,开始和结束时间段最长为30分钟,且不能跨天
8346
+ :param _BeginTime: 下载的开始时间,UTC 秒数,开始和结束时间段最长为60分钟,且不能跨天。
8347
+ 注意:实际下载的文件时长可能会大于该时段时长,通过指定IsRespActualTime参数可以获取实际下载的开始时间和结束时间。 原因是下载是TS切片对齐的,其目的也是为了保证用户下载数据的完整性,完全包含其指定的时间段。
8347
8348
  :type BeginTime: str
8348
- :param _EndTime: 下载的结束时间,UTC 秒数,开始和结束时间段最长为30分钟,且不能跨天
8349
+ :param _EndTime: 下载的结束时间,UTC 秒数,开始和结束时间段最长为60分钟,且不能跨天。
8350
+ 注意:实际下载的文件时长可能会大于该时段时长,通过指定IsRespActualTime参数可以获取实际下载的开始时间和结束时间。 原因是下载是TS切片对齐的,其目的也是为了保证用户下载数据的完整性,完全包含其指定的时间段。
8349
8351
  :type EndTime: str
8350
8352
  :param _FileType: 文件格式,"mp4":mp4格式,"ts":ts文件格式
8351
8353
  :type FileType: str
@@ -18561,7 +18561,8 @@ class DescribeStatisticDataRequest(AbstractModel):
18561
18561
  :type Module: str
18562
18562
  :param _Namespace: 命名空间,目前支持QCE/TKE2(Conditions必填),QCE/KEEWIDB,QCE/CAMP
18563
18563
  :type Namespace: str
18564
- :param _MetricNames: 指标名列表
18564
+ :param _MetricNames: 指标名列表,相关指标信息可参考对应 云产品指标文档
18565
+ https://cloud.tencent.com/document/product/248/62458
18565
18566
  :type MetricNames: list of str
18566
18567
  :param _Conditions: 维度条件,操作符支持=、in
18567
18568
  配置文档参考:https://cloud.tencent.com/document/product/248/53821
@@ -23,6 +23,9 @@ FAILEDOPERATION_BUCKETNOTIFYALREADYEXIST = 'FailedOperation.BucketNotifyAlreadyE
23
23
  # 操作失败:COS 已经停服。
24
24
  FAILEDOPERATION_COSSTATUSINAVLID = 'FailedOperation.CosStatusInavlid'
25
25
 
26
+ # 生成资源失败。
27
+ FAILEDOPERATION_GENERATERESOURCE = 'FailedOperation.GenerateResource'
28
+
26
29
  # 操作失败:获取源通知错误。
27
30
  FAILEDOPERATION_GETSOURCENOTIFY = 'FailedOperation.GetSourceNotify'
28
31
 
@@ -8640,8 +8640,8 @@ class AudioTemplateInfo(AbstractModel):
8640
8640
  :param _AudioChannel: 音频通道方式,可选值:
8641
8641
  <li>1:单通道</li>
8642
8642
  <li>2:双通道</li>
8643
- <li>6:立体声</li>
8644
- 当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为立体声。
8643
+ <li>6:5.1声道</li>
8644
+ 当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为5.1声道。
8645
8645
  默认值:2。
8646
8646
  :type AudioChannel: int
8647
8647
  """
@@ -13675,6 +13675,8 @@ class CreateScheduleRequest(AbstractModel):
13675
13675
  :type OutputDir: str
13676
13676
  :param _TaskNotifyConfig: 任务的事件通知配置,不填代表不获取事件通知。
13677
13677
  :type TaskNotifyConfig: :class:`tencentcloud.mps.v20190612.models.TaskNotifyConfig`
13678
+ :param _ResourceId: 资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。
13679
+ :type ResourceId: str
13678
13680
  """
13679
13681
  self._ScheduleName = None
13680
13682
  self._Trigger = None
@@ -13682,6 +13684,7 @@ class CreateScheduleRequest(AbstractModel):
13682
13684
  self._OutputStorage = None
13683
13685
  self._OutputDir = None
13684
13686
  self._TaskNotifyConfig = None
13687
+ self._ResourceId = None
13685
13688
 
13686
13689
  @property
13687
13690
  def ScheduleName(self):
@@ -13731,6 +13734,14 @@ class CreateScheduleRequest(AbstractModel):
13731
13734
  def TaskNotifyConfig(self, TaskNotifyConfig):
13732
13735
  self._TaskNotifyConfig = TaskNotifyConfig
13733
13736
 
13737
+ @property
13738
+ def ResourceId(self):
13739
+ return self._ResourceId
13740
+
13741
+ @ResourceId.setter
13742
+ def ResourceId(self, ResourceId):
13743
+ self._ResourceId = ResourceId
13744
+
13734
13745
 
13735
13746
  def _deserialize(self, params):
13736
13747
  self._ScheduleName = params.get("ScheduleName")
@@ -13750,6 +13761,7 @@ class CreateScheduleRequest(AbstractModel):
13750
13761
  if params.get("TaskNotifyConfig") is not None:
13751
13762
  self._TaskNotifyConfig = TaskNotifyConfig()
13752
13763
  self._TaskNotifyConfig._deserialize(params.get("TaskNotifyConfig"))
13764
+ self._ResourceId = params.get("ResourceId")
13753
13765
  memeber_set = set(params.keys())
13754
13766
  for name, value in vars(self).items():
13755
13767
  property_name = name[1:]
@@ -26960,6 +26972,10 @@ class LiveStreamTaskNotifyConfig(AbstractModel):
26960
26972
 
26961
26973
  def __init__(self):
26962
26974
  r"""
26975
+ :param _NotifyType: 通知类型,默认CMQ,指定URL时HTTP回调推送到 NotifyUrl 指定的地址。
26976
+
26977
+ <font color="red"> 注:不填或为空时默认 CMQ,如需采用其他类型需填写对应类型值。 </font>
26978
+ :type NotifyType: str
26963
26979
  :param _CmqModel: CMQ 的模型,有 Queue 和 Topic 两种,目前仅支持 Queue。
26964
26980
  :type CmqModel: str
26965
26981
  :param _CmqRegion: CMQ 的园区,如 sh,bj 等。
@@ -26968,20 +26984,24 @@ class LiveStreamTaskNotifyConfig(AbstractModel):
26968
26984
  :type QueueName: str
26969
26985
  :param _TopicName: 当模型为 Topic 时有效,表示接收事件通知的 CMQ 的主题名。
26970
26986
  :type TopicName: str
26971
- :param _NotifyType: 通知类型,默认CMQ,指定URL时HTTP回调推送到 NotifyUrl 指定的地址。
26972
-
26973
- <font color="red"> 注:不填或为空时默认 CMQ,如需采用其他类型需填写对应类型值。 </font>
26974
- :type NotifyType: str
26975
26987
  :param _NotifyUrl: HTTP回调地址,NotifyType为URL时必填。
26976
26988
  :type NotifyUrl: str
26977
26989
  """
26990
+ self._NotifyType = None
26978
26991
  self._CmqModel = None
26979
26992
  self._CmqRegion = None
26980
26993
  self._QueueName = None
26981
26994
  self._TopicName = None
26982
- self._NotifyType = None
26983
26995
  self._NotifyUrl = None
26984
26996
 
26997
+ @property
26998
+ def NotifyType(self):
26999
+ return self._NotifyType
27000
+
27001
+ @NotifyType.setter
27002
+ def NotifyType(self, NotifyType):
27003
+ self._NotifyType = NotifyType
27004
+
26985
27005
  @property
26986
27006
  def CmqModel(self):
26987
27007
  return self._CmqModel
@@ -27014,14 +27034,6 @@ class LiveStreamTaskNotifyConfig(AbstractModel):
27014
27034
  def TopicName(self, TopicName):
27015
27035
  self._TopicName = TopicName
27016
27036
 
27017
- @property
27018
- def NotifyType(self):
27019
- return self._NotifyType
27020
-
27021
- @NotifyType.setter
27022
- def NotifyType(self, NotifyType):
27023
- self._NotifyType = NotifyType
27024
-
27025
27037
  @property
27026
27038
  def NotifyUrl(self):
27027
27039
  return self._NotifyUrl
@@ -27032,11 +27044,11 @@ class LiveStreamTaskNotifyConfig(AbstractModel):
27032
27044
 
27033
27045
 
27034
27046
  def _deserialize(self, params):
27047
+ self._NotifyType = params.get("NotifyType")
27035
27048
  self._CmqModel = params.get("CmqModel")
27036
27049
  self._CmqRegion = params.get("CmqRegion")
27037
27050
  self._QueueName = params.get("QueueName")
27038
27051
  self._TopicName = params.get("TopicName")
27039
- self._NotifyType = params.get("NotifyType")
27040
27052
  self._NotifyUrl = params.get("NotifyUrl")
27041
27053
  memeber_set = set(params.keys())
27042
27054
  for name, value in vars(self).items():
@@ -31982,6 +31994,8 @@ class ModifyScheduleRequest(AbstractModel):
31982
31994
  :type OutputDir: str
31983
31995
  :param _TaskNotifyConfig: 任务的事件通知配置。
31984
31996
  :type TaskNotifyConfig: :class:`tencentcloud.mps.v20190612.models.TaskNotifyConfig`
31997
+ :param _ResourceId: 资源ID,需要保证对应资源是开启状态。
31998
+ :type ResourceId: str
31985
31999
  """
31986
32000
  self._ScheduleId = None
31987
32001
  self._ScheduleName = None
@@ -31990,6 +32004,7 @@ class ModifyScheduleRequest(AbstractModel):
31990
32004
  self._OutputStorage = None
31991
32005
  self._OutputDir = None
31992
32006
  self._TaskNotifyConfig = None
32007
+ self._ResourceId = None
31993
32008
 
31994
32009
  @property
31995
32010
  def ScheduleId(self):
@@ -32047,6 +32062,14 @@ class ModifyScheduleRequest(AbstractModel):
32047
32062
  def TaskNotifyConfig(self, TaskNotifyConfig):
32048
32063
  self._TaskNotifyConfig = TaskNotifyConfig
32049
32064
 
32065
+ @property
32066
+ def ResourceId(self):
32067
+ return self._ResourceId
32068
+
32069
+ @ResourceId.setter
32070
+ def ResourceId(self, ResourceId):
32071
+ self._ResourceId = ResourceId
32072
+
32050
32073
 
32051
32074
  def _deserialize(self, params):
32052
32075
  self._ScheduleId = params.get("ScheduleId")
@@ -32067,6 +32090,7 @@ class ModifyScheduleRequest(AbstractModel):
32067
32090
  if params.get("TaskNotifyConfig") is not None:
32068
32091
  self._TaskNotifyConfig = TaskNotifyConfig()
32069
32092
  self._TaskNotifyConfig._deserialize(params.get("TaskNotifyConfig"))
32093
+ self._ResourceId = params.get("ResourceId")
32070
32094
  memeber_set = set(params.keys())
32071
32095
  for name, value in vars(self).items():
32072
32096
  property_name = name[1:]
@@ -35252,7 +35276,8 @@ class ProcessMediaRequest(AbstractModel):
35252
35276
  :param _ScheduleId: 编排ID。
35253
35277
  注意1:对于OutputStorage、OutputDir参数:
35254
35278
  <li>当服务编排中子任务节点配置了OutputStorage、OutputDir时,该子任务节点中配置的输出作为子任务的输出。</li>
35255
- <li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若创建任务接口(ProcessMedia)有输出,将覆盖原有编排的默认输出。</li>
35279
+ <li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若创建任务接口(ProcessMedia)有指定输出,将覆盖原有编排的默认输出。</li>
35280
+ <li>即输出设置的优先级:编排子任务节点 > 任务接口指定 > 对应编排内的配置 </li>
35256
35281
  注意2:对于TaskNotifyConfig参数,若创建任务接口(ProcessMedia)有设置,将覆盖原有编排的默认回调。
35257
35282
 
35258
35283
  注意3:编排的 Trigger 只是用来自动化触发场景,在手动发起的请求中已经配置的 Trigger 无意义。
@@ -38083,6 +38108,9 @@ Disabled:已禁用。
38083
38108
  :param _UpdateTime: 最后编辑时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
38084
38109
  注意:此字段可能返回 null,表示取不到有效值。
38085
38110
  :type UpdateTime: str
38111
+ :param _ResourceId: 资源ID,对于没有关联资源ID的,用账号主资源ID填充。
38112
+ 注意:此字段可能返回 null,表示取不到有效值。
38113
+ :type ResourceId: str
38086
38114
  """
38087
38115
  self._ScheduleId = None
38088
38116
  self._ScheduleName = None
@@ -38095,6 +38123,7 @@ Disabled:已禁用。
38095
38123
  self._TaskNotifyConfig = None
38096
38124
  self._CreateTime = None
38097
38125
  self._UpdateTime = None
38126
+ self._ResourceId = None
38098
38127
 
38099
38128
  @property
38100
38129
  def ScheduleId(self):
@@ -38184,6 +38213,14 @@ Disabled:已禁用。
38184
38213
  def UpdateTime(self, UpdateTime):
38185
38214
  self._UpdateTime = UpdateTime
38186
38215
 
38216
+ @property
38217
+ def ResourceId(self):
38218
+ return self._ResourceId
38219
+
38220
+ @ResourceId.setter
38221
+ def ResourceId(self, ResourceId):
38222
+ self._ResourceId = ResourceId
38223
+
38187
38224
 
38188
38225
  def _deserialize(self, params):
38189
38226
  self._ScheduleId = params.get("ScheduleId")
@@ -38208,6 +38245,7 @@ Disabled:已禁用。
38208
38245
  self._TaskNotifyConfig._deserialize(params.get("TaskNotifyConfig"))
38209
38246
  self._CreateTime = params.get("CreateTime")
38210
38247
  self._UpdateTime = params.get("UpdateTime")
38248
+ self._ResourceId = params.get("ResourceId")
38211
38249
  memeber_set = set(params.keys())
38212
38250
  for name, value in vars(self).items():
38213
38251
  property_name = name[1:]
@@ -2247,8 +2247,9 @@ class MpsClient(AbstractClient):
2247
2247
  5. 对视频截图雪碧图;
2248
2248
  6. 对视频转自适应码流;
2249
2249
  7. 智能内容审核(鉴黄、敏感信息检测);
2250
- 8. 智能内容分析(标签、分类、封面、按帧标签、拆条、集锦、片头片尾);
2250
+ 8. 智能内容分析(标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);
2251
2251
  9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别)。
2252
+ 10. 媒体质检(直播流格式诊断、音画内容检测(抖动、模糊、低光照、过曝光、黑边、白边、黑屏、白屏、花屏、噪点、马赛克、二维码等)、无参考打分)
2252
2253
 
2253
2254
  :param request: Request instance for ProcessMedia.
2254
2255
  :type request: :class:`tencentcloud.mps.v20190612.models.ProcessMediaRequest`