tencentcloud-sdk-ess 3.0.452 → 3.0.454

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fabccdd0be66e4b229262375371143512da077de
4
- data.tar.gz: 6f8c97cae081ff018da91bab5246de07d654fc31
3
+ metadata.gz: 0aad68634579750eb74aba48f45222f248830594
4
+ data.tar.gz: eb4954c6a912baf15a7bddaf4ddfdc2de3965297
5
5
  SHA512:
6
- metadata.gz: 5faa03af7867265f6dacbeb166404a181feebf985c652f1dacea3032ce46ec4a098ceacc7d06275871f9f3180047262201ae00ee5484e42b5e8f5d316fbb9e12
7
- data.tar.gz: c9384cc3cd05dd023a67888c44ba60fd73f27b905a97d02680a2da3556e38949b53f528dd17690f8788e1c10df786b70da5743c9732f2aa6bfab4291722c0251
6
+ metadata.gz: fc6a8668993d94a08ba420c9ac515178341b46a0de0a2bd095826e91f15fe220b0cf9c3c771d1c02115d9c4dd4565ff10198e49999c1e16f5b90412961a112c5
7
+ data.tar.gz: 9bd042a1082e8f6c2f1899a4018d6ebaba9e203e0083a1da651365f46689a022b97648b9bbe771b9160eab89dc5b333612a3a0b7d0f78480eb29d505fa7259bd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.452
1
+ 3.0.454
@@ -236,7 +236,7 @@ module TencentCloud
236
236
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
237
237
  end
238
238
 
239
- # 创建出证报告,返回报告 URL。此接口暂未开放,有问题请联系运营人员。
239
+ # 创建出证报告,返回报告 ID。
240
240
 
241
241
  # @param request: Request instance for CreateFlowEvidenceReport.
242
242
  # @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowEvidenceReportRequest`
@@ -331,7 +331,8 @@ module TencentCloud
331
331
  # DYNAMIC_TABLE - 动态表格控件;
332
332
  # ATTACHMENT - 附件控件;
333
333
  # SELECTOR - 选择器控件;
334
- # DATE - 日期控件;默认是格式化为xxxx年xx月xx
334
+ # DATE - 日期控件;默认是格式化为xxxx年xx月xx日;
335
+ # DISTRICT - 省市区行政区划控件;
335
336
 
336
337
  # 如果是SignComponent控件类型,则可选的字段为
337
338
  # SIGN_SEAL - 签署印章控件;
@@ -362,6 +363,12 @@ module TencentCloud
362
363
  # @param ComponentRequired: 是否必选,默认为false
363
364
  # @type ComponentRequired: Boolean
364
365
  # @param ComponentExtra: 扩展参数:
366
+ # 为JSON格式。
367
+
368
+ # ComponentType为FILL_IMAGE时,支持以下参数:
369
+ # NotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中
370
+ # FillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放
371
+
365
372
  # ComponentType为SIGN_SIGNATURE类型可以控制签署方式
366
373
  # {“ComponentTypeLimit”: [“xxx”]}
367
374
  # xxx可以为:
@@ -396,10 +403,18 @@ module TencentCloud
396
403
  # @type OffsetX: Float
397
404
  # @param OffsetY: 指定关键字时纵坐标偏移量,单位pt
398
405
  # @type OffsetY: Float
