tencentcloud-sdk-nodejs 4.0.229 → 4.0.233

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 (102) hide show
  1. package/CHANGELOG.md +551 -7
  2. package/package.json +1 -1
  3. package/products.md +154 -154
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/advisor/v20200721/advisor_client.ts +1 -0
  6. package/src/services/advisor/v20200721/advisor_models.ts +21 -0
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +2 -2
  9. package/src/services/apigateway/v20180808/apigateway_client.ts +60 -17
  10. package/src/services/apigateway/v20180808/apigateway_models.ts +438 -70
  11. package/src/services/cam/v20190116/cam_models.ts +10 -5
  12. package/src/services/cdn/v20180606/cdn_client.ts +18 -4
  13. package/src/services/cdn/v20180606/cdn_models.ts +139 -53
  14. package/src/services/cfw/v20190904/cfw_models.ts +10 -10
  15. package/src/services/cme/v20191029/cme_models.ts +1 -1
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +17 -4
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +179 -66
  18. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  19. package/src/services/cvm/v20170312/cvm_models.ts +13 -10
  20. package/src/services/cwp/v20180228/cwp_models.ts +7 -7
  21. package/src/services/dts/v20180330/dts_client.ts +8 -119
  22. package/src/services/dts/v20180330/dts_models.ts +371 -875
  23. package/src/services/ecm/v20190719/ecm_models.ts +6 -0
  24. package/src/services/eiam/v20210420/eiam_models.ts +5 -5
  25. package/src/services/es/v20180416/es_models.ts +37 -0
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
  27. package/src/services/iotcloud/v20180614/iotcloud_models.ts +6 -6
  28. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +46 -9
  29. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +252 -61
  30. package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -1
  31. package/src/services/ocr/v20181119/ocr_client.ts +13 -0
  32. package/src/services/ocr/v20181119/ocr_models.ts +211 -25
  33. package/src/services/postgres/v20170312/postgres_client.ts +13 -1
  34. package/src/services/postgres/v20170312/postgres_models.ts +72 -2
  35. package/src/services/redis/v20180412/redis_models.ts +9 -2
  36. package/src/services/scf/v20180416/scf_client.ts +2 -0
  37. package/src/services/scf/v20180416/scf_models.ts +49 -0
  38. package/src/services/ses/v20201002/ses_models.ts +5 -3
  39. package/src/services/sms/v20210111/sms_models.ts +8 -6
  40. package/src/services/tcb/v20180608/tcb_client.ts +28 -4
  41. package/src/services/tcb/v20180608/tcb_models.ts +148 -21
  42. package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
  43. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  44. package/src/services/tiia/v20190529/tiia_models.ts +34 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +18 -0
  48. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +2 -2
  51. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +17 -5
  52. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +24 -6
  53. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +369 -60
  54. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +9 -5
  55. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
  56. package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
  57. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +118 -45
  58. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +10 -10
  59. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
  60. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +7 -3
  61. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +8 -2
  62. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +156 -62
  63. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
  64. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
  65. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -5
  66. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -7
  67. package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -42
  68. package/tencentcloud/services/dts/v20180330/dts_client.js +0 -57
  69. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +219 -645
  70. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -0
  71. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +5 -5
  72. package/tencentcloud/services/es/v20180416/es_models.d.ts +30 -0
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
  74. package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +6 -6
  75. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
  76. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -3
  77. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +214 -54
  78. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -1
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
  80. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
  81. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +179 -25
  82. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
  83. package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
  84. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +60 -2
  85. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -1
  86. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
  87. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +3 -1
  88. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +8 -6
  89. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -1
  90. package/tencentcloud/services/tcb/v20180608/tcb_client.js +12 -0
  91. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +128 -21
  92. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +2 -0
  93. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +2 -0
  94. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +29 -0
  95. package/test/apigateway.v20180808.test.js +34 -4
  96. package/test/cdn.v20180606.test.js +10 -0
  97. package/test/cpdp.v20190820.test.js +10 -0
  98. package/test/dts.v20180330.test.js +0 -80
  99. package/test/iotexplorer.v20190423.test.js +32 -2
  100. package/test/ocr.v20181119.test.js +10 -0
  101. package/test/postgres.v20170312.test.js +10 -0
  102. package/test/tcb.v20180608.test.js +20 -0
