tencentcloud-sdk-nodejs 4.1.211 → 4.1.212

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 (63) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/bma/index.js +2 -2
  3. package/es/services/btoe/index.js +2 -2
  4. package/es/services/chdfs/index.js +2 -2
  5. package/es/services/dbbrain/index.js +2 -2
  6. package/es/services/dts/index.js +2 -2
  7. package/es/services/eis/index.js +2 -2
  8. package/es/services/es/index.js +2 -2
  9. package/es/services/iotvideo/index.js +2 -2
  10. package/es/services/monitor/index.js +2 -2
  11. package/es/services/omics/v20221128/omics_client.js +3 -0
  12. package/es/services/organization/index.js +2 -2
  13. package/es/services/rum/v20210622/rum_client.js +72 -18
  14. package/es/services/sms/index.js +2 -2
  15. package/es/services/tem/index.js +2 -2
  16. package/es/services/vm/index.js +2 -2
  17. package/package.json +1 -1
  18. package/tencentcloud/common/sdk_version.d.ts +1 -1
  19. package/tencentcloud/common/sdk_version.js +1 -1
  20. package/tencentcloud/services/bma/index.d.ts +4 -4
  21. package/tencentcloud/services/bma/index.js +2 -2
  22. package/tencentcloud/services/btoe/index.d.ts +4 -4
  23. package/tencentcloud/services/btoe/index.js +2 -2
  24. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  25. package/tencentcloud/services/chdfs/index.js +2 -2
  26. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  27. package/tencentcloud/services/dbbrain/index.js +2 -2
  28. package/tencentcloud/services/dts/index.d.ts +4 -4
  29. package/tencentcloud/services/dts/index.js +2 -2
  30. package/tencentcloud/services/eis/index.d.ts +4 -4
  31. package/tencentcloud/services/eis/index.js +2 -2
  32. package/tencentcloud/services/es/index.d.ts +4 -4
  33. package/tencentcloud/services/es/index.js +2 -2
  34. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  35. package/tencentcloud/services/iotvideo/index.js +2 -2
  36. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +9 -9
  37. package/tencentcloud/services/monitor/index.d.ts +4 -4
  38. package/tencentcloud/services/monitor/index.js +2 -2
  39. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +41 -34
  40. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +33 -15
  41. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
  42. package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
  43. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +78 -0
  44. package/tencentcloud/services/organization/index.d.ts +4 -4
  45. package/tencentcloud/services/organization/index.js +2 -2
  46. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  47. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +91 -19
  48. package/tencentcloud/services/rum/v20210622/rum_client.js +135 -27
  49. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1335 -129
  50. package/tencentcloud/services/sms/index.d.ts +4 -4
  51. package/tencentcloud/services/sms/index.js +2 -2
  52. package/tencentcloud/services/tem/index.d.ts +4 -4
  53. package/tencentcloud/services/tem/index.js +2 -2
  54. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  55. package/tencentcloud/services/teo/v20220901/teo_client.js +1 -1
  56. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -3
  57. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +89 -83
  58. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +118 -84
  59. package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +1 -1
  60. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +18 -5
  61. package/tencentcloud/services/vm/index.d.ts +4 -4
  62. package/tencentcloud/services/vm/index.js +2 -2
  63. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.211";
1
+ export const sdkVersion = "4.1.212";
@@ -1,6 +1,6 @@
1
- import { v20221115 } from "./v20221115";
2
1
  import { v20210624 } from "./v20210624";
2
+ import { v20221115 } from "./v20221115";
3
3
  export const bma = {
4
- v20221115: v20221115,
5
4
  v20210624: v20210624,
5
+ v20221115: v20221115,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210514 } from "./v20210514";
2
1
  import { v20210303 } from "./v20210303";
2
+ import { v20210514 } from "./v20210514";
3
3
  export const btoe = {
4
- v20210514: v20210514,
5
4
  v20210303: v20210303,
5
+ v20210514: v20210514,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20190718 } from "./v20190718";
2
1
  import { v20201112 } from "./v20201112";
2
+ import { v20190718 } from "./v20190718";
3
3
  export const chdfs = {
4
- v20190718: v20190718,
5
4
  v20201112: v20201112,
5
+ v20190718: v20190718,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210527 } from "./v20210527";
2
1
  import { v20191016 } from "./v20191016";
2
+ import { v20210527 } from "./v20210527";
3
3
  export const dbbrain = {
4
- v20210527: v20210527,
5
4
  v20191016: v20191016,
5
+ v20210527: v20210527,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20180330 } from "./v20180330";
2
1
  import { v20211206 } from "./v20211206";
2
+ import { v20180330 } from "./v20180330";
3
3
  export const dts = {
4
- v20180330: v20180330,
5
4
  v20211206: v20211206,
5
+ v20180330: v20180330,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210601 } from "./v20210601";
2
1
  import { v20200715 } from "./v20200715";
2
+ import { v20210601 } from "./v20210601";
3
3
  export const eis = {
4
- v20210601: v20210601,
5
4
  v20200715: v20200715,
5
+ v20210601: v20210601,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20250101 } from "./v20250101";
2
1
  import { v20180416 } from "./v20180416";
2
+ import { v20250101 } from "./v20250101";
3
3
  export const es = {
4
- v20250101: v20250101,
5
4
  v20180416: v20180416,
5
+ v20250101: v20250101,
6
6
  };
@@ -1,8 +1,8 @@
1
1
  import { v20211125 } from "./v20211125";
2
- import { v20201215 } from "./v20201215";
3
2
  import { v20191126 } from "./v20191126";
3
+ import { v20201215 } from "./v20201215";
4
4
  export const iotvideo = {
5
5
  v20211125: v20211125,
6
- v20201215: v20201215,
7
6
  v20191126: v20191126,
7
+ v20201215: v20201215,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20180724 } from "./v20180724";
2
1
  import { v20230616 } from "./v20230616";
2
+ import { v20180724 } from "./v20180724";
3
3
  export const monitor = {
4
- v20180724: v20180724,
5
4
  v20230616: v20230616,
5
+ v20180724: v20180724,
6
6
  };
