tencentcloud-sdk-python 3.0.1406__py2.py3-none-any.whl → 3.0.1408__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 (49) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +15 -0
  3. tencentcloud/asr/v20190614/models.py +2 -2
  4. tencentcloud/ccc/v20200210/models.py +168 -4
  5. tencentcloud/cdb/v20170320/cdb_client.py +5 -5
  6. tencentcloud/cdb/v20170320/models.py +42 -38
  7. tencentcloud/cdn/v20180606/errorcodes.py +9 -0
  8. tencentcloud/cdn/v20180606/models.py +2 -2
  9. tencentcloud/cfs/v20190719/models.py +25 -6
  10. tencentcloud/ckafka/v20190819/models.py +30 -0
  11. tencentcloud/csip/v20221121/csip_client.py +299 -0
  12. tencentcloud/csip/v20221121/models.py +11315 -6743
  13. tencentcloud/dts/v20211206/models.py +15 -0
  14. tencentcloud/es/v20180416/models.py +77 -0
  15. tencentcloud/es/v20250101/models.py +32 -0
  16. tencentcloud/ess/v20201111/errorcodes.py +33 -0
  17. tencentcloud/ess/v20201111/ess_client.py +80 -0
  18. tencentcloud/ess/v20201111/models.py +596 -8
  19. tencentcloud/essbasic/v20210526/errorcodes.py +9 -3
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +84 -1
  21. tencentcloud/essbasic/v20210526/models.py +599 -2
  22. tencentcloud/gwlb/v20240906/models.py +2 -2
  23. tencentcloud/hunyuan/v20230901/models.py +9 -5
  24. tencentcloud/ioa/v20220601/models.py +75 -0
  25. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +34 -11
  26. tencentcloud/iotexplorer/v20190423/models.py +258 -0
  27. tencentcloud/live/v20180801/live_client.py +90 -21
  28. tencentcloud/live/v20180801/models.py +903 -177
  29. tencentcloud/lkeap/v20240522/lkeap_client.py +0 -23
  30. tencentcloud/lkeap/v20240522/models.py +0 -167
  31. tencentcloud/ocr/v20181119/models.py +38 -0
  32. tencentcloud/ocr/v20181119/ocr_client.py +10 -0
  33. tencentcloud/ssl/v20191205/models.py +1081 -29
  34. tencentcloud/ssl/v20191205/ssl_client.py +92 -0
  35. tencentcloud/tcbr/v20220217/models.py +17 -0
  36. tencentcloud/tdmq/v20200217/models.py +107 -68
  37. tencentcloud/tdmq/v20200217/tdmq_client.py +2 -2
  38. tencentcloud/trocket/v20230308/errorcodes.py +3 -0
  39. tencentcloud/trocket/v20230308/models.py +512 -107
  40. tencentcloud/trocket/v20230308/trocket_client.py +34 -2
  41. tencentcloud/trtc/v20190722/models.py +6 -6
  42. tencentcloud/tse/v20201207/models.py +30 -0
  43. tencentcloud/wedata/v20210820/models.py +1280 -2
  44. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  45. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/METADATA +1 -1
  46. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/RECORD +49 -49
  47. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/LICENSE +0 -0
  48. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/WHEEL +0 -0
  49. {tencentcloud_sdk_python-3.0.1406.dist-info → tencentcloud_sdk_python-3.0.1408.dist-info}/top_level.txt +0 -0
@@ -1810,6 +1810,122 @@ class AutoSignConfig(AbstractModel):
1810
1810
 
1811
1811
 
1812
1812
 
