tencentcloud-sdk-python 3.0.1446__py2.py3-none-any.whl → 3.0.1448__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 (71) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
  3. tencentcloud/autoscaling/v20180419/models.py +2 -2
  4. tencentcloud/bi/v20220105/bi_client.py +23 -0
  5. tencentcloud/bi/v20220105/models.py +179 -0
  6. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  7. tencentcloud/cdb/v20170320/models.py +30 -6
  8. tencentcloud/cdwdoris/v20211228/models.py +45 -0
  9. tencentcloud/cfs/v20190719/models.py +21 -2
  10. tencentcloud/clb/v20180317/models.py +30 -0
  11. tencentcloud/cls/v20201016/models.py +110 -26
  12. tencentcloud/common/abstract_client.py +14 -12
  13. tencentcloud/common/credential.py +61 -26
  14. tencentcloud/csip/v20221121/models.py +4 -4
  15. tencentcloud/ctem/v20231128/models.py +30 -0
  16. tencentcloud/cwp/v20180228/models.py +53 -14
  17. tencentcloud/cynosdb/v20190107/models.py +6 -0
  18. tencentcloud/dc/v20180410/models.py +30 -0
  19. tencentcloud/dlc/v20210125/errorcodes.py +12 -0
  20. tencentcloud/dlc/v20210125/models.py +30 -0
  21. tencentcloud/dts/v20211206/dts_client.py +23 -0
  22. tencentcloud/dts/v20211206/models.py +64 -0
  23. tencentcloud/ess/v20201111/ess_client.py +56 -0
  24. tencentcloud/ess/v20201111/models.py +496 -22
  25. tencentcloud/essbasic/v20210526/models.py +10 -16
  26. tencentcloud/faceid/v20180301/models.py +2 -2
  27. tencentcloud/ioa/v20220601/errorcodes.py +6 -0
  28. tencentcloud/ioa/v20220601/ioa_client.py +46 -0
  29. tencentcloud/ioa/v20220601/models.py +934 -17
  30. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
  31. tencentcloud/iotexplorer/v20190423/models.py +465 -0
  32. tencentcloud/iss/v20230517/errorcodes.py +3 -0
  33. tencentcloud/iss/v20230517/iss_client.py +23 -0
  34. tencentcloud/iss/v20230517/models.py +122 -0
  35. tencentcloud/live/v20180801/models.py +2 -2
  36. tencentcloud/lkeap/v20240522/errorcodes.py +16 -10
  37. tencentcloud/lkeap/v20240522/lkeap_client.py +4 -0
  38. tencentcloud/lkeap/v20240522/models.py +15 -0
  39. tencentcloud/mna/v20210119/models.py +2 -2
  40. tencentcloud/mongodb/v20190725/models.py +19 -0
  41. tencentcloud/mps/v20190612/models.py +174 -0
  42. tencentcloud/mqtt/v20240516/errorcodes.py +3 -0
  43. tencentcloud/mqtt/v20240516/models.py +880 -22
  44. tencentcloud/mqtt/v20240516/mqtt_client.py +115 -0
  45. tencentcloud/ocr/v20181119/models.py +4 -4
  46. tencentcloud/ocr/v20181119/ocr_client.py +7 -23
  47. tencentcloud/organization/v20210331/models.py +393 -0
  48. tencentcloud/organization/v20210331/organization_client.py +23 -0
  49. tencentcloud/partners/v20180321/models.py +16 -12
  50. tencentcloud/partners/v20180321/partners_client.py +2 -2
  51. tencentcloud/rce/v20201103/rce_client.py +1 -1
  52. tencentcloud/smh/v20210712/models.py +19 -4
  53. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  54. tencentcloud/tdmq/v20200217/models.py +315 -0
  55. tencentcloud/tdmq/v20200217/tdmq_client.py +24 -1
  56. tencentcloud/tione/v20211111/models.py +333 -10
  57. tencentcloud/tke/v20180525/models.py +15 -0
  58. tencentcloud/tke/v20220501/models.py +32 -2
  59. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  60. tencentcloud/trtc/v20190722/models.py +17 -0
  61. tencentcloud/trtc/v20190722/trtc_client.py +9 -3
  62. tencentcloud/tsf/v20180326/errorcodes.py +3 -0
  63. tencentcloud/tsf/v20180326/models.py +10 -12
  64. tencentcloud/vclm/v20240523/models.py +15 -0
  65. tencentcloud/vpc/v20170312/errorcodes.py +18 -0
  66. tencentcloud/vpc/v20170312/models.py +15 -0
  67. {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/METADATA +1 -1
  68. {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/RECORD +71 -71
  69. {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/LICENSE +0 -0
  70. {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/WHEEL +0 -0
  71. {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/top_level.txt +0 -0
@@ -4184,23 +4184,29 @@ class CreateBatchContractReviewTaskRequest(AbstractModel):
4184
4184
 
4185
4185
  注: `目前,此接口仅支持5个文件发起。每个文件限制在10M以下,文件必须是PDF格式`
4186
4186
  :type ResourceIds: list of str
4187
- :param _PolicyType: 合同审查的审查立场方。
4187
+ :param _PolicyType: 合同审查的审查尺度。默认为`0`严格尺度
4188
4188
 
4189
- 审查立场方如下:
4189
+ 审查尺度如下:
4190
4190
  <ul>
4191
4191
  <li>**0** - 【严格】以保护己方利益为核心,对合同条款进行严格把控,尽可能争取对己方有利的条款,同时对对方提出的不合理条款可进行坚决修改或删除。</li>
4192
4192
  <li>**1** - 【中立】以公平合理为原则,平衡双方的权利义务,既不过分强调己方利益,也不过度让步,力求达成双方均可接受的条款。</li>
4193
4193
  <li>**2** - 【宽松】以促成交易为核心,对合同条款的修改要求较为宽松,倾向于接受对方提出的条款,以尽快达成合作。</li>
4194
4194
  </ul>
4195
4195
  :type PolicyType: int
4196
- :param _Role: 合同审查中的角色信息,通过明确入参角色的名称和描述,可以提高合同审查的效率和准确性。
4196
+ :param _Role: 合同审查中的角色信息,通过明确入参角色的名称和描述,可以提高合同审查的效率和准确性。用户不做配置时大模型会根据合同内容推荐出风险识别角色的名称和描述信息。
4197
4197
  :type Role: :class:`tencentcloud.ess.v20201111.models.RiskIdentificationRoleInfo`
4198
4198
  :param _ChecklistId: 用户配置的审查清单ID,基于此清单ID批量创建合同审查任务,为32位字符串。
4199
- [点击查看审查清单ID在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/2c6588549e28ca49bd8bb7f4a072b19e.png)
4199
+ [点击查看审查清单ID在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/2c6588549e28ca49bd8bb7f4a072b19e.png)。如果用户不做此配置大模型会根据合同内容在当前企业下的审查清单和系统默认的清单中选择一个清单进行审查。
4200
4200
  :type ChecklistId: str
4201
4201
  :param _Agent: 代理企业和员工的信息。
4202
4202
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
4203
4203
  :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
4204
+ :param _Comment: 备注信息,长度不能超过100个字符
4205
+ :type Comment: str
4206
+ :param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。
4207
+
4208
+ 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
4209
+ :type UserData: str
4204
4210
  """
4205
4211
  self._Operator = None
4206
4212
  self._ResourceIds = None
@@ -4208,6 +4214,8 @@ class CreateBatchContractReviewTaskRequest(AbstractModel):
4208
4214
  self._Role = None
4209
4215
  self._ChecklistId = None
4210
4216
  self._Agent = None
4217
+ self._Comment = None
4218
+ self._UserData = None
4211
4219
 
4212
4220
  @property
4213
4221
  def Operator(self):
@@ -4236,9 +4244,9 @@ class CreateBatchContractReviewTaskRequest(AbstractModel):
4236
4244
 
4237
4245
  @property
4238
4246
  def PolicyType(self):
4239
- """合同审查的审查立场方。
4247
+ """合同审查的审查尺度。默认为`0`严格尺度
4240
4248
 
4241
- 审查立场方如下:
4249
+ 审查尺度如下:
4242
4250
  <ul>
4243
4251
  <li>**0** - 【严格】以保护己方利益为核心,对合同条款进行严格把控,尽可能争取对己方有利的条款,同时对对方提出的不合理条款可进行坚决修改或删除。</li>
4244
4252
  <li>**1** - 【中立】以公平合理为原则,平衡双方的权利义务,既不过分强调己方利益,也不过度让步,力求达成双方均可接受的条款。</li>
@@ -4254,7 +4262,7 @@ class CreateBatchContractReviewTaskRequest(AbstractModel):
4254
4262
 
4255
4263
  @property
4256
4264
  def Role(self):
4257
- """合同审查中的角色信息,通过明确入参角色的名称和描述,可以提高合同审查的效率和准确性。
4265
+ """合同审查中的角色信息,通过明确入参角色的名称和描述,可以提高合同审查的效率和准确性。用户不做配置时大模型会根据合同内容推荐出风险识别角色的名称和描述信息。
4258
4266
  :rtype: :class:`tencentcloud.ess.v20201111.models.RiskIdentificationRoleInfo`
4259
4267
  """
4260
4268
  return self._Role
@@ -4266,7 +4274,7 @@ class CreateBatchContractReviewTaskRequest(AbstractModel):
4266
4274
  @property
4267
4275
  def ChecklistId(self):
4268
4276
  """用户配置的审查清单ID,基于此清单ID批量创建合同审查任务,为32位字符串。
4269
- [点击查看审查清单ID在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/2c6588549e28ca49bd8bb7f4a072b19e.png)
4277
+ [点击查看审查清单ID在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/2c6588549e28ca49bd8bb7f4a072b19e.png)。如果用户不做此配置大模型会根据合同内容在当前企业下的审查清单和系统默认的清单中选择一个清单进行审查。
4270
4278
  :rtype: str
4271
4279
  """
4272
4280
  return self._ChecklistId
@@ -4287,6 +4295,30 @@ class CreateBatchContractReviewTaskRequest(AbstractModel):
4287
4295
  def Agent(self, Agent):
4288
4296
  self._Agent = Agent
4289
4297
 
4298
+ @property
4299
+ def Comment(self):
4300
+ """备注信息,长度不能超过100个字符
4301
+ :rtype: str
4302
+ """
4303
+ return self._Comment
4304
+
4305
+ @Comment.setter
4306
+ def Comment(self, Comment):
4307
+ self._Comment = Comment
4308
+
4309
+ @property
4310
+ def UserData(self):
4311
+ """调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。
4312
+
4313
+ 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
4314
+ :rtype: str
4315
+ """
4316
+ return self._UserData
4317
+
4318
+ @UserData.setter
4319
+ def UserData(self, UserData):
4320
+ self._UserData = UserData
4321
+
4290
4322
 
4291
4323
  def _deserialize(self, params):
4292
4324
  if params.get("Operator") is not None:
@@ -4301,6 +4333,8 @@ class CreateBatchContractReviewTaskRequest(AbstractModel):
4301
4333
  if params.get("Agent") is not None:
4302
4334
  self._Agent = Agent()
4303
4335
  self._Agent._deserialize(params.get("Agent"))
4336
+ self._Comment = params.get("Comment")
4337
+ self._UserData = params.get("UserData")
4304
4338
  memeber_set = set(params.keys())
4305
4339
  for name, value in vars(self).items():
4306
4340
  property_name = name[1:]
@@ -6194,6 +6228,152 @@ class CreateContractDiffTaskWebUrlResponse(AbstractModel):
6194
6228
  self._RequestId = params.get("RequestId")
6195
6229
 
6196
6230
 
6231
+ class CreateContractReviewWebUrlRequest(AbstractModel):
6232
+ """CreateContractReviewWebUrl请求参数结构体
6233
+
6234
+ """
6235
+
6236
+ def __init__(self):
6237
+ r"""
6238
+ :param _Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。
6239
+
6240
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
6241
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
6242
+ :param _ResourceId: 需要审查的合同文件资源ID,可通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles" target="_blank">UploadFiles</a>接口获取文件资源ID。
6243
+
6244
+ 注: `目前,每个文件限制在10M以下,文件仅支持pdf、doc、docx格式`
6245
+ :type ResourceId: str
6246
+ :param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。
6247
+
6248
+ 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
6249
+ :type UserData: str
6250
+ """
6251
+ self._Operator = None
6252
+ self._ResourceId = None
6253
+ self._UserData = None
6254
+
6255
+ @property
6256
+ def Operator(self):
6257
+ """执行本接口操作的员工信息。使用此接口时,必须填写userId。
6258
+
6259
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
6260
+ :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
6261
+ """
6262
+ return self._Operator
6263
+
6264
+ @Operator.setter
6265
+ def Operator(self, Operator):
6266
+ self._Operator = Operator
6267
+
6268
+ @property
6269
+ def ResourceId(self):
6270
+ """需要审查的合同文件资源ID,可通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles" target="_blank">UploadFiles</a>接口获取文件资源ID。
6271
+
6272
+ 注: `目前,每个文件限制在10M以下,文件仅支持pdf、doc、docx格式`
6273
+ :rtype: str
6274
+ """
6275
+ return self._ResourceId
6276
+
6277
+ @ResourceId.setter
6278
+ def ResourceId(self, ResourceId):
6279
+ self._ResourceId = ResourceId
6280
+
6281
+ @property
6282
+ def UserData(self):
6283
+ """调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。
6284
+
6285
+ 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
6286
+ :rtype: str
6287
+ """
6288
+ return self._UserData
6289
+
6290
+ @UserData.setter
6291
+ def UserData(self, UserData):
6292
+ self._UserData = UserData
6293
+
6294
+
6295
+ def _deserialize(self, params):
6296
+ if params.get("Operator") is not None:
6297
+ self._Operator = UserInfo()
6298
+ self._Operator._deserialize(params.get("Operator"))
6299
+ self._ResourceId = params.get("ResourceId")
6300
+ self._UserData = params.get("UserData")
6301
+ memeber_set = set(params.keys())
6302
+ for name, value in vars(self).items():
6303
+ property_name = name[1:]
6304
+ if property_name in memeber_set:
6305
+ memeber_set.remove(property_name)
6306
+ if len(memeber_set) > 0:
6307
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6308
+
6309
+
6310
+
6311
+ class CreateContractReviewWebUrlResponse(AbstractModel):
6312
+ """CreateContractReviewWebUrl返回参数结构体
6313
+
6314
+ """
6315
+
6316
+ def __init__(self):
6317
+ r"""
6318
+ :param _TaskId: 接口返回的合同审查任务ID,可以调用接口<a href="https://qian.tencent.com/developers/companyApis/embedPages/DescribeContractReviewWebUrl" target="_blank">获取合同审查结果web页面</a>查看审查任务的结果。
6319
+
6320
+ 注意: `当ResourceId参数不为空时才会返回此值。`
6321
+ :type TaskId: str
6322
+ :param _WebUrl: 合同审查嵌入式web页面链接。
6323
+
6324
+ 注意:`链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示`
6325
+ :type WebUrl: str
6326
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6327
+ :type RequestId: str
6328
+ """
6329
+ self._TaskId = None
6330
+ self._WebUrl = None
6331
+ self._RequestId = None
6332
+
6333
+ @property
6334
+ def TaskId(self):
6335
+ """接口返回的合同审查任务ID,可以调用接口<a href="https://qian.tencent.com/developers/companyApis/embedPages/DescribeContractReviewWebUrl" target="_blank">获取合同审查结果web页面</a>查看审查任务的结果。
6336
+
6337
+ 注意: `当ResourceId参数不为空时才会返回此值。`
6338
+ :rtype: str
6339
+ """
6340
+ return self._TaskId
6341
+
6342
+ @TaskId.setter
6343
+ def TaskId(self, TaskId):
6344
+ self._TaskId = TaskId
6345
+
6346
+ @property
6347
+ def WebUrl(self):
6348
+ """合同审查嵌入式web页面链接。
6349
+
6350
+ 注意:`链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示`
6351
+ :rtype: str
6352
+ """
6353
+ return self._WebUrl
6354
+
6355
+ @WebUrl.setter
6356
+ def WebUrl(self, WebUrl):
6357
+ self._WebUrl = WebUrl
6358
+
6359
+ @property
6360
+ def RequestId(self):
6361
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6362
+ :rtype: str
6363
+ """
6364
+ return self._RequestId
6365
+
6366
+ @RequestId.setter
6367
+ def RequestId(self, RequestId):
6368
+ self._RequestId = RequestId
6369
+
6370
+
6371
+ def _deserialize(self, params):
6372
+ self._TaskId = params.get("TaskId")
6373
+ self._WebUrl = params.get("WebUrl")
6374
+ self._RequestId = params.get("RequestId")
6375
+
6376
+
6197
6377
  class CreateConvertTaskApiRequest(AbstractModel):
6198
6378
  """CreateConvertTaskApi请求参数结构体
6199
6379
 
@@ -20438,7 +20618,7 @@ class DescribeContractReviewTaskResponse(AbstractModel):
20438
20618
 
20439
20619
  def __init__(self):
20440
20620
  r"""
20441
- :param _ChecklistId: 用于审查任务的审查清单ID
20621
+ :param _ChecklistId: 用于审查任务的审查清单ID。注意:如果用户没有配置清单时此值可能为空,需要等大模型根据合同内容推荐出可以使用的审查清单。
20442
20622
  :type ChecklistId: str
20443
20623
  :param _CreatedOn: 合同审查任务创建时间。
20444
20624
  :type CreatedOn: int
@@ -20459,7 +20639,8 @@ class DescribeContractReviewTaskResponse(AbstractModel):
20459
20639
 
20460
20640
  注意:`审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。`
20461
20641
  :type Risks: list of OutputRisk
20462
- :param _Role: 合同审查中的角色信息。
20642
+ :param _Role: 合同审查中的角色信息。注意:注意:如果用户没有配置审查角色时此值可能为null,需要等大模型根据合同内容推荐出审查角色信息。
20643
+ 注意:此字段可能返回 null,表示取不到有效值。
20463
20644
  :type Role: :class:`tencentcloud.ess.v20201111.models.RiskIdentificationRoleInfo`
20464
20645
  :param _Status: 合同审查任务状态。
20465
20646
  状态如下:
@@ -20473,6 +20654,12 @@ class DescribeContractReviewTaskResponse(AbstractModel):
20473
20654
  :type Status: int
20474
20655
  :param _TaskId: 合同审查任务ID
20475
20656
  :type TaskId: str
20657
+ :param _Comment: 审查任务备注信息,长度不能超过100个字符
20658
+ :type Comment: str
20659
+ :param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。
20660
+
20661
+ 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
20662
+ :type UserData: str
20476
20663
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20477
20664
  :type RequestId: str
20478
20665
  """
@@ -20485,11 +20672,13 @@ class DescribeContractReviewTaskResponse(AbstractModel):
20485
20672
  self._Role = None
20486
20673
  self._Status = None
20487
20674
  self._TaskId = None
20675
+ self._Comment = None
20676
+ self._UserData = None
20488
20677
  self._RequestId = None
20489
20678
 
20490
20679
  @property
20491
20680
  def ChecklistId(self):
20492
- """用于审查任务的审查清单ID
20681
+ """用于审查任务的审查清单ID。注意:如果用户没有配置清单时此值可能为空,需要等大模型根据合同内容推荐出可以使用的审查清单。
20493
20682
  :rtype: str
20494
20683
  """
20495
20684
  return self._ChecklistId
@@ -20564,7 +20753,8 @@ class DescribeContractReviewTaskResponse(AbstractModel):
20564
20753
 
20565
20754
  @property
20566
20755
  def Role(self):
20567
- """合同审查中的角色信息。
20756
+ """合同审查中的角色信息。注意:注意:如果用户没有配置审查角色时此值可能为null,需要等大模型根据合同内容推荐出审查角色信息。
20757
+ 注意:此字段可能返回 null,表示取不到有效值。
20568
20758
  :rtype: :class:`tencentcloud.ess.v20201111.models.RiskIdentificationRoleInfo`
20569
20759
  """
20570
20760
  return self._Role
@@ -20603,6 +20793,30 @@ class DescribeContractReviewTaskResponse(AbstractModel):
20603
20793
  def TaskId(self, TaskId):
20604
20794
  self._TaskId = TaskId
20605
20795
 
20796
+ @property
20797
+ def Comment(self):
20798
+ """审查任务备注信息,长度不能超过100个字符
20799
+ :rtype: str
20800
+ """
20801
+ return self._Comment
20802
+
20803
+ @Comment.setter
20804
+ def Comment(self, Comment):
20805
+ self._Comment = Comment
20806
+
20807
+ @property
20808
+ def UserData(self):
20809
+ """调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。
20810
+
20811
+ 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
20812
+ :rtype: str
20813
+ """
20814
+ return self._UserData
20815
+
20816
+ @UserData.setter
20817
+ def UserData(self, UserData):
20818
+ self._UserData = UserData
20819
+
20606
20820
  @property
20607
20821
  def RequestId(self):
20608
20822
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -20632,6 +20846,141 @@ class DescribeContractReviewTaskResponse(AbstractModel):
20632
20846
  self._Role._deserialize(params.get("Role"))
20633
20847
  self._Status = params.get("Status")
20634
20848
  self._TaskId = params.get("TaskId")
20849
+ self._Comment = params.get("Comment")
20850
+ self._UserData = params.get("UserData")
20851
+ self._RequestId = params.get("RequestId")
20852
+
20853
+
20854
+ class DescribeContractReviewWebUrlRequest(AbstractModel):
20855
+ """DescribeContractReviewWebUrl请求参数结构体
20856
+
20857
+ """
20858
+
20859
+ def __init__(self):
20860
+ r"""
20861
+ :param _Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。
20862
+
20863
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
20864
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
20865
+ :param _TaskId: 合同审查任务ID,该参数通过调用接口<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreateContractReviewWebUrl" target="_blank">创建合同审查web页面</a>获取。
20866
+ :type TaskId: str
20867
+ """
20868
+ self._Operator = None
20869
+ self._TaskId = None
20870
+
20871
+ @property
20872
+ def Operator(self):
20873
+ """执行本接口操作的员工信息。使用此接口时,必须填写userId。
20874
+
20875
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
20876
+ :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
20877
+ """
20878
+ return self._Operator
20879
+
20880
+ @Operator.setter
20881
+ def Operator(self, Operator):
20882
+ self._Operator = Operator
20883
+
20884
+ @property
20885
+ def TaskId(self):
20886
+ """合同审查任务ID,该参数通过调用接口<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreateContractReviewWebUrl" target="_blank">创建合同审查web页面</a>获取。
20887
+ :rtype: str
20888
+ """
20889
+ return self._TaskId
20890
+
20891
+ @TaskId.setter
20892
+ def TaskId(self, TaskId):
20893
+ self._TaskId = TaskId
20894
+
20895
+
20896
+ def _deserialize(self, params):
20897
+ if params.get("Operator") is not None:
20898
+ self._Operator = UserInfo()
20899
+ self._Operator._deserialize(params.get("Operator"))
20900
+ self._TaskId = params.get("TaskId")
20901
+ memeber_set = set(params.keys())
20902
+ for name, value in vars(self).items():
20903
+ property_name = name[1:]
20904
+ if property_name in memeber_set:
20905
+ memeber_set.remove(property_name)
20906
+ if len(memeber_set) > 0:
20907
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
20908
+
20909
+
20910
+
20911
+ class DescribeContractReviewWebUrlResponse(AbstractModel):
20912
+ """DescribeContractReviewWebUrl返回参数结构体
20913
+
20914
+ """
20915
+
20916
+ def __init__(self):
20917
+ r"""
20918
+ :param _WebUrl: 合同审查嵌入式web页面链接。
20919
+ 注意:`链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示`
20920
+ :type WebUrl: str
20921
+ :param _Status: 合同审查任务状态。任务状态为`5`时没有WebUrl链接。
20922
+ 状态如下:
20923
+ <ul>
20924
+ <li>**1** - 合同审查任务创建成功</li>
20925
+ <li>**2** - 合同审查任务排队中</li>
20926
+ <li>**3** - 合同审查任务执行中</li>
20927
+ <li>**4** - 合同审查任务执行成功</li>
20928
+ <li>**5** - 合同审查任务执行失败</li>
20929
+ </ul>
20930
+ :type Status: int
20931
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20932
+ :type RequestId: str
20933
+ """
20934
+ self._WebUrl = None
20935
+ self._Status = None
20936
+ self._RequestId = None
20937
+
20938
+ @property
20939
+ def WebUrl(self):
20940
+ """合同审查嵌入式web页面链接。
20941
+ 注意:`链接有效期为5分钟,且链接仅能使用一次。如果上传的合同文件为word时不能进行iframe方式嵌入到贵方系统的网页中,需要单独页面打开此链接显示`
20942
+ :rtype: str
20943
+ """
20944
+ return self._WebUrl
20945
+
20946
+ @WebUrl.setter
20947
+ def WebUrl(self, WebUrl):
20948
+ self._WebUrl = WebUrl
20949
+
20950
+ @property
20951
+ def Status(self):
20952
+ """合同审查任务状态。任务状态为`5`时没有WebUrl链接。
20953
+ 状态如下:
20954
+ <ul>
20955
+ <li>**1** - 合同审查任务创建成功</li>
20956
+ <li>**2** - 合同审查任务排队中</li>
20957
+ <li>**3** - 合同审查任务执行中</li>
20958
+ <li>**4** - 合同审查任务执行成功</li>
20959
+ <li>**5** - 合同审查任务执行失败</li>
20960
+ </ul>
20961
+ :rtype: int
20962
+ """
20963
+ return self._Status
20964
+
20965
+ @Status.setter
20966
+ def Status(self, Status):
20967
+ self._Status = Status
20968
+
20969
+ @property
20970
+ def RequestId(self):
20971
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20972
+ :rtype: str
20973
+ """
20974
+ return self._RequestId
20975
+
20976
+ @RequestId.setter
20977
+ def RequestId(self, RequestId):
20978
+ self._RequestId = RequestId
20979
+
20980
+
20981
+ def _deserialize(self, params):
20982
+ self._WebUrl = params.get("WebUrl")
20983
+ self._Status = params.get("Status")
20635
20984
  self._RequestId = params.get("RequestId")
20636
20985
 
20637
20986
 
@@ -25099,7 +25448,7 @@ class EmbedUrlOption(AbstractModel):
25099
25448
  :type SealDescription: str
25100
25449
  :param _ForbidEditSealDescription: 是否禁止编辑印章描述内容
25101
25450
  <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
25102
- :type ForbidEditSealDescription: str
25451
+ :type ForbidEditSealDescription: bool
25103
25452
  """
25104
25453
  self._ShowFlowDetailComponent = None
25105
25454
  self._ShowTemplateComponent = None
@@ -25180,7 +25529,7 @@ class EmbedUrlOption(AbstractModel):
25180
25529
  def ForbidEditSealDescription(self):
25181
25530
  """是否禁止编辑印章描述内容
25182
25531
  <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
25183
- :rtype: str
25532
+ :rtype: bool
25184
25533
  """
25185
25534
  return self._ForbidEditSealDescription
25186
25535
 
@@ -33107,6 +33456,8 @@ class OutputRisk(AbstractModel):
33107
33456
  :type RiskPresentation: list of str
33108
33457
  :param _Content: PDF风险原文内容
33109
33458
  :type Content: str
33459
+ :param _Positions: 审查出的PDF段落位置信息
33460
+ :type Positions: list of PositionInfo
33110
33461
  :param _RiskBasis: 审查依据
33111
33462
  :type RiskBasis: str
33112
33463
  """
@@ -33117,6 +33468,7 @@ class OutputRisk(AbstractModel):
33117
33468
  self._RiskAdvice = None
33118
33469
  self._RiskPresentation = None
33119
33470
  self._Content = None
33471
+ self._Positions = None
33120
33472
  self._RiskBasis = None
33121
33473
 
33122
33474
  @property
@@ -33202,6 +33554,17 @@ class OutputRisk(AbstractModel):
33202
33554
  def Content(self, Content):
33203
33555
  self._Content = Content
33204
33556
 
33557
+ @property
33558
+ def Positions(self):
33559
+ """审查出的PDF段落位置信息
33560
+ :rtype: list of PositionInfo
33561
+ """
33562
+ return self._Positions
33563
+
33564
+ @Positions.setter
33565
+ def Positions(self, Positions):
33566
+ self._Positions = Positions
33567
+
33205
33568
  @property
33206
33569
  def RiskBasis(self):
33207
33570
  """审查依据
@@ -33222,6 +33585,12 @@ class OutputRisk(AbstractModel):
33222
33585
  self._RiskAdvice = params.get("RiskAdvice")
33223
33586
  self._RiskPresentation = params.get("RiskPresentation")
33224
33587
  self._Content = params.get("Content")
33588
+ if params.get("Positions") is not None:
33589
+ self._Positions = []
33590
+ for item in params.get("Positions"):
33591
+ obj = PositionInfo()
33592
+ obj._deserialize(item)
33593
+ self._Positions.append(obj)
33225
33594
  self._RiskBasis = params.get("RiskBasis")
33226
33595
  memeber_set = set(params.keys())
33227
33596
  for name, value in vars(self).items():
@@ -33742,6 +34111,117 @@ class PermissionGroup(AbstractModel):
33742
34111
 
33743
34112
 
33744
34113
 
34114
+ class PositionInfo(AbstractModel):
34115
+ """坐标详情
34116
+
34117
+ """
34118
+
34119
+ def __init__(self):
34120
+ r"""
34121
+ :param _X: PDF文件页X坐标位置,以PDF单页左上角为坐标原点
34122
+ :type X: float
34123
+ :param _Y: PDF文件页Y坐标位置,以PDF单页左上角为坐标原点
34124
+ :type Y: float
34125
+ :param _Width: 距离X坐标的宽度,用于在PDF文件进行画框。
34126
+ :type Width: float
34127
+ :param _Height: 距离Y坐标的高度,用于在PDF文件进行画框。
34128
+ :type Height: float
34129
+ :param _PageIndex: PDF文件页码索引,此值加1就是对应PDF文件的页码。
34130
+ :type PageIndex: int
34131
+ :param _Id: 系统生成的唯一ID值
34132
+ :type Id: str
34133
+ """
34134
+ self._X = None
34135
+ self._Y = None
34136
+ self._Width = None
34137
+ self._Height = None
34138
+ self._PageIndex = None
34139
+ self._Id = None
34140
+
34141
+ @property
34142
+ def X(self):
34143
+ """PDF文件页X坐标位置,以PDF单页左上角为坐标原点
34144
+ :rtype: float
34145
+ """
34146
+ return self._X
34147
+
34148
+ @X.setter
34149
+ def X(self, X):
34150
+ self._X = X
34151
+
34152
+ @property
34153
+ def Y(self):
34154
+ """PDF文件页Y坐标位置,以PDF单页左上角为坐标原点
34155
+ :rtype: float
34156
+ """
34157
+ return self._Y
34158
+
34159
+ @Y.setter
34160
+ def Y(self, Y):
34161
+ self._Y = Y
34162
+
34163
+ @property
34164
+ def Width(self):
34165
+ """距离X坐标的宽度,用于在PDF文件进行画框。
34166
+ :rtype: float
34167
+ """
34168
+ return self._Width
34169
+
34170
+ @Width.setter
34171
+ def Width(self, Width):
34172
+ self._Width = Width
34173
+
34174
+ @property
34175
+ def Height(self):
34176
+ """距离Y坐标的高度,用于在PDF文件进行画框。
34177
+ :rtype: float
34178
+ """
34179
+ return self._Height
34180
+
34181
+ @Height.setter
34182
+ def Height(self, Height):
34183
+ self._Height = Height
34184
+
34185
+ @property
34186
+ def PageIndex(self):
34187
+ """PDF文件页码索引,此值加1就是对应PDF文件的页码。
34188
+ :rtype: int
34189
+ """
34190
+ return self._PageIndex
34191
+
34192
+ @PageIndex.setter
34193
+ def PageIndex(self, PageIndex):
34194
+ self._PageIndex = PageIndex
34195
+
34196
+ @property
34197
+ def Id(self):
34198
+ """系统生成的唯一ID值
34199
+ :rtype: str
34200
+ """
34201
+ return self._Id
34202
+
34203
+ @Id.setter
34204
+ def Id(self, Id):
34205
+ self._Id = Id
34206
+
34207
+
34208
+ def _deserialize(self, params):
34209
+ self._X = params.get("X")
34210
+ self._Y = params.get("Y")
34211
+ self._Width = params.get("Width")
34212
+ self._Height = params.get("Height")
34213
+ self._PageIndex = params.get("PageIndex")
34214
+ self._Id = params.get("Id")
34215
+ memeber_set = set(params.keys())
34216
+ for name, value in vars(self).items():
34217
+ property_name = name[1:]
34218
+ if property_name in memeber_set:
34219
+ memeber_set.remove(property_name)
34220
+ if len(memeber_set) > 0:
34221
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
34222
+
34223
+
34224
+
33745
34225
  class PresetApproverInfo(AbstractModel):
33746
34226
  """预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。
33747
34227
 
@@ -37400,10 +37880,7 @@ class UploadFilesRequest(AbstractModel):
37400
37880
 
37401
37881
  def __init__(self):
37402
37882
  r"""
37403
- :param _BusinessType: 文件对应业务类型,可以选择的类型如下
37404
- <ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
37405
- <li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
37406
- <li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul>
37883
+ :param _BusinessType: 文件对应业务类型,可以选择的类型如下<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li><li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html。如果上传的是非pdf文件,用来发起流程,还需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后得到的pdf文件才能用于发起合同接口。如果上传的文件不是用来发起合同,直接上传后使用返回的文件资源Id即可</li><li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul> ["yDRSRUUgygj6rq2wUuO4zjEyBZ2NHiyT"]
37407
37884
  :type BusinessType: str
37408
37885
  :param _Caller: 执行本接口操作的员工信息。其中OperatorId为必填字段,即用户的UserId。
37409
37886
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
@@ -37450,10 +37927,7 @@ class UploadFilesRequest(AbstractModel):
37450
37927
 
37451
37928
  @property
37452
37929
  def BusinessType(self):
37453
- """文件对应业务类型,可以选择的类型如下
37454
- <ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
37455
- <li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li>
37456
- <li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul>
37930
+ """文件对应业务类型,可以选择的类型如下<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后才能使用</li><li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html。如果上传的是非pdf文件,用来发起流程,还需要通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务</a>转换后得到的pdf文件才能用于发起合同接口。如果上传的文件不是用来发起合同,直接上传后使用返回的文件资源Id即可</li><li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul> ["yDRSRUUgygj6rq2wUuO4zjEyBZ2NHiyT"]
37457
37931
  :rtype: str
37458
37932
  """
37459
37933
  return self._BusinessType