tencentcloud-sdk-nodejs 4.0.854 → 4.0.855

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 (44) hide show
  1. package/CHANGELOG.md +97 -0
  2. package/package.json +1 -1
  3. package/src/common/sdk_version.ts +1 -1
  4. package/src/services/ams/index.ts +2 -2
  5. package/src/services/bma/index.ts +2 -2
  6. package/src/services/btoe/index.ts +2 -2
  7. package/src/services/essbasic/index.ts +2 -2
  8. package/src/services/iotvideo/index.ts +2 -2
  9. package/src/services/mgobe/index.ts +2 -2
  10. package/src/services/organization/index.ts +2 -2
  11. package/src/services/teo/index.ts +2 -2
  12. package/src/services/thpc/index.ts +2 -2
  13. package/src/services/tione/index.ts +2 -2
  14. package/src/services/tke/index.ts +2 -2
  15. package/src/services/tsw/index.ts +2 -2
  16. package/src/services/vm/index.ts +2 -2
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/ams/index.d.ts +4 -4
  20. package/tencentcloud/services/ams/index.js +2 -2
  21. package/tencentcloud/services/bma/index.d.ts +4 -4
  22. package/tencentcloud/services/bma/index.js +2 -2
  23. package/tencentcloud/services/btoe/index.d.ts +4 -4
  24. package/tencentcloud/services/btoe/index.js +2 -2
  25. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  26. package/tencentcloud/services/essbasic/index.js +2 -2
  27. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  28. package/tencentcloud/services/iotvideo/index.js +2 -2
  29. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  30. package/tencentcloud/services/mgobe/index.js +2 -2
  31. package/tencentcloud/services/organization/index.d.ts +4 -4
  32. package/tencentcloud/services/organization/index.js +2 -2
  33. package/tencentcloud/services/teo/index.d.ts +4 -4
  34. package/tencentcloud/services/teo/index.js +2 -2
  35. package/tencentcloud/services/thpc/index.d.ts +4 -4
  36. package/tencentcloud/services/thpc/index.js +2 -2
  37. package/tencentcloud/services/tione/index.d.ts +4 -4
  38. package/tencentcloud/services/tione/index.js +2 -2
  39. package/tencentcloud/services/tke/index.d.ts +4 -4
  40. package/tencentcloud/services/tke/index.js +2 -2
  41. package/tencentcloud/services/tsw/index.d.ts +4 -4
  42. package/tencentcloud/services/tsw/index.js +2 -2
  43. package/tencentcloud/services/vm/index.d.ts +4 -4
  44. package/tencentcloud/services/vm/index.js +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,100 @@
