tencentcloud-sdk-nodejs 4.0.231 → 4.0.235

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 (115) hide show
  1. package/CHANGELOG.md +458 -87
  2. package/package.json +1 -1
  3. package/products.md +154 -153
  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/apigateway/v20180808/apigateway_client.ts +60 -17
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +420 -70
  9. package/src/services/cam/v20190116/cam_models.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_client.ts +37 -12
  11. package/src/services/cdb/v20170320/cdb_models.ts +163 -68
  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/clb/v20180317/clb_client.ts +14 -1
  15. package/src/services/clb/v20180317/clb_models.ts +54 -19
  16. package/src/services/cme/v20191029/cme_models.ts +1 -1
  17. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  18. package/src/services/cvm/v20170312/cvm_models.ts +14 -11
  19. package/src/services/cwp/v20180228/cwp_models.ts +7 -7
  20. package/src/services/dts/v20180330/dts_client.ts +3 -36
  21. package/src/services/dts/v20180330/dts_models.ts +50 -182
  22. package/src/services/ecm/v20190719/ecm_models.ts +12 -1
  23. package/src/services/ie/v20200304/ie_models.ts +1 -1
  24. package/src/services/index.ts +1 -0
  25. package/src/services/iotcloud/v20180614/iotcloud_models.ts +6 -6
  26. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +46 -9
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +252 -61
  28. package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -1
  29. package/src/services/live/v20180801/live_client.ts +1 -1
  30. package/src/services/ocr/v20181119/ocr_client.ts +13 -0
  31. package/src/services/ocr/v20181119/ocr_models.ts +213 -27
  32. package/src/services/postgres/v20170312/postgres_models.ts +14 -11
  33. package/src/services/sms/v20210111/sms_client.ts +1 -1
  34. package/src/services/sms/v20210111/sms_models.ts +8 -6
  35. package/src/services/tcb/v20180608/tcb_client.ts +28 -4
  36. package/src/services/tcb/v20180608/tcb_models.ts +148 -21
  37. package/src/services/tcm/index.ts +5 -0
  38. package/src/services/tcm/v20210413/index.ts +6 -0
  39. package/src/services/tcm/v20210413/tcm_client.ts +88 -0
  40. package/src/services/tcm/v20210413/tcm_models.ts +891 -0
  41. package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
  42. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  43. package/src/services/tiia/v20190529/tiia_models.ts +34 -0
  44. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  45. package/src/services/trtc/v20190722/trtc_models.ts +6 -6
  46. package/src/services/tsf/v20180326/tsf_models.ts +146 -16
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +18 -0
  50. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +17 -5
  51. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +24 -6
  52. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +354 -60
  53. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
  54. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +11 -3
  55. package/tencentcloud/services/cdb/v20170320/cdb_client.js +15 -3
  56. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -61
  57. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
  58. package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
  59. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +118 -45
  60. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
  61. package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
  62. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +47 -16
  63. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
  64. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
  65. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
  66. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -6
  67. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -7
  68. package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -16
  69. package/tencentcloud/services/dts/v20180330/dts_client.js +0 -19
  70. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +43 -155
  71. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +10 -1
  72. package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
  73. package/tencentcloud/services/index.d.ts +1 -0
  74. package/tencentcloud/services/index.js +2 -0
  75. package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +6 -6
  76. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
  77. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -3
  78. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +214 -54
  79. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -1
  80. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  81. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  82. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
  83. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
  84. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +181 -27
  85. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -11
  86. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
  87. package/tencentcloud/services/sms/v20210111/sms_client.js +1 -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/tcm/index.d.ts +6 -0
  93. package/tencentcloud/services/tcm/index.js +7 -0
  94. package/tencentcloud/services/tcm/v20210413/index.d.ts +6 -0
  95. package/tencentcloud/services/tcm/v20210413/index.js +9 -0
  96. package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +18 -0
  97. package/tencentcloud/services/tcm/v20210413/tcm_client.js +43 -0
  98. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +746 -0
  99. package/tencentcloud/services/tcm/v20210413/tcm_models.js +18 -0
  100. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +2 -0
  101. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +2 -0
  102. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +29 -0
  103. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  104. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  105. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
  106. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
  107. package/test/apigateway.v20180808.test.js +34 -4
  108. package/test/cdb.v20170320.test.js +22 -2
  109. package/test/cdn.v20180606.test.js +10 -0
  110. package/test/clb.v20180317.test.js +10 -0
  111. package/test/dts.v20180330.test.js +0 -20
  112. package/test/iotexplorer.v20190423.test.js +32 -2
  113. package/test/ocr.v20181119.test.js +10 -0
  114. package/test/tcb.v20180608.test.js +20 -0
  115. package/test/tcm.v20210413.test.js +41 -0
package/CHANGELOG.md CHANGED
@@ -1,59 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 访问管理(cam) 版本:2019-01-16
4
-
5
- ### 第 39 次发布
6
-
7
- 发布时间:2021-11-08 08:02:23
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改数据结构:
14
-
15
- * [GroupIdOfUidInfo](https://cloud.tencent.com/document/api/598/33167#GroupIdOfUidInfo)
16
-
17
- * 新增成员:Uin
18
-
19
- * <font color="#dd0000">**修改成员**:</font>Uid
20
-
21
-
22
-
23
-
24
- ## 数据传输服务(dts) 版本:2018-03-30
25
-
26
- ### 第 14 次发布
27
-
28
- 发布时间:2021-11-08 08:05:43
29
-
30
- 本次发布包含了以下内容:
31
-
32
- 改善已有的文档。
33
-
34
- <font color="#dd0000">**删除接口**:</font>
35
-
36
- * CreateSyncCheckJob
37
- * CreateSyncJob
38
- * DeleteSyncJob
39
- * DescribeSyncJobs
40
- * StartSyncJob
41
- * SwitchDrToMaster
42
-
43
- <font color="#dd0000">**删除数据结构**:</font>
44
-
45
- * SyncDetailInfo
46
- * SyncInstanceInfo
47
- * SyncJobInfo
48
- * SyncStepDetailInfo
49
-
50
-
51
-
52
- ## Elasticsearch Service(es) 版本:2018-04-16
3
+ ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
53
4
 
54
- ### 第 20 次发布
5
+ ### 第 60 次发布
55
6
 
56
- 发布时间:2021-11-08 08:06:16
7
+ 发布时间:2021-11-12 08:10:33
57
8
 
58
9
  本次发布包含了以下内容:
59
10
 
@@ -61,76 +12,80 @@
61
12
 
62
13
  修改接口:
63
14
 
64
- * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
65
-
66
- * 新增入参:Protocol
67
-
68
- * [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
15
+ * [CreateApplication](https://cloud.tencent.com/document/api/649/36094)
69
16
 
70
- * 新增入参:SwitchPrivateLink, EnableCerebro, CerebroPublicAccess, CerebroPrivateAccess
17
+ * 新增入参:ProgramIdList
71
18
 
19
+ * [CreateCluster](https://cloud.tencent.com/document/api/649/36049)
72
20
 
73
- 修改数据结构:
21
+ * 新增入参:KuberneteApiServer, KuberneteNativeType, KuberneteNativeSecret, ProgramIdList
74
22
 
75
- * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
23
+ * [CreateConfig](https://cloud.tencent.com/document/api/649/38348)
76
24
 
77
- * 新增成员:Protocol, SecurityGroups
25
+ * 新增入参:ProgramIdList
78
26
 
27
+ * [CreateFileConfig](https://cloud.tencent.com/document/api/649/58594)
79
28
 
29
+ * 新增入参:ProgramIdList
80
30
 
31
+ * [CreateGatewayApi](https://cloud.tencent.com/document/api/649/50639)
81
32
 
82
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
33
+ * 新增入参:ProgramIdList
83
34
 
84
- ### 第 6 次发布
35
+ * [CreateLane](https://cloud.tencent.com/document/api/649/44508)
85
36
 
86
- 发布时间:2021-11-08 08:06:21
37
+ * 新增入参:ProgramIdList
87
38
 
88
- 本次发布包含了以下内容:
39
+ * [CreateLaneRule](https://cloud.tencent.com/document/api/649/44507)
89
40
 
90
- 改善已有的文档。
41
+ * 新增入参:ProgramIdList
91
42
 
92
- 修改数据结构:
43
+ * [CreateNamespace](https://cloud.tencent.com/document/api/649/36098)
93
44
 
94
- * [UsageDetail](https://cloud.tencent.com/document/api/1420/61525#UsageDetail)
45
+ * 新增入参:ProgramIdList
95
46
 
96
- * 新增成员:ProxyOrganizationName
47
+ * [CreatePublicConfig](https://cloud.tencent.com/document/api/649/38347)
97
48
 
49
+ * 新增入参:ProgramIdList
98
50
 
51
+ * [DescribeConfigSummary](https://cloud.tencent.com/document/api/649/38341)
99
52
 
53
+ * 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
100
54
 
101
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
55
+ * [DescribeGroups](https://cloud.tencent.com/document/api/649/36065)
102
56
 
57
+ * 新增入参:GroupIdList
103
58
 
59
+ * [DescribeLaneRules](https://cloud.tencent.com/document/api/649/44505)
104
60
 
105
- ## 云函数(scf) 版本:2018-04-16
61
+ * 新增入参:RuleIdList
106
62
 
107
- ### 第 37 次发布
63
+ * [DescribeLanes](https://cloud.tencent.com/document/api/649/44504)
108
64
 
109
- 发布时间:2021-11-08 08:09:22
65
+ * 新增入参:LaneIdList, DisableProgramAuthCheck
110
66
 
111
- 本次发布包含了以下内容:
67
+ * <font color="#dd0000">**修改入参**:</font>Limit, Offset
112
68
 
113
- 改善已有的文档。
69
+ * [DescribePublicConfigSummary](https://cloud.tencent.com/document/api/649/38336)
114
70
 
115
- 修改接口:
71
+ * 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
116
72
 
117
- * [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
73
+ * [DescribeServerlessGroups](https://cloud.tencent.com/document/api/649/39421)
118
74
 
119
- * 新增入参:ProtocolType, ProtocolParams
75
+ * 新增入参:GroupIdList
120
76
 
121
- * [GetFunction](https://cloud.tencent.com/document/api/583/18584)
77
+ * [DescribeSimpleApplications](https://cloud.tencent.com/document/api/649/36089)
122
78
 
123
- * 新增出参:ProtocolType, ProtocolParams
79
+ * 新增入参:DisableProgramAuthCheck
124
80
 
125
- * [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
81
+ * [DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)
126
82
 
127
- * 新增入参:ProtocolParams
83
+ * 新增入参:DisableProgramAuthCheck
128
84
 
85
+ * [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)
129
86
 
130
- 新增数据结构:
87
+ * 新增入参:DisableProgramAuthCheck
131
88
 
132
- * [ProtocolParams](https://cloud.tencent.com/document/api/583/17244#ProtocolParams)
133
- * [WSParams](https://cloud.tencent.com/document/api/583/17244#WSParams)
134
89
 
135
90
 
136
91
 
@@ -355,6 +310,25 @@
355
310
 
356
311
  ## 云顾问(advisor) 版本:2020-07-21
357
312
 
313
+ ### 第 3 次发布
314
+
315
+ 发布时间:2021-11-09 08:05:53
316
+
317
+ 本次发布包含了以下内容:
318
+
319
+ 改善已有的文档。
320
+
321
+ 新增数据结构:
322
+
323
+ * [KeyValue](https://cloud.tencent.com/document/api/1264/63113#KeyValue)
324
+
325
+ 修改数据结构:
326
+
327
+ * [RiskFieldsDesc](https://cloud.tencent.com/document/api/1264/63113#RiskFieldsDesc)
328
+
329
+ * 新增成员:FieldDict
330
+
331
+
358
332
  ### 第 2 次发布
359
333
 
360
334
  发布时间:2021-10-29 08:00:17
@@ -1466,6 +1440,30 @@
1466
1440
 
1467
1441
  ## API网关(apigateway) 版本:2018-08-08
1468
1442
 
1443
+ ### 第 21 次发布
1444
+
1445
+ 发布时间:2021-11-10 08:02:05
1446
+
1447
+ 本次发布包含了以下内容:
1448
+
1449
+ 改善已有的文档。
1450
+
1451
+ 新增接口:
1452
+
1453
+ * [DescribeExclusiveInstanceDetail](https://cloud.tencent.com/document/api/628/63806)
1454
+ * [DescribeExclusiveInstances](https://cloud.tencent.com/document/api/628/63805)
1455
+ * [ModifyExclusiveInstance](https://cloud.tencent.com/document/api/628/63804)
1456
+
1457
+ 新增数据结构:
1458
+
1459
+ * [InstanceChargePrepaid](https://cloud.tencent.com/document/api/628/45244#InstanceChargePrepaid)
1460
+ * [InstanceDetail](https://cloud.tencent.com/document/api/628/45244#InstanceDetail)
1461
+ * [InstanceInfo](https://cloud.tencent.com/document/api/628/45244#InstanceInfo)
1462
+ * [InstanceParameterInput](https://cloud.tencent.com/document/api/628/45244#InstanceParameterInput)
1463
+ * [NetworkConfig](https://cloud.tencent.com/document/api/628/45244#NetworkConfig)
1464
+ * [ParameterInfo](https://cloud.tencent.com/document/api/628/45244#ParameterInfo)
1465
+ * [VpcConfig](https://cloud.tencent.com/document/api/628/45244#VpcConfig)
1466
+
1469
1467
  ### 第 20 次发布
1470
1468
 
1471
1469
  发布时间:2021-11-04 08:03:57
@@ -8127,6 +8125,23 @@
8127
8125
 
8128
8126
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
8129
8127
 
8128
+ ### 第 72 次发布
8129
+
8130
+ 发布时间:2021-11-11 10:57:53
8131
+
8132
+ 本次发布包含了以下内容:
8133
+
8134
+ 改善已有的文档。
8135
+
8136
+ 新增接口:
8137
+
8138
+ * [DescribeBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63891)
8139
+ * [ModifyBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63890)
8140
+
8141
+ 新增数据结构:
8142
+
8143
+ * [BackupLimitVpcItem](https://cloud.tencent.com/document/api/236/15878#BackupLimitVpcItem)
8144
+
8130
8145
  ### 第 71 次发布
8131
8146
 
8132
8147
  发布时间:2021-11-01 08:06:13
@@ -9627,6 +9642,30 @@
9627
9642
 
9628
9643
  ## 内容分发网络(cdn) 版本:2018-06-06
9629
9644
 
9645
+ ### 第 86 次发布
9646
+
9647
+ 发布时间:2021-11-09 08:07:45
9648
+
9649
+ 本次发布包含了以下内容:
9650
+
9651
+ 改善已有的文档。
9652
+
9653
+ 新增接口:
9654
+
9655
+ * [DescribeScdnBotData](https://cloud.tencent.com/document/api/228/63777)
9656
+
9657
+ 新增数据结构:
9658
+
9659
+ * [BotStats](https://cloud.tencent.com/document/api/228/30987#BotStats)
9660
+ * [BotStatsDetailData](https://cloud.tencent.com/document/api/228/30987#BotStatsDetailData)
9661
+
9662
+ 修改数据结构:
9663
+
9664
+ * [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
9665
+
9666
+ * 新增成员:ConfigId
9667
+
9668
+
9630
9669
  ### 第 85 次发布
9631
9670
 
9632
9671
  发布时间:2021-11-02 08:03:38
@@ -13042,6 +13081,22 @@
13042
13081
 
13043
13082
  ## 负载均衡(clb) 版本:2018-03-17
13044
13083
 
13084
+ ### 第 57 次发布
13085
+
13086
+ 发布时间:2021-11-11 10:58:59
13087
+
13088
+ 本次发布包含了以下内容:
13089
+
13090
+ 改善已有的文档。
13091
+
13092
+ 新增接口:
13093
+
13094
+ * [ModifyLoadBalancerSla](https://cloud.tencent.com/document/api/214/63892)
13095
+
13096
+ 新增数据结构:
13097
+
13098
+ * [SlaUpdateParam](https://cloud.tencent.com/document/api/214/30694#SlaUpdateParam)
13099
+
13045
13100
  ### 第 56 次发布
13046
13101
 
13047
13102
  发布时间:2021-11-02 08:04:16
@@ -23318,6 +23373,24 @@
23318
23373
 
23319
23374
  ## 数据传输服务(dts) 版本:2018-03-30
23320
23375
 
23376
+ ### 第 15 次发布
23377
+
23378
+ 发布时间:2021-11-09 08:10:46
23379
+
23380
+ 本次发布包含了以下内容:
23381
+
23382
+ 改善已有的文档。
23383
+
23384
+ <font color="#dd0000">**删除接口**:</font>
23385
+
23386
+ * DescribeSyncCheckJob
23387
+ * ModifySyncJob
23388
+
23389
+ <font color="#dd0000">**删除数据结构**:</font>
23390
+
23391
+ * SyncCheckStepInfo
23392
+ * SyncOption
23393
+
23321
23394
  ### 第 14 次发布
23322
23395
 
23323
23396
  发布时间:2021-11-08 08:05:43
@@ -23930,6 +24003,36 @@
23930
24003
 
23931
24004
  ## 边缘计算机器(ecm) 版本:2019-07-19
23932
24005
 
24006
+ ### 第 58 次发布
24007
+
24008
+ 发布时间:2021-11-11 11:01:56
24009
+
24010
+ 本次发布包含了以下内容:
24011
+
24012
+ 改善已有的文档。
24013
+
24014
+ 修改接口:
24015
+
24016
+ * [CreateListener](https://cloud.tencent.com/document/api/1108/48466)
24017
+
24018
+ * 新增入参:EndPorts
24019
+
24020
+
24021
+ ### 第 57 次发布
24022
+
24023
+ 发布时间:2021-11-10 08:06:34
24024
+
24025
+ 本次发布包含了以下内容:
24026
+
24027
+ 改善已有的文档。
24028
+
24029
+ 修改数据结构:
24030
+
24031
+ * [Listener](https://cloud.tencent.com/document/api/1108/42574#Listener)
24032
+
24033
+ * 新增成员:EndPort
24034
+
24035
+
23933
24036
  ### 第 56 次发布
23934
24037
 
23935
24038
  发布时间:2021-10-27 08:07:01
@@ -31993,6 +32096,24 @@
31993
32096
 
31994
32097
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
31995
32098
 
32099
+ ### 第 36 次发布
32100
+
32101
+ 发布时间:2021-11-10 08:08:03
32102
+
32103
+ 本次发布包含了以下内容:
32104
+
32105
+ 改善已有的文档。
32106
+
32107
+ 新增接口:
32108
+
32109
+ * [CreateBatchProduction](https://cloud.tencent.com/document/api/1081/63809)
32110
+ * [DescribeBatchProduction](https://cloud.tencent.com/document/api/1081/63808)
32111
+ * [GetBatchProductionsList](https://cloud.tencent.com/document/api/1081/63807)
32112
+
32113
+ 新增数据结构:
32114
+
32115
+ * [BatchProductionInfo](https://cloud.tencent.com/document/api/1081/34988#BatchProductionInfo)
32116
+
31996
32117
  ### 第 35 次发布
31997
32118
 
31998
32119
  发布时间:2021-10-27 08:08:37
@@ -33281,6 +33402,21 @@
33281
33402
 
33282
33403
  ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
33283
33404
 
33405
+ ### 第 12 次发布
33406
+
33407
+ 发布时间:2021-11-10 08:08:18
33408
+
33409
+ 本次发布包含了以下内容:
33410
+
33411
+ 改善已有的文档。
33412
+
33413
+ 修改接口:
33414
+
33415
+ * [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1131/53633)
33416
+
33417
+ * 新增入参:ChannelId
33418
+
33419
+
33284
33420
  ### 第 11 次发布
33285
33421
 
33286
33422
  发布时间:2021-07-30 08:02:18
@@ -40154,6 +40290,40 @@
40154
40290
 
40155
40291
  ## 文字识别(ocr) 版本:2018-11-19
40156
40292
 
40293
+ ### 第 58 次发布
40294
+
40295
+ 发布时间:2021-11-10 08:09:29
40296
+
40297
+ 本次发布包含了以下内容:
40298
+
40299
+ 改善已有的文档。
40300
+
40301
+ 新增接口:
40302
+
40303
+ * [RecognizeContainerOCR](https://cloud.tencent.com/document/api/866/63810)
40304
+
40305
+ 修改接口:
40306
+
40307
+ * [ResidenceBookletOCR](https://cloud.tencent.com/document/api/866/40036)
40308
+
40309
+ * 新增出参:Signature, IssueDate, HomePageNumber, HouseholderName, Relationship, OtherAddresses, ReligiousBelief, Height, BloodType, MaritalStatus, VeteranStatus, Profession, MoveToCityInformation, MoveToSiteInformation, RegistrationDate, FormerName
40310
+
40311
+
40312
+ ### 第 57 次发布
40313
+
40314
+ 发布时间:2021-11-09 08:13:57
40315
+
40316
+ 本次发布包含了以下内容:
40317
+
40318
+ 改善已有的文档。
40319
+
40320
+ 修改接口:
40321
+
40322
+ * [GeneralAccurateOCR](https://cloud.tencent.com/document/api/866/34937)
40323
+
40324
+ * 新增入参:IsPdf, PdfPageNumber
40325
+
40326
+
40157
40327
  ### 第 56 次发布
40158
40328
 
40159
40329
  发布时间:2021-10-13 08:10:08
@@ -43406,8 +43576,8 @@
43406
43576
 
43407
43577
  新增数据结构:
43408
43578
 
43409
- * [[ProtocolParams](https://cloud.tencent.com/document/api/583/17244#ProtocolParams)](https://cloud.tencent.com/document/api/583/17244#[ProtocolParams](https://cloud.tencent.com/document/api/583/17244#ProtocolParams))
43410
- * [[WSParams](https://cloud.tencent.com/document/api/583/17244#WSParams)](https://cloud.tencent.com/document/api/583/17244#[WSParams](https://cloud.tencent.com/document/api/583/17244#WSParams))
43579
+ * [ProtocolParams](https://cloud.tencent.com/document/api/583/17244#ProtocolParams)
43580
+ * [WSParams](https://cloud.tencent.com/document/api/583/17244#WSParams)
43411
43581
 
43412
43582
  ### 第 36 次发布
43413
43583
 
@@ -47852,6 +48022,34 @@
47852
48022
 
47853
48023
  ## 云开发 CloudBase(tcb) 版本:2018-06-08
47854
48024
 
48025
+ ### 第 74 次发布
48026
+
48027
+ 发布时间:2021-11-10 08:11:02
48028
+
48029
+ 本次发布包含了以下内容:
48030
+
48031
+ 改善已有的文档。
48032
+
48033
+ 修改接口:
48034
+
48035
+ * [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
48036
+
48037
+ * 新增出参:UserEnvId
48038
+
48039
+
48040
+ ### 第 73 次发布
48041
+
48042
+ 发布时间:2021-11-09 08:15:23
48043
+
48044
+ 本次发布包含了以下内容:
48045
+
48046
+ 改善已有的文档。
48047
+
48048
+ 新增接口:
48049
+
48050
+ * [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
48051
+ * [DescribeCloudBaseRunServerDomainName](https://cloud.tencent.com/document/api/876/63778)
48052
+
47855
48053
  ### 第 72 次发布
47856
48054
 
47857
48055
  发布时间:2021-10-26 08:13:05
@@ -49514,6 +49712,60 @@
49514
49712
 
49515
49713
 
49516
49714
 
49715
+ ## 服务网格(tcm) 版本:2021-04-13
49716
+
49717
+ ### 第 1 次发布
49718
+
49719
+ 发布时间:2021-11-10 15:03:56
49720
+
49721
+ 本次发布包含了以下内容:
49722
+
49723
+ 改善已有的文档。
49724
+
49725
+ 新增接口:
49726
+
49727
+ * [DescribeMesh](https://cloud.tencent.com/document/api/1261/63842)
49728
+ * [DescribeMeshList](https://cloud.tencent.com/document/api/1261/63841)
49729
+
49730
+ 新增数据结构:
49731
+
49732
+ * [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
49733
+ * [ActiveOperation](https://cloud.tencent.com/document/api/1261/63843#ActiveOperation)
49734
+ * [AutoInjectionNamespaceState](https://cloud.tencent.com/document/api/1261/63843#AutoInjectionNamespaceState)
49735
+ * [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
49736
+ * [Cluster](https://cloud.tencent.com/document/api/1261/63843#Cluster)
49737
+ * [ClusterConfig](https://cloud.tencent.com/document/api/1261/63843#ClusterConfig)
49738
+ * [ClusterStatus](https://cloud.tencent.com/document/api/1261/63843#ClusterStatus)
49739
+ * [DeployConfig](https://cloud.tencent.com/document/api/1261/63843#DeployConfig)
49740
+ * [EgressGateway](https://cloud.tencent.com/document/api/1261/63843#EgressGateway)
49741
+ * [Filter](https://cloud.tencent.com/document/api/1261/63843#Filter)
49742
+ * [GrafanaInfo](https://cloud.tencent.com/document/api/1261/63843#GrafanaInfo)
49743
+ * [HorizontalPodAutoscalerSpec](https://cloud.tencent.com/document/api/1261/63843#HorizontalPodAutoscalerSpec)
49744
+ * [IngressGateway](https://cloud.tencent.com/document/api/1261/63843#IngressGateway)
49745
+ * [IngressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#IngressGatewayStatus)
49746
+ * [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
49747
+ * [IstiodConfig](https://cloud.tencent.com/document/api/1261/63843#IstiodConfig)
49748
+ * [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
49749
+ * [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
49750
+ * [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
49751
+ * [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
49752
+ * [MeshStatus](https://cloud.tencent.com/document/api/1261/63843#MeshStatus)
49753
+ * [MetricSpec](https://cloud.tencent.com/document/api/1261/63843#MetricSpec)
49754
+ * [PodsMetricSource](https://cloud.tencent.com/document/api/1261/63843#PodsMetricSource)
49755
+ * [PrometheusConfig](https://cloud.tencent.com/document/api/1261/63843#PrometheusConfig)
49756
+ * [PrometheusStatus](https://cloud.tencent.com/document/api/1261/63843#PrometheusStatus)
49757
+ * [Resource](https://cloud.tencent.com/document/api/1261/63843#Resource)
49758
+ * [ResourceMetricSource](https://cloud.tencent.com/document/api/1261/63843#ResourceMetricSource)
49759
+ * [ResourceRequirements](https://cloud.tencent.com/document/api/1261/63843#ResourceRequirements)
49760
+ * [SelectedItems](https://cloud.tencent.com/document/api/1261/63843#SelectedItems)
49761
+ * [SelectedRange](https://cloud.tencent.com/document/api/1261/63843#SelectedRange)
49762
+ * [Service](https://cloud.tencent.com/document/api/1261/63843#Service)
49763
+ * [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
49764
+ * [WorkloadConfig](https://cloud.tencent.com/document/api/1261/63843#WorkloadConfig)
49765
+
49766
+
49767
+
49768
+
49517
49769
  ## 容器镜像服务(tcr) 版本:2019-09-24
49518
49770
 
49519
49771
  ### 第 39 次发布
@@ -51708,6 +51960,40 @@
51708
51960
 
51709
51961
  ## 图像分析(tiia) 版本:2019-05-29
51710
51962
 
51963
+ ### 第 18 次发布
51964
+
51965
+ 发布时间:2021-11-10 08:11:42
51966
+
51967
+ 本次发布包含了以下内容:
51968
+
51969
+ 改善已有的文档。
51970
+
51971
+ 新增数据结构:
51972
+
51973
+ * [LemmaInfo](https://cloud.tencent.com/document/api/865/35474#LemmaInfo)
51974
+
51975
+ 修改数据结构:
51976
+
51977
+ * [ProductInfo](https://cloud.tencent.com/document/api/865/35474#ProductInfo)
51978
+
51979
+ * 新增成员:LemmaInfoList
51980
+
51981
+
51982
+ ### 第 17 次发布
51983
+
51984
+ 发布时间:2021-11-09 08:16:08
51985
+
51986
+ 本次发布包含了以下内容:
51987
+
51988
+ 改善已有的文档。
51989
+
51990
+ 修改接口:
51991
+
51992
+ * [DetectProductBeta](https://cloud.tencent.com/document/api/865/43354)
51993
+
51994
+ * 新增入参:NeedLemma
51995
+
51996
+
51711
51997
  ### 第 16 次发布
51712
51998
 
51713
51999
  发布时间:2021-10-29 08:10:24
@@ -55241,6 +55527,91 @@
55241
55527
 
55242
55528
  ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
55243
55529
 
55530
+ ### 第 60 次发布
55531
+
55532
+ 发布时间:2021-11-12 08:10:33
55533
+
55534
+ 本次发布包含了以下内容:
55535
+
55536
+ 改善已有的文档。
55537
+
55538
+ 修改接口:
55539
+
55540
+ * [CreateApplication](https://cloud.tencent.com/document/api/649/36094)
55541
+
55542
+ * 新增入参:ProgramIdList
55543
+
55544
+ * [CreateCluster](https://cloud.tencent.com/document/api/649/36049)
55545
+
55546
+ * 新增入参:KuberneteApiServer, KuberneteNativeType, KuberneteNativeSecret, ProgramIdList
55547
+
55548
+ * [CreateConfig](https://cloud.tencent.com/document/api/649/38348)
55549
+
55550
+ * 新增入参:ProgramIdList
55551
+
55552
+ * [CreateFileConfig](https://cloud.tencent.com/document/api/649/58594)
55553
+
55554
+ * 新增入参:ProgramIdList
55555
+
55556
+ * [CreateGatewayApi](https://cloud.tencent.com/document/api/649/50639)
55557
+
55558
+ * 新增入参:ProgramIdList
55559
+
55560
+ * [CreateLane](https://cloud.tencent.com/document/api/649/44508)
55561
+
55562
+ * 新增入参:ProgramIdList
55563
+
55564
+ * [CreateLaneRule](https://cloud.tencent.com/document/api/649/44507)
55565
+
55566
+ * 新增入参:ProgramIdList
55567
+
55568
+ * [CreateNamespace](https://cloud.tencent.com/document/api/649/36098)
55569
+
55570
+ * 新增入参:ProgramIdList
55571
+
55572
+ * [CreatePublicConfig](https://cloud.tencent.com/document/api/649/38347)
55573
+
55574
+ * 新增入参:ProgramIdList
55575
+
55576
+ * [DescribeConfigSummary](https://cloud.tencent.com/document/api/649/38341)
55577
+
55578
+ * 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
55579
+
55580
+ * [DescribeGroups](https://cloud.tencent.com/document/api/649/36065)
55581
+
55582
+ * 新增入参:GroupIdList
55583
+
55584
+ * [DescribeLaneRules](https://cloud.tencent.com/document/api/649/44505)
55585
+
55586
+ * 新增入参:RuleIdList
55587
+
55588
+ * [DescribeLanes](https://cloud.tencent.com/document/api/649/44504)
55589
+
55590
+ * 新增入参:LaneIdList, DisableProgramAuthCheck
55591
+
55592
+ * <font color="#dd0000">**修改入参**:</font>Limit, Offset
55593
+
55594
+ * [DescribePublicConfigSummary](https://cloud.tencent.com/document/api/649/38336)
55595
+
55596
+ * 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
55597
+
55598
+ * [DescribeServerlessGroups](https://cloud.tencent.com/document/api/649/39421)
55599
+
55600
+ * 新增入参:GroupIdList
55601
+
55602
+ * [DescribeSimpleApplications](https://cloud.tencent.com/document/api/649/36089)
55603
+
55604
+ * 新增入参:DisableProgramAuthCheck
55605
+
55606
+ * [DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)
55607
+
55608
+ * 新增入参:DisableProgramAuthCheck
55609
+
55610
+ * [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)
55611
+
55612
+ * 新增入参:DisableProgramAuthCheck
55613
+
55614
+
55244
55615
  ### 第 59 次发布
55245
55616
 
55246
55617
  发布时间:2021-10-21 11:40:48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.231",
3
+ "version": "4.0.235",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {