tencentcloud-sdk-essbasic 3.0.799 → 3.0.800
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +7 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0d0d29f06e3f11a463d1fcc454683f4b5e9fc9a
|
4
|
+
data.tar.gz: 1f9652dc4a35d33c81c45c42873ff601ce6b42f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13b906e7a892de121600f0cc533ac133efd9cb0730e2a91c0af2d0c8104b9d81ca79e81f199b40407f59f7c0d2f00de2624fbe7da4de2dba08328b926b3402b0
|
7
|
+
data.tar.gz: ae7603ab3335a9c8ef524b36d2b2f60af9b06ca0508ab85abfeba10141455af2d72dac9b086b0651fcdaee2ad6fb5baad18b6ffbc5789541a818561a2bbd6967
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.800
|
data/lib/v20210526/models.rb
CHANGED
@@ -4704,8 +4704,6 @@ module TencentCloud
|
|
4704
4704
|
|
4705
4705
|
# - 如传入的关键字<font color="red">"^甲方签署^"</font >,则会在PDF文件中有且仅有"甲方签署"关键字的地方(<font color="red">前后不能有其他字符</font >)进行对应操作。
|
4706
4706
|
# - 如传入的关键字为<font color="red">"甲方签署</font >",则PDF文件中每个出现关键字的位置(<font color="red">前后可以有其他字符</font >)都会执行相应操作。
|
4707
|
-
# - 如传入的关键字为<font color="red">"^甲方签署</font >",则PDF文件中每个出现关键字的位置(<font color="red">前面不能有其他字符</font >)都会执行相应操作。
|
4708
|
-
# - 如传入的关键字为<font color="red">"甲方签署^</font >",则PDF文件中每个出现关键字的位置(<font color="red">后面不能有其他字符</font >)都会执行相应操作。
|
4709
4707
|
|
4710
4708
|
|
4711
4709
|
# 注:`控件ID可以在一个PDF中不可重复`
|
@@ -8819,7 +8817,13 @@ module TencentCloud
|
|
8819
8817
|
# @type FailReason: String
|
8820
8818
|
# @param Url: 印章图片url,5分钟内有效
|
8821
8819
|
# @type Url: String
|
8822
|
-
# @param SealType:
|
8820
|
+
# @param SealType: 电子印章类型 , 可选类型如下:
|
8821
|
+
# <ul><li>**OFFICIAL**: (默认)公章</li>
|
8822
|
+
# <li>**CONTRACT**: 合同专用章;</li>
|
8823
|
+
# <li>**FINANCE**: 财务专用章;</li>
|
8824
|
+
# <li>**PERSONNEL**: 人事专用章</li>
|
8825
|
+
# <li>**INVOICE**: 发票专用章</li>
|
8826
|
+
# </ul>
|
8823
8827
|
# @type SealType: String
|
8824
8828
|
# @param IsAllTime: 用印申请是否为永久授权
|
8825
8829
|
# @type IsAllTime: Boolean
|