tencentcloud-sdk-python-ess 3.1.97__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud/ess/v20201111/models.py +19 -4
  5. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ess-3.1.98/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ess-3.1.97/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud/ess/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud/ess/v20201111/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud/ess/v20201111/ess_client.py +0 -0
  14. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ess-3.1.97 → tencentcloud_sdk_python_ess-3.1.98}/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.97
3
+ Version: 3.1.98
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.97
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.98
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.97,<4.0.0"],
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 Ess SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.97'
17
+ __version__ = '3.1.98'
@@ -19900,18 +19900,21 @@ class CreateSealResponse(AbstractModel):
19900
19900
  r"""
19901
19901
  :param _SealId: <p>电子印章ID,为32位字符串。<br>建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。<br>可登录腾讯电子签控制台,在 &quot;印章&quot;-&gt;&quot;印章中心&quot;选择查看的印章,在&quot;印章详情&quot; 中查看某个印章的SealId(在页面中展示为印章ID)。</p>
19902
19902
  :type SealId: str
19903
+ :param _ImageUrl: <p>电子印章预览链接地址,地址默认失效时间为24小时。</p>
19904
+ :type ImageUrl: str
19903
19905
  :param _SealOperatorVerifyPath: <p>人脸验证操作人链接,用法可以参考&quot;<a href="https://qian.tencent.com/developers/company/openwxminiprogram/">跳转电子签小程序配置</a>&quot;,默认为空。</p>
19904
19906
  :type SealOperatorVerifyPath: str
19905
19907
  :param _SealOperatorVerifyQrcodeUrl: <p>人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。</p>
19906
19908
  :type SealOperatorVerifyQrcodeUrl: str
19907
- :param _PreviewFileUrl: <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。</p>
19909
+ :param _PreviewFileUrl: <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。链接有效期为90天。</p>
19908
19910
  :type PreviewFileUrl: str
19909
- :param _PreviewPdfUrl: <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。</p>
19911
+ :param _PreviewPdfUrl: <p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。链接有效期为90天。</p>
19910
19912
  :type PreviewPdfUrl: str
19911
19913
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19912
19914
  :type RequestId: str
19913
19915
  """
19914
19916
  self._SealId = None
19917
+ self._ImageUrl = None
19915
19918
  self._SealOperatorVerifyPath = None
19916
19919
  self._SealOperatorVerifyQrcodeUrl = None
19917
19920
  self._PreviewFileUrl = None
@@ -19929,6 +19932,17 @@ class CreateSealResponse(AbstractModel):
19929
19932
  def SealId(self, SealId):
19930
19933
  self._SealId = SealId
19931
19934
 
19935
+ @property
19936
+ def ImageUrl(self):
19937
+ r"""<p>电子印章预览链接地址,地址默认失效时间为24小时。</p>
19938
+ :rtype: str
19939
+ """
19940
+ return self._ImageUrl
19941
+
19942
+ @ImageUrl.setter
19943
+ def ImageUrl(self, ImageUrl):
19944
+ self._ImageUrl = ImageUrl
19945
+
19932
19946
  @property
19933
19947
  def SealOperatorVerifyPath(self):
19934
19948
  r"""<p>人脸验证操作人链接,用法可以参考&quot;<a href="https://qian.tencent.com/developers/company/openwxminiprogram/">跳转电子签小程序配置</a>&quot;,默认为空。</p>
@@ -19953,7 +19967,7 @@ class CreateSealResponse(AbstractModel):
19953
19967
 
19954
19968
  @property
19955
19969
  def PreviewFileUrl(self):
19956
- r"""<p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。</p>
19970
+ r"""<p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果图片链接。链接有效期为90天。</p>
19957
19971
  :rtype: str
19958
19972
  """
19959
19973
  return self._PreviewFileUrl
@@ -19964,7 +19978,7 @@ class CreateSealResponse(AbstractModel):
19964
19978
 
19965
19979
  @property
19966
19980
  def PreviewPdfUrl(self):
19967
- r"""<p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。</p>
19981
+ r"""<p>创建印章预览逻辑,返回的是印章加盖在示例文件上的效果PDF文件链接。链接有效期为90天。</p>
19968
19982
  :rtype: str
19969
19983
  """
19970
19984
  return self._PreviewPdfUrl
@@ -19987,6 +20001,7 @@ class CreateSealResponse(AbstractModel):
19987
20001
 
19988
20002
  def _deserialize(self, params):
19989
20003
  self._SealId = params.get("SealId")
20004
+ self._ImageUrl = params.get("ImageUrl")
19990
20005
  self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
19991
20006
  self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
19992
20007
  self._PreviewFileUrl = params.get("PreviewFileUrl")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ess
3
- Version: 3.1.97
3
+ Version: 3.1.98
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.97
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.98
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.98
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.97