tencentcloud-sdk-python-essbasic 3.1.7__py2.py3-none-any.whl → 3.1.9__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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.7'
17
+ __version__ = '3.1.9'
@@ -7376,6 +7376,8 @@ class ChannelCreatePreparedPersonalEsignRequest(AbstractModel):
7376
7376
  :type LicenseType: int
7377
7377
  :param _SceneKey: <ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
7378
7378
  :type SceneKey: str
7379
+ :param _FileId: 印章图片文件 id取值:填写的FileId通过UploadFiles接口上传文件获取。
7380
+ :type FileId: str
7379
7381
  """
7380
7382
  self._Agent = None
7381
7383
  self._UserName = None
@@ -7389,6 +7391,7 @@ class ChannelCreatePreparedPersonalEsignRequest(AbstractModel):
7389
7391
  self._EnableAutoSign = None
7390
7392
  self._LicenseType = None
7391
7393
  self._SceneKey = None
7394
+ self._FileId = None
7392
7395
 
7393
7396
  @property
7394
7397
  def Agent(self):
@@ -7535,6 +7538,17 @@ class ChannelCreatePreparedPersonalEsignRequest(AbstractModel):
7535
7538
  def SceneKey(self, SceneKey):
7536
7539
  self._SceneKey = SceneKey
7537
7540
 
7541
+ @property
7542
+ def FileId(self):
7543
+ r"""印章图片文件 id取值:填写的FileId通过UploadFiles接口上传文件获取。
7544
+ :rtype: str
7545
+ """
7546
+ return self._FileId
7547
+
7548
+ @FileId.setter
7549
+ def FileId(self, FileId):
7550
+ self._FileId = FileId
7551
+
7538
7552
 
7539
7553
  def _deserialize(self, params):
7540
7554
  if params.get("Agent") is not None:
@@ -7553,6 +7567,7 @@ class ChannelCreatePreparedPersonalEsignRequest(AbstractModel):
7553
7567
  self._EnableAutoSign = params.get("EnableAutoSign")
7554
7568
  self._LicenseType = params.get("LicenseType")
7555
7569
  self._SceneKey = params.get("SceneKey")
7570
+ self._FileId = params.get("FileId")
7556
7571
  memeber_set = set(params.keys())
7557
7572
  for name, value in vars(self).items():
7558
7573
  property_name = name[1:]
@@ -10182,7 +10197,7 @@ class ChannelDescribeOrganizationSealsRequest(AbstractModel):
10182
10197
  </ul>
10183
10198
  第三方平台子客企业和员工必须已经经过实名认证
10184
10199
  :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
10185
- :param _Limit: 指定分页每页返回的数据条数,单页最大支持 100
10200
+ :param _Limit: 指定分页每页返回的数据条数,单页最大支持 100。默认值为20
10186
10201
  :type Limit: int
10187
10202
  :param _Offset: 分页查询偏移量,默认为0,最大为20000
10188
10203
  :type Offset: int
@@ -10231,7 +10246,7 @@ class ChannelDescribeOrganizationSealsRequest(AbstractModel):
10231
10246
 
10232
10247
  @property
10233
10248
  def Limit(self):
10234
- r"""指定分页每页返回的数据条数,单页最大支持 100
10249
+ r"""指定分页每页返回的数据条数,单页最大支持 100。默认值为20
10235
10250
  :rtype: int
10236
10251
  """
10237
10252
  return self._Limit
@@ -15963,9 +15978,13 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
15963
15978
 
