tencentcloud-sdk-ess 3.0.715 → 3.0.717

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +127 -81
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4160a830a7a9ec8a9466afe08b10d0c430e1037
4
- data.tar.gz: 96dc3f683877194b9809e03d1133686f8b86b672
3
+ metadata.gz: 5fb12b0856dc059f24a0673459c2153931550a5a
4
+ data.tar.gz: 8fd86f582399ebb427a071dc37d23afc5e445d0c
5
5
  SHA512:
6
- metadata.gz: 81c4ec8fe7279b8e0d9365895b971af32f0408800ce06df4e685810ab0a2b722b449ea4faddc1ab2c8708348bca5f2572034450f43f8ad7621fa896affb58e84
7
- data.tar.gz: 46f7f61c0278e9e73124ccf31a4939f72bcec93076104322c35a36159518d37637ba34fa111a0935a3848beb75c31f2f65ff5a605f0c8ebaab241c487cbf391a
6
+ metadata.gz: 7981838bb99f8d887648ea1a3e7c418e884779ebd4323472318351a29b513ac480818c4f855cfd4e99d699c9cbb4b42b6ce571db011da27eefb09aeeddace47e
7
+ data.tar.gz: e8fb390f7dede319fe21bddc47ce6f76e0ce8f2e0ca283a29ad672326359c59f9a79718cd18aca65adc1b172ec1279c04cb063ae5665d90f6119ecb227ab2199
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.715
1
+ 3.0.717
@@ -54,12 +54,12 @@ module TencentCloud
54
54
 
55
55
  attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
56
56
  extend Gem::Deprecate
57
- deprecate :AppId, :none, 2023, 11
58
- deprecate :AppId=, :none, 2023, 11
59
- deprecate :ProxyAppId, :none, 2023, 11
60
- deprecate :ProxyAppId=, :none, 2023, 11
61
- deprecate :ProxyOperator, :none, 2023, 11
62
- deprecate :ProxyOperator=, :none, 2023, 11
57
+ deprecate :AppId, :none, 2023, 12
58
+ deprecate :AppId=, :none, 2023, 12
59
+ deprecate :ProxyAppId, :none, 2023, 12
60
+ deprecate :ProxyAppId=, :none, 2023, 12
61
+ deprecate :ProxyOperator, :none, 2023, 12
62
+ deprecate :ProxyOperator=, :none, 2023, 12
63
63
 
64
64
  def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
65
65
  @AppId = appid
@@ -435,8 +435,8 @@ module TencentCloud
435
435
 
436
436
  attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType
437
437
  extend Gem::Deprecate
438
- deprecate :CallbackUrl, :none, 2023, 11
439
- deprecate :CallbackUrl=, :none, 2023, 11
438
+ deprecate :CallbackUrl, :none, 2023, 12
439
+ deprecate :CallbackUrl=, :none, 2023, 12
440
440
 
441
441
  def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil)
442
442
  @UserInfo = userinfo
@@ -625,8 +625,8 @@ module TencentCloud
625
625
 
626
626
  attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
627
627
  extend Gem::Deprecate
628
- deprecate :Token, :none, 2023, 11
629
- deprecate :Token=, :none, 2023, 11
628
+ deprecate :Token, :none, 2023, 12
629
+ deprecate :Token=, :none, 2023, 12
630
630
 
631
631
  def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
632
632
  @CallbackUrl = callbackurl
@@ -656,12 +656,12 @@ module TencentCloud
656
656
 
657
657
  attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
658
658
  extend Gem::Deprecate
659
- deprecate :ApplicationId, :none, 2023, 11
660
- deprecate :ApplicationId=, :none, 2023, 11
661
- deprecate :OrganizationId, :none, 2023, 11
662
- deprecate :OrganizationId=, :none, 2023, 11
663
- deprecate :SubOrganizationId, :none, 2023, 11
664
- deprecate :SubOrganizationId=, :none, 2023, 11
659
+ deprecate :ApplicationId, :none, 2023, 12
660
+ deprecate :ApplicationId=, :none, 2023, 12
661
+ deprecate :OrganizationId, :none, 2023, 12
662
+ deprecate :OrganizationId=, :none, 2023, 12
663
+ deprecate :SubOrganizationId, :none, 2023, 12
664
+ deprecate :SubOrganizationId=, :none, 2023, 12
665
665
 