1813
+ class BatchOrganizationRegistrationTasksDetails(AbstractModel):
1814
+ """批量认证企业任务详情信息,其中包括 TaskId,状态信息等等。
1815
+
1816
+ """
1817
+
1818
+ def __init__(self):
1819
+ r"""
1820
+ :param _TaskId: 生成注册链接的任务Id
1821
+ :type TaskId: str
1822
+ :param _Status: 批量创建企业任务的状态
1823
+ <ul>
1824
+ <li>Processing</li>
1825
+ <li>Create</li>
1826
+ <li>Submit</li>
1827
+ <li>Authorization</li>
1828
+ <li>Failed</li>
1829
+ </ul>
1830
+
1831
+ 各个状态所代表的含义如下表格所示:
1832
+ <table>
1833
+ <thead align="center" valign="center">
1834
+ <tr><th>任务状态名称</th><th>任务状态详情</th></tr>
1835
+ </thead>
1836
+ <tbody>
1837
+ <tr><th align="center" valign="center">Processing</th><th>企业认证任务处理中,用户调用了<a href="https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks">CreateBatchOrganizationRegistrationTasks</a>接口,但是任务还在处理中的状态</th></tr>
1838
+ <tr><th align="center" valign="center">Create</th><th>创建企业认证链接任务完成,可以调用生成任务链接接口</th></tr>
1839
+ <tr><th align="center" valign="center">Submit</th><th>企业认证任务已提交,到如下界面之后,会变为这个状态
1840
+
1841
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/acbcec8c7a71de14d9c041e3b8ca8b3f.png)</th></tr>
1842
+ <tr><th align="center" valign="center">Authorization</th><th>企业认证任务认证成功,点击下图下一步,进入到授权书上传或者法人认证,则会变为这个状态
1843
+
1844
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/c52448354871cffa729da8db4e3a6f18.png)</th></tr>
1845
+ <tr><th align="center" valign="center">Failed</th><th>企业认证任务失败</th></tr>
1846
+ </tbody>
1847
+ </table>
1848
+ :type Status: str
1849
+ :param _ErrorMessage: 如果任务失败,会返回错误信息
1850
+ :type ErrorMessage: str
1851
+ """
1852
+ self._TaskId = None
1853
+ self._Status = None
1854
+ self._ErrorMessage = None
1855
+
1856
+ @property
1857
+ def TaskId(self):
1858
+ """生成注册链接的任务Id
1859
+ :rtype: str
1860
+ """
1861
+ return self._TaskId
1862
+
1863
+ @TaskId.setter
1864
+ def TaskId(self, TaskId):
1865
+ self._TaskId = TaskId
1866
+
1867
+ @property
1868
+ def Status(self):
1869
+ """批量创建企业任务的状态
1870
+ <ul>
1871
+ <li>Processing</li>
1872
+ <li>Create</li>
1873
+ <li>Submit</li>
1874
+ <li>Authorization</li>
1875
+ <li>Failed</li>
1876
+ </ul>
1877
+
1878
+ 各个状态所代表的含义如下表格所示:
1879
+ <table>
1880
+ <thead align="center" valign="center">
1881
+ <tr><th>任务状态名称</th><th>任务状态详情</th></tr>
1882
+ </thead>
1883
+ <tbody>
1884
+ <tr><th align="center" valign="center">Processing</th><th>企业认证任务处理中,用户调用了<a href="https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks">CreateBatchOrganizationRegistrationTasks</a>接口,但是任务还在处理中的状态</th></tr>
1885
+ <tr><th align="center" valign="center">Create</th><th>创建企业认证链接任务完成,可以调用生成任务链接接口</th></tr>
1886
+ <tr><th align="center" valign="center">Submit</th><th>企业认证任务已提交,到如下界面之后,会变为这个状态
1887
+
1888
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/acbcec8c7a71de14d9c041e3b8ca8b3f.png)</th></tr>
1889
+ <tr><th align="center" valign="center">Authorization</th><th>企业认证任务认证成功,点击下图下一步,进入到授权书上传或者法人认证,则会变为这个状态
1890
+
1891
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/c52448354871cffa729da8db4e3a6f18.png)</th></tr>
1892
+ <tr><th align="center" valign="center">Failed</th><th>企业认证任务失败</th></tr>
1893
+ </tbody>
1894
+ </table>
1895
+ :rtype: str
1896
+ """
1897
+ return self._Status
1898
+
1899
+ @Status.setter
1900
+ def Status(self, Status):
1901
+ self._Status = Status
1902
+
1903
+ @property
1904
+ def ErrorMessage(self):
1905
+ """如果任务失败,会返回错误信息
1906
+ :rtype: str
1907
+ """
1908
+ return self._ErrorMessage
1909
+
1910
+ @ErrorMessage.setter
1911
+ def ErrorMessage(self, ErrorMessage):
1912
+ self._ErrorMessage = ErrorMessage
1913
+
1914
+
1915
+ def _deserialize(self, params):
1916
+ self._TaskId = params.get("TaskId")
1917
+ self._Status = params.get("Status")
1918
+ self._ErrorMessage = params.get("ErrorMessage")
1919
+ memeber_set = set(params.keys())
1920
+ for name, value in vars(self).items():
1921
+ property_name = name[1:]
1922
+ if property_name in memeber_set:
1923
+ memeber_set.remove(property_name)
1924
+ if len(memeber_set) > 0:
1925
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1926
+
1927
+
1928
+
1813
1929
  class BillUsageDetail(AbstractModel):
