tencentcloud-sdk-essbasic 3.0.598 → 3.0.600

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210526/models.rb +4 -36
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 417845f7c73feb13ceadc4e022510e80435685bf
4
- data.tar.gz: e64ff6cee40ff11ca3441406d0e2a93b4828e625
3
+ metadata.gz: c411fe6c53a84cc5d43dedfbe09b4fa23fcfbf55
4
+ data.tar.gz: 6e3c0cd1867d1a04263aa294ec0026206cd8f441
5
5
  SHA512:
6
- metadata.gz: d0614d40888b1e916dfea161668a06c88ac6d167cb7b896df063c2dcd81ef6dffb9cd45604ee877d3e2232835cbddf7f487704b758ce39ce517eecd3c4719b3a
7
- data.tar.gz: 56a3b587645cd497b2f2a2ecb789c7b70f7507daadf1e93c7a36cb34f843f7a868acc372b5afc757e9d94bc24c207ff78db8cf20add316e18a0db4043b024c62
6
+ metadata.gz: 0448b73102bc5d45a73bceb54defd46d4406d699c9577f732e2611a76b3935b15a83186747987e1cc38142db3f4c25c35d99898828e367703e04faa41dd250ab
7
+ data.tar.gz: c816ff008ffe52841991afa1c666ffd83186c15a8227bde56c3022e97c81d0302a1ff4a833d9f4d6a171f7e1a3d9406c2703d5008e81bae77893d1edac1147a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.598
1
+ 3.0.600
@@ -2327,37 +2327,6 @@ module TencentCloud
2327
2327
  # @type ComponentPosY: Float
2328
2328
  # @param ComponentExtra: 扩展参数:
2329
2329
  # 为JSON格式。
2330
-
2331
- # ComponentType为FILL_IMAGE时,支持以下参数:
2332
- # NotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中
2333
- # FillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放
2334
-
2335
- # ComponentType为SIGN_SIGNATURE类型可以控制签署方式
2336
- # {“ComponentTypeLimit”: [“xxx”]}
2337
- # xxx可以为:
2338
- # HANDWRITE – 手写签名
2339
- # OCR_ESIGN -- AI智能识别手写签名
2340
- # ESIGN -- 个人印章类型
2341
- # SYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)
2342
- # 如:{“ComponentTypeLimit”: [“SYSTEM_ESIGN”]}
2343
-
2344
- # ComponentType为SIGN_DATE时,支持以下参数:
2345
- # 1 Font:字符串类型目前只支持"黑体"、"宋体",如果不填默认为"黑体"
2346
- # 2 FontSize: 数字类型,范围6-72,默认值为12
2347
- # 3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐
2348
- # 4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。
2349
- # 5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数
2350
- # 如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期
2351
- # 特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)
2352
- # 参数样例: "ComponentExtra": "{\"Format\":“yyyy m d”,\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}"
2353
-
2354
- # ComponentType为SIGN_SEAL类型时,支持以下参数:
2355
- # 1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)
2356
- # 参数样例: "ComponentExtra":"{\"PageRanges\":[\"PageRange\":{\"BeginPage\":1,\"EndPage\":-1}]}"
2357
-
2358
-
2359
- # 参数控件样式,json格式表述
2360
-
2361
2330
  # 不同类型的控件会有部分非通用参数
2362
2331
 
2363
2332
  # TEXT/MULTI_LINE_TEXT控件可以指定
@@ -2374,25 +2343,24 @@ module TencentCloud
2374
2343
  # {“ComponentTypeLimit”: [“xxx”]}
2375
2344
  # xxx可以为:
2376
2345
  # HANDWRITE – 手写签名
2377
- # BORDERLESS_ESIGN – 自动生成无边框腾讯体
2378
2346
  # OCR_ESIGN -- AI智能识别手写签名
2379
2347
  # ESIGN -- 个人印章类型
2380
2348
  # SYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)
2381
- # 如:{“ComponentTypeLimit”: [“BORDERLESS_ESIGN”]}
2349
+ # 如:{“ComponentTypeLimit”: [“SYSTEM_ESIGN”]}
2382
2350
 
2383
2351
  # ComponentType为SIGN_DATE时,支持以下参数:
2384
2352
  # 1 Font:字符串类型目前只支持"黑体"、"宋体",如果不填默认为"黑体"
2385
2353
  # 2 FontSize: 数字类型,范围6-72,默认值为12
2386
2354
  # 3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐
2387
2355
  # 4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。
2388
- # 5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙钟的空格个数
2356
+ # 5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数
2389
2357
  # 如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期
2390
2358
  # 特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)
2391
- # 参数样例: "ComponentExtra": "{\"Format\":“yyyy m d”,\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}"
2359
+ # 参数样例: "ComponentExtra": "{"Format":“yyyy m d”,"FontSize":12,"Gaps":"2,2", "FontAlign":"Right"}"
2392
2360
 
2393
2361
  # ComponentType为SIGN_SEAL类型时,支持以下参数:
2394
2362
  # 1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)
2395
- # 参数样例: "ComponentExtra":"{\"PageRanges\":[\"PageRange\":{\"BeginPage\":1,\"EndPage\":-1}]}"
2363
+ # 参数样例: "ComponentExtra":"{["PageRange":{"BeginPage":1,"EndPage":-1}]}"
2396
2364
  # @type ComponentExtra: String
2397
2365
  # @param ComponentValue: 控件填充vaule,ComponentType和传入值类型对应关系:
2398
2366
  # TEXT - 文本内容
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.598
4
+ version: 3.0.600
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-06-22 00:00:00.000000000 Z
11
+ date: 2023-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common