tencentcloud-sdk-python-ess 3.0.1124__tar.gz → 3.0.1126__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 (16) hide show
  1. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud/ess/v20201111/models.py +33 -2
  5. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ess-3.0.1126/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ess-3.0.1124/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud/ess/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud/ess/v20201111/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud/ess/v20201111/ess_client.py +0 -0
  14. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ess-3.0.1124 → tencentcloud-sdk-python-ess-3.0.1126}/tencentcloud_sdk_python_ess.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-ess
3
- Version: 3.0.1124
3
+ Version: 3.0.1126
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
@@ -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.0.1124"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1126"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ess SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1124'
17
+ __version__ = '3.0.1126'
@@ -1009,6 +1009,17 @@ class AutoSignConfig(AbstractModel):
1009
1009
  <ul><li>**0**: (默认) 使用个人自动签账号许可进行开通,个人自动签账号许可有效期1年,注: `不可解绑释放更换他人`</li>
1010
1010
  <li>**1**: 不绑定自动签账号许可开通,后续使用合同份额进行合同发起</li></ul>
1011
1011
  :type LicenseType: int
1012
+ :param _JumpUrl: 开通成功后前端页面跳转的url,此字段的用法场景请联系客户经理确认。
1013
+
1014
+ 注:`仅支持H5开通场景`, `跳转链接仅支持 https:// , qianapp:// 开头`
1015
+
1016
+ 跳转场景:
1017
+ <ul><li>**贵方H5 -> 腾讯电子签H5 -> 贵方H5** : JumpUrl格式: https://YOUR_CUSTOM_URL/xxxx,只需满足 https:// 开头的正确且合规的网址即可。</li>
1018
+ <li>**贵方原生App -> 腾讯电子签H5 -> 贵方原生App** : JumpUrl格式: qianapp://YOUR_CUSTOM_URL,只需满足 qianapp:// 开头的URL即可。`APP实现方,需要拦截Webview地址跳转,发现url是qianapp:// 开头时跳转到原生页面。`APP拦截地址跳转可参考:<a href='https://stackoverflow.com/questions/41693263/android-webview-err-unknown-url-scheme'>Android</a>,<a href='https://razorpay.com/docs/payments/payment-gateway/web-integration/standard/webview/upi-intent-ios/'>IOS</a> </li></ul>
1019
+
1020
+ 成功结果返回:
1021
+ 若贵方需要在跳转回时通过链接query参数提示开通成功,JumpUrl中的query应携带如下参数:`appendResult=qian`。这样腾讯电子签H5会在跳转回的url后面会添加query参数提示贵方签署成功,比如 qianapp://YOUR_CUSTOM_URL?action=sign&result=success&from=tencent_ess
1022
+ :type JumpUrl: str
1012
1023
  """
1013
1024
  self._UserInfo = None
1014
1025
  self._CertInfoCallback = None
@@ -1017,6 +1028,7 @@ class AutoSignConfig(AbstractModel):
1017
1028
  self._CallbackUrl = None
1018
1029
  self._VerifyChannels = None
1019
1030
  self._LicenseType = None
1031
+ self._JumpUrl = None
1020
1032
 
1021
1033
  @property
1022
1034
  def UserInfo(self):
@@ -1078,6 +1090,14 @@ class AutoSignConfig(AbstractModel):
1078
1090
  def LicenseType(self, LicenseType):
1079
1091
  self._LicenseType = LicenseType
1080
1092
 
1093
+ @property
1094
+ def JumpUrl(self):
1095
+ return self._JumpUrl
1096
+
1097
+ @JumpUrl.setter
1098
+ def JumpUrl(self, JumpUrl):
1099
+ self._JumpUrl = JumpUrl
1100
+
1081
1101
 
1082
1102
  def _deserialize(self, params):
1083
1103
  if params.get("UserInfo") is not None:
@@ -1089,6 +1109,7 @@ class AutoSignConfig(AbstractModel):
1089
1109
  self._CallbackUrl = params.get("CallbackUrl")
1090
1110
  self._VerifyChannels = params.get("VerifyChannels")
1091
1111
  self._LicenseType = params.get("LicenseType")
1112
+ self._JumpUrl = params.get("JumpUrl")
1092
1113
  memeber_set = set(params.keys())
1093
1114
  for name, value in vars(self).items():
1094
1115
  property_name = name[1:]
@@ -2063,8 +2084,6 @@ class Component(AbstractModel):
2063
2084
 
2064
2085
  - 如传入的关键字<font color="red">"^甲方签署^"</font >,则会在PDF文件中有且仅有"甲方签署"关键字的地方(<font color="red">前后不能有其他字符</font >)进行对应操作。
2065
2086
  - 如传入的关键字为<font color="red">"甲方签署</font >",则PDF文件中每个出现关键字的位置(<font color="red">前后可以有其他字符</font >)都会执行相应操作。
2066
- - 如传入的关键字为<font color="red">"^甲方签署</font >",则PDF文件中每个出现关键字的位置(<font color="red">前面不能有其他字符</font >)都会执行相应操作。
2067
- - 如传入的关键字为<font color="red">"甲方签署^</font >",则PDF文件中每个出现关键字的位置(<font color="red">后面不能有其他字符</font >)都会执行相应操作。
2068
2087
 
2069
2088
 
2070
2089
  注:`控件ID可以在一个PDF中不可重复`
@@ -9058,6 +9077,8 @@ class CreateUserAutoSignEnableUrlRequest(AbstractModel):
9058
9077
  :param _Agent: 代理企业和员工的信息。
9059
9078
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
9060
9079
  :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
9080
+ :param _UserData: 调用方自定义的个性化字段(可自定义此字段的值),并以base64方式编码,支持的最大数据大小为 20480长度。 在个人自动签的开通、关闭等回调信息场景中,该字段的信息将原封不动地透传给贵方。
9081
+ :type UserData: str
9061
9082
  """
9062
9083
  self._Operator = None
9063
9084
  self._SceneKey = None
@@ -9067,6 +9088,7 @@ class CreateUserAutoSignEnableUrlRequest(AbstractModel):
9067
9088
  self._NotifyAddress = None
9068
9089
  self._ExpiredTime = None
9069
9090
  self._Agent = None
9091
+ self._UserData = None
9070
9092
 
9071
9093
  @property
9072
9094
  def Operator(self):
@@ -9132,6 +9154,14 @@ class CreateUserAutoSignEnableUrlRequest(AbstractModel):
9132
9154
  def Agent(self, Agent):
9133
9155
  self._Agent = Agent
9134
9156
 
9157
+ @property
9158
+ def UserData(self):
9159
+ return self._UserData
9160
+
9161
+ @UserData.setter
9162
+ def UserData(self, UserData):
9163
+ self._UserData = UserData
9164
+
9135
9165
 
9136
9166
  def _deserialize(self, params):
9137
9167
  if params.get("Operator") is not None:
@@ -9148,6 +9178,7 @@ class CreateUserAutoSignEnableUrlRequest(AbstractModel):
9148
9178
  if params.get("Agent") is not None:
9149
9179
  self._Agent = Agent()
9150
9180
  self._Agent._deserialize(params.get("Agent"))
9181
+ self._UserData = params.get("UserData")
9151
9182
  memeber_set = set(params.keys())
9152
9183
  for name, value in vars(self).items():
9153
9184
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-ess
3
- Version: 3.0.1124
3
+ Version: 3.0.1126
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1126
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1124