tencentcloud-sdk-nodejs 4.0.319 → 4.0.320

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 (118) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/SERVICE_CHANGELOG.md +431 -193
  3. package/package.json +1 -1
  4. package/products.md +170 -169
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +14 -4
  7. package/src/services/ams/v20201229/ams_models.ts +14 -0
  8. package/src/services/as/v20180419/as_client.ts +2 -18
  9. package/src/services/as/v20180419/as_models.ts +32 -97
  10. package/src/services/batch/v20170312/batch_models.ts +69 -69
  11. package/src/services/bsca/index.ts +5 -0
  12. package/src/services/bsca/v20210811/bsca_client.ts +93 -0
  13. package/src/services/bsca/v20210811/bsca_models.ts +636 -0
  14. package/src/services/bsca/v20210811/index.ts +6 -0
  15. package/src/services/cam/v20190116/cam_client.ts +59 -11
  16. package/src/services/cam/v20190116/cam_models.ts +275 -68
  17. package/src/services/cdb/v20170320/cdb_models.ts +7 -2
  18. package/src/services/cdn/v20180606/cdn_client.ts +2 -2
  19. package/src/services/cdn/v20180606/cdn_models.ts +20 -14
  20. package/src/services/cls/v20201016/cls_models.ts +2 -2
  21. package/src/services/cwp/v20180228/cwp_models.ts +17 -9
  22. package/src/services/ess/v20201111/ess_models.ts +7 -3
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  24. package/src/services/faceid/v20180301/faceid_models.ts +7 -1
  25. package/src/services/index.ts +1 -0
  26. package/src/services/iotcloud/v20180614/iotcloud_client.ts +24 -0
  27. package/src/services/iotcloud/v20180614/iotcloud_models.ts +85 -0
  28. package/src/services/iotcloud/v20210408/iotcloud_client.ts +175 -64
  29. package/src/services/iotcloud/v20210408/iotcloud_models.ts +579 -82
  30. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +13 -7
  32. package/src/services/mongodb/v20190725/mongodb_client.ts +13 -0
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +55 -0
  34. package/src/services/ocr/v20181119/ocr_models.ts +5 -7
  35. package/src/services/ssa/v20180608/ssa_models.ts +70 -23
  36. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  37. package/src/services/thpc/index.ts +2 -0
  38. package/src/services/thpc/v20211109/thpc_client.ts +3 -1
  39. package/src/services/thpc/v20211109/thpc_models.ts +93 -14
  40. package/src/services/thpc/v20220401/index.ts +6 -0
  41. package/src/services/thpc/v20220401/thpc_client.ts +121 -0
  42. package/src/services/thpc/v20220401/thpc_models.ts +805 -0
  43. package/src/services/tke/v20180525/tke_client.ts +63 -11
  44. package/src/services/tke/v20180525/tke_models.ts +398 -117
  45. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  46. package/src/services/wav/v20210129/wav_client.ts +154 -76
  47. package/src/services/wav/v20210129/wav_models.ts +541 -25
  48. package/tencentcloud/common/sdk_version.d.ts +1 -1
  49. package/tencentcloud/common/sdk_version.js +1 -1
  50. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -0
  51. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +12 -0
  52. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -8
  53. package/tencentcloud/services/as/v20180419/as_client.js +0 -9
  54. package/tencentcloud/services/as/v20180419/as_models.d.ts +28 -83
  55. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +69 -69
  56. package/tencentcloud/services/bsca/index.d.ts +6 -0
  57. package/tencentcloud/services/bsca/index.js +7 -0
  58. package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +26 -0
  59. package/tencentcloud/services/bsca/v20210811/bsca_client.js +55 -0
  60. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +533 -0
  61. package/tencentcloud/services/bsca/v20210811/bsca_models.js +18 -0
  62. package/tencentcloud/services/bsca/v20210811/index.d.ts +6 -0
  63. package/tencentcloud/services/bsca/v20210811/index.js +9 -0
  64. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +19 -3
  65. package/tencentcloud/services/cam/v20190116/cam_client.js +27 -3
  66. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +232 -60
  67. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
  68. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +2 -2
  69. package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
  70. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +18 -13
  71. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  72. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -9
  73. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -2
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  75. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -1
  76. package/tencentcloud/services/index.d.ts +1 -0
  77. package/tencentcloud/services/index.js +2 -0
  78. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
  79. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
  80. package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +72 -0
  81. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +57 -21
  82. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +84 -30
  83. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +497 -77
  84. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  85. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  86. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -7
  87. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  88. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  89. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +47 -0
  90. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -7
  91. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +62 -23
  92. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  93. package/tencentcloud/services/thpc/index.d.ts +4 -0
  94. package/tencentcloud/services/thpc/index.js +2 -0
  95. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +1 -1
  96. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +79 -12
  97. package/tencentcloud/services/thpc/v20220401/index.d.ts +6 -0
  98. package/tencentcloud/services/thpc/v20220401/index.js +9 -0
  99. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +34 -0
  100. package/tencentcloud/services/thpc/v20220401/thpc_client.js +67 -0
  101. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +671 -0
  102. package/tencentcloud/services/thpc/v20220401/thpc_models.js +18 -0
  103. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -3
  104. package/tencentcloud/services/tke/v20180525/tke_client.js +27 -3
  105. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +337 -100
  106. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  107. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +51 -27
  108. package/tencentcloud/services/wav/v20210129/wav_client.js +75 -39
  109. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +459 -24
  110. package/test/as.v20180419.test.js +0 -10
  111. package/test/bsca.v20210811.test.js +61 -0
  112. package/test/cam.v20190116.test.js +42 -2
  113. package/test/iotcloud.v20180614.test.js +20 -0
  114. package/test/iotcloud.v20210408.test.js +110 -20
  115. package/test/mongodb.v20190725.test.js +10 -0
  116. package/test/thpc.v20220401.test.js +81 -0
  117. package/test/tke.v20180525.test.js +42 -2
  118. package/test/wav.v20210129.test.js +86 -26
@@ -18,6 +18,46 @@ const client = new tencentcloud.wav.v20210129.Client({
18
18
  })
19
19
  describe("wav.v20210129.test.js", function () {
20
20
 
21
+ it("wav.v20210129.QueryActivityLiveCodeList", async function () {
22
+ try {
23
+ const data = await client.QueryActivityLiveCodeList({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("wav.v20210129.QueryActivityList", async function () {
32
+ try {
33
+ const data = await client.QueryActivityList({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("wav.v20210129.QueryCustomerEventDetailStatistics", async function () {
42
+ try {
43
+ const data = await client.QueryCustomerEventDetailStatistics({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
51
+ it("wav.v20210129.QueryActivityJoinList", async function () {
52
+ try {
53
+ const data = await client.QueryActivityJoinList({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
21
61
  it("wav.v20210129.QueryChannelCodeList", async function () {
22
62
  try {
23
63
  const data = await client.QueryChannelCodeList({})
@@ -28,9 +68,9 @@ it("wav.v20210129.QueryChannelCodeList", async function () {
28
68
  }
29
69
  })
30
70
 
31
- it("wav.v20210129.QueryActivityLiveCodeList", async function () {
71
+ it("wav.v20210129.QueryExternalContactList", async function () {
32
72
  try {
33
- const data = await client.QueryActivityLiveCodeList({})
73
+ const data = await client.QueryExternalContactList({})
34
74
  expect(data).to.be.ok
35
75
  } catch(error) {
36
76
  expect(error.requestId).to.be.ok
@@ -38,9 +78,9 @@ it("wav.v20210129.QueryActivityLiveCodeList", async function () {
38
78
  }
39
79
  })
40
80
 
41
- it("wav.v20210129.QueryExternalContactDetail", async function () {
81
+ it("wav.v20210129.QueryUserInfoList", async function () {
42
82
  try {
43
- const data = await client.QueryExternalContactDetail({})
83
+ const data = await client.QueryUserInfoList({})
44
84
  expect(data).to.be.ok
45
85
  } catch(error) {
46
86
  expect(error.requestId).to.be.ok
@@ -48,9 +88,9 @@ it("wav.v20210129.QueryExternalContactDetail", async function () {
48
88
  }
49
89
  })
50
90
 
51
- it("wav.v20210129.QueryActivityList", async function () {
91
+ it("wav.v20210129.QueryExternalUserEventList", async function () {
52
92
  try {
53
- const data = await client.QueryActivityList({})
93
+ const data = await client.QueryExternalUserEventList({})
54
94
  expect(data).to.be.ok
55
95
  } catch(error) {
56
96
  expect(error.requestId).to.be.ok
@@ -58,9 +98,9 @@ it("wav.v20210129.QueryActivityList", async function () {
58
98
  }
59
99
  })
60
100
 
61
- it("wav.v20210129.QueryDealerInfoList", async function () {
101
+ it("wav.v20210129.QueryLicenseInfo", async function () {
62
102
  try {
63
- const data = await client.QueryDealerInfoList({})
103
+ const data = await client.QueryLicenseInfo({})
64
104
  expect(data).to.be.ok
65
105
  } catch(error) {
66
106
  expect(error.requestId).to.be.ok
@@ -68,9 +108,19 @@ it("wav.v20210129.QueryDealerInfoList", async function () {
68
108
  }
69
109
  })
70
110
 
71
- it("wav.v20210129.QueryVehicleInfoList", async function () {
111
+ it("wav.v20210129.QueryClueInfoList", async function () {
72
112
  try {
73
- const data = await client.QueryVehicleInfoList({})
113
+ const data = await client.QueryClueInfoList({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
121
+ it("wav.v20210129.QueryExternalContactDetail", async function () {
122
+ try {
123
+ const data = await client.QueryExternalContactDetail({})
74
124
  expect(data).to.be.ok
75
125
  } catch(error) {
76
126
  expect(error.requestId).to.be.ok
@@ -88,9 +138,9 @@ it("wav.v20210129.CreateLead", async function () {
88
138
  }
89
139
  })
90
140
 
91
- it("wav.v20210129.QueryClueInfoList", async function () {
141
+ it("wav.v20210129.QueryStaffEventDetailStatistics", async function () {
92
142
  try {
93
- const data = await client.QueryClueInfoList({})
143
+ const data = await client.QueryStaffEventDetailStatistics({})
94
144
  expect(data).to.be.ok
95
145
  } catch(error) {
96
146
  expect(error.requestId).to.be.ok
@@ -98,9 +148,9 @@ it("wav.v20210129.QueryClueInfoList", async function () {
98
148
  }
99
149
  })
100
150
 
101
- it("wav.v20210129.QueryChatArchivingList", async function () {
151
+ it("wav.v20210129.QueryVehicleInfoList", async function () {
102
152
  try {
103
- const data = await client.QueryChatArchivingList({})
153
+ const data = await client.QueryVehicleInfoList({})
104
154
  expect(data).to.be.ok
105
155
  } catch(error) {
106
156
  expect(error.requestId).to.be.ok
@@ -108,9 +158,9 @@ it("wav.v20210129.QueryChatArchivingList", async function () {
108
158
  }
109
159
  })
110
160
 
111
- it("wav.v20210129.QueryExternalContactList", async function () {
161
+ it("wav.v20210129.QueryChatArchivingList", async function () {
112
162
  try {
113
- const data = await client.QueryExternalContactList({})
163
+ const data = await client.QueryChatArchivingList({})
114
164
  expect(data).to.be.ok
115
165
  } catch(error) {
116
166
  expect(error.requestId).to.be.ok
@@ -128,9 +178,9 @@ it("wav.v20210129.CreateCorpTag", async function () {
128
178
  }
129
179
  })
130
180
 
131
- it("wav.v20210129.CreateChannelCode", async function () {
181
+ it("wav.v20210129.QueryCrmStatistics", async function () {
132
182
  try {
133
- const data = await client.CreateChannelCode({})
183
+ const data = await client.QueryCrmStatistics({})
134
184
  expect(data).to.be.ok
135
185
  } catch(error) {
136
186
  expect(error.requestId).to.be.ok
@@ -138,9 +188,9 @@ it("wav.v20210129.CreateChannelCode", async function () {
138
188
  }
139
189
  })
140
190
 
141
- it("wav.v20210129.QueryExternalUserMappingInfo", async function () {
191
+ it("wav.v20210129.QueryMaterialList", async function () {
142
192
  try {
143
- const data = await client.QueryExternalUserMappingInfo({})
193
+ const data = await client.QueryMaterialList({})
144
194
  expect(data).to.be.ok
145
195
  } catch(error) {
146
196
  expect(error.requestId).to.be.ok
@@ -148,9 +198,9 @@ it("wav.v20210129.QueryExternalUserMappingInfo", async function () {
148
198
  }
149
199
  })
150
200
 
151
- it("wav.v20210129.QueryActivityJoinList", async function () {
201
+ it("wav.v20210129.CreateChannelCode", async function () {
152
202
  try {
153
- const data = await client.QueryActivityJoinList({})
203
+ const data = await client.CreateChannelCode({})
154
204
  expect(data).to.be.ok
155
205
  } catch(error) {
156
206
  expect(error.requestId).to.be.ok
@@ -158,9 +208,9 @@ it("wav.v20210129.QueryActivityJoinList", async function () {
158
208
  }
159
209
  })
160
210
 
161
- it("wav.v20210129.QueryLicenseInfo", async function () {
211
+ it("wav.v20210129.QueryMiniAppCodeList", async function () {
162
212
  try {
163
- const data = await client.QueryLicenseInfo({})
213
+ const data = await client.QueryMiniAppCodeList({})
164
214
  expect(data).to.be.ok
165
215
  } catch(error) {
166
216
  expect(error.requestId).to.be.ok
@@ -168,9 +218,19 @@ it("wav.v20210129.QueryLicenseInfo", async function () {
168
218
  }
169
219
  })
170
220
 
171
- it("wav.v20210129.QueryMiniAppCodeList", async function () {
221
+ it("wav.v20210129.QueryDealerInfoList", async function () {
172
222
  try {
173
- const data = await client.QueryMiniAppCodeList({})
223
+ const data = await client.QueryDealerInfoList({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("wav.v20210129.QueryExternalUserMappingInfo", async function () {
232
+ try {
233
+ const data = await client.QueryExternalUserMappingInfo({})
174
234
  expect(data).to.be.ok
175
235
  } catch(error) {
176
236
  expect(error.requestId).to.be.ok