1814
1930
  """用户计费使用情况详情
1815
1931
 
@@ -3022,9 +3138,11 @@ class Component(AbstractModel):
3022
3138
 
3023
3139
  <font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
3024
3140
  <ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
3025
- <li> <b>FontSize</b>: 范围6 :24</li>
3141
+ <li> <b>FontSize</b>: 范围6 :72</li>
3026
3142
  <li> <b>Opacity</b>: 透明度,范围0 :1</li>
3143
+ <li> <b>Rotate</b>: 水印旋转角度,范围0 :359</li>
3027
3144
  <li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
3145
+ <li> <b>Position</b>: 水印位置,None-平铺(默认值),LeftTop-左上,LeftBottom-左下,RightTop-右上,RightBottom-右下,Center-居中</li>
3028
3146
  <li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>
3029
3147
  <b>参数样例</b>:`"{\"Font\":\"黑体\",\"FontSize\":20,\"Opacity\":0.1,\"Density\":2,\"SubType\":\"PERSON_INFO_WATERMARK\"}"`
3030
3148
 
@@ -3441,9 +3559,11 @@ ChildrenComponent结构体定义:
3441
3559
 
3442
3560
  <font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
3443
3561
  <ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
3444
- <li> <b>FontSize</b>: 范围6 :24</li>
3562
+ <li> <b>FontSize</b>: 范围6 :72</li>
3445
3563
  <li> <b>Opacity</b>: 透明度,范围0 :1</li>
3564
+ <li> <b>Rotate</b>: 水印旋转角度,范围0 :359</li>
3446
3565
  <li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
3566
+ <li> <b>Position</b>: 水印位置,None-平铺(默认值),LeftTop-左上,LeftBottom-左下,RightTop-右上,RightBottom-右下,Center-居中</li>
3447
3567
  <li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>
3448
3568
  <b>参数样例</b>:`"{\"Font\":\"黑体\",\"FontSize\":20,\"Opacity\":0.1,\"Density\":2,\"SubType\":\"PERSON_INFO_WATERMARK\"}"`
3449
3569
 
@@ -11550,6 +11670,146 @@ class CreateLegalSealQrCodeResponse(AbstractModel):
11550
11670
  self._RequestId = params.get("RequestId")
11551
11671
 
11552
11672
 
11673
+ class CreateModifyAdminAuthorizationUrlRequest(AbstractModel):
11674
+ """CreateModifyAdminAuthorizationUrl请求参数结构体
11675
+
11676
+ """
11677
+
11678
+ def __init__(self):
11679
+ r"""
11680
+ :param _Operator: 执行本接口操作的员工信息。
11681
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
11682
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
11683
+ :param _Agent: 代理企业和员工的信息。
11684
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
11685
+ :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
11686
+ :param _AuthorizationId: 企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
11687
+ :type AuthorizationId: str
11688
+ :param _Endpoint: 要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
11689
+ :type Endpoint: str
11690
+ """
11691
+ self._Operator = None
11692
+ self._Agent = None
11693
+ self._AuthorizationId = None
11694
+ self._Endpoint = None
11695
+
11696
+ @property
11697
+ def Operator(self):
11698
+ """执行本接口操作的员工信息。
11699
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
11700
+ :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
11701
+ """
11702
+ return self._Operator
11703
+
11704
+ @Operator.setter
11705
+ def Operator(self, Operator):
11706
+ self._Operator = Operator
11707
+
11708
+ @property
11709
+ def Agent(self):
11710
+ """代理企业和员工的信息。
11711
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
11712
+ :rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
11713
+ """
11714
+ return self._Agent
11715
+
11716
+ @Agent.setter
11717
+ def Agent(self, Agent):
11718
+ self._Agent = Agent
11719
+
11720
+ @property
11721
+ def AuthorizationId(self):
11722
+ """企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
11723
+ :rtype: str
11724
+ """
11725
+ return self._AuthorizationId
11726
+
11727
+ @AuthorizationId.setter
11728
+ def AuthorizationId(self, AuthorizationId):
11729
+ self._AuthorizationId = AuthorizationId
11730
+
11731
+ @property
11732
+ def Endpoint(self):
11733
+ """要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
11734
+ :rtype: str
11735
+ """
11736
+ return self._Endpoint
11737
+
11738
+ @Endpoint.setter
11739
+ def Endpoint(self, Endpoint):
11740
+ self._Endpoint = Endpoint
11741
+
11742
+
11743
+ def _deserialize(self, params):
11744
+ if params.get("Operator") is not None:
11745
+ self._Operator = UserInfo()
11746
+ self._Operator._deserialize(params.get("Operator"))
11747
+ if params.get("Agent") is not None:
11748
+ self._Agent = Agent()
11749
+ self._Agent._deserialize(params.get("Agent"))
11750
+ self._AuthorizationId = params.get("AuthorizationId")
11751
+ self._Endpoint = params.get("Endpoint")
11752
+ memeber_set = set(params.keys())
11753
+ for name, value in vars(self).items():
11754
+ property_name = name[1:]
11755
+ if property_name in memeber_set:
11756
+ memeber_set.remove(property_name)
11757
+ if len(memeber_set) > 0:
11758
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11759
+
11760
+
11761
+
11762
+ class CreateModifyAdminAuthorizationUrlResponse(AbstractModel):
11763
+ """CreateModifyAdminAuthorizationUrl返回参数结构体
11764
+
11765
+ """
11766
+
11767
+ def __init__(self):
11768
+ r"""
11769
+ :param _Url: 变更企业超管授权书链接。
11770
+ 没有有效期限制。
11771
+
11772
+ 注意:
11773
+ 此链接仅能由当时认证企业的认证人使用。
11774
+ :type Url: str
11775
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11776
+ :type RequestId: str
11777
+ """
11778
+ self._Url = None
11779
+ self._RequestId = None
11780
+
11781
+ @property
11782
+ def Url(self):
11783
+ """变更企业超管授权书链接。
11784
+ 没有有效期限制。
11785
+
11786
+ 注意:
11787
+ 此链接仅能由当时认证企业的认证人使用。
11788
+ :rtype: str
11789
+ """
11790
+ return self._Url
11791
+
11792
+ @Url.setter
11793
+ def Url(self, Url):
11794
+ self._Url = Url
11795
+
11796
+ @property
11797
+ def RequestId(self):
11798
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11799
+ :rtype: str
11800
+ """
11801
+ return self._RequestId
11802
+
11803
+ @RequestId.setter
11804
+ def RequestId(self, RequestId):
11805
+ self._RequestId = RequestId
11806
+
11807
+
11808
+ def _deserialize(self, params):
11809
+ self._Url = params.get("Url")
11810
+ self._RequestId = params.get("RequestId")
11811
+
11812
+
11553
11813
  class CreateMultiFlowSignQRCodeRequest(AbstractModel):
