tencentcloud-sdk-nodejs-cfs 4.1.299 → 4.1.305
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-cfs",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.305",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"@types/json-bigint": "^1.0.1",
|
|
50
50
|
"@types/node": "^18.0.0",
|
|
51
51
|
"@types/node-fetch": "^2.5.7",
|
|
52
|
-
"@types/uuid": "^9.0.8",
|
|
53
52
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
54
53
|
"@typescript-eslint/parser": "^2.34.0",
|
|
55
54
|
"babel-eslint": "^10.0.2",
|
|
@@ -1423,7 +1423,7 @@ export interface SetUserQuotaRequest {
|
|
|
1423
1423
|
*/
|
|
1424
1424
|
CapacityHardLimit?: number;
|
|
1425
1425
|
/**
|
|
1426
|
-
* <p
|
|
1426
|
+
* <p>文件硬限制</p><p>取值范围:[1000, 1000000000]</p><p>单位:个</p><p>默认值:无默认值</p>
|
|
1427
1427
|
*/
|
|
1428
1428
|
FileHardLimit?: number;
|
|
1429
1429
|
/**
|