@@ -33,6 +33,9 @@ export class Client extends AbstractClient {
33
33
  async DeleteVolume(req, cb) {
34
34
  return this.request("DeleteVolume", req, cb);
35
35
  }
36
+ async DescribePublicApplications(req, cb) {
37
+ return this.request("DescribePublicApplications", req, cb);
38
+ }
36
39
  async DescribeTablesRows(req, cb) {
37
40
  return this.request("DescribeTablesRows", req, cb);
38
41
  }
@@ -1,6 +1,6 @@
1
- import { v20210331 } from "./v20210331";
2
1
  import { v20181225 } from "./v20181225";
2
+ import { v20210331 } from "./v20210331";
3
3
  export const organization = {
4
- v20210331: v20210331,
5
4
  v20181225: v20181225,
5
+ v20210331: v20210331,
6
6
  };
@@ -12,8 +12,11 @@ export class Client extends AbstractClient {
12
12
  async CreateReleaseFile(req, cb) {
13
13
  return this.request("CreateReleaseFile", req, cb);
14
14
  }
15
- async DescribeDataLogUrlInfo(req, cb) {
16
- return this.request("DescribeDataLogUrlInfo", req, cb);
15
+ async DescribeToken(req, cb) {
16
+ return this.request("DescribeToken", req, cb);
17
+ }
18
+ async DescribeDataBridgeUrlV2(req, cb) {
19
+ return this.request("DescribeDataBridgeUrlV2", req, cb);
17
20
  }
18
21
  async DescribeRumLogList(req, cb) {
19
22
  return this.request("DescribeRumLogList", req, cb);
@@ -30,8 +33,11 @@ export class Client extends AbstractClient {
30
33
  async DescribeRumStatsLogList(req, cb) {
31
34
  return this.request("DescribeRumStatsLogList", req, cb);
32
35
  }
33
- async DescribeScores(req, cb) {
34
- return this.request("DescribeScores", req, cb);
36
+ async DescribeFOOMProblemList(req, cb) {
37
+ return this.request("DescribeFOOMProblemList", req, cb);
38
+ }
39
+ async DescribeReleaseFiles(req, cb) {
40
+ return this.request("DescribeReleaseFiles", req, cb);
35
41
  }
36
42
  async DescribeDataPerformancePageV2(req, cb) {
37
43
  return this.request("DescribeDataPerformancePageV2", req, cb);
@@ -45,8 +51,11 @@ export class Client extends AbstractClient {
45
51
  async DescribeRumLogExport(req, cb) {
46
52
  return this.request("DescribeRumLogExport", req, cb);
47
53
  }
48
- async DescribeRumLogExports(req, cb) {
49
- return this.request("DescribeRumLogExports", req, cb);
54
+ async DescribeApplicationExitReportDetail(req, cb) {
55
+ return this.request("DescribeApplicationExitReportDetail", req, cb);
56
+ }
57
+ async DescribeLagANRProblemFeatureAccounts(req, cb) {
58
+ return this.request("DescribeLagANRProblemFeatureAccounts", req, cb);
50
59
  }
51
60
  async DeleteStarProject(req, cb) {
52
61
  return this.request("DeleteStarProject", req, cb);
@@ -57,8 +66,8 @@ export class Client extends AbstractClient {
57
66
  async DescribeError(req, cb) {
58
67
  return this.request("DescribeError", req, cb);
59
68
  }
60
- async DescribeRumGroupLog(req, cb) {
61
- return this.request("DescribeRumGroupLog", req, cb);
69
+ async DescribeExceptionReportList(req, cb) {
70
+ return this.request("DescribeExceptionReportList", req, cb);
62
71
  }
63
72
  async StopProject(req, cb) {
64
73
  return this.request("StopProject", req, cb);
@@ -75,6 +84,9 @@ export class Client extends AbstractClient {
75
84
  async DescribeProjectLimits(req, cb) {
76
85
  return this.request("DescribeProjectLimits", req, cb);
77
86
  }
87
+ async DescribeScores(req, cb) {
88
+ return this.request("DescribeScores", req, cb);
89
+ }
78
90
  async DescribeDataPvUrlStatistics(req, cb) {
79
91
  return this.request("DescribeDataPvUrlStatistics", req, cb);
80
92
  }
@@ -99,27 +111,48 @@ export class Client extends AbstractClient {
99
111
  async DescribeAppMetricsData(req, cb) {
100
112
  return this.request("DescribeAppMetricsData", req, cb);
101
113
  }
114
+ async DescribeIssuesStatisticsTrend(req, cb) {
115
+ return this.request("DescribeIssuesStatisticsTrend", req, cb);
116
+ }
102
117
  async DescribeDataSetUrlStatistics(req, cb) {
103
118
  return this.request("DescribeDataSetUrlStatistics", req, cb);
104
119
  }
120
+ async DescribeReleaseFileSign(req, cb) {
121
+ return this.request("DescribeReleaseFileSign", req, cb);
122
+ }
105
123
  async ModifyInstance(req, cb) {
106
124
  return this.request("ModifyInstance", req, cb);
107
125
  }
126
+ async DescribeFOOMMallocReportList(req, cb) {
127
+ return this.request("DescribeFOOMMallocReportList", req, cb);
128
+ }
108
129
  async DescribeDataEventUrlV2(req, cb) {
109
130
  return this.request("DescribeDataEventUrlV2", req, cb);
110
131
  }
111
132
  async DescribeDataStaticResource(req, cb) {
112
133
  return this.request("DescribeDataStaticResource", req, cb);
113
134
  }
135
+ async DescribeRumGroupLog(req, cb) {
136
+ return this.request("DescribeRumGroupLog", req, cb);
137
+ }
114
138
  async DescribeDataStaticProjectV2(req, cb) {
115
139
  return this.request("DescribeDataStaticProjectV2", req, cb);
116
140
  }
117
141
  async DescribeAppDimensionMetrics(req, cb) {
118
142
  return this.request("DescribeAppDimensionMetrics", req, cb);
119
143
  }
144
+ async DescribeFOOMProblemDetail(req, cb) {
145
+ return this.request("DescribeFOOMProblemDetail", req, cb);
146
+ }
147
+ async DescribeWhitelists(req, cb) {
148
+ return this.request("DescribeWhitelists", req, cb);
149
+ }
120
150
  async DescribeDataCustomUrl(req, cb) {
121
151
  return this.request("DescribeDataCustomUrl", req, cb);
122
152
  }
153
+ async DescribeDataLogUrlInfo(req, cb) {
154
+ return this.request("DescribeDataLogUrlInfo", req, cb);
155
+ }
123
156
  async DescribeDataStaticUrlV2(req, cb) {
124
157
  return this.request("DescribeDataStaticUrlV2", req, cb);
125
158
  }
@@ -129,12 +162,18 @@ export class Client extends AbstractClient {
129
162
  async DescribeProjects(req, cb) {
130
163
  return this.request("DescribeProjects", req, cb);
131
164
  }
132
- async ResumeProject(req, cb) {
133
- return this.request("ResumeProject", req, cb);
165
+ async DescribeFOOMMallocProblemDetail(req, cb) {
166
+ return this.request("DescribeFOOMMallocProblemDetail", req, cb);
167
+ }
168
+ async DescribeFOOMMallocProblemList(req, cb) {
169
+ return this.request("DescribeFOOMMallocProblemList", req, cb);
134
170
  }
135
171
  async DescribeDataStaticResourceV2(req, cb) {
136
172
  return this.request("DescribeDataStaticResourceV2", req, cb);
137
173
  }
174
+ async DescribeTopIssues(req, cb) {
175
+ return this.request("DescribeTopIssues", req, cb);
176
+ }
138
177
  async CreateStarProject(req, cb) {
139
178
  return this.request("CreateStarProject", req, cb);
140
179
  }
@@ -147,26 +186,35 @@ export class Client extends AbstractClient {
147
186
  async StopInstance(req, cb) {
148
187
  return this.request("StopInstance", req, cb);
149
188
  }
189
+ async ResumeProject(req, cb) {
190
+ return this.request("ResumeProject", req, cb);
191
+ }
150
192
  async ModifyProject(req, cb) {
151
193
  return this.request("ModifyProject", req, cb);
152
194
  }
153
195
  async DescribeDataLogUrlStatisticsV2(req, cb) {
154
196
  return this.request("DescribeDataLogUrlStatisticsV2", req, cb);
155
197
  }
156
- async DescribeReleaseFiles(req, cb) {
157
- return this.request("DescribeReleaseFiles", req, cb);
198
+ async DescribeLagANRProblemAccountDetail(req, cb) {
199
+ return this.request("DescribeLagANRProblemAccountDetail", req, cb);
158
200
  }
159
- async DescribeWhitelists(req, cb) {
160
- return this.request("DescribeWhitelists", req, cb);
201
+ async DescribeFOOMReportList(req, cb) {
202
+ return this.request("DescribeFOOMReportList", req, cb);
203
+ }
204
+ async DescribeIssuesList(req, cb) {
205
+ return this.request("DescribeIssuesList", req, cb);
161
206
  }
162
207
  async DescribeDataEventUrl(req, cb) {
163
208
  return this.request("DescribeDataEventUrl", req, cb);
164
209
  }
165
- async DescribeReleaseFileSign(req, cb) {
166
- return this.request("DescribeReleaseFileSign", req, cb);
210
+ async DescribeIssuesDistribution(req, cb) {
211
+ return this.request("DescribeIssuesDistribution", req, cb);
167
212
  }
168
- async DescribeDataBridgeUrlV2(req, cb) {
169
- return this.request("DescribeDataBridgeUrlV2", req, cb);
213
+ async DescribeApplicationExitReportList(req, cb) {
214
+ return this.request("DescribeApplicationExitReportList", req, cb);
215
+ }
216
+ async DescribeRumLogExports(req, cb) {
217
+ return this.request("DescribeRumLogExports", req, cb);
170
218
  }
171
219
  async DescribeDataStaticProject(req, cb) {
172
220
  return this.request("DescribeDataStaticProject", req, cb);
@@ -186,6 +234,9 @@ export class Client extends AbstractClient {
186
234
  async DeleteProject(req, cb) {
187
235
  return this.request("DeleteProject", req, cb);
188
236
  }
237
+ async DescribeLagANRProblemList(req, cb) {
238
+ return this.request("DescribeLagANRProblemList", req, cb);
239
+ }
189
240
  async DescribeUvList(req, cb) {
190
241
  return this.request("DescribeUvList", req, cb);
191
242
  }
@@ -198,6 +249,9 @@ export class Client extends AbstractClient {
198
249
  async DescribeDataReportCount(req, cb) {
199
250
  return this.request("DescribeDataReportCount", req, cb);
200
251
  }
252
+ async DescribeExceptionDetail(req, cb) {
253
+ return this.request("DescribeExceptionDetail", req, cb);
254
+ }
201
255
  async DescribeData(req, cb) {
202
256
  return this.request("DescribeData", req, cb);
203
257
  }
@@ -1,6 +1,6 @@
1
- import { v20210111 } from "./v20210111";
2
1
  import { v20190711 } from "./v20190711";
2
+ import { v20210111 } from "./v20210111";
3
3
  export const sms = {
4
- v20210111: v20210111,
5
4
  v20190711: v20190711,
5
+ v20210111: v20210111,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20201221 } from "./v20201221";
2
1
  import { v20210701 } from "./v20210701";
2
+ import { v20201221 } from "./v20201221";
3
3
  export const tem = {
4
- v20201221: v20201221,
5
4
  v20210701: v20210701,
5
+ v20201221: v20201221,
6
6
  };
@@ -1,8 +1,8 @@
1
- import { v20210922 } from "./v20210922";
2
1
  import { v20200709 } from "./v20200709";
2
+ import { v20210922 } from "./v20210922";
3
3
  import { v20201229 } from "./v20201229";
4
4
  export const vm = {
5
- v20210922: v20210922,
6
5
  v20200709: v20200709,
6
+ v20210922: v20210922,
7
7
  v20201229: v20201229,
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.211",
3
+ "version": "4.1.212",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.211";
1
+ export declare const sdkVersion = "4.1.212";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.211";
4
+ exports.sdkVersion = "4.1.212";
@@ -1,10 +1,10 @@
1
1
  export declare const bma: {
2
- v20221115: {
3
- Client: typeof import("./v20221115/bma_client").Client;
4
- Models: typeof import("./v20221115/bma_models");
5
- };
6
2
  v20210624: {
7
3
  Client: typeof import("./v20210624/bma_client").Client;
8
4
  Models: typeof import("./v20210624/bma_models");
9
5
  };
6
+ v20221115: {
7
+ Client: typeof import("./v20221115/bma_client").Client;
8
+ Models: typeof import("./v20221115/bma_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bma = void 0;
4
- const v20221115_1 = require("./v20221115");
5
4
  const v20210624_1 = require("./v20210624");
5
+ const v20221115_1 = require("./v20221115");
6
6
  exports.bma = {
7
- v20221115: v20221115_1.v20221115,
8
7
  v20210624: v20210624_1.v20210624,
8
+ v20221115: v20221115_1.v20221115,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const btoe: {
2
- v20210514: {
3
- Client: typeof import("./v20210514/btoe_client").Client;
4
- Models: typeof import("./v20210514/btoe_models");
5
- };
6
2
  v20210303: {
7
3
  Client: typeof import("./v20210303/btoe_client").Client;
8
4
  Models: typeof import("./v20210303/btoe_models");
9
5
  };
6
+ v20210514: {
7
+ Client: typeof import("./v20210514/btoe_client").Client;
8
+ Models: typeof import("./v20210514/btoe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.btoe = void 0;
4
- const v20210514_1 = require("./v20210514");
5
4
  const v20210303_1 = require("./v20210303");
5
+ const v20210514_1 = require("./v20210514");
6
6
  exports.btoe = {
7
- v20210514: v20210514_1.v20210514,
8
7
  v20210303: v20210303_1.v20210303,
8
+ v20210514: v20210514_1.v20210514,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const chdfs: {
2
- v20190718: {
3
- Client: typeof import("./v20190718/chdfs_client").Client;
4
- Models: typeof import("./v20190718/chdfs_models");
5
- };
6
2
  v20201112: {
7
3
  Client: typeof import("./v20201112/chdfs_client").Client;
8
4
  Models: typeof import("./v20201112/chdfs_models");
9
5
  };
6
+ v20190718: {
7
+ Client: typeof import("./v20190718/chdfs_client").Client;
8
+ Models: typeof import("./v20190718/chdfs_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.chdfs = void 0;
4
- const v20190718_1 = require("./v20190718");
5
4
  const v20201112_1 = require("./v20201112");
5
+ const v20190718_1 = require("./v20190718");
6
6
  exports.chdfs = {
7
- v20190718: v20190718_1.v20190718,
8
7
  v20201112: v20201112_1.v20201112,
8
+ v20190718: v20190718_1.v20190718,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const dbbrain: {
2
- v20210527: {
3
- Client: typeof import("./v20210527/dbbrain_client").Client;
4
- Models: typeof import("./v20210527/dbbrain_models");
5
- };
6
2
  v20191016: {
7
3
  Client: typeof import("./v20191016/dbbrain_client").Client;
8
4
  Models: typeof import("./v20191016/dbbrain_models");
9
5
  };
6
+ v20210527: {
7
+ Client: typeof import("./v20210527/dbbrain_client").Client;
8
+ Models: typeof import("./v20210527/dbbrain_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dbbrain = void 0;
4
- const v20210527_1 = require("./v20210527");
5
4
  const v20191016_1 = require("./v20191016");
5
+ const v20210527_1 = require("./v20210527");
6
6
  exports.dbbrain = {
7
- v20210527: v20210527_1.v20210527,
8
7
  v20191016: v20191016_1.v20191016,
8
+ v20210527: v20210527_1.v20210527,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const dts: {
2
- v20180330: {
3
- Client: typeof import("./v20180330/dts_client").Client;
4
- Models: typeof import("./v20180330/dts_models");
5
- };
6
2
  v20211206: {
7
3
  Client: typeof import("./v20211206/dts_client").Client;
8
4
  Models: typeof import("./v20211206/dts_models");
9
5
  };
6
+ v20180330: {
7
+ Client: typeof import("./v20180330/dts_client").Client;
8
+ Models: typeof import("./v20180330/dts_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dts = void 0;
4
- const v20180330_1 = require("./v20180330");
5
4
  const v20211206_1 = require("./v20211206");
5
+ const v20180330_1 = require("./v20180330");
6
6
  exports.dts = {
7
- v20180330: v20180330_1.v20180330,
8
7
  v20211206: v20211206_1.v20211206,
8
+ v20180330: v20180330_1.v20180330,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const eis: {
2
- v20210601: {
3
- Client: typeof import("./v20210601/eis_client").Client;
4
- Models: typeof import("./v20210601/eis_models");
5
- };
6
2
  v20200715: {
7
3
  Client: typeof import("./v20200715/eis_client").Client;
8
4
  Models: typeof import("./v20200715/eis_models");
9
5
  };
6
+ v20210601: {
7
+ Client: typeof import("./v20210601/eis_client").Client;
8
+ Models: typeof import("./v20210601/eis_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eis = void 0;
4
- const v20210601_1 = require("./v20210601");
5
4
  const v20200715_1 = require("./v20200715");
5
+ const v20210601_1 = require("./v20210601");
6
6
  exports.eis = {
7
- v20210601: v20210601_1.v20210601,
8
7
  v20200715: v20200715_1.v20200715,
8
+ v20210601: v20210601_1.v20210601,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const es: {
2
- v20250101: {
3
- Client: typeof import("./v20250101/es_client").Client;
4
- Models: typeof import("./v20250101/es_models");
5
- };
6
2
  v20180416: {
7
3
  Client: typeof import("./v20180416/es_client").Client;
8
4
  Models: typeof import("./v20180416/es_models");
9
5
  };
6
+ v20250101: {
7
+ Client: typeof import("./v20250101/es_client").Client;
8
+ Models: typeof import("./v20250101/es_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.es = void 0;
4
- const v20250101_1 = require("./v20250101");
5
4
  const v20180416_1 = require("./v20180416");
5
+ const v20250101_1 = require("./v20250101");
6
6
  exports.es = {
7
- v20250101: v20250101_1.v20250101,
8
7
  v20180416: v20180416_1.v20180416,
8
+ v20250101: v20250101_1.v20250101,
9
9
  };
@@ -3,12 +3,12 @@ export declare const iotvideo: {
3
3
  Client: typeof import("./v20211125/iotvideo_client").Client;
4
4
  Models: typeof import("./v20211125/iotvideo_models");
5
5
  };
6
- v20201215: {
7
- Client: typeof import("./v20201215/iotvideo_client").Client;
8
- Models: typeof import("./v20201215/iotvideo_models");
9
- };
10
6
  v20191126: {
11
7
  Client: typeof import("./v20191126/iotvideo_client").Client;
12
8
  Models: typeof import("./v20191126/iotvideo_models");
13
9
  };
10
+ v20201215: {
11
+ Client: typeof import("./v20201215/iotvideo_client").Client;
12
+ Models: typeof import("./v20201215/iotvideo_models");
13
+ };
14
14
  };
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
4
  const v20211125_1 = require("./v20211125");
5
- const v20201215_1 = require("./v20201215");
6
5
  const v20191126_1 = require("./v20191126");
6
+ const v20201215_1 = require("./v20201215");
7
7
  exports.iotvideo = {
8
8
  v20211125: v20211125_1.v20211125,
9
- v20201215: v20201215_1.v20201215,
10
9
  v20191126: v20191126_1.v20191126,
10
+ v20201215: v20201215_1.v20201215,
11
11
  };
@@ -3643,7 +3643,7 @@ export interface AgentKnowledge {
3643
3643
  */
3644
3644
  export interface UpdateVarResponse {
3645
3645
  /**
3646
- * 变量ID
3646
+ * <p>变量ID</p>
3647
3647
  */
3648
3648
  VarId?: string;
3649
3649
  /**
@@ -9961,35 +9961,35 @@ export interface KnowledgeQaPlugin {
9961
9961
  */
9962
9962
  export interface UpdateVarRequest {
9963
9963
  /**
9964
- * 应用ID
9964
+ * <p>应用ID,获取方法参看如何获取 <a href="https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa">BotBizId</a>。</p>
9965
9965
  */
9966
9966
  AppBizId: string;
9967
9967
  /**
9968
- * 变量ID
9968
+ * <p>变量 ID。由 CreateVar 接口生成,通过 CreateVar / DescribeVar 返回结果获取。</p>
9969
9969
  */
9970
9970
  VarId: string;
9971
9971
  /**
9972
- * 变量名称,最大支持50个字符
9972
+ * <p>变量名称,最大支持50个字符,英文字母开头,支持英文数字与下划线”_” 。</p>
9973
9973
  */
9974
9974
  VarName: string;
9975
9975
  /**
9976
- * 参数描述
9976
+ * <p>参数描述</p>
9977
9977
  */
9978
9978
  VarDesc?: string;
9979
9979
  /**
9980
- * 参数类型
9980
+ * <p>变量类型</p><p>枚举值:</p><ul><li>STRING: 字符串</li><li>INT: 整形</li><li>BOOL: 布尔型</li><li>OBJECT: 对象</li><li>ARRAY_STRING: 字符串数组</li><li>ARRAY_INT: 整型数组</li><li>ARRAY_FLOAT: 浮点型数组</li><li>ARRAY_BOOL: 布尔型数组</li><li>ARRAY_OBJECT: 对象数组</li><li>FILE: 文件类型</li><li>DOCUMENT: 文档类型</li><li>IMAGE: 图片类型</li><li>AUDIO: 音频</li><li>VIDEO: 视频</li><li>ARRAY_FILE: 文件数组</li><li>ARRAY_DOCUMENT: 文档数组</li><li>ARRAY_IMAGE: 图片数组</li><li>ARRAY_AUDIO: 音频数组</li><li>ARRAY_VIDEO: 视频数组</li><li>SECRET: 秘钥</li><li>ARRAY_ARRAY: 多维数组</li></ul><p>默认值:STRING</p>
9981
9981
  */
9982
9982
  VarType?: string;
9983
9983
  /**
9984
- * 自定义变量默认值
9984
+ * <p>自定义变量默认值,<code>VarDefaultValue</code>&nbsp;默认为空</p>
9985
9985
  */
9986
9986
  VarDefaultValue?: string;
9987
9987
  /**
9988
- * 自定义变量文件默认名称
9988
+ * <p>自定义变量文件默认名称,<code>VarDefaultFileName</code> 默认为空</p>
9989
9989
  */
9990
9990
  VarDefaultFileName?: string;
9991
9991
  /**
9992
- * 变量类型
9992
+ * <p>变量模块类型</p><p>枚举值:</p><ul><li>0: API参数</li><li>1: 环境参数</li><li>2: 应用参数</li><li>3: 系统参数</li></ul>
9993
9993
  */
9994
9994
  VarModuleType?: number;
9995
9995
  }