tencentcloud-sdk-python-essbasic 3.1.95__tar.gz → 3.1.98__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_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/setup.py +1 -1
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20210526/models.py +62 -96
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud_sdk_python_essbasic.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_essbasic-3.1.98/tencentcloud_sdk_python_essbasic.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_essbasic-3.1.95/tencentcloud_sdk_python_essbasic.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/README.rst +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/setup.cfg +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20201222/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20201222/errorcodes.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20201222/essbasic_client.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20201222/essbasic_client_async.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20201222/models.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20210526/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20210526/errorcodes.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20210526/essbasic_client.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud/essbasic/v20210526/essbasic_client_async.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud_sdk_python_essbasic.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud_sdk_python_essbasic.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/tencentcloud_sdk_python_essbasic.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-essbasic
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.98
|
|
4
4
|
Summary: Tencent Cloud Essbasic 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.98
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-essbasic',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.98,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Essbasic SDK for Python',
|
|
@@ -17469,58 +17469,29 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17469
17469
|
|
|
17470
17470
|
def __init__(self):
|
|
17471
17471
|
r"""
|
|
17472
|
-
:param _Agent:
|
|
17473
|
-
|
|
17474
|
-
此接口下面信息必填。
|
|
17475
|
-
<ul>
|
|
17476
|
-
<li>渠道应用标识: Agent.AppId</li>
|
|
17477
|
-
<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
|
17478
|
-
<li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li>
|
|
17479
|
-
</ul>
|
|
17480
|
-
第三方平台子客企业和员工必须已经经过实名认证
|
|
17472
|
+
:param _Agent: <p>关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。</p><p>此接口下面信息必填。</p><ul><li>渠道应用标识: Agent.AppId</li><li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li><li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li></ul>第三方平台子客企业和员工必须已经经过实名认证
|
|
17481
17473
|
:type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
|
|
17482
|
-
:param _SealName:
|
|
17483
|
-
注:`同一企业下电子印章名字不能相同`
|
|
17474
|
+
:param _SealName: <p>电子印章名字,1-50个中文字符<br>注:<code>同一企业下电子印章名字不能相同</code></p>
|
|
17484
17475
|
:type SealName: str
|
|
17485
|
-
:param _SealImage:
|
|
17486
|
-
|
|
17487
|
-
注: `通过图片创建的电子印章,需电子签平台人工审核`
|
|
17488
|
-
|
|
17489
|
-
|
|
17476
|
+
:param _SealImage: <p>电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式</p><p>注: <code>通过图片创建的电子印章,需电子签平台人工审核</code></p>
|
|
17490
17477
|
:type SealImage: str
|
|
17491
|
-
:param _Operator:
|
|
17478
|
+
:param _Operator: <p>操作者的信息</p>
|
|
17492
17479
|
:type Operator: :class:`tencentcloud.essbasic.v20210526.models.UserInfo`
|
|
17493
|
-
:param _GenerateSource:
|
|
17494
|
-
<ul>
|
|
17495
|
-
<li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li>
|
|
17496
|
-
<li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li>
|
|
17497
|
-
</ul>
|
|
17480
|
+
:param _GenerateSource: <p>电子印章生成方式</p><ul><li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li><li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li></ul>
|
|
17498
17481
|
:type GenerateSource: str
|
|
17499
|
-
:param _SealType:
|
|
17482
|
+
: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>
|
|
17500
17483
|
:type SealType: str
|
|
17501
|
-
:param _SealHorizontalText:
|
|
17502
|
-
横向文字的位置如下图中的"印章横向文字在这里"
|
|
17503
|
-
|
|
17504
|
-

|
|
17505
|
-
|
|
17484
|
+
:param _SealHorizontalText: <p>企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)<br>横向文字的位置如下图中的"印章横向文字在这里"</p><p><img src="https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png" alt="image"></p>
|
|
17506
17485
|
:type SealHorizontalText: str
|
|
17507
|
-
:param _SealStyle:
|
|
17508
|
-
<ul><li>**circle**:(默认)圆形印章</li>
|
|
17509
|
-
<li>**ellipse**:椭圆印章</li></ul>
|
|
17486
|
+
:param _SealStyle: <p>印章样式, 可以选择的样式如下: </p><ul><li>**circle**:(默认)圆形印章</li><li>**ellipse**:椭圆印章</li></ul>
|
|
17510
17487
|
:type SealStyle: str
|
|
17511
|
-
:param _SealSize:
|
|
17488
|
+
: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>
|
|
17512
17489
|
:type SealSize: str
|
|
17513
|
-
:param _TaxIdentifyCode:
|
|
17514
|
-
|
|
17515
|
-
注:
|
|
17516
|
-
<ul>
|
|
17517
|
-
<li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li>
|
|
17518
|
-
<li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li>
|
|
17519
|
-
</ul>
|
|
17490
|
+
:param _TaxIdentifyCode: <p>企业税号</p><p>注:</p><ul><li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li><li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li></ul>
|
|
17520
17491
|
:type TaxIdentifyCode: str
|
|
17521
|
-
:param _SealDescription:
|
|
17492
|
+
:param _SealDescription: <p>印章描述内容</p>
|
|
17522
17493
|
:type SealDescription: str
|
|
17523
|
-
:param _Options:
|
|
17494
|
+
:param _Options: <p>个性化配置字段,默认不传。</p>
|
|
17524
17495
|
:type Options: list of Option
|
|
17525
17496
|
"""
|
|
17526
17497
|
self._Agent = None
|
|
@@ -17538,15 +17509,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17538
17509
|
|
|
17539
17510
|
@property
|
|
17540
17511
|
def Agent(self):
|
|
17541
|
-
r"""
|
|
17542
|
-
|
|
17543
|
-
此接口下面信息必填。
|
|
17544
|
-
<ul>
|
|
17545
|
-
<li>渠道应用标识: Agent.AppId</li>
|
|
17546
|
-
<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
|
17547
|
-
<li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li>
|
|
17548
|
-
</ul>
|
|
17549
|
-
第三方平台子客企业和员工必须已经经过实名认证
|
|
17512
|
+
r"""<p>关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。</p><p>此接口下面信息必填。</p><ul><li>渠道应用标识: Agent.AppId</li><li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li><li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li></ul>第三方平台子客企业和员工必须已经经过实名认证
|
|
17550
17513
|
:rtype: :class:`tencentcloud.essbasic.v20210526.models.Agent`
|
|
17551
17514
|
"""
|
|
17552
17515
|
return self._Agent
|
|
@@ -17557,8 +17520,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17557
17520
|
|
|
17558
17521
|
@property
|
|
17559
17522
|
def SealName(self):
|
|
17560
|
-
r"""
|
|
17561
|
-
注:`同一企业下电子印章名字不能相同`
|
|
17523
|
+
r"""<p>电子印章名字,1-50个中文字符<br>注:<code>同一企业下电子印章名字不能相同</code></p>
|
|
17562
17524
|
:rtype: str
|
|
17563
17525
|
"""
|
|
17564
17526
|
return self._SealName
|
|
@@ -17569,11 +17531,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17569
17531
|
|
|
17570
17532
|
@property
|
|
17571
17533
|
def SealImage(self):
|
|
17572
|
-
r"""
|
|
17573
|
-
|
|
17574
|
-
注: `通过图片创建的电子印章,需电子签平台人工审核`
|
|
17575
|
-
|
|
17576
|
-
|
|
17534
|
+
r"""<p>电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式</p><p>注: <code>通过图片创建的电子印章,需电子签平台人工审核</code></p>
|
|
17577
17535
|
:rtype: str
|
|
17578
17536
|
"""
|
|
17579
17537
|
return self._SealImage
|
|
@@ -17586,7 +17544,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17586
17544
|
def Operator(self):
|
|
17587
17545
|
warnings.warn("parameter `Operator` is deprecated", DeprecationWarning)
|
|
17588
17546
|
|
|
17589
|
-
r"""
|
|
17547
|
+
r"""<p>操作者的信息</p>
|
|
17590
17548
|
:rtype: :class:`tencentcloud.essbasic.v20210526.models.UserInfo`
|
|
17591
17549
|
"""
|
|
17592
17550
|
return self._Operator
|
|
@@ -17599,11 +17557,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17599
17557
|
|
|
17600
17558
|
@property
|
|
17601
17559
|
def GenerateSource(self):
|
|
17602
|
-
r"""
|
|
17603
|
-
<ul>
|
|
17604
|
-
<li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li>
|
|
17605
|
-
<li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li>
|
|
17606
|
-
</ul>
|
|
17560
|
+
r"""<p>电子印章生成方式</p><ul><li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li><li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li></ul>
|
|
17607
17561
|
:rtype: str
|
|
17608
17562
|
"""
|
|
17609
17563
|
return self._GenerateSource
|
|
@@ -17614,7 +17568,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17614
17568
|
|
|
17615
17569
|
@property
|
|
17616
17570
|
def SealType(self):
|
|
17617
|
-
r"""
|
|
17571
|
+
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>
|
|
17618
17572
|
:rtype: str
|
|
17619
17573
|
"""
|
|
17620
17574
|
return self._SealType
|
|
@@ -17625,11 +17579,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17625
17579
|
|
|
17626
17580
|
@property
|
|
17627
17581
|
def SealHorizontalText(self):
|
|
17628
|
-
r"""
|
|
17629
|
-
横向文字的位置如下图中的"印章横向文字在这里"
|
|
17630
|
-
|
|
17631
|
-

