tencentcloud-sdk-python 3.0.977__py2.py3-none-any.whl → 3.0.978__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/antiddos_client.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +14 -0
- tencentcloud/cam/v20190116/errorcodes.py +3 -0
- tencentcloud/cdc/v20201214/models.py +194 -0
- tencentcloud/cdn/v20180606/errorcodes.py +6 -0
- tencentcloud/clb/v20180317/models.py +1 -1
- tencentcloud/csip/v20221121/models.py +13 -0
- tencentcloud/dnspod/v20210323/models.py +1 -1
- tencentcloud/ess/v20201111/ess_client.py +28 -11
- tencentcloud/ess/v20201111/models.py +142 -38
- tencentcloud/essbasic/v20210526/models.py +129 -4
- tencentcloud/lcic/v20220817/models.py +12 -0
- tencentcloud/mrs/v20200910/models.py +8965 -4033
- tencentcloud/mrs/v20200910/mrs_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +24 -0
- tencentcloud/ses/v20201002/models.py +180 -0
- tencentcloud/ses/v20201002/ses_client.py +23 -0
- tencentcloud/ssa/v20180608/models.py +249 -0
- tencentcloud/ssa/v20180608/ssa_client.py +23 -0
- tencentcloud/ssl/v20191205/models.py +75 -0
- tencentcloud/teo/v20220901/errorcodes.py +9 -0
- tencentcloud/trocket/v20230308/errorcodes.py +15 -0
- tencentcloud/trocket/v20230308/models.py +1458 -170
- tencentcloud/trocket/v20230308/trocket_client.py +209 -0
- tencentcloud/tsf/v20180326/models.py +88 -28
- tencentcloud/vod/v20180717/errorcodes.py +15 -0
- tencentcloud/vod/v20180717/models.py +330 -0
- tencentcloud/vod/v20180717/vod_client.py +69 -0
- tencentcloud/vpc/v20170312/models.py +48 -0
- tencentcloud/waf/v20180125/models.py +28 -1
- {tencentcloud_sdk_python-3.0.977.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.977.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/RECORD +37 -37
- {tencentcloud_sdk_python-3.0.977.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.977.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.977.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/top_level.txt +0 -0
|
@@ -251,6 +251,10 @@ class ApproverInfo(AbstractModel):
|
|
|
251
251
|
|
|
252
252
|
注:`此功能可用于与企业内部的审批流程进行关联,支持手动、静默签署合同`
|
|
253
253
|
:type ApproverNeedSignReview: bool
|
|
254
|
+
:param _AddSignComponentsLimits: [用PDF文件创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowByFiles)时,如果设置了外层参数SignBeanTag=1(允许签署过程中添加签署控件),则可通过此参数明确规定合同所使用的签署控件类型(骑缝章、普通章法人章等)和具体的印章(印章ID)或签名方式。
|
|
255
|
+
|
|
256
|
+
注:`限制印章控件或骑缝章控件情况下,仅本企业签署方可以指定具体印章(通过传递ComponentValue,支持多个),他方企业或个人只支持限制控件类型。`
|
|
257
|
+
:type AddSignComponentsLimits: list of ComponentLimit
|
|
254
258
|
"""
|
|
255
259
|
self._ApproverType = None
|
|
256
260
|
self._ApproverName = None
|
|
@@ -270,6 +274,7 @@ class ApproverInfo(AbstractModel):
|
|
|
270
274
|
self._ApproverVerifyTypes = None
|
|
271
275
|
self._ApproverSignTypes = None
|
|
272
276
|
self._ApproverNeedSignReview = None
|
|
277
|
+
self._AddSignComponentsLimits = None
|
|
273
278
|
|
|
274
279
|
@property
|
|
275
280
|
def ApproverType(self):
|
|
@@ -415,6 +420,14 @@ class ApproverInfo(AbstractModel):
|
|
|
415
420
|
def ApproverNeedSignReview(self, ApproverNeedSignReview):
|
|
416
421
|
self._ApproverNeedSignReview = ApproverNeedSignReview
|
|
417
422
|
|
|
423
|
+
@property
|
|
424
|
+
def AddSignComponentsLimits(self):
|
|
425
|
+
return self._AddSignComponentsLimits
|
|
426
|
+
|
|
427
|
+
@AddSignComponentsLimits.setter
|
|
428
|
+
def AddSignComponentsLimits(self, AddSignComponentsLimits):
|
|
429
|
+
self._AddSignComponentsLimits = AddSignComponentsLimits
|
|
430
|
+
|
|
418
431
|
|
|
419
432
|
def _deserialize(self, params):
|
|
420
433
|
self._ApproverType = params.get("ApproverType")
|
|
@@ -442,6 +455,12 @@ class ApproverInfo(AbstractModel):
|
|
|
442
455
|
self._ApproverVerifyTypes = params.get("ApproverVerifyTypes")
|
|
443
456
|
self._ApproverSignTypes = params.get("ApproverSignTypes")
|
|
444
457
|
self._ApproverNeedSignReview = params.get("ApproverNeedSignReview")
|
|
458
|
+
if params.get("AddSignComponentsLimits") is not None:
|
|
459
|
+
self._AddSignComponentsLimits = []
|
|
460
|
+
for item in params.get("AddSignComponentsLimits"):
|
|
461
|
+
obj = ComponentLimit()
|
|
462
|
+
obj._deserialize(item)
|
|
463
|
+
self._AddSignComponentsLimits.append(obj)
|
|
445
464
|
memeber_set = set(params.keys())
|
|
446
465
|
for name, value in vars(self).items():
|
|
447
466
|
property_name = name[1:]
|
|
@@ -1863,6 +1882,66 @@ UpperRight-右下角。
|
|
|
1863
1882
|
|
|
1864
1883
|
|
|
1865
1884
|
|
|
1885
|
+
class ComponentLimit(AbstractModel):
|
|
1886
|
+
"""签署控件的类型和范围限制条件,用于控制文件发起后签署人拖拽签署区时可使用的控件类型和具体的印章或签名方式。
|
|
1887
|
+
|
|
1888
|
+
"""
|
|
1889
|
+
|
|
1890
|
+
def __init__(self):
|
|
1891
|
+
r"""
|
|
1892
|
+
:param _ComponentType: 控件类型,支持以下类型
|
|
1893
|
+
<ul><li>SIGN_SEAL : 印章控件</li>
|
|
1894
|
+
<li>SIGN_PAGING_SEAL : 骑缝章控件</li>
|
|
1895
|
+
<li>SIGN_LEGAL_PERSON_SEAL : 企业法定代表人控件</li>
|
|
1896
|
+
<li>SIGN_SIGNATURE : 用户签名控件</li></ul>
|
|
1897
|
+
:type ComponentType: str
|
|
1898
|
+
:param _ComponentValue: 签署控件类型的值(可选),用与限制签署时印章或者签名的选择范围
|
|
1899
|
+
|
|
1900
|
+
1.当ComponentType 是 SIGN_SEAL 或者 SIGN_PAGING_SEAL 时可传入企业印章Id(支持多个)
|
|
1901
|
+
|
|
1902
|
+
2.当ComponentType 是 SIGN_SIGNATURE 时可传入以下类型(支持多个)
|
|
1903
|
+
|
|
1904
|
+
<ul><li>HANDWRITE : 手写签名</li>
|
|
1905
|
+
<li>OCR_ESIGN : OCR印章(智慧手写签名)</li>
|
|
1906
|
+
<li>ESIGN : 个人印章</li>
|
|
1907
|
+
<li>SYSTEM_ESIGN : 系统印章</li></ul>
|
|
1908
|
+
|
|
1909
|
+
3.当ComponentType 是 SIGN_LEGAL_PERSON_SEAL 时无需传递此参数。
|
|
1910
|
+
:type ComponentValue: list of str
|
|
1911
|
+
"""
|
|
1912
|
+
self._ComponentType = None
|
|
1913
|
+
self._ComponentValue = None
|
|
1914
|
+
|
|
1915
|
+
@property
|
|
1916
|
+
def ComponentType(self):
|
|
1917
|
+
return self._ComponentType
|
|
1918
|
+
|
|
1919
|
+
@ComponentType.setter
|
|
1920
|
+
def ComponentType(self, ComponentType):
|
|
1921
|
+
self._ComponentType = ComponentType
|
|
1922
|
+
|
|
1923
|
+
@property
|
|
1924
|
+
def ComponentValue(self):
|
|
1925
|
+
return self._ComponentValue
|
|
1926
|
+
|
|
1927
|
+
@ComponentValue.setter
|
|
1928
|
+
def ComponentValue(self, ComponentValue):
|
|
1929
|
+
self._ComponentValue = ComponentValue
|
|
1930
|
+
|
|
1931
|
+
|
|
1932
|
+
def _deserialize(self, params):
|
|
1933
|
+
self._ComponentType = params.get("ComponentType")
|
|
1934
|
+
self._ComponentValue = params.get("ComponentValue")
|
|
1935
|
+
memeber_set = set(params.keys())
|
|
1936
|
+
for name, value in vars(self).items():
|
|
1937
|
+
property_name = name[1:]
|
|
1938
|
+
if property_name in memeber_set:
|
|
1939
|
+
memeber_set.remove(property_name)
|
|
1940
|
+
if len(memeber_set) > 0:
|
|
1941
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1942
|
+
|
|
1943
|
+
|
|
1944
|
+
|
|
1866
1945
|
class CreateBatchCancelFlowUrlRequest(AbstractModel):
|
|
1867
1946
|
"""CreateBatchCancelFlowUrl请求参数结构体
|
|
1868
1947
|
|
|
@@ -5352,20 +5431,25 @@ class CreatePersonAuthCertificateImageRequest(AbstractModel):
|
|
|
5352
5431
|
|
|
5353
5432
|
def __init__(self):
|
|
5354
5433
|
r"""
|
|
5355
|
-
:param _Operator:
|
|
5434
|
+
:param _Operator: 执行本接口操作的员工信息。
|
|
5435
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
5356
5436
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
5357
5437
|
:param _UserName: 个人用户名称
|
|
5358
5438
|
:type UserName: str
|
|
5359
|
-
:param _IdCardType:
|
|
5360
|
-
ID_CARD
|
|
5361
|
-
PASSPORT
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
5439
|
+
:param _IdCardType: 证件类型,支持以下类型
|
|
5440
|
+
<ul><li> ID_CARD : 居民身份证 (默认值)</li>
|
|
5441
|
+
<li> PASSPORT : 护照</li>
|
|
5442
|
+
<li> FOREIGN_ID_CARD : 外国人永久居留身份证</li>
|
|
5443
|
+
<li> HONGKONG_AND_MACAO : 港澳居民来往内地通行证</li>
|
|
5444
|
+
<li> HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)</li></ul>
|
|
5365
5445
|
:type IdCardType: str
|
|
5366
|
-
:param _IdCardNumber:
|
|
5446
|
+
:param _IdCardNumber: 证件号码,应符合以下规则
|
|
5447
|
+
<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
|
|
5448
|
+
<li>港澳居民来往内地通行证号码应为9位字符串,第1位为“C”,第2位为英文字母(但“I”、“O”除外),后7位为阿拉伯数字。</li>
|
|
5449
|
+
<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
|
|
5367
5450
|
:type IdCardNumber: str
|
|
5368
|
-
:param _Agent: 代理企业和员工的信息。
|
|
5451
|
+
:param _Agent: 代理企业和员工的信息。
|
|
5452
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
5369
5453
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
5370
5454
|
"""
|
|
5371
5455
|
self._Operator = None
|
|
@@ -5442,18 +5526,25 @@ class CreatePersonAuthCertificateImageResponse(AbstractModel):
|
|
|
5442
5526
|
|
|
5443
5527
|
def __init__(self):
|
|
5444
5528
|
r"""
|
|
5445
|
-
:param _AuthCertUrl:
|
|
5529
|
+
:param _AuthCertUrl: 个人用户认证证书图片下载URL,`有效期为5分钟`,超过有效期后将无法再下载。
|
|
5446
5530
|
:type AuthCertUrl: str
|
|
5447
|
-
:param _ImageCertId:
|
|
5531
|
+
:param _ImageCertId: 个人用户认证证书的编号, 为20位数字组成的字符串, 由腾讯电子签下发此编号 。
|
|
5532
|
+
该编号会合成到个人用户证书证明图片。
|
|
5533
|
+
|
|
5534
|
+
注: `个人用户认证证书的编号和证明图片绑定, 获取新的证明图片编号会变动`
|
|
5448
5535
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5449
5536
|
:type ImageCertId: str
|
|
5450
|
-
:param _SerialNumber:
|
|
5537
|
+
:param _SerialNumber: CA供应商下发给用户的证书编号,在证书到期后自动续期后此证书编号会发生变动,且不会合成到个人用户证书证明图片中。
|
|
5538
|
+
|
|
5539
|
+
注意:`腾讯电子签接入多家CA供应商以提供容灾能力,不同CA下发的证书编号区别较大,但基本都是由数字和字母组成,长度在200以下。`
|
|
5451
5540
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5452
5541
|
:type SerialNumber: str
|
|
5453
|
-
:param _ValidFrom: CA
|
|
5542
|
+
:param _ValidFrom: CA证书颁发时间,格式为Unix标准时间戳(秒)
|
|
5543
|
+
该时间格式化后会合成到个人用户证书证明图片
|
|
5454
5544
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5455
5545
|
:type ValidFrom: int
|
|
5456
|
-
:param _ValidTo: CA
|
|
5546
|
+
:param _ValidTo: CA证书有效截止时间,格式为Unix标准时间戳(秒)
|
|
5547
|
+
该时间格式化后会合成到个人用户证书证明图片
|
|
5457
5548
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5458
5549
|
:type ValidTo: int
|
|
5459
5550
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -6085,16 +6176,16 @@ class CreateReleaseFlowRequest(AbstractModel):
|
|
|
6085
6176
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
6086
6177
|
:param _NeedRelievedFlowId: 待解除的签署流程编号(即原签署流程的编号)。
|
|
6087
6178
|
:type NeedRelievedFlowId: str
|
|
6088
|
-
:param _ReliveInfo:
|
|
6179
|
+
:param _ReliveInfo: 解除协议内容, 包括解除理由等信息。
|
|
6089
6180
|
:type ReliveInfo: :class:`tencentcloud.ess.v20201111.models.RelieveInfo`
|
|
6090
6181
|
:param _Agent: 关于渠道应用的相关信息,包括子客企业及应用编、号等详细内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
|
6091
6182
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
6092
|
-
:param _ReleasedApprovers:
|
|
6093
|
-
|
|
6094
|
-
解除协议的签署人数量不能多于原流程的签署人数量。<br/>
|
|
6183
|
+
:param _ReleasedApprovers: 替换解除协议的签署人, 如不指定替换签署人, 则使用原流程的签署人。 <br/>
|
|
6184
|
+
如需更换原合同中的企业端签署人,可通过指定该签署人的RecipientId编号更换此企业端签署人。(可通过接口<a href="https://qian.tencent.com/developers/companyApis/queryFlows/DescribeFlowInfo/">DescribeFlowInfo</a>查询签署人的RecipientId编号)<br/>
|
|
6095
6185
|
|
|
6096
|
-
|
|
6097
|
-
|
|
6186
|
+
注意:
|
|
6187
|
+
`只能更换自己企业的签署人, 不支持更换个人类型或者其他企业的签署人。`
|
|
6188
|
+
`可以不指定替换签署人, 使用原流程的签署人 `
|
|
6098
6189
|
:type ReleasedApprovers: list of ReleasedApprover
|
|
6099
6190
|
:param _Deadline: 合同流程的签署截止时间,格式为Unix标准时间戳(秒),如果未设置签署截止时间,则默认为合同流程创建后的7天时截止。
|
|
6100
6191
|
如果在签署截止时间前未完成签署,则合同状态会变为已过期,导致合同作废。
|
|
@@ -8160,11 +8251,16 @@ class DescribeFlowBriefsRequest(AbstractModel):
|
|
|
8160
8251
|
|
|
8161
8252
|
def __init__(self):
|
|
8162
8253
|
r"""
|
|
8163
|
-
:param _Operator:
|
|
8254
|
+
:param _Operator: 执行本接口操作的员工信息。
|
|
8255
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
8164
8256
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
8165
|
-
:param _FlowIds:
|
|
8257
|
+
:param _FlowIds: 查询的合同流程ID列表最多支持100个流程ID。
|
|
8258
|
+
如果某个合同流程ID不存在,系统会跳过此ID的查询,继续查询剩余存在的合同流程。
|
|
8259
|
+
|
|
8260
|
+
可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
|
|
8166
8261
|
:type FlowIds: list of str
|
|
8167
|
-
:param _Agent:
|
|
8262
|
+
:param _Agent: 代理企业和员工的信息。
|
|
8263
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
8168
8264
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
8169
8265
|
"""
|
|
8170
8266
|
self._Operator = None
|
|
@@ -8221,7 +8317,8 @@ class DescribeFlowBriefsResponse(AbstractModel):
|
|
|
8221
8317
|
|
|
8222
8318
|
def __init__(self):
|
|
8223
8319
|
r"""
|
|
8224
|
-
:param _FlowBriefs:
|
|
8320
|
+
:param _FlowBriefs: 合同流程基础信息列表,包含流程的名称、状态、创建日期等基本信息。
|
|
8321
|
+
注:`与入参 FlowIds 的顺序可能存在不一致的情况。`
|
|
8225
8322
|
:type FlowBriefs: list of FlowBrief
|
|
8226
8323
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8227
8324
|
:type RequestId: str
|
|
@@ -8991,7 +9088,9 @@ class DescribeIntegrationEmployeesRequest(AbstractModel):
|
|
|
8991
9088
|
:type Limit: int
|
|
8992
9089
|
:param _Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
8993
9090
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
8994
|
-
:param _Filters: 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
|
9091
|
+
:param _Filters: 查询过滤实名用户,Key为Status,Values为["IsVerified"],查询过滤未实名用户,Key为Status,Values为["NotVerified"]
|
|
9092
|
+
查询某个部门的用户,Key为DepartmentId,Values为["DepartmentId"]
|
|
9093
|
+
根据用户Id查询员工时,Key为UserId,Values为["UserId"]
|
|
8995
9094
|
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
|
8996
9095
|
:type Filters: list of Filter
|
|
8997
9096
|
:param _Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
|
|
@@ -9813,11 +9912,13 @@ class DescribeThirdPartyAuthCodeRequest(AbstractModel):
|
|
|
9813
9912
|
|
|
9814
9913
|
def __init__(self):
|
|
9815
9914
|
r"""
|
|
9816
|
-
:param _AuthCode:
|
|
9915
|
+
:param _AuthCode: 腾讯电子签小程序跳转客户企业小程序时携带的授权查看码,AuthCode由腾讯电子签小程序生成。
|
|
9817
9916
|
:type AuthCode: str
|
|
9818
|
-
:param _Operator:
|
|
9917
|
+
:param _Operator: 执行本接口操作的员工信息。
|
|
9918
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
9819
9919
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
9820
|
-
:param _Agent:
|
|
9920
|
+
:param _Agent: 代理企业和员工的信息。
|
|
9921
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
9821
9922
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
9822
9923
|
"""
|
|
9823
9924
|
self._AuthCode = None
|
|
@@ -9874,7 +9975,10 @@ class DescribeThirdPartyAuthCodeResponse(AbstractModel):
|
|
|
9874
9975
|
|
|
9875
9976
|
def __init__(self):
|
|
9876
9977
|
r"""
|
|
9877
|
-
:param _VerifyStatus:
|
|
9978
|
+
:param _VerifyStatus: AuthCode 中对应个人用户是否实名
|
|
9979
|
+
<ul>
|
|
9980
|
+
<li> **VERIFIED** : 此个人已实名</li>
|
|
9981
|
+
<li> **UNVERIFIED**: 此个人未实名</li></ul>
|
|
9878
9982
|
:type VerifyStatus: str
|
|
9879
9983
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9880
9984
|
:type RequestId: str
|
|
@@ -14532,7 +14636,10 @@ class ReleasedApprover(AbstractModel):
|
|
|
14532
14636
|
<ul><li> **SIGN_SEAL**:默认为印章控件类型(默认值)</li>
|
|
14533
14637
|
<li> **SIGN_SIGNATURE**:手写签名控件类型</li></ul>
|
|
14534
14638
|
:type ApproverSignComponentType: str
|
|
14535
|
-
:param _ApproverSignRole:
|
|
14639
|
+
:param _ApproverSignRole: 参与方在合同中的角色是按照创建合同的时候来排序的,解除协议默认会将第一个参与人叫`甲方`,第二个叫`乙方`, 第三个叫`丙方`,以此类推。
|
|
14640
|
+
|
|
14641
|
+
如果需改动此参与人的角色名字,可用此字段指定,由汉字,英文字符,数字组成,最大20个字。
|
|
14642
|
+
|
|
14536
14643
|
:type ApproverSignRole: str
|
|
14537
14644
|
"""
|
|
14538
14645
|
self._Name = None
|
|
@@ -14615,19 +14722,16 @@ class RelieveInfo(AbstractModel):
|
|
|
14615
14722
|
|
|
14616
14723
|
def __init__(self):
|
|
14617
14724
|
r"""
|
|
14618
|
-
:param _Reason:
|
|
14725
|
+
:param _Reason: 解除理由,长度不能超过200,只能由中文、字母、数字、中文标点和英文标点组成(不支持表情)。
|
|
14619
14726
|
:type Reason: str
|
|
14620
|
-
:param _RemainInForceItem:
|
|
14727
|
+
:param _RemainInForceItem: 解除后仍然有效的条款,保留条款,长度不能超过200,只能由中文、字母、数字、中文标点和英文标点组成(不支持表情)。
|
|
14621
14728
|
|
|
14622
14729
|
:type RemainInForceItem: str
|
|
14623
|
-
:param _OriginalExpenseSettlement:
|
|
14624
|
-
|
|
14730
|
+
:param _OriginalExpenseSettlement: 原合同事项处理-费用结算,长度不能超过200,只能由中文、字母、数字、中文标点和英文标点组成(不支持表情)。
|
|
14625
14731
|
:type OriginalExpenseSettlement: str
|
|
14626
|
-
:param _OriginalOtherSettlement:
|
|
14627
|
-
|
|
14732
|
+
:param _OriginalOtherSettlement: 原合同事项处理-其他事项,长度不能超过200,只能由中文、字母、数字、中文标点和英文标点组成(不支持表情)。
|
|
14628
14733
|
:type OriginalOtherSettlement: str
|
|
14629
|
-
:param _OtherDeals:
|
|
14630
|
-
|
|
14734
|
+
:param _OtherDeals: 其他约定,长度不能超过200,只能由中文、字母、数字、中文标点和英文标点组成(不支持表情)。
|
|
14631
14735
|
:type OtherDeals: str
|
|
14632
14736
|
"""
|
|
14633
14737
|
self._Reason = None
|
|
@@ -5690,6 +5690,10 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5690
5690
|
:type ApproverOption: :class:`tencentcloud.essbasic.v20210526.models.CommonApproverOption`
|
|
5691
5691
|
:param _SignComponents: 签署控件:文件发起使用
|
|
5692
5692
|
:type SignComponents: list of Component
|
|
5693
|
+
:param _ApproverVerifyTypes: 签署人查看合同时认证方式, 1-实名查看 2-短信验证码查看(企业签署方不支持该方式) 如果不传默认为1 查看合同的认证方式 Flow层级的优先于approver层级的 (当手写签名方式为OCR_ESIGN时,合同认证方式2无效,因为这种签名方式依赖实名认证)
|
|
5694
|
+
:type ApproverVerifyTypes: list of int
|
|
5695
|
+
:param _ApproverSignTypes: 签署人签署合同时的认证方式 1-人脸认证 2-签署密码 3-运营商三要素(默认为1,2)
|
|
5696
|
+
:type ApproverSignTypes: list of int
|
|
5693
5697
|
"""
|
|
5694
5698
|
self._NotChannelOrganization = None
|
|
5695
5699
|
self._ApproverType = None
|
|
@@ -5706,6 +5710,8 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5706
5710
|
self._NotifyType = None
|
|
5707
5711
|
self._ApproverOption = None
|
|
5708
5712
|
self._SignComponents = None
|
|
5713
|
+
self._ApproverVerifyTypes = None
|
|
5714
|
+
self._ApproverSignTypes = None
|
|
5709
5715
|
|
|
5710
5716
|
@property
|
|
5711
5717
|
def NotChannelOrganization(self):
|
|
@@ -5805,14 +5811,10 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5805
5811
|
|
|
5806
5812
|
@property
|
|
5807
5813
|
def NotifyType(self):
|
|
5808
|
-
warnings.warn("parameter `NotifyType` is deprecated", DeprecationWarning)
|
|
5809
|
-
|
|
5810
5814
|
return self._NotifyType
|
|
5811
5815
|
|
|
5812
5816
|
@NotifyType.setter
|
|
5813
5817
|
def NotifyType(self, NotifyType):
|
|
5814
|
-
warnings.warn("parameter `NotifyType` is deprecated", DeprecationWarning)
|
|
5815
|
-
|
|
5816
5818
|
self._NotifyType = NotifyType
|
|
5817
5819
|
|
|
5818
5820
|
@property
|
|
@@ -5831,6 +5833,22 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5831
5833
|
def SignComponents(self, SignComponents):
|
|
5832
5834
|
self._SignComponents = SignComponents
|
|
5833
5835
|
|
|
5836
|
+
@property
|
|
5837
|
+
def ApproverVerifyTypes(self):
|
|
5838
|
+
return self._ApproverVerifyTypes
|
|
5839
|
+
|
|
5840
|
+
@ApproverVerifyTypes.setter
|
|
5841
|
+
def ApproverVerifyTypes(self, ApproverVerifyTypes):
|
|
5842
|
+
self._ApproverVerifyTypes = ApproverVerifyTypes
|
|
5843
|
+
|
|
5844
|
+
@property
|
|
5845
|
+
def ApproverSignTypes(self):
|
|
5846
|
+
return self._ApproverSignTypes
|
|
5847
|
+
|
|
5848
|
+
@ApproverSignTypes.setter
|
|
5849
|
+
def ApproverSignTypes(self, ApproverSignTypes):
|
|
5850
|
+
self._ApproverSignTypes = ApproverSignTypes
|
|
5851
|
+
|
|
5834
5852
|
|
|
5835
5853
|
def _deserialize(self, params):
|
|
5836
5854
|
self._NotChannelOrganization = params.get("NotChannelOrganization")
|
|
@@ -5855,6 +5873,8 @@ class CommonFlowApprover(AbstractModel):
|
|
|
5855
5873
|
obj = Component()
|
|
5856
5874
|
obj._deserialize(item)
|
|
5857
5875
|
self._SignComponents.append(obj)
|
|
5876
|
+
self._ApproverVerifyTypes = params.get("ApproverVerifyTypes")
|
|
5877
|
+
self._ApproverSignTypes = params.get("ApproverSignTypes")
|
|
5858
5878
|
memeber_set = set(params.keys())
|
|
5859
5879
|
for name, value in vars(self).items():
|
|
5860
5880
|
property_name = name[1:]
|
|
@@ -6091,6 +6111,12 @@ UpperRight-右下角。
|
|
|
6091
6111
|
:param _Placeholder: 填写提示的内容
|
|
6092
6112
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6093
6113
|
:type Placeholder: str
|
|
6114
|
+
:param _LockComponentValue: 是否锁定控件值不允许编辑(嵌入式发起使用) <br/>默认false:不锁定控件值,允许在页面编辑控件值
|
|
6115
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6116
|
+
:type LockComponentValue: bool
|
|
6117
|
+
:param _ForbidMoveAndDelete: 是否禁止移动和删除控件 <br/>默认false,不禁止移动和删除控件
|
|
6118
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6119
|
+
:type ForbidMoveAndDelete: bool
|
|
6094
6120
|
"""
|
|
6095
6121
|
self._ComponentId = None
|
|
6096
6122
|
self._ComponentType = None
|
|
@@ -6117,6 +6143,8 @@ UpperRight-右下角。
|
|
|
6117
6143
|
self._RelativeLocation = None
|
|
6118
6144
|
self._KeywordIndexes = None
|
|
6119
6145
|
self._Placeholder = None
|
|
6146
|
+
self._LockComponentValue = None
|
|
6147
|
+
self._ForbidMoveAndDelete = None
|
|
6120
6148
|
|
|
6121
6149
|
@property
|
|
6122
6150
|
def ComponentId(self):
|
|
@@ -6318,6 +6346,22 @@ UpperRight-右下角。
|
|
|
6318
6346
|
def Placeholder(self, Placeholder):
|
|
6319
6347
|
self._Placeholder = Placeholder
|
|
6320
6348
|
|
|
6349
|
+
@property
|
|
6350
|
+
def LockComponentValue(self):
|
|
6351
|
+
return self._LockComponentValue
|
|
6352
|
+
|
|
6353
|
+
@LockComponentValue.setter
|
|
6354
|
+
def LockComponentValue(self, LockComponentValue):
|
|
6355
|
+
self._LockComponentValue = LockComponentValue
|
|
6356
|
+
|
|
6357
|
+
@property
|
|
6358
|
+
def ForbidMoveAndDelete(self):
|
|
6359
|
+
return self._ForbidMoveAndDelete
|
|
6360
|
+
|
|
6361
|
+
@ForbidMoveAndDelete.setter
|
|
6362
|
+
def ForbidMoveAndDelete(self, ForbidMoveAndDelete):
|
|
6363
|
+
self._ForbidMoveAndDelete = ForbidMoveAndDelete
|
|
6364
|
+
|
|
6321
6365
|
|
|
6322
6366
|
def _deserialize(self, params):
|
|
6323
6367
|
self._ComponentId = params.get("ComponentId")
|
|
@@ -6345,6 +6389,68 @@ UpperRight-右下角。
|
|
|
6345
6389
|
self._RelativeLocation = params.get("RelativeLocation")
|
|
6346
6390
|
self._KeywordIndexes = params.get("KeywordIndexes")
|
|
6347
6391
|
self._Placeholder = params.get("Placeholder")
|
|
6392
|
+
self._LockComponentValue = params.get("LockComponentValue")
|
|
6393
|
+
self._ForbidMoveAndDelete = params.get("ForbidMoveAndDelete")
|
|
6394
|
+
memeber_set = set(params.keys())
|
|
6395
|
+
for name, value in vars(self).items():
|
|
6396
|
+
property_name = name[1:]
|
|
6397
|
+
if property_name in memeber_set:
|
|
6398
|
+
memeber_set.remove(property_name)
|
|
6399
|
+
if len(memeber_set) > 0:
|
|
6400
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
6401
|
+
|
|
6402
|
+
|
|
6403
|
+
|
|
6404
|
+
class ComponentLimit(AbstractModel):
|
|
6405
|
+
"""签署控件的类型和范围限制条件,用于控制文件发起后签署人拖拽签署区时可使用的控件类型和具体的印章或签名方式。
|
|
6406
|
+
|
|
6407
|
+
"""
|
|
6408
|
+
|
|
6409
|
+
def __init__(self):
|
|
6410
|
+
r"""
|
|
6411
|
+
:param _ComponentType: 控件类型,支持以下类型
|
|
6412
|
+
<ul><li>SIGN_SEAL : 印章控件</li>
|
|
6413
|
+
<li>SIGN_PAGING_SEAL : 骑缝章控件</li>
|
|
6414
|
+
<li>SIGN_LEGAL_PERSON_SEAL : 企业法定代表人控件</li>
|
|
6415
|
+
<li>SIGN_SIGNATURE : 用户签名控件</li></ul>
|
|
6416
|
+
:type ComponentType: str
|
|
6417
|
+
:param _ComponentValue: 签署控件类型的值(可选),用与限制签署时印章或者签名的选择范围
|
|
6418
|
+
|
|
6419
|
+
1.当ComponentType 是 SIGN_SEAL 或者 SIGN_PAGING_SEAL 时可传入企业印章Id(支持多个)
|
|
6420
|
+
|
|
6421
|
+
2.当ComponentType 是 SIGN_SIGNATURE 时可传入以下类型(支持多个)
|
|
6422
|
+
|
|
6423
|
+
<ul><li>HANDWRITE : 手写签名</li>
|
|
6424
|
+
<li>OCR_ESIGN : OCR印章(智慧手写签名)</li>
|
|
6425
|
+
<li>ESIGN : 个人印章</li>
|
|
6426
|
+
<li>SYSTEM_ESIGN : 系统印章</li></ul>
|
|
6427
|
+
|
|
6428
|
+
3.当ComponentType 是 SIGN_LEGAL_PERSON_SEAL 时无需传递此参数。
|
|
6429
|
+
:type ComponentValue: list of str
|
|
6430
|
+
"""
|
|
6431
|
+
self._ComponentType = None
|
|
6432
|
+
self._ComponentValue = None
|
|
6433
|
+
|
|
6434
|
+
@property
|
|
6435
|
+
def ComponentType(self):
|
|
6436
|
+
return self._ComponentType
|
|
6437
|
+
|
|
6438
|
+
@ComponentType.setter
|
|
6439
|
+
def ComponentType(self, ComponentType):
|
|
6440
|
+
self._ComponentType = ComponentType
|
|
6441
|
+
|
|
6442
|
+
@property
|
|
6443
|
+
def ComponentValue(self):
|
|
6444
|
+
return self._ComponentValue
|
|
6445
|
+
|
|
6446
|
+
@ComponentValue.setter
|
|
6447
|
+
def ComponentValue(self, ComponentValue):
|
|
6448
|
+
self._ComponentValue = ComponentValue
|
|
6449
|
+
|
|
6450
|
+
|
|
6451
|
+
def _deserialize(self, params):
|
|
6452
|
+
self._ComponentType = params.get("ComponentType")
|
|
6453
|
+
self._ComponentValue = params.get("ComponentValue")
|
|
6348
6454
|
memeber_set = set(params.keys())
|
|
6349
6455
|
for name, value in vars(self).items():
|
|
6350
6456
|
property_name = name[1:]
|
|
@@ -8950,6 +9056,10 @@ ENTERPRISESERVER-企业静默签(文件发起时的企业静默签字)。
|
|
|
8950
9056
|
:param _NotifyType: SMS: 短信(需确保“电子签短信通知签署方”功能是开启状态才能生效); NONE: 不发信息
|
|
8951
9057
|
默认为SMS(签署方为子客时该字段不生效)
|
|
8952
9058
|
:type NotifyType: str
|
|
9059
|
+
:param _AddSignComponentsLimits: [通过文件创建签署流程](https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles)时,如果设置了外层参数SignBeanTag=1(允许签署过程中添加签署控件),则可通过此参数明确规定合同所使用的签署控件类型(骑缝章、普通章法人章等)和具体的印章(印章ID)或签名方式。
|
|
9060
|
+
|
|
9061
|
+
注:`限制印章控件或骑缝章控件情况下,仅本企业签署方可以指定具体印章(通过传递ComponentValue,支持多个),他方企业或个人只支持限制控件类型。`
|
|
9062
|
+
:type AddSignComponentsLimits: list of ComponentLimit
|
|
8953
9063
|
"""
|
|
8954
9064
|
self._Name = None
|
|
8955
9065
|
self._IdCardType = None
|
|
@@ -8973,6 +9083,7 @@ ENTERPRISESERVER-企业静默签(文件发起时的企业静默签字)。
|
|
|
8973
9083
|
self._ApproverSignTypes = None
|
|
8974
9084
|
self._SignId = None
|
|
8975
9085
|
self._NotifyType = None
|
|
9086
|
+
self._AddSignComponentsLimits = None
|
|
8976
9087
|
|
|
8977
9088
|
@property
|
|
8978
9089
|
def Name(self):
|
|
@@ -9154,6 +9265,14 @@ ENTERPRISESERVER-企业静默签(文件发起时的企业静默签字)。
|
|
|
9154
9265
|
def NotifyType(self, NotifyType):
|
|
9155
9266
|
self._NotifyType = NotifyType
|
|
9156
9267
|
|
|
9268
|
+
@property
|
|
9269
|
+
def AddSignComponentsLimits(self):
|
|
9270
|
+
return self._AddSignComponentsLimits
|
|
9271
|
+
|
|
9272
|
+
@AddSignComponentsLimits.setter
|
|
9273
|
+
def AddSignComponentsLimits(self, AddSignComponentsLimits):
|
|
9274
|
+
self._AddSignComponentsLimits = AddSignComponentsLimits
|
|
9275
|
+
|
|
9157
9276
|
|
|
9158
9277
|
def _deserialize(self, params):
|
|
9159
9278
|
self._Name = params.get("Name")
|
|
@@ -9185,6 +9304,12 @@ ENTERPRISESERVER-企业静默签(文件发起时的企业静默签字)。
|
|
|
9185
9304
|
self._ApproverSignTypes = params.get("ApproverSignTypes")
|
|
9186
9305
|
self._SignId = params.get("SignId")
|
|
9187
9306
|
self._NotifyType = params.get("NotifyType")
|
|
9307
|
+
if params.get("AddSignComponentsLimits") is not None:
|
|
9308
|
+
self._AddSignComponentsLimits = []
|
|
9309
|
+
for item in params.get("AddSignComponentsLimits"):
|
|
9310
|
+
obj = ComponentLimit()
|
|
9311
|
+
obj._deserialize(item)
|
|
9312
|
+
self._AddSignComponentsLimits.append(obj)
|
|
9188
9313
|
memeber_set = set(params.keys())
|
|
9189
9314
|
for name, value in vars(self).items():
|
|
9190
9315
|
property_name = name[1:]
|
|
@@ -1265,6 +1265,8 @@ class CreateDocumentRequest(AbstractModel):
|
|
|
1265
1265
|
:type DocumentType: str
|
|
1266
1266
|
:param _DocumentSize: 文档大小,单位 字节
|
|
1267
1267
|
:type DocumentSize: int
|
|
1268
|
+
:param _AutoHandleUnsupportedElement: 是否对不支持元素开启自动处理的功能。默认关闭。
|
|
1269
|
+
:type AutoHandleUnsupportedElement: bool
|
|
1268
1270
|
"""
|
|
1269
1271
|
self._SdkAppId = None
|
|
1270
1272
|
self._DocumentUrl = None
|
|
@@ -1274,6 +1276,7 @@ class CreateDocumentRequest(AbstractModel):
|
|
|
1274
1276
|
self._Permission = None
|
|
1275
1277
|
self._DocumentType = None
|
|
1276
1278
|
self._DocumentSize = None
|
|
1279
|
+
self._AutoHandleUnsupportedElement = None
|
|
1277
1280
|
|
|
1278
1281
|
@property
|
|
1279
1282
|
def SdkAppId(self):
|
|
@@ -1339,6 +1342,14 @@ class CreateDocumentRequest(AbstractModel):
|
|
|
1339
1342
|
def DocumentSize(self, DocumentSize):
|
|
1340
1343
|
self._DocumentSize = DocumentSize
|
|
1341
1344
|
|
|
1345
|
+
@property
|
|
1346
|
+
def AutoHandleUnsupportedElement(self):
|
|
1347
|
+
return self._AutoHandleUnsupportedElement
|
|
1348
|
+
|
|
1349
|
+
@AutoHandleUnsupportedElement.setter
|
|
1350
|
+
def AutoHandleUnsupportedElement(self, AutoHandleUnsupportedElement):
|
|
1351
|
+
self._AutoHandleUnsupportedElement = AutoHandleUnsupportedElement
|
|
1352
|
+
|
|
1342
1353
|
|
|
1343
1354
|
def _deserialize(self, params):
|
|
1344
1355
|
self._SdkAppId = params.get("SdkAppId")
|
|
@@ -1349,6 +1360,7 @@ class CreateDocumentRequest(AbstractModel):
|
|
|
1349
1360
|
self._Permission = params.get("Permission")
|
|
1350
1361
|
self._DocumentType = params.get("DocumentType")
|
|
1351
1362
|
self._DocumentSize = params.get("DocumentSize")
|
|
1363
|
+
self._AutoHandleUnsupportedElement = params.get("AutoHandleUnsupportedElement")
|
|
1352
1364
|
memeber_set = set(params.keys())
|
|
1353
1365
|
for name, value in vars(self).items():
|
|
1354
1366
|
property_name = name[1:]
|