tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1301__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 (46) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +55 -0
  3. tencentcloud/aiart/v20221229/models.py +367 -0
  4. tencentcloud/batch/v20170312/models.py +2 -2
  5. tencentcloud/cdb/v20170320/models.py +27 -0
  6. tencentcloud/cmq/v20190304/cmq_client.py +0 -365
  7. tencentcloud/cmq/v20190304/models.py +324 -2473
  8. tencentcloud/config/v20220802/config_client.py +46 -0
  9. tencentcloud/config/v20220802/errorcodes.py +3 -0
  10. tencentcloud/config/v20220802/models.py +716 -26
  11. tencentcloud/csxg/v20230303/errorcodes.py +48 -0
  12. tencentcloud/cvm/v20170312/models.py +2 -2
  13. tencentcloud/dc/v20180410/dc_client.py +1 -1
  14. tencentcloud/dc/v20180410/models.py +14 -32
  15. tencentcloud/ecm/v20190719/models.py +0 -18
  16. tencentcloud/es/v20180416/models.py +17 -0
  17. tencentcloud/ess/v20201111/ess_client.py +25 -4
  18. tencentcloud/ess/v20201111/models.py +8 -48
  19. tencentcloud/essbasic/v20210526/models.py +8 -18
  20. tencentcloud/hai/v20230812/hai_client.py +23 -0
  21. tencentcloud/hai/v20230812/models.py +326 -0
  22. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
  23. tencentcloud/iotexplorer/v20190423/models.py +1012 -36
  24. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  25. tencentcloud/iotvideo/v20211125/models.py +135 -0
  26. tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
  27. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  28. tencentcloud/lkeap/v20240522/models.py +54 -16
  29. tencentcloud/mna/v20210119/models.py +0 -22
  30. tencentcloud/redis/v20180412/models.py +6 -2
  31. tencentcloud/sms/v20190711/errorcodes.py +6 -0
  32. tencentcloud/sms/v20190711/models.py +81 -0
  33. tencentcloud/sms/v20210111/errorcodes.py +6 -0
  34. tencentcloud/sms/v20210111/models.py +81 -0
  35. tencentcloud/tcb/v20180608/models.py +2 -86
  36. tencentcloud/tke/v20220501/models.py +2 -2
  37. tencentcloud/trro/v20220325/models.py +15 -58
  38. tencentcloud/tse/v20201207/models.py +30 -0
  39. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  40. tencentcloud/vpc/v20170312/models.py +2 -16
  41. tencentcloud/wedata/v20210820/models.py +126 -0
  42. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/METADATA +1 -1
  43. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/RECORD +46 -46
  44. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/LICENSE +0 -0
  45. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/WHEEL +0 -0
  46. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/top_level.txt +0 -0
@@ -5819,11 +5819,9 @@ class CreateDocumentResponse(AbstractModel):
5819
5819
  :param _PreviewFileUrl: 合同预览链接URL。
5820
5820
 
5821
5821
  注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