15964
15979
  ![image](https://qcloudimg.tencent-cloud.cn/raw/8436ffd78c20605e6b133ff4bc4d2ac7.png)
15965
15980
  :type HintText: str
15981
+ :param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_types_seals#%E5%9B%9B-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
15982
+ 示例值:QmFzZTYOIEJhc2U2NCA=
15983
+ :type UserData: str
15966
15984
  """
15967
15985
  self._Agent = None
15968
15986
  self._HintText = None
15987
+ self._UserData = None
15969
15988
 
15970
15989
  @property
15971
15990
  def Agent(self):
@@ -15991,12 +16010,25 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
15991
16010
  def HintText(self, HintText):
15992
16011
  self._HintText = HintText
15993
16012
 
16013
+ @property
16014
+ def UserData(self):
16015
+ r"""调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_types_seals#%E5%9B%9B-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
16016
+ 示例值:QmFzZTYOIEJhc2U2NCA=
16017
+ :rtype: str
16018
+ """
16019
+ return self._UserData
16020
+
16021
+ @UserData.setter
16022
+ def UserData(self, UserData):
16023
+ self._UserData = UserData
16024
+
15994
16025
 
15995
16026
  def _deserialize(self, params):
15996
16027
  if params.get("Agent") is not None:
15997
16028
  self._Agent = Agent()
15998
16029
  self._Agent._deserialize(params.get("Agent"))
15999
16030
  self._HintText = params.get("HintText")
16031
+ self._UserData = params.get("UserData")
16000
16032
  memeber_set = set(params.keys())
16001
16033
  for name, value in vars(self).items():
16002
16034
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-essbasic
3
- Version: 3.1.7
3
+ Version: 3.1.9
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.7
18
+ Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.9
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,4 +1,4 @@
1
- tencentcloud/__init__.py,sha256=FIaJFAdazEQ38P3MVR8ej8R7EpCT3I9LqxWKoMNX8sc,628
1
+ tencentcloud/__init__.py,sha256=Buu2s3uj3nMxlWsDYgHrnW0PfWDKtiYLWnyfjSAG-zI,628
2
2
  tencentcloud/essbasic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/essbasic/v20201222/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/essbasic/v20201222/errorcodes.py,sha256=_HaXGynY1ocz-dbY7C6IOlNUWmNMu9XsY-x11g3Rm-w,5365
@@ -9,8 +9,8 @@ tencentcloud/essbasic/v20210526/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
9
9
  tencentcloud/essbasic/v20210526/errorcodes.py,sha256=4Cs5syJZPMDlJQ8jT1hxH-gj5BrvgIKo7VBrrcRDvsk,19287
10
10
  tencentcloud/essbasic/v20210526/essbasic_client.py,sha256=lqj6EyByIA0Swfv6XeZhrL07dSQOIWL_kVwx5t3T-TM,176022
11
11
  tencentcloud/essbasic/v20210526/essbasic_client_async.py,sha256=nrWjOmyqK2h2m1i1FLscU2dwI4dW0hOaBTwmTQXF0w8,146011
12
- tencentcloud/essbasic/v20210526/models.py,sha256=QP1ADNYxc3OI-Sis1bvyjIkY6cfO4uW6DXfBmSf7uKU,1355747
13
- tencentcloud_sdk_python_essbasic-3.1.7.dist-info/METADATA,sha256=zC7k9-ng3vWhVx5k-FIkNERmSovEcMydFxhU21_cDcI,1518
14
- tencentcloud_sdk_python_essbasic-3.1.7.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
15
- tencentcloud_sdk_python_essbasic-3.1.7.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
16
- tencentcloud_sdk_python_essbasic-3.1.7.dist-info/RECORD,,
12
+ tencentcloud/essbasic/v20210526/models.py,sha256=OsEmgSYJhGrphrwtbLi9G0KWgJRfe3XTfEBB55Jyo0A,1357609
13
+ tencentcloud_sdk_python_essbasic-3.1.9.dist-info/METADATA,sha256=BiKFQKrB3wAsp26GaOlYL7gaHallLXImL_X-o-wu5nA,1518
14
+ tencentcloud_sdk_python_essbasic-3.1.9.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
15
+ tencentcloud_sdk_python_essbasic-3.1.9.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
16
+ tencentcloud_sdk_python_essbasic-3.1.9.dist-info/RECORD,,