tencentcloud-sdk-python-ess 3.1.86__tar.gz → 3.1.89__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.89}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud/ess/v20201111/ess_client.py +46 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud/ess/v20201111/ess_client_async.py +36 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud/ess/v20201111/models.py +553 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.89/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.89}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.86 → tencentcloud_sdk_python_ess-3.1.89}/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.89
|
|
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.89
|
|
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.89,<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
|
|
|
@@ -23864,6 +24091,169 @@ class DescribeContractDiffTaskWebUrlResponse(AbstractModel):
|
|
|
23864
24091
|
self._RequestId = params.get("RequestId")
|
|
23865
24092
|
|
|
23866
24093
|
|
|
24094
|
+
class DescribeContractReviewChecklistRequest(AbstractModel):
|
|
24095
|
+
r"""DescribeContractReviewChecklist请求参数结构体
|
|
24096
|
+
|
|
24097
|
+
"""
|
|
24098
|
+
|
|
24099
|
+
def __init__(self):
|
|
24100
|
+
r"""
|
|
24101
|
+
:param _Operator: <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
24102
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
24103
|
+
:param _ChecklistId: <p>需要获取的合同风险审查清单ID</p>
|
|
24104
|
+
:type ChecklistId: str
|
|
24105
|
+
:param _Agent: <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
24106
|
+
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
24107
|
+
"""
|
|
24108
|
+
self._Operator = None
|
|
24109
|
+
self._ChecklistId = None
|
|
24110
|
+
self._Agent = None
|
|
24111
|
+
|
|
24112
|
+
@property
|
|
24113
|
+
def Operator(self):
|
|
24114
|
+
r"""<p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
24115
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
24116
|
+
"""
|
|
24117
|
+
return self._Operator
|
|
24118
|
+
|
|
24119
|
+
@Operator.setter
|
|
24120
|
+
def Operator(self, Operator):
|
|
24121
|
+
self._Operator = Operator
|
|
24122
|
+
|
|
24123
|
+
@property
|
|
24124
|
+
def ChecklistId(self):
|
|
24125
|
+
r"""<p>需要获取的合同风险审查清单ID</p>
|
|
24126
|
+
:rtype: str
|
|
24127
|
+
"""
|
|
24128
|
+
return self._ChecklistId
|
|
24129
|
+
|
|
24130
|
+
@ChecklistId.setter
|
|
24131
|
+
def ChecklistId(self, ChecklistId):
|
|
24132
|
+
self._ChecklistId = ChecklistId
|
|
24133
|
+
|
|
24134
|
+
@property
|
|
24135
|
+
def Agent(self):
|
|
24136
|
+
r"""<p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
24137
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
24138
|
+
"""
|
|
24139
|
+
return self._Agent
|
|
24140
|
+
|
|
24141
|
+
@Agent.setter
|
|
24142
|
+
def Agent(self, Agent):
|
|
24143
|
+
self._Agent = Agent
|
|
24144
|
+
|
|
24145
|
+
|
|
24146
|
+
def _deserialize(self, params):
|
|
24147
|
+
if params.get("Operator") is not None:
|
|
24148
|
+
self._Operator = UserInfo()
|
|
24149
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
24150
|
+
self._ChecklistId = params.get("ChecklistId")
|
|
24151
|
+
if params.get("Agent") is not None:
|
|
24152
|
+
self._Agent = Agent()
|
|
24153
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
24154
|
+
memeber_set = set(params.keys())
|
|
24155
|
+
for name, value in vars(self).items():
|
|
24156
|
+
property_name = name[1:]
|
|
24157
|
+
if property_name in memeber_set:
|
|
24158
|
+
memeber_set.remove(property_name)
|
|
24159
|
+
if len(memeber_set) > 0:
|
|
24160
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
24161
|
+
|
|
24162
|
+
|
|
24163
|
+
|
|
24164
|
+
class DescribeContractReviewChecklistResponse(AbstractModel):
|
|
24165
|
+
r"""DescribeContractReviewChecklist返回参数结构体
|
|
24166
|
+
|
|
24167
|
+
"""
|
|
24168
|
+
|
|
24169
|
+
def __init__(self):
|
|
24170
|
+
r"""
|
|
24171
|
+
:param _ChecklistId: <p>获取的合同风险审查清单ID</p>
|
|
24172
|
+
:type ChecklistId: str
|
|
24173
|
+
:param _Name: <p>获取的合同风险审查清单名称</p>
|
|
24174
|
+
:type Name: str
|
|
24175
|
+
:param _Enabled: <p>获取的合同风险审查清单是否启用</p>
|
|
24176
|
+
:type Enabled: bool
|
|
24177
|
+
:param _Categories: <p>获取的合同风险审查清单审查点列表</p>
|
|
24178
|
+
:type Categories: list of ChecklistCategory
|
|
24179
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24180
|
+
:type RequestId: str
|
|
24181
|
+
"""
|
|
24182
|
+
self._ChecklistId = None
|
|
24183
|
+
self._Name = None
|
|
24184
|
+
self._Enabled = None
|
|
24185
|
+
self._Categories = None
|
|
24186
|
+
self._RequestId = None
|
|
24187
|
+
|
|
24188
|
+
@property
|
|
24189
|
+
def ChecklistId(self):
|
|
24190
|
+
r"""<p>获取的合同风险审查清单ID</p>
|
|
24191
|
+
:rtype: str
|
|
24192
|
+
"""
|
|
24193
|
+
return self._ChecklistId
|
|
24194
|
+
|
|
24195
|
+
@ChecklistId.setter
|
|
24196
|
+
def ChecklistId(self, ChecklistId):
|
|
24197
|
+
self._ChecklistId = ChecklistId
|
|
24198
|
+
|
|
24199
|
+
@property
|
|
24200
|
+
def Name(self):
|
|
24201
|
+
r"""<p>获取的合同风险审查清单名称</p>
|
|
24202
|
+
:rtype: str
|
|
24203
|
+
"""
|
|
24204
|
+
return self._Name
|
|
24205
|
+
|
|
24206
|
+
@Name.setter
|
|
24207
|
+
def Name(self, Name):
|
|
24208
|
+
self._Name = Name
|
|
24209
|
+
|
|
24210
|
+
@property
|
|
24211
|
+
def Enabled(self):
|
|
24212
|
+
r"""<p>获取的合同风险审查清单是否启用</p>
|
|
24213
|
+
:rtype: bool
|
|
24214
|
+
"""
|
|
24215
|
+
return self._Enabled
|
|
24216
|
+
|
|
24217
|
+
@Enabled.setter
|
|
24218
|
+
def Enabled(self, Enabled):
|
|
24219
|
+
self._Enabled = Enabled
|
|
24220
|
+
|
|
24221
|
+
@property
|
|
24222
|
+
def Categories(self):
|
|
24223
|
+
r"""<p>获取的合同风险审查清单审查点列表</p>
|
|
24224
|
+
:rtype: list of ChecklistCategory
|
|
24225
|
+
"""
|
|
24226
|
+
return self._Categories
|
|
24227
|
+
|
|
24228
|
+
@Categories.setter
|
|
24229
|
+
def Categories(self, Categories):
|
|
24230
|
+
self._Categories = Categories
|
|
24231
|
+
|
|
24232
|
+
@property
|
|
24233
|
+
def RequestId(self):
|
|
24234
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24235
|
+
:rtype: str
|
|
24236
|
+
"""
|
|
24237
|
+
return self._RequestId
|
|
24238
|
+
|
|
24239
|
+
@RequestId.setter
|
|
24240
|
+
def RequestId(self, RequestId):
|
|
24241
|
+
self._RequestId = RequestId
|
|
24242
|
+
|
|
24243
|
+
|
|
24244
|
+
def _deserialize(self, params):
|
|
24245
|
+
self._ChecklistId = params.get("ChecklistId")
|
|
24246
|
+
self._Name = params.get("Name")
|
|
24247
|
+
self._Enabled = params.get("Enabled")
|
|
24248
|
+
if params.get("Categories") is not None:
|
|
24249
|
+
self._Categories = []
|
|
24250
|
+
for item in params.get("Categories"):
|
|
24251
|
+
obj = ChecklistCategory()
|
|
24252
|
+
obj._deserialize(item)
|
|
24253
|
+
self._Categories.append(obj)
|
|
24254
|
+
self._RequestId = params.get("RequestId")
|
|
24255
|
+
|
|
24256
|
+
|
|
23867
24257
|
class DescribeContractReviewChecklistWebUrlRequest(AbstractModel):
|
|
23868
24258
|
r"""DescribeContractReviewChecklistWebUrl请求参数结构体
|
|
23869
24259
|
|
|
@@ -36271,6 +36661,169 @@ class Identity(AbstractModel):
|
|
|
36271
36661
|
|
|
36272
36662
|
|
|
36273
36663
|
|
|
36664
|
+
class ImportContractReviewChecklistRequest(AbstractModel):
|
|
36665
|
+
r"""ImportContractReviewChecklist请求参数结构体
|
|
36666
|
+
|
|
36667
|
+
"""
|
|
36668
|
+
|
|
36669
|
+
def __init__(self):
|
|
36670
|
+
r"""
|
|
36671
|
+
:param _Operator: <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
36672
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
36673
|
+
:param _Name: <p>导入的合同审查清单名称</p>
|
|
36674
|
+
:type Name: str
|
|
36675
|
+
:param _Categories: <p>导入的合同审查清单审查点列表</p>
|
|
36676
|
+
:type Categories: list of ChecklistCategory
|
|
36677
|
+
:param _Agent: <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
36678
|
+
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
36679
|
+
:param _ChecklistID: <p>如果传值,则更新对应的合同审查清单,否则创建新的合同审查清单</p>
|
|
36680
|
+
:type ChecklistID: str
|
|
36681
|
+
:param _Enabled: <p>设置为true则启动清单,否则禁用清单</p>
|
|
36682
|
+
:type Enabled: bool
|
|
36683
|
+
"""
|
|
36684
|
+
self._Operator = None
|
|
36685
|
+
self._Name = None
|
|
36686
|
+
self._Categories = None
|
|
36687
|
+
self._Agent = None
|
|
36688
|
+
self._ChecklistID = None
|
|
36689
|
+
self._Enabled = None
|
|
36690
|
+
|
|
36691
|
+
@property
|
|
36692
|
+
def Operator(self):
|
|
36693
|
+
r"""<p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
36694
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
36695
|
+
"""
|
|
36696
|
+
return self._Operator
|
|
36697
|
+
|
|
36698
|
+
@Operator.setter
|
|
36699
|
+
def Operator(self, Operator):
|
|
36700
|
+
self._Operator = Operator
|
|
36701
|
+
|
|
36702
|
+
@property
|
|
36703
|
+
def Name(self):
|
|
36704
|
+
r"""<p>导入的合同审查清单名称</p>
|
|
36705
|
+
:rtype: str
|
|
36706
|
+
"""
|
|
36707
|
+
return self._Name
|
|
36708
|
+
|
|
36709
|
+
@Name.setter
|
|
36710
|
+
def Name(self, Name):
|
|
36711
|
+
self._Name = Name
|
|
36712
|
+
|
|
36713
|
+
@property
|
|
36714
|
+
def Categories(self):
|
|
36715
|
+
r"""<p>导入的合同审查清单审查点列表</p>
|
|
36716
|
+
:rtype: list of ChecklistCategory
|
|
36717
|
+
"""
|
|
36718
|
+
return self._Categories
|
|
36719
|
+
|
|
36720
|
+
@Categories.setter
|
|
36721
|
+
def Categories(self, Categories):
|
|
36722
|
+
self._Categories = Categories
|
|
36723
|
+
|
|
36724
|
+
@property
|
|
36725
|
+
def Agent(self):
|
|
36726
|
+
r"""<p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
36727
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
36728
|
+
"""
|
|
36729
|
+
return self._Agent
|
|
36730
|
+
|
|
36731
|
+
@Agent.setter
|
|
36732
|
+
def Agent(self, Agent):
|
|
36733
|
+
self._Agent = Agent
|
|
36734
|
+
|
|
36735
|
+
@property
|
|
36736
|
+
def ChecklistID(self):
|
|
36737
|
+
r"""<p>如果传值,则更新对应的合同审查清单,否则创建新的合同审查清单</p>
|
|
36738
|
+
:rtype: str
|
|
36739
|
+
"""
|
|
36740
|
+
return self._ChecklistID
|
|
36741
|
+
|
|
36742
|
+
@ChecklistID.setter
|
|
36743
|
+
def ChecklistID(self, ChecklistID):
|
|
36744
|
+
self._ChecklistID = ChecklistID
|
|
36745
|
+
|
|
36746
|
+
@property
|
|
36747
|
+
def Enabled(self):
|
|
36748
|
+
r"""<p>设置为true则启动清单,否则禁用清单</p>
|
|
36749
|
+
:rtype: bool
|
|
36750
|
+
"""
|
|
36751
|
+
return self._Enabled
|
|
36752
|
+
|
|
36753
|
+
@Enabled.setter
|
|
36754
|
+
def Enabled(self, Enabled):
|
|
36755
|
+
self._Enabled = Enabled
|
|
36756
|
+
|
|
36757
|
+
|
|
36758
|
+
def _deserialize(self, params):
|
|
36759
|
+
if params.get("Operator") is not None:
|
|
36760
|
+
self._Operator = UserInfo()
|
|
36761
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
36762
|
+
self._Name = params.get("Name")
|
|
36763
|
+
if params.get("Categories") is not None:
|
|
36764
|
+
self._Categories = []
|
|
36765
|
+
for item in params.get("Categories"):
|
|
36766
|
+
obj = ChecklistCategory()
|
|
36767
|
+
obj._deserialize(item)
|
|
36768
|
+
self._Categories.append(obj)
|
|
36769
|
+
if params.get("Agent") is not None:
|
|
36770
|
+
self._Agent = Agent()
|
|
36771
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
36772
|
+
self._ChecklistID = params.get("ChecklistID")
|
|
36773
|
+
self._Enabled = params.get("Enabled")
|
|
36774
|
+
memeber_set = set(params.keys())
|
|
36775
|
+
for name, value in vars(self).items():
|
|
36776
|
+
property_name = name[1:]
|
|
36777
|
+
if property_name in memeber_set:
|
|
36778
|
+
memeber_set.remove(property_name)
|
|
36779
|
+
if len(memeber_set) > 0:
|
|
36780
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
36781
|
+
|
|
36782
|
+
|
|
36783
|
+
|
|
36784
|
+
class ImportContractReviewChecklistResponse(AbstractModel):
|
|
36785
|
+
r"""ImportContractReviewChecklist返回参数结构体
|
|
36786
|
+
|
|
36787
|
+
"""
|
|
36788
|
+
|
|
36789
|
+
def __init__(self):
|
|
36790
|
+
r"""
|
|
36791
|
+
:param _ChecklistId: <p>导入成功的合同审查清单ID</p>
|
|
36792
|
+
:type ChecklistId: str
|
|
36793
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
36794
|
+
:type RequestId: str
|
|
36795
|
+
"""
|
|
36796
|
+
self._ChecklistId = None
|
|
36797
|
+
self._RequestId = None
|
|
36798
|
+
|
|
36799
|
+
@property
|
|
36800
|
+
def ChecklistId(self):
|
|
36801
|
+
r"""<p>导入成功的合同审查清单ID</p>
|
|
36802
|
+
:rtype: str
|
|
36803
|
+
"""
|
|
36804
|
+
return self._ChecklistId
|
|
36805
|
+
|
|
36806
|
+
@ChecklistId.setter
|
|
36807
|
+
def ChecklistId(self, ChecklistId):
|
|
36808
|
+
self._ChecklistId = ChecklistId
|
|
36809
|
+
|
|
36810
|
+
@property
|
|
36811
|
+
def RequestId(self):
|
|
36812
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
36813
|
+
:rtype: str
|
|
36814
|
+
"""
|
|
36815
|
+
return self._RequestId
|
|
36816
|
+
|
|
36817
|
+
@RequestId.setter
|
|
36818
|
+
def RequestId(self, RequestId):
|
|
36819
|
+
self._RequestId = RequestId
|
|
36820
|
+
|
|
36821
|
+
|
|
36822
|
+
def _deserialize(self, params):
|
|
36823
|
+
self._ChecklistId = params.get("ChecklistId")
|
|
36824
|
+
self._RequestId = params.get("RequestId")
|
|
36825
|
+
|
|
36826
|
+
|
|
36274
36827
|
class IntegrateRole(AbstractModel):
|
|
36275
36828
|
r"""企业角色数据信息
|
|
36276
36829
|
|
|
@@ -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.89
|
|
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.89
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.89
|
|
@@ -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
|