@types/ali-oss 6.16.12 → 6.16.13
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 +2 -2
- ali-oss/index.d.ts +2 -2
- ali-oss/package.json +7 -2
ali-oss/README.md
CHANGED
|
@@ -8,8 +8,8 @@ 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: Sat, 15 Nov 2025 08:36:30 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
15
|
-
These definitions were written by [Ptrdu](https://github.com/ptrdu).
|
|
15
|
+
These definitions were written by [Ptrdu](https://github.com/ptrdu), and [StarHeart](https://github.com/StarHeartHunt).
|
ali-oss/index.d.ts
CHANGED
|
@@ -295,7 +295,7 @@ declare namespace OSS {
|
|
|
295
295
|
/** only search current dir, not including subdir */
|
|
296
296
|
delimiter?: string | number;
|
|
297
297
|
/** max objects, default is 100, limit to 1000 */
|
|
298
|
-
"max-keys"?: string;
|
|
298
|
+
"max-keys"?: string | number;
|
|
299
299
|
/**
|
|
300
300
|
* The name of the object from which the list operation begins.
|
|
301
301
|
* If this parameter is specified, objects whose names are alphabetically greater than the start-after parameter value are returned.
|
|
@@ -1006,7 +1006,7 @@ declare class OSS {
|
|
|
1006
1006
|
/**
|
|
1007
1007
|
* List Objects in the bucket.(V2)
|
|
1008
1008
|
*/
|
|
1009
|
-
listV2(query: OSS.ListV2ObjectsQuery | null, options
|
|
1009
|
+
listV2(query: OSS.ListV2ObjectsQuery | null, options?: OSS.RequestOptions): Promise<OSS.ListObjectResult>;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
1012
|
* Add an object to the bucket.
|
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.13",
|
|
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",
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"name": "Ptrdu",
|
|
10
10
|
"githubUsername": "ptrdu",
|
|
11
11
|
"url": "https://github.com/ptrdu"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "StarHeart",
|
|
15
|
+
"githubUsername": "StarHeartHunt",
|
|
16
|
+
"url": "https://github.com/StarHeartHunt"
|
|
12
17
|
}
|
|
13
18
|
],
|
|
14
19
|
"main": "",
|
|
@@ -21,6 +26,6 @@
|
|
|
21
26
|
"scripts": {},
|
|
22
27
|
"dependencies": {},
|
|
23
28
|
"peerDependencies": {},
|
|
24
|
-
"typesPublisherContentHash": "
|
|
29
|
+
"typesPublisherContentHash": "69d0ac18b7d666d61aec58eac31b3dbe4d3a4bd8dd267490312d73d0f9703b72",
|
|
25
30
|
"typeScriptVersion": "5.2"
|
|
26
31
|
}
|