1
+ # Release 4.0.855
2
+
3
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
4
+
5
+ ### 第 101 次发布
6
+
7
+ 发布时间:2024-05-16 01:22:41
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增数据结构:
14
+
15
+ * [MqttConnectParam](https://cloud.tencent.com/document/api/597/40861#MqttConnectParam)
16
+ * [MqttParam](https://cloud.tencent.com/document/api/597/40861#MqttParam)
17
+
18
+ 修改数据结构:
19
+
20
+ * [DatahubResource](https://cloud.tencent.com/document/api/597/40861#DatahubResource)
21
+
22
+ * 新增成员:MqttParam
23
+
24
+ * [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)
25
+
26
+ * 新增成员:MqttConnectParam
27
+
28
+ * <font color="#dd0000">**修改成员**:</font>TaskProgress, StepList, KafkaConnectParam
29
+
30
+ * [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)
31
+
32
+ * 新增成员:MqttConnectParam
33
+
34
+ * <font color="#dd0000">**修改成员**:</font>KafkaConnectParam
35
+
36
+
37
+
38
+
39
+ ## 云安全一体化平台(csip) 版本:2022-11-21
40
+
41
+ ### 第 38 次发布
42
+
43
+ 发布时间:2024-05-16 01:26:49
44
+
45
+ 本次发布包含了以下内容:
46
+
47
+ 改善已有的文档。
48
+
49
+ 新增接口:
50
+
51
+ * [UpdateAlertStatusList](https://cloud.tencent.com/document/api/664/106208)
52
+
53
+ 新增数据结构:
54
+
55
+ * [NewAlertKey](https://cloud.tencent.com/document/api/664/90825#NewAlertKey)
56
+
57
+
58
+
59
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
60
+
61
+ ### 第 170 次发布
62
+
63
+ 发布时间:2024-05-16 01:44:57
64
+
65
+ 本次发布包含了以下内容:
66
+
67
+ 改善已有的文档。
68
+
69
+ 修改接口:
70
+
71
+ * [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
72
+
73
+ * 新增入参:UserData
74
+
75
+
76
+
77
+
78
+ ## 容器安全服务(tcss) 版本:2020-11-01
79
+
80
+ ### 第 61 次发布
81
+
82
+ 发布时间:2024-05-16 02:21:16
83
+
84
+ 本次发布包含了以下内容:
85
+
86
+ 改善已有的文档。
87
+
88
+ 新增接口:
89
+
90
+ * [DescribeEventEscapeImageList](https://cloud.tencent.com/document/api/1285/106209)
91
+
92
+ 新增数据结构:
93
+
94
+ * [EventEscapeImageInfo](https://cloud.tencent.com/document/api/1285/65614#EventEscapeImageInfo)
95
+
96
+
97
+
1
98
  # Release 4.0.854
2
99
 
3
100
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.854",
3
+ "version": "4.0.855",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.854"
1
+ export const sdkVersion = "4.0.855"
@@ -1,7 +1,7 @@
1
- import { v20201229 } from "./v20201229"
2
1
  import { v20200608 } from "./v20200608"
2
+ import { v20201229 } from "./v20201229"
3
3
 
4
4
  export const ams = {
5
- v20201229: v20201229,
6
5
  v20200608: v20200608,
6
+ v20201229: v20201229,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20221115 } from "./v20221115"
2
1
  import { v20210624 } from "./v20210624"
2
+ import { v20221115 } from "./v20221115"
3
3
 
4
4
  export const bma = {
5
- v20221115: v20221115,
6
5
  v20210624: v20210624,
6
+ v20221115: v20221115,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210514 } from "./v20210514"
2
1
  import { v20210303 } from "./v20210303"
2
+ import { v20210514 } from "./v20210514"
3
3
 
4
4
  export const btoe = {
5
- v20210514: v20210514,
6
5
  v20210303: v20210303,
6
+ v20210514: v20210514,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210526 } from "./v20210526"
2
1
  import { v20201222 } from "./v20201222"
2
+ import { v20210526 } from "./v20210526"
3
3
 
4
4
  export const essbasic = {
5
- v20210526: v20210526,
6
5
  v20201222: v20201222,
6
+ v20210526: v20210526,
7
7
  }
@@ -1,9 +1,9 @@
1
- import { v20191126 } from "./v20191126"
2
1
  import { v20211125 } from "./v20211125"
2
+ import { v20191126 } from "./v20191126"
3
3
  import { v20201215 } from "./v20201215"
4
4
 
5
5
  export const iotvideo = {
6
- v20191126: v20191126,
7
6
  v20211125: v20211125,
7
+ v20191126: v20191126,
8
8
  v20201215: v20201215,
9
9
  }
@@ -1,7 +1,7 @@
1
- import { v20201014 } from "./v20201014"
2
1
  import { v20190929 } from "./v20190929"
2
+ import { v20201014 } from "./v20201014"
3
3
 
4
4
  export const mgobe = {
5
- v20201014: v20201014,
6
5
  v20190929: v20190929,
6
+ v20201014: v20201014,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210331 } from "./v20210331"
2
1
  import { v20181225 } from "./v20181225"
2
+ import { v20210331 } from "./v20210331"
3
3
 
4
4
  export const organization = {
5
- v20210331: v20210331,
6
5
  v20181225: v20181225,
6
+ v20210331: v20210331,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20220901 } from "./v20220901"
2
1
  import { v20220106 } from "./v20220106"
2
+ import { v20220901 } from "./v20220901"
3
3
 
4
4
  export const teo = {
5
- v20220901: v20220901,
6
5
  v20220106: v20220106,
6
+ v20220901: v20220901,
7
7
  }
@@ -1,9 +1,9 @@
1
+ import { v20230321 } from "./v20230321"
1
2
  import { v20220401 } from "./v20220401"
2
3
  import { v20211109 } from "./v20211109"
3
- import { v20230321 } from "./v20230321"
4
4
 
5
5
  export const thpc = {
6
+ v20230321: v20230321,
6
7
  v20220401: v20220401,
7
8
  v20211109: v20211109,
8
- v20230321: v20230321,
9
9
  }
@@ -1,7 +1,7 @@
1
- import { v20211111 } from "./v20211111"
2
1
  import { v20191022 } from "./v20191022"
2
+ import { v20211111 } from "./v20211111"
3
3
 
4
4
  export const tione = {
5
- v20211111: v20211111,
6
5
  v20191022: v20191022,
6
+ v20211111: v20211111,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20180525 } from "./v20180525"
2
1
  import { v20220501 } from "./v20220501"
2
+ import { v20180525 } from "./v20180525"
3
3
 
4
4
  export const tke = {
5
- v20180525: v20180525,
6
5
  v20220501: v20220501,
6
+ v20180525: v20180525,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20200924 } from "./v20200924"
2
1
  import { v20210412 } from "./v20210412"
2
+ import { v20200924 } from "./v20200924"
3
3
 
4
4
  export const tsw = {
5
- v20200924: v20200924,
6
5
  v20210412: v20210412,
6
+ v20200924: v20200924,
7
7
  }
@@ -1,9 +1,9 @@
1
+ import { v20200709 } from "./v20200709"
1
2
  import { v20210922 } from "./v20210922"
2
3
  import { v20201229 } from "./v20201229"
3
- import { v20200709 } from "./v20200709"
4
4
 
5
5
  export const vm = {
6
+ v20200709: v20200709,
6
7
  v20210922: v20210922,
7
8
  v20201229: v20201229,
8
- v20200709: v20200709,
9
9
  }
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.854";
1
+ export declare const sdkVersion = "4.0.855";
@@ -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.0.854";
4
+ exports.sdkVersion = "4.0.855";
@@ -1,10 +1,10 @@
1
1
  export declare const ams: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/ams_client").Client;
4
- Models: typeof import("./v20201229/ams_models");
5
- };
6
2
  v20200608: {
7
3
  Client: typeof import("./v20200608/ams_client").Client;
8
4
  Models: typeof import("./v20200608/ams_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/ams_client").Client;
8
+ Models: typeof import("./v20201229/ams_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ams = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200608_1 = require("./v20200608");
5
+ const v20201229_1 = require("./v20201229");
6
6
  exports.ams = {
7
- v20201229: v20201229_1.v20201229,
8
7
  v20200608: v20200608_1.v20200608,
8
+ v20201229: v20201229_1.v20201229,
9
9
  };
@@ -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 essbasic: {
2
- v20210526: {
3
- Client: typeof import("./v20210526/essbasic_client").Client;
4
- Models: typeof import("./v20210526/essbasic_models");
5
- };
6
2
  v20201222: {
7
3
  Client: typeof import("./v20201222/essbasic_client").Client;
8
4
  Models: typeof import("./v20201222/essbasic_models");
9
5
  };
6
+ v20210526: {
7
+ Client: typeof import("./v20210526/essbasic_client").Client;
8
+ Models: typeof import("./v20210526/essbasic_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.essbasic = void 0;
4
- const v20210526_1 = require("./v20210526");
5
4
  const v20201222_1 = require("./v20201222");
5
+ const v20210526_1 = require("./v20210526");
6
6
  exports.essbasic = {
7
- v20210526: v20210526_1.v20210526,
8
7
  v20201222: v20201222_1.v20201222,
8
+ v20210526: v20210526_1.v20210526,
9
9
  };
@@ -1,12 +1,12 @@
1
1
  export declare const iotvideo: {
2
- v20191126: {
3
- Client: typeof import("./v20191126/iotvideo_client").Client;
4
- Models: typeof import("./v20191126/iotvideo_models");
5
- };
6
2
  v20211125: {
7
3
  Client: typeof import("./v20211125/iotvideo_client").Client;
8
4
  Models: typeof import("./v20211125/iotvideo_models");
9
5
  };
6
+ v20191126: {
7
+ Client: typeof import("./v20191126/iotvideo_client").Client;
8
+ Models: typeof import("./v20191126/iotvideo_models");
9
+ };
10
10
  v20201215: {
11
11
  Client: typeof import("./v20201215/iotvideo_client").Client;
12
12
  Models: typeof import("./v20201215/iotvideo_models");
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
- const v20191126_1 = require("./v20191126");
5
4
  const v20211125_1 = require("./v20211125");
5
+ const v20191126_1 = require("./v20191126");
6
6
  const v20201215_1 = require("./v20201215");
7
7
  exports.iotvideo = {
8
- v20191126: v20191126_1.v20191126,
9
8
  v20211125: v20211125_1.v20211125,
9
+ v20191126: v20191126_1.v20191126,
10
10
  v20201215: v20201215_1.v20201215,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const mgobe: {
2
- v20201014: {
3
- Client: typeof import("./v20201014/mgobe_client").Client;
4
- Models: typeof import("./v20201014/mgobe_models");
5
- };
6
2
  v20190929: {
7
3
  Client: typeof import("./v20190929/mgobe_client").Client;
8
4
  Models: typeof import("./v20190929/mgobe_models");
9
5
  };
6
+ v20201014: {
7
+ Client: typeof import("./v20201014/mgobe_client").Client;
8
+ Models: typeof import("./v20201014/mgobe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mgobe = void 0;
4
- const v20201014_1 = require("./v20201014");
5
4
  const v20190929_1 = require("./v20190929");
5
+ const v20201014_1 = require("./v20201014");
6
6
  exports.mgobe = {
7
- v20201014: v20201014_1.v20201014,
8
7
  v20190929: v20190929_1.v20190929,
8
+ v20201014: v20201014_1.v20201014,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const organization: {
2
- v20210331: {
3
- Client: typeof import("./v20210331/organization_client").Client;
4
- Models: typeof import("./v20210331/organization_models");
5
- };
6
2
  v20181225: {
7
3
  Client: typeof import("./v20181225/organization_client").Client;
8
4
  Models: typeof import("./v20181225/organization_models");
9
5
  };
6
+ v20210331: {
7
+ Client: typeof import("./v20210331/organization_client").Client;
8
+ Models: typeof import("./v20210331/organization_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.organization = void 0;
4
- const v20210331_1 = require("./v20210331");
5
4
  const v20181225_1 = require("./v20181225");
5
+ const v20210331_1 = require("./v20210331");
6
6
  exports.organization = {
7
- v20210331: v20210331_1.v20210331,
8
7
  v20181225: v20181225_1.v20181225,
8
+ v20210331: v20210331_1.v20210331,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const teo: {
2
- v20220901: {
3
- Client: typeof import("./v20220901/teo_client").Client;
4
- Models: typeof import("./v20220901/teo_models");
5
- };
6
2
  v20220106: {
7
3
  Client: typeof import("./v20220106/teo_client").Client;
8
4
  Models: typeof import("./v20220106/teo_models");
9
5
  };
6
+ v20220901: {
7
+ Client: typeof import("./v20220901/teo_client").Client;
8
+ Models: typeof import("./v20220901/teo_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.teo = void 0;
4
- const v20220901_1 = require("./v20220901");
5
4
  const v20220106_1 = require("./v20220106");
5
+ const v20220901_1 = require("./v20220901");
6
6
  exports.teo = {
7
- v20220901: v20220901_1.v20220901,
8
7
  v20220106: v20220106_1.v20220106,
8
+ v20220901: v20220901_1.v20220901,
9
9
  };
@@ -1,4 +1,8 @@
1
1
  export declare const thpc: {
2
+ v20230321: {
3
+ Client: typeof import("./v20230321/thpc_client").Client;
4
+ Models: typeof import("./v20230321/thpc_models");
5
+ };
2
6
  v20220401: {
3
7
  Client: typeof import("./v20220401/thpc_client").Client;
4
8
  Models: typeof import("./v20220401/thpc_models");
@@ -7,8 +11,4 @@ export declare const thpc: {
7
11
  Client: typeof import("./v20211109/thpc_client").Client;
8
12
  Models: typeof import("./v20211109/thpc_models");
9
13
  };
10
- v20230321: {
11
- Client: typeof import("./v20230321/thpc_client").Client;
12
- Models: typeof import("./v20230321/thpc_models");
13
- };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
+ const v20230321_1 = require("./v20230321");
4
5
  const v20220401_1 = require("./v20220401");
5
6
  const v20211109_1 = require("./v20211109");
6
- const v20230321_1 = require("./v20230321");
7
7
  exports.thpc = {
8
+ v20230321: v20230321_1.v20230321,
8
9
  v20220401: v20220401_1.v20220401,
9
10
  v20211109: v20211109_1.v20211109,
10
- v20230321: v20230321_1.v20230321,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tione: {
2
- v20211111: {
3
- Client: typeof import("./v20211111/tione_client").Client;
4
- Models: typeof import("./v20211111/tione_models");
5
- };
6
2
  v20191022: {
7
3
  Client: typeof import("./v20191022/tione_client").Client;
8
4
  Models: typeof import("./v20191022/tione_models");
9
5
  };
6
+ v20211111: {
7
+ Client: typeof import("./v20211111/tione_client").Client;
8
+ Models: typeof import("./v20211111/tione_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tione = void 0;
4
- const v20211111_1 = require("./v20211111");
5
4
  const v20191022_1 = require("./v20191022");
5
+ const v20211111_1 = require("./v20211111");
6
6
  exports.tione = {
7
- v20211111: v20211111_1.v20211111,
8
7
  v20191022: v20191022_1.v20191022,
8
+ v20211111: v20211111_1.v20211111,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tke: {
2
- v20180525: {
3
- Client: typeof import("./v20180525/tke_client").Client;
4
- Models: typeof import("./v20180525/tke_models");
5
- };
6
2
  v20220501: {
7
3
  Client: typeof import("./v20220501/tke_client").Client;
8
4
  Models: typeof import("./v20220501/tke_models");
9
5
  };
6
+ v20180525: {
7
+ Client: typeof import("./v20180525/tke_client").Client;
8
+ Models: typeof import("./v20180525/tke_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tke = void 0;
4
- const v20180525_1 = require("./v20180525");
5
4
  const v20220501_1 = require("./v20220501");
5
+ const v20180525_1 = require("./v20180525");
6
6
  exports.tke = {
7
- v20180525: v20180525_1.v20180525,
8
7
  v20220501: v20220501_1.v20220501,
8
+ v20180525: v20180525_1.v20180525,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tsw: {
2
- v20200924: {
3
- Client: typeof import("./v20200924/tsw_client").Client;
4
- Models: typeof import("./v20200924/tsw_models");
5
- };
6
2
  v20210412: {
7
3
  Client: typeof import("./v20210412/tsw_client").Client;
8
4
  Models: typeof import("./v20210412/tsw_models");
9
5
  };
6
+ v20200924: {
7
+ Client: typeof import("./v20200924/tsw_client").Client;
8
+ Models: typeof import("./v20200924/tsw_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tsw = void 0;
4
- const v20200924_1 = require("./v20200924");
5
4
  const v20210412_1 = require("./v20210412");
5
+ const v20200924_1 = require("./v20200924");
6
6
  exports.tsw = {
7
- v20200924: v20200924_1.v20200924,
8
7
  v20210412: v20210412_1.v20210412,
8
+ v20200924: v20200924_1.v20200924,
9
9
  };
@@ -1,4 +1,8 @@
1
1
  export declare const vm: {
2
+ v20200709: {
3
+ Client: typeof import("./v20200709/vm_client").Client;
4
+ Models: typeof import("./v20200709/vm_models");
5
+ };
2
6
  v20210922: {
3
7
  Client: typeof import("./v20210922/vm_client").Client;
4
8
  Models: typeof import("./v20210922/vm_models");
@@ -7,8 +11,4 @@ export declare const vm: {
7
11
  Client: typeof import("./v20201229/vm_client").Client;
8
12
  Models: typeof import("./v20201229/vm_models");
9
13
  };
10
- v20200709: {
11
- Client: typeof import("./v20200709/vm_client").Client;
12
- Models: typeof import("./v20200709/vm_models");
13
- };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vm = void 0;
4
+ const v20200709_1 = require("./v20200709");
4
5
  const v20210922_1 = require("./v20210922");
5
6
  const v20201229_1 = require("./v20201229");
6
- const v20200709_1 = require("./v20200709");
7
7
  exports.vm = {
8
+ v20200709: v20200709_1.v20200709,
8
9
  v20210922: v20210922_1.v20210922,
9
10
  v20201229: v20201229_1.v20201229,
10
- v20200709: v20200709_1.v20200709,
11
11
  };