11554
11814
  """CreateMultiFlowSignQRCode请求参数结构体
11555
11815
 
@@ -12045,9 +12305,8 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
12045
12305
  :param _AuthorizationTypes: 指定授权方式 支持多选:
12046
12306
 
12047
12307
  <ul>
12048
- <li><strong>1</strong>:上传授权书方式</li>
12049
12308
  <li><strong>2</strong>: 法人授权方式</li>
12050
- <li><strong>3</strong>: 法人身份认证方式</li>
12309
+ <li><strong>5</strong>: 授权书+对公打款方式</li>
12051
12310
  </ul>
12052
12311
  :type AuthorizationTypes: list of int non-negative
12053
12312
  :param _OrganizationName: 认证企业名称,请确认该名称与企业营业执照中注册的名称一致。
@@ -12169,9 +12428,8 @@ p.s. 如果上传授权书 ,需遵循以下条件
12169
12428
  """指定授权方式 支持多选:
12170
12429
 
12171
12430
  <ul>
12172
- <li><strong>1</strong>:上传授权书方式</li>
12173
12431
  <li><strong>2</strong>: 法人授权方式</li>
12174
- <li><strong>3</strong>: 法人身份认证方式</li>
12432
+ <li><strong>5</strong>: 授权书+对公打款方式</li>
12175
12433
  </ul>
