tencentcloud-sdk-essbasic 3.0.640 → 3.0.641
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 +19 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dea25dc7e918655c53bd427ad33303cd146aa8d
|
4
|
+
data.tar.gz: fb7cb39b3932ea93dba66a6675400ad34cc0d3f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52f29f860392c22fb135a55610c69b254e44efbe73866b48488fce190514b08760468bb133bbf66f4ef59d43cffb1e48eeb6ba06b4c36104cd04d830dcddd3b0
|
7
|
+
data.tar.gz: 5abe8fa555926c35dbd36a81e89aa04bcc2f82ffd0a7fea435756fe3c0dcb634f3f6c0ef2cac8a3988dd917c4a5632330a2661d07df229e67c3cfc9735c3753e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.641
|
data/lib/v20210526/models.rb
CHANGED
@@ -149,16 +149,19 @@ module TencentCloud
|
|
149
149
|
# @type CallbackUrl: String
|
150
150
|
# @param VerifyChannels: 开通时候的验证方式,取值:WEIXINAPP(微信人脸识别),INSIGHT(慧眼人脸认别),TELECOM(运营商三要素验证)。如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。如果是 H5 开通链接,支持传 INSIGHT / TELECOM。默认值 WEIXINAPP / INSIGHT。
|
151
151
|
# @type VerifyChannels: Array
|
152
|
+
# @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次 1-不绑定,发起合同时将按标准合同套餐进行扣减
|
153
|
+
# @type LicenseType: Integer
|
152
154
|
|
153
|
-
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels
|
155
|
+
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType
|
154
156
|
|
155
|
-
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil)
|
157
|
+
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil)
|
156
158
|
@UserInfo = userinfo
|
157
159
|
@CertInfoCallback = certinfocallback
|
158
160
|
@UserDefineSeal = userdefineseal
|
159
161
|
@SealImgCallback = sealimgcallback
|
160
162
|
@CallbackUrl = callbackurl
|
161
163
|
@VerifyChannels = verifychannels
|
164
|
+
@LicenseType = licensetype
|
162
165
|
end
|
163
166
|
|
164
167
|
def deserialize(params)
|
@@ -171,6 +174,7 @@ module TencentCloud
|
|
171
174
|
@SealImgCallback = params['SealImgCallback']
|
172
175
|
@CallbackUrl = params['CallbackUrl']
|
173
176
|
@VerifyChannels = params['VerifyChannels']
|
177
|
+
@LicenseType = params['LicenseType']
|
174
178
|
end
|
175
179
|
end
|
176
180
|
|
@@ -1552,10 +1556,12 @@ module TencentCloud
|
|
1552
1556
|
# @type Mobile: String
|
1553
1557
|
# @param EnableAutoSign: 是否开通自动签,该功能需联系运营工作人员开通后使用
|
1554
1558
|
# @type EnableAutoSign: Boolean
|
1559
|
+
# @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次 1-不绑定,发起合同时将按标准合同套餐进行扣减
|
1560
|
+
# @type LicenseType: Integer
|
1555
1561
|
|
1556
|
-
attr_accessor :Agent, :UserName, :IdCardNumber, :SealName, :SealImage, :Operator, :IdCardType, :SealImageCompress, :Mobile, :EnableAutoSign
|
1562
|
+
attr_accessor :Agent, :UserName, :IdCardNumber, :SealName, :SealImage, :Operator, :IdCardType, :SealImageCompress, :Mobile, :EnableAutoSign, :LicenseType
|
1557
1563
|
|
1558
|
-
def initialize(agent=nil, username=nil, idcardnumber=nil, sealname=nil, sealimage=nil, operator=nil, idcardtype=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil)
|
1564
|
+
def initialize(agent=nil, username=nil, idcardnumber=nil, sealname=nil, sealimage=nil, operator=nil, idcardtype=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, licensetype=nil)
|
1559
1565
|
@Agent = agent
|
1560
1566
|
@UserName = username
|
1561
1567
|
@IdCardNumber = idcardnumber
|
@@ -1566,6 +1572,7 @@ module TencentCloud
|
|
1566
1572
|
@SealImageCompress = sealimagecompress
|
1567
1573
|
@Mobile = mobile
|
1568
1574
|
@EnableAutoSign = enableautosign
|
1575
|
+
@LicenseType = licensetype
|
1569
1576
|
end
|
1570
1577
|
|
1571
1578
|
def deserialize(params)
|
@@ -1585,6 +1592,7 @@ module TencentCloud
|
|
1585
1592
|
@SealImageCompress = params['SealImageCompress']
|
1586
1593
|
@Mobile = params['Mobile']
|
1587
1594
|
@EnableAutoSign = params['EnableAutoSign']
|
1595
|
+
@LicenseType = params['LicenseType']
|
1588
1596
|
end
|
1589
1597
|
end
|
1590
1598
|
|
@@ -1616,7 +1624,7 @@ module TencentCloud
|
|
1616
1624
|
# @type NeedRelievedFlowId: String
|
1617
1625
|
# @param ReliveInfo: 解除协议内容
|
1618
1626
|
# @type ReliveInfo: :class:`Tencentcloud::Essbasic.v20210526.models.RelieveInfo`
|
1619
|
-
# @param ReleasedApprovers: 非必须,解除协议的本企业签署人列表,默认使用原流程的签署人列表;当解除协议的签署人与原流程的签署人不能相同时(例如原流程签署人离职了),需要指定本企业的其他签署人来替换原流程中的原签署人,注意需要指明ApproverNumber
|
1627
|
+
# @param ReleasedApprovers: 非必须,解除协议的本企业签署人列表,默认使用原流程的签署人列表;当解除协议的签署人与原流程的签署人不能相同时(例如原流程签署人离职了),需要指定本企业的其他签署人来替换原流程中的原签署人,注意需要指明ApproverNumber来代表需要替换哪一个签署人,已转发的签署人不包含在内,解除协议的签署人数量不能多于原流程的签署人数量
|
1620
1628
|
# @type ReleasedApprovers: Array
|
1621
1629
|
# @param CallbackUrl: 签署完回调url,最大长度1000个字符
|
1622
1630
|
# @type CallbackUrl: String
|
@@ -2451,15 +2459,18 @@ module TencentCloud
|
|
2451
2459
|
# @type LicenseFrom: Integer
|
2452
2460
|
# @param LicenseTo: 自动签许可到期时间。当且仅当已开通自动签时有值。
|
2453
2461
|
# @type LicenseTo: Integer
|
2462
|
+
# @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次 1-不绑定,发起合同时将按标准合同套餐进行扣减
|
2463
|
+
# @type LicenseType: Integer
|
2454
2464
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2455
2465
|
# @type RequestId: String
|
2456
2466
|
|
2457
|
-
attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :RequestId
|
2467
|
+
attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :LicenseType, :RequestId
|
2458
2468
|
|
2459
|
-
def initialize(isopen=nil, licensefrom=nil, licenseto=nil, requestid=nil)
|
2469
|
+
def initialize(isopen=nil, licensefrom=nil, licenseto=nil, licensetype=nil, requestid=nil)
|
2460
2470
|
@IsOpen = isopen
|
2461
2471
|
@LicenseFrom = licensefrom
|
2462
2472
|
@LicenseTo = licenseto
|
2473
|
+
@LicenseType = licensetype
|
2463
2474
|
@RequestId = requestid
|
2464
2475
|
end
|
2465
2476
|
|
@@ -2467,6 +2478,7 @@ module TencentCloud
|
|
2467
2478
|
@IsOpen = params['IsOpen']
|
2468
2479
|
@LicenseFrom = params['LicenseFrom']
|
2469
2480
|
@LicenseTo = params['LicenseTo']
|
2481
|
+
@LicenseType = params['LicenseType']
|
2470
2482
|
@RequestId = params['RequestId']
|
2471
2483
|
end
|
2472
2484
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.641
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|