tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1277__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +27 -6
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cam/v20190116/models.py +8 -8
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +12 -4
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/config/v20220802/models.py +40 -20
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +92 -0
- tencentcloud/cynosdb/v20190107/models.py +444 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +258 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mqtt/v20240516/models.py +524 -6
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -1
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +15 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +17 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +316 -227
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +24 -2
- tencentcloud/tdmq/v20200217/models.py +8 -148
- tencentcloud/tdmq/v20200217/tdmq_client.py +6 -27
- tencentcloud/teo/v20220901/errorcodes.py +3 -3
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +234 -2
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +217 -12
- tencentcloud/vclm/v20240523/vclm_client.py +59 -53
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +312 -40
- tencentcloud/vpc/v20170312/vpc_client.py +36 -5
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/RECORD +86 -81
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/top_level.txt +0 -0
@@ -387,6 +387,9 @@ class ApproverInfo(AbstractModel):
|
|
387
387
|
|
388
388
|
注:`此参数仅在通过文件发起合同或者合同组时生效`
|
389
389
|
:type Components: list of Component
|
390
|
+
:param _SignEndpoints: 进入签署流程的限制,目前支持以下选项:
|
391
|
+
<ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
|
392
|
+
:type SignEndpoints: list of str
|
390
393
|
"""
|
391
394
|
self._ApproverType = None
|
392
395
|
self._ApproverName = None
|
@@ -411,6 +414,7 @@ class ApproverInfo(AbstractModel):
|
|
411
414
|
self._SignInstructionContent = None
|
412
415
|
self._Deadline = None
|
413
416
|
self._Components = None
|
417
|
+
self._SignEndpoints = None
|
414
418
|
|
415
419
|
@property
|
416
420
|
def ApproverType(self):
|
@@ -762,6 +766,18 @@ class ApproverInfo(AbstractModel):
|
|
762
766
|
def Components(self, Components):
|
763
767
|
self._Components = Components
|
764
768
|
|
769
|
+
@property
|
770
|
+
def SignEndpoints(self):
|
771
|
+
"""进入签署流程的限制,目前支持以下选项:
|
772
|
+
<ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
|
773
|
+
:rtype: list of str
|
774
|
+
"""
|
775
|
+
return self._SignEndpoints
|
776
|
+
|
777
|
+
@SignEndpoints.setter
|
778
|
+
def SignEndpoints(self, SignEndpoints):
|
779
|
+
self._SignEndpoints = SignEndpoints
|
780
|
+
|
765
781
|
|
766
782
|
def _deserialize(self, params):
|
767
783
|
self._ApproverType = params.get("ApproverType")
|
@@ -804,6 +820,7 @@ class ApproverInfo(AbstractModel):
|
|
804
820
|
obj = Component()
|
805
821
|
obj._deserialize(item)
|
806
822
|
self._Components.append(obj)
|
823
|
+
self._SignEndpoints = params.get("SignEndpoints")
|
807
824
|
memeber_set = set(params.keys())
|
808
825
|
for name, value in vars(self).items():
|
809
826
|
property_name = name[1:]
|
@@ -2894,11 +2911,17 @@ class Component(AbstractModel):
|
|
2894
2911
|
<li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
2895
2912
|
<li> <b>SIGN_PAGING_SEAL</b> : 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
|
2896
2913
|
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
2914
|
+
<li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部最多组合4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
2915
|
+
<li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
2916
|
+
<li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
2897
2917
|
<li> <b>SIGN_LEGAL_PERSON_SEAL</b> : 企业法定代表人控件。</li></ul>
|
2898
2918
|
|
2899
2919
|
* 个人方
|
2900
2920
|
<ul><li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
2901
2921
|
<li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
2922
|
+
<li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部最多组合4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
2923
|
+
<li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
2924
|
+
<li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
2902
2925
|
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li></ul>
|
2903
2926
|
|
2904
2927
|
注:` 表单域的控件不能作为印章和签名控件`
|
@@ -3025,6 +3048,104 @@ class Component(AbstractModel):
|
|
3025
3048
|
<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
3026
3049
|
场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
3027
3050
|
<b>参数样例</b>:` "{"IgnoreKeywordError":1}"`
|
3051
|
+
|
3052
|
+
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:
|
3053
|
+
<ul>
|
3054
|
+
<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>
|
3055
|
+
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
3056
|
+
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
3057
|
+
ChildrenComponent结构体定义:
|
3058
|
+
<table border="1">
|
3059
|
+
<thead>
|
3060
|
+
<tr>
|
3061
|
+
<th>字段名称</th>
|
3062
|
+
<th>类型</th>
|
3063
|
+
<th>描述</th>
|
3064
|
+
</tr>
|
3065
|
+
</thead>
|
3066
|
+
<tbody>
|
3067
|
+
<tr>
|
3068
|
+
<td>ComponentType</td>
|
3069
|
+
<td>string</td>
|
3070
|
+
<td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
3071
|
+
</tr>
|
3072
|
+
<tr>
|
3073
|
+
<td>ComponentName</td>
|
3074
|
+
<td>string</td>
|
3075
|
+
<td>子控件名称</td>
|
3076
|
+
</tr>
|
3077
|
+
<tr>
|
3078
|
+
<td>Placeholder</td>
|
3079
|
+
<td>string</td>
|
3080
|
+
<td>子控件提示语</td>
|
3081
|
+
</tr>
|
3082
|
+
<tr>
|
3083
|
+
<td>ComponentOffsetX</td>
|
3084
|
+
<td>float</td>
|
3085
|
+
<td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
3086
|
+
</tr>
|
3087
|
+
<tr>
|
3088
|
+
<td>ComponentOffsetY</td>
|
3089
|
+
<td>float</td>
|
3090
|
+
<td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
3091
|
+
</tr>
|
3092
|
+
<tr>
|
3093
|
+
<td>ComponentWidth</td>
|
3094
|
+
<td>float</td>
|
3095
|
+
<td>控件宽</td>
|
3096
|
+
</tr>
|
3097
|
+
<tr>
|
3098
|
+
<td>ComponentHeight</td>
|
3099
|
+
<td>float</td>
|
3100
|
+
<td>控件高</td>
|
3101
|
+
</tr>
|
3102
|
+
<tr>
|
3103
|
+
<td>ComponentExtra</td>
|
3104
|
+
<td>string</td>
|
3105
|
+
<td>控件的附属信息,根据ComponentType设置</td>
|
3106
|
+
</tr>
|
3107
|
+
</tbody>
|
3108
|
+
</table>
|
3109
|
+
<b>参数样例</b>:
|
3110
|
+
```json
|
3111
|
+
{
|
3112
|
+
"ChildrenComponents": [
|
3113
|
+
{
|
3114
|
+
"ComponentType": "SIGN_SIGNATURE",
|
3115
|
+
"ComponentName": "个人签名",
|
3116
|
+
"Placeholder": "请签名",
|
3117
|
+
"ComponentOffsetX": 10,
|
3118
|
+
"ComponentOffsetY": 30,
|
3119
|
+
"ComponentWidth": 119,
|
3120
|
+
"ComponentHeight": 43,
|
3121
|
+
"ComponentExtra": "{\"ComponentTypeLimit\":[\"SYSTEM_ESIGN\"]}"
|
3122
|
+
},
|
3123
|
+
{
|
3124
|
+
"ComponentType": "SIGN_SELECTOR",
|
3125
|
+
"ComponentName": "是否同意此协议",
|
3126
|
+
"Placeholder": "",
|
3127
|
+
"ComponentOffsetX": 50,
|
3128
|
+
"ComponentOffsetY": 130,
|
3129
|
+
"ComponentWidth": 120,
|
3130
|
+
"ComponentHeight": 43,
|
3131
|
+
"ComponentExtra": "{\"Values\":[\"同意\",\"不同意\",\"再想想\"],\"FontSize\":12,\"FontAlign\":\"Left\",\"Font\":\"黑体\",\"MultiSelect\":false}"
|
3132
|
+
},
|
3133
|
+
{
|
3134
|
+
"ComponentType": "SIGN_MULTI_LINE_TEXT",
|
3135
|
+
"ComponentName": "批注附言",
|
3136
|
+
"Placeholder": "",
|
3137
|
+
"ComponentOffsetX": 150,
|
3138
|
+
"ComponentOffsetY": 300,
|
3139
|
+
"ComponentWidth": 200,
|
3140
|
+
"ComponentHeight": 86,
|
3141
|
+
"ComponentExtra": ""
|
3142
|
+
}
|
3143
|
+
]
|
3144
|
+
}
|
3145
|
+
```
|
3146
|
+
</ul>
|
3147
|
+
|
3148
|
+
|
3028
3149
|
:type ComponentExtra: str
|
3029
3150
|
:param _IsFormType: **在通过接口拉取控件信息场景下**,为出参参数,此控件是否通过表单域定位方式生成,默认false-不是,**发起合同时候不要填写此字段留空即可**
|
3030
3151
|
:type IsFormType: bool
|
@@ -3141,11 +3262,17 @@ class Component(AbstractModel):
|
|
3141
3262
|
<li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
3142
3263
|
<li> <b>SIGN_PAGING_SEAL</b> : 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
|
3143
3264
|
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
3265
|
+
<li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部最多组合4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
3266
|
+
<li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
3267
|
+
<li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
3144
3268
|
<li> <b>SIGN_LEGAL_PERSON_SEAL</b> : 企业法定代表人控件。</li></ul>
|
3145
3269
|
|
3146
3270
|
* 个人方
|
3147
3271
|
<ul><li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
3148
3272
|
<li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
3273
|
+
<li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部最多组合4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
3274
|
+
<li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
3275
|
+
<li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
3149
3276
|
<li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li></ul>
|
3150
3277
|
|
3151
3278
|
注:` 表单域的控件不能作为印章和签名控件`
|
@@ -3380,6 +3507,104 @@ class Component(AbstractModel):
|
|
3380
3507
|
<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
3381
3508
|
场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
3382
3509
|
<b>参数样例</b>:` "{"IgnoreKeywordError":1}"`
|
3510
|
+
|
3511
|
+
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:
|
3512
|
+
<ul>
|
3513
|
+
<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>
|
3514
|
+
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
3515
|
+
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
3516
|
+
ChildrenComponent结构体定义:
|
3517
|
+
<table border="1">
|
3518
|
+
<thead>
|
3519
|
+
<tr>
|
3520
|
+
<th>字段名称</th>
|
3521
|
+
<th>类型</th>
|
3522
|
+
<th>描述</th>
|
3523
|
+
</tr>
|
3524
|
+
</thead>
|
3525
|
+
<tbody>
|
3526
|
+
<tr>
|
3527
|
+
<td>ComponentType</td>
|
3528
|
+
<td>string</td>
|
3529
|
+
<td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
3530
|
+
</tr>
|
3531
|
+
<tr>
|
3532
|
+
<td>ComponentName</td>
|
3533
|
+
<td>string</td>
|
3534
|
+
<td>子控件名称</td>
|
3535
|
+
</tr>
|
3536
|
+
<tr>
|
3537
|
+
<td>Placeholder</td>
|
3538
|
+
<td>string</td>
|
3539
|
+
<td>子控件提示语</td>
|
3540
|
+
</tr>
|
3541
|
+
<tr>
|
3542
|
+
<td>ComponentOffsetX</td>
|
3543
|
+
<td>float</td>
|
3544
|
+
<td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
3545
|
+
</tr>
|
3546
|
+
<tr>
|
3547
|
+
<td>ComponentOffsetY</td>
|
3548
|
+
<td>float</td>
|
3549
|
+
<td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
3550
|
+
</tr>
|
3551
|
+
<tr>
|
3552
|
+
<td>ComponentWidth</td>
|
3553
|
+
<td>float</td>
|
3554
|
+
<td>控件宽</td>
|
3555
|
+
</tr>
|
3556
|
+
<tr>
|
3557
|
+
<td>ComponentHeight</td>
|
3558
|
+
<td>float</td>
|
3559
|
+
<td>控件高</td>
|
3560
|
+
</tr>
|
3561
|
+
<tr>
|
3562
|
+
<td>ComponentExtra</td>
|
3563
|
+
<td>string</td>
|
3564
|
+
<td>控件的附属信息,根据ComponentType设置</td>
|
3565
|
+
</tr>
|
3566
|
+
</tbody>
|
3567
|
+
</table>
|
3568
|
+
<b>参数样例</b>:
|
3569
|
+
```json
|
3570
|
+
{
|
3571
|
+
"ChildrenComponents": [
|
3572
|
+
{
|
3573
|
+
"ComponentType": "SIGN_SIGNATURE",
|
3574
|
+
"ComponentName": "个人签名",
|
3575
|
+
"Placeholder": "请签名",
|
3576
|
+
"ComponentOffsetX": 10,
|
3577
|
+
"ComponentOffsetY": 30,
|
3578
|
+
"ComponentWidth": 119,
|
3579
|
+
"ComponentHeight": 43,
|
3580
|
+
"ComponentExtra": "{\"ComponentTypeLimit\":[\"SYSTEM_ESIGN\"]}"
|
3581
|
+
},
|
3582
|
+
{
|
3583
|
+
"ComponentType": "SIGN_SELECTOR",
|
3584
|
+
"ComponentName": "是否同意此协议",
|
3585
|
+
"Placeholder": "",
|
3586
|
+
"ComponentOffsetX": 50,
|
3587
|
+
"ComponentOffsetY": 130,
|
3588
|
+
"ComponentWidth": 120,
|
3589
|
+
"ComponentHeight": 43,
|
3590
|
+
"ComponentExtra": "{\"Values\":[\"同意\",\"不同意\",\"再想想\"],\"FontSize\":12,\"FontAlign\":\"Left\",\"Font\":\"黑体\",\"MultiSelect\":false}"
|
3591
|
+
},
|
3592
|
+
{
|
3593
|
+
"ComponentType": "SIGN_MULTI_LINE_TEXT",
|
3594
|
+
"ComponentName": "批注附言",
|
3595
|
+
"Placeholder": "",
|
3596
|
+
"ComponentOffsetX": 150,
|
3597
|
+
"ComponentOffsetY": 300,
|
3598
|
+
"ComponentWidth": 200,
|
3599
|
+
"ComponentHeight": 86,
|
3600
|
+
"ComponentExtra": ""
|
3601
|
+
}
|
3602
|
+
]
|
3603
|
+
}
|
3604
|
+
```
|
3605
|
+
</ul>
|
3606
|
+
|
3607
|
+
|
3383
3608
|
:rtype: str
|
3384
3609
|
"""
|
3385
3610
|
return self._ComponentExtra
|
@@ -23277,6 +23502,9 @@ class FlowCreateApprover(AbstractModel):
|
|
23277
23502
|
2. 使用视频认证时,<b>生成H5签署链接必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
|
23278
23503
|
3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/companyApis/queryFlows/DescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
|
23279
23504
|
:type Intention: :class:`tencentcloud.ess.v20201111.models.Intention`
|
23505
|
+
:param _SignEndpoints: 进入签署流程的限制,目前支持以下选项:
|
23506
|
+
<ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
|
23507
|
+
:type SignEndpoints: list of str
|
23280
23508
|
"""
|
23281
23509
|
self._ApproverType = None
|
23282
23510
|
self._OrganizationName = None
|
@@ -23306,6 +23534,7 @@ class FlowCreateApprover(AbstractModel):
|
|
23306
23534
|
self._SignTypeSelector = None
|
23307
23535
|
self._Deadline = None
|
23308
23536
|
self._Intention = None
|
23537
|
+
self._SignEndpoints = None
|
23309
23538
|
|
23310
23539
|
@property
|
23311
23540
|
def ApproverType(self):
|
@@ -23744,6 +23973,18 @@ class FlowCreateApprover(AbstractModel):
|
|
23744
23973
|
def Intention(self, Intention):
|
23745
23974
|
self._Intention = Intention
|
23746
23975
|
|
23976
|
+
@property
|
23977
|
+
def SignEndpoints(self):
|
23978
|
+
"""进入签署流程的限制,目前支持以下选项:
|
23979
|
+
<ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
|
23980
|
+
:rtype: list of str
|
23981
|
+
"""
|
23982
|
+
return self._SignEndpoints
|
23983
|
+
|
23984
|
+
@SignEndpoints.setter
|
23985
|
+
def SignEndpoints(self, SignEndpoints):
|
23986
|
+
self._SignEndpoints = SignEndpoints
|
23987
|
+
|
23747
23988
|
|
23748
23989
|
def _deserialize(self, params):
|
23749
23990
|
self._ApproverType = params.get("ApproverType")
|
@@ -23790,6 +24031,7 @@ class FlowCreateApprover(AbstractModel):
|
|
23790
24031
|
if params.get("Intention") is not None:
|
23791
24032
|
self._Intention = Intention()
|
23792
24033
|
self._Intention._deserialize(params.get("Intention"))
|
24034
|
+
self._SignEndpoints = params.get("SignEndpoints")
|
23793
24035
|
memeber_set = set(params.keys())
|
23794
24036
|
for name, value in vars(self).items():
|
23795
24037
|
property_name = name[1:]
|