12176
12434
  :rtype: list of int non-negative
12177
12435
  """
@@ -18358,6 +18616,128 @@ class Department(AbstractModel):
18358
18616
 
18359
18617
 
18360
18618
 
18619
+ class DescribeBatchOrganizationRegistrationTasksRequest(AbstractModel):
18620
+ """DescribeBatchOrganizationRegistrationTasks请求参数结构体
18621
+
18622
+ """
18623
+
18624
+ def __init__(self):
18625
+ r"""
18626
+ :param _Operator: 执行本接口操作的员工信息。
18627
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
18628
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
18629
+ :param _Agent: 代理企业和员工的信息。
18630
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
18631
+ :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
18632
+ :param _TaskIds: 企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口[查询企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls)可以得到。
18633
+ :type TaskIds: list of str
18634
+ """
18635
+ self._Operator = None
18636
+ self._Agent = None
18637
+ self._TaskIds = None
18638
+
18639
+ @property
18640
+ def Operator(self):
18641
+ """执行本接口操作的员工信息。
18642
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
18643
+ :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
18644
+ """
18645
+ return self._Operator
18646
+
18647
+ @Operator.setter
18648
+ def Operator(self, Operator):
18649
+ self._Operator = Operator
18650
+
18651
+ @property
18652
+ def Agent(self):
18653
+ """代理企业和员工的信息。
18654
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
18655
+ :rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
18656
+ """
18657
+ return self._Agent
18658
+
18659
+ @Agent.setter
18660
+ def Agent(self, Agent):
18661
+ self._Agent = Agent
18662
+
18663
+ @property
18664
+ def TaskIds(self):
18665
+ """企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口[查询企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls)可以得到。
18666
+ :rtype: list of str
18667
+ """
18668
+ return self._TaskIds
18669
+
18670
+ @TaskIds.setter
18671
+ def TaskIds(self, TaskIds):
18672
+ self._TaskIds = TaskIds
18673
+
18674
+
18675
+ def _deserialize(self, params):
18676
+ if params.get("Operator") is not None:
18677
+ self._Operator = UserInfo()
18678
+ self._Operator._deserialize(params.get("Operator"))
18679
+ if params.get("Agent") is not None:
18680
+ self._Agent = Agent()
18681
+ self._Agent._deserialize(params.get("Agent"))
18682
+ self._TaskIds = params.get("TaskIds")
18683
+ memeber_set = set(params.keys())
18684
+ for name, value in vars(self).items():
18685
+ property_name = name[1:]
18686
+ if property_name in memeber_set:
18687
+ memeber_set.remove(property_name)
18688
+ if len(memeber_set) > 0:
18689
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18690
+
18691
+
18692
+
18693
+ class DescribeBatchOrganizationRegistrationTasksResponse(AbstractModel):
18694
+ """DescribeBatchOrganizationRegistrationTasks返回参数结构体
18695
+
18696
+ """
18697
+
18698
+ def __init__(self):
18699
+ r"""
18700
+ :param _Details: 企业批量任务状态明细
18701
+ :type Details: list of BatchOrganizationRegistrationTasksDetails
18702
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18703
+ :type RequestId: str
18704
+ """
18705
+ self._Details = None
18706
+ self._RequestId = None
18707
+
18708
+ @property
18709
+ def Details(self):
18710
+ """企业批量任务状态明细
18711
+ :rtype: list of BatchOrganizationRegistrationTasksDetails
18712
+ """
18713
+ return self._Details
18714
+
18715
+ @Details.setter
18716
+ def Details(self, Details):
18717
+ self._Details = Details
18718
+
18719
+ @property
18720
+ def RequestId(self):
18721
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18722
+ :rtype: str
18723
+ """
18724
+ return self._RequestId
18725
+
18726
+ @RequestId.setter
18727
+ def RequestId(self, RequestId):
18728
+ self._RequestId = RequestId
18729
+
18730
+
18731
+ def _deserialize(self, params):
18732
+ if params.get("Details") is not None:
18733
+ self._Details = []
18734
+ for item in params.get("Details"):
18735
+ obj = BatchOrganizationRegistrationTasksDetails()
18736
+ obj._deserialize(item)
18737
+ self._Details.append(obj)
18738
+ self._RequestId = params.get("RequestId")
18739
+
18740
+
18361
18741
  class DescribeBatchOrganizationRegistrationUrlsRequest(AbstractModel):
