@types/ali-oss 6.16.6 → 6.16.7

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.
Files changed (3) hide show
  1. ali-oss/README.md +1 -1
  2. ali-oss/index.d.ts +6 -1
  3. 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: Wed, 19 Oct 2022 01:02:56 GMT
11
+ * Last updated: Tue, 06 Dec 2022 05:33:01 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
ali-oss/index.d.ts CHANGED
@@ -671,7 +671,7 @@ declare namespace OSS {
671
671
  /**
672
672
  * @since 6.12.0
673
673
  */
674
- listV2(query: ListV2ObjectsQuery | null, options: RequestOptions): Promise<ListObjectResult>;
674
+ listV2(query: ListV2ObjectsQuery | null, options?: RequestOptions): Promise<ListObjectResult>;
675
675
 
676
676
  put(name: string, file: any, options?: PutObjectOptions): Promise<PutObjectResult>;
677
677
 
@@ -990,6 +990,11 @@ declare class OSS {
990
990
  */
991
991
  list(query: OSS.ListObjectsQuery | null, options: OSS.RequestOptions): Promise<OSS.ListObjectResult>;
992
992
 
993
+ /**
994
+ * List Objects in the bucket.(V2)
995
+ */
996
+ listV2(query: OSS.ListV2ObjectsQuery | null, options: OSS.RequestOptions): Promise<OSS.ListObjectResult>;
997
+
993
998
  /**
994
999
  * Add an object to the bucket.
995
1000
  */
ali-oss/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/ali-oss",
3
- "version": "6.16.6",
3
+ "version": "6.16.7",
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": "35b69f2a9a18d514c5a34b690011aa7be171cad5d2b29909b233e8f61f3e6a0c",
24
- "typeScriptVersion": "4.1"
23
+ "typesPublisherContentHash": "bed8cb3cf3410c91d8c468ff2a235f11b8c5d79f802894dc3bb5a65822fa1aa0",
24
+ "typeScriptVersion": "4.2"
25
25
  }