tencentcloud-sdk-nodejs-teo 4.1.242 → 4.1.246
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
|
@@ -1310,7 +1310,7 @@ export interface EdgeKVGetRequest {
|
|
|
1310
1310
|
*/
|
|
1311
1311
|
Namespace: string;
|
|
1312
1312
|
/**
|
|
1313
|
-
* 键名列表。数组长度上限为 20。每个键名不能为空,长度为 1-512
|
|
1313
|
+
* 键名列表。数组长度上限为 20。每个键名不能为空,长度为 1-512 个字符,支持合法 UTF-8 字符。查询单个键时传入包含一个元素的数组。
|
|
1314
1314
|
*/
|
|
1315
1315
|
Keys: Array<string>;
|
|
1316
1316
|
}
|
|
@@ -12084,7 +12084,7 @@ export interface EdgeKVDeleteRequest {
|
|
|
12084
12084
|
*/
|
|
12085
12085
|
Namespace: string;
|
|
12086
12086
|
/**
|
|
12087
|
-
* 键名列表。数组长度上限为 20。每个键名不能为空,长度为 1-512
|
|
12087
|
+
* 键名列表。数组长度上限为 20。每个键名不能为空,长度为 1-512 个字符,支持合法 UTF-8 字符。删除单个键时传入包含一个元素的数组。
|
|
12088
12088
|
*/
|
|
12089
12089
|
Keys: Array<string>;
|
|
12090
12090
|
}
|
|
@@ -14169,7 +14169,7 @@ export interface NetworkErrorLogging {
|
|
|
14169
14169
|
*/
|
|
14170
14170
|
export interface KeyValuePair {
|
|
14171
14171
|
/**
|
|
14172
|
-
* 键名。每个键名不能为空,长度为 1-512
|
|
14172
|
+
* 键名。每个键名不能为空,长度为 1-512 个字符,支持合法 UTF-8 字符。
|
|
14173
14173
|
*/
|
|
14174
14174
|
Key?: string;
|
|
14175
14175
|
/**
|
|
@@ -15746,7 +15746,7 @@ export interface EdgeKVPutRequest {
|
|
|
15746
15746
|
*/
|
|
15747
15747
|
Namespace: string;
|
|
15748
15748
|
/**
|
|
15749
|
-
* 键名,长度为 1-512
|
|
15749
|
+
* 键名,长度为 1-512 个字符,支持合法 UTF-8 字符。
|
|
15750
15750
|
*/
|
|
15751
15751
|
Key: string;
|
|
15752
15752
|
/**
|