tencentcloud-sdk-nodejs 4.0.395 → 4.0.396

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/CHANGELOG.md CHANGED
@@ -1,3 +1,108 @@
1
+ # Release 4.0.396
2
+
3
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
4
+
5
+ ### 第 96 次发布
6
+
7
+ 发布时间:2022-08-01 11:27:47
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [ModifyInstancePasswordComplexity](https://cloud.tencent.com/document/api/236/78162)
16
+
17
+
18
+
19
+ ## 日志服务(cls) 版本:2020-10-16
20
+
21
+ ### 第 26 次发布
22
+
23
+ 发布时间:2022-08-01 11:31:08
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 修改数据结构:
30
+
31
+ * [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
32
+
33
+ * 新增成员:FilenameMode
34
+
35
+
36
+
37
+
38
+ ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
39
+
40
+ ### 第 8 次发布
41
+
42
+ 发布时间:2022-08-01 11:48:13
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 修改数据结构:
49
+
50
+ * [PrivateZoneRecord](https://cloud.tencent.com/document/api/1338/55947#PrivateZoneRecord)
51
+
52
+ * 新增成员:Enabled
53
+
54
+
55
+
56
+
57
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
58
+
59
+ ### 第 85 次发布
60
+
61
+ 发布时间:2022-08-01 11:52:06
62
+
63
+ 本次发布包含了以下内容:
64
+
65
+ 改善已有的文档。
66
+
67
+ 新增接口:
68
+
69
+ * [DescribeBaasPackageList](https://cloud.tencent.com/document/api/876/78167)
70
+
71
+ 新增数据结构:
72
+
73
+ * [BaasPackageInfo](https://cloud.tencent.com/document/api/876/34822#BaasPackageInfo)
74
+
75
+
76
+
77
+ ## 弹性微服务(tem) 版本:2021-07-01
78
+
79
+ ### 第 21 次发布
80
+
81
+ 发布时间:2022-08-01 11:54:48
82
+
83
+ 本次发布包含了以下内容:
84
+
85
+ 改善已有的文档。
86
+
87
+ 新增接口:
88
+
89
+ * [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
90
+ * [DescribeEnvironmentStatus](https://cloud.tencent.com/document/api/1371/78168)
91
+
92
+ 新增数据结构:
93
+
94
+ * [NamespaceStatusInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceStatusInfo)
95
+ * [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
96
+ * [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
97
+ * [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
98
+ * [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
99
+
100
+
101
+
102
+ ## 弹性微服务(tem) 版本:2020-12-21
103
+
104
+
105
+
1
106
  # Release 4.0.395
2
107
 
3
108
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.395",
3
+ "version": "4.0.396",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.395"
1
+ export const sdkVersion = "4.0.396"
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.395";
1
+ export declare const sdkVersion = "4.0.396";
@@ -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.395";
4
+ exports.sdkVersion = "4.0.396";