666
666
  def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
667
667
  @ApplicationId = applicationid
@@ -1503,8 +1503,8 @@ module TencentCloud
1503
1503
 
1504
1504
  attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
1505
1505
  extend Gem::Deprecate
1506
- deprecate :Organization, :none, 2023, 11
1507
- deprecate :Organization=, :none, 2023, 11
1506
+ deprecate :Organization, :none, 2023, 12
1507
+ deprecate :Organization=, :none, 2023, 12
1508
1508
 
1509
1509
  def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
1510
1510
  @ResourceType = resourcetype
@@ -1567,6 +1567,9 @@ module TencentCloud
1567
1567
  # @param FileNames: 文件名列表,单个文件名最大长度200个字符,暂时仅支持单文件发起。设置后流程对应的文件名称当前设置的值。
1568
1568
  # @type FileNames: Array
1569
1569
  # @param FormFields: 电子文档的填写控件的填充内容。具体方式可以参考[FormField](https://qian.tencent.com/developers/companyApis/dataTypes/#formfield)结构体的定义。
1570
+ # <ul>
1571
+ # <li>支持自动签传递印章,可通过指定自动签控件id,指定印章id来完成</li>
1572
+ # </ul>
1570
1573
  # @type FormFields: Array
1571
1574
  # @param NeedPreview: 是否为预览模式,取值如下:
1572
1575
  # <ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li>
@@ -1687,7 +1690,8 @@ module TencentCloud
1687
1690
  # @param BusinessId: WEB嵌入的业务资源ID
1688
1691
  # <ul><li>PREVIEW_SEAL_DETAIL,必填,取值为印章id</li>
1689
1692
  # <li>MODIFY_TEMPLATE,PREVIEW_TEMPLATE,必填,取值为模板id</li>
1690
- # <li>PREVIEW_FLOW,PREVIEW_FLOW_DETAIL,必填,取值为合同id</li><ul>
1693
+ # <li>PREVIEW_FLOW,PREVIEW_FLOW_DETAIL,必填,取值为合同id</li>
1694
+ # </ul>
1691
1695
  # @type BusinessId: String
1692
1696
  # @param Agent: 代理企业和员工的信息。
1693
1697
  # <br/>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
@@ -1696,16 +1700,29 @@ module TencentCloud
1696
1700
  # @type Reviewer: :class:`Tencentcloud::Ess.v20201111.models.ReviewerInfo`
1697
1701
  # @param Option: 个性化参数,用于控制页面展示内容
1698
1702
  # @type Option: :class:`Tencentcloud::Ess.v20201111.models.EmbedUrlOption`
1703
+ # @param UserData: 用户自定义参数
1704
+ # <ul>
1705
+ # <li>目前仅支持EmbedType=CREATE_TEMPLATE时传入</li>
1706
+ # <li>指定后,创建,编辑,删除模版时,回调都会携带该userData</li>
1707
+ # <li>支持的格式:json字符串的BASE64编码字符串</li>
1708
+ # <li>示例:<ul>
1709
+ # <li>json字符串:{"ComeFrom":"xxx"},BASE64编码:eyJDb21lRnJvbSI6Inh4eCJ9</li>
1710
+ # <li>eyJDb21lRnJvbSI6Inh4eCJ9,为符合要求的userData数据格式</li>
1711
+ # </ul>
1712
+ # </li>
1713
+ # </ul>
1714
+ # @type UserData: String
1699
1715
 
1700
- attr_accessor :Operator, :EmbedType, :BusinessId, :Agent, :Reviewer, :Option
1716
+ attr_accessor :Operator, :EmbedType, :BusinessId, :Agent, :Reviewer, :Option, :UserData
1701
1717
 
1702
- def initialize(operator=nil, embedtype=nil, businessid=nil, agent=nil, reviewer=nil, option=nil)
1718
+ def initialize(operator=nil, embedtype=nil, businessid=nil, agent=nil, reviewer=nil, option=nil, userdata=nil)
1703
1719
  @Operator = operator
1704
1720
  @EmbedType = embedtype
1705
1721
  @BusinessId = businessid
1706
1722
  @Agent = agent
1707
1723
  @Reviewer = reviewer
1708
1724
  @Option = option
1725
+ @UserData = userdata
1709
1726
  end
