tencentcloud-sdk-python-ess 3.1.92__tar.gz → 3.1.97__tar.gz
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.
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud/ess/v20201111/models.py +74 -102
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.97/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.92/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud/ess/v20201111/ess_client.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.92 → tencentcloud_sdk_python_ess-3.1.97}/tencentcloud_sdk_python_ess.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ess
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.97
|
|
4
4
|
Summary: Tencent Cloud Ess SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.97
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ess',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.97,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -19583,70 +19583,43 @@ class CreateSealRequest(AbstractModel):
|
|
|
19583
19583
|
|
|
19584
19584
|
def __init__(self):
|
|
19585
19585
|
r"""
|
|
19586
|
-
:param _Operator:
|
|
19587
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
19586
|
+
:param _Operator: <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
19588
19587
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
19589
|
-
:param _SealName:
|
|
19590
|
-
注:`同一企业下电子印章名字不能相同`
|
|
19588
|
+
:param _SealName: <p>电子印章名字,1-50个中文字符<br>注:<code>同一企业下电子印章名字不能相同</code></p>
|
|
19591
19589
|
:type SealName: str
|
|
19592
|
-
:param _Agent:
|
|
19593
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
19590
|
+
:param _Agent: <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
19594
19591
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
19595
|
-
:param _GenerateSource:
|
|
19596
|
-
<ul>
|
|
19597
|
-
<li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li>
|
|
19598
|
-
<li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li>
|
|
19599
|
-
</ul>
|
|
19592
|
+
:param _GenerateSource: <p>电子印章生成方式</p><ul><li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li><li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li></ul>
|
|
19600
19593
|
:type GenerateSource: str
|
|
19601
|
-
:param _SealType:
|
|
19594
|
+
:param _SealType: <p>电子印章类型 , 可选类型如下: <ul><li><strong>OFFICIAL</strong>: (默认)公章</li><li><strong>CONTRACT</strong>: 合同专用章;</li><li><strong>FINANCE</strong>: 财务专用章;</li><li><strong>PERSONNEL</strong>: 人事专用章</li><li><strong>INVOICE</strong>: 发票专用章</li><li><strong>OTHER</strong>: 其他</li></ul>注: 同企业下只能有<font color="red">一个</font>公章, 重复创建会报错</p>
|
|
19602
19595
|
:type SealType: str
|
|
19603
|
-
:param _FileName:
|
|
19596
|
+
:param _FileName: <p>电子印章图片文件名称,1-50个中文字符。</p>
|
|
19604
19597
|
:type FileName: str
|
|
19605
|
-
:param _Image:
|
|
19606
|
-
|
|
19607
|
-
注: `通过图片创建的电子印章,需电子签平台人工审核`
|
|
19608
|
-
|
|
19609
|
-
|
|
19598
|
+
:param _Image: <p>电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式</p><p>注: <code>通过图片创建的电子印章,需电子签平台人工审核</code></p>
|
|
19610
19599
|
:type Image: str
|
|
19611
|
-
:param _Width:
|
|
19612
|
-
参数不再启用,系统会设置印章大小为标准尺寸。
|
|
19600
|
+
:param _Width: <p>电子印章宽度,单位px<br>参数不再启用,系统会设置印章大小为标准尺寸。</p>
|
|
19613
19601
|
:type Width: int
|
|
19614
|
-
:param _Height:
|
|
19615
|
-
参数不再启用,系统会设置印章大小为标准尺寸。
|
|
19602
|
+
:param _Height: <p>电子印章高度,单位px<br>参数不再启用,系统会设置印章大小为标准尺寸。</p>
|
|
19616
19603
|
:type Height: int
|
|
19617
|
-
:param _Color:
|
|
19618
|
-
|
|
19619
|
-
系统目前只支持红色印章创建。
|
|
19604
|
+
:param _Color: <p>电子印章印章颜色(默认红色RED),RED-红色</p><p>系统目前只支持红色印章创建。</p>
|
|
19620
19605
|
:type Color: str
|
|
19621
|
-
:param _SealHorizontalText:
|
|
19622
|
-
横向文字的位置如下图中的"印章横向文字在这里"
|
|
19623
|
-
|
|
19624
|
-

|
|
19625
|
-
|
|
19606
|
+
:param _SealHorizontalText: <p>企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)<br>横向文字的位置如下图中的"印章横向文字在这里"</p><p><img src="https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png" alt="image"></p>
|
|
19626
19607
|
:type SealHorizontalText: str
|
|
19627
|
-
:param _SealChordText:
|
|
19608
|
+
:param _SealChordText: <p>暂时不支持下弦文字设置</p>
|
|
19628
19609
|
:type SealChordText: str
|
|
19629
|
-
:param _SealCentralType:
|
|
19610
|
+
:param _SealCentralType: <p>系统生成的印章只支持:STAR</p>
|
|
19630
19611
|
:type SealCentralType: str
|
|
19631
|
-
:param _FileToken:
|
|
19632
|
-
|
|
19612
|
+
:param _FileToken: <p>通过文件上传时,服务端生成的电子印章上传图片的token</p>
|
|
19633
19613
|
:type FileToken: str
|
|
19634
|
-
:param _SealStyle:
|
|
19635
|
-
<ul><li>**circle**:(默认)圆形印章</li>
|
|
19636
|
-
<li>**ellipse**:椭圆印章</li></ul>
|
|
19614
|
+
:param _SealStyle: <p>印章样式, 可以选择的样式如下: </p><ul><li>**circle**:(默认)圆形印章</li><li>**ellipse**:椭圆印章</li></ul>
|
|
19637
19615
|
:type SealStyle: str
|
|
19638
|
-
:param _SealSize:
|
|
19616
|
+
:param _SealSize: <p>印章尺寸取值描述, 可以选择的尺寸如下: <ul><li> <strong>38_38</strong>: 圆形企业公章直径38mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>40_40</strong>: 圆形企业公章直径40mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>42_42</strong>(默认): 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>45_45</strong>: 圆形企业印章直径45mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>50_50</strong>: 圆形企业印章直径50mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>58_58</strong>: 圆形企业印章直径58mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>40_30</strong>: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效</li> <li> <strong>45_30</strong>: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li> </ul></p>
|
|
19639
19617
|
:type SealSize: str
|
|
19640
|
-
:param _TaxIdentifyCode:
|
|
19641
|
-
注:
|
|
19642
|
-
<ul>
|
|
19643
|
-
<li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li>
|
|
19644
|
-
<li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li>
|
|
19645
|
-
</ul>
|
|
19618
|
+
:param _TaxIdentifyCode: <p>企业税号<br>注:</p><ul><li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li><li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li></ul>
|
|
19646
19619
|
:type TaxIdentifyCode: str
|
|
19647
|
-
:param _SealDescription:
|
|
19620
|
+
:param _SealDescription: <p>印章描述内容</p>
|
|
19648
19621
|
:type SealDescription: str
|
|
19649
|
-
:param _Options:
|
|
19622
|
+
:param _Options: <p>个性化配置字段,默认不传。</p>
|
|
19650
19623
|
:type Options: list of Option
|
|
19651
19624
|
"""
|
|
19652
19625
|
self._Operator = None
|
|
@@ -19671,8 +19644,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19671
19644
|
|
|
19672
19645
|
@property
|
|
19673
19646
|
def Operator(self):
|
|
19674
|
-
r"""
|
|
19675
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
19647
|
+
r"""<p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
19676
19648
|
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
19677
19649
|
"""
|
|
19678
19650
|
return self._Operator
|
|
@@ -19683,8 +19655,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19683
19655
|
|
|
19684
19656
|
@property
|
|
19685
19657
|
def SealName(self):
|
|
19686
|
-
r"""
|
|
19687
|
-
注:`同一企业下电子印章名字不能相同`
|
|
19658
|
+
r"""<p>电子印章名字,1-50个中文字符<br>注:<code>同一企业下电子印章名字不能相同</code></p>
|
|
19688
19659
|
:rtype: str
|
|
19689
19660
|
"""
|
|
19690
19661
|
return self._SealName
|
|
@@ -19695,8 +19666,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19695
19666
|
|
|
19696
19667
|
@property
|
|
19697
19668
|
def Agent(self):
|
|
19698
|
-
r"""
|
|
19699
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
19669
|
+
r"""<p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
19700
19670
|
:rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
19701
19671
|
"""
|
|
19702
19672
|
return self._Agent
|
|
@@ -19707,11 +19677,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19707
19677
|
|
|
19708
19678
|
@property
|
|
19709
19679
|
def GenerateSource(self):
|
|
19710
|
-
r"""
|
|
19711
|
-
<ul>
|
|
19712
|
-
<li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li>
|
|
19713
|
-
<li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li>
|
|
19714
|
-
</ul>
|
|
19680
|
+
r"""<p>电子印章生成方式</p><ul><li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li><li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li></ul>
|
|
19715
19681
|
:rtype: str
|
|
19716
19682
|
"""
|
|
19717
19683
|
return self._GenerateSource
|
|
@@ -19722,7 +19688,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19722
19688
|
|
|
19723
19689
|
@property
|
|
19724
19690
|
def SealType(self):
|
|
19725
|
-
r"""
|
|
19691
|
+
r"""<p>电子印章类型 , 可选类型如下: <ul><li><strong>OFFICIAL</strong>: (默认)公章</li><li><strong>CONTRACT</strong>: 合同专用章;</li><li><strong>FINANCE</strong>: 财务专用章;</li><li><strong>PERSONNEL</strong>: 人事专用章</li><li><strong>INVOICE</strong>: 发票专用章</li><li><strong>OTHER</strong>: 其他</li></ul>注: 同企业下只能有<font color="red">一个</font>公章, 重复创建会报错</p>
|
|
19726
19692
|
:rtype: str
|
|
19727
19693
|
"""
|
|
19728
19694
|
return self._SealType
|
|
@@ -19733,7 +19699,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19733
19699
|
|
|
19734
19700
|
@property
|
|
19735
19701
|
def FileName(self):
|
|
19736
|
-
r"""
|
|
19702
|
+
r"""<p>电子印章图片文件名称,1-50个中文字符。</p>
|
|
19737
19703
|
:rtype: str
|
|
19738
19704
|
"""
|
|
19739
19705
|
return self._FileName
|
|
@@ -19744,11 +19710,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19744
19710
|
|
|
19745
19711
|
@property
|
|
19746
19712
|
def Image(self):
|
|
19747
|
-
r"""
|
|
19748
|
-
|
|
19749
|
-
注: `通过图片创建的电子印章,需电子签平台人工审核`
|
|
19750
|
-
|
|
19751
|
-
|
|
19713
|
+
r"""<p>电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式</p><p>注: <code>通过图片创建的电子印章,需电子签平台人工审核</code></p>
|
|
19752
19714
|
:rtype: str
|
|
19753
19715
|
"""
|
|
19754
19716
|
return self._Image
|
|
@@ -19759,8 +19721,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19759
19721
|
|
|
19760
19722
|
@property
|
|
19761
19723
|
def Width(self):
|
|
19762
|
-
r"""
|
|
19763
|
-
参数不再启用,系统会设置印章大小为标准尺寸。
|
|
19724
|
+
r"""<p>电子印章宽度,单位px<br>参数不再启用,系统会设置印章大小为标准尺寸。</p>
|
|
19764
19725
|
:rtype: int
|
|
19765
19726
|
"""
|
|
19766
19727
|
return self._Width
|
|
@@ -19771,8 +19732,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19771
19732
|
|
|
19772
19733
|
@property
|
|
19773
19734
|
def Height(self):
|
|
19774
|
-
r"""
|
|
19775
|
-
参数不再启用,系统会设置印章大小为标准尺寸。
|
|
19735
|
+
r"""<p>电子印章高度,单位px<br>参数不再启用,系统会设置印章大小为标准尺寸。</p>
|
|
19776
19736
|
:rtype: int
|
|
19777
19737
|
"""
|
|
19778
19738
|
return self._Height
|
|
@@ -19783,9 +19743,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19783
19743
|
|
|
19784
19744
|
@property
|
|
19785
19745
|
def Color(self):
|
|
19786
|
-
r"""
|
|
19787
|
-
|
|
19788
|
-
系统目前只支持红色印章创建。
|
|
19746
|
+
r"""<p>电子印章印章颜色(默认红色RED),RED-红色</p><p>系统目前只支持红色印章创建。</p>
|
|
19789
19747
|
:rtype: str
|
|
19790
19748
|
"""
|
|
19791
19749
|
return self._Color
|
|
@@ -19796,11 +19754,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19796
19754
|
|
|
19797
19755
|
@property
|
|
19798
19756
|
def SealHorizontalText(self):
|
|
19799
|
-
r"""
|
|
19800
|
-
横向文字的位置如下图中的"印章横向文字在这里"
|
|
19801
|
-
|
|
19802
|
-

|
|
19803
|
-
|
|
19757
|
+
r"""<p>企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)<br>横向文字的位置如下图中的"印章横向文字在这里"</p><p><img src="https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png" alt="image"></p>
|
|
19804
19758
|
:rtype: str
|
|
19805
19759
|
"""
|
|
19806
19760
|
return self._SealHorizontalText
|
|
@@ -19811,7 +19765,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19811
19765
|
|
|
19812
19766
|
@property
|
|
19813
19767
|
def SealChordText(self):
|
|
19814
|
-
r"""
|
|
19768
|
+
r"""<p>暂时不支持下弦文字设置</p>
|
|
19815
19769
|
:rtype: str
|
|
19816
19770
|
"""
|
|
19817
19771
|
return self._SealChordText
|
|
@@ -19822,7 +19776,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19822
19776
|
|
|
19823
19777
|
@property
|
|
19824
19778
|
def SealCentralType(self):
|
|
19825
|
-
r"""
|
|
19779
|
+
r"""<p>系统生成的印章只支持:STAR</p>
|
|
19826
19780
|
:rtype: str
|
|
19827
19781
|
"""
|
|
19828
19782
|
return self._SealCentralType
|
|
@@ -19833,8 +19787,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19833
19787
|
|
|
19834
19788
|
@property
|
|
19835
19789
|
def FileToken(self):
|
|
19836
|
-
r"""
|
|
19837
|
-
|
|
19790
|
+
r"""<p>通过文件上传时,服务端生成的电子印章上传图片的token</p>
|
|
19838
19791
|
:rtype: str
|
|
19839
19792
|
"""
|
|
19840
19793
|
return self._FileToken
|
|
@@ -19845,9 +19798,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19845
19798
|
|
|
19846
19799
|
@property
|
|
19847
19800
|
def SealStyle(self):
|
|
19848
|
-
r"""
|
|
19849
|
-
<ul><li>**circle**:(默认)圆形印章</li>
|
|
19850
|
-
<li>**ellipse**:椭圆印章</li></ul>
|
|
19801
|
+
r"""<p>印章样式, 可以选择的样式如下: </p><ul><li>**circle**:(默认)圆形印章</li><li>**ellipse**:椭圆印章</li></ul>
|
|
19851
19802
|
:rtype: str
|
|
19852
19803
|
"""
|
|
19853
19804
|
return self._SealStyle
|
|
@@ -19858,7 +19809,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19858
19809
|
|
|
19859
19810
|
@property
|
|
19860
19811
|
def SealSize(self):
|
|
19861
|
-
r"""
|
|
19812
|
+
r"""<p>印章尺寸取值描述, 可以选择的尺寸如下: <ul><li> <strong>38_38</strong>: 圆形企业公章直径38mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>40_40</strong>: 圆形企业公章直径40mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>42_42</strong>(默认): 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>45_45</strong>: 圆形企业印章直径45mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>50_50</strong>: 圆形企业印章直径50mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>58_58</strong>: 圆形企业印章直径58mm, 当SealStyle是圆形的时候才有效</li> <li> <strong>40_30</strong>: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效</li> <li> <strong>45_30</strong>: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li> </ul></p>
|
|
19862
19813
|
:rtype: str
|
|
19863
19814
|
"""
|
|
19864
19815
|
return self._SealSize
|
|
@@ -19869,12 +19820,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19869
19820
|
|
|
19870
19821
|
@property
|
|
19871
19822
|
def TaxIdentifyCode(self):
|
|
19872
|
-
r"""
|
|
19873
|
-
注:
|
|
19874
|
-
<ul>
|
|
19875
|
-
<li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li>
|
|
19876
|
-
<li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li>
|
|
19877
|
-
</ul>
|
|
19823
|
+
r"""<p>企业税号<br>注:</p><ul><li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li><li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li></ul>
|
|
19878
19824
|
:rtype: str
|
|
19879
19825
|
"""
|
|
19880
19826
|
return self._TaxIdentifyCode
|
|
@@ -19885,7 +19831,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19885
19831
|
|
|
19886
19832
|
@property
|
|
19887
19833
|
def SealDescription(self):
|
|
19888
|
-
r"""
|
|
19834
|
+
r"""<p>印章描述内容</p>
|
|
19889
19835
|
:rtype: str
|
|
19890
19836
|
"""
|
|
19891
19837
|
return self._SealDescription
|
|
@@ -19896,7 +19842,7 @@ class CreateSealRequest(AbstractModel):
|
|
|
19896
19842
|
|
|
19897
19843
|
@property
|
|
19898
19844
|
def Options(self):
|
|
19899
|
-
r"""
|
|
19845
|
+
r"""<p>个性化配置字段,默认不传。</p>
|
|
19900
19846
|
:rtype: list of Option
|
|
19901
19847
|
"""
|
|
19902
19848
|
return self._Options
|
|
@@ -19952,27 +19898,29 @@ class CreateSealResponse(AbstractModel):
|
|
|
19952
19898
|
|
|
19953
19899
|
def __init__(self):
|
|
19954
19900
|
r"""
|
|
19955
|
-
:param _SealId:
|
|
19956
|
-
建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。
|
|
19957
|
-
可登录腾讯电子签控制台,在 "印章"->"印章中心"选择查看的印章,在"印章详情" 中查看某个印章的SealId(在页面中展示为印章ID)。
|
|
19901
|
+
:param _SealId: <p>电子印章ID,为32位字符串。<br>建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。<br>可登录腾讯电子签控制台,在 "印章"->"印章中心"选择查看的印章,在"印章详情" 中查看某个印章的SealId(在页面中展示为印章ID)。</p>
|
|
19958
19902
|
:type SealId: str
|
|
19959
|
-
:param _SealOperatorVerifyPath:
|
|
19903
|
+
:param _SealOperatorVerifyPath: <p>人脸验证操作人链接,用法可以参考"<a href="https://qian.tencent.com/developers/company/openwxminiprogram/">跳转电子签小程序配置</a>",默认为空。</p>
|
|
19960
19904
|
:type SealOperatorVerifyPath: str
|
|
19961
|
-
:param _SealOperatorVerifyQrcodeUrl:
|
|
19905
|
+
:param _SealOperatorVerifyQrcodeUrl: <p>人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。</p>
|
|
19962
19906
|
:type SealOperatorVerifyQrcodeUrl: str
|
|
19907
|
+
:param _PreviewFileUrl: <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。</p>
|
|
19908
|
+
:type PreviewFileUrl: str
|
|
19909
|
+
:param _PreviewPdfUrl: <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。</p>
|
|
19910
|
+
:type PreviewPdfUrl: str
|
|
19963
19911
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
19964
19912
|
:type RequestId: str
|
|
19965
19913
|
"""
|
|
19966
19914
|
self._SealId = None
|
|
19967
19915
|
self._SealOperatorVerifyPath = None
|
|
19968
19916
|
self._SealOperatorVerifyQrcodeUrl = None
|
|
19917
|
+
self._PreviewFileUrl = None
|
|
19918
|
+
self._PreviewPdfUrl = None
|
|
19969
19919
|
self._RequestId = None
|
|
19970
19920
|
|
|
19971
19921
|
@property
|
|
19972
19922
|
def SealId(self):
|
|
19973
|
-
r"""
|
|
19974
|
-
建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。
|
|
19975
|
-
可登录腾讯电子签控制台,在 "印章"->"印章中心"选择查看的印章,在"印章详情" 中查看某个印章的SealId(在页面中展示为印章ID)。
|
|
19923
|
+
r"""<p>电子印章ID,为32位字符串。<br>建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。<br>可登录腾讯电子签控制台,在 "印章"->"印章中心"选择查看的印章,在"印章详情" 中查看某个印章的SealId(在页面中展示为印章ID)。</p>
|
|
19976
19924
|
:rtype: str
|
|
19977
19925
|
"""
|
|
19978
19926
|
return self._SealId
|
|
@@ -19983,7 +19931,7 @@ class CreateSealResponse(AbstractModel):
|
|
|
19983
19931
|
|
|
19984
19932
|
@property
|
|
19985
19933
|
def SealOperatorVerifyPath(self):
|
|
19986
|
-
r"""
|
|
19934
|
+
r"""<p>人脸验证操作人链接,用法可以参考"<a href="https://qian.tencent.com/developers/company/openwxminiprogram/">跳转电子签小程序配置</a>",默认为空。</p>
|
|
19987
19935
|
:rtype: str
|
|
19988
19936
|
"""
|
|
19989
19937
|
return self._SealOperatorVerifyPath
|
|
@@ -19994,7 +19942,7 @@ class CreateSealResponse(AbstractModel):
|
|
|
19994
19942
|
|
|
19995
19943
|
@property
|
|
19996
19944
|
def SealOperatorVerifyQrcodeUrl(self):
|
|
19997
|
-
r"""
|
|
19945
|
+
r"""<p>人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。</p>
|
|
19998
19946
|
:rtype: str
|
|
19999
19947
|
"""
|
|
20000
19948
|
return self._SealOperatorVerifyQrcodeUrl
|
|
@@ -20003,6 +19951,28 @@ class CreateSealResponse(AbstractModel):
|
|
|
20003
19951
|
def SealOperatorVerifyQrcodeUrl(self, SealOperatorVerifyQrcodeUrl):
|
|
20004
19952
|
self._SealOperatorVerifyQrcodeUrl = SealOperatorVerifyQrcodeUrl
|
|
20005
19953
|
|
|
19954
|
+
@property
|
|
19955
|
+
def PreviewFileUrl(self):
|
|
19956
|
+
r"""<p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。</p>
|
|
19957
|
+
:rtype: str
|
|
19958
|
+
"""
|
|
19959
|
+
return self._PreviewFileUrl
|
|
19960
|
+
|
|
19961
|
+
@PreviewFileUrl.setter
|
|
19962
|
+
def PreviewFileUrl(self, PreviewFileUrl):
|
|
19963
|
+
self._PreviewFileUrl = PreviewFileUrl
|
|
19964
|
+
|
|
19965
|
+
@property
|
|
19966
|
+
def PreviewPdfUrl(self):
|
|
19967
|
+
r"""<p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。</p>
|
|
19968
|
+
:rtype: str
|
|
19969
|
+
"""
|
|
19970
|
+
return self._PreviewPdfUrl
|
|
19971
|
+
|
|
19972
|
+
@PreviewPdfUrl.setter
|
|
19973
|
+
def PreviewPdfUrl(self, PreviewPdfUrl):
|
|
19974
|
+
self._PreviewPdfUrl = PreviewPdfUrl
|
|
19975
|
+
|
|
20006
19976
|
@property
|
|
20007
19977
|
def RequestId(self):
|
|
20008
19978
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -20019,6 +19989,8 @@ class CreateSealResponse(AbstractModel):
|
|
|
20019
19989
|
self._SealId = params.get("SealId")
|
|
20020
19990
|
self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
|
|
20021
19991
|
self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
|
|
19992
|
+
self._PreviewFileUrl = params.get("PreviewFileUrl")
|
|
19993
|
+
self._PreviewPdfUrl = params.get("PreviewPdfUrl")
|
|
20022
19994
|
self._RequestId = params.get("RequestId")
|
|
20023
19995
|
|
|
20024
19996
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ess
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.97
|
|
4
4
|
Summary: Tencent Cloud Ess SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.97
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.97
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.92
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|