@types/ali-oss 6.16.2 → 6.16.3
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.
- ali-oss/README.md +1 -1
- ali-oss/index.d.ts +6 -1
- ali-oss/package.json +3 -3
ali-oss/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for ali-oss (https://github.com/aliyun/os
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ali-oss.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 18 Feb 2022 14:31:33 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: none
|
|
14
14
|
|
ali-oss/index.d.ts
CHANGED
|
@@ -185,7 +185,11 @@ declare namespace OSS {
|
|
|
185
185
|
rt: number;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
|
|
188
|
+
/**
|
|
189
|
+
* @see x-oss-meta-* in https://help.aliyun.com/document_detail/31978.html for Aliyun user
|
|
190
|
+
* @see x-oss-meta-* in https://www.alibabacloud.com/help/en/doc-detail/31978.html for AlibabaCloud user
|
|
191
|
+
*/
|
|
192
|
+
interface UserMeta extends Record<string, string | number> {
|
|
189
193
|
uid: number;
|
|
190
194
|
pid: number;
|
|
191
195
|
}
|
|
@@ -251,6 +255,7 @@ declare namespace OSS {
|
|
|
251
255
|
/** the remote addr */
|
|
252
256
|
RemoteAddr: string;
|
|
253
257
|
}
|
|
258
|
+
|
|
254
259
|
// parameters type
|
|
255
260
|
interface ListBucketsQueryType {
|
|
256
261
|
/** search buckets using prefix key */
|
ali-oss/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/ali-oss",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.3",
|
|
4
4
|
"description": "TypeScript definitions for ali-oss",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ali-oss",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {},
|
|
22
22
|
"dependencies": {},
|
|
23
|
-
"typesPublisherContentHash": "
|
|
24
|
-
"typeScriptVersion": "3.
|
|
23
|
+
"typesPublisherContentHash": "4433b0f3e5b2ce255a06937c0fb9e830d816e3a808d9f053a3521cfb9718e790",
|
|
24
|
+
"typeScriptVersion": "3.8"
|
|
25
25
|
}
|