1710
1727
 
1711
1728
  def deserialize(params)
@@ -1727,6 +1744,7 @@ module TencentCloud
1727
1744
  @Option = EmbedUrlOption.new
1728
1745
  @Option.deserialize(params['Option'])
1729
1746
  end
1747
+ @UserData = params['UserData']
1730
1748
  end
1731
1749
  end
1732
1750
 
@@ -2171,8 +2189,8 @@ module TencentCloud
2171
2189
 
2172
2190
  attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
2173
2191
  extend Gem::Deprecate
2174
- deprecate :ReportUrl, :none, 2023, 11
2175
- deprecate :ReportUrl=, :none, 2023, 11
2192
+ deprecate :ReportUrl, :none, 2023, 12
2193
+ deprecate :ReportUrl=, :none, 2023, 12
2176
2194
 
2177
2195
  def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
2178
2196
  @ReportId = reportid
@@ -2556,10 +2574,10 @@ module TencentCloud
2556
2574
 
2557
2575
  attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
2558
2576
  extend Gem::Deprecate
2559
- deprecate :RelatedFlowId, :none, 2023, 11
2560
- deprecate :RelatedFlowId=, :none, 2023, 11
2561
- deprecate :CallbackUrl, :none, 2023, 11
2562
- deprecate :CallbackUrl=, :none, 2023, 11
2577
+ deprecate :RelatedFlowId, :none, 2023, 12
2578
+ deprecate :RelatedFlowId=, :none, 2023, 12
2579
+ deprecate :CallbackUrl, :none, 2023, 12
2580
+ deprecate :CallbackUrl=, :none, 2023, 12
2563
2581
 
2564
2582
  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)
2565
2583
  @Operator = operator
@@ -2748,8 +2766,8 @@ module TencentCloud
2748
2766
 
2749
2767
  attr_accessor :FlowId, :FlowApproverInfos, :Operator, :Agent, :Organization, :JumpUrl
2750
2768
  extend Gem::Deprecate
2751
- deprecate :Organization, :none, 2023, 11
2752
- deprecate :Organization=, :none, 2023, 11
2769
+ deprecate :Organization, :none, 2023, 12
2770
+ deprecate :Organization=, :none, 2023, 12
2753
2771
 
2754
2772
  def initialize(flowid=nil, flowapproverinfos=nil, operator=nil, agent=nil, organization=nil, jumpurl=nil)
2755
2773
  @FlowId = flowid
@@ -3127,10 +3145,10 @@ module TencentCloud
3127
3145
 
3128
3146
  attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes
3129
3147
  extend Gem::Deprecate
3130
- deprecate :CallbackUrl, :none, 2023, 11
3131
- deprecate :CallbackUrl=, :none, 2023, 11
3132
- deprecate :ApproverRestrictions, :none, 2023, 11
3133
- deprecate :ApproverRestrictions=, :none, 2023, 11
3148
+ deprecate :CallbackUrl, :none, 2023, 12
3149
+ deprecate :CallbackUrl=, :none, 2023, 12
3150
+ deprecate :ApproverRestrictions, :none, 2023, 12
3151
+ deprecate :ApproverRestrictions=, :none, 2023, 12
3134
3152
 
3135
3153
  def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, qreffectiveday=nil, floweffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil, approvercomponentlimittypes=nil)
3136
3154
  @Operator = operator
@@ -3678,8 +3696,8 @@ module TencentCloud
3678
3696
 
3679
3697
  attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
3680
3698
  extend Gem::Deprecate
3681
- deprecate :SealImage, :none, 2023, 11
3682
- deprecate :SealImage=, :none, 2023, 11
3699
+ deprecate :SealImage, :none, 2023, 12
3700
+ deprecate :SealImage=, :none, 2023, 12
3683
3701
 
3684
3702
  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, scenekey=nil)
3685
3703
  @UserName = username
@@ -5011,10 +5029,10 @@ module TencentCloud
5011
5029
 
5012
5030
  attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
5013
5031
  extend Gem::Deprecate
5014
- deprecate :CcToken, :none, 2023, 11
5015
- deprecate :CcToken=, :none, 2023, 11
5016
- deprecate :Scene, :none, 2023, 11
5017
- deprecate :Scene=, :none, 2023, 11
5032
+ deprecate :CcToken, :none, 2023, 12
5033
+ deprecate :CcToken=, :none, 2023, 12
5034
+ deprecate :Scene, :none, 2023, 12
5035
+ deprecate :Scene=, :none, 2023, 12
5018
5036
 
