tencentcloud-sdk-nodejs-tione 4.1.114 → 4.1.119
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/es/services/tione/v20191022/tione_models.js +1 -0
- package/es/services/tione/v20211111/tione_models.js +1 -0
- package/package.json +6 -5
- package/tencentcloud/services/index.js +1 -0
- package/tencentcloud/services/tione/v20191022/tione_models.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-tione",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.119",
|
|
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
|
}
|
|
@@ -2107,7 +2107,7 @@ export interface CreateNotebookRequest {
|
|
|
2107
2107
|
*/
|
|
2108
2108
|
Tags?: Array<Tag>;
|
|
2109
2109
|
/**
|
|
2110
|
-
*
|
|
2110
|
+
* 数据存储挂载配置
|
|
2111
2111
|
*/
|
|
2112
2112
|
DataConfigs?: Array<DataConfig>;
|
|
2113
2113
|
/**
|
|
@@ -2603,7 +2603,7 @@ export interface InferCodeInfo {
|
|
|
2603
2603
|
/**
|
|
2604
2604
|
* DescribeInferTemplates请求参数结构体
|
|
2605
2605
|
*/
|
|
2606
|
-
export
|
|
2606
|
+
export type DescribeInferTemplatesRequest = null;
|
|
2607
2607
|
/**
|
|
2608
2608
|
* ModifyModelServiceAuthorization请求参数结构体
|
|
2609
2609
|
*/
|