18362
18742
  """DescribeBatchOrganizationRegistrationUrls请求参数结构体
18363
18743
 
@@ -25312,7 +25692,7 @@ class FlowCreateApprover(AbstractModel):
25312
25692
  注意,在合同中,不同的或签参与人必须保证其CustomApproverTag唯一。
25313
25693
  如果或签签署人为本方企业微信参与人,则需要指定ApproverSource参数为WEWORKAPP。
25314
25694
  :type CustomApproverTag: str
25315
- :param _RegisterInfo: <font color="red">不再使用</font >, 快速注册相关信息
25695
+ :param _RegisterInfo: 快速注册相关信息
25316
25696
  :type RegisterInfo: :class:`tencentcloud.ess.v20201111.models.RegisterInfo`
25317
25697
  :param _ApproverOption: 签署人个性化能力值,如是否可以转发他人处理、是否可以拒签、是否为动态补充签署人等功能开关。
25318
25698
  :type ApproverOption: :class:`tencentcloud.ess.v20201111.models.ApproverOption`
@@ -25664,7 +26044,7 @@ class FlowCreateApprover(AbstractModel):
25664
26044
 
25665
26045
  @property
25666
26046
  def RegisterInfo(self):
25667
- """<font color="red">不再使用</font >, 快速注册相关信息
26047
+ """快速注册相关信息
25668
26048
  :rtype: :class:`tencentcloud.ess.v20201111.models.RegisterInfo`
25669
26049
  """
25670
26050
  return self._RegisterInfo
@@ -29364,6 +29744,189 @@ class ModifyIntegrationRoleResponse(AbstractModel):
29364
29744
  self._RequestId = params.get("RequestId")
29365
29745
 
29366
29746
 
