tencentcloud-sdk-ess 3.0.1040 → 3.0.1041

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 +256 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2b5ee8f97139a956088072d792165545bb2a24f
4
- data.tar.gz: 7822c1a54716e1f1bdbc987af87041ff92c15b21
3
+ metadata.gz: e2441d0c3681a6b131dec86daa16257234663c2f
4
+ data.tar.gz: 31592c1cb8078081edd00d9c0e0a377b49397832
5
5
  SHA512:
6
- metadata.gz: 96a0c1559a1f3adf6608ddae4cdf2098e7eed4df044326c546ddfbf1c54b998529469f35324b714778fb3ddf58ebf2e2735b295cbae21c8fa9f38d895fabd7d8
7
- data.tar.gz: 9c2266fb4de6ae29501fa49ed0a1955ba832564060337a6ff7f4e7a5a147e4868f68deb350704e1442ee0e052b083db2355460a873fe8e755c33503100ccf307
6
+ metadata.gz: 516728d5003c1e456ef32159b499bf237745f8d9003a8590b167ecd89b1a94379034c9c75701d2d328d7b2cf2b232b68395d49103906df3a4cea7f643a0f3881
7
+ data.tar.gz: b46d48f1cdd2f55800079b04ac66f883680f630f82daf7b3772165b4780967ba1eb8fbd0302ae6cb63d47c1d7e929c9a3c3232b45f7832f353f9753f7e0c88a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1040
1
+ 3.0.1041
@@ -10753,6 +10753,261 @@ module TencentCloud
10753
10753
 
10754
10754
  # ```
10755
10755
 
