tencentcloud-sdk-nodejs-essbasic 4.1.159 → 4.1.161
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.
package/package.json
CHANGED
|
@@ -176,8 +176,10 @@ export interface Component {
|
|
|
176
176
|
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
|
177
177
|
<li> <b>FontSize</b>: 范围6 :72</li>
|
|
178
178
|
<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>
|
|
179
|
-
<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li
|
|
180
|
-
<b
|
|
179
|
+
<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li>
|
|
180
|
+
<li> <b>Bold</b>是否加粗:true/false</li>
|
|
181
|
+
</ul>
|
|
182
|
+
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12,"Bold":false}`
|
|
181
183
|
|
|
182
184
|
<font color="red">ComponentType为DATE时</font>,支持以下参数:
|
|
183
185
|
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
|
@@ -1515,7 +1517,7 @@ export interface BaseFlowInfo {
|
|
|
1515
1517
|
- 当指定C端签署人的签署方自定义控件别名不空时,除参数ApproverNumber外,可以只传参数ApproverSignRole。
|
|
1516
1518
|
|
|
1517
1519
|
如果需要指定B端(企业身份类型)签署人,其中ReleasedApprover需要传递的参数如下:
|
|
1518
|
-
|
|
1520
|
+
`ApproverNumber`, `OrganizationName`, `ApproverType`必传。</br>
|
|
1519
1521
|
对于其他身份标识:
|
|
1520
1522
|
- **子客企业指定经办人**:OpenId必传,OrganizationOpenId必传;
|
|
1521
1523
|
- **非子客企业经办人**:Name、Mobile必传。
|
|
@@ -1533,8 +1535,7 @@ export interface ReleasedApprover {
|
|
|
1533
1535
|
*/
|
|
1534
1536
|
ApproverType: string;
|
|
1535
1537
|
/**
|
|
1536
|
-
*
|
|
1537
|
-
**注意**:当指定了此参数后,ApproverNumber即失效,会以本参数作为原合同参与人的选取。与ApproverNumber二选一。
|
|
1538
|
+
* <font color="red">【已废弃】</font>请用ApproverNumber来指定替换的参与方的位置
|
|
1538
1539
|
*/
|
|
1539
1540
|
ReleasedApproverRecipientId?: string;
|
|
1540
1541
|
/**
|
|
@@ -9872,7 +9873,7 @@ export interface ModifyPartnerAutoSignAuthUrlResponse {
|
|
|
9872
9873
|
*/
|
|
9873
9874
|
export interface IntentionQuestion {
|
|
9874
9875
|
/**
|
|
9875
|
-
* 当选择语音问答模式时,系统自动播报的问题文本,最大长度为
|
|
9876
|
+
* 当选择语音问答模式时,系统自动播报的问题文本,最大长度为250个字符。
|
|
9876
9877
|
*/
|
|
9877
9878
|
Question?: string;
|
|
9878
9879
|
/**
|