5019
5037
  def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
5020
5038
  @Operator = operator
@@ -5381,12 +5399,12 @@ module TencentCloud
5381
5399
 
5382
5400
  attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
5383
5401
  extend Gem::Deprecate
5384
- deprecate :IsChannel, :none, 2023, 11
5385
- deprecate :IsChannel=, :none, 2023, 11
5386
- deprecate :Organization, :none, 2023, 11
5387
- deprecate :Organization=, :none, 2023, 11
5388
- deprecate :GenerateSource, :none, 2023, 11
5389
- deprecate :GenerateSource=, :none, 2023, 11
5402
+ deprecate :IsChannel, :none, 2023, 12
5403
+ deprecate :IsChannel=, :none, 2023, 12
5404
+ deprecate :Organization, :none, 2023, 12
5405
+ deprecate :Organization=, :none, 2023, 12
5406
+ deprecate :GenerateSource, :none, 2023, 12
5407
+ deprecate :GenerateSource=, :none, 2023, 12
5390
5408
 
5391
5409
  def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
5392
5410
  @Operator = operator
@@ -5806,8 +5824,8 @@ module TencentCloud
5806
5824
 
5807
5825
  attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
5808
5826
  extend Gem::Deprecate
5809
- deprecate :ActivedTotal, :none, 2023, 11
5810
- deprecate :ActivedTotal=, :none, 2023, 11
5827
+ deprecate :ActivedTotal, :none, 2023, 12
5828
+ deprecate :ActivedTotal=, :none, 2023, 12
5811
5829
 
5812
5830
  def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
5813
5831
  @Total = total
@@ -6906,8 +6924,8 @@ module TencentCloud
6906
6924
 
6907
6925
  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
6908
6926
  extend Gem::Deprecate
6909
- deprecate :JumpUrl, :none, 2023, 11
6910
- deprecate :JumpUrl=, :none, 2023, 11
6927
+ deprecate :JumpUrl, :none, 2023, 12
6928
+ deprecate :JumpUrl=, :none, 2023, 12
6911
6929
 
6912
6930
  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)
6913
6931
  @ApproverType = approvertype
@@ -7113,8 +7131,8 @@ module TencentCloud
7113
7131
 
7114
7132
  attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene
7115
7133
  extend Gem::Deprecate
7116
- deprecate :CallbackUrl, :none, 2023, 11
7117
- deprecate :CallbackUrl=, :none, 2023, 11
7134
+ deprecate :CallbackUrl, :none, 2023, 12
7135
+ deprecate :CallbackUrl=, :none, 2023, 12
7118
7136
 
7119
7137
  def initialize(flowname=nil, approvers=nil, fileids=nil, templateid=nil, flowtype=nil, flowdescription=nil, deadline=nil, callbackurl=nil, userdata=nil, unordered=nil, components=nil, needsignreview=nil, autosignscene=nil)
7120
7138
  @FlowName = flowname
@@ -7196,7 +7214,21 @@ module TencentCloud
7196
7214
 
7197
7215
  # 电子文档的控件填充信息。按照控件类型进行相应的填充。
7198
7216
 
7217
+ # 当控件的 ComponentType=‘SIGN_SEAL'时,FormField.ComponentValue填入印章id。
7218
+
7219
+ # * 可用于指定自动签模版未设置自动签印章时,可由接口传入自动签印章
7220
+ # * 若指定的控件上已设置ComponentValue,那以已经设置的ComponentValue为准
7221
+
7222
+ # ```
7223
+ # FormField输入示例:
7224
+ # {
7225
+ # "ComponentId": "componentId1",
7226
+ # "ComponentValue": "sealId(印章id)"
7227
+ # }
7228
+ # ```
7229
+
7199
7230
  # 当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容
7231
+
7200
7232
  # ```
7201
7233
  # FormField输入示例:
7202
7234
  # {
@@ -7204,7 +7236,9 @@ module TencentCloud
7204
7236
  # "ComponentValue": "文本内容"
7205
7237
  # }
7206
7238
  # ```
7239
+
7207
7240
  # 当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。
