tencentcloud-sdk-ess 3.0.650 → 3.0.651
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/v20201111/client.rb +10 -7
- data/lib/v20201111/models.rb +109 -91
- 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: a7d54e0e1ac0e63d73e3a7efce533e7fe8fe4a4c
|
4
|
+
data.tar.gz: d238bf2b7ffb5b6fecefe815c7e19257afd345cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0bd00accb3e13d37c66f38f376dfeb00e05371ba815aa0506c396e3ff4641a2cfdcdd3e5b0beb79496640cd484a3943f68760115111a7b4a2953ee3158560e3
|
7
|
+
data.tar.gz: 98456cfddb09350694be5d85ef059396bc1478f7acbd3e28674e0a2ec08055999349e0c4a27afe06139755191cbbd20591cda94a85c602dff67a928fc7ec0299
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.651
|
data/lib/v20201111/client.rb
CHANGED
@@ -340,8 +340,9 @@ module TencentCloud
|
|
340
340
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
341
341
|
end
|
342
342
|
|
343
|
-
#
|
344
|
-
#
|
343
|
+
# 创建出证报告并返回报告ID。
|
344
|
+
# 使用此功能需搭配出证套餐。
|
345
|
+
# 注意:出证过程需一定时间,建议在调用创建出证后的24小时之后,通过DescribeFlowEvidenceReport接口进行查询。
|
345
346
|
|
346
347
|
# @param request: Request instance for CreateFlowEvidenceReport.
|
347
348
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowEvidenceReportRequest`
|
@@ -416,11 +417,13 @@ module TencentCloud
|
|
416
417
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
417
418
|
end
|
418
419
|
|
419
|
-
# 指定需要批量催办的签署流程
|
420
|
-
|
421
|
-
#
|
422
|
-
#
|
423
|
-
#
|
420
|
+
# 指定需要批量催办的签署流程ID,批量催办合同,最多100个。需要符合以下条件的合同才可被催办:
|
421
|
+
|
422
|
+
# 1. 发起合同时,签署人的NotifyType需设置为sms
|
423
|
+
# 2. 合同中当前状态为“待签署”的签署人是催办的对象
|
424
|
+
# 3. 每个合同只能催办一次
|
425
|
+
|
426
|
+
# 注意:该接口无法直接调用,请联系客户经理申请使用。
|
424
427
|
|
425
428
|
# @param request: Request instance for CreateFlowReminds.
|
426
429
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowRemindsRequest`
|
data/lib/v20201111/models.rb
CHANGED
@@ -52,12 +52,12 @@ module TencentCloud
|
|
52
52
|
|
53
53
|
attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
|
54
54
|
extend Gem::Deprecate
|
55
|
-
deprecate :AppId, :none, 2023,
|
56
|
-
deprecate :AppId=, :none, 2023,
|
57
|
-
deprecate :ProxyAppId, :none, 2023,
|
58
|
-
deprecate :ProxyAppId=, :none, 2023,
|
59
|
-
deprecate :ProxyOperator, :none, 2023,
|
60
|
-
deprecate :ProxyOperator=, :none, 2023,
|
55
|
+
deprecate :AppId, :none, 2023, 9
|
56
|
+
deprecate :AppId=, :none, 2023, 9
|
57
|
+
deprecate :ProxyAppId, :none, 2023, 9
|
58
|
+
deprecate :ProxyAppId=, :none, 2023, 9
|
59
|
+
deprecate :ProxyOperator, :none, 2023, 9
|
60
|
+
deprecate :ProxyOperator=, :none, 2023, 9
|
61
61
|
|
62
62
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
63
63
|
@AppId = appid
|
@@ -428,8 +428,8 @@ module TencentCloud
|
|
428
428
|
|
429
429
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
430
430
|
extend Gem::Deprecate
|
431
|
-
deprecate :Token, :none, 2023,
|
432
|
-
deprecate :Token=, :none, 2023,
|
431
|
+
deprecate :Token, :none, 2023, 9
|
432
|
+
deprecate :Token=, :none, 2023, 9
|
433
433
|
|
434
434
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
435
435
|
@CallbackUrl = callbackurl
|
@@ -459,12 +459,12 @@ module TencentCloud
|
|
459
459
|
|
460
460
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
461
461
|
extend Gem::Deprecate
|
462
|
-
deprecate :ApplicationId, :none, 2023,
|
463
|
-
deprecate :ApplicationId=, :none, 2023,
|
464
|
-
deprecate :OrganizationId, :none, 2023,
|
465
|
-
deprecate :OrganizationId=, :none, 2023,
|
466
|
-
deprecate :SubOrganizationId, :none, 2023,
|
467
|
-
deprecate :SubOrganizationId=, :none, 2023,
|
462
|
+
deprecate :ApplicationId, :none, 2023, 9
|
463
|
+
deprecate :ApplicationId=, :none, 2023, 9
|
464
|
+
deprecate :OrganizationId, :none, 2023, 9
|
465
|
+
deprecate :OrganizationId=, :none, 2023, 9
|
466
|
+
deprecate :SubOrganizationId, :none, 2023, 9
|
467
|
+
deprecate :SubOrganizationId=, :none, 2023, 9
|
468
468
|
|
469
469
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
470
470
|
@ApplicationId = applicationid
|
@@ -1053,8 +1053,8 @@ module TencentCloud
|
|
1053
1053
|
|
1054
1054
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
1055
1055
|
extend Gem::Deprecate
|
1056
|
-
deprecate :Organization, :none, 2023,
|
1057
|
-
deprecate :Organization=, :none, 2023,
|
1056
|
+
deprecate :Organization, :none, 2023, 9
|
1057
|
+
deprecate :Organization=, :none, 2023, 9
|
1058
1058
|
|
1059
1059
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
1060
1060
|
@ResourceType = resourcetype
|
@@ -1547,11 +1547,14 @@ module TencentCloud
|
|
1547
1547
|
|
1548
1548
|
# CreateFlowEvidenceReport请求参数结构体
|
1549
1549
|
class CreateFlowEvidenceReportRequest < TencentCloud::Common::AbstractModel
|
1550
|
-
# @param Operator:
|
1550
|
+
# @param Operator: 执行本接口操作的员工信息。
|
1551
|
+
# 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
1551
1552
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
1552
|
-
# @param FlowId:
|
1553
|
+
# @param FlowId: 合同流程ID,为32位字符串。
|
1554
|
+
# 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
|
1553
1555
|
# @type FlowId: String
|
1554
|
-
# @param Agent:
|
1556
|
+
# @param Agent: 代理企业和员工的信息。
|
1557
|
+
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
1555
1558
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1556
1559
|
|
1557
1560
|
attr_accessor :Operator, :FlowId, :Agent
|
@@ -1577,20 +1580,26 @@ module TencentCloud
|
|
1577
1580
|
|
1578
1581
|
# CreateFlowEvidenceReport返回参数结构体
|
1579
1582
|
class CreateFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
|
1580
|
-
# @param ReportId: 出证报告 ID
|
1583
|
+
# @param ReportId: 出证报告 ID,可用于DescribeFlowEvidenceReport接口查询出证PDF的下载地址
|
1581
1584
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1582
1585
|
# @type ReportId: String
|
1583
|
-
# @param Status:
|
1584
|
-
|
1585
|
-
#
|
1586
|
+
# @param Status: 出证任务执行的状态, 可能会有以下状态:
|
1587
|
+
|
1588
|
+
# <ul><li>EvidenceStatusExecuting: 出证任务在执行中</li>
|
1589
|
+
# <li>EvidenceStatusSuccess: 出证任务执行成功</li>
|
1590
|
+
# <li>EvidenceStatusFailed : 出征任务执行失败</li></ul>
|
1586
1591
|
# @type Status: String
|
1587
|
-
# @param ReportUrl:
|
1592
|
+
# @param ReportUrl: 此字段已经废除,不再使用.
|
1593
|
+
# 出证的PDF下载地址请调用DescribeChannelFlowEvidenceReport接口获取
|
1588
1594
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1589
1595
|
# @type ReportUrl: String
|
1590
1596
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1591
1597
|
# @type RequestId: String
|
1592
1598
|
|
1593
1599
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
1600
|
+
extend Gem::Deprecate
|
1601
|
+
deprecate :ReportUrl, :none, 2023, 9
|
1602
|
+
deprecate :ReportUrl=, :none, 2023, 9
|
1594
1603
|
|
1595
1604
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
1596
1605
|
@ReportId = reportid
|
@@ -1827,11 +1836,13 @@ module TencentCloud
|
|
1827
1836
|
|
1828
1837
|
# CreateFlowReminds请求参数结构体
|
1829
1838
|
class CreateFlowRemindsRequest < TencentCloud::Common::AbstractModel
|
1830
|
-
# @param Operator:
|
1839
|
+
# @param Operator: 执行本接口操作的员工信息。
|
1840
|
+
# 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
1831
1841
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
1832
|
-
# @param FlowIds:
|
1842
|
+
# @param FlowIds: 需执行催办的签署流程ID数组,最多包含100个。
|
1833
1843
|
# @type FlowIds: Array
|
1834
|
-
# @param Agent:
|
1844
|
+
# @param Agent: 代理企业和员工的信息。
|
1845
|
+
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
1835
1846
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1836
1847
|
|
1837
1848
|
attr_accessor :Operator, :FlowIds, :Agent
|
@@ -1857,7 +1868,7 @@ module TencentCloud
|
|
1857
1868
|
|
1858
1869
|
# CreateFlowReminds返回参数结构体
|
1859
1870
|
class CreateFlowRemindsResponse < TencentCloud::Common::AbstractModel
|
1860
|
-
# @param RemindFlowRecords:
|
1871
|
+
# @param RemindFlowRecords: 合同催办结果的详细信息列表。
|
1861
1872
|
# @type RemindFlowRecords: Array
|
1862
1873
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1863
1874
|
# @type RequestId: String
|
@@ -1891,19 +1902,20 @@ module TencentCloud
|
|
1891
1902
|
# @param Approvers: 签署流程参与者信息,最大限制50方
|
1892
1903
|
# 注意 approver中的顺序需要和模板中的顺序保持一致, 否则会导致模板中配置的信息无效。
|
1893
1904
|
# @type Approvers: Array
|
1905
|
+
# @param FlowDescription: 签署流程描述,最大长度1000个字符
|
1906
|
+
# @type FlowDescription: String
|
1894
1907
|
# @param FlowType: 签署流程的类型(如销售合同/入职合同等),最大长度200个字符
|
1895
1908
|
# @type FlowType: String
|
1896
1909
|
# @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
|
1897
1910
|
# @type ClientToken: String
|
1898
1911
|
# @param DeadLine: 签署流程的签署截止时间。
|
1912
|
+
|
1899
1913
|
# 值为unix时间戳,精确到秒,不传默认为当前时间一年后
|
1900
1914
|
# @type DeadLine: Integer
|
1901
1915
|
# @param RemindedOn: 合同到期提醒时间戳,单位秒。设定该值后,可以提前进行到期通知,方便客户处理合同到期事务,如合同续签等。该值支持的范围是从发起时间起到往后的10年内。仅合同发起方企业的发起人可以编辑修改。
|
1902
1916
|
# @type RemindedOn: Integer
|
1903
1917
|
# @param UserData: 用户自定义字段,回调的时候会进行透传,长度需要小于20480
|
1904
1918
|
# @type UserData: String
|
1905
|
-
# @param FlowDescription: 签署流程描述,最大长度1000个字符
|
1906
|
-
# @type FlowDescription: String
|
1907
1919
|
# @param Unordered: 发送类型:
|
1908
1920
|
# true:无序签
|
1909
1921
|
# false:有序签
|
@@ -1928,23 +1940,23 @@ module TencentCloud
|
|
1928
1940
|
# @param CallbackUrl: 暂未开放
|
1929
1941
|
# @type CallbackUrl: String
|
1930
1942
|
|
1931
|
-
attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :
|
1943
|
+
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
|
1932
1944
|
extend Gem::Deprecate
|
1933
|
-
deprecate :RelatedFlowId, :none, 2023,
|
1934
|
-
deprecate :RelatedFlowId=, :none, 2023,
|
1935
|
-
deprecate :CallbackUrl, :none, 2023,
|
1936
|
-
deprecate :CallbackUrl=, :none, 2023,
|
1945
|
+
deprecate :RelatedFlowId, :none, 2023, 9
|
1946
|
+
deprecate :RelatedFlowId=, :none, 2023, 9
|
1947
|
+
deprecate :CallbackUrl, :none, 2023, 9
|
1948
|
+
deprecate :CallbackUrl=, :none, 2023, 9
|
1937
1949
|
|
1938
|
-
def initialize(operator=nil, flowname=nil, approvers=nil, flowtype=nil, clienttoken=nil, deadline=nil, remindedon=nil, userdata=nil,
|
1950
|
+
def initialize(operator=nil, flowname=nil, approvers=nil, flowdescription=nil, flowtype=nil, clienttoken=nil, deadline=nil, remindedon=nil, userdata=nil, unordered=nil, customshowmap=nil, needsignreview=nil, agent=nil, ccinfos=nil, autosignscene=nil, relatedflowid=nil, callbackurl=nil)
|
1939
1951
|
@Operator = operator
|
1940
1952
|
@FlowName = flowname
|
1941
1953
|
@Approvers = approvers
|
1954
|
+
@FlowDescription = flowdescription
|
1942
1955
|
@FlowType = flowtype
|
1943
1956
|
@ClientToken = clienttoken
|
1944
1957
|
@DeadLine = deadline
|
1945
1958
|
@RemindedOn = remindedon
|
1946
1959
|
@UserData = userdata
|
1947
|
-
@FlowDescription = flowdescription
|
1948
1960
|
@Unordered = unordered
|
1949
1961
|
@CustomShowMap = customshowmap
|
1950
1962
|
@NeedSignReview = needsignreview
|
@@ -1969,12 +1981,12 @@ module TencentCloud
|
|
1969
1981
|
@Approvers << flowcreateapprover_tmp
|
1970
1982
|
end
|
1971
1983
|
end
|
1984
|
+
@FlowDescription = params['FlowDescription']
|
1972
1985
|
@FlowType = params['FlowType']
|
1973
1986
|
@ClientToken = params['ClientToken']
|
1974
1987
|
@DeadLine = params['DeadLine']
|
1975
1988
|
@RemindedOn = params['RemindedOn']
|
1976
1989
|
@UserData = params['UserData']
|
1977
|
-
@FlowDescription = params['FlowDescription']
|
1978
1990
|
@Unordered = params['Unordered']
|
1979
1991
|
@CustomShowMap = params['CustomShowMap']
|
1980
1992
|
@NeedSignReview = params['NeedSignReview']
|
@@ -1998,7 +2010,11 @@ module TencentCloud
|
|
1998
2010
|
|
1999
2011
|
# CreateFlow返回参数结构体
|
2000
2012
|
class CreateFlowResponse < TencentCloud::Common::AbstractModel
|
2001
|
-
# @param FlowId:
|
2013
|
+
# @param FlowId: 签署流程编号,
|
2014
|
+
|
2015
|
+
# 返回的流程编号,需要在CreateDocument,StartFlow中使用,
|
2016
|
+
|
2017
|
+
# 注意:这三个接口(CreateFlow,CreateDocument,StartFlow)要一并调用,才算发起成功
|
2002
2018
|
# @type FlowId: String
|
2003
2019
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2004
2020
|
# @type RequestId: String
|
@@ -2108,8 +2124,8 @@ module TencentCloud
|
|
2108
2124
|
|
2109
2125
|
attr_accessor :FlowId, :FlowApproverInfos, :Operator, :Agent, :Organization, :JumpUrl
|
2110
2126
|
extend Gem::Deprecate
|
2111
|
-
deprecate :Organization, :none, 2023,
|
2112
|
-
deprecate :Organization=, :none, 2023,
|
2127
|
+
deprecate :Organization, :none, 2023, 9
|
2128
|
+
deprecate :Organization=, :none, 2023, 9
|
2113
2129
|
|
2114
2130
|
def initialize(flowid=nil, flowapproverinfos=nil, operator=nil, agent=nil, organization=nil, jumpurl=nil)
|
2115
2131
|
@FlowId = flowid
|
@@ -2476,10 +2492,10 @@ module TencentCloud
|
|
2476
2492
|
|
2477
2493
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions
|
2478
2494
|
extend Gem::Deprecate
|
2479
|
-
deprecate :CallbackUrl, :none, 2023,
|
2480
|
-
deprecate :CallbackUrl=, :none, 2023,
|
2481
|
-
deprecate :ApproverRestrictions, :none, 2023,
|
2482
|
-
deprecate :ApproverRestrictions=, :none, 2023,
|
2495
|
+
deprecate :CallbackUrl, :none, 2023, 9
|
2496
|
+
deprecate :CallbackUrl=, :none, 2023, 9
|
2497
|
+
deprecate :ApproverRestrictions, :none, 2023, 9
|
2498
|
+
deprecate :ApproverRestrictions=, :none, 2023, 9
|
2483
2499
|
|
2484
2500
|
def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil)
|
2485
2501
|
@Operator = operator
|
@@ -2897,8 +2913,8 @@ module TencentCloud
|
|
2897
2913
|
|
2898
2914
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType
|
2899
2915
|
extend Gem::Deprecate
|
2900
|
-
deprecate :SealImage, :none, 2023,
|
2901
|
-
deprecate :SealImage=, :none, 2023,
|
2916
|
+
deprecate :SealImage, :none, 2023, 9
|
2917
|
+
deprecate :SealImage=, :none, 2023, 9
|
2902
2918
|
|
2903
2919
|
def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil, licensetype=nil)
|
2904
2920
|
@UserName = username
|
@@ -3896,10 +3912,10 @@ module TencentCloud
|
|
3896
3912
|
|
3897
3913
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
3898
3914
|
extend Gem::Deprecate
|
3899
|
-
deprecate :CcToken, :none, 2023,
|
3900
|
-
deprecate :CcToken=, :none, 2023,
|
3901
|
-
deprecate :Scene, :none, 2023,
|
3902
|
-
deprecate :Scene=, :none, 2023,
|
3915
|
+
deprecate :CcToken, :none, 2023, 9
|
3916
|
+
deprecate :CcToken=, :none, 2023, 9
|
3917
|
+
deprecate :Scene, :none, 2023, 9
|
3918
|
+
deprecate :Scene=, :none, 2023, 9
|
3903
3919
|
|
3904
3920
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
3905
3921
|
@Operator = operator
|
@@ -4249,12 +4265,12 @@ module TencentCloud
|
|
4249
4265
|
|
4250
4266
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource
|
4251
4267
|
extend Gem::Deprecate
|
4252
|
-
deprecate :IsChannel, :none, 2023,
|
4253
|
-
deprecate :IsChannel=, :none, 2023,
|
4254
|
-
deprecate :Organization, :none, 2023,
|
4255
|
-
deprecate :Organization=, :none, 2023,
|
4256
|
-
deprecate :GenerateSource, :none, 2023,
|
4257
|
-
deprecate :GenerateSource=, :none, 2023,
|
4268
|
+
deprecate :IsChannel, :none, 2023, 9
|
4269
|
+
deprecate :IsChannel=, :none, 2023, 9
|
4270
|
+
deprecate :Organization, :none, 2023, 9
|
4271
|
+
deprecate :Organization=, :none, 2023, 9
|
4272
|
+
deprecate :GenerateSource, :none, 2023, 9
|
4273
|
+
deprecate :GenerateSource=, :none, 2023, 9
|
4258
4274
|
|
4259
4275
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil)
|
4260
4276
|
@Operator = operator
|
@@ -4683,8 +4699,8 @@ module TencentCloud
|
|
4683
4699
|
|
4684
4700
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
4685
4701
|
extend Gem::Deprecate
|
4686
|
-
deprecate :ActivedTotal, :none, 2023,
|
4687
|
-
deprecate :ActivedTotal=, :none, 2023,
|
4702
|
+
deprecate :ActivedTotal, :none, 2023, 9
|
4703
|
+
deprecate :ActivedTotal=, :none, 2023, 9
|
4688
4704
|
|
4689
4705
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
4690
4706
|
@Total = total
|
@@ -5611,8 +5627,8 @@ module TencentCloud
|
|
5611
5627
|
|
5612
5628
|
attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl, :SignId, :ApproverNeedSignReview, :SignComponents, :Components, :ComponentLimitType, :ApproverVerifyTypes, :ApproverSignTypes
|
5613
5629
|
extend Gem::Deprecate
|
5614
|
-
deprecate :JumpUrl, :none, 2023,
|
5615
|
-
deprecate :JumpUrl=, :none, 2023,
|
5630
|
+
deprecate :JumpUrl, :none, 2023, 9
|
5631
|
+
deprecate :JumpUrl=, :none, 2023, 9
|
5616
5632
|
|
5617
5633
|
def initialize(approvertype=nil, organizationname=nil, approvername=nil, approvermobile=nil, approveridcardtype=nil, approveridcardnumber=nil, recipientid=nil, verifychannel=nil, notifytype=nil, isfulltext=nil, prereadtime=nil, userid=nil, required=nil, approversource=nil, customapprovertag=nil, registerinfo=nil, approveroption=nil, jumpurl=nil, signid=nil, approverneedsignreview=nil, signcomponents=nil, components=nil, componentlimittype=nil, approververifytypes=nil, approversigntypes=nil)
|
5618
5634
|
@ApproverType = approvertype
|
@@ -6097,8 +6113,8 @@ module TencentCloud
|
|
6097
6113
|
|
6098
6114
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
6099
6115
|
extend Gem::Deprecate
|
6100
|
-
deprecate :Organization, :none, 2023,
|
6101
|
-
deprecate :Organization=, :none, 2023,
|
6116
|
+
deprecate :Organization, :none, 2023, 9
|
6117
|
+
deprecate :Organization=, :none, 2023, 9
|
6102
6118
|
|
6103
6119
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
6104
6120
|
@TaskId = taskid
|
@@ -6654,16 +6670,16 @@ module TencentCloud
|
|
6654
6670
|
|
6655
6671
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
6656
6672
|
extend Gem::Deprecate
|
6657
|
-
deprecate :OrganizationId, :none, 2023,
|
6658
|
-
deprecate :OrganizationId=, :none, 2023,
|
6659
|
-
deprecate :Channel, :none, 2023,
|
6660
|
-
deprecate :Channel=, :none, 2023,
|
6661
|
-
deprecate :OrganizationOpenId, :none, 2023,
|
6662
|
-
deprecate :OrganizationOpenId=, :none, 2023,
|
6663
|
-
deprecate :ClientIp, :none, 2023,
|
6664
|
-
deprecate :ClientIp=, :none, 2023,
|
6665
|
-
deprecate :ProxyIp, :none, 2023,
|
6666
|
-
deprecate :ProxyIp=, :none, 2023,
|
6673
|
+
deprecate :OrganizationId, :none, 2023, 9
|
6674
|
+
deprecate :OrganizationId=, :none, 2023, 9
|
6675
|
+
deprecate :Channel, :none, 2023, 9
|
6676
|
+
deprecate :Channel=, :none, 2023, 9
|
6677
|
+
deprecate :OrganizationOpenId, :none, 2023, 9
|
6678
|
+
deprecate :OrganizationOpenId=, :none, 2023, 9
|
6679
|
+
deprecate :ClientIp, :none, 2023, 9
|
6680
|
+
deprecate :ClientIp=, :none, 2023, 9
|
6681
|
+
deprecate :ProxyIp, :none, 2023, 9
|
6682
|
+
deprecate :ProxyIp=, :none, 2023, 9
|
6667
6683
|
|
6668
6684
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
6669
6685
|
@OrganizationId = organizationid
|
@@ -6985,8 +7001,8 @@ module TencentCloud
|
|
6985
7001
|
|
6986
7002
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
|
6987
7003
|
extend Gem::Deprecate
|
6988
|
-
deprecate :Uscc, :none, 2023,
|
6989
|
-
deprecate :Uscc=, :none, 2023,
|
7004
|
+
deprecate :Uscc, :none, 2023, 9
|
7005
|
+
deprecate :Uscc=, :none, 2023, 9
|
6990
7006
|
|
6991
7007
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
|
6992
7008
|
@LegalName = legalname
|
@@ -7076,13 +7092,15 @@ module TencentCloud
|
|
7076
7092
|
end
|
7077
7093
|
end
|
7078
7094
|
|
7079
|
-
#
|
7095
|
+
# 催办接口返回的详细信息。
|
7080
7096
|
class RemindFlowRecords < TencentCloud::Common::AbstractModel
|
7081
|
-
# @param CanRemind:
|
7097
|
+
# @param CanRemind: 合同流程是否可以催办:
|
7098
|
+
# true - 可以,false - 不可以。
|
7099
|
+
# 若无法催办,将返回RemindMessage以解释原因。
|
7082
7100
|
# @type CanRemind: Boolean
|
7083
|
-
# @param FlowId:
|
7101
|
+
# @param FlowId: 合同流程ID,为32位字符串。
|
7084
7102
|
# @type FlowId: String
|
7085
|
-
# @param RemindMessage:
|
7103
|
+
# @param RemindMessage: 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
|
7086
7104
|
# @type RemindMessage: String
|
7087
7105
|
|
7088
7106
|
attr_accessor :CanRemind, :FlowId, :RemindMessage
|
@@ -7537,8 +7555,8 @@ module TencentCloud
|
|
7537
7555
|
|
7538
7556
|
attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published, :TemplateSeals, :Seals
|
7539
7557
|
extend Gem::Deprecate
|
7540
|
-
deprecate :Seals, :none, 2023,
|
7541
|
-
deprecate :Seals=, :none, 2023,
|
7558
|
+
deprecate :Seals, :none, 2023, 9
|
7559
|
+
deprecate :Seals=, :none, 2023, 9
|
7542
7560
|
|
7543
7561
|
def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil, templateseals=nil, seals=nil)
|
7544
7562
|
@TemplateId = templateid
|
@@ -7812,8 +7830,8 @@ module TencentCloud
|
|
7812
7830
|
|
7813
7831
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls
|
7814
7832
|
extend Gem::Deprecate
|
7815
|
-
deprecate :FileUrls, :none, 2023,
|
7816
|
-
deprecate :FileUrls=, :none, 2023,
|
7833
|
+
deprecate :FileUrls, :none, 2023, 9
|
7834
|
+
deprecate :FileUrls=, :none, 2023, 9
|
7817
7835
|
|
7818
7836
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil)
|
7819
7837
|
@BusinessType = businesstype
|
@@ -7885,14 +7903,14 @@ module TencentCloud
|
|
7885
7903
|
|
7886
7904
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
7887
7905
|
extend Gem::Deprecate
|
7888
|
-
deprecate :Channel, :none, 2023,
|
7889
|
-
deprecate :Channel=, :none, 2023,
|
7890
|
-
deprecate :OpenId, :none, 2023,
|
7891
|
-
deprecate :OpenId=, :none, 2023,
|
7892
|
-
deprecate :ClientIp, :none, 2023,
|
7893
|
-
deprecate :ClientIp=, :none, 2023,
|
7894
|
-
deprecate :ProxyIp, :none, 2023,
|
7895
|
-
deprecate :ProxyIp=, :none, 2023,
|
7906
|
+
deprecate :Channel, :none, 2023, 9
|
7907
|
+
deprecate :Channel=, :none, 2023, 9
|
7908
|
+
deprecate :OpenId, :none, 2023, 9
|
7909
|
+
deprecate :OpenId=, :none, 2023, 9
|
7910
|
+
deprecate :ClientIp, :none, 2023, 9
|
7911
|
+
deprecate :ClientIp=, :none, 2023, 9
|
7912
|
+
deprecate :ProxyIp, :none, 2023, 9
|
7913
|
+
deprecate :ProxyIp=, :none, 2023, 9
|
7896
7914
|
|
7897
7915
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
7898
7916
|
@UserId = userid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.651
|
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-
|
11
|
+
date: 2023-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|