10756
+ # 输入示例4(表格设置表头不合成到文件):
10757
+
10758
+ # ```
10759
+ # {
10760
+ # "headers": [
10761
+ # {
10762
+ # "content": "序号"
10763
+ # },
10764
+ # {
10765
+ # "content": "品牌"
10766
+ # },
10767
+ # {
10768
+ # "content": "商品名称"
10769
+ # },
10770
+ # {
10771
+ # "content": "粒径"
10772
+ # },
10773
+ # {
10774
+ # "content": "规格"
10775
+ # },
10776
+ # {
10777
+ # "content": "数量(包)"
10778
+ # },
10779
+ # {
10780
+ # "content": "重量(吨)"
10781
+ # }
10782
+ # ],
10783
+ # "rowCount": 5,
10784
+ # "body": {
10785
+ # "cells": [
10786
+ # {
10787
+ # "rowStart": 1,
10788
+ # "rowEnd": 1,
10789
+ # "columnStart": 1,
10790
+ # "columnEnd": 1,
10791
+ # "content": "1"
10792
+ # },
10793
+ # {
10794
+ # "rowStart": 1,
10795
+ # "rowEnd": 1,
10796
+ # "columnStart": 2,
10797
+ # "columnEnd": 2,
10798
+ # "content": "品牌名称1"
10799
+ # },
10800
+ # {
10801
+ # "rowStart": 1,
10802
+ # "rowEnd": 1,
10803
+ # "columnStart": 3,
10804
+ # "columnEnd": 3,
10805
+ # "content": "商品名称1"
10806
+ # },
10807
+ # {
10808
+ # "rowStart": 1,
10809
+ # "rowEnd": 1,
10810
+ # "columnStart": 4,
10811
+ # "columnEnd": 4,
10812
+ # "content": "7#"
10813
+ # },
10814
+ # {
10815
+ # "rowStart": 1,
10816
+ # "rowEnd": 1,
10817
+ # "columnStart": 5,
10818
+ # "columnEnd": 5,
10819
+ # "content": "20"
10820
+ # },
10821
+ # {
10822
+ # "rowStart": 1,
10823
+ # "rowEnd": 1,
10824
+ # "columnStart": 6,
10825
+ # "columnEnd": 6,
10826
+ # "content": "50"
10827
+ # },
10828
+ # {
10829
+ # "rowStart": 1,
10830
+ # "rowEnd": 1,
10831
+ # "columnStart": 7,
10832
+ # "columnEnd": 7,
10833
+ # "content": "1.000"
10834
+ # },
10835
+ # {
10836
+ # "rowStart": 2,
10837
+ # "rowEnd": 2,
10838
+ # "columnStart": 1,
10839
+ # "columnEnd": 1,
10840
+ # "content": "2"
10841
+ # },
10842
+ # {
10843
+ # "rowStart": 2,
10844
+ # "rowEnd": 2,
10845
+ # "columnStart": 2,
10846
+ # "columnEnd": 2,
10847
+ # "content": "品牌名称2"
10848
+ # },
10849
+ # {
10850
+ # "rowStart": 2,
10851
+ # "rowEnd": 2,
10852
+ # "columnStart": 3,
10853
+ # "columnEnd": 3,
10854
+ # "content": "商品名称2"
10855
+ # },
10856
+ # {
10857
+ # "rowStart": 2,
10858
+ # "rowEnd": 2,
10859
+ # "columnStart": 4,
10860
+ # "columnEnd": 4,
10861
+ # "content": "5#"
10862
+ # },
10863
+ # {
10864
+ # "rowStart": 2,
10865
+ # "rowEnd": 2,
10866
+ # "columnStart": 5,
10867
+ # "columnEnd": 5,
10868
+ # "content": "20"
10869
+ # },
10870
+ # {
10871
+ # "rowStart": 2,
10872
+ # "rowEnd": 2,
10873
+ # "columnStart": 6,
10874
+ # "columnEnd": 6,
10875
+ # "content": "20"
10876
+ # },
10877
+ # {
10878
+ # "rowStart": 2,
10879
+ # "rowEnd": 2,
10880
+ # "columnStart": 7,
10881
+ # "columnEnd": 7,
10882
+ # "content": "0.400"
10883
+ # },
10884
+ # {
10885
+ # "rowStart": 3,
10886
+ # "rowEnd": 3,
10887
+ # "columnStart": 1,
10888
+ # "columnEnd": 1,
10889
+ # "content": "3"
10890
+ # },
10891
+ # {
10892
+ # "rowStart": 3,
10893
+ # "rowEnd": 3,
10894
+ # "columnStart": 2,
10895
+ # "columnEnd": 2,
10896
+ # "content": "品牌名称3"
10897
+ # },
10898
+ # {
10899
+ # "rowStart": 3,
10900
+ # "rowEnd": 3,
10901
+ # "columnStart": 3,
10902
+ # "columnEnd": 3,
10903
+ # "content": "商品名称3"
10904
+ # },
10905
+ # {
10906
+ # "rowStart": 3,
10907
+ # "rowEnd": 3,
10908
+ # "columnStart": 4,
10909
+ # "columnEnd": 4,
10910
+ # "content": "2#"
10911
+ # },
10912
+ # {
10913
+ # "rowStart": 3,
10914
+ # "rowEnd": 3,
10915
+ # "columnStart": 5,
10916
+ # "columnEnd": 5,
10917
+ # "content": "20"
10918
+ # },
10919
+ # {
10920
+ # "rowStart": 3,
10921
+ # "rowEnd": 3,
10922
+ # "columnStart": 6,
10923
+ # "columnEnd": 6,
10924
+ # "content": "5"
10925
+ # },
10926
+ # {
10927
+ # "rowStart": 3,
10928
+ # "rowEnd": 3,
10929
+ # "columnStart": 7,
10930
+ # "columnEnd": 7,
10931
+ # "content": "0.100"
10932
+ # },
10933
+ # {
10934
+ # "rowStart": 4,
10935
+ # "rowEnd": 4,
10936
+ # "columnStart": 1,
10937
+ # "columnEnd": 1,
10938
+ # "content": "4"
10939
+ # },
10940
+ # {
10941
+ # "rowStart": 4,
10942
+ # "rowEnd": 4,
10943
+ # "columnStart": 2,
10944
+ # "columnEnd": 2,
10945
+ # "content": "品牌名称4"
10946
+ # },
10947
+ # {
10948
+ # "rowStart": 4,
10949
+ # "rowEnd": 4,
10950
+ # "columnStart": 3,
10951
+ # "columnEnd": 3,
10952
+ # "content": "商品名称4"
10953
+ # },
10954
+ # {
10955
+ # "rowStart": 4,
10956
+ # "rowEnd": 4,
10957
+ # "columnStart": 4,
10958
+ # "columnEnd": 4,
10959
+ # "content": "3#"
10960
+ # },
10961
+ # {
10962
+ # "rowStart": 4,
10963
+ # "rowEnd": 4,
10964
+ # "columnStart": 5,
10965
+ # "columnEnd": 5,
10966
+ # "content": "20"
10967
+ # },
10968
+ # {
10969
+ # "rowStart": 4,
10970
+ # "rowEnd": 4,
10971
+ # "columnStart": 6,
10972
+ # "columnEnd": 6,
10973
+ # "content": "10"
10974
+ # },
10975
+ # {
10976
+ # "rowStart": 4,
10977
+ # "rowEnd": 4,
10978
+ # "columnStart": 7,
10979
+ # "columnEnd": 7,
10980
+ # "content": "0.200"
10981
+ # },
10982
+ # {
10983
+ # "rowStart": 5,
10984
+ # "rowEnd": 5,
10985
+ # "columnStart": 1,
10986
+ # "columnEnd": 5,
10987
+ # "content": "合计"
10988
+ # },
10989
+ # {
10990
+ # "rowStart": 5,
10991
+ # "rowEnd": 5,
10992
+ # "columnStart": 6,
10993
+ # "columnEnd": 6,
10994
+ # "content": "85"
10995
+ # },
10996
+ # {
10997
+ # "rowStart": 5,
10998
+ # "rowEnd": 5,
10999
+ # "columnStart": 7,
11000
+ # "columnEnd": 7,
11001
+ # "content": "1.700"
11002
+ # }
11003
+ # ]
11004
+ # },
11005
+ # "settings": {
11006
+ # "headerRowDisplay": false
11007
+ # }
11008
+ # }
11009
+ # ```
11010
+
10756
11011
  # 表格参数说明
10757
11012
 
10758
11013
  # | 名称 | 类型 | 描述 |
@@ -10765,6 +11020,7 @@ module TencentCloud
10765
11020
  # | cells.N.columnEnd | Integer | 单元格坐标:列结束index |
10766
11021
  # | cells.N.content | String | 单元格内容,字数不超过100 |
10767
11022
  # | cells.N.style | String | 单元格字体风格配置 ,风格配置的json字符串 如: {"font":"黑体","fontSize":12,"color":"#FFFFFF","bold":true,"align":"CENTER"} |
11023
+ # | settings | Object | 表格全局设定。目前支持设置表头不显示,示例:{"headerRowDisplay":false} |
10768
11024
 
10769
11025
  # 表格参数headers说明
10770
11026
  # widthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35
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.1040
4
+ version: 3.0.1041
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-14 00:00:00.000000000 Z
11
+ date: 2025-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common