|
|
17632
|
-
|
|
17582
|
+
r"""<p>企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)<br>横向文字的位置如下图中的"印章横向文字在这里"</p><p><img src="https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage2.png" alt="image"></p>
|
|
17633
17583
|
:rtype: str
|
|
17634
17584
|
"""
|
|
17635
17585
|
return self._SealHorizontalText
|
|
@@ -17640,9 +17590,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17640
17590
|
|
|
17641
17591
|
@property
|
|
17642
17592
|
def SealStyle(self):
|
|
17643
|
-
r"""
|
|
17644
|
-
<ul><li>**circle**:(默认)圆形印章</li>
|
|
17645
|
-
<li>**ellipse**:椭圆印章</li></ul>
|
|
17593
|
+
r"""<p>印章样式, 可以选择的样式如下: </p><ul><li>**circle**:(默认)圆形印章</li><li>**ellipse**:椭圆印章</li></ul>
|
|
17646
17594
|
:rtype: str
|
|
17647
17595
|
"""
|
|
17648
17596
|
return self._SealStyle
|
|
@@ -17653,7 +17601,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17653
17601
|
|
|
17654
17602
|
@property
|
|
17655
17603
|
def SealSize(self):
|
|
17656
|
-
r"""
|
|
17604
|
+
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>
|
|
17657
17605
|
:rtype: str
|
|
17658
17606
|
"""
|
|
17659
17607
|
return self._SealSize
|
|
@@ -17664,13 +17612,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17664
17612
|
|
|
17665
17613
|
@property
|
|
17666
17614
|
def TaxIdentifyCode(self):
|
|
17667
|
-
r"""
|
|
17668
|
-
|
|
17669
|
-
注:
|
|
17670
|
-
<ul>
|
|
17671
|
-
<li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li>
|
|
17672
|
-
<li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li>
|
|
17673
|
-
</ul>
|
|
17615
|
+
r"""<p>企业税号</p><p>注:</p><ul><li>1.印章类型SealType是INVOICE类型时,此参数才会生效</li><li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li></ul>
|
|
17674
17616
|
:rtype: str
|
|
17675
17617
|
"""
|
|
17676
17618
|
return self._TaxIdentifyCode
|
|
@@ -17681,7 +17623,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17681
17623
|
|
|
17682
17624
|
@property
|
|
17683
17625
|
def SealDescription(self):
|
|
17684
|
-
r"""
|
|
17626
|
+
r"""<p>印章描述内容</p>
|
|
17685
17627
|
:rtype: str
|
|
17686
17628
|
"""
|
|
17687
17629
|
return self._SealDescription
|
|
@@ -17692,7 +17634,7 @@ class CreateSealByImageRequest(AbstractModel):
|
|
|
17692
17634
|
|
|
17693
17635
|
@property
|
|
17694
17636
|
def Options(self):
|
|
17695
|
-
r"""
|
|
17637
|
+
r"""<p>个性化配置字段,默认不传。</p>
|
|
17696
17638
|
:rtype: list of Option
|
|
17697
17639
|
"""
|
|
17698
17640
|
return self._Options
|
|
@@ -17741,17 +17683,18 @@ class CreateSealByImageResponse(AbstractModel):
|
|
|
17741
17683
|
|
|
17742
17684
|
def __init__(self):
|
|
17743
17685
|
r"""
|
|
17744
|
-
:param _SealId:
|
|
17745
|
-
建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。
|
|
17686
|
+
:param _SealId: <p>电子印章ID,为32位字符串。<br>建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。</p>
|
|
17746
17687
|
:type SealId: str
|
|
17747
|
-
:param _ImageUrl:
|
|
17748
|
-
|
|
17749
|
-
注:`图片上传生成的电子印章无预览链接地址`
|
|
17688
|
+
:param _ImageUrl: <p>电子印章预览链接地址,地址默认失效时间为24小时。</p><p>注:<code>图片上传生成的电子印章无预览链接地址</code></p>
|
|
17750
17689
|
:type ImageUrl: str
|
|
17751
|
-
:param _SealOperatorVerifyPath:
|
|
17690
|
+
:param _SealOperatorVerifyPath: <p>人脸验证操作人链接,用法可以参考"<a href="https://qian.tencent.com/developers/company/openwxminiprogram/">跳转电子签小程序配置</a>",默认为空。</p>
|
|
17752
17691
|
:type SealOperatorVerifyPath: str
|
|
17753
|
-
:param _SealOperatorVerifyQrcodeUrl:
|
|
17692
|
+
:param _SealOperatorVerifyQrcodeUrl: <p>人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。</p>
|
|
17754
17693
|
:type SealOperatorVerifyQrcodeUrl: str
|
|
17694
|
+
:param _PreviewFileUrl: <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。链接有效期为90天。</p>
|
|
17695
|
+
:type PreviewFileUrl: str
|
|
17696
|
+
:param _PreviewPdfUrl: <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。链接有效期为90天。</p>
|
|
17697
|
+
:type PreviewPdfUrl: str
|
|
17755
17698
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17756
17699
|
:type RequestId: str
|
|
17757
17700
|
"""
|
|
@@ -17759,12 +17702,13 @@ class CreateSealByImageResponse(AbstractModel):
|
|
|
17759
17702
|
self._ImageUrl = None
|
|
17760
17703
|
self._SealOperatorVerifyPath = None
|
|
17761
17704
|
self._SealOperatorVerifyQrcodeUrl = None
|
|
17705
|
+
self._PreviewFileUrl = None
|
|
17706
|
+
self._PreviewPdfUrl = None
|
|
17762
17707
|
self._RequestId = None
|
|
17763
17708
|
|
|
17764
17709
|
@property
|
|
17765
17710
|
def SealId(self):
|
|
17766
|
-
r"""
|
|
17767
|
-
建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。
|
|
17711
|
+
r"""<p>电子印章ID,为32位字符串。<br>建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。</p>
|
|
17768
17712
|
:rtype: str
|
|
17769
17713
|
"""
|
|
17770
17714
|
return self._SealId
|
|
@@ -17775,9 +17719,7 @@ class CreateSealByImageResponse(AbstractModel):
|
|
|
17775
17719
|
|
|
17776
17720
|
@property
|
|
17777
17721
|
def ImageUrl(self):
|
|
17778
|
-
r"""
|
|
17779
|
-
|
|
17780
|
-
注:`图片上传生成的电子印章无预览链接地址`
|
|
17722
|
+
r"""<p>电子印章预览链接地址,地址默认失效时间为24小时。</p><p>注:<code>图片上传生成的电子印章无预览链接地址</code></p>
|
|
17781
17723
|
:rtype: str
|
|
17782
17724
|
"""
|
|
17783
17725
|
return self._ImageUrl
|
|
@@ -17788,7 +17730,7 @@ class CreateSealByImageResponse(AbstractModel):
|
|
|
17788
17730
|
|
|
17789
17731
|
@property
|
|
17790
17732
|
def SealOperatorVerifyPath(self):
|
|
17791
|
-
r"""
|
|
17733
|
+
r"""<p>人脸验证操作人链接,用法可以参考"<a href="https://qian.tencent.com/developers/company/openwxminiprogram/">跳转电子签小程序配置</a>",默认为空。</p>
|
|
17792
17734
|
:rtype: str
|
|
17793
17735
|
"""
|
|
17794
17736
|
return self._SealOperatorVerifyPath
|
|
@@ -17799,7 +17741,7 @@ class CreateSealByImageResponse(AbstractModel):
|
|
|
17799
17741
|
|
|
17800
17742
|
@property
|
|
17801
17743
|
def SealOperatorVerifyQrcodeUrl(self):
|
|
17802
|
-
r"""
|
|
17744
|
+
r"""<p>人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。</p>
|
|
17803
17745
|
:rtype: str
|
|
17804
17746
|
"""
|
|
17805
17747
|
return self._SealOperatorVerifyQrcodeUrl
|
|
@@ -17808,6 +17750,28 @@ class CreateSealByImageResponse(AbstractModel):
|
|
|
17808
17750
|
def SealOperatorVerifyQrcodeUrl(self, SealOperatorVerifyQrcodeUrl):
|
|
17809
17751
|
self._SealOperatorVerifyQrcodeUrl = SealOperatorVerifyQrcodeUrl
|
|
17810
17752
|
|
|
17753
|
+
@property
|
|
17754
|
+
def PreviewFileUrl(self):
|
|
17755
|
+
r"""<p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。链接有效期为90天。</p>
|
|
17756
|
+
:rtype: str
|
|
17757
|
+
"""
|
|
17758
|
+
return self._PreviewFileUrl
|
|
17759
|
+
|
|
17760
|
+
@PreviewFileUrl.setter
|
|
17761
|
+
def PreviewFileUrl(self, PreviewFileUrl):
|
|
17762
|
+
self._PreviewFileUrl = PreviewFileUrl
|
|
17763
|
+
|
|
17764
|
+
@property
|
|
17765
|
+
def PreviewPdfUrl(self):
|
|
17766
|
+
r"""<p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。链接有效期为90天。</p>
|
|
17767
|
+
:rtype: str
|
|
17768
|
+
"""
|
|
17769
|
+
return self._PreviewPdfUrl
|
|
17770
|
+
|
|
17771
|
+
@PreviewPdfUrl.setter
|
|
17772
|
+
def PreviewPdfUrl(self, PreviewPdfUrl):
|
|
17773
|
+
self._PreviewPdfUrl = PreviewPdfUrl
|
|
17774
|
+
|
|
17811
17775
|
@property
|
|
17812
17776
|
def RequestId(self):
|
|
17813
17777
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -17825,6 +17789,8 @@ class CreateSealByImageResponse(AbstractModel):
|
|
|
17825
17789
|
self._ImageUrl = params.get("ImageUrl")
|
|
17826
17790
|
self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
|
|
17827
17791
|
self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
|
|
17792
|
+
self._PreviewFileUrl = params.get("PreviewFileUrl")
|
|
17793
|
+
self._PreviewPdfUrl = params.get("PreviewPdfUrl")
|
|
17828
17794
|
self._RequestId = params.get("RequestId")
|
|
17829
17795
|
|
|
17830
17796
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-essbasic
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.98
|
|
4
4
|
Summary: Tencent Cloud Essbasic 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.98
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
tencentcloud_sdk_python_essbasic-3.1.98/tencentcloud_sdk_python_essbasic.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.98
|
tencentcloud_sdk_python_essbasic-3.1.95/tencentcloud_sdk_python_essbasic.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.95
|
{tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_essbasic-3.1.95 → tencentcloud_sdk_python_essbasic-3.1.98}/setup.cfg
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|