7241
+
7208
7242
  # ```
7209
7243
  # FormField输入示例:
7210
7244
  # {
@@ -7212,7 +7246,9 @@ module TencentCloud
7212
7246
  # "ComponentValue": "多行文本内容"
7213
7247
  # }
7214
7248
  # ```
7249
+
7215
7250
  # 当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本
7251
+
7216
7252
  # ```
7217
7253
  # FormField输入示例:
7218
7254
  # {
@@ -7220,7 +7256,9 @@ module TencentCloud
7220
7256
  # "ComponentValue": "true"
7221
7257
  # }
7222
7258
  # ```
7259
+
7223
7260
  # 当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID
7261
+
7224
7262
  # ```
7225
7263
  # FormField输入示例:
7226
7264
  # {
@@ -7228,7 +7266,9 @@ module TencentCloud
7228
7266
  # "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx"
7229
7267
  # }
7230
7268
  # ```
7269
+
7231
7270
  # 当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;
7271
+
7232
7272
  # ```
7233
7273
  # FormField输入示例:
7234
7274
  # {
@@ -7236,7 +7276,9 @@ module TencentCloud
7236
7276
  # "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3"
7237
7277
  # }
7238
7278
  # ```
7279
+
7239
7280
  # 当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;
7281
+
7240
7282
  # ```
7241
7283
  # FormField输入示例:
7242
7284
  # {
@@ -7244,7 +7286,9 @@ module TencentCloud
7244
7286
  # "ComponentValue": "选择的内容"
7245
7287
  # }
7246
7288
  # ```
7289
+
7247
7290
  # 当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
7291
+
7248
7292
  # ```
7249
7293
  # FormField输入示例:
7250
7294
  # {
@@ -7252,7 +7296,9 @@ module TencentCloud
7252
7296
  # "ComponentValue": "2023年01月01日"
7253
7297
  # }
7254
7298
  # ```
7299
+
7255
7300
  # 当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;
7301
+
7256
7302
  # ```
7257
7303
  # FormField输入示例:
7258
7304
  # {
@@ -7260,6 +7306,7 @@ module TencentCloud
7260
7306
  # "ComponentValue": "广东省深圳市福田区"
7261
7307
  # }
7262
7308
  # ```
7309
+
7263
7310
  # 【数据表格传参说明】
7264
7311
  # 当控件的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)
7265
7312
  # 输入示例1:
@@ -7304,7 +7351,6 @@ module TencentCloud
7304
7351
  # ]
7305
7352
  # }
7306
7353
  # }
7307
-
7308
7354
  # ```
7309
7355
 
7310
7356
  # 输入示例2(表格表头宽度比例配置):
@@ -7352,8 +7398,8 @@ module TencentCloud
7352
7398
  # ]
7353
7399
  # }
7354
7400
  # }
7355
-
7356
7401
  # ```
7402
+
7357
7403
  # 表格参数说明
7358
7404
 
7359
7405
  # | 名称 | 类型 | 描述 |
@@ -7414,8 +7460,8 @@ module TencentCloud
7414
7460
 
7415
7461
  attr_accessor :TaskId, :Operator, :Agent, :Organization
7416
7462
  extend Gem::Deprecate
7417
- deprecate :Organization, :none, 2023, 11
7418
- deprecate :Organization=, :none, 2023, 11
7463
+ deprecate :Organization, :none, 2023, 12
7464
+ deprecate :Organization=, :none, 2023, 12
7419
7465
 
7420
7466
  def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
7421
7467
  @TaskId = taskid
@@ -7962,16 +8008,16 @@ module TencentCloud
7962
8008
 
7963
8009
  attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
7964
8010
  extend Gem::Deprecate
7965
- deprecate :OrganizationId, :none, 2023, 11
7966
- deprecate :OrganizationId=, :none, 2023, 11
7967
- deprecate :Channel, :none, 2023, 11
7968
- deprecate :Channel=, :none, 2023, 11
7969
- deprecate :OrganizationOpenId, :none, 2023, 11
7970
- deprecate :OrganizationOpenId=, :none, 2023, 11
7971
- deprecate :ClientIp, :none, 2023, 11
7972
- deprecate :ClientIp=, :none, 2023, 11
7973
- deprecate :ProxyIp, :none, 2023, 11
7974
- deprecate :ProxyIp=, :none, 2023, 11
8011
+ deprecate :OrganizationId, :none, 2023, 12
8012
+ deprecate :OrganizationId=, :none, 2023, 12
8013
+ deprecate :Channel, :none, 2023, 12
8014
+ deprecate :Channel=, :none, 2023, 12
8015
+ deprecate :OrganizationOpenId, :none, 2023, 12
8016
+ deprecate :OrganizationOpenId=, :none, 2023, 12
8017
+ deprecate :ClientIp, :none, 2023, 12
8018
+ deprecate :ClientIp=, :none, 2023, 12
8019
+ deprecate :ProxyIp, :none, 2023, 12
8020
+ deprecate :ProxyIp=, :none, 2023, 12
7975
8021
 
7976
8022
  def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
7977
8023
  @OrganizationId = organizationid
@@ -8305,8 +8351,8 @@ module TencentCloud
8305
8351
 
8306
8352
  attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
8307
8353
  extend Gem::Deprecate
8308
- deprecate :Uscc, :none, 2023, 11
8309
- deprecate :Uscc=, :none, 2023, 11
8354
+ deprecate :Uscc, :none, 2023, 12
8355
+ deprecate :Uscc=, :none, 2023, 12
8310
8356
 
8311
8357
  def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
8312
8358
  @LegalName = legalname
@@ -8664,8 +8710,8 @@ module TencentCloud
8664
8710
 
8665
8711
  attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
8666
8712
  extend Gem::Deprecate
8667
- deprecate :ClientToken, :none, 2023, 11
8668
- deprecate :ClientToken=, :none, 2023, 11
8713
+ deprecate :ClientToken, :none, 2023, 12
8714
+ deprecate :ClientToken=, :none, 2023, 12
8669
8715
 
8670
8716
  def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
8671
8717
  @Operator = operator
@@ -8872,8 +8918,8 @@ module TencentCloud
8872
8918
 
8873
8919
  attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published, :ShareTemplateId, :TemplateSeals, :Seals
8874
8920
  extend Gem::Deprecate
8875
- deprecate :Seals, :none, 2023, 11
8876
- deprecate :Seals=, :none, 2023, 11
8921
+ deprecate :Seals, :none, 2023, 12
8922
+ deprecate :Seals=, :none, 2023, 12
8877
8923
 
8878
8924
  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, sharetemplateid=nil, templateseals=nil, seals=nil)
8879
8925
  @TemplateId = templateid
@@ -9176,8 +9222,8 @@ module TencentCloud
9176
9222
 
9177
9223
  attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
9178
9224
  extend Gem::Deprecate
9179
- deprecate :FileUrls, :none, 2023, 11
9180
- deprecate :FileUrls=, :none, 2023, 11
9225
+ deprecate :FileUrls, :none, 2023, 12
9226
+ deprecate :FileUrls=, :none, 2023, 12
9181
9227
 
9182
9228
  def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
9183
9229
  @BusinessType = businesstype
@@ -9255,14 +9301,14 @@ module TencentCloud
9255
9301
 
9256
9302
  attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
9257
9303
  extend Gem::Deprecate
9258
- deprecate :Channel, :none, 2023, 11
9259
- deprecate :Channel=, :none, 2023, 11
9260
- deprecate :OpenId, :none, 2023, 11
9261
- deprecate :OpenId=, :none, 2023, 11
9262
- deprecate :ClientIp, :none, 2023, 11
9263
- deprecate :ClientIp=, :none, 2023, 11
9264
- deprecate :ProxyIp, :none, 2023, 11
9265
- deprecate :ProxyIp=, :none, 2023, 11
9304
+ deprecate :Channel, :none, 2023, 12
9305
+ deprecate :Channel=, :none, 2023, 12
9306
+ deprecate :OpenId, :none, 2023, 12
9307
+ deprecate :OpenId=, :none, 2023, 12
9308
+ deprecate :ClientIp, :none, 2023, 12
9309
+ deprecate :ClientIp=, :none, 2023, 12
9310
+ deprecate :ProxyIp, :none, 2023, 12
9311
+ deprecate :ProxyIp=, :none, 2023, 12
9266
9312
 
9267
9313
  def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
9268
9314
  @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.715
4
+ version: 3.0.717
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-28 00:00:00.000000000 Z
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common