399
-
400
- attr_accessor :ComponentType, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :FileIndex, :ComponentId, :ComponentName, :ComponentRequired, :ComponentExtra, :ComponentRecipientId, :ComponentValue, :IsFormType, :GenerateMode, :ComponentDateFontSize, :OffsetX, :OffsetY
401
-
402
- def initialize(componenttype=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, fileindex=nil, componentid=nil, componentname=nil, componentrequired=nil, componentextra=nil, componentrecipientid=nil, componentvalue=nil, isformtype=nil, generatemode=nil, componentdatefontsize=nil, offsetx=nil, offsety=nil)
406
+ # @param KeywordOrder: 指定关键字排序规则
407
+ # @type KeywordOrder: String
408
+ # @param KeywordPage: 指定关键字页码
409
+ # @type KeywordPage: Integer
410
+ # @param RelativeLocation: 关键字位置模式
411
+ # @type RelativeLocation: String
412
+ # @param KeywordIndexes: 关键字索引
413
+ # @type KeywordIndexes: Array
414
+
415
+ attr_accessor :ComponentType, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :FileIndex, :ComponentId, :ComponentName, :ComponentRequired, :ComponentExtra, :ComponentRecipientId, :ComponentValue, :IsFormType, :GenerateMode, :ComponentDateFontSize, :OffsetX, :OffsetY, :KeywordOrder, :KeywordPage, :RelativeLocation, :KeywordIndexes
416
+
417
+ def initialize(componenttype=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, fileindex=nil, componentid=nil, componentname=nil, componentrequired=nil, componentextra=nil, componentrecipientid=nil, componentvalue=nil, isformtype=nil, generatemode=nil, componentdatefontsize=nil, offsetx=nil, offsety=nil, keywordorder=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil)
403
418
  @ComponentType = componenttype
404
419
  @ComponentWidth = componentwidth
405
420
  @ComponentHeight = componentheight
@@ -418,6 +433,10 @@ module TencentCloud
418
433
  @ComponentDateFontSize = componentdatefontsize
419
434
  @OffsetX = offsetx
420
435
  @OffsetY = offsety
436
+ @KeywordOrder = keywordorder
437
+ @KeywordPage = keywordpage
438
+ @RelativeLocation = relativelocation
439
+ @KeywordIndexes = keywordindexes
421
440
  end
422
441
 
423
442
  def deserialize(params)
@@ -439,6 +458,10 @@ module TencentCloud
439
458
  @ComponentDateFontSize = params['ComponentDateFontSize']
440
459
  @OffsetX = params['OffsetX']
441
460
  @OffsetY = params['OffsetY']
461
+ @KeywordOrder = params['KeywordOrder']
462
+ @KeywordPage = params['KeywordPage']
463
+ @RelativeLocation = params['RelativeLocation']
464
+ @KeywordIndexes = params['KeywordIndexes']
442
465
  end
443
466
  end
444
467
 
@@ -870,20 +893,32 @@ module TencentCloud
870
893
 
871
894
  # CreateFlowEvidenceReport返回参数结构体
872
895
  class CreateFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
873
- # @param ReportUrl: 出证报告 URL(有效期5分钟)
896
+ # @param ReportId: 出证报告 ID
897
+ # 注意:此字段可能返回 null,表示取不到有效值。
898
+ # @type ReportId: String
899
+ # @param ReportUrl: 废除,字段无效
900
+ # 注意:此字段可能返回 null,表示取不到有效值。
874
901
  # @type ReportUrl: String
902
+ # @param Status: 执行中:EvidenceStatusExecuting
903
+ # 成功:EvidenceStatusSuccess
904
+ # 失败:EvidenceStatusFailed
905
+ # @type Status: String
875
906
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
876
907
  # @type RequestId: String
877
908
 
878
- attr_accessor :ReportUrl, :RequestId
909
+ attr_accessor :ReportId, :ReportUrl, :Status, :RequestId
879
910
 
880
- def initialize(reporturl=nil, requestid=nil)
911
+ def initialize(reportid=nil, reporturl=nil, status=nil, requestid=nil)
912
+ @ReportId = reportid
881
913
  @ReportUrl = reporturl
914
+ @Status = status
882
915
  @RequestId = requestid
883
916
  end
884
917
 
885
918
  def deserialize(params)
919
+ @ReportId = params['ReportId']
886
920
  @ReportUrl = params['ReportUrl']
921
+ @Status = params['Status']
887
922
  @RequestId = params['RequestId']
888
923
  end
889
924
  end
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.452
4
+ version: 3.0.454
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-15 00:00:00.000000000 Z
11
+ date: 2022-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20201111/models.rb
37
- - lib/v20201111/client.rb
38
36
  - lib/tencentcloud-sdk-ess.rb
37
+ - lib/v20201111/client.rb
38
+ - lib/v20201111/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: