tencentcloud-sdk-ess 3.0.451 → 3.0.453

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: 939b8f88731c4f0490dcf955ad3db7dd0e99bca9
4
- data.tar.gz: 00ae1bd973065ad5f7c1a3f45670539783f8d956
3
+ metadata.gz: 3044f60d44ed7369a29ee923bc22999d3d4ff92f
4
+ data.tar.gz: f89ce8ceca37b3780cef0cc44e4c4e2881fb2468
5
5
  SHA512:
6
- metadata.gz: d1ec78e091108c06833a711d3d626b1947baf0b5a5878aecf3917131b6d3f717bea0aec80092f0b0159b5167c6596b18285ea2639bf6df536628918061dda538
7
- data.tar.gz: 677b74af0a093dac8cdf215a6be7a38b1aba546668e3691bc84c28b57024c7724a1bd15715fa4346ccd7126b663311521309b05bc7fa19b2ef5bbe440e8dc606
6
+ metadata.gz: 64aaa2a8c8880e4d6a905a175f345281062e7d6bf598a97a34a80347cf1513ad134030d9c412838bc730265c3b49fb2b5808bd4d3bdad8891e4d76896e527ebe
7
+ data.tar.gz: 93ad115061567cb6431e7f4a2740ba7779965390ceaf92d073d877bc9e3361c398c4d4c2a3c78886d57690133101c467f66e7e5b8e00ef6200cdd58fd73f084c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.451
1
+ 3.0.453
@@ -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.451
4
+ version: 3.0.453
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-14 00:00:00.000000000 Z
11
+ date: 2022-11-17 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: