tencentcloud-sdk-nodejs-sqlserver 4.1.116 → 4.1.120
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-sqlserver",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.120",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"build:es": "tsc -p tsconfig.es.json",
|
|
13
13
|
"build:slim": "node ./scripts/build_slim.js",
|
|
14
14
|
"prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
|
|
15
|
-
"clean": "rimraf tencentcloud es"
|
|
15
|
+
"clean": "rimraf tencentcloud es",
|
|
16
|
+
"test:common": "vitest run"
|
|
16
17
|
},
|
|
17
18
|
"engines": {
|
|
18
19
|
"node": ">=10"
|
|
@@ -44,9 +45,8 @@
|
|
|
44
45
|
"url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@types/form-data": "^2.5.0",
|
|
48
48
|
"@types/json-bigint": "^1.0.1",
|
|
49
|
-
"@types/node": "^
|
|
49
|
+
"@types/node": "^18.0.0",
|
|
50
50
|
"@types/node-fetch": "^2.5.7",
|
|
51
51
|
"@types/uuid": "^9.0.8",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"prettier": "^2.3.0",
|
|
62
62
|
"rimraf": "^5.0.10",
|
|
63
63
|
"ts-node": "^8.10.2",
|
|
64
|
-
"typescript": "^
|
|
64
|
+
"typescript": "^5.9.2",
|
|
65
|
+
"vitest": "2.1.9"
|
|
65
66
|
}
|
|
66
67
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.sqlserver = void 0;
|
|
3
4
|
var sqlserver_1 = require("./sqlserver");
|
|
4
5
|
Object.defineProperty(exports, "sqlserver", { enumerable: true, get: function () { return sqlserver_1.sqlserver; } });
|
|
@@ -2615,7 +2615,7 @@ export interface ModifyAccountRemarkResponse {
|
|
|
2615
2615
|
/**
|
|
2616
2616
|
* DescribeZones请求参数结构体
|
|
2617
2617
|
*/
|
|
2618
|
-
export
|
|
2618
|
+
export type DescribeZonesRequest = null;
|
|
2619
2619
|
/**
|
|
2620
2620
|
* ModifyInstanceParam请求参数结构体
|
|
2621
2621
|
*/
|
|
@@ -3716,6 +3716,11 @@ export interface DescribeDBInstancesAttributeResponse {
|
|
|
3716
3716
|
* 是否支持创建SA权限账号,0-不支持,1-支持
|
|
3717
3717
|
*/
|
|
3718
3718
|
IsSupportSA?: number;
|
|
3719
|
+
/**
|
|
3720
|
+
* 慢SQL阈值,单位毫秒
|
|
3721
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3722
|
+
*/
|
|
3723
|
+
SlowLogThreshold?: number;
|
|
3719
3724
|
/**
|
|
3720
3725
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3721
3726
|
*/
|
|
@@ -4744,7 +4749,7 @@ export interface ZoneInfo {
|
|
|
4744
4749
|
/**
|
|
4745
4750
|
* DescribeProductSpec请求参数结构体
|
|
4746
4751
|
*/
|
|
4747
|
-
export
|
|
4752
|
+
export type DescribeProductSpecRequest = null;
|
|
4748
4753
|
/**
|
|
4749
4754
|
* CompleteMigration返回参数结构体
|
|
4750
4755
|
*/
|
|
@@ -6876,7 +6881,7 @@ export interface DescribeRestoreTaskResponse {
|
|
|
6876
6881
|
/**
|
|
6877
6882
|
* DescribeCrossRegions请求参数结构体
|
|
6878
6883
|
*/
|
|
6879
|
-
export
|
|
6884
|
+
export type DescribeCrossRegionsRequest = null;
|
|
6880
6885
|
/**
|
|
6881
6886
|
* OpenInterCommunication返回参数结构体
|
|
6882
6887
|
*/
|
|
@@ -7280,7 +7285,7 @@ export interface DescribeBackupByFlowIdResponse {
|
|
|
7280
7285
|
/**
|
|
7281
7286
|
* DescribeRegions请求参数结构体
|
|
7282
7287
|
*/
|
|
7283
|
-
export
|
|
7288
|
+
export type DescribeRegionsRequest = null;
|
|
7284
7289
|
/**
|
|
7285
7290
|
* 数据库账号权限信息。创建数据库时设置
|
|
7286
7291
|
*/
|
|
@@ -8083,7 +8088,7 @@ export interface DescribeInstanceParamRecordsResponse {
|
|
|
8083
8088
|
/**
|
|
8084
8089
|
* DescribeBackupSummary请求参数结构体
|
|
8085
8090
|
*/
|
|
8086
|
-
export
|
|
8091
|
+
export type DescribeBackupSummaryRequest = null;
|
|
8087
8092
|
/**
|
|
8088
8093
|
* RenewDBInstance返回参数结构体
|
|
8089
8094
|
*/
|