package/CHANGELOG.md CHANGED
@@ -1,10 +1,79 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 流量反欺诈(taf) 版本:2020-02-10
3
+ ## API网关(apigateway) 版本:2018-08-08
4
4
 
5
- ### 第 10 次发布
5
+ ### 第 21 次发布
6
6
 
7
- 发布时间:2021-11-03 08:14:28
7
+ 发布时间:2021-11-10 08:02:05
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeExclusiveInstanceDetail](https://cloud.tencent.com/document/api/628/63806)
16
+ * [DescribeExclusiveInstances](https://cloud.tencent.com/document/api/628/63805)
17
+ * [ModifyExclusiveInstance](https://cloud.tencent.com/document/api/628/63804)
18
+
19
+ 新增数据结构:
20
+
21
+ * [InstanceChargePrepaid](https://cloud.tencent.com/document/api/628/45244#InstanceChargePrepaid)
22
+ * [InstanceDetail](https://cloud.tencent.com/document/api/628/45244#InstanceDetail)
23
+ * [InstanceInfo](https://cloud.tencent.com/document/api/628/45244#InstanceInfo)
24
+ * [InstanceParameterInput](https://cloud.tencent.com/document/api/628/45244#InstanceParameterInput)
25
+ * [NetworkConfig](https://cloud.tencent.com/document/api/628/45244#NetworkConfig)
26
+ * [ParameterInfo](https://cloud.tencent.com/document/api/628/45244#ParameterInfo)
27
+ * [VpcConfig](https://cloud.tencent.com/document/api/628/45244#VpcConfig)
28
+
29
+
30
+
31
+ ## 边缘计算机器(ecm) 版本:2019-07-19
32
+
33
+ ### 第 57 次发布
34
+
35
+ 发布时间:2021-11-10 08:06:34
36
+
37
+ 本次发布包含了以下内容:
38
+
39
+ 改善已有的文档。
40
+
41
+ 修改数据结构:
42
+
43
+ * [Listener](https://cloud.tencent.com/document/api/1108/42574#Listener)
44
+
45
+ * 新增成员:EndPort
46
+
47
+
48
+
49
+
50
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
51
+
52
+ ### 第 36 次发布
53
+
54
+ 发布时间:2021-11-10 08:08:03
55
+
56
+ 本次发布包含了以下内容:
57
+
58
+ 改善已有的文档。
59
+
60
+ 新增接口:
61
+
62
+ * [CreateBatchProduction](https://cloud.tencent.com/document/api/1081/63809)
63
+ * [DescribeBatchProduction](https://cloud.tencent.com/document/api/1081/63808)
64
+ * [GetBatchProductionsList](https://cloud.tencent.com/document/api/1081/63807)
65
+
66
+ 新增数据结构:
67
+
68
+ * [BatchProductionInfo](https://cloud.tencent.com/document/api/1081/34988#BatchProductionInfo)
69
+
70
+
71
+
72
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
73
+
74
+ ### 第 12 次发布
75
+
76
+ 发布时间:2021-11-10 08:08:18
8
77
 
9
78
  本次发布包含了以下内容:
10
79
 
@@ -12,16 +81,78 @@
12
81
 
13
82
  修改接口:
14
83
 
15
- * [DetectFraudKOL](https://cloud.tencent.com/document/api/1031/43309)
84
+ * [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1131/53633)
16
85
 
17
- * 新增入参:BusinessEncryptData
86
+ * 新增入参:ChannelId
87
+
88
+
89
+
90
+
91
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
92
+
93
+
94
+
95
+ ## 文字识别(ocr) 版本:2018-11-19
96
+
97
+ ### 第 58 次发布
98
+
99
+ 发布时间:2021-11-10 08:09:29
100
+
101
+ 本次发布包含了以下内容:
102
+
103
+ 改善已有的文档。
104
+
105
+ 新增接口:
106
+
107
+ * [RecognizeContainerOCR](https://cloud.tencent.com/document/api/866/63810)
108
+
109
+ 修改接口:
110
+
111
+ * [ResidenceBookletOCR](https://cloud.tencent.com/document/api/866/40036)
112
+
113
+ * 新增出参:Signature, IssueDate, HomePageNumber, HouseholderName, Relationship, OtherAddresses, ReligiousBelief, Height, BloodType, MaritalStatus, VeteranStatus, Profession, MoveToCityInformation, MoveToSiteInformation, RegistrationDate, FormerName
18
114
 
19
115
 
116
+
117
+
118
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
119
+
120
+ ### 第 74 次发布
121
+
122
+ 发布时间:2021-11-10 08:11:02
123
+
124
+ 本次发布包含了以下内容:
125
+
126
+ 改善已有的文档。
127
+
128
+ 修改接口:
129
+
130
+ * [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
131
+
132
+ * 新增出参:UserEnvId
133
+
134
+
135
+
136
+
137
+ ## 图像分析(tiia) 版本:2019-05-29
138
+
139
+ ### 第 18 次发布
140
+
141
+ 发布时间:2021-11-10 08:11:42
142
+
143
+ 本次发布包含了以下内容:
144
+
145
+ 改善已有的文档。
146
+
147
+ 新增数据结构:
148
+
149
+ * [LemmaInfo](https://cloud.tencent.com/document/api/865/35474#LemmaInfo)
150
+
20
151
  修改数据结构:
21
152
 
22
- * [InputKolDataList](https://cloud.tencent.com/document/api/1031/43310#InputKolDataList)
153
+ * [ProductInfo](https://cloud.tencent.com/document/api/865/35474#ProductInfo)
23
154
 
24
- * 新增成员:IsAuthorized
155
+ * 新增成员:LemmaInfoList
25
156
 
26
157
 
27
158
 
@@ -247,6 +378,25 @@
247
378
 
248
379
  ## 云顾问(advisor) 版本:2020-07-21
249
380
 
381
+ ### 第 3 次发布
382
+
383
+ 发布时间:2021-11-09 08:05:53
384
+
385
+ 本次发布包含了以下内容:
386
+
387
+ 改善已有的文档。
388
+
389
+ 新增数据结构:
390
+
391
+ * [KeyValue](https://cloud.tencent.com/document/api/1264/63113#KeyValue)
392
+
393
+ 修改数据结构:
394
+
395
+ * [RiskFieldsDesc](https://cloud.tencent.com/document/api/1264/63113#RiskFieldsDesc)
396
+
397
+ * 新增成员:FieldDict
398
+
399
+
250
400
  ### 第 2 次发布
251
401
 
252
402
  发布时间:2021-10-29 08:00:17
@@ -1358,6 +1508,52 @@
1358
1508
 
1359
1509
  ## API网关(apigateway) 版本:2018-08-08
1360
1510
 
1511
+ ### 第 21 次发布
1512
+
1513
+ 发布时间:2021-11-10 08:02:05
1514
+
1515
+ 本次发布包含了以下内容:
1516
+
1517
+ 改善已有的文档。
1518
+
1519
+ 新增接口:
1520
+
1521
+ * [[DescribeExclusiveInstanceDetail](https://cloud.tencent.com/document/api/628/63806)](https://cloud.tencent.com/document/api/#/#)
1522
+ * [[DescribeExclusiveInstances](https://cloud.tencent.com/document/api/628/63805)](https://cloud.tencent.com/document/api/#/#)
1523
+ * [[ModifyExclusiveInstance](https://cloud.tencent.com/document/api/628/63804)](https://cloud.tencent.com/document/api/#/#)
1524
+
1525
+ 新增数据结构:
1526
+
1527
+ * [[InstanceChargePrepaid](https://cloud.tencent.com/document/api/628/45244#InstanceChargePrepaid)](https://cloud.tencent.com/document/api/628/45244#[InstanceChargePrepaid](https://cloud.tencent.com/document/api/628/45244#InstanceChargePrepaid))
1528
+ * [[InstanceDetail](https://cloud.tencent.com/document/api/628/45244#InstanceDetail)](https://cloud.tencent.com/document/api/628/45244#[InstanceDetail](https://cloud.tencent.com/document/api/628/45244#InstanceDetail))
1529
+ * [[InstanceInfo](https://cloud.tencent.com/document/api/628/45244#InstanceInfo)](https://cloud.tencent.com/document/api/628/45244#[InstanceInfo](https://cloud.tencent.com/document/api/628/45244#InstanceInfo))
1530
+ * [[InstanceParameterInput](https://cloud.tencent.com/document/api/628/45244#InstanceParameterInput)](https://cloud.tencent.com/document/api/628/45244#[InstanceParameterInput](https://cloud.tencent.com/document/api/628/45244#InstanceParameterInput))
1531
+ * [[NetworkConfig](https://cloud.tencent.com/document/api/628/45244#NetworkConfig)](https://cloud.tencent.com/document/api/628/45244#[NetworkConfig](https://cloud.tencent.com/document/api/628/45244#NetworkConfig))
1532
+ * [[ParameterInfo](https://cloud.tencent.com/document/api/628/45244#ParameterInfo)](https://cloud.tencent.com/document/api/628/45244#[ParameterInfo](https://cloud.tencent.com/document/api/628/45244#ParameterInfo))
1533
+ * [[VpcConfig](https://cloud.tencent.com/document/api/628/45244#VpcConfig)](https://cloud.tencent.com/document/api/628/45244#[VpcConfig](https://cloud.tencent.com/document/api/628/45244#VpcConfig))
1534
+
1535
+ ### 第 20 次发布
1536
+
1537
+ 发布时间:2021-11-04 08:03:57
1538
+
1539
+ 本次发布包含了以下内容:
1540
+
1541
+ 改善已有的文档。
1542
+
1543
+ 修改接口:
1544
+
1545
+ * [DescribeService](https://cloud.tencent.com/document/api/628/45199)
1546
+
1547
+ * 新增出参:DeploymentType, SpecialUse
1548
+
1549
+
1550
+ 修改数据结构:
1551
+
1552
+ * [Service](https://cloud.tencent.com/document/api/628/45244#Service)
1553
+
1554
+ * 新增成员:DeploymentType
1555
+
1556
+
1361
1557
  ### 第 19 次发布
1362
1558
 
1363
1559
  发布时间:2021-07-29 08:11:45
@@ -6018,6 +6214,23 @@
6018
6214
 
6019
6215
  ## 访问管理(cam) 版本:2019-01-16
6020
6216
 
6217
+ ### 第 39 次发布
6218
+
6219
+ 发布时间:2021-11-08 08:02:23
6220
+
6221
+ 本次发布包含了以下内容:
6222
+
6223
+ 改善已有的文档。
6224
+
6225
+ 修改数据结构:
6226
+
6227
+ * [GroupIdOfUidInfo](https://cloud.tencent.com/document/api/598/33167#GroupIdOfUidInfo)
6228
+
6229
+ * 新增成员:Uin
6230
+
6231
+ * <font color="#dd0000">**修改成员**:</font>Uid
6232
+
6233
+
6021
6234
  ### 第 38 次发布
6022
6235
 
6023
6236
  发布时间:2021-10-14 08:05:24
@@ -9480,6 +9693,30 @@
9480
9693
 
9481
9694
  ## 内容分发网络(cdn) 版本:2018-06-06
9482
9695
 
9696
+ ### 第 86 次发布
9697
+
9698
+ 发布时间:2021-11-09 08:07:45
9699
+
9700
+ 本次发布包含了以下内容:
9701
+
9702
+ 改善已有的文档。
9703
+
9704
+ 新增接口:
9705
+
9706
+ * [DescribeScdnBotData](https://cloud.tencent.com/document/api/228/63777)
9707
+
9708
+ 新增数据结构:
9709
+
9710
+ * [BotStats](https://cloud.tencent.com/document/api/228/30987#BotStats)
9711
+ * [BotStatsDetailData](https://cloud.tencent.com/document/api/228/30987#BotStatsDetailData)
9712
+
9713
+ 修改数据结构:
9714
+
9715
+ * [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
9716
+
9717
+ * 新增成员:ConfigId
9718
+
9719
+
9483
9720
  ### 第 85 次发布
9484
9721
 
9485
9722
  发布时间:2021-11-02 08:03:38
@@ -16063,6 +16300,31 @@
16063
16300
 
16064
16301
  ## 企业收付平台(cpdp) 版本:2019-08-20
16065
16302
 
16303
+ ### 第 49 次发布
16304
+
16305
+ 发布时间:2021-11-04 08:06:43
16306
+
16307
+ 本次发布包含了以下内容:
16308
+
16309
+ 改善已有的文档。
16310
+
16311
+ 新增接口:
16312
+
16313
+ * [QueryMaliciousRegistration](https://cloud.tencent.com/document/api/1122/63688)
16314
+
16315
+ 修改接口:
16316
+
16317
+ * [UnifiedTlinxOrder](https://cloud.tencent.com/document/api/1122/62611)
16318
+
16319
+ * 新增入参:Royalty
16320
+
16321
+ * <font color="#dd0000">**修改入参**:</font>Tag
16322
+
16323
+
16324
+ 新增数据结构:
16325
+
16326
+ * [MerchantRiskInfo](https://cloud.tencent.com/document/api/1122/40683#MerchantRiskInfo)
16327
+
16066
16328
  ### 第 48 次发布
16067
16329
 
16068
16330
  发布时间:2021-10-13 08:05:27
@@ -23146,6 +23408,48 @@
23146
23408
 
23147
23409
  ## 数据传输服务(dts) 版本:2018-03-30
23148
23410
 
23411
+ ### 第 15 次发布
23412
+
23413
+ 发布时间:2021-11-09 08:10:46
23414
+
23415
+ 本次发布包含了以下内容:
23416
+
23417
+ 改善已有的文档。
23418
+
23419
+ <font color="#dd0000">**删除接口**:</font>
23420
+
23421
+ * DescribeSyncCheckJob
23422
+ * ModifySyncJob
23423
+
23424
+ <font color="#dd0000">**删除数据结构**:</font>
23425
+
23426
+ * SyncCheckStepInfo
23427
+ * SyncOption
23428
+
23429
+ ### 第 14 次发布
23430
+
23431
+ 发布时间:2021-11-08 08:05:43
23432
+
23433
+ 本次发布包含了以下内容:
23434
+
23435
+ 改善已有的文档。
23436
+
23437
+ <font color="#dd0000">**删除接口**:</font>
23438
+
23439
+ * CreateSyncCheckJob
23440
+ * CreateSyncJob
23441
+ * DeleteSyncJob
23442
+ * DescribeSyncJobs
23443
+ * StartSyncJob
23444
+ * SwitchDrToMaster
23445
+
23446
+ <font color="#dd0000">**删除数据结构**:</font>
23447
+
23448
+ * SyncDetailInfo
23449
+ * SyncInstanceInfo
23450
+ * SyncJobInfo
23451
+ * SyncStepDetailInfo
23452
+
23149
23453
  ### 第 13 次发布
23150
23454
 
23151
23455
  发布时间:2021-09-02 08:04:47
@@ -23734,6 +24038,21 @@
23734
24038
 
23735
24039
  ## 边缘计算机器(ecm) 版本:2019-07-19
23736
24040
 
24041
+ ### 第 57 次发布
24042
+
24043
+ 发布时间:2021-11-10 08:06:34
24044
+
24045
+ 本次发布包含了以下内容:
24046
+
24047
+ 改善已有的文档。
24048
+
24049
+ 修改数据结构:
24050
+
24051
+ * [Listener](https://cloud.tencent.com/document/api/1108/42574#Listener)
24052
+
24053
+ * 新增成员:EndPort
24054
+
24055
+
23737
24056
  ### 第 56 次发布
23738
24057
 
23739
24058
  发布时间:2021-10-27 08:07:01
@@ -25908,6 +26227,32 @@
25908
26227
 
25909
26228
  ## Elasticsearch Service(es) 版本:2018-04-16
25910
26229
 
26230
+ ### 第 20 次发布
26231
+
26232
+ 发布时间:2021-11-08 08:06:16
26233
+
26234
+ 本次发布包含了以下内容:
26235
+
26236
+ 改善已有的文档。
26237
+
26238
+ 修改接口:
26239
+
26240
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
26241
+
26242
+ * 新增入参:Protocol
26243
+
26244
+ * [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
26245
+
26246
+ * 新增入参:SwitchPrivateLink, EnableCerebro, CerebroPublicAccess, CerebroPrivateAccess
26247
+
26248
+
26249
+ 修改数据结构:
26250
+
26251
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
26252
+
26253
+ * 新增成员:Protocol, SecurityGroups
26254
+
26255
+
25911
26256
  ### 第 19 次发布
25912
26257
 
25913
26258
  发布时间:2021-09-30 08:05:14
@@ -26456,6 +26801,21 @@
26456
26801
 
26457
26802
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
26458
26803
 
26804
+ ### 第 6 次发布
26805
+
26806
+ 发布时间:2021-11-08 08:06:21
26807
+
26808
+ 本次发布包含了以下内容:
26809
+
26810
+ 改善已有的文档。
26811
+
26812
+ 修改数据结构:
26813
+
26814
+ * [UsageDetail](https://cloud.tencent.com/document/api/1420/61525#UsageDetail)
26815
+
26816
+ * 新增成员:ProxyOrganizationName
26817
+
26818
+
26459
26819
  ### 第 5 次发布
26460
26820
 
26461
26821
  发布时间:2021-10-22 08:10:34
@@ -31756,6 +32116,24 @@
31756
32116
 
31757
32117
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
31758
32118
 
32119
+ ### 第 36 次发布
32120
+
32121
+ 发布时间:2021-11-10 08:08:03
32122
+
32123
+ 本次发布包含了以下内容:
32124
+
32125
+ 改善已有的文档。
32126
+
32127
+ 新增接口:
32128
+
32129
+ * [[CreateBatchProduction](https://cloud.tencent.com/document/api/1081/63809)](https://cloud.tencent.com/document/api/#/#)
32130
+ * [[DescribeBatchProduction](https://cloud.tencent.com/document/api/1081/63808)](https://cloud.tencent.com/document/api/#/#)
32131
+ * [[GetBatchProductionsList](https://cloud.tencent.com/document/api/1081/63807)](https://cloud.tencent.com/document/api/#/#)
32132
+
32133
+ 新增数据结构:
32134
+
32135
+ * [[BatchProductionInfo](https://cloud.tencent.com/document/api/1081/34988#BatchProductionInfo)](https://cloud.tencent.com/document/api/1081/34988#[BatchProductionInfo](https://cloud.tencent.com/document/api/1081/34988#BatchProductionInfo))
32136
+
31759
32137
  ### 第 35 次发布
31760
32138
 
31761
32139
  发布时间:2021-10-27 08:08:37
@@ -33044,6 +33422,21 @@
33044
33422
 
33045
33423
  ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
33046
33424
 
33425
+ ### 第 12 次发布
33426
+
33427
+ 发布时间:2021-11-10 08:08:18
33428
+
33429
+ 本次发布包含了以下内容:
33430
+
33431
+ 改善已有的文档。
33432
+
33433
+ 修改接口:
33434
+
33435
+ * [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1131/53633)
33436
+
33437
+ * 新增入参:ChannelId
33438
+
33439
+
33047
33440
  ### 第 11 次发布
33048
33441
 
33049
33442
  发布时间:2021-07-30 08:02:18
@@ -39917,6 +40310,40 @@
39917
40310
 
39918
40311
  ## 文字识别(ocr) 版本:2018-11-19
39919
40312
 
40313
+ ### 第 58 次发布
40314
+
40315
+ 发布时间:2021-11-10 08:09:29
40316
+
40317
+ 本次发布包含了以下内容:
40318
+
40319
+ 改善已有的文档。
40320
+
40321
+ 新增接口:
40322
+
40323
+ * [[RecognizeContainerOCR](https://cloud.tencent.com/document/api/866/63810)](https://cloud.tencent.com/document/api/#/#)
40324
+
40325
+ 修改接口:
40326
+
40327
+ * [ResidenceBookletOCR](https://cloud.tencent.com/document/api/866/40036)
40328
+
40329
+ * 新增出参:Signature, IssueDate, HomePageNumber, HouseholderName, Relationship, OtherAddresses, ReligiousBelief, Height, BloodType, MaritalStatus, VeteranStatus, Profession, MoveToCityInformation, MoveToSiteInformation, RegistrationDate, FormerName
40330
+
40331
+
40332
+ ### 第 57 次发布
40333
+
40334
+ 发布时间:2021-11-09 08:13:57
40335
+
40336
+ 本次发布包含了以下内容:
40337
+
40338
+ 改善已有的文档。
40339
+
40340
+ 修改接口:
40341
+
40342
+ * [GeneralAccurateOCR](https://cloud.tencent.com/document/api/866/34937)
40343
+
40344
+ * 新增入参:IsPdf, PdfPageNumber
40345
+
40346
+
39920
40347
  ### 第 56 次发布
39921
40348
 
39922
40349
  发布时间:2021-10-13 08:10:08
@@ -41601,6 +42028,18 @@
41601
42028
 
41602
42029
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
41603
42030
 
42031
+ ### 第 19 次发布
42032
+
42033
+ 发布时间:2021-11-04 08:11:48
42034
+
42035
+ 本次发布包含了以下内容:
42036
+
42037
+ 改善已有的文档。
42038
+
42039
+ 新增接口:
42040
+
42041
+ * [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/409/63689)
42042
+
41604
42043
  ### 第 18 次发布
41605
42044
 
41606
42045
  发布时间:2021-10-26 08:11:42
@@ -42198,6 +42637,21 @@
42198
42637
 
42199
42638
  ## 云数据库 Redis(redis) 版本:2018-04-12
42200
42639
 
42640
+ ### 第 37 次发布
42641
+
42642
+ 发布时间:2021-11-04 08:12:00
42643
+
42644
+ 本次发布包含了以下内容:
42645
+
42646
+ 改善已有的文档。
42647
+
42648
+ 修改接口:
42649
+
42650
+ * [EnableReplicaReadonly](https://cloud.tencent.com/document/api/239/34437)
42651
+
42652
+ * 新增出参:TaskId
42653
+
42654
+
42201
42655
  ### 第 36 次发布
42202
42656
 
42203
42657
  发布时间:2021-07-23 08:08:01
@@ -43117,6 +43571,34 @@
43117
43571
 
43118
43572
  ## 云函数(scf) 版本:2018-04-16
43119
43573
 
43574
+ ### 第 37 次发布
43575
+
43576
+ 发布时间:2021-11-08 08:09:22
43577
+
43578
+ 本次发布包含了以下内容:
43579
+
43580
+ 改善已有的文档。
43581
+
43582
+ 修改接口:
43583
+
43584
+ * [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
43585
+
43586
+ * 新增入参:ProtocolType, ProtocolParams
43587
+
43588
+ * [GetFunction](https://cloud.tencent.com/document/api/583/18584)
43589
+
43590
+ * 新增出参:ProtocolType, ProtocolParams
43591
+
43592
+ * [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
43593
+
43594
+ * 新增入参:ProtocolParams
43595
+
43596
+
43597
+ 新增数据结构:
43598
+
43599
+ * [ProtocolParams](https://cloud.tencent.com/document/api/583/17244#ProtocolParams)
43600
+ * [WSParams](https://cloud.tencent.com/document/api/583/17244#WSParams)
43601
+
43120
43602
  ### 第 36 次发布
43121
43603
 
43122
43604
  发布时间:2021-11-02 08:10:12
@@ -47560,6 +48042,34 @@
47560
48042
 
47561
48043
  ## 云开发 CloudBase(tcb) 版本:2018-06-08
47562
48044
 
48045
+ ### 第 74 次发布
48046
+
48047
+ 发布时间:2021-11-10 08:11:02
48048
+
48049
+ 本次发布包含了以下内容:
48050
+
48051
+ 改善已有的文档。
48052
+
48053
+ 修改接口:
48054
+
48055
+ * [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
48056
+
48057
+ * 新增出参:UserEnvId
48058
+
48059
+
48060
+ ### 第 73 次发布
48061
+
48062
+ 发布时间:2021-11-09 08:15:23
48063
+
48064
+ 本次发布包含了以下内容:
48065
+
48066
+ 改善已有的文档。
48067
+
48068
+ 新增接口:
48069
+
48070
+ * [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
48071
+ * [DescribeCloudBaseRunServerDomainName](https://cloud.tencent.com/document/api/876/63778)
48072
+
47563
48073
  ### 第 72 次发布
47564
48074
 
47565
48075
  发布时间:2021-10-26 08:13:05
@@ -51416,6 +51926,40 @@
51416
51926
 
51417
51927
  ## 图像分析(tiia) 版本:2019-05-29
51418
51928
 
51929
+ ### 第 18 次发布
51930
+
51931
+ 发布时间:2021-11-10 08:11:42
51932
+
51933
+ 本次发布包含了以下内容:
51934
+
51935
+ 改善已有的文档。
51936
+
51937
+ 新增数据结构:
51938
+
51939
+ * [[LemmaInfo](https://cloud.tencent.com/document/api/865/35474#LemmaInfo)](https://cloud.tencent.com/document/api/865/35474#[LemmaInfo](https://cloud.tencent.com/document/api/865/35474#LemmaInfo))
51940
+
51941
+ 修改数据结构:
51942
+
51943
+ * [ProductInfo](https://cloud.tencent.com/document/api/865/35474#ProductInfo)
51944
+
51945
+ * 新增成员:LemmaInfoList
51946
+
51947
+
51948
+ ### 第 17 次发布
51949
+
51950
+ 发布时间:2021-11-09 08:16:08
51951
+
51952
+ 本次发布包含了以下内容:
51953
+
51954
+ 改善已有的文档。
51955
+
51956
+ 修改接口:
51957
+
51958
+ * [DetectProductBeta](https://cloud.tencent.com/document/api/865/43354)
51959
+
51960
+ * 新增入参:NeedLemma
51961
+
51962
+
51419
51963
  ### 第 16 次发布
51420
51964
 
51421
51965
  发布时间:2021-10-29 08:10:24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.229",
3
+ "version": "4.0.233",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {