tencentcloud-sdk-nodejs-dlc 4.0.1052 → 4.1.6

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.
package/README.md CHANGED
@@ -44,18 +44,40 @@ npm install tencentcloud-sdk-nodejs-vpc --save
44
44
 
45
45
  ### 安装全产品 SDK
46
46
 
47
+ 如果项目依赖的云产品较多,可以引入全产品 SDK。
48
+
47
49
  ```
48
50
  npm install tencentcloud-sdk-nodejs --save
49
51
  ```
50
52
 
51
- 全产品 SDK 包含了所有云产品的调用代码,体积偏大,对体积敏感的场景,推荐安装指定产品 SDK。
53
+ 全产品 SDK 包含所有云产品调用代码和 TypeScript 类型文件,体积偏大。对于体积敏感的场景,推荐安装指定产品 SDK。
54
+
55
+ 如果既希望全产品调用,又对包体积比较敏感,可以使用 Slim 版本 SDK。Slim SDK 移除类型文件,并进行了代码压缩,适合体积敏感场景使用:
56
+
57
+ ```
58
+ npm install tencentcloud-sdk-slim-nodejs --save
59
+ ```
52
60
 
53
61
  ## 通过源码包安装
54
62
 
55
- 1. 前往 [GitHub 仓库](https://github.com/tencentcloud/tencentcloud-sdk-nodejs) 或者 [Gitee 仓库](https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs) 下载源码压缩包。
56
- 2. 解压源码包到您项目合适的位置,例如 `sdk/tencentcloud-sdk-nodejs`。
57
- 3. 执行 `npm install ./sdk/tencentcloud-sdk-nodejs`。
58
- 4. 使用 `require("tencentcloud-sdk-nodejs")` 的方式引入 SDK,具体可参考示例。
63
+ 1. clone 代码到本地:
64
+ ```
65
+ git clone https://github.com/tencentcloud/tencentcloud-sdk-nodejs
66
+ # 或者
67
+ git clone https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs
68
+ ```
69
+ 2. 在项目根目录执行以下命令完成构建:
70
+ ```
71
+ npm install && npm run build
72
+ ```
73
+ 3. 打包 NPM 压缩文件,例如 `tencentcloud-sdk-nodejs-4.0.0.tgz`
74
+ ```
75
+ npm pack
76
+ ```
77
+ 4. 安装包到你的项目里:
78
+ ```
79
+ npm install /path/to/tencentcloud-sdk-nodejs/tencentcloud-sdk-nodejs-4.0.0.tgz
80
+ ```
59
81
 
60
82
  # 示例
61
83
 
package/es/index.js ADDED
@@ -0,0 +1 @@
1
+ export * from "./services";
@@ -0,0 +1,4 @@
1
+ import { v20210125 } from "./v20210125";
2
+ export const dlc = {
3
+ v20210125: v20210125,
4
+ };
@@ -0,0 +1,441 @@
1
+ import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
2
+ export class Client extends TencentCloudCommon.AbstractClient {
3
+ constructor(clientConfig) {
4
+ super("dlc.tencentcloudapi.com", "2021-01-25", clientConfig);
5
+ }
6
+ async CreateTask(req, cb) {
7
+ return this.request("CreateTask", req, cb);
8
+ }
9
+ async AddUsersToWorkGroup(req, cb) {
10
+ return this.request("AddUsersToWorkGroup", req, cb);
11
+ }
12
+ async AlterDMSTable(req, cb) {
13
+ return this.request("AlterDMSTable", req, cb);
14
+ }
15
+ async DescribeForbiddenTablePro(req, cb) {
16
+ return this.request("DescribeForbiddenTablePro", req, cb);
17
+ }
18
+ async DescribeUserRoles(req, cb) {
19
+ return this.request("DescribeUserRoles", req, cb);
20
+ }
21
+ async ModifyUserType(req, cb) {
22
+ return this.request("ModifyUserType", req, cb);
23
+ }
24
+ async DescribeWorkGroupInfo(req, cb) {
25
+ return this.request("DescribeWorkGroupInfo", req, cb);
26
+ }
27
+ async DescribeTaskMonitorInfos(req, cb) {
28
+ return this.request("DescribeTaskMonitorInfos", req, cb);
29
+ }
30
+ async DescribeNotebookSession(req, cb) {
31
+ return this.request("DescribeNotebookSession", req, cb);
32
+ }
33
+ async CreateNotebookSession(req, cb) {
34
+ return this.request("CreateNotebookSession", req, cb);
35
+ }
36
+ async DeleteWorkGroup(req, cb) {
37
+ return this.request("DeleteWorkGroup", req, cb);
38
+ }
39
+ async UnlockMetaData(req, cb) {
40
+ return this.request("UnlockMetaData", req, cb);
41
+ }
42
+ async DescribeDataEngine(req, cb) {
43
+ return this.request("DescribeDataEngine", req, cb);
44
+ }
45
+ async CreateStoreLocation(req, cb) {
46
+ return this.request("CreateStoreLocation", req, cb);
47
+ }
48
+ async CreateNotebookSessionStatementSupportBatchSQL(req, cb) {
49
+ return this.request("CreateNotebookSessionStatementSupportBatchSQL", req, cb);
50
+ }
51
+ async SwitchDataEngine(req, cb) {
52
+ return this.request("SwitchDataEngine", req, cb);
53
+ }
54
+ async DescribeDataEngines(req, cb) {
55
+ return this.request("DescribeDataEngines", req, cb);
56
+ }
57
+ async DescribeDMSPartitions(req, cb) {
58
+ return this.request("DescribeDMSPartitions", req, cb);
59
+ }
60
+ async CancelTask(req, cb) {
61
+ return this.request("CancelTask", req, cb);
62
+ }
63
+ async DescribeDLCCatalogAccess(req, cb) {
64
+ return this.request("DescribeDLCCatalogAccess", req, cb);
65
+ }
66
+ async DescribeDMSTables(req, cb) {
67
+ return this.request("DescribeDMSTables", req, cb);
68
+ }
69
+ async DescribeUserType(req, cb) {
70
+ return this.request("DescribeUserType", req, cb);
71
+ }
72
+ async DescribeTasks(req, cb) {
73
+ return this.request("DescribeTasks", req, cb);
74
+ }
75
+ async DeleteScript(req, cb) {
76
+ return this.request("DeleteScript", req, cb);
77
+ }
78
+ async SwitchDataEngineImage(req, cb) {
79
+ return this.request("SwitchDataEngineImage", req, cb);
80
+ }
81
+ async CreateSparkAppTask(req, cb) {
82
+ return this.request("CreateSparkAppTask", req, cb);
83
+ }
84
+ async DescribeOtherCHDFSBindingList(req, cb) {
85
+ return this.request("DescribeOtherCHDFSBindingList", req, cb);
86
+ }
87
+ async DescribeLakeFsDirSummary(req, cb) {
88
+ return this.request("DescribeLakeFsDirSummary", req, cb);
89
+ }
90
+ async DescribeDatabases(req, cb) {
91
+ return this.request("DescribeDatabases", req, cb);
92
+ }
93
+ async DescribeNotebookSessions(req, cb) {
94
+ return this.request("DescribeNotebookSessions", req, cb);
95
+ }
96
+ async DescribeThirdPartyAccessUser(req, cb) {
97
+ return this.request("DescribeThirdPartyAccessUser", req, cb);
98
+ }
99
+ async RevokeDLCCatalogAccess(req, cb) {
100
+ return this.request("RevokeDLCCatalogAccess", req, cb);
101
+ }
102
+ async CreateUser(req, cb) {
103
+ return this.request("CreateUser", req, cb);
104
+ }
105
+ async DescribeTables(req, cb) {
106
+ return this.request("DescribeTables", req, cb);
107
+ }
108
+ async ListTaskJobLogName(req, cb) {
109
+ return this.request("ListTaskJobLogName", req, cb);
110
+ }
111
+ async AlterDMSPartition(req, cb) {
112
+ return this.request("AlterDMSPartition", req, cb);
113
+ }
114
+ async DescribeLakeFsTaskResult(req, cb) {
115
+ return this.request("DescribeLakeFsTaskResult", req, cb);
116
+ }
117
+ async AddOptimizerEngines(req, cb) {
118
+ return this.request("AddOptimizerEngines", req, cb);
119
+ }
120
+ async UpdateRowFilter(req, cb) {
121
+ return this.request("UpdateRowFilter", req, cb);
122
+ }
123
+ async DescribeAdvancedStoreLocation(req, cb) {
124
+ return this.request("DescribeAdvancedStoreLocation", req, cb);
125
+ }
126
+ async LockMetaData(req, cb) {
127
+ return this.request("LockMetaData", req, cb);
128
+ }
129
+ async DescribeSparkAppJobs(req, cb) {
130
+ return this.request("DescribeSparkAppJobs", req, cb);
131
+ }
132
+ async DescribeUsers(req, cb) {
133
+ return this.request("DescribeUsers", req, cb);
134
+ }
135
+ async CreateTasks(req, cb) {
136
+ return this.request("CreateTasks", req, cb);
137
+ }
138
+ async DescribeScripts(req, cb) {
139
+ return this.request("DescribeScripts", req, cb);
140
+ }
141
+ async ModifyWorkGroup(req, cb) {
142
+ return this.request("ModifyWorkGroup", req, cb);
143
+ }
144
+ async DescribeTablesName(req, cb) {
145
+ return this.request("DescribeTablesName", req, cb);
146
+ }
147
+ async DeleteCHDFSBindingProduct(req, cb) {
148
+ return this.request("DeleteCHDFSBindingProduct", req, cb);
149
+ }
150
+ async ReportHeartbeatMetaData(req, cb) {
151
+ return this.request("ReportHeartbeatMetaData", req, cb);
152
+ }
153
+ async AssignMangedTableProperties(req, cb) {
154
+ return this.request("AssignMangedTableProperties", req, cb);
155
+ }
156
+ async DescribeUpdatableDataEngines(req, cb) {
157
+ return this.request("DescribeUpdatableDataEngines", req, cb);
158
+ }
159
+ async CreateInternalTable(req, cb) {
160
+ return this.request("CreateInternalTable", req, cb);
161
+ }
162
+ async GenerateCreateMangedTableSql(req, cb) {
163
+ return this.request("GenerateCreateMangedTableSql", req, cb);
164
+ }
165
+ async AttachWorkGroupPolicy(req, cb) {
166
+ return this.request("AttachWorkGroupPolicy", req, cb);
167
+ }
168
+ async DescribeDataEnginesScaleDetail(req, cb) {
169
+ return this.request("DescribeDataEnginesScaleDetail", req, cb);
170
+ }
171
+ async CreateSparkApp(req, cb) {
172
+ return this.request("CreateSparkApp", req, cb);
173
+ }
174
+ async CreateDatabase(req, cb) {
175
+ return this.request("CreateDatabase", req, cb);
176
+ }
177
+ async RollbackDataEngineImage(req, cb) {
178
+ return this.request("RollbackDataEngineImage", req, cb);
179
+ }
180
+ async DescribeSubUserAccessPolicy(req, cb) {
181
+ return this.request("DescribeSubUserAccessPolicy", req, cb);
182
+ }
183
+ async CreateSparkSessionBatchSQL(req, cb) {
184
+ return this.request("CreateSparkSessionBatchSQL", req, cb);
185
+ }
186
+ async DescribeNotebookSessionStatements(req, cb) {
187
+ return this.request("DescribeNotebookSessionStatements", req, cb);
188
+ }
189
+ async GrantDLCCatalogAccess(req, cb) {
190
+ return this.request("GrantDLCCatalogAccess", req, cb);
191
+ }
192
+ async SuspendResumeDataEngine(req, cb) {
193
+ return this.request("SuspendResumeDataEngine", req, cb);
194
+ }
195
+ async CreateDMSDatabase(req, cb) {
196
+ return this.request("CreateDMSDatabase", req, cb);
197
+ }
198
+ async AttachUserPolicy(req, cb) {
199
+ return this.request("AttachUserPolicy", req, cb);
200
+ }
201
+ async ModifyGovernEventRule(req, cb) {
202
+ return this.request("ModifyGovernEventRule", req, cb);
203
+ }
204
+ async CreateResultDownload(req, cb) {
205
+ return this.request("CreateResultDownload", req, cb);
206
+ }
207
+ async ModifyAdvancedStoreLocation(req, cb) {
208
+ return this.request("ModifyAdvancedStoreLocation", req, cb);
209
+ }
210
+ async DescribeNotebookSessionStatementSqlResult(req, cb) {
211
+ return this.request("DescribeNotebookSessionStatementSqlResult", req, cb);
212
+ }
213
+ async CreateNotebookSessionStatement(req, cb) {
214
+ return this.request("CreateNotebookSessionStatement", req, cb);
215
+ }
216
+ async AlterDMSDatabase(req, cb) {
217
+ return this.request("AlterDMSDatabase", req, cb);
218
+ }
219
+ async DescribeSparkSessionBatchSQL(req, cb) {
220
+ return this.request("DescribeSparkSessionBatchSQL", req, cb);
221
+ }
222
+ async DropDMSDatabase(req, cb) {
223
+ return this.request("DropDMSDatabase", req, cb);
224
+ }
225
+ async AddDMSPartitions(req, cb) {
226
+ return this.request("AddDMSPartitions", req, cb);
227
+ }
228
+ async UpdateUserDataEngineConfig(req, cb) {
229
+ return this.request("UpdateUserDataEngineConfig", req, cb);
230
+ }
231
+ async CancelNotebookSessionStatementBatch(req, cb) {
232
+ return this.request("CancelNotebookSessionStatementBatch", req, cb);
233
+ }
234
+ async CheckDataEngineImageCanBeUpgrade(req, cb) {
235
+ return this.request("CheckDataEngineImageCanBeUpgrade", req, cb);
236
+ }
237
+ async DeleteSparkApp(req, cb) {
238
+ return this.request("DeleteSparkApp", req, cb);
239
+ }
240
+ async DescribeNotebookSessionLog(req, cb) {
241
+ return this.request("DescribeNotebookSessionLog", req, cb);
242
+ }
243
+ async DescribeTasksCostInfo(req, cb) {
244
+ return this.request("DescribeTasksCostInfo", req, cb);
245
+ }
246
+ async DescribeResultDownload(req, cb) {
247
+ return this.request("DescribeResultDownload", req, cb);
248
+ }
249
+ async DescribeDMSTable(req, cb) {
250
+ return this.request("DescribeDMSTable", req, cb);
251
+ }
252
+ async QueryTaskCostDetail(req, cb) {
253
+ return this.request("QueryTaskCostDetail", req, cb);
254
+ }
255
+ async DropDMSPartitions(req, cb) {
256
+ return this.request("DropDMSPartitions", req, cb);
257
+ }
258
+ async CreateWorkGroup(req, cb) {
259
+ return this.request("CreateWorkGroup", req, cb);
260
+ }
261
+ async CreateCHDFSBindingProduct(req, cb) {
262
+ return this.request("CreateCHDFSBindingProduct", req, cb);
263
+ }
264
+ async QueryInternalTableWarehouse(req, cb) {
265
+ return this.request("QueryInternalTableWarehouse", req, cb);
266
+ }
267
+ async DescribeDatasourceConnection(req, cb) {
268
+ return this.request("DescribeDatasourceConnection", req, cb);
269
+ }
270
+ async CheckDataEngineImageCanBeRollback(req, cb) {
271
+ return this.request("CheckDataEngineImageCanBeRollback", req, cb);
272
+ }
273
+ async CancelSparkSessionBatchSQL(req, cb) {
274
+ return this.request("CancelSparkSessionBatchSQL", req, cb);
275
+ }
276
+ async ModifyUser(req, cb) {
277
+ return this.request("ModifyUser", req, cb);
278
+ }
279
+ async DescribeSparkSessionBatchSqlLog(req, cb) {
280
+ return this.request("DescribeSparkSessionBatchSqlLog", req, cb);
281
+ }
282
+ async DescribeTable(req, cb) {
283
+ return this.request("DescribeTable", req, cb);
284
+ }
285
+ async GetOptimizerPolicy(req, cb) {
286
+ return this.request("GetOptimizerPolicy", req, cb);
287
+ }
288
+ async DescribeUserInfo(req, cb) {
289
+ return this.request("DescribeUserInfo", req, cb);
290
+ }
291
+ async UpdateDataEngine(req, cb) {
292
+ return this.request("UpdateDataEngine", req, cb);
293
+ }
294
+ async CheckDataEngineConfigPairsValidity(req, cb) {
295
+ return this.request("CheckDataEngineConfigPairsValidity", req, cb);
296
+ }
297
+ async DeleteDataEngine(req, cb) {
298
+ return this.request("DeleteDataEngine", req, cb);
299
+ }
300
+ async DeleteUser(req, cb) {
301
+ return this.request("DeleteUser", req, cb);
302
+ }
303
+ async DeleteTable(req, cb) {
304
+ return this.request("DeleteTable", req, cb);
305
+ }
306
+ async DescribeEngineUsageInfo(req, cb) {
307
+ return this.request("DescribeEngineUsageInfo", req, cb);
308
+ }
309
+ async DescribeTasksOverview(req, cb) {
310
+ return this.request("DescribeTasksOverview", req, cb);
311
+ }
312
+ async UpdateDataEngineConfig(req, cb) {
313
+ return this.request("UpdateDataEngineConfig", req, cb);
314
+ }
315
+ async CreateTasksInOrder(req, cb) {
316
+ return this.request("CreateTasksInOrder", req, cb);
317
+ }
318
+ async DescribeDataEngineImageVersions(req, cb) {
319
+ return this.request("DescribeDataEngineImageVersions", req, cb);
320
+ }
321
+ async CreateDMSTable(req, cb) {
322
+ return this.request("CreateDMSTable", req, cb);
323
+ }
324
+ async DescribeSparkSessionBatchSQLCost(req, cb) {
325
+ return this.request("DescribeSparkSessionBatchSQLCost", req, cb);
326
+ }
327
+ async UpgradeDataEngineImage(req, cb) {
328
+ return this.request("UpgradeDataEngineImage", req, cb);
329
+ }
330
+ async DetachUserPolicy(req, cb) {
331
+ return this.request("DetachUserPolicy", req, cb);
332
+ }
333
+ async DescribeDataEngineEvents(req, cb) {
334
+ return this.request("DescribeDataEngineEvents", req, cb);
335
+ }
336
+ async DetachWorkGroupPolicy(req, cb) {
337
+ return this.request("DetachWorkGroupPolicy", req, cb);
338
+ }
339
+ async DropDMSTable(req, cb) {
340
+ return this.request("DropDMSTable", req, cb);
341
+ }
342
+ async QueryResult(req, cb) {
343
+ return this.request("QueryResult", req, cb);
344
+ }
345
+ async CheckLockMetaData(req, cb) {
346
+ return this.request("CheckLockMetaData", req, cb);
347
+ }
348
+ async CreateImportTask(req, cb) {
349
+ return this.request("CreateImportTask", req, cb);
350
+ }
351
+ async CreateTable(req, cb) {
352
+ return this.request("CreateTable", req, cb);
353
+ }
354
+ async DescribeTaskResult(req, cb) {
355
+ return this.request("DescribeTaskResult", req, cb);
356
+ }
357
+ async CreateExportTask(req, cb) {
358
+ return this.request("CreateExportTask", req, cb);
359
+ }
360
+ async RegisterThirdPartyAccessUser(req, cb) {
361
+ return this.request("RegisterThirdPartyAccessUser", req, cb);
362
+ }
363
+ async DescribeTasksAnalysis(req, cb) {
364
+ return this.request("DescribeTasksAnalysis", req, cb);
365
+ }
366
+ async DeleteUsersFromWorkGroup(req, cb) {
367
+ return this.request("DeleteUsersFromWorkGroup", req, cb);
368
+ }
369
+ async CreateDataEngine(req, cb) {
370
+ return this.request("CreateDataEngine", req, cb);
371
+ }
372
+ async UnbindWorkGroupsFromUser(req, cb) {
373
+ return this.request("UnbindWorkGroupsFromUser", req, cb);
374
+ }
375
+ async DescribeWorkGroups(req, cb) {
376
+ return this.request("DescribeWorkGroups", req, cb);
377
+ }
378
+ async CreateScript(req, cb) {
379
+ return this.request("CreateScript", req, cb);
380
+ }
381
+ async RestartDataEngine(req, cb) {
382
+ return this.request("RestartDataEngine", req, cb);
383
+ }
384
+ async DescribeNotebookSessionStatement(req, cb) {
385
+ return this.request("DescribeNotebookSessionStatement", req, cb);
386
+ }
387
+ async RenewDataEngine(req, cb) {
388
+ return this.request("RenewDataEngine", req, cb);
389
+ }
390
+ async ModifySparkApp(req, cb) {
391
+ return this.request("ModifySparkApp", req, cb);
392
+ }
393
+ async DescribeViews(req, cb) {
394
+ return this.request("DescribeViews", req, cb);
395
+ }
396
+ async DeleteThirdPartyAccessUser(req, cb) {
397
+ return this.request("DeleteThirdPartyAccessUser", req, cb);
398
+ }
399
+ async ModifySparkAppBatch(req, cb) {
400
+ return this.request("ModifySparkAppBatch", req, cb);
401
+ }
402
+ async DescribeDMSDatabase(req, cb) {
403
+ return this.request("DescribeDMSDatabase", req, cb);
404
+ }
405
+ async BindWorkGroupsToUser(req, cb) {
406
+ return this.request("BindWorkGroupsToUser", req, cb);
407
+ }
408
+ async DescribeUserDataEngineConfig(req, cb) {
409
+ return this.request("DescribeUserDataEngineConfig", req, cb);
410
+ }
411
+ async DescribeTaskLog(req, cb) {
412
+ return this.request("DescribeTaskLog", req, cb);
413
+ }
414
+ async ModifyDataEngineDescription(req, cb) {
415
+ return this.request("ModifyDataEngineDescription", req, cb);
416
+ }
417
+ async DeleteNotebookSession(req, cb) {
418
+ return this.request("DeleteNotebookSession", req, cb);
419
+ }
420
+ async CancelNotebookSessionStatement(req, cb) {
421
+ return this.request("CancelNotebookSessionStatement", req, cb);
422
+ }
423
+ async DescribeStoreLocation(req, cb) {
424
+ return this.request("DescribeStoreLocation", req, cb);
425
+ }
426
+ async DescribeSparkAppJob(req, cb) {
427
+ return this.request("DescribeSparkAppJob", req, cb);
428
+ }
429
+ async DescribeSparkAppTasks(req, cb) {
430
+ return this.request("DescribeSparkAppTasks", req, cb);
431
+ }
432
+ async DescribeDataEnginePythonSparkImages(req, cb) {
433
+ return this.request("DescribeDataEnginePythonSparkImages", req, cb);
434
+ }
435
+ async ListTaskJobLogDetail(req, cb) {
436
+ return this.request("ListTaskJobLogDetail", req, cb);
437
+ }
438
+ async DescribeLakeFsInfo(req, cb) {
439
+ return this.request("DescribeLakeFsInfo", req, cb);
440
+ }
441
+ }
File without changes
@@ -0,0 +1,6 @@
1
+ import * as Models from "./dlc_models";
2
+ import { Client } from "./dlc_client";
3
+ export const v20210125 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ };
@@ -0,0 +1 @@
1
+ export { dlc } from "./dlc";
package/package.json CHANGED
@@ -1,16 +1,26 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-dlc",
3
- "version": "4.0.1052",
4
- "description": "Tencent Cloud API NODEJS SDK",
5
- "main": "tencentcloud/index.js",
3
+ "version": "4.1.6",
4
+ "description": "腾讯云 API NODEJS SDK",
5
+ "main": "./tencentcloud/index.js",
6
+ "module": "./es/index.js",
7
+ "types": "./tencentcloud/index.d.ts",
6
8
  "scripts": {
7
9
  "test": "mocha -t 10000",
8
- "build": "tsc",
9
- "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"
10
+ "build": "concurrently 'npm:build:cjs' 'npm:build:es'",
11
+ "build:cjs": "tsc -p tsconfig.json",
12
+ "build:es": "tsc -p tsconfig.es.json",
13
+ "build:slim": "node ./scripts/build_slim.js",
14
+ "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
15
+ "clean": "rimraf tencentcloud es"
10
16
  },
11
17
  "engines": {
12
18
  "node": ">=10"
13
19
  },
20
+ "files": [
21
+ "tencentcloud",
22
+ "es"
23
+ ],
14
24
  "keywords": [
15
25
  "tencentcloudapi",
16
26
  "tencentcloud",
@@ -22,7 +32,7 @@
22
32
  "author": "tencentcloudapi",
23
33
  "license": "Apache-2.0",
24
34
  "dependencies": {
25
- "tencentcloud-sdk-nodejs-common": "^4.0.488",
35
+ "tencentcloud-sdk-nodejs-common": "*",
26
36
  "tslib": "1.13.0"
27
37
  },
28
38
  "directories": {
@@ -35,14 +45,22 @@
35
45
  },
36
46
  "devDependencies": {
37
47
  "@types/form-data": "^2.5.0",
48
+ "@types/json-bigint": "^1.0.1",
38
49
  "@types/node": "^14.0.26",
39
50
  "@types/node-fetch": "^2.5.7",
51
+ "@types/uuid": "^9.0.8",
40
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
41
53
  "@typescript-eslint/parser": "^2.34.0",
54
+ "babel-eslint": "^10.0.2",
42
55
  "chai": "^4.2.0",
56
+ "concurrently": "^6.5.1",
57
+ "esbuild": "^0.25.0",
43
58
  "eslint": "^6.8.0",
44
- "mocha": "^8.1.1",
59
+ "eslint-plugin-react": "^7.17.0",
60
+ "mocha": "^8.4.0",
61
+ "prettier": "^2.3.0",
62
+ "rimraf": "^5.0.10",
45
63
  "ts-node": "^8.10.2",
46
64
  "typescript": "^3.9.7"
47
65
  }
48
- }
66
+ }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Client = void 0;
4
+ const tslib_1 = require("tslib");
4
5
  /* eslint-disable @typescript-eslint/no-unused-vars */
5
6
  /*
6
7
  * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
@@ -18,7 +19,7 @@ exports.Client = void 0;
18
19
  * specific language governing permissions and limitations
19
20
  * under the License.
20
21
  */
21
- const TencentCloudCommon = require("tencentcloud-sdk-nodejs-common");
22
+ const TencentCloudCommon = tslib_1.__importStar(require("tencentcloud-sdk-nodejs-common"));
22
23
  /**
23
24
  * dlc client
24
25
  * @class