tencentcloud-sdk-essbasic 3.0.688 → 3.0.689
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/client.rb +5 -5
- data/lib/v20210526/models.rb +170 -138
- 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: 8137a4e60a258742266b0b2aae0dc8e49e7a0cb0
|
4
|
+
data.tar.gz: fc1ccdf855324823e57267e4dd95532ca2638119
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2998ddb2b75e6cf36301f0c8ad86c374d4964bb171ddfb892448baafaf35a62b5abc9a44328ec90e07b62529604cfebb42737b13dfe82795d1a3b8635d2b54b2
|
7
|
+
data.tar.gz: 7b2017efcbb87ab726f7b41e8ee1272c177605f5ad008eef4ddd2a509c789df1ce107bede8d04ded1b80d6be14535584b1b1f656aa79ba1140245edbf5486063
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.689
|
data/lib/v20210526/client.rb
CHANGED
@@ -1045,7 +1045,7 @@ module TencentCloud
|
|
1045
1045
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1046
1046
|
end
|
1047
1047
|
|
1048
|
-
#
|
1048
|
+
# 用于分页查询企业员工信息列表,支持设置过滤条件以筛选员工查询结果。
|
1049
1049
|
|
1050
1050
|
# @param request: Request instance for ChannelDescribeEmployees.
|
1051
1051
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelDescribeEmployeesRequest`
|
@@ -1552,7 +1552,7 @@ module TencentCloud
|
|
1552
1552
|
|
1553
1553
|
# 创建跳转小程序查看或签署的链接
|
1554
1554
|
|
1555
|
-
#
|
1555
|
+
# **腾讯电子签小程序的AppID 和 原始Id如下:**
|
1556
1556
|
|
1557
1557
|
# | 小程序 | AppID | 原始ID |
|
1558
1558
|
# | ------------ | ------------ | ------------ |
|
@@ -1563,10 +1563,10 @@ module TencentCloud
|
|
1563
1563
|
|
1564
1564
|
# |EndPoint| 场景| 说明和示例|
|
1565
1565
|
# | ---- | ---- | --- |
|
1566
|
-
# | WEIXINAPP |
|
1567
|
-
# | LONGURL2WEIXINAPP |
|
1566
|
+
# | WEIXINAPP | 短链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序(与腾讯电子签官方短信提醒用户签署形式一样)<br> 示例: https://essurl.cn/x9nvWU8fTg|
|
1567
|
+
# | LONGURL2WEIXINAPP | 长链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序, 是WEIXINAPP生成短链代表的那个长链|
|
1568
1568
|
# | CHANNEL | 带有H5引导页的跳转腾讯电子签小程序签署场景 | 点击链接打开一个H5引导页面, 页面中有个"前往小程序"的按钮, 点击后会跳转到腾讯电子签小程序签署场景; 签署完成会回到H5引导页面, 然后跳转到指定创建链接指定的JumpUrl<br>示例: https://res.ess.tencent.cn/cdn/h5-activity-beta/jump-mp.html?use=channel-guide&type=warning&token=uIFKIU8fTd |
|
1569
|
-
# |APP| 贵方
|
1569
|
+
# |APP| 贵方App跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方App的场景<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a> <br> 示例: pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
1570
1570
|
# |APP| 贵方小程序跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方小程序的场景<br>跳转到腾讯电子签小程序的实现可以参考微信官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html" target="_blank">全屏方式</a>和<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html " target="_blank">半屏方式</a><br>此时返回的SignUrl就是官方文档中的path<br> 示例:pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
1571
1571
|
|
1572
1572
|
# @param request: Request instance for CreateSignUrls.
|
data/lib/v20210526/models.rb
CHANGED
@@ -32,8 +32,8 @@ module TencentCloud
|
|
32
32
|
|
33
33
|
attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
|
34
34
|
extend Gem::Deprecate
|
35
|
-
deprecate :ProxyOrganizationId, :none, 2023,
|
36
|
-
deprecate :ProxyOrganizationId=, :none, 2023,
|
35
|
+
deprecate :ProxyOrganizationId, :none, 2023, 11
|
36
|
+
deprecate :ProxyOrganizationId=, :none, 2023, 11
|
37
37
|
|
38
38
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
39
39
|
@AppId = appid
|
@@ -216,19 +216,34 @@ module TencentCloud
|
|
216
216
|
|
217
217
|
# 自动签开启、签署相关配置
|
218
218
|
class AutoSignConfig < TencentCloud::Common::AbstractModel
|
219
|
-
# @param UserInfo:
|
219
|
+
# @param UserInfo: 自动签开通个人用户信息, 包括名字,身份证等
|
220
220
|
# @type UserInfo: :class:`Tencentcloud::Essbasic.v20210526.models.UserThreeFactor`
|
221
|
-
# @param CertInfoCallback:
|
221
|
+
# @param CertInfoCallback: 是否回调证书信息:
|
222
|
+
# <ul><li>**false**: 不需要(默认)</li>
|
223
|
+
# <li>**true**:需要</li></ul>
|
222
224
|
# @type CertInfoCallback: Boolean
|
223
|
-
# @param UserDefineSeal:
|
225
|
+
# @param UserDefineSeal: 是否支持用户自定义签名印章:
|
226
|
+
# <ul><li>**false**: 不能自己定义(默认)</li>
|
227
|
+
# <li>**true**: 可以自己定义</li></ul>
|
224
228
|
# @type UserDefineSeal: Boolean
|
225
|
-
# @param SealImgCallback:
|
229
|
+
# @param SealImgCallback: 回调中是否需要自动签将要使用的印章(签名)图片的 base64:
|
230
|
+
# <ul><li>**false**: 不需要(默认)</li>
|
231
|
+
# <li>**true**: 需要</li></ul>
|
226
232
|
# @type SealImgCallback: Boolean
|
227
233
|
# @param CallbackUrl: 回调链接,如果渠道已经配置了,可以不传
|
228
234
|
# @type CallbackUrl: String
|
229
|
-
# @param VerifyChannels:
|
235
|
+
# @param VerifyChannels: 开通时候的身份验证方式, 取值为:
|
236
|
+
# <ul><li>**WEIXINAPP** : 微信人脸识别</li>
|
237
|
+
# <li>**INSIGHT** : 慧眼人脸认别</li>
|
238
|
+
# <li>**TELECOM** : 运营商三要素验证</li></ul>
|
239
|
+
# 注:
|
240
|
+
# <ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>
|
241
|
+
# <li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>
|
230
242
|
# @type VerifyChannels: Array
|
231
|
-
# @param LicenseType:
|
243
|
+
# @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。
|
244
|
+
|
245
|
+
# <ul><li>**0**: (默认) 使用个人自动签账号许可进行开通,个人自动签账号许可有效期1年,注: `不可解绑释放更换他人`</li>
|
246
|
+
# </ul>
|
232
247
|
# @type LicenseType: Integer
|
233
248
|
|
234
249
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType
|
@@ -404,8 +419,8 @@ module TencentCloud
|
|
404
419
|
|
405
420
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
406
421
|
extend Gem::Deprecate
|
407
|
-
deprecate :Operator, :none, 2023,
|
408
|
-
deprecate :Operator=, :none, 2023,
|
422
|
+
deprecate :Operator, :none, 2023, 11
|
423
|
+
deprecate :Operator=, :none, 2023, 11
|
409
424
|
|
410
425
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
411
426
|
@Agent = agent
|
@@ -482,8 +497,8 @@ module TencentCloud
|
|
482
497
|
|
483
498
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
484
499
|
extend Gem::Deprecate
|
485
|
-
deprecate :Operator, :none, 2023,
|
486
|
-
deprecate :Operator=, :none, 2023,
|
500
|
+
deprecate :Operator, :none, 2023, 11
|
501
|
+
deprecate :Operator=, :none, 2023, 11
|
487
502
|
|
488
503
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
489
504
|
@FlowId = flowid
|
@@ -542,8 +557,8 @@ module TencentCloud
|
|
542
557
|
|
543
558
|
attr_accessor :Agent, :QrCodeId, :Operator
|
544
559
|
extend Gem::Deprecate
|
545
|
-
deprecate :Operator, :none, 2023,
|
546
|
-
deprecate :Operator=, :none, 2023,
|
560
|
+
deprecate :Operator, :none, 2023, 11
|
561
|
+
deprecate :Operator=, :none, 2023, 11
|
547
562
|
|
548
563
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
549
564
|
@Agent = agent
|
@@ -644,8 +659,8 @@ module TencentCloud
|
|
644
659
|
|
645
660
|
attr_accessor :Agent, :FlowIds, :Operator
|
646
661
|
extend Gem::Deprecate
|
647
|
-
deprecate :Operator, :none, 2023,
|
648
|
-
deprecate :Operator=, :none, 2023,
|
662
|
+
deprecate :Operator, :none, 2023, 11
|
663
|
+
deprecate :Operator=, :none, 2023, 11
|
649
664
|
|
650
665
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
651
666
|
@Agent = agent
|
@@ -829,8 +844,8 @@ module TencentCloud
|
|
829
844
|
|
830
845
|
attr_accessor :Agent, :FlowIds, :Operator
|
831
846
|
extend Gem::Deprecate
|
832
|
-
deprecate :Operator, :none, 2023,
|
833
|
-
deprecate :Operator=, :none, 2023,
|
847
|
+
deprecate :Operator, :none, 2023, 11
|
848
|
+
deprecate :Operator=, :none, 2023, 11
|
834
849
|
|
835
850
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
836
851
|
@Agent = agent
|
@@ -884,10 +899,10 @@ module TencentCloud
|
|
884
899
|
|
885
900
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
886
901
|
extend Gem::Deprecate
|
887
|
-
deprecate :Operator, :none, 2023,
|
888
|
-
deprecate :Operator=, :none, 2023,
|
889
|
-
deprecate :Organization, :none, 2023,
|
890
|
-
deprecate :Organization=, :none, 2023,
|
902
|
+
deprecate :Operator, :none, 2023, 11
|
903
|
+
deprecate :Operator=, :none, 2023, 11
|
904
|
+
deprecate :Organization, :none, 2023, 11
|
905
|
+
deprecate :Organization=, :none, 2023, 11
|
891
906
|
|
892
907
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
893
908
|
@Agent = agent
|
@@ -966,8 +981,8 @@ module TencentCloud
|
|
966
981
|
|
967
982
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator
|
968
983
|
extend Gem::Deprecate
|
969
|
-
deprecate :Operator, :none, 2023,
|
970
|
-
deprecate :Operator=, :none, 2023,
|
984
|
+
deprecate :Operator, :none, 2023, 11
|
985
|
+
deprecate :Operator=, :none, 2023, 11
|
971
986
|
|
972
987
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil)
|
973
988
|
@Agent = agent
|
@@ -1192,8 +1207,8 @@ module TencentCloud
|
|
1192
1207
|
|
1193
1208
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
1194
1209
|
extend Gem::Deprecate
|
1195
|
-
deprecate :Operator, :none, 2023,
|
1196
|
-
deprecate :Operator=, :none, 2023,
|
1210
|
+
deprecate :Operator, :none, 2023, 11
|
1211
|
+
deprecate :Operator=, :none, 2023, 11
|
1197
1212
|
|
1198
1213
|
def initialize(agent=nil, flowname=nil, flowdescription=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil)
|
1199
1214
|
@Agent = agent
|
@@ -1331,8 +1346,8 @@ module TencentCloud
|
|
1331
1346
|
|
1332
1347
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
1333
1348
|
extend Gem::Deprecate
|
1334
|
-
deprecate :Operator, :none, 2023,
|
1335
|
-
deprecate :Operator=, :none, 2023,
|
1349
|
+
deprecate :Operator, :none, 2023, 11
|
1350
|
+
deprecate :Operator=, :none, 2023, 11
|
1336
1351
|
|
1337
1352
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
1338
1353
|
@FlowFileInfos = flowfileinfos
|
@@ -1618,10 +1633,10 @@ module TencentCloud
|
|
1618
1633
|
|
1619
1634
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl
|
1620
1635
|
extend Gem::Deprecate
|
1621
|
-
deprecate :Operator, :none, 2023,
|
1622
|
-
deprecate :Operator=, :none, 2023,
|
1623
|
-
deprecate :Organization, :none, 2023,
|
1624
|
-
deprecate :Organization=, :none, 2023,
|
1636
|
+
deprecate :Operator, :none, 2023, 11
|
1637
|
+
deprecate :Operator=, :none, 2023, 11
|
1638
|
+
deprecate :Organization, :none, 2023, 11
|
1639
|
+
deprecate :Organization=, :none, 2023, 11
|
1625
1640
|
|
1626
1641
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil)
|
1627
1642
|
@Agent = agent
|
@@ -1722,12 +1737,12 @@ module TencentCloud
|
|
1722
1737
|
|
1723
1738
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
|
1724
1739
|
extend Gem::Deprecate
|
1725
|
-
deprecate :CallbackUrl, :none, 2023,
|
1726
|
-
deprecate :CallbackUrl=, :none, 2023,
|
1727
|
-
deprecate :ApproverRestrictions, :none, 2023,
|
1728
|
-
deprecate :ApproverRestrictions=, :none, 2023,
|
1729
|
-
deprecate :Operator, :none, 2023,
|
1730
|
-
deprecate :Operator=, :none, 2023,
|
1740
|
+
deprecate :CallbackUrl, :none, 2023, 11
|
1741
|
+
deprecate :CallbackUrl=, :none, 2023, 11
|
1742
|
+
deprecate :ApproverRestrictions, :none, 2023, 11
|
1743
|
+
deprecate :ApproverRestrictions=, :none, 2023, 11
|
1744
|
+
deprecate :Operator, :none, 2023, 11
|
1745
|
+
deprecate :Operator=, :none, 2023, 11
|
1731
1746
|
|
1732
1747
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
1733
1748
|
@Agent = agent
|
@@ -1941,12 +1956,12 @@ module TencentCloud
|
|
1941
1956
|
|
1942
1957
|
attr_accessor :ResourceId, :ResourceType, :FlowInfo, :Agent, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
1943
1958
|
extend Gem::Deprecate
|
1944
|
-
deprecate :NeedPreview, :none, 2023,
|
1945
|
-
deprecate :NeedPreview=, :none, 2023,
|
1946
|
-
deprecate :Organization, :none, 2023,
|
1947
|
-
deprecate :Organization=, :none, 2023,
|
1948
|
-
deprecate :Operator, :none, 2023,
|
1949
|
-
deprecate :Operator=, :none, 2023,
|
1959
|
+
deprecate :NeedPreview, :none, 2023, 11
|
1960
|
+
deprecate :NeedPreview=, :none, 2023, 11
|
1961
|
+
deprecate :Organization, :none, 2023, 11
|
1962
|
+
deprecate :Organization=, :none, 2023, 11
|
1963
|
+
deprecate :Operator, :none, 2023, 11
|
1964
|
+
deprecate :Operator=, :none, 2023, 11
|
1950
1965
|
|
1951
1966
|
def initialize(resourceid=nil, resourcetype=nil, flowinfo=nil, agent=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
1952
1967
|
@ResourceId = resourceid
|
@@ -2124,10 +2139,10 @@ module TencentCloud
|
|
2124
2139
|
|
2125
2140
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline
|
2126
2141
|
extend Gem::Deprecate
|
2127
|
-
deprecate :Organization, :none, 2023,
|
2128
|
-
deprecate :Organization=, :none, 2023,
|
2129
|
-
deprecate :Operator, :none, 2023,
|
2130
|
-
deprecate :Operator=, :none, 2023,
|
2142
|
+
deprecate :Organization, :none, 2023, 11
|
2143
|
+
deprecate :Organization=, :none, 2023, 11
|
2144
|
+
deprecate :Operator, :none, 2023, 11
|
2145
|
+
deprecate :Operator=, :none, 2023, 11
|
2131
2146
|
|
2132
2147
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil)
|
2133
2148
|
@Agent = agent
|
@@ -2265,10 +2280,10 @@ module TencentCloud
|
|
2265
2280
|
|
2266
2281
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
2267
2282
|
extend Gem::Deprecate
|
2268
|
-
deprecate :Operator, :none, 2023,
|
2269
|
-
deprecate :Operator=, :none, 2023,
|
2270
|
-
deprecate :Organization, :none, 2023,
|
2271
|
-
deprecate :Organization=, :none, 2023,
|
2283
|
+
deprecate :Operator, :none, 2023, 11
|
2284
|
+
deprecate :Operator=, :none, 2023, 11
|
2285
|
+
deprecate :Organization, :none, 2023, 11
|
2286
|
+
deprecate :Organization=, :none, 2023, 11
|
2272
2287
|
|
2273
2288
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
2274
2289
|
@Agent = agent
|
@@ -2507,8 +2522,8 @@ module TencentCloud
|
|
2507
2522
|
|
2508
2523
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
2509
2524
|
extend Gem::Deprecate
|
2510
|
-
deprecate :Operator, :none, 2023,
|
2511
|
-
deprecate :Operator=, :none, 2023,
|
2525
|
+
deprecate :Operator, :none, 2023, 11
|
2526
|
+
deprecate :Operator=, :none, 2023, 11
|
2512
2527
|
|
2513
2528
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
2514
2529
|
@Agent = agent
|
@@ -2661,8 +2676,8 @@ module TencentCloud
|
|
2661
2676
|
|
2662
2677
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
2663
2678
|
extend Gem::Deprecate
|
2664
|
-
deprecate :Operator, :none, 2023,
|
2665
|
-
deprecate :Operator=, :none, 2023,
|
2679
|
+
deprecate :Operator, :none, 2023, 11
|
2680
|
+
deprecate :Operator=, :none, 2023, 11
|
2666
2681
|
|
2667
2682
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
2668
2683
|
@Agent = agent
|
@@ -2723,10 +2738,10 @@ module TencentCloud
|
|
2723
2738
|
|
2724
2739
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
2725
2740
|
extend Gem::Deprecate
|
2726
|
-
deprecate :Organization, :none, 2023,
|
2727
|
-
deprecate :Organization=, :none, 2023,
|
2728
|
-
deprecate :Operator, :none, 2023,
|
2729
|
-
deprecate :Operator=, :none, 2023,
|
2741
|
+
deprecate :Organization, :none, 2023, 11
|
2742
|
+
deprecate :Organization=, :none, 2023, 11
|
2743
|
+
deprecate :Operator, :none, 2023, 11
|
2744
|
+
deprecate :Operator=, :none, 2023, 11
|
2730
2745
|
|
2731
2746
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
2732
2747
|
@Agent = agent
|
@@ -2772,23 +2787,34 @@ module TencentCloud
|
|
2772
2787
|
|
2773
2788
|
# ChannelDescribeEmployees请求参数结构体
|
2774
2789
|
class ChannelDescribeEmployeesRequest < TencentCloud::Common::AbstractModel
|
2775
|
-
# @param Agent:
|
2790
|
+
# @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
2791
|
+
|
2792
|
+
# 此接口下面信息必填。
|
2793
|
+
# <ul>
|
2794
|
+
# <li>渠道应用标识: Agent.AppId</li>
|
2795
|
+
# <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
2796
|
+
# <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
2797
|
+
# </ul>
|
2798
|
+
# 第三方平台子客企业和员工必须已经经过实名认证
|
2776
2799
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
2777
|
-
# @param Limit:
|
2800
|
+
# @param Limit: 指定分页每页返回的数据条数,单页最大支持 20。
|
2778
2801
|
# @type Limit: Integer
|
2779
|
-
# @param Filters:
|
2780
|
-
#
|
2781
|
-
#
|
2802
|
+
# @param Filters: 查询的关键字段,支持Key-Values查询。可选键值如下:
|
2803
|
+
# <ul>
|
2804
|
+
# <li>Key:**"Status"**,根据实名状态查询员工,Values可选:
|
2805
|
+
# <ul><li>**["IsVerified"]**:查询已实名的员工</li><li>**["QuiteJob"]**:查询离职员工</li></ul></li>
|
2806
|
+
# <li>Key:**"StaffOpenId"**,根据第三方系统用户OpenId查询员工,Values为第三方系统用户OpenId列表:**["OpenId1","OpenId2",...]**</li>
|
2807
|
+
# </ul>
|
2782
2808
|
# @type Filters: Array
|
2783
|
-
# @param Offset:
|
2809
|
+
# @param Offset: 指定分页返回第几页的数据,如果不传默认返回第一页。页码从 0 开始,即首页为 0,最大20000。
|
2784
2810
|
# @type Offset: Integer
|
2785
2811
|
# @param Operator: 暂未开放
|
2786
2812
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2787
2813
|
|
2788
2814
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
2789
2815
|
extend Gem::Deprecate
|
2790
|
-
deprecate :Operator, :none, 2023,
|
2791
|
-
deprecate :Operator=, :none, 2023,
|
2816
|
+
deprecate :Operator, :none, 2023, 11
|
2817
|
+
deprecate :Operator=, :none, 2023, 11
|
2792
2818
|
|
2793
2819
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
2794
2820
|
@Agent = agent
|
@@ -2822,15 +2848,15 @@ module TencentCloud
|
|
2822
2848
|
|
2823
2849
|
# ChannelDescribeEmployees返回参数结构体
|
2824
2850
|
class ChannelDescribeEmployeesResponse < TencentCloud::Common::AbstractModel
|
2825
|
-
# @param Employees:
|
2851
|
+
# @param Employees: 员工信息列表。
|
2826
2852
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2827
2853
|
# @type Employees: Array
|
2828
|
-
# @param Offset:
|
2854
|
+
# @param Offset: 指定分页返回第几页的数据。页码从 0 开始,即首页为 0,最大20000。
|
2829
2855
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2830
2856
|
# @type Offset: Integer
|
2831
|
-
# @param Limit:
|
2857
|
+
# @param Limit: 指定分页每页返回的数据条数,单页最大支持 20。
|
2832
2858
|
# @type Limit: Integer
|
2833
|
-
# @param TotalCount:
|
2859
|
+
# @param TotalCount: 符合条件的员工数量。
|
2834
2860
|
# @type TotalCount: Integer
|
2835
2861
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2836
2862
|
# @type RequestId: String
|
@@ -3006,8 +3032,8 @@ module TencentCloud
|
|
3006
3032
|
|
3007
3033
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3008
3034
|
extend Gem::Deprecate
|
3009
|
-
deprecate :Operator, :none, 2023,
|
3010
|
-
deprecate :Operator=, :none, 2023,
|
3035
|
+
deprecate :Operator, :none, 2023, 11
|
3036
|
+
deprecate :Operator=, :none, 2023, 11
|
3011
3037
|
|
3012
3038
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3013
3039
|
@Agent = agent
|
@@ -3226,10 +3252,10 @@ module TencentCloud
|
|
3226
3252
|
|
3227
3253
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
3228
3254
|
extend Gem::Deprecate
|
3229
|
-
deprecate :Operator, :none, 2023,
|
3230
|
-
deprecate :Operator=, :none, 2023,
|
3231
|
-
deprecate :Organization, :none, 2023,
|
3232
|
-
deprecate :Organization=, :none, 2023,
|
3255
|
+
deprecate :Operator, :none, 2023, 11
|
3256
|
+
deprecate :Operator=, :none, 2023, 11
|
3257
|
+
deprecate :Organization, :none, 2023, 11
|
3258
|
+
deprecate :Organization=, :none, 2023, 11
|
3233
3259
|
|
3234
3260
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
3235
3261
|
@Agent = agent
|
@@ -3286,8 +3312,8 @@ module TencentCloud
|
|
3286
3312
|
|
3287
3313
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
3288
3314
|
extend Gem::Deprecate
|
3289
|
-
deprecate :PreviewUrl, :none, 2023,
|
3290
|
-
deprecate :PreviewUrl=, :none, 2023,
|
3315
|
+
deprecate :PreviewUrl, :none, 2023, 11
|
3316
|
+
deprecate :PreviewUrl=, :none, 2023, 11
|
3291
3317
|
|
3292
3318
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
3293
3319
|
@TaskId = taskid
|
@@ -3424,8 +3450,8 @@ module TencentCloud
|
|
3424
3450
|
|
3425
3451
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
3426
3452
|
extend Gem::Deprecate
|
3427
|
-
deprecate :Operator, :none, 2023,
|
3428
|
-
deprecate :Operator=, :none, 2023,
|
3453
|
+
deprecate :Operator, :none, 2023, 11
|
3454
|
+
deprecate :Operator=, :none, 2023, 11
|
3429
3455
|
|
3430
3456
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
3431
3457
|
@Agent = agent
|
@@ -3479,8 +3505,8 @@ module TencentCloud
|
|
3479
3505
|
|
3480
3506
|
attr_accessor :FlowId, :Agent, :Operator
|
3481
3507
|
extend Gem::Deprecate
|
3482
|
-
deprecate :Operator, :none, 2023,
|
3483
|
-
deprecate :Operator=, :none, 2023,
|
3508
|
+
deprecate :Operator, :none, 2023, 11
|
3509
|
+
deprecate :Operator=, :none, 2023, 11
|
3484
3510
|
|
3485
3511
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
3486
3512
|
@FlowId = flowid
|
@@ -4004,8 +4030,8 @@ module TencentCloud
|
|
4004
4030
|
|
4005
4031
|
attr_accessor :Agent, :FlowId, :Operator
|
4006
4032
|
extend Gem::Deprecate
|
4007
|
-
deprecate :Operator, :none, 2023,
|
4008
|
-
deprecate :Operator=, :none, 2023,
|
4033
|
+
deprecate :Operator, :none, 2023, 11
|
4034
|
+
deprecate :Operator=, :none, 2023, 11
|
4009
4035
|
|
4010
4036
|
def initialize(agent=nil, flowid=nil, operator=nil)
|
4011
4037
|
@Agent = agent
|
@@ -4156,7 +4182,7 @@ module TencentCloud
|
|
4156
4182
|
# @param ModuleId: 该参数和Module参数配合使用,用于指定模块下的资源Id,指定后链接登录将展示该资源的详情。
|
4157
4183
|
|
4158
4184
|
# 根据Module参数的不同所代表的含义不同(ModuleId需要和Module对应,ModuleId可以通过API或者控制台获取到)。当前支持:
|
4159
|
-
# <table> <thead> <tr> <th>Module传值</th> <th>ModuleId传值</th> <th>进入的目标页面</th> </tr> </thead> <tbody> <tr> <td>SEAL</td> <td>印章ID</td> <td>查看指定印章的详情页面</td> </tr> <tr> <td>TEMPLATE</td> <td>合同模板ID</td> <td
|
4185
|
+
# <table> <thead> <tr> <th>Module传值</th> <th>ModuleId传值</th> <th>进入的目标页面</th> </tr> </thead> <tbody> <tr> <td>SEAL</td> <td>印章ID</td> <td>查看指定印章的详情页面</td> </tr> <tr> <td>TEMPLATE</td> <td>合同模板ID</td> <td>指定模板的详情页面</td> </tr> <tr> <td>DOCUMENT</td> <td>合同ID</td> <td>指定合同的详情页面</td> </tr> </tbody> </table>
|
4160
4186
|
# 注意:该参数**仅在企业和员工激活完成,登录控制台场景才生效**。
|
4161
4187
|
# @type ModuleId: String
|
4162
4188
|
# @param MenuStatus: 是否展示左侧菜单栏
|
@@ -4188,8 +4214,8 @@ module TencentCloud
|
|
4188
4214
|
|
4189
4215
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator
|
4190
4216
|
extend Gem::Deprecate
|
4191
|
-
deprecate :Operator, :none, 2023,
|
4192
|
-
deprecate :Operator=, :none, 2023,
|
4217
|
+
deprecate :Operator, :none, 2023, 11
|
4218
|
+
deprecate :Operator=, :none, 2023, 11
|
4193
4219
|
|
4194
4220
|
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil)
|
4195
4221
|
@Agent = agent
|
@@ -4332,8 +4358,8 @@ module TencentCloud
|
|
4332
4358
|
|
4333
4359
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
4334
4360
|
extend Gem::Deprecate
|
4335
|
-
deprecate :Operator, :none, 2023,
|
4336
|
-
deprecate :Operator=, :none, 2023,
|
4361
|
+
deprecate :Operator, :none, 2023, 11
|
4362
|
+
deprecate :Operator=, :none, 2023, 11
|
4337
4363
|
|
4338
4364
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
4339
4365
|
@Agent = agent
|
@@ -4477,8 +4503,8 @@ module TencentCloud
|
|
4477
4503
|
|
4478
4504
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize
|
4479
4505
|
extend Gem::Deprecate
|
4480
|
-
deprecate :Operator, :none, 2023,
|
4481
|
-
deprecate :Operator=, :none, 2023,
|
4506
|
+
deprecate :Operator, :none, 2023, 11
|
4507
|
+
deprecate :Operator=, :none, 2023, 11
|
4482
4508
|
|
4483
4509
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil)
|
4484
4510
|
@Agent = agent
|
@@ -4549,7 +4575,7 @@ module TencentCloud
|
|
4549
4575
|
# <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
4550
4576
|
# <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
4551
4577
|
# </ul>
|
4552
|
-
#
|
4578
|
+
# 第三方平台子客企业和员工必须已经过实名认证
|
4553
4579
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
4554
4580
|
# @param FlowIds: 合同流程ID数组,最多支持100个。
|
4555
4581
|
# 注: `该参数和合同组编号必须二选一`
|
@@ -4560,7 +4586,7 @@ module TencentCloud
|
|
4560
4586
|
# @param Endpoint: 签署链接类型,可以设置的参数如下
|
4561
4587
|
# <ul><li> **WEIXINAPP** :(默认)跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回短链</li>
|
4562
4588
|
# <li> **CHANNEL** :带有H5引导页的跳转电子签小程序的链接</li>
|
4563
|
-
# <li> **APP** :第三方
|
4589
|
+
# <li> **APP** :第三方App或小程序跳转电子签小程序的path, App或者小程序跳转适合此类型</li>
|
4564
4590
|
# <li> **LONGURL2WEIXINAPP** :跳转电子签小程序的链接, H5跳转适合此类型,此时返回长链</li></ul>
|
4565
4591
|
|
4566
4592
|
# 详细使用场景可以参数接口说明中的 **主要使用场景可以更加EndPoint分类如下**
|
@@ -4612,8 +4638,8 @@ module TencentCloud
|
|
4612
4638
|
|
4613
4639
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds
|
4614
4640
|
extend Gem::Deprecate
|
4615
|
-
deprecate :Operator, :none, 2023,
|
4616
|
-
deprecate :Operator=, :none, 2023,
|
4641
|
+
deprecate :Operator, :none, 2023, 11
|
4642
|
+
deprecate :Operator=, :none, 2023, 11
|
4617
4643
|
|
4618
4644
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil)
|
4619
4645
|
@Agent = agent
|
@@ -4722,8 +4748,8 @@ module TencentCloud
|
|
4722
4748
|
|
4723
4749
|
attr_accessor :Agent, :ReportId, :Operator
|
4724
4750
|
extend Gem::Deprecate
|
4725
|
-
deprecate :Operator, :none, 2023,
|
4726
|
-
deprecate :Operator=, :none, 2023,
|
4751
|
+
deprecate :Operator, :none, 2023, 11
|
4752
|
+
deprecate :Operator=, :none, 2023, 11
|
4727
4753
|
|
4728
4754
|
def initialize(agent=nil, reportid=nil, operator=nil)
|
4729
4755
|
@Agent = agent
|
@@ -4842,8 +4868,8 @@ module TencentCloud
|
|
4842
4868
|
|
4843
4869
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
4844
4870
|
extend Gem::Deprecate
|
4845
|
-
deprecate :Operator, :none, 2023,
|
4846
|
-
deprecate :Operator=, :none, 2023,
|
4871
|
+
deprecate :Operator, :none, 2023, 11
|
4872
|
+
deprecate :Operator=, :none, 2023, 11
|
4847
4873
|
|
4848
4874
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
4849
4875
|
@Agent = agent
|
@@ -4931,8 +4957,8 @@ module TencentCloud
|
|
4931
4957
|
|
4932
4958
|
attr_accessor :Agent, :FlowIds, :Operator
|
4933
4959
|
extend Gem::Deprecate
|
4934
|
-
deprecate :Operator, :none, 2023,
|
4935
|
-
deprecate :Operator=, :none, 2023,
|
4960
|
+
deprecate :Operator, :none, 2023, 11
|
4961
|
+
deprecate :Operator=, :none, 2023, 11
|
4936
4962
|
|
4937
4963
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
4938
4964
|
@Agent = agent
|
@@ -5022,8 +5048,8 @@ module TencentCloud
|
|
5022
5048
|
|
5023
5049
|
attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :QueryAllComponents, :TemplateName, :WithPreviewUrl, :WithPdfUrl, :ChannelTemplateId, :Operator
|
5024
5050
|
extend Gem::Deprecate
|
5025
|
-
deprecate :Operator, :none, 2023,
|
5026
|
-
deprecate :Operator=, :none, 2023,
|
5051
|
+
deprecate :Operator, :none, 2023, 11
|
5052
|
+
deprecate :Operator=, :none, 2023, 11
|
5027
5053
|
|
5028
5054
|
def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil, queryallcomponents=nil, templatename=nil, withpreviewurl=nil, withpdfurl=nil, channeltemplateid=nil, operator=nil)
|
5029
5055
|
@Agent = agent
|
@@ -5121,8 +5147,8 @@ module TencentCloud
|
|
5121
5147
|
|
5122
5148
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
5123
5149
|
extend Gem::Deprecate
|
5124
|
-
deprecate :Operator, :none, 2023,
|
5125
|
-
deprecate :Operator=, :none, 2023,
|
5150
|
+
deprecate :Operator, :none, 2023, 11
|
5151
|
+
deprecate :Operator=, :none, 2023, 11
|
5126
5152
|
|
5127
5153
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
5128
5154
|
@Agent = agent
|
@@ -5611,7 +5637,13 @@ module TencentCloud
|
|
5611
5637
|
# (当手写签名方式为OCR_ESIGN时,合同认证方式2无效,因为这种签名方式依赖实名认证)
|
5612
5638
|
# @type ApproverVerifyTypes: Array
|
5613
5639
|
# @param ApproverSignTypes: 签署人签署合同时的认证方式
|
5614
|
-
# 1
|
5640
|
+
# <ul><li> **1** :人脸认证</li>
|
5641
|
+
# <li> **2** :签署密码</li>
|
5642
|
+
# <li> **3** :运营商三要素</li></ul>
|
5643
|
+
|
5644
|
+
# 默认为1(人脸认证 ),2(签署密码)
|
5645
|
+
|
5646
|
+
# 注: `用模版创建合同场景, 签署人的认证方式需要在配置模板的时候指定, 在此创建合同指定无效`
|
5615
5647
|
# @type ApproverSignTypes: Array
|
5616
5648
|
# @param SignId: 签署ID
|
5617
5649
|
# - 发起流程时系统自动补充
|
@@ -5632,8 +5664,8 @@ module TencentCloud
|
|
5632
5664
|
|
5633
5665
|
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType, :AddSignComponentsLimits, :ApproverRoleName
|
5634
5666
|
extend Gem::Deprecate
|
5635
|
-
deprecate :CallbackUrl, :none, 2023,
|
5636
|
-
deprecate :CallbackUrl=, :none, 2023,
|
5667
|
+
deprecate :CallbackUrl, :none, 2023, 11
|
5668
|
+
deprecate :CallbackUrl=, :none, 2023, 11
|
5637
5669
|
|
5638
5670
|
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil, notifytype=nil, addsigncomponentslimits=nil, approverrolename=nil)
|
5639
5671
|
@Name = name
|
@@ -6422,8 +6454,8 @@ module TencentCloud
|
|
6422
6454
|
|
6423
6455
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
6424
6456
|
extend Gem::Deprecate
|
6425
|
-
deprecate :Operator, :none, 2023,
|
6426
|
-
deprecate :Operator=, :none, 2023,
|
6457
|
+
deprecate :Operator, :none, 2023, 11
|
6458
|
+
deprecate :Operator=, :none, 2023, 11
|
6427
6459
|
|
6428
6460
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
6429
6461
|
@Agent = agent
|
@@ -6654,8 +6686,8 @@ module TencentCloud
|
|
6654
6686
|
|
6655
6687
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
6656
6688
|
extend Gem::Deprecate
|
6657
|
-
deprecate :Operator, :none, 2023,
|
6658
|
-
deprecate :Operator=, :none, 2023,
|
6689
|
+
deprecate :Operator, :none, 2023, 11
|
6690
|
+
deprecate :Operator=, :none, 2023, 11
|
6659
6691
|
|
6660
6692
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
6661
6693
|
@Agent = agent
|
@@ -6763,10 +6795,10 @@ module TencentCloud
|
|
6763
6795
|
|
6764
6796
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
6765
6797
|
extend Gem::Deprecate
|
6766
|
-
deprecate :ClientIp, :none, 2023,
|
6767
|
-
deprecate :ClientIp=, :none, 2023,
|
6768
|
-
deprecate :ProxyIp, :none, 2023,
|
6769
|
-
deprecate :ProxyIp=, :none, 2023,
|
6798
|
+
deprecate :ClientIp, :none, 2023, 11
|
6799
|
+
deprecate :ClientIp=, :none, 2023, 11
|
6800
|
+
deprecate :ProxyIp, :none, 2023, 11
|
6801
|
+
deprecate :ProxyIp=, :none, 2023, 11
|
6770
6802
|
|
6771
6803
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
6772
6804
|
@OrganizationOpenId = organizationopenid
|
@@ -6979,8 +7011,8 @@ module TencentCloud
|
|
6979
7011
|
|
6980
7012
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
6981
7013
|
extend Gem::Deprecate
|
6982
|
-
deprecate :Operator, :none, 2023,
|
6983
|
-
deprecate :Operator=, :none, 2023,
|
7014
|
+
deprecate :Operator, :none, 2023, 11
|
7015
|
+
deprecate :Operator=, :none, 2023, 11
|
6984
7016
|
|
6985
7017
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
6986
7018
|
@Agent = agent
|
@@ -7421,8 +7453,8 @@ module TencentCloud
|
|
7421
7453
|
|
7422
7454
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
7423
7455
|
extend Gem::Deprecate
|
7424
|
-
deprecate :CustomUserId, :none, 2023,
|
7425
|
-
deprecate :CustomUserId=, :none, 2023,
|
7456
|
+
deprecate :CustomUserId, :none, 2023, 11
|
7457
|
+
deprecate :CustomUserId=, :none, 2023, 11
|
7426
7458
|
|
7427
7459
|
def initialize(signurl=nil, deadline=nil, signorder=nil, signid=nil, customuserid=nil, name=nil, mobile=nil, organizationname=nil, approvertype=nil, idcardnumber=nil, flowid=nil, openid=nil, flowgroupid=nil, signqrcodeurl=nil)
|
7428
7460
|
@SignUrl = signurl
|
@@ -7586,8 +7618,8 @@ module TencentCloud
|
|
7586
7618
|
|
7587
7619
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
7588
7620
|
extend Gem::Deprecate
|
7589
|
-
deprecate :Operator, :none, 2023,
|
7590
|
-
deprecate :Operator=, :none, 2023,
|
7621
|
+
deprecate :Operator, :none, 2023, 11
|
7622
|
+
deprecate :Operator=, :none, 2023, 11
|
7591
7623
|
|
7592
7624
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
7593
7625
|
@Agent = agent
|
@@ -7674,8 +7706,8 @@ module TencentCloud
|
|
7674
7706
|
|
7675
7707
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber
|
7676
7708
|
extend Gem::Deprecate
|
7677
|
-
deprecate :Operator, :none, 2023,
|
7678
|
-
deprecate :Operator=, :none, 2023,
|
7709
|
+
deprecate :Operator, :none, 2023, 11
|
7710
|
+
deprecate :Operator=, :none, 2023, 11
|
7679
7711
|
|
7680
7712
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil)
|
7681
7713
|
@Agent = agent
|
@@ -7805,8 +7837,8 @@ module TencentCloud
|
|
7805
7837
|
|
7806
7838
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
7807
7839
|
extend Gem::Deprecate
|
7808
|
-
deprecate :IsPromoter, :none, 2023,
|
7809
|
-
deprecate :IsPromoter=, :none, 2023,
|
7840
|
+
deprecate :IsPromoter, :none, 2023, 11
|
7841
|
+
deprecate :IsPromoter=, :none, 2023, 11
|
7810
7842
|
|
7811
7843
|
def initialize(templateid=nil, templatename=nil, description=nil, components=nil, recipients=nil, signcomponents=nil, templatetype=nil, ispromoter=nil, creator=nil, createdon=nil, previewurl=nil, pdfurl=nil, channeltemplateid=nil, channeltemplatename=nil, channelautosave=nil, templateversion=nil, available=nil)
|
7812
7844
|
@TemplateId = templateid
|
@@ -7913,8 +7945,8 @@ module TencentCloud
|
|
7913
7945
|
|
7914
7946
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
7915
7947
|
extend Gem::Deprecate
|
7916
|
-
deprecate :Operator, :none, 2023,
|
7917
|
-
deprecate :Operator=, :none, 2023,
|
7948
|
+
deprecate :Operator, :none, 2023, 11
|
7949
|
+
deprecate :Operator=, :none, 2023, 11
|
7918
7950
|
|
7919
7951
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
7920
7952
|
@Agent = agent
|
@@ -8030,14 +8062,14 @@ module TencentCloud
|
|
8030
8062
|
|
8031
8063
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
8032
8064
|
extend Gem::Deprecate
|
8033
|
-
deprecate :Channel, :none, 2023,
|
8034
|
-
deprecate :Channel=, :none, 2023,
|
8035
|
-
deprecate :CustomUserId, :none, 2023,
|
8036
|
-
deprecate :CustomUserId=, :none, 2023,
|
8037
|
-
deprecate :ClientIp, :none, 2023,
|
8038
|
-
deprecate :ClientIp=, :none, 2023,
|
8039
|
-
deprecate :ProxyIp, :none, 2023,
|
8040
|
-
deprecate :ProxyIp=, :none, 2023,
|
8065
|
+
deprecate :Channel, :none, 2023, 11
|
8066
|
+
deprecate :Channel=, :none, 2023, 11
|
8067
|
+
deprecate :CustomUserId, :none, 2023, 11
|
8068
|
+
deprecate :CustomUserId=, :none, 2023, 11
|
8069
|
+
deprecate :ClientIp, :none, 2023, 11
|
8070
|
+
deprecate :ClientIp=, :none, 2023, 11
|
8071
|
+
deprecate :ProxyIp, :none, 2023, 11
|
8072
|
+
deprecate :ProxyIp=, :none, 2023, 11
|
8041
8073
|
|
8042
8074
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
8043
8075
|
@OpenId = openid
|
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.689
|
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-10-
|
11
|
+
date: 2023-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|