tencentcloud-sdk-python-ess 3.1.86__tar.gz → 3.1.92__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.86 → tencentcloud_sdk_python_ess-3.1.92}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud/ess/v20201111/ess_client.py +46 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud/ess/v20201111/ess_client_async.py +36 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud/ess/v20201111/models.py +632 -88
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.92/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.86/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.92}/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.92
|
|
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.92
|
|
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.92,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -2877,6 +2877,29 @@ class EssClient(AbstractClient):
|
|
|
2877
2877
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2878
2878
|
|
|
2879
2879
|
|
|
2880
|
+
def DescribeContractReviewChecklist(self, request):
|
|
2881
|
+
r"""此接口(DescribeContractReviewChecklist)用于获取已有的合同风险审查清单详情。
|
|
2882
|
+
|
|
2883
|
+
:param request: Request instance for DescribeContractReviewChecklist.
|
|
2884
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewChecklistRequest`
|
|
2885
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewChecklistResponse`
|
|
2886
|
+
|
|
2887
|
+
"""
|
|
2888
|
+
try:
|
|
2889
|
+
params = request._serialize()
|
|
2890
|
+
headers = request.headers
|
|
2891
|
+
body = self.call("DescribeContractReviewChecklist", params, headers=headers)
|
|
2892
|
+
response = json.loads(body)
|
|
2893
|
+
model = models.DescribeContractReviewChecklistResponse()
|
|
2894
|
+
model._deserialize(response["Response"])
|
|
2895
|
+
return model
|
|
2896
|
+
except Exception as e:
|
|
2897
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2898
|
+
raise
|
|
2899
|
+
else:
|
|
2900
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2901
|
+
|
|
2902
|
+
|
|
2880
2903
|
def DescribeContractReviewChecklistWebUrl(self, request):
|
|
2881
2904
|
r"""此接口(DescribeContractReviewChecklistWebUrl)用来创建查看审查要点清单web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2882
2905
|
|
|
@@ -3965,6 +3988,29 @@ class EssClient(AbstractClient):
|
|
|
3965
3988
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3966
3989
|
|
|
3967
3990
|
|
|
3991
|
+
def ImportContractReviewChecklist(self, request):
|
|
3992
|
+
r"""此接口(ImportRiskIdentificationChecklist)用于创建或更新合同审查清单。
|
|
3993
|
+
|
|
3994
|
+
:param request: Request instance for ImportContractReviewChecklist.
|
|
3995
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.ImportContractReviewChecklistRequest`
|
|
3996
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.ImportContractReviewChecklistResponse`
|
|
3997
|
+
|
|
3998
|
+
"""
|
|
3999
|
+
try:
|
|
4000
|
+
params = request._serialize()
|
|
4001
|
+
headers = request.headers
|
|
4002
|
+
body = self.call("ImportContractReviewChecklist", params, headers=headers)
|
|
4003
|
+
response = json.loads(body)
|
|
4004
|
+
model = models.ImportContractReviewChecklistResponse()
|
|
4005
|
+
model._deserialize(response["Response"])
|
|
4006
|
+
return model
|
|
4007
|
+
except Exception as e:
|
|
4008
|
+
if isinstance(e, TencentCloudSDKException):
|
|
4009
|
+
raise
|
|
4010
|
+
else:
|
|
4011
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4012
|
+
|
|
4013
|
+
|
|
3968
4014
|
def ModifyApplicationCallbackInfo(self, request):
|
|
3969
4015
|
r"""新增/删除企业应用集成中的回调配置。
|
|
3970
4016
|
新增回调配置只会增加不存在的CallbackUrl;删除操作将针对找到的相同CallbackUrl的配置进行删除。
|
|
@@ -2431,6 +2431,24 @@ class EssClient(AbstractClient):
|
|
|
2431
2431
|
|
|
2432
2432
|
return await self.call_and_deserialize(**kwargs)
|
|
2433
2433
|
|
|
2434
|
+
async def DescribeContractReviewChecklist(
|
|
2435
|
+
self,
|
|
2436
|
+
request: models.DescribeContractReviewChecklistRequest,
|
|
2437
|
+
opts: Dict = None,
|
|
2438
|
+
) -> models.DescribeContractReviewChecklistResponse:
|
|
2439
|
+
"""
|
|
2440
|
+
此接口(DescribeContractReviewChecklist)用于获取已有的合同风险审查清单详情。
|
|
2441
|
+
"""
|
|
2442
|
+
|
|
2443
|
+
kwargs = {}
|
|
2444
|
+
kwargs["action"] = "DescribeContractReviewChecklist"
|
|
2445
|
+
kwargs["params"] = request._serialize()
|
|
2446
|
+
kwargs["resp_cls"] = models.DescribeContractReviewChecklistResponse
|
|
2447
|
+
kwargs["headers"] = request.headers
|
|
2448
|
+
kwargs["opts"] = opts or {}
|
|
2449
|
+
|
|
2450
|
+
return await self.call_and_deserialize(**kwargs)
|
|
2451
|
+
|
|
2434
2452
|
async def DescribeContractReviewChecklistWebUrl(
|
|
2435
2453
|
self,
|
|
2436
2454
|
request: models.DescribeContractReviewChecklistWebUrlRequest,
|
|
@@ -3319,6 +3337,24 @@ class EssClient(AbstractClient):
|
|
|
3319
3337
|
|
|
3320
3338
|
return await self.call_and_deserialize(**kwargs)
|
|
3321
3339
|
|
|
3340
|
+
async def ImportContractReviewChecklist(
|
|
3341
|
+
self,
|
|
3342
|
+
request: models.ImportContractReviewChecklistRequest,
|
|
3343
|
+
opts: Dict = None,
|
|
3344
|
+
) -> models.ImportContractReviewChecklistResponse:
|
|
3345
|
+
"""
|
|
3346
|
+
此接口(ImportRiskIdentificationChecklist)用于创建或更新合同审查清单。
|
|
3347
|
+
"""
|
|
3348
|
+
|
|
3349
|
+
kwargs = {}
|
|
3350
|
+
kwargs["action"] = "ImportContractReviewChecklist"
|
|
3351
|
+
kwargs["params"] = request._serialize()
|
|
3352
|
+
kwargs["resp_cls"] = models.ImportContractReviewChecklistResponse
|
|
3353
|
+
kwargs["headers"] = request.headers
|
|
3354
|
+
kwargs["opts"] = opts or {}
|
|
3355
|
+
|
|
3356
|
+
return await self.call_and_deserialize(**kwargs)
|
|
3357
|
+
|
|
3322
3358
|
async def ModifyApplicationCallbackInfo(
|
|
3323
3359
|
self,
|
|
3324
3360
|
request: models.ModifyApplicationCallbackInfoRequest,
|
|
@@ -3145,6 +3145,233 @@ class Checklist(AbstractModel):
|
|
|
3145
3145
|
|
|
3146
3146
|
|
|
3147
3147
|
|
|
3148
|
+
class ChecklistCategory(AbstractModel):
|
|
3149
|
+
r"""合同审查清单大类
|
|
3150
|
+
|
|
3151
|
+
"""
|
|
3152
|
+
|
|
3153
|
+
def __init__(self):
|
|
3154
|
+
r"""
|
|
3155
|
+
:param _Name: <p>合同风险审查清单分组名称,每个分组下可以包含多个检查点</p>
|
|
3156
|
+
:type Name: str
|
|
3157
|
+
:param _Points: <p>合同风险审查清单检查点列表,每个检查点定义了一个具体的风险项</p>
|
|
3158
|
+
:type Points: list of ChecklistPoint
|
|
3159
|
+
"""
|
|
3160
|
+
self._Name = None
|
|
3161
|
+
self._Points = None
|
|
3162
|
+
|
|
3163
|
+
@property
|
|
3164
|
+
def Name(self):
|
|
3165
|
+
r"""<p>合同风险审查清单分组名称,每个分组下可以包含多个检查点</p>
|
|
3166
|
+
:rtype: str
|
|
3167
|
+
"""
|
|
3168
|
+
return self._Name
|
|
3169
|
+
|
|
3170
|
+
@Name.setter
|
|
3171
|
+
def Name(self, Name):
|
|
3172
|
+
self._Name = Name
|
|
3173
|
+
|
|
3174
|
+
@property
|
|
3175
|
+
def Points(self):
|
|
3176
|
+
r"""<p>合同风险审查清单检查点列表,每个检查点定义了一个具体的风险项</p>
|
|
3177
|
+
:rtype: list of ChecklistPoint
|
|
3178
|
+
"""
|
|
3179
|
+
return self._Points
|
|
3180
|
+
|
|
3181
|
+
@Points.setter
|
|
3182
|
+
def Points(self, Points):
|
|
3183
|
+
self._Points = Points
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
def _deserialize(self, params):
|
|
3187
|
+
self._Name = params.get("Name")
|
|
3188
|
+
if params.get("Points") is not None:
|
|
3189
|
+
self._Points = []
|
|
3190
|
+
for item in params.get("Points"):
|
|
3191
|
+
obj = ChecklistPoint()
|
|
3192
|
+
obj._deserialize(item)
|
|
3193
|
+
self._Points.append(obj)
|
|
3194
|
+
memeber_set = set(params.keys())
|
|
3195
|
+
for name, value in vars(self).items():
|
|
3196
|
+
property_name = name[1:]
|
|
3197
|
+
if property_name in memeber_set:
|
|
3198
|
+
memeber_set.remove(property_name)
|
|
3199
|
+
if len(memeber_set) > 0:
|
|
3200
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3201
|
+
|
|
3202
|
+
|
|
3203
|
+
|
|
3204
|
+
class ChecklistPoint(AbstractModel):
|
|
3205
|
+
r"""合同审查清单检查点
|
|
3206
|
+
|
|
3207
|
+
"""
|
|
3208
|
+
|
|
3209
|
+
def __init__(self):
|
|
3210
|
+
r"""
|
|
3211
|
+
:param _Summary: <p>合同风险审查清单检查点名称</p>
|
|
3212
|
+
:type Summary: str
|
|
3213
|
+
:param _Explanation: <p>合同风险审查清单检查点详细描述,说明具体风险信息</p>
|
|
3214
|
+
:type Explanation: str
|
|
3215
|
+
:param _RiskLevel: <p>合同风险审查清单检查点对应的风险等级,一般分为 高风险、中风险、一般风险</p>
|
|
3216
|
+
:type RiskLevel: str
|
|
3217
|
+
:param _Id: <p>合同风险审查清单检查点ID,创建清单时无需填写</p>
|
|
3218
|
+
:type Id: str
|
|
3219
|
+
:param _IsIndispensable: <p>合同风险审查清单检查点是否不可缺失,若为true,相关条款未出现在内容中,视作风险</p>
|
|
3220
|
+
:type IsIndispensable: bool
|
|
3221
|
+
:param _IsConsistentWithReferenceItem: <p>合同风险审查清单检查点是否要求和参考条款一致</p>
|
|
3222
|
+
:type IsConsistentWithReferenceItem: bool
|
|
3223
|
+
:param _ReferenceItem: <p>合同风险审查清单检查点参考条款,用于辅助审查</p>
|
|
3224
|
+
:type ReferenceItem: str
|
|
3225
|
+
:param _Suggestion: <p>合同风险审查清单检查点固定修改建议,优先级高于AiSuggestion</p>
|
|
3226
|
+
:type Suggestion: str
|
|
3227
|
+
:param _AiSuggestion: <p>合同风险审查清单检查点AI修改建议提示,会参考该配置生成对应的修改建议</p>
|
|
3228
|
+
:type AiSuggestion: str
|
|
3229
|
+
:param _RiskPresentation: <p>合同风险审查清单检查点表现标签,用于自定义不同的风险类型</p>
|
|
3230
|
+
:type RiskPresentation: list of str
|
|
3231
|
+
"""
|
|
3232
|
+
self._Summary = None
|
|
3233
|
+
self._Explanation = None
|
|
3234
|
+
self._RiskLevel = None
|
|
3235
|
+
self._Id = None
|
|
3236
|
+
self._IsIndispensable = None
|
|
3237
|
+
self._IsConsistentWithReferenceItem = None
|
|
3238
|
+
self._ReferenceItem = None
|
|
3239
|
+
self._Suggestion = None
|
|
3240
|
+
self._AiSuggestion = None
|
|
3241
|
+
self._RiskPresentation = None
|
|
3242
|
+
|
|
3243
|
+
@property
|
|
3244
|
+
def Summary(self):
|
|
3245
|
+
r"""<p>合同风险审查清单检查点名称</p>
|
|
3246
|
+
:rtype: str
|
|
3247
|
+
"""
|
|
3248
|
+
return self._Summary
|
|
3249
|
+
|
|
3250
|
+
@Summary.setter
|
|
3251
|
+
def Summary(self, Summary):
|
|
3252
|
+
self._Summary = Summary
|
|
3253
|
+
|
|
3254
|
+
@property
|
|
3255
|
+
def Explanation(self):
|
|
3256
|
+
r"""<p>合同风险审查清单检查点详细描述,说明具体风险信息</p>
|
|
3257
|
+
:rtype: str
|
|
3258
|
+
"""
|
|
3259
|
+
return self._Explanation
|
|
3260
|
+
|
|
3261
|
+
@Explanation.setter
|
|
3262
|
+
def Explanation(self, Explanation):
|
|
3263
|
+
self._Explanation = Explanation
|
|
3264
|
+
|
|
3265
|
+
@property
|
|
3266
|
+
def RiskLevel(self):
|
|
3267
|
+
r"""<p>合同风险审查清单检查点对应的风险等级,一般分为 高风险、中风险、一般风险</p>
|
|
3268
|
+
:rtype: str
|
|
3269
|
+
"""
|
|
3270
|
+
return self._RiskLevel
|
|
3271
|
+
|
|
3272
|
+
@RiskLevel.setter
|
|
3273
|
+
def RiskLevel(self, RiskLevel):
|
|
3274
|
+
self._RiskLevel = RiskLevel
|
|
3275
|
+
|
|
3276
|
+
@property
|
|
3277
|
+
def Id(self):
|
|
3278
|
+
r"""<p>合同风险审查清单检查点ID,创建清单时无需填写</p>
|
|
3279
|
+
:rtype: str
|
|
3280
|
+
"""
|
|
3281
|
+
return self._Id
|
|
3282
|
+
|
|
3283
|
+
@Id.setter
|
|
3284
|
+
def Id(self, Id):
|
|
3285
|
+
self._Id = Id
|
|
3286
|
+
|
|
3287
|
+
@property
|
|
3288
|
+
def IsIndispensable(self):
|
|
3289
|
+
r"""<p>合同风险审查清单检查点是否不可缺失,若为true,相关条款未出现在内容中,视作风险</p>
|
|
3290
|
+
:rtype: bool
|
|
3291
|
+
"""
|
|
3292
|
+
return self._IsIndispensable
|
|
3293
|
+
|
|
3294
|
+
@IsIndispensable.setter
|
|
3295
|
+
def IsIndispensable(self, IsIndispensable):
|
|
3296
|
+
self._IsIndispensable = IsIndispensable
|
|
3297
|
+
|
|
3298
|
+
@property
|
|
3299
|
+
def IsConsistentWithReferenceItem(self):
|
|
3300
|
+
r"""<p>合同风险审查清单检查点是否要求和参考条款一致</p>
|
|
3301
|
+
:rtype: bool
|
|
3302
|
+
"""
|
|
3303
|
+
return self._IsConsistentWithReferenceItem
|
|
3304
|
+
|
|
3305
|
+
@IsConsistentWithReferenceItem.setter
|
|
3306
|
+
def IsConsistentWithReferenceItem(self, IsConsistentWithReferenceItem):
|
|
3307
|
+
self._IsConsistentWithReferenceItem = IsConsistentWithReferenceItem
|
|
3308
|
+
|
|
3309
|
+
@property
|
|
3310
|
+
def ReferenceItem(self):
|
|
3311
|
+
r"""<p>合同风险审查清单检查点参考条款,用于辅助审查</p>
|
|
3312
|
+
:rtype: str
|
|
3313
|
+
"""
|
|
3314
|
+
return self._ReferenceItem
|
|
3315
|
+
|
|
3316
|
+
@ReferenceItem.setter
|
|
3317
|
+
def ReferenceItem(self, ReferenceItem):
|
|
3318
|
+
self._ReferenceItem = ReferenceItem
|
|
3319
|
+
|
|
3320
|
+
@property
|
|
3321
|
+
def Suggestion(self):
|
|
3322
|
+
r"""<p>合同风险审查清单检查点固定修改建议,优先级高于AiSuggestion</p>
|
|
3323
|
+
:rtype: str
|
|
3324
|
+
"""
|
|
3325
|
+
return self._Suggestion
|
|
3326
|
+
|
|
3327
|
+
@Suggestion.setter
|
|
3328
|
+
def Suggestion(self, Suggestion):
|
|
3329
|
+
self._Suggestion = Suggestion
|
|
3330
|
+
|
|
3331
|
+
@property
|
|
3332
|
+
def AiSuggestion(self):
|
|
3333
|
+
r"""<p>合同风险审查清单检查点AI修改建议提示,会参考该配置生成对应的修改建议</p>
|
|
3334
|
+
:rtype: str
|
|
3335
|
+
"""
|
|
3336
|
+
return self._AiSuggestion
|
|
3337
|
+
|
|
3338
|
+
@AiSuggestion.setter
|
|
3339
|
+
def AiSuggestion(self, AiSuggestion):
|
|
3340
|
+
self._AiSuggestion = AiSuggestion
|
|
3341
|
+
|
|
3342
|
+
@property
|
|
3343
|
+
def RiskPresentation(self):
|
|
3344
|
+
r"""<p>合同风险审查清单检查点表现标签,用于自定义不同的风险类型</p>
|
|
3345
|
+
:rtype: list of str
|
|
3346
|
+
"""
|
|
3347
|
+
return self._RiskPresentation
|
|
3348
|
+
|
|
3349
|
+
@RiskPresentation.setter
|
|
3350
|
+
def RiskPresentation(self, RiskPresentation):
|
|
3351
|
+
self._RiskPresentation = RiskPresentation
|
|
3352
|
+
|
|
3353
|
+
|
|
3354
|
+
def _deserialize(self, params):
|
|
3355
|
+
self._Summary = params.get("Summary")
|
|
3356
|
+
self._Explanation = params.get("Explanation")
|
|
3357
|
+
self._RiskLevel = params.get("RiskLevel")
|
|
3358
|
+
self._Id = params.get("Id")
|
|
3359
|
+
self._IsIndispensable = params.get("IsIndispensable")
|
|
3360
|
+
self._IsConsistentWithReferenceItem = params.get("IsConsistentWithReferenceItem")
|
|
3361
|
+
self._ReferenceItem = params.get("ReferenceItem")
|
|
3362
|
+
self._Suggestion = params.get("Suggestion")
|
|
3363
|
+
self._AiSuggestion = params.get("AiSuggestion")
|
|
3364
|
+
self._RiskPresentation = params.get("RiskPresentation")
|
|
3365
|
+
memeber_set = set(params.keys())
|
|
3366
|
+
for name, value in vars(self).items():
|
|
3367
|
+
property_name = name[1:]
|
|
3368
|
+
if property_name in memeber_set:
|
|
3369
|
+
memeber_set.remove(property_name)
|
|
3370
|
+
if len(memeber_set) > 0:
|
|
3371
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3372
|
+
|
|
3373
|
+
|
|
3374
|
+
|
|
3148
3375
|
class ComparisonDetail(AbstractModel):
|
|
3149
3376
|
r"""合同对比差异结果详情。
|
|
3150
3377
|
|
|
@@ -14928,52 +15155,39 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
14928
15155
|
|
|
14929
15156
|
def __init__(self):
|
|
14930
15157
|
r"""
|
|
14931
|
-
:param _Operator:
|
|
14932
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
15158
|
+
:param _Operator: <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
14933
15159
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
14934
|
-
:param _TemplateId:
|
|
14935
|
-
可登录腾讯电子签控制台,在 "模板"->"模板中心"->"列表展示设置"选中模板 ID 中查看某个模板的TemplateId(在页面中展示为模板ID)。
|
|
15160
|
+
:param _TemplateId: <p>合同模板ID,为32位字符串。<br>可登录腾讯电子签控制台,在 "模板"->"模板中心"->"列表展示设置"选中模板 ID 中查看某个模板的TemplateId(在页面中展示为模板ID)。</p>
|
|
14936
15161
|
:type TemplateId: str
|
|
14937
|
-
:param _FlowName:
|
|
14938
|
-
该名称还将用于合同签署完成后的下载文件名。
|
|
15162
|
+
:param _FlowName: <p>合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。<br>该名称还将用于合同签署完成后的下载文件名。</p>
|
|
14939
15163
|
:type FlowName: str
|
|
14940
|
-
:param _MaxFlowNum:
|
|
14941
|
-
一旦发起流程数超越该限制,该二维码将自动失效。
|
|
15164
|
+
:param _MaxFlowNum: <p>通过此二维码可发起的流程最大限额,如未明确指定,默认为5份。<br>一旦发起流程数超越该限制,该二维码将自动失效。</p>
|
|
14942
15165
|
:type MaxFlowNum: int
|
|
14943
|
-
:param _QrEffectiveDay:
|
|
14944
|
-
一旦超过二维码的有效期限,该二维码将自动失效。
|
|
15166
|
+
:param _QrEffectiveDay: <p>二维码的有效期限,默认为7天,最高设定不得超过90天。<br>一旦超过二维码的有效期限,该二维码将自动失效。</p>
|
|
14945
15167
|
:type QrEffectiveDay: int
|
|
14946
|
-
:param _FlowEffectiveDay:
|
|
14947
|
-
若在签署截止日期前未完成签署,合同状态将变更为已过期,从而导致合同无效。
|
|
14948
|
-
最长设定期限不得超过30天。
|
|
15168
|
+
:param _FlowEffectiveDay: <p>合同流程的签署有效期限,若未设定签署截止日期,则默认为自合同流程创建起的7天内截止。<br>若在签署截止日期前未完成签署,合同状态将变更为已过期,从而导致合同无效。<br>最长设定期限不得超过30天。</p>
|
|
14949
15169
|
:type FlowEffectiveDay: int
|
|
14950
|
-
:param
|
|
14951
|
-
|
|
15170
|
+
:param _FlowDisplayType: <p>在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下:<br> <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul></p><p>效果如下:<br><img src="https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png" alt="FlowDisplayType"></p><p>枚举值:</p><ul><li>0: 合同</li><li>1: 文件</li><li>2: 协议</li><li>3: 文书</li></ul><p>默认值:0</p>
|
|
15171
|
+
:type FlowDisplayType: int
|
|
15172
|
+
:param _Restrictions: <p>指定签署人信息。<br>在指定签署人后,仅允许特定签署人通过扫描二维码进行签署。</p>
|
|
14952
15173
|
:type Restrictions: list of ApproverRestriction
|
|
14953
|
-
:param _UserData:
|
|
14954
|
-
在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。
|
|
14955
|
-
回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2" target="_blank">回调通知</a>模块。
|
|
15174
|
+
:param _UserData: <p>调用方自定义的个性化字段(可自定义此字段的值),并以base64方式编码,支持的最大数据大小为 20480长度。<br>在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。<br>回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2" target="_blank">回调通知</a>模块。</p>
|
|
14956
15175
|
:type UserData: str
|
|
14957
|
-
:param _CallbackUrl:
|
|
14958
|
-
<br/> 通过一码多扫二维码发起的合同,回调消息可参考文档 https://qian.tencent.com/developers/company/callback_types_contracts_sign
|
|
14959
|
-
<br/> 用户通过签署二维码发起合同时,因企业额度不足导致失败 会触发签署二维码相关回调,具体参考文档 https://qian.tencent.com/developers/company/callback_types_commons#%E7%AD%BE%E7%BD%B2%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%9B%B8%E5%85%B3%E5%9B%9E%E8%B0%83
|
|
14960
|
-
|
|
15176
|
+
:param _CallbackUrl: <p>已废弃,回调配置统一使用企业应用管理-应用集成-企业版应用中的配置<br><br> 通过一码多扫二维码发起的合同,回调消息可参考文档 https://qian.tencent.com/developers/company/callback_types_contracts_sign<br><br> 用户通过签署二维码发起合同时,因企业额度不足导致失败 会触发签署二维码相关回调,具体参考文档 https://qian.tencent.com/developers/company/callback_types_commons#%E7%AD%BE%E7%BD%B2%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%9B%B8%E5%85%B3%E5%9B%9E%E8%B0%83</p>
|
|
14961
15177
|
:type CallbackUrl: str
|
|
14962
|
-
:param _Agent:
|
|
14963
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
15178
|
+
:param _Agent: <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
14964
15179
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
14965
|
-
:param _ApproverRestrictions:
|
|
15180
|
+
:param _ApproverRestrictions: <p>限制二维码用户条件(已弃用)</p>
|
|
14966
15181
|
:type ApproverRestrictions: :class:`tencentcloud.ess.v20201111.models.ApproverRestriction`
|
|
14967
|
-
:param _ApproverComponentLimitTypes:
|
|
15182
|
+
:param _ApproverComponentLimitTypes: <p>指定签署方在使用个人印章签署控件(SIGN_SIGNATURE) 时可使用的签署方式:自由书写、正楷临摹、系统签名、个人印章。</p>
|
|
14968
15183
|
:type ApproverComponentLimitTypes: list of ApproverComponentLimitType
|
|
14969
|
-
:param _ForbidPersonalMultipleSign:
|
|
15184
|
+
:param _ForbidPersonalMultipleSign: <p>禁止个人用户重复签署,默认不禁止,即同一用户可多次扫码签署多份合同。若要求同一用户仅能扫码签署一份合同,请传入true。</p>
|
|
14970
15185
|
:type ForbidPersonalMultipleSign: bool
|
|
14971
|
-
:param _FlowNameAppendScannerInfo:
|
|
14972
|
-
例如,通过参数FlowName设定的扫码发起合同名称为“员工入职合同”,当扫码人张三(手机号18800009527)扫码签署时,合同名称将自动生成为“员工入职合同-张三-9527”。
|
|
15186
|
+
:param _FlowNameAppendScannerInfo: <p>合同流程名称是否应包含扫码签署人的信息,且遵循特定格式(flowname-姓名-手机号后四位)。<br>例如,通过参数FlowName设定的扫码发起合同名称为“员工入职合同”,当扫码人张三(手机号18800009527)扫码签署时,合同名称将自动生成为“员工入职合同-张三-9527”。</p>
|
|
14973
15187
|
:type FlowNameAppendScannerInfo: bool
|
|
14974
|
-
:param _QrCodeName:
|
|
15188
|
+
:param _QrCodeName: <p>签署二维码的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成,会在生成的二维码图片上展示,若为空,则使用FlowName</p>
|
|
14975
15189
|
:type QrCodeName: str
|
|
14976
|
-
:param _QrCodeExpiredOn:
|
|
15190
|
+
:param _QrCodeExpiredOn: <p>签署二维码截止时间,格式为Unix标准时间戳(秒),如果未设置签署截止时间,则默认为签署二维码创建后的7天时截止,最长可设置为签署二维码创建后的365天时截止。</p>
|
|
14977
15191
|
:type QrCodeExpiredOn: int
|
|
14978
15192
|
"""
|
|
14979
15193
|
self._Operator = None
|
|
@@ -14982,6 +15196,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
14982
15196
|
self._MaxFlowNum = None
|
|
14983
15197
|
self._QrEffectiveDay = None
|
|
14984
15198
|
self._FlowEffectiveDay = None
|
|
15199
|
+
self._FlowDisplayType = None
|
|
14985
15200
|
self._Restrictions = None
|
|
14986
15201
|
self._UserData = None
|
|
14987
15202
|
self._CallbackUrl = None
|
|
@@ -14995,8 +15210,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
14995
15210
|
|
|
14996
15211
|
@property
|
|
14997
15212
|
def Operator(self):
|
|
14998
|
-
r"""
|
|
14999
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
15213
|
+
r"""<p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
15000
15214
|
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
15001
15215
|
"""
|
|
15002
15216
|
return self._Operator
|
|
@@ -15007,8 +15221,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15007
15221
|
|
|
15008
15222
|
@property
|
|
15009
15223
|
def TemplateId(self):
|
|
15010
|
-
r"""
|
|
15011
|
-
可登录腾讯电子签控制台,在 "模板"->"模板中心"->"列表展示设置"选中模板 ID 中查看某个模板的TemplateId(在页面中展示为模板ID)。
|
|
15224
|
+
r"""<p>合同模板ID,为32位字符串。<br>可登录腾讯电子签控制台,在 "模板"->"模板中心"->"列表展示设置"选中模板 ID 中查看某个模板的TemplateId(在页面中展示为模板ID)。</p>
|
|
15012
15225
|
:rtype: str
|
|
15013
15226
|
"""
|
|
15014
15227
|
return self._TemplateId
|
|
@@ -15019,8 +15232,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15019
15232
|
|
|
15020
15233
|
@property
|
|
15021
15234
|
def FlowName(self):
|
|
15022
|
-
r"""
|
|
15023
|
-
该名称还将用于合同签署完成后的下载文件名。
|
|
15235
|
+
r"""<p>合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。<br>该名称还将用于合同签署完成后的下载文件名。</p>
|
|
15024
15236
|
:rtype: str
|
|
15025
15237
|
"""
|
|
15026
15238
|
return self._FlowName
|
|
@@ -15031,8 +15243,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15031
15243
|
|
|
15032
15244
|
@property
|
|
15033
15245
|
def MaxFlowNum(self):
|
|
15034
|
-
r"""
|
|
15035
|
-
一旦发起流程数超越该限制,该二维码将自动失效。
|
|
15246
|
+
r"""<p>通过此二维码可发起的流程最大限额,如未明确指定,默认为5份。<br>一旦发起流程数超越该限制,该二维码将自动失效。</p>
|
|
15036
15247
|
:rtype: int
|
|
15037
15248
|
"""
|
|
15038
15249
|
return self._MaxFlowNum
|
|
@@ -15045,8 +15256,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15045
15256
|
def QrEffectiveDay(self):
|
|
15046
15257
|
warnings.warn("parameter `QrEffectiveDay` is deprecated", DeprecationWarning)
|
|
15047
15258
|
|
|
15048
|
-
r"""
|
|
15049
|
-
一旦超过二维码的有效期限,该二维码将自动失效。
|
|
15259
|
+
r"""<p>二维码的有效期限,默认为7天,最高设定不得超过90天。<br>一旦超过二维码的有效期限,该二维码将自动失效。</p>
|
|
15050
15260
|
:rtype: int
|
|
15051
15261
|
"""
|
|
15052
15262
|
return self._QrEffectiveDay
|
|
@@ -15059,9 +15269,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15059
15269
|
|
|
15060
15270
|
@property
|
|
15061
15271
|
def FlowEffectiveDay(self):
|
|
15062
|
-
r"""
|
|
15063
|
-
若在签署截止日期前未完成签署,合同状态将变更为已过期,从而导致合同无效。
|
|
15064
|
-
最长设定期限不得超过30天。
|
|
15272
|
+
r"""<p>合同流程的签署有效期限,若未设定签署截止日期,则默认为自合同流程创建起的7天内截止。<br>若在签署截止日期前未完成签署,合同状态将变更为已过期,从而导致合同无效。<br>最长设定期限不得超过30天。</p>
|
|
15065
15273
|
:rtype: int
|
|
15066
15274
|
"""
|
|
15067
15275
|
return self._FlowEffectiveDay
|
|
@@ -15070,10 +15278,20 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15070
15278
|
def FlowEffectiveDay(self, FlowEffectiveDay):
|
|
15071
15279
|
self._FlowEffectiveDay = FlowEffectiveDay
|
|
15072
15280
|
|
|
15281
|
+
@property
|
|
15282
|
+
def FlowDisplayType(self):
|
|
15283
|
+
r"""<p>在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下:<br> <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul></p><p>效果如下:<br><img src="https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png" alt="FlowDisplayType"></p><p>枚举值:</p><ul><li>0: 合同</li><li>1: 文件</li><li>2: 协议</li><li>3: 文书</li></ul><p>默认值:0</p>
|
|
15284
|
+
:rtype: int
|
|
15285
|
+
"""
|
|
15286
|
+
return self._FlowDisplayType
|
|
15287
|
+
|
|
15288
|
+
@FlowDisplayType.setter
|
|
15289
|
+
def FlowDisplayType(self, FlowDisplayType):
|
|
15290
|
+
self._FlowDisplayType = FlowDisplayType
|
|
15291
|
+
|
|
15073
15292
|
@property
|
|
15074
15293
|
def Restrictions(self):
|
|
15075
|
-
r"""
|
|
15076
|
-
在指定签署人后,仅允许特定签署人通过扫描二维码进行签署。
|
|
15294
|
+
r"""<p>指定签署人信息。<br>在指定签署人后,仅允许特定签署人通过扫描二维码进行签署。</p>
|
|
15077
15295
|
:rtype: list of ApproverRestriction
|
|
15078
15296
|
"""
|
|
15079
15297
|
return self._Restrictions
|
|
@@ -15084,9 +15302,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15084
15302
|
|
|
15085
15303
|
@property
|
|
15086
15304
|
def UserData(self):
|
|
15087
|
-
r"""
|
|
15088
|
-
在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。
|
|
15089
|
-
回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2" target="_blank">回调通知</a>模块。
|
|
15305
|
+
r"""<p>调用方自定义的个性化字段(可自定义此字段的值),并以base64方式编码,支持的最大数据大小为 20480长度。<br>在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。<br>回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2" target="_blank">回调通知</a>模块。</p>
|
|
15090
15306
|
:rtype: str
|
|
15091
15307
|
"""
|
|
15092
15308
|
return self._UserData
|
|
@@ -15099,10 +15315,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15099
15315
|
def CallbackUrl(self):
|
|
15100
15316
|
warnings.warn("parameter `CallbackUrl` is deprecated", DeprecationWarning)
|
|
15101
15317
|
|
|
15102
|
-
r"""
|
|
15103
|
-
<br/> 通过一码多扫二维码发起的合同,回调消息可参考文档 https://qian.tencent.com/developers/company/callback_types_contracts_sign
|
|
15104
|
-
<br/> 用户通过签署二维码发起合同时,因企业额度不足导致失败 会触发签署二维码相关回调,具体参考文档 https://qian.tencent.com/developers/company/callback_types_commons#%E7%AD%BE%E7%BD%B2%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%9B%B8%E5%85%B3%E5%9B%9E%E8%B0%83
|
|
15105
|
-
|
|
15318
|
+
r"""<p>已废弃,回调配置统一使用企业应用管理-应用集成-企业版应用中的配置<br><br> 通过一码多扫二维码发起的合同,回调消息可参考文档 https://qian.tencent.com/developers/company/callback_types_contracts_sign<br><br> 用户通过签署二维码发起合同时,因企业额度不足导致失败 会触发签署二维码相关回调,具体参考文档 https://qian.tencent.com/developers/company/callback_types_commons#%E7%AD%BE%E7%BD%B2%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%9B%B8%E5%85%B3%E5%9B%9E%E8%B0%83</p>
|
|
15106
15319
|
:rtype: str
|
|
15107
15320
|
"""
|
|
15108
15321
|
return self._CallbackUrl
|
|
@@ -15115,8 +15328,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15115
15328
|
|
|
15116
15329
|
@property
|
|
15117
15330
|
def Agent(self):
|
|
15118
|
-
r"""
|
|
15119
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
15331
|
+
r"""<p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
15120
15332
|
:rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
15121
15333
|
"""
|
|
15122
15334
|
return self._Agent
|
|
@@ -15129,7 +15341,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15129
15341
|
def ApproverRestrictions(self):
|
|
15130
15342
|
warnings.warn("parameter `ApproverRestrictions` is deprecated", DeprecationWarning)
|
|
15131
15343
|
|
|
15132
|
-
r"""
|
|
15344
|
+
r"""<p>限制二维码用户条件(已弃用)</p>
|
|
15133
15345
|
:rtype: :class:`tencentcloud.ess.v20201111.models.ApproverRestriction`
|
|
15134
15346
|
"""
|
|
15135
15347
|
return self._ApproverRestrictions
|
|
@@ -15142,7 +15354,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15142
15354
|
|
|
15143
15355
|
@property
|
|
15144
15356
|
def ApproverComponentLimitTypes(self):
|
|
15145
|
-
r"""
|
|
15357
|
+
r"""<p>指定签署方在使用个人印章签署控件(SIGN_SIGNATURE) 时可使用的签署方式:自由书写、正楷临摹、系统签名、个人印章。</p>
|
|
15146
15358
|
:rtype: list of ApproverComponentLimitType
|
|
15147
15359
|
"""
|
|
15148
15360
|
return self._ApproverComponentLimitTypes
|
|
@@ -15153,7 +15365,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15153
15365
|
|
|
15154
15366
|
@property
|
|
15155
15367
|
def ForbidPersonalMultipleSign(self):
|
|
15156
|
-
r"""
|
|
15368
|
+
r"""<p>禁止个人用户重复签署,默认不禁止,即同一用户可多次扫码签署多份合同。若要求同一用户仅能扫码签署一份合同,请传入true。</p>
|
|
15157
15369
|
:rtype: bool
|
|
15158
15370
|
"""
|
|
15159
15371
|
return self._ForbidPersonalMultipleSign
|
|
@@ -15164,8 +15376,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15164
15376
|
|
|
15165
15377
|
@property
|
|
15166
15378
|
def FlowNameAppendScannerInfo(self):
|
|
15167
|
-
r"""
|
|
15168
|
-
例如,通过参数FlowName设定的扫码发起合同名称为“员工入职合同”,当扫码人张三(手机号18800009527)扫码签署时,合同名称将自动生成为“员工入职合同-张三-9527”。
|
|
15379
|
+
r"""<p>合同流程名称是否应包含扫码签署人的信息,且遵循特定格式(flowname-姓名-手机号后四位)。<br>例如,通过参数FlowName设定的扫码发起合同名称为“员工入职合同”,当扫码人张三(手机号18800009527)扫码签署时,合同名称将自动生成为“员工入职合同-张三-9527”。</p>
|
|
15169
15380
|
:rtype: bool
|
|
15170
15381
|
"""
|
|
15171
15382
|
return self._FlowNameAppendScannerInfo
|
|
@@ -15176,7 +15387,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15176
15387
|
|
|
15177
15388
|
@property
|
|
15178
15389
|
def QrCodeName(self):
|
|
15179
|
-
r"""
|
|
15390
|
+
r"""<p>签署二维码的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成,会在生成的二维码图片上展示,若为空,则使用FlowName</p>
|
|
15180
15391
|
:rtype: str
|
|
15181
15392
|
"""
|
|
15182
15393
|
return self._QrCodeName
|
|
@@ -15187,7 +15398,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15187
15398
|
|
|
15188
15399
|
@property
|
|
15189
15400
|
def QrCodeExpiredOn(self):
|
|
15190
|
-
r"""
|
|
15401
|
+
r"""<p>签署二维码截止时间,格式为Unix标准时间戳(秒),如果未设置签署截止时间,则默认为签署二维码创建后的7天时截止,最长可设置为签署二维码创建后的365天时截止。</p>
|
|
15191
15402
|
:rtype: int
|
|
15192
15403
|
"""
|
|
15193
15404
|
return self._QrCodeExpiredOn
|
|
@@ -15206,6 +15417,7 @@ class CreateMultiFlowSignQRCodeRequest(AbstractModel):
|
|
|
15206
15417
|
self._MaxFlowNum = params.get("MaxFlowNum")
|
|
15207
15418
|
self._QrEffectiveDay = params.get("QrEffectiveDay")
|
|
15208
15419
|
self._FlowEffectiveDay = params.get("FlowEffectiveDay")
|
|
15420
|
+
self._FlowDisplayType = params.get("FlowDisplayType")
|
|
15209
15421
|
if params.get("Restrictions") is not None:
|
|
15210
15422
|
self._Restrictions = []
|
|
15211
15423
|
for item in params.get("Restrictions"):
|
|
@@ -15247,9 +15459,9 @@ class CreateMultiFlowSignQRCodeResponse(AbstractModel):
|
|
|
15247
15459
|
|
|
15248
15460
|
def __init__(self):
|
|
15249
15461
|
r"""
|
|
15250
|
-
:param _QrCode:
|
|
15462
|
+
:param _QrCode: <p>一码多签签署码的基本信息,用户可扫描该二维码进行签署操作。</p>
|
|
15251
15463
|
:type QrCode: :class:`tencentcloud.ess.v20201111.models.SignQrCode`
|
|
15252
|
-
:param _SignUrls:
|
|
15464
|
+
:param _SignUrls: <p>一码多签签署码的链接信息,适用于客户系统整合二维码功能。通过链接,用户可直接访问电子签名小程序并签署合同。</p>
|
|
15253
15465
|
:type SignUrls: :class:`tencentcloud.ess.v20201111.models.SignUrl`
|
|
15254
15466
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15255
15467
|
:type RequestId: str
|
|
@@ -15260,7 +15472,7 @@ class CreateMultiFlowSignQRCodeResponse(AbstractModel):
|
|
|
15260
15472
|
|
|
15261
15473
|
@property
|
|
15262
15474
|
def QrCode(self):
|
|
15263
|
-
r"""
|
|
15475
|
+
r"""<p>一码多签签署码的基本信息,用户可扫描该二维码进行签署操作。</p>
|
|
15264
15476
|
:rtype: :class:`tencentcloud.ess.v20201111.models.SignQrCode`
|
|
15265
15477
|
"""
|
|
15266
15478
|
return self._QrCode
|
|
@@ -15271,7 +15483,7 @@ class CreateMultiFlowSignQRCodeResponse(AbstractModel):
|
|
|
15271
15483
|
|
|
15272
15484
|
@property
|
|
15273
15485
|
def SignUrls(self):
|
|
15274
|
-
r"""
|
|
15486
|
+
r"""<p>一码多签签署码的链接信息,适用于客户系统整合二维码功能。通过链接,用户可直接访问电子签名小程序并签署合同。</p>
|
|
15275
15487
|
:rtype: :class:`tencentcloud.ess.v20201111.models.SignUrl`
|
|
15276
15488
|
"""
|
|
15277
15489
|
return self._SignUrls
|
|
@@ -23864,6 +24076,169 @@ class DescribeContractDiffTaskWebUrlResponse(AbstractModel):
|
|
|
23864
24076
|
self._RequestId = params.get("RequestId")
|
|
23865
24077
|
|
|
23866
24078
|
|
|
24079
|
+
class DescribeContractReviewChecklistRequest(AbstractModel):
|
|
24080
|
+
r"""DescribeContractReviewChecklist请求参数结构体
|
|
24081
|
+
|
|
24082
|
+
"""
|
|
24083
|
+
|
|
24084
|
+
def __init__(self):
|
|
24085
|
+
r"""
|
|
24086
|
+
:param _Operator: <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
24087
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
24088
|
+
:param _ChecklistId: <p>需要获取的合同风险审查清单ID</p>
|
|
24089
|
+
:type ChecklistId: str
|
|
24090
|
+
:param _Agent: <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
24091
|
+
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
24092
|
+
"""
|
|
24093
|
+
self._Operator = None
|
|
24094
|
+
self._ChecklistId = None
|
|
24095
|
+
self._Agent = None
|
|
24096
|
+
|
|
24097
|
+
@property
|
|
24098
|
+
def Operator(self):
|
|
24099
|
+
r"""<p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
24100
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
24101
|
+
"""
|
|
24102
|
+
return self._Operator
|
|
24103
|
+
|
|
24104
|
+
@Operator.setter
|
|
24105
|
+
def Operator(self, Operator):
|
|
24106
|
+
self._Operator = Operator
|
|
24107
|
+
|
|
24108
|
+
@property
|
|
24109
|
+
def ChecklistId(self):
|
|
24110
|
+
r"""<p>需要获取的合同风险审查清单ID</p>
|
|
24111
|
+
:rtype: str
|
|
24112
|
+
"""
|
|
24113
|
+
return self._ChecklistId
|
|
24114
|
+
|
|
24115
|
+
@ChecklistId.setter
|
|
24116
|
+
def ChecklistId(self, ChecklistId):
|
|
24117
|
+
self._ChecklistId = ChecklistId
|
|
24118
|
+
|
|
24119
|
+
@property
|
|
24120
|
+
def Agent(self):
|
|
24121
|
+
r"""<p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
24122
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
24123
|
+
"""
|
|
24124
|
+
return self._Agent
|
|
24125
|
+
|
|
24126
|
+
@Agent.setter
|
|
24127
|
+
def Agent(self, Agent):
|
|
24128
|
+
self._Agent = Agent
|
|
24129
|
+
|
|
24130
|
+
|
|
24131
|
+
def _deserialize(self, params):
|
|
24132
|
+
if params.get("Operator") is not None:
|
|
24133
|
+
self._Operator = UserInfo()
|
|
24134
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
24135
|
+
self._ChecklistId = params.get("ChecklistId")
|
|
24136
|
+
if params.get("Agent") is not None:
|
|
24137
|
+
self._Agent = Agent()
|
|
24138
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
24139
|
+
memeber_set = set(params.keys())
|
|
24140
|
+
for name, value in vars(self).items():
|
|
24141
|
+
property_name = name[1:]
|
|
24142
|
+
if property_name in memeber_set:
|
|
24143
|
+
memeber_set.remove(property_name)
|
|
24144
|
+
if len(memeber_set) > 0:
|
|
24145
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
24146
|
+
|
|
24147
|
+
|
|
24148
|
+
|
|
24149
|
+
class DescribeContractReviewChecklistResponse(AbstractModel):
|
|
24150
|
+
r"""DescribeContractReviewChecklist返回参数结构体
|
|
24151
|
+
|
|
24152
|
+
"""
|
|
24153
|
+
|
|
24154
|
+
def __init__(self):
|
|
24155
|
+
r"""
|
|
24156
|
+
:param _ChecklistId: <p>获取的合同风险审查清单ID</p>
|
|
24157
|
+
:type ChecklistId: str
|
|
24158
|
+
:param _Name: <p>获取的合同风险审查清单名称</p>
|
|
24159
|
+
:type Name: str
|
|
24160
|
+
:param _Enabled: <p>获取的合同风险审查清单是否启用</p>
|
|
24161
|
+
:type Enabled: bool
|
|
24162
|
+
:param _Categories: <p>获取的合同风险审查清单审查点列表</p>
|
|
24163
|
+
:type Categories: list of ChecklistCategory
|
|
24164
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24165
|
+
:type RequestId: str
|
|
24166
|
+
"""
|
|
24167
|
+
self._ChecklistId = None
|
|
24168
|
+
self._Name = None
|
|
24169
|
+
self._Enabled = None
|
|
24170
|
+
self._Categories = None
|
|
24171
|
+
self._RequestId = None
|
|
24172
|
+
|
|
24173
|
+
@property
|
|
24174
|
+
def ChecklistId(self):
|
|
24175
|
+
r"""<p>获取的合同风险审查清单ID</p>
|
|
24176
|
+
:rtype: str
|
|
24177
|
+
"""
|
|
24178
|
+
return self._ChecklistId
|
|
24179
|
+
|
|
24180
|
+
@ChecklistId.setter
|
|
24181
|
+
def ChecklistId(self, ChecklistId):
|
|
24182
|
+
self._ChecklistId = ChecklistId
|
|
24183
|
+
|
|
24184
|
+
@property
|
|
24185
|
+
def Name(self):
|
|
24186
|
+
r"""<p>获取的合同风险审查清单名称</p>
|
|
24187
|
+
:rtype: str
|
|
24188
|
+
"""
|
|
24189
|
+
return self._Name
|
|
24190
|
+
|
|
24191
|
+
@Name.setter
|
|
24192
|
+
def Name(self, Name):
|
|
24193
|
+
self._Name = Name
|
|
24194
|
+
|
|
24195
|
+
@property
|
|
24196
|
+
def Enabled(self):
|
|
24197
|
+
r"""<p>获取的合同风险审查清单是否启用</p>
|
|
24198
|
+
:rtype: bool
|
|
24199
|
+
"""
|
|
24200
|
+
return self._Enabled
|
|
24201
|
+
|
|
24202
|
+
@Enabled.setter
|
|
24203
|
+
def Enabled(self, Enabled):
|
|
24204
|
+
self._Enabled = Enabled
|
|
24205
|
+
|
|
24206
|
+
@property
|
|
24207
|
+
def Categories(self):
|
|
24208
|
+
r"""<p>获取的合同风险审查清单审查点列表</p>
|
|
24209
|
+
:rtype: list of ChecklistCategory
|
|
24210
|
+
"""
|
|
24211
|
+
return self._Categories
|
|
24212
|
+
|
|
24213
|
+
@Categories.setter
|
|
24214
|
+
def Categories(self, Categories):
|
|
24215
|
+
self._Categories = Categories
|
|
24216
|
+
|
|
24217
|
+
@property
|
|
24218
|
+
def RequestId(self):
|
|
24219
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24220
|
+
:rtype: str
|
|
24221
|
+
"""
|
|
24222
|
+
return self._RequestId
|
|
24223
|
+
|
|
24224
|
+
@RequestId.setter
|
|
24225
|
+
def RequestId(self, RequestId):
|
|
24226
|
+
self._RequestId = RequestId
|
|
24227
|
+
|
|
24228
|
+
|
|
24229
|
+
def _deserialize(self, params):
|
|
24230
|
+
self._ChecklistId = params.get("ChecklistId")
|
|
24231
|
+
self._Name = params.get("Name")
|
|
24232
|
+
self._Enabled = params.get("Enabled")
|
|
24233
|
+
if params.get("Categories") is not None:
|
|
24234
|
+
self._Categories = []
|
|
24235
|
+
for item in params.get("Categories"):
|
|
24236
|
+
obj = ChecklistCategory()
|
|
24237
|
+
obj._deserialize(item)
|
|
24238
|
+
self._Categories.append(obj)
|
|
24239
|
+
self._RequestId = params.get("RequestId")
|
|
24240
|
+
|
|
24241
|
+
|
|
23867
24242
|
class DescribeContractReviewChecklistWebUrlRequest(AbstractModel):
|
|
23868
24243
|
r"""DescribeContractReviewChecklistWebUrl请求参数结构体
|
|
23869
24244
|
|
|
@@ -36271,6 +36646,169 @@ class Identity(AbstractModel):
|
|
|
36271
36646
|
|
|
36272
36647
|
|
|
36273
36648
|
|
|
36649
|
+
class ImportContractReviewChecklistRequest(AbstractModel):
|
|
36650
|
+
r"""ImportContractReviewChecklist请求参数结构体
|
|
36651
|
+
|
|
36652
|
+
"""
|
|
36653
|
+
|
|
36654
|
+
def __init__(self):
|
|
36655
|
+
r"""
|
|
36656
|
+
:param _Operator: <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
36657
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
36658
|
+
:param _Name: <p>导入的合同审查清单名称</p>
|
|
36659
|
+
:type Name: str
|
|
36660
|
+
:param _Categories: <p>导入的合同审查清单审查点列表</p>
|
|
36661
|
+
:type Categories: list of ChecklistCategory
|
|
36662
|
+
:param _Agent: <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
36663
|
+
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
36664
|
+
:param _ChecklistID: <p>如果传值,则更新对应的合同审查清单,否则创建新的合同审查清单</p>
|
|
36665
|
+
:type ChecklistID: str
|
|
36666
|
+
:param _Enabled: <p>设置为true则启动清单,否则禁用清单</p>
|
|
36667
|
+
:type Enabled: bool
|
|
36668
|
+
"""
|
|
36669
|
+
self._Operator = None
|
|
36670
|
+
self._Name = None
|
|
36671
|
+
self._Categories = None
|
|
36672
|
+
self._Agent = None
|
|
36673
|
+
self._ChecklistID = None
|
|
36674
|
+
self._Enabled = None
|
|
36675
|
+
|
|
36676
|
+
@property
|
|
36677
|
+
def Operator(self):
|
|
36678
|
+
r"""<p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
36679
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
36680
|
+
"""
|
|
36681
|
+
return self._Operator
|
|
36682
|
+
|
|
36683
|
+
@Operator.setter
|
|
36684
|
+
def Operator(self, Operator):
|
|
36685
|
+
self._Operator = Operator
|
|
36686
|
+
|
|
36687
|
+
@property
|
|
36688
|
+
def Name(self):
|
|
36689
|
+
r"""<p>导入的合同审查清单名称</p>
|
|
36690
|
+
:rtype: str
|
|
36691
|
+
"""
|
|
36692
|
+
return self._Name
|
|
36693
|
+
|
|
36694
|
+
@Name.setter
|
|
36695
|
+
def Name(self, Name):
|
|
36696
|
+
self._Name = Name
|
|
36697
|
+
|
|
36698
|
+
@property
|
|
36699
|
+
def Categories(self):
|
|
36700
|
+
r"""<p>导入的合同审查清单审查点列表</p>
|
|
36701
|
+
:rtype: list of ChecklistCategory
|
|
36702
|
+
"""
|
|
36703
|
+
return self._Categories
|
|
36704
|
+
|
|
36705
|
+
@Categories.setter
|
|
36706
|
+
def Categories(self, Categories):
|
|
36707
|
+
self._Categories = Categories
|
|
36708
|
+
|
|
36709
|
+
@property
|
|
36710
|
+
def Agent(self):
|
|
36711
|
+
r"""<p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
36712
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
36713
|
+
"""
|
|
36714
|
+
return self._Agent
|
|
36715
|
+
|
|
36716
|
+
@Agent.setter
|
|
36717
|
+
def Agent(self, Agent):
|
|
36718
|
+
self._Agent = Agent
|
|
36719
|
+
|
|
36720
|
+
@property
|
|
36721
|
+
def ChecklistID(self):
|
|
36722
|
+
r"""<p>如果传值,则更新对应的合同审查清单,否则创建新的合同审查清单</p>
|
|
36723
|
+
:rtype: str
|
|
36724
|
+
"""
|
|
36725
|
+
return self._ChecklistID
|
|
36726
|
+
|
|
36727
|
+
@ChecklistID.setter
|
|
36728
|
+
def ChecklistID(self, ChecklistID):
|
|
36729
|
+
self._ChecklistID = ChecklistID
|
|
36730
|
+
|
|
36731
|
+
@property
|
|
36732
|
+
def Enabled(self):
|
|
36733
|
+
r"""<p>设置为true则启动清单,否则禁用清单</p>
|
|
36734
|
+
:rtype: bool
|
|
36735
|
+
"""
|
|
36736
|
+
return self._Enabled
|
|
36737
|
+
|
|
36738
|
+
@Enabled.setter
|
|
36739
|
+
def Enabled(self, Enabled):
|
|
36740
|
+
self._Enabled = Enabled
|
|
36741
|
+
|
|
36742
|
+
|
|
36743
|
+
def _deserialize(self, params):
|
|
36744
|
+
if params.get("Operator") is not None:
|
|
36745
|
+
self._Operator = UserInfo()
|
|
36746
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
36747
|
+
self._Name = params.get("Name")
|
|
36748
|
+
if params.get("Categories") is not None:
|
|
36749
|
+
self._Categories = []
|
|
36750
|
+
for item in params.get("Categories"):
|
|
36751
|
+
obj = ChecklistCategory()
|
|
36752
|
+
obj._deserialize(item)
|
|
36753
|
+
self._Categories.append(obj)
|
|
36754
|
+
if params.get("Agent") is not None:
|
|
36755
|
+
self._Agent = Agent()
|
|
36756
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
36757
|
+
self._ChecklistID = params.get("ChecklistID")
|
|
36758
|
+
self._Enabled = params.get("Enabled")
|
|
36759
|
+
memeber_set = set(params.keys())
|
|
36760
|
+
for name, value in vars(self).items():
|
|
36761
|
+
property_name = name[1:]
|
|
36762
|
+
if property_name in memeber_set:
|
|
36763
|
+
memeber_set.remove(property_name)
|
|
36764
|
+
if len(memeber_set) > 0:
|
|
36765
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
36766
|
+
|
|
36767
|
+
|
|
36768
|
+
|
|
36769
|
+
class ImportContractReviewChecklistResponse(AbstractModel):
|
|
36770
|
+
r"""ImportContractReviewChecklist返回参数结构体
|
|
36771
|
+
|
|
36772
|
+
"""
|
|
36773
|
+
|
|
36774
|
+
def __init__(self):
|
|
36775
|
+
r"""
|
|
36776
|
+
:param _ChecklistId: <p>导入成功的合同审查清单ID</p>
|
|
36777
|
+
:type ChecklistId: str
|
|
36778
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
36779
|
+
:type RequestId: str
|
|
36780
|
+
"""
|
|
36781
|
+
self._ChecklistId = None
|
|
36782
|
+
self._RequestId = None
|
|
36783
|
+
|
|
36784
|
+
@property
|
|
36785
|
+
def ChecklistId(self):
|
|
36786
|
+
r"""<p>导入成功的合同审查清单ID</p>
|
|
36787
|
+
:rtype: str
|
|
36788
|
+
"""
|
|
36789
|
+
return self._ChecklistId
|
|
36790
|
+
|
|
36791
|
+
@ChecklistId.setter
|
|
36792
|
+
def ChecklistId(self, ChecklistId):
|
|
36793
|
+
self._ChecklistId = ChecklistId
|
|
36794
|
+
|
|
36795
|
+
@property
|
|
36796
|
+
def RequestId(self):
|
|
36797
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
36798
|
+
:rtype: str
|
|
36799
|
+
"""
|
|
36800
|
+
return self._RequestId
|
|
36801
|
+
|
|
36802
|
+
@RequestId.setter
|
|
36803
|
+
def RequestId(self, RequestId):
|
|
36804
|
+
self._RequestId = RequestId
|
|
36805
|
+
|
|
36806
|
+
|
|
36807
|
+
def _deserialize(self, params):
|
|
36808
|
+
self._ChecklistId = params.get("ChecklistId")
|
|
36809
|
+
self._RequestId = params.get("RequestId")
|
|
36810
|
+
|
|
36811
|
+
|
|
36274
36812
|
class IntegrateRole(AbstractModel):
|
|
36275
36813
|
r"""企业角色数据信息
|
|
36276
36814
|
|
|
@@ -41554,30 +42092,26 @@ class RecipientComponentInfo(AbstractModel):
|
|
|
41554
42092
|
|
|
41555
42093
|
def __init__(self):
|
|
41556
42094
|
r"""
|
|
41557
|
-
:param _RecipientId:
|
|
42095
|
+
:param _RecipientId: <p>签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方</p>
|
|
41558
42096
|
:type RecipientId: str
|
|
41559
|
-
:param _RecipientFillStatus:
|
|
41560
|
-
<ul>
|
|
41561
|
-
<li>**空值** : 此参与方没有填写控件</li>
|
|
41562
|
-
<li>**0**: 未填写, 表示此参与方还没有填写合同的填写控件</li>
|
|
41563
|
-
<li>**1**: 已填写, 表示此参与方已经填写所有的填写控件</li></ul>
|
|
41564
|
-
|
|
42097
|
+
:param _RecipientFillStatus: <p>参与方填写状态</p><ul><li>**空值** : 此参与方没有填写控件</li><li>**0**: 未填写, 表示此参与方还没有填写合同的填写控件</li><li>**1**: 已填写, 表示此参与方已经填写所有的填写控件</li></ul>
|
|
41565
42098
|
:type RecipientFillStatus: str
|
|
41566
|
-
:param _IsPromoter:
|
|
41567
|
-
<ul><li>true-发起方</li>
|
|
41568
|
-
<li>false-参与方</li></ul>
|
|
42099
|
+
:param _IsPromoter: <p>是否为发起方</p><ul><li>true-发起方</li><li>false-参与方</li></ul>
|
|
41569
42100
|
:type IsPromoter: bool
|
|
41570
|
-
:param _Components:
|
|
42101
|
+
:param _Components: <p>该参与方填写控件信息列表</p>
|
|
41571
42102
|
:type Components: list of FilledComponent
|
|
42103
|
+
:param _SignComponents: <p>该参与方签批控件信息</p>
|
|
42104
|
+
:type SignComponents: list of FilledComponent
|
|
41572
42105
|
"""
|
|
41573
42106
|
self._RecipientId = None
|
|
41574
42107
|
self._RecipientFillStatus = None
|
|
41575
42108
|
self._IsPromoter = None
|
|
41576
42109
|
self._Components = None
|
|
42110
|
+
self._SignComponents = None
|
|
41577
42111
|
|
|
41578
42112
|
@property
|
|
41579
42113
|
def RecipientId(self):
|
|
41580
|
-
r"""
|
|
42114
|
+
r"""<p>签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方</p>
|
|
41581
42115
|
:rtype: str
|
|
41582
42116
|
"""
|
|
41583
42117
|
return self._RecipientId
|
|
@@ -41588,12 +42122,7 @@ class RecipientComponentInfo(AbstractModel):
|
|
|
41588
42122
|
|
|
41589
42123
|
@property
|
|
41590
42124
|
def RecipientFillStatus(self):
|
|
41591
|
-
r"""
|
|
41592
|
-
<ul>
|
|
41593
|
-
<li>**空值** : 此参与方没有填写控件</li>
|
|
41594
|
-
<li>**0**: 未填写, 表示此参与方还没有填写合同的填写控件</li>
|
|
41595
|
-
<li>**1**: 已填写, 表示此参与方已经填写所有的填写控件</li></ul>
|
|
41596
|
-
|
|
42125
|
+
r"""<p>参与方填写状态</p><ul><li>**空值** : 此参与方没有填写控件</li><li>**0**: 未填写, 表示此参与方还没有填写合同的填写控件</li><li>**1**: 已填写, 表示此参与方已经填写所有的填写控件</li></ul>
|
|
41597
42126
|
:rtype: str
|
|
41598
42127
|
"""
|
|
41599
42128
|
return self._RecipientFillStatus
|
|
@@ -41604,9 +42133,7 @@ class RecipientComponentInfo(AbstractModel):
|
|
|
41604
42133
|
|
|
41605
42134
|
@property
|
|
41606
42135
|
def IsPromoter(self):
|
|
41607
|
-
r"""
|
|
41608
|
-
<ul><li>true-发起方</li>
|
|
41609
|
-
<li>false-参与方</li></ul>
|
|
42136
|
+
r"""<p>是否为发起方</p><ul><li>true-发起方</li><li>false-参与方</li></ul>
|
|
41610
42137
|
:rtype: bool
|
|
41611
42138
|
"""
|
|
41612
42139
|
return self._IsPromoter
|
|
@@ -41617,7 +42144,7 @@ class RecipientComponentInfo(AbstractModel):
|
|
|
41617
42144
|
|
|
41618
42145
|
@property
|
|
41619
42146
|
def Components(self):
|
|
41620
|
-
r"""
|
|
42147
|
+
r"""<p>该参与方填写控件信息列表</p>
|
|
41621
42148
|
:rtype: list of FilledComponent
|
|
41622
42149
|
"""
|
|
41623
42150
|
return self._Components
|
|
@@ -41626,6 +42153,17 @@ class RecipientComponentInfo(AbstractModel):
|
|
|
41626
42153
|
def Components(self, Components):
|
|
41627
42154
|
self._Components = Components
|
|
41628
42155
|
|
|
42156
|
+
@property
|
|
42157
|
+
def SignComponents(self):
|
|
42158
|
+
r"""<p>该参与方签批控件信息</p>
|
|
42159
|
+
:rtype: list of FilledComponent
|
|
42160
|
+
"""
|
|
42161
|
+
return self._SignComponents
|
|
42162
|
+
|
|
42163
|
+
@SignComponents.setter
|
|
42164
|
+
def SignComponents(self, SignComponents):
|
|
42165
|
+
self._SignComponents = SignComponents
|
|
42166
|
+
|
|
41629
42167
|
|
|
41630
42168
|
def _deserialize(self, params):
|
|
41631
42169
|
self._RecipientId = params.get("RecipientId")
|
|
@@ -41637,6 +42175,12 @@ class RecipientComponentInfo(AbstractModel):
|
|
|
41637
42175
|
obj = FilledComponent()
|
|
41638
42176
|
obj._deserialize(item)
|
|
41639
42177
|
self._Components.append(obj)
|
|
42178
|
+
if params.get("SignComponents") is not None:
|
|
42179
|
+
self._SignComponents = []
|
|
42180
|
+
for item in params.get("SignComponents"):
|
|
42181
|
+
obj = FilledComponent()
|
|
42182
|
+
obj._deserialize(item)
|
|
42183
|
+
self._SignComponents.append(obj)
|
|
41640
42184
|
memeber_set = set(params.keys())
|
|
41641
42185
|
for name, value in vars(self).items():
|
|
41642
42186
|
property_name = name[1:]
|
|
@@ -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.92
|
|
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.92
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.92
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.86
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|