29747
+ class ModifyPartnerAutoSignAuthUrlRequest(AbstractModel):
29748
+ """ModifyPartnerAutoSignAuthUrl请求参数结构体
29749
+
29750
+ """
29751
+
29752
+ def __init__(self):
29753
+ r"""
29754
+ :param _Agent: 代理企业和员工的信息。<br/>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
29755
+ :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
29756
+ :param _Operator: 执行本接口操作的员工信息。<br/>注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
29757
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
29758
+ :param _AuthorizedOrganizationId: 被授企业id/授权方企业id(即OrganizationId),和AuthorizedOrganizationName二选一传入
29759
+ :type AuthorizedOrganizationId: str
29760
+ :param _AuthorizedOrganizationName: 被授企业名称/授权方企业的名字,和AuthorizedOrganizationId二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。
29761
+ 注: `如果名称中包含英文括号(),请使用中文括号()代替。`
29762
+ :type AuthorizedOrganizationName: str
29763
+ :param _AuthToMe: 在处理授权关系时,授权的方向
29764
+ <ul>
29765
+ <li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li>
29766
+ <li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【授权方】的企业名称,即提供授权的企业。</li>
29767
+ </ul>
29768
+ :type AuthToMe: bool
29769
+ """
29770
+ self._Agent = None
29771
+ self._Operator = None
29772
+ self._AuthorizedOrganizationId = None
29773
+ self._AuthorizedOrganizationName = None
29774
+ self._AuthToMe = None
29775
+
29776
+ @property
29777
+ def Agent(self):
29778
+ """代理企业和员工的信息。<br/>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
29779
+ :rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
29780
+ """
29781
+ return self._Agent
29782
+
29783
+ @Agent.setter
29784
+ def Agent(self, Agent):
29785
+ self._Agent = Agent
29786
+
29787
+ @property
29788
+ def Operator(self):
29789
+ """执行本接口操作的员工信息。<br/>注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
29790
+ :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
29791
+ """
29792
+ return self._Operator
29793
+
29794
+ @Operator.setter
29795
+ def Operator(self, Operator):
29796
+ self._Operator = Operator
29797
+
29798
+ @property
29799
+ def AuthorizedOrganizationId(self):
29800
+ """被授企业id/授权方企业id(即OrganizationId),和AuthorizedOrganizationName二选一传入
29801
+ :rtype: str
29802
+ """
29803
+ return self._AuthorizedOrganizationId
29804
+
29805
+ @AuthorizedOrganizationId.setter
29806
+ def AuthorizedOrganizationId(self, AuthorizedOrganizationId):
29807
+ self._AuthorizedOrganizationId = AuthorizedOrganizationId
29808
+
29809
+ @property
29810
+ def AuthorizedOrganizationName(self):
29811
+ """被授企业名称/授权方企业的名字,和AuthorizedOrganizationId二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。
29812
+ 注: `如果名称中包含英文括号(),请使用中文括号()代替。`
29813
+ :rtype: str
29814
+ """
29815
+ return self._AuthorizedOrganizationName
29816
+
29817
+ @AuthorizedOrganizationName.setter
29818
+ def AuthorizedOrganizationName(self, AuthorizedOrganizationName):
29819
+ self._AuthorizedOrganizationName = AuthorizedOrganizationName
29820
+
29821
+ @property
29822
+ def AuthToMe(self):
29823
+ """在处理授权关系时,授权的方向
29824
+ <ul>
29825
+ <li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li>
29826
+ <li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【授权方】的企业名称,即提供授权的企业。</li>
29827
+ </ul>
29828
+ :rtype: bool
29829
+ """
29830
+ return self._AuthToMe
29831
+
29832
+ @AuthToMe.setter
29833
+ def AuthToMe(self, AuthToMe):
29834
+ self._AuthToMe = AuthToMe
29835
+
29836
+
29837
+ def _deserialize(self, params):
29838
+ if params.get("Agent") is not None:
29839
+ self._Agent = Agent()
29840
+ self._Agent._deserialize(params.get("Agent"))
29841
+ if params.get("Operator") is not None:
29842
+ self._Operator = UserInfo()
29843
+ self._Operator._deserialize(params.get("Operator"))
29844
+ self._AuthorizedOrganizationId = params.get("AuthorizedOrganizationId")
29845
+ self._AuthorizedOrganizationName = params.get("AuthorizedOrganizationName")
29846
+ self._AuthToMe = params.get("AuthToMe")
29847
+ memeber_set = set(params.keys())
29848
+ for name, value in vars(self).items():
29849
+ property_name = name[1:]
29850
+ if property_name in memeber_set:
29851
+ memeber_set.remove(property_name)
29852
+ if len(memeber_set) > 0:
29853
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
29854
+
29855
+
29856
+
29857
+ class ModifyPartnerAutoSignAuthUrlResponse(AbstractModel):
29858
+ """ModifyPartnerAutoSignAuthUrl返回参数结构体
29859
+
29860
+ """
29861
+
29862
+ def __init__(self):
29863
+ r"""
29864
+ :param _Url: 授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
29865
+ :type Url: str
29866
+ :param _MiniAppPath: 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
29867
+ :type MiniAppPath: str
29868
+ :param _ExpireTime: 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
29869
+ :type ExpireTime: int
29870
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29871
+ :type RequestId: str
29872
+ """
29873
+ self._Url = None
29874
+ self._MiniAppPath = None
29875
+ self._ExpireTime = None
29876
+ self._RequestId = None
29877
+
29878
+ @property
29879
+ def Url(self):
29880
+ """授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
29881
+ :rtype: str
29882
+ """
29883
+ return self._Url
29884
+
29885
+ @Url.setter
29886
+ def Url(self, Url):
29887
+ self._Url = Url
29888
+
29889
+ @property
29890
+ def MiniAppPath(self):
29891
+ """从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
29892
+ :rtype: str
29893
+ """
29894
+ return self._MiniAppPath
29895
+
29896
+ @MiniAppPath.setter
29897
+ def MiniAppPath(self, MiniAppPath):
29898
+ self._MiniAppPath = MiniAppPath
29899
+
29900
+ @property
29901
+ def ExpireTime(self):
29902
+ """链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
29903
+ :rtype: int
29904
+ """
29905
+ return self._ExpireTime
29906
+
29907
+ @ExpireTime.setter
29908
+ def ExpireTime(self, ExpireTime):
29909
+ self._ExpireTime = ExpireTime
29910
+
29911
+ @property
29912
+ def RequestId(self):
29913
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29914
+ :rtype: str
29915
+ """
29916
+ return self._RequestId
29917
+
29918
+ @RequestId.setter
29919
+ def RequestId(self, RequestId):
29920
+ self._RequestId = RequestId
29921
+
29922
+
29923
+ def _deserialize(self, params):
29924
+ self._Url = params.get("Url")
29925
+ self._MiniAppPath = params.get("MiniAppPath")
29926
+ self._ExpireTime = params.get("ExpireTime")
29927
+ self._RequestId = params.get("RequestId")
29928
+
29929
+
29367
29930
  class NeedReviewApproverInfo(AbstractModel):
29368
29931
  """需要进行签署审核的签署人信息