5822
- `2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容`
5823
- 注意:此字段可能返回 null,表示取不到有效值。
5822
+ `2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,完整的预览链接需通过[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign/#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取。
5824
5823
  :type PreviewFileUrl: str
5825
5824
  :param _Approvers: 签署方信息,如角色ID、角色名称等
5826
- 注意:此字段可能返回 null,表示取不到有效值。
5827
5825
  :type Approvers: list of ApproverItem
5828
5826
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5829
5827
  :type RequestId: str
@@ -5852,8 +5850,7 @@ class CreateDocumentResponse(AbstractModel):
5852
5850
  """合同预览链接URL。
5853
5851
 
5854
5852
  注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
5855
- `2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容`
5856
- 注意:此字段可能返回 null,表示取不到有效值。
5853
+ `2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,完整的预览链接需通过[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign/#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取。
5857
5854
  :rtype: str
5858
5855
  """
5859
5856
  return self._PreviewFileUrl
@@ -5865,7 +5862,6 @@ class CreateDocumentResponse(AbstractModel):
5865
5862
  @property
5866
5863
  def Approvers(self):
5867
5864
  """签署方信息,如角色ID、角色名称等
5868
- 注意:此字段可能返回 null,表示取不到有效值。
5869
5865
  :rtype: list of ApproverItem
5870
5866
  """
5871
5867
  return self._Approvers
@@ -6698,7 +6694,6 @@ class CreateFlowApproversResponse(AbstractModel):
6698
6694
  :param _FillError: 批量补充签署人时,补充失败的报错说明
6699
6695
 
6700
6696
  注:`目前仅补充动态签署人时会返回补充失败的原因`
6701
- 注意:此字段可能返回 null,表示取不到有效值。
6702
6697
  :type FillError: list of FillError
6703
6698
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6704
6699
  :type RequestId: str
@@ -6711,7 +6706,6 @@ class CreateFlowApproversResponse(AbstractModel):
6711
6706
  """批量补充签署人时,补充失败的报错说明
6712
6707
 
6713
6708
  注:`目前仅补充动态签署人时会返回补充失败的原因`
6714
- 注意:此字段可能返回 null,表示取不到有效值。
6715
6709
  :rtype: list of FillError
6716
6710
  """
6717
6711
  return self._FillError
@@ -7452,10 +7446,8 @@ class CreateFlowByFilesResponse(AbstractModel):
7452
7446
  :param _PreviewUrl: 合同预览链接URL。
7453
7447
 
7454
7448
  注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
7455
- 注意:此字段可能返回 null,表示取不到有效值。
7456
7449
  :type PreviewUrl: str
7457
7450
  :param _Approvers: 签署方信息,如角色ID、角色名称等
7458
- 注意:此字段可能返回 null,表示取不到有效值。
7459
7451
  :type Approvers: list of ApproverItem
7460
7452
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7461
7453
  :type RequestId: str
@@ -7486,7 +7478,6 @@ class CreateFlowByFilesResponse(AbstractModel):
7486
7478
  """合同预览链接URL。
7487
7479
 
7488
7480
  注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
7489
- 注意:此字段可能返回 null,表示取不到有效值。
7490
7481
  :rtype: str
7491
7482
  """
7492
7483
  return self._PreviewUrl
@@ -7498,7 +7489,6 @@ class CreateFlowByFilesResponse(AbstractModel):
7498
7489
  @property
7499
7490
  def Approvers(self):
7500
7491
  """签署方信息,如角色ID、角色名称等
7501
- 注意:此字段可能返回 null,表示取不到有效值。
7502
7492
  :rtype: list of ApproverItem
7503
7493
  """
7504
7494
  return self._Approvers
@@ -7634,7 +7624,6 @@ class CreateFlowEvidenceReportResponse(AbstractModel):
7634
7624
  def __init__(self):
7635
7625
  r"""
7636
7626
  :param _ReportId: 出证报告 ID,可用于<a href="https://qian.tencent.com/developers/companyApis/certificate/DescribeFlowEvidenceReport" target="_blank">获取出证报告任务执行结果</a>查询出证任务结果和出证PDF的下载URL
7637
- 注意:此字段可能返回 null,表示取不到有效值。
7638
7627
  :type ReportId: str
7639
7628
  :param _Status: 出证任务执行的状态, 状态含义如下:
7640
7629
 
@@ -7657,7 +7646,6 @@ class CreateFlowEvidenceReportResponse(AbstractModel):
7657
7646
  @property
7658
7647
  def ReportId(self):
7659
7648
  """出证报告 ID,可用于<a href="https://qian.tencent.com/developers/companyApis/certificate/DescribeFlowEvidenceReport" target="_blank">获取出证报告任务执行结果</a>查询出证任务结果和出证PDF的下载URL
7660
- 注意:此字段可能返回 null,表示取不到有效值。
7661
7649
  :rtype: str
7662
7650
  """
7663
7651
  return self._ReportId
@@ -8045,10 +8033,8 @@ class CreateFlowGroupByTemplatesResponse(AbstractModel):
8045
8033
  def __init__(self):
8046
8034
  r"""
8047
8035
  :param _FlowGroupId: 合同(流程)组的合同组Id
8048
- 注意:此字段可能返回 null,表示取不到有效值。
8049
8036
  :type FlowGroupId: str
8050
8037
  :param _FlowIds: 合同(流程)组中子合同列表.
8051
- 注意:此字段可能返回 null,表示取不到有效值。
8052
8038
  :type FlowIds: list of str
8053
8039
  :param _Approvers: 合同组签署人信息。
8054
8040
  :type Approvers: list of FlowGroupApprovers
@@ -8063,7 +8049,6 @@ class CreateFlowGroupByTemplatesResponse(AbstractModel):
8063
8049
  @property
8064
8050
  def FlowGroupId(self):
8065
8051
  """合同(流程)组的合同组Id
8066
- 注意:此字段可能返回 null,表示取不到有效值。
8067
8052
  :rtype: str
8068
8053
  """
8069
8054
  return self._FlowGroupId
@@ -8075,7 +8060,6 @@ class CreateFlowGroupByTemplatesResponse(AbstractModel):
8075
8060
  @property
8076
8061
  def FlowIds(self):
8077
8062
  """合同(流程)组中子合同列表.
8078
- 注意:此字段可能返回 null,表示取不到有效值。
8079
8063
  :rtype: list of str
8080
8064
  """
8081
8065
  return self._FlowIds
@@ -12485,18 +12469,14 @@ class CreatePersonAuthCertificateImageResponse(AbstractModel):
12485
12469
  该编号会合成到个人用户证书证明图片。
12486
12470
 
12487
12471
  注: `个人用户认证证书的编号和证明图片绑定, 获取新的证明图片编号会变动`
12488
- 注意:此字段可能返回 null,表示取不到有效值。
12489
12472
  :type ImageCertId: str
12490
12473
  :param _SerialNumber: 在数字证书申请过程中,系统会自动生成一个独一无二的序列号。请注意,当证书到期并自动续期时,该序列号将会发生变化。值得注意的是,此序列号不会被合成至个人用户证书的证明图片中。
12491
- 注意:此字段可能返回 null,表示取不到有效值。
12492
12474
  :type SerialNumber: str
12493
12475
  :param _ValidFrom: CA证书颁发时间,格式为Unix标准时间戳(秒)
12494
12476
  该时间格式化后会合成到个人用户证书证明图片
12495
- 注意:此字段可能返回 null,表示取不到有效值。
12496
12477
  :type ValidFrom: int
12497
12478
  :param _ValidTo: CA证书有效截止时间,格式为Unix标准时间戳(秒)
12498
12479
  该时间格式化后会合成到个人用户证书证明图片
12499
- 注意:此字段可能返回 null,表示取不到有效值。
12500
12480
  :type ValidTo: int
12501
12481
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12502
12482
  :type RequestId: str
@@ -12525,7 +12505,6 @@ class CreatePersonAuthCertificateImageResponse(AbstractModel):
12525
12505
  该编号会合成到个人用户证书证明图片。
12526
12506
 
12527
12507
  注: `个人用户认证证书的编号和证明图片绑定, 获取新的证明图片编号会变动`
12528
- 注意:此字段可能返回 null,表示取不到有效值。
12529
12508
  :rtype: str
12530
12509
  """
12531
12510
  return self._ImageCertId
@@ -12537,7 +12516,6 @@ class CreatePersonAuthCertificateImageResponse(AbstractModel):
12537
12516
  @property
12538
12517
  def SerialNumber(self):
12539
12518
  """在数字证书申请过程中,系统会自动生成一个独一无二的序列号。请注意,当证书到期并自动续期时,该序列号将会发生变化。值得注意的是,此序列号不会被合成至个人用户证书的证明图片中。
12540
- 注意:此字段可能返回 null,表示取不到有效值。
12541
12519
  :rtype: str
12542
12520
  """
12543
12521
  return self._SerialNumber
@@ -12550,7 +12528,6 @@ class CreatePersonAuthCertificateImageResponse(AbstractModel):
12550
12528
  def ValidFrom(self):
12551
12529
  """CA证书颁发时间,格式为Unix标准时间戳(秒)
12552
12530
  该时间格式化后会合成到个人用户证书证明图片
12553
- 注意:此字段可能返回 null,表示取不到有效值。
12554
12531
  :rtype: int
12555
12532
  """
12556
12533
  return self._ValidFrom
@@ -12563,7 +12540,6 @@ class CreatePersonAuthCertificateImageResponse(AbstractModel):
12563
12540
  def ValidTo(self):
12564
12541
  """CA证书有效截止时间,格式为Unix标准时间戳(秒)
12565
12542
  该时间格式化后会合成到个人用户证书证明图片
12566
- 注意:此字段可能返回 null,表示取不到有效值。
12567
12543
  :rtype: int
12568
12544
  """
12569
12545
  return self._ValidTo
@@ -17453,7 +17429,6 @@ class DescribeBillUsageResponse(AbstractModel):
17453
17429
  :param _Summary: 企业套餐余额及使用情况
17454
17430
  :type Summary: list of OrgBillSummary
17455
17431
  :param _SubOrgSummary: 集团子企业套餐使用情况
17456
- 注意:此字段可能返回 null,表示取不到有效值。
17457
17432
  :type SubOrgSummary: list of SubOrgBillSummary
17458
17433
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17459
17434
  :type RequestId: str
@@ -17476,7 +17451,6 @@ class DescribeBillUsageResponse(AbstractModel):
17476
17451
  @property
17477
17452
  def SubOrgSummary(self):
17478
17453
  """集团子企业套餐使用情况
17479
- 注意:此字段可能返回 null,表示取不到有效值。
17480
17454
  :rtype: list of SubOrgBillSummary
17481
17455
  """
17482
17456
  return self._SubOrgSummary
@@ -18518,7 +18492,6 @@ class DescribeFlowComponentsResponse(AbstractModel):
18518
18492
  def __init__(self):
18519
18493
  r"""
18520
18494
  :param _RecipientComponentInfos: 合同流程关联的填写控件信息,包括填写控件的归属方以及是否填写等内容。
18521
- 注意:此字段可能返回 null,表示取不到有效值。
18522
18495
  :type RecipientComponentInfos: list of RecipientComponentInfo
18523
18496
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18524
18497
  :type RequestId: str
@@ -18529,7 +18502,6 @@ class DescribeFlowComponentsResponse(AbstractModel):
18529
18502
  @property
18530
18503
  def RecipientComponentInfos(self):
18531
18504
  """合同流程关联的填写控件信息,包括填写控件的归属方以及是否填写等内容。
18532
- 注意:此字段可能返回 null,表示取不到有效值。
18533
18505
  :rtype: list of RecipientComponentInfo
18534
18506
  """
18535
18507
  return self._RecipientComponentInfos
@@ -18661,7 +18633,6 @@ class DescribeFlowEvidenceReportResponse(AbstractModel):
18661
18633
  def __init__(self):
18662
18634
  r"""
18663
18635
  :param _ReportUrl: 出证报告PDF的下载 URL,`有效期为5分钟`,超过有效期后将无法再下载。
18664
- 注意:此字段可能返回 null,表示取不到有效值。
18665
18636
  :type ReportUrl: str
18666
18637
  :param _Status: 出证任务执行的状态, 状态含义如下:
18667
18638
 
@@ -18679,7 +18650,6 @@ class DescribeFlowEvidenceReportResponse(AbstractModel):
18679
18650
  @property
18680
18651
  def ReportUrl(self):
18681
18652
  """出证报告PDF的下载 URL,`有效期为5分钟`,超过有效期后将无法再下载。
18682
- 注意:此字段可能返回 null,表示取不到有效值。
18683
18653
  :rtype: str
18684
18654
  """
18685
18655
  return self._ReportUrl
@@ -19392,7 +19362,7 @@ class DescribeIntegrationEmployeesRequest(AbstractModel):
19392
19362
  <li>Key:**"RoleId"**,根据电子签角色ID查询员工,Values为指定的角色ID,满足其中任意一个角色即可:**["RoleId1","RoleId2",...]**</li>
19393
19363
  </ul>
19394
19364
  :type Filters: list of Filter
19395
- :param _Offset: 指定分页返回第几页的数据,如果不传默认返回第一页。页码从 0 开始,即首页为 0,最大20000。
19365
+ :param _Offset: 偏移量,默认为0,最大20000。。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
19396
19366
  :type Offset: int
19397
19367
  """
19398
19368
  self._Operator = None
@@ -19458,7 +19428,7 @@ class DescribeIntegrationEmployeesRequest(AbstractModel):
19458
19428
 
19459
19429
  @property
19460
19430
  def Offset(self):
19461
- """指定分页返回第几页的数据,如果不传默认返回第一页。页码从 0 开始,即首页为 0,最大20000。
19431
+ """偏移量,默认为0,最大20000。。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
19462
19432
  :rtype: int
19463
19433
  """
19464
19434
  return self._Offset
@@ -19501,10 +19471,8 @@ class DescribeIntegrationEmployeesResponse(AbstractModel):
19501
19471
  def __init__(self):
19502
19472
  r"""
19503
19473
  :param _Employees: 员工信息列表。
19504
- 注意:此字段可能返回 null,表示取不到有效值。
19505
19474
  :type Employees: list of Staff
19506
- :param _Offset: 指定分页返回第几页的数据。页码从 0 开始,即首页为 0,最大20000。
19507
- 注意:此字段可能返回 null,表示取不到有效值。
19475
+ :param _Offset: 偏移量
19508
19476
  :type Offset: int
19509
19477
  :param _Limit: 指定分页每页返回的数据条数,单页最大支持 20。
19510
19478
  :type Limit: int
@@ -19522,7 +19490,6 @@ class DescribeIntegrationEmployeesResponse(AbstractModel):
19522
19490
  @property
19523
19491
  def Employees(self):
19524
19492
  """员工信息列表。
19525
- 注意:此字段可能返回 null,表示取不到有效值。
19526
19493
  :rtype: list of Staff
19527
19494
  """
19528
19495
  return self._Employees
@@ -19533,8 +19500,7 @@ class DescribeIntegrationEmployeesResponse(AbstractModel):
19533
19500
 
19534
19501
  @property
19535
19502
  def Offset(self):
19536
- """指定分页返回第几页的数据。页码从 0 开始,即首页为 0,最大20000。
19537
- 注意:此字段可能返回 null,表示取不到有效值。
19503
+ """偏移量
19538
19504
  :rtype: int
19539
19505
  """
19540
19506
  return self._Offset
@@ -20882,10 +20848,8 @@ class DescribeSignFaceVideoResponse(AbstractModel):
20882
20848
  def __init__(self):
20883
20849
  r"""
20884
20850
  :param _VideoData: 核身视频结果。
20885
- 注意:此字段可能返回 null,表示取不到有效值。
20886
20851
  :type VideoData: :class:`tencentcloud.ess.v20201111.models.DetectInfoVideoData`
20887
20852
  :param _IntentionQuestionResult: 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
20888
- 注意:此字段可能返回 null,表示取不到有效值。
20889
20853
  :type IntentionQuestionResult: :class:`tencentcloud.ess.v20201111.models.IntentionQuestionResult`
20890
20854
  :param _IntentionActionResult: 意愿核身点头确认模式的结果信息,若未使用该意愿核身功能,该字段返回值可以不处理。
20891
20855
  注意:此字段可能返回 null,表示取不到有效值。
@@ -20901,7 +20865,6 @@ class DescribeSignFaceVideoResponse(AbstractModel):
20901
20865
  @property
20902
20866
  def VideoData(self):
20903
20867
  """核身视频结果。
20904
- 注意:此字段可能返回 null,表示取不到有效值。
20905
20868
  :rtype: :class:`tencentcloud.ess.v20201111.models.DetectInfoVideoData`
20906
20869
  """
20907
20870
  return self._VideoData
@@ -20913,7 +20876,6 @@ class DescribeSignFaceVideoResponse(AbstractModel):
20913
20876
  @property
20914
20877
  def IntentionQuestionResult(self):
20915
20878
  """意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
20916
- 注意:此字段可能返回 null,表示取不到有效值。
20917
20879
  :rtype: :class:`tencentcloud.ess.v20201111.models.IntentionQuestionResult`
20918
20880
  """
20919
20881
  return self._IntentionQuestionResult
@@ -25409,8 +25371,7 @@ class GetTaskResultApiRequest(AbstractModel):
25409
25371
 
25410
25372
  def __init__(self):
25411
25373
  r"""
25412
- :param _TaskId: 转换任务Id,通过接口<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>或<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateMergeFileTask" target="_blank">创建多文件转换任务接口</a>
25413
- 得到的转换任务id
25374
+ :param _TaskId: 转换任务Id,通过接口<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>得到的转换任务id
25414
25375
  :type TaskId: str
25415
25376
  :param _Operator: 执行本接口操作的员工信息。
25416
25377
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
@@ -25428,8 +25389,7 @@ class GetTaskResultApiRequest(AbstractModel):
25428
25389
 
25429
25390
  @property
25430
25391
  def TaskId(self):
25431
- """转换任务Id,通过接口<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>或<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateMergeFileTask" target="_blank">创建多文件转换任务接口</a>
25432
- 得到的转换任务id
25392
+ """转换任务Id,通过接口<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>得到的转换任务id
25433
25393
  :rtype: str
25434
25394
  """
25435
25395
  return self._TaskId
@@ -4194,7 +4194,6 @@ class ChannelCreateFlowApproversResponse(AbstractModel):
4194
4194
  r"""
4195
4195
  :param _FillError: 批量补充签署人时,补充失败的报错说明
4196
4196
  注:`目前仅补充动态签署人时会返回补充失败的原因`
4197
- 注意:此字段可能返回 null,表示取不到有效值。
4198
4197
  :type FillError: list of FillError
4199
4198
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4200
4199
  :type RequestId: str
@@ -4206,7 +4205,6 @@ class ChannelCreateFlowApproversResponse(AbstractModel):
4206
4205
  def FillError(self):
4207
4206
  """批量补充签署人时,补充失败的报错说明
4208
4207
  注:`目前仅补充动态签署人时会返回补充失败的原因`
4209
- 注意:此字段可能返回 null,表示取不到有效值。
4210
4208
  :rtype: list of FillError
4211
4209
  """
4212
4210
  return self._FillError
@@ -4788,10 +4786,8 @@ class ChannelCreateFlowByFilesResponse(AbstractModel):
4788
4786
  建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
4789
4787
 
4790
4788
  [点击查看FlowId在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/05af26573d5106763b4cfbb9f7c64b41.png)
4791
- 注意:此字段可能返回 null,表示取不到有效值。
4792
4789
  :type FlowId: str
4793
4790
  :param _Approvers: 签署方信息,如角色ID、角色名称等
4794
- 注意:此字段可能返回 null,表示取不到有效值。
4795
4791
  :type Approvers: list of ApproverItem
4796
4792
  :param _PreviewUrl: 预览链接,有效期5分钟
4797
4793
  注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
@@ -4810,7 +4806,6 @@ class ChannelCreateFlowByFilesResponse(AbstractModel):
4810
4806
  建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
4811
4807
 
4812
4808
  [点击查看FlowId在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/05af26573d5106763b4cfbb9f7c64b41.png)
4813
- 注意:此字段可能返回 null,表示取不到有效值。
4814
4809
  :rtype: str
4815
4810
  """
4816
4811
  return self._FlowId
@@ -4822,7 +4817,6 @@ class ChannelCreateFlowByFilesResponse(AbstractModel):
4822
4817
  @property
4823
4818
  def Approvers(self):
4824
4819
  """签署方信息,如角色ID、角色名称等
4825
- 注意:此字段可能返回 null,表示取不到有效值。
4826
4820
  :rtype: list of ApproverItem
4827
4821
  """
4828
4822
  return self._Approvers
@@ -5028,13 +5022,11 @@ class ChannelCreateFlowGroupByFilesResponse(AbstractModel):
5028
5022
  r"""
5029
5023
  :param _FlowGroupId: 合同组ID,为32位字符串。
5030
5024
  建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。
5031
- 注意:此字段可能返回 null,表示取不到有效值。
5032
5025
  :type FlowGroupId: str
5033
5026
  :param _FlowIds: 合同组中每个合同流程ID,每个ID均为32位字符串。
5034
5027
 
5035
5028
  注:
5036
5029
  `此数组的顺序和入参中的FlowGroupInfos顺序一致`
5037
- 注意:此字段可能返回 null,表示取不到有效值。
5038
5030
  :type FlowIds: list of str
5039
5031
  :param _Approvers: 合同组签署方信息。
5040
5032
  :type Approvers: list of FlowGroupApprovers
@@ -5050,7 +5042,6 @@ class ChannelCreateFlowGroupByFilesResponse(AbstractModel):
5050
5042
  def FlowGroupId(self):
5051
5043
  """合同组ID,为32位字符串。
5052
5044
  建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。
5053
- 注意:此字段可能返回 null,表示取不到有效值。
5054
5045
  :rtype: str
5055
5046
  """
5056
5047
  return self._FlowGroupId
@@ -5065,7 +5056,6 @@ class ChannelCreateFlowGroupByFilesResponse(AbstractModel):
5065
5056
 
5066
5057
  注:
5067
5058
  `此数组的顺序和入参中的FlowGroupInfos顺序一致`
5068
- 注意:此字段可能返回 null,表示取不到有效值。
5069
5059
  :rtype: list of str
5070
5060
  """
5071
5061
  return self._FlowIds
@@ -7655,9 +7645,7 @@ class ChannelCreateUserAutoSignEnableUrlRequest(AbstractModel):
7655
7645
  <ul><li> 不传(即为空值) 则会生成小程序端开通链接(默认)</li>
7656
7646
  <li> **H5SIGN** : 生成H5端开通链接</li></ul>
7657
7647
  :type UrlType: str
7658
- :param _NotifyType: 是否通知开通方,通知类型:
7659
- <ul><li>默认不设置为不通知开通方</li>
7660
- <li>**SMS** : 短信通知 ,如果需要短信通知则NotifyAddress填写对方的手机号</li></ul>
7648
+ :param _NotifyType: 是否通知开通方,通知类型:<ul><li>默认为不通知开通方</li><li>**SMS** : 短信通知 ,如果需要短信通知则NotifyAddress填写对方的手机号</li></ul>
7661
7649
  :type NotifyType: str
7662
7650
  :param _NotifyAddress: 如果通知类型NotifyType选择为SMS,则此处为手机号, 其他通知类型不需要设置此项
7663
7651
  :type NotifyAddress: str
@@ -7737,9 +7725,7 @@ class ChannelCreateUserAutoSignEnableUrlRequest(AbstractModel):
7737
7725
 
7738
7726
  @property
7739
7727
  def NotifyType(self):
7740
- """是否通知开通方,通知类型:
7741
- <ul><li>默认不设置为不通知开通方</li>
7742
- <li>**SMS** : 短信通知 ,如果需要短信通知则NotifyAddress填写对方的手机号</li></ul>
7728
+ """是否通知开通方,通知类型:<ul><li>默认为不通知开通方</li><li>**SMS** : 短信通知 ,如果需要短信通知则NotifyAddress填写对方的手机号</li></ul>
7743
7729
  :rtype: str
7744
7730
  """
7745
7731
  return self._NotifyType
@@ -10952,7 +10938,7 @@ class ChannelOrganizationInfo(AbstractModel):
10952
10938
  <li>**1**: 已激活</li>
10953
10939
  </ul>
10954
10940
  :type ActiveStatus: int
10955
- :param _LicenseExpireTime: 账号过期时间,时间戳
10941
+ :param _LicenseExpireTime: 账号到期时间,时间戳
10956
10942
  :type LicenseExpireTime: int
10957
10943
  """
10958
10944
  self._OrganizationId = None
@@ -11122,7 +11108,7 @@ class ChannelOrganizationInfo(AbstractModel):
11122
11108
 
11123
11109
  @property
11124
11110
  def LicenseExpireTime(self):
11125
- """账号过期时间,时间戳
11111
+ """账号到期时间,时间戳
11126
11112
  :rtype: int
11127
11113
  """
11128
11114
  return self._LicenseExpireTime
@@ -15469,6 +15455,8 @@ class CreateFlowsByTemplatesResponse(AbstractModel):
15469
15455
  :param _PreviewUrls: 合同预览链接URL数组。
15470
15456
 
15471
15457
  注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
15458
+ 如果预览的文件中指定了动态表格控件,此时此接口返回的是合成前的文档预览链接,合成完成后的文档预览链接需要通过[合同文档合成完成回调](https://qian.tencent.com/developers/partner/callback_types_contracts_sign#%E5%8D%81%E4%B8%80-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取或使用返回的TaskInfo中的TaskId通过[查询转换任务状态
15459
+ ](https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi)接口查询得到
15472
15460
  :type PreviewUrls: list of str
15473
15461
  :param _TaskInfos: 复杂文档合成任务(如,包含动态表格的预览任务)的任务信息数组;
15474
15462
  如果文档需要异步合成,此字段会返回该异步任务的任务信息,后续可以通过ChannelGetTaskResultApi接口查询任务详情;
@@ -15528,6 +15516,8 @@ class CreateFlowsByTemplatesResponse(AbstractModel):
15528
15516
  """合同预览链接URL数组。
15529
15517
 
15530
15518
  注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
15519
+ 如果预览的文件中指定了动态表格控件,此时此接口返回的是合成前的文档预览链接,合成完成后的文档预览链接需要通过[合同文档合成完成回调](https://qian.tencent.com/developers/partner/callback_types_contracts_sign#%E5%8D%81%E4%B8%80-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取或使用返回的TaskInfo中的TaskId通过[查询转换任务状态
15520
+ ](https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi)接口查询得到
15531
15521
  :rtype: list of str
15532
15522
  """
15533
15523
  return self._PreviewUrls
@@ -118,6 +118,29 @@ class HaiClient(AbstractClient):
118
118
  raise TencentCloudSDKException(type(e).__name__, str(e))
119
119
 
120
120
 
121
+ def DescribeMuskPrompts(self, request):
122
+ """获取prompt任务列表
123
+
124
+ :param request: Request instance for DescribeMuskPrompts.
125
+ :type request: :class:`tencentcloud.hai.v20230812.models.DescribeMuskPromptsRequest`
126
+ :rtype: :class:`tencentcloud.hai.v20230812.models.DescribeMuskPromptsResponse`
127
+
128
+ """
129
+ try:
130
+ params = request._serialize()
131
+ headers = request.headers
132
+ body = self.call("DescribeMuskPrompts", params, headers=headers)
133
+ response = json.loads(body)
134
+ model = models.DescribeMuskPromptsResponse()
135
+ model._deserialize(response["Response"])
136
+ return model
137
+ except Exception as e:
138
+ if isinstance(e, TencentCloudSDKException):
139
+ raise
140
+ else:
141
+ raise TencentCloudSDKException(type(e).__name__, str(e))
142
+
143
+
121
144
  def DescribeRegions(self, request):
122
145
  """查询地域列表
123
146