tencentcloud-sdk-nodejs-sqlserver 4.1.137 → 4.1.155

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-sqlserver",
3
- "version": "4.1.137",
3
+ "version": "4.1.155",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5390,7 +5390,7 @@ export interface Events {
5390
5390
  */
5391
5391
  EventType?: string;
5392
5392
  /**
5393
- * 事件记录状态,1-成功,2-失败,3-文件待删除,4-写入中
5393
+ * 事件记录状态,1-成功,4-写入中
5394
5394
  */
5395
5395
  Status?: number;
5396
5396
  /**