29369
29932
 
@@ -31570,10 +32133,18 @@ class RegisterInfo(AbstractModel):
31570
32133
  :type Uscc: str
31571
32134
  :param _UnifiedSocialCreditCode: 社会统一信用代码
31572
32135
  :type UnifiedSocialCreditCode: str
32136
+ :param _AuthorizationTypes: 指定企业认证的授权方式 支持多选:
32137
+
32138
+ <ul>
32139
+ <li><strong>2</strong>: 法人授权方式</li>
32140
+ <li><strong>5</strong>: 授权书+对公打款方式</li>
32141
+ </ul>
32142
+ :type AuthorizationTypes: list of int non-negative
31573
32143
  """
31574
32144
  self._LegalName = None
31575
32145
  self._Uscc = None
31576
32146
  self._UnifiedSocialCreditCode = None
32147
+ self._AuthorizationTypes = None
31577
32148
 
31578
32149
  @property
31579
32150
  def LegalName(self):
@@ -31613,11 +32184,28 @@ class RegisterInfo(AbstractModel):
31613
32184
  def UnifiedSocialCreditCode(self, UnifiedSocialCreditCode):
31614
32185
  self._UnifiedSocialCreditCode = UnifiedSocialCreditCode
31615
32186
 
32187
+ @property
32188
+ def AuthorizationTypes(self):
32189
+ """指定企业认证的授权方式 支持多选:
32190
+
32191
+ <ul>
32192
+ <li><strong>2</strong>: 法人授权方式</li>
32193
+ <li><strong>5</strong>: 授权书+对公打款方式</li>
32194
+ </ul>
32195
+ :rtype: list of int non-negative
32196
+ """
32197
+ return self._AuthorizationTypes
32198
+
32199
+ @AuthorizationTypes.setter
32200
+ def AuthorizationTypes(self, AuthorizationTypes):
32201
+ self._AuthorizationTypes = AuthorizationTypes
32202
+
31616
32203
 
31617
32204
  def _deserialize(self, params):
31618
32205
  self._LegalName = params.get("LegalName")
31619
32206
  self._Uscc = params.get("Uscc")
31620
32207
  self._UnifiedSocialCreditCode = params.get("UnifiedSocialCreditCode")
32208
+ self._AuthorizationTypes = params.get("AuthorizationTypes")
31621
32209
  memeber_set = set(params.keys())
31622
32210
  for name, value in vars(self).items():
31623
32211
  property_name = name[1:]